﻿body {margin:0px;font-family:Arial, Helvetica, sans-serif;background:#ffffff;line-height:2em}
html {font-family:Arial, Helvetica, sans-serif}

/* ============================= */
/* ============================= */

/* ===================== HEADER ======================== */
#header {border-bottom: 0px #f6e830 solid;background:#404040}
.topbar {color:#ffffff;background:#181818;font-weight:normal;margin-bottom:0px;padding-top:4px;line-height:1.5em}
 
.container  {max-width:1280px;margin:0 auto;padding:0em 2em;}
 
.tpname {display:inline-block;font-weight:bold;letter-spacing:.25em;vertical-align:top;color:#000000;width:48%}
.tpname h1 {font-size: 2.5em;letter-spacing: 1.5px;font-weight: bold;font-family: "Times New Roman", Times, serif;}
.tpname h1 span {font-size:2em;letter-spacing:normal}
.tpname a:link {color:#000000;text-decoration:none}
.tpname a:visited {color:#ffffff;text-decoration:none}
.tpname a:hover {color:silver;}
.tpcontact {display:inline-block;width:48%;text-align:right}
 
.tpbox {display:inline-block;border:0px solid #000000;margin: 5px;padding: 5px;color:#ffffff}
.tpbox img {vertical-align:middle;margin-right:.5em;height:24px}
.tpbox a:link, .tpbox a:visited {display:inline-block;color:#ffffff}
 
/* ==== PHONE ==== */
.phone1 {display:inline-block}
.phone2{display:none}
 
/* ==== PHONE ==== */
.phone2white {display:none}
 
@media screen and (min-width: 0px) and (max-width: 600px){
    /* === Top Name & Menu === */
    .topbar {color:#ffffff;background:#181818;font-weight:normal;margin-bottom:0px;padding-top:4px;line-height:1.5em;text-align:center}
    .tpname {display:block;width:100%;margin-left:0em;text-align:center}
    .tpname br {display:none}
    .tpname h1 {font-size: 2em;letter-spacing: 1.5px;font-weight: bold;}
    .tpbox {display:inline-block}
    .tpcontact {display:inline-block;width:auto;text-align:right}
    .tpbox {display:inline-block;float:left;line-height: 2em;width:auto}
    .tpbox span {/*display:none*/}
    .tpbox a:link {display:block;color:#ffffff} 
    .tpbox img {vertical-align: middle;margin-right:auto;height: 30px;}
}
 
@media screen and (min-width: 601px) and (max-width: 768px){
    /* === Top Name & Menu === */
    .tpname {display:inline-block;width:45%;font-weight:bold;letter-spacing:.25em;vertical-align:top;}
    .tpname br {display:none}
    .tpcontact {display:inline-block;width:50%;text-align:right}
    .tpbox span {/*display:none*/}
    .tpbox {display:inline-block;font-size:.9em}
    .tpbox img {vertical-align: middle;margin-right:auto;height: 30px;}
}
 
@media screen and (min-width: 769px) and (max-width: 960px){
    .tpname {display:inline-block;font-weight:bold;letter-spacing:.1em;vertical-align:top}
}
 
/* MOBILE PORTRAIT */
@media screen and (min-width: 0px) and (max-width: 600px){ 
    /* ==== PHONE ==== */
    .phone1{display:none}
    .phone2 {display:block}
    .phone2white {display:inline-block}
    .phone2white a:link, .phone2white a:visited {color:#ffffff;display:block}
}
 
/* mobile landscape */
@media screen and (min-width: 601px) and (max-width: 768px){
    /* ==== PHONE ==== */
    .phone1{display:none}
    .phone2 {display:inline-block}
    .phone2white {display:inline-block}
    .phone2white a:link, .phone2white a:visited {color:#ffffff}
}


/* ============================= */

/* ============================= */

	
/* ==== PHONE ==== */
.phone2white {display:none}

#hdphone {font-size:1.2em;font-weight:bold;background-color: rgba(181, 26, 0, 0.9);margin-top:20px;color:#ffffff;border-radius: 5px;}
#hdphone:hover {font-size:1.2em;font-weight:bold;background-color: rgba(0, 82, 140, 0.9);margin-top:20px;color:#ffffff;border-radius: 5px;}
.white {color:#ffffff}
.pad10 {padding:10px}
.center {text-align:center}
.mar40btm {margin-bottom:40px}
.mar0btm {margin-bottom:0px}
.mar0top {margin-top:0px}
.deco-none{text-decoration:none}
.color-white {color:#ffffff}
.letterspace {letter-spacing:.3em}


/* ===== FORM BUTTON ===== */
.formbutton {background: #ebebeb;text-align:center;line-height:4em;}
.formbutton:hover {/*background: #000000;*/text-align:center;line-height:4em;/*color:#ffffff*/}
.formbutton a:link, .formbutton a:visited {display:block;border: #000000 1px solid; color:#000000; }
.formbutton a:hover {background: #000000;text-align:center;line-height:4em;color:#ffffff;display:block;border: #cccccc 1px solid }

#tagline {display:none;font-family:Impact, Charcoal, sans-serif;font-size:1.5em;color:#511a73;margin-bottom: 10px;}

/* SKIP TO CONTENT */
    .skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible;
        background:#ffffff;
        color:#000000; 
        line-height:3em
    }
#content {max-width:1280px;margin:0 auto;background:#ffffff;margin-top:0px}


/* IMAGES */
img {
    max-width: 100%;
    height: auto;
    /* width: 100%;        to make the image responsive */
}

.wrap {padding:0px}

/* ==== PHONE ==== */
.phone1 {display:inline-block}
.phone2{display:none}




/* FOOTER */

#footer {border:0px #c0c0c0 solid;background:transparent;}
.footcolor {background:#181818; border-top: 0px #ffffff solid;color: #ffffff;padding: 20px 0px;}
.footcolor a:link, .blkfoot a:visited {color:#ffffff}

.rgtbdr {border-right:1px #ffffff dashed}
.scmedia {width:2em;display:inline}

/* COPYRIGHT TAG */
.ct {font-size: .8em; text-align: center;}

/* PPP DESGIN TAG */
.pdt { font: 8pt "Times New Roman", Times, serif; text-align: right;padding:10px;border-top:10px #333333 solid;background:#ffffff}

/* BACK TO TOP */
.bttbutton {
    background-color: #2c2f70; /* Green */
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 10px;
}

.bttbutton1 {
    background-color: silver; 
    color: white; 
    border: 2px solid #808080;
}

.bttbutton1:hover {
    background-color: #202020;
    color: white;
}

.bttbutton1 a:hover {
 	display:block;
    color: white;
}
#tp {font-weight: 900;}
/*triangle*/
#tri {
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 25px 15px;
border-color: transparent transparent #000080 transparent;
}

#tri:hover {
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 25px 15px;
border-color: transparent transparent #FFFFFF transparent;
}

/* ================================================================== */
/* ==================== COLUMN LAYOUT =============================== */
* {box-sizing: border-box;}

.row::after { /* ==== ALL COLUMNS MUST BE IN A ROW ==== */
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
  margin: 20px 0px;
}

[class*="wrap-"] {
  float: left;
  padding: 0px;
  margin: 0px 0px;
}

.aside {
  background-color: #ffffff;
  padding: 15px;
  color: #000000;
  text-align: center;
  font-size: 14px;
 /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

[class*="wrap-"] {
  width: 100%;
}


@media only screen and (min-width: 769px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .wrap-12 {width: 100%;}
    
  /* ================ HEADER ================== */
  #tagline {display:inline ;font-family:Impact, Charcoal, sans-serif;font-size:1.5em;color:#511a73;margin-bottom: 10px;}
  	.listen-top {display:inline-block;width:50%;padding-top:10px;border:0px #fff solid;color:#ffffff;font-family:"Trebuchet MS", Helvetica, sans-serif;font-weight:bold;font-size:1.2em}
  	.phone-top {display:inline-block;width:20%;padding-top:10px;border:0px #fff solid}
  	.head-phone-icon {display:inline-block;height:2em;vertical-align:middle;}
	.social-top {display:inline-block;text-align:right;width:20%;padding:5px 0px;border:0px #fff solid}
  	.item-right-col {margin:3em auto;max-width:300px}

  /* ====== MENU ====*/
  .posfl {float:right;width:auto}

}



/*======================== MENU ====================*/
/* CSS Document */

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: transparent /*transparent for small dropshadow header*/; 
	text-align: center;  /* Used to Center the UL in a div */
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	/*float: right; for small dropshadow header*/
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	display: inline-block; /* Used to Center the UL in a div */
	z-index:10000;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #404040;
	}



/* Styling the links */
nav a {
	display:block;
	padding:4px 10px;	
	font-size:17px;
	text-decoration:none;
	/*border-left: 1px solid #ffffff; *//*#ffffff for small dropshadow header*/
	background: #404040; /* small 2 business header*/
	color:#ffffff; /*#000000 for small dropshadow header*/;
	min-width: 100px;
border-width: 1px;
  border-right-width: 1px;
border-style: solid;
  border-right-style: solid;
border-image: linear-gradient( to bottom, white, rgba(0, 0, 0, 0) ) 1 70%;
border-right: 0px;
}

nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #ffffff; 
	color:#000000;
	/*border-bottom: 4px solid #3f1a77;*/
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 47px; 

}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
	border:1px #ccc solid;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' '; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

nav span {display:none}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #404040;
		padding:14px 20px;	
		color:#ffffff;
		font-size:1.75em;
		text-decoration:none;
		border:none;
	}
.decor {border:0px black solid}
	.toggle:hover {
		background-color: #cccccc;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		border: 1px #cccccc solid;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #ffffff;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}

/*=== Inline Gallery ======*/	
.zoom {
  padding: 5px;
  /*background-color: pink;*/
  transition: transform .2s;
  width: 200px;
  height: 133px;
  margin: 0 auto;
  display:inline-block;
}

.zoom img {width:200px;height:133px;border: 1px solid #dddddd;padding: 5px;background-color: #eeeeee;}
.zoom:hover {
  -ms-transform: scale(3); /* IE 9 */
  -webkit-transform: scale(3); /* Safari 3-8 */
  transform: scale(3);
}

@media only screen and (min-width: 1281px){
	.inlinegallery {margin-left:0}
	.zoom  {margin:20px;width:180px;height: 120px;} 
	.zoom img {width:180px;height:120px;border: 1px solid #dddddd;padding: 5px;background-color: #eeeeee;}

}

@media screen and (min-width: 960px) and (max-width: 1280px){
	.zoom img {width:200px;height:133px;border: 1px solid #dddddd;padding: 5px;background-color: #eeeee;margin:0px 30px}
	.zoom:hover {
 	 -ms-transform: scale(2); /* IE 9 */
 	 -webkit-transform: scale(2); /* Safari 3-8 */
 	 transform: scale(2); 
}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	/*=== Div surrounding the Inline Gallery ======*/	
.inlinegallery {margin-left:2.5em}
}

@media screen and (min-width: 768px) and (max-width: 959px){
	.zoom img {width:200px;height:133px;border: 1px solid #dddddd;padding: 5px;background-color: #eeeeee;}
	.zoom:hover {
 	 -ms-transform: scale(1.7); /* IE 9 */
 	 -webkit-transform: scale(1.7); /* Safari 3-8 */
 	 transform: scale(1.7); 
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
	/*=== Div surrounding the Inline Gallery ======*/	
		.inlinegallery {text-align:center}
		.zoom img {width:200px;height:133px;border: 1px solid #dddddd;padding: 5px;background-color: #eeeeee;}
		.zoom:hover {
 	 -ms-transform: scale(1.5); /* IE 9 */
 	 -webkit-transform: scale(1.5); /* Safari 3-8 */
 	 transform: scale(1.5);}
}
/* ==================== END INLINE GALLERY ===========================*/


/* ==================== AT MEDIA FOR PHONE ETC. ======================== */
/* MOBILE PORTRAIT */
@media screen and (min-width: 0px) and (max-width: 600px){	
    /* ==== PHONE ==== */
    .phone1{display:none}
    .phone2 {display:inline-block}
    .phone2white {display:inline-block}
    .phone2white a:link, .phone2white a:visited {color:#ffffff}

		
    /*===== HEADER & MENU =====*/
    #logo {
    display: inline-block;
    width: 100%;
    margin: 6px 0px;
    text-align: center;
    }
 
    .menu-addy {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 1em;
    }
    .dyes-no {display: inline}
    .mob-center {text-align:center}

}
 /* mobile landscape */
@media screen and (min-width: 601px) and (max-width: 768px){
    /* ==== PHONE ==== */
    .phone1{display:none}
    .phone2 {display:inline-block}
    .phone2white {display:inline-block}
    .phone2white a:link, .phone2white a:visited {color:#ffffff}

		
  /*===== HEADER & MENU =====*/
    #logo {
    display: inline-block;
    width: 100%;
    margin: 6px 0px;
    text-align: center;
    }
 
    .menu-addy {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 1em;
    }
    .dyes-no {display: inline}
    .mob-center {text-align:center}
}

}

