/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}

body{padding:23px 0 67px;}

#wrapper {
  margin: 0 auto;
  width:978px;
}

#webcenter {
  float: right;
  margin-top: 20px;
  font-size: 11px;
}

#webcenter a {
  text-decoration: none;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */

p{margin:0 0 20px;}
table {
  border: none;
}

table tr td{
  border-bottom: 1px solid #E8E8E8;
  padding: 5px;
}

table tr.trodd {
  background: #fbfbfb;
}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
button.button,
input.button,
.commentToolbar a{
  display: inline-block;
  padding: 0 18px 0 0;
  height: 20px;
  line-height: 20px;
  font-size:14px;
  border: none;
  background:url(../images/more_marker.png) 100% 5px no-repeat;
  text-decoration:none;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
button.button:hover,
input.button:hover,.commentToolbar a:hover{background:url(../images/more_marker.png) 100% -11px no-repeat;}

/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-drawer {border-top:5px solid #f1f1f1;}
#rt-top{padding:5px 0 39px;}

#rt-top .rt-container #rt-logo {
  position: relative;
  margin-left:-17px;
}
.search_block .rt-block{border:1px solid #67A4AE;width:325px;margin-left:30px;padding:8px 0 7px;margin-top:5px;}
.search_block input#mod-search-searchword{background:none;border:none;margin:0;padding:0 15px;width:264px;color:#727272;outline:none;}
input[type=submit].buttonsearch_block{background:url(../images/search_button.png);width:20px;height:18px;border:none;padding:0;}
input[type=submit].buttonsearch_block:hover{background:url(../images/search_button.png) 0 -18px;}

/*=== HEADER POSITION ===*/

#rt-header{border-bottom:5px solid #257c8b;margin:0 0 16px;}

.phone{padding:11px 0 0;white-space:nowrap;}
.phone:after{clear:both;content:' ';display:block;}
.phone .rt-block{background:url(../images/phone.png) no-repeat;color:#464646;font:bold 18px/22px Arial, Helvetica, sans-serif;padding:0 0 0 29px;float:right;margin-right:-14px;}
.customphone p {
  margin-bottom: 16px;
}

/* TOP MENU */
#rt-drawer .menu {
  float: right;
  list-style: none;
}

#rt-drawer .menu li {
  float: left;
  padding-right: 6px;
  margin-left: 7px;
  border-right: 1px solid #7bb0b9;
  line-height: 12px;
}

#rt-drawer .menu li a {
  text-decoration: none;
}

#rt-drawer .menu li a:hover {
  color: #bdd7dc;
}

#rt-drawer .menu li.lastItem {
  padding-right: 0;
  border: none;
}

#rt-drawer .menu li.firstItem {
  margin-left: 0;
}

/*=== MENU POSITION ===*/
ul.sf-menu {
margin-left:-19px;
  position: relative;}
ul.sf-menu:after{clear:both;content:' ';display:block;}
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

ul.sf-menu > li {
  margin:0 3px 0 0;
}
ul.sf-menu li a,
ul.sf-menu li span {
  display: block;
  padding:0 28px;
  text-decoration:none;
  font-size:16px;
  line-height:49px;-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 > ul,
ul.sf-menu li.sfHover > ul {
  top: 54px;
}
ul.sf-menu ul {
  width: 138px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 100%;
  top: -8px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 140px;
  top: -0.5em;
}
ul.sf-menu ul {
  padding: 8px 0;
  width:100%;
  min-width: 180px;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  line-height: 34px;
  font-size:13px;
  padding:0;margin:0 15px;
  background:url(../images/submenu_border.png) repeat-x;
}

body ul.sf-menu ul li span  {
  margin: 0;
}
ul.sf-menu ul ul{background:#acacac;}
ul.sf-menu ul>li:first-child>a,
ul.sf-menu ul>li:first-child>span{background:none;}
/*=== SHOWCASE POSITION ===*/

#rt-showcase{border:1px solid #e8e8e8;padding:19px 0;margin:0 0 16px;}

.slider{position:relative;}

.dropcap{float:left;color:#fff;text-align:right;width:50px;padding:0 3px 0 0;font-size:48px;font-weight:normal;line-height:48px;margin:0 20px 0 0;}
.dropcap1{background:#84f0d1;}
.dropcap2{background:#8cf084;}
.dropcap3{background:#98d3f4;}
.dropcap4{background:#bababa;}

.top_blocks li{border-top:1px solid #eeedee;padding:24px 0 22px;margin:0 !important;background:url(../images/more.gif) 100% 100% no-repeat;}
.top_blocks li:first-child{border:none;}
.top_blocks a.moduleItemTitle{text-decoration:none;font-size:22px;color:#a3a3a3;}
.top_blocks a.moduleItemTitle span{color:#606060;}
.top_blocks a.moduleItemTitle:hover{color:#606060;}
.top_blocks a.moduleItemTitle:hover span{color:#a3a3a3;}
.top_blocks .rt-block{color:#b2b2b2;font-size:14px;line-height:22px;}
.top_blocks .rt-block p{margin:0;}

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

#rt-maintop{padding:15px 0 30px;}

.welcome .rt-block{background:url(../images/welcome_border.gif) 438px 0 repeat-y;font-size:14px;line-height:22px;color:#b2b2b2;padding:0 90px 13px 0;}

.did_you_know .rt-block{background:url(../images/book.png) 14px 0 no-repeat;padding:0 0 29px 120px;}
.did_you_know div.module-title h2{color:#257c8b;margin:0 0 5px;}
.did_you_know a.moduleItemTitle{font-size:18px;line-height:22px;text-decoration:none;}
.text_slider_nav a{position:absolute;bottom:0;left:121px;width:12px;height:13px;background:#fff;border:1px solid #cff2f9;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.did_you_know li{background:#fff !important;}
.text_slider_nav a#next{left:141px;}
.text_slider_nav a span{position:absolute;background:url(../images/text_slider_nav.gif);width:6px;height:5px;top:4px;left:3px;}
.text_slider_nav a#next span{background:url(../images/text_slider_nav.gif) -6px 0 no-repeat;}
.text_slider_nav a span + span{background:url(../images/text_slider_nav.gif) 0 -5px;opacity:0;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;filter:alpha(opacity=0);}
.text_slider_nav a#next span + span{background:url(../images/text_slider_nav.gif) -6px -5px;}
.text_slider_nav a:hover{border:1px solid #606060;}
.text_slider_nav a:hover span + span{opacity:1;filter:alpha(opacity=100);}

/*=== CONTENT ===*/

#rt-main{border:1px solid #e8e8e8;padding:19px 0;}

.home_block div.k2ItemsBlock > ul > li{margin:0 0 60px;}
#rt-content-bottom .home_block div.k2ItemsBlock > ul > li{margin:0 0 0px;}
.home_block h3.catItemTitle{color:#464646;}
.home_block div.moduleItemIntrotext img{margin:0 0 15px;}
.home_block div.moduleItemIntrotext p{margin:0 0 8px;}

.modulePretext{color:#b2b2b2;font-size:14px;line-height:22px;}
.services .rt-block{padding:14px 0 0;}
.services.cols4 div.k2ItemsBlock > ul >li {width: 167px;}
.services.cols2 div.k2ItemsBlock > ul >li {width: 280px;}
.services div.k2ItemsBlock > ul{overflow:hidden;padding:18px 0 0;margin:0 0 -21px;}
.services div.k2ItemsBlock > ul >li{float:left;width:232px;margin-right:20px;padding:23px 24px 26px;background:#f9f9f9;color:#b2b2b2;}
.services div.k2ItemsBlock > ul >li a.moduleItemImage{display:inline-block;margin:0 0 29px;}
.services div.k2ItemsBlock > ul >li a.moduleItemTitle{color:#a3a3a3;font-size:21px;text-decoration:none;line-height:24px;}
.services div.k2ItemsBlock > ul >li a.moduleItemTitle:hover{color:#000;}
.services div.k2ItemsBlock > ul >li div.moduleItemIntrotext{padding:19px 0 0;}
.services div.k2ItemsBlock > ul >li div.moduleItemIntrotext p{margin:0 0 10px;}

.staff div.k2ItemsBlock > ul{overflow:hidden;margin-left:-20px;margin-bottom:-20px;}
.staff div.k2ItemsBlock > ul >li{float:left;margin-left:20px;width:374px;background:#f9f9f9;padding:39px 42px 44px 44px;color:#b2b2b2;overflow:hidden;}
.staff div.k2ItemsBlock > ul >li a.moduleItemTitle{text-decoration:none;color:#a3a3a3;font-size:28px;line-height:30px;margin-right:-15px;display:inline-block;}
.staff div.k2ItemsBlock > ul >li a.moduleItemTitle span{color:#606060;}
.staff div.k2ItemsBlock > ul >li a.moduleItemImage{float:left;margin:0 17px 20px 0;}
.staff div.k2ItemsBlock > ul >li div.moduleItemIntrotext{padding:23px 0 0;}
.staff div.k2ItemsBlock > ul >li p{margin:0 0 10px;}
.staff div.k2ItemsBlock > ul >li a.moduleItemReadMore{float:right;}

/*== Portfolio Page ==*/
#port div.itemList{margin-bottom:-20px;}
#port div.catItemView {
	background:#f9f9f9;padding:23px 24px;
	margin-right:20px;
	color:#b2b2b2;
	margin-bottom:20px;
}
#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 {
  position: relative;
  display: block;
  overflow: hidden;
  background:#fff;
}

#port a.touch span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  height: 49px;
  left: 50%;
  margin-left: -24px;
  margin-top: -25px;
  position: absolute;
  top: -50%;
  width: 47px;
}
#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:-60px 0 1em;
  float: right;
  font-size:14px;
}
#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:#b2b2b2;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 {
  text-decoration: none;color:#84def0;
}
/*== 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;
}
ul.userLinks li{background:url(../images/list1_marker.png) 0 4px no-repeat;padding:0 0 10px 23px;}
ul.userLinks li a{text-decoration:none;font-size:14px;color:#b2b2b2;}
ul.userLinks li a:hover{text-decoration:underline;}
/*== 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;
}
/*========================================================*/
/* Pagination */
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  padding: 0;
  display: inline-block;
  text-decoration:none;
   margin: 0 12px 0 0;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  padding: 2em;
  background:#f9f9f9;
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0 21px 0 0;
}
div.itemComments ul.itemCommentsList li p{padding:10px 0 0;color:#b2b2b2;}
form#comment-form textarea#commentText {
  width:608px;
  height: 236px;
}
input#submitCommentButton{float:right;}

form#comment-form input.inputbox {
  width: 608px;
}
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  border:1px solid #f1f1f1;
  background:#fff;
  padding:9px 15px 8px;
  width: 340px;
  color:#727272;
  outline:none;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding:9px 15px 8px;
  font-family: inherit;
  resize: none;
  overflow: auto;
  border:1px solid #f1f1f1;
  background:#fff;
  color:#727272;
  outline:none;
}
/*User Login*/
div.k2LoginBlock input.inputbox{
  width: 165px;
}
#rt-popup div.k2LoginBlock input.inputbox {
  width: 188px;
}
textarea#jform_contact_message{height:140px;}

.gallery div.moduleItemIntrotext img:first-child{margin-right:12px;}
.gallery div.moduleItemIntrotext p{margin:10px 0 20px;font-size:14px;line-height:22px;color:#b2b2b2;}
.gallery a.moduleItemReadMore{float:right;}

.primary_contacts{color:#868686;}
.primary_contacts .rt-block{overflow:hidden;margin:0 !important;}
.primary_contacts div.customprimary_contacts{overflow:hidden;padding:0 0 15px;}
.primary_contacts div.customprimary_contacts img{float:left;margin:0 28px 0 0;}
.primary_contacts div.customprimary_contacts  span{color:#565656}

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

#rt-footer{border-bottom:5px solid #f1f1f1;padding:26px 0;}

.footer_menu ul{overflow:hidden;margin:0 0 0 -17px;}
.footer_menu li{list-style:none;float:left;font-size:16px;background:url(../images/footer_border.gif) 0 4px no-repeat;padding:0 0 0 15px;margin:0 0 0 16px;}
.footer_menu li:first-child{padding:0;margin:0;background:none;}
.footer_menu li a{color:#9a9b9b;text-decoration:none;display:inline-block;}
.footer_menu li a:hover,.footer_menu li.active a{color:#000}

.copyright{margin:0 -18px 0 0;text-align:right;color:#adadad;font-size:14px;}
.copyright a{color:#adadad;text-decoration:none;}
.copyright a:hover{color:#000;}

/*=== 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;
  display: block;
  text-decoration:none;
  padding:0 11px;
  line-height:31px;
  color:#67A4AE;
  font-size:14px;
  border:1px solid #67A4AE;
  -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
  text-indent: -9999px;
  background: url('../images/totop_arrow.png') center no-repeat;
  width: 30px;
}
a#gantry-totop:hover{color:#202020;border:1px solid #202020;}
/* 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 0 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;
}

/* K2 Items slider module */
.modCategoriesBlockSlider .K2Category {
  width: 100%;
  float: left;
  padding: 30px 0 26px;
  background: url("../images/more.gif") no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
  border-top: 1px solid #EEEDEE;
  height: 69px;
  overflow: hidden;
}

.modCategoriesBlockSlider .K2Category .cat-img {
  width: 53px;
  float: left;
  margin-right: 20px;
}
.modCategoriesBlockSlider .K2Category .cat-img img {
  border: 1px solid #67A4AE;
}

.modCategoriesBlockSlider .K2Category .cat-title a {
  color: #464646;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}

.modCategoriesBlockSlider .K2Category .cat-title span {
  color: #464646;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}

.modCategoriesBlockSlider .K2Category .cat-title a:hover {
  color: #A3A3A3;
}

.modCategoriesBlockSlider {
  position: relative;
}

.control_cats {
  opacity: 1;
}

#topControl {
  position: absolute;
  top: -7px;
  left: 20px;
  z-index: 999;
  text-indent: -9999px;
  width: 340px;
  height: 24px;
  background: url('../images/slide_arrow_top.png') bottom center no-repeat;
  cursor: pointer;
}

#bottomControl {
  position: absolute;
  bottom: -8px;
  left: 20px;
  z-index: 999;
  width: 340px;
  height: 24px;
  text-indent: -9999px;
  background: url('../images/slide_arrow_bottom.png') top center no-repeat;
  cursor: pointer;
}

.categoriesContainerSlider {
  position: relative;
  z-index: 1;
}

.modCategoriesBlockSlider .K2Category .cat-description p {
  margin: 0;
  color: #727272;
  font-size: 14px;
  line-height: 22px;
  padding-top: 2px;
}

.modCategoriesBlockSlider {
  height: 377px;
  overflow: hidden;
}

.modCategoriesBlock.home_categories .K2Category {
  width: 33.3%;
  float: left;
  background: none;
  border: none;
  padding: 0;
  overflow: visible;
  height: auto;
}

.modCategoriesBlock.home_categories .K2Category .cat-inner {
  margin-right: 15px;
  float: left;
}

.modCategoriesBlock.home_categories .cat-title a {
  color: #464646;
  font-size: 22px;
  font-weight: normal;
  line-height: 23px;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}

.modCategoriesBlock.home_categories {
  height: auto;
}

.modCategoriesBlock.home_categories .K2Category .cat-img {
  width: 298px;
  margin: 0 0 15px 0;
}


/* SITENAMe IMG */
.siteName img {
  margin-right: 10px;
  margin-bottom: -5px;
}

.siteName {
  margin-right: 5px;
}

/* XMAP */
#xmap ul {
  margin: 0;
  padding-left: 7px;
  list-style: none;
}

#xmap ul li {
  padding-left: 14px;
  background: url('../images/sm_arrow.png') no-repeat 2px 7px;
  margin-bottom: 2px;
}

#xmap ul li a {
  text-decoration: none;
}

#rt-sidebar-a ul.menu {
  list-style: none;
}

#rt-sidebar-a ul.menu li {
  margin-bottom: 19px;
}

#rt-sidebar-a ul.menu a {
  text-decoration: none;
}

#rt-sidebar-a ul.menu img {
  width: 30px;
  height: auto;
  margin-right: 5px;
  /*margin-bottom: -5px;*/
  float: left;
  margin-top: -4px;
}

#rt-sidebar-a ul.menu span {
  font-size: 14px;
}

#rt-sidebar-a ul.menu li.active span {
  color: #646464;
}

.sf-menu img {
  display: none;
}
/* K2 Services */


.services-list .itemContainer {
  width: 280px !important;
  background: none repeat scroll 0 0 #F9F9F9;
  color: #B2B2B2;
  float: left;
  margin-right: 20px;
  padding: 23px 24px 26px;
}

.services-list .itemContainer.itemContainerLast {
  margin: 0;
}

.services-list .K2ItemsRow {
  margin-bottom: 20px;
}

.services-list .itemListCategory {
  border-bottom: 1px solid #EEEDEE;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.subCategory h2 a {
  color: #464646;
  font-size: 22px;
  line-height: 23px;
  text-decoration: none;
  font-weight: normal;
}

.subCategory h2 {
  margin: 0;
}

.subCategory h2 a:hover {
  color: #A3A3A3;
}

.subCategory p {
  color: #464646;
}

.cats_sep {
  height: 1px;
  border-bottom: 1px solid #EEEDEE;
  padding-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

.itemListCategory h2 {
  margin-bottom: 10px;
}

.itemListCategoriesBlock {
  border-bottom: 1px solid #EEEDEE;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
  float: left;
}

#rt-drawer ul.menu li.active a {
  color: #BDD7DC;
}

.itemImageCaption {
  display: block;
  font-size: 11px;
  font-style: italic;
}

.itemImageCredits {
  font-size: 11px;
}

.K2ItemsRow {
  margin-bottom: 20px;
}


/*.subCategoryContainer {
  border-bottom: 1px solid #EEEDEE;
  background: url("../images/more.gif") no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
  margin-bottom: 22px;
  padding-bottom: 10px;
}*/

.itemListSubCategories {
  margin-top: 10px;
  margin-bottom: 30px;
}


.services-list .itemListCategoriesBlock {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mod-languages {
  float: right;
  margin: 13px 0 13px 50px;
  line-height: 12px;
}

.mod-languages ul li {
  border-right: 1px solid #7BB0B9;
  line-height: 12px;
  margin-left: 7px !important;
  padding-right: 6px;
  margin-right: 0 !important;
}

.mod-languages ul li:first-child {
  margin-left: 0;
}

.mod-languages ul li:last-child {
  border: none;
  padding-right: 0;
}

.mod-languages ul li.lang-active a {
  color: #BDD7DC;
}

span.moduleItemTitle {
  color: #A3A3A3;
  font-size: 21px;
  line-height: 24px;
}

.breadcrumbs {
  margin-bottom: 10px;
}

#rt-breadcrumbs .rt-container {
  width: 100%;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs img {
  margin-bottom: 2px;
}



.products .itemListSubCategories {
  width: auto;
  border: none;
}

.products .itemListSubCategories .subCategoryContainer {
  background: none;
  border: none;
  margin-bottom: 20px;
}

.products .itemListSubCategories .subCategoryContainer .subCategory {
  margin-right: 15px;
}

.products .itemListSubCategories .subCategoryImage {
  width: 218px;
  height: 159px;
  margin: 0 0 15px 0;
  float: left;
}

.products .itemListCategory {
  width: auto;
  margin: 0 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.products .itemListSubCategories {
  padding: 0;
}

.products .subCategory p {
  margin-bottom: 0;
}

.hidden-list {
  display: none;
}

.k2CategoriesListBlock ul {
  list-style: none;
  padding-top: 10px;
}

.k2CategoriesListBlock ul li:last-child {
  padding-bottom: 0;
}

.products .itemListCategoriesBlock {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/* Newsletter module */

.input-area {
  width: 65%;
  float: left;
}

.email-field {
  width: 100%;
  float: left;
}

.submit-area {
  width: 35%;
  float: left;
}

.options-fields {
  width: 100%;
  float: left;
}

.option-box {
  width: 33.3%;
  float: left;
}

.newsletter_inputbox {
  width: 90% !important;
  float: left;
  margin-bottom: 10px;
  border: 1px solid #257C8B !important;
}

.mail-error-box {
  width: 90%;
  float: left;
  color: #FF0000;
  font-size: 14px;
  padding: 0 0 5px;
}

.newsletter_button {
  float: left;
}

#rt-content-bottom .rt-grid-16 {
  padding: 10px 0 0;
  margin-top: 20px;
  background: #F1F1F1;
}

.view-contact #rt-content-bottom .rt-grid-16  {
  background: none;
}
.view-contact #rt-content-bottom .rt-grid-16 .rt-block {
  padding: 0;
}
.services {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

#rt-content-bottom .rt-grid-16 .rt-block {
  padding: 0 20px 0 50px;
}

#mod_its_newsletter {
  width: 100%;
  margin-bottom: 20px;
}

.newsletter_button {
  background: #257C8B;
  color: #fff !important;
  border: none;
  border-radius: 0;
  font-size: 22px;
  padding: 5px 30px 4px;
}

.option-box label {
  font-size: 14px;
  color: #257C8B;
}

.success-box {
  font-size: 14px;
  width: 100%;
  float: left;
  color: #257C8B;
  margin-top: 5px;
}

#mod_its_newsletter_small .input-area {
  width: 100%;
}

#mod_its_newsletter_small .submit-area {
  width: 100%;
  margin-top: 10px;
}

#mod_its_newsletter_small .option-box {
  width: 100%;
}

#mod_its_newsletter_small .newsletter_button {
  font-size: 16px;
  padding: 5px 20px 5px
}

#mod_its_newsletter_small .mail-error-box {
  font-size: 12px;
  width: 100%;
}

#mod_its_newsletter_small .newsletter_inputbox {
  width: 80% !important;
}

div.catItemIntroText {
  margin-right: 10px;
}

body .subCategory h2 {
  margin-bottom: 5px;
}

/* Contact us */
.custom.contact_us_module {
  padding: 10px 0 20px;
  width: 100%;
  text-align: center;
  background: #F1F1F1;
 }
 
 .custom.contact_us_module p {
  margin-bottom: 0;
 }
 
 #rt-bottom {
  margin-top: 30px;
 }
 
 /* Search page */
#searchForm input.inputbox {
  border: 1px solid #67A4AE;
  padding-right: 50px;
  width: 300px;
}

#searchForm button {
  text-indent: -9999px;
  height: 18px;
  width: 20px;
  background: url("../images/search_button.png") top left no-repeat;
  margin-left: -35px;
}

#searchForm button:hover {
  background: url("../images/search_button.png") 0 -18px no-repeat;
}

select {
  padding: 5px 5px 5px;
  border: 1px solid #67A4AE;
}

dd.result-text {
  padding-bottom: 1em;
  border-bottom: 1px solid #E6E6E6;
}

.itemContainer .catalog h3 {
  font-size: 14px;
  text-align: center;
}

.itemContainer .catalog .catItemImage {
  border: 1px solid #67A4AE;
}

.itemContainer .catalog .catItemImageBlock {
  margin: 0 0 5px;
  width: 100%;
  text-align: center;
}

.itemContainer .catalog {
  padding-right: 10px;
}

.itemContainer.itemContainerLast .catalog {
  padding-right: 0;
}

body .flex-caption a.moduleItemTitle {
  font: 24px/36px Arial,Helvetica,sans-serif;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

body .flexCaptionInner {
  padding: 2px 0;
  margin-bottom: 45px;
  background: url('../images/slider_title_bg.png') repeat;
  max-width: 440px;
}

.itemAttachmentsBlock.advices {
  float: left;
  margin-top: 40px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #257c8b;
}

.itemAttachmentsBlock.advices span {
  float: left;
}

.itemAttachmentsBlock.advices ul {
  float: left;
  list-style: none;
  margin: 0 0 0 5px;
}

.itemAttachmentsBlock.advices ul li a {
  padding: 3px 0 3px 25px;
  text-decoration: none;
  background: url('../images/pdf.png') center left no-repeat;
}

.printBlock {
  float: left;
  margin-top: 40px;
}

.printBlock span {
  float: left;
}

.printBlock ul {
  float: left;
  margin: 0 0 0 5px;
  list-style: none;
}

body a.itemPrintLink {
  background: url('../images/print.png') center no-repeat;
  height: 22px;
  width: 22px;
}

.addthis_button_print {
  display: none;
}