/*Caera Pro*/

@font-face {
	font-family: "Caera Pro";
	src: url("../fonts/CeraPro-Thin.eot");
	src: url("../fonts/CeraPro-Thin.eot?#iefix")format("embedded-opentype"),
	url("../fonts/CeraPro-Thin.woff") format("woff"),
	url("../fonts/CeraPro-Thin.ttf") format("truetype");
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: "Caera Pro";
	src: url("../fonts/CeraPro-Light.eot");
	src: url("../fonts/CeraPro-Light.eot?#iefix")format("embedded-opentype"),
	url("../fonts/CeraPro-Light.woff") format("woff"),
	url("../fonts/CeraPro-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: "Caera Pro";
	src: url("../fonts/CeraPro-Regular.eot");
	src: url("../fonts/CeraPro-Regular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/CeraPro-Regular.woff") format("woff"),
	url("../fonts/CeraPro-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Caera Pro";
	src: url("../fonts/CeraPro-Medium.eot");
	src: url("../fonts/CeraPro-Medium.eot?#iefix")format("embedded-opentype"),
	url("../fonts/CeraPro-Medium.woff") format("woff"),
	url("../fonts/CeraPro-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: "Caera Pro";
	src: url("../fonts/CeraPro-Bold.eot");
	src: url("../fonts/CeraPro-Bold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/CeraPro-Bold.woff") format("woff"),
	url("../fonts/CeraPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}

body {
    font-family: "Caera Pro", sans-serif;
    color: #333;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}
p {
    text-indent: 20px;
   }
td, th {
    padding: 10px;
}
ul.d_list {
    list-style: none;
    margin-left: 45px;
}
ul.d_list li {
	margin-bottom: 12px;
	position:relative;
}

ul.d_list li:before {
    content: '';
    display: inline-block;
    background: url(/images/list.png) no-repeat 50% 50%;
    background-size: contain;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 0;
    left: -35px;
}

img {max-width:100%;}
.caption {
	padding:20px;
    background-color: #2cbae4;
    border-bottom: 8px solid #106179;
    color: #ffffff;
	margin-bottom:15px;
}
.item-page img {
	padding:5px;
}

.b_title {
    font-size: 36px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}


.btn {
	border-radius: 8px;
	padding: 6px 38px;
	letter-spacing: 1px;
}
.btn-default {
color: #ffffff;
background-color: #fd900c;
border-color: #fd900c;

}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.top_form {}
.top_form .custom {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
.top_form .descr {
    font-size: 28px;
    text-align: right;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
}


.top_form .md_card.callback_mod {
    background: #fff;
    text-align: center;
    padding: 10px 15px 5px 15px;
    display: inline-block;
    float: right;
    margin-bottom: 0;
    box-shadow: 4px 3px 8px rgba(0, 0, 0, 0.26);
}
.top_form .callback_mod .md_title {
    text-transform: uppercase;
    font-weight: 400;
}

.because {
	background-color:#62a1d8;
	color:#fff;
}
.because .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.because .item {
	text-align:center;
	margin-bottom:15px;
	font-size:15px;
}
.because span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 20px;
}
.because .img {
    display: block;
    width: fit-content;
    text-align: center;
    background: #8fbce3;
    padding: 32px;
    border: 4px solid #fff;
    border-radius: 50%;
    margin: 10px auto;
}
.list_bg {
	background-image: url(/images/bg_img_copy.png);
	    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.gblue {
	background-color:#e9eff5;
}
.wblue {
	background-color:#eff4fa;
}
.bwhite {
	background-color:#fbfbfb;
}

.contact_dwn {
    display: -webkit-box!important;
    display: flex!important;
    margin: auto;
    justify-content: center;
    text-align: center;
}



.home_page .content-body {
	margin-bottom:0;
	display:none;
}



header {
    padding: 15px 0;
    background: #fbfbfb;
}


a.logo-image img {
	height: 50px;
    width: auto;
	margin-top:5px;
}

div.md_card {
	position: relative;
	display: block;
	padding: 25px 0;
}


div.md_title {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    color: #000;
    text-align: center;
	}

footer {
padding-top: 20px;
    color: #fff;
    background: rgb(98, 161, 216);
}
footer.wrap {
}

footer a {
	color:#fafafa;
}
footer ul {
	list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

footer span {
	display: block;
	text-align: -webkit-center;
	line-height: 24px;
	padding-bottom: 20px;
}

/* */ 
.simplecallback-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.simplecallback-overlayed {
    width: 280px;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -130px;
    z-index: 10010;
    background: #fff;
    padding: 15px
}

.simplecallback-overlayed.simplecallback-loading::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}

.simplecallback-loading-svg {
    position: absolute;
    z-index: 110;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms;
}

.simplecallback-overlayed.simplecallback-loading .simplecallback-loading-svg {
    visibility: visible;
    opacity: 1;
    transition: all 200ms;
}

.simplecallback-close {
	font-size: 24px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	background: red;
	color: #fff!important;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: -webkit-center;
}

.simplecallback-close:hover {
    background: #333;
}

.simplecallback-captcha {
    margin-bottom: 10px;
}

/* BZZZzzZzz... Honeypot Input! :) */
.simplecallback-username {
    display: none !important;
}

.textarea-form {resize:none;}