/*

Theme Name:  ProFlex
Theme URI:   http://demo.artofthemes.com/html/proflex
Description: ProFlex Multi-Purpose Responsive Template is powerful multipurpose theme that will help you to build practically any site. Each one can be made unique with just a few clicks.
Author:      ArtofThemes
Author URI:  http://www.artofthemes.com
Version:     1.0.0
License:     GPL 2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        agency, blog, bootstrap, corporate, deco interior, gym fitness, magazine, parallax, portfolio, restaurant, shop, spa, sports, sticky

*/

/*--------------------------------------------------------------
==>>> TABLE OF CONTENTS:
----------------------------------------------------------------
+ Responsive
--------------------------------------------------------------*/

/* ====================================================================================================================
 * Responsive Styles start
 * ====================================================================================================================*/
 
/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except Large devices - Desktops (≥1200px) */
@media (min-width: 1200px) {

}

/* Medium devices - Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 18px;
	}
    #video-bg {
        background: transparent url(../images/60dayburn/hero-image-tab.jpg) no-repeat top center;
    }
    .checkpoints .points {
        font-size: 22px;
    }
    .table>tbody>tr>td {
        font-size: 14px;
    }
    .jumptoletter {
        font-size: 22px;
    }
    .jumptoletter a {
        margin: 0 10px;
    }
    hr.style14 {
        margin: 10px 0;
    }
    .btn-group-lg>.btn, .btn-lg {
        font-size: 14px;
    }
}

/* Screens (≥992px) */
@media (min-width: 992px) {
	.show-over-991 {
		display: block;
	}
	.hide-over-991 {
		display: none;
	}
}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 991px) {
	.form-homepage-submit {
        width: 100%;
    }
    #video-bg {
        background: transparent url(../images/60dayburn/hero-image-small.jpg) no-repeat top center;
    }
    /* Polaroid */
    .polaroids a {
        margin: 0 30px;
    }
    .polaroid-left {
        padding-top: 35px;
    }
    #signup {
        margin-top: 80px;
    }
    .signupimg .col-sm-3 {
        padding-bottom: 25px;
    }
    .checkpoints {
        margin-top: 10px;
    }
    .signupimg {
        margin-top: 20px;
    }
    .panel {
        margin-bottom: 70px;
    }
    .table>tbody>tr>td {
        text-align: center;
    }
    .checkpoints .points {
        text-align: center;
    }
    .jumptoletter {
        font-size: 20px;
    }
    .jumptoletter a {
        margin: 0 5px;
    }
    .imghvr-flip-horiz {
        margin-bottom: 20px !important;
    }
	.show-under-991 {
		display: block;
	}
	.hide-under-991 {
		display: none;
	}
}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus { padding: 34px 8px; font-size: 16px; }
    .navbar-brand>img { width: 150px; padding-top: 2px; }
}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 991px) {

}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 0 auto;
    }
}

/* Only Phones */
@media (max-width: 767px) {
	/* Navigation */
	.navbar-default,
	.navbar-collapse in { width: 100%; overflow: hidden; overflow-y: hidden; overflow-x: hidden;}
	
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus { height:40px; background: #3C3C3C; border-bottom: 1px solid #474747; padding-top:9px; margin-left: 8px; margin-right: 8px; text-shadow: none; }
	
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus { color: #909090; background-color: #e31e31;}
	
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus { height:40px; background: #3C3C3C; border-bottom: 1px solid #474747; padding-top:9px; text-shadow: none; }
	
	.navbar-default .navbar-nav > .active > a { color: #efefef; }
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus { color: #ccc; }
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff;}
	.navbar-collapse { background: #333; width: 100%; clear: both; max-height: 340px; /*margin-top: 8px;*/}
	
	.dropdown-menu > li > a { border-bottom: 1px solid #474747; }
	
	/* Navigation Hover */
	/*.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus,*/
	.navbar-default .navbar-nav > li > a.dropdown-toggle,
	.navbar-default .navbar-nav > li > a.dropdown-toggle:hover, 
	.navbar-default .navbar-nav > li > a:focus { background: #292929 !important; text-shadow: none !important;}
	
	/* For MegaMenu Dropdown Links */
	.megamenu .megamenu-content .list-unstyled > li { color: #fff; border-bottom: 1px solid #474747 !important; padding: 0px !important; margin: 0px !important; }
	.megamenu .megamenu-content .list-unstyled > li:hover, 
	.megamenu .megamenu-content .list-unstyled > li:focus { background-color: transparent !important; color: #909090; margin-right: 0px !important}
	.megamenu .megamenu-content .list-unstyled > li > a { color: #747474 !important; padding: 0 0 0 15px !important; margin: 0px !important;}
	.megamenu .megamenu-content .list-unstyled > li > a:hover { color: #fff !important; }
	
    #video-bg {
        background: transparent url(../images/60dayburn/hero-image-mob.jpg) no-repeat top center;
        background-size: cover;
    }
    
	/* for Breadcrumb */
	.breadcrumb {display: none;}
	
	/* for Centered Menu */
	.centered { width: 100% !important; }
	
	/* for Header Main */
	.header-main { position: absolute; width: 100%; height: 100px; top: 0px;}
	.header-main .container { padding-left: 0px; padding-right: 0px;}
	
	/* for Custom Pages */
	.subheader2 { padding-top: 72px !important;}
    	
    /* for timer */
    .timerdesktop {display: none;}
    .timermobile {display: block;}
    
    /* Admin Tiles */
    hr.style14 {
        margin: 10px 0;
    }
    .btn-group-lg>.btn, .btn-lg {
        font-size: 14px;
    }
	
	.header-slogan-title {
		font-size: 48px;
		line-height: 54px;
	}
	.header-slogan-subtitle {
		line-height: 34px;
	}
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
	
}
@media (min-width: 480px) {
    .hide-over-479 {
		display: none;
	}
	.show-over-479 {
		display: block;
	}
}
/* Only Phones (Portrait) */
@media (max-width: 479px) {
    .form-homepage-submit {
        font-size: 48px;
    }
    .parallax-sports {
        display: none;
    }
	.hide-under-479 {
		display: none;
	}
	.show-under-479 {
		display: block;
	}
}

/* Small Phones (Portrait) */
@media (max-width: 359px) {
    .adminbtngrid {
        padding: 0;
    }
    figcaption h3 {
        font-size: 18px;
    }
    hr.style14 {
        margin: 15px 0 25px;
    }
    .btn-group-lg>.btn, .btn-lg {
        font-size: 12px;
    }
    .hide-on-xs {
        display: none;
    }
}

/* ====================================================================================================================
 * Responsive Styles end
 * ====================================================================================================================*/