@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans:400,400i,700,700i');

/*GLOBAL ***************
c	00acec
m	ca0088
y	ffdb00
dg	272727
mdg	444444
mg	9c9ea0
lg	eaeaea
*/
p {padding: 12px 0px 12px 0px; margin: 0px; line-height:36px;}
ul, ol {margin: 0px; padding: 9px 0 9px 35px;}

a {color: #00acec; text-decoration: underline;}
a:hover {color: #ffdb00; text-decoration: none;}

img {border: none; max-width:100%; height:auto; display: block;}

.rightimg, .leftimg {float: right; margin: 15px 0px 15px 15px; position:relative; display:block;}
.leftimg {float: left; margin: 15px 15px 15px 0px;}

.quoteBtn {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.btn, .quoteBtn a {
	border: 2px solid #00acec;
	padding:15px 30px;
	color:#00acec;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0 5px;
	display: inline-block;
	letter-spacing: normal;
}
.btn:hover, .quoteBtn a:hover { background:#00acec; color:#fff;}
.quoteBtn a {
	font-size:180%;
}

/*BODY ***************/
* {box-sizing: border-box;}
body {
	padding:0;
	margin: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	background:#eaeaea;
	-webkit-text-size-adjust: none;
	color:#272727;
}
body, body * {
	transition:all .3s ease; 
	-o-transition:all .3s ease; 
	-moz-transition:all .3s ease; 
	-webkit-transition:all .3s ease;
}
.noAnimate {
	transition:none .01s linear; 
	-o-transition:none .01s linear; 
	-moz-transition:none .01s linear; 
	-webkit-transition:none .01s linear;
}
.container {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
	background:#fff;
}
.subContainer {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	padding:0 30px;
	overflow: hidden;
}

/*HEADER **************/
header {padding:30px 0; position: relative; z-index: 200;}
header .logo { float:left; padding:0 0 30px; }
header .logo:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
header .right { padding: 10px 0 40px; text-align: right; }
header .right .phone { 
	font-size:30px; 
	font-family: Montserrat;
	display:block;
	line-height: 30px;
	font-weight: normal;
}
header .right .hours {
	font-size:14px;
	line-height: 14px;
	display: block;
	padding: 0 0 10px 0;
}
header .right .links a {
	text-decoration: none;
	color: #272727;
	font-size: 14px;
	display: inline-block;
}
header .right .links a + a:before {
	content: "\00b7";
	display: inline-block;
	padding:0 10px;
}
header .right .links a strong {	text-decoration: underline;}
header .right .links a strong:hover {color:#00acec;}

header nav {clear:both; background:#eaeaea;}
header nav ul, header nav ul li {
	margin:0;
	padding:0;
	list-style: none;
}
header nav ul li {
	display: inline-block;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
}
header nav ul li a {
	color: #272727;
	text-decoration: none;
	padding: 0 20px;
	display: block;
	position: relative;
}
header nav ul li a em { font-style: normal; }
header nav ul li a span {
	content: "";
	position:absolute;
	bottom:0;
	right:20px;
	left:20px;
	height: 0;
	background: #ca0088;
}
header nav > ul > li.cat > a > span { display: none; }
header nav > ul > li.quote > a > span { background:rgba(255,255,255,.3); }
header nav ul li a:hover {
	color: inherit;
}
header nav ul li a:hover span {
	height:15px;
}
header nav > ul > li.quote {
	float:right;
	background:#00acec;
	font-weight:bold;
}
header nav > ul > li.quote > a { color:#fff; }
header nav > ul > li.cat {
	background:#ffdb00;
	width:262px;
	margin: 0 20px 0 0;
}
header nav > ul > li.cat > a:after {
	content: "\203A";
	float:right;
	font-size:150%;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
	/**************** CAT DROPDOWN */
		header nav ul li.cat ul {
			visibility: hidden;
			opacity: 0;
			position: absolute;
			top:100%;
			left:0;
			right:0;
			background:#ffdb00;
			overflow: hidden;
			padding: 0 0 10px;
			transform: translateY(-2em);
		}
		header nav ul li.cat ul li {
			line-height: 30px;
			display:block;
		}
		header nav ul li.cat ul li a {
			font-size: 80%;
		}
		header nav ul li.cat:hover ul {
			visibility: visible;
			opacity: 1;
			transform: translateY(0%);
		}
		header nav ul li.cat ul li a span {
			background: rgba(0,0,0,.1);
			top:10px;
			right:0;
			bottom:10px;
			left:100%;
			height: auto;
			z-index: 10;
		}
		header nav ul li.cat ul li a em {
			z-index: 20;
			position: relative;
			background: #ffdb00;
			padding: 0 10px 0 0;
		}
		header nav ul li.cat ul li a:hover span {
			top:10px;
			right:0;
			bottom:10px;
			left:30px;
			height: auto;
		}
	/**************** MAIN DROPDOWN */
		header nav ul li.nav > a {display:none; }


/*SIDEBAR **************/
aside {
	float:left;
	clear:left;
	width:262px;
	margin: 0 30px 0 0;
}
aside .catNav, aside .catNav li {
	padding:0;
	margin: 0;
	list-style: none;
	display: block;
}
aside .catNav li a {
	display:block;
	border:1px solid rgba(0,0,0,.1);
	background:#f9f9f9;
	margin:0 0 30px;
	color:#272727;
	text-decoration: none;
}
aside .catNav li a strong {
	display: block;
	position: relative;
	z-index: 5;
	padding: 15px;
	font-weight: normal;
	font-size: 18px;
	font-family: Montserrat;
	text-transform: uppercase;
}
aside .catNav li a img {
	position: relative;
	z-index: 4;
	margin: -30px 0 0;
}
aside .catNav li a:hover {
	color: #ca0088;
	border-color:rgba(0,0,0,.3);
	overflow: hidden;
}
aside .catNav li a:hover img {
	-webkit-filter: blur(2px) grayscale(50%);
	filter: blur(2px) grayscale(50%);
}
aside > a.dark {
	background:#444444;
	color:#ffdb00;
	display: block;
	padding:20px;
	text-decoration: none;
	font-size:18px;
	text-transform: uppercase;
	font-family: Montserrat;
}
aside > a.dark span {
	font-size:12px;
	color:rgba(255,255,255,.5);
}
aside > a.dark strong {
	font-weight: normal;
	font-size:30px;
	line-height: 30px;
	color:#fff;
	display: block;
	padding: 0 0 20px
}
aside > a.dark:hover {background:#272727;}

/*MAIN **************/
main {overflow: hidden; position: relative; z-index: 100; padding: 0; clear:right;}
.slider, .slider img {
	display:block;
	position: relative;
	z-index: 25;
	float: right;
	margin-bottom:30px;
}
.slider h2 {
	position: absolute;
	bottom:70px;
	z-index: 50;
	right:0;
	left: 0;
	text-align: right;
	margin: 0;
}
.slider h2 span {
	background: #00acec;
	display: block;
	float: right;
	clear: both;
	color:#fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size:48px;
	font-family: Montserrat;
	padding:10px 30px;
}
.slider h2 span + span {background:#ca0088;}

main > section:not(.slider) {
	display: block;
	margin: 0 0 60px;
	position: relative;
	clear: right;
	overflow: hidden;
}
main > section:not(.slider):before {
	content: "";
	position:absolute;
	top:0;
	left:0;
	height:4px;
	width:50px;
	background:#444444;
	display: block;
}
main > section:not(.slider) > img {
	float:right;
	display: block;
	max-width: 50%;
	margin:0 0 20px 20px;
}
main > section h1, main > section h3 {
	font-size:28px;
	line-height: 28px;
	margin:0;
	font-weight: normal;
	padding:10px 0;
}
main > section h1:after, main > section h3:after {
	content: ".";
	font-size:200%;
	color:#444444;
}
main > section.cyan:not(.slider):before {		background: #00acec;	}
main > section.magenta:not(.slider):before {	background: #ca0088;	}
main > section.yellow:not(.slider):before {		background: #ffdb00;	}
main > section.cyan h1:after, main > section.cyan h3:after {		color: #00acec;	}
main > section.magenta h1:after, main > section.magenta h3:after {	color: #ca0088;	}
main > section.yellow h1:after, main > section.yellow h3:after {	color: #ffdb00;	}

main > section.dark {
	background:#444444;
	color:#fff;
	padding:50px 30px 30px;
}
main > section.dark:before {
	left:30px;
	top:50px;
}

/*FOOTER **************/
footer {
	background:#444444;
	padding:30px;
	color:#fff;
}

/*RESPONSIVE **************/
@media screen and (max-width:1150px) {
	.slider h2 span {
		font-size:4.3vw;
		transition:none .01s linear; 
		-o-transition:none .01s linear; 
		-moz-transition:none .01s linear; 
		-webkit-transition:none .01s linear;
	}
	header nav > ul > li:first-child {margin:0;}
	header nav ul li a {padding:0 1.2vw;}
	header nav ul li a span {left:1.2vw;right:1.2vw;}
}
@media screen and (max-width:1022px) {
	header nav > ul > li:first-child, aside {width:182px;}
	aside .catNav li a img {margin: -25px 0 0;}
}
@media screen and (max-width:932px) {
	aside {display:none;}
	
	header nav ul li a {padding:0 20px;}
	header nav ul li a span {left:20px;right:20px;}
	
	header nav ul li.nav {float:right;}
	header nav ul li.quote {float:none;}
	header nav ul li.nav > a {display:block; padding:0 20px; width:55px; text-indent: -9999px; }
	header nav ul li.nav > a:before {
		content: "";
		position: absolute;
		left: 20px;
		top: 30px;
		width: 15px;
		height: 0.15em;
		background: black;
		box-shadow: 
			0 0.3em 0 0 black,
			0 0.6em 0 0 black;
	}
	
	/**************** MAIN DROPDOWN */
		header nav ul li.nav ul {
			visibility: hidden;
			opacity: 0;
			position: absolute;
			top:100%;
			right:0;
			background:#eaeaea;
			overflow: hidden;
			padding: 0 0 10px;
			transform: translateY(-2em);
			min-width: 150px;
		}
		header nav ul li.nav ul li {
			line-height: 30px;
			display:block;
		}
		header nav ul li.nav ul li a {
			font-size: 80%;
		}
		header nav ul li.nav:hover ul {
			visibility: visible;
			opacity: 1;
			transform: translateY(0%);
		}
		header nav ul li.nav ul li a span {
			background: #ca0088;
			top:10px;
			right:0;
			bottom:10px;
			left:100%;
			height: auto;
			z-index: 10;
		}
		header nav ul li.nav ul li a em {
			z-index: 20;
			position: relative;
			background: #eaeaea;
			padding: 0 10px 0 0;
		}
		header nav ul li.nav ul li a:hover span {
			top:10px;
			right:0;
			bottom:10px;
			left:30px;
			height: auto;
		}
	
}