﻿/*RESET*/
html, body, div, h1, h2, h3, h4, h5, h6, img, p, ul, ol, li, a, fieldset, form, input, textarea, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: inherit;
	vertical-align: baseline;
	line-height: 0;
}
/*CONTAINERS*/
body {
	min-width: 1008px;
	background-color: #43372b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}
hr {
	margin: 20px 0;
}
div.wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 30px;
	overflow: auto;
}
div#content, div#footer {
	padding-bottom: 30px;
}
div#content h2, div#footer a {
	color: #49bca1;
}
div#content {
	background-color: #fff;
	color: #444;
}
div#footer h2, div#footer a:hover {
	color: #e4e2de !important;
}
div#footer a {
	-webkit-transition: color 0.15s ease-in;
	-moz-transition: color 0.15s ease-in;
	-o-transition: color 0.15s ease-in;
	transition: color 0.15s ease-in;
}
div#footer {
	color: #a19b95;
}
div.white {
	background-color: #fff;
}
div.grey {
	background-color: #f6f6f6;
}
div.section {
	width: 100%;
	padding: 80px 0;
	margin: 0 auto;
	overflow: auto;	
}
div.twelve {
	width: 100%;
	clear: both;
}
div.nine {
	width: 708px;
	margin-right: 30px;
	overflow: auto;
}
div.eight {
	width: 626px;
	margin-right: 30px;
}
div.six {
	width: 465px;
	float: left;
	overflow: auto;
}
div.six:nth-child(odd){
	margin-right: 30px;
}
div.four {
	width: 304px;
}
div.three {
	width: 216px;
}
div.nine div.chunk, div.twelve div.chunk {
	width: 216px;
}
div.eight div.chunk {
	width: 304px;
}
div.chunk2 {
	width: 298px;
	margin-right: 30px;
}
div.chunk3 {
	width: 626px;
}
p.cite {
	font-weight: bold;
}
div.group {
	padding: 20px 0;
}
div.group~div.group {
	margin-top: 18px;
	border-top: 1px solid #ddd;
}
div.group ul {
	margin-bottom: 12px;
}
div.testimonial {
	width: 50%;
	padding: 60px;
	height: 400px;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid black;
}
div.testimonial:nth-child(even){
	border-right: 1px solid black;
}
div#content ul li {
	list-style-type: square;
	margin-left: 30px;
}
div.chunk {
	margin-left: 30px;
}
div.chunk:first-child {
	margin-left: 0 !important;
}
/*NAVIGATION*/
div#nav {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 5;
}
div#nav, div#content, div#footer, div.group {
	width: 100%;
	overflow: auto;
}
div#nav li, div#footer li {
	list-style-type: none;
}
div#nav {
	background-image: url(../img/bg_nav.png);
}
ul#main, ul#social, a.button, #practice_time {
	float: left;
}
ul#main, ul#social {
	margin-right: 30px;
}
ul#main li {
	margin: 0 18px 0 0;
	color: #f6f5f1;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	font-size: 13px;
	margin-top: 15px;
	line-height: 100%;
}
ul#main li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
}
ul#main li a:hover {
	color: #111;
}
ul#social li {
	width: 30px;
	height: 30px;
	margin-right: 6px;
	opacity: 0.8;
	display: inline-block;
	background-size: cover; 
}
ul#social li:hover, a:hover, .button:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.15s ease-in;
	-moz-transition: opacity 0.15s ease-in;
	-o-transition: opacity 0.15s ease-in;
	transition: opacity 0.15s ease-in;
}
ul#social li a {
	width: 100%;
	height: 100%;
}
li#facebook {
	background-image: url(../img/nav_facebook.png);
}
li#twitter {
	background-image: url(../img/nav_twitter.png);
}
li#instagram {
	background-image: url(../img/nav_instagram.png);
}
li#youtube {
	background-image: url(../img/nav_youtube.png);
}
a.button, #practice_time {
/*	padding: 15px 7px 13px 7px;
	text-decoration: none;
	background-color: #fff;
	color: #49bca1;
	border-radius: 6px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	opacity: 0.8
	*/
	margin-left: 18px;
}
a.button:hover {
	opacity: 1;
}
/*SLIDESHOW*/
div#banner {
	width: 100%;
	height: 600px;
	margin: 0 auto;
}
div#slideshow div {
	width: 100%;
	height: 600px;
}
div#slideshow div#slide1 {
	background: url(../img/slide1.jpg) no-repeat center;
}
div#slideshow div#slide2 {
	background: url(../img/slide2.jpg) no-repeat center;
}
div#slideshow div#slide3 {
	background: url(../img/slide3.jpg) no-repeat center;
}
div#slideshow div#slide4 {
	background: url(../img/slide4.jpg) no-repeat center;
}
/*GENERAL*/
h1 {
	width: 216px;
	height: 18px;
	margin-top: 2px;
	background-image: url(../img/leroux-studios-logo.svg);
	background-repeat: no-repeat;
}
h1 a {
	width: 100%;
	height: 100%;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 6px;
	border-bottom: 2px solid;
	font-size: 18px;
	color: #49bca1;
}
h3 {
	font-weight: bold;
}
ul + h3, ul + h4 {
	margin-top: 30px;
}
h3, h4, p, img.instructor, address, div#footer ul {
	margin-bottom: 12px;
}
h4 {
	font-style: italic;
	color: #aaa !important;
}
h3, h4, p, li, address, textarea {
	line-height: 130%;
}
p.lead {
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	width: 960px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
}
p.lead a {
	font-weight: inherit;
	color: #49bca1;
}
img.instructor {
	width: 167px;
	height: 167px;
	padding: 0 27px;
}
img#map {
	width: 304px;
	height: 203px;
	margin-bottom: 6px;
}

/*FORM*/
label {
	margin-bottom: 6px;
}
.box {
	margin-bottom: 12px;
	padding: 6px;
	color: #e4e2de;
	background-color: #70675d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input.box {
	width: 216px;
}
textarea {
	width: 100%;
	height: 120px;
}
input.button {
	width: 58px;
	height: 36px;
	background-image: url(../img/btn_send.png);
}
.error {
	color: #f00;
}
input.error, textarea.error {
	border: 1px solid #f00;
}
/*POSITION & MISC*/
h2, img, label, input {
	line-height: 1;
}
h1 a, ul#main li a, ul#social li a, label, input {
	display: block;
}
h1, div.nine, div.eight, div.four, div.three, div.chunk, div.chunk2, div.chunk3 {
	float: left;
}
div#right-nav {
	float: right;
}
h1, ul#social li a, input.button {
	text-indent: -2000em;
	overflow: hidden;
}
div.fix {
	height: 0;
	clear: both;
}
/*PRACTICE TIME*/
div#practice_widget {
	z-index: 999 !important;
}
