/*
Theme Name: Wide Eye Creative
Theme URI: http://www.wideeyecreative.com
Author: Wide Eye Creative
Author URI: http://www.wideeyecreative.com
Description: Custom Wide Eye Creative Theme for WordPress
Version: 1.0
*/

/*=============================
=            FONTS            =
=============================*/
/**
 *	Name: 	Proxima Nova
 *	Font: 	Proxima Nova
 *	Code: 	font-family: "soleil",sans-serif;
 *	Sizes: 	400, 600, 700, 800
 */

/**
 *	Name: 	Bitter
 *	Font: 	FF Tisa Pro
 *	Code: 	font-family: 'soleil', sans-serif;
 *	Sizes: 	400, 700
 */



/*================================
=            BASE CSS            =
================================*/
body {
	background: #ECE8DF;
	color: #584E56;
	font-family: 'soleil', sans-serif;
	font-weight: 400;
	line-height: 26px;
	text-rendering: optimizelegibility;
}
::-moz-selection { background: #008bcc; color:#fff;}
::selection { background: #008bcc; color:#fff}
a {
	color: #008bcc;
	text-decoration: none !important;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
h1 {
	color: #fff;
	font-size: 50px;
	font-family: "soleil",sans-serif;
	font-weight: 700;
	text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.5);
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
	line-height: 100%;
}
h2 {
	font-size: 30px;
	font-family: "soleil",sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
}
h3 {
	font-family: "soleil",sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	text-transform:none;
}
h5 {
	font-size: 24px;
	line-height: 32px;
	font-family: "soleil", sans-serif;
	font-weight: 300;
}
section {
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea {
	border: none !important;
	outline: none !important;
	background: #fff !important;
	color: #6e6e6e !important;
	font-size: 14px !important;
	font-family: 'soleil', serif !important;
	font-weight: 400 !important;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 0px 2px 0px 0px rgba(207, 201, 189, 1) !important;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(207, 201, 189, 1) !important;
	box-shadow: 0px 2px 0px 0px rgba(207, 201, 189, 1) !important;
	font-size: 14px;
}
input {
	padding: 0 !important;
	padding-left: 15px !important;
	line-height: 36px !important;
	height: 36px !important;
	font-family:"soleil", sans-serif !important;
}
button {
	 -webkit-font-smoothing: antialiased;	
}
.wp-caption-text {
	font-family: "soleil", sans-serif;
	font-size: 12px !important;
	font-weight: 600 !important;
	text-align: center;
}


/*========================================
=            INDIVIDUAL ITEMS            =
========================================*/
#site-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#site-canvas {
	margin: 0 auto;
	max-width: 1500px;
	width: 100%;
	background: #faf8f4;
}
.sr-only {
	display: none;
}
.show-dropdown {
	display: block;
	margin-top: 0;
	top: 100%;
}
.dropdown-menu > li > a {
	font-family:"museo-slab", serif;
	font-size:12px;
	text-transform:uppercase;	
}
#post-template {
	display: none;
}
#content iframe {
	width: 100%;
}
.btn-flat {
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	background: #e3e3e3;
	border: none;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	position: relative;
	-moz-transition: all 50ms ease-in-out !important;
	-webkit-transition: all 50ms ease-in-out !important;
	transition: all 50ms ease-in-out !important;
	text-align: center;
	font-family: 'soleil', sans-serif;
	-moz-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	padding: 0;
	font-family: "soleil",sans-serif !important;
	letter-spacing: .05em;
}
.btn-orange {
	background: #fb7439;
	color: #fff;
	text-transform: uppercase;
	-moz-box-shadow: 0px 3px 0px 0px rgba(249, 70, 35, 1);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(249, 70, 35, 1);
	box-shadow: 0px 3px 0px 0px rgba(249, 70, 35, 1);
}
.btn-orange:hover, .btn-orange:focus {
	background: #fd7a41;
	color: #fff;
}
.btn-orange:active {
	background: #fd7a41;
	color: #fff;
	-moz-box-shadow: 0px 0px 0px 0px rgba(249, 70, 35, 1) !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(249, 70, 35, 1) !important;
	box-shadow: 0px 0px 0px 0px rgba(249, 70, 35, 1) !important;
	-moz-transform: translate(0, 3px);
	-ms-transform: translate(0, 3px);
	-o-transform: translate(0, 3px);
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
}

.btn-blue {
	background: #008bcc;
	color: #fff;
	text-transform: uppercase;
	-moz-box-shadow: 0px 3px 0px 0px rgba(0, 93, 184, 1);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 93, 184, 1);
	box-shadow: 0px 3px 0px 0px rgba(0, 93, 184, 1);
	letter-spacing: .05em;
}
.btn-blue:hover, .btn-blue:focus {
	background: #119ada;
	color: #fff;
}
.btn-blue:active {
	background: #119ada;
	color: #fff;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 93, 184, 1);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 93, 184, 1);
	box-shadow: 0px 0px 0px 0px rgba(0, 93, 184, 1);
	-moz-transform: translate(0, 3px);
	-ms-transform: translate(0, 3px);
	-o-transform: translate(0, 3px);
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
}
input[type="submit"] {
	background: #008bcc !important;
	color: #fff !important;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background: #119ada !important;
	color: #fff !important;
}

.btn-brown {
	background: #815041;
	color: #fff;
	text-transform: uppercase;
	-moz-box-shadow: 0px 1px 0px 0px rgba(113, 80, 69, 1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(113, 80, 69, 1);
	box-shadow: 0px 1px 0px 0px rgba(113, 80, 69, 1);
}
.btn-brown:hover, .btn-brown:focus {
	background: #98786b;
	color: #fff;
}
.btn-brown:active {
	background: #98786b;
	color: #fff;
	-moz-box-shadow: 0px 0px 0px 0px rgba(113, 80, 69, 1);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(113, 80, 69, 1);
	box-shadow: 0px 0px 0px 0px rgba(113, 80, 69, 1);
	-moz-transform: translate(0, 1px);
	-ms-transform: translate(0, 1px);
	-o-transform: translate(0, 1px);
	-webkit-transform: translate(0, 1px);
	transform: translate(0, 1px);
}
.share-post ul {
	margin: 0;
	list-style: none;
	text-align: center;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 25%;
}
.share-post p {
	color: #657789;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	text-align: center;
	 -webkit-font-smoothing: antialiased;
}
.share-post a {
	color: #fff;
	background: #efefef;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.share-post a:hover {
	color: #fff;
}
.share-post .facebook a { background: #3b5a98; }
.share-post .facebook a:hover { background: #4665a3; }
.share-post .twitter a { background: #00aef3; }
.share-post .twitter a:hover { background: #0db4f6; }
.share-post .email a { background: #008bcc; }
.share-post .email a:hover { background: #5ca6df; }
.hide-me a {
	visibility: hidden !important;
}
.hide-me ul a {
	visibility: visible !important;
}

.aligncenter { margin: 0 auto; display: block; }

.attachment-single-size.wp-post-image {
	text-align: center;
	margin: 16px auto;
	display: block;
}

/*===================================
=            SITE HEADER            =
===================================*/
#site-header {
	padding: 15px 0 10px;
	background: #f5f1e9;
	height: 88px;
}
#brand {
	background: url('images/logo16.png') no-repeat 0 0;
	display: block;
	width: 270px;
	height: 65px;
	background-size:100% auto;
	text-indent: -99999em;
}
#site-header form {
	margin: 0;
	float: right;
}
#site-header .fb-like, #site-header .twitter-follow-button {
	float: left;
	margin: 0 0.5em;
	visibility: hidden;
}
#site-header .twitter-follow-button {
	margin-top: 6px;
}
#site-header form, #site-header form fieldset {
	display: inline;
}
#site-header form input.zip {
	margin-left: 4px;
}
#site-header form input {
	height: 37px;
	line-height: 37px;
}
#site-header form button {
	height: 35px;
	line-height: 35px;
	width: 35px;
	margin-left: 4px;
}
#site-header form button i {
	font-size: 25px;
	line-height: 33px;
	margin-left: 2px;
}
#site-header form fieldset, #ngp-header-form fieldset,#ngp-footer-form fieldset  {
	color: #706b5d;
	font-family: "soleil",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	margin-right: 0;
	float: left;
}

#site-header .span8 {
	padding-top: 10px;
}


/*=======================================
=            SITE NAVIGATION            =
=======================================*/
#site-navigation {
	background: #003D67;
}
#site-navigation .navbar {
	position: relative;
}
#site-navigation .navbar-inner {
	background: none;
	border: none;
	padding: 0;
	height: 52px;
}
#site-navigation a {
	color: #c0ccd1;
	-moz-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	font-family: "soleil",sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
}
#site-navigation a:hover, #site-navigation li.current_page_item a {
	color: #fff;
}
#site-navigation li.first a {
	padding-left: 15px !important;
}
#site-navigation li.volunteer a {
	color: #fff;
	background: #fb7439 url('images/icon-volunteer-small.png') no-repeat 10% 50%;
	padding-left: 60px !important;
	padding-right: 25px !important;
	font-size: 18px;
}
#site-navigation li.volunteer a:hover {
	background-color: #fd7a41;
}
#site-navigation .navbar .nav {
	margin: 0;
	float: left;
}
#site-navigation .navbar .nav > li > a {
	padding: 16px 1.5em;
	text-transform: uppercase;
} 
#site-navigation .dropdown-menu {
	background: #003D67;
	border: none;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-left: 5px;
}
#site-navigation .dropdown-menu a {
	background: none !important;
	text-transform: none;
}
#site-navigation .navbar .nav>li>.dropdown-menu:after, #site-navigation .navbar .nav>li>.dropdown-menu:before {
	border: none !important;
	background: none !important;
}
#site-navigation .navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
	position: absolute;
	top: 33%;
	right: 15%;
	display:none;
}

/*============================
=            HERO            =
============================*/
#hero {
	background-repeat: no-repeat;
	height: 528px;
	text-align: center;
	padding-top: 50px;
	background:#005b90;
	font-style: Italic;
	background-position-x: 50%;
}
#hero .container {
	position: relative;
}
#hero .home-social {
	position: absolute;
	top: -50px;
	right: -30px;
	width: 235px;
	text-align: right;
}
#hero .home-social .twitter-follow-button {
	margin-bottom: -7px;
}
#hero .home-social a.facebook {
	background: #3b5998;
	color: #fff;
	display: inline-block;
	width: 28px;
	height: 28px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 0 2%;
	text-align: center;
}
.home-social .larger, .home-social .smaller {
	float: left;
	display: block;
	text-align: center;
}
.home-social .smaller {
	width: 40px;
}
.home-social .larger {
	width: 85px;
	overflow: hidden;
}
.home-social .larger.medium {
	width: 65px;	
}
#hero .home-social a.twitter {
	background: #00aced;
	color: #fff;
	display: inline-block;
	width: 28px;
	height: 28px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 0 2%;
	text-align: center;
}
#hero .hero-signup form {
	padding: 0 80px;
}
#hero .hero-signup input {
	width: 48%;
	margin: 0;
	float: left;
	height: 48px !important;
	line-height: 48px !important;
	font-size: 16px !important;
}
#hero .hero-signup input.email {
	margin: 0 2% 0 0;
}
#hero .hero-general .btn-flat, #hero .hero-video .btn-flat, #hero .hero-signup .btn-flat {
	font-size: 14px;
	font-weight: 700;
	width: 243px;
	height: 50px;
	line-height: 50px;
	margin-top: 2%;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
}
#hero p {
	color: #cfcec9;
	font-family: 'soleil', sans-serif;
	font-weight: 400;
	font-size: 17px;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
}
#hero .hero-video a.magnific-popup {
	color: #fff;
	font-size: 25px;
	display: inline-block;
	height: 60px;
	line-height: 57px;
	width: 60px;
	background: #0a89be;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#hero .hero-video a.magnific-popup i {
	margin-left: 5px;

}
#hero .hero-video a.magnific-popup:hover {
	background: #1c97cd;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*====================================
=            HOME CONTENT            =
====================================*/
#home-content {
	padding: 80px 0 50px;
	background: #f5f1e9;
	text-align: center;
}
#home-content h2 {
	color: #614339;
	font-size: 28px;
	font-family: "soleil",sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 32px;
}
#home-content p {
	color: #706b5d;
	font-size: 17px;
	font-family: 'soleil', sans-serif;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}
#home-content a.btn-brown {
	width: 147px;
	height: 32px;
	line-height: 32px;
	display: block;
	margin: 0 auto;
	font-size: 11px;
	font-family: "soleil",sans-serif;
	font-weight: 700;
}

/*==================================
=            ACTION BAR            =
==================================*/
.action-bar-container {
	position: absolute;
	bottom: -25px;
	z-index: 999;
}
#action-bar {
	text-align: center;
	width: 85%;
	margin: 0 auto;
	display: block;
}
#action-bar a {
	display: block;
	float: left;
	width: 25%;
	height: 115px;
	line-height: 180px;
	background-image: url('http://placekitten.com/55/55');
	background-repeat: no-repeat;
	background-position: 50% 25%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
	font-weight: 700;
	font-family: "soleil",sans-serif;
	-webkit-font-smoothing: antialiased;
}
#action-bar .iteration-2 {
	border-left: 1px solid #2692d4;
	border-right: 1px solid #2692d4;
}





/*======================================
=            HOME LATEST AD            =
======================================*/
#latest-ad {
	background: #005b90;
	padding: 70px 0;
	text-align: center;
}
#latest-ad .span8 {
	padding-left: 5em;
}
#latest-ad iframe {
	width: 100%;
	height: 340px;
}
#latest-ad h3 {
	color: #fff;
	font-family: "soleil",sans-serif;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.16em;
	margin-bottom: 0;
}
#latest-ad hr {
	color: #fff;
	border-color: #fff;
	background: #fff;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 120px;
	margin: 0 auto;
}
#latest-ad h1 {
	margin-top: 25px;
	margin-bottom: 25px;
}
#latest-ad p {
	color: #cad7e0;
	font-size: 16px;
	line-height: 26px;
	font-family: 'soleil', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}


/*================================
=            MEET KEN            =
================================*/
#meet-ken {
	padding-top: 75px;
	padding-bottom: 85px;
	background-color: #004566;
	background-repeat: no-repeat;
	height: 408px;
	text-align: center;
	background-position: -8em 0;
}
#meet-ken h4 {
	color: #fff;
	font-family: "soleil",sans-serif;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.16em;
	margin-bottom: 0;
}
#meet-ken hr {
	color: #fff;
	border-color: #fff;
	background: #fff;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 250px;
	margin: 20px auto;
}
#meet-ken p {
	color: #cad7e0;
	font-size: 16px;
	line-height: 26px;
	font-family: 'soleil', sans-serif;
	font-weight: 400;
	margin-top: 15px;
	-webkit-font-smoothing: antialiased;
}
#meet-ken a.btn-flat {
	width: 253px;
	height: 53px;
	line-height: 53px;
	display: block;
	margin: 20px auto 0;
	font-size: 12px;
	font-weight: 700;
	font-family: "soleil",sans-serif;
}



/*=============================
=            FEEDS            =
=============================*/
#feeds {
	text-align: center;
	background: #fff /*f5f1e9*/;
	padding-top: 80px;
	padding-bottom: 55px;
}
#feeds .push-down {
	margin-bottom: 20px;
}
#feeds hr {
	border-top: 1px solid #d4cbc4;
	border-bottom: 1px solid #c5bbb3;
	width: 120px;
	margin: 0 auto;
}
#feeds h3 {
	color: #614339;
	font-size: 21px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-family: "soleil",sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}
#feeds .bxslider {
	margin: 0;
	padding: 0;
}
#feeds .bx-wrapper .bx-viewport {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#feeds p.description {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5em;
	min-height: 95px;
}
#feeds p.description, #feeds p.description a {
	color: #46413e;
	font-style: italic;
	letter-spacing: -0.02em;
	line-height: 40px;
	font-size: 25px;
	font-family: 'soleil', sans-serif;
}
#feeds p.description a {
	color: #7b6956 !important;
}
#feeds p.description a:hover {
	color: #1b6b91 !important;
}
#feeds p.meta a {
	color: #7b6956;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "soleil",sans-serif;
}
#feeds p.meta a:hover {
	color: #1b6b91 !important;
}
#feeds p.icon a {
	color: #7b6956;
	font-size: 25px;
}
#feeds p.icon a:hover {
	color: #1b6b91 !important;
}
#feeds .bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	color: #c1b7b0;
	border: 1px solid #ded7d0;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
	height: 28px;
	width: 28px;
	line-height: 23px;
	font-size: 22px;
	top: 50px;
	background: #fff /*f5f1e9*/;
}
#feeds .bx-wrapper .bx-controls-direction a.bx-prev i {
	margin-left: -3px;
}
#feeds .bx-wrapper .bx-controls-direction a.bx-next i {
	margin-right: -3px;
}
#feeds .bx-wrapper .bx-controls-direction a:hover {
	color: #7C6B5F;
	border-color: #7C6B5F;
}
#feeds .feed-image {
	-moz-box-shadow: 0px 0px 3px 0px rgba(148, 133, 117, 1);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(148, 133, 117, 1);
	box-shadow: 0px 0px 3px 0px rgba(148, 133, 117, 1);
	margin-bottom: 25px;
}





/*===========================================
=            CAMPAIGN HIGHLIGHTS            =
===========================================*/
#campaign-highlights {
	padding-top: 70px;
	padding-bottom: 0;
	background: #f5f1e9;
	text-align: center;
}
#campaign-highlights img {
	width: 100%;
}
#campaign-highlights .span4 {
	background: #fbfbf8;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(2,2,2,.1);
}
#campaign-highlights h3 {
	color: #614339;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-family: "soleil",sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}
#campaign-highlights p {
	color: #756770;
	font-size: 16px;
	font-family: 'soleil', sans-serif;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1em;
	-webkit-font-smoothing: antialiased;
}
#campaign-highlights .span4 p {
	font-size: 15px;
	line-height:24px;
	height:88px;
}

#campaign-highlights hr {
	border-top: 1px solid #d4cbc4;
	border-bottom: 1px solid #c5bbb3;
	width: 120px;
	margin: 25px auto;
}
#campaign-highlights .span4 hr {
	margin: 18px auto;
}
#campaign-highlights h4 {
	font-size: 22px;
	color: #614339;
	font-weight: 600;
	font-family: "soleil",sans-serif;
	letter-spacing: -0.02em;
	margin: 32px 0 0;
}
#campaign-highlights .span4 a.btn-brown {
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 10px;
	padding: 0 1.2em;
	font-size: 11px;
	font-weight: 700;
	font-family: "soleil",sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.06em;
}


/*=============================
=            INNER            =
=============================*/
#main {
	padding-bottom: 40px;
}
.sidebar-actions #action-bar {
	width: 100%;
}
.sidebar-actions #action-bar a {
	float: right;
	width: 100%;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 50px;
	line-height: 54px;
	background-position: 10% 50%;
	background-size: 10%;
	text-align: left;
	padding-left: 67px;
    font-size: 14px;
    letter-spacing: 0em;
}
#sidebar h4 {
	font-size: 14px;
	text-align: center;
	color: #614339;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 45px;
	font-family: "soleil",sans-serif;
	letter-spacing: 0.14em;
}
#sidebar .our-team h4 {
	margin-top:0;
}
#sidebar .our-team {
	margin-bottom:45px;	
}
#sidebar input {
	height: 45px !important;
	line-height: 45px !important;
	width: 100%;
	color: #595959;
	font-size: 15px;
	font-family: 'soleil', sans-serif;
	margin-bottom: 15px;
}
#sidebar button {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	font-family: "soleil",sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#sidebar .our-team img {
	width: 100%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#sidebar .recent-posts-container {
	background: #fbfbf8;
	padding: 20px;
	-moz-box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.15);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.15);
	box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.15);
	text-align: center;
}
#sidebar .recent-posts a {
	color: #796558;
	font-family: "soleil",sans-serif;
	font-weight: 600;
	line-height: 17px;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
}
#sidebar .recent-posts hr {
	border-top: 1px solid #d4cbc4;
	border-bottom: 1px solid #c5bbb3;
	width: 50%;
	margin: 0 auto 10px;
}
#sidebar .recent-posts p {
	color: #7b6956;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "soleil",sans-serif;
	font-weight: 600;
}
#content h1 {
	font-family: "soleil",sans-serif;
	font-weight: 700;
	color: #614339;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: -0.02em;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}
h4.subtitle {
	font-size: 17px;
	color: #756770;
	font-family: 'soleil', sans-serif;
	line-height: 30px;
	font-weight: 400;
}
#content hr {
	margin: 20px auto;
	width: 120px;
	border-top: 1px solid #d4cbc4;
	border-bottom: 1px solid #c5bbb3;
}
#content hr.large {
	width: 100%;
}
#content p {
	line-height: 29px;
	font-size: 17px;
	color: #584E56;
	margin: 0 0 20px;
}
#content ul  {
	margin-top:10px;	
	margin-bottom:30px;	
}
#content ul li {
    font-size: 15px;
    line-height: 23px;
	margin-bottom:7px
}
h3.subheading {
	text-align: center;
	font-size: 17px;
	line-height: 24px;
	font-family: "soleil",sans-serif;
	font-weight: 700;
}



/*========================================================
=            INDEX / ARCHIVE / CATEGORY / 404            =
========================================================*/
#content .post h2 {
	margin: 0;
}
#content .post h2 a {
	color: #614339;
	font-size: 26px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: -0.02em;
	display: inline-block;
	line-height: 31px;
}
#content .post hr {
	border-top: 1px solid #d4cbc4;
	border-bottom: 1px solid #c5bbb3;
	margin: 10px 0;
}
#content .meta p {
	color: #7b6956;
	font-size: 13px;
	font-weight: 600;
	font-family: "soleil",sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin: 0;
	margin-bottom: 5px;
}
#content .excerpt p {
	color: #4B3545;
	font-size: 15px;
	font-family: 'soleil', sans-serif;
	font-weight: 400;
	line-height: 24px;
}
#content .read-more .btn-flat {
	background: none;
	color: #008bcc;
	font-size: 12px;
	letter-spacing: .05em;
	font-weight: 700;
	text-transform: uppercase;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	font-family: "soleil",sans-serif;
}
#content .post .featured-image, #content .post .text {
	float: left;
}
#content .post .featured-image {
	width: 25%;
}
#content .post .text {
	width: 70%;
	margin-left: 5%;
}
#content article.post {
	margin-bottom: 45px;
}





/*==============================
=            TOPPER            =
==============================*/
#topper {
	background-image: url('images/banner-default.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 39px;
	margin-bottom: 64px;
	background-color: #005b90;
    background-image: none !important;

}
#topper h1, #topper h2 {
	color: #fff;
	font-size: 38px;
	margin: 0;
}




/*=============================================
=            VISION | REAL RESULTS            =
=============================================*/
#main.vision-results {
	padding-bottom: 0;
}
#main.vision-results h1.title {
	text-align: center;
}
#main.vision-results h4.subtitle {
	text-align: center;
}
#main.vision-results .image-banner {
	width: 100%;
}
#main.vision-real-results-page #loop {
	text-align: center;
}
#main.vision-real-results-page #loop a.item {
	display: inline-block;
	width: 245px;
	height: 260px;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid rgba(2,2,2,.1);
}
#main.vision-real-results-page #loop a.item {
	background: #fff;
	color: #614339;
	font-family: "soleil",sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 12px;
	text-transform: uppercase;
	margin: 1.5em;
}
#main.vision-real-results-page #loop a.item p {
	margin: 0 20px;
	padding-top: 12px;
	line-height: 18px;
}
#main.vision-real-results-page #content h2 {
	color: #614339;
	font-family: "soleil",sans-serif;
	text-align: center;
	font-weight: 700;
	letter-spacing: -0.02em;
	font-size: 28px;
}
#main.vision-real-results-page #content p {
	text-align: center;
	font-size: 17px;
	color: #706b5d;
	font-family: 'soleil', sans-serif;
}
#main .image-banner {
	margin-bottom: 37px;
}
.pagination {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}
.pagination a.previous, .pagination a.next {
	color: #008bcc;
	letter-spacing: 0.14em;
	font-size: 12px;
	font-family: "soleil",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	 -webkit-font-smoothing: antialiased;
	     line-height: 16px;
}
.pagination a.previous {
	left: 0;
	top: 5px;
}
.pagination a.next {
	right: 0;
	top: 5px;	
	width: 265px;
	text-align: right;
}
.pagination a.btn-flat {
	display: block;
	margin: 0 auto;
	background: #efebe3 !important;
	width: 180px;
	height: 34px;
	line-height: 34px;
	color: #614339;
	font-size: 12px;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	letter-spacing: 0.06em;
	-moz-box-shadow: 0px 1px 0px 0px rgba(233, 228, 217, 1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(233, 228, 217, 1);
	box-shadow: 0px 1px 0px 0px rgba(233, 228, 217, 1);
}
.pagination a.btn-flat:hover, .pagination a.btn-flat:focus {
	background: #e7e6e3;
}
.pagination a.btn-flat:active {
	background: #e7e6e3;
	-moz-box-shadow: 0px 0px 0px 0px rgba(113, 80, 69, 1);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(113, 80, 69, 1);
	box-shadow: 0px 0px 0px 0px rgba(113, 80, 69, 1);
}

#main.vision-real-results-page #loop a span.image-wrapper {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	display: block;
}
#main.vision-real-results-page #loop a span.image-wrapper img {
	position: absolute;
	left: -20%;
	width: 140%;
	max-width: none;
}

.btn.btn-default.btn-block.ladda-button.load-more {
	display: block;
	margin: 0 auto;
	background: #efebe3 !important;
	text-transform:uppercase;
	font-family:"soleil", sans-serif;
	color: #614339;
	font-size: 13px;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	letter-spacing: 0.06em;
	-moz-box-shadow: 0px 1px 0px 0px rgba(233, 228, 217, 1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(233, 228, 217, 1);
	box-shadow: 0px 1px 0px 0px rgba(233, 228, 217, 1);
	font-weight:600;
}



/*=============================================
=            VISION RESULTS SIGNUP            =
=============================================*/
#vision-results-signup {
	background: #f5f1e9;
	padding: 50px 0;
}
#vision-results-signup form {
	margin: 0 auto;
	max-width: 900px;
}
#vision-results-signup form fieldset {
	display: inline;
	color: #706b5d;
	font-family: "soleil",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	text-align: right;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 15%;
}
#vision-results-signup form input {
	margin-left: 1%;
	height: 50px !important;
	line-height: 50px !important;
	font-size: 16px !important;
}
#vision-results-signup form input.email {
	width: 30%;
}
#vision-results-signup form input.zip {
	width: 25%;
}
#vision-results-signup form button {
	width: 20%;
	height: 49px;
	margin-left: 1%;
	color: #fff;
	font-family: "soleil",sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 13px;
}







/*=====================================
=            FOOTER ACTION            =
=====================================*/
#footer-action {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 140px;
	background: #27151c url('images/footer-action.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#footer-action h2 {
	color: #fff;
	font-size: 28px;
	font-family: "soleil",sans-serif;
	font-weight: 700;
	text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.5);
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
}
#footer-action p {
	color: #cfcec9;
	font-size: 17px;
	font-family: 'soleil', sans-serif;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1em;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 25px;
}
#footer-action a.btn-brown {
	width: 145px;
	height: 32px;
	font-size: 11px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	font-family: "soleil",sans-serif;
	line-height: 32px;
	display: inline-block;
}



/*===================================
=            SITE FOOTER            =
===================================*/
#site-footer {
	padding-top: 75px;
	padding-bottom: 35px;
	background: #f5f1e9;
}
#site-footer .container {
	position: relative;
}
#site-footer hr {
	border-top: 1px solid #d4cbc4;
	border-bottom: 1px solid #c5bbb3;
	margin: 35px auto;
}
#footer-logo {
	background: url('images/logo16.png') no-repeat 0 0; 
	display: block;
	margin: 0 auto; 
	width: 270px; 
	height: 65px;
	background-size:100% auto; 
	text-indent: -99999em;
}
#site-footer .social-links {
	text-align: center;
    margin-top: 25px;
}
#site-footer .social-links a {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 20px;
	margin-left: 10px;
}

#copyright .span12 {
	margin-left:0px;	
}

#site-footer .social-links a.facebook {
	background-color: #3b5998;
}
#site-footer .social-links a.twitter {
	background-color: #00aced;
}
#site-footer .social-links a.facebook:hover {
	background-color: #5470ac;
}
#site-footer .social-links a.twitter:hover {
	background-color: #2ebcf1;
}
#site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
#site-footer nav ul > li {
	float: left;
	width: 14%;
	margin: 0 1%;
}
#site-footer nav ul > li a {
	color: #7b6956;
	font-family: "soleil",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 15px;
	display: block;

}
#site-footer nav ul > li ul > li {
	float: none;
	width: auto;
	margin: 0;
}
#site-footer nav ul > li ul > li a {
	color: #4e4744;
	margin: 0;
	font-family: 'soleil', sans-serif;
	font-weight: 400;
	text-transform: none;
	font-size: 13px;
	line-height: 24px;
} 





/*=================================
=            COPYRIGHT            =
=================================*/
#copyright {
	background: #005b90;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 40px;
}
#copyright p {
	margin: 0;
	color: #678394;
	font-size: 11px;
	font-family: "soleil",sans-serif;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	border: 1px solid #678394;
    padding: 10px;
    margin: 0 auto;
}
#copyright nav ul {
	margin: 0 0 20px;
}
#copyright nav ul li {
    list-style-type: none;
    text-align: center;
    display: inline;
    padding: 8px;
    margin: 0;
}
#copyright a:hover {
	color:#fff;	
}









/*==================================
=            MOBILE NAV            =
==================================*/
#mobile-nav-button {
	display: none;
	outline: none !important;
	position: absolute;
	left: 0;
	top: 0;
	height: 52px;
	width: 52px;
	font-size: 23px;
	line-height: 52px;
	padding: 0;
	background: #904a2d;
	border: none;
	color: #fff;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index: 9999;
}
#mobile-nav-button a {
	background: #125c7b;
}
#mobile-nav {
	position: relative;
	overflow: hidden;
	color: #fff;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;	
	left: -40%;
	background: #ebe6dd;
	/*-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);*/
}
.nav-container {
	position: relative;
	padding: 0;
	margin: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
	-webkit-transition-delay: ease, 0s;
	-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
	-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
	transition: opacity 300ms 100ms ease, transform 500ms ease;
	-webkit-transform: translate3d(40%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-moz-transform: translate3d(40%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-ms-transform: translate3d(40%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-o-transform: translate3d(40%, 0, 0) scale3d(0.9, 0.9, 0.9);
	transform: translate3d(40%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.nav-container.pop-up {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
a.close-nav {
	margin: 16px;
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	color: #003D67;
	border: solid 2px #003D67;
	-moz-border-radius: 360px;
	-webkit-border-radius: 360px;
	border-radius: 360px;
	line-height: 26px;
	text-decoration: none;
	font-weight: 400;
}
#mobile-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/*border-top: 1px solid #242b33;
	border-bottom: 1px solid #333c47;*/
}
#mobile-nav ul li a {
	color: #003D67;
	font-weight: 600;
	font-size: 15px;
	display: block;
	width: 100%;
	padding: 0 23px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	/*border-top: 1px solid #333c47;
	border-bottom: 1px solid #242b33;*/
	text-decoration: none;
	font-family: "soleil",sans-serif;
}
#mobile-nav ul ul {
	border: none;
	/*border-top: 1px solid #333c47;
	border-bottom: 1px solid #242b33;*/
}
#mobile-nav ul li a:hover {
	background: #008bcc;
	color: #fff;
}
#mobile-nav ul ul a {
	border: none;
	color: #ccc;
	height: 32px;
	text-transform: none;
	line-height: 32px;
}


/*=====================================
=            NGP FORM                 =
=====================================*/
 .ngp-form-view .markup-HeaderHtml,.ngp-form-view legend,.ngp-form-view .markup-FastAction,.ngp-code label {
	display: none !important;
}
#ngp-sidebar-form .at-title,#ngp-sidebar-form .at-markup.HeaderHtml,#ngp-sidebar-form .at-markup.FooterHtml {
	display: none !important;
}
.ngp-code .form-item-PostalCode input,.ngp-code .form-item-EmailAddress input,.ngp-code #edit-submitform {
	display: inline !important;
}

.ngp-form-submit input {
	font-family: "FontAwesome",Helvetica !important;
	  border-radius: 3px;
  font-weight: 700;
  position: relative;
    -moz-transition: all 50ms ease-in-out !important;
  -webkit-transition: all 50ms ease-in-out !important;
  transition: all 50ms ease-in-out !important;
  text-align: center;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  background: #008bcc;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
   height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 20px !important;
  margin-left: 4px;
}
#fastaction-signup {
	display: none !important;
}
#sidebar .ngp-form-submit input {
	width: 100%;
	height: 50px !important;
	line-height: 50px !important;
	font-size: 13px !important;
	font-family: "soleil",sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em;
}
#ngp-header-form {
	width: 550px;
	float: right;
}
#ngp-footer-form{
	width: 600px;
	display: block;
	margin: 0 auto;

}
#ngp-footer-form .fieldset-wrapper {
	width: 500px;
}
#ngp-header-form .header-fieldset,#ngp-footer-form .header-fieldset{
	margin-top: 4px;
}
#ngp-footer-form .header-fieldset{
	margin-top: 10px;
	margin-right: 10px;
}
#ngp-header-form .ngp-col-1,#ngp-footer-form .ngp-col-1 {
	width: 436px;
	float: left;
}
#ngp-header-form .form-type-textfield,#ngp-footer-form  .form-type-textfield{
	float: left;
	margin-right: 10px;

}
#ngp-footer-form .form-type-textfield input{
	max-width: 300px !important;
}
#ngp-header-form .ngp-form-submit, #ngp-footer-form .ngp-form-submit{
	float: left;
}
#ngp-footer-form .ngp-form-submit .form-submit{
	width: auto;
	padding: 0 10px !important;
}






/*=====================================
=            MEDIA QUERIES            =
=====================================*/
@media only screen and (min-width: 1200px) {
	#site-navigation .navbar .nav > li > a {
		padding: 16px 2.4em;
	}
	#site-navigation .dropdown-menu {
		margin-left: 25px;
	}
}
@media only screen and (min-width: 768px) {
#copyright p {
    width: 400px;
}
}

@media only screen and (max-width : 1200px) {
	#site-header .fb-like, #site-header .twitter-follow-button {
		margin-left: 2px;
		margin-right: 2px;
	}
	#site-header .header-fieldset,.header-social {
		display: none;
	}
	#meet-ken {
		background-position: -16em 0;
	}
	#site-navigation .navbar .nav > li > a {
		padding: 16px 1.45em;
	}
	#site-navigation .navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
		right: 10%;
	}
}

@media only screen and (max-width : 979px) {
	#hero {
		    background-position-x: 80%;	
	}
	#mobile-nav-button {
		display: block;;
	}
	#site-canvas {
		left: 0 !important;
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		-webkit-transition: -webkit-transform 500ms ease;
		transition: transform 500ms ease;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#site-canvas.move-right {
		-moz-transform: translate3d(40%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(40%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(40%, 0, 0) scale3d(1, 1, 1);
		-webkit-transform: translate3d(40%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(40%, 0, 0) scale3d(1, 1, 1);
	}
	#site-header .container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#site-header .fb-like, #site-header .twitter-follow-button {
		display: none;
	}
	#site-navigation .navbar-fixed-top {
		margin-bottom: 0;
	}
	#hero .hero-signup form {
		padding: 0;
	}
	#latest-ad h1 {
		font-size: 36px;
	}
	#feeds .push-down {
		margin-bottom: 30px;
	}
	#action-bar {
		width: 100%;
	}
	.action-bar-container {
		left: 0;
	}
	#sidebar #action-bar a {
		padding: 0;
		background-image: none !important;
		text-align: center;
		font-size: 12px;
	}
	#meet-ken {
		background-position: -25em 0;
	}
	#hero .home-social {
		display: none;
	}
	.share-post {
		display: none;
	}
	#feeds {
		padding-top: 60px;
		padding-bottom: 15px;
	}
	#feeds p.description, #feeds p.description a {
		line-height: 24px;
		font-size: 15px;
	}
}

@media only screen and (max-width : 767px) {
	body {
		padding: 0;
	}
	section {
		padding: 0 15px;
	}
	#site-header {
		padding: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#site-header .span8 {
		display: none;
	}
	#site-header form {
		background: #f4ecdc;
		padding: 15px 0;
	}
	#brand {
		margin: 0 auto;
	}
	#site-header form {
		width: 100%;
	}
	#site-header form input, #site-header form button {
		float: left;
	}
	#site-header form input {
		width: 38%;
	}
	#site-header form input.email {
		margin-left: 1%;
	}
	#site-header form button {
		width: 20%;
	}
	#site-navigation .navbar-fixed-top {
		margin: 0 !important;
	}
	#latest-ad h1 {
		font-size: 50px;
	}
	#latest-ad p {
		margin: 0 auto;
		width: 80%;
		max-width: 500px;
		margin-bottom: 25px;
	}
	#latest-ad .span8 {
		padding: 0 15px;
	}
	.action-bar-container {
		position: relative;
	}
	#action-bar a {
		float: none;
		width: 100%;
		border: none;
	}
	#footer-action, #hero {
		padding-left: 0;
		padding-bottom: 0;
		padding-right: 0;
		height: auto;
	}
	#hero {
		padding-top: 100px;
	}
	#hero .span6 {
		padding-bottom: 75px;
	}
	#vision-results-signup form {
		margin: 0 auto;
		width: 80%;
	}
	#vision-results-signup form fieldset,#ngp-footer-form {
		display: none;
	}
	#vision-results-signup form input, #vision-results-signup form button {
		margin: 3% 0;
		width: 100% !important;
		float: none;
		display: block;
	}
	#site-footer nav {
		text-align: center;
	}
	#site-footer nav ul > li {
		float: none;
		width: 100%;
		margin: 5% 0;
	}
	#meet-ken {
		background-image: none !important;
		height: 490px;
	}
}

@media only screen and (max-width : 480px) {
	#hero {
		background-image:none !important;
	}
	#content .post .featured-image, #content .post .text {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	#content .post .featured-image img {
		width: 100%;
		margin-bottom: 25px;
	}
	#site-footer .social-links {
		position: relative;
		text-align: center;
	}
	#site-footer .social-links a {
		margin: 20px 5px;
	}
	#site-canvas {
		left: 0 !important;
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		-webkit-transition: -webkit-transform 500ms ease;
		transition: transform 500ms ease;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#site-canvas.move-right {
		-moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	}
	#mobile-nav {
		position: relative;
		overflow: hidden;
		color: #fff;
		position: absolute;
		top: 0;
		height: 100%;
		width: 70%;	
		left: -70%;
		background: #ebe6dd;
		/*-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);*/
	}
	.nav-container {
		position: relative;
		padding: 0;
		margin: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
		-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
		-webkit-transition-delay: ease, 0s;
		-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
		-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
		transition: opacity 300ms 100ms ease, transform 500ms ease;
		-webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-webkit-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-o-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}
}


@media only screen and (max-width : 320px) {

}



/*=======================================
=            BROWSER SUPPORT            =
=======================================*/
html.ie-old, html.ie-old #site-wrapper {
	min-width: 980px;
}
html.ie-old body {
	overflow: auto;
}

/*=======================================
=            2016 HACKS           =
=======================================*/

.wpcf7 input , textarea {
	width:80%;
}

