/* Add here all your CSS customizations */
ul#mainMenu {
    min-width: 840px;
    
}


.testimonial-style-2 p{
font-familiy: inherit;
font-weight: 200;
color: #003768;
text-align: center;
}

.owl-theme .owl-controls .owl-page span{
 background: #ec008c;
}


#footernav-contact {
    position: fixed;
    color: #FFF;
    right: 0px;
    bottom: 0;
    width: 100%;
    z-index: 1001;
    padding: 10px;
    background-color: rgba(236, 0, 140, 0.7);
    width: 280px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#footernav-contact h3,
#footernav-contact a:link,
#footernav-contact a:active{
color: #FFF;
}


.container {
    /* margin-right: auto; */
    /* margin-left: auto; */
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

#header nav ul.nav-main li a {
    font-weight: 500;
    padding: 10px 8px;
}

@media (max-width: 1088px){

	#header h1.logo img {
		max-width: 260px !important;
		height: auto !important;
	}

	ul#mainMenu {
		min-width: 100%;
   
	}	

	#header .nav-main-collapse {
	    background: #003768;
	}	

	#header .nav-main ul li {
    	border-bottom: 1px solid #FFF;
	}	
	
	.btn-responsive-nav {
    	background: rgba(236, 0, 140, 0.9);;
    }	
}