/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 1.75;
}

img {
    max-width: 100%;
    height: auto;
}

h1{
    color: #004380;
    margin: 40px auto;
    font-size: 40px;
}

h2 {
    font-size: 40px;
    margin: 25px;
}

h3 {
    margin: 15px auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

h3 strong{
    color: #55c7d2;
}

header {
    color: #004183;
    padding: 25px 0;
}

header p {
    font-size: 25px;
}

header .fa-phone {
    color: #55c7d2;
}

header .fa-facebook-square{
    margin-left: 15px;
}

header h3{
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background-image: -ms-linear-gradient(left, #59C7D1 0%, #004183 100%);
    background-image: -moz-linear-gradient(left, #59C7D1 0%, #004183 100%);
    background-image: -o-linear-gradient(left, #59C7D1 0%, #004183 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #59C7D1), color-stop(100, #004183));
    background-image: -webkit-linear-gradient(left, #59C7D1 0%, #004183 100%);
    background-image: linear-gradient(to right, #59C7D1 0%, #004183 100%);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    font-size: 22px;
    font-weight: 300;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
    font-weight: bold;
    background: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    font-weight: bold;
    background: none;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: none;
}

.navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
}

.nav > li {
    margin-left: 45px;
}

.navbar-inverse .navbar-nav>li>a:hover{
    color: #b99ac8;
}

.owl-carousel {
    padding: 0;
}

#intro {
    background-color: #fcfdfd;
}

#services {
    padding: 30px 0;
    background: #55c7d2;
    color: #fff;
    font-weight: 600;
}

#services ul {
    list-style: none;
    padding: 0 50px;
}

#services li {
    padding: 15px 0;
}

#services li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0px 25px 0 -55px;
    font-size: 35px;
    vertical-align: middle;
    line-height: 0;
}

#contacts{
    padding: 50px 0;
    color: #004380;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
}

#contacts a{
    background: #55c7d2;
    border-radius: 10px;
    color: #fff;
    padding: 5px 50px;
    display: inline-block;
    font-size: 18px;
}

#contacts a:hover{
    text-decoration: none;
    background: #46afb9;
}

#contacts .fa {
    color: #55c7d2;
}

#contacts a .fa {
    color: #ffffff;
    margin-left: 5px;
}

#contacts p{
    max-width: 820px;
    margin: 0 auto 20px;
}

#images{
    margin-top: 50px;
}

#images img {
    border: 5px solid #eeeeee;
}

.pam img{
    margin-top: 50px;
}

.services #intro h3{
    font-size: 16px;
    margin: 20px auto 5px;
    color: #b99ac8;
}

.services #intro img{
    margin-top: 50px;
}

.fa-star {
    margin: 10px 0 50px;
    font-size: 18px;
    color: #ffbf00;
}

.testimonials p {
    font-style: italic;
}

.about #intro h3{
    color: #b99ac8;
    font-size: 50px;
    margin-top: 55px;
    font-family: 'Satisfy', cursive;
    font-weight: normal;
}

#contact {
    min-height: 55vh;
    padding: 30px 0;
    color: #004380;
}

#contact h2 {
    font-size: 28px;
    margin: 0 0 20px;
    font-weight: bold;
}

#contact p {
    font-size: 16px;
    margin: 0 0 20px;
    color: #55c7d2;
}

#contact p strong{
    font-weight: bold;
    color: #004380;
}

#contact .form p{
    color: #1d134f;
}

#contact .form p strong{
    font-weight: bold;
    color: #1d134f;
}

#contact form p{
    margin: 0 0 5px;
}

#contact .form input {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    background-color: #f1ebf4;
    padding: 5px;
}

#contact .form textarea {
    width: 100%;
    border: none;
    background-color: #f1ebf4;
    padding: 5px;
    resize: vertical;
}

#contact .form input#contact-button{
    background: #55c7d2;
    border-radius: 10px;
    color: #fff;
    padding: 5px 50px;
    display: block;
    font-size: 18px;
    width: auto;
    clear: both;
    float: right;
    margin-top: 15px;
    font-family: FontAwesome, Lato;
    word-spacing: 5px;
}

.g-recaptcha {
    float: right;
    margin-top: 15px;
}

#response-success {
    background-color: #55c7d2;
    padding: 10px;
    margin: 15px 0;
    color: #fff;
}

#response-failed {
    background-color: #EC2F2F;
    padding: 10px;
    margin: 15px 0;
    color: #fff;
}

footer {
    padding: 30px 0;
    border-top: 5px solid #b99ac8;
}

footer .address{
    margin-top: 15px;
}

footer a {
    text-decoration: none;
    color: #b99ac8;
}

/* Back to top button */

.scrollup {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #55c7d2;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    z-index: 10;
    text-decoration: none;
    border-radius: 10px;
}

.scrollup:hover,
.scrollup:active,
.scrollup:focus {
    text-decoration: none;
    background: #46afb9;
    color: #fff;
}

/*  */

@media (max-width: 1200px) and (min-width: 768px){
	.navbar .container {
	    width: auto;
	}
	.navbar-nav{
		text-align: center;
		width: 100%;
	}
	.nav > li{
		margin: 0 10px;
		float: none;
		display: inline-block;
	}
	.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a{
		font-size: 20px;
	}
}

@media (max-width: 980px) and (min-width: 768px){
	.nav > li{
		margin: 0;
	}
	.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a{
		font-size: 16px;
	}
}

@media (max-width: 992px) {
    footer{
        text-align: center;
    }
    footer .text-right{
        text-align: center;
    }
}

@media (max-width: 767px){
    header{
        text-align: center;
    }
    header p{
        margin: 10px 0;
    }
    header .text-right{
        text-align: center;
    }
    .about{
        text-align: center;
    }
    #images img{
        margin: 10px auto;
    }
}

@media (max-width: 500px){
    h1{
        font-size: 34px;
    }
    h2 {
        font-size: 32px
    }
    header{
        padding: 10px 0;
    }
    header p {
        font-size: 20px;
    }
    header h3{
        font-size: 20px;
    }
    .logo img{
        max-width: 75%;
        height: auto;
        margin: auto;
    }
    .nav > li{
        margin-left: auto;
    }
    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a{
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #contacts{
        font-size: 22px;
    }
    #contacts a{
        font-size: 16px;
    }
    footer{
        line-height: 1.4;
    }
    footer img{
        max-width: 70%;
        height: auto;
    }
}
