body {
	background: #8a8a8a;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
    .swiper-container {
        height: 230px;
    }
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background-color: #fff;
	padding: 48px 0;
	height: auto !important;

	background-size: cover;
	background-position: center right;

	color: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-family: 'Source Sans Pro';
	background-size: cover;
	background-position: center center;
}

.slide-content {
	max-width: 600px;
	padding: 32px;
}

.slide-content h2 {
	font-size: 44px;
	text-transform: uppercase;
	margin: 0;
}

.slide-content p {
	color: #f7e2dc;
	font-size: 28px;
	margin: 10px 0;
	font-weight: 300;
}

.slide-content .uppercase-text {
	text-transform: uppercase;
}


.slide-content .button {
	background: #D2232A;
	padding: 12px 20px;
	margin: 16px 0;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
}

.slide-content .button:hover {
	background: #212121;

}


/* 18-07-2018 */
.cms-homepage .wrapper { margin-top: 176px; }
.cms-homepage #mainNavigation::after { box-shadow: 0 12px 18px rgba(0,0,0, 0.5); -webkit-box-shadow: 0 12px 18px rgba(0,0,0, 0.5); -moz-box-shadow: 0 12px 18px rgba(0,0,0, 0.5); -ms-box-shadow: 0 12px 18px rgba(0,0,0, 0.5); -o-box-shadow: 0 12px 18px rgba(0,0,0, 0.5); }
.cms-homepage .slide-content h2 { font-size: 45px; font-weight: 700; padding-bottom: 0; }
.cms-homepage .slide-content p { font-size: 20px; font-weight: 400; padding-bottom: 0; margin-top: 0; }
.cms-homepage .slide-content .button { font-weight: 400; }
.cms-homepage .slide-content { max-width: 680px; }
.cms-homepage .slide-content .button { font-size: 25px; }
.cms-homepage .menu-fixed { position: inherit; top: initial !important; }
.cms-homepage.fixed-col .menu-fixed { position: fixed; }
.cms-homepage .small-header #mainNavigation { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }

.cms-homepage .small-header .menu-fixed { top:0 !important; }
.cms-homepage.fixed-col .menu-fixed { top:150px !important; }


@media only screen and (max-width : 1440px) {
	.cms-homepage.fixed-col .menu-fixed  { top: 150px !important; } 
}


@media only screen and (max-width : 991px) {
	.cms-homepage .wrapper { margin-top: 174px; }
}


@media only screen and (max-width : 768px) {
	.slide-content {
		padding: 16px;
	}
	.slide-content h2 {
		font-size: 28px;
		text-transform: uppercase;
	}
	.slide-content p {
		font-size: 22px;
	}
	.slide-content .button {
		font-size: 16px;
	}
}

@media only screen and (max-width : 767px) {
	.cms-homepage .wrapper { margin-top: 100px; }
	.cms-homepage .slide-content h2 { font-size: 25px; margin-bottom: 7px; }
	.cms-homepage .slide-content p { font-size: 20px; }
	.cms-homepage .slide-content .button { font-size: 16px; }
}


.slide-01 {
	background-image: url(../img/01.jpg);
}

.slide-02 {
	background-image: url(../img/02.jpg);
}

.swiper-pagination-bullet-active {
	background-color: #fff !important;
}
.hiddenBlock {
    display: none !important;
}

@font-face {
    font-family: 'futura_ltlight';
    src: url('../fonts/futuralt-light-webfont.woff2') format('woff2'),
         url('../fonts/futuralt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
  
.mobile-btn{width:100%; padding:0; display: flex;}
.mob-show-btn{display: none; width: 320px; margin: 0 auto;}
.cp-btn a{
	background: #DB777B;
	padding: 12px 20px;
	margin:0;
	font-weight: 300;
	font-size:20px;
	color: #fff;font-family: 'futura_ltlight'; font-weight:normal;
	text-decoration: none; float: left; width: 100%; text-align: center;
}

@media screen and (max-width:1024px) {
.fix-btn .mob-show-btn{display: block;}
.fix-btn .cp-btn{position: fixed; top:73px;width: 100%;z-index: 9; left:0; right: auto;}
}
@media screen and (max-width:320px) {
.fix-btn .cp-btn{position: fixed; top:53px;width: 100%;z-index: 9; left:0; right: auto;}
}
