/*toggles*/

.bottombar {
	display:block;
	/* display:none */
}

body {
        /*background: url('images/bodybg8.jpg');*/
	/* background: url('images/bodybg7.jpg'); */
	/* background: url('images/bodybg6.jpg'); */
	/* background: url('images/bodybg5.jpg'); */
	/* background: url('images/bodybg4.jpg'); */
	/* background: url('images/bodybg3.jpg'); */
	/* background: url('images/bodybg2.jpg'); */
	/* background: url('images/bodybg1.jpg'); */
	background: #fff;
}



/*core tags*/

body{
        background: url('images/bgbody.jpg');
	width:100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	line-height:1.8em;
	color:#33464c;
	font-style: normal;
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
	color:#790000;
	transition: all 0.4s ease;
	font-weight:bold;
}

h1{
	font-size:1.6em;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.3em;
    margin: -16px -16px 10px;
	color: #464646;
	letter-spacing:.5px;	
	padding:16px;
}
h2{
	font-size:1.5em;
	line-height:1.5em;
	color: #464646;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing:.5px;
}
h3{
	font-size:1em;
	line-height:1.5em;
	color: #565656;
	margin-bottom:10px;
}
h4{
	font-size:1.3em;
	line-height:1.5em;
	color: #333;
}
h5{
	font-size:1em;
	color: #333;
}
h6{
	font-size:1em;
	color: #333;
}
ul, ol { 
    color: #666;
	font-size:1.1em;
	margin-left: 2em;
	line-height:1.5em;
}
p {
	margin-bottom:.5em;
text-align: justify;
}

.maincontent li {
    color: #2890d7;
    margin-bottom:.5em;
}

blockquote {
	background: url("images/quote.png") no-repeat scroll 20px 10px #790000;
	font-size:1.1em;
	text-align:center;
	padding:2em 1em 2em 90px;
	margin: 1em 0 3em;
	position:relative;
	color:#fff;
	font-style:italic;
}

blockquote span {
	position:absolute;
	bottom:-2em;
	right:1em;
	color:#790000;
	z-index:40;
}

blockquote:after {
  content: "";
  background-color: #eee;
  position: absolute;
  height: 40px;
  width: 100%;
  top: 100%;
  z-index: 1;
  left: 0;
}

.sidebar blockquote {
	background: url(images/sidequote.png) no-repeat scroll 5px 5px #aaa;
	margin: 1em 0 3em;
	padding:1em 1em 1em 1em;
	color: #333;
}

hr {
	border-top: 2px dotted #ccc;
}

img {
	box-sizing: border-box;
	max-width:100%;
}

.page {
	max-width:1050px;
	margin: 25px auto;
}

@media (max-width:1100px){
	.page {
		margin:auto;
	}

}


/* top bar */

#topbar{
	background:url(images/bg_pattern.jpg); 
	left:0px;
	padding:1em .5em;
	text-align:center;
	overflow:hidden;
}

#topbar div.phone{
	background: url(images/phone.png) left no-repeat;
	font-weight:bold;
	font-size:2em;
	color:#fff;
	float: right;
	padding: 5px 5px 5px 50px;
}

#topbar a.mobilephone{
	font-weight:bold;
	font-size:2em;
	color:#fff;
	float: right;
	margin-top:10px;
	display:none;
}
#topbar a.logo {
	background:url(images/mobilelogo.png) no-repeat center;
	width:300px;
	height:100px;
	display:block;
	float:left;
}

/* top bar - mobile */

@media (max-width:1100px){
	#topbar div.phone{
		display:none;
	}
	#topbar a.mobilephone {
		display:inline-block;
	}
}


@media (max-width:700px){
	#topbar{ 
		position:relative;
		overflow:hidden;
	}
	#topbar a.mobilephone {
		float:none;
		margin:.5em auto;
		font-size:2em;
	}	
	#topbar a.logo {
		float:none;
		margin:auto;
	}
}


/* Header */

div.header{
	background: #284d77;
	width:100%;
	box-shadow:0 0 10px rgba(0,0,0,.5);
	overflow:hidden;
}
.banner {
	padding:2em;
	margin:auto;
	overflow:hidden;
	clear:both;
	background:url(images/headerbg.jpg) no-repeat #1575aa;
}

.bannerphoto {
	float:right;
	background:url(images/headerimg.jpg) no-repeat center;
	width:500px;
	height:333px;
	border:solid 5px #fff;
	box-shadow:0 0 10px rgba(0,0,0,.5);
}

.bannertext {
	font-size:3em;
	line-height:1em;
	text-align:center;
	font-family: Myriad Pro, sans-serif, Arial;
	text-shadow:2px 2px 3px #233142;
	color:#ffed9d;
	float:left;
	width:45%;
	display:block;
	padding: 10px 0;
	margin-top:1em;
}

.bannertext>a {
    background: #ffde00;
    border: 1px solid #b69f05;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff inset;
    color: #33383e;
    display: block;
    font-size: 0.6em;
    text-shadow: 1px 1px 0 #ffffbb;
    margin: 1em .8em;
    text-transform: uppercase;
}
/* Header - mobile */

@media (max-width:1100px){
	div.header {
		height: auto;
		border-radius:0;
	}
	.bannerphoto {
		display:none;
	}
	.bannertext {
		margin-top:auto;
		margin:auto;
		float:none;
		width:80%;
		padding:10px;
	}
}

@media (max-width:700px){
	div.header {
		padding-top:20px;
	}
	.bannertext {
		font-size:2em;
	}
	.bannertext>a{
		font-size:.8em;
	}
}
	
	
/* Main Menu */

div.mainnav{
	width:100%;
	padding:5px 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dddddd+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */ 
}
div.mainnav ul{ 
	list-style:none;
	margin:auto;
	padding: 0 1em;
	line-height:.7em;
}
div.mainnav li {
                 border-right: 1px solid #f1f1f1;
		 padding:5px 0;
		 display: inline-block;
}
div.mainnav li:last-child{border:0 none}
div.mainnav a {
	font-size:.9em;
	color:#464646;
	text-decoration: none;
	display:block;
	padding:1em;
	overflow:hidden;
}
	
div.mainnav a:hover{
	color:#DC541D;
}

/* main menu - mobile */

div.mainnav a#menutoggle {
	display:none;
	background:url(images/menutoggle.png) no-repeat 20px center;
	font-size:1.2em;
}		
		
@media (max-width:1100px){
	div.mainnav a#menutoggle {
		display:block;
		text-align:center;
		padding:.5em;
	}	
	div.mainnav ul{
		display:none;
	}	
	div.mainnav li {
		display:block;
	}
	div.mainnav a {
		padding:.5em;
		text-align:center;
	}
	div.mainnav a:hover{
		background-color:transparent;
	}
}		
		
		
/* Content */
section#body {
	padding:1em;
	background-color:#fff;
	margin:1em 0;
	overflow:hidden;
}	

.maincontent {
}
.twocol .maincontent {
	float:left;
	width:70%;
	box-sizing:border-box;
}
.maincontent a:hover, .maincontent a:active {
	border-bottom: 1px dotted #D56616;
}

/* Sidebar */
.sidebar {
	float:right;
	width:30%;
	box-sizing:border-box;
	margin:-16px;
	padding:16px;
	background:#ddd;;
}

@media (max-width:1100px){
	.sidebar, .twocol .maincontent {
		width:100%;
		float:none;
		box-sizing:content-box;
	}
}
/* Footer */

div.footer{
	background: #284d77;
	width:100%;
	overflow:hidden;
}
div.footer>div {
	max-width:1050px;
	margin:auto;
	padding:1em;
	overflow:hidden;
}
div.footer .nav {
	float:left;
}
div.footer .nav ul {	
	margin:0;
	list-style-type:none;
}
div.footer .nav li {
	padding:.3em;
}	
div.footer .nav a {	
	color: #fff;
	padding:.5em;
}
div.footer .nav a:hover {	
	background-color: #CB8B08;
}
div.footer .content {
	float:right;
	color: #fff;
	max-width:400px;
}
div.footer .content a {
	color:#fff;
}
div.footer hr {
	border-top:2px dotted #CB8B08;
}

div.footer .creditcards {
	background: center no-repeat url(images/credit-cards.png);
	width:250px;
	height:50px;
}

/* Footer - mobile */

@media (max-width:700px){
	div.footer .nav {
		float:none;
	}
	div.footer .content {
		float:none;
		max-width:inherit;
	}
	div.footer .nav li {	
		text-align:center;
	}
}

/* columns */

.cols {
	margin:1em 0;
	overflow:hidden;
	clear:both;
}

.cols div {
	display:block;
	float:left;
}
.cols div {
	margin-right:1%;
}
.twocols div {
	width:49%;
}

.threecols div {
	width:32%;
}
.threecols div h3{text-align:center}

@media (max-width:1100px){
	.cols div {
		margin:.5em 0;
		width:auto;
		float:none;
	}


}  

/* template sections */

/* shout out */

.shoutout{
	background: #F5F3EC;
	color:#33464c;
	overflow:hidden;
        border: 2px dashed;
	padding:2em;
	margin:1em 0;
	font-size:1.1em;
}

.shoutout * {
	color:#33464c !important;
}  

.shoutout img {
	border-color:#fff;
	border-bottom-color:#ccc;
}

/* big call now */

.bigcallnow {
	color:#0499F1;
	font-size:2.5em;
	font-family: 'Noto Sans', sans-serif;
	text-align:right;
	background: url(images/bigcallnow.jpg) no-repeat left #fff;
	overflow:hidden;
	max-height:400px;
	padding:3em 1em 1em;
	margin:0 -1em;
	line-height:1em;
	height:200px;
	clear:both; 
}

.twocol .bigcallnow {
	font-size:1.8em;
}

.bigcallnow>span {
	display:block;
	padding:10px;
	font-size:2em;
	font-weight:bold;
}
.bigcallnow>a.cta {
        color: #FF4900;
	padding:1em;
	line-height:1.5em;
}
.bigcallnow>a.mobilephone {
	display:none;
	padding:.5em;
	font-size:1.5em;
	font-weight:bold;
	color:#fff;
}

.bigcallnow>a:hover,
.bigcallnow>a:active  {
	border-bottom:none;
	color:#359bd4;
	
}
@media (max-width:700px){
    .bigcallnow{width:auto}
}

/* Auto Center */

.autocenter {
	background:url(images/light-bg.png);
	overflow:hidden;
	margin:1em -1em;
	padding:1em;
	text-align:center;
}
.autocenter > div {
	margin: auto;
    padding: 1em;
    text-align: center;
}
.autocenter  img {
	margin:0 1em;
	float:none;
	border:none;
	box-shadow:none;
}

.autocenter p {
	margin:0;
	display: inline;
}

/* snazzy list */

.snazzylist {
	background:#eaeaea;
	margin:16px -16px;
	padding:16px;
	overflow:hidden;
	clear:both;
	border-bottom:#ddd 1px solid;
	border-top:#ddd 1px solid;
}
.snazzylist ul {
	margin: 16px 0;
	overflow:hidden;
}

.snazzylist li {
	color:#333;
	display:block;
	float:left;
	width:32%;
	margin-right:1%;
	padding:5px 10px;
	box-sizing:border-box;
	background-color:#fff;
	border:#ddd solid 1px;
	transition:all .5s;
}
.snazzylist li:hover {
	background-color:#2890d7;
	color:#fff;
}

.snazzylist li:hover a{
	color:#fff;
} 
/* template sections - mobile */

@media (max-width:1100px){
	.bigcallnow>span {
		display:none;
	}
	.bigcallnow>a.mobilephone {
		display:block;
		color:#FF4900;
	}
	.twocol .bigcallnow {
		font-size:2.5em;
	}
}
@media (max-width:900px){
	.bigcallnow{
		text-align:center;
		background:#fff;
		padding:0;
		width:80%;
		margin:auto;
		border:solid 5px;
		font-size:1.5em;
		height:auto;
	}
	.twocol .bigcallnow {
		font-size:1.5em;
	}
}


@media (max-width:700px){
	.snazzylist li{
		width:100%;
	}
}

/* Required */

.image-left{
	float:left;
	box-shadow:3px 3px 10px rgba(0,0,0,.2);
	margin: 1em;
}

.image-right{
	float:right;
	box-shadow:3px 3px 10px rgba(0,0,0,.2);
	margin: 1em;
}

.image-center{
	display:block;
	border: 0.5em solid #ddd;
	margin:1em auto;
}

.image-noborder{
	border-style:none;
}

@media (max-width:700px){
	.image-left, .image-right, .maincontent img {
		float:none;
		margin-top:1em;
		margin-bottom:1em;
		margin-left:auto!important;
		margin-right:auto!important;
		display:block;
		width:auto!important;
	}
}