/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
#body-wrapper {
  padding: 60px 0;
}
#wrapper {
  /*min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;*/

  background: url(../images/template/wrapper.gif) center 0 repeat-y;
}
.contentInner {
  background: url(../images/template/contentInner.gif) center 0 repeat-y;
}
.contentInner .shadow .contentInnerTop {
  background: url(../images/template/contentInnerTop.gif) center top no-repeat;
  padding-top: 1px;
}
.contentInner .shadow .contentInnerTop .contentInnerBottom {
  background: url(../images/template/contentInnerBottom.gif) center bottom no-repeat;
  padding-bottom: 40px;
}
#footer,
#push {
  /*height: 60px;*/
}
#body-wrapper {
  /*height:100%;*/
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1,
h2,
h3.itemCommentsCounter,
div.itemCommentsForm h3 {
  font: 27px/28px 'PT Sans', sans-serif;
  color: #161616;
  margin: 0 0 28px;
  text-transform: uppercase;
}
.blog h2.itemTitle,
h3 {
  font: 13px/21px 'PT Sans', sans-serif;
  margin: 0 0 0;
  text-transform: none;
}
.blog h2.itemTitle a,
h3 a {
  color: #161616 !important;
  text-decoration: none;
}
.blog h2.itemTitle a:hover,
h3 a:hover {
  color: #b44245 !important;
}
h4 {
  margin: 0 0 21px;
}
h5 {
  margin: 0 0 21px;
}
h6 {
  margin: 0 0 21px;
}
p,
pre {
  margin: 0 0 21px;
}
body a {
  text-decoration: none;
}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button {
  display: inline-block;
  border: none;
  padding: 5px 20px 6px;
  text-decoration: none;
  background: #f7f7f7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f7f7), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
  background: -moz-linear-gradient(center bottom, #f7f7f7 0%, #ffffff 100%);
  color: #454444;
  border: 1px solid #cfcfcf;
  font-size: 10px;
  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;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
#camera-slideshow a.moduleItemReadMore:hover,
button.button:hover,
input.button:hover {
  background: #979797;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #979797), color-stop(1, #b5b5b5));
  background: -ms-linear-gradient(bottom, #979797, #b5b5b5);
  background: -moz-linear-gradient(center bottom, #979797 0%, #b5b5b5 100%);
  color: white;
  border: 1px solid #cfcfcf;
}
button.button,
input.button {
  height: 32px;
}
/*Lists*/
ul.itemList li,
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li,
ul.k2UserBlockActions li,
ul.userLinks li,
form#form-login ul li,
ul.menu-list li {
  overflow: hidden;
  background: url(../images/template/marker.png) 0 9px no-repeat;
  padding: 0 0 9px 17px;
  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,
form#form-login ul li a,
ul.menu-list li a {
  float: left;
  color: #5c5c5c;
}
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,
form#form-login ul li a:hover,
ul.menu-list li a:hover {
  color: #b44245;
}
ul.menu-list {
  margin-bottom: 12px;
}
ul.k2UserBlockActions {
  margin: 1em 0;
}
ul.userLinks,
form#form-login ul {
  margin: 1em 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 {
  background: url(../images/template/top-bg.gif) center 0 no-repeat;
}
#rt-top .rt-container {
  padding: 45px 0 17px;
}
#rt-top .rt-container #rt-logo {
  position: relative;
}
#rt-top .rt-container .rt-block {
  overflow: hidden;
  margin-bottom: 24px;
}
.menu-user {
  float: right;
  overflow: hidden;
}
.menu-user li {
  background: url(../images/template/sec-manu-separator.gif) 0 8px no-repeat;
  padding: 0 6px 0 7px;
  float: left;
  list-style: none;
  overflow: hidden;
}
.menu-user li:first-child {
  background: none;
  padding-left: 0;
}
.menu-user li.lastItem {
  padding-right: 0;
}
.menu-user li a {
  float: left;
  font-size: 10px;
  color: #979797;
  text-transform: uppercase;
}
.menu-user li a:hover {
  text-decoration: underline;
}
.rt-block {
  overflow: hidden;
}
.rt-block .search-form {
  float: right;
  width: 220px;
  position: relative;
  background: #ffffff url(../images/template/search_bg.gif) 0 0 repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid #d1d1d1;
}
.rt-block .search-form #mod-search-searchword {
  margin: 0;
  padding: 9px 36px 9px 15px;
  font: 10px/21px 'PT Sans', sans-serif;
  text-transform: uppercase;
  color: #979797;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  background: none;
  height: 32px;
}
.rt-block .search-form .buttonsearch-form {
  position: absolute;
  top: 9px;
  right: 12px;
}
/*=== HEADER POSITION ===*/
#rt-header {
  overflow: hidden;
  margin-bottom: -30px;
}
/*=== MENU POSITION ===*/
#rt-menu {
  background: url(../images/template/container.gif) center bottom no-repeat;
}
#rt-menu .rt-container {
  padding: 30px 0 51px;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  background: url(../images/template/container.gif) center bottom no-repeat;
}
#rt-showcase .rt-container {
  padding: 30px 0 51px;
}
ul.sf-menu {
  position: relative;
  display: table;
  table-layout: fixed;
  background: #f1f1f1 url(../images/template/nav-tail.gif) 0 center repeat-x;
  border: 1px solid #cfcfcf;
  width: 938px;
  margin: 0;
  box-shadow: inset 0px 0px 20px 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;
  /*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 {
  font: 12px/28px Georgia;
  text-transform: uppercase;
  display: block;
  padding: 0 16px;
  text-decoration: none;
  color: #a7a7a7;
  text-shadow: 0px 1px 0px white;
}
ul.sf-menu li .sfHolder a:hover,
ul.sf-menu li .sfHolder span.separator:hover {
  color: #161616;
}
ul.sf-menu > li {
  margin: 0;
  display: table-cell;
  float: none;
  background: url(../images/template/menu-separator.gif) 0 0 no-repeat;
  padding-left: 2px;
}
ul.sf-menu > li > .sfHolder {
  display: block;
}
ul.sf-menu > li > .sfHolder > a,
ul.sf-menu > li > .sfHolder > span.separator {
  display: block;
  padding: 0;
  font: 12px/98px Georgia;
  height: 96px;
}
ul.sf-menu > li.active > .sfHolder > a,
ul.sf-menu > li.current > .sfHolder > a,
ul.sf-menu > li.sfHover > .sfHolder > a,
ul.sf-menu > li.active > .sfHolder > span.separator,
ul.sf-menu > li.current > .sfHolder > span.separator,
ul.sf-menu > li.sfHover > .sfHolder > span.separator {
  color: #161616;
}
ul.sf-menu > li:first-child {
  background: none;
  padding-left: 0;
}
ul.sf-menu ul {
  width: 100%;
  padding: 40px 0;
  -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 ul li .sfHolder a,
ul.sf-menu ul li .sfHolder span.separator {
  display: block;
  text-align: center;
}
ul.sf-menu ul li.active > .sfHolder > a,
ul.sf-menu ul li.sfHover > .sfHolder > a,
ul.sf-menu ul li.active > .sfHolder > span.separator,
ul.sf-menu ul li.sfHover > .sfHolder > span.separator {
  color: #161616;
}
ul.sf-menu > li:hover > .sfHolder > ul,
ul.sf-menu > li.sfHover > .sfHolder > ul {
  top: 82px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li ul {
  left: 100% !important;
  top: -40px !important;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li ul {
  left: 100% !important;
  top: -40px !important;
}
select.select-menu {
  display: none;
  margin: 0;
}
/*=== FEATURE POSITION ===*/
#rt-feature {
  margin-top: -22px;
}
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
#rt-maintop .rt-container .rt-block {
  padding-bottom: 60px;
}
/*=== CONTENT ===*/
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

  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.art > ul {
  overflow: hidden;
}
div.k2ItemsBlock.art > ul li {
  float: left;
  width: 25%;
  -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.k2ItemsBlock.art > ul li:first-child {
  background: url(../images/template/art1.gif) center 0 repeat;
}
div.k2ItemsBlock.art > ul li:first-child + li {
  background: url(../images/template/art2.gif) center 0 repeat;
}
div.k2ItemsBlock.art > ul li:first-child + li + li {
  background: url(../images/template/art3.gif) center 0 repeat;
}
div.k2ItemsBlock.art > ul li:first-child + li + li + li {
  background: url(../images/template/art4.gif) center 0 repeat;
}
div.k2ItemsBlock.art > ul li div.moduleItemIntrotext {
  padding: 47px 20px 59px;
}
div.k2ItemsBlock.art > ul li div.moduleItemIntrotext h3 {
  font: 27px/28px 'PT Sans', sans-serif;
  text-transform: uppercase;
  color: white;
  margin: 0 0 42px;
}
div.k2ItemsBlock.art > ul li div.moduleItemIntrotext p {
  opacity: 0.5;
  color: white;
  margin: 0 0 34px;
}
div.k2ItemsBlock.art > ul li div.moduleItemIntrotext p.text {
  font: 16px/19px 'PT Sans', sans-serif;
  opacity: 1 !important;
  margin-bottom: 18px;
}
div.k2ItemsBlock.art > ul li div.moduleItemIntrotext a.moduleItemReadMore:hover {
  background: url(../images/template/more.png) 0 0 repeat;
  border: none;
  padding: 6px 21px 7px;
}
/*== About Page ==*/
div.catItemView.about {
  margin-bottom: 45px;
}
div.catItemView.about .catItemExtraFields {
  float: left;
  margin: 3px 15px 0 0;
}
div.catItemView.about .catItemBody {
  overflow: hidden;
}
div.catItemView.about .catItemBody h3.catItemTitle {
  font: 27px/28px 'PT Sans', sans-serif;
  color: #161616;
  margin: 0 0 4px;
  text-transform: uppercase;
}
/*== Services Page ==*/
div.k2ItemsBlock.services > ul li {
  float: left;
  margin-right: 1.33%;
  width: 32%;
  margin-bottom: 16px;
}
div.k2ItemsBlock.services > ul li div.moduleItemExtraFields {
  float: left;
  margin: 7px 20px 0 0;
}
div.k2ItemsBlock.services > ul li div.moduleItemIntrotext {
  overflow: hidden;
}
div.catItemView.news {
  margin-bottom: 6px;
}
div.catItemView.news span.catItemDateCreated {
  float: left;
  text-align: center;
  background: url(../images/template/date-bg.gif) 0 0 repeat;
  margin: 6px 20px 0 0;
  padding-bottom: 9px;
  font: 30px/30px 'PT Sans', sans-serif;
  text-transform: uppercase;
  color: white;
  width: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.catItemView.news span.catItemDateCreated span {
  display: block;
  font: 12px/27px Georgia, sans-serif;
  background: url(../images/template/date-mon-bg.gif) 0 0 repeat;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 4px;
}
div.catItemView.news div.catItemBody {
  overflow: hidden;
}
div.catItemView.news div.catItemBody div.catItemHeader {
  padding-bottom: 0px;
}
/*== Portfolio Page ==*/
.port span.catItemImage {display: block;}
a.touch,
a.modal.img {
  position: relative;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
a.touch span.zoom-icon,
a.modal.img span.zoom-icon,
a.touch span.zoomIcon,
a.modal.img span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: -50%;
  width: 50px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#port div.catItemView {
  padding: 0;
}
#port div.catItemView div.catItemHeader {
  padding-bottom: 10px;
}
#port div.catItemView div.catItemHeader span.catItemDateCreated,
#port div.catItemView div.catItemHeader div.catItemHitsBlock {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0.5em 0 0;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 20px 20px 0;
}
#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 li {
  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: 2em;
}
#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: inherit;
  text-decoration: underline;
}
#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: #b44245;
  text-decoration: none;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

  padding: 0 10px;
}
#port .itemList > div {
  margin: 0 -10px;
}
#isotopeContainer.columns_1 .catItemImageBlock {
  float: left;
  margin: 0 2em 0em 0;
}
/*== Blog Page ==*/
.blog .catItemHeader,
.blog .itemHeader,
.blog .userItemHeader,
.blog .genericItemHeader {
  padding-bottom: 24px;
}
.blog div.userItemImageBlock,
.blog div.catItemImageBlock {
  float: none;
  margin: 0px 0px 13px;
}
.blog div.itemImageBlock {
  float: none;
  margin: 0 0 13px;
}
/*== 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 {
  padding: 0;
}
#faqs div.catItemHeader h3 {
  margin: 0;
}
#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(../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.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 {
  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"] {
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(../images/template/input-tail.gif) 0 0 repeat-x #ffffff;
  border: none;
  border-bottom: 1px solid #c3c3c3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 10px;
  color: #5c5c5c;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  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: url(../images/template/textarea-tail.gif) 0 0 repeat-x #ffffff;
  border: none;
  border-bottom: 1px solid #c3c3c3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 10px;
  color: #5c5c5c;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 3px 10px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  color: #454444;
  background: white;
  border: 1px solid #ddd;
  -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:hover,
div.pagination li a.pagenav:hover,
div.itemCommentsPagination li a.pagenav:hover {
  background: #a6a6a6;
  color: white;
  border-color: #a6a6a6;
}
div.k2Pagination li span.pagenav,
div.pagination li span.pagenav,
div.itemCommentsPagination li span.pagenav {
  background: #a6a6a6;
  color: white;
  border-color: #a6a6a6;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  padding: 16px 20px 20px;
  background: white;
  border: 1px solid #ddd;
  -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.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 20px 0 0;
  border: 1px solid #ddd;
  padding: 6px;
  -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.itemComments div.userAvatar img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
form#comment-form input.inputbox {
  width: 47%;
}
form#comment-form textarea#commentText {
  width: 73%;
  height: 200px;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
#rt-mainbottom .rt-container {
  padding: 53px 0 17px;
}
#rt-mainbottom .rt-container .rt-block {
  margin-bottom: 40px;
}
#rt-mainbottom .rt-container .rt-block div.module-title h2 {
  margin-bottom: 35px;
}
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/
#rt-footer {
  background: url(../images/template/footer.gif) center bottom no-repeat;
}
#rt-footer .rt-container {
  padding: 83px 0 77px;
}
#rt-footer .rt-container .rt-block {
  margin-bottom: 40px;
}
#rt-footer .rt-container .rt-block .module-title h2 {
  font: 20px/22px 'PT Sans', sans-serif;
  margin: 0 0 36px;
}
#rt-footer .rt-container .rt-block ul.menu li {
  list-style: none;
  overflow: hidden;
}
#rt-footer .rt-container .rt-block ul.menu li a {
  background: url(../images/template/footer-marker.png) 0 -34px no-repeat;
  padding-left: 10px;
  float: left;
  color: #979797;
  font: 11px/22px 'PT Sans', sans-serif;
  text-transform: uppercase;
}
#rt-footer .rt-container .rt-block ul.menu li a:hover {
  color: #b44245;
  background-position: 0 10px;
}
ul.menu-social {
  overflow: hidden;
}
ul.menu-social li {
  float: left;
  margin: 0 5px 0 0;
  overflow: hidden;
  list-style: none;
}
ul.menu-social li a {
  float: left;
  height: 30px;
  overflow: hidden;
}
ul.menu-social li a > span {
  display: inline-block;
}
ul.menu-social li a > span img {
  position: relative;
  top: 0;
}
ul.menu-social li a > span .image-title {
  display: none;
}
ul.menu-social li a:hover img {
  top: -30px;
}
p.copyright {
  font-size: 11px;
  text-transform: uppercase;
  color: #979797;
}
p.copyright a {
  color: #979797;
}
p.copyright a:hover {
  color: #b44245;
}
/*=== 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: 51px;
  height: 51px;
  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;
}
/*======= 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;
}
