/** SIZE TOP RIGHT LOGO **/

.nav img {
    height: 88px;
    padding-left: 10px;
    padding-bottom: 5px;
}

/*********************************
MAIN
*********************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Asap', sans-serif;
}

h1 {
    font-size: 56px !important;
    padding-top: 24px;
}

h1 span {
    color: #0FBACD;
}

section {
    padding: 100px 0 0;
}

/*********************************
HEADER
*********************************/

.logo {
    margin-bottom: 45px;
    width: 400px;
}

.header-content-inner-custom h2 {
    width: 50%;
    margin-bottom: 35px;
}

#page-top header {
    background: url(../img/PageTransition_Main-Img.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 700px !important;
    min-height: 700px !important;
}

.navbar-brand-custom {
    float: none;
    height: auto;
    padding: 0;
    display: inline-block;
}

.logo_nav {
    padding: 15px 0;
    width: 220px;
}

.header-content-inner-custom {
    margin-top: 15% !important;
    max-width: none !important;
}


.btn-custom1 {
    background-color: #FF685E;
    border: none;
    width: 30% !important;
    font-size: 16px;
    font-family: 'Asap', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    padding: 24px 16px;
    text-transform: uppercase;
    border-radius: 40px;
    margin-right: 2%;
    display: inline-block;
}

.btn-custom1:hover,
.btn-custom1:focus {
    color: #fff;
    background-color: #d65951;
    text-decoration: none;
}

.btn-custom2 {
    background-color: transparent;
    border: 3px #fff solid;
    width: 30% !important;
    font-size: 16px;
    font-family: 'Asap', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    padding: 24px 16px;
    border-radius: 40px;
    text-transform: uppercase;
    margin-right: 2%;
    display: inline-block;
}

.btn-custom2:hover,
.btn-custom2:focus {
    color: #0FBACD;
    text-decoration: none;
    background-color: #fff;
}

.btn-custom3 {
    background-color: #0fbacd;
    width: 30% !important;
    font-size: 16px;
    font-family: 'Asap', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    padding: 24px 16px;
    border-radius: 40px;
    text-transform: uppercase;
    margin-right: 2%;
    display: inline-block;
}

.btn-custom3:hover,
.btn-custom3:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0d98a8;
}


p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #7e8697 !important;
}

.img-section {
    width: 85%;
}

/*********************************
SECTION
*********************************/

.section-heading h2 {
    color: #07636D;
}

.section-heading h2 span {
    color: #0FBACD;
}

.feature-item h3 {
    color: #07636d;
}

.text-muted {
    width: 75%;
    margin: 0 auto;
}


/*********************************
FOOTER
*********************************/

p a {
    color: #0FBACD;
}

p a:hover {
    color: #0FBACD;
}

footer {
    background-color: #04454C;
}

footer p span {
    color: #FFF;
    font-size: 16px;
}

.mentions {
    color: #fff !important;
}

/*********************************
MEDIA QUERIES
*********************************/

@media only screen and (max-width:1199px) {

}


@media only screen and (max-width:991px) {

	.header-content-inner-custom {
	    margin-top: 28% !important;
	}

	.header-content-inner-custom h2 {
	    width: 80%;
	    margin-bottom: 35px;
	}

	section.features .section-heading h2 {
	    margin-top: 0;
	    width: 80%;
	    margin: 0 auto 20px;
	}

	section.features .feature-item {
	    text-align: center;
	    margin-bottom: 90px;
	    margin-left: 0;
	    margin-right: 0 !important;
	    max-width: none;
	}

	.img-section {
	    width: 80%;
	}

	.text-muted {
	    width: 65%;
	    margin: 0 auto;
	}

	section.features .feature-item h3 {
	    font-size: 30px;
	    margin-top: 35px;
	}

    h1 {
        width: 90%;
    }

}


@media only screen and (max-width:767px) {

	.header-content-inner-custom {
	    margin-top: 5% !important;
	    text-align: left;
	    margin-left: 15px !important;
	}

	.logo_nav {
	    padding: 15px 0;
	    width: 188px;
	    margin-left: 30px;
	}

	.btn-custom {
	    margin: 0;
	    width: 100% !important;
	}

	.btn-custom-left {
	    margin-bottom: 25px !important;
	}

	.img-section {
	    width: 90%;
	}

	.collapsed {
	    display: none;
	}

	.btn-custom1, .btn-custom2, .btn-custom3 {
	    width: 100% !important;
    	margin-bottom: 16px;
	}

	#page-top header {
	    height: auto !important;
	}

    h1 {
        width: 100%;
    }

}


@media only screen and (max-width:575px) {

	.header-content-inner-custom {
	    margin-top: 0 !important;
	}
}






