/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body{background:url(../images/body_light.png) 50% 0 repeat-x #241d1e;}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -513px;
}
#footer,
#push {
  height: 513px;
}
#body-wrapper {
  height: 100%;
  max-width:1060px;
  margin:0 auto;
}
.rt-container{overflow:hidden;}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1 {
  margin:0 0 13px;
  letter-spacing:-1px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:34px;
  line-height:40px;
  color:#261e1f;
}
h2 {
  margin:0 0 13px;
  letter-spacing:-1px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:34px;
  line-height:40px;
  color:#261e1f;
}
h3 {
  margin:0;
  font-size:20px;color:#312a2a;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing:-1px;
}
body h3 a{color:inherit;text-decoration:none;}
h4,
dt.result-title {
  margin: 0 0 1.33em 0;
}
h5 {
  margin: 0 0 1.67em 0;
}
h6 {
  margin: 0 0 2.33em 0;
}
p,
pre {
  margin: 0 0 20px 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;
  text-decoration: none;
  border:none;
  font:bold 20px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing:-1px;
  text-transform:capitalize;
}
/*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{
  padding:14px 0 21px;
  background:url(../images/top_tail.gif) 50% 100% repeat-x;
}
div.smile a{opacity:.3;filter:alpha(opacity=30);-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:1;filter:alpha(opacity=100);}
/*=== HEADER POSITION ===*/
#rt-header{background:url(../images/texture.gif) 50% 0;}
#rt-header .rt-block{background:url(../images/menu_border.png) 0 100% repeat-x;padding:1px 0 20px;}
#rt-logo{margin:0 auto;max-width:100%;background-size:100% auto;}
/*=== MENU POSITION ===*/
#rt-menu{background:url(../images/texture.gif) 50% 0;
  position: relative;}
#rt-menu .rt-container{overflow:visible;}
#rt-menu:before{position:absolute;background:url(../images/menu_bg.jpg);width:0px;height:0px;content:' ';left:50%;margin-left:-20px;top:-9px;z-index:10;}
ul.sf-menu {
  display:table;
  table-layout:fixed;
  width:100%;
  background:url(../images/menu_border.png) 0 100% repeat-x;
  position:relative;
  /*SubMenu Styles*/
  /*Define 1st SubMenu position*/
  /*Define menu width*/
  /*Define SubMenu position*/
  /*Define 2nd+ SubMenu position*/
}
ul.sf-menu > li {
  float:none !important;
  display:table-cell;
  text-align:center;
  text-transform:uppercase;
  font-family:"Times New Roman", Times, serif;
  font-size:12px;
  letter-spacing:4px;
}
ul.sf-menu>li>.sfHolder> a,
ul.sf-menu>li>.sfHolder> span {
  padding:43px 0 45px;
  display: block;
  text-decoration:none;
  -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:hover>.sfHolder > ul,
ul.sf-menu li.sfHover>.sfHolder > ul {
  top: 80px;
}
.sfHolder{display:block;position:relative;}
ul.sf-menu ul {
  border-radius:4px;
  width: 100%;
  padding: 32px 0;
}
ul.sf-menu li li:hover>.sfHolder ul,
ul.sf-menu li li.sfHover>.sfHolder ul {
  left: 100%;
  margin-left:1px;
  top: -32px;
}
ul.sf-menu li li li:hover>.sfHolder ul,
ul.sf-menu li li li.sfHover>.sfHolder ul {
  left: 100%;
  margin-left:1px;
  top: -32px;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  line-height:30px;
  text-transform:uppercase;
  text-decoration:none;
  font-size:12px;
  -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
select.select-menu {
  display: none;
  padding:5px;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  margin-top:-1px;
}
#camera-slideshow a.moduleItemTitle{text-decoration:none;text-transform:uppercase;color:#e56d6d;font:bold 50px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:-2px;}
#camera-slideshow a.moduleItemTitle span{color:#fff;text-transform:lowercase;display:block;}
#camera-slideshow .pre_slider .camera_caption a.moduleItemTitle{font-size:0;line-height:0;}
/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
#rt-utility{background:url(../images/texture.gif) 50% 0;}
/*=== MAINTOP POSITION ===*/
#rt-maintop{background:url(../images/texture.gif) 50% 0;padding:55px 0 0px;}
#rt-maintop .rt-container{background:url(../images/menu_border.png) 0 100% repeat-x;padding:0 0 15px;}
.homepage #rt-maintop .rt-container{background:none;padding:0;}
#rt-maintop .rt-block{margin:0 0 10px;}
#rt-maintop h2{margin:0 0 25px;}
.list1 li{list-style:none;padding:10px 0;background:url(../images/list1_border.png) repeat-x;font-family: 'PT Sans', sans-serif;}
.list1 li:first-child{background:none;}
.list1 li a{text-decoration:none;}
/*=== CONTENT ===*/
#rt-main{background:url(../images/texture.gif) 50% 0;padding:50px 0 0;}
.color{color:#241d1e;}
.services_bottom ul{margin:0 -10px;overflow:hidden;}
.services_bottom li{float:left;width:300px;margin:0 10px;}
.services_bottom a.moduleItemTitle{font:bold 20px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;color:#261e1f;letter-spacing:-1px;}
.services_bottom a.moduleItemTitle:hover{color:#e56d6d;}
.services_bottom div.moduleItemIntrotext{overflow:hidden;padding:18px 0 0;}
#rt-content-bottom .rt-block{margin:0 0 70px;}
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}
/*== Portfolio Page ==*/
#port div.catItemView {
  padding: 0;
  margin-bottom: 2em;
}
#port .groupPrimary div.catItemImageBlock,#port .groupSecondary div.catItemImageBlock{float:none;margin:0 0 20px;}
#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: 49px;
  left: 50%;
  margin-left: -25px;
  margin-top: -24px;
  position: absolute;
  top: -50%;
  width: 47px;
}
#port a.touch img{-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
#port a.touch:hover img{opacity:.5 !important;filter:alpha(opacity=50) !important;}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  padding:20px 0;
  margin:0 0 20px;
}
#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;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 10px;
}
#port .itemList > div {
  margin: 0 -10px;
}
/*== Blog Page ==*/
#blog span.catItemDateCreated{background:url(../images/date.png) 0 50% no-repeat;padding:0 30px 0 20px;font-weight:bold;font-family: 'PT Sans', sans-serif;color:#f5f7ea;letter-spacing:-1px;}
#blog span.catItemAuthor{background:url(../images/author.png) 0 50% no-repeat;padding:0 30px 0 20px;font-weight:bold;font-family: 'PT Sans', sans-serif;letter-spacing:-1px;}
#blog span.catItemAuthor a{color:#f5f7ea;text-decoration:none;}
#blog span.catItemAuthor a:hover{color:#261e1f;}
#blog div.catItemView{margin:0 0 30px;}
/*== Testimonials Page ==*/
#testimonials div.catItemIntroText:before {
  background: url(../images/quotes.png) left top no-repeat;
  content: ".";
  text-indent: -999em;
  display: block;
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: 66px;
  height: 45px;
}
#testimonials div.catItemIntroText p:after {
  content: '"';
}
#testimonials div.itemExtraFields > h3 {
  display: none;
}
#testimonials div.itemExtraFields ul {
  float: right;
  list-style: none;
}
#testimonials div.itemExtraFields ul li {
  font-style: italic;
}
#testimonials div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#testimonials div.catItemExtraFields {
  float: right;
}
#testimonials div.catItemExtraFields ul {
  list-style: none;
}
#testimonials div.catItemExtraFields ul li {
  font-style: italic;
}
#testimonials div.catItemExtraFields ul li.author {
  font-weight: bold;
}
/*== Contacts Page ==*/
#contact-form-cont div.contact-form {
  margin: 0 2em 0 0;
  padding: 0 3.5em 0 0;
}
#contact-form-cont div.contact-form #contact-form textarea {
  height: 200px;
}
#contact-form-cont div.contact-form #contact-form dl {
  margin: 0;
}
#contact-form-cont div.contact-form #contact-form fieldset legend {
  display: inline-block;
  padding: 0 0 1em 0;
}
.map-wrapper {
  margin-bottom: 1em;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  margin: 0 0 60px 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 #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: 37px;
  padding:8px 12px;
  line-height:19px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
background:url(../images/input.png);
border:1px solid #d9dbcc;
color:#645a5b;
font-family: 'PT Sans', sans-serif;
font-size:inherit;
}
input.inputbox[type=password]{font-family:Arial, Helvetica, sans-serif;}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding:8px 12px;
  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/input.png);
border:1px solid #d9dbcc;
color:#645a5b;
font:inherit;
font-family: 'PT Sans', sans-serif;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 20px 10px 0;
  font-size:20px;font-weight:bold;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  display: inline-block;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  text-decoration:none;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0;
}
div.itemComments ul.itemCommentsList li div.commentToolbar {
}
div.itemComments div.userAvatar {
  float: left;
  margin: 0 20px 0 0;
  border:11px solid #d9dbcc;
}
form#comment-form textarea#commentText {
  height: 247px;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
.fright{float:right;}
.dropcap{float:left;text-align:center;background:#e56d6d;border-radius:30px;width:60px;color:#fff;font-size:24px;line-height:60px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;margin-right:20px;margin-bottom:20px;}
.why_choose_us a.moduleItemTitle{color:#261e1f;text-decoration:none;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-weight:bold;font-size:20px;letter-spacing:-1px;}
.why_choose_us div.moduleItemIntrotext{overflow:hidden;padding:20px 0 0;}
.why_choose_us a.moduleItemTitle:hover{color:#e56d6d;}
#rt-sidebar-a .rt-block{margin:0 0 50px;}
.customer_services div.moduleItemIntrotext a{text-decoration:none;}
/*=== MAINBOTTOM POSITION ===*/
#rt-mainbottom{background:url(../images/texture.gif) 50% 0;}
#rt-mainbottom .rt-container{background:url(../images/menu_border.png) repeat-x;padding:60px 0 60px;}
#rt-mainbottom .rt-block{margin:0 0 30px;}
.testimonials .typeTextfield{display:block;font-weight:bold;color:#241d1e;}
.testimonials .typeLink a{text-decoration:none;}
.testimonials ul{padding:0 0 15px;}
.testimonials div.moduleItemIntrotext{background:url(../images/quotes.png) no-repeat;padding:0 0 0 35px;}
.team ul{margin:0 -10px;}
.team li{float:left;width:300px;margin:0 10px 24px;}
.team a.moduleItemImage{float:left;margin:0 20px 0 0;}
/*=== BOTTOM POSITION ===*/
#rt-bottom{background:url(../images/texture.gif) 50% 0;}
#rt-bottom .rt-container{background:url(../images/menu_border.png) repeat-x;padding:60px 0 60px;}
.history ul{margin:0 -10px;}
.history li{float:left;width:300px;margin:0 10px 20px;}
.history a.moduleItemTitle{float:left;color:#f5f7ea;font:bold 34px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;width:88px;letter-spacing:-2px;}
.history a.moduleItemTitle:hover{color:#e56d6d;}
.history div.moduleItemIntrotext{overflow:hidden;}
/*=== FOOTER POSITION ===*/
#footer{background:url(../images/footer_texture.jpg) 50% 0;}
#rt-footer{background:url(../images/bottom_tail.gif) 50% 0 repeat-x;padding:90px 0 0;}
#rt-footer .rt-block{margin:0 0 30px;}
#rt-footer h2{
  margin:0 0 40px;
  font-family: 'PT Sans', sans-serif;
  text-transform:uppercase;
  color:#fff;
  font-size:22px;
  line-height:30px;
  letter-spacing:-1px;
}
#rt-footer .list1{padding-right:20px;}
#rt-footer .list1 li{list-style:none;border-top:1px solid #3c3232;padding:9px 0 10px;
  font-family: 'PT Sans', sans-serif;}
#rt-footer .list1 li a{color:#5c5353;text-decoration:none;}
#rt-footer .list1 li a:hover{color:#e56d6d;}
#rt-footer .list1 li:first-child{border:none;}
.copyright{font-family: 'PT Sans', sans-serif;color:#5c5353;}
.copyright a{color:inherit;text-decoration:none;display:inline-block;}
.copyright a:hover{color:#e56d6d;}
#rt-footer .copyright h2{margin:0 0 48px;}
/*=== 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.gif) 50% 50% no-repeat #e56d6d;
  display: block;
  width: 58px;
  height: 58px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
  -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
a#gantry-totop:hover{background-color:#cccfbd;}
/* 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%;
  vertical-align:middle;
}
/*======= 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;
}
