/*GENERAL STYLES*/
* {margin: 0;padding: 0;}
body{padding:0 0 50px;}
#body-wrapper {max-width:1040px;margin:0 auto;background:#141414;}
#rt-menu{background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*LESS Variables & mixins*/
.before_after {position: absolute;content: ".";text-indent: -999em;}
/* TYPOGRAPHY */
p{margin:0 0 18px;}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
button.button,
input.button {
  display: inline-block;
  height:18px;
  line-height:18px;
  text-decoration: none;
  border: none;
  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;
}
a.moduleCustomLink{color:#505050;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;margin-left:10px;}
a.moduleCustomLink:hover{color:#fff;}
/*Lists*/
/*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.four ul li {
  width: 240px;
}
.cols.three ul li {
  width: 320px;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-top .rt-container #rt-logo {
  position: relative;
}
/*=== HEADER POSITION ===*/

#rt-header{padding:25px 0 25px;}
#rt-logo{margin-left:-4px;}

/*=== MENU POSITION ===*/
ul.sf-menu {position: relative;}
ul.sf-menu{padding:41px 0 41px;}
ul.sf-menu:after{clear:both;display:block;content:' ';}
ul.sf-menu > li {margin: 0 41px 0 0;}
ul.sf-menu li a,ul.sf-menu li span {
  display: block;
  padding: 0;
  text-decoration:none;
  text-transform:uppercase;
  font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  -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:59px;margin-left:-19px;}
ul.sf-menu ul {width: 143px;}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {margin-left:0;left: 100%;top: -22px;}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {margin-left:0;left: 100%;top: -22px;}
ul.sf-menu ul {padding:22px 0 27px;}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  line-height:30px;
  padding:0 19px;
}
select.select-menu {
  display: none;
}
/*=== SHOWCASE POSITION ===*/
.slideDown:hover{background-color:#f07236;}
.slideDown.clicked{background-position:50% -13px;}
/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
/*=== CONTENT ===*/
#rt-main{padding:70px 0 0;}
.projects .rt-block{margin:0 0 60px;}
.projects div.k2ItemsBlock > ul{display:inline;}
.projects div.k2ItemsBlock > ul li{display:inline;}
.modItemReadMore,a.moduleCustomLink{display:inline-block;color:#fff;font:9px/41px "Trebuchet MS", Arial, Helvetica, sans-serif;text-transform:uppercase;text-decoration:none;border-radius:22px;width:41px;text-align:center;background:#242424;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
	background-clip:border-box;border:1px solid #242424;}
.modItemReadMore:hover,a.moduleCustomLink:hover{background:#E8452E;color:#fff;border:1px solid #E8452E;}
#about div.itemListView{padding-right:20px;}
#about div.catItemIntroText{padding-right:10px;}

#services div.catItemIntroText p{margin:0;}

.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}
/*== Portfolio Page ==*/
#port div.catItemView {
  padding: 0;
  margin-bottom: 2em;
}
#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;
}
#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.catItemIntroText{overflow:hidden;}
#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;
  margin-top:-75px;
}
#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;
}
#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;
}
/*== Blog Page ==*/

.color{color:#fff;}
#blog #rt-mainbody{padding-right:23px;}
#blog div.catItemBody{clear:both;padding:30px 0 0;}
#blog div.catItemView{border-bottom:1px solid #191919;padding-bottom:15px;}
#blog div.itemBody{clear:both;padding:30px 0 0;}

/*== 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 70px 0;
  padding:30px 0 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;
}
#k2Container.k2AccountPage textarea#jform_profile_aboutme {
  height: 150px;
}
/*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:0 0 70px;
}
.component-content div.login input.inputbox {
  width: 40%;
}
/*========================================================*/
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  height: 29px;
  font-family:inherit;
  font-size:inherit;
  padding:5px 8px 6px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */
background:#202020;
border:1px solid #202020;
color:inherit;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding:5px 8px;
  font: 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:#202020;
border:1px solid #202020;
color:inherit;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 px 10px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  padding: 0 6px;
  display: inline-block;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  text-decoration:none;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  padding:10px;
  background:#202020;
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0;
}
div.itemComments ul.itemCommentsList li div.commentBody div.commentToolbar span.commentLink {
}
div.itemComments ul.itemCommentsList li div.commentToolbar {
  margin: 0;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 0 15px 0 0;
}
form#comment-form textarea#commentText {
	width:68%;
  height: 249px;
  margin:0 0 15px;
}
form#comment-form input.inputbox {
  width: 45%;
  display:block;
  margin:0 0 9px;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}

.readon{padding:0 0 20px;}

#form-login fieldset{padding:0 0 20px;}

.history .rt-block{padding:0 20px 0 0;}
.history li{padding:0 0 2px;}
.history a.moduleItemTitle{float:left;color:#fff;text-decoration:none;margin-right:5px;}
.history a.moduleItemTitle:after{content:' -';}
.history a.moduleItemTitle:hover{color:#f07236;}
.history div.moduleItemIntrotext{overflow:hidden;}

.opportunities.list1{padding:6px 0 16px;}

#rt-sidebar-a .rt-block,#rt-sidebar-c .rt-block{margin:0 0 40px;}

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

#rt-footer{padding:73px 0 0;}
#rt-footer .rt-block{margin:0 0 80px;}

ul.list1,.list1 ul{margin:0;}
.list1 li{list-style:none;background:url(../images/list1_marker.gif) 0 6px no-repeat;padding:0 0 6px 16px;}
.list1 li a{color:#fff;text-decoration:none;}
.list1 li a:hover{text-decoration:underline;}

.services .lastItem{background:none;padding:25px 0 0;}
.services .lastItem a.custom_link{color:#f07236;}
.services .lastItem a.custom_link:hover{color:#ff;text-decoration:none;}

#rt-footer div.moduleItemIntrotext{padding:0 0 13px;}

.contacts dl{margin:0;max-width:178px;}
.contacts dl dt{margin:0 0 18px;}
.contacts dl dd{margin:0;overflow:hidden;}
.contacts dl dd span{float:right;}

.team .rt-block{overflow:hidden;margin:0 !important;}
.team ul{margin:0 -10px;}
.team li{float:left;width:220px;margin:0 10px 80px;}
.team a.moduleItemImage{margin:0 0 16px;}
#rt-footer .team div.moduleItemIntrotext{padding:0;}
.team p{margin:0;}

#rt-copyright{padding:15px 0 16px;}

.copyright{margin:0;}
.copyright a{color:inherit;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;}
.copyright a:hover{color:#fff;}

/*=== 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) 50% 50% no-repeat #E8452E;
  -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
  border-radius:28px;
  display: block;
  width: 55px;
  height: 55px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
}
a#gantry-totop:hover{background-color:#141414;}
/* 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;
  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;}