/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html{
  background: none;
}
#body-wrapper{
  background: url(../images/template/bg-shine.png) center 0 no-repeat;
}
html,
body {
  height: 100%;
}
body a:hover{
  color:#fff;
}
.ic, .ic a {
  border:0;
  float:right;
  background:#fff;
  color:#f00;
  width:50%;
  line-height:10px;
  font-size:10px;
  margin:-220% 0 0 0;
  overflow:hidden;
  padding:0
} 
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -199px;
}
#push {
  height: 199px;
}
#footer
{
  padding-bottom:44px;
}
#body-wrapper {
  height: auto;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1 {
  margin: 0 0 0.67em 0;
}
dt.result-title {
  margin: 0 0 1.33em 0;
}
p,
pre {
  margin: 0 0 18px 0;
}
body a {text-decoration: none;}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none;
  text-decoration: underline;
  text-transform: uppercase;
  font: bold 12px/20px 'Open Sans', sans-serif;
  letter-spacing: 1px;
}
/*Lists*/
/*Columns*/
.cols ul {
  margin: 0 -10px;
  overflow: hidden;
}
.cols ul li {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
.cols.four ul li {
  width: 240px;
}
.cols.three ul li {
  width: 320px;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-top .rt-container #rt-logo {
  position: relative;
  margin: 20px 0px 0 0px;
}
/*=== HEADER POSITION ===*/
#rt-header .rt-container {
  padding: 20px 0 20px;
}
/*=== MENU POSITION ===*/
ul.sf-menu {
  position: relative;
  background: url(../images/template/container.gif) no-repeat scroll center 0 transparent;
  position:relative;
  display:block;
  min-height:8px;
}
ul.sf-menu li a,
ul.sf-menu li span.separator {
  display: block;
  padding: 0 40px;
  text-decoration: none;
}
ul.sf-menu > li {
  padding: 0;
  margin: 0;
  width: 188px;
}
ul.sf-menu > li > a,
ul.sf-menu > li > span.separator {
  font: bold 12px/52px 'Open Sans', sans-serif;
  height: 47px;
  padding: 7px 1em 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.sf-menu > li.sfHover > a,
ul.sf-menu > li.sfHover > span.separator,
ul.sf-menu > li.active > a,
ul.sf-menu > li.active > span.separator,
ul.sf-menu > li.current > a,
ul.sf-menu > li.current > span.separator,
ul.sf-menu > li > a:hover,
ul.sf-menu > li > span.separator:hover {
  line-height: 38px;
}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 54px;
}
ul.sf-menu ul {
  width: 188px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 188px;
  top: -0.5em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 188px;
  top: -0.5em;
}
ul.sf-menu ul {
  padding: 0.5em 0;
}
ul.sf-menu ul li {margin-bottom: 1px;}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  line-height: 24px;
}
select.select-menu {
  display: none;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden;
}
/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
/*=== CONTENT ===*/
#isotopeContainer h3 a{color:#a7a7a7;}
#isotopeContainer h3 a:hover{color:#4DB1F1;}
.menu-list li a,.level0 li a,#form-login li a{color:#7c7c7c;}
.menu-list li a:hover,.level0 li a:hover,#form-login li a:hover{color:#4db1f1;}
#rt-main .rt-container {
  background: url(../images/template/container.png) center 0 no-repeat;
  padding: 54px 0 39px;
}
.homepage #rt-main .rt-container {
  background-image: url(../images/template/container.gif);
}
.mb12-sa4 .rt-grid-12 #rt-mainbody {
  border-right: 1px solid #434343;
  padding-right: 40px;
  margin-right: 19px;
}
.rt-grid-16 #rt-content-top .rt-grid-6 .rt-block {
  border-left: 1px solid #484848;
  border-right: 1px solid #484848;
  margin: 0 20px 0 30px;
  padding: 0 30px 0 40px;
}
#rt-content-top {padding-bottom: 37px;}
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}
/*== Indep Page ==*/
.proff div.catItemImageBlock,
.team div.catItemImageBlock,
.port div.catItemImageBlock,
.port div.itemImageBlock,
.blog div.itemImageBlock,
.blog div.catItemImageBlock {
  float: none;
  margin: 4px 0px 20px 0;
}
.proff div.catItemImageBlock{
  margin-top: 15px;
}
/*== Home Page ==*/
.homepage #rt-mainbody div.itemListCategory {
  padding-bottom: 14px;
}
.homepage #rt-mainbody div.itemListCategory a{
  text-decoration:underline;
}
.homepage #rt-mainbody div.itemListCategory h2 {
  color: #a7a7a7;
  font: bold 25px/29px 'Open Sans',sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.homepage #rt-mainbody div.itemListCategory p {
  margin: 0;
  padding: 21px 0 0;
}
.homepage #rt-mainbody div.catItemView h3.catItemTitle {
  padding-top: 0px;
}
/**/
div.k2ItemsBlock.posts > ul li {
  margin: 0px 0 15px 7px;
  padding: 0px 0 35px 52px;
}
div.k2ItemsBlock.posts > ul li a.moduleItemTitle {
  color: #a7a7a7;
  font: bold 18px/20px 'Open Sans',sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
div.k2ItemsBlock.posts > ul li a.moduleItemTitle:after {
  background: url(../images/template/moduleItemTitle.png) no-repeat 100% 30%;
  content: " ";
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 9px;
}
div.k2ItemsBlock.posts > ul li a.moduleItemTitle:hover {
  color: #4db1f1;
}
div.k2ItemsBlock.posts > ul li a.moduleItemTitle:hover:after {
  background-image: url(../images/template/moduleItemTitle1.png);
}
div.k2ItemsBlock.posts > ul li:first-child {background: url(../images/template/icon1.png) 0 0 no-repeat; padding: 5px 0 30px 52px; margin: -5px 0 20px 7px;}
div.k2ItemsBlock.posts > ul li:first-child + li {background: url(../images/template/icon2.png) 0 0 no-repeat;}
div.k2ItemsBlock.posts > ul li:first-child + li + li {background: url(../images/template/icon3.png) 0 0 no-repeat;}
div.k2ItemsBlock.posts > ul li:first-child + li + li + li {background: url(../images/template/icon4.png) 0 0 no-repeat;}
/**/
.mb6-sa6-sb4 .rt-grid-6 #rt-sidebar-a .rt-block {
  border-left: 1px solid #434343;
  border-right: 1px solid #434343;
  padding: 0 58px;
}
.text {  
  font: bold 18px/20px 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a7a7a7;
}
p.text {margin: 0 0 16px; color:#4db1f1;}
.color {color: #a7a7a7;}
/**/
div.k2ItemsBlock.articles > ul {
  overflow: hidden;
}
div.k2ItemsBlock.articles > ul li {
  float: left;
  width: 235px;
  margin: 0;
  padding: 0;
}
div.k2ItemsBlock.articles > ul li {  
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.k2ItemsBlock.articles > ul li div.catItemImageBlock {
  float: none;
  margin: 0px 0px 0px 0;
}
div.k2ItemsBlock.articles > ul li span.catItemImage {
  position: relative;
}
div.k2ItemsBlock.articles > ul li span.catItemImage a {
  border: none;
  display: inline-block;
}
div.k2ItemsBlock.articles > ul li a.moduleItemTitle {
  background: url(../images/template/art.png) center bottom no-repeat;
  bottom: 42px;
  left: 50%;
  line-height: 24px;
  margin: 0 0 0 -75px;
  padding: 0 0 32px;
  position: absolute;
  text-align: center;
  width: 150px;
  color: white;
  z-index: 1;
}
div.k2ItemsBlock.articles > ul li a.moduleItemTitle:hover {
  background: url(../images/template/art1.png) center bottom no-repeat;
  color: #4db1f1;
}
div.k2ItemsBlock.articles > ul li span.shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.k2ItemsBlock.articles > ul li span.shadow {background: #000; opacity:0; filter:alpha(opacity=0);}
div.k2ItemsBlock.articles > ul li:hover span.shadow {
  opacity:0.2; filter:alpha(opacity=20);
}
.indent div.catItemImageBlock {
  float: none;
  margin: 4px 0px 20px 0;
}
.homepage .indent div.catItemImageBlock {
  margin-bottom: 16px;
}
/**/
#rt-mainbottom .rt-container {
  background: url(../images/template/container.png) no-repeat center 0;
  padding: 40px 0 0;
}
#rt-mainbottom .moduleItemIntrotext .k2ReadMore{margin-top:4px;}
#rt-mainbottom {
  padding: 0 0 10px;
}
div.prg {
  font: bold 20px/24px 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #565656;
  letter-spacing: 2px;
}
div.prg strong {
  float: left;
  width: 43%;
  margin-right: 20px;
  text-align: right;
  font: 23px/24px 'Changa One', cursive;
  letter-spacing: 1px;
  color: #a7a7a7;
}
#rt-mainbottom a.k2ReadMore{
  float:right;
}
div.prg strong span {
  font: 33px/24px 'Changa One', cursive;
}
div.prg {}
div.prg {}
div.prg {}
div.prg {}
a.moduleCustomLink {
  float: right;
}
/**/
/*== Blog Page ==*/
div.catItemView.blog {
  border-bottom: 1px solid #434343;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog span.itemDateCreated,
.blog span.catItemDateCreated {
  font: bold 15px/13px 'Open Sans', sans-serif;
  text-transform: lowercase;
  color: #fff;
  text-align: center;
  background: #4db1f1;
  float: left;
  width: 53px;
  margin: 0px 6px 0 0;
  padding: 0 0 14px;
}
.blog span.itemDateCreated span,
.blog span.catItemDateCreated span {
  display: block;
  padding-top: 13px;
}
/*== 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: left;
  margin: 0 1em 1em 0;
}
#port a.touch {
  position: relative;
  display: block;
  overflow: hidden;
}
#port a.touch span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  height: 36px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: -50%;
  width: 36px;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  margin: 0 0 2em;
  padding: 2em 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 {
  color: #fff;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
#port .itemList > div {
  margin: 0 -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;
  margin-bottom: 40px;
}
#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;
}
/*== 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: 26px;
  padding: 0px 8px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
 border: 1px solid #515151;
  background: url(../images/template/bg-form.png) 0 0 repeat;
  color: #a7a7a7;
  font: 13px/26px "Trebuchet MS";
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 3px 8px;
  font-family: inherit;
  resize: none;
  overflow: auto;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: 1px solid #515151;
  background: url(../images/template/bg-form.png) 0 0 repeat;
  color: #a7a7a7;
  font: 13px/18px "Trebuchet MS";
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 12px 10px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  display: inline-block;
  text-transform: uppercase;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  background: url(../images/template/bg-form.png) 0 0 repeat;
  padding: 17px 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 15px 0 0;
}
form#comment-form textarea#commentText {
  height: 246px;
  width: 72%;
}
form#comment-form input.inputbox {
  width: 47%;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/
#rt-footer .rt-container {
  background: url(../images/template/container.png) center 0 no-repeat;
  padding: 40px 0 0;
}
.rt-containermine {
  padding: 0px 0 25px;
  left:0;
  right:0;
  top:0;
}
p.copyright, p.copyright-template {
  font: bold 10px/16px 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
p.copyright {
  color: #a7a7a7;
  margin-bottom:28px;
}
p.copyright-template a{text-decoration:underline;}
p.copyright span.siteName {
  display: block;
  font: 21px/1.2307em 'Changa One', cursive;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: -5px;
}
p.copyright a {
  color: #a7a7a7;
}
ul.menu-footer {
  margin: 2px 0 0;
}
ul.menu-footer li a{color:#7c7c7c;}
ul.menu-footer li a:hover{color:#fff;}
ul.menu-footer li {
  list-style: none;
  background: url(../images/template/marker1.png) 0 6px no-repeat;
  padding: 0 0 8px 14px;
}
/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 130px;
  position: fixed;
  right: 130px;
  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: 59px;
  height: 31px;
  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 #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;
}
.component-content .profile h2{padding-bottom:1.5em;}
.component-content .profile h3{padding-bottom:10px;}
div#k2Frontend table.k2FrontendToolbar tbody tr a.toolbar:hover{color:#1a1a1a !important;}