/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  min-width: 960px;
  background: url(../images/body-bg.jpg) left top repeat;
}
#wrapper {
  /*min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;*/

}
.rt-container {
  margin: 0 auto;
  width: 960px;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0px 0 21px 0;
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0 13px;
}
h4,
dt.result-title {
  color: #fff;
  text-transform: uppercase;
  font: normal 14px/26px "Trebuchet MS", sans-serif;
  margin: 0;
}
h4.itemContent,
dt.result-title.itemContent {
  font-weight: bold;
  line-height: 20px;
  font-size: 13px;
}
h5 {
  font: bold 13px/20px "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
a {
  text-decoration: none;
}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0;
  height: 18px;
  text-decoration: underline;
  text-transform: lowercase;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
button.button,
input.button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  border: none;
  padding: 0.5em 0;
  text-transform: lowercase;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: underline;
}
/*Lists*/
#footer ul.menu li,
ul.itemList li,
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li,
ul.k2UserBlockActions li,
ul.userLinks li {
  list-style: none;
  line-height: 16px;
  background: url(../images/list-icon.png) left 7px no-repeat;
  padding: 0 0 0 11px;
  margin: 0 0 10px 0;
}
#footer ul.menu li a,
ul.itemList li a,
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a,
ul.k2UserBlockActions li a,
ul.userLinks li a {
  line-height: 16px;
}
.itemList.serv {
  margin-bottom: 0;
}
.itemList.serv li {
  background: url(../images/list-icon-1.png) left 5px no-repeat;
  margin-bottom: 13px;
}
.itemList.serv li a {
  color: #54411A;
}
.itemList.serv li a:hover {
  color: #FFE4B3;
}
.itemList.serv li.lastItem {
  margin-bottom: 0;
}
/*Columns*/
.cols ul {
  margin: 0 -10px;
  overflow: hidden;
}
.cols ul li {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
.cols.two .column {
  width: 280px;
  float: left;
}
.cols.four ul li {
  width: 240px;
}
.cols.three ul li {
  width: 320px;
}
/*Images*/
div.itemImg.left {
  float: left;
  margin: 0 20px 20px 0;
}
p {
  margin: 0 !important;
  padding-bottom: 13px;
}
/*=== DRAWER POSITION ===*/
#rt-drawer .rt-container {
  padding: 62px 0 22px;
}
/*=== TOP POSITION ===*/
.homepage.view-itemlist #rt-top .rt-container {
  padding: 20px 0 18px;
}
.homepage.view-itemlist #rt-top .rt-container #rt-login-button {
  margin-top: 0;
}
.homepage.view-itemlist #rt-top .rt-container .mod_search {
  margin-top: 0;
}
#rt-top .rt-container {
  padding: 62px 0 22px;
}
#rt-top .rt-container #rt-logo {
  position: relative;
}
#rt-top .mod_search {
  position: relative;
  top: -2px;
}
#rt-top .mod_search label {
  line-height: 29px;
}
#rt-top .mod_search #mod-search-searchword {
  width: 196px;
  margin: 0 7px 0 10px;
}
#rt-top .mod_search input.button {
  text-transform: uppercase;
  color: #121110;
  padding: 3px 5px 3px;
  background: #ffe4b3;
  margin: 1px 0 0 0;
  position: relative;
  text-decoration: none;
  top: 2px;
  line-height: normal !important;
}
#rt-top .mod_search input.button:hover {
  background: #dcc775;
}
#rt-top #rt-login-button {
  margin: 0;
}
#rt-top #rt-login-button a {
  text-decoration: underline;
  text-transform: lowercase;
  display: inline-block;
  line-height: 29px;
}
#rt-top #rt-login-button a.lastItem {
  padding: 0;
  margin: 0;
  background: none;
}
#rt-top .sub-logo {
  position: relative;
  left: -15px;
}
#rt-top .rt-container #rt-login-button {
  margin-top: 58px;
}
#rt-top .rt-container .mod_search {
  margin-top: 58px;
}
.homepage.view-itemlist div.sub-logo {
  width: 345px;
  height: 1px;
}
.homepage.view-itemlist div.sub-logo img {
  display: none;
}
ul.user-buttons {
  margin: 0;
}
ul.user-buttons li {
  list-style: none;
  display: inline-block;
  background: url(../images/top-menu-border.gif) right 9px no-repeat;
  padding: 0 20px 0 0;
  margin: 0 14px 0 0;
}
ul.user-buttons li.lastItem {
  padding: 0 18px 0 0;
  margin: 0;
}
/*=== HEADER POSITION ===*/
/*=== MENU POSITION ===*/
/*=== SHOWCASE POSITION ===*/
.rt-fusionmenu {
  background: url(../images/menu-bg.jpg) left top repeat-x;
  position: relative;
  margin-bottom: 52px;
}
.homepage.view-itemlist .rt-fusionmenu {
  background: url(../images/transp-bg.png) left top repeat;
  position: absolute;
  margin-bottom: 0;
}
.homepage.view-itemlist .rt-block.logo {
  display: block;
}
.rt-block.logo {
  display: none;
}
.homepage.view-item #rt-showcase,
.view-search #rt-showcase {
  height: auto;
}
.homepage.view-item #rt-showcase #slider-container,
.view-search #rt-showcase #slider-container {
  display: none;
}
.homepage.view-item #rt-showcase .logo,
.view-search #rt-showcase .logo {
  display: none;
}
.homepage.view-itemlist #rt-showcase {
  height: 590px;
}
#rt-showcase {
  position: relative;
}
#rt-showcase .rt-container {
  width: 974px;
}
#rt-showcase .rt-container > .rt-grid-16 {
  width: 974px;
  margin: 0;
}
#rt-showcase .logo_wrap {
  position: absolute;
  z-index: 100;
  left: 60px;
  top: 65px;
  background: url(../images/logo-bg.png) center 103px no-repeat;
  width: 855px;
}
#rt-showcase .logo_wrap a {
  text-align: center;
  margin: 0 auto;
}
#rt-showcase .rt-fusionmenu {
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
}
.rt-block.logo {
  position: absolute;
  z-index: 100;
  height: 480px;
  width: 100%;
  top: 76px;
}
.rt-block.logo:before,
.rt-block.logo:after {
  position: absolute;
  content: ".";
  text-indent: -999em;
  background: url(../images/transp-bg.png) left top repeat;
  width: 17px;
  height: 480px;
  top: 1px;
  z-index: 500;
}
.rt-block.logo:before {
  left: 0;
}
.rt-block.logo:after {
  right: 0;
}
/*=== FEATURE POSITION ===*/
#rt-feature .rt-container {
  margin-top: 19px;
  margin-bottom: 36px;
}
div.k2ItemsBlock.feat ul li {
  border: 1px solid #2e2619;
  background: url(../images/feat-bg.jpg) left top repeat;
  padding: 18px 0px 24px 20px;
  position: relative;
}
div.k2ItemsBlock.feat ul li div.num {
  float: left;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #dba754;
  font-weight: 700px;
  opacity: 0.3;
}
div.k2ItemsBlock.feat ul li h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  float: left;
  margin: 0 0 0 15px;
}
div.k2ItemsBlock.feat ul li h2 span {
  font-size: 24px;
  text-transform: none;
  display: block;
}
div.k2ItemsBlock.feat ul li h2.lowercase {
  text-transform: none;
  font-size: 30px;
  position: relative;
  top: 4px;
}
div.k2ItemsBlock.feat ul li h2.lowercase span {
  text-transform: uppercase;
  font-size: 19px;
}
div.k2ItemsBlock.feat ul li .moduleItemReadMore {
  background: url(../images/feat-more.png) right bottom no-repeat;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  padding: 0;
  line-height: 11px;
  color: #000;
}
div.k2ItemsBlock.feat ul li .moduleItemReadMore:hover {
  right: 4px;
  bottom: 4px;
  color: #000;
  padding: 4px 0 0 4px;
}
.k2ItemsBlock.color1.feat h2 span {
  font-size: 21px;
}
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
#rt-maintop .rt-container {
  padding-top: 0px;
  padding-bottom: 23px;
}
#rt-maintop .rt-container > div > .products {
  border-right: 1px solid #201a0c;
  border-right: 1px solid rgba(234, 172, 43, 0.1);
}
div.k2ItemsBlock.testimonials ul li {
  position: relative;
}
div.k2ItemsBlock.testimonials ul li strong {
  padding-bottom: 13px;
  display: block;
}
div.k2ItemsBlock.testimonials ul li p {
  background: url(../images/quotes.png) left top no-repeat;
  padding: 0 0 0 60px;
  position: relative;
  margin-top: 12px;
}
div.k2ItemsBlock.testimonials ul li p span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 0.5em 0 0 0;
}
div.k2ItemsBlock.testimonials ul li p span i {
  font-size: 12px;
  text-transform: uppercase;
  color: #54411a;
  display: block;
  font-style: normal;
}
div.k2ItemsBlock.testimonials ul li p span.quote {
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url(../images/quoteSmall.png) left top no-repeat;
  margin: 0;
}
div.k2ItemsBlock.testimonials ul li .moduleItemReadMore {
  position: absolute;
  right: 0;
  bottom: 0;
}
.k2ItemsBlock.products ul li a.moduleItemImage {
  display: inline-block;
  margin-bottom: 13px;
}
.k2ItemsBlock.products ul li a.moduleItemTitle {
  color: #fff;
}
.k2ItemsBlock.products ul li a.moduleItemTitle:hover {
  color: #54411a;
}
.k2ItemsBlock.overview {
  border-bottom: 1px solid #201a0c;
  border-bottom: 1px solid rgba(234, 172, 43, 0.1);
  padding-bottom: 25px;
  margin-bottom: 11px;
}
.k2ItemsBlock.overview ul li {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.k2ItemsBlock.overview ul li.lastItem {
  margin-right: 0;
}
.k2ItemsBlock.overview ul li .moduleItemImage {
  margin-bottom: 15px;
  display: block;
}
.k2ItemsBlock.overview ul li .moduleItemIntrotext p {
  margin-top: 0;
}
.k2ItemsBlock.overview ul li h5 a {
  color: #fff;
}
.k2ItemsBlock.overview ul li h5 a:hover {
  color: #ffc35f;
}
/*=== General Module Styles ===*/
.color1 {
  color: #dcc775;
}
.color1 h2 {
  color: #dcc775;
}
.color1 h2 a {
  color: #dcc775;
}
.color1 h2 a:hover {
  color: #fff;
}
.color1 h3 {
  color: #dcc775;
}
.color1 h3 a {
  color: #dcc775;
}
.color1 h3 a:hover {
  color: #fff;
}
.color2 {
  color: #eaac2b;
}
.color2 h2 {
  color: #eaac2b;
}
.color2 h2 a {
  color: #eaac2b;
}
.color2 h2 a:hover {
  color: #fff;
}
.color2 h3 {
  color: #eaac2b;
}
.color2 h3 a {
  color: #eaac2b;
}
.color2 h3 a:hover {
  color: #fff;
}
.color3 {
  color: #737333;
}
.color3 h2 {
  color: #737333;
}
.color3 h2 a {
  color: #737333;
}
.color3 h2 a:hover {
  color: #fff;
}
.color3 h3 {
  color: #737333;
}
.color3 h3 a {
  color: #737333;
}
.color3 h3 a:hover {
  color: #fff;
}
.color4 {
  color: #426182;
}
.color4 h2 {
  color: #426182;
}
.color4 h2 a {
  color: #426182;
}
.color4 h2 a:hover {
  color: #fff;
}
.color4 h3 {
  color: #426182;
}
.color4 h3 a {
  color: #426182;
}
.color4 h3 a:hover {
  color: #fff;
}
/*=== CONTENT ===*/
.homepage.view-itemlist #rt-main .rt-container {
  padding: 0;
}
#rt-main .rt-container {
  /*padding: 0 0 24px 0;*/

}
#rt-main.mb11-sa5 #k2Container {
  padding-right: 60px;
  border-right: 1px solid #201a0c;
  border-right: 1px solid rgba(234, 172, 43, 0.1);
}
.itemIntroText .feature-title,
.genericItemIntroText .feature-title {
  display: none;
}
.itemImageBlock {
  float: left;
  margin: 0 20px 20px 0;
}
/*== About Page ==*/
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}
.k2ItemsBlock.team ul li {
  margin-bottom: 20px;
  overflow: hidden;
}
.k2ItemsBlock.team ul li a.moduleItemImage {
  float: left;
  margin-right: 20px;
}
.k2ItemsBlock.team ul li p {
  margin-bottom: 0;
  margin-top: 0;
}
.k2ItemsBlock.team ul li strong {
  font-size: 13px;
}
.cols.corporate .icon {
  float: left;
  width: 60px;
}
.cols.corporate .item-content {
  overflow: hidden;
}
.cols.corporate .column.left {
  margin-right: 18px;
}
.itemListView.about .K2ItemsRow.num0 .itemContainer {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #201a0c;
  border-bottom: 1px solid rgba(234, 172, 43, 0.1);
}
/*== Services Page ==*/
ul.itemListIcons {
  margin: 6px 0 12px;
}
ul.itemListIcons li {
  list-style: none;
  padding-left: 35px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 8px;
}
ul.itemListIcons li a {
  color: #54411a;
  font-weight: bold;
}
ul.itemListIcons li a:hover {
  color: #FFE4B3;
}
ul.itemListIcons li.icon1 {
  background: url(../images/serv-icon-1.png) left top no-repeat;
}
ul.itemListIcons li.icon2 {
  background: url(../images/serv-icon-2.png) left top no-repeat;
}
ul.itemListIcons li.icon3 {
  background: url(../images/serv-icon-3.png) left top no-repeat;
}
ul.itemListIcons li.icon4 {
  background: url(../images/serv-icon-4.png) left top no-repeat;
}
ul.itemListIcons li.icon5 {
  background: url(../images/serv-icon-5.png) left top no-repeat;
}
ul.itemListIcons li.icon6 {
  background: url(../images/serv-icon-6.png) left top no-repeat;
}
ul.itemListIcons li.icon7 {
  background: url(../images/serv-icon-7.png) left top no-repeat;
}
ul.itemListIcons li.icon8 {
  background: url(../images/serv-icon-8.png) left top no-repeat;
}
/*== Portfolio Page ==*/
#port div.catItemView {
  padding: 0 0 20px 0;
}
#port div.catItemView div.catItemHeader span.catItemDateCreated,
#port div.catItemView div.catItemHeader div.catItemHitsBlock {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0.5em 0 0;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 2em 2em 0;
}
#port a.modal {
  position: relative;
  display: block;
  overflow: hidden;
}
#port a.modal span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  height: 36px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: -50%;
  width: 36px;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  margin-bottom: 13px;
}
#port div.itemExtraFields ul {
  list-style: none;
}
#port div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#port div.extraFieldsIntroText {
  overflow: hidden;
}
#port div.itemContainer.itemContainerLast {
  margin-right: 0 !important;
}
#port #isotopeOptions {
  overflow: hidden;
  margin-bottom: 1em;
  float: right;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  display: inline-block;
  margin: 0.5em 1em 0.5em 0 ;
}
#port #isotopeOptions ul#filters li,
#port #isotopeOptions ul#sort li,
#port #isotopeOptions ul#sort_direction li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
#port #isotopeOptions ul#filters li a:hover,
#port #isotopeOptions ul#sort li a:hover,
#port #isotopeOptions ul#sort_direction li a:hover,
#port #isotopeOptions ul#filters li a.selected,
#port #isotopeOptions ul#sort li a.selected,
#port #isotopeOptions ul#sort_direction li a.selected {
  text-decoration: none;
  color: #54411A;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
#port .itemList > div {
  margin: 0 -10px;
}
#port .catItemImageBlock {
  margin-bottom: 15px;
}
/*== Blog Page ==*/
#blog .catItemHeader,
#blog .itemHeader,
#blog .userItemHeader,
#blog .genericItemHeader {
  margin-bottom: 15px;
}
#blog .catItemHeader span,
#blog .itemHeader span,
#blog .userItemHeader span,
#blog .genericItemHeader span {
  font-weight: bold;
  font-size: 13px;
}
#blog .catItemHeader span t a,
#blog .itemHeader span t a,
#blog .userItemHeader span t a,
#blog .genericItemHeader span t a {
  color: #54411A;
}
#blog .catItemHeader span t a:hover,
#blog .itemHeader span t a:hover,
#blog .userItemHeader span t a:hover,
#blog .genericItemHeader span t a:hover {
  color: #FFE4B3;
}
#blog .catItemHeader .catItemTitle a,
#blog .itemHeader .catItemTitle a,
#blog .userItemHeader .catItemTitle a,
#blog .genericItemHeader .catItemTitle a,
#blog .catItemHeader .itemTitle a,
#blog .itemHeader .itemTitle a,
#blog .userItemHeader .itemTitle a,
#blog .genericItemHeader .itemTitle a,
#blog .catItemHeader .userItemTitle a,
#blog .itemHeader .userItemTitle a,
#blog .userItemHeader .userItemTitle a,
#blog .genericItemHeader .userItemTitle a,
#blog .catItemHeader .genericItemTitle a,
#blog .itemHeader .genericItemTitle a,
#blog .userItemHeader .genericItemTitle a,
#blog .genericItemHeader .genericItemTitle a {
  color: #fff;
}
#blog .catItemHeader .catItemTitle a:hover,
#blog .itemHeader .catItemTitle a:hover,
#blog .userItemHeader .catItemTitle a:hover,
#blog .genericItemHeader .catItemTitle a:hover,
#blog .catItemHeader .itemTitle a:hover,
#blog .itemHeader .itemTitle a:hover,
#blog .userItemHeader .itemTitle a:hover,
#blog .genericItemHeader .itemTitle a:hover,
#blog .catItemHeader .userItemTitle a:hover,
#blog .itemHeader .userItemTitle a:hover,
#blog .userItemHeader .userItemTitle a:hover,
#blog .genericItemHeader .userItemTitle a:hover,
#blog .catItemHeader .genericItemTitle a:hover,
#blog .itemHeader .genericItemTitle a:hover,
#blog .userItemHeader .genericItemTitle a:hover,
#blog .genericItemHeader .genericItemTitle a:hover {
  color: #FFE4B3;
}
#blog .catItemImageBlock {
  margin-bottom: 15px;
}
#blog .catItemView {
  border-bottom: 1px solid #201a0c;
  border-bottom: 1px solid rgba(234, 172, 43, 0.1);
  margin-bottom: 42px;
  padding-bottom: 50px;
}
#blog .itemImageBlock {
  margin-bottom: 15px;
}
.itemBody {
  overflow: hidden;
  margin-bottom: 12px;
}
.itemComments {
  border-top: 1px solid #201a0c;
  border-top: 1px solid rgba(234, 172, 43, 0.1);
  margin-top: 42px;
  padding-top: 50px;
}
.itemImage a {
  display: block;
}
/*User Page*/
.userItemView,
.genericItemView {
  border-bottom: 1px solid #201a0c;
  border-bottom: 1px solid rgba(234, 172, 43, 0.1);
  margin-bottom: 42px;
  padding-bottom: 50px;
}
.userItemImageBlock,
.genericItemImageBlock,
.itemImg {
  float: left;
  margin: 0 15px 15px 0;
}
.userItemIntroText,
.genericItemIntroText {
  overflow: hidden;
}
/*== Team Page ==*/
#team .catItemImageBlock {
  margin-bottom: 15px;
}
#team .itemImageBlock {
  float: left;
  margin: 0 20px 15px 0;
}
/*== History Page ==*/
#history div.catItemHeader {
  float: left;
  margin: 0 1em 0 0;
}
#history div.catItemHeader h3.catItemTitle {
  margin: 0;
}
#history div.catItemHeader span.catItemEditLink {
  float: none;
}
#history div.catItemBody {
  overflow: hidden;
  padding: 0 2em 0 0;
}
#history div.catItemBody div.catItemIntroText p {
  margin: 0;
}
#history .K2ItemsRow .itemContainer {
  margin: 0 0 2em 0;
}
/*== FAQs Page ==*/
#faqs div.catItemHeader h3:before {
  content: "Q.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
#faqs div.catItemBody:before {
  content: "A.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
#faqs .itemContainer {
  margin-bottom: 30px;
}
/*== Testimonials Page ==*/
#testimonials div.catItemIntroText:before {
  background: url(../images/quotes.png) left top no-repeat;
  content: ".";
  text-indent: -999em;
  display: block;
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: 66px;
  height: 45px;
}
#testimonials div.catItemIntroText p:after {
  content: '"';
}
#testimonials div.itemExtraFields > h3 {
  display: none;
}
#testimonials div.itemExtraFields ul {
  float: right;
  list-style: none;
}
#testimonials div.itemExtraFields ul li {
  font-style: italic;
}
#testimonials div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#testimonials .catItemView {
  border-bottom: 1px solid #201a0c;
  border-bottom: 1px solid rgba(234, 172, 43, 0.1);
  margin-bottom: 42px;
  padding-bottom: 50px;
}
#testimonials div.catItemExtraFields {
  float: right;
}
#testimonials div.catItemExtraFields ul {
  list-style: none;
}
#testimonials div.catItemExtraFields ul li {
  font-style: italic;
}
#testimonials div.catItemExtraFields ul li.author {
  font-weight: bold;
}
/*== Contacts Page ==*/
#contact-form-cont div.contact-form {
  margin: 0 2em 0 0;
  padding: 0 3.5em 0 0;
}
#contact-form-cont div.contact-form #contact-form textarea {
  height: 200px;
}
#contact-form-cont div.contact-form #contact-form dl {
  margin: 0;
}
#contact-form-cont div.contact-form #contact-form fieldset legend {
  display: inline-block;
  padding: 0 0 1em 0;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  margin: 0 0 2em 0;
}
#k2Container.k2AccountPage input.inputbox,
#k2Container.k2AccountPage input[type="text"],
#k2Container.k2AccountPage textarea#jform_profile_aboutme,
#k2Container.k2AccountPage select {
  width: 60%;
}
#k2Container.k2AccountPage textarea#description {
  resize: none;
  overflow: auto;
}
/*Reset / Remind */
#user-registration input.inputbox {
  width: 60%;
}
/*== User Profile ==*/
div.profile dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
ul.userLinks {
  list-style: none;
}
/*== Search Page ==*/
div.component-content > div.search {
  margin: 0 0 2em 0;
}
div.component-content > div.search #searchForm fieldset legend {
  margin: 0 0 1em 0;
  font-weight: bold;
}
div.component-content > div.search #searchForm fieldset > div {
  margin: 0 0 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter {
  margin: 1em 0;
  padding: 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter p.counter {
  line-height: 34px;
}
div.component-content > div.search #searchForm div.phrases-box label,
div.component-content > div.search #searchForm fieldset.only label {
  display: inline-block;
  margin: 0 1em 0 0;
  line-height: inherit;
}
div.component-content > div.search .componentheading {
  margin: 0 0 2em 0;
}
fieldset.word {
  margin: 0 0 2em;
}
fieldset.word label {
  display: block;
}
fieldset.word #search-searchword {
  width: 40%;
  display: block;
  margin: 0 0 1em 0;
}
/*== User Lofin ==*/
.component-content div.login {
  padding: 3em 0;
}
.component-content div.login input.inputbox {
  width: 40%;
}
#rt-sidebar-a .rt-block {
  border-bottom: 1px solid #201a0c;
  border-bottom: 1px solid rgba(234, 172, 43, 0.1);
  margin-bottom: 30px;
  padding-bottom: 25px;
}
#rt-sidebar-a .rt-block.lastItem {
  border: none;
  margin: 0;
  padding: 0;
}
.k2LatestCommentsBlock ul li {
  margin-bottom: 15px;
}
.k2LatestCommentsBlock .lcComment {
  margin-top: 12px;
  display: block;
  overflow: hidden;
}
/*========================================================*/
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  height: 29px;
  line-height: 19px;
  padding: 5px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  background: url(../images/input-bg.png) left top repeat;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #2f2e2d;
  border-right: 1px solid #2f2e2d;
  color: #ffe4b3;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 1em;
  font-family: inherit;
  resize: none;
  overflow: auto;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  width: 100%;
  background: url(../images/input-bg.png) left top repeat;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #2f2e2d;
  border-right: 1px solid #2f2e2d;
  color: #ffe4b3;
}
/* Pagination */
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  padding: 0 1em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  text-transform: uppercase;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Comments */
div.itemComments ul.itemCommentsList {
  border-bottom: 1px solid #201a0c;
  border-bottom: 1px solid rgba(234, 172, 43, 0.1);
  margin-bottom: 42px;
  padding-bottom: 50px;
}
div.itemComments ul.itemCommentsList li {
  padding: 20px;
  border: 1px solid #201a0c;
  border: 1px solid rgba(234, 172, 43, 0.1);
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0;
}
div.itemComments ul.itemCommentsList li div.commentBody div.commentToolbar span.commentLink {
  float: right;
}
div.itemComments ul.itemCommentsList li div.commentToolbar {
  margin: 0;
  text-align: right;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName,
div.itemComments ul.itemCommentsList li span.commentDate {
  font-weight: bold;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 0 15px 0 0;
}
form#comment-form textarea#commentText {
  height: 200px;
}
form#comment-form input.inputbox {
  width: 60%;
}
/*Search*/
input#mod-search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
#rt-bottom .rt-container {
  position: relative;
  padding: 32px 0 22px 0;
}
#rt-bottom .rt-container:before {
  position: absolute;
  content: ".";
  text-indent: -999em;
  background: url(../images/feat-bg.jpg) left top repeat;
  width: 940px;
  left: 10px;
  top: 0;
  height: 100%;
  display: block;
  border-top: 1px solid #282213;
  border-bottom: 1px solid #282213;
}
#rt-bottom .rt-container .color1 h3 {
  padding: 0 60px 0 0;
}
#rt-bottom .rt-container .color2 h3 {
  padding: 0 90px 0 0;
}
#rt-bottom .rt-container .color3 h3 {
  padding: 0 12px 0 0;
}
#rt-bottom .rt-container .color4 h3 {
  padding: 0 12px 0 0;
}
/*=== FOOTER POSITION ===*/
#footer .footer-container {
  padding: 35px 0 50px 0;
}
#footer span.sitename {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #54411a;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 0;
}
#footer div.smile {
  position: relative;
  top: 12px;
  left: -44px;
}
#footer p.copyright {
  font-size: 11px;
  padding-top: 13px;
}
#footer p.copyright a {
  text-transform: uppercase;
  color: #54411A;
}
#footer p.copyright a:hover {
  color: #FFE4B3;
}
#rt-footer .rt-container {
  border-top: 1px solid #201a0c;
  border-top: 1px solid rgba(234, 172, 43, 0.1);
  padding: 20px 0 0 0;
}
#footer.homepage.view-itemlist #rt-footer .rt-container {
  border-top: none;
  padding: 0;
}
/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 13px;
  position: fixed;
  right: 13px;
  display: none;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) top left no-repeat;
  display: block;
  width: 51px;
  height: 51px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
}
/* Alert boxes
---------------------------------------- */
.alert-box {
  padding: 20px 20px 20px 90px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.error-box {
  border-color: #ff9999;
  color: #c31b00;
  background: url(../images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
}
.attention-box {
  border-color: #e6c555;
  color: #9e660d;
  background: url(../images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
}
.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(../images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.approved-box {
  border-color: #a3c159;
  color: #5e6f33;
  background: url(../images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
}
/* Fluid Columns */
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 2%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clr,
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Tooltips */
#s-m-t-tooltip {
  position: absolute;
  max-width: 300px;
  padding: 4px 8px 4px 8px;
  background: #222;
  z-index: 1000;
  display: inline-block;
  /*important*/

  /*font*/

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  /*css3 rounded corners*/

  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tip-wrap {
  background: none repeat scroll 0 0 #000;
  box-shadow: 2px 2px 2px #888888;
  padding: 7px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 500px !important;
  width: auto !important;
}
.tip-title {
  font-weight: bold;
}
/*======= 404 page styling ============*/
div.img404 {
  width: 50%;
  float: left;
}
div.img404 img {
  width: 100%;
}
div.text404 {
  overflow: hidden;
}
div.text404 #mod-search-searchword {
  margin: 0 0.5em 0 0;
  width: 70%;
}
/*======= Under Construction ============*/
h1.constrSiteName {
  margin-bottom: 1em;
}
.counter_desc {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px 0 40px 0;
  margin: 0 0 0 30px;
}
.counter_desc div {
  width: 104px;
  margin-left: 18px;
  text-align: center;
  float: left;
}
.counter_desc div:first-child {
  margin-left: 0;
  margin-right: 23px;
}
.cntSeparator {
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  margin: 24px 0;
}
#frame {
  width: 600px;
  margin: 150px auto 0;
  padding: 0px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
#frame .frameInner {
  padding: 50px 36px;
}
#frame form {
  text-align: left;
}
#frame #form-login label {
  width: 10em;
  display: block;
  float: left;
  line-height: 2em;
}
#frame #form-login input.inputbox {
  height: 2em;
  line-height: 2em;
}
