/* style sheet for responsive design */

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  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) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.facilities-items li:first-child{
			margin:0;
		}
		.packs-detail h3{
			margin-top:10px;
		}
		ul.facilities-items{
			padding-top:40px;
			padding-left:10px;
		}
		#main-nav ul li a.main-nav{
			padding:5px;
		}
		#main-nav ul li a
		{
			border-bottom: 1px solid transparent;
		}
		#main-nav ul li a:hover
		{
			border-bottom: 1px solid #F27A21;
			border-bottom: 1px solid #087DC2;
			background: #f2f2f2;
		}
		#main-nav ul li a.main-nav:hover{
			padding:5px;
			border-bottom: 1px solid #087DC2;
			background:#f2f2f2;
		}
		#main-nav ul li a.active-nav
		{
			border-bottom: 1px solid #087DC2;
			color: #FFBF00;
		}
		.navbar-nav .open .dropdown-menu
		{
			background:#f2f2f2;
			padding:0;
			margin-bottom:5px;
		}
		.contact-title h2{
			font-size:30px;
		}
		.holi-pack h2
		{
			font-size:30px;
		}
		.contact-title h2
		{
			font-size:30px;
		}
   }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }