/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
#wrapper {
  /*min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -92px;*/

}
/*#footer, #push {height: 92px;}*/
#body-wrapper {
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 21px 0;
}
.view-item h2.categOnly {
  display: none;
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 24px 0;
}
h4,
dt.result-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 18px 0;
}
h4.catItemTitle {
  margin: 0;
}
h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 9px 0;
}
h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 9px 0;
}
h2.slideCaptionH2 {
  font-family: 'Oswald', sans-serif;
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -3px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
h2.slideCaptionH2 span {
  display: block;
}
h3.slideCaptionH3 {
  font-family: 'Oswald', sans-serif;
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -3px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
h3.slideCaptionH3 span {
  display: block;
}
p {
  margin: 0 0 18px 0;
}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore {
  display: inline-block;
  padding: 0 15px;
  height: 38px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f1), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f1f1f1, #ffffff);
  background: -moz-linear-gradient(center bottom, #f1f1f1 0%, #ffffff 100%);
  box-shadow: 0px 2px 3px #cdcdcd;
  margin: 3px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #fff;
  font-weight: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
#camera-slideshow a.moduleItemReadMore:hover {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #f1f1f1));
  background: -ms-linear-gradient(bottom, #ffffff, #f1f1f1);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #f1f1f1 100%);
}
button.button,
input.button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  border: none;
  padding: 9px 15px 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  line-height: inherit;
  text-transform: uppercase;
  text-decoration: none;
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f1), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f1f1f1, #ffffff);
  background: -moz-linear-gradient(center bottom, #f1f1f1 0%, #ffffff 100%);
  box-shadow: 0px 2px 3px #cdcdcd;
  margin: 3px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #fff;
  font-weight: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
button.button:hover,
input.button:hover {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #f1f1f1));
  background: -ms-linear-gradient(bottom, #ffffff, #f1f1f1);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #f1f1f1 100%);
}
/*Lists*/
ul.itemList li,
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li,
ul.k2UserBlockActions li,
ul.userLinks li {
  line-height: 20px;
  padding: 5px 0px 5px 30px;
  background: url(../images/li-icon.png) left 12px no-repeat;
  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 {
  line-height: 20px;
  color: #575757;
}
ul.itemList li a:hover,
div.k2CategoriesListBlock ul li a:hover,
div.k2ArchivesBlock ul li a:hover,
ul.k2UserBlockActions li a:hover,
ul.userLinks li a:hover {
  color: #54bdb9;
}

ul.insight li { background: url(../images/insight-bullet.png) 0 0 no-repeat; }

/*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.two > ul > li {
  width: 50%;
}
.cols.four > ul > li {
  width: 240px;
}
.cols.three > ul > li {
  width: 320px;
}
a {
  text-decoration: none;
}
/*Images*/
.catItemImageBlock,
.itemImageBlock,
a.moduleItemImage,
.userItemImageBlock,
.genericItemImageBlock,
.tagItemImageBlock {
  display: block;
  margin: 0 20px 20px 0;
  float: left;
}
.catItemImageBlock a,
.itemImageBlock a,
a.moduleItemImage a,
.userItemImageBlock a,
.genericItemImageBlock a,
.tagItemImageBlock a {
  display: inline-block;
  vertical-align: top;
}
/*GENERAL STYLES*/
.rt-container {
  position: relative;
}
.rt-container:before,
.rt-container:after {
  position: absolute;
  content: ".";
  text-indent: -999em;
  position: absolute;
  width: 940px;
  left: 10px;
  height: 1px;
  overflow: hidden;
}
.rt-container:before {
  top: 0;
}
.rt-container:after {
  bottom: 0;
}
#rt-main .rt-containerInner {
  position: relative;
}
#rt-main .rt-containerInner:before {
  border-top: 1px solid #e5e5e5;
  position: absolute;
  content: ".";
  text-indent: -999em;
  position: absolute;
  top: 0;
  width: 940px;
  left: 10px;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-top .rt-container #rt-logo {
  position: relative;
}
/*=== HEADER POSITION ===*/
#rt-header {
  margin: 30px 0 0 0;
}
#rt-header .rt-container {
  padding: 0px 0 27px 0;
}
#rt-header .rt-container div.mod_search {
  margin: 26px 0 0 0;
}
#rt-header .rt-container div.mod_search #mod-search-searchword {
  border: 1px solid #e7e7e7;
  height: 40px;
  background: #f4f4f4;
  font-style: italic;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 20px !important;
  padding: 10px;
}
/*=== MENU POSITION ===*/
#rt-menu .rt-containerOuter {
  background: url(../images/nav-bg.jpg) left top repeat;
}
#rt-menu .rt-container {
  position: relative;
}
#rt-menu .rt-container:before {
  position: absolute;
  content: ".";
  text-indent: -999em;
  left: 10px;
  top: 0;
  height: 100%;
  background: url(../images/nav-divider.png) left top no-repeat;
  width: 1px;
}
#rt-menu .rt-container:after {
  position: absolute;
  content: ".";
  text-indent: -999em;
  right: 10px;
  top: 0;
  height: 100%;
  background: url(../images/nav-divider.png) left top no-repeat;
  width: 1px;
}
ul.sf-menu {
  position: relative;
  margin: 0 -19px;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
ul.sf-menu > li {
  padding: 0;
  margin: 0 1px 0 0;
  background: url(../images/nav-divider.png) right top no-repeat;
}
ul.sf-menu > li.lastItem {
  background: none;
  margin: 0;
}
ul.sf-menu > li > a,
ul.sf-menu > li > span {
  display: block;
  padding: 15px 0px;
  width: 167px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300px;
  text-transform: uppercase;
}
ul.sf-menu > li.lastItem > a,
ul.sf-menu > li.lastItem > span {
  width: 158px;
}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 60px;
}
ul.sf-menu ul {
  width: 162px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 155px;
  top: -2px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 155px;
  top: -2px;
}
ul.sf-menu ul {
  padding: 2px;
}
ul.sf-menu ul li {
  border-top: 1px solid #454545;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  text-transform: uppercase;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
}
ul.sf-menu ul li.firstItem {
  border: none;
}
select.select-menu {
  display: none;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden;
}
#rt-showcase .rt-container {
  width: 100% !important;
}
#rt-showcase .rt-container > div {
  margin: 0;
  width: 100% !important;
}
#rt-showcase .rt-containerOuter {
  border-bottom: 1px solid #e5e5e5;
}
.itemIntroText h2.slideCaptionH2 {
  display: none;
}
/*=== FEATURE POSITION ===*/
#rt-feature .rt-container:after {
  border-bottom: 1px solid #e5e5e5;
}
div.k2ItemsBlock.feat ul li div.colsInner {
  padding: 55px 20px 34px 0;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
div.k2ItemsBlock.feat ul li div.colsInner .itemThumbnail {
  padding: 0 0 45px 0;
}
div.k2ItemsBlock.feat ul li.lastItem div.colsInner {
  border: none;
}
div.k2ItemsBlock.feat ul li a.moduleItemReadMore {
  margin: 14px 0 0 0;
}
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
#rt-maintop .rt-container {
  padding: 55px 0 0px 0;
}
div.k2ItemsBlock.leading ul li .moduleItemIntrotext {
  padding: 0 32px 0 0;
}
div.products-a div.module-title h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 21px 0;
}
/*===SIDEBARS===*/
#rt-sidebar-a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

}
#rt-sidebar-a > div {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 24px 0;
  margin: 0 0 30px 0;
}
#rt-sidebar-a > div.lastItem {
  border: none;
  margin: 0;
  padding: 0;
}
dl#accordion dt a {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
div.k2ItemsBlock.team ul li {
  overflow: hidden;
  margin: 0 0 20px 0;
}
div.k2ItemsBlock.team ul li a.moduleItemImage {
  float: left;
  margin: 0 20px 0 0;
  display: block;
}
div.k2ItemsBlock.team ul li a.moduleItemTitle {
  font-weight: bold;
}
div.k2ItemsBlock.team ul li p {
  margin: 0;
}
div.k2ItemsBlock.team ul li .moduleItemIntrotext {
  overflow: hidden;
}
div.k2ItemsBlock.recent ul li .moduleItemAuthor {
  display: none;
}
div.k2ItemsBlock.recent ul li a.date {
  font-weight: bold;
  color: #909090;
}
div.k2ItemsBlock.recent ul li a.date:hover {
  color: #6ac29e;
}
div.k2ItemsBlock.recent ul li div.moduleItemIntrotext {
  overflow: hidden;
  margin: 0 0 20px 0;
}
div.k2TagCloudBlock a {
  text-decoration: underline;
  color: #909090;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}
div.k2TagCloudBlock a:hover {
  color: #6ac29e;
}
/*=== CONTENT ===*/
#wrapper.homepage.view-itemlist #rt-main .rt-container {
  padding: 38px 0 0 0;
}
#rt-main .rt-containerInner {
  overflow: hidden;
}
#rt-main .rt-containerInner > div > div {
  padding: 25px 0 30px 0;
  border-right: 1px solid #e5e5e5;
}
#rt-main .rt-containerInner > div > div ul li a.moduleItemReadMore {
  margin: 12px 0 0 0;
}
#rt-main .rt-containerInner > div.rt-omega > div {
  border: none;
}
#rt-main.mb6-sa3-sb3 .rt-containerInner div#rt-mainbody {
  padding: 0 50px 0 0;
}
#rt-main.mb6-sa3-sb3 .rt-containerInner div#rt-mainbody p {
  overflow: hidden;
}
#rt-main.mb6-sa3-sb3 .rt-containerInner div#rt-mainbody .itemFullText p {
  overflow: visible;
}
#rt-main.mb9-sa3 .rt-containerInner #rt-mainbody {
  padding: 0 12px 0 0;
}
#rt-main.mb9-sa3 .rt-containerInner #rt-mainbody #itemListLeading {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 18px 0;
}
#rt-main.mb9-sa3 .rt-containerInner #rt-mainbody #itemListPrimary {
  margin: 24px 0 0 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 12px 0;
}
#rt-main.mb9-sa3 .rt-containerInner div.rt-alpha div.rt-block {
  padding-bottom: 10px;
}
#rt-main .rt-container {
  padding: 50px 0 0 0;
}
#rt-main #rt-content-bottom {
  padding: 0 0 36px 0;
  overflow: hidden;
}
#rt-main #rt-content-bottom div.module-title h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 40px;
}
#rt-main #rt-content-bottom .rt-block {
  padding: 0 12px 0 0;
}
#rt-main #rt-content-bottom div.k2ItemsBlock.cols.two > ul > li.firstItem {
  border-right: 1px solid #e5e5e5;
}
#rt-main #rt-content-bottom div.k2ItemsBlock.cols.two > ul > li.firstItem div.moduleItemIntrotext {
  padding: 0;
}
#rt-main #rt-content-bottom div.k2ItemsBlock.cols.two > ul > li.firstItem a.moduleItemReadMore {
  margin: 3px 3px 3px 3px;
}
#rt-main #rt-content-bottom div.k2ItemsBlock.cols.two > ul > li.lastItem div.moduleItemIntrotext {
  padding: 0 12px 0 45px;
}
#rt-main #rt-content-bottom div.k2ItemsBlock.cols.two > ul > li.lastItem a.moduleItemReadMore {
  margin: 3px 3px 3px 42px;
}
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}
div.catItemIntroText {
  overflow: hidden;
}
div.catItemIntroText p {
  margin-top: 0;
}
div.catItemIntroText div.catItemReadMore {
  margin-top: 28px;
}
/*== Portfolio Page ==*/
#port a.preloader {
  background: url(../images/system/port-preload.gif) center 50% no-repeat;
  display: inline-block;
}
#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.catItemImageBlock {
  margin: 0 0 20px 0;
  float: none;
}
#port div.catItemImageBlock span.catItemImage {
  display: block;
  background: #000;
}
#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.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: #5cb28f;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 1em;
}
#port .itemList > div {
  margin: 0 -1em;
}
/*== Products Page ==*/
#products #wrapper.view-itemlist #rt-main .rt-container {
  padding: 20px 0 0 0;
}
#products div.catItemImageBlock {
  float: none;
  margin: 0 0 20px 0;
}
#products div.catItemImageBlock span.catItemImage a {
  display: block;
}
/*== Blog Page ==*/
#blog .catItemView,
#blog .genericItemView,
#blog .userItemView,
#blog .tagItemView {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
#blog .catItemHeader,
#blog .itemHeader,
#blog .userItemHeader,
#blog .genericItemHeader,
#blog .tagItemHeader {
  margin: 0 0 18px 0;
}
#blog .catItemHeader h4,
#blog .itemHeader h4,
#blog .userItemHeader h4,
#blog .genericItemHeader h4,
#blog .tagItemHeader h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
#blog #itemListLeading {
  border: none !important;
  padding: 0 !important;
}
#blog div.k2Pagination ul {
  margin: 0;
}
.genericItemIntroText,
.userItemIntroText,
.tagItemIntroText {
  overflow: hidden;
}
div.tagItemList > div.lastItem,
div.userItemList > div.lastItem,
div.genericItemList > div.lastItem {
  border: none !important;
}
/*== 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;
  font-weight: bold;
}
#faqs div.catItemView {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
#faqs #itemListLeading {
  border: none !important;
}
#faqs div.K2ItemsRow.lastItem div.catItemView {
  border: none;
}
/*== Team Page ==*/
#team div.catItemImageBlock {
  margin: 0 0 20px 0;
  float: none;
}
#team div.catItemImageBlock span.catItemImage a {
  display: block;
}
/*== Testimonials Page ==*/
#testimonials div.catItemIntroText:before {
  background: url(../images/quotes.png) left top no-repeat;
  content: ".";
  text-indent: -999em;
  display: block;
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: 66px;
  height: 45px;
}
#testimonials div.catItemIntroText p:after {
  content: '"';
}
#testimonials div.catItemIntroText p {
  margin: 0;
}
#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.catItemView {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
#testimonials #itemListLeading {
  border: none !important;
}
#testimonials div.K2ItemsRow.lastItem div.catItemView {
  border: none;
}
#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;
}
div.map-wrapper {
  margin: 0 0 2em 0;
}
/*== 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 Login ==*/
.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: 34px;
  line-height: 20px;
  padding: 5px;
  width: 100%;
  outline: none;
  border: 1px solid #e5e5e5;
  background: #f4f4f4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  color: #9e9e9e;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 1em;
  font-family: inherit;
  resize: none;
  overflow: auto;
  outline: none;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  width: 100%;
  background: #f4f4f4;
  color: #9e9e9e;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 1px 10px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  padding: 0 1em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  text-transform: uppercase;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Comments */
div.itemComments {
  margin: 24px 0 0 0;
  padding: 24px 0 0 0;
  border-top: 1px solid #e5e5e5;
}
div.itemComments ul.itemCommentsList li {
  padding: 28px 18px;
  border: 1px solid #e5e5e5;
}
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;
  text-align: right;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName,
div.itemComments ul.itemCommentsList li span.commentDate {
  font-weight: bold;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 0 2em 0 0;
}
div.itemComments div.itemCommentsForm {
  margin: 24px 0 0 0;
  padding: 24px 0;
  border-top: 1px solid #e5e5e5;
}
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 ===*/
#rt-footer .rt-container {
  padding: 20px 0 14px 0;
}
#rt-footer .rt-container:before {
  border-top: 1px solid #e5e5e5;
}
#rt-footer .rt-container p.copyright {
  margin: 8px 0 8px;
  text-align: right;
}
div.smile a {
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div.smile a:hover {
  top: -3px;
}
/*
=================================================================================================================================
=================================================================================================================================
=================================================================================================================================
=================================================================================================================================
*/
/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 20px;
  position: fixed;
  right: 20px;
  display: none;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) top left no-repeat;
  display: block;
  width: 40px;
  height: 100px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
}
/* Alert boxes
---------------------------------------- */
.alert-box {
  padding: 20px 20px 20px 90px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.error-box {
  border-color: #ff9999;
  color: #c31b00;
  background: url(../images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
}
.attention-box {
  border-color: #e6c555;
  color: #9e660d;
  background: url(../images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
}
.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(../images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.approved-box {
  border-color: #a3c159;
  color: #5e6f33;
  background: url(../images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
}
/* Fluid Columns */
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 2%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clr,
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Tooltips */
#s-m-t-tooltip {
  position: absolute;
  max-width: 300px;
  padding: 4px 8px 4px 8px;
  background: #222;
  z-index: 1000;
  display: inline-block;
  /*important*/

  /*font*/

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  /*css3 rounded corners*/

  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tip-wrap {
  background: none repeat scroll 0 0 #000;
  box-shadow: 2px 2px 2px #888888;
  padding: 7px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 500px !important;
  width: auto !important;
}
.tip-title {
  font-weight: bold;
}
/*======= 404 page styling ============*/
div.img404 {
  width: 50%;
  float: left;
}
div.img404 img {
  width: 100%;
}
div.text404 {
  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;
}

.chronoform { display:none; }