/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
body {
  border-top:5px solid #342e2b;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */

p{margin:0 0 21px;}

/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
button.button,
input.button  {
  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 22px;
  margin-bottom: 80px;
  height:39px;
  line-height:39px;
  text-transform:uppercase;
  font-weight:bold;
  text-decoration:none;
  border: none;
  background:url(../images/button.jpg);
}

a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
button.button:hover,
input.button:hover{background:url(../images/block1_more.jpg);}

/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-top .rt-container #rt-logo {
  position: relative;
}
/*=== HEADER POSITION ===*/

#rt-header{height:190px;border-bottom:5px solid #342e2b;background:url(../images/texture.jpg) 50% 0 repeat-x;}

/*=== MENU POSITION ===*/
ul.sf-menu {
  position: relative;
  float:right;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
ul.sf-menu > li {
  padding:0;
  margin:0;
}
ul.sf-menu>li>a,
ul.sf-menu>li>span {
  display: block;
  padding:116px 17px 26px;
  text-decoration:none;
  font-size:21px;font-weight:bold;
  -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}

ul.sf-menu>li:hover>a,
ul.sf-menu>li:hover>span,
ul.sf-menu>li.sfHover>a,
ul.sf-menu>li.sfHover>span{color:#d74b0f;}

ul.sf-menu>li.current>a,
ul.sf-menu>li.current>span,
ul.sf-menu>li.active>a,
ul.sf-menu>li.active>span{background:url(../images/menu_hover.jpg);color:#fff;}

ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 141px;
}
ul.sf-menu ul {
  width: 160px;
  background:url(../images/submenu.jpg);
  padding:20px 0;
}
ul.sf-menu ul ul{background:url(../images/subsubmenu.jpg);}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 100%;
  top: -20px;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  line-height:36px;
  font-size:12px;
  text-decoration:none;
  margin:0 20px;
  -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
ul.sf-menu ul ul li a:hover,
ul.sf-menu ul ul li span:hover,
ul.sf-menu ul ul li a.active,
ul.sf-menu ul ul li span.active,
ul.sf-menu ul ul li a.sfHover,
ul.sf-menu ul ul li span.sfHover{color:#ecbe4e;}

.select-menu{display:none;}

/*=== SHOWCASE POSITION ===*/

#rt-showcase{max-height:691px;overflow:hidden;position:relative;}

.home_blocks{position:absolute;width:940px;left:50%;margin-left:-470px;bottom:0;}
.home_blocks ul{margin:0;overflow:hidden;}
.home_blocks li{float:left;width:253px;margin:0 !important;padding:41px 30px 27px;color:#ffe072;position:relative;bottom:-241px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;z-index:40;}
.home_blocks li:before{position:absolute;width:100%;top:0;content:' ';height:14px;cursor:pointer;}
.home_blocks li:hover{bottom:0;}
.home_blocks li.item1{border-top:1px solid #b45a17;background:url(../images/home_block_1.jpg) repeat-x;}
.home_blocks li.item2{border-top:1px solid #e0742d;background:url(../images/home_block_2.jpg) repeat-x;}
.home_blocks li.item3{border-top:1px solid #fabe03;background:url(../images/home_block_3.jpg) repeat-x;}
.home_blocks span.moduleItemTitle{color:#fff;font-size:21px;line-height:21px;font-weight:bold;text-decoration:none;text-shadow:1px 1px rgba(0,0,0,.14);}
.moduleItemReadModMore{display:inline-block;color:#fff;text-decoration:none;padding:0 10px;line-height:32px;background:url(../images/block1_more.jpg);-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.moduleItemReadModMore:hover{color:#292421;background:#fff}
.home_blocks li p{margin:11px 0 16px;}

/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
/*=== CONTENT ===*/

.content_container_outer{background:url(../images/main_texture.jpg) 50% 0;border-bottom:5px solid #342e2b;}
.content_container{background:url(../images/main_tail.jpg) 50% 0 repeat-x;}
.content_container_inner{background:url(../images/content_texture.jpg) 50% 0;max-width:1096px;margin:0 auto;}


#k2Container{padding:100px 0 95px;}
#rt-sidebar-a{padding:100px 0 45px}

/*== Portfolio Page ==*/
#port div.catItemView {
  padding: 0 0 1em;
}
#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 1em 1em 0;
}
#port a.touch {
	background:#000;
  position: relative;
  display: block;
  overflow: hidden;
}
#port a.touch 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;
}
#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;
  font-size:11px;text-transform:uppercase;font-weight:bold;
}
#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,
#port #isotopeOptions ul#sort li a,
#port #isotopeOptions ul#sort_direction li a{color:#6e6d6d;text-decoration:none;}

#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 {
  color:#ca5220;
}
/*== 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;
}
/*== 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 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 3em 0 0;
}
#contact-form-cont div.contact-form #contact-form input.required,
#contact-form-cont div.contact-form #contact-form textarea {
  width: 360px;
}
#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 ==*/
.k2AccountPage {
  margin: 0 0 2em 0;
}
.k2AccountPage input.inputbox,
.k2AccountPage input[type="text"],
.k2AccountPage textarea#jform_profile_aboutme,
.k2AccountPage select {
  width: 340px;
}
.k2AccountPage textarea#description {
  width: 912px !important;
}
/*== User Profile ==*/
div.profile dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
ul.userLinks {
  list-style: none;
}
/*== Search Page ==*/
div.component-content > div.search,div.component-content > div.login,div.component-content > div.reset,div.component-content > div.remind {
  padding:100px 0 95px;
}
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;
}
/*========================================================*/
/* Pagination */
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  padding: 0 20px;
  height: 39px;
  line-height: 39px;
  display: inline-block;
  text-transform: uppercase;
  font-weight:bold;
}
div.k2Pagination li.num .pagenav,
div.pagination li.num .pagenav,
div.itemCommentsPagination li.num .pagenav{padding:0;background:none !important;}

div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
	text-decoration:none;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
	background:#fff;
  padding:20px;
  box-shadow:1px 1px 4px rgba(0,0,0,.11);
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0 20px 0 0;
}
div.itemComments ul.itemCommentsList li div.commentBody div.commentToolbar span.commentLink {
  float: right;
}
form#comment-form textarea#commentText {
  width: 492px;
  height: 115px;
}
form#comment-form input.inputbox {
  width: 282px;
  margin:0 100px 10px 0;
}
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  padding:7px 8px;
  width: 340px;
  background:#fff;
  border:1px solid #e2dedf;
  color:inherit;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding:7px 8px;
  background:#fff;
  border:1px solid #e2dedf;
  font-family: inherit;
  resize: none;
  overflow: auto;
  color:inherit;
}
textarea#jform_contact_message{height:160px;}
.submit_container{padding:29px 0 0;display:inline-block;}

/*User Login*/
div.k2LoginBlock input.inputbox,
input#mod-search-searchword {
  width: 265px;
}
#rt-popup div.k2LoginBlock input.inputbox {
  width: 188px;
}
/*Search*/
input#mod-search-searchword {
  margin: 0 0 1em 0;
}
.carousel .jcarousel-skin-custom{padding:0 0 27px;}
.carousel li{padding:3px 0 5px 3px;margin:0 0 31px;}
.carousel a.moduleItemImage{float:left;margin:0 15px 0 0;}
.carousel li p{margin:0;}
.carousel li span.moduleItemDateCreated{font-weight:bold;color:#292421;font-size:11px;}
.carousel li a.moduleItemTitle{color:#ca5220;text-decoration:none;font-size:11px;text-transform:uppercase;font-weight:bold;}
.carousel li a.moduleItemTitle:hover{text-decoration:underline;}

/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/

#rt-footer{padding:47px 0 30px;}
#rt-footer .menu{margin:0;}
#rt-footer .menu li{list-style:none;background:url(../images/footer_list_marker.png) 0 15px no-repeat;padding:7px 0 7px 12px;border-top:1px solid #373230;font-size:13px;}
#rt-footer .menu li:first-child{border:none;background:url(../images/footer_list_marker.png) 0 8px no-repeat;padding:0px 0 7px 12px;}
#rt-footer .menu li a{color:#feb21e;text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#rt-footer .menu li a:hover{color:#fff;}

.twitter ul{margin:0;list-style:none;}
.twitter ul li{border-top:1px solid #373230;padding:15px 0 0;margin:15px 0 0;}
.twitter ul li:first-child{border:none;margin:0;padding:0;}
.twitter ul li a{color:#fff;}
.twitter ul li a:hover{text-decoration:none;}
#twitter-link{display:none !important;}

div.smile a{margin:0 0 14px !important;text-decoration:none;color:#999;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
div.smile a:hover{color:#fff;}
div.smile a img{vertical-align:middle;margin:0 18px 0 0;}

#rt-copyright{color:#fff;padding:21px 0 25px;}
#rt-copyright a{color:#feb21e;text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#rt-copyright a:hover{color:#fff;}

.copyright{margin: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 #mod-search-searchword {
  margin: 0 0.5em 10px 0;
}
/*======= 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;
}
