.editer div.K2ItemsRow {border-bottom: 1px dashed #000000;clear: both;margin-bottom: 20px;padding-bottom: 10px;}
ul.sf-menu {cursor:pointer;}
ul.sigProElegant li.sigProThumb a.sigProLink img.sigProImg, ul.sigProElegant li.sigProThumb a.sigProLink:hover img.sigProImg {background-size: auto 100%;}
ul.sigProElegant li.sigProThumb a.sigProLink:hover {color:white; background-color:#e0e0e0;border-color:#e0e0e0;}
span.itemImage, span.catItemImage {width:100%}
.port h3.catItemTitle {margin-bottom:9px;}
.home-page h3.catItemTitle{color: #5B5B5B;font: bold 24px/34px 'Ubuntu',sans-serif;letter-spacing: -1px;margin: 0 0 23px;text-transform: uppercase;}
.itemImageGallery h3,.itemImageGallery .sigProFlickrSetLink {display:none;}
/*#testimonials .itemList p strong:before {content:"--";}*/
#testimonials .itemList p strong {display:block;}
#testimonials .itemList p {margin: 30px 10px; padding-left:40px}
.rt-grid-8 #rt-mainbody {margin:0 40px 40px 0;}
/*#rt-sidebar-a {margin-left:40px;}*/
#rt-sidebar-a .moduleItemTitle {font-weight: normal !important;font-size: 20px;text-transform: uppercase; line-height: 50px;padding-left: 10px;margin-bottom: 20px;display: block;border-bottom: 3px solid gray;}
.bhours p {font-size: 13px;color: #777777!important;border-bottom: 1px dotted gray;padding-bottom: 10px;margin-bottom: 10px;line-spacing:1px;padding-left: 10px;}
.bhours p strong {text-transform: uppercase;display: block; width:100px;float:left;}
#footer .rt-container {line-height:normal !important;}
#footer .rt-container a:link, #footer .rt-container a:visited {color:#8E8E8E;}
.wwo p {line-height:normal !important; margin-bottom:7px!important;color:#8E8E8E!important;}
.home-page span.catItemImage a img {border-top: 4px solid #00707E;padding-top: 3px;}
/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  background:url(../images/template/bg.jpg) top center no-repeat #909090;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -168px;
  background: url(../images/template/wrapper.jpg) center 0 repeat-y;
  background: url(../images/template/content-bg.gif) center 0 repeat-y;
}
#footer,
#push {
  height: 168px;
}
#body-wrapper {
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1 {
  margin: 0 0 0.67em 0;
}
h2 {
  font: bold 24px/34px 'Ubuntu', sans-serif;
  text-transform: uppercase;
  color: #5b5b5b;
  margin: 0 0 23px;
  letter-spacing: -1px;
}
h3 {
  font-family: /*bold 12px/18px*/ Arial, Helvetica, sans-serif;
  color: #373a3f;
  margin: 0 0 18px;
  font-weight: normal;
  font-size : 16px;
}
h3 a {
  text-decoration: none;
}
h4 {
  margin: 0 0 18px;
}
h5 {
  margin: 20px 0 6px;
   font-family : Ubuntu;
  font-weight : bold;
  font-size : 27px;
  color : #268692;
  color : rgb(38, 134, 146);
}
h6 {
  margin: 0 0 18px;
 font-family : Ubuntu;
  font-size : 16px;
  color : #7E7E7E;
  font-weight: normal;
  color : rgb(126, 126, 126);
}
p,
pre {
  margin: 0 0 18px;
}
strong {
  color: #373a3f;
}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
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 15px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore {
  height: 34px;
  line-height: 34px;
}
button.button,
input.button {
  padding: 8px 15px;
}
/*Lists*/
ul.itemList li,
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li,
ul.k2UserBlockActions li,
ul.userLinks li,
ul.menu-list li,
#form-login ul li {
  background: url(../images/template/marker.png) 0 3px no-repeat;
  padding: 0 0 18px 19px;
  list-style: none;
}
ul.itemList li a,
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a,
ul.k2UserBlockActions li a,
ul.userLinks li a,
ul.menu-list li a,
#form-login ul li a {
  font-size: 13px;
  text-decoration: none;
}
ul.list {
  margin-bottom: 18px;
}
ul.list li {
  background: url(../images/template/marker1.gif) 0 6px no-repeat;
  padding: 0 0 6px 13px;
  list-style: none;
}
ul.list li a {
  color: #9c9fa3;
  text-decoration: none;
}
ul.list li a:hover {
  color: #afcdd8;
}
ul.userLinks,
form#form-login ul {
  margin: 2em 0 0;
}
ul.k2UserBlockActions {
  margin: 2em 0 1em;
}
.moduleItemIntrotext ul.menu-list {
  margin: 0px 0 5px;
  padding: 7px 0 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.four ul li {
  width: 240px;
}
.cols.three ul li {
  width: 320px;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-top .rt-container {
  background: url(../images/template/top-bg.jpg) center 0 repeat-y;
  padding: 15px 0 0;
}
#rt-top .rt-container #rt-logo {
  position: relative;
}
/*=== HEADER POSITION ===*/
/*=== MENU POSITION ===*/
ul.sf-menu {
  position: relative;
  display: table;
  width: 100%;
  background: /*url(../images/template/navigation.jpg) 0 0 repeat*/ #00707E;
  table-layout: fixed;
  /*SubMenu Styles*/
  /*Define SubMenu position*/
  /*Define 2nd+ SubMenu position*/
}
ul.sf-menu li {
  text-align: center;
}
ul.sf-menu li .sfHolder {
  display: block;
  position: relative;
}
ul.sf-menu li .sfHolder a,
ul.sf-menu li .sfHolder span.separator {
  display: block;
  padding: 0 27px;
  text-decoration: none;
}
ul.sf-menu > li {
  padding: 0 0 0 2px;
  margin: 0;
  display: table-cell;
  float: none;
  background: url(../images/template/separator.png) 0 0 repeat-y;
}
ul.sf-menu > li > .sfHolder > a,
ul.sf-menu > li > .sfHolder > span.separator {
  font: 14px/88px 'Ubuntu', sans-serif;
  height: 88px;
  color: white;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
ul.sf-menu > li > .sfHolder > a:hover,
ul.sf-menu > li > .sfHolder > span.separator:hover {
  color: #a7a7a7;
  color: #FAB555;
}
ul.sf-menu > li.sfHover > .sfHolder > a,
ul.sf-menu > li.sfHover > .sfHolder > span.separator {
  color: #a7a7a7;
}
ul.sf-menu > li.active > .sfHolder > a,
ul.sf-menu > li.current > .sfHolder > a,
ul.sf-menu > li.active > .sfHolder > span.separator,
ul.sf-menu > li.current > .sfHolder > span.separator {
  background: /*url(../images/template/item.jpg) 0 0 repeat*/ #268692;
  margin-right: -2px;
  position: relative;
  z-index: 2;
  color: white !important;
}
ul.sf-menu > li.parent > .sfHolder > a > span,
ul.sf-menu > li.parent > .sfHolder > span.separator > span {
  background: url(../images/template/parent.png) center bottom no-repeat;
  padding-bottom: 8px;
}
ul.sf-menu > li:first-child {
  background: none;
  padding-left: 0;
}
ul.sf-menu ul {
  /*width: 126px;*/
  width: 156px;
  background: #dde1e2;
  padding: 14px 0;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span.separator {
  display: block;
  font: 10px/34px Arial, Helvetica, sans-serif;
  color: #9d9d9d;
  text-transform: uppercase;
  text-align: left;
}
ul.sf-menu ul li a:Hover,
ul.sf-menu ul li span.separator:Hover {
  color: /*#4d4d4d*/ #FAB555;
}
ul.sf-menu ul li.active > a,
ul.sf-menu ul li.sfHover > a,
ul.sf-menu ul li.active > span.separator,
ul.sf-menu ul li.sfHover > span.separator {
  color: #4d4d4d;
}
ul.sf-menu > li:hover > .sfHolder > ul,
ul.sf-menu > li.sfHover > .sfHolder > ul {
  top: 88px;
  background: #373a3f;
}
ul.sf-menu > li:hover > .sfHolder > ul > li > .sfHolder > a,
ul.sf-menu > li.sfHover > .sfHolder > ul > li > .sfHolder > a,
ul.sf-menu > li:hover > .sfHolder > ul > li > .sfHolder > span.separator,
ul.sf-menu > li.sfHover > .sfHolder > ul > li > .sfHolder > span.separator {
  color: white;
}
ul.sf-menu > li:hover > .sfHolder > ul > li > .sfHolder > a:Hover,
ul.sf-menu > li.sfHover > .sfHolder > ul > li > .sfHolder > a:Hover,
ul.sf-menu > li:hover > .sfHolder > ul > li > .sfHolder > span.separator:Hover,
ul.sf-menu > li.sfHover > .sfHolder > ul > li > .sfHolder > span.separator:Hover {
  color: #afcdd8;
}
ul.sf-menu > li:hover > .sfHolder > ul > li.active > .sfHolder > a,
ul.sf-menu > li.sfHover > .sfHolder > ul > li.active > .sfHolder > a,
ul.sf-menu > li:hover > .sfHolder > ul > li.sfHover > .sfHolder > a,
ul.sf-menu > li.sfHover > .sfHolder > ul > li.sfHover > .sfHolder > a,
ul.sf-menu > li:hover > .sfHolder > ul > li.active > .sfHolder > span.separator,
ul.sf-menu > li.sfHover > .sfHolder > ul > li.active > .sfHolder > span.separator,
ul.sf-menu > li:hover > .sfHolder > ul > li.sfHover > .sfHolder > span.separator,
ul.sf-menu > li.sfHover > .sfHolder > ul > li.sfHover > .sfHolder > span.separator {
  color: #afcdd8;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li ul {
  left: 126px !important;
  top: -14px !important;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li ul {
  left: 126px !important;
  top: -14px !important;
}
select.select-menu {
  display: none;
  margin: 20px 0;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  padding-bottom: 19px;
  padding-top: 5px;
}
/*=== FEATURE POSITION ===*/
#rt-feature .rt-container {
  background: url(../images/template/border.gif) center bottom no-repeat;
  padding: 0px 0 37px;
}
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
#rt-maintop .rt-container {
  background: url(../images/template/border.gif) center bottom no-repeat;
  padding: 55px 0 0px;
}
#rt-maintop .rt-container .rt-block {
  padding-bottom: 50px;
}
/*=== CONTENT ===*/
#rt-main {
  overflow: hidden;
}
#rt-main .rt-container {
  padding: 55px 0 0;
}
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
.K2ItemsRow {
  /*margin: 0 -10px;*/
}
.columns-fluid {
  margin: 0 -10px;
}
.columns-fluid li {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 10px;
}
/*== Home Page ==*/
div.k2ItemsBlock.posts > ul {
  width: 100%;
  overflow: hidden;
}
div.k2ItemsBlock.posts > ul > li {
  background: url(../images/template/divider.gif) 0 0 repeat-y;
  float: left;
  width: 190px;
  padding: 0 30px 0 20px;
  list-style: none;
}
div.k2ItemsBlock.posts > ul > li .moduleItemIntrotext {
  overflow: hidden;
  font-size: 13px;
  color: #83868A;
  line-height: 20px;
}
div.k2ItemsBlock.posts > ul > li .moduleItemIntrotext h3 {
  font: /*bold*/ 21px/21px 'Ubuntu', sans-serif;
  /*color: #00707E;*/
  text-transform: uppercase;
  letter-spacing: -1px;
}
div.k2ItemsBlock.posts > ul > li .moduleItemIntrotext h3 strong {
  font: bold 21px/21px 'Ubuntu', sans-serif;
  /*color: #373A3F;*/
  color: #00707E;
  padding-top: 20px;
  /*display: block;*/
}
div.k2ItemsBlock.posts > ul > li a.moduleItemReadMore {
  /*font: bold 16px/45px 'Ubuntu', sans-serif;
  height: 45px;*/
  text-transform:none !important;
}
div.k2ItemsBlock.posts > ul > li:first-child {
  background: none;
  padding-left: 0;
}
.title .module-title h2.title {
  font: bold 30px/30px 'Ubuntu', sans-serif;
}
.prv .module-title h2.title {
  font: bold 80px/80px 'Ubuntu', sans-serif;
  text-transform: none;
  letter-spacing: -5px;
  color: #3e3d3c;
  margin: 0 0 3px;
}
.prv .module-title h2.title:first-letter {
  font-size: 99px;
}
.prv div.k2ItemsBlock.prv ul li .moduleItemIntrotext h3 {
  font: 40px/40px 'Ubuntu', sans-serif;
  color: #3e3d3c;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.prv div.k2ItemsBlock.prv ul li .moduleItemIntrotext h3 span {
  color: #afcdd8;
}
div.k2ItemsBlock.wwo > ul {
  margin-bottom: 15px;
}
div.k2ItemsBlock.wwo > ul li {
  margin: 0 0 25px;
}
div.k2ItemsBlock.wwo > ul li .moduleItemIntrotext {
  overflow: hidden;
}
div.k2ItemsBlock.wwo > ul li .moduleItemIntrotext div.catItemImageBlock {
  float: left !important;
  margin: 6px 9px 0 0 !important;
}
div.k2ItemsBlock.wwo > ul li .moduleItemIntrotext a.moduleItemTitle {
  text-transform: uppercase;
  color: #93b2bd;
  font: 14px/18px 'Ubuntu', sans-serif;
  margin: 13px 0 4px;
  display: inline-block;
}
div.k2ItemsBlock.wwo > ul li .moduleItemIntrotext a.moduleItemTitle:hover {
  color: #373a3f;
}
/*== About Page ==*/
div.k2ItemsBlock.history > ul li {
  margin: 0;
}
div.k2ItemsBlock.history > ul li .moduleItemIntrotext {
  overflow: hidden;
}
div.k2ItemsBlock.history > ul li .moduleItemIntrotext a.moduleItemTitle {
  float: left;
  margin-right: 15px;
}
div.k2ItemsBlock.history > ul li .moduleItemIntrotext p {
  overflow: hidden;
  margin-bottom: 13px;
}
#about div.itemImageBlock {
  float: left;
  margin: 5px 20px 18px;
}
/*== Clients Page ==*/
#clients div.catItemImageBlock {
  float: left;
  margin: 5px 20px 23px 0;
}
#clients div.catItemHeader h3 {
  font: bold 12px/18px Arial, Helvetica, sans-serif;
  color: #373a3f;
}
div.k2ItemsBlock.clients > ul {
  display: table;
  width: 100%;
}
div.k2ItemsBlock.clients > ul li {
  display: table-cell;
  vertical-align: top;
}
/*== 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.catItemView div.catItemHeader h3 a {
  text-decoration: none;
  color: #373a3f;
}
#port div.catItemView div.catItemHeader h3 a:hover {
  color: #a2c1cd;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 20px 18px 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;
  padding: 1.5em 0;
  margin-bottom: 1.5em;
}
#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,
#port #isotopeOptions ul#sort li a,
#port #isotopeOptions ul#sort_direction li a {
  color: #373a3f;
  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: #a2c1cd;
}
#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 ==*/
#blog div.itemView,
#blog .catItemView {
  background: url(../images/template/border.gif) 0 bottom repeat-x;
  margin-bottom: 35px;
  padding-bottom: 23px;
  padding-right: 30px;
}
#blog .catItemHeader,
#blog .itemHeader,
#blog .userItemHeader,
#blog .genericItemHeader {
  padding: 5px 0 23px;
  overflow: hidden;
}
#blog .catItemHeader .catItemDateCreated,
#blog .itemHeader .catItemDateCreated,
#blog .userItemHeader .catItemDateCreated,
#blog .genericItemHeader .catItemDateCreated,
#blog .catItemHeader .itemDateCreated,
#blog .itemHeader .itemDateCreated,
#blog .userItemHeader .itemDateCreated,
#blog .genericItemHeader .itemDateCreated,
#blog .catItemHeader .userItemDateCreated,
#blog .itemHeader .userItemDateCreated,
#blog .userItemHeader .userItemDateCreated,
#blog .genericItemHeader .userItemDateCreated,
#blog .catItemHeader .genericItemDateCreated,
#blog .itemHeader .genericItemDateCreated,
#blog .userItemHeader .genericItemDateCreated,
#blog .genericItemHeader .genericItemDateCreated {
  float: left;
  background: url(../images/template/item.jpg) 0 0 repeat;
  width: 60px;
  text-align: center;
  padding-bottom: 17px;
  font: bold 18px/15px 'Ubuntu', sans-serif;
  letter-spacing: -1px;
  color: white;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}
#blog .catItemHeader .catItemDateCreated span,
#blog .itemHeader .catItemDateCreated span,
#blog .userItemHeader .catItemDateCreated span,
#blog .genericItemHeader .catItemDateCreated span,
#blog .catItemHeader .itemDateCreated span,
#blog .itemHeader .itemDateCreated span,
#blog .userItemHeader .itemDateCreated span,
#blog .genericItemHeader .itemDateCreated span,
#blog .catItemHeader .userItemDateCreated span,
#blog .itemHeader .userItemDateCreated span,
#blog .userItemHeader .userItemDateCreated span,
#blog .genericItemHeader .userItemDateCreated span,
#blog .catItemHeader .genericItemDateCreated span,
#blog .itemHeader .genericItemDateCreated span,
#blog .userItemHeader .genericItemDateCreated span,
#blog .genericItemHeader .genericItemDateCreated span {
  display: block;
  padding-top: 15px;
}
#blog .catItemHeader h3.catItemTitle,
#blog .itemHeader h3.catItemTitle,
#blog .userItemHeader h3.catItemTitle,
#blog .genericItemHeader h3.catItemTitle,
#blog .catItemHeader h2.itemTitle,
#blog .itemHeader h2.itemTitle,
#blog .userItemHeader h2.itemTitle,
#blog .genericItemHeader h2.itemTitle,
#blog .catItemHeader h3.userItemTitle,
#blog .itemHeader h3.userItemTitle,
#blog .userItemHeader h3.userItemTitle,
#blog .genericItemHeader h3.userItemTitle,
#blog .catItemHeader h3.genericItemTitle,
#blog .itemHeader h3.genericItemTitle,
#blog .userItemHeader h3.genericItemTitle,
#blog .genericItemHeader h3.genericItemTitle {
  font: bold /*12px/18px*/ Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  color: #373a3f;
  margin: 12px 0 0;
}
#blog div.catItemImageBlock {
  float: left;
  margin: 5px 20px 18px 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;
}
/*== Team Page ==*/
.team .catItemHeader h3 {
  margin: 0;
  text-transform: uppercase;
}
/*== FAQs Page ==*/
#faqs div.catItemHeader h3:before {
  content: "Q.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
#faqs div.catItemIntroText {
  margin-bottom: 30px;
}
#faqs div.catItemIntroText:before {
  content: "A.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
/*== Testimonials Page ==*/
#testimonials div.catItemIntroText p:before {
  background: url(../images/quotes.png) left top no-repeat;
  background-size:40px 30px;
  content: ".";
  text-indent: -999em;
  display: block;
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: 40px;
  height: 30px;
  position: absolute;
  left:0px;
}
/*#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;
  margin-bottom: 30px;
}
#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;
}
.map-wrapper {
  margin-bottom: 21px;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  padding-top: 2em;
  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;
}
#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: 3em 0;
}
.component-content div.login input.inputbox {
  width: 40%;
}
/*========================================================*/
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  height: 29px;
  padding: 5px 10px 6px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  background: #f2f2f2;
  color: #8e8e8e;
  border: 1px solid #f2f2f2;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 10px;
  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: #f2f2f2;
  color: #8e8e8e;
  border: 1px solid #f2f2f2;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 11px 10px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  background: #5b5b5b;
  color: white;
}
div.k2Pagination li a.pagenav:hover,
div.pagination li a.pagenav:hover,
div.itemCommentsPagination li a.pagenav:hover {
  background: #a2c1cd;
}
div.k2Pagination li.pagination-prev,
div.pagination li.pagination-prev,
div.itemCommentsPagination li.pagination-prev {
  margin-right: 31px;
}
div.k2Pagination li.pagination-next,
div.pagination li.pagination-next,
div.itemCommentsPagination li.pagination-next {
  margin-left: 20px;
}
div.k2Pagination li.num a.pagenav,
div.pagination li.num a.pagenav,
div.itemCommentsPagination li.num a.pagenav,
div.k2Pagination li.num span.pagenav,
div.pagination li.num span.pagenav,
div.itemCommentsPagination li.num span.pagenav {
  padding: 0;
  background: none;
  color: #373a3f;
  font-weight: bold;
}
div.k2Pagination li.num a.pagenav:hover,
div.pagination li.num a.pagenav:hover,
div.itemCommentsPagination li.num a.pagenav:hover,
div.k2Pagination li.num span.pagenav:hover,
div.pagination li.num span.pagenav:hover,
div.itemCommentsPagination li.num span.pagenav:hover {
  color: #a2c1cd;
}
div.k2Pagination li.num span.pagenav,
div.pagination li.num span.pagenav,
div.itemCommentsPagination li.num span.pagenav {
  color: #a2c1cd;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  padding: 17px 20px 20px;
  background: #f2f2f2;
}
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 0 0 2em;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 4px 15px 0 0;
  border: 1px solid #a9a9a9;
}
form#comment-form textarea#commentText {
  height: 250px;
  width: 69%;
}
form#comment-form input.inputbox {
  width: 45%;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
#rt-mainbottom .rt-container {
  background: url(../images/template/border.gif) center 0 no-repeat;
  padding: 55px 0 50px;
}
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/
#footer {
  background: url(../images/template/wrapper.jpg) center 0 repeat-y;
}
#footer .footer-container {
  background: url(../images/template/wrapper.jpg) center 0 repeat-y;
}
#rt-footer .rt-container {
  padding: 48px 0 0;
}
.copyright {
  color: #555454;
  text-transform: uppercase;
}
.copyright .siteName {
  font: bold 24px/30px 'Ubuntu', sans-serif;
  color: #4e4e4e;
}
.copyright a {
  color: #555454;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}
ul.menu-social {
  float: right;
}
ul.menu-social li {
  display: inline-block;
  padding: 0 0 0 7px;
}
ul.menu-social li a span {
  display: block;
  display: block;
}
ul.menu-social li a span img {
  filter: progid:dximagetransform.microsoft.alphaimageloader() !important;
}
ul.menu-social li a span .image-title {
  display: none;
}
/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 13px;
  position: fixed;
  right: 13px;
  display: none;
  filter: progid:dximagetransform.microsoft.alphaimageloader() !important;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) top left no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
  filter: progid:dximagetransform.microsoft.alphaimageloader() !important;
}
/* 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 rgba(0, 0, 0, 0.5);
  padding: 7px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 500px !important;
  width: auto !important;
}
.tip-title {
  font-weight: bold;
}
/*======= Search Form ============*/
form .search-form {
  padding: 3px 0 30px;
  width: 242px;
}
form .search-form #mod-search-searchword {
  border: 1px solid white;
  background: white;
  padding: 5px 10px 6px;
  margin: 0 2px 0 0;
  width: 154px;
  float: left;
}
form .search-form .buttonsearch-form {
  border: 1px solid #afcdd8;
  background: #afcdd8;
  color: white;
  height: 28px;
  text-align: center;
  text-transform: lowercase;
  width: 64px;
  padding-bottom: 1px;
}
form .search-form .buttonsearch-form:hover {
  background: #9c9fa3;
}
/*======= 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;
}
.foxtext {
box-shadow: none !important;
border-radius: 0px !important;
background-color: #f2f2f2 !important;
}
div.nn_tabs_container>div.nn_tabs_nav>ul.nn_tabs_tabs>li>span>a
{
  padding: 18px 12px 18px 12px !important;
}
.foxbutton {
  float:left !important;
  margin-left:20px;
}
.foxform input {
  margin:0 25px !important;
  border-radius:0px !important;
  box-shadow:none !important;
}
.fox-copyright {
  display:none;}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cecece -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dashed none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 20px 0;
}