/*
* eLite - Landing Page
* Version: 1.2
* Copyright 2014
* Created by: DamterThemes
* URL: https://wrapbootstrap.com/user/damterthemes
* Designed and built based on Twitter Bootstrap 3. 
*/

/*
**********************************************
Desktop
**********************************************
*//*
@media (min-width: 1920px) and (max-width: 2560px) {
#product { background: url("../img/backgrounds/interstate_bg.jpg") #292a2b no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
#purchase { background: url("../img/backgrounds/interstate_bg.jpg") #272324 no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; text-align: center; }
}
*/
/*
**********************************************
Landscape Phone To Portrait Tablet
**********************************************
*/
@media (min-width: 800px) {
.dtop{display:block;}
.mobile_image {display:none;}
}

@media (min-width: 481px) and (max-width: 800px) {
.dtop{display:block;}
.mobile_image {display:none;}
.to-top { display: none !important; }
.arrow_box:after {
	display:none;
}
.top-margin {margin-top:20%!important;}

}

/*
**********************************************
Landscape phones and down
**********************************************
*/
@media (min-width: 100px) and (max-width: 480px) {
.top-margin {margin-top:20%!important;}
.dtop{display:none;}
.mobile_image {display:block;}
.product-title h1 { font-size: 30px; }
.info-product-title h1 { font-size: 30px; }
h1.section-title { font-size: 1.5em; }
.form-subscribe-content { width: 100%; }
.form-subscribe h4 { font-size: 1.5em; }
.form-subscribe-coming-soon h4 { font-size: 1.5em; }
.btn-custom-2 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 2.0em!important;
  margin: 0;
  text-decoration: none;
  margin-bottom: 5px;
  padding: 0px 15px;
  color: #fff;
}
}

@media (min-width: 100px) and (max-width: 320px) {
.top-margin {margin-top:20%!important;}
.dtop{display:none;}
.mobile_image {display:block;}
.product-title h1 { line-height: 1.5em; }
.info-product-title h1 { line-height: 1.5em; }
#testimonials p { font-size: 1em; }
.screenshots .col-xs-4 { width: 50%; }
#purchase h3 { font-size: 16px; line-height: 1.5em; }
.btn-custom-2 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 2.0em!important;
  margin: 0;
  text-decoration: none;
  margin-bottom: 5px;
  padding: 0px 15px;
  color: #fff;
}
}