/***** General *****/
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
}

:focus {
    outline: 0 !important
}

strong {
	font-weight: 700;
}

a,
a:hover,
a:focus {
	color: #32958a;
	text-decoration: none;
    transition: all .3s;
}

a.tel {
    color: white;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4 {
	margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
	color: #fff;
}

h2 {
    font-size: 52px;
    font-weight: 300;
    line-height: 56px;
}

h3 {
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
}

ul {
	list-style: none;
	padding-left: 0;
}

::selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

/***** Buttons *****/

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: 0;
}

.btn {
    border-radius: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.btn-air {
    margin: 0;
    padding: 0 15px 0 15px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    border: 1px solid #24282e;
    background: #32958a;
    background-color: rgba(50, 149, 138, 0.2);
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    transition: all .3s;
}

.btn-air:hover {
    background: #32958a;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    transition: all .3s;
}

.btn-air:active {
	outline: 0;
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.btn-air:focus {
	outline: 0;
	color: #fff;
}

/***** Form elements *****/

.form-control {
  box-shadow: none;
}
.form-control:focus {
  background-color: white;
  border-color: #98A0A8;
  box-shadow: none;
}

textarea {
    /*line-height: 50px;*/
}

input.form-control,
textarea {
    margin: 0;
    padding: 0 10px;
    width: 100%;
    vertical-align: middle;
    background: rgba(250, 250, 250, 0.8);
    border: none;
	color: #000;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none;
    transition: all .3s;
}

input.form-control:focus {
	outline: 0;
    box-shadow: none;
    background: #fff;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #24282e;
}

/***** Top menu *****/

.brand-logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
}

.brand-logo>.brand-logo__image {
    max-width: 320px;
    max-height: 35px;
}

.navbar-default {
    margin-bottom: 0;
    padding: 20px 0;
    width:100%;
    min-height: 70px;
    border:none;
    border-radius: 0;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
    background: #fff;
    transition: all 0.4s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #32958a !important;
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #32958a !important;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #32958a;
    font-weight: 700;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #32958a !important;
}

.navbar-default.menu-top {
	box-shadow: 0 4px 0 rgba(50, 149, 138, 0.8);
    width:100%;
    background-color: #fff;
}
.navbar-default.menu-shrink {
    padding: 10px 0;
    width:100%;
}

.navbar-default.menu-top li a {
    color: #aba8a8 !important;
}
.navbar-default.menu-top .navbar-brand {
    color: #aba8a8;
}

.navbar-default .navbar-toggle {
  border-color: #aba8a8;
}

.navbar-default .navbar-toggle:focus ,
.navbar-default .navbar-toggle:hover {
  background-color: rgba(50, 149, 138, 0.2);
  border-color: #32958a;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #32958a;
}


/***** Top content *****/

.top-content {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: url("../img/backgrounds/bg.jpg");
	background-size: cover;
    background-position: center top;
}

.inner-bg {
    padding: 0;
	padding-top: 180px;
	padding-bottom: 120px;
    background-color: rgba(0, 0, 0, 0.6);
}

.top-content .text {
	padding-top: 50px;
}

.top-content h2 {
    color: #f3f3f3;
    font-size: 48px;
    line-height: 65px;
	margin: 10px 0 30px 0;
	font-weight: 700;
	text-align: center;
}

.light {
    font-weight: 300;
    color: #D4D4D4;
}

.top-content .top-button {
	margin-top: 40px;
	margin-bottom: 40px;
}

.top-description {
	margin-top: 30px;
	margin-bottom: 20px;
}

.top-description p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

/***** Social *****/

#social-section {
    padding: 20px 0 30px 0;
    background-color: #3b5998;
}

.social-link {
    font-size: 1.6rem;
    font-weight: 700;
}

.social-link,
.social-link>.social-link:visited {
    color: #3b5998;
}

.social-link.social-link--light {
    color: #fff;
}

.social-link:hover {
    color: #fff;
    padding: 15px;
    background-color: #3b5998;
    transition: all .3s;
}

.social-link.social-link--light:hover {
    background-color: #fff;
    color: #3b5998;
}

.social-link>.social-link__icon {
    position: relative;
    top: 6px;
    left: -4px;
}

/***** Features *****/

.features-container {
    margin: 0 auto;
    padding-bottom: 60px;
    color: #888;
    text-align: center;
}

#features-section h3 {
    margin-top: 40px;
    color: #aba8a8;
}

.features-box {
	text-align: center;
	background: transparent;
	padding-top: 40px;
	padding-bottom: 40px;
    transition: all .3s;
}

.features-box h4 {
	padding: 10px 0;
	font-size: 20px;
    font-weight: 300;
    color: #aba8a8;
    line-height: 24px;
}

.features-box p {
	padding: 0 24px;
    line-height: 24px;
}

/***** Talk To Us *****/

#talk-section {
    padding: 40px 0 40px;
    text-align:center;
    background-color: #32958a;
}

/***** Contact *****/

.inner-contact {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.contact-container {
	margin: 0 auto;
    background: url("../img/backgrounds/contact-bg.jpg");
	background-size: cover;
    background-position: center bottom;
}

.contact {
    margin-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}

.contact p {
	margin-top: 30px;
    color: #fff;
    line-height: 24px;
}

.contact-form,
.contact-address {
	padding-bottom: 80px;
}

.form-group h4,
.contact-address h4 {
	padding: 0 0 10px 0;
	font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
}

.contact-form p {
	margin: 15px 0 0 0;
	color: #fff;
	line-height: 32px;
}

.contact-form form {
	margin: 15px 0 0 0;
}

.contact-form form input,
.contact-form form textarea {
    width: 90%;
    height: 52px;
    margin-bottom: 20px;
}

.contact-form form textarea {
	height: 162px;
    margin-bottom: 20px;
    padding: 8px;
    vertical-align: middle;
    background: rgba(250, 250, 250, 0.8);
    border: none;
    font-weight: 300;
    line-height: 22px;
    color: #000;
    border-radius: 0;
    box-shadow: none;
    transition: all .3s;
}

.contact-address p {
	margin-bottom: 24px;
	color: #fff;
    line-height: 24px;
}

.contact-address p i {
	padding-right: 15px;
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
}


/***** Footer *****/

#footer {
    padding: 40px 0 40px;
    background-color: #fff;
}

#footer2 {
	position:relative;
	text-align:center;
	padding:39px 0 36px;
	background-color: #32958a;
	color:#fff;
	margin:0 0;
	font-weight: 300;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
	.top-content .text {
    	padding-top: 25px;
    }

    .features p,
    .contact p {
    	padding: 0;
    }
    .features-box {
        border: none;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default.menu-top {
        background-color: #fff !important;
        border-bottom: 1px solid #eee;
        text-align: center;
        width:100%;
    }

    .top-content .text {
    	text-align: center;
    }

    .top-content .logo a,
    .features h3,
    .contact h3 {
        padding: 0 20px;
    }

    .top-content .description,
    .features p,
    .contact p {
        padding: 0 20px;
    }

   .inner-bg {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .top-content h2 {
        font-size: 32px;
        line-height: 52px;
        margin: 110px 0 10px 0;
        text-align: center;
    }
    .top-description p {
        text-align: center;
    }

    .features-box p,
    .contact-address p {
        padding: 0 20px;
    }

    .features-box {
        border: none;
    }

    .contact-form, .contact-address {
        text-align: center;
    }

    .contact-form {
        padding-bottom: 40px;
    }

    .contact-form form input,
    .contact-form form textarea {
        width: 100%;
    }

    .contact-address {
        padding-bottom: 65px;
    }

    .brand-logo>.brand-logo__image {
        max-width: 230px;
    }
}


@media (max-width: 345px) {

    .brand-logo>.brand-logo__image {
        max-width: 230px;
        max-height: 27px;
    }

    .top-content h2 {
        margin-top: 60px;
        font-size: 28px;
        line-height: 42px;
    }

    .top-content h3 {
        font-size: 24px;
    }

    .top-content h2,
    .features h3,
    .contact h3 {
        padding: 0 20px;
    }

    .top-content .description {
        font-size: 22px;
        line-height: 32px;
    }

    .btn-air {
        width: 100%;
    }
}
