/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -44px;
}
#footer,
#push {
  height: 44px;
}
#body-wrapper {
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
.testimonials h4.title {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 200;
}
h1 {
  margin: 0 0 0.67em 0;
}
h2,
.testimonials h4.title {
  margin: 0 0 36px 0;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -2px;
}
#rt-main h2 {
  margin: 0 0 53px 0;
}
h3 {
  margin: 0 0 12px 0;
  font-size: 22px;
  text-transform: uppercase;
}
h4,
dt.result-title {
  font: bold 13px/20px Arial, Helvetica, sans-serif;
  margin-bottom: 29px;
}
h5 {
  margin: 0 0 1.67em 0;
}
h6 {
  margin: 0 0 2.33em 0;
}
p,
pre {
  margin: 0;
  padding-bottom: 21px;
}
a {
  text-decoration: none;
}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 5px 20px;
  line-height: 20px;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  background: #fefefe;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dcdcdc), color-stop(1, #fefefe));
  background: -ms-linear-gradient(bottom, #dcdcdc, #fefefe);
  background: -moz-linear-gradient(center bottom, #dcdcdc 0%, #fefefe 100%);
  border: 1px solid #e0ddd8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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: #dcdcdc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fefefe), color-stop(1, #dcdcdc));
  background: -ms-linear-gradient(bottom, #fefefe, #dcdcdc);
  background: -moz-linear-gradient(center bottom, #fefefe 0%, #dcdcdc 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 20px 8px;
  text-decoration: none;
  background: #fefefe;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dcdcdc), color-stop(1, #fefefe));
  background: -ms-linear-gradient(bottom, #dcdcdc, #fefefe);
  background: -moz-linear-gradient(center bottom, #dcdcdc 0%, #fefefe 100%);
  border: 1px solid #e0ddd8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 10px;
  text-transform: uppercase;
}
button.button:hover,
input.button:hover {
  background: #dcdcdc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fefefe), color-stop(1, #dcdcdc));
  background: -ms-linear-gradient(bottom, #fefefe, #dcdcdc);
  background: -moz-linear-gradient(center bottom, #fefefe 0%, #dcdcdc 100%);
}
/*Lists*/
ul.item-list {
  margin-bottom: 18px;
}
ul.item-list li,
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li {
  background: url(../images/list-icon-1.png) left top no-repeat;
  padding: 0 0 0 35px;
  line-height: 25px;
  margin-bottom: 5px;
  list-style: none;
  font-size: 13px;
}
ul.item-list li a,
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a {
  color: #58504a;
}
ul.item-list li a:hover,
div.k2CategoriesListBlock ul li a:hover,
div.k2ArchivesBlock ul li a:hover {
  color: #ffad3c;
}
#rt-bottom div.k2CategoriesListBlock ul li,
#rt-bottom div.k2ArchivesBlock ul li,
#rt-bottom ul.userLinks li,
#rt-bottom .k2ItemsBlock.latest-articles li,
#rt-bottom ul.menu.style2 li {
  list-style: none;
  background: url(../images/list-icon-2.png) left 7px no-repeat;
  padding: 0 0 0 13px;
  line-height: 20px;
  margin-bottom: 10px;
}
#rt-bottom div.k2CategoriesListBlock ul li a,
#rt-bottom div.k2ArchivesBlock ul li a,
#rt-bottom ul.userLinks li a,
#rt-bottom .k2ItemsBlock.latest-articles li a,
#rt-bottom ul.menu.style2 li a {
  color: #b9b0aa;
}
#rt-bottom div.k2CategoriesListBlock ul li a:hover,
#rt-bottom div.k2ArchivesBlock ul li a:hover,
#rt-bottom ul.userLinks li a:hover,
#rt-bottom .k2ItemsBlock.latest-articles li a:hover,
#rt-bottom ul.menu.style2 li a:hover {
  color: #ffad3c;
}
.k2UserBlockActions,
ul.userLinks {
  padding: 20px 0;
}
.k2UserBlockActions li,
ul.userLinks li {
  list-style: none;
  background: url(../images/list-icon-2.png) left 7px no-repeat;
  padding: 0 0 0 13px;
  line-height: 20px;
  margin-bottom: 10px;
}
.k2UserBlockActions li a,
ul.userLinks li a {
  color: #b9b0aa;
}
.k2UserBlockActions li a:hover,
ul.userLinks li a:hover {
  color: #ffad3c;
}
/*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;
}
.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  overflow: hidden;
}
.itemImageBlock,
.userItemImageBlock {
  float: left;
  margin: 0 20px 20px 0;
}
span.catItemImage a,
span.itemImage a {
  display: inline-block;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-top .rt-container {
  padding: 05px 0 23px 0;
}
#rt-top .rt-container #rt-logo {
  position: relative;
}
/*=== HEADER POSITION ===*/
/*=== MENU POSITION ===*/
ul.sf-menu {
  position: relative;
  top: 38px;
  float: right;
  right: 0;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
ul.sf-menu > li {
  padding: 0 0 0 20px;
  margin: 0 0 0 16px;
  font-size: 15px;
  position: relative;
}
ul.sf-menu > li:before {
  display: block;
  position: absolute;
  content: "/";
  top: 2px;
  left: 0;
  color: #b9b1aa;
}
ul.sf-menu > li.firstItem:before {
  display: none;
}
ul.sf-menu > li a,
ul.sf-menu > li span {
  font-size: 15px;
  line-height: 20px;
}
ul.sf-menu li a,
ul.sf-menu li span {
  display: block;
  padding: 0;
}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 25px;
}
ul.sf-menu ul {
  width: 150px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 151px;
  top: -20px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 151px;
  top: -20px;
}
ul.sf-menu ul {
  padding: 20px 0;
  border: 1px solid #e4e2e0;
}
ul.sf-menu ul li {
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: inline-block;
  padding: 0 0 0 13px;
  line-height: 20px;
  background: url(../images/list-icon-2.png) left 7px no-repeat;
}
ul.sf-menu ul li.lastItem {
  margin-bottom: 0;
}
select.select-menu {
  display: none;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden;
}
#rt-showcase .rt-container {
  width: 1400px;
  max-width: 100%;
  background: url(../images/showcase-bg.jpg) center top no-repeat;
  height: 250px;
}
#rt-showcase .rt-container .rt-grid-12 {
  width: 100%;
  margin: 0;
}
.homepage.view-itemlist #rt-showcase .rt-container {
  height: auto;
}
.homepage.view-itemlist #rt-showcase .rt-container {
  background: none;
}
/*=== FEATURE POSITION ===*/
#rt-feature .rt-container {
  padding: 48px 0 52px;
}
.k2ItemsBlock.featured ul {
  margin: 0 -10px;
}
.k2ItemsBlock.featured ul li {
  text-align: center;
  float: left;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

}
.k2ItemsBlock.featured ul li .lastItem {
  margin-right: 0;
}
.k2ItemsBlock.featured ul li a.moduleItemImage {
  display: block;
  margin-bottom: 32px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.k2ItemsBlock.featured ul li:hover a.moduleItemImage {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
/*=== CONTENT ===*/
#rt-main .rt-container {
  padding: 60px 0 75px;
}
.homepage #rt-main {
  background: #efede9;
}
.itemBody {
  margin: 0 65px 0 0;
}
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}
/*== Home Page ==*/
.homepage.view-itemlist .catItemIntroText p {
  margin: 0 26px 0 0;
}
/*== About Page ==*/
.view-itemlist .catItemBody {
  margin: 0 20px 0 0;
}
div.catItemReadMore {
  padding: 26px 0 0 0;
}
/*== Portfolio Page ==*/
#port p.catItemTitle a {
  color: #58504a;
}
#port p.catItemTitle a:hover {
  color: #FFAD3C;
}
#port div.itemList {
  margin: 45px 0 0 0;
}
#port div.catItemView {
  padding: 0;
  margin-bottom: 2em;
}
#port div.catItemView div.catItemHeader {
  padding-bottom: 1em;
}
#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 p {
  padding-bottom: 0;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 20px 20px 0;
}
#port a.touch {
  position: relative;
  display: inline-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: 12px 0;
  margin: 0 0 12px 0;
}
#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: #ffad3c;
}
#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;
}
#port .catItemImageBlock {
  margin-bottom: 20px;
}
#port .cols-2 .catItemImageBlock {
  float: left;
  margin: 0 20px 0 0;
}
#port .cols-2 .item_container {
  overflow: hidden;
}
/*== Blog Page ==*/
#blog .itemContainer {
  margin-bottom: 75px;
}
#blog .catItemImageBlock {
  float: left;
  margin: 0 20px 0 0;
}
#blog .catItemHeader,
#blog .itemHeader,
#blog .userItemHeader,
#blog .genericItemHeader {
  text-transform: uppercase;
  color: #b9b1aa;
  margin-bottom: 20px;
}
#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 {
  color: #342b23;
}
#blog .catItemHeader h3.catItemTitle a,
#blog .itemHeader h3.catItemTitle a,
#blog .userItemHeader h3.catItemTitle a,
#blog .genericItemHeader h3.catItemTitle a,
#blog .catItemHeader h2.itemTitle a,
#blog .itemHeader h2.itemTitle a,
#blog .userItemHeader h2.itemTitle a,
#blog .genericItemHeader h2.itemTitle a,
#blog .catItemHeader h3.userItemTitle a,
#blog .itemHeader h3.userItemTitle a,
#blog .userItemHeader h3.userItemTitle a,
#blog .genericItemHeader h3.userItemTitle a,
#blog .catItemHeader h3.genericItemTitle a,
#blog .itemHeader h3.genericItemTitle a,
#blog .userItemHeader h3.genericItemTitle a,
#blog .genericItemHeader h3.genericItemTitle a {
  color: #342b23;
}
#blog .catItemHeader h3.catItemTitle a:hover,
#blog .itemHeader h3.catItemTitle a:hover,
#blog .userItemHeader h3.catItemTitle a:hover,
#blog .genericItemHeader h3.catItemTitle a:hover,
#blog .catItemHeader h2.itemTitle a:hover,
#blog .itemHeader h2.itemTitle a:hover,
#blog .userItemHeader h2.itemTitle a:hover,
#blog .genericItemHeader h2.itemTitle a:hover,
#blog .catItemHeader h3.userItemTitle a:hover,
#blog .itemHeader h3.userItemTitle a:hover,
#blog .userItemHeader h3.userItemTitle a:hover,
#blog .genericItemHeader h3.userItemTitle a:hover,
#blog .catItemHeader h3.genericItemTitle a:hover,
#blog .itemHeader h3.genericItemTitle a:hover,
#blog .userItemHeader h3.genericItemTitle a:hover,
#blog .genericItemHeader h3.genericItemTitle a:hover {
  color: #ffad3c;
}
#blog .catItemReadMore {
  display: inline-block;
}
#blog .catItemCommentsLink {
  display: inline-block;
}
#blog .catItemBody {
  margin: 0 65px 0 0;
}
.userItemReadMore {
  padding: 34px 0 0 0;
}
.userItemView {
  margin-bottom: 75px;
}
.genericItemView {
  margin: 0 0 45px 0;
}
.genericItemHeader {
  text-transform: uppercase;
  color: #b9b1aa;
  margin-bottom: 20px;
}
h3.genericItemTitle {
  color: #342b23;
}
h3.genericItemTitle a {
  color: #342b23;
}
h3.genericItemTitle a:hover {
  color: #ffad3c;
}
.genericItemImageBlock {
  float: left;
  margin: 0 20px 20px 0;
}
.genericItemReadMore {
  padding: 34px 0 0 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;
}
/*== 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;
}
#faqs .itemContainer {
  margin: 0 0 75px 0;
}
/*== Team Page ==*/
#team .catItemImageBlock {
  margin: 0 0 20px 0;
}
/*== Testimonials Page ==*/
#testimonials div.catItemIntroText {
  overflow: hidden;
}
#testimonials div.catItemIntroText p {
  padding: 0 0 12px 0;
}
#testimonials div.catItemIntroText p:after {
  content: '"';
}
#testimonials div.catItemIntroText p:before {
  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 .catItemThumb {
  margin: 0 20px 20px 0;
  float: left;
}
#testimonials .itemContainer {
  margin: 0 0 55px 0;
}
#testimonials div.catItemTitle {
  text-align: right;
  font-weight: bold;
}
#testimonials .catItemHeader {
  clear: both;
}
#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: 0 0 20px 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 1em 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 6px 12px 0;
  float: left;
}
/*== User Lofin ==*/
.component-content div.login {
  padding: 3em 0;
}
.component-content div.login input.inputbox {
  width: 40%;
}
/*========================================================*/
#rt-sidebar-a .rt-block,
#rt-sidebar-b .rt-block,
#rt-sidebar-a .rt-block {
  margin: 0 0 75px 0;
}
.homepage.view-itemlist #rt-sidebar-a .rt-block,
.homepage.view-itemlist #rt-sidebar-b .rt-block,
.homepage.view-itemlist #rt-sidebar-a .rt-block {
  margin: 0;
}
.k2ItemsBlock.news ul {
  overflow: hidden;
  margin: 0 0 43px 0;
}
.k2ItemsBlock.news ul li {
  margin-bottom: 15px;
}
.k2ItemsBlock.news ul li a.moduleItemImage {
  float: left;
  margin: 5px 20px 0 0;
}
.k2ItemsBlock.news ul li p {
  padding: 0;
}
.k2ItemsBlock.news ul li span.moduleItemDateCreated {
  font: 22px/22px 'Raleway', sans-serif;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
}
.k2ItemsBlock.whatwedo > ul > li .moduleItemIntrotext {
  overflow: hidden;
  margin: 0 0 38px;
}
.k2ItemsBlock.whatwedo .item-list {
  margin: 0;
}
.k2LoginBlock fieldset.input {
  margin-bottom: 20px;
}
/*========================================================*/
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  height: 33px;
  line-height: 20px;
  padding: 5px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

  border: 1px solid #e3e3e1;
  color: #58504a;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 1em;
  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%;
  border: 1px solid #e3e3e1;
  color: #58504a;
}
/* 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: 75px 0 0 0;
}
div.itemComments ul.itemCommentsList {
  overflow: hidden;
  margin: 0 0 75px 0;
}
div.itemComments ul.itemCommentsList li {
  background: #ffffff;
  border: 1px solid #e3e3e1;
  padding: 20px;
}
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;
  width: 100%;
  text-align: right;
  padding: 0 !important;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 0 20px 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 6px 12px 0;
  width: 210px;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
#rt-bottom .rt-container {
  padding: 55px 0 80px;
}
.k2ItemsBlock.testimonials ul {
  margin: 0 -10px;
}
.k2ItemsBlock.testimonials ul li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

  padding: 0 10px;
  width: 33.333333%;
  float: left;
}
.k2ItemsBlock.testimonials ul li .moduleItemThumbnail {
  float: left;
  margin: 0 20px 0;
}
.k2ItemsBlock.testimonials ul li .moduleItemIntrotext {
  overflow: hidden;
}
.k2ItemsBlock.testimonials ul li .moduleItemIntrotext p:before {
  content: '"';
}
.k2ItemsBlock.testimonials ul li .moduleItemIntrotext p:after {
  content: '"';
}
.k2ItemsBlock.testimonials ul li a {
  color: #342b23;
}
.k2ItemsBlock.testimonials ul li a:hover {
  color: #ffad3c;
}
/*=== FOOTER POSITION ===*/
#footer {
  border-top: 1px solid #e1dfdc;
}
#footer p.copyright {
  padding: 12px 0;
}
/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 13px;
  position: fixed;
  right: 13px;
  display: none;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) 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(../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;
}