/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
html {
  background: #e7e4e2 url(shadow.png) center 0 no-repeat;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -526px;
  background: url(wrapper.png) 0 0 repeat;
}
#footer,
#push {
  height: 526px;
}
#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-weight: normal;
  font-size: 40px;
  line-height: 34px;
  color: #d0e4f6;
  margin: 0 0 16px 0;
  letter-spacing: -2px;
}
h2 span {
  display: block;
  font-size: 20px;
  color: #bcb4b1;
  letter-spacing: normal;
}
h2.itemTitle,
h3 {
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  color: #191919;
  margin: 0 0 3px;
  letter-spacing: -1px;
}
h4 {
  margin: 0 0 1.33em 0;
}
h5 {
  margin: 0 0 1.67em 0;
}
h6 {
  margin: 0 0 2.33em 0;
}
p,
pre {
  margin: 0 0 20px 0;
}
body a {
  text-decoration: none;
}
.color {
  color: #ec7e4c;
}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button {
  display: inline-block;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  padding: 0 27px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore {
  height: 48px;
  line-height: 48px;
}
button.button,
input.button {
  padding: 14px 27px;
}
/*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 {
  border-top: 6px solid #d0e4f6;
  background: white;
  border-bottom: 1px solid #e8e3e0;
}
#rt-top .rt-container {
  padding: 6px 0 9px;
}
#rt-top .rt-container #rt-logo {
  position: relative;
}
#rt-top .rt-container .menu {
  float: right;
}
#rt-top .rt-container .menu li {
  float: left;
  list-style: none;
  background: url(sep.png) 0 6px no-repeat;
  padding: 0 6px 0 8px;
}
#rt-top .rt-container .menu li a {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  color: #b6b6b6;
}
#rt-top .rt-container .menu li a:hover {
  color: #ec7e4c;
}
#rt-top .rt-container .menu li span {
  float: left;
}
#rt-top .rt-container .menu li.lastItem {
  padding-right: 0;
}
#rt-top .rt-container .menu li:first-child {
  padding-left: 0;
  background: none;
}
#rt-top #rt-login-button {
  font-size: 11px;
  color: #b6b6b6;
  text-transform: uppercase;
}
#rt-top #rt-login-button a {
  color: #191919;
}
#rt-top #rt-login-button a:hover {
  color: #ec7e4c;
}
/*=== HEADER POSITION ===*/
#rt-header .rt-container {
  padding: 35px 0 23px;
  background: url(container.gif) center bottom no-repeat;
}
#rt-header .rt-container div.mod_search.custom {
  position: relative;
  float: right;
  width: 246px;
  margin-top: 12px;
}
#rt-header .rt-container div.mod_search.custom #mod-search-searchword {
  width: 192px;
  padding: 0 40px 0 10px;
  border: 1px solid #e8e3e0;
  background: white;
  line-height: 32px;
  height: 32px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#rt-header .rt-container div.mod_search.custom .buttoncustom {
  position: absolute;
  top: 10px;
  right: 16px;
  padding: 0;
  margin: 0;
  background: url(searchButton.png) 0 bottom no-repeat;
  width: 15px;
  height: 15px;
  border: none;
  text-indent: -9999em;
}
#rt-header .rt-container div.mod_search.custom .buttoncustom:hover {
  background-position: 0 0;
}
/*=== MENU POSITION ===*/
ul.sf-menu {
  position: relative;
  float: right;
  margin: -51px 10px 0;
  /*SubMenu Styles*/

}
ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 36px;
}
ul.sf-menu li a,
ul.sf-menu li span {
  display: block;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
}
ul.sf-menu > li:hover > ul,
ul.sf-menu > li.sfHover > ul {
  top: 25px;
  border: 1px solid #d4cdc9;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.sf-menu > li:hover > ul > li,
ul.sf-menu > li.sfHover > ul > li {
  border-top: 1px solid #e8e3e0;
}
ul.sf-menu > li:hover > ul > li:first-child,
ul.sf-menu > li.sfHover > ul > li:first-child {
  border: none !important;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  background: #ffffff;
  border: 1px solid #d4cdc9;
}
ul.sf-menu > li:hover > ul > li:first-child:after,
ul.sf-menu > li.sfHover > ul > li:first-child:after,
ul.sf-menu > li:hover > ul > li:first-child:before,
ul.sf-menu > li.sfHover > ul > li:first-child:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
ul.sf-menu > li:hover > ul > li:first-child:after,
ul.sf-menu > li.sfHover > ul > li:first-child:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  left: 10%;
  margin-left: -6px;
}
ul.sf-menu > li:hover > ul > li:first-child:before,
ul.sf-menu > li.sfHover > ul > li:first-child:before {
  border-color: rgba(212, 205, 201, 0);
  border-bottom-color: #d4cdc9;
  border-width: 7px;
  left: 10%;
  margin-left: -7px;
}
ul.sf-menu > li:hover > ul > li:first-child a,
ul.sf-menu > li.sfHover > ul > li:first-child a {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.sf-menu > li:hover > ul > li:first-child.lastItem,
ul.sf-menu > li.sfHover > ul > li:first-child.lastItem {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.sf-menu > li:hover > ul > li:first-child.lastItem a,
ul.sf-menu > li.sfHover > ul > li:first-child.lastItem a {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.sf-menu > li:hover > ul > li.lastItem a,
ul.sf-menu > li.sfHover > ul > li.lastItem a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.sf-menu ul {
  width: 160px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 160px;
  top: -1px;
  border: 1px solid #d4cdc9;
  background: white;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 160px;
  top: -1px;
}
ul.sf-menu ul {
  padding: 0;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  line-height: 23px;
  padding: 0 15px;
}
select.select-menu {
  display: none;
  margin: 0 0 40px;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  margin-top: -1px;
  overflow: hidden;
}
.menu-social {
  overflow: hidden;
  margin: -160px 0 0 100px;
  position: absolute;
}
.menu-social li {
  float: left;
  list-style: none;
  margin-right: 4px;
  height: 30px;
  overflow: hidden;
}
.menu-social li a {
  display: inline-block;
}
.menu-social li a span {
  display: inline-block;
}
.menu-social li a span img {
  position: relative;
  top: 0;
}
.menu-social li a span .image-title {
  display: none;
}
.menu-social li a:hover img {
  top: -30px;
}
/*=== FEATURE POSITION ===*/
#rt-feature {
  padding: 70px 0 72px;
  background: url(container.gif) center bottom no-repeat;
}
#rt-feature .rt-container {
  padding: 20px 0 0px;
  background: url(divider.gif) 650px 0 repeat-y;
}
div.k2ItemsBlock.post > ul li a.moduleItemReadMore {
  line-height: 20px;
  height: auto;
  padding: 0;
  margin: 0;
  color: #ec7e4c;
  font-weight: normal;
  border-radius: 0;
  font-size: 15px;
  background: url(more.png) 0 bottom repeat-x;
}
div.k2ItemsBlock.post > ul li a.moduleItemReadMore:hover {
  background: none;
  color: #191919;
}
div.k2ItemsBlock.lists > ul li {
  padding-left: 18px;
  margin-bottom: 25px;
}
div.k2ItemsBlock.lists > ul li div.moduleItemExtraFields {
  float: left;
  margin: 3px 19px 0 0;
}
div.k2ItemsBlock.lists > ul li div.moduleItemIntrotext {
  overflow: hidden;
  font-size: 20px;
  line-height: 20px;
  color: #bcb4b1;
}
div.k2ItemsBlock.lists > ul li div.moduleItemIntrotext a.moduleItemTitle {
  font-size: 30px;
  line-height: 30px;
  color: #191919px;
  letter-spacing: -2px;
  display: inline-block;
  margin-bottom: 6px;
  color: #191919;
}
div.k2ItemsBlock.lists > ul li div.moduleItemIntrotext a.moduleItemTitle:hover {
  color: #ec7e4c;
}
div.k2ItemsBlock.lists > ul li.lastItem {
  margin-bottom: 10px;
}
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
#rt-maintop {
  margin: 0 0 -13px;
}
#rt-maintop .rt-container {
  background: url(container.gif) center bottom no-repeat;
  padding: 47px 0 29px;
}
/*=== CONTENT ===*/
#rt-content-top {
  padding-bottom: 74px;
}
#rt-main .rt-container {
  padding: 86px 0 60px;
}
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}
/*== Home Page ==*/
.home div.catItemView {
  padding-bottom: 56px;
}
.home div.catItemView div.catItemHeader {
  padding-bottom: 14px;
}
.home div.catItemView div.catItemHeader h3 {
  color: #191919;
  font-size: 40px;
  letter-spacing: -2px;
  margin: 0;
}
.home div.catItemView div.catItemHeader h3 span {
  color: #BCB4B1;
  display: block;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: normal;
}
div.offers a {
  float: right;
  font-size: 20px;
  line-height: 51px;
  height: 54px;
  background: #ec7e4c;
  padding: 0 36px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
}
div.offers a span {
  color: white;
  background: url(link.png) right center no-repeat;
  padding-right: 25px;
}
div.offers a:hover {
  background: #191919;
}
/*== About Page ==*/
div.k2ItemsBlock.list > ul li {
  background: url(border.png) 0 0 repeat-x;
  margin: 13px 0 0;
  padding: 21px 0 0;
}
div.k2ItemsBlock.list > ul li div.moduleItemExtraFields {
  float: left;
  background: url(date.png) 0 0 no-repeat;
  width: 51px;
  height: 67px;
  color: white;
  font-weight: bold;
  font: bold 36px/51px Arial, Helvetica, sans-serif;
  margin: 3px 15px 0 0;
  text-align: center;
  text-transform: lowercase;
}
div.k2ItemsBlock.list > ul li div.moduleItemIntrotext {
  overflow: hidden;
}
div.k2ItemsBlock.list > ul li div.moduleItemIntrotext p {
  margin: 0;
}
div.k2ItemsBlock.list > ul li:first-child {
  background: none;
  padding-top: 0;
  margin-top: 0;
}
/*== Solutions Page ==*/
.solution div.catItemView {
  padding-bottom: 20px;
}
.solution div.catItemView div.catItemBody {
  border: 1px solid #e8e3e0;
  background: #eceae9;
  padding: 15px 15px 0;
}
.solution div.catItemView div.catItemBody div.catItemImageBlock {
  margin: 0 0 10px;
}
.solution div.catItemView div.catItemBody div.catItemHeader {
  padding-bottom: 0px;
}
.solution div.catItemView div.catItemBody div.catItemHeader h3.catItemTitle {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}
.solution div.catItemView div.catItemBody span.catItemImage a {
  width: 100%;
}
.solution div.catItemView div.catItemBody span.catItemImage a img {
  width: 100%;
}
/*== Portfolio Page ==*/
#port div.catItemView {
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid #e8e3e0;
  background: #eceae9;
  padding: 15px 15px 0;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#port div.catItemView div.catItemHeader h3.catItemTitle {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: normal;
}
#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:hover {
  background: url(comments-bg.png) 0 0 repeat;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 1em 1em 0;
}
#port a.touch {
  position: relative;
  overflow: hidden;
  border: none;
  filter: progid:dximagetransform.microsoft.alphaimageloader() !important;
}
#port a.touch span.zoomIcon {
  background: url("zoom.png") no-repeat scroll 0 0 transparent;
  height: 101px;
  width: 101px;
  left: 50%;
  margin-left: -51px;
  margin-top: -51px;
  position: absolute;
  top: -50%;
  filter: progid:dximagetransform.microsoft.alphaimageloader() !important;
}
#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;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  display: inline-block;
  margin: 0.5em 1em 0.5em 0 ;
}
#port #isotopeOptions ul#filters li,
#port #isotopeOptions ul#sort li,
#port #isotopeOptions ul#sort_direction li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
#port #isotopeOptions ul#filters li a:hover,
#port #isotopeOptions ul#sort li a:hover,
#port #isotopeOptions ul#sort_direction li a:hover,
#port #isotopeOptions ul#filters li a.selected,
#port #isotopeOptions ul#sort li a.selected,
#port #isotopeOptions ul#sort_direction li a.selected {
  text-decoration: none;
  color: #191919;
}
#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.catItemImageBlock {
  float: left;
  margin: 1px 20px 20px 0;
}
#blog div.itemImageBlock {
  float: none;
  margin: 0 0 25px;
}
#blog .catItemHeader,
#blog .itemHeader,
#blog .userItemHeader,
#blog .genericItemHeader {
  overflow: hidden;
  padding-bottom: 14px;
}
#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;
  width: 51px;
  text-align: center;
  padding: 0 0 28px;
  margin: 3px 15px 0 0;
  font-weight: bold;
  line-height: 14px;
  color: white;
  background: url(date.png) 0 0 no-repeat;
  text-transform: lowercase;
}
#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: 10px;
}
/*== 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(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 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: 20px;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  margin: 0 0 2em 0;
}
#k2Container.k2AccountPage input.inputbox,
#k2Container.k2AccountPage input[type="text"],
#k2Container.k2AccountPage textarea#jform_profile_aboutme,
#k2Container.k2AccountPage select {
  width: 60%;
}
#k2Container.k2AccountPage textarea#description {
  resize: none;
  overflow: auto;
}
#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: 36px;
  line-height: 36px;
  padding: 0 16px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(comments-bg.png) 0 0 repeat;
  border: 1px solid #e0dddc;
  color: #908a87;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 10px 16px;
  font-family: inherit;
  resize: none;
  overflow: auto;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background: url(comments-bg.png) 0 0 repeat;
  border: 1px solid #e0dddc;
  color: #908a87;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 4px 10px;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
  height: 26px;
  line-height: 25px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  color: white;
  background: #ec7e4c;
}
div.k2Pagination li a.pagenav:hover,
div.pagination li a.pagenav:hover,
div.itemCommentsPagination li a.pagenav:hover {
  background: none;
  color: #ec7e4c;
}
div.k2Pagination li span.pagenav,
div.pagination li span.pagenav,
div.itemCommentsPagination li span.pagenav {
  background: none;
  color: #ec7e4c;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  padding: 16px 24px;
  background: url(comments-bg.png) 0 0 repeat;
}
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: 0 2em 0 0;
}
form#comment-form textarea#commentText {
  height: 200px;
}
form#comment-form input.inputbox {
  width: 60%;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/
#footer {
  border-top: 9px solid #020202;
  background: #191919;
}
#footer .footer-container {
  border-top: 1px solid #303030;
  padding-top: 90px;
  color: #433d3a;
}
#footer .footer-container .module-title {
  margin: 0 0 42px;
}
#footer .footer-container .module-title h2 {
  color: white;
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}
#rt-footer {
  background: #191919;
}
ul.menu-type li {
  list-style: none;
  border-top: 1px solid #222222;
}
ul.menu-type li a {
  color: #ec7e4c;
  line-height: 39px;
}
ul.menu-type li a:hover {
  color: white;
}
ul.menu-type li:first-child {
  border: none;
}
p.copyright {
  padding: 9px 0 0;
}
p.copyright a:hover {
  color: white;
}
/*=== 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(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(icon-error.png) no-repeat 20px 50% #ffcccc;
}
.attention-box {
  border-color: #e6c555;
  color: #9e660d;
  background: url(icon-note.png) no-repeat 20px 50% #fdebae;
}
.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.approved-box {
  border-color: #a3c159;
  color: #5e6f33;
  background: url(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;
}
/*======= 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;
}
