/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1920px) {}
img.hide{ display: none;}

@media only screen and (min-width: 800px) and (max-width: 1920px) {
    .single_screen_slide {
        padding: 48px 30px 52px 30px;
    }
	img.hide{ display: none;}
}



/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #mainmenu ul.nav.navbar-nav li a {
        padding: 20px 10px;
    }

}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .mainmenu-area {
        background: #1e5799;
        background: -webkit-linear-gradient(left, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
        background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#16c9f6', GradientType=1);
    }
    .mainmenu-area .navbar-toggle {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #fff;
        border-radius: 1px;
        padding: 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }
    .mainmenu-area .navbar-toggle .icon-bar {
        background-color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }
    .mainmenu-area .navbar-toggle:focus,
    .mainmenu-area .navbar-toggle:hover {
        background-color: #ffffff;
    }
    .mainmenu-area .navbar-toggle:focus .icon-bar,
    .mainmenu-area .navbar-toggle:hover .icon-bar {
        background-color: #50d1c0;
    }
    .well.well-lg {
        padding: 30px;
    }
    #mainmenu ul.nav.navbar-nav li a {
        text-align: center;
    }
    .comment-list .media-left {
        display: inline-block;
        padding: 20px 20px 10px;
    }

	h1{
	 font-size: 55px !important;
     line-height: 52px !important; 
}

	
	h3{
	 font-size: 30px !important; 
     line-height: 45px !important; 
}
	
	h4{
	 font-size: 18px !important;
}

	img.hide {
		display:block !important;
	}

.btn.btn-link.active:hover,
.btn.btn-link {
    border: 2px solid #f7bf2c;
    border-radius: 10px;
    color: #f7bf2c;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 2px;
    min-width: 10px;
    padding: 13px 10px;
    text-decoration: none;
    background: transparent;
    -webkit-transform: translateY(0px);
	transform: translateY(0px);}


.table > tbody > tr > td,
.table >tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	font-size: 14px
}


.video-container iframe {
 left: 0;
	width:100%;
	height:100%}

 img.header-phone{
	width:110% !important;
	 padding-right: 20px;
}
	}

/* Mobile Layout: iphone max */

@media only screen and (max-width: 480px) {
  img.header-phone {
    width: 10% !important;
    padding-right: 20px;
  }
}


 @media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
	#text{
	 font-size: 32px !important;
     line-height: 47px !important; 
		width:10% !important;
}
}
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
}