@charset "utf-8";

/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */

/*-- Import CSS Section
----------------------------------------------------------------------*/

@import url('fonts.css');
@import url('nav.css');
@import url('middle-menu.css');
@import url('forms.css');
@import url('gallery.css');
@import url('modal.css');
@import url('slider.css');
@import url('slider-controls.css');
@import url('slider-multi.css');
@import url('additional.css');
@import url('../plugins/aths/style/addtohomescreen.css');

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*-- Global
----------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width: 100%;
}
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/*-- Header Section
----------------------------------------------------------------------*/
body:not(.copyright_2016_webfrogStudios) {
    display: none;
}
header {
	position:relative;
	height:auto;
}
.site-logo{
	background-color:#2d55c4;
	 padding: 15px 30px;

}
#mobile-links{
	background-color:#2d55c4;
	font-size:3rem;
	padding:0 0 5px 0;
	text-align:center;
}
.mobile-links div{
	padding-left:5px;
	padding-right:5px;
}
.mobile-links a{	
	display:inline-block;	
	font-size:2.2rem;
	padding-top:5px;
	padding-bottom:5px;
}
.mobile-links img{
	text-align:center;
	width:60%;
	min-width:10vh;
}
.btn-mobile {
	background-color:#f1690f;
	color:#fff;
    width: 100%;
    text-align: center;
    border-radius: 0;
}
.btn-mobile:hover{
	background-color:#d5d5d5;
	color:#2d55c4;
    transition: all ease-in-out 0.2s
}

/*-- Content Section
----------------------------------------------------------------------*/
#content {
	/*height:500px;*/
	width:100%;
	position:relative;
	background-color:#154994;
}
#content:before {
	height:100%;
	width:100%;
	left:0;
	top:0;
	background-color:red;
}
#content-banner{
	background-repeat:no-repeat;
	background-position:center center;
	padding:100px 0 80px 0;
}
#content-main{
	padding:40px 30px 0 30px;
}
#focus-header {
    padding: 50px 5px 40px 5px;
}
#content.inner-page {
	background-color:#fff;
	padding:30px 0;
}
#focus-header img{
	display:block;
	margin:auto;
	padding:0 15px;
}
#focus-banner{
	padding:90px 10px 0 10px;
	box-shadow: inset 0 0 0 1000px rgba(240,240,240, .5);
	height:310px;
}
#contact {
    background-color: #343434;
    padding: 40px 0 30px 0;
}
.contact-header{
	padding:0;
}
.certified {
    padding: 40px 40px 0 40px;
}
.certified img{
	width:auto;
}
/*-- Footer Section
----------------------------------------------------------------------*/
footer{
	background-color:#242424;
	padding:2%;
}
body:not(.copyright_2016_webfrogStudios) {
    display: none;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb a {
	color:#fd952f;
}
.text-box {
	margin-bottom:15px;
}

/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.certified{
	padding:15px 0 0 60px;
}
.certified img{
	width:20%;
}
#contact{
	background-color:#343434;
	padding:40px 0 30px 0;
}
#focus-header{
	padding:75px 0 15px 0;
}
#focus-banner{
	padding:120px 0 0 0;
	height:340px;
}
#content-main{
	padding:50px 60px 0 60px;
}
#content-banner{
	padding:180px 0 170px 0;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
#content-main{
	padding:60px 60px 0 60px;
}
.certified{
	padding:40px 0 0 60px;
}
.certified img{
	width:auto;
}
#contact{
	background-color:#343434;
	padding:85px 0 55px 0;
}
#focus-banner{
	height:375px;
}
#content-main{
	padding:80px 60px 0 60px;
}
#content.inner-page {
	background-color:#fff;
	padding:4% 0;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
#content-main{
	padding:80px 60px 0 60px;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
body:not(.copyright_2016_webfrogStudios) section {
    display: none;
}