/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.center {text-align:center;}
.text-justify {text-align:justify;}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -47px;
}
#footer,
#push {
  min-height: 47px;
}
#body-wrapper {
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1, h2, h3{  font-size:42px; color:#444444; line-height:40px; padding:5px 0 31px 0; font-weight: normal;font-family: 'PT Sans', sans-serif; letter-spacing:-2px;}

h4{ font-size:15px; line-height:22px; color:#5a5a5a; text-transform:uppercase; font-weight:bold;font-family: 'PT Sans', sans-serif;}

p,
pre {
	padding-bottom:22px;
}

a{ text-decoration:none; transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: all 0.5s; /* Opera */}

/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button {
  display: inline-block;
  border: none;
  padding:12px 26px 11px; margin:0 1px 2px;
   font-size:10px;font-family: 'PT Sans', sans-serif; font-weight:bold; text-transform:uppercase; line-height:normal;
   background:url(../images/bg_button.gif) 0 0 repeat-x #d7d7d7; box-shadow:0 1px 1px rgba(0,0,0,.43); border-radius:18px;
  text-decoration: none;
  transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: all 0.5s; /* Opera */
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
#camera-slideshow a.moduleItemReadMore:hover,
button.button:hover,
input.button:hover{ background:url(../images/bg_button1.gif) 0 0 repeat-x #272727}

/*Lists*/

li{ list-style-type:none}

form dl dt label{ display:block; min-height:22px;}
form dl dt{ display:inline-block}
form dl dd { min-height:22px;}
textarea{ height:100px;}

/*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/body/bg_top.gif) center 0 repeat-x; font-size:10px; color:#444444; text-transform:uppercase; padding:6px 0 5px 0; font-weight:bold;}
#rt-top a{ color:#444444}
#rt-top a:hover{ color:#fff}

#rt-login-button{ text-align:right;}

/*=== HEADER POSITION ===*/

#rt-header{ padding:30px 0 25px 0; background:url(../images/body/bg_top2.gif) 0 0 repeat-x}

/*=== MENU POSITION ===*/
ul.sf-menu {
  position: relative;
   float:right; padding-top:6px;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
ul.sf-menu > li { margin-left:1px;
}

ul.sf-menu > li > a{ font-size:17px; font-weight:bold; text-transform:uppercase;font-family: 'PT Sans', sans-serif; padding:0 10px; line-height:44px;border-radius:5px; }

ul.sf-menu > li:hover > a,
ul.sf-menu > li.sfHover > a,
ul.sf-menu > li.active > a,
ul.sf-menu > li.current > a{ background:url(../images/menu_active.gif) 0 0 repeat-x #d6d6d6; box-shadow:0 1px 1px rgba(0,0,0,.43)}

ul.sf-menu li a,
ul.sf-menu li span {
  display: block;
}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 59px; background:url(../images/bg_submenu.gif) 0 0 repeat-x #d6d6d6; box-shadow:0 1px 1px rgba(0,0,0,0.43); border-radius:5px;
}
ul.sf-menu ul {
  width: 180px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 144px;
  top: -20px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 144px;
  top: -20px;
}
ul.sf-menu ul {
  padding: 20px 5px;
}
ul.sf-menu ul li{ padding-bottom:3px;}
ul.sf-menu ul li a{ padding:0 10px;border-radius:5px;}

ul.sf-menu ul > li:hover > a,
ul.sf-menu ul > li.sfHover > a,
ul.sf-menu ul > li.active > a,
ul.sf-menu ul > li.current > a{ background:url(../images/submenu_active.gif) 0 0 repeat-x #232323; box-shadow:0 1px 1px rgba(0,0,0,0.43); }

ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  line-height: 27px;
}
select.select-menu {
  height: 30px;
}
select.select-menu {
  display: none;
}
/*=== SHOWCASE POSITION ===*/

.bg_top{ background:url(../images/body/bg_top3.gif) center bottom repeat-x #bababa;}

#rt-showcase {
  overflow: hidden; min-height:32px;
  background: -moz-linear-gradient(top,#bababa,#c3c3c3);
  background: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#c3c3c3));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#bababa,endColorstr=#c3c3c3,GradientType=0); zoom: 1;
  background: linear-gradient(top,#bababa,#c3c3c3);
}
/*=== FEATURE POSITION ===*/

#rt-feature{ border-bottom:1px solid #ebebeb; padding-bottom:13px; margin-bottom:52px;}

/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/

#rt-maintop h2{ word-spacing:5px;}

#home #rt-maintop .moduleItemImage{ margin-right:10px;}

/*=== CONTENT ===*/
.bg_cont{ background:url(../images/body/bg_cont.gif) center 0 repeat-x; padding-top:74px;}

.bg_cont .rt-block{ padding-bottom:60px;}

em{ font-size:13px; color:#a8a8a8;}

.list1{ max-width:300px;}
.list1 li{ list-style-type:decimal; font-size:13px; color:#444444; font-weight:bold; font-family: 'PT Sans', sans-serif; border-bottom:1px solid #ebebeb;}
.list1 a{ font-size:15px;line-height:29px; color:#777777; padding-left:10px; font-weight:normal; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; padding-left:0\0/;}
.list1 li.lastItem{ border-bottom:none;}
.list1{ padding-bottom:20px;}

.opportunity h4{ padding-bottom:30px;}
.opportunity .rt-block{ padding-bottom:30px;}

.testimon li{ padding-left:28px; background:url(../images/quot1.png) 0 5px no-repeat; padding-bottom:20px;}
.testimon p:after{ content:""; background:url(../images/quot2.png) 0 0 no-repeat; width:19px; height:13px; display: inline-block; margin-left:8px;}

.line_bot .rt-block{ border-bottom:1px solid #ebebeb; margin-bottom:50px;}

.moduleItemImage, .catItemImageBlock, .itemImageBlock, .userItemImageBlock, .genericItemImageBlock, .tagItemImageBlock{ float:left; margin-right:20px; margin-bottom:20px; position:relative; overflow:hidden;}
.moduleItemImage strong, .catItemImageBlock strong, .itemImageBlock strong, .userItemImageBlock strong, .genericItemImageBlock strong, .tagItemImageBlock strong{ position:absolute; top:0; left:0; bottom:0; right:0; border:2px solid #444444;filter: alpha(opacity = 0); opacity:0; transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: all 0.5s; /* Opera */}
.moduleItemImage strong strong, .catItemImageBlock strong strong, .itemImageBlock strong strong, .userItemImageBlock strong strong, .genericItemImageBlock strong strong, .tagItemImageBlock strong strong{top:1px; left:1px; bottom:1px; right:1px;border-width:1px; }
.moduleItemImage:hover strong, .catItemImageBlock a:hover strong, .itemImageBlock a:hover strong, .userItemImageBlock a:hover strong, .genericItemImageBlock a:hover strong, .tagItemImageBlock a:hover strong{filter: alpha(opacity = 100); opacity:1;}
.moduleItemImage:hover strong strong, .catItemImageBlock a:hover strong strong, .itemImageBlock a:hover strong strong, .userItemImageBlock a:hover strong strong, .genericItemImageBlock a:hover strong strong, .tagItemImageBlock a:hover strong strong{}

.catItemImageBlock a, .itemImageBlock a, .userItemImageBlock a, .genericItemImageBlock a, .tagItemImageBlock a{ display:block}


.news .moduleItemDateCreated{ font-size:15px; text-transform:uppercase;font-family: 'PT Sans', sans-serif; color:#5a5a5a; font-weight:bold; display:block; padding-top:6px;}
.news .moduleItemReadMore{ background:none; padding:0; background:none; box-shadow:0 0 0; border-radius:0; margin-top:4px;}
.news .moduleItemReadMore:hover{ background:none; color:#a8a8a8;}
.news .moduleItemImage{ margin-right:14px; margin-bottom:0;}
.news li{ border-bottom:1px solid #ebebeb; margin-bottom:10px; padding-bottom:9px;}
.news li.lastItem{ border-bottom:0; margin-bottom:20px;}

.range li{ padding-left:71px; position:relative;}
.range img{ position:absolute; top:0; left:0; width:auto !important}
.range .moduleItemTitle{ font-size:15px; color:#5a5a5a; text-transform:uppercase; font-weight:bold; font-family: 'PT Sans', sans-serif;}
.range .moduleItemTitle:hover{ color:#a8a8a8}

.team ul{ margin:0 -10px; overflow:hidden;}
.team li{ width:140px; float:left; margin:0 10px;}
.team .moduleItemImage{ margin-right:0}
.team .moduleItemIntrotext{ padding-bottom:20px;}

.services li{ padding-left:51px; position:relative;}
.services img{ position:absolute; top:0; left:0; width:auto !important}
.services .moduleItemTitle{ font-size:15px; color:#5a5a5a; text-transform:uppercase; font-weight:bold; font-family: 'PT Sans', sans-serif;}
.services .moduleItemTitle:hover{ color:#a8a8a8}

.consulting .modulePretext{ font-size:15px; line-height:22px; text-transform:uppercase; font-weight:bold;font-family: 'PT Sans', sans-serif; padding-bottom:22px; color:#5a5a5a}

.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px; padding-bottom:30px;
}
.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;
}
/*== Portfolio Page ==*/
#port div.catItemView {
  padding: 0;
  margin-bottom: 2em;
}
#port div.catItemView div.catItemHeader span.catItemDateCreated,
#port div.catItemView div.catItemHeader div.catItemHitsBlock {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0.5em 0 0;
}
#port div.itemImageBlock {
  float: none;
  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: 0px;
  border-style: solid;
  border-left: none;
  border-right: none;
  padding: 0.5em;
  margin-bottom: 0em;
}
#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: none;
  position:absolute; top:0; right:0;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  display: inline-block;
  margin: 0 1em 0 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 { color:#444
}
#port h4{ padding-bottom:20px;}
#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-right:0}
#isotopeContainer.columns_1 .catItemImageBlock {
  float: left;
  margin: 0 2em 0em 0;
}
.social-button a{transition: all 0;   -webkit-transition: all 0; /* Safari and Chrome */   -moz-transition: all 0; /* Firefox 4 */   -o-transition: all 0; /* Opera */}
/*== Blog Page ==*/

#blog .catItemHeader, #blog .itemHeader, #blog .userItemHeader{ padding-bottom:21px;}
#blog .catItemHeader, #blog .itemHeader a, #blog .userItemHeader a{ color:#a8a8a8}
#blog .catItemHeader em a:hover, #blog .itemHeader em a:hover, #blog .userItemHeader em a:hover{ color:#444}
#blog .catItemIntroText p, #blog .userItemIntroText p{ padding-top:9px;}
#blog .catItemCommentsLink, #blog .userItemCommentsLink{ margin-left:14px; background:url(../images/comment_bg.gif) 0 3px no-repeat; padding-left:20px; font-size:11px;}
#blog .catItemView, .userItemView{ padding-bottom:26px; border-bottom:1px solid #ebebeb; }
.userItemView{ margin-bottom:30px;}
.userk2Pagination{ background:#fff; margin-top:-50px;}

.post li{ padding-bottom:15px; border-bottom:1px solid #ebebeb; margin-bottom:15px;}
.post li.lastItem{ padding-bottom:0; margin-bottom:0; border-bottom:0;}
.post .moduleItemTitle{ font-size:15px; text-transform:uppercase; font-weight:bold; color:#5a5a5a;font-family: 'PT Sans', sans-serif;}
.post .moduleItemTitle:hover{color:#a8a8a8}
.post .moduleItemDateCreated{ color:#a8a8a8; font-size:13px; font-style:italic; display:block}
.post .moduleItemAuthor{ display:none;}

#blog .social-button{ padding-bottom:30px;}

.k2LoginBlock ul, .userLinks{ padding-top:20px !important;}
.k2UserBlockActions{ padding:20px 0 !important}


#rokbox-wrapper #form-login-username, #rokbox-wrapper #form-login-password, #rokbox-wrapper #form-login-remember{ padding-bottom: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(../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: 1em;
}
/*== 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: 28px;
  line-height: 16px;
  padding:5px 10px;
  background:#c9c9c9; border:1px solid #aeaeae; border-radius:14px; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  line-height: 16px;
  padding:5px 10px;
  background:#c9c9c9; border:1px solid #aeaeae; border-radius:14px; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff;
  resize: none;
  overflow: auto;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

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

  width: 100%;
}
/* 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 {
  display: inline-block;
  border: none;
  padding:12px 26px 11px; margin:0 1px 2px;
   font-size:10px;font-family: 'PT Sans', sans-serif; font-weight:bold; text-transform:uppercase; line-height:normal;
   box-shadow:0 1px 1px rgba(0,0,0,.43); border-radius:18px;
  text-decoration: none;
}
div.k2Pagination li.num .pagenav,
div.pagination li.num .pagenav,
div.itemCommentsPagination li.num .pagenav { padding-left:0; padding-right:0; width:22px; text-align:center; background:none !important; box-shadow: 0 0 0; border-radius:0;
}
/* Comments */
.commentToolbar a, .commentToolbar span{ float:right;}
.commentToolbar a{ margin-left:20px;}
.commentAuthorName{ margin-right:20px;}
ul.itemCommentsList{ padding-bottom:30px;}
.commentAuthorName, .commentDate{ font-size:13px; font-style:italic;}
div.itemComments ul.itemCommentsList li { border:1px solid #ebebeb; padding:30px 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 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 ===*/

.bg_bot{ background: url(../images/body/bg_bot.gif) center 0 repeat;}
#rt-bottom{background:url(../images/body/bg_bot_top.gif) center 0 repeat-x; font-size:13px; line-height:16px; color:#737373; padding-top:48px;}
#rt-bottom p{ padding-bottom:16px;}
#rt-bottom h2{ font-size:30px; text-shadow:1px 1px rgba(255,255,255,0.34); letter-spacing:0; padding:0px 0 34px 0;}

.posts .moduleItemDateCreated{ display:block; font-size:11px; color:#fff; padding:7px 0 0 0}
.posts .moduleItemComments{ padding-left:24px; background:url(../images/bg_comment.gif) 0 3px no-repeat; font-size:11px; display:inline-block;}
.posts li{ padding-bottom:29px;}
.posts li.lastItem{ padding-bottom:0}

#rt-bottom .menu li{border-bottom:1px solid #a7a7a7; padding-bottom:6px; margin-bottom:7px;}
#rt-bottom .menu li.lastItem{ border-bottom:none;}
#rt-bottom .menu a{ padding-left:13px; background:url(../images/marker1.gif) 0 8px no-repeat}

.acymailing_form p{ font-size:10px; text-transform:uppercase;}
.acymailing_form .acyfield_email{ display:block; position:relative;}
.acymailing_form #user_email_formAcymailing1, .acymailing_form #user_name_formAcymailing1{ background:#c9c9c9; border:1px solid #aeaeae; height:28px; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#737373; line-height:16px; padding:6px 10px; width:100%; padding-right:36px; border-radius:20px;}
.acymailing_form .subbutton{ margin-top: 10px;border-radius:0;}
.acymailing_form .subbutton:hover{background-color: #575757;}
.acymailing_form .acysubbuttons{ text-align:left;}
.acymailing_form .unsubbutton{ font:10px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; border-radius:0; box-shadow:0 0 0; background: url(../images/line_hor1.gif) 0 bottom repeat-x; padding:0}
.acymailing_form .unsubbutton:hover{ background: url(../images/line_hor1.gif) 0 20px repeat-x; color:#444444}

/*=== FOOTER POSITION ===*/

#footer{ background: url(../images/body/bg_footer.gif) center 0 repeat;}
#rt-footer{ background: url(../images/body/bg_footer_top.gif) center 0 repeat-x; padding-top:21px;}
.copyright{ padding-bottom:0; font-size:10px; color:#444444; text-transform:uppercase;}
.copyright a{color:#444444;}
.copyright a:hover{color:#fff; text-decoration:underline}

#footer .menu li{ float: left; padding-left:6px; margin-left:4px; background:url(../images/footer_marker.gif) 0 10px no-repeat}
#footer .menu li.firstItem{ background:none; padding-left:0; margin-left:0;}
#footer .menu{ float:right;}
#footer .menu a{ color:#444444; font-size:10px; text-transform:uppercase; display:block}
#footer .menu a:hover{ color:#fff;}

/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 13px;
  position: fixed;
  right: 13px;
  display: none;
  background: url(../images/to_top.png) top left no-repeat;
  width: 29px;
  height: 30px;
}
a#gantry-totop {
  z-index: 999;
  display: block;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
  width:100%; height:100%;
  background:url(../images/to_top_active.png) 0 0 no-repeat;
  opacity:0;filter: alpha(opacity = 0);
}
a#gantry-totop:hover{ opacity:1;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(opacity=100);} 
/* 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;
}
/*======= Events Menu =================*/
.eventmenu > span img {display:block;}
.eventmenu > span {display:block;padding:2px; margin: 5px 0px; background-color: transparent;}
.eventmenu > span:hover {background-color: #EFEFEF;}

/*======= 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;
}

/* TABLE STYLE */
.table {
	width:100%;
	margin-bottom:18px;
}
.itemExtraFields .table {margin-bottom: 0px;}
.table th, .table td {
	padding:8px;
	line-height:18px;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #f1f1f1;
}
.table th { font-weight:bold; }
.table thead th { vertical-align:bottom; }
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top:0; }
.table tbody + tbody { border-top:2px solid #f1f1f1; }
.table .table { background-color:#fff; }
.table-condensed th, .table-condensed td { padding:4px 5px; }
.table-bordered {
	border:1px solid #f1f1f1;
	border-collapse:separate;
	*border-collapse:collapse;
	border-left:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.table-bordered th, .table-bordered td { border-left:1px solid #f1f1f1; }
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top:0; }
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomleft:0;
	border-bottom-left-radius:0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomright:0;
	border-bottom-right-radius:0;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th { background-color:#f9f9f9; }
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th { background-color:#f5f5f5; }
table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
	display:table-cell;
	float:none;
	margin-left:0;
}
.table td.span1, .table th.span1 {
	float:none;
	width:44px;
	margin-left:0;
}
.table td.span2, .table th.span2 {
	float:none;
	width:124px;
	margin-left:0;
}
.table td.span3, .table th.span3 {
	float:none;
	width:204px;
	margin-left:0;
}
.table td.span4, .table th.span4 {
	float:none;
	width:284px;
	margin-left:0;
}
.table td.span5, .table th.span5 {
	float:none;
	width:364px;
	margin-left:0;
}
.table td.span6, .table th.span6 {
	float:none;
	width:444px;
	margin-left:0;
}
.table td.span7, .table th.span7 {
	float:none;
	width:524px;
	margin-left:0;
}
.table td.span8, .table th.span8 {
	float:none;
	width:604px;
	margin-left:0;
}
.table td.span9, .table th.span9 {
	float:none;
	width:684px;
	margin-left:0;
}
.table td.span10, .table th.span10 {
	float:none;
	width:764px;
	margin-left:0;
}
.table td.span11, .table th.span11 {
	float:none;
	width:844px;
	margin-left:0;
}
.table td.span12, .table th.span12 {
	float:none;
	width:924px;
	margin-left:0;
}
.table tbody tr.success > td { background-color:#dff0d8; }
.table tbody tr.error > td { background-color:#f2dede; }
.table tbody tr.warning > td { background-color:#fcf8e3; }
.table tbody tr.info > td { background-color:#d9edf7; }
.table-hover tbody tr.success:hover > td { background-color:#d0e9c6; }
.table-hover tbody tr.error:hover > td { background-color:#ebcccc; }
.table-hover tbody tr.warning:hover > td { background-color:#faf2cc; }
.table-hover tbody tr.info:hover > td { background-color:#c4e3f3; }


.cpy {font-size:5px; color:#FFF;}
.page-img img {width: auto !important;}
.watermark {background:url(../images/watermark.png) center center no-repeat transparent; background-size:contain;}