.owl-carousel .owl-item img {transform-style: initial;}

@media (min-width: 1920px) {
body header #owl-demo .item img {
	margin-left: 50%;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0 !important;
}

blockquote {
    background: #F8F8F8;
    border-left: 5px solid #EEE;
    padding: 10px;
    margin-bottom: 15px;
}

blockquote p { padding: 0; }

mark, ins {
    background: #283593;
    color: #FFF;
    text-decoration: none;
}

/* -- Rich Review -- */
.testimonial_group .full-testimonial {
    background: rgba(0, 0, 0, 0.02);
    padding: 30px !important;
    border-radius: 3px;
    margin-bottom: 15px;
}

.testimonial_group .full-testimonial .rr_review_text .drop_cap { display: none; }
.testimonial_group .full-testimonial .rr_review_name { padding-right: 0 !important; }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.slider .item .slideContent { z-index: 99; }


@media (max-width: 414px) { .mainFooter .item { width: 100% !important; } }

#tablepress-3 tbody{
   border: 1px solid #ddd;
}

#tablepress-3 .row-2 .column-2{
      border: 0;
}

#tablepress-3 .row-8 td{
   padding: 12px 8px;
}

#tablepress-3 .row-9 td{
   padding: 17px 8px;
}

#tablepress-3 .row-2 .column-3{
   border: 0;
}

#tablepress-3 tr .column-1{
   width: 285px;
}

#tablepress-3 tr .column-2{
   padding: 8px;
   border: 1px solid #ddd;
   width: 120px;
}

#tablepress-3 tr .column-3{
   padding: 8px;
   border: 1px solid #ddd;
   width: 120px;
}

.page-id-16 .middleBlocks .innerWrapper .left{
	display: none;
}

.siteLogo a img {
    width: 111%;
    max-width: 111%;
    max-height: 111%;
    padding-top: 6px;
}

.alert {
	position: absolute;
	z-index: 9999;
	top: 24px;
	left: 24px;
	height: 52px;
	border-radius: 3px;
	background-color: #f5222d;
	color: white;
}