/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .himage {
			width:190px;
			height:128px;	
		}
		.ads {
			width:260px;
			height:52px;	
		}
		.phoneBG {
			background-size:auto 100%;
			
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.hlist {
			width:auto;	
		}
		.hbutton {
			width:100%;	
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.hlist {
			width:auto;	
		}
		.hbutton {
			width:100%;	
		}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.hlist {
			width:auto;	
		}
		.hbutton {
			width:100%;	
		}
		.hleg {
			display:none;	
		}
		.hitem {
			text-align:left;
			vertical-align:top;			
		}
    }


    /*==========  Non-Mobile First Method  ==========*/
    /* Large Devices, Wide Screens */

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.minH130 {
			min-height:80px;
		}
		.wid24 {
			width:15vw;
		}
    }
    @media only screen and (min-width : 1300px) {
		.hlist {
			width:400px;	
		}
		.hbutton {
			width:200px;	
		}
		.hitem {
			text-align:center;
			vertical-align:middle;			
		}
		.minH130 {
			min-height:60px;
		}
		.wid24 {
			width:20vw;
		}
    }

    @media only screen and (max-width : 1200px) {
		.minH130 {
			min-height:130px;
		}
		.wid24 {
			width:30vw;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.minH130 {
			min-height:130px;
		}
		.wid24 {
			width:30vw;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.minH130 {
			min-height:130px;
		}
		.wid24 {
			width:26vw;
		}
    }
    @media only screen and (min-width : 768px) {
		.minH130 {
		
		}
    }
	
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.minH130 {
			min-height:130px;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }