/*  
Theme Name: Standard
Theme URI: http://standardtheme.com
Version: 3.1.2
Description: Standard is a sleek, exacting product designed for uncluttered and sophisticated presentation of your content on desktop and mobile devices.
Tags: blog, professional, clean, minimal, simple, black, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, responsive-width, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
Author: 8BIT
Author URI: http://8bit.io
License: GNU General Public License v2.0
License URI: http://www.gnu.org/lwrappericenses/gpl-2.0.html
*/

@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,700,400);

/*

/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CONTENTS  AZEE/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\

	1.  Misc
	2.  Typography
	3.  Main Styles
	4.  Header Navigation
		   -Header Menu
		   -nav social-icons
		   -Footer Menu
	5.  Header
	6.  Posts
		   -post formats
	7.  Sidebar
		   -Widgets
	8.  Footer
	9.  404 page
	10. Search Page
	11. Page templates
			 -sitemap
			 - offline page template
	12. IE8 Styles
	13. Inline Grid
	14. Media queries
*/


/* ------------------------------------------------------------------------ 1. Misc */

.wistia_embed {
    height: auto !important;
    padding: 56.25% 0 0;
    position: relative;
    width: 100% !important;
}
.w-chrome {
    left: 0;
    position: absolute !important;
    top: 0;
z-index:1 !important;
    width: 100% !important;
    height:100% !important;
}
.w-chrome > div {  width: 100% !important;
    height:100% !important;}
.time-ago {
    display: none;
}
body * { 
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

img {
	max-width: 100%;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.first { 
	margin-left: 0 !important; ma
}

.last {
	margin-right: 0 !important;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block; 
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: auto !important; 
	margin-right: auto !important; 
}


/* 
 * override Bootstrap span class that was 
 * causing issues with some post_class() tags 
 */
[class*="span"] {
    float: none;
    margin-left: 0;
}

[class^="span"] {
    float: left;
    margin-left: 0px;
}

input[type="submit"] {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

input[type="submit"]:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}

input[type="submit"]:focus {
  outline: 1px dotted #666;
}

input[type="text"] {
	width: 97%;
}


table td.label {
	color: #444;
	background: #f1f1f1;
	border-radius: 0;
}

table td.label a {
	color: #444;
	text-shadow: none;
}

.fademe img,
a img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;	
	-webkit-transition: opacity .25s ease-in-out;
}

.fademe img:hover,
a img:hover {
	opacity: 0.5;
}

.form-allowed-tags code { 
	float: left; 
	margin: 8px 0 12px 0;
}

#wpstats {
	display: none;
}

/* ------------------------------------------------------------------------ 2. Typography */

h1, h2, h3, h4, h5, h6 {
  color: #444;
  margin-bottom: 10px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #bfbfbf;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h2 small {
  font-size: 14px;
}

h6 {
  text-transform: inherit;
}

/* links */ 

a { 
	color: #4d8b97;
}

abbr, tla, acronym {
	cursor: help;
	text-decoration: underline;
}

cite, q {
	font-style: italic;
}

ins {
	background-color: rgba(254, 255, 0, 0.68);
	text-decoration: none;
}

pre {
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------ 3. Main Styles */

html {
	overflow-y: auto;
	-webkit-text-size-adjust: auto;
}

body {
	background: #efefef;
}

#wrapper {
	padding: 20px 0 40px;
}
#bodyfullwidthbannerimage #wrapper {padding-top:0px;}


/* ------------------------------------------------------------------------ 4. Menu-Navigation */

#main {color:#333}

.navbar-inner .container {width:auto;}
.navbar-fixed-top {
	position: relative;
}


.navbar-inner, .navbar .fill {background:#000000 !important;}

.navbar-inner {
	padding: 0 !important;}

.fullwidth {width:100%;}
.post-header-meta .the-author {display:none;} 
a.freebutton:hover {background:#ede170!important;}
.menu-header-container {margin-left:0px;}
.mainbasic {max-width:700px;margin:auto;}
.mainbasic .post-header {border-bottom:0px;padding:30px 0px 20px;text-align:center;}
.mainbasic.nopadding {max-width:none;}
.mainbasic.nopadding .entry-content {padding:0px;}
.mainbasic.nopadding .post-header {display:none;}
.mainbasic.nopadding .entry-content .center {max-width:700px;margin:0 auto;padding: 0 20px 20px;}
.mainbasic.nopadding .heading {background-color: #60a637;min-height:400px;position:relative;overflow:hidden;}
.mainbasic.nopadding .heading h1 {color:#fff;width:50%;padding: 80px 20px 0px;font-weight:normal;font-family:'Roboto Condensed', sans-serif;font-size:60px;line-height:60px;text-align:center;position:relative;}
.mainbasic.nopadding .heading h2 {color:#fff;width:50%;padding: 0 20px;font-weight:100;font-family: 'Roboto Condensed', sans-serif;font-size:40px;line-height:40px;text-align:center;position:relative;}
.mainbasic.nopadding .heading img {position:absolute;top:0;right:0;}
.mainbasic.nopadding .toc{position:relative;background: url(http://videofruit.com/wp-content/uploads/2014/04/vf-toc-bg.png) no-repeat;height:614px;}
.mainbasic.nopadding .toc h2 {color: #fff;font-family: 'Roboto Condensed', sans-serif;text-align: center;font-weight: normal;font-size: 60px;}
.mainbasic.nopadding .toc ol {list-style-position:inside;margin:0;padding:20px;}
.mainbasic.nopadding .toc .col1 {position:absolute;top:145px;left:242px;width:210px;height:312px;}
.mainbasic.nopadding .toc .col2 {position:absolute;top:145px;left:507px;width:210px;height:312px;}
.mainbasic.nopadding .toc li {color:#fff;font-size:25px;line-height:40px;text-transform:uppercase;}

.navbar .nav > li > a {
	padding: 25px 0 4px;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	color: white;
	margin-left: 22px;
	margin-right: 22px;
}

.navbar .nav {w
	margin-left: -10px;
}

#social-networking {
	float: right;
	margin-right: -10px;
}

.navbar .social-icons > li {
	margin: 12px 0 12px 12px;
	padding: 0;
	line-height: 0;
}

.navbar .social-icons > li a {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#menu-under-header {
	margin: 0;
	z-index: auto;
}

/* Navbar collapse styles */

.btn-navbar {
	float: left;
	margin-top: 0 !important;
}

/* Dropdown styling */

.navbar .dropdown-menu {
  top: 100%;
  z-index: 1000;
  min-width: 160px;
  padding: 4px 0;
  margin-top: 0;
  border-color: #E4E4E4;
  border-top-width: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  list-style: none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow: none;
}

.dropdown .caret {
	margin-left: 5px;
}

.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
	border-top-color: inherit;
	border-bottom-color: inherit;
}

/* Enable Bootstrap dropdowns on hover */
.navbar .dropdown:hover .dropdown-menu {
    display: block;  
}

/* 3rd level dropdown */
.navbar .dropdown-menu:hover .dropdown-menu {
	border-top-width: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.navbar .dropdown-menu .dropdown-menu::after, .navbar .dropdown-menu .dropdown-menu::before {
	display: none;
}

/* dropdown indicator */ 
.navbar .dropdown-menu .caret {
	border-right-width: 0px !important;
	border-top-color: #888 !important;
	border-bottom-color: #888 !important;
	right: 5px;
	margin-left: 5px;
	position: absolute;
}

.navbar .dropdown-menu a {
	padding: 8px 15px;
	color: #888;
	border-bottom: 1px solid #e4e4e4;
}

.navbar .dropdown-menu li:last-child > a {
	border-bottom: 0;
}

.navbar .dropdown-menu > li a:hover, .navbar .dropdown-menu > li.active a:hover {
	color: #222;
	background: none;
}

.navbar .dropdown-menu .active > a {
	background: none;
	color: #222;
}

.dropdown.open .dropdown-toggle {
	background: none;
	color: #888;
}


/* ------------------------------------------------------------------------ 5. Header */

#prehead-wrapper {
	background-color: #3c3f46;}

#preheader-widget {
	clear: both;
	width: 100%;}

#preheader-widget .textwidget {
	padding: 1em 0;}

#preheader-widget .textwidget h1, #preheader-widget .textwidget h2 {
	font-family: 'Source Sans Pro';
	text-align: center;
	color: #ffffff;}

#preheader-widget .textwidget h1 {
	font-size: 2.2em;
	font-weight: 700;}

#preheader-widget .textwidget h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-weight: 200;}

#head-wrapper {
	position: relative;
	overflow: hidden;
	background-color: #000000;
	padding-bottom: 1.2em;}

#hgroup {
	padding: 45px 0 20px;
	position: relative;
}


#header {
	min-height: 20px;
}

#logo {
	float: left;
}

#header-right {
	margin-right: 50px;}

.nav-icon-cancel {
	display: none;}

#header-widget {
	float: right;
}

#menu-top-menu {
	width: 100%;}

#site-title, #site-title a  {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	margin-bottom: 0;
}

#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #454545;
}

#site-description {
	color: #7a7a7a;
	font-size: 14px;
}

#header-image img, #header-image a img {
	max-width: 100% !important;
	width: auto;
	height: auto;
	opacity: 1;
	max-height:50px;
}

/* if header image is present lets adjust a few things */ 

.imageyup #hgroup {
	position: absolute;
	width: 94%;
	margin: 0 4%;
}

#header-image a {
	display: block;
}

/* ------------------------------------------------------------------------ 6. Posts */

.post, #comments, #pings, #no-comments, #respond {
	background: #fff;
	margin: 0 0 70px 0;
	position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
	-moz-box-shadow: inset	0 1px 2px 0 rgba(0, 0, 0, 0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
	-webkit-box-sizing: border-box;	
    -moz-box-sizing: border-box;  
    box-sizing: border-box;         
}

.post-header {
	padding: 20px;
	margin-bottom: 10px;
}

.post-header .thumbnail {
	margin-top: 0;
	margin-bottom: 0;
}

.post-title {
	font-size: 43px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;}

#main .post h2.post-title, #main .post h1.post-title {
	text-align: center;
	padding: 0;}

#main .post .post-header-meta {
	font-size: 0.825em;
	text-align: center;
	font-family: 'Source Sans Pro';
	margin-top: 30px;
	text-transform: uppercase;}

#main .post .post-header-meta a {
	text-decoration: underline;}

#main .post .the-comment-link {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;}

.post .entry-content h1, .post .entry-content h2, .post .entry-content h3, .post .entry-content h4, .post .entry-content h5, .post .entry-content h6 {
	line-height: 140%;
	margin-bottom: 10px;
}

.post-header-meta {
	color: #53585f;
	margin: 0;}

.post-title a, .post-title a:visited { 
	color: #444;
}

.post-title a:hover, .post-title a:active {
	color: #888;
	text-decoration: none;
}

.post .entry-content, .post .entry-summary {
	padding: 0 0 20px;}

.post .entry-content p, .post .entry-summary p {
	padding: 0;}

.post .entry-content .su-quote-wrapper, .post .entry-summary .su-quote-wrapper {
	padding: 0 20px;}

.post .entry-content .readmore {
	background: url(images/xfade.png) repeat-x;
	height: 120px;
	bottom: 5px;
	width: 100%;
	position: absolute;
	z-index: 1000;}

.post .entry-content .readmore-button-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;}

.post .entry-content .readmore-button-wrapper a {
	font-weight: normal;
	font-size: 1em;
	padding: 0.5em 1em;
	margin: 0.5em 0.1em;
	background-color: #3eaade;
  color: #ffffff;
	border: 3px solid #3eaade;
	border-radius: 3px;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;}

.post .entry-content .readmore-button-wrapper a:hover {
	background-color: #ffffff;
	color: #3eaade;}

.post p {
	margin-bottom: 20px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content .wp-caption {
	border: 1px solid #eee;
	text-align: center;
	background-color: #f8f8f8;	
	padding-top: 4px;
	margin: 0 0 20px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-image: initial;
	max-width: 100%;
}

.entry-content .wp-caption.alignleft {
	margin-right: 20px;
}
.entry-content .wp-caption.alignright {
	margin-left: 20px;
}

.entry-content .wp-caption img {
	max-width: 98%;
	height: auto;
}

.gallery-caption {
	margin: 10px 0;
}

p.wp-caption-text {
	color: #888;
	font-size: 11px;
	margin-bottom: 0;
}


/* content Tables */

#main table {
	width: 100%;
	margin: 20px 0;
	border: 1px solid #dddddd;
	border-left: 0;
	border-collapse: separate;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#main table th, #main table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#main table thead:first-child tr:first-child th,
#main table tbody:first-child tr:first-child th,
#main table tbody:first-child tr:first-child td {
  border-top: 0;
}
#main table thead:first-child tr:first-child th:first-child,
#main table tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
#main table thead:first-child tr:first-child th:last-child,
#main table tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
#main table thead:last-child tr:last-child th:first-child,
#main table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
#main table thead:last-child tr:last-child th:last-child,
#main table tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

.post-meta {
	color: #888;
	font-size: 12px;
	border-top: 1px solid #eee;
	padding: 20px 20px 20px;
}

.post-meta .the-category {
	margin-right: 5px;
}

.post-meta .the-tags {
	background: url(images/icn-tags.png) no-repeat;
	padding-left: 20px;
}

.post-meta .the-comment-link, .post-meta .post-link {
}

.post-meta .post-link {
	padding-left: 10px;
	margin-top: -1px;
}

#single-post-nav .pager {
	margin-bottom: 20px;
}

#single-post-nav .previous-page {
	margin-left: 0;
}

#single-post-nav .next-page {
	text-align: right;
	margin-left: 20px;
}

#single-post-nav .no-previous-page-link {
	margin-left: 0;
}

/* image attachment page */

.single-attachment img.attachment-thumbnail {
	margin-top: 30px;
}

/* Pagination */ 

.pager {

}

.pager a i {
	opacity: 0.4;
}

.pager a:hover i {
	opacity: 1;
}

.pager a, .previous-page a, .next-page a {
	font-weight: normal;
	font-size: 1em;
	padding: 0.5em 1em;
	margin: 0.5em 0.1em;
	background-color: #3eaade;
  color: #ffffff;
	border: 3px solid #3eaade;
	border-radius: 3px;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	text-transform: uppercase;}

.pager a:hover, .previous-page a:hover, .next-page a:hover {
	background-color: #ffffff;
	color: #3eaade;}

.page-link {
	padding: 10px;
	border: 1px solid #eee;
}

.page-link span {
	font-weight: bold;
}

/*infinate handle */

#infinite-handle span {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.post .thumbnail {
	padding: 4px;
}

.breadcrumb {
	padding: 4px 17px;
}

.breadcrumb .active {
	width: auto;
	max-width: 100%;
	display: inline;
	word-wrap: break-word;
}


/* WP pagenavi styles */

.wp-pagenavi {
  height: 36px;
  margin: 18px 0;
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.wp-pagenavi a, .wp-pagenavi .pages, .wp-pagenavi .current {
	background: #fff;
	float: left;
	display: block;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.wp-pagenavi .extend { 
	display: none; 
}

.wp-pagenavi a:hover,
.wp-pagenavi .active a {
 	background-color: #f5f5f5;
}

.wp-pagenavi .current {
	color: #999999;
	cursor: default;
}

.wp-pagenavi .current {
	color: #999999;
	cursor: default;
	background-color: transparent;
}

.wp-pagenavi .pages {
	color: #999;
	display: block;
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.wp-pagenavi li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

/* Post Format Image */
	
.format-image .entry-content {
	padding: 0;
	overflow: hidden;
}

.format-image .post-format-image {
	margin-bottom: 20px;
}

.format-image img.wp-post-image {
	width: 100%;
}

.format-image .entry-content img,
.format-image .entry-content a {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}

.format-image .entry-content > * {
	margin-left: 20px;
	margin-right: 20px;
}

.format-image .entry-content ol, .format-image .entry-content ul {
	padding-left: 20px;
	padding-right: 20px;
}

.format-image .entry-content table {
	margin-right: 0;
	width: 93%;
}

.format-image .entry-content .wp-caption {

	margin: 0;
	padding: 0;
	border: 0;
	width: 100% !important;
}

.format-image .entry-content .wp-caption p.wp-caption-text {
	padding-bottom: 20px;
}

.format-image .entry-content .wp-caption img {
	width: 100%;
	max-width: 100%;
}
	
.format-image {
	margin-bottom: 20px;
	display: block;
	max-width: 100%;
	overflow: hidden;
}


/* Post Format Video */

.format-video .video-container, .fluid-width-video-wrapper {
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 20px;
}

.format-video .entry-content {
	padding: 0;
}

.format-video .entry-content > *  {
	margin-left: 20px;
	margin-right: 20px;	
}

.format-video .entry-content *:first-child,
.format-video .video-container,
.format-video .fluid-width-video-wrapper {
	margin-left: 0;
	margin-right: 0;
}

.format-video .entry-content ol, .format-video .entry-content ul {
	padding-left: 20px;
	padding-right: 20px;
}

.format-video .entry-content table {
	margin-right: 0;
	width: 93%;
}


/* Post format status */

.post.format-status .post-title {
	font-size: 20px;
}

.post.format-status .post-header {
	background-color: #ebebeb;
	background-color: #ebebeb;
	background-image: -webkit-gradient(radial, 50% 0%,100,50% 150%,100, from(rgb(252, 252, 252)), to(rgb(235, 235, 235)));
	background-image: -webkit-radial-gradient(50% 100%, rgb(235, 235, 235), rgb(252, 252, 252));
	background-image: -moz-radial-gradient(50% 100%, rgb(235, 235, 235), rgb(252, 252, 252));
	background-image: -ms-radial-gradient(50% 100%, rgb(235, 235, 235), rgb(252, 252, 252));
	background-image: radial-gradient(50% 100%, rgb(235, 235, 235), rgb(252, 252, 252));
	margin-bottom: 0;
	border-bottom: 0;
	-moz-box-shadow: inset 0 1px 2px #fff;
	-webkit-box-shadow: inset 0 1px 2px #fff;
	box-shadow: inset 0 1px 2px #fff;
}

a.post-permalink:hover {
	color: #e0e0e0;
	text-decoration: none;
}

.post.format-status .post-header .entry-content {
	min-height: 60px;
	padding: 0;
}

.post.format-status .post-avatar img {
	width: 100%;
	margin-bottom: 20px;
}

/* Post format Quote */

.post.format-quote .post-title {
	font-size: 20px;
}

.post.format-quote .post-header {
	padding-bottom: 30px;
	margin-bottom: 5px;
	background-color: #c0dadf;
	background-image: url(images/bg-quote.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: 0;
}

.post.format-quote .post-header .entry-content {
	padding-left: 80px;
	padding-bottom: 0;
	min-height: 60px;
	background-image: url(images/icn-quote-dark.png);
	background-repeat: no-repeat;
	
}

.post.format-quote .post-header .entry-content p {
	font-size: 24px;
	line-height: 130%;
	font-family: Georgia, times, serif;
	font-style: italic;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

.post.format-quote .the-comment-link {
	float: right;
}

/* Post format Link */

.post.format-link .post-title {
	font-size: 24px;
	line-height: 120%;
	color: #f0f0f0;
}

.post.format-link .post-title a {
	color: #f0f0f0;
}

.post.format-link .post-title a:hover {
	color: #999;
}

.post.format-link .post-header {
	background-color: #28292d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(40, 41, 45)), to(rgb(7, 7, 10)));
	background-image: -webkit-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: -moz-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: -o-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: -ms-linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	background-image: linear-gradient(top, rgb(40, 41, 45), rgb(7, 7, 10));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#28292d', EndColorStr='#07070a');
	margin-bottom: 0;
	border-bottom: 0;	
}

.post.format-link .post-header .entry-content {
	padding-left: 80px;
	padding-bottom: 20px;
	min-height: 60px;
	background-image: url(images/icn-link.png);
	background-repeat: no-repeat;
}

.post.format-link .the-comment-link {
	float: right;
}

.post.format-link .link-description {
	margin-top: 20px;
}

#standard-post-advertisement-image,
#standard-post-advertisement-adsense {
	text-align: center;
	margin: 12px 0 12px 0;
}

/* Post Author Box */

#author-box {
	margin-bottom: 20px;
}

.author-box-image {
	float: left;
	margin-right: 20px;
}

#author-box .author-link {
	color: #999;
	background-image: url(images/icn-author-sprites.png);
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 1;
	padding-left: 18px;
	margin-right:10px;
	display: inline-block;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#author-box .author-link:hover {
	opacity: 0.6;
	text-decoration: none;
}

.author-link.author-posts-url {
	background-position: 0 0;
}

.author-link.author-url {
	background-position: 0 -19px;
}

.author-link.icn-twitter {
	background-position: 0 -37px;
}

.author-link.icn-facebook {
	background-position: 0 -58px;
}

.author-link.icn-gplus {
	background-position: 0 -78px;
}

/* Other post styles */

.home .sticky:before {
	display: inline-block;
	background: transparent url(images/sticky.png) no-repeat;
	width: 58px;
	height: 45px;
	content: "";
	position: absolute;
	top: 26px;
	left: -9px;
}

.home .sticky .post-header {
	padding-left: 60px;
}

#pings, #no-comments {
	padding: 20px;
}

#no-comments .title {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #444;
}


#pings h3 {
	margin-bottom: 20px;
}

#pings ol.pinglist li {
	margin: 20px 0;
}

/* Comments */


#comments {
	margin-bottom: 20px;
}

#comments > h3 { 
	padding: 20px 20px 0;
	line-height: 1;
}

#comments > ol, #comments > ul {
	list-style: none;
	margin: 0;

}

#comments > ol > li, #comments > ul.children > li {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

#comments .nopassword {
	padding: 20px;
}

#comments .comment-container {
	padding: 20px 20px;
	border-bottom: 1px solid #eee;
}


#comments .bypostauthor > .comment-container {
	background: #f9f9f9;
	border-right: 5px solid #202020;
}

#comments .comment-container .avatar-holder {
	display: table-cell;
	vertical-align: top;
	width: 10%;
}

#comments .comment-container .avatar-holder img.avatar {
	padding: 2px;
	border: 1px solid #eee;
}

#comments .comment-container .comment-head {
	padding-bottom: 10px;
}

#comments .comment-container .comment-entry {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	width: 85%;
}

#comments .comment-container .comment-entry .comment-text {
	word-wrap: break-word;
}

#comments .comment-container .comment-entry .name 	{
	color: #444;
}

#comments .comment-container .comment-entry .date {
	color: #999;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

#comments .comment-container .comment-head span {
	font-weight: bold;
}

/* Children Comments */

#comments  ol ul.children {
	list-style: none;
}

/* 3rd level */
#comments > ol > li > ul.children {
	margin-left: 20px;
}

#comments > ol > li > ul.children > li .comment-container {
	border-left: 1px solid #eee;
	border-top: 1px solid #f8f8f8;
}

/* 4th level */
#comments > ol > li > ul > li > ul.children {
	margin: 0 0 0 20px;
}


/* comment input */

#respond {
	padding: 20px;
}

.comment-container #respond {
	padding: 20px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#comment-form-avatar img {
	width: 50px;
	height: auto;
}

.pre-comment-avatar {
	float: left;
}

.pre-comment-avatar #gravatar  {
	background: #fff;
	padding: 4px;
	border: 1px solid #e3e3e3;
}

.pre-comment-avatar.admin-avatar {
	margin-right: 10px;
}

#cancel-comment-reply-link { 
	padding: 5px 8px;
	font-size: 11px;
}

#commentform #comment-form-wrapper {
	float: left;
	width: 100%;
}

#commentform #comment-form-avatar {
	float: left;
}

#commentform #comment-form-wrapper #comment-form-elements,
#commentform #comment-form-wrapper #comment-form-elements-full {
	float: right;
}

#commentform #comment-form-wrapper #comment-form-elements {
	width: 84%;
}

#commentform #comment-form-wrapper #comment-form-elements-full {
	width: 92%;
}

#comment-form-avatar {
	padding: 2px;
	border: 1px solid #eee;
}

#commentform .form-allowed-tags {
	cursor: pointer;
}

#commentform code {
	font-size: 10px;
	display: none;
}

#form-inputs { 
	margin-bottom: 20px;
}

#commentform label {
	color: #777;
	width: auto;
	text-align: left;
	float: left;
}

#commentform .required {
	color: red;
	float: left;
}

#commentform input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px 10px;
	height: 32px;
}

#commentform textarea {
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#commentform input[type="submit"] {
	margin: 0 12px 10px 0;
}

.comment-notes, .comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
	float: left;
	width: 100%;
}

.comment-navigation {
	padding: 20px;
}

.comment-navigation a {
	opacity: 0.6;
	color: #999;
}

.comment-navigation a:hover {
	opacity: 1;
	text-decoration: none
}

.comment-navigation i {
	opacity: 0.4;
}

.comment-prev-nav, .comment-prev-nav {
	
	float: left;
}

.comment-next-nav {
	float: right;
}


/* ------------------------------------------------------------------------ 7. Sidebar */

/* basic widget styling */

#sidebar .widget {
	margin-bottom: 30px;
}

.widget_categories ul.children {
    border-left: 1px solid #E0E0E0;
    padding-left: 5px;
}

#footer-widgets .widget {
	margin-bottom: 30px;
}

.widget label {
	float: none;
	width: auto;
}

.widget h4.widget-title {
	line-height: 24px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

.widget h4.widget-title a {
	color: #444;
	text-decoration: none;
}

#footer-widgets .widget h4.widget-title {}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	padding: 5px 0;
	list-style: none;
}

.widget ul li a {
	color: #777;	
}

.widget ul li a:hover {
	color: #999;
}

/* post widget */

#standard-post-advertisement {
	text-align: center;
}

#standard-post-advertisement .widget {
	margin-bottom: 20px;
}


/* text widget */

.textwidget img {
	max-width: 100%;	
	height: auto;
}

/* search widget */

#header-widget .widget_search {
	width: 260px;
	float: right;
	background: rgba(255,255,255,0.2);
	padding: 10px;
}

#header-widget .widget_search form, #header-widget .widget_search form input {
	margin-bottom: 0
}

#sidebar .widget_search {
	margin-bottom: 10px;
}

#sidebar .widget_search form {
	margin-bottom: 0;
}

.widget_search label.screen-reader-text {
	text-align: left;
	width: 100%;
	padding-right: 5px;
	padding-top: 0;
}

.widget_nav_menu ul.sub-menu {
	border-left: 1px solid #E0E0E0;
	padding-left: 5px;
}

#footer-widgets .widget_nav_menu ul.sub-menu {
	border-left-color: #999;
}

/* RSS widget */

.widget_rss h3.widget-title a {
	color: #444;
}

.widget_rss a.rsswidget img {
	display: none;
}


.widget_rss ul li .rss-date {
	font-size: 12px;
	font-style: italic;
}

.widget_rss ul li .rssSummary {
	font-size: 12px;
	color: #404040;
}


/* WP-Cal widget */

table#wp-calendar {
	background: #fff;
	width: 100%;
}

table#wp-calendar caption {
	padding: 10px 0;
	color: #999;
}

table#wp-calendar thead {
	color: #f0f0f0;
	background: #333;
}

table#wp-calendar td {
	background: #fff;
}

table#wp-calendar td:hover {
	background: #f5f5f5;
}

table#wp-calendar tfoot {
	background: #f8f8f8;
}

table#wp-calendar tfoot td {
	padding: 5px 15px;
	border-top: 1px solid #e0e0e0;
	background-color: #fefefe;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), to(rgb(255, 255, 255)));
	background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));
	background-image: -moz-linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));
	background-image: -o-linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));
	background-image: -ms-linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));
	background-image: linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ffffff');
}

table#wp-calendar tfoot td#prev {
	text-align: left;
}

table#wp-calendar tfoot td#next {
	text-align: right;
}

table#wp-calendar tfoot td a {
	color: #999;
}

table#wp-calendar th, table#wp-calendar td {
	padding: 5px 5px 9px;
	line-height: 18px;
	text-align: center;
}


/* Tag Cloud Widget */

.tagcloud a {
	padding: 4px 6px;
	margin: 3px 1px;
	display: inline-block;
	background: #f5f5f5;
	font-size: 14px !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Jetpack Widgets */

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

.entry-content .sharing {
	clear: both;
}

.widget_freshposts ul li img {
	width: 100%;
	height: auto;
}

/* jetpack post comment subscription form */
.comment-subscription-form {
	clear: both;
}

.comment-subscription-form input[type="checkbox"] {
	float: left;
	margin-right: 10px;
}

/* jetpack blog subscription widget */
.jetpack_subscription_widget {
	background: #fff;
	padding: 20px 20px 11px 20px;
	border-radius: 5px;
}

.jetpack_subscription_widget form {
	margin-bottom: 0;
}

.jetpack_subscription_widget label {
	font-weight: bold;
}

.jetpack_subscription_widget input[type="text"] {
	width: 96% !important;
	padding: 4px !important;
}

.jetpack_subscription_widget input[type="submit"] {
	margin-bottom: 0;
}


/*jetpack contact form */
.contact-form > div {
	margin-bottom: 15px;
}

.contact-form .clear-form { 
	clear: both; 
}
.contact-form input[type='text'] { 
 	margin-bottom: 13px;
}
.contact-form select { 
	margin-bottom: 13px; 
}
.contact-form textarea { 
	height: 200px; 
	width: 97%; 
	float: none; 
	margin-bottom: 13px;
}
.contact-form input[type='radio'], .contact-form input[type='checkbox'] {
	margin-bottom: 13px; 
}
.contact-form label {
	margin-bottom: 3px; 
	float: none; 
	font-weight: bold; 
	display: block; 
}
.contact-form label.checkbox, .contact-form label.radio { 
	margin-bottom: 3px; 
	float: none; 
	font-weight: bold; 
	display: inline-block; 
}
.contact-form label span { 
	color: #aaa; 
	margin-left: 4px; 
	font-weight: normal; 
}


/* Wordpress.com widget styling */

#flickr_badge_wrapper {
	border: none;
	background: none;
}

/* ------------------------------------------------------------------------ 8. Footer */

#footer {
	background: #e0e0e0;
	padding: 0;
}

#footer #footer-widgets {}

#sub-floor {
	background: #000;
	padding: 10px 0;
}

#footer-links {
	float: left;
}

#sub-floor #credit {
	color: #666;
	padding: 13px 0;
	text-align: right;
	float: right;
}

#sub-floor #credit a {
	color: #999;
}

#sub-floor #credit a:hover {
	text-decoration: none;
	color: #fff;
}

#footer .container {
	width: 100%;}

/* ------------------------------------------------------------------------ 9. 404 page */

body.error404 {
	min-height: 800px;
}

#nothing-found {
	padding: 40px 0 180px;
	text-align: center;
}

#nothing-found h1 {
	font-size: 8em;
	line-height: 100%;
	color: #000;
}

#nothing-found h1 span {
	color: red;
}

#nothing-found label {
	float: none;
}

/* ------------------------------------------------------------------------ 10. Search/archive page */

#search-page-title,
#archive-page-title {
	margin-bottom: 20px;
}

#search-page-title h3,
#archive-page-title h3 { 
	color: #999;
	font-size: 14px; 
	font-weight: normal;
	margin-bottom: 0;
}

.no-results {
	padding: 20px;
}

.no-results .entry-content {
	padding: 20px 0;
}


/* ------------------------------------------------------------------------ 11. Page Templates */

/* site map */

h2#authors, h2#pages, h2#posts {
	font-weight: normal;
	border-bottom: 1px solid #eee;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 35px;
	background: url(images/icn-sitemap.png) no-repeat;
	background-position: 0 5px;
}

h2#pages {
	background-position: 0 -25px;
}

h2#posts {
	background-position: 0 -52px;
}

.sitemap-author-meta {
	position: relative;
	margin-top: 5px;
}

.sitemap-author-meta > img {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 5px;
}

.sitemap-author-meta > span {
	top: -4px;
	left: -4px;
	position: absolute;
}

ul#sitemap-posts {
	margin-left: 0;
}

ul#sitemap-posts > li {
	list-style: none;
}

ul#sitemap-posts > li h3 {
	font-weight: normal;
	margin-bottom: 0;
}

ul#sitemap-posts ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* search results */

#cse-search-results iframe {
	width: 100%;
	height: 1080px;
}

/* offline page template */

#offline-wrapper {
	width: 100%;
	height: 800px;
	text-align: center;
	display: table;
	overflow: hidden;
}

#offline-container {
	display: table-cell;
	vertical-align: middle;
}

#offline-content {
	position: relative;
	top: -50%;
}

#offline-wrapper .offline-message {
	margin: 20px 0 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}

#offline-wrapper .offline-message p {
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
}

#offline-wrapper #offline-title {
	font-size: 18px;
}

#offline-wrapper #offline-title small {
	color: #888;
	font-size: 14px;
}

/* ------------------------------------------------------------------------ 12. IE8 Styles */

#ie8 .thumbnail,
#ie8 .thumbnail a,
#ie8 .thumbnail a img {
	width: auto;
}

#ie8 .post-title a {
	display: block;
}

#ie8 .format-image img {
	width: auto\9;
}

#ie8 body .entry-content .wp-caption {
	background: #f6f6f6;
}

#ie8 body .post .thumbnail {
	width: 150px;
	height: 150px;
}

#ie8 body .format-image .entry-content img,
#ie8 body .format-image .entry-content a {
	min-width: 100%;
	max-width: 100%;
}

#ie8 body .format-video .entry-content > * {
	margin-top: -20px;
}

#ie8 body .post.format-status .post-header {
	border: 1px solid #f6f6f6;
}

#ie8 body #comments .comment-container .avatar-holder {
	width: 50px;
}

#ie8 body #comment-form-avatar img {
	min-width: 50px;
	min-height: 50px;
}

#ie8 .menu-navigation {
	min-height: 40px;
}

/* ------------------------------------------------------------------------ 13. inline-grid */

.inline-grid { display: block; overflow: hidden; }
.inline-grid>li { display: block; height: auto; float: left; }

.inline-grid.two-up { margin-left: -4% }
.inline-grid.two-up>li { margin-left: 4%; width: 46%; margin-bottom: 4%;}
.inline-grid.two-up>li:nth-child(2n+1) {clear: left;}

.inline-grid.three-up { margin-left: -2% }
.inline-grid.three-up>li { margin-left: 2%; width: 31.2%; margin-bottom: 2%;}
.inline-grid.three-up>li:nth-child(3n+1) {clear: left;}

.inline-grid.four-up { margin-left: -2% }
.inline-grid.four-up>li { margin-left: 2%; width: 23%; margin-bottom: 2%;}
.inline-grid.four-up>li:nth-child(4n+1) {clear: left;}

.inline-grid.five-up { margin-left: -1.5% }
.inline-grid.five-up>li { margin-left: 1.5%; width: 18.5%; margin-bottom: 1.5%;}
.inline-grid.five-up>li:nth-child(5n+1) {clear: left;}

.fullwidthpage-area {overflow:hidden;}
.fullwidthpage-color-image {float:right;width:45%;height:auto;margin-top:15px;}
.fullwidthpage-color-image.imagemembers {margin-left:-60px;}
.fullwidthpage-area-layout2 .fullwidthpage-color-image {width:30%;}
.fullwidthpage-color-text {width:480px;padding: 60px 0px 60px 5%; text-align: center;}
.fullwidthpage-color-text.specificquestion {width:auto;padding-right:5%;padding-bottom:90px;padding-top:30px;}
.fullwidthpage-color-text.textmembers {width:540px;padding: 20px 0px 0px 5%; text-align: center;}
.fullwidthpage-color-text.textstepbystep{padding-top:100px;}
.fullwidthpage-area-layout2 .fullwidthpage-color-text {padding-top:40px;text-align:left;width:610px;}
.fullwidthpage-color-text-line1 {font-family: 'Yanone Kaffeesatz',sans-serif; font-size: 76px; padding-bottom: 10px; color: #fff; line-height: 100px; font-weight: bold;}
.fullwidthpage-area-layout2 .fullwidthpage-color-text-line1 {margin-bottom:-10px;}
.fullwidthpage-color-text-line1 a {text-decoration: none; color: #fff;}
.fullwidthpage-color-text-line2 {font-family: 'Yanone Kaffeesatz',sans-serif; padding-bottom: 50px; font-size: 42px; line-height: 60px; font-weight: 200; color: #ffffff;}
.fullwidthpage-area-layout2 .fullwidthpage-color-text-line2 {padding-bottom:30px;}
.fullwidthpage-color-text-line1.line1smaller {font-size:70px;}
.fullwidthpage-color-text-line1.line1members {font-size: 95px;text-align:left;}
.fullwidthpage-color-text-line1.line1smaller2 {font-size:64px;}
.fullwidthpage-color-text-line2.line2smaller {font-size:42px;}
.fullwidthpage-color-text-line2.line2members {font-size:32px;text-align:left;padding-bottom:30px;}
.fullwidthpage-color-text-line2.line2larger {font-size:46px;}
.fullwidthpage-color-text-line1.line1bigger {font-size:98px;}
.fullwidthpage-color-button {color: #ffffff; font-family: 'Yanone Kaffeesatz',sans-serif; font-size: 50px; font-weight: bold; text-decoration: none; background: #0365C0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; display: block; line-height: 90px;text-align:center;}
.fullwidthpage-area-layout2 .fullwidthpage-color-button {max-width:350px;} 
.fullwidthpage-video {background:#fff;padding:5px;margin:-100px auto 0 auto;max-width:700px;-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.4);-moz-box-shadow:0px 0px 30px 0px rgba(50, 50, 50, 0.4);box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.4);}
.fullwidthpage-color-button:hover {background:#2087e7;color:#fff;text-decoration:none;}
.fullwidthtextarea {max-width:700px;margin:auto;padding:50px 0px;}
.fullwidthloginform { padding:20px;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;border:solid #ddd 1px;max-width:300px;margin:auto;-webkit-box-shadow: -5px 5px 10px 0px rgba(50, 50, 50, 0.2);-moz-box-shadow:-5px 5px 10px 0px rgba(50, 50, 50, 0.2);box-shadow: -5px 5px 10px 0px rgba(50, 50, 50, 0.2);}
.desktopspacer {height:130px;}
.videospacer {height:50px;display:block;}

.fullwidthloginform .login-remember {display:none;}
.fullwidthloginform label {display:none;}
.moonray-form-p2c12733f45 .moonray-form-element-wrapper {padding:0px!important;}
#newregform .moonray-form-input, .fullwidthloginform input {font-size:20px;border:0px;padding:18px 5%;width:90%;background:#eee;-webkit-box-shadow: none;-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition:none;
-moz-transition: none;
-ms-transition:none;
-o-transition: none;
transition:none}
.fullwidthloginform h3 {text-align:center;font-family: 'Yanone Kaffeesatz',sans-serif;font-size:47px;}
.fullwidthloginform input[type=checkbox] { float:left;margin-right:10px;}
.fullwidthloginform input {}
.fullwidthloginform input[type=submit], #newregform input[type=submit] {
background:url(/wp-content/uploads/2014/05/media-tick.png) 50% 50% no-repeat #0265c0;border:0px;color: #fff;text-decoration: none;width:100%;text-indent:-9999px;overflow:hidden;height:55px;-webkit-border-radius:0px; -moz-border-radius: 0px; border-radius:0px;}


/* ---- Fullsize page with picture banner across top ------  */
#fullsizebannertop {padding:0px 0px;}
#fullsizebannertoptransparency {background: rgba(0, 0, 0, 0.35);padding:0px 30px;}
#fullsizebannertopcontainer {padding:125px 0;max-width:940px;margin:auto;}
#fullsizebannertop .line1 {line-height:86px;float:left;font-family: 'Yanone Kaffeesatz',sans-serif; font-size: 78px; font-weight:700;background: rgba(0, 0, 0, 0.5);padding:10px 20px 13px;color:#fff;}
#fullsizebannertop .line2 {float:left;clear:left;background: rgba(0, 0, 0, 0.5);padding:15px 20px;color:#fff;font-size:28px;margin-top:20px;}
#fullsizebannertop .line3 {clear:left;padding-top:20px;}
#fullsizebannertop .line3 a {display:block;float:left;margin-right:10px;}
a.buttonmainaction {-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;text-decoration:none;font-weight:700;background:#39cc45;border:solid #39cc45 1px;font-weight:700;font-size:22px;padding:13px 20px;color:#fff;}
a.buttonmainaction:hover {background:#60e36b;}
a.buttonsubaction {-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;text-decoration:none;border:solid #fff 1px;padding:13px 40px;font-size:22px;color:#fff;}
a.buttonsubaction:hover {background:rgba(255,255,255,0.2);}
#fullsizebannercontent {padding:30px;max-width:740px;margin:auto;}

.jc-optin-box {
	clear: both;
	width: 120%;
	padding: 1.25em 0;
	margin-left: -10%;
	margin-right: -10%;
	margin-bottom: 30px;}

.jc-optin-box .heading {
	padding: 1em 1.3em;
	font-size: 1.2em;}

.jc-optin-box .error {
	display: none;
	color: #D22813;
	padding: 0 0 0.5em 1.8em;
	font-size: 0.8em;}

.jc-optin-box .input_fields {
	float: left;
	width: 80%;}

.jc-optin-box .submit_button {
	float: left;
	width: 20%;}

.jc-optin-box .input_fields .wrapper {
	width: 46%;
	float: left;
	background-color: #ffffff;}

.jc-optin-box .input_fields .wrapper_name {
	margin: 0 0 2% 4%;}

.jc-optin-box .input_fields .wrapper_email {
	margin: 0 2% 2%;}

.jc-optin-box .input_fields .wrapper div {
	box-shadow: 0 1px 5px #999999;}

.jc-optin-box .input_fields .wrapper .name_input_field {
	padding-left: 44px;
	background-image: url(images/icon-name.png);
	background-repeat: no-repeat;
	background-position: 11px 10px;}

.jc-optin-box .input_fields .wrapper .email_input_field {
	padding-left: 44px;
	background-image: url(images/icon-email.png);
	background-repeat: no-repeat;
	background-position: 11px 10px;}

.jc-optin-box .input_fields .wrapper div input {
	padding: 12px 0;
	margin: 0;
	width: 100%;
	border: 0;
	box-shadow: none;
	font-size: 14px;
	color: #939598;}

.jc-optin-box .input_fields .wrapper div input:focus {
	outline: none;}

.jc-optin-box .submit_button .wrapper {
	margin: 0 15% 0 0;
	width: 85%;}

.jc-optin-box .submit_button .wrapper div input {
	padding: 10px 0;
	background-image: none;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	font-size: 16px;
	font-family: 'Arial Black';
	margin: 0;
	width: 100%;
	text-shadow: none;
	color: #000000;}

.jc-optin-box .submit_button .wrapper div {
	border-radius: 3px;}

/* Miller Media Edits - 10/18/13 */

/* HEADER EDITS */
#header-image{
	float:left;}

#header-image img {
	margin-left: -20px;}

#header-right {
	width: 24%;
	padding: 18px 0 0;}

#header-widget {
	margin-top: 0 !important;}

.span12{
	width: auto;
	padding:8px 0 0;
}

hi#site-title{
	float:left;
}

.nav-collapse{
	float:left;
	width:69%;
}
#footer {
	z-index: +100;
	position: relative;
}
#footer #sub-floor {
	display: none;}

#footer-widgets .row {
	margin-top: 1.5em;}

#footer-widgets .row-top {
	background-color: #595e64;}

#left-footer-widgets,
#right-footer-widgets {
	width: 25%;
	min-height: 1px;
	color: #fff;}

#left-footer-widgets {
	text-align: right;}

#center-footer-widgets {
	width: 50%;
	min-height: 1px;
	font-family: 'Source Sans Pro';
	font-weight: 400;
	color: #000;
	text-align: center;}

#center-footer-widgets .widget_text {
	margin-bottom: 0;}

#menu-footer-menu {
	display: block;
	width: 420px;
	margin: 0 auto;}

#center-footer-widgets li {
	display: block;
	float: left;
	padding: 0.5em 0;
	font-size: 1.1em;}

#center-footer-widgets li a {
	padding: 0 0.5em;
	border-left: 1px solid #aaa;}

#center-footer-widgets li.first a {
	padding: 0 0.5em;
	border-left: 0;}

#center-footer-widgets .textwidget {
	clear: both;}

#right-footer-widgets a {
	display: block;
	float: left;
	margin: 0.2em;}

#center-footer-widgets p {
	font-family: 'Source Sans Pro';
	font-weight: normal;
	color: #53585e;}

#main-footer-widgets {
	float: none;
	max-width: 400px;
	padding-top: 2em;
	margin: 0 auto;}

#main-footer-widgets h4 {
	font-family: 'Source Sans Pro';
	font-weight: 200;
	font-size: 1.5em;
	text-align: center;
	color: #bbbcc0;
	border: 0;}

#main-footer-widgets input {
	padding: 0.8em 0.8em 0.8em 35px;
	background-image: url(images/magglas.png);
	background-repeat: no-repeat;
	background-position: 10px 0.25em;
	font-family: 'Source Sans Pro';
	font-size: 1em;}

/* ------------------------------------------------------------------------ 14. Media queries */


/* Smartphones */
@media (max-width: 414px) {
	#header-image{
		max-width: 100% !important;}
	.post-header {
 		   padding-left: 15px !important;
	           padding-right: 15px !important;		
	 }
}

@media (max-width: 480px) {
.fullwidthtextarea {padding:20px 0px;}
.fullwidthpage-color-image {width:33%;}	
.fullwidthpage-color-image.imagemembers {width:33%;}	
.fullwidthpage-color-text {width:60%;padding:20px 0px 10px 5%;}
.fullwidthpage-color-text.specificquestion {width:auto;padding-right:5%;}
.fullwidthpage-color-text.textstepbystep{padding-top:20px;}
.fullwidthpage-color-text.textmembers {width:60%;padding:20px 0px 10px 5%;}
.fullwidthpage-color-text-line1 {font-size:18px;line-height:20px;padding-bottom:5px;}
.fullwidthpage-color-text-line2 {padding-bottom: 15px; font-size: 16px; line-height: 20px;}
.fullwidthpage-color-button {font-size: 16px; line-height: 25px;}
.fullwidthpage-area-layout2 .fullwidthpage-color-button {max-width:150px;}
.fullwidthtextarea {max-width:90%;}
.fullwidthpage-video {margin-top:0px;}
.fullwidthpage-color-text-line1.line1smaller {font-size:18px;}
.fullwidthpage-color-text-line1.line1members {font-size:18px;}
.fullwidthpage-color-text-line1.line1smaller2 {font-size:18px;}
.fullwidthpage-color-text-line2.line2smaller {font-size:16px;}
.fullwidthpage-color-text-line2.line2members {font-size:16px;}
.fullwidthpage-color-text-line2.line2larger {font-size:16px;}
.fullwidthpage-color-text-line1.line1bigger {font-size:18px;}

#fullsizebannertop .line1 {font-size:26px;line-height:30px;}
#fullsizebannertop .line2 {font-size:16px;line-height:20px;}
#fullsizebannertop .line3 a.buttonmainaction {margin-bottom:10px;}
#fullsizebannertopcontainer {padding:30px 0;}
#fullsizebannertop .line3 a {font-size:14px;}
	#hgroup {
		text-align: center;
	}
	
	#hgroup > * {
		float: none;
	}
	
	.imageyup #head-wrapper {
		padding: 0;
	}
	
	#header-widget .widget_search {
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px;
	}
	
	#header.imageyup #logo #site-title a, #header.imageyup #logo #site-title {
		font-size: 1.25em;
		line-height: 1;
	}
	
	#header-widget .standard-billboard {
		width: 92%;
		margin: 0 auto;
		text-align: center;
	}
	
	/* posts */
	.post .thumbnail img {
		width: 80px;
		height: auto;
	}
	
	.post .post-title {
		font-size: 2em;
		line-height: 1.2;
	}
		
	.entry-content embed, .entry-content iframe, .entry-content object,
	.entry-content p embed, .entry-content p iframe, .entry-content p object {
		max-width: 100%;
		height: 210px; /* Setting a height - Android displays correctly, iPhone was showing letterbox. */
	}
	
	.entry-content .gallery img {
		max-width: 94%;
	}
	
	/* Post Comments */	
	.author-box-image img {
		width: 50px;
		height: auto;
	}
	
	.post.format-status .post-header .entry-content, .fullwidth .post.format-status .post-header .entry-content {
		min-height: 60px;
	}
	
	/* post format video */
	.format-video embed, .format-video iframe, .format-video object {
	 	max-width: 100%;
	}
		
	/* footer area */
	#sub-floor #credit {
		text-align: center;
	}
	
	/* comment form */
	#comment-form-avatar img {
	width: 20px;
	height: auto;
}

	/* sitemap tweaks */
	#sitemap-authors li {
		margin-right: 20px;
	}
	
	/* sidebar / widgets */
	.standard-ad-125x125 .thumbnails > li .thumbnail > img {
		max-width: 112px;
		padding: 0;
	}

	#site-title a img {}

	/*#head-wrapper .btn.btn-navbar {
		position: relative !important;
		top: 2px !important;
		left: 0 !important;}*/
	
	#header-right {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;}
	
	#main-footer-widgets {
		width: inherit;}
	
	#main-footer-widgets input {
		display: block;
		width: 70%;
		margin: 0 auto;}
	
	#center-footer-widgets .widget_text {
		display: none;}
	
	#menu-footer-menu {
		width: 270px;}
	
	#center-footer-widgets li a, #center-footer-widgets li.first a {
		padding: 0 0.3em;
		font-size: 0.7em;}
	
	#center-footer-widgets li a {
		border-left: 1px solid #aaa;}
		
	#center-footer-widgets li.first a {
		border: 0;}
	
	#center-footer-widgets .widget_wp_jc_happytoday_widget {
		clear: both;}
}

@media (max-width: 991px) {

	.pl_container .container{
		padding-left:20px;
		padding-right:20px;
	}
}

@media (max-width: 1210px) {
.nav-collapse {width:50%;}
}
/* tablet and mobile */ 
@media (max-width: 1024px) {	

.header-right-wrapper .btn.btn-navbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #cccccc;
    float: none;
    font-size: 40px;
    max-width: 40px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    text-align: left;
    text-shadow: none;
    top: 17px;
margin:0px;
    white-space: nowrap;
}

.videospacer {display:none;}
/* WIDGET */
h3.vf_h3{
max-width:100%;
font-size:16px !important;
background-position:-38px 0px !important;
}

.free_course{
width:175px !important;
font-size:13px !important;
padding:10px 5px !important;
}

.nav-collapse {
	background: #003685 !important;
	display: none;
	height: 100%;
	position: fixed;
	width: 300px !important;
	right: -310px;
	top: 0;
	z-index: 1001;
	-webkit-box-shadow: -5px 0px 0px 0px rgba(140, 127, 127, 0.3);
	-moz-box-shadow: -5px 0px 0px 0px rgba(140, 127, 127, 0.3);
	box-shadow: -5px 0px 0px 0px rgba(140, 127, 127, 0.3);
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;}

.nav-show {
	right: 0;}

.nav-show #menu-top-menu {
	width: auto;}

.nav-show ul {
	}

.nav-collapse li {
	width: 100%;
	text-align: left;}

.nav-show li a {
	text-align: left;}

.nav-icon-cancel {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 10px;
	font-size: 1.2em;
	color: #ffffff;
	cursor: pointer;}

#head-wrapper {
	padding-bottom: 0;}

#descrip img{
width:75px !important;
}

.amazing{
font-size:10px !important;
width:100px !important;
padding-left:6px !important;
}

/* END WIDGET */
	
	.imageyup #hgroup.no-logo {
		position: absolute;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.imageyup #hgroup.has-logo {
		position: relative;
		width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 0;
		text-align: center;
	}
	
	.imageyup #hgroup > * {
		float: none;
	}
	
	#header-right {
		/*margin-right: 0;*/
		margin-bottom: 1.2em;}

	#header-widget .standard-ad-billboard {
		margin-top: 10px;
	}
	
	#header-image {
		width: auto;
		margin-left: 0 !important;}
	
	#header-image img {
		margin-left: 0;}

	/* make the menu pretty while in dropdown */
	#social-networking {
		position: absolute;
		top: -4px;
		right: 20px;
		margin-right: 0;
	}
		
	.social-icons.nav {
		display: inline-block;
	}
	
	.social-icons.nav > li {
		float: left;
	}
	
	.social-icons.nav > li {
		margin-left: 12px;
	}
	
	.navbar .dropdown-menu .active > a {
		color: #fff;
	}
	
	.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li.active a:hover{
		color: #fff;
	}
	
	/* navbr items */
	
	.navbar .dropdown-menu {
		padding: 0;
	}
	
	.navbar ul.nav-menu {
		margin-top: 15px;
	}
	
	.navbar .dropdown-menu a {
		border-bottom: 0;
	}
	
	.navbar b.caret {
		display: none;
	}
	
	.navbar .nav-menu > li a {
		padding: 10px 0;
	}
	
	.navbar .nav > li > a, .navbar .dropdown-menu a {
		font-weight: normal;
		text-transform: none;
		font-family: 'PT Sans', sans-serif;
		font-size: 1.6em;
		padding: 0.825em 0.4em;
		border-bottom: 0 !important;}
	
	.navbar .nav-menu li > a:hover, .navbar .nav .active > a, .navbar .nav .active > a:hover, .navbar .nav-menu li > a:focus {
		color: #fff;
		background: none;
		border: 0;
		outline: 0;
		font-weight: normal;}
	
	.navbar .nav-menu li > a:hover:before, .navbar .nav .active > a:before, .navbar .nav .active > a:hover:before {
		content: ">";
		position: absolute;
		left: 8px;}
	
	.navbar .btn-navbar {
		/*margin-left: 15px;*/
		float:right;
		position:relative;
		top:0px;
		margin-right: 30px;
	}
	
	/* wp-pagnavi */
	.wp-pagenavi .larger, 
	.wp-pagenavi .smaller { 
		display: none; 
	}
	
	.jc-optin-box {
		width: 100%;
		margin-left: 0;
		margin-right: 0;}

	#left-footer-widgets {
		display: none;}
	
	#center-footer-widgets {
		width: 100%;}
	
	#right-footer-widgets {
		width: 100%;
		text-align: center;}
	
	#right-footer-widgets a {
		display: inline;
		float: none;}
}

/* mobile to tablet */ 
@media only screen and (max-width: 767px) {

/* WIDGET */
.main_widget_div{
width:262px !important;
}

.amazing{
font-size:11px !important;
width:125px !important;
padding-left:15px !important;
}

.free_course{
font-size:15px !important;
padding:10px 10px !important;
margin-left:35px !important;
}

h3.vf_h3{
background-position:-14px 0px !important;
}

/* END WIDGET */

	.navbar-inner {
		height: auto;}
	
	#header.imageyup #logo #site-title a, #header.imageyup #logo #site-title {
		font-size: 1.25em;
		line-height: 1;
	}
	
	#header-widget .standard-billboard {
		width: 92%;
		margin: 0 auto;
		text-align: center;
		margin-top: 34px;
	}
	
	#header-right {
		width: 65% !important;}
	
	#prehead-wrapper {
		padding-bottom: 1em;}
	
	#preheader-widget .textwidget {
		display: none;}
	
	.header-right-wrapper {
		clear: both;
		width: 280px;
		margin: 0 auto;}
	
	.header-right-wrapper-clear {
		clear: both;}
	
	#header-image {
		float: none;
		width: 100%;
		text-align: center;}
	
	body {
		padding-left: 0;
		padding-right: 0;
	}
	
	.navbar-fixed-top {
	    margin-left: 0;
	    margin-right: 0;
	}
	  
	.navbar .nav {
	 	margin-left: 0;
	}
	
	.navbar .btn-navbar {
		margin-right: 0;}
	
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	#footer #footer-links {
		float: none;
		padding: 0 20px;
	}
	
	#footer #credit {
		text-align: center;
		float: none;
		padding: 0 20px;
	}
	
	/* post format status */
	.post.format-status .post-avatar {
		float: left;
		margin: 0 20px 20px 0;
	}
	
	/* WP-pagenavi */
	.wp-pagenavi { 
		margin-bottom: 25px; 
	}
	
	#site-title a img {}
	
	.jc-optin-box .heading {
    padding: 1em 0.7em;}
		
	.jc-optin-box .input_fields {
		width: 100%;}
	
	.jc-optin-box .submit_button {
		float: none;
		clear: both;
		width: 100%;}
	
	.jc-optin-box .input_fields .wrapper {
		float: none;
		width: 96%;}
	
	.jc-optin-box .input_fields .wrapper_name {
		margin-left: 2%;
		margin-right: 2%;}
	
	.jc-optin-box .submit_button .wrapper {
    margin: 0 6%;
    width: 88%;}
}
@media (max-width:640px) {
#header-right #header-widget {
    float: none;
    max-width: 180px;
    display: inline-block;
}
#header-right {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
}
#site-title {text-align: left;
    margin: 0 0 0 29px;}
.header-right-wrapper .btn.btn-navbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #cccccc;
    float: none;
    font-size: 40px;
    max-width: 40px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    text-shadow: none;
    top: 13px;
    white-space: nowrap;
}
.navbar .nav-menu li > a:hover::before, .navbar .nav .active > a::before, .navbar .nav .active > a:hover::before {display:none;}
}
@media (min-width: 480px) and (max-width:600px) {

.fullwidthpage-color-image {width:38%;}	
.fullwidthpage-color-image.imagemembers {width:38%;}	
.fullwidthpage-color-text {width:55%;padding:40px 0px 20px 5%;}
.fullwidthpage-color-text.specificquestion {width:auto;padding-right:5%;}
.fullwidthpage-color-text.textstepbystep{padding-top:40px;}
.fullwidthpage-color-text.textmembers {width:55%;padding:40px 0px 20px 5%;}
.fullwidthpage-color-text-line1 {font-size:26px;line-height:30px;padding-bottom:5px;}
.fullwidthpage-color-text-line2 {padding-bottom: 15px; font-size: 24px; line-height: 30px;}
.fullwidthpage-color-button {font-size: 20px; line-height: 35px;}
.fullwidthtextarea {max-width:90%;}
.fullwidthpage-video {margin-top:0px;}
.fullwidthpage-area-layout2 .fullwidthpage-color-button {max-width:250px;}
.fullwidthpage-color-text-line1.line1smaller {font-size:26px;}
.fullwidthpage-color-text-line1.line1members {font-size:26px;}
.fullwidthpage-color-text-line1.line1smaller2 {font-size:26px;}
.fullwidthpage-color-text-line2.line2smaller {font-size:24px;}
.fullwidthpage-color-text-line2.line2members {font-size:24px;}
.fullwidthpage-color-text-line2.line2larger {font-size:24px;}
.fullwidthpage-color-text-line1.line1bigger {font-size:26px;}

#fullsizebannertop .line1 {font-size:46px;line-height:52px;}
#fullsizebannertopcontainer {padding:60px 0;}

#site-title a img {
	margin-left: -20px !important;}

/*#head-wrapper .btn.btn-navbar {
	position: relative !important;
	top: 2px !important;
	left: 0 !important;}*/

#header-right {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;}

.nav-collapse {
	}
}

@media (min-width: 601px) and (max-width:1024px) {
.fullwidthpage-color-image {width:45%;}	
.fullwidthpage-color-image.imagemembers {width:45%;}	
.fullwidthpage-color-text {width:48%;padding:40px 0px 20px 5%;}
.fullwidthpage-color-text.specificquestion {width:auto;padding-right:5%;}
.fullwidthpage-color-text.textstepbystep{padding-top:40px;}
.fullwidthpage-color-text.textmembers {width:48%;padding:40px 0px 20px 5%;}
.fullwidthpage-color-text-line1 {font-size:46px;line-height:50px;padding-bottom:5px;}
.fullwidthpage-color-text-line2 {padding-bottom: 15px; font-size: 40px; line-height: 50px;}
.fullwidthpage-color-button {font-size: 42px; line-height: 60px;}
.fullwidthtextarea {max-width:90%;}
.fullwidthpage-video {margin-top:-10px;}

.fullwidthpage-color-text-line1.line1smaller {font-size:46px;}
.fullwidthpage-color-text-line1.line1members {font-size:46px;}
.fullwidthpage-color-text-line1.line1smaller2 {font-size:46px;}
.fullwidthpage-color-text-line2.line2smaller {font-size:44px;}
.fullwidthpage-color-text-line2.line2members {font-size:44px;}
.fullwidthpage-color-text-line2.line2larger {font-size:44px;}
.fullwidthpage-color-text-line1.line1bigger {font-size:46px;}

}

@media (min-width: 768px) {
	#site-title a img {
		margin-left: 20px;}
}

/* default desktop */
@media (min-width: 1025px) {
	
	.menu-header-container {
		/*width: 520px;*/
	}
	
	/* Position the submenus. This is toggled with theme.js */
	.submenu-show {
		display:block; 
		position:absolute; 
		left:100%;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-top: -25px !important;
	}
	
	/* Hide the submenus. This is toggled with theme.js. */
	.submenu-hide {
		display: none !important;
		float:right;
		position: relative;
		top: auto;
	}
	
	#header-right {
		width: auto !important;}
	
	.nav-icon-cancel {
		display: none !important;}
	
	.nav-collapse {
		display: block !important;}
}

@media (min-width: 1300px) {
#fullsizebannertopcontainer {padding:140px 0px;}
#fullsizebannertop .line1 {font-size:90px;line-height:106px;padding:15px 30px;}
#fullsizebannertop .line2 {font-size:36px;line-height:46px;padding:20px 30px;}
a.buttonmainaction, a.buttonsubaction {padding:18px 25px;font-size:22px;line-height:28px;}
}

@media (min-width: 1800px) {
#fullsizebannertopcontainer {padding:240px 0px;}
}

/*wp_jc_button_widget styles*/
.jc_btn {
	border: 2px solid #3eaade;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	padding: 0.2em 1em;
	background-color: #3eaade;}

.jc_btn a {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;}
/*wp_jc_button_widget styles - END*/



/* Custom CSS */
#footer #footer-widgets {
	background: #fff;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
}

#content-632 .ui-wrapper {
	width: 100% !important;#menu-top-menu
	height: auto !important;
}

#content-632 .wp-image-396 {
	width: 100% !important;
	height: auto !important;
}

ol.line-height li {
	line-height: 38px;
}

div#single-post-nav {
	display: none;
}

#site-title a img {
	margin-top: 0 !important;
}

/* Sales Page Buttons */
#saleBoxContainer {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

#saleBox {
	background-color: #EEF5FF;
	border: 2px solid #9ACAFF;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 auto;
	text-align: center;
	max-width: 40%;
	min-width: 30%;
	height: 100%;
	padding: 15px;
	float: left;
}

#saleBox .title {
	font-size: 24px;
	font-weight: 900;
	color: #0265C0;
}

#saleBox .subTitle {
	font-size: 20px;
	font-weight: 900;
	color: #000;
	margin-top: 15px;
}

#saleBox ul {
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
}

#saleBox ul li {
	line-height: 20px;
	margin-bottom: 6px;
}

.crossedOut {
	text-decoration: line-through;
	color: #999;
}

.underline {
	text-decoration: underline;
}

#button {
	margin: 15px auto;
	height: 100%;
	padding-top: 10px;
}

#button .btn1 {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	font-family: Arial;
	color: #ffffff;
	font-size: 1.5em;
	background: #FE5517;
	padding: .5em .9em;
	text-decoration: none;
}

#button .btn1:hover {
	background: #E34C13;
	text-decoration: none;
}

#saleBox a.fullPrice {
	font-size: 18px;
	font-weight: 400;
	color: #196CC3;
	text-decoration: underline;
}

#saleBox a.fullPrice:hover {
	color: #1459A1;
	text-decoration: underline;
}

/* Module Boxes */
#moduleBoxTop {
	margin-top: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	width: 96%;
	border: 3px solid #9ACAFF;
	background-color: #9ACAFF;
	text-align: center;
	font-size: 2em;
	padding: 2%;
	color: #FFF;
	line-height: 2.1em;
}

#moduleBox {
	font-family: 'Source Sans Pro', sans-serif;
	width: 94%;
	border: 3px solid #9ACAFF;
	border-top: none;
	text-align: left;
	padding: 3%;
	padding-top: 3%;
}

#moduleBox ul {
	list-style-type: none;
	list-style-image: url('http://bryanharris.staging.wpengine.com/wp-content/uploads/2015/04/green-checkmark-25.png');
	padding-left: 20px;
	background-position: 10px center 0 center;
}

#moduleBox ul li {
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 50x;
}

/** wpcurve auriel custom **/
.wpcurve-clean p {
	margin: 0;
}

.wpcurve-clean .textstepbystep {
	padding: 30px 0 0 5%;
}

.fullwidthpage-video.wpcurve-clean {
	margin-top: 20px;
}

/** wpcurve auriel custom **/
@media all and (max-width: 480px) {
	#saleBox {
		float: none !important;
		width: 85%;
		max-width: none;
		margin-bottom: 15px;
	}
	
	#button .btn1 {
		font-size: 1em;
	}
}

/* wpcurve mike -#50060 - */
#header-image {
	float: left !important;
}

.post {
	box-shadow: none !important;
}

.navbar-inner  .container {
	width: 100% !important;
}

@media all and (min-width: 1000px) {
	#wrapper .container {
		max-width: 700px !important;
		width: 100% !important;
	}
	
	.nav-collapse {
		float: none !important;
		margin: 0 auto !important;
	}
}

#header-image img, #header-image a img {
	max-width: 80%;
}

.nav-collapse {
}

#menu-top-menu {
/*	width: 635px;*/
	text-align: center;
}

.navbar .nav > li {
	float: none;
	display: inline-block;
}

.a19 {
}

.menu-header-container {
	margin: 0 auto !important;
}

@media(max-width: 800px) {
	.a19 {
		width: 70%;
	}
}

/* WPCurve - Loreto 109124020 */
@media screen and ( max-width: 979px ) {
	#header-right {
		margin-right: 50px;
	}
}

@media screen and ( max-width: 600px ) {
	.navbar-inner {}
	.header-widget .jc_btn {margin-bottom:10px;}
	#header-image {
		width: 100%;
		text-align: center;
		float: none;
		margin-left: 0 !important;
	}
	
	#head-wrapper {}
	
	#head-wrapper .btn.btn-navbar {
		/*position: absolute;
		top: 75px;
		left: 60%;*/
	}
	
	#header-right {
		position: absolute;
		top: 55px;
		left: 40%;
	}

}

/* /.WPCurve - Loreto 109124020 */

/** wpcurve auriel custom **/
@media only screen and (max-width:414px){
	#header-image{
		max-width:245px;
		width:100%;
	}
}
/** wpcurve auriel custom **/