body {
	padding-top: 114px;
}

.main-gallery {
	padding-bottom: 50.2%;
	position: relative;
	overflow: hidden;
}

.cover {
	height: 100vh;
	position: relative;
	overflow: hidden;
	width: 100%;
	
	padding-right: 240px;
}

@media (max-width: 991px) {
	.cover {
		background: url(images/mobile-bg.jpg);
		background-size: cover;
	}
}

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.cover-slick div {
	height: 100%;
	background-size: contain;
	background-position: center;
}

.cover-content {
	position: absolute;
	bottom: 200px;
	right: 0;
	
	width: 568px;
}

@media (max-width: 991px) {
	.cover-content img {
		max-width: 60%;
	}
}

.video-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

video { 
	position: absolute;
    bottom: 0;
    left: 0;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
	transition: 1s opacity;
}

@media (max-width: 1199px) {
	video {
		display: none;
	}
}

#toggle-video {
	position: absolute;
	bottom: 15px;
	right: 270px;
	
	background: none;
	color: #fff;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	
	z-index: 9;
}

#toggle-video:hover, #toggle-video:focus {
	background: rgba(0,0,0,0.8);
}

@media (max-width: 767px) {
	#toggle-video {
		display: none;
	}
}

/**/

@media (min-width: 992px) {
	.right-padding {
		padding-right: 240px;
	}

	.left-padding {
		padding-left: 240px;
	}
}

section h2 {
	font-weight: bold;
	color: #106444;
	font-size: 2.4rem;
}

section p {
	color: #0f0508;
	font-size: 1.2rem;
}

.picture-section {
	position: relative;
}

.slogen-left {
	position: absolute;
	bottom: 130px;
	left: 0;
}
.slogen-right {
	position: absolute;
	bottom: 130px;
	right: 0;
}

@media (max-width: 991px) {
	.slogen-left img,
	.slogen-right img {
		max-width: 60%;
	}
}

.green {
	margin: 0 -15px;
	color: #fff;
	font-size: 1.2rem;
	height: 100%;
	padding: 2rem;
	background: #106444;
}

.green h2 {
	color: #fff;
}

.picture-section,
.numbers-section,
.contact-section,
.map-section {
	margin: 60px 0;
}

.map {
	margin: 0 -15px;
}

.map img {
	width: 100%;
}

@media (min-width: 992px) {
	.numbers-section .green {
		padding: 80px 240px;
		background: #006837;
	}
}
.numbers-section .green h3 {
	font-size: 3rem;
	font-weight: bold;
}
.numbers-section .green h3 small {
	font-size: 1.2rem;
}
.numbers-section .green h4 {
	font-size: 1.2rem;
}


.contact-section {
	background-color: #d4145a;
	background-image: url(images/contact-pic2.png);
	background-size: cover;
	padding: 5rem 0;
}


.contact-section .h1 {
	color: #ff931e;
	font-weight: bold;
}

.contact-section .smart-form .required-live-text {
	color: #ff931e;
}

.contact-section .smart-form .add-required-sign:after,
.contact-section .smart-form .form-group-required .col-form-as-legend:after,
.contact-section .smart-form .form-group-required > label:after,
.contact-section .smart-form .form-group-required legend:after {
	color: #ff931e;
}

.contact-section .btn-primary {
	background: #006837;
	border: 1px solid rgba(255,255,255,0.5);
	font-weight: bold;
	font-size: 30px;
}

.map-section {
	background: #106444;
}

.map-dots {
	max-width: 280px;
	font-size: 1.2rem;
	margin: 0 auto;
	padding-top: 6rem;
	
}
.map-dots img {
	float: right;
	margin-left: 1rem;
}
.map-dots > div div {
	padding: 1rem;
	font-weight: bold;
}


@media (min-width: 992px) {
	.contact-section .green {
		padding: 4rem;
	}
}

.floating-right {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}

.floating-right a {
	display: inline-block;
	background: #106444;
	color: #fff;
	padding: .5rem 1rem;
	font-size: 1.2rem;
	border-radius: 3rem;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.floating-left {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99;
}

.floating-left a {
	display: inline-block;
	background: #106444;
	color: #fff;
	padding: 1px 2px 1px 15px;
	font-size: 1.2rem;
	border-radius: 3rem;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.floating-left a .fa-inverse {
	color: #146445;
}

.floating-contact {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: #106444;
	color: #fff;
	padding: .5rem 1rem;
	font-size: 1.2rem;
	border-radius: 3rem;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	z-index: 99;
}

.floating-contact:hover {
	color: #fff;
}