@charset "utf-8";
/* CSS Document */


* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
 
body {
	 background: #c5daeb;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-weight: 400;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-rendering: optimizeLegibility;
}

.wrapper {margin: 0 auto;
  width: 1500px;
  /*padding-right: 320px; /* padding should be the total width of all right columns */
	
}
header {
	  background-color: #c5daeb;
	border-bottom: 1px solid #3043FF;
	display: flex;
	flex-direction: column;
	text-align: center;
}


header > nav {
    background-color: white;
    display: none;
    flex: 1;
    transform: 300ms all ease;
}
 
    header nav > ul {
       list-style-type: none;
    }
 
        header nav > ul > li {
            border-bottom: 1px dotted rgba(0,0,0,.1);
            position: relative;
        }
 
            header nav > ul > li > a {
                display: block;
                color: rgba(0,0,0,.65);
                font-weight: 700;
                padding: 1.5rem 0;
                text-decoration: none;
                transition: 250ms all ease;
            }
	
header nav > ul > li:last-of-type {
    border-bottom: none;
}
 
header nav > ul > li > a span.toggle {
   background-color: rgba(0,0,0,.05);
    border-radius: 3rem;
    color: rgba(0,0,0,.25);
    font-size: 0.75em;
    font-weight: 500;
    padding: 2px 8px;
    /*text-transform: lowercase;*/
}
 
header nav > ul > li > a span.caret {
    display: none;
}
 
header > nav > ul > li:hover > a {
    color: rgb(140, 193, 193);
}

header > nav > ul > li > nav {
    background-color: #00527d;
    border-radius: 1.5em;
    box-shadow: 0 2px 8px rgba(0,0,0,.6);
    display: none;
    overflow: hidden;
    position: absolute;
    right: 5%;
    width: 90%;
    z-index: 100;
}

header > nav > ul > li > nav > ul > li > a {
    color: rgba(255,255,255,.85);
    transition: 300ms all ease;
}

    header > nav > ul > li > nav > ul > li:hover > a {
        background-color: rgba(0,0,0,.6);
        color: rgba(255,255,255,1);
    }
 	
header > div#logo {
    line-height: 70px;
    position: relative;
}
 
header > div#logo > h1 {
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;    /*text-transform: lowercase;*/
	font-style: oblique;
}

header > div#logo > div#navToggle {
    background-color: #00527d;
    position: absolute;
    right: 0;
    top: 0;
    transition: 300ms all ease;
}
 
    header > div#logo > div#navToggle:hover {
        background-color: rgba(0,0,0,.1);
    }
 
    header > div#logo > div#navToggle > a {
        color: rgba(255,255,255,.85);
        display: block;
        font-size: 0.85em;
        font-weight: 600;
        padding: 0 2.5rem;
        text-decoration: none;
        transition: 300ms all ease;
    }
 
        header > div#logo > div#navToggle:hover > a {
            color: rgba(255,255,255,1);
        }
.phone {
	background-color: #00527d;		
	padding: 1.5em 0;
	color: #FFF;
	
	
}
.total-logo { 
	color:#000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;    /*text-transform: lowercase;*/
	font-style: oblique;
}
.img-logo{
	float:left;
}
#logo {
	color:#000;
	position:relative;
	top: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;    /*text-transform: lowercase;*/
	font-style: oblique;
   	right: 0;
}

.top-nav1 {
	background-color: #FF0000;
	padding: 1.5rem 0;
}
.coupons {
	background-color: #ffff00; 
	color: #000000; 
	font-size: 20px; 
	font-weight: 600; 
	margin:20px; 
	padding:10px;
	
	
}
h1 {
	text-shadow: 1px 6px 2px #FFF;
	
}
 h2{
	padding: 10px 0;
 }
h3{
	padding: 10px 0;
 }
.left-col {
	background-color: #FF0000;
	width: 300px;
	alignment-adjust: central;
	padding-left: 30px;	
	float:left;
	position:relative;
}
.servicetext {color: #ffffff;
             text-align:left;
text-weight:bold;
font-size:0.9em;
}


/*.mid-col {
	float: right;
	with:100%;
	margin: -1000px 0 0 0;
	position:relative;
	color: #000;
	padding: 0 0 0 100px;
}

.right-col {
	float: right;
	with:100%;
	margin: -1000px 0 0 505px;
	position:relative;
	color: #000;
	padding: 0 0 0 700px;


}
.aside3 {
	margin: 20px 10px 20px 20px;
	padding: 0 120px 0 320px;
	color: #000;
	
	
}*/


/*	
/* Medium screens */

@media all and (min-width: 600px) {
/*Code goes here*/
header > div#logo > div#navToggle {
   display: none;
}
 
header nav > ul > li > a span.toggle {
    display: none;
}
 
header nav > ul > li > a span.caret {
    border-bottom: 4px solid transparent;
    border-top: 4px solid rgba(0,0,0,.65);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-radius: 1px;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 0 0 .25rem;
    transition: 250ms all ease;
    width: 0;
    vertical-align: middle;
}
 
    header nav > ul > li:hover > a span.caret {
        border-top-color: rgb(140, 193, 193);
        transform: rotate(270deg);
    }
	
header > nav {
    background-color: transparent;
    display: block;
}
 
    header > nav > ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
 
        header nav > ul > li {
            border-bottom: none;
        }
 
            header nav > ul > li > a {
                padding: 0 1.25rem;
            }
			
header > nav > ul > li:hover > nav {
	background-color: #00527d;
	border-radius: 0.25em;
	box-shadow: 0 2px 8px rgba(0,0,0,.6);
	display: block;
	line-height: 3em;
	right: -50%;
	width: 220px;
}
header {
	border-bottom: 1px solid #FF0000;
}


.left-col {
	background-color: #FF0000;
	width: 300px;
	alignment-adjust: central;
	padding-left: 30px;	
	float:left;
}

 
.articleLeft1 {
	width:230px;
}

.mid-col {
	float: right;
	margin: 0 20px 0 0;
	color: #000;
	padding: 0 0 0 0;
}

.aside1 {
	width:500px;
	margin: 20px 10px 20px -1150px;
	color: #000;
		
}

.aside2 {
	width:500px;
	margin: 20px 10px 20px -1150px;
	color: #000;
	
	
}

.right-col {
	float: right;
	
	margin: 0 20px 0 0;
	
	color: #000;
	padding: 0 0 0 0;
}
.aside3 {
	width:500px;
	margin: 20px 10px 20px -600px;
	color: #000;
	
	
}
.aside4 {
	width:500px;
	margin: 20px 10px 20px -600px;
	color: #000;
	
	
}
.aside1 img {
    border: 10px solid #00527d;
    border-radius: 10px;
    
}

.aside1 img:hover {
    box-shadow: 10px 10px 5px 1px rgba(0, 140, 186, 0.5);
}
.aside2 img {
    border: 10px solid #00527d;
    border-radius: 10px;
    
}

.aside2 img:hover {
    box-shadow: 10px 10px 5px 1px rgba(0, 140, 186, 0.5);
}
.aside3 img {
    border: 10px solid #00527d;
    border-radius: 10px;
    
}

.aside3 img:hover {
    box-shadow: 10px 10px 5px 1px rgba(0, 140, 186, 0.5);
}
.aside4 img {
    border: 10px solid #00527d;
    border-radius: 10px;
    
}

.aside4 img:hover {
    box-shadow: 10px 10px 5px 1px rgba(0, 140, 186, 0.5);
}

.footer1 {
	font-size: 0.7em;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #ACA;
	font-style: italic;
	text-align: center;
	background-color: #00527d;
	padding-bottom: 10px;
	clear: both;
	color: #FFF;
}
.bot-nav {
	background-color: #00527d;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	text-align: center;
	color:#FFF;
}
.bot-nav a{ text-decoration:none;
			color: #FFF;
              
}
.bot-nav li {list-style-type:none;
             display:inline;
			 padding-left:10px;
			 
} 
.bot-nav a:hover {background-color:#ebebff;
            color:#262682;
			
}

.copyright {
	padding-left: 100px;
	text-align: center;
}
.towns1 { color: #c5daeb; font-size: 10px;}
.towns1 a { color: #c5daeb; }
.towns1 a:hover { color: #000; }
.top-nav2 {
	display:none;
}


}




/*	
/* small screens */
@media all and (max-width: 600px) {
/*Code goes here*/
.top-nav1 {
	display:none;
}

.aside1 {
	margin: 10px 10px 10px 20px;
	/*padding: 0 320px;*/
	color: #000;
	display:none;
	
}
.aside2 {
	display:none;
}
.aside3 {
	display:none;
}
.aside4 {
	display:none;
}	
/*.footer1 {
	display:none;
}	*/
.bot-nav {
	display:none;
}
.towns1 {
	display:none;
}
.BannerAd {
	display:none;
}
.articleLeft1 {
	display:none;
}
.mid-col {
	display:none;
}
.phone {
	background-color: #fff;		
	padding: 1.5em 0;
	color: #000;
	
}

.facebook-logo {
    display:none;
}
h1{
font-size: 20px;
}


}