﻿
@media screen and (min-width : 100px) and (max-width : 500px) 
{  
    .navbar .logo { 
       width: 30px;    
    }
    .navbar .logo img { 
       width: 100px;    
    }
    .header-self-clear
    {
        width:80%;    
    } 
    .header-top-content
    {     
        padding-top: 30px;
        font-size:12px;
    }
    .header-top-content a
    {     
        font-size:11px;
    }  
    .new-logo
    {
        top:25%;    
        left:38%;
    }
    /* Force table to not be like tables anymore */
	.locationsearch-div table, .locationsearch-div thead, .locationsearch-div tbody, .locationsearch-div th, .locationsearch-div td, .locationsearch-div tr { 
		display: block; 		
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.locationsearch-div thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.locationsearch-div table { border-spacing: 5px; }
	.locationsearch-div th{ padding: 5px; }
	
	.locationsearch-div td { 
		/* Behave  like a "row" */		
		position: relative;
		padding-left: 20%; 
		text-align:center !important;
		padding: 5px;
	}
	
	.locationsearch-div td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.locationsearch-div .search-text{
	    max-width:220px !important;    
	    width:220px !important;
    } 
    .locationsearch-div{
        width:80%;	
        margin:40px auto;
    }     
 
    .bottom-search-link
    {
        top:70%;
        /*left:10%;*/
        width:58%;
    }
  .text-center{
    text-align: center;
    padding-bottom: 20px;
    width:auto;
    }  
     .top-destinations-wrapper
    {
        max-width:380px;    
    }
    .footer-container
    {        
        margin-left: 10px !important;
        padding-right: 20px !important;
    }
    .footer-copyright-container
    {        
        padding-right:20px !important;
        margin-left:10px !important;                
    }
    .footer-copyright-innerdiv span
    {
        font-size:15px;
    }
    .footer-logo
    {
        margin-right:10px;
    }
    #footer1 .links ul {
        width: 100%;
        margin-bottom:10px;        
    }    
}

@media screen and (min-width : 200px) and (max-width : 350px)
{  
      .locationsearch-div{
        width:280px;	
        margin:40px auto;
        padding:20px 5px 5px 5px;
    } 
    .navbar .logo
    {
        width: 30px;    
        margin:8px 0 0 0;    
    }
}

@media screen and (min-width : 501px) and (max-width: 700px)
{
    .new-logo
    {
        top:23%;    
    }
    .top-destinations-wrapper
    {
        max-width:420px;    
    }
    
     .footer-copyright-container
    {        
        padding-right:20px !important;
        margin-left:10px !important;                
    }
    .footer-copyright-innerdiv span
    {
        font-size:15px;
    }
    .footer-logo
    {
        margin-right:10px;
    }
    #footer1 .links ul {
        width: 50%;
        margin-bottom:10px;        
    }    
}

@media screen and (min-width :501px) and (max-width: 580px)
{
     .navbar .logo { 
       width: 30px;    
    }
    .navbar .logo img { 
       width: 100px;    
    }  
    .header-top-content
    {     
        padding-top: 50px;
        font-size:12px;
    }
    .header-top-content a
    {     
        font-size:11px;
    }  
     .new-logo
    {
        top:25%;   
        left:42%; 
    }
      .bottom-search-link
    {
        top:67%;
        /*left:15%;*/
        width:70%;
    }
}
@media screen and (min-width : 701px) and (max-width : 1050px)
{    
    .top-destinations-wrapper
    {
        max-width:750px;    
    }
}
@media screen and (min-width :701px) and (max-width: 850px)
{    
    .bottom-search-link
    {
        top:67%;
        left:45%;
    }
}
@media screen and (min-width :601px) and (max-width: 700px)
{    
    .bottom-search-link
    {
        top:67%;
        /*left:35%;*/
        width:55%;
    }
}
@media screen and (min-width : 501px) and (max-width : 900px)
{  
    .header-self-clear
    {
        width:80%;    
    }
    .header-top-content
    {
        margin-top:0px;
        padding-top: 30px;
    }    
    .new-logo
    {
        top:25%;    
    }
	/* Force table to not be like tables anymore */
	.locationsearch-div table, .locationsearch-div thead, .locationsearch-div tbody, .locationsearch-div th, .locationsearch-div td, .locationsearch-div tr { 
		display: block; 		
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.locationsearch-div thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.locationsearch-div table { border-spacing: 5px; }
	.locationsearch-div th{ padding: 5px; }
	
	.locationsearch-div td { 
		/* Behave  like a "row" */		
		position: relative;
		padding-left: 20%; 
		text-align:center !important;
		padding: 5px;
	}
	
	.locationsearch-div td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.locationsearch-div .search-text{
	    max-width:220px !important;    
	    width:220px !important;
    } 
    .locationsearch-div{
        width:80%;	
        margin:40px 0 0 0;
    }    
    .bottom-search-link
    {
        top:68%;
    }
    .footer-container
    {        
        margin-left: 10px !important;
        padding-right: 20px !important;
    }
     .footer-copyright-container
    {        
        padding-right:20px !important;
        margin-left:10px !important;                
    } 
}
