/*
 * Copyright 2017 Craveble. All Rights Reserved.
 * URL: http://craveble.com
 *
 * Version: 0.1
 */

/*	##########################################################
	COLORS:
	primary: fa0019
	bg-dark: 141414 (20,20,20)
	text: ebebeb (235,235,235)
############################################################## */

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

* { 
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
} 
body { 
	margin: 0; 
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px; 
	line-height: 26px;
	letter-spacing: 1px;
	color: #666; 
	margin-top: 10px; 
}

html,
body {
	height: 100%;
}

.proBox {
    position: relative;
    width: 100%;
	/*background: #ebebeb;*/
}

.proBox .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.proBox a {
	display: block;
	text-decoration: none;
}
.proBox .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.proBox:hover .image {
  opacity: 0.3;
}

.proBox:hover .middle {
  opacity: 1;
}
.proBox .text {
	background-color: #fa0019;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.proBox h2 {
	font-weight: 900;
	color: white;
	font-size: 60px;
}
.proBox ul {
	font-weight: 400;
	color: white;
	font-size: 20px;
}


.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}

#how-it-works {padding-top: 80px; padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #1abc9c;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}

.primary {color: #fa0019;}
.describer {font-weight: bold;}

/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 4px;
	line-height: 20px;
	padding: 15px 30px 16px;
	border: 0px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	opacity: 0.85;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	color: #fa0019;
}

.subscribe-input {
	/*float: left;*/
	width: 50%;
	text-align: left;
	margin-right: 4px;
}

@media screen and (max-width: 767px) {
	.subscribe-input {
		width: 100%;
	}
}

.subscribe-submit {
	right: 0;
}

.btn-download {
	background: #FDE3A7;
}

/*Buttons Configuration */
.btn-conf {
	border-radius: 4px;
	margin-right: 15px;
	margin-bottom: 2px;
	font-size: 12px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	padding: 17px 28px 16px 28px;
	}

.btn-conf-2 {
	border-radius: 4px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 28px 11px 28px;
	margin-top: 20px;
	}	

.btn-green {
	background: #fa0019; /*03C9A9;*/
	color: white
}

/* HEADER SECTION */
.splash-main {
}

#splash {
	background: url(../images/header70-min.png) no-repeat center top;
	background-attachment: relative;
	background-position: center center;
	
	padding-top: 180px;
	text-align:center;
	min-height: 700px;
	width: 100%;	
	color: #ebebeb;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#h-1 {

	padding-top: 180px;
	padding-bottom: 180px;
	text-align:center;
	background: #03C9A9;
	min-height: 700px;
	width: 100%;
	color: black;
}
#h-2 {

	padding-top: 180px;
	padding-bottom: 180px;
	text-align:center;
	background: #03C9A9;
	min-height: 700px;
	width: 100%;
	color: #ffffff;
}
#h-3 {

	padding-top: 180px;
	padding-bottom: 180px;
	text-align:center;
	background: #ebebeb;
	min-height: 700px;
	width: 100%;
	color: rgb(20,20,20);
}
.logo {
	top: 30px;
	left: 45px;
	font-size: 18px;
	font-weight: 900;
	position:absolute; 
}
.logo a {
	display: block;
	border: 0;
	width: 160px;
	text-decoration: none;
	padding: 0px;
	margin:0px;
}
.logo img {
	width: 160px;
}
#splash h1 {
	font-weight: 900;
	color: #ebebeb; /*#fa0019;*/
	font-size: 50px; /*40px;*/
}
#splash h2 {
	font-weight: 320;
	color: #ebebeb;
	font-size: 32px;
}
/* Store Links */
.store img {
	margin-right: 10px;
	margin-top: 20px;
}

/* cta-alt */
#cta-alt {
	background: url(../images/cta-alt-85-min.png) no-repeat center top;
	padding-top: 90px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	color: #ebebeb;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cta-alt h1 {font-weight: bold;}
#cta-alt h4 {
	letter-spacing: 1px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;	
}

/* Pricing Tables */
.price {
	/*visibility:hidden;
	display:none;
	height: 0px;*/
}
.price-table {
	border: 0px;
	border-radius: 4px;
	padding-top: 15px;
	padding-bottom: 25px;
	margin: 5px; 
	background: #ebebeb;
}

.price-table .p-head {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 60px;
	border-bottom: 2px solid #5a5a5a;
	color: #fa0019;
}

.price-table .p-body .features li {
	color: #5a5a5a;
	border-bottom: 2px solid #5a5a5a;
	padding: 24px 0px;
	margin: 0;
	letter-spacing: 1px;
}
.price-table h3 {
	color: #fa0019;
}
.proBox .price .detail {
	font-weight: 700;
	font-size: 45px;
	margin-left: 10px;
	margin-right: 10px;	
	color: #ebebeb;
}

.proBox .price .sub {
	font-size: 18px;
	position: relative;
	bottom: 10px;
	font-weight: 700;
	color: #ebebeb;
}

ul {
	list-style-type: none;
}
/* PRODUCTS */
#products {
	padding-top: 60px;
	padding-bottom: 60px;
		min-height: 300px;		
	width: 100%;
	background: rgba(20,20,20,0.95); /*#2f2f2f;*/
	color: #ebebeb; 
}
#products .col-md-4 {
	margin-top: 30px;
	margin-bottom:30px;
}

/* SPONSORS */
#g {
	background: #f2f2f2;
	padding-top: 60px;
	padding-bottom: 60px;
}
#cta-banner {
	background: #141414;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ebebeb;
}
#cta-banner button {background-color: #ebebeb; color: #fa0019;}
#cta-banner h4 {font-weight: bold;}
.sponsor img {
	max-width: 140px;
	max-height: 60px;
	vertical-align: middle;
}

.sponsor .col-sm-2 {
	height: 80px;
	line-height: 80px;
}

/* GREEN SECTION - TESTIMONIAL */

#green {
	padding-top: 90px;
	padding-bottom: 60px;
	min-height: 300px;
	background: #fa0019;
	color: white;
}

#green tgr {
	font-weight: 700;
	letter-spacing: 1px;
}


/* FOOTER */
#f {
	padding-top: 60px;
	padding-bottom: 60px;
	background: rgba(20,20,20,0.95); /*#2f2f2f;*/
	color: #ebebeb;
}

#f h5 {
	margin-top: 30px;
	letter-spacing: 1px;
}

#f i {
	font-size: 45px;
	margin: 15px;
}

#f a {
	color: #b9b9b9;
}

#f a:hover {
	color: #03C9A9;
}
/* ************************ */
#user-signup {
    max-width: 600px;
    margin: auto;
    text-align: left;
}
