@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');

body, html, input, button, textarea, select {
	font-family:Lato;
	font-size:14px;
}
#top .icon {
	font-size:16px;
	line-height:20px;
	padding-left:25px;
}
#top .icon i {
	position:absolute;
	left:0;
	top:0;
	color: #e0000f;
	font-size:2.4em;
}
.gray {
	background:#edf1f2;
}
.red {
	background:#e75a63;
}
#top .icon span {
	display:block;
	font-size:14px;
	color:#9b9b9b;
}
#top img.logo {
	height:80px;
	margin:30px 0;
}
#top nav.navbar {
	background:#fff !important;
	border-top:1px solid #ececec;
	padding:0 0;
}
#top nav a:link,
#top nav a:visited,
#top nav a:hover {
	font-size:16px;
	text-transform:uppercase;
	padding:25px 0;
	margin-left:60px;
	color:#000;
}
#top nav a:first-child:link,
#top nav a:first-child:visited,
#top nav a:first-child:hover {
	margin-left:0;
}
#top nav a.active {
	border-top:3px solid #d70000;
}
#slider {
	display:flex;
	height:600px;
	overflow:hidden;
	position:relative;
}
#slider .container {
	height:100%;
	position:relative;
}
#slider img {
	position:absolute;
	left:0;
	width:100%;
}
#slider .caption {
	position:absolute;
	left:0;
	bottom:80px;
	padding:30px 45px;
	background-color: #1c1e1d;
	color:#fff;
	font-size: 40px;
}
#slider .caption small {
	position:absolute;
	bottom:-40px;
	right:45px;
	background-color: #ec0010;
	color:#fff;
	font-size: 24px;
	padding:15px 30px;
}
div.mod {
	padding:80px 0;
}
div.box-rec {
	padding:25px;
	text-align:center;
	background:#fff;
}
div.box-rec h4 {
	font-size:22px;
	margin:0;
	padding:15px 0 25px 0;
}
div.box-rec p {
	color:#5c5c5c;
	font-weight:300;
	font-size:13px;
}
div.mod h2 {
	text-align:center;
	font-size:36px;
	font-weight:300;
	border-bottom:1px solid #ddd;
	display:inline-block;
	margin:0 auto;
	padding-bottom:15px;
	position:relative;
}
div.mod h2:after {
	width:100px;
	height:4px;
	content:'';
	bottom:-4px;
	left:50%;
	margin:0 0 0 -50px;
	background-color: #ec0010;
	display:block;
	position:absolute;
}
div.search_box {
	padding:30px;
	background:#fff;
	border:1px solid #eff1f0;
}
div.search_box label {
	display:block;
	margin-bottom:15px;
}
div.search_box select {
	width:100%;
}
.btn {
	border-radius:0;
	padding:10px 0;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
	background-color: #ec0010;
	border-color:#ec0010;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single,
.irs--flat .irs-bar {
	background-color: #ec0010;
}
.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before {
	border-top-color:#ec0010;
}
.box-offer {
	margin:30px 0 0 0;
	background-color: #edf1f2;
}
.box-offer img {
	max-width:100%;
	width:100%;
}
.box-offer .info {
	padding:25px;
}
.box-offer .info h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
}
.box-offer .info .location {
	color: #828282;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
}
.box-offer .info .price {
	color: #ec0010;
	font-size: 24px;
	line-height: 24px;
	font-weight:600;
	margin:20px 0;
}
.box-offer .info .price small {
	font-size:14px;
}
.box-offer .info ul {
	margin:0;
	padding:0;
	list-style:none;
}
.box-offer .info ul li {
	padding:2px 0;
}
.box-offer .info a:link,
.box-offer .info a:visited,
.box-offer .info a:hover {
	background:#000;
	padding:8px 18px;
	color:#fff;
	margin-top:20px;
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
}
.box-offer .info a:hover {
	background-color: #ec0010;
}
.opinion {
	background:url("../img/reviews.png") center center no-repeat;
	background-size:cover;
	padding:160px 0;
}
.opinion h3 {
	text-align:center;
	color: #ffffff;
	font-size: 36px;
	font-weight: 300;
	line-height: 24px;
}
.opinion p {
	color: #ffffff;
	text-align:center;
	font-size: 18px;
	font-weight: 300;
	line-height: 41px;
	padding:30px 0;
}
.opinion p.siganture {
	text-align:right;
	color: #e20000;
	font-size: 30px;
	font-weight: 400;
	line-height: 41px;
	font-style:italic;
	padding:0;
}
form.contact {
	padding:30px;
	margin-left:1px;
}
form.contact textarea,
form.contact input {
	width:100%;
	padding:12px 15px;
	border: 1px solid #dce1e4;
	margin-bottom:25px;
}
form.contact textarea {
	height:120px;
	resize:none;
}
form.contact button {
	height: 54px;
	background-color: #ec0010;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	border:none;
	width:100%;
}
footer {
	background:#191a1c;
	padding:75px 0;
}
footer p {
	padding-top:20px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	line-height: 21px;
}
footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
footer ul li {
	border-top:1px solid #333;
}
footer ul li:first-child {
	border-top:none;
}
footer ul li a:link,
footer ul li a:visited,
footer ul li a:hover {
	color:#fff;
	display:block;
	padding:10px 0 10px 20px;
	position:relative;
	text-decoration:none;
	position:relative;
}
footer ul li a i {
	position:absolute;
	left:0;
	top:14px;
	color:#777;
}
footer address p {
	color: #ec0010;
	font-size: 16px;
	font-weight: 400;
	margin:0 0 15px 0;
	line-height:16px;
}
footer address {
	color:#fff;
	line-height:30px;
	font-size:13px;
}
.page {
	background:url("../img/page.jpg") center center no-repeat;
	padding:50px 0;
}
.page h1 {
	font-size:36px;
	color:#fff;
	font-weight:300;
}
section.content {
	padding:50px 0;
	font-size:15px;
	line-height:24px;
}
.calculator-form .col-md-8,
.calculator-form .col-md-4 {
	line-height:56px;
	height:56px;
}
.calculator-form .col-md-4 {
	line-height:36px;
}
.calculator-form input {
	width:100%;
	border-radius:4px;
	border:1px solid #ccc;
	padding:0 50px 0 0;
	text-align:right;
	margin:10px 0 0 0;
}
.calculator-form input:active,
.calculator-form input:focus {
	outline:none;
	box-shadow:none;
}
.calculator-form input.readonly,
.calculator-form input:read-only,
.calculator-form input:-moz-read-only {
	background:#f9f9f9;
}
.calculator-form .price {
	position:relative;
}
.calculator-form .price span {
	position:absolute;
	right:12px;
	top:12px;
	color:#ccc;
}
.calculator-option {
	padding:20px;
	border-radius:4px;
	border:1px solid #ccc;
	background:#f7f7f7;
	margin-bottom:30px;
}
.calculator-option ul {
	margin:0;
	padding:0;
	list-style:none;
}
.calculator-option ul li {
	position:relative;
	padding:3px 0 3px 25px;
}
.calculator-option ul li.active span:after {
	position:absolute;
	left:2px;
	top:2px;
	width:10px;
	height:10px;
	background:#f00;
	content:'';
	border-radius:10px;
}
.calculator-option ul li.active span {
	border:1px solid #f00;
}
.calculator-option ul li span {
	width:16px;
	height:16px;
	border-radius:10px;
	background:#fff;
	display:block;
	position: absolute;
	border:1px solid #ccc;
	left:0;
	top:7px;
}
.calculator-option ul li span input {
	display:none;
}
.content-offer h2 {
	font-size:32px;
	margin:30px 0;
	font-weight:400;
}
.content-offer h2 b {
	float:right;
	font-weight:400;
	color:#e0000f;
}
.content-offer h2 b small {
	font-size:16px;
	font-weight:300;
}
.content-offer img {
	max-width:100%;
}
.content-offer h3 {
	font-size:24px;
	font-weight:300;
	border-bottom:1px dashed #ccc;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.content-offer ul {
	margin:0;
	list-style:none;
	padding:0;
}
.content-offer ul li {
	width:50%;
	float:left;
	margin:3px 0;
	color:#777;
	font-weight:300;
}
.content-offer ul li b {
	font-weight:400;
}
.offer-text {
	color:#333;
	font-weight:300;
	line-height:24px;
	margin-bottom:60px;
}
.gallery.row {
	margin-top:5px;
	margin-left:-5px;
	margin-right:-5px;
}
.gallery.row .col-3,
.gallery.row .col-md-3 {
	padding-left:5px;
	padding-right:5px;
}
.gallery img {
	max-width:100%;
	margin:5px 0;
}
.wpcf7-form {
	width:700px;
	margin:0 auto;
}
.wpcf7-form label {
	width:100%
}
.wpcf7-form textarea,
.wpcf7-form input {
	width:100%;
	padding:6px 12px;
	border: 1px solid #dee2e1;
}
.wpcf7-form textarea {
	height:100px;
}
.wpcf7-form input[type=submit] {
	background-color:#ec0010;
	color:#FFF;
	font-size:16px;
	text-transform: uppercase;
}
.pagination {
	display:table;
	margin:60px auto 10px auto;
	width:auto;
}
.pagination li {
	display:table-cell;
}
.pagination span.page-numbers,
.pagination li a:link,
.pagination li a:visited,
.pagination li a:hover {
	padding:10px 14px;
	margin:0 7px;
	color:#333;
	border-radius:20px;
	border:1px solid #ccc;
	text-decoration:none;
	transition:all .2 ease;
}
.pagination li a:hover {
	background:#f8f8f8;	
}
.pagination span.page-numbers {
	border-color:#ec0010;
	background:#ec0010;
	color:#fff
}