/*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 -55px;
  background: #e0e0e0 url(../images/template/wrapper.gif) 0 0 repeat-x;  
}
.rt-container {
  margin: 0 auto;
  width: 960px;
}
#footer,
#push {
  height: 55px;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */

body a {text-decoration: none;}

img.fleft {
    float: left;
    margin: 9px 20px 13px 3px;
}
img.fright {
    float: right;
    margin: 5px 7px 13px 20px;
}

span.text {
    text-transform: uppercase;
    color: #a6a5a5;
    font-size: 17px;
    display: block;
    padding: 13px 0 8px;
}
strong {color: #474747;}

/* BUTTONS */

a.moduleItemReadMore,
a.k2ReadMore,
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;
  color: white;
  background: #4f4f4f;
  border-radius: 3px;
  font-weight: bold;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
button.button:hover,
input.button:hover {
  color: white;
  background: #0E8C01;    
}

a.moduleItemReadMore,
a.k2ReadMore {
  padding: 0 20px;
  height: 31px;
  line-height: 28px;
}
button.button,
input.button {
  padding: 7px 20px;
}

a.moduleCustomLink {font-weight: bold;}
a.moduleCustomLink:hover {
    text-decoration: underline;
    background: none !important;
}

/*Lists*/
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/

#rt-top {
    padding: 24px 0 0;
}
#rt-top .rt-container {
    background: url(../images/template/top-bg.png) center 0 no-repeat;
}

#rt-top .rt-container #rt-logo {
  position: relative;
}


div.k2ItemsBlock.address > ul > li {
    margin-bottom: 1em;
}
.moduleItemIntrotext div.address {
    font: 11px/18px arial;
    color: #939394;
    text-transform: uppercase;
    overflow: hidden;
    padding: 12px 20px;
}
.moduleItemIntrotext div.address > span {
    float: right;
    font: 17px/22px arial;
    color: #464646;
}
.moduleItemIntrotext div.address span .color {color: #0E8C01;}

/*=== HEADER POSITION ===*/

#rt-header {
    position: relative;
    top: -13px;
    padding-bottom: 7px;
}
#rt-header .rt-container {
    background: url(../images/template/header-bg.png) center 0 no-repeat;
}

/*=== MENU POSITION ===*/
/*=== SHOWCASE POSITION ===*/

#rt-showcase .rt-container {
    padding-bottom: 20px;
}

/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/

#rt-maintop .rt-container {
    padding: 0 0 20px;
}

/*=== CONTENT ===*/
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 10px;
}
.K2ItemsRow {margin: 0 -10px;}

#rt-mainbody {
    background: white;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

#rt-sidebar-a .rt-block {
    background: #444444;
    border-radius: 6px;
    color: #afaaaa;
    padding: 20px 20px 20px;
    margin-bottom: 20px;
}


/**/

.about #itemListLeading {padding: 20px 0 0;}

/**/

/*== Portfolio Page ==*/

div.k2ItemsBlock.art > ul {
    overflow: hidden;
    margin-right: -20px;
}
div.k2ItemsBlock.art > ul > li {
    float: left;
    width: 220px;
    margin-right: 20px;
}
div.k2ItemsBlock.art > ul > li a.moduleItemImage {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 5px;
    background: white;
    border-radius: 6px 6px 0 0;
}
div.k2ItemsBlock.art > ul > li .content {
    background: white url(../images/template/art.gif) 0 0 repeat-x;
    border-radius:0 0 6px 6px ;
}
div.k2ItemsBlock.art > ul > li .content .content-bg {
    background: url(../images/template/art-bg.gif) right 0 no-repeat;
    padding: 18px 18px 19px 20px;
}
div.k2ItemsBlock.art > ul > li a.moduleItemTitle {
    text-transform: uppercase;
    font: 17px/20px arial;
    color: #0E8C01;
    display: block;
    background: url(../images/template/title.png) right 15px no-repeat;
}
div.k2ItemsBlock.art > ul > li a.moduleItemTitle span {
    display: block;
    font: 19px/22px 'Fugaz One', cursive;
    color: #474747;
}
div.k2ItemsBlock.art > ul > li a.moduleItemTitle:hover span {color: #0E8C01;}

/*== Car Page ==*/

div.k2ItemsBlock.serv > ul {
    padding: 0 0 8px;
}
div.k2ItemsBlock.serv > ul > li:first-child {
    padding-top: 0;
}
div.k2ItemsBlock.serv > ul > li {
    border-bottom: 1px solid #696969;
    padding: 16px 0 21px;
}
div.k2ItemsBlock.serv > ul > li a.moduleItemTitle {
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    margin: 4px 0 8px;
}
div.k2ItemsBlock.serv > ul > li p {
    margin: 0;
}

/**/

.columns {
    overflow: hidden;
    margin: -8px -20px 16px 0;
}
.columns .column4 {
    width: 206px;
    margin-right: 20px;
    float: left;
}
.columns .column3 {
    width: 206px;
    margin-right: 20px;
    float: left;
}

ul.list {margin: 0; width:660px;}
ul.list li:first-child {
    border: none;
}
ul.list li {
    list-style: none;
    border-top: 1px solid #dddedf;
    background: url(../images/template/marker1.png) 0 center no-repeat;
    padding-left: 13px;
}
ul.list li a {
    font: bold 12px/25px arial;
    color: #474747;
}
ul.list li a:hover {
    color: #0E8C01;
}

/**/
ul.listb {margin: 0;}
ul.listb li:first-child {
    border: none;
}
ul.listb li {
    list-style: none;
    border-top: 1px solid #dddedf;
    background: url(../images/template/marker1.png) 0 center no-repeat;
    padding-left: 13px;
}
ul.listb li a {
    font: bold 12px/25px arial;
    color: #474747;
}
ul.listb li a:hover {
    color: #0E8C01;
}
/**/
div.k2ItemsBlock.news {
    padding: 0 0 3px;
}
div.k2ItemsBlock.news > ul {
    padding: 0 0 8px;
}
div.k2ItemsBlock.news > ul > li:first-child {
    padding-top: 0;
}
div.k2ItemsBlock.news > ul > li {
    border-bottom: 1px solid #696969;
    padding: 16px 0;
}
div.k2ItemsBlock.news > ul > li .moduleItemDateCreated {
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    margin: 4px 0;
    padding: 2px 9px 5px;
    border-radius: 5px;
    background: #0E8C01;
    display: inline-block;
    line-height: 15px;
}
div.k2ItemsBlock.news > ul > li p {margin: 0;}
div.k2ItemsBlock.news > ul > li {}
div.k2ItemsBlock.news > ul > li {}
div.k2ItemsBlock.news > ul > li {}


/*== 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 {
  color: #a6a5a5;
}
#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 div.catItemView {
    padding-bottom: 26px;
}

ul.tweets {margin: 0;}
ul.tweets li {list-style: none; color: white;}
ul.tweets li a {color: white; text-decoration: underline; font-style: italic;}
ul.tweets li a:hover {text-decoration: none;}
.tweet p {margin: 0;}

/**/

div.k2ItemsBlock.posts ul {}
div.k2ItemsBlock.posts ul li {
    background: url(../images/template/date.png) 2px 4px no-repeat;
    padding-left: 25px;
    line-height: 19px;
    margin: 0 0 21px
}
.posts span.moduleItemDateCreated {
    display: block;
    text-transform: uppercase;
    color: white;
    padding-bottom: 3px;
}
div.k2ItemsBlock.posts ul li a.moduleItemTitle {
    color: #afaaaa;
}
div.k2ItemsBlock.posts ul li a.moduleItemTitle:hover {
    color: white;
}

/**/

/*== 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.catItemView {
    padding: 0 0 30px;
}
#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;
}
/*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;
}
/*== User Lofin ==*/
.component-content div.login {
  padding: 3em 0;
}
.component-content div.login input.inputbox {
  width: 40%;
}
/*========================================================*/
/* Forms */

#rt-sidebar-a .inputbox {
    background: white;
    border: 1px solid white;
}

input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  height: 34px;
  line-height: 34px;
  padding: 0 1em;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */  
  background: #ececec;
  border: 1px solid #ececec;
  color: #929191;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 8px 20px;
  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: #ececec;
  border: 1px solid #ececec;
  color: #929191;
}
/* Pagination */
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
    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;
    color: white;
    background: #4f4f4f;
    border-radius: 3px;
    font-weight: bold;
    padding: 0 14px;
    height: 31px;
    line-height: 28px;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
button.button:hover,
input.button:hover {
  color: white;
  background: #0E8C01;    
}

/**/
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;
  background: #0E8C01; 
}
/* Comments */
div.itemComments ul.itemCommentsList li {
  padding: 16px 5px;
}
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: 0 2em 0 0;
}
form#comment-form textarea#commentText {
  height: 184px;
}
form#comment-form input.inputbox {}

/*Search*/
input#mod-search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/

#rt-mainbottom .rt-container .rt-block {
    background: white;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px;
}

#rt-mainbottom .rt-container .team .rt-block {
    background: none;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0px;
}

/**/

div.k2ItemsBlock.team ul {
    overflow: hidden;
    margin-right: -20px;
}
div.k2ItemsBlock.team ul li {
    float: left;
    margin: 0 20px 0 0;
    width: 220px;
}
div.k2ItemsBlock.team ul li a.moduleItemImage {
    display: inline-block;
    padding: 5px;
    background: white;
    border-radius: 6px 6px 0 0;
    float: none;
    margin: 0;
}
div.k2ItemsBlock.team ul li .content {
    background: white url(../images/template/team-indent.gif) 0 0 repeat-x;
    border-radius: 0 0 6px 6px;
    padding: 17px 19px 18px 19px;
}
div.k2ItemsBlock.team ul li h3.moduleItemTitle {
    font: 19px/24px 'Fugaz One', cursive;
    border: none;
    padding: 0;
}
div.k2ItemsBlock.team ul li a.moduleItemTitle:hover {}
div.k2ItemsBlock.team ul li p {
    margin: 0;
}

/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/

#footer {
    background: #969696;
    color: white;
}
p.copyright {
    margin: 0;
    padding: 15px 0 0;
}
p.copyright a {color: white;}
p.copyright a:hover {text-decoration: underline; color: white;}

/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 128px;
  position: fixed;
  right: 54px;
  display: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) top right no-repeat;
  display: block;
  width: 22px;
  height: 11px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
}
a#gantry-totop:hover {background-position: top left;}

/* 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.text404 {
    overflow: hidden;
}
div.img404 {
  width: 50%;
  float: left;
}
div.img404 img {
  width: 100%;
}
div.text404 .mod_search {}
div.text404 .mod_search #mod-search-searchword,
div.text404 .mod_search .button {
    float: left;
    margin: 0 5px 0 0;
}
div.text404 #mod-search-searchword {
    width: 300px;
    height: 28px;
    line-height: 28px;
}
/*======= 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;
}

/**/

.word {
    padding-bottom: 20px;
}
.word label,
.word .inputbox,
.word .button {
    float: left;
    margin-right: 5px;
}

.word label {
    height: 28px;
    line-height: 28px;
}
.word .inputbox {
    width: 300px;
    height: 28px;
    line-height: 28px;
}
.word .button {
    margin: 0;
}
table.adminlist td,
table.adminlist td, table.adminlist th {
    padding: 0px;
}


/**/

.k2FrontendToolbar a,
a#k2ToggleSidebar {
    color: black;
}
#k2Frontend input.inputbox {
    width: auto;
    border: none;
    background: none;
}
#k2Frontend td.adminK2LeftCol {
    height: 32px;
    line-height: 32px;
    vertical-align: top;
}
#k2Frontend td.adminK2LeftCol label {
    height: 24px;
    line-height: 24px;
}
.adminK2RightCol select#catid,
.adminK2RightCol select#catid option {
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
}
.k2TitleAliasBox {
    height: 24px;
    line-height: 24px;
}
.rt-container .rt-grid-12 {
    left: 0;
}
div.commentToolbar > a {border: none; padding: 0;}

.icon-48-k2 {
    font-size: 19px !important;
}
/* ============================= forms ============================= */
#ContactForm {
margin: -3px 0 0 -1px;
}
#ContactForm .wrapper{
height: auto;
}
#ContactForm label {
position:relative;
display: inline-block;
}
#ContactForm span {
display:block
}
#ContactForm .error,#ContactForm .empty {
font: 11px/11px Arial, sans-serif;
color: #000000;
display:none;
width:100%;
position: relative;
}
#ContactForm .success {
display:none;
font-family: Arial, sans-serif;
position: relative;
color:#3e3e3e;
}
.contact_btns{
right: -12px;   
position: relative;
padding-top: 22px;
float: right;
}
#ContactForm a {
position:relative;
margin-right: 14px;
}
#ContactForm .input {
width: 360px;
height: 43px;
background: #fff;
border: 1px solid #e0e0df;
padding: 0 9px;
color:#3e3e3e;
font: 13px/26px Arial, sans-serif;
outline:none;
}
#ContactForm textarea {
overflow:auto;
margin:0;
width: 360px;
height: 162px;
background: #fff;
border: 1px solid #e0e0df;
padding: 3px 9px;
color:#3e3e3e;
font: 13px/20px Tahoma, sans-serif;
resize:none;
outline:none;
}
#ContactForm .block {
display:inline-block;
position:relative;
height:139px;
width:260px;
padding-right: 15px;
}
.bg{
height: 44px;
padding-top: 8px;
}
.bg2{
padding-top: 10px;
height: 169px;
}
.red {
color:#25408F!important;}
.readMore {
position: relative;
color: #3e3e3e;
font-weight: bold;
}
