@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:'Gotham-Medium';
	src: url('fonts/Gotham-Medium_gdi.eot');
	src: url('fonts/Gotham-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Medium_gdi.woff') format('woff'),
		url('fonts/Gotham-Medium_gdi.ttf') format('truetype'),
		url('fonts/Gotham-Medium_gdi.otf') format('opentype'),
		url('fonts/Gotham-Medium_gdi.svg#Gotham-Medium') format('svg');
	font-weight: 350;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2212;
}
@font-face {
	font-family:'Gotham-Black';
	src: url('fonts/Gotham-Black_gdi.eot');
	src: url('fonts/Gotham-Black_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Black_gdi.woff') format('woff'),
		url('fonts/Gotham-Black_gdi.ttf') format('truetype'),
		url('fonts/Gotham-Black_gdi.otf') format('opentype'),
		url('fonts/Gotham-Black_gdi.svg#Gotham-Black') format('svg');
	font-weight: 450;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2212;
}
@font-face {
	font-family: 'GothamBold';
	src: url('fonts/gotham-bold.eot');
	src: url('fonts/gotham-bold.eot?#iefix') format('embedded-opentype'),
			 url('fonts/gotham-bold.woff') format('woff'),
			 url('fonts/gotham-bold.ttf') format('truetype'),
			 url('fonts/gotham-bold.svg#gotham-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'lcddot_tr';
    src: url('fonts/lcddot_tr.eot');
    src: url('fonts/lcddot_tr.eot') format('embedded-opentype'),
         url('fonts/lcddot_tr.woff2') format('woff2'),
         url('fonts/lcddot_tr.woff') format('woff'),
         url('fonts/lcddot_tr.ttf') format('truetype'),
         url('fonts/lcddot_tr.svg#lcddot_tr') format('svg');
}

body {
	margin:0;
	padding:0;
	font-family: 'Work Sans', sans-serif;
	line-height:normal;
	font-size:20px;
}
.container {
	max-width:1170px;
}
a:visited, a:focus {
	outline:none;
}
a {
	color:#ffa200;
}
p {
	margin-bottom:20px;
}
img, iframe {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	line-height:normal;
}
.disable {
	color:#ccc !important;
	border:1px solid #ccc !important;
	pointer-events:none;
}
.yellow {
	color:#f8cc29;
}
.white-font {
	color:#fff;
}
.dark-title {
	font-size:50px;
	font-weight:700;
}
.dark-font {
	color:#2d4c4e;
}
.dark-bg {
	background-color:#2d4c4e;
}
.light-bg {
	background-color:#577071;
}
.spacer50 {
	clear:both;
	height:50px;
}
.spacer30 {
	clear:both;
	height:30px;
}
.spacer20 {
	clear:both;
	height:20px;
}
.number {
	font-size:50px;
	font-weight:700;
}
.nomargin {
	margin:0;
}
.nomargintop {
	margin-top:0 !important;
}
.nomarginbottom {
	margin-bottom:0 !important;
}
.font30 {
	font-size:30px;
}
.font40 {
	font-size:40px !important;
}
.underline {
	text-decoration:underline;
}
.standard {
	color:#05080d !important;
}
.premium {
	color:#9f3819 !important;
}
.platinum {
	color:#b27d17 !important;
}
.bg-white {
	background-color:#fff;
}
.lists {
	list-style:none;
}
.lists li {
	position:relative;
	padding-left:15px;
}
.fa-check-circle {
    left: -20px;
    position: absolute;
    top: 5px;
}
.header-wrapper {
	background-color:#2d4c4e;
	border-bottom:1px solid #577071;
	padding:15px 0;
}
.header-wrapper h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
	margin-top:20px;
}


.caption-box {
    background-color: rgba(0,0,0,.5);
    position:absolute;
    padding:2rem;
    margin:auto;
    max-width:400px;
}

.caption-box p {
    margin:0;
    text-align: center;
}

.c-50 {
    max-width: 50%;
}

.c-30 {
    max-width: 30%;
}
.c-center {
    top: 0;
    height: 112px;
    vertical-align: middle;
    bottom: 0;
}

.c-height2 {
    height: 140px;
}

.c-right {
    right: 4%;
}

.c-left {
    left: 4%;
}

.c-bottom {
    bottom:4%;
}

.c-mid {
       right: 50%;
    left: 0;
  
}

.w-caps {
    position:relative;
}

.section-title {
	color:#fff;
	font-size:50px;
	font-weight:700;
	line-height:normal;
	margin-bottom:30px;
	text-transform:uppercase;
}
.section01 {
	background-image:url(img/section01-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:40px 0;
}
.get-it-now {
    background-color: #ffa200;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 42px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 500px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.get-it-now:hover {
	color:#fff;
	text-decoration:none;
	opacity:0.9;
}
.limited {
	color:#fff;
	font-size:28px;
	font-weight:500;
	text-transform:uppercase;
}
.opaque {
	background-color:rgba(45,76,78,0.5);
	padding:20px;
	text-align:center;
	border-radius:3px;
	position:relative;
}
.program-number {
	font-size:30px;
}
.bonus-number {
	font-size:32px;
}
.bonus-text {
	font-size:22px;
}
ul {
	margin-top:40px;
}
li {
	margin-bottom:20px;
}
.contact-banner {
    background-image: url("img/contact-banner.png");
    background-position: center top;
    background-size: cover;
    border: medium none;
    display: block;
    height: 293px;
    position: fixed;
    right: 0;
    top: 150px;
    width: 95px;
    z-index: 9999;
}
.close-contact {
	font-family: "FontAwesome";
	content: "\f00d";
	font-size:22px;
	color:#fff;
	position: fixed;
    right: 6px;
    top: 128px;
	cursor:pointer;
	z-index:9999;
}
.section02 {
	background-color:#2d4c4e;
	padding:40px 0;
}
.section03 {
	background-image:url(img/section03-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:60px 20px;
}
.section04 {
	background-image:url(img/section13-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding:60px 20px;
}
.section04 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.section05 {
	background-image:url(img/section05-b-bg.jpg);
	background-repeat:no-repeat;
	background-color:#2d4c4e;
	background-position:left top;
	padding:60px 20px;
}
.section06 {
	background-image:url(img/section06-bg.jpg);
	background-repeat:no-repeat;
	background-position:center -130px;
	background-size:100% 114%;
	padding:60px 20px;
}
.section07 {
	background-image:url(img/section07-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:60px 20px;
}
.section08 {
	background-image:url(img/section08-bg.jpg);
	background-color:#2d4c4e;
	background-repeat:no-repeat;
	background-position:left top;
	padding:40px 0;
}
.section09 {
	background-image:url(img/section09-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:60px 20px;
	min-height:350px;
}
.section10 {
	background-image:url(img/section10-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:60px 20px;
	min-height:430px;
}
.section11 {
	background-image:url(img/section11-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:60px 20px;
}
.section12 {
	background-image:url(img/section12-bg.jpg);
	background-color:#2d4c4e;
	background-repeat:no-repeat;
	background-position:left top;
	padding:40px 0;
}
.section13 {
	background-image:url(img/section13-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:60px 20px;
}
.section14 {
	background-image:url(img/section17-bg.jpg);
	background-repeat:no-repeat;
	background-color:#2d4c4e;
	background-position:left top;
	padding:60px 20px;
}
.section15 {
	background-image:url(img/section15-bg.jpg);
	background-color:#2d4c4e;
	background-repeat:no-repeat;
	background-position:right top;
	padding:60px 20px;
}
.section16 {
	background-image:url(img/section16-b-bg.jpg);
	background-color:#2d4c4e;
	background-repeat:no-repeat;
	background-position:left top;
	padding:60px 20px;
}
.section17 {
	background-image:url(img/section18-bg-new.jpg);
	background-color:#2d4c4e;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	padding:60px 20px;
}
.section17 .container {
    max-width: 1440px;
    width: 100%;
}
.section18 {
	background-image:url(img/section18-b-bg.jpg);
	background-color:#2d4c4e;
	background-repeat:no-repeat;
	background-position:left top;
	padding:49px 0;
}
.section19 {
	background-image:url(img/section19-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	font-size:30px;
	padding:60px 20px;
}
.section20 {
	padding:20px 0;
}
.section21 {
	padding:20px 0;
}
.section22 {
	padding:20px 0;
}
.section23 {
	padding:20px 0;
}
.section24 {
	padding:20px 0;
}
.new-pricing-table {
    padding: 40px 20px;
	padding-bottom:10px;
	margin:0;
}
.pricing-table .table {
    margin-bottom: 0;
}
.column-prepare {
    background-image: url("img/column-prepare-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #000;
}
.inception .panel-heading {
    background: #ffc354 none repeat scroll 0 0;
}
.destiny .panel-heading {
    background: #ffa500 none repeat scroll 0 0;
}
.legacy .panel-heading {
    background: #ff8c00 none repeat scroll 0 0;
}
.inception .lead {
    color: #ffc354;
}
.destiny .lead {
    color: #ffa500;
}
.legacy .lead {
    color: #ff8c00;
}
.column-prepare {
    background-image: url("img/column-prepare-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #000;
}
.pricing-table .table {
    margin-bottom: 0;
}
.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.pricing-table .level {
    color: #fff;
}
.level {
    display: block;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.level-price {
    color: #fff;
    display: block;
    font-size: 36px;
    text-align: center;
}
.nopadding {
    padding: 0 !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: rgba(249,249,249,0.9);
}
.table-striped > tbody > tr {
    background-color: rgba(245,245,245,0.8);
}
.table-striped > tbody > tr, 
.table-striped > tbody > tr > td {
    pointer-events: none !important;
}
.pricing-table table tbody tr td {
    color: #000;
    font-size: 17px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
}
.column-transform {
    background-color: #9F3819;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}
.column-evolve {
    background-color: #B27D17;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    margin-top: -45.5px;
}
.new-pricing-table {
    padding: 40px 20px;
	padding-bottom:10px;
}
.reco .recommended {
  border-left: 1px solid #000;
	text-align:center;
}
.reco .recommended {
  background: #FFA500 none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  margin-top: -30px;
  text-transform: uppercase;
  padding:11px;
}
.buy-now {
  padding-top: 2rem;
}
.section26 {
	background-image:url(img/section26-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 99.99%;	
	padding:60px 20px;
}
.section27 {
	background-image:url(img/section27-b-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#2d4c4e;
	padding:60px 20px;
}
.section28 {
	background-image:url(img/section28-bg.jpg);
	background-repeat:no-repeat;
	background-color:#2d4c4e;
	background-position:center top;
	background-size:cover;
	padding:60px 20px;
}
.section28-b {
	background-image:url(img/section28-b-bg.jpg);
	background-color:#2d4c4e;
	background-repeat:no-repeat;
	background-position:-100px top;
	padding:60px 20px;
}
.section29 {
	background-color:#2d4c4e;
	padding:60px 20px;
}
.section30 {
	background-image:url(img/section30-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: 100% 110%;
	padding:60px 20px;
}
.section31 {
	background-color:#2d4c4e;
	padding:60px 20px;
}
.section31 table {
	font-size:30px;
}
.section31 table td {
	padding:20px !important;
}
.with-bg {
	background-color:rgba(182,198,199,0.5);
}
.total {
	font-size:40px;
}
.section32 {
	background-image:url(img/section32-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	padding:60px 20px;
}
.section33 {
	background-color:#2d4c4e;
	padding:60px 30px;
}
.section34 {
	background-image:url(img/section34-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	padding:60px 20px;
}
.section35 {
	background-image:url(img/section35-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	padding:60px 20px;
}
.section36 {
	background-image:url(img/section36-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	padding:60px 20px;
}
.section37 {
	background-color:#2d4c4e;
	padding:40px 20px;
	font-weight:300;
	border-bottom: 1px solid #577071;
}
.section38 {
	background-color:#2d4c4e;
	padding:40px 20px;
}
.section37 p, .section38 p {
	font-size:16px;
	font-weight:300;
	margin:0;
}
.section38 a {
	color:#fff;
}
#first_countdown {
	font-family: 'lcddot_tr' !important;
}

.bonuses p {
	color:#fff;
	font-size:22px;
}
.bonuses-box strong {
    font-size: 30px;
    text-transform: uppercase;
}
.bonuses-list {
    list-style: outside none none;
    margin: 0 0 40px;
    padding: 0;
}
.bonuses-list {
    background-image: url("img/check.png");
	background-position:left 10px;
	background-repeat:no-repeat;
    padding-left: 50px;
}
.coming {
	color:#fff;
}
.get {
	color:#f8cc29;
	display:inline-flex;
	background-color:#cc0000;
	font-family:'Gotham-Black';
	font-size:28px;
	padding:10px 20px;
	margin-bottom:20px;
	margin-top:0;
    text-shadow: 1px 0 0 #fff;
	/*text-decoration:underline;*/
}
.get:hover {
	color:#fff;
	text-decoration:none;
}
.content ul {
	margin:0 0 30px;
	padding:0;
	list-style:none;
}
.content ul li {
	color:#fff;
	font-family: 'GothamBold';
	font-size:18px;
	margin-bottom:20px;
}
.click-here {
	background-color:#f82a4c;
	color:#fff;
	display:inline-flex;
	font-family:'Gotham-Black';
	font-size:26px;
	padding:12px 40px;
}
.click-here:hover, .click-here:focus {
	color:#fff;
	text-decoration:none;
	outline:none;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    min-height: 16.4286px;
    padding: 15px;
}
.modal-header .close {
    margin-right: -20px;
    margin-top: -25px;
}
.form-box {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 5%;
    box-shadow: 0 0 3px #00d2b3, 0 0 8px #000;
    left: 0;
    margin: 40% auto 0;
    max-width: 600px;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 100%;
}
.form-box h4 {
    font-size: 26px;
    margin: 0 0 30px;
    text-align: center;
}
.form-box button {
    background: #00d2b3 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    text-shadow: initial;
}
.form-box .form-control:focus {
	border-color: #00d2b3;
}
.form-control {
	height:50px;
}
.form-horizontal .control-label {
	padding-top: 15px;
}
.bottom-form {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0 0 3px #00d2b3;
    color: #fff;
    margin: 10% auto 0;
    max-width: 1024px;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.bottom-form h4 {
    color:#000;
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
	line-height: normal;
}
.bottom-form input {
	height: 45px;
	margin: 0 0 6px;
}
.bottom-form input[type="submit"] {
	width:100%;
	text-transform: uppercase;
}
.bottom-form label {
	padding-top: 5px;	
}
.navigation {
    margin-bottom: 20px;
}
.navigation ul {
    display: inline-flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.navigation ul li {
    float: left;
}
.navigation ul li a {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
	margin: 0 15px 0 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.navigation ul li a:hover, .navigation ul li a.current {
    background-color: #cc0000;
    border: 1px solid #cc0000;
    text-decoration: none;
}
.navigation ul li:last-child a {
	margin-right:0;
}
.video-div {
  max-width: 786px;
  width: 100%;
  margin: 0 auto;
}
.video-div .replaceable {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 56.25%;
}
.video-div .replaceable iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-content {
	background-color:#fff;
	padding:40px;
}
.font-black {
	color:#000;
}
.padding60 {
	padding:60px 20px;
}
.padding40 {
	padding:40px 0;
}
.section34-b {
	background-image:url(img/section05-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	padding:60px 20px;
}
.has-bg-lists {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
	min-height:350px;
}
.has-divider {
	background-image:url(img/divider.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:50px;
}

.instructor-pocket {
	float: right; padding: 40px;	
}
.c-51 {
	left:2%;
}



/*************************** MEDIA QUERIES *****************************/

@media only screen and (max-width:1199px) {
	 .caption-box {
        position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    bottom: 50px;
		max-width: none;
}
	.w-caps {
		padding-bottom: 180px !important;
	}
	.section17 {
		padding-top: 0;
	}
  .section04 .row {
    -ms-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width:1024px) {
	 .click-here {
		font-size:20px;
	 }
	 .content ul li {
		font-size: 20px;
	 }
	 .with-bg-sm {
    	background-color: rgba(0, 0, 0, 0.6);
		padding-bottom:15px;
		padding-top:15px;
	 }
	body {
		font-size: 18px !important;
	}
	.bonus-number {
    	font-size: 24px;
	}
	.bonus-text {
    	font-size: 17px;
	}
	.section06 {
		padding-top: 100px;
		background-position: center center;;
	}
}
@media only screen and (max-width:960px) {
	 .center-logo {
		 text-align:center;
     }
	 .with-bg-sm {
    	background-color: rgba(0, 0, 0, 0.6);
		padding-bottom:15px;
		padding-top:15px;
	 }
	 .section30 {
		 background:#fff;
	 }
	 .section33 .col-lg-4 {
		margin-bottom:20px;
	 }
}
@media only screen and (max-width:768px) {
	 .center-logo {
		 text-align:center;
     }
	 .click-here {
		font-size:15px;
	 }
	 .content ul li {
		font-size: 18px;
	 }
	 .get {
		font-size: 28px;
     }
	 #first_countdown {
		width:60% !important;
	}
	.navigation ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.navigation ul li {
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	.navigation ul li a {
		margin: 0;
	}
	.get {
		font-size: 22px;
	}
	.table-col {
		margin-bottom:50px;
	}
	/*.spacer50, .spacer30 {
		height:20px;
	}*/
	.pricing-table table tbody tr td {    
        height: 60px;
	}
	.dark-title {
		 font-size:31px;
	}
	.section19, .section20, .section21, .section22, .section23, .section24 {
		 font-size:18px;
	}
	.section33 .col-lg-4 {
		margin-bottom:20px;
	}
	.with-bg-sm {
    	background-color: rgba(0, 0, 0, 0.6);
		padding-bottom:15px;
		padding-top:15px;
		padding-left: 40px;
    	padding-right: 40px;
	}
	.mobile-center {
		float: none !important; 
		padding: 0;	
		max-width: 65% !important;
		display: block !important;
		margin: 0 auto 40px !important;
	}
	.section31 table {
    	font-size: 18px;
	}
	.get-it-now {
		font-size: 30px;
	}
}

@media only screen and (max-width:667px) {
	 .bottom-form h4 {
		font-size: 22px;
	 }
	 #first_countdown {
		width:50% !important;
	}
	.get {
		font-size: 22px;
	}
	.close-contact, .contact-banner {
		 display:none;
	 }
	 .bonuses p {
		font-size: 20px;
		padding-left: 0;
	 }
	 .with-bg-sm {
    	background-color: rgba(0, 0, 0, 0.6);
		padding-bottom:15px;
		padding-top:15px;
	}
}

@media only screen and (max-width:568px) {
	 .bottom-form h4 {
		font-size: 22px;
	 }
	 .get {
		font-size: 22px;
	}
	.close-contact, .contact-banner {
		 display:none;
	}
	.bonuses p {
		font-size: 20px;
		padding-left: 0;
	}
	.with-bg-sm {
    	background-color: rgba(0, 0, 0, 0.6);
		padding-bottom:15px;
		padding-top:15px;
	}
}

@media only screen and (max-width:480px) {
	.get {
		font-size: 28px;
     }
	 .content ul li {
		font-size: 16px;
     }
	 .bottom-form h4 {
		font-size: 22px;
	 }
	 #first_countdown {
		width:100% !important;
	 }
	 .get {
		font-size: 22px;
	 }
	 .close-contact, .contact-banner {
		 display:none;
	 }
	 .section-title, .dark-title {
		 font-size:32px;
	 }
	 .section31 table, .font30, .total {
		 font-size:22px;
	 }
	 .section19, .section20, .section21, .section22, .section23, .section24 {
		 font-size:22px;
	 }
	 .section06, .section08 {
		 background-size:cover;
	 }
	 .get-it-now {
		 font-size:28px;
	 }
	 .bonuses p {
		font-size: 20px;
		padding-left: 0;
	}
	.with-bg-sm {
    	background-color: rgba(0, 0, 0, 0.6);
		padding-bottom:15px;
		padding-top:15px;
	}
	.section31 table, .font30, .total {
		font-size: 18px;
	}
	.font40 {
		 font-size:32px !important;
	}
}


@media only screen and (max-width:320px) {
	.bottom-form h4 {
		font-size: 22px;
	 }
	 #first_countdown {
		width:100% !important;
	 }
	 .get {
		font-size: 22px;
	 }
	 .close-contact, .contact-banner {
		 display:none;
	 }
	 .get-it-now, .font30, .font40 {
		 font-size:28px;
	 }
	 .bonuses p {
		font-size: 20px;
		padding-left: 0;
	 }
	 .with-bg-sm {
    	background-color: rgba(0, 0, 0, 0.6);
		padding-bottom:15px;
		padding-top:15px;
	}
	.section31 table, .font30, .total {
    	font-size: 16px;
	}
	.new-pricing-table {
    	padding: 0;
	}
}