/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -197px;
  background: url(../images/template/content-bg.jpg) center 0 repeat;
}
#footer,
#push {
  height: 197px;
}
#body-wrapper {
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */

body a:hover {
  text-decoration: none;
}
dt.result-title {
  margin: 0 0 1.33em 0;
}
p,
pre {
  margin: 0 0 22px 0;
}
strong {color: #383737;}
p.description {
  margin: 0;
  padding: 22px 0 0;
}

/* 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: none;
  font: bold 14px/20px 'Ubuntu', sans-serif;
  color: #282828;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#eaeaea));
  background: -moz-linear-gradient(top,  #f3f3f3,  #eaeaea);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#eaeaea');
  text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.14);
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.14);
  border-radius: 7px;
  text-transform: uppercase;
  margin-top: 11px;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
#camera-slideshow a.moduleItemReadMore:hover,
button.button:hover,
input.button:hover {
  color: white;
  background: #ff9200;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9200), to(#ff7600));
  background: -moz-linear-gradient(top,  #ff9200,  #ff7600);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9200', endColorstr='#ff7600');
}

a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore {
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
}
button.button,
input.button {
  padding: 9px 14px;
}
/*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 {
  border-top: 6px solid #3f3f3f;
  padding-top: 10px;
}
#rt-top .rt-container #rt-logo {
  position: relative;
}
/**/
#rt-top .mod_search {
  position: relative;
  width: 346px;
  float: right;
  margin: 0 1px 0 0;
}
#rt-top .mod_search label {
  float: left;
  font: 12px/29px 'Ubuntu', sans-serif;
  color: #020202;
  text-transform: uppercase;
}
#rt-top .mod_search input.inputbox {
  border-radius: 0;
  float: right;
  margin: 0;
  border: 1px solid #b0b0b0;
  border-bottom: 1px solid #e5e5e5;
  background: #e5e5e5;
  color: #888888;
  height: 31px;
  line-height: 31px;
  font: 12px/29px 'Ubuntu', sans-serif;
  padding: 0 36px 0 7px;
  width: 220px;
}
#rt-top .mod_search input.button {
  position: absolute;
  top: 1px;
  right: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}

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

.header-bg {
  background: url(../images/template/header-bg.jpg) center 0 repeat;
  border-bottom: 1px solid #d4d4d4;
}
.content-bg {
  border-top: 1px solid white;
  background: url(../images/template/content-bg.jpg) center 0 repeat;
}

/**/

#rt-header {
  padding: -10 0 25px;
}

/*=== MENU POSITION ===*/

ul.sf-menu {
  position: relative;
  float: right;
}
ul.sf-menu li a,
ul.sf-menu li span {
  display: block;
  padding: 0 26px;
  text-decoration: none;
  text-transform: uppercase;
}
ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 28px;
}
ul.sf-menu > li > a,
ul.sf-menu > li > span.separator {
  padding: 0;
  font: 15px/16px 'Ubuntu', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px 0px white;
}
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 > a:hover,
ul.sf-menu > li > span.separator:hover {

}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 29px;
  left: -42px;
}
ul.sf-menu > li > ul {
  width: 170px;
  padding: 20px 0;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 138px;
  top: 0px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 138px;
  top: 0px;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  font: 12px/34px arial;
}
select.select-menu {
  display: none;
}

/*=== SHOWCASE POSITION ===*/

#rt-showcase {
  overflow: hidden;
  background: url(../images/template/showcase.jpg) center 0 repeat-x;
}

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

#rt-feature {
  padding: 46px 0 0;
}

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

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

#rt-maintop {
  padding: 0 0 0;
  margin-bottom: 20px;
}

/*=== CONTENT ===*/

.mb8-sa4 .rt-containerInner {
  background: url(../images/template/divider.png) 628px 0 repeat-y;
}
.mb8-sa4 .rt-grid-8 #rt-mainbody {
  padding-right: 31px;
}
#body-wrapper .rt-container .rt-grid-12.rt-push-4 {
  left: 0px;
}
#rt-main {
  padding: 0 0 0;
}

#rt-content-top {padding: 0 0 22px;}
#rt-content-bottom {padding: 25px 0 0;}

#rt-content-top .rt-block,
#rt-content-bottom .rt-block {
  padding-right: 31px;
}
/**/

.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
.K2ItemsRow {margin: 0 -10px;}


.rt-block > .testimonial {
  background: url(../images/template/testimonial.png) 0 0 no-repeat;
  padding: 13px 0 0 46px;
}
.extra_info_name {
  display: block;
  color: black;
  font-weight: bold;
}


/*== Home Page ==*/

.agency .rt-block {
  text-align:  center;
}
.agency .rt-block div.module-title {
  padding-bottom: 7px;
}
.agency .rt-block div.module-title h2 {
  color: #212121;
  font: bold 30px/32px 'Ubuntu',sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
  background: url(../images/template/title-bg.png) center 26px no-repeat;
}
div.k2ItemsBlock.agency > ul li h3.catItemTitle {
  color: #8a8a8a;
  font: bold 18px/21px 'Ubuntu',sans-serif;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
div.agency a.moduleCustomLink {
  color: white;
  background: #ff9200;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9200), to(#ff7600));
  background: -moz-linear-gradient(top,  #ff9200,  #ff7600);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9200', endColorstr='#ff7600');
  padding: 0 20px;
  border-radius: 5px;
}
div.agency a.moduleCustomLink:hover {
  color: #282828;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#eaeaea));
  background: -moz-linear-gradient(top,  #f3f3f3,  #eaeaea);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#eaeaea');  
}

/**/

.featured .rt-block {
  position: relative;
}
.featured div.module-title h2 {
  text-align: center;
}
div.k2ItemsBlock.featured > ul {}
div.k2ItemsBlock.featured > ul li {
  margin: 0 0 0 0;
  float: left;
  width: 220px;
  padding-left: 140px;
}
div.k2ItemsBlock.featured > ul li:first-child {
  padding-left: 0;
}
div.k2ItemsBlock.featured > ul li div.catItemImageBlock {
  float: none;
  margin: 9px 0 15px;
}
div.k2ItemsBlock.featured > ul li a.moduleItemImage {
  position: relative;
  text-decoration: none;
}
div.k2ItemsBlock.featured > ul li span.moduleItemDateCreated {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/template/moduleItemDateCreated.png) 0 0 repeat;
  font: 12px/14px arial;
  color: white;
  padding: 0 9px 6px;
  min-width: 25px;
  text-align: center;
  text-transform: uppercase;
}
div.k2ItemsBlock.featured > ul li span.moduleItemDateCreated span {
  display: block;
  font-weight: bold;
  font: bold 18px/18px arial;
  padding-top: 5px;
}
div.k2ItemsBlock.featured > ul li a.moduleItemTitle {
  background: url(../images/template/mark.png) right center no-repeat;
  padding-right: 8px;
  font: bold 14px/21px 'Ubuntu', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1px;
  color: #2c2b2b;
  text-decoration: none;
}
div.k2ItemsBlock.featured > ul li a.moduleItemTitle:hover {}
div.k2ItemsBlock.featured > ul li div.moduleItemIntrotext {
  font: 12px/21px 'Ubuntu', sans-serif;
  color: #868686;
  text-transform: normal;
}
div.k2ItemsBlock.featured > ul li div.moduleItemIntrotext p {
  margin: 0;
}
div.k2ItemsBlock.featured > ul li .moduleItemExtraFields {
  color: #ff7600;
  font: 12px/21px 'Ubuntu', sans-serif;
  text-transform: uppercase;
}
div.k2ItemsBlock.featured > ul li .moduleItemExtraFields .moduleItemExtraFieldsValue span {
  color: black;
}
div.k2ItemsBlock.featured a.moduleCustomLink {  
  display: inline-block;
  font: 16px/22px 'Ubuntu', sans-serif;
  height: 22px;
  color: #ff7700;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-transform: none;
  margin: 0;
  padding: 0 9px 0 0;
  background: url(../images/template/mark2.png) right 60% no-repeat;
  position: absolute;
  top: 8px;
  right: 0px;
  letter-spacing: -.6px;
}
div.k2ItemsBlock.featured a.moduleCustomLink:hover {
  color: black;
}

/**/

.homepage .itemListView h3.catItemTitle {
  color: #212121;
  font: bold 24px/32px 'Ubuntu',sans-serif;
  margin-bottom: 8px;
}
.homepage div.catItemImageBlock {
  float: none;
  margin: 7px 0 23px;
}
.homepage a.k2ReadMore {margin: 2px 0 0;}

/**/

div.k2ItemsBlock.partners > ul li {
  float: left;
  padding-left: 60px;
}
div.k2ItemsBlock.partners > ul li:first-child {
  padding-left: 0;
}
div.k2ItemsBlock.partners > ul li p {
  margin: 0;
}

/**/


/*== About Page ==*/

div.k2ItemsBlock.number > ul {}
div.k2ItemsBlock.number > ul li {
  margin: 0;
}
div.k2ItemsBlock.number > ul li h3.catItemTitle {
    margin-bottom: 4px;
}
div.k2ItemsBlock.number > ul li div.moduleItemIntrotext {
  overflow: hidden;
}
div.k2ItemsBlock.number > ul li div.moduleItemIntrotext p {
  margin: 0 0 19px;
}

/**/

div.k2ItemsBlock.data > ul {
  margin-bottom: 10px;
}
div.k2ItemsBlock.data > ul li {}
div.k2ItemsBlock.data > ul li span.moduleItemDateCreated {
  font-size: 11px;
  color: black;
  text-transform: uppercase;
}
div.k2ItemsBlock.data > ul li h3.catItemTitle {
  color: #868686;
  font: 12px/21px 'Ubuntu',sans-serif;
  margin-bottom: 0px;
}

/**/

.team div.catItemImageBlock {
  float: none;
  margin: 6px 0px 19px;
}
.team div.catItemHeader {
  padding-bottom: 0px;
}
.team div.catItemHeader h3.catItemTitle {
  margin-bottom: 0px;
  color: #383737;
  font: bold 13px/22px Arial;
  text-transform: none;
}

/*== Owners Page ==*/

div.k2ItemsBlock.number > ul li div.moduleItemExtraFields,
.owners div.catItemExtraFields {
  float: left;
  margin: 5px 15px 0 0;
  padding: 0 0 10px;
  border: 1px solid #d4d6d5;
  background: #f3f2f3;
  width: 47px;
  text-align: center;
  font: 12px/21px 'Ubuntu', sans-serif;
  color: #6e6e6e;
  text-transform: uppercase;
}
div.k2ItemsBlock.number > ul li div.moduleItemExtraFields span,
.owners div.catItemExtraFields span {
  display: block;
  font: 26px/1.2307em 'Ubuntu', sans-serif;
  color: #24272b;
  margin: 0 0 -4px;
  padding: 5px 0 0;
}
.owners div.catItemHeader {
  padding-bottom: 0px;
  overflow: hidden;
}
.owners div.catItemHeader h3.catItemTitle {
  margin-bottom: 4px;
}
.owners div.catItemBody {
  overflow: hidden;
}
/**/

/*== Portfolio Page ==*/

#port div.catItemView {
  padding: 0;
  margin-bottom: 2em;
}
.port div.catItemImageBlock {float: none; margin: 6px 0px 19px;}
#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.k2ReadMore {
  margin: 0;
}
#port a.touch {
  position: relative;
  display: block;
  overflow: hidden;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#port a.touch span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  height: 60px;
  width: 45px;
  left: 50%;
  margin-left: -23px;
  margin-top: -30px;
  position: absolute;
  top: -50%;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  padding: 1em 0;
  margin: 1em 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;
}
#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;
}



/*== Blog Page ==*/

div.catItemView.blog {
  margin-bottom: 40px;
}
.catItemTagsBlock {
  float: left;
  overflow: hidden;
}
ul.catItemTags {
  display: inline;
}
ul.catItemTags li {
  display: inline;
  list-style: none; 
  color: #ff7701;
}
ul.catItemTags li:first-child span {display: none;}
ul.catItemTags li a {color: #ff7701;}
ul.catItemTags li a:hover {color: #6b6b6b;}
.blog div.catItemImageBlock,
.blog div.itemImageBlock {
  float: none;
  margin: 6px 0px 19px 0;
}
/**/
.blog span.catItemDateCreated,
.blog span.itemDateCreated {
  float: left;
  margin: 6px 17px 0 0;
  padding: 0 0 10px;
  border: 1px solid #d4d6d5;
  background: #f3f2f3;
  width: 59px;
  text-align: center;
  font: 12px/21px 'Ubuntu', sans-serif;
  color: #6e6e6e;
  text-transform: uppercase;
}
.blog span.catItemDateCreated span,
.blog span.itemDateCreated span {
  display: block;
  font: 26px/1.2307em 'Ubuntu', sans-serif;
  color: #24272b;
  margin: 0 0 -4px;
  padding: 9px 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;
}
/*== 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;
}
/*== 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 {
  margin: 1em 0 0;
  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: 31px;
  padding: 4px 8px 5px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background: #dfdfdf;
  border: 1px solid #dfdfdf;
  border-top: 1px solid #aeaeae;
  border-left: 1px solid #aeaeae;
  color: #6b6b6b;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 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%;

  background: #dfdfdf;
  border: 1px solid #dfdfdf;
  border-top: 1px solid #aeaeae;
  border-left: 1px solid #aeaeae;
  color: #6b6b6b;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 4px 10px;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  color: #383737;
  text-decoration: none;
}
div.k2Pagination li span.pagenav,
div.pagination li span.pagenav,
div.itemCommentsPagination li span.pagenav,
div.k2Pagination li a.pagenav:hover,
div.pagination li a.pagenav:hover,
div.itemCommentsPagination li a.pagenav:hover {
  color: #ff7600;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  border: 1px solid #d4d2d2;
  background: #ecebec;
  padding: 18px 22px;
}
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: 6px 17px 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 ===*/

#rt-mainbottom {
  padding: 0 0 26px;
}

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

#footer {
  background: url(../images/template/footer.jpg) 0 0 repeat-x;
  font: 12px/23px 'Ubuntu', sans-serif;
 
  color: #232121;
}
div.footer-container {
  background: url(../images/template/footer-border.gif) 0 0 repeat-x;
  height: 189px;
  border-bottom: 8px solid #3f3f3f;
}

/**/

p.copyright {margin: 0;}
span.siteName {display: none;}

/**/

#rt-copyright {
  padding: 4px 0 0;
}
#rt-copyright div.rt-block {
  text-align: center;
}

/**/

ul.menu-footer {
  overflow: hidden;
  display: table;
  text-align: center;
  margin: 0 auto;
}
ul.menu-footer li {
  list-style: none;
  margin: 0 3px;
  float: left;
}
#footer a,
#footer span.separator {
  text-decoration: none;
  color: #8d8d8d;
}
#footer a:hover,
#footer li.active a,
#footer li.active span.separator {
  color: #232121;
}
ul.menu-footer li ul {display: none;}

div.smile a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.smile a:hover {opacity: 0.6;}

/*=== 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: 43px;
  height: 43px;
  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 3px 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;
}
