@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {
	section.videoButton {
    padding: 0px !important;
	}
	.videoButton h2 {
    font-size: 16px !important;
    line-height: 1 !important;
}
.col-md-8.col-sm-12.col-xs-12.promo-info.g-mt-20{
	z-index: 2 !important;
}
.g-mt-40 {
    margin-top: 0px !important;
}
.totoura-logo {
    width: 230px !important;
}
.features {
    padding: 0px !important;
}
.features-text .feature-shortinfo-text h2 {
    line-height: 1.5 !important;
}
.features-text {
    padding: 0 !important;
    text-align: left !important;
}

}
@media (max-width: 992px){
.features-text {
	padding: 0 !important;
    text-align: left !important;
}
.features-text .feature-shortinfo-text {
    padding: 0 !important;
}
.features {
    padding: 5px 0 !important;
}
.col-md-12 {
    padding-left: 0 !important;
}
}

/* Add here all your css styles (customizations) */
body{
	background-image: url(../../assets/img/sky-background.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-img {
    padding: 0px !important;
}
p {
    color: #485158 !important;
}
.interactive-slider-v2 {
    background: transparent;
    padding-top: 0px;
}
.homeapp-header.one-page-header {
    box-shadow: 0 1px 1px #fff;
    background: #2a6166 !important;
}
.navbar-brand > img {
    width: 100%;
    opacity: 1;
}
.collapse.navbar-collapse.navbar-ex1-collapse {
    padding-top: 20px;
}
.navbar-default {
    border-color: transparent !important;
}
.navbar {
    border-radius: 0px !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.homeapp-header.one-page-header .navbar-nav > li > a, .homeapp-header.one-page-header .navbar-nav > li > a:focus {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 7px !important;
}
.btn-apple, .btn-android {
    background: #485158 !important;
}
.benefit .fa {
    color: #51c4d3;
}
.container-fluid.with-bg-1 {
    background: #fff;
}
.interactive-slider-v2 .promo-info {
    padding: 0 !important;
}
.features-text {
    padding: 40px 0 0 20px;
}
.features-text .feature-shortinfo-text h2 {
    color: #485158 !important;
    margin-bottom: 0 !important;
}
section.videoButton {
    background: #eb872c;
    position: relative;
    padding: 7px;
}
.videoButton h2 {
    color: yellow;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 33px;
}
.promo-section h2:after, .promo-section h2:before {
    display: none !important;
}
.promo-section h2 {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
a.btn.btn-lg.btn-upper.rounded  {
    background: #51c4d3;
    color: white;
    margin-left: 20px;
    font-weight: bold;
    font-size: 28px;
}
.modal-body {
    padding: 0 !important;
}
.tour-shots {
    margin-top: 30px;
}
.promo-info>.col-sm-6 img {
    padding-bottom: 30px;
}