/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -235px;
  position: relative;
}
#footer,
#push {
  height: 235px;
}
#body-wrapper {
  height: 100%;
  position: relative;
}
#body-wrapper:before {
  position: absolute;
  content: ".";
  text-indent: -999em;
  width: 1042px;
  max-width: 100%;
  margin: 0 0 0 -521px;
  height: 100%;
  top: 0;
  left: 50%;
}
body {
  background: url(../images/body-bg.jpg) left top repeat;
}
a {
  text-decoration: none;
}
.rt-containerInner {
  position: relative;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}
h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 22px;
}
h3 {
  font-family: 'Cabin', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}
h4.heading {
  font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore {
  display: inline-block;
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.k2ReadMore {
  text-transform: uppercase;
}
div.style-a a.moduleItemReadMore {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  line-height: 42px;
  height: 42px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 20px;
}
button.button,
input.button {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 9px 20px 10px;
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
/*ItemList*/
ul.itemList,
.k2CategoriesListBlock ul,
.k2ArchivesBlock ul {
  list-style: none;
}
ul.itemList li,
.k2CategoriesListBlock ul li,
.k2ArchivesBlock ul li {
  padding: 0 0 14px 0;
  margin: 0 0 0 3px;
  line-height: 11px;
}
ul.itemList li a,
.k2CategoriesListBlock ul li a,
.k2ArchivesBlock ul li a {
  background: url(../images/itemList-icon.png) no-repeat;
  background-position: left 2px;
  padding: 0 0 0 24px;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}
ul.itemList li a:hover,
.k2CategoriesListBlock ul li a:hover,
.k2ArchivesBlock ul li a:hover {
  background-position: left -22px;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-logo {
  left: 2px;
  position: relative;
  top: 25px;
}
#rt-top {
  background: url(../images/header-bg.jpg) left top repeat-x;
  height: 150px;
}
/*=== HEADER POSITION ===*/
/*=== MENU POSITION ===*/
/*=== SHOWCASE POSITION ===*/
#body-wrapper #rt-showcase .rt-container .rt-grid-12 {
  width: 1042px;
  margin: 0;
}
#rt-showcase {
  position: relative;
  height: 520px;
}
#rt-showcase .rt-container div.k2ItemsBlock.slider {
  position: absolute;
  left: 0;
  top: -40px;
  background: url(../images/body-bg.jpg) left top repeat;
}
div.sliderCaption h1 {
  font-family: 'Cabin', sans-serif;
  font-size: 70px;
  line-height: 70px;
  margin: 0;
  text-transform: capitalize;
}
div.sliderCaption h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 45px;
  line-height: 45px;
  margin: 0;
  text-transform: lowercase;
}
div.sliderItemTitle span {
  font-family: 'Cabin', sans-serif;
  font-size: 24px;
  line-height: 154px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div.flex-caption a.moduleItemReadMore {
  text-transform: uppercase;
  font-family: 'Cabin', sans-serif;
  font-size: 12px;
  line-height: 40px;
  padding: 0 26px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*=== FEATURE POSITION ===*/
#rt-feature .rt-container .rt-containerInner {
  padding: 22px 0;
}
#rt-feature .rt-container .rt-containerInner:after {
  border-bottom: 1px solid #eee;
  width: 940px;
  height: 1px;
  left: 10px;
  bottom: 0;
  position: absolute;
  content: ".";
  text-indent: -999em;
}
#rt-feature h2.moduleItemTitle {
  font-family: 'Cabin', sans-serif;
  font-size: 25px;
  line-height: 25px;
  margin: 16px 0 18px;
}
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
/*=== CONTENT ===*/
#rt-main .rt-container .rt-containerInner {
  padding: 26px 0 50px;
}
#rt-main.mb8-sa4 .rt-grid-8 > .rt-block {
  border-right: 1px solid #eee;
  margin: 0 28px 0 0;
  padding: 0 50px 0 0;
}
#rt-main.sa3-mb9 .rt-grid-9 > .rt-block {
  border-left: 1px solid #eee;
  margin: 0 0 0 28px;
  padding: 0 0 0 50px;
}
p.itemImg {
  float: left;
  margin: 0 20px 1em 0;
}
span.catItemImage a,
span.itemImage a,
span.userItemImage a,
span.genericItemImage a {
  display: block;
}
span.catItemImage a img,
span.itemImage a img,
span.userItemImage a img,
span.genericItemImage a img {
  visibility: hidden;
  zoom: 1;
  opacity: 0;
}
/*== About us Page ==*/
#wrapper.homepage.view-itemlist div.itemContainer .catItemIntroText p {
  margin: 0 0 4px 0;
}
#wrapper.homepage.view-itemlist div.itemContainer .catItemIntroText p.itemImg {
  margin: 0 20px 1em 0;
}
#wrapper.homepage.view-itemlist div.itemContainer .catItemIntroText h4.heading {
  line-height: 24px;
  margin-bottom: 6px;
}
#wrapper.homepage.view-itemlist div.itemContainer.itemContainerLast .catItemView {
  margin: 0 0 0 12px;
}
div.itemView div.sliderCaption {
  display: none;
}
/*== Portfolio Page ==*/
#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.K2ItemsRow {
  border-bottom: 1px solid #eee;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  clear: both;
}
#port div.K2ItemsRow div.itemContainer div.catItemView {
  background: #eaeaea;
}
#port div.K2ItemsRow div.itemContainer div.catItemView:hover {
  background: #c9c9c9;
}
#port div.K2ItemsRow div.itemContainer div.catItemView div.catItemBody {
  padding: 14px;
}
#port div.itemContainer.itemContainerLast {
  margin-right: 0 !important;
}
/*== Stories (Blog) Page ==*/
#blog div.K2ItemsRow {
  border-bottom: 1px solid #eee;
  padding: 0 0 24px 0;
  margin: 0 0 16px 0;
  clear: both;
}
#blog div.catItemHeader,
#blog div.itemHeader {
  margin-bottom: 24px;
}
#blog div.catItemHeader h3.catItemTitle,
#blog div.itemHeader h3.catItemTitle,
#blog div.catItemHeader h2.itemTitle,
#blog div.itemHeader h2.itemTitle {
  line-height: 22px;
  margin-bottom: 8px;
}
#blog div.catItemHeader div.catItemCommentsLink,
#blog div.itemHeader div.catItemCommentsLink,
#blog div.catItemHeader div.iteCommentsAnchor,
#blog div.itemHeader div.iteCommentsAnchor {
  float: right;
}
#blog div.catItemBody {
  clear: both;
}
span.catItemDateCreated,
span.itemDateCreated,
span.genericItemDateCreated,
span.userItemDateCreated {
  background: url(../images/date-bg.png) left top no-repeat;
  display: block;
  float: left;
  margin: 0 1em 0 0;
  text-align: center;
  width: 52px;
  font: bold 15px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  padding: 11px 0 25px;
}
span.catItemDateCreated span,
span.itemDateCreated span,
span.genericItemDateCreated span,
span.userItemDateCreated span {
  display: block;
}
/*User & Generic Layouts*/
div.userItemView,
div.genericItemView {
  border-bottom: 1px solid #eee;
  padding: 0 0 16px 0;
  margin: 0 0 28px 0;
  clear: both;
}
div.userItemHeader,
div.genericItemHeader {
  overflow: hidden;
  clear: both;
}
span.userItemImage,
span.genericItemImage {
  float: left;
  margin: 0 1em 1em 0;
}
span.userItemImage a,
span.genericItemImage a {
  display: block;
}
div.genericItemIntroText,
div.userItemIntroText {
  overflow: hidden;
}
div.genericItemIntroText p,
div.userItemIntroText p {
  margin-top: 0;
}
/*== Partners Page ==*/
ul.partnersList {
  list-style: none;
}
ul.partnersList li a {
  display: block;
  font-family: 'Cabin', sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 10px 20px;
  margin: 0 0 0.5em 0;
}
#partners p.itemImg {
  float: none;
}
/*== 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;
}
/*== Our team page ==*/
#team div.itemContainer.itemContainerLast {
  margin-right: 0 !important;
}
#team div.itemImageBlock {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
/*== FAQs Page ==*/
#faqs div.itemContainer {
  border-bottom: 1px solid #eee;
  padding: 0 0 2em 0;
  margin: 0 0 1em 0;
}
#faqs div.itemContainer div.catItemHeader h3:before {
  content: "Q.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
#faqs div.itemContainer div.catItemBody:before {
  content: "A.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
#faqs div.itemContainer.itemContainerLast {
  border: none;
  margin: 0;
}
/*== Testimonials Page ==*/
#testimonials div.K2ItemsRow {
  border-bottom: 1px solid #eee;
  margin: 0 0 1em;
  padding: 0 0 2em;
  clear: both;
}
#testimonials div.K2ItemsRow.lastItem {
  border: none;
  margin: 0;
}
#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.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 {
  border-right: 1px solid #eee;
  margin: 0 30px 0 0;
  padding: 0 50px 0 0;
}
#contact-form-cont div.contact-form #contact-form input.required,
#contact-form-cont div.contact-form #contact-form textarea {
  width: 338px;
}
#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;
}
fieldset,
legend {
  border: none;
  margin: 0;
  padding: 0;
}
/*== Registration Page ==*/
.k2AccountPage input.inputbox,
.k2AccountPage input[type="text"],
.k2AccountPage textarea#jform_profile_aboutme,
.k2AccountPage select {
  width: 338px;
}
.k2AccountPage textarea#description {
  width: 907px !important;
}
/*== User Profile ==*/
div.profile dl {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
/*========================================================*/
/* Pagination */
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  padding: 0 10px;
  height: 25px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Comments */
div.itemComments {
  border-top: 1px solid #eee;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}
div.itemComments ul.itemCommentsList {
  border-bottom: 1px solid #eee;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
div.itemComments ul.itemCommentsList li {
  background: #f2f2f2;
  padding: 24px;
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0 18px 18px 0;
}
div.itemComments ul.itemCommentsList li div.commentBody div.commentToolbar span.commentLink {
  float: right;
}
form#comment-form textarea#commentText {
  width: 510px;
  height: 200px;
}
form#comment-form input.inputbox {
  width: 300px;
}
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  height: 34px;
  line-height: 34px;
  background: #eaeaea;
  color: #969696;
  padding: 0 15px;
  border: 1px solid #eaeaea;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  background: #eaeaea;
  border: 1px solid #eaeaea;
  padding: 15px;
  color: #969696;
  font-family: inherit;
  resize: none;
  overflow: hidden;
}
/*User Login*/
div.k2LoginBlock input.inputbox {
  width: 265px;
}
/*=== MAINBOTTOM POSITION ===*/
#rt-mainbottom .rt-container .rt-containerInner {
  position: relative;
}
#rt-mainbottom .rt-container .rt-containerInner > div {
  padding: 12px 0;
}
#rt-mainbottom .rt-container .rt-containerInner > div > div.style-a {
  border-right: 1px solid #eee;
  margin: 0 26px 0 0;
}
#rt-mainbottom .rt-container .rt-containerInner > div.rt-omega {
  padding: 0;
}
#rt-mainbottom .rt-container .rt-containerInner:before {
  position: absolute;
  content: ".";
  text-indent: -999em;
  border-top: 1px solid #eee;
  width: 620px;
  height: 1px;
  left: 10px;
  top: 0;
}
/*Profile*/
div.k2ItemsBlock.profile p.itemImg {
  float: none;
  margin-bottom: 20px;
}
/*Accordion*/
div.rt-container .rt-containerInner > div > div.style-b {
  background: url(../images/module-bg.jpg) left top repeat;
  padding: 12px 20px 12px 48px;
}
div.k2ItemsBlock.accordion {
  overflow: hidden;
}
dl#accordion {
  margin: 6px 0 0 0;
  height: 260px;
}
dl#accordion dd {
  margin: 0 0 10px 2px;
}
dl#accordion dt.ui-accordion-header a {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  line-height: 36px;
}
/*=== BOTTOM POSITION ===*/
#rt-bottom .rt-container ul.menu {
  list-style: none;
}
#rt-bottom .rt-container ul.menu li {
  padding: 0 0 5px 0;
}
#rt-bottom .rt-container ul.menu li a {
  background: url(../images/bottomMenu-item.png) no-repeat;
  background-position: left 7px;
  display: inline-block;
  padding: 0 0 0 12px;
  font-size: 12px;
  text-transform: uppercase;
}
#rt-bottom .rt-container ul.menu li a:hover {
  background-position: left -9px;
}
#rt-bottom .rt-container .rt-containerInner {
  position: relative;
}
#body-wrapper #rt-bottom .rt-containerInner {
  width: 940px;
  background: url(../images/bottom-bg.jpg) left top repeat;
  padding: 28px 0;
}
#body-wrapper #rt-bottom .rt-containerInner .rt-alpha {
  margin-left: 0;
}
#body-wrapper #rt-bottom .rt-containerInner .rt-omega {
  margin-right: 0;
}
#body-wrapper #rt-bottom .rt-containerInner > div > div.menu-a {
  margin: 0 0 0 46px;
}
#body-wrapper #rt-bottom .rt-containerInner > div > div.menu-c {
  margin: 0 0 0 8px;
}
h3.bottomContact {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 0 9px;
}
h2.bottomContact {
  font: 30px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: url(../images/phone-icon.png) left 9px no-repeat;
  display: inline-block;
  padding: 8px 0 0 40px;
}
.bottomContact {
  text-transform: uppercase;
  margin: 0;
}
/*Bottom contacts*/
div.custom.bottomContact {
  position: relative;
  top: 12px;
}
/*=== FOOTER POSITION ===*/
p.copyright {
  line-height: 50px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
/*=== 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;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 50px;
  height: 50px;
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}
/* 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 1em 0;
}
/*======= 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;
}
