/*

	Copyright 2015, WKG Media. All Rights Reserved.
	Author: The WKG Media Team
	Author URI: http://whoknowsaguymedia.com/

*/
<style>
/* ============= BASE STYLES ============================================== */

	/* =WordPress Core
	-------------------------------------------------------------- */
	#customize-current-theme-link, #menu-appearance, #menu-tools, #wp-admin-bar-customize {display: none !important;}
	
	.alignnone { margin: 5px 20px 20px 0; }
	.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
	.alignright { float:right; margin: 5px 0 20px 20px; }
	.alignleft { float: left; margin: 5px 20px 20px 0; }
	.aligncenter { display: block; margin: 5px auto 5px auto; }
	a img.alignright { float: right; margin: 5px 0 20px 20px; }
	a img.alignnone { margin: 5px 20px 20px 0; }
	a img.alignleft { float: left; margin: 5px 20px 20px 0; }
	a img.aligncenter {
	    display: block;
	    margin-left: auto;
	    margin-right: auto
	}
	.wp-caption {
	    background: #fff;
	    border: 1px solid #f0f0f0;
	    max-width: 96%; /* Image does not overflow the content area */
	    padding: 5px 3px 10px;
	    text-align: center;
	}
	.wp-caption.alignnone { margin: 5px 20px 20px 0; }
	.wp-caption.alignleft { margin: 5px 20px 20px 0; }
	.wp-caption.alignright { margin: 5px 0 20px 20px; }
	.wp-caption img {
	    border: 0 none;
	    height: auto;
	    margin: 0;
	    max-width: 98.5%;
	    padding: 0;
	    width: auto;
	}
	.wp-caption p.wp-caption-text {
	    font-size: 11px;
	    line-height: 17px;
	    margin: 0;
	    padding: 0 4px 5px;
	}
	.photo { border: 3px solid #CCC; }
	.size-auto, 
	.size-full,
	.size-large,
	.size-medium,
	.size-thumbnail {
		max-width: 100%;
		height: auto;
	}

	::selection 	 	{background: rgb(206,206,206);}
	::-moz-selection 	{background: rgb(206,206,206);}
	img::selection 		{background: transparent;}
	img::-moz-selection	{background: transparent;}
	body {-webkit-tap-highlight-color: rgb(206,206,206);}
	
	body, div, p, ul, ol, li, table {
		font-family: 'Open Sans', sans-serif;
		margin: 0;
		padding: 0;
		color: #5C6661;
		position: relative;
	}
	
	body {
		background-color: #FFFFFF !important; margin: 0;
		position: relative;
	}

	a, .btn { -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; }
	a:hover, .btn:hover { -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: 0.3s;}

	a { color: #1ABB71; text-decoration: none; }
		a:hover { color: #16A06B; text-decoration: none; }
	
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300 !important;
		font-size: 16px;
		line-height: 20px;
		color: #2a2a39                  ;
		font-weight: normal;
		margin: 0 0 5px 0;
	}
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: 'Open Sans', sans-serif; }
		h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 600 !important; }
		h1 {
			font-size: 28px;
			line-height: 36px;
			margin: 0 0 15px;
		}
		h2 {
			font-size: 22px;
			line-height: 26px;
			margin: 0 0 10px;
		}
			h2 i { margin: 8px 0 0 0; }
		h3 {
			font-size: 18px;
			line-height: 32px;
		}
	p {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 15px 0;
	}
	ul, ol {
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 15px 35px;
	}
		li {
			font-family: 'Open Sans', sans-serif;
			margin: 0 0 5px 0;
			padding: 0;
		}
	blockquote {
		font-family: 'Open Sans', sans-serif;
		background: #f6f6f7;
		font-size: 14px;
		line-height: 20px;
		color: #5C6661;
		text-align: left;
		margin: 0 16px 20px;
		padding: 10px 12px 10px;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
			    border-radius: 5px;
	}
		blockquote p {
			margin: 0 0 5px 0;
		}
		.bq-alt { background: #FFF !important; }
	
	.ma { margin: 10px; }
	.mt { margin-top: 10px; }
	.mr { margin-right: 10px; }
	.mb { margin-bottom: 10px; }
	.ml { margin-left: 10px; }
	
	.ma5 { margin: 5px; }
	.mt5 { margin-top: 5px; }
	.mr5 { margin-right: 5px; }
	.mb5 { margin-bottom: 5px; }
	.ml5 { margin-left: 5px; }
	
	.pa { padding: 10px; }
	.pt { padding-top: 10px; }
	.pr { padding-right: 10px; }
	.pb { padding-bottom: 10px; }
	.pl { padding-left: 10px; }
	
	.pa5 { padding: 5px; }
	.pt5 { padding-top: 5px; }
	.pr5 { padding-right: 5px; }
	.pb5 { padding-bottom: 5px; }
	.pl5 { padding-left: 5px; }
	
	.tal { text-align: left; }
	.tar { text-align: right; }
	.tac { text-align: center; }
	.taj { text-align: justify; }
	
	.fs08 { font-size: 8px; }
	.fs09 { font-size: 9px; }
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs12 { font-size: 12px; }
	.fs13 { font-size: 13px; }
	.fs14 { font-size: 14px; }
	.fs15 { font-size: 15px; }
	.fs16 { font-size: 16px; }
	.fs17 { font-size: 17px; }
	.fs18 { font-size: 18px; }
	.fs19 { font-size: 19px; }
	.fs20 { font-size: 20px; }
	.fs21 { font-size: 21px; }
	.fs22 { font-size: 22px; }
	.fs23 { font-size: 23px; }
	.fs24 { font-size: 24px; }
	
	.mono { font-family: monospace; font-size: 15px; line-height: 22px; text-align: justify; }
	
	.bn { border: none !important; }
	
	img { border: none; max-width: 100%; height: auto; }
	
	.left { float: left; }
	.right { float: right; }
	
	.clearFix { clear: both; }
	.hide { display: none; }
	
	#breadcrumbs { margin: 0 0 5px; color: #ECECEC; text-transform: uppercase; font-size: 12px; }
	#breadcrumbs a { color: #AAA /*#0C4DA2*/;}
	#breadcrumbs a:hover { color: #0C4DA2;}
	#breadcrumbs .breadcrumb_last { display: none; }
	
	.hideMobile { display: none; }
	.hideTablet { display: none; }
	.hideDesktop { display: none; }
				.showDesktop { display: block !important; }
	
	video {
	    width: 100%;
	    height: auto;
	    margin: 0 0 10px !important;
	    padding: 0 !important;
	}

/* ============= LAYOUT STYLES ============================================== */				

.overlay-wrap {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

.module { padding: 15px; }
.row { margin: 0; padding: 0; }
.row:before,
.row:after {
    content: " ";
    display: table;
}

.is-nested {
    margin-left: -10px;
    margin-right: -10px;
}

.col { float: left; }
.col > .in {
    margin-right: 10px;
    margin-left: 10px;
    /*background: rgba(255,0,0,.1);*/
}
.last-col {
    float: none;
    width: auto;
}

.rtl .col {
    float: right;
    _position:relative;
    _left:-3px;
    _margin-right:-3px;
}

.rtl .last-col {
    _right:-3px;
    _margin-left:-3px;
    _margin-right:0;
    _left:0;
}

.g-1of1 { width: 100%; }
.g-1of2 { width: 50%; }
.g-1of3 { width: 33.33333%; }
.g-2of3 { width: 66.66666%; }
.g-1of4 { width: 25%; }
.g-3of4 { width: 75%; }
.g-1of5 { width: 20%; }
.g-2of5 { width: 40%; }
.g-3of5 { width: 60%; }
.g-4of5 { width: 80%; }
.g-1of6 { width: 16.66666%; }
.g-4of6 { width: 66.66666%; }
.g-5of6 { width: 83.33333%; }

	#siteWrap {
		touch-action: pan-y !important;
		position: relative;
		overflow: hidden; 
	}

	#boxWrap {
	    max-width: 1200px;
	    width: 100%;
	}
	
		.body-bg {
			width: 100%;
			min-width: 900px;
			max-width: 2400px;
			height: auto;
			min-height: 400px;
			display: block;
			margin: 0 auto;
			position: absolute;
			top: 0;
			left: 0%;
		}

	#headerWrap {
		background: #000;
	    background: rgba(0,0,0,0.85);
	    border-bottom: 1px solid #000;
	    width: 100%;
	    position: absolute;
	    z-index: 999;
	    margin: 0 auto;
	    padding: 0;
	    top: 0px;
	    margin: 0 auto;
	}
		#headerWrap .grid-wrap {
			width: 100%;
			margin: 0 auto;
			padding: 0;
		}
			#headerWrap .header-logo {
				width: 100%;
				text-align: center;
				font-size: 24px;
				line-height: 30px;
			    padding: 12px 0;
			}
				#headerWrap .header-logo img {
				    width: 100%;
				    max-width: 180px;
				    height: auto;
				    margin: 0px auto;
				    display: block;
				}

			#headerWrap .header-nav {
				text-align: center;
				margin: 0 20px 0 0;
			}
				#headerWrap .header-nav-menu {
					margin: 0 10px;
				}
	
	.section-header-banner {
		background: url('assets/images/default-header-bg.jpg') center center no-repeat !important;
		-webkit-background-size: cover !important;
		   -moz-background-size: cover !important;
			 -o-background-size: cover !important;
				background-size: cover !important;
		float: left;
	}
		.section-header-banner .grid-wrap {
			padding: 170px 30px 50px !important;
			position: relative !important;
		}			

	.section-header-memberbar {
		background: #252525;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: left;
	}
		.section-header-memberbar .grid-wrap {
			width: 100%;
			margin: 0 auto !important;
			position: relative;
			z-index: 1;
			padding: 0 !important;
		}
			.memberbar-wrap {
				text-align: center;
			}
				.memberbar-wrap a {
					display: inline-block;
					padding: 15px 30px;
					color: #FFF;				
					font-size: 16px;
					line-height: 20px;
				}
					.memberbar-wrap a i {			
						font-size: 22px;
						line-height: 26px;
						display: inline-block;
					}
					.memberbar-wrap a:hover {
						background: #000;
						color: #1ABB71;
					}


	#navWrap {
		background: #16A06B;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: left;
	}
		#navWrap .grid-wrap {
			width: 100%;
			margin: 0 auto;
			height: auto;
			position: relative;
			z-index: 99;
			padding: 0;
		}

		.full-nav {
			margin: 30px 0 0;
			padding: 0;
			position: relative;
			z-index: 999;
			display: none;
		    -webkit-transition: all 0.1s;
		    -moz-transition: all 0.1s;
		    -ms-transition: all 0.1s;
		    -o-transition: all 0.1s;
		    transition: all 0.1s;
		}
			.home .full-nav, .page-template-page-graphic-sales .full-nav, .page-template-page-logo-sales .full-nav, .page-template-page-lp-home .full-nav {
				margin: 44px 0 0;
			}
			.full-nav ul {
			    padding: 0px;
			    list-style-type: none;
			    position: relative;
			    z-index: 9999;
			    text-align: right;
			    float: none;
			    margin: 0 auto;
			    display: block;
			}
			.full-nav ul#menu-main-menu {
			    margin: 0 auto 0 !important;
			    -webkit-transition: all 0.3s;
			    -moz-transition: all 0.3s;
			    -ms-transition: all 0.3s;
			    -o-transition: all 0.3s;
			    transition: all 0.3s;
			}
				.full-nav ul li { display: inline; position: relative; margin: 0 0 0 20px; padding: 0; text-align: right; }
					.full-nav ul li .sub-menu { display: none; }
					.full-nav ul li:hover .sub-menu { display: block; }
						.full-nav ul li .sub-menu li .sub-menu { display: none; }
						.full-nav ul li .sub-menu li:hover .sub-menu { display: block !important; }
					.full-nav ul li a, .full-nav ul li a:hover {
						color: #FFF;
						font-family: 'Open Sans', sans-serif;
						font-size: 16px;
						line-height: 16px;
						margin: 0;
						padding: 5px 12px 7px;
						display: inline-block;
						text-transform: uppercase;
						text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
						-webkit-transition: 0s; -moz-transition: 0s; -o-transition: 0s; transition: 0s;
					}
						.full-nav ul li a:hover, .full-nav .menu-item:hover > a/*, .full-nav ul li.current_page_item a */{
							color: #19a2e8 !important;
						}
						.full-nav ul li.btn-blue a {
							/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1abb71+0,138956+100 */
							background: rgb(26,187,113); /* Old browsers */
							background: -moz-linear-gradient(top,  rgba(26,187,113,1) 0%, rgba(19,137,86,1) 100%); /* FF3.6-15 */
							background: -webkit-linear-gradient(top,  rgba(26,187,113,1) 0%,rgba(19,137,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
							background: linear-gradient(to bottom,  rgba(26,187,113,1) 0%,rgba(19,137,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abb71', endColorstr='#138956',GradientType=0 ); /* IE6-9 */
							border: 1px solid #1ABB71;
							color: #FFF !important;
							-webkit-border-radius: 5px;
							   -moz-border-radius: 5px;
									border-radius: 5px;
						}
							.full-nav ul li.btn-blue a:hover {
								/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1dd168+0,138956+100 */
								background: rgb(29,209,104); /* Old browsers */
								background: -moz-linear-gradient(top,  rgba(29,209,104,1) 0%, rgba(19,137,86,1) 100%); /* FF3.6-15 */
								background: -webkit-linear-gradient(top,  rgba(29,209,104,1) 0%,rgba(19,137,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
								background: linear-gradient(to bottom,  rgba(29,209,104,1) 0%,rgba(19,137,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dd168', endColorstr='#138956',GradientType=0 ); /* IE6-9 */
								color: #FFF !important;
							}							
							
						.full-nav ul li.btn-nav-orange a {
							background: rgb(255,155,26); /* Old browsers */
							background: -moz-linear-gradient(top,  rgba(255,155,26,1) 0%, rgba(255,128,26,1) 100%); /* FF3.6+ */
							background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,155,26,1)), color-stop(100%,rgba(255,128,26,1))); /* Chrome,Safari4+ */
							background: -webkit-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* Chrome10+,Safari5.1+ */
							background: -o-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* Opera 11.10+ */
							background: -ms-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* IE10+ */
							background: linear-gradient(to bottom,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* W3C */
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b1a', endColorstr='#ff801a',GradientType=0 ); /* IE6-9 */
						    border: 1px solid #ff9b1a;
							color: #FFF !important;
							-webkit-border-radius: 5px;
							   -moz-border-radius: 5px;
									border-radius: 5px;
						}
							.full-nav ul li.btn-nav-orange a:hover {
								background: rgb(255,182,26); /* Old browsers */
								background: -moz-linear-gradient(top,  rgba(255,182,26,1) 0%, rgba(255,128,26,1) 100%); /* FF3.6+ */
								background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,182,26,1)), color-stop(100%,rgba(255,128,26,1))); /* Chrome,Safari4+ */
								background: -webkit-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* Chrome10+,Safari5.1+ */
								background: -o-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* Opera 11.10+ */
								background: -ms-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* IE10+ */
								background: linear-gradient(to bottom,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* W3C */
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb61a', endColorstr='#ff801a',GradientType=0 ); /* IE6-9 */
								color: #FFF !important;
							}

						.full-nav ul li.menu-item-has-children:hover > a {
						    background: #252525;
						    color: #FFF !important;
						    border-bottom: 1px solid #252525;
						    -webkit-border-top-right-radius: 5px;
						       -moz-border-top-right-radius: 5px;
						       		border-top-right-radius: 5px;
						    -webkit-border-top-left-radius: 5px;
						       -moz-border-top-left-radius: 5px;
						       		border-top-left-radius: 5px;
					    }

						.full-nav .sub-menu .current-menu-item > a { background: #1ABB71; }
						.full-nav a:hover, .full-nav .menu-item:hover > a {
							color: #16A06B !important;
			    		    position: relative;
						}
						.full-nav .sub-menu {
							background: #252525;
							top: 27px; left: 0;
							display: block;
							position: absolute !important;
							z-index: 9999;
						    -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.4);
						       -moz-box-shadow:0 3px 3px rgba(0,0,0,0.4);
						    		box-shadow:0 3px 3px rgba(0,0,0,0.4);
						}
							.full-nav .sub-menu li {
								margin: 0; padding: 0;
								display: block;
								float: none;
								position: relative;
							}
								.full-nav .sub-menu li a {
									min-width: 80px !important;
									font-family: 'Open Sans', sans-serif !important;
									font-size: 13px !important;
									line-height: 20px !important;
									color: #FFF !important;
									margin: 0;
									padding: 5px 10px !important;
									display: block !important;
									border-top: 1px solid rgba(255,255,255,0.05);
									white-space: nowrap;
									text-align: left !important;
									text-shadow: none;
									text-transform: none !important;
								}
									.full-nav .sub-menu li a:hover {
										background: #16A06B;
										color: #FFF !important;
										font-size: 13px !important;
										line-height: 20px !important;
										-webkit-border-radius: 0;
										   -moz-border-radius: 0;
											    border-radius: 0;
										padding: 5px 10px !important;
									}

		.full-nav { display: none; }

		.btn-mobile-menu {
			background: #1ABB71;
			font-family: 'Open Sans', sans-serif;
			color: #FFF;
			font-size: 18px;
			font-weight: normal;
			line-height: 44px;
			text-align: center;
			margin: 0;
			padding: 0;
			display: block;
			position: relative;
		}
			.btn-mobile-menu i {
			    left: 20px; top: 12px;
			    font-size: 30px;
			    line-height: 50px;
			    float: left;
			    z-index: 1;
			    position: absolute;
			}
			.btn-mobile-menu:hover, .btn-mobile-menu:active { color: #FFF; background: rgba(0,0,0,0.8); }



						
/*
	PAGE SECTIONS
*/

	.sectionWrap {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
	}
		.sectionWrap .grid-wrap {
			height: auto;
			margin: 0 auto;
			padding: 30px 30px;
			display: block;
		}
		.sectionWrap .grid-wrap .section-content {
			padding: 20px;
		}
		
	
		/*
			BANNER BLOCK
		*/
		.section-bannerblock .grid-wrap {
			background: none;
			width: 100% !important;
			max-width: 100%;
			padding: 0;
			margin: 0;
			float: left;
		}
		.section-bannerblock .grid-wrap img {
			width: 100%;
			height: auto;
			display: block;
		}
		
		/*
			CTA BLOCK
		*/
		.section-cta {
			padding: 0;
			overflow: hidden !important;
		}
			.section-cta .grid-wrap {
			    /* background: rgba(0,0,0,0.4); */
				padding: 80px 30px;
			}
			.section-cta h1 {
				text-align: center;
				margin: 0 0 10px;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			}
			.section-cta h2 {
				text-align: center;
				margin: 0 0 30px;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			}
			.section-cta .form-button, .section-ctablock-button {
				background: url('assets/images/btn-grad.png') bottom center repeat-x;
				background-color: #1ABB71;
				width: 100% !important;
			    max-width: 340px !important;
			    font-size: 18px;
			    margin: 0 auto;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			}
				.section-cta .form-button:hover, .section-ctablock-button:hover {
					background: bottom center none;
					background-color: #1ABB71;
				}

			video.bgvid { 
				position: absolute; left: 0; right: 0; top: 0;
				min-width: 100%; min-height: 100%;
				width: auto; height: auto; z-index:0;
				z-index: 0;
			}

		/*
			HARDCODED CTA BLOCK
		*/
		#sectionWrap-splash {
			background: #000;
			padding: 0;
		}
			#sectionWrap-splash img.home-splash {
			    width: 100%;
			    display: block;
			}
			#sectionWrap-splash-footer .grid-wrap {
				padding: 100px 30px;
			}
			#sectionWrap-splash .grid-wrap {
				position: absolute;
				z-index: 9;
				top: 40%;
				left: 0; right: 0;
			}
				.home #sectionWrap-splash .grid-wrap, .page-template-page-graphic-sales #sectionWrap-splash .grid-wrap, .page-template-page-logo-sales #sectionWrap-splash .grid-wrap  {
					top: 30%;
				}
			#sectionWrap-splash h1, #sectionWrap-splash-footer h1 {
				text-align: center;
				margin: 0 0 10px;
			}
			#sectionWrap-splash h2, #sectionWrap-splash-footer h2 {
				text-align: center;
				margin: 0 0 10px;
			}
				#sectionWrap-splash h1, #sectionWrap-splash h2, #sectionWrap-splash p a {
					color: #FFF;
					text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
				}
				#sectionWrap-splash-footer h1, #sectionWrap-splash-footer h2 {
					color: #000;
				}

			#sectionWrap-splash .form-button, #sectionWrap-splash-footer .form-button {
				background: rgb(255,155,26); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(255,155,26,1) 0%, rgba(255,128,26,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,155,26,1)), color-stop(100%,rgba(255,128,26,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* IE10+ */
				background: linear-gradient(to bottom,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b1a', endColorstr='#ff801a',GradientType=0 ); /* IE6-9 */
				width: 100% !important;
			    max-width: 220px !important;
			    font-weight: 300 !important;
			    border: 1px solid #ff9b1a;
			    margin: 0 auto;
				color: #FFF;
				text-align: center;
				font-weight: 300 !important;
				padding: 15px 10px;
				display: block;
				-webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
						border-radius: 5px;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			}
				#sectionWrap-splash .form-button span, #sectionWrap-splash-footer .form-button span {
					color: #FFF;
					text-align: center;
					font-weight: 300 !important;
					font-size: 18px;
				}
				#sectionWrap-splash .form-button:hover, #sectionWrap-splash-footer .form-button:hover {
					background: rgb(255,182,26); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(255,182,26,1) 0%, rgba(255,128,26,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,182,26,1)), color-stop(100%,rgba(255,128,26,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* IE10+ */
					background: linear-gradient(to bottom,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb61a', endColorstr='#ff801a',GradientType=0 ); /* IE6-9 */
				}
					#sectionWrap-splash .form-button-sub, #sectionWrap-splash-footer .form-button-sub {
						background: rgb(25,162,232); /* Old browsers */
						background: -moz-linear-gradient(top,  rgba(25,162,232,1) 0%, rgba(23,134,228,1) 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,162,232,1)), color-stop(100%,rgba(23,134,228,1))); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(top,  rgba(25,162,232,1) 0%,rgba(23,134,228,1) 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(top,  rgba(25,162,232,1) 0%,rgba(23,134,228,1) 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top,  rgba(25,162,232,1) 0%,rgba(23,134,228,1) 100%); /* IE10+ */
						background: linear-gradient(to bottom,  rgba(25,162,232,1) 0%,rgba(23,134,228,1) 100%); /* W3C */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a2e8', endColorstr='#1786e4',GradientType=0 ); /* IE6-9 */
						border: 1px solid #19A2E8;
					}
						#sectionWrap-splash .form-button-sub:hover, #sectionWrap-splash-footer .form-button-sub:hover {
							background: rgb(40,207,255); /* Old browsers */
							background: -moz-linear-gradient(top,  rgba(40,207,255,1) 0%, rgba(23,134,228,1) 100%); /* FF3.6+ */
							background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,207,255,1)), color-stop(100%,rgba(23,134,228,1))); /* Chrome,Safari4+ */
							background: -webkit-linear-gradient(top,  rgba(40,207,255,1) 0%,rgba(23,134,228,1) 100%); /* Chrome10+,Safari5.1+ */
							background: -o-linear-gradient(top,  rgba(40,207,255,1) 0%,rgba(23,134,228,1) 100%); /* Opera 11.10+ */
							background: -ms-linear-gradient(top,  rgba(40,207,255,1) 0%,rgba(23,134,228,1) 100%); /* IE10+ */
							background: linear-gradient(to bottom,  rgba(40,207,255,1) 0%,rgba(23,134,228,1) 100%); /* W3C */
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28cfff', endColorstr='#1786e4',GradientType=0 ); /* IE6-9 */
						}

		/*
			SERVICE BANNER BLOCK
		*/
		.section-service {
			padding: 0;
		}
			.section-service .grid-wrap {
			    /* background: rgba(0,0,0,0.4); */
				padding: 70px 30px 50px;
			}
			.section-service h1, .section-service h2 {
				text-align: center;
			}
			.section-service h2 {
				margin: 0 0 40px;
			}
				.section-service h2 a {
					color: #ff9b1a;
				}
					.section-service h2 a:hover {
						color: #ff801a;
					}
			.service-module {
				padding: 0;
				margin: 10px 30px 20px;
			}
				.service-threecol.service-module {
					padding: 0;
					margin: 10px 20px 40px;
				}
			.service-module .servicebanner {
			    padding: 0;
			    margin: 0;
			    overflow: hidden;
			}
				.service-module .servicebanner .service-image {
				    display: block;
				    position: relative;
				    text-align: center;
				}
				.service-module .servicebanner .service-text {
				    padding: 10px 20px 20px;
				    margin: 0;
				}
				.service-module .servicebanner h3 {
					margin: 0;
					text-align: center;
				}
				.service-module .servicebanner p {
					text-align: center;
				}
				.service-module .servicebanner p em {
					display: block;
				}
	
		/*
			INTEGRATIONS BLOCK
		*/
		.section-integration {
			background: #F4F4F5;
			width: 100% !important;
			max-width: 100%;
			padding: 0;
			margin: 0;
			float: left;
		}
			.section-integration .grid-wrap {
				width: 100%;
				height: auto;
				padding: 80px 0;
				display: block;
			}
			.section-integration .grid-wrap h2 {
				text-align: center;
			}
			.section-integration .grid-wrap img {
				width: 90%;
				max-width: 1000px;
				height: auto;
				margin: 0 auto;
				display: block;
			}
	

		/*
			CASE STUDY BLOCK
		*/
		.section-casestudy {
			background: #000;
			width: 100% !important;
			max-width: 100%;
			padding: 0;
			margin: 0;
			float: left;
		}
			.case-study-grad {
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;1+25,0.4+100 */
				background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(25%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0.4) 100%); /* IE10+ */
				background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0.4) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#66000000',GradientType=1 ); /* IE6-9 */
			}
			.section-casestudy .grid-wrap {
				width: 100%;
				height: auto;
				padding: 0;
				display: block;
				position: relative;
			}
			.section-casestudy .grid-wrap .case-study-content {
				padding: 100px 5%;
				width: 90%;
				max-width: 560px;
				float: left;
			}
			.section-casestudy .grid-wrap .cs-logo {
				float: left;
				margin: 0 0 50px;
			}
			.section-casestudy .grid-wrap h3 {
				color: #FFF;
			}
			.section-casestudy .grid-wrap p {
				color: #FFF;
			}
			.section-casestudy .case-study-bg {
				float: right;
				margin: 0;
				display: none;
			}

		/*
			HOME CASE STUDY BLOCK
		*/
		.home-casestudy {
			background: #000;
			width: 100% !important;
			max-width: 100%;
			padding: 0;
			margin: 0;
			float: left;
		}
			.home-casestudy .grid-wrap {
				width: 100%;
				height: auto;
				padding: 0;
				display: block;
				position: relative
			}
			.home-casestudy .grid-wrap .home-case-study-content {
				margin: 100px 5%;
				width: 90%;
				max-width: 560px;
				float: left;
			}
			.home-casestudy .grid-wrap .home-cs-logo {
				float: left;
				margin: 0 0 50px;
			}
			.home-casestudy .grid-wrap h3 {
				color: #FFF;
			}
			.home-casestudy .grid-wrap p {
				color: #FFF;
			}
			.home-casestudy .case-study-bg {
				float: right;
				margin: 0;
				display: none;
			}

		/*
			CAROUSEL BLOCK
		*/
		.section-carousel {
			background: #F4F4F5;
			width: 100% !important;
			max-width: 100%;
			padding: 40px 0;
			margin: 0;
			float: left;
		}
			.section-carousel .grid-wrap {
				width: 100%;
				height: auto;
				padding: 40px 0;
				display: block;
			}
			.section-carousel .grid-wrap h2 {
				text-align: center;
			}
			
			#blog_template-selection > h3, #blog_template-selection > p { display: none; }
			
			.template-signup-item img {
				width: 100% !important;
				float: left;
			}
			
			.theme-previewer-wrap,
			.theme-page-showcase-wrap,
			.theme-screenshot-wrap {
				width:45%;
				float:left;
				margin-right: 13px;
				margin-bottom:25px;
				box-sizing:border-box;
				position:relative;
				padding:3px;
				max-width:600px;
			}
				#theme-previewer-wrap-8 { display: none !important; }
			.blog_template-default_item {
			}
			.theme-previewer-wrap:nth-child(even),
			.theme-screenshot-wrap:nth-child(even),
			.theme-screenshot-plus-wrap:nth-child(even) {
				margin-right:0px;
			}
			.blog_template-item_selector img {
				max-width:100%;
				max-height:100%;
				display: block;
				border-radius:0px;
			}

				.theme-page-showcase-wrap {
					background: #000;
					width: 100%;
					padding:0;
				}
				.theme-page-showcase-wrap:hover img {
					opacity:0.2;
				}
				.theme-page-showcase-wrap:hover .theme-page-showcase-overlay {
					display:block;
				}
				.theme-page-showcase-overlay {
					display:none;
					position:absolute;
					top:50%;
					opacity:1;
					width:100%;
					margin-top:-25%;
					box-sizing:border-box;
					white-space: nowrap;
					text-align: center;
				}
				.view-demo-button {
					background: rgb(25,162,232); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(25,162,232,1) 0%, rgba(23,134,228,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,162,232,1)), color-stop(100%,rgba(23,134,228,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(25,162,232,1) 0%,rgba(23,134,228,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(25,162,232,1) 0%,rgba(23,134,228,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(25,162,232,1) 0%,rgba(23,134,228,1) 100%); /* IE10+ */
					background: linear-gradient(to bottom,  rgba(25,162,232,1) 0%,rgba(23,134,228,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a2e8', endColorstr='#1786e4',GradientType=0 ); /* IE6-9 */
					border: 1px solid #19A2E8;
					font-size:16px;
				    font-weight: 300 !important;
					color: #FFF !important;
					text-align: center;
					padding: 5px 15px;
					display: block;
					-webkit-border-radius: 5px;
					   -moz-border-radius: 5px;
							border-radius: 5px;
					width: 80%;
					max-width: 170px;
					margin: 5px auto;
					text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
					cursor: pointer;
				}
					.view-demo-button:hover {
						background: rgb(40,207,255); /* Old browsers */
						background: -moz-linear-gradient(top,  rgba(40,207,255,1) 0%, rgba(23,134,228,1) 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,207,255,1)), color-stop(100%,rgba(23,134,228,1))); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(top,  rgba(40,207,255,1) 0%,rgba(23,134,228,1) 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(top,  rgba(40,207,255,1) 0%,rgba(23,134,228,1) 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top,  rgba(40,207,255,1) 0%,rgba(23,134,228,1) 100%); /* IE10+ */
						background: linear-gradient(to bottom,  rgba(40,207,255,1) 0%,rgba(23,134,228,1) 100%); /* W3C */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28cfff', endColorstr='#1786e4',GradientType=0 ); /* IE6-9 */
					}
				.select-theme-button {
					background: rgb(255,155,26); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(255,155,26,1) 0%, rgba(255,128,26,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,155,26,1)), color-stop(100%,rgba(255,128,26,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* IE10+ */
					background: linear-gradient(to bottom,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b1a', endColorstr='#ff801a',GradientType=0 ); /* IE6-9 */
				    border: 1px solid #ff9b1a;
					font-size:16px;
				    font-weight: 600 !important;
					color: #FFF !important;
					text-align: center;
					padding: 5px 15px;
					display: block;
					-webkit-border-radius: 5px;
					   -moz-border-radius: 5px;
							border-radius: 5px;
					width: 80%;
					max-width: 170px;
					margin: 5px auto;
					text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
					cursor: pointer;
				}
					.select-theme-button:hover {
						background: rgb(255,182,26); /* Old browsers */
						background: -moz-linear-gradient(top,  rgba(255,182,26,1) 0%, rgba(255,128,26,1) 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,182,26,1)), color-stop(100%,rgba(255,128,26,1))); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* IE10+ */
						background: linear-gradient(to bottom,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* W3C */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb61a', endColorstr='#ff801a',GradientType=0 ); /* IE6-9 */
					}
				.template-name {
					display:inline-block;
					font-size: 24px;
					font-weight: 300;
					color: #FFF;
					text-shadow:1px 1px 0 rgba(0,0,0,0.4);
					margin: 0 auto 10px;
				}
				.homeCarousel.flexslider .slides {
				    max-width: 1200px !important;
				    margin: 0px auto;
				}
			
			
			
			

		/*
			PREVIEW BLOCK
		*/
		.section-preview {
			width: 100% !important;
			max-width: 100%;
			padding: 0;
			margin: 0;
			float: left;
		}
			.section-preview .grid-wrap {
				width: 100%;
				height: auto;
				padding: 80px 0;
				display: block;
			}
			.section-preview .grid-wrap img {
				width: 100%;
				height: auto;
				margin: 0 auto;
				display: block;
			}
			.section-preview h2 {
				margin: 0 0 30px;
			}
			.section-preview h3 {
				color: #5C6661;
			}

			
			
			
			
			
			
			

		/*
			GALLERY BLOCK
		*/
		.section-gallery {
			padding: 0;
		}
			.section-gallery .grid-wrap {
			    /* background: rgba(0,0,0,0.4); */
				padding: 60px 30px;
			}

		/*
			TESTIMONIALS BLOCK
		*/
		.section-testimonial {
			padding: 0;
		}
			.section-testimonial .grid-wrap {
			    /* background: rgba(0,0,0,0.4); */
				padding: 60px 30px;
			}
			.section-testimonial .pre-content {
				margin: 0 0 30px;
			}
			.testimonial-module {
				padding: 0;
				margin: 10px 30px 20px;
			}
			.testimonial-module .quote {
			    background: #000;
			    background: rgba(0,0,0,0.4);
			    padding: 20px 20px 10px;
			    margin: 0;
			    overflow: hidden;
				box-shadow: 0 0 10px rgba(0,0,0,0.2);
			}
				.testimonial-module .quote h3, .testimonial-module .quote p {
				    color: #FFF;
				}
				.testimonial-module .quote p em {
					display: block;
				}

		/*
			FORM BLOCK
		*/
		.section-form {
			padding: 0;
		}
			.section-form .grid-wrap {
			    /* background: rgba(0,0,0,0.4); */
				padding: 60px 30px;
			}
			.wkg-form-wrap {
			    width: 100%;
			    max-width: 580px;
			    margin: 0 auto;
			}
			.wkg-form-wrap h3 {
			    text-align: center;
			}

		/*
			MAP BLOCK
		*/
		.section-mapblock .grid-wrap {
			background: none;
			width: 100% !important;
			max-width: 100%;
			padding: 0;
			margin: 0;
			float: left;
		}
			.acf-map {
			    width: 100% !important;
			    height: 380px !important;
			    border: none !important;
			    margin: 0 !important;
			}



	#contentAreaWrap { background:  !important;  }

	#contentWrap {
	    width: 100%;
	    height: auto;
	}
		#contentWrap .grid-wrap {
			background: ;
						width: 100%;
			height: auto;
			min-height: 300px;
			margin: 0 auto;
			position: relative;
		}
			#contentWrap .grid-wrap > .row { padding: 0 30px;}

		#contentWrap .section-title {
				width: 100%;
				height: auto;
				display: block;
				position: relative;
				overflow: hidden;
			}
				#contentWrap .section-title .section-title-h1 {
					font-size: 18px;
					color: #FFF;
					text-transform: uppercase;
					margin: 0; padding: 0;
					position: absolute;
					left: 20px; bottom: 5px;
					z-index: 999;
				}
				#contentWrap .section-title img {
					width: 100%;
					float: left;
				}
				
		.section-row {
			border-top: 1px solid #f5f5f5;
			margin: 0 !important;
			padding: 0 !important;
		}
		.section-row .section-content {
		    margin: 30px 10px!important;
		    padding: 0px !important;
		}
			.video-link-wrap {
			    position: relative;
			    background: #000;
			    display: block;
				-webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
						border-radius: 5px;
				overflow: hidden;
			}
			.video-icon {
			    font-family: "FontAwesome";
			    text-align: center;
			    position: absolute;
			    z-index: 9;
			    width: 100%;
			    height: 100%;
			    top: 36%;
			    font-size: 50px;
			    color: #FFF;
			    text-shadow: 0 0 10px rgba(0,0,0,0.6);
			}
			.video-image {
			    opacity: 0.6;
			    display: inline-block;
			    margin: 0 0 -5px !important;
			}
			.video-link-wrap a:hover .video-icon {
			    text-shadow: 0 0 10px rgba(0,0,0,0.8);
			}
			.video-link-wrap a:hover .video-image {
			    opacity: 0.5;
			}

		

		#contentWrap .section-content {
		    margin: 40px 10px 40px;
		    padding: 0;
		}
			.attachment-medium {
				margin: 0 20px 20px 0;
				float: left;
			}

			.button, .pmpro_btn.pmpro_btn-select, .pmpro_btn.pmpro_btn-submit-checkout, #sfwd-mark-complete input[type="submit"] {
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1abb71+0,138956+100 */
				background: rgb(26,187,113); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(26,187,113,1) 0%, rgba(19,137,86,1) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top,  rgba(26,187,113,1) 0%,rgba(19,137,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom,  rgba(26,187,113,1) 0%,rgba(19,137,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abb71', endColorstr='#138956',GradientType=0 ); /* IE6-9 */
				border: 1px solid #1ABB71;
			    font-weight: 300 !important;
				color: #FFF !important;
				text-align: center;
				padding: 15px 10px;
				display: block;
				-webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
						border-radius: 5px;
				cursor: pointer;
				-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
						text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			}
				.button:hover, .pmpro_btn.pmpro_btn-select:hover, .pmpro_btn.pmpro_btn-submit-checkout:hover {
					/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1dd168+0,138956+100 */
					background: rgb(29,209,104); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(29,209,104,1) 0%, rgba(19,137,86,1) 100%); /* FF3.6-15 */
					background: -webkit-linear-gradient(top,  rgba(29,209,104,1) 0%,rgba(19,137,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
					background: linear-gradient(to bottom,  rgba(29,209,104,1) 0%,rgba(19,137,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dd168', endColorstr='#138956',GradientType=0 ); /* IE6-9 */
				}
				
			.btn-orange, .pmpro_btn.pmpro_btn-select, .pmpro_btn.pmpro_btn-submit-checkout {
				background: rgb(255,155,26); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(255,155,26,1) 0%, rgba(255,128,26,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,155,26,1)), color-stop(100%,rgba(255,128,26,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* IE10+ */
				background: linear-gradient(to bottom,  rgba(255,155,26,1) 0%,rgba(255,128,26,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b1a', endColorstr='#ff801a',GradientType=0 ); /* IE6-9 */
			    border: 1px solid #ff9b1a;
			}
				.btn-orange:hover, .pmpro_btn.pmpro_btn-select:hover, .pmpro_btn.pmpro_btn-submit-checkout:hover {
					background: rgb(255,182,26); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(255,182,26,1) 0%, rgba(255,128,26,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,182,26,1)), color-stop(100%,rgba(255,128,26,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* IE10+ */
					background: linear-gradient(to bottom,  rgba(255,182,26,1) 0%,rgba(255,128,26,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb61a', endColorstr='#ff801a',GradientType=0 ); /* IE6-9 */
				}	
				
			.pmpro_btn.pmpro_btn-select, .pmpro_btn.pmpro_btn-submit-checkout {
				color: #FFF !important;
				padding: 15px 30px;
				font-size: 16px !important;
				font-weight: normal !important;
			}
			
			#pmpro_license { padding: 15px 10px !important; }
				#contentWrap.membership-dash-wrap table td #pmpro_license p { text-align: left !important; }
			
			#pmpro_tos_fields #tos {
			    float: left !important;
			    margin: 10px 10px 10px 20px !important;
			}
			#pmpro_tos_fields label.pmpro_normal {
			    float: left !important;
			    margin: 7px 0 !important;
			}
					
			.btn-content {
				width: 80% !important;
			    max-width: 400px !important;
			    margin: 10px auto !important;
			}
			
			.post .entry-utility { display: block; clear: both; }

		.post {
			margin: 0 0 30px;
			padding: 10px 0 30px;
		}
			.post .entry-content .wp-post-image {
				max-width: 100%;
				height: auto;
				float: left;
				margin: 0 20px 20px 0;
			}
			.single .wp-post-image {
				max-width: 400px;
				float: right;
				margin: 0 0 20px 20px;
			}
		
			.post .entry-meta {
				padding: 0 0 10px;
			}
			.post .entry-meta, .post .entry-utility {
				font-size: 13px;
				color: #BBB;
			}
				.post .entry-meta a, .post .entry-utility a {
					font-size: 13px;
					color: #999;
				}
				.sticky {}
				.bypostauthor {}
				
		
		#contentWrap .body-sidebar {
			margin: 30px 10px 40px;
			padding: 0;
		}
			.widget-container .module {
				margin: 20px 15px;
				padding: 0;
				position: relative;
				display: block;
			}
				.widget-container h3, .widget-container h2 {
					font-family: 'Open Sans', sans-serif;
					font-size: 22px !important;
					line-height: 28px;
					color: #2a2a39                  ;
					text-align: left;
					margin: 0 0 10px;
					padding: 0;
				}
				.widget-container p, .widget-container li {
					font-family: 'Open Sans', sans-serif;
					font-size: 18px;
					line-height: 26px;
					color: #5C6661;
                    text-align: left;
				}
					.widget-container ul {
						list-style-type: none;
						margin: 0 0 0 10px;
						padding: 0;
						border-top: 1px solid #f3f6f8;
					}
						.widget-container li {
							margin: 0;
							padding: 3px 10px;
							display: block;		
							border-bottom: 1px solid #f3f6f8;
						}
							.widget-container li a {
								display: block;
							}
					.widget-container form {
						width: 100%;
						display: block;
					}
					
					.widget-container dd.course_progress { width: 100%; }

			.bnw-wrap {
				background: #373839;
				padding: 30px 20px 10px;
				display: block;
				-webkit-border-radius: 10px;
				   -moz-border-radius: 10px;
						border-radius: 10px;
				-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
						box-shadow: 0 0 10px rgba(0,0,0,0.8);
			}

			.side-nav ul {
			    padding: 0px;
			    margin: 0px;
			    list-style-type: circle !important;
			    border-top: 1px solid #242424;
			    border-bottom: 1px solid #464748;
			}
				.side-nav ul li {
				    padding: 5px;
				    margin: 0px;
				    font-size: 14px;
				    line-height: 22px;
				    list-style-type: circle !important;
				    border-top: 1px solid #464748;
				    border-bottom: 1px solid #242424;
				}
					.side-nav ul li a {
						color: #a3a3a3;
					}
						.side-nav ul li a:hover {
							color: #FFF;
						}

/*
	============= CPT CUSTOM POST TYPES ==============================================
*/
			
	body.post-type-archive-wkgtutorials, body.tax-wkgtutorialcat, body.tax-wkgtutorialtag {
	    background: #F9F9F9 !important;
	}
	.tutorial-wrap {
		background: #FFF;
		margin: 20px auto;
		padding: 0;
		border: 1px solid #EEE;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
				border-radius: 5px;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
				box-shadow: 0 0 10px rgba(0,0,0,0.1);
		overflow: hidden;
	}
		.tutorial-img img {
		    width: 100%;
		    max-width: 300px;
		    margin: 0 auto !important;
		    float: none;
		    border-bottom: 1px solid #DDD !important;
		}
		.tutorial-header {
		}
			.tutorial-header h2 {
				font-size: 20px;
				line-height: 26px;
			}
			.tutorial-rating {
				width: 100%;
				font-weight: bold;
			    clear: both;
			    margin: 5px 0 0;
			    float: left;
			    font-size: 13px;
			}
				.tutorial-rating a {
					font-weight: normal;
				}
				.tutorial-rating div.field_type-star_rating {
					margin: 0 2px;
					clear: none;
					float: left;
				}
				.tutorial-rating div.field_type-star_rating ul.star-rating {
				    list-style: none;
				    padding: 0px;
				    font-size: 16px;
				    cursor: default;
				    float: left;
				    margin: -4px 0 0 10px !important;
				}
					.tutorial-rating div.field_type-star_rating ul.star-rating li i {
					    cursor: default;
					    color: #EFAF27;
					}
			.tutorial-share {
				width: 100%;
				font-weight: bold;
				line-height: 33px;
			    clear: both;
			    margin: 5px 0;
			    float: left;
			}
			.tutorial-tags {
				width: 100%;
			    margin: -10px 0 20px 0 !important;
			    padding: 0px;
			    font-size: 13px;
			    cursor: default;
			    float: left;
			    display: block;
			}

	.tutorial-wrap-archive {}
		.tutorial-wrap-archive .tutorial-img {
			margin: 0;
			padding: 0;
		}
			.tutorial-wrap-archive .tutorial-img img {
				border: none;
				max-width: 400px;
				margin: 0 auto;
			}
			
			
	body.post-type-archive-wkgcourses, body.tax-wkgcoursecat, body.tax-wkgcoursetag {
	    background: #F9F9F9 !important;
	}
	.course-wrap {
		background: #FFF;
		margin: 20px auto;
		padding: 0;
		border: 1px solid #EEE;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
				border-radius: 5px;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
				box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
		.course-img img {
		    width: 100%;
		    max-width: 300px;
		    margin: 0 auto !important;
		    float: none;
		    border-bottom: 1px solid #DDD !important;
		}
		.course-header {
		}
			.course-header h2 {
				font-size: 20px;
				line-height: 26px;
			}
			.course-rating {
				width: 100%;
				font-weight: bold;
			    clear: both;
			    margin: 5px 0 0;
			    float: left;
			    font-size: 13px;
			}
				.course-rating a {
					font-weight: normal;
				}
				.course-rating div.field_type-star_rating {
					margin: 0 2px;
					clear: none;
					float: left;
				}
				.course-rating div.field_type-star_rating ul.star-rating {
				    list-style: none;
				    padding: 0px;
				    font-size: 16px;
				    cursor: default;
				    float: left;
				    margin: -4px 0 0 10px !important;
				}
					.course-rating div.field_type-star_rating ul.star-rating li i {
					    cursor: default;
					    color: #EFAF27;
					}
			.course-share {
				width: 100%;
				font-weight: bold;
				line-height: 33px;
			    clear: both;
			    margin: 5px 0;
			    float: left;
			}
			.course-tags {
				width: 100%;
			    margin: -10px 0 20px 0 !important;
			    padding: 0px;
			    font-size: 13px;
			    cursor: default;
			    float: left;
			    display: block;
			}

	.course-wrap-archive {}
		.course-wrap-archive .course-img {
			margin: 0;
			padding: 0;
		}
			.course-wrap-archive .course-img img {
				border: none;
				max-width: 400px;
				margin: 0 auto;
			}

		.course-img {
			position: relative;
			padding: 0;
			margin: 0;
		}
		.course-img .price {
			background: #1ABB71;
			box-shadow: 0 1px rgba(0,0,0,0.2);
			-moz-box-shadow: 0 1px rgba(0,0,0,0.2);
			-webkit-box-shadow: 0 1px rgba(0,0,0,0.2);
			color: #fff;
			text-shadow: 0 1px rgba(0,0,0,0.3);
			position: absolute;
			font-size: 14px;
			left: -8px;
			top: 10px;
			padding: 3px 10px;
			z-index: 2;
			font-weight: bold;
		}
		.course-img .price.free{
			background: #18B252;
		}
		.course-img .price:before {
			border: 4px solid transparent;
			border-top: 4px solid #10628b;
			border-right: 4px solid #10628b;
			content: "";
			position: absolute;
			left: 0;
			bottom: -8px;
		}
		.course-img .price.free:before {
			border-top: 4px solid #107135;
			border-right: 4px solid #107135;
		}

/*
	============= PAGE TEMPLATES ==============================================
*/

	#contentAreaWrap.contact-page {
		background: #292939;
	    background: rgba(41,41,57,0.95);
	    border: 1px solid #292939;
	    max-width: 420px !important;
	    margin: 0 auto !important;
	    min-height: 480px;
	}
	.contact-page .header-logo {
	    text-align: center;
	}
	.contact-numbers {
	    text-align: center;
	    line-height: 22px;
	    font-size: 18px;
	    color: #FFF;
	}
		.contact-numbers h3 {
		    color: #FFF;
		    margin: 10px 0 0;
		}
		.contact-directions {
		    color: #FFF;
			display: block;
			padding: 15px 0 5px;
		}
	.contact-hours {
	    margin: 20px 0;
	    padding: 10px 20px;
	    border: 1px solid rgba(255,255,255,0.2);
	    text-align: center;
	}
		.contact-hours h3 {
		    color: #FFF;
		}
		.hours-list {
			margin: 0 0 10px;
			padding: 0;
		    list-style-type: none;
		}
			.hours-list li {
				margin: 0;
				padding: 0;
			    list-style-type: none;
				text-align: left;
			    color: #FFF;
			    font-weight: 300 !important;
			}
				.hours-list li strong {
				    width: 94px;
				    margin: 0 5px 0 0;
				    display: inline-block;
				    text-align: right;
				    font-weight: 600 !important;
				}
	.contact-button {
	    margin: 10px auto;
	}
		.contact-button a {
			color: #FFF;
			text-align: center;
			font-weight: 300 !important;
			display: block;
			-webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
					border-radius: 5px;
			text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
		}
		.contact-button-icon {
		    float: left;
		    font-size: 42px;
		    margin: -5px 10px 0px 10px;
		}
		.contact-button-title {
			font-size: 22px;
			line-height: 28px;	
			font-weight: 600 !important;
		}
		.contact-button-subtitle {
			font-size: 16px;
			line-height: 20px;
			font-weight: 300 !important;
		}


	#contentAreaWrap.form-page {
		background: #292939;
	    background: rgba(41,41,57,0.95);
	    border: 1px solid #292939;
	    max-width: 420px !important;
	    margin: 0 auto !important;
	    min-height: 480px;
	}
	.form-page .header-logo {
	    text-align: center;
	}
		.form-page h2 {
			color: #FFF;
		    text-align: center;
		    margin: 30px 0 20px;
		}
		.form-page p {
			color: #FFF;
		    text-align: center;
		    margin: 30px 0 20px;
		}
		.form-page .gform_body label, .form-page .gform_body span {
			color: #FFF;
		}
	.formpage-button {
		margin: 10px 0 0;
	}
		.formpage-button a {
			color: #FFF;
			text-align: center;
			font-weight: 300 !important;
			display: block;
			-webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
					border-radius: 5px;
			text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
		}
		.formpage-button-icon {
		    float: left;
		    font-size: 42px;
		    margin: -10px 10px 0px 10px;
		}
		.formpage-button-title {
			font-size: 22px;
			line-height: 40px;
			font-weight: 600 !important;
		}
	

/*
	============= GRAVITY FORMS ==============================================
*/

	.gform_wrapper input[type='text'], .gform_wrapper input[type="password"] {
	    height: 34px;
	}

	.gform_wrapper ul li.gfield.col {
	    clear: none !important;
	}

	.gfield_password_strength {
	    margin-top: 0 !important;
	    margin-bottom: 2em !important;
	}

	.gform_button, .button-primary {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1abb71+0,0e6635+100 */
		background: rgb(26,187,113); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(26,187,113,1) 0%, rgba(14,102,53,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(26,187,113,1) 0%,rgba(14,102,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(26,187,113,1) 0%,rgba(14,102,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abb71', endColorstr='#0e6635',GradientType=0 ); /* IE6-9 */
	    border: 1px solid #1ABB71;
	    font-weight: 300 !important;
		color: #FFF;
		text-align: center;
		margin: 0;
		padding: 10px 10px;
		display: block;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
				border-radius: 5px;
	    font-size: 20px !important;
	    line-height: 36px;
	    font-weight: bold;
	    display: block !important;
	    width: 100% !important;
	    max-width: 355px;
	    cursor: pointer;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	}
		.gform_button:hover, .button-primary:hover {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#159559+0,0b512b+100 */
			background: rgb(21,149,89); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(21,149,89,1) 0%, rgba(11,81,43,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  rgba(21,149,89,1) 0%,rgba(11,81,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  rgba(21,149,89,1) 0%,rgba(11,81,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#159559', endColorstr='#0b512b',GradientType=0 ); /* IE6-9 */
		}


	/* FOR LOGIN PAGE */
	
		.page-template-page-login {}
		
		.loginform-wrap {
			max-width: 360px;
			margin: 0 auto;
		}
		.loginform-wrap #user_login, .loginform-wrap #user_pass {
			width: 96%;
			font-size: 18px;
			line-height: 20px;
			padding: 10px 5px;
		}

	/* FOR REGISTRATION FORM*/
		
		#gform_2 ul li.gfield {
		    clear: none !important;
		    margin: 0 0 20px;
		}
	
		#gform_2 #field_2_5 .ginput_container:after {
			content: ".whoknowsaguy.com";
		}
		#gform_2 #field_2_5 input {
			width: 200px;
		}
		#gform_2 .list-requirements {
			max-width: 200px;
			float: right;
			color: #C00;
			padding: 10px 10px 5px;
			border: 1px solid #CCC;
			background: #F9F9F9;
			margin: 0 0 10px 20px !important;
		}
			#gform_2 .list-requirements li {
				color: #C00;
				font-size: 12px;
				line-height: 18px;
				margin: 0 0 5px;
			}
		#gform_2 .select-theme-button {
			font-size: 100%;
			font-weight: bold;
			margin: -40px auto 0;
		}
		#gform_2 .theme-previewer-wrap, #gform_2 .theme-page-showcase-wrap, #gform_2 .theme-screenshot-wrap {
		    background: #292939 !important;
		    padding: 0 !important;
		}
		#gform_2 .theme-previewer-wrap {
		    border: 3px solid white !important;
		}
		#gform_2 .blog_template-default_item {
		    border: 3px solid orange !important;
		}
		/* For Logo Form Totals */
		#field_13_22 { max-width: 130px; margin: 0 auto !important; line-height: 50px; }
		#field_13_22 .ginput_product_price_label, #field_13_22 .ginput_product_price, #field_13_22 .gfield_label { display: none; }
		
		#field_13_23 { max-width: 130px; text-align: center; line-height: 10px; margin: 0 auto 50px !important; }

		img.gform_ajax_spinner {
		    position: fixed !important;
		    z-index: 999999;
		    left: 0;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    display: block !important;
		    overflow: hidden  !important;
		    width: 100% !important;
		    height: 100% !important;
		    background-color: rgba(255,255,255); /* fall back */
		    background-color: rgba(255,255,255, 0.7);
		    background-image: url('/wp-content/themes/wkgnet-sales/assets/images/preloading.gif');  /* path to your new spinner */
		    background-repeat: no-repeat;
		    background-size: 60px 60px;
		    background-position: center center;
		}

		
		
	/* FOR BRANDING LOGO FORM */
	
	.branding-logo-radio-wrap {
		width: 100%;
	}
	
		.branding-logo-radio-wrap ul li {
			background: #f0f3f5;
			width: 46%;
			float: left;
		    border: 1px solid #afb7bd;
			margin: 0px 2% 2% 0px !important;
			padding: 1%;
			text-align: center;
			cursor: pointer;
			display: block;
		}
			.branding-logo-radio-wrap ul li:hover {
				border: 1px solid #1ABB71;
			}
			.branding-logo-radio-wrap.blr-1col ul li {
			    width: 100%;
			}
			.branding-logo-radio-wrap.blr-3col ul li {
			    width: 31%;
			}
			.branding-logo-radio-wrap ul li strong {
			    display: none;
			}
			.branding-logo-radio-wrap ul li br {
			    display: none;
			    height: 0;
			    margin: 0;
			}
			.branding-logo-radio-wrap ul li > input {
				float: none !important;
			    margin: 5px auto !important;
			}
			.branding-logo-radio-wrap ul li label {
			    margin: 0px !important;
			}
	
		.branding-logo-radio-wrap .branding-form-wrap {
			text-align: left;
			cursor: pointer;
		}


	/* FOR SETUP QUESTIONNAIRE FORM */
	
	.headerstyle-radio-wrap {
		width: 100%;
	}
	
		.headerstyle-radio-wrap ul li {
			width: 98%;
			float: left;
			border: 3px solid #f0f3f5;
			margin: 0px 2% 2% 0px !important;
			padding: 1%;
			text-align: center;
			cursor: pointer;
			display: block;
		}
			.headerstyle-radio-wrap ul li:hover {
				border: 3px solid #afb7bd;
			}

	div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
	    width: 80%;
	}
	
	#gform_wrapper_32 { max-width: 100% !important; }
	
	#gform_32 .gsection {
	    clear: both !important;
	    padding: 25px 30px 0 !important;
	    margin: 60px -30px 20px !important;
	    border-top: 1px solid #DDD !important;
	    border-bottom: none !important;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+100 */
		background: rgb(247,247,247); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
		#gform_32 .gsection .gsection_description img {
		    margin: 20px auto 10px;
		}
	#gform_32 .gform-hr-html {
	    clear: both !important;
	    padding: 10px 0px !important;
	    margin: 40px 0px 10px !important;
	    border-top: 1px solid #DDD !important;
	    border-bottom: none !important;
	}
	#gform_32 h2.gsection_title {
		font-size: 28px;
		line-height: 38px;
	    color: #1ABB71 !important;
	}
	#gform_32 .gsection_description p, #gform_32 .gfield_description p, #extensions_message {
	    font-size: 0.875em;
	    line-height: 1.5;
	    clear: both;
	    font-family: inherit;
	    letter-spacing: normal;
	    margin: 0 !important;
	}
	#gform_wrapper_32 .gform_footer {
	    background: #F8F8F8;
	    margin: 50px -30px -70px;
	    padding: 40px 30px;
	    border-top: 1px solid #E3E3E3;
	    clear: both;
	}
	
	.gform_wrapper .gform_footer a.gform_save_link {
	    margin: 30px 0px 0px;
	}


/*
	============= CPT SEARCH FORM ==============================================
*/

	.full-width-search-wrap {
	    display: block;
	    width: 100%;
	    padding: 10px 0 30px;
	}
		.full-width-search {
			max-width: 640px;
			margin: 0 auto;
		}
			.full-width-search input {
				width: 100%;
			    max-width: 94%;
			    font-size: 16px;
			    padding: 10px;
			}

/*
	============= FOOTER ==============================================
*/



	#footerWrap {
		background: ;
				width:100%;
		height:auto;
		text-align: center;
		display: block;
		float: left;
		margin: 0 0 50px;
	}
		#footerWrap .grid-wrap {
			margin: 10px auto;
			width: 100%;
		}
		.widget-footer {
			padding: 15px 15px 0;
		}
			.widget-footer h3 {
				font-size: 22px;
				line-height: 30px;
				color: #2a2a39                  ;
				margin: 0 0 5px -15px;
				text-align: left;
			}
			.widget-footer ul, .widget-footer ol {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			.widget-footer p, .widget-footer li {
				font-size: 16px;
				line-height: 26px;
				color: #5C6661;
				text-align: left;
				list-style-type: none;
			}
				.widget-footer a {
					color: #1ABB71;
				}
					.widget-footer a:hover {
						color: #16A06B;
					}
		.footer-widgets {
		    margin: 0 40px;
		}

	
		.footer-about-this-page {
			padding-bottom: 10px;
			margin: 20px 40px 0;
		}
			.abt-title { margin: 0 0 -10px; }
			.footer-about-this-page p {
				font-size: 14px;
				line-height: 22px;
				color: #2a2a39                  ;
				padding-bottom: 10px;
				text-align: left;
			}
			.footer-about-this-page strong {
				font-family: 'Open Sans', sans-serif;
				color: #2a2a39                  ;
			}
			.footer-about-this-page a {
				color: #1ABB71;
			}
	
		.footer-seo-links {
			margin: -20px 30px 0;
		}
			.footer-seo-links li {
				list-style-type: none;
			}
				.footer-seo-links a {
					font-size: 14px;
					line-height: 22px;
					margin: 0 10px;
					color: #1ABB71;
				}

		.footer-social {
		    margin: 10px auto;
		    padding: 0px;
		    display: block;
		    width: 100%;
		    max-width: 240px;
		    clear: both;
		}
			.footer-social a {
			    margin: 0px;
			    padding: 0px;
			    overflow: hidden;
			    display: inline-block;
			}
			.footer-social img {
			    width: 24px;
			    height: 24px;
			    float: left;
			    margin: 0px 3px 5px;
			    padding: 0px;
			    display: block;
			}
			.footer-social a:hover img { opacity: 0.8; }

		.footer-fine-print p {
			width: 100%;
			font-size: 12px;
			color: #000;
			padding: 15px 0 20px;
			margin: 0;
			text-align: center;
		}
			.footer-fine-print a { color: #000; margin: 0 0 0 30px; }
			.footer-fine-print a:hover { color: #1ABB71; }


	.video-wrapper {
		width: 720px;
		margin: 20px auto 30px;
		max-width: 100%;
		overflow: hidden !important;
	}
	
	.video-container {
		position: relative;
		padding-bottom: /* 56.25% */ 52.5%;
		padding-top: 30px;
		height: 0;
		overflow: hidden !important;
	}
	
	.video-container iframe,  
	.video-container object,  
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.modal {
	    display: none;
	    top: -500px;
	}


    .gallery { margin: 40px 0 !important; }
    .gallery .gallery-item { width: 100% !important; }
    .gallery .gallery-item img { border: none !important; max-width: 90%; }


/* Grid values at breakpoints */

/* ============= Max WIDTHS ============================================== */

@media screen and (max-width: 881px) {

	#sectionWrap-splash img.home-splash {
	    width: 100%;
	    min-height: 320px !important;
	    min-width: 1000px !important;
	    margin: 0px -12%;
	}
	#sectionWrap-splash .grid-wrap {
	    padding: 100px 30px;
	    top: 30%;
	}

	.home #sectionWrap-splash img.home-splash {
	    width: 100%;
	    min-height: 500px !important;
	    min-width: 1000px !important;
	    margin: 0px -12%;
	}
	.home #sectionWrap-splash .grid-wrap {
	    padding: 100px 30px;
	    top: 20%;
	}

	.page-template-page-graphic-sales #sectionWrap-splash img.home-splash, .page-template-page-logo-sales #sectionWrap-splash img.home-splash {
	    width: 100%;
	    min-height: 500px !important;
	    min-width: 1000px !important;
	    margin: 0px -12%;
	}
	.page-template-page-graphic-sales #sectionWrap-splash .grid-wrap, .page-template-page-logo-sales #sectionWrap-splash .grid-wrap {
	    padding: 100px 30px;
	    top: 20%;
	}

}

@media screen and (max-width: 360px) {

	.entry-content img { width: 100% !important; clear: both !important; }
		.body-bg { min-height: 800px; }

	#sectionWrap-splash img.home-splash {
	    width: 100%;
	    min-height: 300px !important;
	    min-width: 1000px !important;
	    margin: 0px -300px;
	}
	#sectionWrap-splash .grid-wrap {
	    padding: 100px 30px;
	    top: 25%;
	}

	.home #sectionWrap-splash img.home-splash {
	    width: 100%;
	    min-height: 500px !important;
	    min-width: 1000px !important;
	    margin: 0px -300px;
	}
	.home #sectionWrap-splash .grid-wrap {
	    padding: 100px 30px;
	    top: 15%;
	}

	.page-template-page-graphic-sales #sectionWrap-splash img.home-splash, .page-template-page-logo-sales #sectionWrap-splash img.home-splash {
	    width: 100%;
	    min-height: 500px !important;
	    min-width: 1000px !important;
	    margin: 0px -300px;
	}
	.page-template-page-graphic-sales #sectionWrap-splash .grid-wrap, .page-template-page-logo-sales #sectionWrap-splash .grid-wrap {
	    padding: 100px 30px;
	    top: 15%;
	}

}


/* ============= MIN WIDTHS ============================================== */
	
@media screen and (min-width: 320px) {

    .g1-1of1 { width: 100%; }
    .g1-1of2 { width: 50%; }
    .g1-1of3 { width: 33.33333%; }
    .g1-2of3 { width: 66.66666%; }
    .g1-1of4 { width: 25%; }
    .g1-3of4 { width: 75%; }
    .g1-1of5 { width: 20%; }
    .g1-2of5 { width: 40%; }
    .g1-3of5 { width: 60%; }
    .g1-4of5 { width: 80%; }
    .g1-1of6 { width: 16.66666%; }
    .g1-4of6 { width: 66.66666%; }
    .g1-5of6 { width: 83.33333%; }

		.body-bg { min-height: 800px; }

}

@media screen and (min-width: 460px) {

    .g2-1of1 { width: 100%; }
    .g2-1of2 { width: 50%; }
    .g2-1of3 { width: 33.33333%; }
    .g2-2of3 { width: 66.66666%; }
    .g2-1of4 { width: 25%; }
    .g2-3of4 { width: 75%; }
    .g2-1of5 { width: 20%; }
    .g2-2of5 { width: 40%; }
    .g2-3of5 { width: 60%; }
    .g2-4of5 { width: 80%; }
    .g2-1of6 { width: 16.66666%; }
    .g2-4of6 { width: 66.66666%; }
    .g2-5of6 { width: 83.33333%; }
    
    .gallery .gallery-item { width: 50% !important; }
    
		.body-bg { min-height: 600px; }


	.flex-direction-nav { display: block !important; }

			.community-price-links ul li { width: 50%; }
			
	.section-carousel {
		display: block;
	}

	/* ============= PAGE TEMPLATES ============================================== */

	#contentAreaWrap.contact-page {
	    background: rgba(0, 0, 0, 0.6) !important;
	    max-width: 420px !important;
	    margin: 120px auto !important;
	    min-height: 480px;
	}

	#contentAreaWrap.form-page {
	    background: rgba(0, 0, 0, 0.6) !important;
	    max-width: 420px !important;
	    margin: 120px auto !important;
	    min-height: 480px;
	}
				.hours-list li strong {
				    width: 130px;
				}

}
		
@media screen and (min-width: 882px) {

    .g3-1of1 { width: 100%; }
    .g3-1of2 { width: 50%; }
    .g3-1of3 { width: 33.33333%; }
    .g3-2of3 { width: 66.66666%; }
    .g3-1of4 { width: 25%; }
    .g3-3of4 { width: 75%; }
    .g3-1of5 { width: 20%; }
    .g3-2of5 { width: 40%; }
    .g3-3of5 { width: 60%; }
    .g3-4of5 { width: 80%; }
    .g3-1of6 { width: 16.66666%; }
    .g3-4of6 { width: 66.66666%; }
    .g3-5of6 { width: 83.33333%; }
    
    .gallery .gallery-item { width: 25% !important; }
	
	.nowrap { white-space: nowrap; }

	.buttons-container, .full-nav, .footer-nav { display: block !important; }
	.btn-mobile-menu, #mmenu { display: none !important; }

	#boxWrap {
		max-width: 1200px;
	    width: 90%;
	    margin: 30px auto 50px;
	    /*
	    box-shadow: 0 0 10px rgba(0,0,0,0.6);
	    */
	}
	
	video#bgvid { display: block; }
	
	.qs-video-link {
		color: #FFA51A;
	    float: right;
	    margin: -35px -20px 0px 0px;
	}
	

	#headerWrap {
	    width: 100%;
	    position: fixed;
	    z-index: 999;
	    margin: 0 auto;
	    padding: 0;
	    top: 0px;
	    -webkit-transition: all 0.1s;
	    -moz-transition: all 0.1s;
	    -ms-transition: all 0.1s;
	    -o-transition: all 0.1s;
	    transition: all 0.1s;
	}
		.logged-in #headerWrap { top: 32px; }
		.home #headerWrap, .page-template-page-graphic-sales #headerWrap, .page-template-page-logo-sales #headerWrap, .page-template-page-lp-home #headerWrap { background: none; border: none; }
		#headerWrap.scrolling {
			background: #000;
		    background: rgba(0,0,0,0.85);
		    border-bottom: 1px solid #000;
		}

		#headerWrap .header-logo {
		    padding: 12px 20px;
		    text-align: left;
		}
			.home #headerWrap .header-logo img, .page-template-page-graphic-sales #headerWrap .header-logo img, .page-template-page-logo-sales #headerWrap .header-logo img, .page-template-page-lp-home #headerWrap .header-logo img {
				width: 100%;
				max-width: 304px;
			    margin: 0px 10px 10px;
			    float: none !important;
			    -webkit-transition: all 0.1s;
			    -moz-transition: all 0.1s;
			    -ms-transition: all 0.1s;
			    -o-transition: all 0.1s;
			    transition: all 0.1s;
			}
				#headerWrap .header-logo img {
					max-width: 200px;
					margin: 0 10px;				
				}	
				#headerWrap.scrolling .header-logo {
				    padding: 12px 20px 0;
				}
				#headerWrap.scrolling .header-logo img {
					max-width: 200px;
				}
				#headerWrap.scrolling .full-nav {
				    margin: 30px 0px 0px;
				}

		#headerWrap .header-content {
			font-size: 26px;
			line-height: 34px;
		    text-align: right;
		    padding: 5px 30px;
		}
		#headerWrap .header-social {
			text-align: right;
			margin: 0;
		    padding: 0 10px;
		    display: inline;
		}
			#headerWrap .header-social img {
				width: 24px;
				height: 24px;
				margin: 0 5px 5px 0;
				padding: 0;
				display: inline-block;
			}
			#sectionWrap-splash .form-button, #sectionWrap-splash-footer .form-button, .section-cta .form-button {
			    max-width: 300px !important;
			}
				#sectionWrap-splash .form-button span, #sectionWrap-splash-footer .form-button span, .section-cta .form-button span {
					font-size: 26px;
				}
	
		body.single .section-header-banner .grid-wrap, body.blog .section-header-banner .grid-wrap {
		    padding: 170px 30px 170px !important;
		    position: relative !important;
		}
		body.single .overlay-wrap, body.blog .overlay-wrap {
		    z-index: 0;
		}
		.section-header-banner .grid-wrap, body.single-wkgtutorials .section-header-banner .grid-wrap, body.single-wkgcourses .section-header-banner .grid-wrap {
			padding: 170px 30px 90px !important;
			position: relative !important;
		}

    .section-cta .grid-wrap.tall {
		padding: 20% 30px;
	}
	.section-cta .grid-wrap {
		padding: 100px 30px;
	}

		.case-study-grad {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;1+25,0+80 */
			background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(25%,rgba(0,0,0,1)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* IE10+ */
			background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		}
		.section-casestudy .grid-wrap .case-study-content {
			padding: 100px 70px;
			width: 100%;
			max-width: 670px;
			top: 0;
			left: 0;
			float: none;
		}
			.section-casestudy .case-study-bg {
				display: block;
			}
			.section-casestudy .grid-wrap p {
				color: #FFF;
				font-size: 18px;
				line-height: 30px;
			}

		.home-casestudy .grid-wrap .case-study-content {
			margin: 100px 70px;
			width: 100%;
			max-width: 670px;
			position: absolute;
			top: 0;
			left: 0;
			float: none;
		}
			.home-casestudy .case-study-bg {
				display: block;
			}
			.home-casestudy .grid-wrap p {
				color: #FFF;
				font-size: 18px;
				line-height: 30px;
			}
			
			.section-preview .g3-1of3 .section-content {
				padding: 40px;
			}
			.section-preview h3 {
				color: #5C6661;
				font-size: 20px;
				line-height: 30px;
			}

		.page-template-page-login .col.right-col .section-content {
			border-right: 1px solid #CCC;
			padding: 20px;
		}
		.page-template-page-login .col .section-content {
			padding: 20px 20px 20px 40px;
		}

	/**
	Gravity Forms - 2 Col, etc...
	-------------------**/

	.li-4col, .li-3col, .li-2col {
	    padding-bottom: 25px;
	    float: left;
	}
	.li-4col li {
	    width: 25%;
	    float: left;
	}
	.li-3col li {
	    width: 33%;
	    float: left;
	}
	.li-2col li {
	    width: 50%;
	    float: left;
	}


		#field_32_213 {
		    clear: none !important;
		}
			#field_32_213 .gfield_description {
			    width: 32%;
			    float: right;
			    margin: 0 0 -40px 3%;
			}
			#field_32_213 .ginput_container {
			    width: 65%;
			    float: left;
			}
		#field_32_42 {
		    clear: none !important;
		    width: 65%;
		    float: left;
		}


	body.single-post,
	body.single-sfwd-courses,
	body.single-sfwd-lessons,
	body.single-sfwd-topic,
	body.blog
	{
	    background: #F9F9F9 !important;
	}	
	/*
	body.single-post .section-cta img.home-splash, body.blog .section-cta img.home-splash {
	    max-height: 280px;
	}
	*/
	/*
	body.single-post #sectionWrap-splash .grid-wrap, body.blog #sectionWrap-splash .grid-wrap {
	    display:none;
	}
	*/
	body.single-post #contentWrap .section-content,
	body.single-sfwd-courses #contentWrap .section-content,
	body.single-sfwd-lessons #contentWrap .section-content,
	body.single-sfwd-topic #contentWrap .section-content,
	body.blog #contentWrap .section-content
	{
	    margin: -105px 0px 40px;
	    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	    padding: 25px 30px 20px;
	    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	    		box-shadow: 0 0 10px rgba(0,0,0,0.15);
	}
	body.single-post article .title h1,
	body.single-sfwd-courses article .title h1,
	body.single-sfwd-lessons article .title h1,
	body.single-sfwd-topic article .title h1,
	body.blog article .title h1
	{
		padding: 0;
		margin: 0 0 20px;
	}
	body.single-post article .meta,
	body.single-sfwd-courses article #learndash_course_status,
	body.single-sfwd-lessons article #learndash_course_status,
	body.single-sfwd-topic article #learndash_course_status,
	body.blog article .meta
	{
		padding: 5px 20px;
		margin: 0 0 25px;
		border-top: 1px solid #C9C9C9;
		border-bottom: 1px solid #C9C9C9;
		display: block;
	}
	body.single-post article .meta p, body.blog article .meta p {
		font-size: 14px;
		margin: 0;
		opacity:0.5;
	}
	body.single-post article .meta:hover p, body.blog article .meta:hover p {
		opacity:1;
	}
	
	.form-button-left a { float: right; padding: 15px 20px !important; }
	.form-button-right a { float: left; padding: 15px 20px !important; }
	.form-button-left .form-button, .form-button-right .form-button { margin: 0 20px; }



			.tabs-wrap {
				border: 1px solid #EAEAEA;
				display: block;
				margin: 20px auto;
				overflow: hidden;
				position: relative; 
			}
			.nav-tabs {
				margin: 0 0 0;
				float: left;
				border-bottom: 0;
				background: #F1F1F1;
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,ededed+100 */
				background: -moz-linear-gradient(left,  rgba(249,249,249,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
				background: linear-gradient(to right,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
				border-right: 1px solid #DDD;
				min-height: 800px;
			}
			.nav-tabs li {
			  float: none;
			  margin: 0;
			  max-width: 250px;
			}
			.nav-tabs li a {
			  margin-right: -1px;
			  border: 0;
			  border-radius:0;
			  line-height: 20px;
			}
			.nav-tabs > li > a {
			    padding-top: 15px;
			    padding-bottom: 15px;
			    line-height: 24px;
			    color: #999;
			}
			.nav-tabs li a:hover {
			  background-color: #CCC;
			  color: #FFF;
			}
			
			.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
			  border: 0;
			  color: #000;
			  box-shadow: 3px 1px 3px rgba(0,0,0,0.2);	
			}
			
			.tab-content {
			  margin-left: 45px;
			}
			.tab-content .tab-pane {
			  display: none;
			  background-color: #fff;
			  padding: 1.6rem;
			  overflow-y: auto;
			}
			.tab-content .active {
			  display: block;
			}
			
			.list-group {
			  width: 100%;
			}
			.list-group .list-group-item {
			  height: 50px;
			}
			.list-group .list-group-item h4, .list-group .list-group-item span {
			  line-height: 11px;
			}

			
	body.page-template-page-membership-dashboard, body.page-template-page-affiliate-dashboard {
	    background: #F9F9F9 !important;
	}
	#contentWrap.membership-dash-wrap .section-content {
	    margin: 40px 0px;
	    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	    padding: 25px 30px 50px;
	    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	    		box-shadow: 0 0 10px rgba(0,0,0,0.15);
	}
	#contentWrap.membership-dash-wrap article .title h1 {
		padding: 0;
		margin: 0 0 20px;
	}
	.nav-mb {
	    margin: 0 0 10px !important;
	}
	.nav-pro-setup a {
		font-style: italic;
	    color: #090;
	}
		.nav-cancel a:hover {
		    color: #060;
		}
	.nav-cancel a {
	    color: #BBB;
	    font-size: 14px;
	}
		.nav-cancel a:hover {
		    color: #C00;
		}
		
	#contentWrap.membership-dash-wrap table td {
		padding: 10px 5px;
	}
		
	#contentWrap.membership-dash-wrap table td p, #contentWrap.membership-dash-wrap table td { text-align: center !important; }
	.pmpro_actionlinks {
		margin: 20px 0 0;
		text-align: center !important;
	}
		table .pmpro_actionlinks { margin: 0; }
		
	.pmpro_thead-name, .pmpro_thead-msg { width: 100%; text-align: center; }
	
	#pmpro_payment_information_fields td, #pmpro_user_fields td { text-align: left !important; }
		#pmpro_payment_information_fields tbody td > div { max-width: 480px; margin: 10px auto; }
		#pmpro_user_fields tbody td > div { max-width: 480px; margin: 10px auto; }

	form.pmpro_form .pmpro_submit {
	    margin: 30px auto 0 !important;
	    width: 170px;
	}
	
	.pmpro-checkout #pmpro_pricing_fields thead { display: none !important; }
	#pmpro_account_loggedin {
		font-family: 'Open Sans', sans-serif;
		background: #f6f6f7;
		font-size: 16px;
		line-height: 22px;
		color: #5C6661;
		text-align: center;
		margin: 0 30px 20px;
		padding: 10px 12px 10px;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
			    border-radius: 5px;
	}
	
	/* LEVELS */
	/* #pmpro_levels .pmpro_level .entry-footer { display: none !important; } */
	/* #pmpro_levels .pmpro_level:first-child .entry-footer { display: block !important; } */
	
	form.pmpro_form div.col { clear: none !important; }
	
	
	.edit-link { display: block; clear: both; }

}

@media screen and (min-width: 1174px) {

    .g4-1of1 { width: 100%; }
    .g4-1of2 { width: 50%; }
    .g4-1of3 { width: 33.33333%; }
    .g4-2of3 { width: 66.66666%; }
    .g4-1of4 { width: 25%; }
    .g4-3of4 { width: 75%; }
    .g4-1of5 { width: 20%; }
    .g4-2of5 { width: 40%; }
    .g4-3of5 { width: 60%; }
    .g4-4of5 { width: 80%; }
    .g4-1of6 { width: 16.66666%; }
    .g4-4of6 { width: 66.66666%; }
    .g4-5of6 { width: 83.33333%; }

    .gallery .gallery-item { width: 25% !important; }

	.view-demo-button, .select-theme-button {
		font-size:18px;
		padding: 10px 20px;
	}
	
		#sectionWrap-splash h1, #sectionWrap-splash-footer h1, .sectionWrap-cta h1, .section-header-banner h1 {
			font-size: 48px;
			line-height: 50px;
		}
		#sectionWrap-splash h2, #sectionWrap-splash-footer h2, .sectionWrap-cta h2 {
			font-size: 28px;
			line-height: 38px;
		}

		/* ======= FULL SITE TYPOGRAPHY ======= */
			h1 {
				font-size: 34px;
				line-height: 40px;
			}
				.section-cta h1 {
					font-size: 46px;
					line-height: 50px;
				}
			h2 {
				font-size: 24px;
				line-height: 34px;
			}
				.section-cta h2 {
					font-size: 30px;
					line-height: 40px;
				}
			h3 {
				font-size: 20px;
				line-height: 30px;
			}
		p {
			font-size: 16px;
			line-height: 24px;
		}
		ul, ol {
			font-size: 16px;
			line-height: 24px;
		}			

		/* ======= END FULL SITE TYPOGRAPHY ======= */

}

@media screen and (min-width: 1300px) {

    .g5-1of1 { width: 100%; }
    .g5-1of2 { width: 50%; }
    .g5-1of3 { width: 33.33333%; }
    .g5-2of3 { width: 66.66666%; }
    .g5-1of4 { width: 25%; }
    .g5-3of4 { width: 75%; }
    .g5-1of5 { width: 20%; }
    .g5-2of5 { width: 40%; }
    .g5-3of5 { width: 60%; }
    .g5-4of5 { width: 80%; }
    .g5-1of6 { width: 16.66666%; }
    .g5-4of6 { width: 66.66666%; }
    .g5-5of6 { width: 83.33333%; }
    
    #topWrap .grid-wrap, #headerWrap .grid-wrap, #navWrap .grid-wrap, #splashWrap .grid-wrap, .sectionWrap .grid-wrap, #contentWrap .grid-wrap, #footerBannerWrap .grid-wrap, #footerWidgetsWrap .grid-wrap, #footerWrap .grid-wrap { max-width:1200px; }

}



/* ============= FONTS ============================================== */

@font-face {
    font-family: 'socicon';
    src: url('assets/fonts/socicon-webfont.eot');
    src: url('assets/fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/socicon-webfont.woff') format('woff'),
         url('assets/fonts/socicon-webfont.ttf') format('truetype'),
         url('assets/fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==== SLIDER CSS ==== */
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('assets/fonts/flexslider-icon.eot');
  src: url('assets/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('assets/fonts/flexslider-icon.woff') format('woff'), url('assets/fonts/flexslider-icon.ttf') format('truetype'), url('assets/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides li {
  margin: 0 15px;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px !important;
  height: 40px !important;
  text-align: center !important;
  font-size: 28px !important;
  line-height: 40px !important;
  -webkit-border-radius: 20px !important;
  	 -moz-border-radius: 20px !important;
  		  border-radius: 20px !important;
  margin: -140px 0 0;
  background: #FFF;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #292939;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 28px !important;
  line-height: 40px !important;
  display: inline-block;
  content: '\f001';
  color: #000;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -100px;
}
.flex-direction-nav .flex-next {
  right: -100px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}/* ==== MMENU CSS ==== */


/*
	Animations
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
}
html.mm-opened.mm-dragging .mm-page
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened.mm-dragging.mm-next .mm-menu,
html.mm-opened.mm-dragging.mm-front .mm-menu
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	/* border-color is needed to force transitionend event even if no other value changed */
	/* transform is needed to force hardware acceleration */
	-webkit-transition-property: top, right, bottom, left, margin, border, -webkit-transform;
	-moz-transition-property: top, right, bottom, left, margin, border, -moz-transform;
	-ms-transition-property: top, right, bottom, left, margin, border, -ms-transform;
	-o-transition-property: top, right, bottom, left, margin, border, -o-transform;
	transition-property: top, right, bottom, left, margin, border, transform;
	
	border: none solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	border: none solid rgba(1, 1, 1, 0);
}
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition-property: margin-left;
	-moz-transition-property: margin-left;
	-ms-transition-property: margin-left;
	-o-transition-property: margin-left;
	transition-property: margin-left;
}

html.mm-accelerated.mm-opening .mm-page,
html.mm-accelerated.mm-opening #mm-blocker,
html.mm-accelerated .mm-is-menu.mm-horizontal .mm-inner > ul.mm-subopened
{
	-webkit-transform: translate3d( 0, 0, 1px );
	-moz-transform: translate3d( 0, 0, 1px );
	-ms-transform: translate3d( 0, 0, 1px );
	-o-transform: translate3d( 0, 0, 1px );
	transform: translate3d( 0, 0, 1px );
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	margin: 0px;
	left: 0%;
	top: 0;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	margin: 0 0 0 -65px;
	left: 100%;
}


/*
	Menu, submenus, items
	- Sizing and positioning
*/
html.mm-opened .mm-page,
.mm-menu,
.mm-menu .mm-inner,
.mm-is-menu ul,
.mm-menu div.mm-search,
.mm-menu div.mm-search input
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* html/body */
html.mm-opened,
html.mm-opened body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
html.mm-opened body
{
	position: relative;
}

/* menu */
.mm-menu
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.mm-menu.mm-opened
{
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.mm-menu.mm-opened ~ .mm-menu.mm-opened
{
	display: none;
}
.mm-inner
{
	width: 100%;
	height: 100%;
	padding: 0 65px 0 0;
}

/* ul/li */
.mm-is-menu ul,
.mm-is-menu li
{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.mm-is-menu li
{
	position: relative;
}
.mm-is-menu li:after
{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.mm-is-menu .mm-inner > ul
{
	width: 100%;
	padding: 0 0 40px 0;
}

/* items */
.mm-is-menu li > a,
.mm-is-menu li > span
{
	text-indent: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
	overflow: hidden;
	display: block;
	padding: 0 10px 0 0;
	margin: 0;
}


/* subopen/close */
.mm-menu a.mm-subopen
{
	width: 50px;
	height: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-menu a.mm-subopen:before
{
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
}
.mm-menu a.mm-subopen.mm-fullsubopen
{
	border-left: none;
	width: 100%;
}
.mm-menu a.mm-subopen.mm-fullsubopen:before
{
	border-left: none;
}
.mm-menu a.mm-subclose
{
	text-indent: 40px;
	padding-top: 20px;
	margin-top: -20px;
}
.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span
{
	padding-right: 45px;
}

/* page + blocker */
html.mm-opened .mm-page
{
	height: 100%;
	overflow: hidden;
	position: absolute;
}
html.mm-background .mm-page
{
	background: inherit;
}
#mm-blocker
{
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker
{
	display: block;
}

/* vertical submenu */
.mm-menu.mm-vertical ul ul
{
	display: none;
	padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical li.mm-opened > ul
{
	display: block;
}
.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after
{
	border-bottom-width: 0;
}
.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + span
{
	padding-right: 5px;
	margin-right: 40px;
}
.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + span
{
	margin-right: 75px;
}

/* horizontal submenu */
.mm-menu.mm-horizontal .mm-inner
{
	white-space: nowrap;
}
.mm-menu.mm-horizontal ul
{
	vertical-align: top;
	margin-left: 0%;
}
.mm-menu.mm-horizontal ul.mm-submenu
{
	display: none;
}
.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened
{
	display: inline-block;
}
.mm-menu.mm-horizontal ul.mm-subopened
{
	margin-left: -100%;
	max-height: 100%;
	overflow: hidden;
}


/*
	Menu, submenus, items
	- Styling (default: dark background)
*/
.mm-is-menu
{
	background: #080908;
}
.mm-is-menu *
{
	-webkit-text-size-adjust: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.mm-is-menu li
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-is-menu li:after
{
	border-bottom: 1px solid rgba( 0, 0, 0, 0.4 );
}

.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span
{
	color: rgba( 255, 255, 255, 0.8 );
	text-decoration: none;
}
.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span
{
	background: rgba( 0, 0, 0, 0.2 );
}
.mm-menu li.mm-selected > a.mm-subopen
{
	background: transparent;
}

/* subopen/close */
.mm-menu a.mm-subopen
{
	background: #596165;
	border-left: none;
}
.mm-menu a.mm-subopen:before
{
	border-left: 1px solid rgba( 0, 0, 0, 0.4 );
}
.mm-menu a.mm-subclose
{
	background: rgba( 0, 0, 0, 0.2 );
	background: #6a730a;
}

/* vertical submenu */
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul
{
	background: rgba( 255, 255, 255, 0.06 );
}

/* page + blocker */
html.mm-opened .mm-page
{
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.8 );
}


/*
	Labels
	- Sizing and positioning
*/
.mm-menu li.mm-label
{
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}


/*
	Labels
	- Styling
*/
.mm-menu li.mm-label
{
	background: rgba( 255, 255, 255, 0.1 );
	font-size: 11px;
	color: rgba( 255, 255, 255, 0.5 );
}


/*
	Counters
	- Sizing and positioning
*/
.mm-menu em.mm-counter
{
	text-indent: 0;
	text-align: center;
	text-shadow: none;
	line-height: 22px;
	display: block;
	min-width: 16px;
	height: 20px;
	padding: 0 2px;
	position: absolute;
	right: 40px;
	top: 10px;
}
.mm-menu em.mm-counter + a.mm-subopen
{
	padding-left: 35px;
}
.mm-menu em.mm-counter + a.mm-subopen + a,
.mm-menu em.mm-counter + a.mm-subopen + span
{
	padding-right: 80px;
}


/*
	Counters
	- Styling
*/
.mm-menu em.mm-counter
{
	border-radius: 5px;
	background: rgba( 255, 255, 255, 0.1 );
	box-shadow: 0 0 2px rgba( 0, 0, 0, 0.3 );
	font-size: 11px;
	font-style: normal;
	color: rgba( 255, 255, 255, 0.4 );
}


/*
	Arrows
	- Sizing and positioning
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	content: '';
	border-width: 4px;
	border-style: solid;
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;

	-webkit-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-o-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
.mm-menu a.mm-subopen:after
{
	border-top: none;
	border-left: none;
	margin-top: -4px;
	right: 16px;
}
.mm-menu a.mm-subclose:before
{
	border-right: none;
	border-bottom: none;
	margin-top: 4px;
	left: 20px;
}
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen:after
{
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}


/*
	Arrows
	- Styling
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	border-color: rgba( 255, 255, 255, 0.3 );
}


/*
	Search
	- Sizing and positioning
*/
.mm-menu div.mm-search
{
	width: 100%;
	height: 50px;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.mm-menu div.mm-search input
{
	border: none;
	border-radius: 15px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
}
.mm-menu li.mm-noresults
{
	border: none;
	display: none;
	padding-top: 30px;
}
.mm-menu li.mm-noresults:after
{
	border: none;
}
.mm-menu.mm-noresults li.mm-noresults
{
	display: block;
}

.mm-menu .mm-noresult,
.mm-menu .mm-nosubresult > a.mm-subopen,
.mm-menu .mm-nosubresult > em.mm-counter
{
	display: none;
}
.mm-menu .mm-nosubresult > a.mm-subopen + a, 
.mm-menu .mm-nosubresult > a.mm-subopen + span
{
	padding-right: 5px;
}


/*
	Search
	- Styling
*/
.mm-menu div.mm-search
{
	background: rgba( 0, 0, 0, 0.2 );
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu div.mm-search input
{
	background: rgba( 255, 255, 255, 0.3 );
	color: rgba( 255, 255, 255, 0.9 );
}
.mm-menu li.mm-noresults
{
	color: rgba( 255, 255, 255, 0.4 );
	text-align: center;
}


/*
	Bugfix for browsers without support for overflowscrolling
		- Android < 3
*/
html.mm-no-overflowscrolling.mm-opened,
html.mm-no-overflowscrolling.mm-opened body
{
	overflow: visible;
}
html.mm-no-overflowscrolling.mm-opened body
{
	overflow-x: hidden;
}
html.mm-no-overflowscrolling.mm-opened .mm-page
{
	min-height: 200%;
	position: fixed;
	top: 0;
	z-index: 3;
}
html.mm-no-overflowscrolling .mm-menu
{
	height: auto;
	min-height: 100%;
	overflow: default;
	overflow-x: default;
	overflow-y: default;
	position: relative;
	left: auto;
	top: auto;
}


/*
	Bugfix for browsers with "scrolling" addressbar
		- mobiel safari on iPhone and iPod
*/
html.mm-iphone-addressbar.mm-opened body
{
	padding-bottom: 60px;
}


/*
	Sizing and positioning for larger screens
*/
@media all and (min-width: 500px) {

	.mm-menu
	{
		width: 500px;
	}
	html.mm-opening .mm-page,
	html.mm-opening #mm-blocker
	{
		left: 500px;
	}
}

.mm-menu.mm-vertical li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical li.mm-opened > ul {
    display: block !important;
}
/* ==== FANCYBOX CSS ==== */
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{border:0;outline:none;vertical-align:top;margin:0;padding:0;}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020;}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.fancybox-opened{z-index:8030;}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5);}.fancybox-outer,.fancybox-inner{position:relative;}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;white-space:nowrap;margin:0;padding:15px;}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;}.fancybox-image{max-width:100%;max-height:100%;}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('https://convertninja.com/wp-content/themes/wkgnet-sales/assets/css/fancybox/fancybox_sprite.png');}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060;}#fancybox-loading div{width:44px;height:44px;background:url('https://convertninja.com/wp-content/themes/wkgnet-sales/assets/css/fancybox/fancybox_loading.gif') center center no-repeat;}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040;}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('https://convertninja.com/wp-content/themes/wkgnet-sales/assets/css/fancybox/blank.gif');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}.fancybox-prev{left:0;}.fancybox-next{right:0;}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}.fancybox-prev span{left:10px;background-position:0 -36px;}.fancybox-next span{right:10px;background-position:0 -72px;}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important;}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('https://convertninja.com/wp-content/themes/wkgnet-sales/assets/css/fancybox/fancybox_overlay.png');}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0;}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll;}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050;}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center;}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px;}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}.fancybox-title-inside-wrap{padding-top:10px;}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px;}.fancybox-inner,.fancybox-lock{overflow:hidden;}.fancybox-nav:hover span,.fancybox-opened .fancybox-title{visibility:visible;}