section {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
body {
	background-color: #111;
	background: url(../img/body-bg.jpg) 0% 0% / cover fixed;
	color: #222;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3 , h4, h5{
	text-align: center;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.3em;
}
@media (min-width: 576px) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.7em;
	}
}
/*Heading style*/
.heading-holder {
	/*background-color: rgba(0,0,0,0.5);*/
	color: #111;
	font-family: 'Open Sans', sans-serif;
	/*margin-bottom: 30px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
span.important {
	text-decoration: underline;
}
span.important-alt {
	color: #222;
	background-color: #FFFE4B;
}
@media (min-width: 576px) {
	.heading-holder::after {
		left: 48%;
	}
}
/*END Heading style*/

/*Video area style*/
.video-holder.row {
	border: 5px solid #222;
}
.video-area {
	padding: 0;
}

/*Video player style*/
.video-overlay-glass{
	display: none; 
}
.video-overlay-glass{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 14!important;
	top: 0;
	left: 0;
}
#readytoplay_div, .coverTap {
	background: url(/img/tap-cover.jpg);
	background-size: cover;
	background-repeat: round;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.video-overlay, .pre-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: radial-gradient(circle,rgba(0,0,0,.1),rgba(0,0,0,.8));
	background: -webkit-radial-gradient(circle,rgba(0,0,0,.1),rgba(0,0,0,.8));
	z-index: 3!important;
	top: 0;
	left: 0;
	/*display: none;*/
}
#resumeVideo-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: radial-gradient(circle,rgba(0,0,0,.1),rgba(0,0,0,.8));
	background: -webkit-radial-gradient(circle,rgba(0,0,0,.1),rgba(0,0,0,.8));
	z-index: 3!important;
	top: 0;
	left: 0;
	display: none;
}
#resumeVideo-overlay > div {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.play-button-bg{
	position: absolute;
	display: block;
	width: 130px;
	height: 80px;
	border-radius: 5px;
	transition: all .2s ease-out;
	cursor: pointer;
	text-indent: .25em;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-ms-transform: translate(-50%,-50%);
	background: #da1921;
	-webkit-transition: all .2s ease-out;
	z-index: 2;
}
.play-button-bg:hover{
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1.05);
	transform: translateY(-50%) translateX(-50%) scale(1.05);
	-ms-transform: translate(-50%,-50%) scale(1.05);
	transition: all .2s ease-out;
}
.play-button-graphic{
	display: block;
	width: 130px;
	height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	cursor: pointer;
	position: relative;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-ms-transform: translate(-50%,-50%);
}
.play-button-graphic:before{
	content: "";
	position: absolute;
	border: 24px solid transparent;
	top: 50%;
	border-top-width: 18px;
	border-bottom-width: 18px;
	border-left-color: #fff;
	z-index: 2003;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-18%);
	transform: translateY(-50%) translateX(-18%);
	-ms-transform: translate(-18%,-50%);
}
/*Main CTA styles*/
.main-cta {
	padding-top: 10px;
	padding-bottom: 10px;
	visibility: hidden;
}
.main-cta.visible {
	visibility: visible!important;
	-webkit-animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000)both;
	animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000)both;
}
.price-tag {
	margin-bottom: 0;
	font-size: 18px;
}
.price-tag b {
	color: #cc0000;
	font-size: 24px;
}
.btn-cta {
	display: block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	font-size: 24px;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.btn-cta {
		font-size: 36px;
		max-width: 500px;
	}
}
/*END Main CTA styles*/

/*Pricing box style*/
.price-box {
	transition: transform .2s;
}
.price-box:hover {
	transform: scale(1.1);
}
.price-box .bg-white {
	background-color: rgba(255, 255, 255, 0.8)!important;
	transition: transform .2s;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
}
.price-box.premium-box .bg-white {
	background-color: rgba(255, 255, 255, 0.95)!important;
}
.price-box .bg-white:hover {
	background-color: #fff!important;
	-webkit-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.55);
	box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.55);
}
/*END Pricing box style*/

/*List styles*/
ul.list-box {
	list-style: none;
	border: 1px solid #eee;
	border-radius: 20px;
	padding-top: 15px;
}
ul.list-box li {
	background: url(../img/green-check.png) no-repeat;
	background-position: 0 0;
	padding-left: 40px;
	padding-bottom: 15px;
	padding-top: 0;
}
/*END List styles*/

/*Link to text version*/
.go-text {
	color: #222;
}
.go-text:hover {
	text-decoration: none;
}
/*END Link to text version*/

/*Helper classes*/
.spacer {
	padding-top: 5em;
}
/*END Helper classes*/

/*Exit pop-up style*/
#ouibounce-modal {
	font-family: 'Open Sans', sans-serif;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}
#ouibounce-modal .underlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}
#ouibounce-modal .modal {
	width: 600px;
	height: 450px;
	background-color: #f0f1f2;
	z-index: 1;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 4px;
	-webkit-animation: popin 0.3s;
	animation: popin 0.3s;
	display: block;
}
#ouibounce-modal .modal-title {
	font-size: 18px;
	color: #fff;
	padding: 10px;
	padding-bottom: 25px;
	margin: 0;
	border-radius: 4px 4px 0 0;
	text-align: center;
}
#ouibounce-modal h3 {
	color: #fff;
	font-size: 1em;
	margin: 0.2em;
	text-transform: uppercase;
	font-weight: 500;
}
#ouibounce-modal .modal-body {
	padding: 20px 35px;
	font-size: 0.9em;
}
#ouibounce-modal p {
	color: #344a5f;
}
#ouibounce-modal form {
	text-align: center;
	margin-top: 35px;
}
#ouibounce-modal form input[type=text] {
	padding: 12px;
	font-size: 1.2em;
	width: 300px;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-font-smoothing: antialiased;
}
#ouibounce-modal form input[type=submit] {
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px;
	font-size: 1.1em;
	border-radius: 4px;
	color: #fff;
	background-color: #4ab471;
	border: none;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}
#ouibounce-modal form p {
	text-align: left;
	margin-left: 35px;
	opacity: 0.8;
	margin-top: 1px;
	padding-top: 1px;
	font-size: 0.9em;
}
#ouibounce-modal .modal-footer {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
#ouibounce-modal .modal-footer p {
	text-transform: capitalize;
	cursor: pointer;
	display: inline;
	border-bottom: 1px solid #344a5f;
}
@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@-ms-keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@-webkit-keyframes popin {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	85% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-ms-keyframes popin {
	0% {
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	85% {
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1;
	}

	100% {
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes popin {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	85% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

/*Footer style*/
footer {
	border-top: 1px solid #333;
}
footer .container a, footer .container p{
	font-size: 12px;
}
.footer-section {
	background-color: rgba(0,0,0,0.7);
	color: #eee;
}
a.footer-link {
	color: #eee;
}
footer #disclaimer>.main>div {
	box-shadow: none!important;
	background: transparent!important;
}
footer .bg-text-disclaimer {
	color: #eee!important;
}