/*
font-family: 'Montserrat', sans-serif; 400,700
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

h1 {
	margin: 0px;
	padding: 0 0 15px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 36px;
}

h2 {
	padding: 0 0 15px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
}

h2.heading {
	font-size: 30px;
	line-height: 36px;
}

h3 {
	padding: 0 0 15px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	display: inline-block;
}

iframe {
	max-width: 100%;
}

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

div, input, textarea {
	box-sizing: border-box;
}

.group:after, .wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

p {
	margin: 0 0 30px;
	line-height: 24px;
	font-size: 16px;
}

#burger {
	display: none;
}

.clr {
	clear: both;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.float-right-image {
	float: right;
	margin: 0 0 30px 30px;
}

.float-left-image {
	float: left;
	margin: 0 30px 30px 0;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: right;
}

.center {
	text-align: center;
}

.relative {
	position: relative;
}

header {
	text-align: center;
	padding: 140px 0 100px;
}


#logo img {
	margin-bottom: 50px;
}

#quicklinks {
	margin: 0px;
	padding: 0px;
}

#quicklinks li {
	margin: 0 20px;
	padding: 0px;
	display: inline-block;
	background: none;
}

header h2 {
	margin: 0 0 40px;
	padding: 0px;
	font-size: 67px;
	line-height: 76px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

.menu {
	text-align: center;
	margin: 0;
	border-top: 2px solid #d1d3d4;
	border-bottom: 2px solid #d1d3d4;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	border: 1px solid #d1d3d4;
	text-align: center;
	display: inline-block;
	border-top: none;
	border-bottom: none;
}

.menu li {
	display: inline-block;
	background: none;
	padding: 0px;
	margin: 0px;
}

.menu a {
	padding: 20px 25px;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	border: 1px solid #d1d3d4;
	border-bottom: none;
	border-top: none;
}

.menu a.attention {
	background: #cd242c;
	color: #fff;
}

.menu a:hover {
	text-decoration: none;
	background: #0c64a2;
	color: #fff;
}

.bar-white {
	background: url(../images/bar-white.png) no-repeat left bottom;
	margin-bottom: 50px;
}

.bar-red {
	background: url(../images/bar-red.png) no-repeat left bottom;
	margin-bottom: 50px;
}

.section ul {
	margin: 30px 0;
	padding: 0 0 0 10px;
}

.section li {
	padding-left: 15px;
	background: url(../images/bullet.gif) no-repeat left 10px;
	list-style: none;
	line-height: 24px;
}

.section {
	padding: 75px 0;
}

.button {
	background: #cd242c;
	color: #fff;
	padding: 15px 20px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
}

.mt30 {
	margin-top: 30px;
}

.faq {
	background: url(../images/bg-faq.png) no-repeat center;
	background-size: cover;
	color: #fff;
}

.faq-question {
	padding-left: 30px;
	background: url(../images/faqs-show.png) no-repeat left 5px;
}

.faq-question a {
	color: #fff;
}

.faq-question.hide {
	background: url(../images/faqs-hide.png) no-repeat left 5px;
}

.faq-answer {
	padding-left: 30px;
	display: none;
}

.faq-question p {
	margin-bottom: 10px;
}

.bxslider li {
	background: url(../images/icon-testimonials.png) no-repeat left top;
	padding-left: 180px;
	list-style: none;
	min-height:161px;
}

footer {
	background: #232323;
	color: #fff;
	padding: 45px 0;
}

#totop {
	position: absolute;
	left: 50%;
	margin-left: -19px;
	top: -70px;
}

.third {
	width: 33.333%;
	float: left;
}

strong {
	color: #cd242c;
}

.faq-question {
	font-weight: bold;
}

.social {
	margin: -20px 0 0;
	padding: 0px;
}

.social li {
	background: none;
	display: inline-block;
}

.logo-footer {
	margin-top: 40px;
}

.map {
	background: url(../images/map.jpg) no-repeat center top;
	height: 456px;
	background-size: auto 100%;
}


.form {
	margin: 0px;
	padding: 0px;
}

.form input[type="text"], .form textarea {
	display: block;
	width: 100%;
	background: #f1f2f2;
	padding: 13px;
	border: none;
}

.form textarea {
	height: 200px;
}

.form .disabled {
    background: #eee;
}

.form input[type="submit"] {
	background: #cd242c;
	color: #fff;
	padding: 10px 60px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	border: none;
	cursor: pointer;
}

@media only screen and (max-width: 1040px) {
    .wrapper {
		padding: 0 2%;
	}
	
	.menu {
		border: none;
		position: absolute;
		left: 0px;
		top: 80px;
		width: 100%;
		display: none;
	}
	
	.menu ul {
		border: none;
		width: 100%;
		background: #fff;
		
	}
	
	.menu ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #d1d3d4;
	}
	
	#burger {
		display: block;
		position: absolute;
		left: 20px;
		top: 20px;
	}
}

@media only screen and (max-width: 960px) {
    .map {
		height: 356px;
	}
	
	.float-right-image, .float-left-image {
		float: none;
		margin: 0 auto 30px;
		display: block;
	}

}

@media only screen and (max-width: 760px) {
    .map {
		height: 256px;
	}
	
	.bxslider li {
		padding: 0px;
		background: none;
	}
	
	header h2 {
		font-size: 42px;
		line-height: 60px;
	}
	
	#logo {
		display: block;
		margin: 0 auto;
		max-width: 50%;
	}

}

@media only screen and (max-width: 660px) {
    .third {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	footer .third {
		margin-bottom: 40px;
	}
	
	.social {
		padding: 0px;
	}
	
	#quicklinks li {
		margin-bottom: 20px;
	}
	
	.bx-wrapper {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 560px) {
    .map {
		height: 156px;
	}
}