/**
  * Theme Name: MatingGrounds
 * Description: Theme for Mating Grounds Site
 * Author: Justin Finley
 * Author URI: http://justinfinleydesign.com
 */

/* =GLOBAL=
----------------------------------------------- */
html {background: none;-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {
	background: #fff;
	color: #2b2a2a;
	font-family: 'Droid Serif', Georgia, serif;
	font-size:16px;
	}
*, *:before, *:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
::-moz-selection { background: #262626; color: #fff; text-shadow: none; }
::selection { background: #262626; color: #fff; text-shadow: none; }
a:link, a:visited {
	color: #ee4f30;
	text-decoration:none;
	transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
a:hover, a:active { outline: 0; color: #9e9e9e; }
p { margin-bottom:1.4em; line-height: 1.5em; }
h1,h2,h3 {font-family:'Oswald', sans-serif; font-weight:400;}
h1 {font-size: 30px; line-height: 1.4em; }
h2 {font-size: 30px;}
h3 {font-size: 20px;}
h4 {font-size: 19px; line-height: 1.4em; margin-bottom: 0.5em;font-family:'Oswald', sans-serif; font-weight:400;}
h5 {
	font-size:15px;
	font-weight:300;
	color:#c1c1c1;
	letter-spacing:.4em;
	font-family:'Oswald', sans-serif;
	margin-bottom:2.5em;
	text-transform:uppercase;
	}
.oswald { font-family:'Oswald', sans-serif !important;}
.droid { font-family:'Droid Serif',Georgia, serif !important;}
.otxt { color:#ee4f30 !important;}
.dtxt { color:#2b2a2a !important; }
.list-title { margin-bottom:15px; }
.alpha {margin-left:0 !important;}
.omega {margin-right:0 !important;}
#content .edit-link { display:none; }
.clear {
	clear: both;
    display: block;
    height: 5px;
	width:100%;
	}
hr {
	background:#f2f2f2;
	height:2px;
	width:100%;
	display:inline-block;
	margin:15px auto 25px;
	clear:both;
	}
hr:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.ohover {
	opacity:1;
	-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
	transition: opacity .5s ease-in-out;
		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-ms-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
	}
.ohover:active, .ohover:hover { opacity:.6 !important; }
.table { display: table; margin: 0 auto; }

/* =HEADER=
----------------------------------------------- */
#header {
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM3NGJhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 50%, rgba(43,42,42,1) 50%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(255,255,255,1)), color-stop(50%,rgba(43,42,42,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(43,42,42,1) 50%);
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(43,42,42,1) 50%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(43,42,42,1) 50%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(43,42,42,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#2b2a2a',GradientType=1 );
	position:relative;
	z-index:100;
	margin:0;
	padding:0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	}
#site-title {
	background:#fff;
	}
#site-title h1.site-title {
	margin: 22px 0 0;
	}
#site-title h1.site-title a { }
#site-title h1.site-title a img {
	position:relative;
	left:0px;
	}

#header-container {
	overflow: visible !important;
	}
#top-bar {
	background:#191919;
	text-align:center;
	padding:8px 0;
	letter-spacing:1em;
	}
#top-bar span {
	color:#ee4f30;
	font:300 15px 'Oswald', Arial, sans-serif;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	}


/* =NAVIGATION=
----------------------------------------------- */
.main-navigation {
	background:#2b2a2a;
	}
.main-navigation a:link, .main-navigation a:visited {
	color: #fffefe;
	font:100 18px 'Oswald', Arial, sans-serif;
	letter-spacing: 0.04em;
	padding: 30px 21px;
	border-right:1px solid #1e1e1e;
	text-transform:uppercase;
	transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	.main-navigation a:hover, .main-navigation a:active, .main-navigation .current-menu-item > a  { color:#ee4f30;}

.main-navigation ul li:hover > ul {
	display: block;
	}

.main-navigation ul ul.sub-menu {
	background: #2B2A2A;
	top: 100%;
	border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;
	opacity:0;
	display:block;
	max-height:0px;
	overflow:hidden;
	transition: opacity .3s ease-in-out, max-height .3s ease-in-out;
		-webkit-transition: opacity .3s ease-in-out, max-height .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out, max-height .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out, max-height .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out, max-height .3s ease-in-out;
	}
.main-navigation ul li:hover > ul.sub-menu { opacity:1; max-height:600px; }

.main-navigation ul ul.sub-menu a:link, .main-navigation ul ul.sub-menu a:visited {
	font-size:14px;
    width: 200px;
	margin:0;
	padding: 14px 20px;
	font:100 15px 'Oswald', Arial, sans-serif;
	color: #FFFEFE;
	}
	.main-navigation ul ul.sub-menu a:hover {
		background: rgba(255,248,213,0.1);
		}

/* OLD NAV STYLE
.main-navigation ul ul.sub-menu {
	background:#434141;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	opacity:0;
	display:block;
	height:0px;
	overflow:hidden;
	position:relative;
	width:100%;
	margin:0 auto;
	float:none;
	left:auto;
	top:auto;
	width:auto;
	max-width:1140px;
	transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
.main-navigation ul li:hover ul.sub-menu { opacity:1; height:50px; }

.main-navigation ul ul.sub-menu li {
	float:none;
	display:inline-block;
	max-width: 180px;
	vertical-align:middle;
	}

.main-navigation ul ul.sub-menu li a:link, .main-navigation ul ul.sub-menu li a:visited {
	font-size:14px;
    width: auto;
	margin:0;
	padding: 14px 20px;
	border:0;
	text-align:center;
	min-height:50px;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.main-navigation ul ul.sub-menu a:hover {
		color:#f37736;
		background-color:#f6f6f6;
		}

.main-navigation ul li:hover > ul {
	display: block;
}
.subber {
	background: #434141;
    height: 0px;
    left: 0;
	overflow:hidden;
    position: absolute;
    top: 85px;
    width: 100%;
    z-index: 1;
	opacity:0;
	transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
}
.main-navigation ul li:hover > .subber {
    height: 50px;
	opacity:1;
}

.main-navigation ul li.menu-item-114:hover ul.sub-menu,
.main-navigation ul li.menu-item-114:hover > .subber { height:72px; }

.main-navigation ul li.menu-item-114 ul.sub-menu li a:link,
.main-navigation ul li.menu-item-114 ul.sub-menu li a:visited { min-height:72px; }
/*

/* =BTNS + UI ELEMENTS=
----------------------------------------------- */
.btn, input[type="submit"] {
    line-height: normal;
	background: #ee4f30;
	filter: none;
    border: 0px;
    color: #fff !important;
    font-weight: 500;
    padding: 10px 40px;
	font-family:'Oswald', sans-serif;
	border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;
	transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	.btn:hover, input[type="submit"]:hover { background: #2b2a2a; }

.btn.btn-b {
	background:rgba(0,0,0,0);
	border: 3px double #2b2a2a;
	}
.btn.btn-b:hover {background: #2b2a2a;}

a .attachment-post-thumbnail-lrg, a .attachment-post-thumbnail, a .attachment-post-thumbnail-featured, #related-posts img  {
	opacity:1;
	transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
a .attachment-post-thumbnail-lrg:hover, a .attachment-post-thumbnail:hover, a .attachment-post-thumbnail-featured:hover,#related-posts img:hover {
	opacity:.7;

	}

/* =CONTENT=
----------------------------------------------- */
#primary, #sidebar { }
#main {
	margin-top:70px;
	}
.home #main {
	/*margin-top:0px;*/
	}
#content { margin-bottom:100px; }
#home-mast {
	width:100%;
	background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;
	background-position: center;
	background-color:#767676;
	background-repeat:no-repeat;
	text-align:center;
	height:520px;
	border-bottom:16px solid #2b2a2a;
	/*margin-bottom:80px;*/
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	}
#home-mast hgroup {
	position:relative;
	top:24%;
	}
#home-mast h1 {
	color:#ffffff;
	font-size:70px;
	text-align:center;
	margin:0;
	letter-spacing:0.12em;
	text-transform:uppercase;
	line-height: 1.2em;
	}
#home-mast h2 {
	color:#ffffff;
	font-size:22px;
	text-align:center;
	margin:0 0 .8em;
	line-height:1em;
	letter-spacing:0.12em;
 	font-family:'Droid Serif',Arial,sans-serif;
	font-style:italic;
	}
#home-mast .btn {
	color:#ffffff;
	font-size:19px;
	text-align:center;
	line-height:1em;
 	text-transform:uppercase;
	position:relative;
	top:30px;
	padding: 13px 80px;
	font-weight:300;
	letter-spacing:.01em;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	}

#home-mast figure {
	background:#fff;
    display: block;
    height: 2px;
    margin: 2em auto;
    width: 126px;
	}

article.post {
	margin-bottom:50px;
	border-bottom:2px solid #edefef;
	}
article.post #post-thumb {
	float:left;
	}
article.post h1, article.page h1 {
	margin-bottom:0.5em;
	font:400 26px/1.4em 'Oswald',sans-serif;
	text-transform:uppercase;
	letter-spacing:0.06em;
	}
article.post h5, article.page h5 {
	font-size: 13px;
    letter-spacing: 0.2em;
    margin-bottom: .5em;
    text-transform: uppercase;
	}
article.post .entry-summary, article.page .entry-summary { margin:0 0 20px; }
article.post .meta-wrap {
	}
article.post .post-footer {
	clear: both;
    display: block;
    float: left;
    width: 100%;
	line-height: 1.6em;
    margin: 15px 0 12px;

	}
article.post .post-footer h5 {
	max-width:70%;
	display:inline-block;
	}
article.post .post-footer h5 a { color: #C1C1C1; }
article.post .post-footer h5 a:hover { color:#EE4F30;}
article.post .post-footer .more {
	float:right;
	font-size:18px;
	font:400 18px 'Oswald',sans-serif;
	text-transform:uppercase;
	}

.single .entry-content { margin-bottom:50px; }
.single article.post { border-bottom:0; }
.single .attachment-post-thumbnail-featured {
	border-bottom:16px solid #2b2a2a;
	margin-bottom:40px;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	}
.page-template-page-full-width-php .single .attachment-post-thumbnail-featured { width:100%;}
.single h1.entry-title {
	font:38px/1.4em 'Oswald', sans-serif;
	color:#221f1f;
	}
.single article.post .entry-meta, .single article.page .entry-meta {
	margin:0 0 50px;
	border-bottom:2px solid #edefef;
	border-top:2px solid #edefef;
	padding:10px 2px;
	}
.single article.post .entry-meta h5,.single article.page .entry-meta h5 { margin:0; max-width:100%; }
.single footer.entry-meta {
 	border-top:1px solid #bdbcbc;
	border-bottom:1px solid #bdbcbc;
	padding:25px 0;
	margin:20px 0;
	width:100%;
	float:left;
	}

body.archive .page-header h1.page-title span, body.search .page-header h1.page-title span {
	font-family: 'Oswald', sans-serif;
	background:#fff;
	padding-right:10px;
	}
body.archive .page-header h1.page-title span span, body.search .page-header h1.page-title span span { color:#000; }



.social_share_buttons {
	margin:20px auto;
	width:400px;
	}
.social_share_buttons:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.social_share_button {
	float:left;
	width:100px;
	}
#wrapper_pijs { padding-top:30px; }
.authorbox {
    background: #EEEEEE;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    box-shadow: 0 1px 2px #CCCCCC;
		-webkit-box-shadow: 0 1px 2px #CCCCCC;
		-moz-box-shadow: 0 1px 2px #CCCCCC;
    clear: both;
    margin: 30px 0 30px 10px;
    overflow: hidden;
    padding: 20px;
	font-size: 12px;
    text-shadow: 0 1px 0 #FFFFFF;
	}
.authorbox #author-avatar {
    background: #FFFFFF;
	box-shadow:0px 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.4);
	border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
    float: left;
    height: 60px;
    margin: 0 -122px 0 0;
    padding: 5px;
    width: 60px;
	}
.authorbox #author-description {
    color: #555555;
    float: left;
    margin: 0 0 0 90px;
	}
.authorbox #author-description h2 	{
    font-size: 22px;
    margin-bottom: 11px;
	}
.authorbox #author-link { margin-top:10px; }

blockquote:before { content:  '\201C'; }
blockquote {
	clear:both;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:56px;
	font-style:italic;
	padding:0px;
	margin:12px 0;
	border-top:1px solid #e1e8d1;
	color:#adbcba;
	padding: 30px 0 0;
	}
	blockquote p {
		color:#7e7e7e;
		float: right;
    	font-size: 17px;
    	width: 93%;
		}

#content .gallery a img { margin-bottom:10px; }

#related-posts h4 { text-transform:uppercase; margin-bottom:30px; }
#related-posts article:last-child { margin-right:0; }

#content .display-posts-listing {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#content .display-posts-listing .listing-item {
	margin-bottom:40px;
	float:left;
	width:100%;
	}
#content .display-posts-listing .listing-item img {
	float:left;
	max-width:310px;
	height:auto;
	border-bottom:0;
	margin:0 20px 0 0;
	}
#content .display-posts-listing .listing-item .title {
	font: 400 28px/1.5em 'Oswald',sans-serif;
    letter-spacing: 0.06em;
    margin: 0 20px 0.5em 0;
    text-transform: uppercase;
	display:block;
	}
#content .display-posts-listing .listing-item .more-link {
	color: #C1C1C1;
    float: left;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.15em;
    margin-bottom: 2.5em;
    margin-top: 5px;
	}
#content .display-posts-listing .listing-item .more-link:hover {
    color: #EE4F30;
	}

#recommend {
	padding:30px;
	background:#c6c4c4;
	font:'Oswald', sans-serif;
	float:left;
	width:100%;
	margin-bottom:40px;
	}
#recommend h1 {
	color:#fff;
	font-size:34px;
	font-weight:300;
	font-style:italic;
	margin-bottom:.5em;
	clear:right;
	}
#recommend h2 {

	clear:right;
	}
#recommend h3 {
	clear:right;
	}
#recommend a {
	text-align:center;
	line-height: normal;
	background: #ee4f30;
    border: 2px solid #fff;
    color: #fff !important;
    font-weight: 500;
    padding: 8px 20px;
	font-family:'Oswald', sans-serif;
	transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
#recommend a:hover {
	background: #2b2a2a;
	}

#email-cap {
	float:left;
	width:100%;
	margin:40px 0 60px;
	background: #2b2a2a;
	min-height:283px;
	padding:18px;
	text-align:center;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) inset;
		-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) inset;
		-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) inset;
	}
#email-cap h4 {
	font-size:22px;
	font-weight:300;
	color:#fff;
	letter-spacing:.1em;
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	margin: 14px -16px 30px;
    padding: 0 0 30px;
	border-bottom: 1px solid #1E1E1E;
	}
#email-cap h3 {
	color:#EE4F30;
	line-height:1.5em;
	font-size:26px;
	}
#email-cap p {
	color:#fff;
	letter-spacing:.06em;
	margin-bottom:1.5em;
	font-size:17px;
	}
#email-cap input[type="text"] {
	background:rgba(255,255,255,.94);
	color:#2b2a2a;
	font-family:'Oswald', sans-serif;
	padding:8px;
	border:0;
	font-weight:300;
	font-size: 15px;
    padding: 16px;
    width: 340px;
	margin-bottom:20px;
	box-shadow:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
	}
#email-cap input[type="submit"] {
	background:none;
	text-shadow:none;
	border-left:1px solid #000;
	color:#2b2a2a !important;
	left: -48px;
    padding: 0 10px;
    position: relative;
	box-shadow:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
	}


/* =WP-PAGENAVI=
----------------------------------------------- */
#content #nav-below {
	border-bottom: 2px solid #EDEFEF;
    border-top: 2px solid #EDEFEF;
    margin: 3em 0;
    padding: 16px 2px;
	font-size:14px;
	font-weight:300;
	color:#c1c1c1;
	letter-spacing:.2em;
	font-family:'Oswald', sans-serif;
	width:100%;
	float:left;
	}
#nav-below {
	margin: 0;
    padding: 16px 2px;
	font-size:14px;
	font-weight:300;
	color:#c1c1c1;
	letter-spacing:.2em;
	font-family:'Oswald', sans-serif;
	width:100%;
	float:left;
	}
#nav-below a {color:#221F1F;}
#nav-below a:hover { color:#EE4F30;}
.nav-next { float:right; }
.nav-previous { float:left;}
.wp-pagenavi { margin: 30px 0 30px; }
.wp-pagenavi .pages {
	border:0;
	color:#9E9E9E;
	float:right;
	margin:0;
	padding:0;
	display:none;
	}
#blog-content .wp-pagenavi a, #blog-content .wp-pagenavi span {
	color:#A9A9A9;
	background:none;
    text-decoration: none;
	box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	padding:10px 20px;
	margin:14px 8px;
	border:2px solid #A9A9A9;
	border-color: #A9A9A9;
	text-align:center;
	font-weight:500;
	font-size:15px;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
#blog-content .wp-pagenavi span.current {
	background:#6699cc;
	color:#fff;
	border:2px solid #6699cc;
	border-color:#6699cc !important;
	text-shadow:none;
	box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	padding:10px 20px;
	margin:14px 8px;
	text-align:center;
	font-weight:500;
	font-size:15px;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	}

/* =FORMS=
----------------------------------------------- */
.wpcf7-form { }
.wpcf7-form h6 { }
.wpcf7-form	input, .wpcf7-form	select, .wpcf7-form	textarea  {
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
	-webkit-appearance:none;
	background:none;
	border:2px solid #dbdbdb;
	padding: 12px;
    width: 78%;
	color:#b8b8b8;
	font-size:16px;
	margin-bottom:20px;
	}
.wpcf7-form textarea {
 	width: 89%;
	margin-bottom:0px;
	}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus {
    color: #222;
	border-color: #ccc;
	outline-width: 0;
}
.wpcf7-form input[type="checkbox"] {
	position:relative;
	top:-3px;
	border:2px solid #cfcfcf;
	margin-right:5px;
	}
.wpcf7-form input[type="submit"], .protected-post-form input[type="submit"] {
	background:#f37736;
	text-shadow:none;
	margin:20px 0;
	line-height:normal;
	width:auto;
	border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	padding:12px 40px;
	font-size:18px;
	border:0;
	color:#fff;
	text-align:center;
	box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;
	transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
	}
.wpcf7-form input[type="submit"]:hover, .protected-post-form input[type="submit"]:hover { background:rgba(0,0,0,.7); color:#fff;}
.wpcf7-form select {
	-webkit-appearance:none;
	width:84%;
	padding: 8px 10px 8px 20px;

	}
.wpcf7-checkbox label { margin-right:20px; }
div.wpcf7-validation-errors { text-align:center; border-color: #66af33; }
span.wpcf7-not-valid-tip { top: -38%; text-align:center; border-width:2px; left:0; }
.wpcf7-form input[type="checkbox"], input[type="radio"] { -webkit-appearance:checkbox;  width: auto;}
.wpcf7-list-item { display:block; clear:right; }
span.wpcf7-form-control-wrap .wpcf7-checkbox { text-align:left; margin-left:20px; }


/* =COMMENTS=
----------------------------------------------- */
h2.comments-title {
	font-family: 'Oswald', sans-serif;
    font-size: 24px;
	line-height: 28px;
	}
#comments { margin:20px 0 0; }
#comments ol {
	margin:0;
	list-style:none;
	}
#comments ol li {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
	position:relative;
	}
#comments .pingback {
	display:none;
	}
#comments .comment-author .avatar  {
	box-shadow:0px 1px 3px rgba(0,0,0,.6);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.6);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.6);
	float:left;
	margin: 0 18px 0 0;
	}
#comments .comment-author .fn, #comments .comment-author .fn a {
	font-weight:bold;
	font-style:normal;
	color:#000;
 	}
#comments .comment-author .says { display:none; }
#comments .comment-meta { margin-bottom:15px; }
#comments .comment-meta a {
	color:#999;
	font-size:11px;
	}
#comments .reply {
	position:absolute;
	top:0px;
	right:0;
	}
#comments .reply a {
	color: #999999;
    display: block;
    font-size: 11px;
    line-height: 24px;
	}
#comments .comment-meta a:hover, #comments .reply a:hover, #comments .comment-author .fn a:hover { color: #066887; }
#comments .comment-content { margin-left:60px; }
#comments #respond input[type="text"] { margin-left:12px; }

/* =SIDEBAR=
----------------------------------------------- */
#sidebar { margin-bottom:50px; }
#sidebar ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#sidebar h2.title {
	font-size:20px;
	letter-spacing:.2em;
	border-top: 2px solid #EDEFEF;
	border-bottom: 2px solid #EDEFEF;
	margin:0 0 2em;
	text-align:center;
	padding:10px 0;
	text-transform:uppercase;
	}
#sidebar h5 {
	text-transform:uppercase;
	text-align:center;
	margin-bottom:1.4em;
	}
#sidebar #socials {
	border-top: 2px solid #EDEFEF;
	padding-top: 30px;
	float: left;
    width: 100%;
	margin-bottom:50px;
	}
#sidebar #socials ul li {
	float: left;
    text-align: center;
    width: 25%;
	}
#sidebar #socials ul li img {
	opacity:1;
	transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
	}
#sidebar #socials ul li img:hover {
	opacity:.8;
	}
#sidebar .display-posts-listing {
	font-family: 'Oswald',sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
	border-bottom: 2px solid #EDEFEF;
	padding-bottom: 20px;
    width: 100%;
	float:left;
	margin-bottom:30px;
	}
#sidebar .display-posts-listing .image img {
	height:auto;
	width:144px;
	float:left;
	border-bottom:0;
	margin:0 16px 10px 0;
	}

#sidebar .display-posts-listing .listing-item {
	width:100%;
	float:left;
	margin-bottom:20px;
	}
#sidebar .display-posts-listing .title { display:block; }
#sidebar .display-posts-listing .more-link {
	font-size:13px;
	font-weight:300;
	color:#c1c1c1;
	letter-spacing:.15em;
	font-family:'Oswald', sans-serif;
	margin-bottom:2.5em;
	float:left;
	margin-top:5px;
	}
#sidebar .display-posts-listing .more-link:hover {
	color:#EE4F30;
	}

#sidebar #lead-cap {
	background:url(../images/bg-ad-1.png) no-repeat #2b2a2a;
	background-size:178px 209px;
	background-position:96% bottom;
	min-height:283px;
	padding:18px;
	margin-bottom:40px;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) inset;
		-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) inset;
		-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) inset;
	}
#sidebar #lead-cap h4 {
	font-size:22px;
	font-weight:300;
	color:#fff;
	letter-spacing:.1em;
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	}
#sidebar #lead-cap h3 {
	color:#EE4F30;
	line-height:1.5em;
	}
#sidebar #lead-cap p {
	color:#fff;
	letter-spacing:.06em;
	margin-bottom:.8em;
	}
#sidebar #lead-cap input[type="text"] {
	background:rgba(255,255,255,.95);
	color:#2b2a2a;
	font-family:'Oswald', sans-serif;
	padding:8px;
	border:0;
	font-weight:300;
	font-size:14px;
	width:245px;
	box-shadow:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
	}
#sidebar #lead-cap input[type="submit"] {
	background:none;
	text-shadow:none;
	border:0;
	padding:0;
	color:#2b2a2a !important;
	left: -36px;
    position: relative;
	box-shadow:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
	}
#sidebar #challenge {
	font-family:'Oswald', sans-serif;
	background:url(../images/bg-challenge.png) no-repeat #ee4f30;
	background-size:234px 195px;
	background-position:120% 110%;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) inset;
		-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) inset;
		-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) inset;
	}
#sidebar #challenge h4 {
	background:#2b2a2a;
	color:#fff;
	text-align:center;
	font-size:19px;
	font-weight:300;
	color:#fff;
	letter-spacing:.1em;
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	padding:20px 0;
	margin-bottom:1em;
	}
#sidebar #challenge h2 {
	padding:0 20px;
	margin-bottom:.6em;
	color:#fff;
	line-height: 1.2em;
	}
#sidebar #challenge p {
	padding:0 20px;
	font-weight:300;
	font-size:18px;
	}
#sidebar #challenge .line { margin-bottom:50px; }
#sidebar #challenge .btn { position:relative; top:10px; }


/* =FOOTER=
----------------------------------------------- */
#footer {
	background:#2b2a2a;
	border-bottom:12px solid #191919;
	padding-top:60px;
	padding-bottom:40px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color:#666666;
	}
#footer .line, #footer.line  { margin-bottom:0; }
#footer .line:after, #footer.line:after { content:""; }
#footer .footer-container {
	font-size:12px;
	}
#footer .content-wrap { padding:10px 10px 25px 10px; }
#footer h4 {
	color:#fff;
	margin-bottom:.5em;
	font-size:18px;
	font-weight:300;
	letter-spacing:0.08em;
	text-transform:uppercase;
	}
#footer-widget {
	text-align:center;
	padding:60px 0 40px;
	}
#footer ul {
	margin:0 0 1.5em;
	padding:0;
	list-style-type:none;
	}
#footer ul li {
	margin-bottom:.4em;
	font-size:17px;
	}


/* =FIXERS=
----------------------------------------------- */


/* =MOBILE MENU=
----------------------------------------------- */

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	max-width: 280px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	z-index:1;
	/*margin: 40px 20px 0 0;*/
	position: absolute;
    right: 16px;
	top:16px;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #2B2A2A;
	border: none;
	width: 55px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;
	border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;
	float:right;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #2B2A2A;
}
.dl-menuwrapper button.dl-active { }

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 60%;
	height: 4px;
	background: #fff;
	top: 10px;
	left: 20%;
	box-shadow:
		0 10px 0 #fff,
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
	text-transform:uppercase;
	color: #fffefe;
	font:100 18px 'Oswald', Arial, sans-serif;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
	color:#ee4f30;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: ">";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	 color: rgba(0, 0, 0, 0.3);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.3);
}

.dl-menuwrapper .dl-menu {
	margin: 45px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
	margin:0;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut2 {
	100% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut3 {
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut4 {
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	-moz-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	-moz-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn2 {
	0% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn3 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn4 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	-moz-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	-moz-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	-moz-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn2 {
	0% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn3 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn4 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	-moz-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	-moz-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut2 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut3 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut4 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/*------------------------------------*\
  MEDIA QUERIES
\*------------------------------------*/
#dl-menu { display: none; }

@media only screen and (min-width: 1200px ) {
	.main-navigation a:link, .main-navigation a:visited {
		padding: 30px 22px;
		}
}

@media only screen and (min-width: 1028px) and (max-width: 1139px) {
.main-navigation a:link, .main-navigation a:visited {
		font:100 18px 'Oswald', Arial, sans-serif;
		padding: 30px .6em;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1027px) {
.main-navigation a:link, .main-navigation a:visited {
		font:100 17px 'Oswald', Arial, sans-serif;
		padding: 30px .6em;
	}
}

@media only screen and (max-width: 1139px) {
#header {
	 	padding-left: 20px;
    	padding-right: 20px;
	}
.post #post-thumb img{
	max-width:96%;
	}
}

@media only screen and (max-width: 959px) {
	/*.grid { width: 768px !important; }*/
	#header {
	 	padding-left: 20px;
    	padding-right: 20px;
		min-height: 78px;
		background:#fff;
	}
	body { font-size:16px; }
	img { max-width: 100%; }
	#home-mast h1 { font-size: 55px; }
	#site-title h1.site-title a img { max-width:300px; }

	/* SHOW MOBILE MENU*/
	#dl-menu { display: inline-block; }
	.main-navigation { display:none; }
}


@media only screen and (max-width: 767px) {
	#header {
	 	padding-left: 0px;
    	padding-right: 0px;
	}
	#home-mast hgroup { top:20%; }
	article.post .post-footer h5 {max-width: 100%;}
	.post #post-thumb img{
		width:100%;
		max-width:100%;
	}
}

@media only screen and (max-width: 639px) {
	#home-mast h1 {font-size: 42px;}
	.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea { width:100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; }
	.wpcf7-form input[type="submit"], .protected-post-form input[type="submit"] { display:block; width:100%; }


}


@media only screen and (max-width: 479px) {
	/*.grid{ width: 320px !important; }*/

	#site-title h1.site-title a img { max-width:200px; }
	#top-bar span { font-size:13px; }
	#email-cap input[type="text"] { width:80%; }
}