/*
COLORS
font: #333
blue: #0d74b9
deep blue: #073863
yellow: #ffc858
*/

/* GENERAL */
body {
	background-color: #f0f0f0;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

.site {
    -webkit-box-shadow: -5px 0 5px -5px #ccc, 5px 0 5px -5px #ccc;
    box-shadow: -5px 0 5px -5px #ccc, 5px 0 5px -5px #ccc;
}

a.link {
	color: #0384ce;
}

.btn-yellow {
	background-color: #ffc858;
	border-radius: 0;
	color: white;
	padding: 12px 16px;
}

.btn-yellow:hover {
	color: white;
	text-decoration: none;
}

/* HEADER */
.header {
	background-color: white;
	height: 76px;
	position: relative;
}

.header .logo {
	position: absolute;
	left: 20px;
	height: 110px;
	top: 0;
	z-index: 200;
	-webkit-box-shadow: 0 4px 15px -5px #999;
  box-shadow: 0 4px 15px -5px #999;
}

.header .header__contact {
	align-items: center;
	float: right;
	height: 70px;
	padding-right: 20px;
}

.header .nav-link {
	color: #333;
	font-size: 18px;
}

.header .navbar-collapse .image-wrapper img {
	height: 60px;
}

.header .navbar-collapse .contact {
	display: flex;
	font-size: 14px;
}

.header .navbar-collapse .contact a {
	color: #333;
}

.header {
	width: 1110px;
	position: fixed;
	z-index: 100;
	-webkit-box-shadow: 0 4px 15px -5px #999;
  box-shadow: 0 4px 15px -5px #999;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.header {
		width: 930px;
	}
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	.header {
		width: 690px;
	}
}

@media screen and (min-width: 576px) and (max-width: 766px) {
	.header {
		width: 510px;
	}
}

@media screen and (max-width: 575px) {
	.header {
		width: calc(100vw - 47px);
	}
}

@media screen and (min-width: 776px) {
	.header .header__contact {
		display: flex;
	}
}

@media screen and (max-width: 992px) {
	.header .logo {
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.header {
		height: 56px;
	}
	.header .logo {
		height: 80px;
	}
	.navbar-nav {
		padding-top: 40px;
	}
	.header .navbar-collapse .contact {
		border-top: 1px solid #ccc;
		padding-top: 18px;
	}
}

/* HERO */
.hero {
	padding-top: 79px;
}

.hero .hero-image {
	/*background: url('./images/hero.jpg') center center;*/
	background-position: center center;
	background-size: cover;
	height: 400px;
}

.hero .hero-text {
	background-color: #073863;
	color: white;
	padding: 20px 30px 0 30px;
	font-weight: 300;
}

.hero .hero-text strong {
	font-weight: 500;
}

.hero .hero-text h1 {
	font-size: 1.8rem;
}

.hero .hero-text p {
	font-size: 1.2rem;
	margin-bottom: 0.9rem;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.hero .hero-text h1 {
		font-size: 1.5rem;
	}

	.hero .hero-text p {
		font-size: 1rem;
	}
}
@media screen and (min-width: 992px) {
	.hero {
		/*border-top: 5px solid #0384ce;*/
		display: flex;
	}
	.hero .hero-image {
		flex-grow: 0;
   		flex-shrink: 0;
   		flex-basis: 60%;
	}
}

@media screen and (max-width: 991px) {
	.hero .hero-image {
		height: 250px;
	}
	.hero .hero-text {
		padding: 20px;
	}

	.hero .hero-text h1 {
		font-size: 1.3rem;
	}

	.hero .hero-text p {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.hero {
		padding-top: 56px;
	}
}

/* INTRO */
.intro {
	background-color: white;
}

/* BENEFITS */
.benefits {
	background-color: white;
}

.benefits .benefit p {
	background-image: url("./images/36-512.png");
	background-size: 22px;
	background-repeat: no-repeat;
	background-position-y: 5px;
	padding-left: 34px;
	font-size: 18px;
	margin-bottom: 0;
}

.benefits .benefit .icon {
	height: 90px;
}

.benefits img {
	max-width: 100%;
}

.benefits-list > div {
	border-top: 1px solid #dee2e6;
}

.benefits-list > div:nth-child(odd) {
	background-color: rgba(0,0,0,0.05);
}

.lightbox:hover {
	cursor: pointer;
}

/* PRICE */
.price {
	background-color: #073863;
	color: white;
	padding: 30px 0;
}

.price h3 {
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.price b {
	font-weight: 500;
}

.price-description {
	padding-left: 50px;
}

.price .btn-wrapper {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 991px) {
	.price-description {
		padding-left: 200px;
	}
}

@media screen and (max-width: 767px) {
	.price .btn-wrapper {
		margin-top: 20px;
		justify-content: center;
	}
}

/* WHY VEZINFO */
.why-vezinfo {
	background-color: white;
}

.why-vezinfo h3 {
	font-weight: 300;
	padding-top: 30px;
	padding-bottom: 30px;
}

.why-vezinfo .mozaik-wrapper {
	height: 524px;
	/*background: url('./images/hands_07.jpg') center left no-repeat;*/
	background-position: center left;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	width: 100%;
}

.why-vezinfo .mozaik-wrapper .mozaik .mozaik-row {
	display: flex;
}

.why-vezinfo .mozaik-wrapper .mozaik .mozaik-row .square {
	align-items: center;
	display: flex;
	color: white;
	justify-content: center;
	font-size: 24px;
	height: 200px;
	width: 200px;
}

.why-vezinfo .mozaik-wrapper .mozaik .mozaik-row .square.square-yellow {
	background-color: #ffc858;
}

.why-vezinfo .mozaik-wrapper .mozaik .mozaik-row .square.square-lightblue {
	background-color: #0f78bc;
}

.why-vezinfo .mozaik-wrapper .mozaik .mozaik-row .square.square-blue {
	background-color: #073863;
}

.why-vezinfo .mozaik-wrapper .mozaik .mozaik-row .square.square-lightyellow {
	background-color: #f7d691;
}

@media screen and (min-width: 992px) {
	.why-vezinfo {
		padding: 0 100px;
	}
}

@media screen and (max-width: 767px) {
	.why-vezinfo .mozaik-wrapper {
		justify-content: center;
		background-position: center center;
		background-size: cover;
		height: 400px;
	}
}

@media screen and (min-width: 401px) and (max-width: 767px) {
	.why-vezinfo .mozaik-wrapper .mozaik .mozaik-row .square {
		height: 160px;
		width: 160px;
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
	.why-vezinfo .mozaik-wrapper .mozaik .mozaik-row .square {
		height: 120px;
		width: 120px;
		font-size: 16px;
	}
}

/* FORM */
.form {
	background: white;
	position: relative;
}

.form .form-wrapper {
	margin: 0 auto;
}

.form-group {
	margin-bottom: 0.5rem;
}

.form label {
	margin-bottom: 0;
	font-size: 16px;
}

.form .form-control {
	border-radius: 0;
	border: 1px solid #aaa;
	background: #fafafa;
}

.form .btn {
	padding: 10px 80px;
	border-radius: 0;
	background-color: #0d74b9;
	margin-top: 20px;
	color: white;
	transition: all .3s;
}

.form .btn:hover {
	background-color: #073863;
}

.form span.wpcf7-not-valid-tip {
	font-size: 14px;
}

.form div.wpcf7-response-output {
	font-size: 16px;
}

.question {
	background-color: #0d74b9;
	position: absolute;
	font-size: 16px;
	color: white;
	padding: 10px;
	right: 0;
	top: 132px;
	-webkit-box-shadow: 0 4px 15px -5px #555;
	box-shadow: 0 4px 15px -5px #555;
	font-size: 14px;
	width: 230px;
}

.question img {
	float: left;
	width: 80px;
}

.question p {
	margin-bottom: 0;
}

.question a {
	color: white;
	text-decoration: none;
}

.question b {
	font-weight: 500;
}

@media screen and (max-width: 991px) {
	.question {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.form .form-wrapper {
		width: 50%;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.form .form-wrapper {
		width: 70%;
	}
}


/* FOOTER */
.footer {
	color: white;
    background-color: #2c2c2c;
	border-top: 5px solid #0384ce;
	font-size: 16px;
}

.footer a {
	color: white;
	transition: all .3s;
}

.footer a:hover {
	color: #0384ce;
	text-decoration: none;
}

.footer .brand {
	font-size: 22px;
}

.footer .contact {
	font-size: 16px;
}

.footer .footer__bottom {
	border-top: 1px solid white;
	font-size: 14px;
	width: 100%;
	height: 50px;
	line-height: 50px;;
}

.footer .footer__bottom .footer__menu {
	text-align: right;
}