/*=== TOP BANNER ===*/
.banner {
	position: relative;
	min-height: 580px;
	text-align: center;
}
.banner .single-banner .cell:before {
	content: '';
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1
}
.banner .top-slider {
	height: 100%;
    z-index: 1;
}
.banner .single-banner {
	position: relative;
	height: 100%;
	color: #fff;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .container {
	max-width: 750px;
	margin: auto 50px 100px;
	color: #fff !important;
	text-align: left !important;
	z-index: 2;
}
.banner .single-banner .cell{
	padding-top: 100px;
}
.banner-text {
	display: inline-block;
    max-width: 810px;
    width: 100%;
    font-size: 24px;
    color: #fff;
}
.banner .banner-text > p:first-child,
.sub-banner p{
	font: 18px/24px 'Georgia-Italic';
	color: #fff;
}
.banner .single-banner h1 {
	color: #fff;
	font-size: 28px;
	line-height: 34px;
	text-transform: none;
}
.banner  .banner-text > p:first-child:after{
	content: "";
	display: block;
	width: 86px;
	height: 2px;
	background: #fff;
	margin: 20px auto 0;
}
.banner-text .large-text {
	font: 52px/60px 'Brandon-Medium';
	margin-bottom: 30px;
}
.banner-text .large-text span {
	font: 160px/100px 'IslandStyle';
	display: block;
	margin-left: -65px;
}
.banner-content {
    margin-bottom: 35px;
}
.banner .btn{
	min-width: 218px;
}
.banner .slick-list,
.banner .slick-track {
	height: 100%;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.banner .slick-dots{
	bottom: 72px;
	z-index: 8;
}
.banner .slick-dots li{
	width: 60px;
	height: 4px;
	margin: 0 4.5px;
	background: #fff;
}
.banner .slick-dots li.slick-active{
	background: #83bd47;
}
.banner .slick-dots li button{
	display: none;
}
.banner-logo {
	margin: auto;
}

.button, a.button, input[type="submit"].button {
    padding: 12px 42px;
    background-color: #C72127;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.home-contact-form {
	padding: 50px 25px;
}
.home-contact-form .container {
	padding: 0;
}

.modal-popup {
	background-color: #fff;
	padding: 25px;
}

.map > div {
	background: #74041E;
	color: #fff;
	padding: 16px 15px 14px;
	margin-top: -6px;
}
.map > div > a {
	background: #CF0000;
	float: right;
	padding: 15px;
	margin-top: -16px;
	margin-right: -15px;
}

.testim-box {
	padding: 50px;
	border: solid 1px #000;
}
/*
.testim-slider .slick-slide {
	position: relative;
}
*/
.testim-slider:after {
	content: "";
	display: inline-block;
	width: 112px;
	height: 112px;
	background: url(/images/layout/logo-red.png) no-repeat center center;
	background-size: contain;
	
	position: absolute;
	bottom: -20px;
	right: -10px;
	
}
.testim-box span {
	color: #CF0000;
	display: block;
	margin-bottom: 25px;
}
.notreq {
	display: none;
}