/*

LEVIDIO CINEMAGIC : BONUS PAGE
by RootPixel
info@rootpixel.net

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Raleway:100,200,300,400,500,600,700,800,900');
body{
	margin: 0;
	padding: 0;
	background: #1f2535;
	font-family: 'Montserrat';
	color: #777;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.5px;
	overflow-x: hidden;
}
img{
	max-width: 100%;
}

a, a:hover, a:focus{
	text-decoration: none;
}

/*Browser scroolbar*/
::-webkit-scrollbar{
  	width: 4px;  /* for vertical scrollbars */
  	height: 4px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track{
  	background: rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb{
  	background: #90b2e4;
  	border-radius: 10px;
  	box-shadow: 0 0 15px #90b2e4;
}

/*Placeholder*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(144,178,228,.5);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(144,178,228,.5);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(144,178,228,.5);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(144,178,228,.5);
}


/*Text color*/
.text-purple{
	color: #90b2e4;
}
.text-tosca{
	color: #6dc9cf;
}
.text-white{
	color: #ddd;
}
.text-peach{
	color: #ff9d93;
}
.text-black{
	color: #4d4d4d;
}
.text-dark{
	color: #1f2535;
}
.text-orange{
	color: #FDBE34;
}
.text-yellow{
	color: #F5D061;
}
.text-light-yellow{
	color: #FCE38A;
}
.text-extra-yellow{
	color: #F8FF00;
}

.text-soft{
	opacity: 0.6;
}
.text-lg{
	font-size: 80px;
}

/*Text with shadow*/
.text-purple-shadow{
	text-shadow: 0 0 25px rgba(144,178,228,.6);
}

/*Background color*/
.bg-white{
	background-color: #fff;
	color: #384054;
	box-shadow: 5px 5px 20px rgba(0,0,0,.2);
}
.bg-soft{
	background-color: #fafafa;
}
.bg-purple{
	background-color: #90b2e4;
	color: #1f2535;
}
.bg-dark{
	background-color: #384054;
	color: rgba(255,255,255,.5);
}
.bg-darker{
	background-color: #2d3547;
}
.bg-darkest{
	background-color: #1f2535;
	color: rgba(255,255,255,.5);
}
.bg-orange{
	background-color: #FDBE34;
	color: #1f2535;
}
.bg-peach{
	background-color: #EE5A5A;
	color: #fff;
}
.bg-dark-transparent{
	background-color: rgba(56,64,84,.6);
	color: rgba(255,255,255,.5);
	box-shadow: 0 0 60px rgba(0,0,0,.2);
}


/*Typography*/
.raleway{
	font-family: 'Raleway'!important;
}

h1{
	line-height: 1.3em;
	/*margin: 25px 0;*/
	font-size: 40px;
}
h2{
	margin-top: 0;
	font-size: 30;
	letter-spacing: 0;
	line-height: 1.3em;
}
h6{
	font-size: 18px;
}
h3, h4, h5, h6{
	line-height: 1.5em;
}
p{
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0.6px;
}
.text-small{
	font-size: 12px;
	letter-spacing: .06em;
	line-height: 1.5em;
	display: block;
}
.text-ssmall{
	margin-top: 10px;
	font-size: 11px;
	letter-spacing: .06em;
	line-height: 1.5em;
	display: block;
}

/*Font weight*/
.light{
	font-weight: 100;
}
.thiner{
	font-weight: 200;
}
.thin{
	font-weight: 300;
}
.semi{
	font-weight: 400;
}
.bold{
	font-weight: 600;
}
.bolder{
	font-weight: 700;
}
.boldes{
	font-weight: 800;
}
.boldest{
	font-weight: 900;
}


.sm-divider{
	height: 15px;
}
.divider{
	height: 30px;
}
.md-divider{
	height: 40px;
}
.lg-divider{
	height: 60px;
}
.xlg-divider{
	height: 100px;
}
.xxlg-divider{
	height: 140px;
}

.spacing-1{
	letter-spacing: 1px;
}
.spacing-2{
	letter-spacing: 1.3px;
}

section{
	padding: 60px 0;
}
section.sm{
	padding: 40px 0;
}
section.xs{
	padding: 20px 0;
}
section.no-padding{
	padding: 0;
}
section.relative{
	position: relative;
}

hr.lg, .lg{
	border-top-color: #f1f1f1;
	margin: 70px 0;
}
hr.md, .md{
	border-top-color: #f1f1f1;
	margin: 40px 0;
}
hr.dark{
	border-color: #1e515c;
}
hr.soft{
	border-color: #ddd;
}

.no-padding-left{
	padding-left: 0!important;
}
.no-padding-right{
	padding-right: 0!important;
}

#header{
	background: #0a0a11 url(../img/bg-header.png)no-repeat;
	background-size: cover;
	color: #90b2e4;
}
#header .title{
	margin-left: 20px;
	margin-bottom: 35px;
}
#product{
	background: #fff url(../img/bg-forest.jpg) no-repeat top center;
	background-size: cover;
}
#feature{
	background: #232428 url(../img/bg-feature.jpg)no-repeat bottom center;
	background-size: cover;
	color: #eee;
	position: relative;
}
#feature .feature-top-title{
	padding: 15px 40px;
	border-radius: 5px;
	font-weight: 500;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -150px;
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

#feature .feature-content{
	position: relative;
	margin: 80px 0 100px;
}
#feature .feature-content.right .feature-line{
	margin-left: 0!important;
	margin-right: -20px;
	margin-bottom: 10px;
}
#feature .feature-img{
	padding: 10px;
	background-color: #444444;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	margin: 0 40px 20px;
  	box-shadow: 0px 24px 101px 0px rgba(0, 0, 0, 0.15);
}
#feature .feature-img:after{
	content: "";
	width: 70px;
	height: 70px;
	top: 20px;
	right: 20px;
	position: absolute;
	background: transparent url(../img/feature-dot.png);
}
#feature .feature-title{
	margin-top: 30px;
}
#feature .feature-line{
	margin-left: -20px;
	margin-bottom: 10px;
}

#feature hr{
	opacity: .8;
	width: 60px;
	margin: 60px auto;
}

#feature .feature-list{
	background-color: rgba(255,255,255,.2);
	border-radius: 5px;
	padding: 20px 0 25px;
	margin-bottom: 30px;
	border: 10px solid transparent;
	box-shadow: 0 15px 40px rgba(0,0,0,.1);
}
#feature .feature-list.style-2{
}

#feature .lg-icon{
	font-size: 60px;
	line-height: 80px;
}

#preview.preview-1{
	background: #fff url(../img/bg-run.jpg)no-repeat top center;
	background-size: cover;
}
#preview.preview-2{
	background: #ddd url(../img/bg-forest-2.jpg)no-repeat bottom center;
	background-size: cover;
	box-shadow: inset 0 35px 55px -7px rgba(0,0,0,0.06);
	border-top: 1px solid rgba(255,255,255,.6)
}
.preview-title{
	text-align: center;
	margin: 20px auto 40px;
	position: relative;
	display: inline-block;
}
.preview-row{
	background-color: #fff!important;
	padding: 15px 0 5px;
	margin: 10px 0 15px!important;
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	border-radius: 5px;
}
.preview-row .video img{
	/*background-color: #fff!important;*/
	padding: 0!important;
}

.ribbon-title{
	padding: 15px 50px;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	max-width: 95%;
}
.ribbon-title:before{
	content: "";
	width: 41px;
	height: 38px;
	position: absolute;
	left: -41px;
	top: 50%;
	margin-top: -19px;
	background: transparent url(../img/ribbon.png);
	transform: rotate(180deg);
}
.ribbon-title:after{
	content: "";
	width: 41px;
	height: 38px;
	position: absolute;
	right: -41px;
	top: 50%;
	margin-top: -19px;
	background: transparent url(../img/ribbon.png);
}
.ribbon-title span{
	margin-left: 10px;
}

#bonus .preview-title{
	margin: 20px auto 40px;
}
#preview .preview-row{
	margin-bottom: 30px;
}

/*Bonus*/
#bonus.bonus-1{
	background: #e7e7e7 url(../img/wall.png)repeat;
	color: #2d2d2d;
}
#bonus.bonus-2{
	background: #fafafa url(../img/geometry.png)repeat;
	color: #2d2d2d;
}

#bonus{
	background: #2b3340 url(../img/bg-bonus.jpg) no-repeat center center;
	background-size: cover;
}
#bonus.bg-bottom{
	background: #30394b url(../img/bg-bonus-bottom.jpg) no-repeat bottom center;
	background-size: cover;
}
#bonus.bg-bottom2{
	background: #30394b url(../img/bg-bonus-bottom2.jpg) no-repeat bottom center;
	background-size: cover;
}

.oto .preview-row{
	background-color: #464E64!important;
}
.oto .preview-row .video-title{
	background-color: #464E65!important;
	color: #F7C873;
}


#footer{
	position: relative;
}
#footer p{
	margin-bottom: 0;
}
#footer .top-line{
	width: 96px;
	height: 57px;
	background: transparent url(../img/logo-glow.png)no-repeat;
	position: absolute;
	top: -29px;
	left: 50%;
	margin-left: -50px;
}
#footer .claim{
	position: relative;
}
#footer h4{
	margin-bottom: 0;
}
#footer .claim .number{
	width: 50px;
	height: 50px;
	margin-top: 15px;
	text-align: center;
	color: rgba(255,255,255,.9);
	background-color: #384054;
	box-shadow: 0 0 35px rgba(0,0,0,.2);
	border-radius: 100%;
	line-height: 50px;
	font-weight: 500;
	position: relative;
}
#footer .claim .number:before{
	content: "";
	width: 5px;
	height: 60px;
	position: absolute;
	bottom: 50px;
	left: 22px;
	background-color: #384054;
}
#footer .claim .number:after{
	content: "";
	width: 5px;
	height: 80px;
	position: absolute;
	top: 50px;
	left: 22px;
	background-color: #384054;
}
#footer .claim .number.last:after{
	height: 40px;
}

/*Component*/
.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	background: #fff;
}
.video iframe, .video img, .oto .video iframe, .oto .video img {
	background: #384054!important;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video .video-title{
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 5px;
	padding: 10px 20px 10px 10px;
	font-weight: 500;
	font-size: 11px;
	color: #2d2d2d;
	/*text-shadow: 0 0 15px #90b2e4;*/
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,.2)
}

.video .play{
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background-image: url(../img/play.png);
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.video:hover .play{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
}

#header .video iframe{
	padding: 5px;
	box-shadow: 0 0 150px rgba(253,190,52,.55);
}

.info{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 30px;
	width: auto;
	font-size: 14px;
	margin: 15px 0;
	display: inline-block;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.info.sm{
	margin: 5px 0;
}
.benefit, .step{
	background: #fff;
	margin: 0 5px;
	box-shadow: 0 20px 60px rgba(144,178,228,.3);
	padding: 25px 20px;
	border-radius: 5px;
	position: relative;
	z-index: 0;
	color: #999;
}
.benefit p{
	font-size: 12px!important;
	letter-spacing: 1px;
	margin-top: 10px;
}
.benefit .icon{
	font-size: 72px;
	line-height: 140px;
}
.benefit .lg-icon{
	font-size: 130px;
	width: 150px;
	color: #353d51;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	z-index: -1;
}
.benefit:before{
	content: "";
	width: 80%;
	height: 20px;
	background-color: #384054;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -40%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: inset 0px 5px 51px 0px rgba(0, 0, 0, 0.2);
}

.step{
	margin: 20px auto;
	width: 95%;
	padding: 20px 20px 30px;
}
.step:after{
	content: "";
	position: absolute;
	width: 96px;
	height: 57px;
	bottom: -28px;
	left: 50%;
	margin-left: -48px;
	background: transparent url(../img/step-border.png);
}
.step img{
	border: 10px solid #fff;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	box-shadow: 0 15px 65px rgba(0,0,0,.1);
}

.floating-content{
	position: relative;
}
.floating-content:before{
	content: "";
	width: 70%;
	height: 3px;
	position: absolute;
	top: -1.5px;
	left: 50%;
	margin-left: -35%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #90b2e4;
	box-shadow: 0 0 35px #90b2e4;
}
.floating-content:after{
	content: "";
	width: 70%;
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -35%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #384054;
	box-shadow: inset 0px 40px 50px 0px rgba(0, 0, 0, 0.12);
}
.floating-content-2:before{
	content: "";
	width: 70%;
	height: 35px;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -35%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #90b2e4;
	box-shadow: inset 0px -40px 50px 0px rgba(0, 0, 0, 0.12);
}
.floating-content-2 .item{
	padding: 40px 20px 80px;
}
.floating-content-2 .item .line{
	margin-bottom: 30px;
}
.floating-content-2 .item h3{
	margin-bottom: 0;
	margin-top: 30px;
}

.date{
	position: absolute;
	bottom: -150px;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px 40px;
	box-shadow: 0 0 50px rgba(144,178,228,.3);
}
.date .date-content{
	position: relative;
}
.date .date-title{
	padding-top: 15px;
	line-height: 1.3em;
}
.date .date-number{
	font-size: 60px;
	line-height: 50px;
	padding-bottom: 10px;
	position: relative;
	letter-spacing: -1px;
	z-index: 100;
}
.date .date-number:before{
	content: "";
	width: 98px;
	height: 98px;
	position: absolute;
	top: -25px;
	left: -20px;
	background: url(../img/circle.png);
	z-index: -1;
}
.date .date-text{
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px; 
	font-weight: 600;
}

/*Big text*/
.big-text{
	position: absolute;
	top: 20%;
}
.big-text.left{
	left: 0;
}
.big-text.right{
	right: 0;
}


/*Input style*/
input, input[type="submit"]{
	width: 95%;
	padding: 12px;
	font-size: 12px;
	letter-spacing: .5px;
}
input[type="text"], input[type="email"]{
	background-color: #2d3547;
	border-radius: 5px;
	border: 1px solid transparent;
	color: #90b2e4;
	margin-bottom: 3px;
}
input[type="text"]:focus, input[type="email"]:focus{
	outline: none;
	border: 1px solid #90b2e4;
	transition: 0.3s border ease-in;
}
input[type="submit"]{
	margin-top: 5px;
}
.join input{
	margin-top: 10px;
}


/*List */
.links li{
	position: relative;
	padding-left:1em;
}
.links li, .links li a{
	color: #90b2e4;
	font-size: 13px;
	margin: 20px 0;
	transition: .5s all ease-in-out;
	font-weight: 400;
}
.links li:hover, .links li a:hover{
	text-decoration: none;
	color: #eee;
	text-shadow: 0 0 25px #eee;
	transition: 0.1s all ease-in-out;
}
.links li:before, .links li:after{
	content: "";
	width: 2px;
	height: 18px;
	position: absolute;
	background: #53627f;
	left: -14px;
}
.links li:after{
	top: -10px;
}
.links li:before{
	bottom: -12px;
}

.radius{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.icon{
	width: 100px;
	margin: 0 auto 20px auto;
}

.btn-get{
	width: 100%;
	font-weight: 600;
	margin: 10px auto;
	padding: 20px 10px;
	text-transform: uppercase;
	color: #1d1d1d;
	font-size: 18px!important;
	box-shadow: 0 5px #F98903;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
.btn-get img{
	margin-top: -5px;
}
.btn-get:hover{
	box-shadow: 0 1px #FFA33E;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transform: translateY(5px);
}
.btn-get:focus, .btn-get:active{
	outline: none;
}
.btn-get.get-sml{
	padding: 15px 10px;
	font-size: 16px!important;
	width: 90%;
}
.btn-get.get-xsm{
	font-size: 15px!important;
	padding: 10px 10px;
	margin-top: 15px;
	margin-left: 0;
	display: block;
	width: 95%;
	font-size: 12px;
}

.list-img li{
	list-style: none;
	margin-bottom: 12px;
	font-size: 18px;
}
.list-img img{
	margin-right: 10px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.disable{
	pointer-events: none;
}

/*Bootstrap custom*/
.navbar-nav > li > a {
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.navbar {
	min-height:100px !important;
	margin: 0;
}
.navbar-custom {
    background-color: #1f2535;
    border-radius:0;
    line-height: 100px;
}
.navbar-custom a{
	color: #CCCCCC;
}
.navbar-brand{
	line-height: 40px;
}
.navbar-custom .navbar-nav > li > a {
    color: #CCCCCC;
    line-height: 25px;
    margin-top: 30px;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #9ee9f8;
    background-color:transparent;
    border: 1px solid #9ee9f8;
    border-radius: 20px;
    margin-left: 20px;
    transition: 1s all ease-in-out;
}
.navbar-custom .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #90b2e4;
    border-color: #90b2e4;
    transition: 0.1s all ease-in-out;
}
.navbar-custom .navbar-brand {
    color: #75c6d6;
}
.navbar-custom .navbar-right{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1.5px;
}
.navbar-custom .logo-glow{
	width: 96px;
	height: 57px;
	background: transparent url(../img/logo-glow.png)no-repeat;
	position: absolute;
	bottom: -29px;
}

/*Bootstrap Grid*/
.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
	position:relative;
	padding-left:15px;
	padding-right:15px;
} 
@media (min-width: 480px) and (max-width: 767px) {
	.container {
		max-width:748px;
	} 
	.col-ms-1,
	.col-ms-2,
	.col-ms-3,
	.col-ms-4,
	.col-ms-5,
	.col-ms-6,
	.col-ms-7,
	.col-ms-8,
	.col-ms-9,
	.col-ms-10,
	.col-ms-11 {float:left;}
	.col-ms-1 {width:8.33333333%;}
	.col-ms-2 {width:16.66666667%;}
	.col-ms-3 {width:25%;}
	.col-ms-4 {width:33.33333333%;}
	.col-ms-5 {width:41.66666667%;}
	.col-ms-6 {width:50%;}
	.col-ms-7 {width:58.33333333%;}
	.col-ms-8 {width:66.66666667%;}
	.col-ms-9 {width:75%;}
	.col-ms-10 {width:83.33333333%;}
	.col-ms-11 {width:91.66666667%;}
	.col-ms-12 {width:100%;}
	.col-ms-pull-0 {right:auto;}
	.col-ms-pull-1 {right:8.33333333%;}
	.col-ms-pull-2 {right:16.66666667%;}
	.col-sm-pull-3 {right:25%;}
	.col-sm-pull-4 {right:33.33333333%;}
	.col-sm-pull-5 {right:41.66666667%;}
	.col-sm-pull-6 {right:50%;}
	.col-sm-pull-7 {right:58.33333333%;}
	.col-ms-pull-8 {right:66.66666667%;}
	.col-ms-pull-9 {right:75%;}
	.col-ms-pull-10 {right:83.33333333%;}
	.col-ms-pull-11 {right:91.66666667%;}
	.col-ms-pull-12 {right:100%;}
	.col-ms-push-0 {left:auto;}
	.col-ms-push-1 {left:8.33333333%;}
	.col-ms-push-2 {left:16.66666667%;}
	.col-sm-push-3 {left:25%;}
	.col-sm-push-4 {left:33.33333333%;}
	.col-sm-push-5 {left:41.66666667%;}
	.col-sm-push-6 {left:50%;}
	.col-sm-push-7 {left:58.33333333%;}
	.col-ms-push-8 {left:66.66666667%;}
	.col-ms-push-9 {left:75%;}
	.col-ms-push-10 {left:83.33333333%;}
	.col-ms-push-11 {left:91.66666667%;}
	.col-ms-push-12 {left:100%;}
	.col-ms-offset-0 {margin-left:0;}
	.col-ms-offset-1 {margin-left:8.33333333%;}
	.col-ms-offset-2 {margin-left:16.66666667%;}
	.col-ms-offset-3 {margin-left:25%;}
	.col-ms-offset-4 {margin-left:33.33333333%;}
	.col-ms-offset-5 {margin-left:41.66666667%;}
	.col-ms-offset-6 {margin-left:50%;}
	.col-ms-offset-7 {margin-left:58.33333333%;}
	.col-ms-offset-8 {margin-left:66.66666667%;}
	.col-ms-offset-9 {margin-left:75%;}
	.col-ms-offset-10 {margin-left:83.33333333%;}
	.col-ms-offset-11 {margin-left:91.66666667%;}
	.col-ms-offset-12 {margin-left:100%;}
}

/*Responsive Utilities*/
@media (max-width: 767px) {

	h1{
		line-height: 1em;
	}

	.sm-center{
		text-align: center;
	}

	.sm-divider{
		height: 15px;
	}
	.divider{
		height: 20px;
	}
	.md-divider{
		height: 30px;
	}
	.lg-divider{
		height: 40px;
	}
	.xlg-divider{
		height: 60px;
	}
	.xxlg-divider{
		height: 100px;
	}
	.ribbon-title{
		width: 80%
	}
	.navbar-custom{
		height: 130px;
		line-height: 20px;
	}
	table{
		width: 85%;
	}
}
@media (max-width: 480px) {
	.container{
		width: 90%;
	}

	.date .date-number:before{
		background: transparent;
	}

	.date .date-number{
		font-size: 30px;
		line-height: 20px;
	}
	.date .date-text{
		font-size: 10px;
		padding-top: 0; 
	}

	.prize p{
		font-size: 10px;
	}

	h1{
		font-size: 30px;
		line-height: 1.3em;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 14px;
	}
	h4{
		font-size: 13px;
	}

	section{
		padding: 40px 0;
	}
	section.sm{
		padding: 30px 0;
	}
	section.xs{
		padding: 20px 0;
	}

	.video{
		margin-bottom: 30px;
	}

	.video iframe, .video img {
		padding: 10px;
	}
	.video:before{
		height: 20px;
		bottom: -10px;
	}

	#preview .preview-row{
		margin-bottom: 10px;
	}

	.xs-center{
		text-align: center;
	}

	#feature .feature-top-title{
		padding: 25px 20px;
		border-radius: 0px;
		top: -60px;
		left: 0;
		margin-left: 0;
		width: 100%;
	}

	.floating-content:after{
		width: 80%;
		height: 20px;
		bottom: -20px;
		left: 50%;
		margin-left: -40%;
	}

	.floating-content-2:before{
		width: 80%;
		height: 20px;
		top: -20px;
		margin-left: -40%;
	}

	.ribbon-title{
		width: 100%!important;
		padding: 15px
	}
	.ribbon-title:before{
		width: 31px;
		height: 28px;
		left: -31px;
		top: 50%;
		margin-top: -14px;
		background: transparent url(../img/ribbon.png) no-repeat;
		background-size: 20px 28px;
		transform: rotate(180deg);
	}
	.ribbon-title:after{
		width: 31px;
		height: 28px;
		right: -31px;
		top: 50%;
		margin-top: -14px;
		background: transparent url(../img/ribbon.png) no-repeat;
		background-size: 20px 28px;
	}

	.btn-get, .btn-get.get-sml, .btn-get.get-xsm{
		font-size: 12px!important;
	}
	.btn-get img, .btn-get.get-sml img, .btn-get.get-xsm img{
		height: 20px;
	}
	.btn-get.get-sml, .btn-get.get-xsm{
		width: 100%;
	}
}