

    /*==========  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 : 1200px) {
	
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
	
	.navbar-right {
  	  float: left !important;
	      margin-top: -31px;
    margin-left: -15px;	
    	
	}
	.loginButtons{
		margin-top:25px;
	
	}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	

		
	
	.rezervasyonFormu{
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.nav-tabs {    
   		 display: inline-block;
	}
	
	.footerAdres{
		text-align:left;
	}
	
	.sosyalmedya {
		margin-bottom:30px;
		text-align:left;
	} 
	
	.anasayfaikonlar p{
		margin-bottom:30px;
		
	} 
		
	}
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		
	
	.rezervasyonFormu{
		margin-top:0px;
		margin-bottom:0px;
	}
	.tab-content {
   	 padding:0px;
	}
	.navbar-brand {
    width: 60%;
	}
	
	.nav-tabs {    
   		 display: inline-block;
		 margin-bottom:20px;
	}
	
	.nav-tabs > li > a {
		padding:12px 12px 12px 12px;
	}
	
	.footerLogo{
		font-size:18px;
		text-align:center;
    }
    	
    .footerMenu{
		text-align:center;
    }
	.footerAdres{
		text-align:center;
	}
	
	.sosyalmedya {
		text-align:center;
	}
	
	}
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
    
    }