* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Raleway', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}
/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.section_title {
    padding-top: 90px;
    padding-bottom: 50px;
}
.section_title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 400;
}
.section_title-jumbotron h2{
    text-transform: uppercase;
    text-align: left;
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Bebas Neue';
	margin-top:60px;
	margin-bottom:60px;
}

.section_title p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/
.homer {
	margin-top:0!important;
	padding-top:0!important;
	padding-bottom: 36px!important;
}
.header h2 {
    height: 0px;
    margin: 0px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.navbar {
    margin-top: -100px
}
.navbar-brand {
    padding: 9px 15px;
}
.chevron {
	font-size:65px!important;
	margin-top:20px;
	text-align:center;
}
.loop {
	-webkit-animation-iteration-count: infinite;
}
.form-bg {
	margin:36px 15px 15px 15px;
	padding:15px;
	border-radius:15px;
	background-color:rgba(0,0,0,0.5);
}
.form-btn {
	background-color: #ffcb00 !important;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em!important;
	font-weight:900!important;
}
.form-btn:hover {
	background-color: #00d936 !important;
}
.btn2 {
	background-color: #ffcb00 !important;
	font-family: 'Raleway', sans-serif;
	color:#444!important;
	font-size: 1.4em!important;
	font-weight:900!important;
}
.btn2:hover {
	background-color: #00d936 !important;
}
.form-title {
	font-family: 'Raleway', sans-serif;
	font-size: 2.5em;
	text-align:center;
	font-weight:900;
	color:#fff;
}
.chevron p {
	color:#fff;
}
@media(min-width:768px) {
    .navbar-default {
        background-color: transparent;
    }
    .navbar-default .navbar-nav>li>a {
        color: #B5B5B5;
        font-family: 'Raleway', sans-serif;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #f39c12;
    }
    .navbar-default .navbar-nav>li>a:focus {
        color: #B5B5B5;
    }
    .navbar-default {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        z-index: 110;
    }
    .navbar-brand img {
        padding-top: 25px;
        height: 45px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-default .navbar-nav>li>a {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-nav>li>a {
        padding-top: 45px;
    }
}
@media (max-width: 768px) {
    .navbar-brand img {
    display: none;
} .navbar-default {
      /*  background-color: #fff !important; */
    }
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #f39c12;
}
.header {
    background: url(../images/home.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}
.header .section_overlay {
    background-color: rgba(37, 37, 37, 0.9);
}
.logo{
    padding-bottom: 5px;
    margin-top: 20px;
}
#logos {
	background-color:#fff;
}
.logos{
    padding-bottom: 10px;
    padding-top: 10px;
}
.logos img{
    max-width: 40%;
    height: auto;
}	
.home_text{
    text-align: left;
}
.home-iphone{
    text-align: right;
}
.home-iphone img{
    width: 100%;
}
@media (max-width: 480px){
.logos img{
    max-width: 90%;
    height: auto;
}		
.logo img{
    width: 100%;
    height: 100%;
}	
.form-btn {
	font-size: 1em!important;
}
 .btn2 {
    background-color: #ffcb00 !important;
    font-family: 'Raleway', sans-serif;
    color: #444!important;
    font-size: 0.85em!important;
}
}
@media (max-width: 768px){
    .home-iphone{
        display: none;
    }
    .home_text{
        text-align: center;
    }
}
.home_text h1 {
	font-family:'Bebas Neue';
	text-align:center;
    color: #ffcb00;
    text-transform: uppercase;
    font-size: 63px;
    font-weight: 300;
    line-height: 50px;
    padding-top: 72px;	
}
.home_text p {
    color: #fff;
	text-align:center;
    font-size: 25px;
    line-height: 28px;
    margin-top: 0px;
	margin-bottom:20px;
    font-weight: 300;
}
.home_text2 p {
	font-family:'Open Sans', sans-serif;
	text-align:center;
	color: #FFEB3B;
	font-size: 81px;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 18px;
}
.home_text2 .spn1 {
	font-weight: 100;
	line-height: 1em;
	font-size: 45px;
	padding-bottom: 0;
	text-shadow: 1px 1px 27px #fff;
}
.sections h2 {
	font-family:'Bebas Neue', sans-serif;
	text-align:center;
    color: #0059b3;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 300;
    line-height: 75px;
    padding-top: 30px;	
}

.title3 {
	font-family:'Bebas Neue', sans-serif;
	text-align:center!important;
    color: #0d558a;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 300;
    line-height: 55px;
    padding-top: 30px;
}
.title4 {
	font-family:'Bebas Neue', sans-serif;
	text-align:center!important;
    color: #c6fff5;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 300;
    line-height: 55px;
    padding-top: 30px;
}
.download-btn {
    margin-top: 90px;
    margin-bottom: 50px
}
.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #f39c12;
    color: #f39c12;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-btn:hover {
    background-color: #f39c12;
    color: #fff;
}
.tuor,
.tuor:focus,
tuor:active,
tuor:visited {
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tuor:hover {
    color: #fff;
}
.tuor i {
    font-size: 20px;
    padding-left: 5px;
    color: #f39c12;
}

@media (min-width: 320px) and (max-width: 575px) {	
.home_text h1 {
	font-size: 45px;
    line-height: 30px;
    padding-top: 45px;
}
.home_text p {
    font-size: 16px;
    line-height: 18px;
}
.home_text2 p {
    line-height: 1.2em;
    font-size: 45px;
}

.home_text2 .spn1 {
    line-height: 1.2em;
    font-size: 33px;
}
.section_title-jumbotron h2{
    font-size: 35px;
}
}

/*---------------------------------------
   SECTION ABOUT              
-----------------------------------------*/



.about {
    background: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.inner_about_area {
    padding: 72px 0;
    justify-content: center;
}
.inner_about_title {
    padding-bottom: 27px;
}
.inner_about_title h2 {
    font-weight: 900;
    font-size: 45px;
    line-height: 50px;
    position: relative;
    color: #0d558a;
    text-shadow: 1px 1px 1px #fff;
}
.inner_about_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #83feff;
    height: 1px;
}
.inner_about_title p {
font-size: 27px;
    line-height: 1.2em;
    margin-top: 42px;
    color: #2082ca;
    text-shadow: 1px 1px 1px #fff;
}
.inner_about_desc {} .single_about_area {
    position: relative;
    padding-bottom: 4px;
}
.single_about_area div {
    position: absolute;
    top: 0px;
    left: 0px;
}
.single_about_area div i {
    font-size: 55px;
    color: #BABABA;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.single_about_area h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.single_about_area p {
color: #0d558a;
    font-size: 27px;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px #fff;
}
.single_about_area:hover div i {
    color: #f39c12;
}

.sobre_area {
	padding-top: 72px;
}
.about_phone {
	display: flex;
	height: auto;
	justify-content: center;
}
.about_phone img {
	max-width: 81%;
	margin: auto;
} 

@media (min-width: 320px) and (max-width: 575px) {
.inner_about_title h2 {
    font-size: 33px;
    text-align: center;
    line-height: 1.2em;
}	
.inner_about_title p {
    text-align: center;
}
.single_about_area p {
    text-align: center;
}
.single_about_area h3 {
    margin: 0 auto;
    text-align: center;
}
}

@media (min-width: 576px) and (991px) {
.inner_about_area {
    padding: 72px;
    justify-content: center;
}	
}
@media (min-width: 992px) and (max-width: 1200px) {
    .about_phone img {
        margin-top: 184px;
        width: 81%;
    }
}


@media (min-width: 320px) and (max-width: 575px) {
.sobre_area {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 72px;
}
}

.palestrantes_area {
    padding: 120px 9px 72px 9px;	
    background: url(../images/bg4.jpg);
    background-size: cover;
	background-repeat: no-repeat;	
}

@media (min-width: 320px) and (max-width: 575px) {
.palestrantes_area {
	text-align: center;
	padding-bottom: 72px;
	padding-top: 72px;
	padding: 72px 15px;
}
.palestrantes_area .about_phone img {
	margin-bottom: 36px;
} 
.palestrantes_area ul {
	margin-left: 0px;
}
.palestrantes_area ul li {
	list-style: none;
	text-indent: 0px;
}
}
@media (min-width: 576px) and (max-width: 991px) {
.palestrantes_area img {
	margin-bottom: 36px;
}
}

.duvidas_area {
    background: #f7f7f7;
    padding-bottom: 0px;
    padding-top: 120px;
}

@media (min-width: 320px) and (max-width: 575px) {
.duvidas_area {
    background: #f7f7f7;
    padding: 72px 15px 0 15px;
    text-align: center;
}

.duvidas_area ul li {
	text-indent: 0px;
	list-style: none;
}
}

.caracteristicas_area {
	text-align:center;
}
.caracteristicas_area p{
    text-align: center;
    margin-top: 15px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.queila_area {
    padding-bottom: 0px;
    padding-top: 120px;	
    background: url(../images/bg7.jpg);
    background-size: cover;
	background-repeat: no-repeat;	
}
.queila_text {
    padding-bottom: 0px;
}
.queila_text h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    margin-top: 0px;
}
.queila_text h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #f39c12;
    height: 1px;
}
.queila_text h3 {
    font-family: 'Bebas Neue', sans-serif;	
    font-weight: 100;
    font-size: 30px;
    line-height: 35px;
    position: relative;
    margin-top: 0;
    color: #698a9a;
}
.queila_text p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
	color: #333;
    font-weight: 600;
}
.queila_text blockquote {
	font-family:'Raleway', sans-serif;
    color: #3F51B5;	
}

.video_title ul {
	font-size: 18px;
    font-family: Raleway;
	font-weight:600;
    text-indent: 25px;
    color: #3F51B5;
	list-style-type:disc;
	list-style-position: inside;
}

.mais_area {
    padding-bottom: 120px;
    padding-top: 120px;	
    background: url(../images/bg8.jpg);
    background-size: cover;
	background-repeat: no-repeat;	
}
.mais_title {
    padding-bottom: 30px;
}

.mais_title ul {
    font-size: 20px;
    font-family: Raleway;
    line-height: 30px;
    font-weight: 300;
    color: #ffffff;
    list-style-type: disc;
    list-style-position: inside;
}
.inscricao {
	width:60%;
	margin:0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
.queila_area {
    padding: 72px 18px;
}	
.queila_text {
    padding-top: 36px;
    text-align: center;
}
.mais_area {
    padding: 72px 18px;
}

.mais_title ul {
    text-indent: 0;
    list-style-type: none;
}
.inscricao {
	width:90%!important;
}
}

@media (min-width: 576px) and (max-width: 991px) {
.queila_area {
	padding: 72px 0;
}
}
/*---------------------------------------
   SECTION VIDEO              
-----------------------------------------*/

.video_area {
    background: #e4e4e4;
    padding-bottom: 140px;
    padding-top: 120px;
}
.video_title {
    padding-bottom: 30px;
}
.video_title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    margin-top: 0px;
}
.video_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #f39c12;
    height: 1px;
}
.video_title p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
	color: #333;
    font-weight: 600;
}
.btn-video,
.btn-video:active,
.btn-video:focus,
.btn-video:visited {
    background: transparent;
    border: 1px solid #929292;
    color: #686868;
    border-radius: 3px;
    padding: 12px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.btn-video:hover {
    background: #f39c12;
    color: #fff;
    border: 1px solid #f39c12;
}
.video {} .video iframe {
    width: 100%;
    border: 1px solid #999999;
    padding: 5px;
}
/*---------------------------------------
   SECTION TESTIMONIAL              
-----------------------------------------*/

#owl-demo .item {
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 50px;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.testimonial {
    background: url(../images/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonial .section_overlay {
    background: rgba(0, 0, 0, .7);
    padding-top: 171px;
    padding-bottom: 171px;
}
.carousel-indicators {
    bottom: -8px;
}
div.carousel-inner .item img {
    border: 2px solid #f39c12;
    border-radius: 50%;
    padding: 3px;
}
.testimonial_caption {
    padding-bottom: 70px;
}
.testimonial_caption p {
    color: #D8D8D8;
    font-size: 18px;
    line-height: 27px;
    padding-top: 50px;
}
.testimonial_caption h2 {
    color: #f39c12;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    margin-top: 25px;
}
.testimonial_caption h4 {
    color: #f39c12
}
.testimonial_caption h4 span {
    color: #D8D8D8;
    font-style: italic;
    font-weight: 300;
}
.testimonial ol.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #f39c12;
    margin: 1PX
}
.testimonial ol.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border: 0px solid #f39c12;
    background: #f39c12;
}
/*---------------------------------------
   SECTION FEATURES              
-----------------------------------------*/

.features {
    background: url(../images/bg5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.feature_inner {
    padding-top: 30px;
    padding-bottom: 0px;
}
.feature_iphone {} .feature_iphone img {
    width: 100%;
}
.right_single_feature {
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.right_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #f39c12;
    left: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.right_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}
.right_single_feature h3 span {
    color: #f39c12;
}
.right_single_feature p {
    /*color: #111;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
/*left feature*/

.left_single_feature {
    position: relative;
	padding-right: 10px;
    margin-bottom: 15px;
    text-align: right;
    margin-top: 15px;
}
.left_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #f39c12;
    right: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.left_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}
.left_single_feature h3 span {
    color: #f39c12;
}
.left_single_feature p {
   /* color: #111;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.single_feature_blue {
	color:#046fce!important;
}
.right_no_padding {
    padding-left: 15px;
}
.left_no_padding {
    padding-right: 15px;
}

@media (min-width: 320px) and (max-width: 575px) {
.features {
    padding: 72px 0px 72px 0px;
}	

.features .section_title {
    padding: 0px 18px 0px 18px;
}	

.feature_inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.left_single_feature {
    text-align: center;
}	
.right_single_feature {
    text-align: center;
}	
}

@media (min-width: 576px) and (max-width: 991px) {
.feature_iphone {	
    text-align: center;	
}
.feature_iphone img {
    width: 72%;
}
.left_single_feature {
    text-align: center;
}	
.right_single_feature {
    text-align: center;
}	
}
@media (min-width: 992px) and (max-width: 1200px) {
    .right_single_feature {
        margin-left: -60px;
    }
    .left_single_feature {
        margin-right: -60px;
    }
    .feature_iphone {
        margin-top: 35px;
    }
    .right_single_feature h3,
    .left_single_feature h3 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}


/*---------------------------------------
   SECTION CALL TO ACTION              
-----------------------------------------*/

.call_to_action {
    background-color: #1a1a1a;
    padding-top: 100px;
    padding-bottom: 100px;
}
.call_to_action p {
    color: #dfdfdf;
    font-size: 18px;
    font-weight: 300;
}
.call_to_action a {} .btn-action,
.btn-action:active,
.btn-action:focus,
.btn-action:visited {
    background: #f39c12;
    border: 1px solid #f39c12;
    color: #fff;
    border-radius: 40px!important;
    padding: 15px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.btn-action:hover {
    background: #FF6B80;
    border-color: #FF6B80;
}

/*---------------------------------------
   SECTION APPS SCREEN             
-----------------------------------------*/

.apps_screen {
    background: #f1f1f1;
    padding-bottom: 96px;
}
.screen_slider {
    padding-top: 50px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #f39c12;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #f39c12;
}
/*---------------------------------------
   SECTION FUN FACTS              
-----------------------------------------*/

.fun_facts {
    background: url(../images/fun_bg.jpg) no-repeat center;
    background-size: cover;
}
.fun_facts .section_overlay {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgba(0, 0, 0, .4);
}
.single_fun_facts {
    font-family: 'Open Sans', sans-serif;
}
.single_fun_facts i {
    color: #f39c12;
    font-size: 60px;
    ;
}
.single_fun_facts h2 {
    color: #D7DADB;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
    font-family: 'Open Sans', sans-serif;
}
.single_fun_facts h2 span {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.single_fun_facts p {
    color: #D7DADB;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
/*---------------------------------------
   SECTION DOWNLOAD              
-----------------------------------------*/

.download {
    background: #f1f1f1;
}
.download_screen {
    padding-top: 45px;
}
.download_screen img {
    width: 100%
}
.available_store {
    background: #1a1a1a;
    margin-top: -8px;
    position: relative;
}
.available_title {
    padding-top: 75px;
}
.available_title h2 {
    color: #fff;
    font-size: 30px;
}
.available_title p {
    color: #B5B5B5;
}
.single_store {
    text-align: center;
    border-left: 1px solid #0F1217;
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.single_store i {
    color: #f39c12;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    padding-top: 90px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner {
    position: absolute;
    bottom: 93px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner h2 {
    text-align: center;
    font-weight: 300;
    color: #d7dadb;
    font-size: 16px;
}
.single_store:hover {
    background: #121212;
}
.single_store:hover i {
    opacity: 0;
}
.single_store:hover div.store_inner {
    opacity: 1;
}
.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}
.last {
    border-right: 1px solid #0F1217;
}



/*---------------------------------------
   SECTION SUBSCRIBE              
-----------------------------------------*/

.subscribe {
    background-image: url(../images/bg6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subscribe .section_overlay {
    padding-bottom: 70px;
	padding-top: 70px;	
    background: transparent
}
.subscribe .section_title h2{
	color: #eaeaea;
}
.subscribe .section_title p{
	color: #a4a4a4;
}
.subscribe_form {
    text-align: center;
    padding-top: 30px;
}
.subscribe_form .form-group {} .subscribe_form .form-control {
    background: transparent;
    border: 1px solid #575b63;
    border-radius: 0px;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: #aeaeae;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.subscribe_form .form-control:focus {
    background: transparent;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
}
.subs-btn,
.subs-btn:active,
.subs-btn:focus,
.subs-btn:visited {
    width: 200px;
    background: transparent;
    border: 1px solid #f39c12;
    border-radius: 4px;
    height: 45px;
    margin-left: 0px;
    margin-bottom: 1px;
    color: #f39c12;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.subs-btn:hover {
    background-color: #f39c12;
    color: #fff;
    border-color: #f39c12;
}
@media (min-width: 300px) and (max-width: 575px) {
    .subscribe_form .form-control {
        width: 100%
    }
    .subscribe .section_overlay {
    padding: 72px 18px;	
}
.subscribe h2 {
	text-align: center;
}
}
.subscription-success {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.subscription-error {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

.copyright {
    background-color: #282828;
    padding-bottom: 65px;
    padding-top: 65px;
}
.copyright h2 {
    height: 0px;
    margin: 0px;
}
.copy_right_text p {
    color: #8C8B8A;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.copy_right_text p a {
    text-decoration: none;
    color: #77f0ff;
}
.copy_right_text p span {
    font-weight: 300;
}
.scroll_top {
    text-align: right;
}
.scroll_top a {
    background: #ee4433;
    padding: 25px;
}
.scroll_top a i {
    color: #fff;
    font-size: 25px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: red;
    background-image: none;
    color: rgb(0, 0, 0);
}
.spn_hol {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 50000;
    opacity: 1;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@media (min-width: 320px) and (max-width: 575px) {
.copyright {
    background-color: #282828;
    padding: 65px 18px;
    text-align: center;
}	
}