body {
  overflow-x: hidden;
  font-family:'TT Prosto Sans','Open Sans',sans-serif;color:#656b6f;line-height: 1.4;
}

  /*
p {
  line-height: 1.75; }
  */

a {
	color: #E5493A; 
}
a:hover {
	color: #E5493A;
}
	
img {    max-width: 100%;
    height: auto;}

.text-primary {
  color: #81458c !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }
  
.dropdown.hover:hover>.dropdown-menu {
  display: block;
}

.dropdown.hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


@media (min-width: 768px) {
  section {
    padding: 150px 0; } 
}

.btn {
  text-align:center; }
.btn em {
	display:block;font-size:0.8em;text-align:center;font-style:normal;margin-top: -5px;
   }

.btn-primary {
  background-color: #067abb;
  border-color: #067abb;color: #fff!important; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #0071b1 !important;
    border-color: #0071b1 !important;}
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(6, 122, 187, 0.5) !important; }
	
.btn-primary.bordered {background:transparent!important;border-width:2;color:#067abb!important;}
	
.btn-secondary {
  background-color: #edb32b;
  border-color: #edb32b;color: #000!important; }
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #fec810 !important;
    border-color: #fec810 !important;}
  .btn-secondary:active, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; }



@media (min-width: 1200px) {
	.container {
		max-width: 1240px;
	}
}

.btn {cursor:pointer;font-weight:normal;}
.buttons-wrapper {width:100%;padding:15px 0;}
.buttons-wrapper .btn {margin:10px;max-width:100%;white-space: normal;font-size:18px;}
.btn-primary {color:#111;}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {color:#fff!important;}
.btn-primary.disabled, .btn-primary:disabled {background-color: #ffd851;border-color: #ffd851;}



.navbar-phone {text-align:right;font-size:22px;font-weight:600;}
.navbar-phone div {width:100%;display:block;text-align:right;}
.navbar-phone i {color: #fff;width:22px;height:22px;border-radius:50%;background:#007dc3;font-size:16px;text-align:center;line-height:22px;position:relative;top:-2px;margin-right:5px;}
.navbar-phone a {color: #000;}
.navbar-phone .navbar-phone-recall { font-size: 16px; text-transform: uppercase; color: #000;}

.intro-text-wrapper {
	width: 100%;
	padding: 130px 0 30px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.intro-text {
	text-align:left;
	display:block;	
}
.intro-lead-in {font-style:normal!important;}
.intro-lead-in .intro-brand {display:block;font-size:130px;line-height:1em;}
.intro-lead-in .intro-afterbrand {display:block;font-size:100px;line-height:1em;font-weight:300;}

.intro-signature {width:100%;text-align:left;}
.intro-signature div {width:70%;display:inline-block;text-align:left;font-size:48px;line-height:1em;font-weight:300;position:relative;padding-top:60px;}
.intro-signature div:before {content:'';width:30%;position:absolute;left:0;top:30px;height:8px;background:#007dc3;display:block;}

section {padding:50px 0;}

.section-heading {font-size:44px;font-weight:900;color:#E5493A;margin:10px 0;position:relative;}
.section-subheading {font-size:28px;font-weight:400;color:#282828;margin:10px 0 30px 0;}

.popup-content {}
.popup-content .section-heading {font-weight:500;font-size:24px;text-transform:uppercase;}
.popup-content .section-subheading {font-size:15px;margin-top:0;}
.popup-content .pretty-check label {font-size:14px;}


/* POPUP */
		
.popup {
	width:520px;
	max-width:98%;
	margin:50px auto;
	position:relative;
	padding:50px 40px;
	background:#fff;
	border-radius: 15px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

.zoom-in-popup {
	opacity: 0;
	transition: all 0.4s ease-in-out; 
	transform: scale(0.8); 
}

.mfp-ready .zoom-in-popup {
  opacity: 1;
  transform: scale(1); 
}

.mfp-bg {
	background: #000!important;
	opacity: 0.5!important;
}

.mfp-close {
	top: 20px!important;
	right: 20px!important;
	font-size: 44px!important;
	background: #fff!important;
	width: 35px!important;
	height: 35px!important;
	color: #000!important;
	box-shadow:none!important;
	border-radius: 0!important;
	opacity: 1;
}
/**/		


@media (max-width: 767px) {
	
	section {padding:35px 0;}
	.section-heading {font-size:32px;margin:10px 0;}
	.section-subheading {font-size:22px;margin:10px 0 20px 0;}
	
	.popup {
		padding:30px 20px;
	}
	
}


footer {
	padding: 50px 0;border-top:1px solid #000;
}
footer span.copyright {
    font-size: 90%;
    text-transform: none;
}

	
.pretty-check label {
	position: relative;
	cursor: pointer;
}

.pretty-check input[type="checkbox"], .pretty-check input[type="radio"]{
	position: absolute;
	right: 9000px;
}

/*Check box*/
.pretty-check input[type="checkbox"] + .label-text:before{
	content: " ";
	width:20px;
	height:20px;
	background:#fff;
	text-align:center;
	border:1px solid #a0a0a0;
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height:20px;
	-webkit-font-smoothing:antialiased;
	display: inline-block;
	margin-right: 10px;
	margin-top: -5px;
	vertical-align: middle;
	font-size:1em;
}

.pretty-check input[type="checkbox"]:checked + .label-text:before{
	content: "\f00c";
	color: #590a68;
	animation: effect 250ms ease-in;
}

.pretty-check input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

.pretty-check input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

/*Radio box*/

.pretty-check input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	color: #777;
}

.pretty-check input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #590a68;
	animation: effect 250ms ease-in;
}

.pretty-check input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.pretty-check input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}

/* ANIMATIONS */
@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
@keyframes scroll-down{0%{transform:translate(0, 0)}50%{transform:translate(0, 15px)}100%{transform:translate(0, 0)}}@-webkit-keyframes scroll-down{0%{-webkit-transform:translate(0, 0)}50%{-webkit-transform:translate(0, 15px)}100%{-webkit-transform:translate(0, 0)}}
@keyframes slide-from-right {100%{right:0;}}@-webkit-keyframes slide-from-right {100%{right:0;}}

@media (min-width: 767px) {
.columns-2 .dropdown-menu.show {
    display: flex!important;
    flex-wrap: wrap;
    width: 400px;
 }
  .columns-2  .dropdown-menu li {
    display: inline-block;
    float: none;
    width: 200px;
}
}