@charset "UTF-8";
/* CSS Document */
body {
background: #fff url("../img/bg_pattern.png") repeat scroll 0 0;
    color: #454545;
}
.white { 
color: #FFFFFF !important;}
.container {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
	position:relative;
	z-index: 10;
}
.thumb {
    margin-bottom: 30px;
}
.top-container { 
width: 100%;
background-color: #087aac;
	position:relative;
	z-index: 100000;
	background-image: url(../img/blue_bg.jpg);
}
.topheader {
	background-color:transparent;
	 }
.logomargin {

}
.topphone {
	font-size: 25px;
	line-height: 50px;
	padding-left: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	float: left;
	color: #FFFFFF !important;
}
.floatleft { float: left;
clear: right;
}
.redphone {color: #FFFFFF; 
float: left;}
 .greyline {
	 line-height: 30px;
	 background-color: #333;
	 margin-top: 20px;
	 margin-bottom: 5px;
	 color: #999999;
	 font-size: 11px;
	 padding: 5px;
	 padding-right: 20px;
	 text-align:right;
}
 .greyline a {
	 color: #FFF;
}
.footer {
	background-color: #999;
}
.footericons {
	float: left; 
	margin-right: 20px;
}

.footericontext {
	float: left;
	font-size: 16px;
	width: auto;
 }
.footericoncontainer {
	float: left;
	width: auto;
	margin-bottom: 5px;
	margin-right: 30px;
}

.footericoncontainerright {
	float: right;
	width: auto;
	margin-bottom: 5px;
}
.margin-left-15 {
	margin-left: 11px; 
	}
.margin-left-minus15 {
	margin-left: -15px; 
	}
.padding-right-minus20 {
	margin-right: -20px !important; 
	}
.padding-right-0 {
	padding-right: 0px !important; 
	}	
.margin-left-right-minus15 {
	margin-left: -15px; 
	margin-right: -15px; 
	}	
.margin-bottom-20 {
	margin-bottom: 20px; 
	}
.margin-bottom-50 {
	margin-bottom: 50px; 
	}	
.margin-bottom-10 {
	margin-bottom: 10px; 
	}
.margin-top-10 {
	margin-top: 10px; 
	}
.margin-top-20 {
	margin-top: 20px; 
	}
.margin-top-40 {
	margin-top: 40px; 
	}
.margin-bottom-40 {
	margin-bottom: 40px; 
	padding-right: 30px;
	}		

@media only screen and (min-width: 320px) and (max-width: 779px) {
	.top-container {
    background-color: #FFFFFF;
    width: 100%;
}
.mobile  {
	margin-top: 0px !important;
}
.quote {
    color: #0b7aac;
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    padding: 10px 10px;
}


		}

@media only screen and (min-width: 780px) and (max-width: 1023px) {
	.navbar-header {
    display: none;
  }
	
		}

@media only screen and (min-width: 1024px) {		
	.navbar-header {
    display: none;
  }
	
}


@media (min-width: 768px) {
  

}
