/*


    Template Name   : Capture
    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    License         : pixelhint.com/license
    
    
    *****************************************
    
    
    - Header
    - Hero section
    - Featured on seaction
    - About section
    - App features section
    - Testimonials section
    - Subscription section
    - Footer
    - Responsive CSS
    

*/







/*		Fonts		*/
@font-face {
    font-family: 'ibarra_regular';
    src: url('../fonts/IbarraReal-Regular.eot');
    src: url('../fonts/IbarraReal-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IbarraReal-Regular.woff') format('woff'),
         url('../fonts/IbarraReal-Regular.ttf') format('truetype'),
         url('../fonts/IbarraReal-Regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*@font-face {
    font-family: 'open_bold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_semibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*		General CSS		*/
body{
	background: #000;
	padding: 0px;
	margin: 0px;
}

a:focus{
	color: #fff!important;
	text-decoration: none!important;
}

.container{
	max-width: 500px;
}

p{ 
    font-size: 1.2em;
}

h2{
    font-style: normal;
    font-weight: lighter;
    line-height: 1.4em;
    font-size: 1.8em;
}

h3{
    font-style: normal;
    font-weight: lighter;
    line-height: 1.4em;
    font-size: 2.0em;
}

a{
    cursor: pointer;
}

a:hover{
    color: #999 !important;
}


/*.triangulo-blanco-izq, .triangulo-blanco-derch, .triangulo-blanco-sup-izq, .triangulo-blanco-sup-derch, .triangulo-rojo-izq, .triangulo-rojo-derch, .triangulo-rojo-sup-izq, .triangulo-rojo-sup-derch {
    width: 100%; 
    height: 50px; 
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 40;
}
.triangulo-blanco-izq {
    background-image: url('../img/triangulo-blanco-izq.png');
}
.triangulo-blanco-derch {
    background-image: url('../img/triangulo-blanco-derch.png');
}
.triangulo-blanco-sup-izq {
    background-image: url('../img/triangulo-blanco-sup-izq.png');
}
.triangulo-blanco-sup-derch {
    background-image: url('../img/triangulo-blanco-sup-derch.png');
}
.triangulo-rojo-izq {
    background-image: url('../img/triangulo-rojo-izq.png');
}
.triangulo-rojo-derch {
    background-image: url('../img/triangulo-rojo-derch.png');
}
.triangulo-rojo-sup-izq { 
    background-image: url('../img/triangulo-rojo-sup-izq.png');
}
.triangulo-rojo-sup-derch {
    background-image: url('../img/triangulo-rojo-sup-derch.png');
}*/





/*		Header 		*/

header{
	position: relative;
	display: block;
	width: 100%;
	height: 130px;
	z-index: 99;
	background-color: #000;
	background-image: -moz-linear-gradient(bottom, #fffff 0%, #fffff 0.27%, #fffff 99.46%, #fffff 100%);
	background-image: -o-linear-gradient(bottom, #fffff 0%, #fffff 0.27%, #fffff 99.46%, #fffff 100%);
	background-image: -webkit-linear-gradient(bottom, #fffff 0%, #fffff 0.27%, #fffff 99.46%, #fffff 100%);
	background-image: linear-gradient(bottom, #fffff 0%, #fffff 0.27%, #fffff 99.46%, #fffff 100%);
}
header .logo{
	/*display: table-cell*/
    margin: 40px auto;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 768px){
    header{
        height: 100px;
    }
    header .logo{
        margin: 10px auto 10px auto;
        text-align: center;
        width: 100%;
    }
    header .logo img{
        width: 60%;
    }
}

header .burger_icon{
	display: none;
	float: right;
	background: #ffffff;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #a62935;
	font-family: "ibarra_regular", serif;
	font-size: 14px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	margin: 45px 10px 0 0;
}

header .burger_icon:hover{
	cursor: pointer;
}

header .burger_icon.active{
	background: #a62935;
	color: #ffffff;
}

header nav{
	margin-top: 50px;
	display: table-cell;
}

header nav li{
	float: left;
	margin-left: 40px;
}

header nav li:first-child{
	margin: 0;
}

header nav li a{
	color: #fff;
	font-family: "ibarra_regular", serif;
	font-size: 16px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

header nav li a:hover,
header nav li a:focus{
	text-decoration: none;
	color: #B7EFD1!important;
}

header .social{
	display: table-cell;
	margin-top: 45px;
}

header .social li{
	float: left;
	margin-left: 20px;
}

header .social li:first-child{
	margin: 0;
}



/*     Carousel section   */
.slider {
    display : block;
    text-align : center;
    vertical-align : middle;
    width : 100%;
    z-index: 1;
}
#slider_sec {
    /*background-image : url("../img/slider.jpg");*/
    background-position : center center;
    background-repeat : no-repeat;
    background-size : 100% 100%;
    /*height : 650px;*/
    width : 100%;
}
.left_crousel_btn, .right_crousel_btn {
    color: #fff;
    height: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
    font-size: 25px;
    font-weight: normal;
}
@media (min-width: 1200px){
    .left_crousel_btn {
        left: 30px;
    }
    .right_crousel_btn {
        right: 30px;
    }
}
.caption_carousel h1 {
    font-family : "ibarra_regular", serif;
    font-size : 60px;
    text-transform : capitalize;
    color : #fff;
}
.caption_carousel p {
    font-family : "ibarra_regular", serif;
    font-size : 14px;
    color : #f6f6f6;
    border-top : 1px solid #fff;
    border-bottom : 1px solid #fff;
    display : inline;
    line-height : 35px;
    padding : 8px;
}
.caption_carousel {
    /*display : table-cell;*/
    text-align : center;
    vertical-align : middle;
    height : 100%;
    width : 100%;
    margin : 0 auto;
    /*display : block;*/
    float: left;
}
.text_carousel{
    position: absolute;
    padding: 140px 20%;
    z-index: 10;
    float: left;
    display: block;
    margin: 0px auto;
    width: 100%;
    text-align: left;
    color: #ffffff;
}
.text_carousel .red{
    color: #c32533;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 20px;
    }
}
.carousel-indicators li {
    background-color : #363636;
    border : none medium;
    border-radius : 5px;
    cursor : pointer;
    display : inline-block;
    height : 6px;
    text-indent : 0;
    width : 25px;
}

.caption_carousel img{
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.carousel-indicators .active {
    width : 25px;
    height : 7px;
    background-color : #c32533;
}
.wrap_caption{
    padding: 0px 0;
}



/*    Sentence section      */
.sentence{
    padding: 40px 0 20px 0;
    background-color: #000;
    font-family: "ibarra_regular", serif;
    /*font-size: 2.0em;*/
    color: #ffffff;
}
@media screen and (max-width: 768px){
    .sentence {
        /*font-size: 1.6em; */  
    }
}


/*    Products section     */

.products{
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 50px;
}
.products h3{
    color: #fff;
    font-family: "ibarra_regular", serif;
}
.products .products_list:last-child{
    margin-top: 120px;
}

@media screen and (max-width: 768px){
    .products .products_list:last-child{
        margin-top: 0px;
    }
    .products .product_details{
        padding: 20px;
    }
}


/*     Find Us section     */

.find_us{
    position: absolute;
    width: 200px;
    height: 200px;
    right: 18%;
}


@media screen and (max-width:768px){
    .find_us{
        position: relative;
        width: 100%;
        /* right: 18%; */
        clear: both;
    }
}

.find_content{
    background-color: #e40020;
    color: #000;
    font-size: 1.2em;
    font-family: "ibarra_regular", serif;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin: 20px auto;
}


/*.find_us .find_title, .idea .idea_title{
    font-family: "ibarra_regular", serif;
    font-style: normal;
    padding: 20px;
}*/
.find_us .find_text{
    text-align: center;
    padding: ;
    width: 200px;
    height: 200px;
    padding-top: 50px; 
    font-weight: bold;
    line-height: 1.5em;
}

.find_us .find_text span{
    font-size: 1.4em;
}

.find_us .find_text a{
    color: #000;
    text-decoration: underline;
}




/*    Hours section   */
.hours{
    background-color: #ffffff;
    text-align: center;
    color: #000;
    font-size: 1.2em;
    font-family: "ibarra_regular", serif;
    padding:50px 0px;
}
.hours .hours_title{
    font-family: "ibarra_regular", serif;
    font-style: normal;
    padding: 20px;
    color: #000;
    font-size: 2.0em;
}

.hours a{
    font-weight: bold;
    padding: 20px;
    color: #000;
    text-decoration: underline;
}


/*   Social section   */

.social{
    width: 100%;
}
.social_list li{
    display: inline-block;
    background-color: #000;
    color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 1.4em;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.social a{
    color: #ffffff;
}



/*   Footer section  */



/*		Hero section 		*/

.hero{
	display: block;
	position: relative;
	width: 100%;
	height: 560px;
	background: url('../img/hero.jpg') no-repeat fixed center center;	
	background-size: cover;
}

.hero .caption{
	position: absolute;
	max-width: 550px;
	margin-left: 80px;
	top: 50%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
}

.hero .caption h1{
	color: #525252;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	word-break: break-word;
}

.hero .caption p{
	color: #6d6c6c;
	font-family: "ibarra_regular", serif;
	font-size: 16px;
	line-height: 30px;
	margin: 15px 0 35px 0;
}

#slider .caption p{
	margin: 0;
}

a.app_store_btn{
	display: inline-block;
	text-decoration: none;
	padding: 15px 40px;
	border: 2px solid #525252;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 20px 20px 10px 0;

	color: #525252;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.play_icon,
.android_icon,
.iphone_icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 3px;
}

.play_icon{
	background: url('../img/play.png') no-repeat;
}

.iphone_icon{
	background: url('../img/iphone_app.png') no-repeat;
}

.android_icon{
	background: url('../img/android_app.png') no-repeat;
}


a.app_store_btn:hover,
a.app_store_btn:focus{
	border-color: #a62935;
	color: #a62935!important;
}

a.app_store_btn:hover .play_icon{
	background: url('../img/play_hover.png') no-repeat;
}

a.app_store_btn:hover .iphone_icon{
	background: url('../img/iphone_app_hover.png') no-repeat;
}

a.app_store_btn:hover .android_icon{
	background: url('../img/android_app_hover.png') no-repeat;
}

a.app_link{
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #636363;
	font-family: "ibarra_regular", serif;
	font-size: 16px;
}

a.app_link:hover,
a.app_link:focus{
	text-decoration: none;
	color: #a62935!important;
}

a.app_store_btn,
.play_icon,
.iphone_icon,
.android_icon,
a.app_link{
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}


.about_video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.about_video iframe{
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.close_video{
    text-decoration: none;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 50px;
    right: 50px;
    background: url('../img/close_video.png') no-repeat;
    z-index: 9999;
}





/*		Featured on section 		*/

.featured_on{
	width: 100%;
	padding: 25px 0;
	background: #f3f3f3;
}

.featured_on ul{
	margin: 0;
}

.featured_on li{
	position: relative;
	height: 100%;
}

.featured_on li:first-child{
	margin-left: 0;
}




/*		About section 		*/

.about{
	padding: 100px 0;
}

.about .iphone{
	max-width: 339px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.about .iphone img{
	width: 100%;
	height: auto;
}

.about .features_list{
	margin-left: 50px;
}

.about .features_list h1{
	color: #525151;
	font-family: "open_bold", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.about .features_list p{
	color: #767272;
	font-family: "ibarra_regular", serif;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
}

.about .features_list ul{
	margin-bottom: 30px;
}

.about .features_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.about .features_list ul li.camera_icon{	
	background: url('../img/icon1.png') no-repeat;
	background-position: 0 15px; 
}

.about .features_list ul li.video_icon{	
	background: url('../img/icon2.png') no-repeat;
	background-position: 0 15px; 
}

.about .features_list ul li.eye_icon{	
	background: url('../img/icon3.png') no-repeat;
	background-position: 0 14px; 
}

.about .features_list ul li.pic_icon{	
	background: url('../img/icon4.png') no-repeat;
	background-position: 0 14px; 
}

.about .features_list ul li.loc_icon{	
	background: url('../img/icon5.png') no-repeat;
	background-position: 3px 13px; 
}

.about .features_list ul li span{
	display: inline-block;
}




/*		App features 		*/

.app_features{
	width: 100%;
	padding: 100px 0 20px 0;
	background-color: #c32533
	background-image: -moz-linear-gradient(bottom, #c32533 0%, #c32533 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -o-linear-gradient(bottom, #c32533 0%, #c32533 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -webkit-linear-gradient(bottom, #c32533 0%, #c32533 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: linear-gradient(bottom, #c32533 0%, #c32533 0.27%, #40c27d 99.46%, #40c27d 100%);
}

.app_features h1{
	color: #fff;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 50px 0 0 0;
	word-break: break-word;
}

.app_features p{
	color: #e0f7eb;
	font-family: "ibarra_regular", serif;
	font-size: 16px;
	margin: 30px 0 0 0;
	line-height: 28px;
}

.app_features .details{
	margin-bottom: 80px;
}

.app_features .details:nth-child(3n+1){
	clear: both;
}




/*		Testimonials section 		*/

.testimonials{
	padding: 100px 0;
}

.testimonials .testimonials_list{
	max-width: 820px;
	margin: 0 auto;
}

.testimonials .testimonials_list blockquote{
	border: 0;
	padding: 0;
	margin: 0;
}

.testimonials .testimonials_list blockquote p{
	color: #757171;
	font-family: "ibarra_regular", serif;
	font-size: 18px;
	margin-bottom: 50px;
	line-height: 36px;
}

.testimonials .testimonials_list blockquote footer:before,
.testimonials .testimonials_list blockquote footer:after{
	content: none;
}

.testimonials .testimonials_list blockquote .author,
.testimonials .testimonials_list blockquote .job{
	display: block;
}

.testimonials .testimonials_list blockquote .author{
	color: #4b4848;
	font-family: "open_semibold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 10px; 
}

.testimonials .testimonials_list blockquote .job{
	color: #6e6d6d;
	font-family: "ibarra_regular", serif;
	font-size: 14px;
}

.#tslider{
	text-align: center!important;
	position: relative!important;
}

#tslider .owl-controls{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	padding: 0;
}

#tslider .owl-controls .owl-prev,
#tslider .owl-controls .owl-next{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../img/nav_arrow.png') no-repeat;
	text-indent: -200px;
	overflow: hidden;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

#tslider .owl-controls .owl-prev{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next{
	background-position: -33px 0;
	margin-left: 40px;
}

#tslider .owl-controls .owl-prev:hover,
#tslider .owl-controls .owl-next:hover{
	cursor: pointer;
	background: url('../img/nav_arrow_hover.png') no-repeat;
}

#tslider .owl-controls .owl-prev:hover{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next:hover{
	background-position: -33px 0;
}





/*		Subscription section 		*/

.sub_box{
	width: 100%;
	padding: 100px 0;
	text-align: center;
	background-image: -moz-linear-gradient(bottom, #c32533 0%, #c32533 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -o-linear-gradient(bottom, #c32533 0%, #c32533 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -webkit-linear-gradient(bottom, #c32533 0%, #c32533 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: linear-gradient(bottom, #c32533 0%, #c32533 0.27%, #40c27d 99.46%, #40c27d 100%);
}

.sub_box .cta_text{
	color: #fff;
	font-family: "ibarra_regular", serif;
	font-size: 20px;
	margin-bottom: 50px;
}

.sub_box #mc-email{
	display: inline-block;
	width: 300px;
	height: 50px;
	padding: 0 20px;
	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	color: #c32533;
	font-family: "ibarra_regular", serif;
	font-size: 14px;
	vertical-align: middle;

	border-top-left-radius: 2px;
	-o-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;

	border-bottom-left-radius: 2px;
	-o-border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;

	
}

.sub_box #mc_submit{
	display: inline-block;
	width: 60px;
	height: 50px;

	border-top-right-radius: 2px;
	-o-border-top-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;

	border-bottom-right-radius: 2px;
	-o-border-bottom-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;

	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	text-align: center;
	vertical-align: middle;
}

.sub_box #mc_submit i{
	display: inline-block;
	width: 20px;
	height: 14px;
	vertical-align: middle;
}

#mc_submit i.icon{
	background: url('../img/sub_icon.png') no-repeat;
}

#mc_submit i.loading{
	background: url('../img/loading.gif') no-repeat;
}

.sub_box .message{
	display: block;
	text-align: center;
	color: #fff;
	font-family: "ibarra_regular", serif;
	font-size: 13px;
	text-transform: lowercase;
	margin-top: 20px;
}

.sub_box #error_msg,
.sub_box #success_msg{
	display: none;
}





/*		Footer 		*/

footer{
	padding: 100px 0;
	text-align: center;
}

footer .app_platform li{
	margin: 0 0 0 60px;
}

footer .app_platform li:first-child{
	margin: 0;
}

footer .copyright{
	margin-top: 60px;
    color: #ffff;
    font-family: "ibarra_regular", serif;
    font-size: 1.0em;
    letter-spacing: .5px;
    color: #999;
    text-align: center;
}

footer .copyright a{
	color: #fff;
}

footer ul{
    padding: 0px;
}

/*       Form     */

form{
    margin: 0px;
    padding: 0px;
}

input[type="text"], input[type="email"]{
    width: 100%;
    font-family: "ibarra_regular", serif;
    color: #000;
    padding: 10px 7px;
    text-align: center;
    border-radius: 50px;
    border: 0px;
}

input[type="submit"]{
    width: 50%;
    font-family: "ibarra_regular", serif;
    color: #000;
    padding: 10px 7px;
    text-align: center;
    border-radius: 50px;
    background-color: #e40020;
    border: 0px;
}

input{
    margin: 10px 0px;
}


/*		Responsive CSS 		*/

@media (max-width: 360px) {
	.featured_on li{
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {


	/*		Header 		*/
	header .logo{
		margin-right: 0;
	}

	header .burger_icon{
		display: block;
	}

	header nav{
		width: 100%;
		float: none;
		background: #fff;
		position: absolute;
		margin-top: 130px;
		left: 0;
		display: none;
	}

	header nav.show{
		display: block;
	}


	header nav li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	header nav li a{
		display: block;
		width: 100%;	
		padding: 20px 0;
		border-bottom: 1px solid #c32533;
	}

	header nav li:first-child a{
		border-top: 1px solid #c32533;
	}

	header .social{
		display: none;
	}

	header .social li{
		margin-left: 10px;
	}






	/*		Hero section 		*/
	.hero .caption{
		margin-left: 0;
	}

	.app_store_btn{
		display: block;
		width: 90%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}





	/*		Featured on section		*/
	.featured_on{
		padding: 25px 0 5px 0!important;
	}

	.featured_on ul li{
		margin-bottom: 25px!important;
	}






	/*		About Section 		*/
	.about .features_list {
		text-align: center;
		margin: 0;
	}

	.about .features_list ul li{
		text-indent: 0;
		background: transparent!important;
		margin-bottom: 20px;
	}

	.about .features_list ul li:last-child{
		margin: 0;
	}

	a.app_link{
		display: block;
		margin-top: 20px;
	}






	/*		Subscription section 		*/
	.sub_box #mc-email,
	.sub_box #mc_submit{
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.sub_box #mc_submit{
		margin-top: 20px;
	}
}


