/* Screens Resolution : 992px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {}
/* Screens Resolution : 992px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 992px) {
    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */
    
    h1 {
        font-size: 4em;
    }
    h2 {
        font-size: 3em;
    }
    h3 {
        font-size: 2em;
    }
	
	/* ---------------------------------
	3. MENU STYLING
	--------------------------------- */
	
	/* MAIN MENU */

	header .main-menu > li > a { padding: 0 15px; }
	
    /* ---------------------------------
	4. SLIDER STYLING
	--------------------------------- */
    
    .main-slider .content {
        padding: 0 100px;
    }
    .main-slider .content .desc {
        margin: 20px 00px;
    }
}
/* Screens Resolution : 767px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */
    
     body {
        font-size: 14px;
    }
    p {
        line-height: 1.4;
    }
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.8em;
    }
    h4 {
        font-size: 1.5em;
    }
    h5 {
        font-size: 1.2em;
    }
    /* ---------------------------------
	2. COMMON STYLES
	--------------------------------- */
    
    .section {
        padding: 50px 0 20px;
    }
    .section .heading {
        margin-bottom: 40px;
    }
	.btn { padding: 10px 25px; letter-spacing: 1px; }

    /* ---------------------------------
	3. MENU STYLING
	--------------------------------- */
    
    header { position: absolute; border-bottom: 0px; }
    
	/* TOP MENU */
    
    header .top-menu .left-area,
    header .top-menu .right-area { border: 0; }
	
    header .top-menu ul > li > a { padding: 0 5px; }
	
    /* LOGIN FORM / REG FORM */
    
    header .form-wrapper { top: 50%; left: 0%; width: 96%; margin: 0px 2%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	
    header .form-area input { line-height: 35px; margin: 10px 0; }
	
    /* LOGO */
    
    header .menu-left-area { float: left; padding-right: 30px; }
	
    header .logo img{ height: 20px; max-width: 100px; margin: 20px 20px 20px 0; }
	
	
    /* SEARCH AREA */
    
    header .menu-right-area > li { height: 60px; line-height: 60px; }
	
	
    /* SEARCH FORM STYLE */
    
    header .src-form { top: 60px; }
	
	
	/* MAIN MENU */

	header .menu-wrapper{ height: auto; }
    
    header .main-menu { display: none; float: none;
        clear: both;
        max-height: 400px;
        overflow: auto;
        border-top: 1px solid #ccc;
		background: #fff; 
		margin-left: -15px; margin-right: -15px;
		box-shadow: 0px 2px 10px rgba(0,0,0,.3);
    }
	
	header .main-menu li {
		float: none;
	}
    header .main-menu > li {
        display: block;
		height: auto;
        border-bottom: 1px solid #ddd;
    }
    header .main-menu > li:last-child {
        border-bottom: 0;
    }
	
	header .menu-wrapper{
		height: 60px;
	}
	header .main-menu li > a{
		height: 60px;
		line-height: 60px;
	}
	
	
    header .main-menu li > a,
    header .main-menu ul.drop-down li > a {
        display: block;
        line-height: 1;
        height: auto;
        padding: 15px;
        background: none;
    }
	

    /* RIGHT HIDDEN MENU */
    
    .menu-right-area .right-hidden-navbar {
        display: none;
    }
	
    /* DROPDOWN */

    header .main-menu li ul {
		top: 60px;
		overflow: hidden;
        position: static;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
    }
    header .main-menu li:hover ul > li {
        margin-left: 10px;
    }
    header .main-menu ul.drop-down li:first-child > a {
        border-top: 1px solid #aaa;
    }
	
    /* DROPDOWN HOVER EFFECT */

    header .main-menu li > a:after {
        display: none;
    }
    header .main-menu ul.drop-down li > a:after {
        display: none;
    }

    /* NAV ICON */
    
    .menu-nav-icon {
        display: inline-block;
    }
	
    /* ---------------------------------
	4. SLIDER STYLING
	--------------------------------- */
    
    .main-slider {
        height: 400px;
        margin-top: 100px;
    }
	/* ---------------------------------
	5. ABOUT SECTION STYLING
	--------------------------------- */

	.about-section .about-area { margin-right: 0; }
	
    /* ---------------------------------
	6. FEATURE SECTION STYLING
	--------------------------------- */
    
    .feature-area {
        margin-top: 20px;
        padding-top: 50px;
        border-top: 1px solid #ddd;
    }
	
	
	/* ---------------------------------
	14. FOOTER SECTION STYLING
	--------------------------------- */
   
	footer{ padding-top: 50px; }
   
	footer .footer-section{ margin-bottom: 30px; }
   
	footer .site-map .col-sm-6:first-child  li:last-child > a{ border-bottom-width: 1px; }
   
}
/* Screens Resolution : 479px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 479px) {
    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */
    
    body {
        font-size: 13px;
    }
	h1{ font-size: 2.2em; }
	
	
    /* ---------------------------------
	4. SLIDER STYLING
	--------------------------------- */
    
    .main-slider .content {
        padding: 0 50px;
    }
    /* SLIDER NAVIGATION */
    
    .main-slider nav div {
        left: 10px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .main-slider .prev i,
    .main-slider .next i {
        font-size: 30px;
        line-height: 40px;
    }
}
/* Screens Resolution : 359px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 359px) {}
/* Screens Resolution : 290px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 290px) {}