/* Laptop ----------- */

@media only screen  
and (max-width:1520px) { /*BECAUSE OF RETINA DISPLAY*/
    
    /*********************************************/
    /*        LAYOUT         */
    /*********************************************/
    .entry-header, #main.wrapper{
        width: 90%;
        margin: 0 5%;
        margin-top: 50px;
    }
    
    .home #main.wrapper {
        margin: 0;
        width: 100%;
    }
    
    .center_wrapper{
        width: 100%;
        margin: 0;
    }
	
    /*********************************************/
    /*        SLIDER        */
    /*********************************************/   
    
    /* change slider height */
    .page-header,
    .parallax,
    #section1{
        height: 850px!important;
    }
    
    #section1 .slide1 .logo_animate{
        top: 12%;
        width: 30%;
    }
	
	.metaslider .slide1 .description {
	margin-right: -10%;
	width: auto;
	}
	
	.metaslider .slide2 .description {
	width: 50%;
	}
    
	
	.metaslider .slide3 .description {
	margin-top: 21%;
	margin-right: -9%;
	}
    .metaslider .description{
        width: 44%;
		margin-top: 35%;
		padding: 3%;
    }
    
    .metaslider .caption-wrap span{
        font-size: 30px;
        line-height: 34px;
    }
    
    .metaslider .caption-wrap p{
        font-size: 16px;
        line-height: 20px;
    }
	
	/*********************************************/
    /*        END SLIDER        */
    /*********************************************/   
    
    .return {
        bottom: -75px;
    }
    
    #section4 .sub_title{
        width: 70%;
        margin: 0 auto;
        float: none;
        margin-bottom: 30px;
    }
    
	#section4 .section_logo {
	margin-top: 70px;
	margin-bottom: 50px;
	}
	
	
    #section4 .about_car_image {
		padding: 0px 0;
        width: 100%;
    }
    
    .bootom_banner_arrow{
        bottom: 23%;
    }
    
    .bootom_banner_arrow:hover{
        bottom: 22%;
    }
    
     #section2 .services .desc p{
        padding: 10%;
        font-size: 17px;
        line-height: 24px;
    }
    
    #footer-nav2-widget{
        margin-left: 5%;
    }
    
    
}/*media*/


@media only screen  
and (max-width:1366px) {
    
    /* change slider height */
    .page-header,
    .parallax,
    #section1{
        height: 840px!important;
    }
    
    /*admin page - filter*/
    .status_filter .form-group {
        width: 23%;
        margin-right: 2%;
    }
    
    .bookings_list .custom_table thead th {
        font-size: 12px!important;
        color: #000!important;
        line-height: 12px;
        font-weight: 400;
    }
    
    .bookings_list .custom_table tbody td {
        font-size: 12px;
    }
    
    
    
}



