html.zen-grid body {
    min-height: 100%;
    background: transparent;
        background-image: none;
}
body::before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
        background: transparent;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
    z-index: 100;
}
html.zen-grid body {
  background:transparent;
  min-height:100%;
}
.zen-menu li.parent > a:before, .zen-menu li.parent > .zen-menu-heading:before {
float: right;
margin-right: 0;
margin-left: 0;
width: 0;
height: 0;
}
.zen-menu li.parent > a:before, .zen-menu li.parent > .zen-menu-heading:before {
width: 0;
height: 0;
float: left;
content: "";
margin-top: 0;
margin-right: 0;
border-style: solid;
border-width: 0;
border-color: #fff transparent transparent transparent;
}
.tp-caption a {
    color: #ffffff;
}
.tp-caption a:hover {
    color: #000000;
}
#zen-wrap {
    background: transparent;
    height: 100%;
    padding: 0;
}
html > body {
    text-shadow: none;
        background: transparent;
}
hbody {
color:#000;
}
.vc_single_image-wrapper {
  position: relative;
        background: #fff;
}
.vc_single_image-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
        background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#logowrap .zen-spotlight, #topwrap .zen-spotlight, #footerwrap .zen-spotlight {
    background: inherit;
}
#logowrap .zen-spotlight {
    background: #ffffff;
    padding: 12px 0 6px 14px;
}
#header {
    margin-left: 0;
    padding-left: 1%;
}
#navwrap {
    z-index: 10;
    margin-bottom: -1px;
}
.off-canvas-body {
    padding: 20px;
    float: left;
    width: 100%;
    background: 
    #000;
    min-height: 100%;
}
#off-canvas-menu ul li {
    padding: 10px 0;
    clear: both;
    border-bottom: 1px solid 
    #ccc;
}
#off-canvas-menu ul li:last-child {
    border-bottom: 1px solid 
    #ccc;
}
.responsive-enabled .zen-container {
    width: 100%;
    max-width: 100%;
}
.responsive-enabled .fullwidth .zen-container, .fullwidth .zen-container {
    width: 100%;
    max-width: 100%;
}
.main-content-inner {
    padding-bottom: 0px;
}
@media (max-width:420px) {
.responsive-enabled .zen-container {max-width: 100%;}
}
@media (max-width:420px) {
.a2col {min-width:100%;}
}
@media (max-width:420px) {
.rebtn {
    margin: 2px 0px 20px 0px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 47px;
    height: 48px;
    text-align: center;
    display: block;
    width: 100%;
    background: #e42313; }}
    
.atglnk {
}
img, svg {
  vertical-align: top;
}
.rebtn {
    margin: 2px 0px 0px 0px;
    color: #FFF;
    border:1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 47px;
    height: 48px;
    text-align: center;
    display: block;
    max-width: 140px;
    background: rgba(0, 0, 0, .4);
    letter-spacing: 0px;
}
.rebtn:hover {
    background: #fff;
    color: #000;
}
.rebox {
    margin: 2px 2px 0px 2px;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 36px;
    height: 36px;
    text-align: center;
    display: block;
    background: #e42313;
}
.blbox {
    margin: 2px 2px 0px 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 34px;
    height: 37px;
    text-align: center;
    display: block;
    border:1px solid #fff;
    background: #fff;
}
.blbox:hover {
    border:1px solid #2980b9;
    background: #2980b9;
    color: #fff;
}
.capbtn {
	margin: 20% 0px 0px 0px;
    color: #FFF;
    border:1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 47px;
    height: 48px;
    text-align: center;
    display: block;
    max-width: 100%;
    background: rgba(0, 0, 0, .2);
	transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}
.capbtn:hover {
    background: rgba(255, 255, 255, 1);
	transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;    color: #000;
}
.conti {
    margin: 0 auto;
    max-width: 480px;     
}

/*
 * Caption component
 */
.capt {
    position: relative;
    overflow: hidden;
       -webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    -moz-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    box-shadow:5px 5px 5px rgba(0,0,0,0.3);}
.capt::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}
.capt:hover::before {
    background: rgba(0, 0, 0, .0);
    width: 100%;
    height: 100%;
}
.capt__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}
.capt__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;
}
.capt:hover .capt__overlay {
}

.capt__overlay__title {
    }

.capt:hover .capt__overlay__title {
}
.clink {
Color:#4a4a49;
}
.clink:hover {
Color:#ffffff;
}
.off-canvas-body li {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    text-transform: uppercase;
}
#off-canvas-menu ul li:last-child {
    border-bottom: 1px solid #ccc;
}
#menu.with-offcanvas {
    padding-right: 0;
}
.zen-spotlight .moduletable {
    margin-bottom: 0px;
    background: none;
}
@media (max-width:1140px) {
.responsive-enabled #menu .off-canvas-trigger {
    padding: 5px 12px 16px 18px !important;
}}
#off-canvas-menu ul a, #off-canvas-menu ul .zen-menu-heading {
    padding-left: 5px;
}
@media (min-width:840px) {
.zg-col-11 {
    width: 96%;
    border-left-width: 0;
    padding: 0;
    margin-left: 6%;
}}
@media (min-width:840px) {
.middle-row .zen-spotlight {
    padding:0 !important;
    color: #fff;
    margin-bottom: 0;
}}
@media (max-width:840px) {
.middle-row .zen-spotlight {
    padding:0 !important;
    color: #fff;
    margin-bottom: 0;
}
.mainwrap.zen-spotlight {
    float: left;
    width: 100%;
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 3px;
    margin-bottom: 0;
}}
@media (max-width:840px) {
#mainWrap {
    position: relative;
    z-index: 1;
    border-top: 0px solid #fff;
    margin-bottom: -3px;
}}
@media (min-width:840px) {
#grid1wrap {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}}
@media (min-width:840px) {
#grid2wrap {
	min-height:0px;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}}
@media (min-width:840px) {
#grid3wrap {
	min-height:0;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}}
@media (min-width:840px) {
#grid4wrap {
	min-height:0;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}}
@media (min-width:840px) {
#grid5wrap {
	min-height:0;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}}
@media (min-width:840px) {
#grid6wrap {
	min-height:0;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}}
@media (max-width:840px) {
#grid1wrap, #grid2wrap, #grid3wrap, #grid4wrap, #grid5wrap, #grid6wrap {
	min-height:0px;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    font-size:90% !important;
}}
@media (max-width:420px) {
.a3col {width:100%;}
}
@media (min-width:840px) {
.a3col {
width:33%;
float:left;
}}
@media (max-width:420px) {
.a3colb {width:100%;}
}
@media (min-width:840px) {
.a3colb {
width:33%;
}}
.a2col {width:50%;float:left;padding:5px;}

@media (max-width:420px) {
.a4col {width:50%;}
}
.a4col {width:25%;float:left;}

#footerwrap {
    padding: 10px 0 0 0; 
    background-color: rgba(0,0,0,1);
    font-size: 85%;
    }
#footerwrap .zen-spotlight, {
    background: none;
    padding: 10px 0 10px 0;
}
#footerwrap ul li {
    list-style-type: none;
    color: #fff;
    font-size:12px;
}
#footerwrap ul li {display: inline;float: none;}

#footerwrap .zen-row {margin: 0 auto; text-align: center;}
#footerwrap .zen-spotlight {margin-left: 0;
}
#navwrap .zen-spotlight {
    padding-top: 0;
    margin-bottom: -2px;
}
.sb-close {
    padding: 10px 8px 10px 16px;
    background: #ffcc03;
    color:#000;
}
#menu.zen-menu-center {
    height: 48px;
}
#menu {
    background: #ffcc03 none repeat scroll 0 0;
    border-color: currentcolor currentcolor #226998;
    border: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0;
    float: left;
    height: 48px;
    padding: 0 20px;
    width: 100%;
    min-height: 48px;
}
#menu ul > li {
    line-height: 36px;
}
#menu ul ul::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    margin-left: -0px;
    margin-right: -40px;
    height: 10px;
    background: #000;
    border-top: 4px solid #ffcc03;
    z-index: 100;
}
#menu ul ul {
    border: 1px solid #000;
    background:#000;
    border-bottom: 4px solid #ffcc03;
    box-shadow: 0 rgba(0,0,0,0.1);
    padding: 15px 0 10px 0;
    color: #4a4a49;
}
#menu ul > li a, #menu ul > li .zen-menu-heading {
    color: #4a4a49;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 20px 5px 20px;
    background: none;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.0);
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
#menu ul > li a:hover, #menu ul > li .zen-menu-heading:hover {
    color: #fff;
}
#menu ul > li a:active, #menu ul > li .zen-menu-heading:active {
    color: #fff;
}
#menu ul > li:last-child a::after, #menu ul > li:last-child .zen-menu-heading::after {
    height: 46px;
    background: #fff;
    width: 1px;
}
.zen-row {
    margin: 0;
}
.slideshow-controls {
    padding: 0;
}
.toolbar-fixed {
    background: #fff none repeat scroll 0 0;
    border: none;
    height: 48px;
    left: 0;
    position: fixed;
    text-shadow: none;
    top: 172px;
    transform: translateZ(0px);
    transition: all 0.6s ease 0s;
    width: 0%;
    z-index: 10;
}

#tint {
background: rgba(255,255,255,0.6);
}
#grad {
background: rgba(255,255,255,0.95);
background: -moz-linear-gradient(top, rgba(255,255,255,0.95) 16%, rgba(255,255,255,0.89) 21%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(16%, rgba(255,255,255,0.95)), color-stop(21%, rgba(255,255,255,0.89)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.95) 16%, rgba(255,255,255,0.89) 21%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.95) 16%, rgba(255,255,255,0.89) 21%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.95) 16%, rgba(255,255,255,0.89) 21%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.95) 16%, rgba(255,255,255,0.89) 21%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
width: 100%; padding: 10px 20px 20px 20px;
}
#grad2 {
background: rgba(255,255,255,0.95);
background: -moz-linear-gradient(top, rgba(255,255,255,0.95) 16%, rgba(255,255,255,0.89) 21%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(16%, rgba(255,255,255,0.95)), color-stop(21%, rgba(255,255,255,0.89)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.95) 16%, rgba(255,255,255,0.89) 21%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.95) 16%, rgba(255,255,255,0.89) 21%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.95) 16%, rgba(255,255,255,0.89) 21%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.95) 16%, rgba(255,255,255,0.89) 21%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
width: 100%; padding: 30px 20px 20px 20px;
}
#wbg {
background: #fff;
width: 100%; padding: 15px 20px 20px 20px;
opacity: 0.9;
}
#grad0 {
width: 100%; padding: 0 10px;
}
#below h1, #above h1, #topwrap h1, #bannerwrap h1 {
    color: #000;
}
#below h2, #above h2, #topwrap h2, #bannerwrap h2, #below h3, #above h3, #topwrap h3, #bannerwrap h3, #below h4, #above h4, #topwrap h4, #bannerwrap h4, #below h5, #above h5, #topwrap h5, #bannerwrap h5, #below h6, #above h6, #topwrap h6, #bannerwrap h6, #below p, #above p, #topwrap p, #bannerwrap p, #below li, #above li, #topwrap li, #bannerwrap li {
    color: #000;
}
.mainwrap.zen-spotlight h1, .mainwrap.zen-spotlight h2 a, .mainwrap.zen-spotlight h3, .mainwrap.zen-spotlight h4, .mainwrap.zen-spotlight h5, .mainwrap.zen-spotlight h6, .mainwrap.zen-spotlight p {
    color: #000;
}
@media (min-width:840px) {
#mainWrap {
    position: relative;
    z-index: 1;
    border-top: 0px solid #fff;
    margin-bottom: 0;
}}
.htitle {
	min-height:36px;
	width:100%;
}
.middle-row p, .middle-row h1, .middle-row h2, .middle-row h3, .middle-row h3 span, .middle-row h4, .middle-row h5, .middle-row h6 {
    color:#000;
}
.mainwrap h1, .mainwrap h2, .mainwrap h3, .mainwrap h4, .mainwrap h5, .mainwrap h6 {
    font-weight: 400;
}
h1 {
    color: #000;
    margin: 10px 0 5px 0;
    font-size: 27px;
    line-height: 1.2em;
    text-shadow: none;
    font-weight: 600;
}
h1s {
    color: #fff;
    margin: 10px 0;
    font-size: 32px;
    line-height: 1.2em;
    text-shadow: none;
    font-weight:400;
}
h1a {
    color: #fff;
    margin: 10px 0;
    font-size: 24px;
    line-height: 1.2em;
    text-shadow: none;
    font-weight:600;
}
h1w {
    color: #fff;
    margin: 10px 0;
    font-size: 27px;
    line-height: 1.2em;
    text-shadow: none;
    font-weight:600;
}
h11 {
    color: #fff;
    margin: 10px 0 5px 0;
    font-size: 44px;
    line-height: 1.2em;
    text-shadow: none;
    font-weight: 600;
}
.middle-row h1, .middle-row h3, {
    color: #000;
}
h3 {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 16px;
    line-height: 1.4em;
    text-shadow: none;
    font-weight:400;
}
h3k {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 16px;
    line-height: 1.4em;
    text-shadow: none;
    font-weight:400;
}
h3w {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
    text-shadow: none;
    font-weight:400;
}
hcap {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.4em;
    text-shadow: none;
    font-weight:400;
}
ul, legend {
    margin-bottom: 1.4em;
}
ul li {
    line-height: 1.4em;
}
.mainwrap.zen-spotlight {
    background: none;
    color: #000;
    text-shadow: none;
    box-shadow: none;
    padding-right:0;
}
#midCol {
    margin-bottom: 1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.zen-spotlight {
    padding: 0;
        padding-top: 0;
        padding-bottom: 0px;
    margin-bottom: 1px;
    -webkit-transition: all .6;
    transition: all .6s;
}
.moduletable .zen-module-body {
    padding-top: 0;
}
#logo .moduletable {
    background: #fff;
}
#logowrap {
    padding: 0;
    background: #fff;
    }
#bottomwrap {
    position: relative;
    z-index: 1;
    border-top: none;
    margin-bottom: 0;
    background: none;
    padding-bottom: 60px;
}
.middle-row .zen-spotlight {
    color: #fff;
    background: transparent;
}
.cta {
    margin: 0 auto 2px auto;
    color: #FFF;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    height: 34px;
    text-align: center;
    display: block;
    width: 130px;
    background: rgba(0, 0, 0, .1);
}    
.cta:hover {
    margin: 0px auto 2px auto;
    color: #000;
    border:1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    height: 34px;
    text-align: center;
    display: block;
    width: 130px;
    background: rgba(255, 255, 255, 1);
}
.fancypantsaccordionholder {
    max-width: 90%;
    margin: 0 auto 2px auto;
}
@media (min-width:840px) {
.fancypantsaccordionholder .accordion .accordion-item:first-child {
    width:70%;
    margin:0 auto 12px auto;
}}
.fancypantsaccordionholder .accordion .accordion-item .headerlink {
    margin: 0 auto 2px auto;
    color: #FFF;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    height: 34px;
    text-align: center;
    display: block;
    width: 130px;
    background: rgba(0, 0, 0, .1);
}    
.fancypantsaccordionholder .accordion .accordion-item .headerlink:hover {
    margin: 0px auto 2px auto;
    color: #000;
    border:1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    height: 34px;
    text-align: center;
    display: block;
    width: 130px;
    background: rgba(255, 255, 255, 1);
}
.fancypantsaccordionholder .accordion .accordion-item {
    height: 50px;
    border-bottom: none;
    border-top: none;
    overflow: hidden;
}
.fancypantsaccordionholder .accordion .accordion-item .headerlink span {
    background: transparent ;
    text-indent: -9000px;
    width: 26px;
    display: block;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fancypantsaccordionholder .accordion .accordion-item {
    height: 52px;
    border-bottom: none;
    border-top: none;
    overflow: visible;
}
.fancypantsaccordionholder .accordion .accordion-item.acc-open .headerlink span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 10px;
    opacity: 1;
}
.middle-row .zen-spotlight #bottomwrap {
    padding: 30px 0 50px 0 !important;
    color: #fff;
    margin-bottom: 0;
}
zt-overlay .zt-item-container, .zt-animated-overlay .zt-item-container, .zt-featured-overlay .zt-item-container, .zt-overlay-half .zt-item-container, .zt-animated-overlay-half .zt-item-container, .zt-overlay-full .zt-item-container {
    padding: 10px;
    position: absolute;
    bottom: 60px;
    z-index: 10;
    width: 70%;
    background: rgba(255,255,255,0.5);
    color: #000;
    border: 1px solid #fff;
    font-size: 1em;
    margin: 0 15%;
}
#belowwrap {
    margin-bottom: 50px;
width: 100%;
max-width: 700px;
margin: 0 auto 0 auto;
background: rgba(255,255,255,0.65);
padding:0 0 30px 0;
}
@media (min-width:840px) {
.subsc {
	background: #fff; 
	text-align: center; 
	max-width: 400px; 
	width: 100%; 
	padding: 5px 10px 0px 10px; 
	border-radius: 8px; 
	margin: 0 auto 0 auto;
}}
@media (max-width:420px) {
.subsc {
	background: #fff; 
	text-align: center; 
	max-width: 300px; 
	width: 100%; 
	padding: 5px 10px 0px 10px; 
	border-radius: 8px; 
	margin: 0 auto 0 auto;
}}
.btn:hover, button:hover, input.button:hover, #toolbar a:hover {
    color: #000;
    background: #cda100;
    border-color: transparent !important;
    text-decoration: none;
    border:0px solid #fff !important;
}
.btn, button, input.button, #toolbar a {
    color: #000;
    font-weight: 400;
    border-width: 0 0 0 0;
    border-color:#D24938;
    padding: 10px;
    text-shadow: none;
    background: #ffcc03;
    box-shadow: none;
    border-bottom: 0px solid #fff !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 4px;
}
main input, textarea {
    border-radius: 3px !important;
    border: 0px solid transparent !important;
    border-top: none;
    border-bottom: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.39) !important;
}
input:hover, textarea {
    font-family: inherit;
    font-size: 1em;
    line-height: 2em;
    padding: 6px 12px;
    background: #ffffb5;
    color: #0c2436;
    border: none;
    margin-top: 10px;
}
input, select {
    min-height: 47px;
    border: none !important;
	padding: 6px 12px;
    box-shadow: none !important;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 10px;
}
input:hover, textarea:hover {
    min-height: 47px;
    padding: 6px 12px;
    background: #ffffb5;
    width: 100%;
    margin-top: 10px;
}
input, textarea {
    min-height: 47px;
    padding: 6px 12px;
    background: #fff;
    width: 100%;
    margin-top: 10px;
}

.zt-overlay .zt-item-container, .zt-animated-overlay .zt-item-container, .zt-featured-overlay .zt-item-container, .zt-overlay-half .zt-item-container, .zt-animated-overlay-half .zt-item-container, .zt-overlay-full .zt-item-container {
    padding: 10px;
    position: absolute;
    bottom: 60px;
    z-index: 10;
    width: 76%;
    background: rgba(0,0,0,0.4);
    font-size: 1em;
    margin: 0 12%;
    border:2px solid #fff;
}
.zt-overlay .zt-item-container *, .zt-animated-overlay .zt-item-container *, .zt-featured-overlay .zt-item-container *, .zt-overlay-half .zt-item-container *, .zt-animated-overlay-half .zt-item-container *, .zt-overlay-full .zt-item-container * {
    font-weight: 700;
}
#zentools-116 {
margin-left:20px;
margin-right:-20px;
}
.zentools [grid-col] {
    min-height: 1px;
    float: left;
    padding-left: 1%;
    padding-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#k2Container {
    padding: 0 0 24px 0;
    background: #fff;
}
div.catItemHeader h3.catItemTitle {
    padding: 10px 0 4px 0;
    margin: 0;
    color: #000;
    font-size: 26px;
    line-height: 1.2em;
    text-shadow: none;
    font-weight: 700;
}
h3.catItemTitle a {
    color: #000;
}
h3.catItemTitle a:hover {
    color: #e42313;
}
@media (min-width:840px) {
.itemView {
    padding: 10px 20px;
    background: #fff;
    width: 63%;
    margin: 0 auto;
}
#k2Container {
    padding: 10px 20px;
    background: #fff;
    margin: 1px auto;
}}
@media (max-width:840px) {
.itemView {
    padding: 10px 0;
    background: #fff;
    width: 90%;
    margin: 0 auto;
}
#k2Container {
    padding: 10px 0;
    background: #fff;
    margin: 1px auto;
}}
div.itemImageBlock {
    padding: 8px 0;
    margin: 0;
}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 4px 0 0;
    width: 0;
    color: transparent;
}
div.itemView {
    padding: 8px 0 24px 0;
    margin: 0 0 24px 0;
    max-width: 900px;
}
div.itemContainerLast {
    border-top: 0 solid #ddd;
}
div.catItemBody {
    padding: 0;
    margin: 0;
}
div.catItemImageBlock {
    padding: 0;
    margin: 0;
}
div.catItemReadMore {
    display: inline;
    float: right;
    padding: 0 15px 10px 0;
}
div.catItemView {
    margin-bottom: 20px;
    padding: 0;
    background: #ddd;
    margin: 5px;
}
div.catItemExtraFields, div.genericItemExtraFields {
    margin: 0;
    padding: 0;
    border-top: 1px dotted #ddd;
}
div.itemListCategory {

background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    border: 0px solid #ddd;
    border-radius: 0px;
    margin: 10px 0 10px 0;
    padding: 8px;
}
/* Contact form */
.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
    background-color: #000;
    *background-color: #cda100;
    background-image: -ms-linear-gradient(top, #cda100, #cda100);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#e4c244);
    background-image: -webkit-linear-gradient(top, #cda100, #e4c244);
    background-image: -o-linear-gradient(top, #cda100, #e4c244);
    background-image: -moz-linear-gradient(top, #cda100, #e4c244);
    background-image: linear-gradient(top, #cda100, #e4c244);
    background-repeat: repeat-x;
    border-color: #cda100 #cda100 #cda100;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover, .formResponsive input[type="submit"]:active, .formResponsive button[type="submit"]:active, .formResponsive input[type="submit"].active, .formResponsive button[type="submit"].active, .formResponsive input[type="submit"].disabled, .formResponsive button[type="submit"].disabled, .formResponsive input[type="submit"][disabled], .formResponsive button[type="submit"][disabled] {
    background-color: #e4c244;
    *background-color: #e4c244;
    color: #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.formResponsive input, .formResponsive textarea {
    width: 100%;
}
fieldset.formFieldset ol.formContainer li {
    padding: 7px 0;
    color:transparent;
}
main input, textarea {
    border: 0px solid transparent !important;
    width: 100%;
}
.rsform-block:hover {
    background: none;
        background-image: none;
}
.rsform-input-box, .rsform-text-box, .rsform-password-box, .rsform-calendar-box, .rsform-captcha-box, .rsform-select-box {
    border: 1px solid #B3B3B3;
    background: #fff;
    padding: 03 6px;
}
.rsform-text-box {
    max-width: 659px;    margin-bottom: 10px;
}