/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  min-width: 960px;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -207px;
  background: url(../images/template/bg-img.jpg) center 0 no-repeat fixed;
  background-size: 100% 100%;
  -moz-box-shadow:    inset 0px 0px 231px #171514; 
    -webkit-box-shadow: inset 0px 0px 231px #171514;
    box-shadow:         inset 0px 0px 231px #171514; 
}
.container {
    background: url(../images/template/body.gif) center 0 repeat;
    width: 1020px;
    margin: 0 auto 59px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.rt-container {
  margin: 0 auto;
  width: 960px;
}
#footer,
#push {
  height: 207px;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */

strong {color: white;}

/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
button.button,
input.button {
    background-color: #dc7b4c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dc7b4c), to(#d15333)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #dc7b4c, #d15333); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #dc7b4c, #d15333); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #dc7b4c, #d15333); /* IE10 */
    background-image:      -o-linear-gradient(top, #dc7b4c, #d15333); /* Opera 11.10+ */
    background-image:   linear-gradient(to bottom, #dc7b4c, #d15333);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    text-decoration: none;
    border: none;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    font: 14px/39px 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: 7px;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
button.button:hover,
input.button:hover {
    background-color: #d15333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d15333), to(#dc7b4c)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #d15333, #dc7b4c); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #d15333, #dc7b4c); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #d15333, #dc7b4c); /* IE10 */
	background-image:      -o-linear-gradient(top, #d15333, #dc7b4c); /* Opera 11.10+ */
	background-image:   linear-gradient(to bottom, #d15333, #dc7b4c);
}

a.moduleItemReadMore,
a.k2ReadMore {
  padding: 0 1em;
  height: 39px;
  line-height: 39px;
}
button.button,
input.button {
  padding: 9px 1em;
  line-height: 21px;
}

a#k2ToggleSidebar:hover,
.k2FrontendToolbar a:hover {color: black;}

/*Lists*/
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/

#rt-top {
    background: url(../images/template/top-tail.gif) 0 0 repeat-x;
    height: 43px;
}
#rt-top .rt-container #rt-logo {
  position: relative;
}
/*=== HEADER POSITION ===*/

#rt-header .rt-container {
    padding-bottom: 56px;
}

/*=== MENU POSITION ===*/
/*=== SHOWCASE POSITION ===*/
/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/

#rt-maintop .rt-container {
    padding: 35px 0 0;
}

/*=== CONTENT ===*/

#splash #rt-main .rt-container {
    padding: 0;
}

#rt-main .rt-container {
    padding: 35px 0 55px;
}
.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.splash ul {
    margin-right: -20px;
}
div.k2ItemsBlock.splash ul li {
    float: left;
    width: 220px;
    margin: 0 20px 0 0;
    position: relative;
    border-bottom: 4px solid #e37341;
}
div.k2ItemsBlock.splash ul a.moduleItemImage {
    background: url("../images/template/img-png.png") repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    background: #000;
}
div.k2ItemsBlock.splash ul li .moduleItemIntrotext {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/template/top-box-tail.png) 0 0 repeat;
    font: 12px/20px arial;
}
    div.k2ItemsBlock.splash ul li .moduleItemIntrotext .indent {
        padding: 17px 17px 12px 20px;
    }
div.k2ItemsBlock.splash ul li a.moduleItemTitle {
    font-size: 18px;
    margin: 0 0 3px;
}
div.k2ItemsBlock.splash ul li a.moduleItemMore {
    float: right;
    width: 23px;
    height: 23px;
    text-indent: -999em;
    overflow: hidden;
    background: url(../images/template/splash-more.png) 0 0 no-repeat;
}
div.k2ItemsBlock.splash ul li a.moduleItemMore:hover {}

/**/

div.k2ItemsBlock.news ul {
    overflow: hidden;
    margin: -4px -20px 0 0;
}
div.k2ItemsBlock.news ul li {
    float: left;
    width: 300px;
    margin: 0 20px 26px 0;
}
div.k2ItemsBlock.news ul li a.moduleItemMore {
    text-transform: uppercase;
    font-size: 11px;
}

/**/

div.k2ItemsBlock.welcome ul a.moduleItemTitle {
    margin-right: 120px;
    display: inline-block;
}

/*== About Page ==*/

div.k2ItemsBlock.team ul {
    overflow: hidden;
    margin-right: -20px;
}
div.k2ItemsBlock.team ul li {
    float: left;
    width: 140px;
    margin-right: 20px;
}

div.k2ItemsBlock.grid-3 ul {
    overflow: hidden;
    margin-right: -20px;
}
div.k2ItemsBlock.grid-3 ul li {
    float: left;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 40px;
}

div.k2ItemsBlock.grid-4 ul {
    overflow: hidden;
    margin-right: -20px;
}
div.k2ItemsBlock.grid-4 ul li {
    float: left;
    width: 220px;
    margin-right: 20px;
    margin-bottom: 40px;
}

/**/

div.k2ItemsBlock.cg ul {
    margin: -5px 0 0;
}

/*== Services Page ==*/

div.k2ItemsBlock.cg ul li {
    padding-left: 60px;
}
div.k2ItemsBlock.cg ul li:first-child {
    background: url(../images/template/bg1.png) -4px -4px no-repeat;
}
div.k2ItemsBlock.cg ul li:first-child + li {
    background: url(../images/template/bg2.png) -4px -4px no-repeat;
}

/**/

.no-title .rt-block {
    padding-top: 61px;
}

/*== Blog Page ==*/

.blog div.catItemHeader {
   padding-bottom: 18px;
}

/*== Portfolio Page ==*/
#port div.catItemView {
  padding: 0 0 20px 0;
}
#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.modal {
  position: relative;
  display: block;
  overflow: hidden;
}
#port a.modal 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: 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 ==*/
/*== 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.catItemIntroText: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;
}
/*Reset / Remind */
#user-registration input.inputbox {
  width: 60%;
}
/*== User Profile ==*/
div.profile dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
/*== 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;
}
/*== 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: 28px;
  line-height: 28px;
  padding: 0 1em;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
    background: #252526;
    border: 1px solid #333334;
    color: #7e7e7f;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
    background: #252526;
    border: 1px solid #333334;
    color: #7e7e7f;
    padding: 3px 1em;
    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%;
}
/* Pagination */
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
    background-color: #dc7b4c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dc7b4c), to(#d15333)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #dc7b4c, #d15333); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #dc7b4c, #d15333); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #dc7b4c, #d15333); /* IE10 */
    background-image:      -o-linear-gradient(top, #dc7b4c, #d15333); /* Opera 11.10+ */
    background-image:   linear-gradient(to bottom, #dc7b4c, #d15333);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    text-decoration: none;
    border: none;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    font: 14px/39px 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 0 1em;
    height: 39px;
    color: white;  
}
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 {
    background-color: #d15333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d15333), to(#dc7b4c)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #d15333, #dc7b4c); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #d15333, #dc7b4c); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #d15333, #dc7b4c); /* IE10 */
	background-image:      -o-linear-gradient(top, #d15333, #dc7b4c); /* Opera 11.10+ */
	background-image:   linear-gradient(to bottom, #d15333, #dc7b4c);
}

div.k2Pagination li.num .pagenav,
div.pagination li.num .pagenav,
div.itemCommentsPagination li.num .pagenav {
    background: none !important;
    padding: 0 5px;
}
div.k2Pagination li.num span.pagenav,
div.pagination li.num span.pagenav,
div.itemCommentsPagination li.num span.pagenav,
div.k2Pagination li.num a.pagenav:hover,
div.pagination li.num a.pagenav:hover,
div.itemCommentsPagination li.num a.pagenav:hover {
    color: #dc7b4c;
}
/* Comments */
div.itemComments ul.itemCommentsList li {
    overflow: hidden;
    padding: 14px 20px;
    background: url(../images/template/img-png.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;
  padding: 0;
}
div.itemComments div.userAvatar {
  float: left;
  padding: 5px;
  margin: 6px 20px 0 0;
  background: url(../images/template/img-png.png) 0 0 repeat;
}
form#comment-form textarea#commentText {
  height: 200px;
}
form#comment-form input.inputbox {
  width: 60%;
}
/*Search*/
input#mod-search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
#rt-mainbottom {
    margin-top: -59px;
}
#rt-mainbottom .rt-container {
    background: url(../images/template/border.png) center top no-repeat;
    padding: 36px 0 20px;
}
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/

#footer {
    background: url(../images/template/footer.gif) 0 0 repeat-x;
}
#rt-footer .rt-container {
    padding-top: 40px;
}
#rt-footer {
    font: 11px/19px arial;
}
#rt-footer div.module-title {
    margin-bottom: 23px;
}
#rt-footer div.module-title h2.title {
    font: 12px/1.2307em 'Oswald',sans-serif;
    margin: 0 0 0px;
}

/**/

div.k2CategoriesListBlock > ul, 
div.k2ArchivesBlock > ul {
    margin: 0px 0 0;
}
div.k2CategoriesListBlock > ul li, 
div.k2ArchivesBlock > ul li {
    color: #E37341;
    padding-bottom: 7px;
}

/**/

p.copyright {
    text-align: right;
    font: 12px/1.2307em 'Oswald', sans-serif;
    text-transform: uppercase;
    color: white;
}
p.copyright a {color: white; text-decoration: none;}
p.copyright a:hover {color: #dc7b4c;}

/**/

div.smile {float: right;}
div.smile a {}

/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 200px;
  position: fixed;
  right: 200px;
  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: 58px;
  height: 58px;
  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.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 #mod-search-searchword {
  margin: 0 0.5em 0 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;
}
.adminFormK2 input,
.adminFormK2 select {margin-bottom: 1px;}

#k2Frontend input.inputbox {
    width: auto;
    background: none;
    border: none;
}

.history div.catItemIntroText {
    overflow: hidden;
}

.webcenter {
  margin: 80px 10px 0;
  float: right;
}
.webcenter a {
  font-size: 11px;
}