

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		
	

		
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		

		

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
	
    	
    
    }
    
    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1400px) {
    	


	
    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		#logo-small {
		    margin-left:0px; 
		}
	
  
    
		.containerSlide h1:before{
			transform: scale(.5);
    		top:30px;
		}
    	
		.containerSlide h1{
			font-size:48px;
		}
		.containerSlide h2{
			font-size:18px;
		}

	
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    	
	    .navbar-nav {
			display: none;
	    }
	    .mobilemenu{
	    display: block ;
		}

		#xs-menu-trigger{
		  margin-top: 10px;
   		 margin-bottom: 10px;
		}





   	.navbar-dark .nav li a, .navbar-light .nav li a {
	    font-size: 13px;
	    padding: 12px 10px 12px 10px;
		}
		
		.containerSlide h1{
			font-size:36px;
		}
		.containerSlide h2{
			font-size:18px;
		}
    
	.social-icons{
		text-align:left;
	}

	.contact-bar ul li{
	  border-right: 0;
	  border-bottom: 1px solid #0ca0b9;
	}
	.contact-bar ul li:last-child{
	  border-right: 0;
	  border-bottom: 0;
	}


			footer{
			text-align: center;
		}

		footer img{
			margin:0 auto;
		}

		.social-icons{
			text-align: center;
		}
	
	}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    	#xs-menu-trigger{
		  margin-top: 15px;
   		}
		  
		.containerSlide h1{
			font-size:36px;
		}
		.containerSlide h2{
			font-size:18px;
		}

		.mobileLanguage {
			margin-top:-12px;
		}
		
		.reservation-wrapper .btn-green{
			margin-bottom:60px;
		}
		.footer-logo{
			display:block;
			margin-bottom:30px;
		}
		.sozlesmeler-link li{
		margin-bottom:15px;
		}


		
	}
    /* Extra Small Devices, Phones */ 
	
    @media only screen and (max-width : 480px) {
	
		.containerSlide h1{
			font-size:36px;
		}
		.containerSlide h2{
			font-size:18px;
		}

		.reservation-wrapper {
		    padding: 0px;
		}

		.reservation-wrapper h2 {
		    font-size: 24px;
		}
			
			
		
	
	}
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
    
    }