/*		Fonts		*/
@font-face {
    font-family: 'open_regular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_bold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_semibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}









/*		General CSS		*/
body{
	background: #fаf9f9;
	padding: 0px;
	margin: 0px;
}

a:focus{
	color: #fff!important;
	text-decoration: none!important;
}

.container{
	max-width: 1130px;
}










/*		Header 		*/

header{
	position: fixed;
	display: block;
	width: 100%;
	height: 90px;
	z-index: 99;
	background-color: #c51651;
	background-image: -moz-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -o-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -webkit-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
}

header .logo{
	display: table-cell;
	margin: 15px 15 px 0 0;
}

header .burger_icon{
	display: none;
	float: right;
	background: #ffffff;
	padding: 5px 10px;
	text-transform: uppercase;

	color: #93123d;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 14px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	margin: 45px 10px 0 0;
}

header .burger_icon:hover{
	cursor: pointer;
}

header .burger_icon.active{
	background: #003343;
	color: #ffffff;
}

header nav{
	margin-top: 30px;
	display: table-cell;
}

header nav li{
	float: left;
	margin-left: 40px;
}

header nav li:first-child{
	margin: 0;
}

header nav li a{
	color: #fff;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

header nav li a:hover,
header nav li a:focus{
	text-decoration: none;
	color: #B7EFD1!important;
}










/*		Main section 		*/

.Main{
	display: block;
	position: relative;
	width: 100%;
	height: 720px;


}

.Main .caption{
	position: absolute;
	max-width: 550px;
	margin-left: 80px;
	top: 50%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
}

.Main .caption h1{
	color: #ffffff;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	word-break: break-word;
}

.Main .caption p{
	color: #ffffff;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin: 15px 0 35px 0;
}

#slider .caption p{
	margin: 0;
}

a.app_store_btn{
	display: inline-block;
	text-decoration: none;
	padding: 15px 40px;
	border: 2px solid #525252;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 20px 20px 10px 0;

	color: #525252;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.play_icon,
.android_icon,
.iphone_icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 3px;
}

.play_icon{
	background: url('../img/play.png') no-repeat;
}

.iphone_icon{
	background: url('../img/iphone_app.png') no-repeat;
}

.android_icon{
	background: url('../img/android_app.png') no-repeat;
}


a.app_store_btn:hover,
a.app_store_btn:focus{
	border-color: #41c27d;
	color: #41c27d!important;

}

a.app_store_btn:hover .play_icon{
	background: url('../img/play_hover.png') no-repeat;
}

a.app_store_btn:hover .iphone_icon{
	background: url('../img/iphone_app_hover.png') no-repeat;
}

a.app_store_btn:hover .android_icon{
	background: url('../img/android_app_hover.png') no-repeat;
}

a.app_link{
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #636363;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

a.app_link:hover,
a.app_link:focus{
	text-decoration: none;
	color: #41c27d!important;
}

a.app_store_btn,
.play_icon,
.iphone_icon,
.android_icon,
a.app_link{
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}


.about_video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.about_video iframe{
    width: 100%;
    height: 100%;
    z-index: 9999;
}













/*		Featured on section 		*/

.featured_on{
	width: 100%;
	padding: 25px 0;
	background: #f3f3f3;
}

.featured_on ul{
	margin: 0;
}

.featured_on li{
	position: relative;
	height: 100%;
}

.featured_on li:first-child{
	margin-left: 0;
}










/*		About section 		*/

.about{
	padding: 100px 0;
	background-color: FFFFFF;
	background-size: cover;

}

.about .iphone{
	max-width: 339px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.about .iphone img{
	width: 100%;
	height: auto;
}

.about .features_list{
	margin-left: 0px;
}

.about .features_list h1{
	color: #525151;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.about .features_list h2{
	margin-left: 100px;
	color: #525151;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	word-break: break-word;
	text-align: centre;
}

.about .features_list p{
	color: #767272;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
	text-align: justify;
}

.about .features_list ul{
	margin-bottom: 30px;
}

.about .features_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.about .features_list ul li.about_1{	
	background: url('../img/about_1.png') no-repeat;
	background-position: 0 5px; 
}

.about .features_list ul li.about_2{	
	background: url('../img/about_2.png') no-repeat;
	background-position: 0 5px; 
}

.about .features_list ul li.about_3{	
	background: url('../img/about_3.png') no-repeat;
	background-position: 0 5px; 
}

.about .features_list ul li.about_4{	
	background: url('../img/about_4.png') no-repeat;
	background-position: 0 5px; 
}

.about .features_list ul li.about_5{	
	background: url('../img/about_5.png') no-repeat;
	background-position: 3px 5px; 
}

.about .features_list ul li.about_6{	
	background: url('../img/about_6.png') no-repeat;
	background-position: 3px 5px; 
	
}
.about .features_list ul li.about_7{	
	background: url('../img/about_7.png') no-repeat;
	background-position: 3px 5px; 
}

.about .features_list ul li.about_8{	
	background: url('../img/about_8.png') no-repeat;
	background-position: 3px 5px; 
}

.about .features_list ul li span{
	display: inline-block;
}










/*		App features 		*/

.app_features{
	width: 100%;
	padding: 100px 0 20px 0;
	background-color: #c51651;
	background-image: -moz-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -o-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -webkit-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
}

.app_features h1{
	color: #fff;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 50px 0 0 0;
	word-break: break-word;
}

.app_features p{
	color: #e0f7eb;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 30px 0 0 0;
	line-height: 28px;
}

.app_features .details{
	margin-bottom: 80px;
}

.app_features .details:nth-child(3n+1){
	clear: both;
}










/*		Testimonials section 		*/

.testimonials{
	padding: 100px 0;
}

.testimonials .testimonials_list{
	max-width: 820px;
	margin: 0 auto;
}

.testimonials .testimonials_list blockquote{
	border: 0;
	padding: 0;
	margin: 0;
}

.testimonials .testimonials_list blockquote p{
	color: #757171;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 50px;
	line-height: 36px;
}

.testimonials .testimonials_list blockquote footer:before,
.testimonials .testimonials_list blockquote footer:after{
	content: none;
}

.testimonials .testimonials_list blockquote .author,
.testimonials .testimonials_list blockquote .job{
	display: block;
}

.testimonials .testimonials_list blockquote .author{
	color: #4b4848;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 10px; 
}

.testimonials .testimonials_list blockquote .job{
	color: #6e6d6d;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.#tslider{
	text-align: center!important;
	position: relative!important;
}

#tslider .owl-controls{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	padding: 0;
}

#tslider .owl-controls .owl-prev,
#tslider .owl-controls .owl-next{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../img/nav_arrow.png') no-repeat;
	text-indent: -200px;
	overflow: hidden;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

#tslider .owl-controls .owl-prev{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next{
	background-position: -33px 0;
	margin-left: 40px;
}

#tslider .owl-controls .owl-prev:hover,
#tslider .owl-controls .owl-next:hover{
	cursor: pointer;
	background: url('../img/nav_arrow_hover.png') no-repeat;
}

#tslider .owl-controls .owl-prev:hover{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next:hover{
	background-position: -33px 0;
}










/*		Subscription section 		*/

.sub_box{
	width: 100%;
	padding: 100px 0;
	text-align: center;
	background-image: -moz-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -o-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -webkit-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
}

.sub_box .cta_text{
	color: #fff;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 50px;
}

.sub_box #mc-email{
	display: inline-block;
	width: 300px;
	height: 50px;
	padding: 0 20px;
	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	color: #c51651;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	vertical-align: middle;

	border-top-left-radius: 2px;
	-o-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;

	border-bottom-left-radius: 2px;
	-o-border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;

	
}

.sub_box #mc_submit{
	display: inline-block;
	width: 60px;
	height: 50px;

	border-top-right-radius: 2px;
	-o-border-top-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;

	border-bottom-right-radius: 2px;
	-o-border-bottom-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;

	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	text-align: center;
	vertical-align: middle;
}

.sub_box #mc_submit i{
	display: inline-block;
	width: 20px;
	height: 14px;
	vertical-align: middle;
}

#mc_submit i.icon{
	background: url('../img/sub_icon.png') no-repeat;
}

#mc_submit i.loading{
	background: url('../img/loading.gif') no-repeat;
}

.sub_box .message{
	display: block;
	text-align: center;
	color: #fff;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: lowercase;
	margin-top: 20px;
}

.sub_box #error_msg,
.sub_box #success_msg{
	display: none;
}










/*		Footer 		*/

footer{
	padding: 50px 0;
	text-align: center;
	background-color: #c51651;
	background-image: -moz-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -o-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -webkit-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);

}

footer .app_platform li{
	margin: 0 0 0 0px;
}

footer .app_platform li:first-child{
	margin: 0;
}

footer .copyright{
	margin-top: 15px;
	color: #FFFFFF;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .5px;
}

footer .copyright a{
	color: #565555;
}









/*		Responsive CSS 		*/

@media (max-width: 360px) {
	.featured_on li{
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {


	/*		Header 		*/
	header .logo{
		margin-right: 0;
	}

	header .burger_icon{
		display: block;
	}

	header nav{
		width: 100%;
		float: none;
		background: #c51651;
		position: absolute;
		margin-top: 130px;
		left: 0;
		display: none;
	}

	header nav.show{
		display: block;
	}


	header nav li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	header nav li a{
		display: block;
		width: 100%;	
		padding: 20px 0;
		border-bottom: 1px solid #389965;
	}

	header nav li:first-child a{
		border-top: 1px solid #389965;
	}

	header .social{
		display: none;
	}

	header .social li{
		margin-left: 10px;
	}






	/*		Main section 		*/
	.Main .caption{
		margin-left: 0;
	}

	.app_store_btn{
		display: block;
		width: 90%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}





	/*		Featured on section		*/
	.featured_on{
		padding: 25px 0 5px 0!important;
	}

	.featured_on ul li{
		margin-bottom: 25px!important;
	}






	/*		About Section 		*/
	.about .features_list {
		text-align: center;
		margin: 0;
	}

	.about .features_list ul li{
		text-indent: 0;
		background: transparent!important;
		margin-bottom: 20px;
	}

	.about .features_list ul li:last-child{
		margin: 0;
	}

	a.app_link{
		display: block;
		margin-top: 20px;
	}






	/*		Subscription section 		*/
	.sub_box #mc-email,
	.sub_box #mc_submit{
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.sub_box #mc_submit{
		margin-top: 20px;
	}
}

.services1 {
	padding: 100px 0;
}

.services1 .iphone{
	max-width: 339px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.services1 .iphone img{
	width: 100%;
	height: auto;
}

.services1 .features_list{
	margin-left: 0px;
}

.services1 .features_list h1{
	color: #525151;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.services1 .features_list h2{
	margin-left: 100px;
	color: #525151;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	word-break: break-word;
	text-align: centre;
}

.services1 .features_list p{
	color: #767272;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}

.services1 .features_list ul{
	margin-bottom: 40px;
	margin-top: 40px;
	margin-left: 45px;
}

.services1 .features_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.services1 .features_list ul li.ser1_1{	
	background: url('../img/ser1_1.png') no-repeat;
	background-position: 0 5px; 
}

.services1 .features_list ul li.ser1_2{	
	background: url('../img/ser1_2.png') no-repeat;
	background-position: 0 5px; 
}

.services1 .features_list ul li.ser1_3{	
	background: url('../img/ser1_3.png') no-repeat;
	background-position: 0 5px; 
}

.services1 .features_list ul li.ser1_4{	
	background: url('../img/ser1_4.png') no-repeat;
	background-position: 0 5px; 
}

.services1 .features_list ul li.loc_icon{	
	background: url('../img/icon5.png') no-repeat;
	background-position: 3px 13px; 
}

.services1 .features_list ul li span{
	display: inline-block;
}

.services2 {
	background: url('../img/bgphoto_2.png') no-repeat fixed center center;	
	background-size: cover;
	padding: 100px 0;
}

.services2 .features_list{
	margin-left: 0px;
}

.services2 .features_list h1{
	color: #FFFFFF;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.services2 .features_list h2{
	margin-left: 100px;
	color: #FFFFFF;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	word-break: break-word;
	text-align: centre;
}

.services2 .features_list p{
	color: #FFFFFF;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
	text-align: justify;
}

.services2 .features_list ul{
	margin-bottom: 30px;
}

.services2 .features_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.services2 .features_list ul li span{
	display: inline-block;
}

.services3 {
	background-size: cover;
	padding: 100px 0;
	background-color: #c51651;
	background-image: -moz-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -o-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -webkit-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
}

.services3 .features_list{
	margin-left: 0px;
}

.services3 .features_list h1{
	color: #FFFFFF;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.services3 .features_list h2{
	margin-left: 100px;
	color: #FFFFFF;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	word-break: break-word;
	text-align: centre;
}

.services3 .features_list p{
	color: #FFFFFF;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
	text-align: justify;
}

.services3 .features_list ul{
	margin-bottom: 30px;
}

.services3 .features_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.services3 .features_list ul li span{
	display: inline-block;
}

.services4 {
	width: 100%;
	background: url('../img/bgphoto_4.png') no-repeat fixed center center;	
	background-size: cover;
	padding: 100px 0 100px 0;

}

.services4 h1{
	color: #fff;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	word-break: break-word;
}

.services4 h2{
	margin-left: 100px;
	color: #FFFFFF;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	word-break: break-word;
	text-align: centre;
}

.services4 p{
	color: #e0f7eb;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 30px 0 0 0;
	line-height: 28px;
	padding: 0 0 50px 0;
	text-align: justify;
}

.services4 {
	margin-bottom: 0;
}

.services4 .details:nth-child(3n+1){
	clear: both;

}

.services4 .boxik {
	padding: 30px 0 30px 0;	
}

.services5 {
	background: #FFFFFF;	
	background-size: cover;
	padding: 100px 0 100px 0;

}

.services5 .features_list{
	margin-left: 0px;
}

.services5 .features_list h1{
	color: #525151;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.services5 .features_list h2{
	margin-left: 100px;
	color: #525151;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	word-break: break-word;
	text-align: centre;
}

.services5 .features_list p{
	color: #525151;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
	text-align: justify;
}

.services5 .features_list ul{
	margin-bottom: 30px;
}

.services5 .features_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.services5 .features_list ul li span{
	display: inline-block;
}

.services6 {
	background-size: cover;
	padding: 100px 0;
	background-color: #c51651;
	background-image: -moz-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -o-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: -webkit-linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);
	background-image: linear-gradient(bottom, #c51651 0%, #c51651 0.27%, #e73f32 99.46%, #e73f32 100%);

}

.services6 .features_list{
	margin-left: 0px;
}

.services6 .features_list h1{
	color: #FFFFFF;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.services6 .features_list h2{
	margin-left: 100px;
	color: #FFFFFF;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	word-break: break-word;
	text-align: centre;
}

.services6 .features_list p{
	color: #FFFFFF;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
	text-align: justify;
}

.services7 {
	background: url('../img/bgphoto_7.png') no-repeat fixed center center;	
	background-size: cover;
	padding: 100px 0;
}

.services7 .features_list{
	margin-left: 0px;
}

.services7 .features_list h1{
	color: #FFFFFF;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.services7 .features_list h2{
	margin-left: 100px;
	color: #FFFFFF;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	word-break: break-word;
	text-align: centre;
}

.services7 .features_list p{
	color: #FFFFFF;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
	text-align: justify;
}

.services7 .features_list ul{
	margin-bottom: 30px;
}

.services7 .features_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.services7 .features_list ul li span{
	display: inline-block;
}

.line6{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 700px;
}


.line6{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 700px;
}

.line6:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
}

.line6 .Ama{
	margin-top: 250px;
	margin-bottom: 250px;;
}
.line6 .Ama h3{
	font-size: 42px;
	text-align:center;
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 400;
}
.line6 .Ama p{
	font-size: 16px;
	text-align:center;
	color: #fff;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}

.contacts{
	padding: 100px 0;
}


.contacts .features_list{
	margin-left: 0px;
}

.contacts .features_list h1{
	color: #525151;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.contacts .features_list h2{
	margin-left: 100px;
	color: #525151;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	word-break: break-word;
	text-align: centre;
}

.contacts .features_list p{
	color: #767272;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
	text-align: justify;
}

.contacts .features_list ul{
	margin-bottom: 30px;
}

.contacts .features_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}



.circle-container {
  @include distribute-on-circle(8, 20em, 6em, false); 
  margin: 5em auto 0;


}


.circle-container {
  position: relative;
  /* 1 */
  width: 50em;
  height: 50em;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  /* 2 */
  box-sizing: content-box;
  /* 3 */
  margin: 5em auto 0;

}

.circle-container > * {
  /* 4 */
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6em;
  height: 6em;
  margin: -3em;
}

.circle-container > :nth-of-type(1) {
  transform: rotate(21deg) translate(25em) rotate(-21deg);
}

.circle-container > :nth-of-type(2) {
  transform: rotate(42deg) translate(25em) rotate(-42deg);
}

.circle-container > :nth-of-type(3) {
  transform: rotate(63deg) translate(25em) rotate(-63deg);
}

.circle-container > :nth-of-type(4) {
  transform: rotate(84deg) translate(25em) rotate(-84deg);
}

.circle-container > :nth-of-type(5) {
  transform: rotate(105deg) translate(25em) rotate(-105deg);
}

.circle-container > :nth-of-type(6) {
  transform: rotate(127deg) translate(25em) rotate(-127deg);
}

.circle-container > :nth-of-type(7) {
  transform: rotate(148deg) translate(25em) rotate(-148deg);
}

.circle-container > :nth-of-type(8) {
  transform: rotate(169deg) translate(25em) rotate(-169deg);
}

.circle-container > :nth-of-type(9) {
  transform: rotate(190deg) translate(25em) rotate(-190deg);
}

.circle-container > :nth-of-type(10) {
  transform: rotate(211deg) translate(25em) rotate(-211deg);
}

.circle-container > :nth-of-type(11) {
  transform: rotate(233deg) translate(25em) rotate(-233deg);
}

.circle-container > :nth-of-type(12) {
  transform: rotate(254deg) translate(25em) rotate(-254deg);
}

.circle-container > :nth-of-type(13) {
  transform: rotate(275deg) translate(25em) rotate(-275deg);
}

.circle-container > :nth-of-type(14) {
  transform: rotate(296deg) translate(25em) rotate(-296deg);
}

.circle-container > :nth-of-type(15) {
  transform: rotate(317deg) translate(25em) rotate(-317deg);
}

.circle-container > :nth-of-type(16) {
  transform: rotate(339deg) translate(25em) rotate(-339deg);
}

.circle-container > :nth-of-type(17) {
  transform: rotate(360deg) translate(25em) rotate(-360deg);
}

.circle-container img {
  display: block;
  width: 100%;
  border-radius: 50%;
  filter: grayscale(100%);
}

.circle-container img:hover {
  filter: grayscale(0);
}

.circle-container p {
  text-align: centre;
}

.bigcircle {
	padding-top: 50px;
	background: url('../img/LogoBig.png')no-repeat center;	

}

.bigcircle h6 {
	color: #FFFFFF;
	font-family: "open_regular", Helvetica, Arial, sans-serif;
	font-size: 16px;

	line-height: 32px;
	text-align: center;
}

.overlayvideo {width: 100%; height:100%; display:block;}
	#mainvideo {
		top: 0; bottom: 0; left: 0; right: 0;
		position: fixed;
		overflow: hidden;
	}
	#mainvideo {
		top: 0; left: 0;
		position: absolute;
		width: auto; height: auto;
		min-width: 100%; 
		min-height: 100%; 
	}