/************************/
/******* GENERAL ********/
/************************/
@font-face{font-family:'Open Sans';src:url('assets/fonts/OpenSans-Light.ttf') format('truetype');font-weight:300;}
@font-face{font-family:'Open Sans';src:url('assets/fonts/OpenSans-Regular.ttf') format('truetype');font-weight:400;}
@font-face{font-family:'Open Sans';src:url('assets/fonts/OpenSans-SemiBold.ttf') format('truetype');font-weight:600;}
@font-face{font-family:'Open Sans';src:url('assets/fonts/OpenSans-Bold.ttf') format('truetype');font-weight:700;}
@font-face{font-family:'Open Sans';src:url('assets/fonts/OpenSans-Black.ttf') format('truetype');font-weight:900;}

@font-face{font-family:'Montserrat';src:url('assets/fonts/Montserrat-Thin.ttf') format('truetype');font-weight:100;}
@font-face{font-family:'Montserrat';src:url('assets/fonts/Montserrat-ExtraLight.ttf') format('truetype');font-weight:200;}
@font-face{font-family:'Montserrat';src:url('assets/fonts/Montserrat-Light.ttf') format('truetype');font-weight:300;}
@font-face{font-family:'Montserrat';src:url('assets/fonts/Montserrat-Regular.ttf') format('truetype');font-weight:400;}
@font-face{font-family:'Montserrat';src:url('assets/fonts/Montserrat-Medium.ttf') format('truetype');font-weight:500;}
@font-face{font-family:'Montserrat';src:url('assets/fonts/Montserrat-SemiBold.ttf') format('truetype');font-weight:600;}
@font-face{font-family:'Montserrat';src:url('assets/fonts/Montserrat-Bold.ttf') format('truetype');font-weight:700;}
@font-face{font-family:'Montserrat';src:url('assets/fonts/Montserrat-ExtraBold.ttf') format('truetype');font-weight:800;}
@font-face{font-family:'Montserrat';src:url('assets/fonts/Montserrat-Black.ttf') format('truetype');font-weight:900;}


*{
	font-family:'Open Sans', sans-serif !important;
}
html,body{
	overflow-x:hidden;
}
::-webkit-scrollbar-track{
	border-radius:0;
	background-color:#F5F5F5;
}
::-webkit-scrollbar{
	width:10px;
	background-color:#F5F5F5;
}
::-webkit-scrollbar-thumb{
	border-radius:0;
	background-color:#871a5b;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance:textfield;
}
a{
	-moz-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	-webkit-transition: all 0.3s ease-in-out !important;
	-ms-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
a[href^=tel]{
	color:#f9b700 !important;
	text-decoration:none !important;
}
p{
	font-size:20px;
	margin:0 !important;
}
.btn-totop{
	background-color:#ccc !important;
	color:#871a5b !important;
	position:fixed;
	bottom:20px;
	right:20px;
	padding:0px 15px 3px 15px;
	
	font-size:24px;
	font-weight:700;
	
	-webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg);
	
	-moz-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	-webkit-transition: all 0.3s ease-in-out !important;
	-ms-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
.btn-totop:hover,
.btn-totop:focus,
.btn-totop:active{
	text-decoration:none !important;
	color:#ffffff !important;
	background-color:#871a5b !important;
}
.animated{
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.animated.first{
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}
.animated.second{
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.animated.third{
	-webkit-animation-delay:1.5s;
	animation-delay:1.5s;
}
.animated.fourth{
	-webkit-animation-duration:2s;
	animation-duration:2s;
}
.nopadding{
    padding:0 !important;
}
.desktop-only{
	
}
.tablet-only{
	display:none;
}
@media(max-width:768px){
	.desktop-only{
		display:none;
	}
	.tablet-only{
		display:block;
	}
}




/************************/
/******** MAIN **********/
/************************/
h1, h2, h3, h4, h5, h6{
	font-family:'Montserrat', sans-serif !important;
	color:#871a5b !important;
}
h1{
	font-size:46px !important;
	text-transform:uppercase !important;
	line-height:1.5 !important;
}
h2{
	font-size:24px !important;
	text-transform:uppercase !important;
	line-height:1.5 !important;
}
h3{
	font-size:32px !important;
	font-weight:700 !important;
}
h4{
	font-size:32px !important;
	font-weight:700 !important;
}
h5{
	font-size:32px !important;
	font-weight:700 !important;
}
@media(max-width:768px){
	h1{
		font-size:34px !important;
	}
	h2{
		font-size:24px !important;
	}
	h3,
	h4,
	h5{
		font-size:24px !important;
	}
}
@media(max-width:480px){
	h3,
	h4,
	h5{
		font-size:22px !important;
	}
}



.logo{
	text-align:center;
	margin:75px auto 75px auto;
}
.logo img{
	margin:0 0 75px 0;
}
@media(max-width:480px){
	.logo{
		margin:30px auto 75px auto;
	}
	.logo img{
		margin:0 0 25px 0;
	}
}



.section-1{
	padding:0 0 50px 0;
	background:#871a5b;
}
.section-1 img{
	margin-top:-200px;
}
@media(max-width:1920px){
	.section-1 img{
		max-width:900px;
	}
}
@media(max-width:1440px){
	.section-1 img{
		max-width:750px;
	}
}
@media(max-width:1024px){
	.section-1{
		margin-top:200px;
	}
}
@media(max-width:768px){
	.section-1{
		margin-top:0;
	}
	.section-1 img{
		margin-top:-75px;
		max-width:100% !important;
	}
}



.section-2{
	padding:100px 0 150px 0;
}
.section-2 .content{
	text-align:center;
}
@media(max-width:480px){
	.section-2{
		padding:25px 0 50px 0;
	}
}



.section-3{
	padding:0 0 100px 0;
	background:#871a5b;
	color:#ffffff;
}
.section-3 img{
	margin-top:-150px;
}
.section-3 img.extra{
    width:100%;
}
.section-3 .content{
	max-width:700px;
}
@media(max-width:1440px){
	.section-3 img{
		
	}
}
@media(max-width:768px){
	.section-3 img{
		margin-top:-75px;
	}
	.section-3 img{
		max-width:100% !important;
	}
}
@media(max-width:480px){
	.section-3{
		padding:30px 0 50px 0;
	}
}



.section-4{
	padding:100px 0;
	background:#ffffff;
	color:#871a5b;
}
.section-4 .content{
	max-width:600px;
}
@media(max-width:480px){
	.section-4{
		padding:25px 0;
	}
}


.section-5{
	background-image: url(assets/images/section-5-0-bg.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:fixed;
	background-position:center center;
	min-height:400px;
}
.section-5.new{
    background-image: url(assets/images/section-5-1-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
	min-height:500px;
}
.section-5 .content{
	
}
@media(max-width:768px){
	.section-5{
		background-attachment:unset !important;
	}
}
@media(max-width:480px){
	.section-5{
		min-height:190px;
	}
}



.section-6{
	padding:100px 0;
	background:#871a5b;
	color:#ffffff;
}
.section-6 .content{
	max-width:625px;
}
@media(max-width:480px){
	.section-6{
		padding:25px 0;
	}
}



.section-7{
	background:#ffffff;
}
.section-7 .embed-responsive{
	max-height:400px;
}



footer{
	background:#871a5b;
	text-align:center;
	padding:25px 0;
	
	font-size:18px;
	color:#ffffff;
}
footer a{
	color:#ffffff;
	text-transform:uppercase;
}
footer a:hover,
footer a:focus,
footer a:hover{
	color:#ffffff;
}



.legal{
	padding:0 0 100px 0;
}
.legal a{
	color:#871a5b !important;
}
.legal h2,
.legal h3{
	font-size:26px !important;
	font-weight:700 !important;
	text-transform:uppercase;
	margin:25px 0 5px 0 !important;
}
@media(max-width:768px){
	.legal{
		padding:0 0 50px 0;
	}
}
@media(max-width:480px){
	.legal h2,
	.legal h3{
		font-size:22px !important;
	}
}




/************************/
/***** MEDIA QUERIES ****/
/************************/
@media(max-width:1280px){
	
}
@media(max-width:1024px){
	
}
@media(max-width:768px){
	
}
@media(max-width:480px){
	
}
@media(max-width:414px){
	
}
@media(max-width:375px){
	
}
@media(max-width:320px){
	
}

img.instagram-icon {
    width: 20px;
}
img.facebook-icon {
    width: 20px;
	margin-left: 20px;
}