/* Wedding HTML5 Template */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

}
@media only screen and (max-width: 980px){
    .navbar-brand > img{
        height: 20px;
    }
    .navbar-nav > li > a {
        padding: 20px 15px;
    }
    .fixed .navbar-nav > li > a {
        padding: 20px 15px;
    }
    .banner .banner-text a.down{
        display: none;
    }
    .banner{
        margin-top: 50px;
    }
    .banner .banner-text p {

        font-size: 3em;
        line-height: 1.3em;
        padding: 0 20px;
    }
    .title {
        font-size: 5.8em;        
        line-height: 70px;
    }
    .about-p{
        margin-top: 8px;
    }
    .mt50{
        margin-top: 25px;
    }
    #aboutCarousel{
		margin-bottom: 20px;
    }
    .countto {
        padding: 120px 0 70px;
    }
    .countto-container{
        text-align: center;
        margin-bottom: 50px;
    }
    #client .owl-stage-outer img{
        height: auto;
    }
    .faq .panel-group{
        margin-bottom: 50px;
    }
    .news-container .date{
        width: 150px;
    }
    .news-container ul li{    
        display: table-row!important;
        width: 100%!important;
        padding: 0px!important;
    }
    .news-container ul li .news-data{
        min-height: 200px;
        padding: 10px;
    }
    .news-container .readmore {    
        right: 10px;
    }
    .news-container.right .date {
        bottom: 0;
        left: 0;
        text-align: left;
    }
    .news-container ul li:first-child img{
        width: auto;
        height: 200px;
    }
    .faq .panel .panel-heading .panel-title {
        line-height: 30px;
    }
    .contact .contact-form{
        min-height: 0;
    }
    .about .feature li {    
        margin-bottom: 10px;
    }
    .ex-features img{
        margin-bottom: 50px;
    }
    .ex-feature-container img{
        margin-bottom: 0;
    }
    .service-sidebar{
        margin-top: 50px;
    }
    .notfound {
        padding: 130px 0 80px;
    }
    .contactpage-info ul{
        margin-bottom: 15px;
    }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1199px) {
    .banner .banner-text p {
        text-transform: uppercase;
        font-size: 3.5em;
        line-height: 1.4em;
    }
    .banner {        
        margin-top: 50px;
    }
    .news-container ul li:first-child {
        width: 100px;
    }
    .news-container ul li:last-child {
        width: calc(100% - 100px);
        padding: 5px 10px;
    }
    .news-container .news-data{
        min-height: 220px;
    }
    .news-container:not(.right) .readmore {   
        right: 10px;
    }
    .countto-container .text {
        font-size: 1.7em;
    }
    footer .sub-title{
        font-size: 20px;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .contactpage-info{
        height: auto;
    }
}
@media only screen and (max-width: 767px){
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 300px;
	}
    .title {
        text-transform: uppercase;
        color: #DFE0E0;
        line-height: 1em;
        letter-spacing: -5px;
        display: inline-block;
        padding-bottom: 0;
    }
	
    .banner .banner-text p {
        text-transform: uppercase;
        font-size: 1.5em;
        line-height: 1.2em;
        padding: 10px 30px;
    }
    .navbar,.fixed .navbar{
        background: #000;
        top: 0;
    }    
    .carousel-control.right {
        right: 0;
    }
    .carousel-control.left {
        left: 0;
    }   
    .faq .panel .panel-heading .panel-title {

        line-height: 28px;
    }    
    .navbar .navbar-brand{
        display:block;
    }
    #header-navigation .nav {

        display: block;
    }
    .navbar-nav > li > a {
        padding: 10px 10px!important;
        color: #DDD;
        display: block;
    }
    .navbar-nav > li > a:hover {
        background: transparent;
        color: #FFF;
    }
    .navbar-nav > li > a .fa{
        display: inline-block;
        width: 30px;
        text-align: center;
    }
    .inner-banner {    
        margin-top: 50px;
    }
    .inner-banner img{
        height: 150px;
    }
    .about .feature li {    
        width: calc(98% / 2);
        margin-bottom: 10px;
    }
    .about .feature li:nth-child(even){
        border-right: none;
    }
    .blog .blog-container{
        min-height: 0;
    }
    .blog .blog-container .readmore{
        display: block;
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .contactpage-contact{
        margin-bottom: 30px;
    }
    .contactpage-info{
        height: auto;
    }
    .demos{
        padding: 70px 0 40px;
    }
    .demo-container{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 599px){
    .title {
        font-size: 2.8em;
        letter-spacing: -2px;
    }
    .title-sitename {        
        font-size: 28px;
    }
    .notfound-container h1{
        width: 100%;
    }
}
