body {
	padding:0;
	margin:0;
	width: 100%;
	
}
html{
 min-height:100%;
 }
body{
 min-height:100%;
 }
html, button, input, select, textarea {
	font-family: "Source Sans Pro",Helvetica,sans-serif;
}
.funnelkit_background{
    height: 100%;
    width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.funnelkit_content_layer{
    z-index: 2;
	height: 100%;
	width: 100%;
	
}
.funnelkit_content{
	border-style: solid;
	margin-bottom:40px;
}

.section{
	display: block;
}

.subsections{
	float: left;
}
.section-tool-1-coll-element{
	width: 100%;
}
.section-tool-1-coll-element-0 {
	float: none;
}
.clear {
	clear:both;
}
.section-tool-2-coll-element-0, .section-tool-2-coll-element-1{
	width: 50%;
}

.section-tool-3-coll-element-0, .section-tool-3-coll-element-1, .section-tool-3-coll-element-2{
	width: 33.3%;
}
#exitpopup_bg {
	background-image:url('../images/exit_popup_bg.png');
}
p {
	margin:0;
}
.section-tool-1-coll-element > div > div > div > div > div > div >  .yt_iframe {
	margin-left:-50%;
}
/*
 * If developing a full page background the styles from .video-background will be required.
 * The classname itself is unimportant.
 *
 */

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 144%;
    height: 100%;
}
.section, .content-tool-text, .content-tool-image,.content-tool-video, .content-tool-optin-form {
	overflow: hidden;
}
.section-tool-video iframe {
	height: 100% !important;
    position: absolute !important;
    width: 100% !important;
    box-sizing: border-box;
    max-width: 100% !important;
}
@media only screen and (max-width:959px) {
	.funnelkit_content {
		margin-top:20px !important;
		overflow: hidden;
	}
    .funnelkit_content > div, .section, .subsection {
	    width:100% !important;
    }
    .section-tool-2-coll-element-0, .section-tool-2-coll-element-1 {
	    width: 100% !important;
	    float:none;
    }
    
    .full_width_fk {
		width:100% !important;
	}
}


@media only screen and (min-width:768px) and (max-width:959px) {
	.section-tool-optin-form div {
		width:100% !important;
		display: block !important;
		padding-left:0px !important;
		padding-right: 0px !important;
	}
	input {
		width:70% !important;
		padding-left:10px !important;
		padding-right:10px !important;
	}
    .funnelkit_content {
		width:750px !important;
	}
	.full_width_fk {
		width:100% !important;
	}
	.content-tool-image img {
		max-width: 100% !important;
		height: auto !important;
		width: auto !important;
	}
}


@media only screen and (min-width:480px) and (max-width:767px) {
	.section-tool-optin-form div {
		width:100% !important;
		display: block !important;
		padding-left:0px !important;
		padding-right: 0px !important;
	}
	
	input {
		width:70% !important;
		padding-left:10px !important;
		padding-right:10px !important;
	}
	iframe {
		width: 100%;
	}
    .funnelkit_content {
		width:90% !important;
	}
	.full_width_fk {
		width:100% !important;
	}
	input {
		width:100%;
	}
	.content-tool-image img {
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
	}
}

@media only screen and (max-width:480px) {
    .section-tool-optin-form div {
		width:100% !important;
		display: block !important;
		padding-left:0px !important;
		padding-right: 0px !important;
	}
	input {
		width:70% !important;
		padding-left:10px !important;
		padding-right:10px !important;
	}
    .funnelkit_content {
		width:90% !important;
	}
	.full_width_fk {
		width:100% !important;
	}
	iframe {
		width: 100%;
	}
	.content-tool-image img {
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
	}
}





