/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -142px;
  background: url(../images/template/content-bg.jpg) 0 0 repeat;
  overflow: hidden;
}
#footer,
#push {
  height: 142px;
}
#body-wrapper {
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
/* 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;
  text-decoration: none;
  border: none;
  background: url(../images/template/more.jpg) 0 bottom repeat-x;
  font-size: 10px;
  text-transform: uppercase;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
#camera-slideshow a.moduleItemReadMore:hover,
button.button:hover,
input.button:hover {
  background: url(../images/template/more.jpg) 0 0 repeat-x;
}
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore {
  padding: 0 18px;
  height: 41px;
  line-height: 41px;
}
button.button,
input.button {
  padding: 10px 18px;
}
/*Lists*/
/*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/template/body.jpg) 0 0 repeat;
  padding-bottom: 32px;
}
#rt-top .rt-container #rt-logo {
  position: relative;
}
/*=== HEADER POSITION ===*/
#rt-header {
  background: url(../images/template/body.jpg) 0 0 repeat;
  padding-bottom: 37px;
}
/*=== MENU POSITION ===*/
ul.sf-menu {
  position: relative;
  z-index: 999;
}
ul.sf-menu li a,
ul.sf-menu li span {
  display: block;
  padding: 0 17px;
  text-decoration: none;
}
/**/
ul.sf-menu > li {
  background: url(../images/template/separator.gif) 0 53px no-repeat;
  padding: 0 0 0 1px;
  margin: 0;
  width: 156px;
  text-align: center;
}
ul.sf-menu > li:first-child {
  background: none;
  padding-left: 0;
}
ul.sf-menu > li:first-child {
  width: 155px;
}
ul.sf-menu > li > a,
ul.sf-menu > li > span.separator {
  padding: 73px 0 45px;
  font: 16px/1.2307em 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0 -1px;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.07);
}
ul.sf-menu > li.parent > a > span,
ul.sf-menu > li.parent > span.separator >span {
  /*background: url(../images/template/parent.png) right 9px no-repeat;*/
  margin: 0 17px;
}
ul.sf-menu > li.active > a,
ul.sf-menu > li.active > span.separator {
  background: url(../images/template/item.jpg) 0 0 repeat;
}
ul.sf-menu > li ul {
  background: url(../images/template/sf-menu.jpg) 0 0 repeat;
}
ul.sf-menu > li > ul {background: #131313; text-align: left;}
ul.sf-menu > li > ul li a,
ul.sf-menu > li > ul li span.separator {
  color: #828181 !important;
}
ul.sf-menu > li > ul li.sfHover > a,
ul.sf-menu > li > ul li.sfHover > span.separator,
ul.sf-menu > li > ul li.active > a,
ul.sf-menu > li > ul li.active > span.separator,
ul.sf-menu > li > ul li > a:hover,
ul.sf-menu > li > ul li > span.separator:hover {
  color: #d67050 !important
}
/**/
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 108px;
}
  ul.sf-menu ul {
  width: 141px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 140px;
  top: -0.5em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 140px;
  top: -0.5em;
}
ul.sf-menu ul {
  padding: 18px 0;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  line-height: 36px;
}
select.select-menu {
  display: none;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden;
}
/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
#rt-maintop .rt-container {
  background: url(../images/template/container.png) center bottom no-repeat;
  margin-bottom: 2px;
  padding: 29px 0 26px;
}
/*=== CONTENT ===*/
#rt-main .rt-container {
  padding: 29px 0 23px;
}
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 10px;
}
.K2ItemsRow {margin: 0 -10px;}
/*== Home Page ==*/
/**/
div.k2ItemsBlock.projects > ul {
  overflow: hidden;
  margin-right: -20px;
}
div.k2ItemsBlock.projects > ul li {
  float: left;
  width: 220px;
  margin-right: 20px;
}
div.k2ItemsBlock.projects > ul li .moduleItemIntrotext p {margin: 0 0 16px;}
div.k2ItemsBlock.projects > ul li {}
div.k2ItemsBlock.projects > ul li {}
/**/
.homepage #rt-mainbody div.itemListCategory {
  padding-bottom: 23px;
}
.homepage #rt-mainbody div.itemListCategory h2 {
  font-size: 30px;
}
.homepage #rt-mainbody div.itemListCategory p {
  font: bold 22px/30px arial;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0,0,0,1);
  color: #c4c4c4;
  letter-spacing: -1px;
  padding: 3px 0 0;
  margin: 0;
}
.homepage .mb6-sa6 #rt-sidebar-a {
  border-left: 1px solid #3c3c3c;
  padding-left: 40px;
}
.homepage #rt-main a.moduleItemReadMore, 
.homepage #rt-main a.k2ReadMore, 
.homepage #rt-main a.moduleCustomLink {
  background: url(../images/template/more.png) right center no-repeat;
  padding: 0 8px 0 0;
  margin: 0;
  line-height: 21px;
  height: auto;
  font-size: 11px;
}
.homepage #rt-main a.moduleItemReadMore:hover,
.homepage #rt-main a.k2ReadMore:hover,
.homepage #rt-main a.moduleCustomLink:hover {
  color: #d67050;
}
/**/
div.k2ItemsBlock.partners > ul {
  margin: -18px 0 0;
  overflow: hidden;
  background: url(../images/template/border.png) 0 bottom repeat-x;
}
div.k2ItemsBlock.partners > ul li {
  float: left;
  padding-left: 50px;
  margin: 0 0 3px;
}
div.k2ItemsBlock.partners > ul li:first-child {padding-left: 0;}
/**/
/*== Clients Page ==*/
/**/
dl.hist {
  margin: 0;
  overflow: hidden;
}
dl.hist dt {
  float: left;
  width: 37px;
  margin-bottom: 20px;
  font-size: 11px;
  color: white;
}
dl.hist dd {
  margin: 0 0 20px;
  overflow: hidden;
}
/**/
div.k2ItemsBlock.clients > ul {
  overflow: hidden;
}
div.k2ItemsBlock.clients > ul li {
  float: left;
  padding-left: 31px;
  margin: 19px 0 29px;
}
div.k2ItemsBlock.clients > ul li:first-child {padding-left: 0;}
/*== Blog Page ==*/
.itemView.blog,
div.catItemView.blog {
  background: url(../images/template/border.png) 0 bottom repeat-x;
  margin: 0 31px 40px 0;
  padding: 0 0 28px;
}
.itemView.blog {background: none;}
.userItemHeader,
.genericItemHeader,
.blog .itemHeader,
.blog div.catItemHeader {
  overflow: hidden;
  padding-bottom: 25px;
}
h3.userItemTitle,
h3.genericItemTitle,
.blog h2.itemTitle,
.port h3.catItemTitle,
h3.catItemTitle,
.blog h3.catItemTitle {
  text-transform: uppercase;
  padding: 8px 0 0;
  font-size: 10px;
  line-height: 21px;
  color: #d67050;
  letter-spacing: normal;
}
h3.catItemTitle {padding: 0;}
.userItemDateCreated,
.genericItemDateCreated,
.blog .itemDateCreated,
.blog span.catItemDateCreated {
  float: left;
  width: 60px;
  height: 62px;
  margin: 0 20px 0 0;
  background: url(../images/template/date.jpg) 0 0 repeat;
  font: 10px/14px arial;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.userItemDateCreated span,
.genericItemDateCreated span,
.blog .itemDateCreated span,
.blog span.catItemDateCreated span {
  display: block;
  padding-top: 18px;
}
/*== 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;
}
#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: left;
}
#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,
#port #isotopeOptions ul#sort li a,
#port #isotopeOptions ul#sort_direction li a,
#port #isotopeOptions ul#filters li a,
#port #isotopeOptions ul#sort li a,
#port #isotopeOptions ul#sort_direction li a {
  text-decoration: none;
  color: #83868a;
}
#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: #d67050;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 1em;
}
#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;
  padding-bottom: 30px;
}
#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;
}
div.catItemView.faqs {padding-bottom: 30px;}
/*== 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: 30px;
  padding: 5px 8px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  background: url(../images/template/itemCommentsList.png) 0 0 repeat;
  border: 1px solid #1a1a19;
  color: #bebec0;
  font-style: italic;
  font-size: 10px;
  text-transform: uppercase;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 8px 8px;
  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: url(../images/template/itemCommentsList.png) 0 0 repeat;
  border: 1px solid #1a1a19;
  color: #bebec0;
  font-style: italic;
  font-size: 10px;
  text-transform: uppercase;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 11px 10px 0;
}
div.k2Pagination li.pagination-prev,
div.pagination li.pagination-prev,
div.itemCommentsPagination li.pagination-prev {
  margin-right: 56px;
}
div.k2Pagination li.pagination-next,
div.pagination li.pagination-next,
div.itemCommentsPagination li.pagination-next {
  margin-left: 45px;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  padding: 0;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  color: #83868a;
  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: white;
}
div.k2Pagination li.pagination-start .pagenav,
div.pagination li.pagination-prev .pagenav,
div.itemCommentsPagination li.pagination-next .pagenav,
div.k2Pagination li.pagination-end .pagenav,
div.pagination li.pagination-start .pagenav,
div.itemCommentsPagination li.pagination-prev .pagenav,
div.k2Pagination li.pagination-next .pagenav,
div.pagination li.pagination-end .pagenav,
div.itemCommentsPagination li.pagination-start .pagenav,
div.k2Pagination li.pagination-prev .pagenav,
div.pagination li.pagination-next .pagenav,
div.itemCommentsPagination li.pagination-end .pagenav {
  padding: 0 18px;
  background: url(../images/template/more.jpg) 0 bottom repeat-x;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  padding: 14px 20px 22px;
  background: url(../images/template/itemCommentsList.png) 0 0 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: 7px 15px 0 0;
}
form#comment-form textarea#commentText {
  height: 300px;
  width: 69%;
}
form#comment-form input.inputbox {
  width: 45%;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
#rt-mainbottom .rt-container {
  background: url(../images/template/container.png) center 0 no-repeat;
  padding: 40px 0 50px;
}
/*=== BOTTOM POSITION ===*/
#rt-bottom {
  background: url(../images/template/bottom.jpg) 0 0 repeat;
  padding: 45px 0 0;
  font: 12px/18px 'Ubuntu', sans-serif;
}
#rt-bottom .rt-block {
  padding-bottom: 34px;
}
#rt-bottom div.module-title {
  padding: 0 0 16px;
}
#rt-bottom div.module-title h2 {
  font-size: 20px;
  color: #f4f4f4;
}
#rt-bottom .moduleItemIntrotext,
#rt-bottom .moduleItemIntrotext a {
  color: #959595;
  text-decoration: none;
}
#rt-bottom .moduleItemIntrotext a:hover {
  color: #d67050;
}
h1.text {
  font: bold 30px/30px 'Ubuntu', sans-serif;
  color: #fffefe;
  margin: 3px 0 14px;
  padding: 0;
}
/**/
ul.menu-type {
  margin: -9px 0 0;
  width: 217px
}
ul.menu-type li {
  background: url(../images/template/tweet-bg.png) 0 bottom repeat-x;
  list-style: none;
}
ul.menu-type li a {
  color: #696969;
  text-decoration: none;
  background: url(../images/template/marker1.png) 0 11px no-repeat;
  padding: 7px 0 11px 13px;
  display: inline-block;
}
ul.menu-type li a:hover {
  color: #d67050;
}
/**/
/**/
#rt-bottom .twtr-widget .twtr-doc {background: none !important;}
#rt-bottom .twtr-widget .twtr-hd {display: none;}
#rt-bottom .twtr-widget .twtr-bd .twtr-timeline {
    background: none repeat scroll 0 0 transparent !important;
    border-radius: 0 0 0 0;
}
#rt-bottom .twtr-widget .twtr-ft {display: none;}
#rt-bottom .twtr-widget em, #rt-bottom .twtr-new-results {
    font-size: 11px;
    margin-top: 6px;
    padding: 0 0 0 0px;
}
#rt-bottom .twtr-widget em a, #rt-bottom .twtr-new-results a {
    color: #504F4F !important;
}
#rt-bottom .twtr-widget em a:hover, #rt-bottom .twtr-new-results a:hover {
    color: #d67050 !important;
}
#rt-bottom .twtr-widget .twtr-tweet {
  background: url(../images/template/tweet-bg.png) 0 bottom repeat-x;
  border: none;
  margin-bottom: 16px;
  overflow: hidden;
  padding-bottom: 17px;
}
#rt-bottom .twtr-widget .twtr-tweet-wrap {
  padding: 0;
  font: 12px/18px 'Ubuntu', sans-serif;
}
.twtr-user {display: none;}
/**/
/*=== FOOTER POSITION ===*/
#footer {
  background: url(../images/template/body.jpg) 0 0 repeat;
}
/**/
#rt-footer {
  padding: 34px 0 0;
}
p.copyright {
  padding: 11px 0 0;
  margin: 0;
}
p.copyright .siteName {
  font: 20px/22px Arial Black, Arial;
  color: #edefed;
}
p.copyright,
p.copyright a {
  color: #646464;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
p.copyright .color,
p.copyright a:hover {color: #f5eff1;}
/**/
ul.menu-social {
  float: right;
  overflow: hidden;
  margin: 0 0 0 0;
}
ul.menu-social li {
  float: left;
  list-style: none;
  padding-left: 1px;
}
ul.menu-social li a {
  display: block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: -999em;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.menu-social li a.facebook {background: url(../images/template/facebook.png) 0 0 no-repeat;}
ul.menu-social li a.twitter {background: url(../images/template/twitter.png) 0 0 no-repeat;}
ul.menu-social li a.google {background: url(../images/template/google.png) 0 0 no-repeat;}
ul.menu-social li a.rss {background: url(../images/template/rss.png) 0 0 no-repeat;}
ul.menu-social li a:hover {
  margin-top: 0;
}
/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 13px;
  position: fixed;
  right: 13px;
  display: none;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) top left no-repeat;
  display: block;
  width: 51px;
  height: 51px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
}
/* Alert boxes
---------------------------------------- */
.alert-box {
  padding: 20px 20px 20px 90px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.error-box {
  border-color: #ff9999;
  color: #c31b00;
  background: url(../images/icons/alert/icon-error.html) no-repeat 20px 50% #ffcccc;
}
.attention-box {
  border-color: #e6c555;
  color: #9e660d;
  background: url(../images/icons/alert/icon-note.html) no-repeat 20px 50% #fdebae;
}
.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(../images/icons/alert/icon-info.html) no-repeat 20px 50% #bfe4f9;
}
.approved-box {
  border-color: #a3c159;
  color: #5e6f33;
  background: url(../images/icons/alert/icon-download.html) 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;
}
#isotopeOptions {
  display:none;
}
hr.testi {
    border-color: #000000 -moz-use-text-color #333333;
    border-style: solid none;
    border-width: 1px 0;
    margin: 20px 0;
}
.rg-ss-slice > img {
    display: block;
    margin: 0 auto;
}
.breadcrumbs {
    padding-top: 3px;
}
.showcase-content-opacity {
  background: -moz-linear-gradient(left, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.82) 30%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.82)), color-stop(30%,rgba(0,0,0,0.82)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.82) 0%,rgba(0,0,0,0.82) 30%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0.82) 0%,rgba(0,0,0,0.82) 30%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0.82) 0%,rgba(0,0,0,0.82) 30%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0.82) 0%,rgba(0,0,0,0.82) 30%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1000000', endColorstr='#00000000',GradientType=1 ); /* */
}

.rg-ss-thumb-scroller {height:66px;}

.catItemImageBlock {
	width:100%;
}
