/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
}
#wrapper {
}
#footer,
#push {
}
#body-wrapper {
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1, h2, h3, h4{ font-size:18px; line-height:18px; font-weight:bold; text-transform:uppercase; color:#262626; text-shadow: 0 1px 3px rgba(0,0,0,.34);font-family: 'Magra', sans-serif; padding: 0 0 5px 0;}

h5{ font-size:15px; line-height:18px; font-weight:bold; color:#262626; text-shadow: 0 1px 3px rgba(0,0,0,.34);font-family: 'Magra', sans-serif; padding: 0 0 5px 0;}

h3 span{ display:block}


p,
pre {
	padding-bottom:21px;
}
/* BUTTONS */
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 */
}
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button,
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button {
  display: inline-block;
  font-size:11px; line-height:normal; text-transform:uppercase;
  border: none;
  padding:9px 14px 8px;
  border-radius:3px;
  box-shadow:0 1px 2px rgba(0,0,0,.36); margin-bottom:22px;
  background:url(../images/bg_button1.gif) 0 0 repeat-x #3a3a3a;
  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{ line-height:16px;}

a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
#camera-slideshow a.moduleItemReadMore:hover,
button.button:hover,
input.button:hover,
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
#camera-slideshow a.moduleItemReadMore:hover,
button.button:hover,
input.button:hover{ background:#00bef3}

/*Lists*/

li{
	list-style-type:none;
	/*margin-bottom: 12px;*/
	/*margin-left: 10px;*/
}

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;
}
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;
}
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{ padding:11px 0 10px 0}

#rt-login-button{ font-size:12px; text-align:right}
#rt-login-button a{color:#7e7e7e;}
#rt-login-button a:hover{color:#fff;}
#rt-login-button .buttontext{ margin-right:34px; position:relative;}
#rt-login-button .buttontext:after{ content:""; position:absolute; top:0; right:-16px; height:17px; width:2px; background:url(../images/line_top.gif) 0 0 no-repeat;}

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

#rt-header{ padding:12px 0 11px 0}

#rt-logo{ margin-top:55px; margin-bottom:47px;}

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

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
ul.sf-menu > li > a,
ul.sf-menu > li > span.separator {
  display: block; font-size:14px;font-family: 'Magra', sans-serif; font-weight:bold; text-transform:uppercase;
}

ul.sf-menu > li > a strong{display:block; width:100%; background:url(../images/menu1.jpg) 0 0 no-repeat; height: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 */}

ul.sf-menu > li > a.item2 strong{background:url(../images/menu2.jpg) 0 0 no-repeat;}
ul.sf-menu > li > a.item3 strong{background:url(../images/menu3.jpg) 0 0 no-repeat;}
ul.sf-menu > li > a.item4 strong{background:url(../images/menu4.jpg) 0 0 no-repeat;}
ul.sf-menu > li > a.item5 strong{background:url(../images/menu5.jpg) 0 0 no-repeat;}
ul.sf-menu > li > a.item6 strong{background:url(../images/menu6.jpg) 0 0 no-repeat;}
ul.sf-menu > li > a.item7 strong{background:url(../images/menu7.jpg) 0 0 no-repeat;}

ul.sf-menu > li > a span{ display:block;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 */}

ul.sf-menu > li:hover > a strong, 
ul.sf-menu > li.sfHover > a strong,
ul.sf-menu > li.active > a strong,
ul.sf-menu > li.current > a strong{ height:81px;}

ul.sf-menu > li:hover, 
ul.sf-menu > li.sfHover,
ul.sf-menu > li.active,
ul.sf-menu > li.current{ margin-top:0}

ul.sf-menu > li:hover > a span, 
ul.sf-menu > li.sfHover > a span,
ul.sf-menu > li.active > a span,
ul.sf-menu > li.current > a span{background:url(../images/menu_bg_active.png) 0 0 no-repeat; line-height:58px;}

ul.sf-menu > li {
  padding: 0; width:90px; text-align:center;
  margin: 0 0 0 1px; margin-top:70px;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 */
}
ul.sf-menu > li:hover > ul,
ul.sf-menu > li.sfHover > ul {
  top: 138px;
}

ul.sf-menu ul { border-top:4px solid #38c2e9; border-bottom:1px solid #1b1b1b;}
ul.sf-menu ul a{ padding:0 26px;}

ul.sf-menu > li:hover > ul li a,
ul.sf-menu > li.sfHover > ul li a,
ul.sf-menu > li:hover > ul li span.separator,
ul.sf-menu > li.sfHover > ul li span.separator {
  display: block;
  line-height: 40px;
}
ul.sf-menu ul {
  width: 138px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 139px;
  top: -5px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 139px;
  top: -5px;
}
ul.sf-menu ul li{ border-top:1px solid #1b1b1b;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span.separator {
  display: block;
  line-height: 1.5em;
}
select.select-menu {
  display: none;
  margin: 0px 0px 0px;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden; padding-bottom:41px
}
#rt-menu .k2ItemsBlock{ margin:0 10px;}

.bg_box1{ margin-top:-125px; padding-top:165px;}
#rt-showcase .rt-block{ background:url(../images/line_vert2.png) 0 0 repeat-y; padding:0 60px 0 24px;}
#rt-showcase h2{ padding:0 0 16px 0;}
#rt-showcase .link1{ display:inline-block; width:27px; height:27px; background:url(../images/marker1_active.png) 0 0 no-repeat;}
#rt-showcase .link1 span{ display:block; background:url(../images/marker1.png) 0 0 no-repeat; width:100%; height:100%;
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 */}
#rt-showcase .link1 span:hover{ opacity:0;filter: alpha(opacity = 0);}

/*=== FEATURE POSITION ===*/

.boxes .rt-block{ background:url(../images/bg_box2.png) repeat; padding-right:60px;}
.boxes .img{ float:left; margin-right:22px;}
.boxes h3{ font-size:14px; padding:20px 0 5px 0; text-shadow:0 0 0; height:36px; display:table-cell; vertical-align:middle;}
.link2{ text-decoration:underline; padding-right:17px; background:url(../images/marker2.gif) right 7px no-repeat; font-size:12px;}


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

.bg_cont{ padding-top:60px; padding-bottom:15px;}
.bg_cont .rt-block{ padding-left:32px; background:url(../images/line_vert1.png) 0 0 repeat-y; margin-bottom:50px; overflow:hidden;}
.bg_cont .k2ItemsBlock{ margin-bottom:-20px; overflow:hidden;}

.catItemImageBlock, .itemImageBlock, .userItemImageBlock, .genericItemImageBlock, .tagItemImageBlock{ float:left; margin-right:20px; margin-bottom:22px; 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:1px solid #fff; box-shadow:0 1px 2px rgba(0,0,0,0.1); 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:hover strong, .catItemImageBlock a:hover strong, .itemImageBlock a:hover strong, .userItemImageBlock a:hover strong, .genericItemImageBlock a:hover strong, .tagItemImageBlock a:hover strong{ border-width:5px;}

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

.list1{ padding-bottom:10px;}
.list1 li{ padding-bottom:11px; font-size:12px;}
.list1 a{ font-weight:bold; padding-left:15px; background:url(../images/marker2.gif) 0 6px no-repeat; text-decoration:underline;}

.dropcap li{ margin-bottom:24px; background: url(../images/line_hor1.gif) 0 bottom repeat-x; position:relative; padding-left:67px; padding-bottom:6px; min-height:67px;}
span.dropcap{ position:absolute; top:5px; left:0; background:url(../images/bg_dropcap.png) 0 0 no-repeat; width:51px; height:67px; font-size:36px; font-weight:bold; text-align:center;  line-height:50px; color:#fff;}
.dropcap .lastItem{ margin-bottom:0; padding-bottom:5px; background:none;}

.our_team ul{ margin:0 -12px; overflow:hidden}
.our_team li{ float:left; width:150px; margin:0 12px; padding:15px; position:relative; margin-bottom:23px;}
.our_team li > span{ display:block; width:100%; height:100%; position:absolute; background:#c2c2c2; border:1px solid #fff; box-shadow:0 1px 2px rgba(0,0,0,.1); top:0; left:0; opacity:0.2;filter: alpha(opacity = 20);}
.our_team .catItemImageBlock{ float:none; margin-right:0; margin-bottom:5px; }
.our_team .catItemImageBlock strong{border:0px solid #dcdcdc; box-shadow:0 0 0;}
.our_team .moduleItemIntrotext{ position:relative;}

.testimon li{ padding-bottom:24px;}
.testimon p{ background:url(../images/testimonials.gif) 0 0 repeat-x #dadada; border:1px solid #dadada; padding:22px 30px; border-radius:12px; position:relative;}
.testimon p:before{ content:""; background:url(../images/quot.png) 0 0 no-repeat; width:41px; height:38px; position:absolute; top:7px; left:20px;}
.testimon p:after{ content:""; background:url(../images/testimonials_bg.gif) 0 0 no-repeat; width:41px; height:20px; bottom:-21px; left:57px; position:absolute;}
.testimon strong{ text-align:right; padding-top:12px; display:block}


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

.contact-misc span{ float:right; margin-right:10px;}

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: 36px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: -50%;
  width: 36px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#port div.catItemView {
  padding: 0;
  padding-bottom:30px;
}
#port .catItemImageBlock{ float:none;}
#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;
}
div.extraFieldsIntroText {
  overflow: hidden;
}
#port div.itemContainer.itemContainerLast {
  margin-right: 0 !important;
}
#port #isotopeOptions {
	display: none;
  overflow: hidden;
  margin-bottom: 2em;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  /*display: inline-block;*/
  display: none;
  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,
#port #isotopeOptions ul#sort li a,
#port #isotopeOptions ul#sort_direction li a {
  color: inherit;
}
#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:#262626 ;
}
#port .catItemImageBlock{ margin-right:0}
#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;
}
.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 div.userItemImageBlock,
.blog div.catItemImageBlock {
  float: left;
  margin: 0px 20px 0px 0px;
}
.blog div.itemImageBlock {
  float: none;
  margin: 0 0 2em;
}

#blog .catItemDateCreated, #blog .itemDateCreated, #blog .userItemDateCreated{ float:left; background:url(../images/bg_dropcap.png) 0 0 no-repeat; width:51px; height:57px; text-align:center; padding-top:10px;  font-size:20px; color:#fff; line-height:15px; font-weight:bold; margin-right:15px; text-transform:lowercase}
#blog .catItemDateCreated span, #blog .itemDateCreated span, #blog .userItemDateCreated span{ display:block;}
#blog h4{ font-size:15px; padding:6px 0 6px 0}
#blog .catItemCommentsLink, #blog .itemCommentsLink, #blog .userItemCommentsLink{ float:right}
#blog .catItemHeader, #blog .itemHeader, #blog .userItemHeader{ overflow:hidden; padding-bottom:18px;}

#blog .catItemView{ padding-bottom:34px; background:url(../images/line_hor1.gif) 0 bottom repeat-x; margin-bottom:38px;}
#blog .userItemView{padding-bottom:34px;}

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

.genericItemDateCreated{ display:none;}
.genericItemView{ padding-bottom:30px;}
.genericItemIntroText p{ padding-bottom:0}
.genericItemReadMore{ padding-top:20px;}

/*== History Page ==*/
#team h3{ text-shadow:0 0 0;}
#team .catItemImageBlock{ margin-right:0}

#history div.catItemHeader {
  float: left;
  margin: 0 1em 0 0;
}
#history div.catItemHeader h3.catItemTitle {
  margin: 0; text-shadow:0 0 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 ==*/

#rokbox-wrapper #form-login-username, #rokbox-wrapper #form-login-password, #rokbox-wrapper #form-login-remember{ padding-bottom:5px;}

#faqs .catItemView { padding-bottom:30px;}
#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;
  /* Firefox */

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

  background:#e5e5e5 ;
  height:36px;
  color:#5d5d5d ; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; line-height:16px;
  border: none ;
  padding: 10px 16px;
}
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:#e5e5e5 ;
  color:#5d5d5d ; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; line-height:16px;
  border: none ;
  padding: 10px 16px;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 6px 10px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  display: inline-block;
  font-size:11px; line-height:normal; text-transform:uppercase;
  border: none;
  padding:9px 14px 8px;
  border-radius:3px;
  box-shadow:0 1px 2px rgba(0,0,0,.36);
  text-decoration: none;
}
/* Comments */

.commentAuthorName{ margin-right:20px;}

.commentToolbar a, .commentToolbar span{ float:right;}
.commentToolbar a{ margin-left:20px;}

div.itemComments ul.itemCommentsList li {
  padding: 16px 20px 20px;
  background: url(../images/body/bg_footer.gif) repeat ;
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0;
}
div.itemComments ul.itemCommentsList li div.commentBody div.commentToolbar span.commentLink {
  float: right;
}
div.itemComments ul.itemCommentsList li div.commentToolbar {
  margin: 0 0 0 2em;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 4px 20px 0 0;
}
form#comment-form input.inputbox {
  width: 60%;
}
form#comment-form textarea#commentText {
  height: 250px;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/

#rt-footer{ padding:27px 0 22px 0;}

.social{ float:right;}
.social li{ margin-left:20px; padding-left:21px; background:url(../images/line_bottom.gif) 0 0 no-repeat; line-height:22px; float:left;}
.social li.firstItem{ padding-left:0; margin-left:0; background:none;}
.social a{ font-size:11px; font-weight:bold; color:#544b56; display:block}
.social a:hover{ color:#00b5e7}

.copyright{ padding-bottom:0; font-size:11px; color:#544b56; text-transform:uppercase}
.copyright a{ color:#544b56;}
.copyright a:hover{ color:#00b5e7}


/*=== 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;
  background: url(../images/to_top_active.png) 0 0 no-repeat;
  width: 27px;
  height: 27px;
}
a#gantry-totop {
  z-index: 999;
  display: block;
  width:100%;
  height:100%;
  background:url(../images/to_top.png) 0 0 no-repeat;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
a#gantry-totop:hover{ opacity:0; filter: alpha(opacity = 0);}

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