@charset "utf-8";

/** bootstrap override to remove erroneous margin resulting in horizontal scrollbar **/
body .row {
	margin-left: 0;
	margin-right: 0;
}


body{
	font-family: sans-serif;
	background:#fde905;
	font-weight:300;
	height:100%;
	margin:0;
	padding:0;
	color:#000;
	}

.clearall {
	clear: all;
}

strong,b{
	font-weight:600;
	}

.slamhead {
	font-size: 36px;
	font-family: 'Fjalla One',sans-serif;
	letter-spacing: -.2px;
	padding: 2px 0 0 5px;
	white-space: nowrap;
}

.logo-tagline {
	background-color: #000;
	padding : 15px 0;
	text-transform: uppercase;
	color: #fff;
	margin-top: -145px;
}

.logo-tagline .heavyheadr {
	line-height: 150%;
}

.logo-tagline img {
	width: 400px;
}

.logo-tagline .typed-cursor {
	font-size: 32px;
}

h1{font-size:40px;line-height:60px;margin:25px 0;}

.masthead h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 34px;
	letter-spacing: 0.8px;
	margin: 10px auto;
	color: #fde905;
	
}

h2{font-size:34px;font-weight:200;margin:15px 0;}

.masthead h2 {
	font-size: 23px;
	margin: 0 auto;
	color: #9a9a9a;
}

.smallcaps {font-variant: small-caps;}
h3{font-size:20px;margin:10px 0;font-weight:800; text-transform: uppercase; letter-spacing: 1px;}
h3.f1 {margin: 0; padding: 0; text-transform: none; font-size: 24px; font-weight: 700;}
h4{font-size:20px;margin:0; font-weight: 300;}
h5, .sh5{font-size:24px;font-weight:300;margin:20px 0 15px 0;color:#fff; line-height: 1.2;}
h6{font-size: 14px; font-weight: 300; margin: 20px 0px; color: #000; line-height: 22px; text-transform: uppercase;}
.section-title h4.hilite, .section-title h4.hilite2 {font-size: 28px; font-weight: 300; letter-spacing: .8px;}
.section-title h4.hilite {color: #fff; margin: 40px 0 60px 0;}
.section-title h4.hilite2 {color: #000; margin: 20px 0;}

.lightheadr {
	margin: 20px;
	font-weight: 300;
	font-size: 32px;
}

.heavyheadr {
	font-weight: 700;
	font-size: 32px;
	line-height: 1em;
}
    
    
a{color:#fde905;}
a:hover,a:focus{color:#fde905;}

.vvid {
	margin: 30px auto;
	display:block;
}

.pace{
	-webkit-pointer-events:none;
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	z-index:9999999;
	position:fixed;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:2px;
	width:100%;
	background:#fff;
	}
	
.pace .pace-progress{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:width 1s ease-in-out 1s linear;
	-moz-transition:width 1s ease-in-out 1s linear;
	-ms-transition:width 1s ease-in-out 1s linear;
	-o-transition:width 1s ease-in-out 1s linear;
	transition:width 1s ease-in-out 1s linear;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	max-width:100%;position:fixed;
	z-index:9999999;display:block;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	background:#fde905;
	}
	
.pace.pace-inactive{display:none;}

.btn,.btn-lg,.input-lg{border-radius:3px;}

.form-control{
	border-radius:3px;
	-webkit-box-shadow:none;
	box-shadow:none;border:0;
	background-color: #fff;
	}

.form-group {
	text-align: center;
	margin: 0;
}

.navbar-brand {
	padding: 1px 5px 2px 15px;
}
	
.input-lg{height:55px;}

.btn-lg,.btn-group-lg>.btn{
	padding:10px 28px;
	height:55px;
	}
	
.breath{margin:50px auto 0px auto;}

.highlight{background:#f4f4f4;margin-top:40px;}

.testblockw ul {list-style: outside none circle; padding: 0 0 0 10px;}
.testblockw ul li {padding: 0 0 10px 10px; line-height: 24px; font-size: 17px;}

ul.features {
	padding-left: 0;
	
}

ul.features li {
	text-align: left;
	line-height: 28px;
	list-style: none;
	padding: 5px 0;
	font-size: 16px;
	margin-right: 30px;
}

.navbar {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #f9f9f5;
	letter-spacing: 1px;
	margin: 0;
	border-radius: 0;
	min-height: 70px;
}

.navbar-inverse {
	background: rgba(0, 0, 0);
	border: none;
	z-index: 9999;
}

.navbar-inverse .navbar-nav > .active > a {
	background: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fde905;
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #ff7878;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-fixed-top {
	position: relative;
}

.navbar-header {
	margin-top: 8px;
}

.nav.navbar-nav.navbar-right {
	margin-top: 10px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

.masthead{
	position:relative;
	/*padding:0 0 400px 0;*/
	height: 400px;
	margin-top: 0px;
	color:#FFF;
	text-align:center;
	text-shadow:0 .5px 0 rgba(0,0,0,.3);
	background-color:#000;
	background-image:url("../images/bannernorth.jpg");
	background-repeat:no-repeat;
	background-position:center right; /* crop from left bottom, so we don't lose person in image */
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	}

.masthead .container{
	animation:fadein 2s;
	-moz-animation:fadein 2s;
	-webkit-animation:fadein 2s;
	-o-animation:fadein 2s;
	position: absolute;
	bottom:20px;
	width: 100%;
}

.loading *{
	-webkit-animation:none!important;
	-moz-animation:none!important;
	-ms-animation:none!important;
	-o-animation:none!important;
	}

@keyframes fadein{
	from{opacity:0;
	-webkit-transform:translateY(-30px);
	-moz-transform:translateY(-30px);
	transform:translateY(-30px);}
	to{opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0);}}
	
@-moz-keyframes fadein { /* Firefox */
	 from {
	 opacity:0;
	 -webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	transform: translateY(-30px);
	}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);}
	}

@-webkit-keyframes fadein { /* Safari and Chrome */
	 from {
	 opacity:0;
	 -webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	transform: translateY(-30px);
}

to {
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
}
@-o-keyframes fadein { /* Opera */
 from {
 opacity:0;
 -webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
to {
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
}
/*animation ends*/

.logo {
	padding: 0;
	text-align:left;
	margin-top: -30px;
}
.btn-large {
	font-size:18px;
	padding:20px 50px;
	margin:5px 10px;
}
.btn-success {
	background-color: #2ecc71;
	background-image:none;
	border: 0;
	/*-webkit-box-shadow: 0 3px 0 rgba(2, 154, 67, 1);*/
	/*box-shadow: 0 3px 0 rgba(2, 154, 67, 1);*/
	line-height: 1.8;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background-color: #29c36a;
	color:#FFF;
	border: 0;
	/*-webkit-box-shadow: 0 3px 0 rgba(2, 139, 61, 1);
	box-shadow: 0 3px 0 rgba(2, 139, 61, 1);*/
}
.btn-primary {
	background-color: #2db6d8;
	background-image:none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #209ab8!important;
	color:#FFF!important;
}
.subscribe {
	padding: 15px 0 60px 0;
}
.alertMsg {
	float: left;
	font-size: 14px;
	display: block;
	padding: 5px 17px;
}


/* Boucing Arrow Animation */

@keyframes arrowbounce {
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
@-moz-keyframes arrowbounce { /* Firefox */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
@-webkit-keyframes arrowbounce { /* Safari and Chrome */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
@-o-keyframes arrowbounce { /* Opera */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
.scrollto, .scrollto:hover {
	margin:30px;
	display:block;
	color:#FFF;
	text-decoration:none;
	width:200px;
	margin:0 auto;
}
.scrollto--arrow {
	padding:10px;
}
.scrollto--arrow img {
	animation: arrowbounce 1s alternate infinite;
	-moz-animation: arrowbounce 1s alternate infinite; /* Firefox */
	-webkit-animation: arrowbounce 1s alternate infinite; /* Safari and Chrome */
	-o-animation: arrowbounce 1s alternate infinite; /* Opera */
}
/*========== 3. HERO IMAGE ==============*/

.section-title {
	text-align:center;
	padding:30px 0;
}

.section-title h2 {
	color:#000;
}
.section-title h4 {
	color:#000;
	line-height: 40px;
}

.appstore .section-title h4 {
	color: #4b6bfe;
}

.heroimg img, .clientlogo img {
	max-width:100%;
}
/*========== 4. FEATURES ==============*/
.explore {
	background-color: #eee;
}	

.features {
	margin:25px 0;
}
.thumbnail {
	border:0;
	text-align:left;
	background-color: transparent;
}
.thumbnail .caption p {
	color: #94a3a8;
}
/*Hover Animation*/

.thumbnail img {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
/*
.thumbnail:hover img {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
}*/
/*========== 5. TESTIMONIALS ==============*/

.testblock,
.testblockw {
	width:100%;
	height:auto;
	position:relative;
	line-height:28px;
	font-size:20px;
	
}

.testblock {
	margin-bottom: 30px;
	padding:10px;
}

.testblockw {
	color: #000;
	background-color:#eee;
	text-align: left;
	padding:10px 10px 0 10px;
}

img.mid {
	display: block;
	margin: 0 auto;
}

.testblock img {
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.testblock .description {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.testblockw .sh5 img {
	vertical-align: sub;
}

.testblockw h5,
.testblockw .sh5 {
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 21px;
}

.testblockw a {
	color: #AF8B1E;
	text-decoration: underline;
	font-weight: 500;
}

.testblock:after,
.testblockw:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 15px;
	margin-left: -15px;
}
.clientblock {
	margin-top:40px;
	margin-left:10px;
}
.clientblock img {
	float:left;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.clientblock p {
	padding-left:80px;
	padding-top:13px;
}
.clientblock p strong {
	color:#384047;
	font-size:16px;
}
/* Animation */

.testblock {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}

/*========== 6. PLANS AND PRICING ==============*/

.pricing {
	padding:25px;
	color:#FFF;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.pricing .planname {
	text-transform:uppercase;
	font-weight:600;
}
.pricing .price {
	font-size:52px;
	font-weight:300;
	margin:10px 0;
}
.pricing .billing {
	text-transform:uppercase;
	color:#FFF;
	opacity:0.7;
}
.pricing .price .curr {
	display:inline-block;
	font-size:20px;
	vertical-align:super;
}
.pricing .price .per {
	display:inline-block;
	font-size:20px;
	vertical-align: baseline;
}
.color1 {
	background-color:#2ecc71;
}
.color2 {
	background-color:#1abc9c;
}
.color3 {
	background-color:#16a085;
}
/* Animation */

.pricing {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.pricing:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
}

/*========== 7. FAQ ==============*/

.faq p {
	margin-bottom:25px;
}

/*==========8. FOOTER ==============*/


.footercta {
	padding: 60px 15px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	background-color: #000;
	/*background-image:url("../images/header.png");*/
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.footerlinks {
	text-align:center;
	margin-top: 90px;
	font-size: 16px;
}
.footerlinks a {
	text-align:center;
	padding:0;
	display:inline-block;
	color: #fff;
	text-decoration: underline;
}

/*******VIDEO PLAYER *****/
.title {
  			width: 100%;
  			max-width: 854px;
  			margin: 0 auto;
  		}

  		.caption {
  			width: 100%;
  			max-width: 854px;
  			margin: 0 auto;
  			padding: 20px 0;
  		}

  		.vidcontainer {
  			width: 100%;
  			max-width: 854px;
  			min-width: 440px;
  			background: #fff;
  			margin: 0 auto;
  		}


  		/*  VIDEO PLAYER CONTAINER
 		############################### */
  		.vid-container {
		    position: relative;
		    padding-bottom: 52%;
		    padding-top: 30px; 
		    height: 0; 
		}
		 
		.vid-container iframe,
		.vid-container object,
		.vid-container embed {
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 75%;
		    
		}


		/*  VIDEOS PLAYLIST 
 		############################### */
		.vid-list-container {
			width: 92%;
			overflow: hidden;
			margin-top: 20px;
			margin-left:4%;
			padding-bottom: 0;
		}

		.vid-list {
			width: 1344px;
			position: relative;
			top:0;
			left: 0;
		}

		.vid-item {
			display: block;
			width: 148px;
			height: 148px;
			float: left;
			margin: 0;
			padding: 10px;
		}

		.thumb {
			/*position: relative;*/
			overflow:hidden;
			height: 84px;
		}

		.thumb img {
			width: 100%;
			position: relative;
			top: -13px;
		}

		.vid-item .desc {
			color: #21A1D2;
			font-size: 15px;
			margin-top:5px;
		}

		.vid-item:hover {
			background: #eee;
			cursor: pointer;
		}

		.arrows {
			position:relative;
			width: 100%;
		}

		.arrow-left {
			color: #fff;
			position: absolute;
			background: #777;
			padding: 15px;
			left: -25px;
			top: -130px;
			z-index: 99;
			cursor: pointer;
		}

		.arrow-right {
			color: #fff;
			position: absolute;
			background: #777;
			padding: 15px;
			right: -25px;
			top: -130px;
			z-index:100;
			cursor: pointer;
		}

		.arrow-left:hover {
			background: #CC181E;
		}

		.arrow-right:hover {
			background: #CC181E;
		}


		@media (max-width: 624px) {
			body {
				# margin: 15px;
			}
			.caption {
				margin-top: 40px;
			}
			.vid-list-container {
				padding-bottom: 20px;
			}

			/* reposition left/right arrows */
			.arrows {
				position:relative;
				margin: 0 auto;
				width:96px;
			}
			.arrow-left {
				left: 0;
				top: -17px;
			}

			.arrow-right {
				right: 0;
				top: -17px;
			}
		}
.newsletter{
 background-color: #fde905;	
}

.newsletter h1 {
	font-size: 20px;
}

/*=========EXTRA===========*/
.appstore {
	background-color: #fff;
}

.appbadgerow {
	background-color: #fde905;
}

.testim {
	margin-top: -9%;
}

img.appbadge {
	margin: 0 auto 60px auto;
	padding: 0;
	display: block;	
}

/*==========9. CUSTOM MEDIA QUERIES==============*/


/*MEDIA QUERIES*/


@media (max-width: 991px) {
	h1 {
       font-size: 35px;
       line-height: 50px;
       margin: 15px 0;
       }
	h2 {
       font-size: 35px;
       }
       
       .masthead h1 {
	font-size: 30px;
       }
       
       .masthead h2 {
	font-size: 18px;
       }
       
       .masthead {
        height: 300px;
       }
	.testimonials [class*="col-"]:not(:first-child) {
	margin-top: 40px;
       }
	.planpricing [class*="col-"]:not(:first-child) {
	margin-top: 30px;
       }
	.breath {
       margin: 40px auto;
       }
}

@media (max-width: 767px) {
	h1 {
       font-size: 30px;
       line-height: 40px;
       }
	h2 {
       font-size: 30px;
       line-height: 40px;
       }
       
       .masthead h1 {
	font-size: 24px;
	line-height: 30px;
       }
       
       .masthead h2 {
	font-size: 16px;
	line-height: 26px;
       }
       
	.subscribe [class*="col-"]:not(:first-child) {
	margin-top: 30px;
       }
	.masthead {
        height: 200px;
       }
}

 @media (max-width: 480px) {
	 /*Media Queries for smaller devices*/
	 .masthead {
	background-attachment: scroll;
	}

}
