/*

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) {

}

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

}

/* 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: 42px 8px; }
}

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

}

/* 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: #016435 ; border-bottom: 1px solid #53866E;  padding-top:9px; text-shadow: none; }

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus { color: #909090;}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #E6E6E6;}

	.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: #016435; width: 100%; clear: both; max-height: 340px; margin-top: 8px;}

	.navbar-default .navbar-nav > .dropdown > a .caret { border-bottom-color: #FFFFFF; border-top-color: #FFFFFF; }
	.dropdown-menu > li > a { border-bottom: none; }



	/* 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: #016435 !important; text-shadow: none !important; color: #fff;}

	/* 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; }

	/* for Breadcrumb */
	.breadcrumb {display: none;}

	/* for Centered Menu */
	.centered { width: 100% !important; }

	/* for Header Main */
	.header-main { /* position: absolute; */ width: 100%; height: 80px; top: 0px;-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);}
	.header-main .container { padding-left: 0px; padding-right: 0px;}

	/* for Showcase */
/* 	.showcase { padding-top: 80px;} */

	/* for Custom Pages */
	.subheader2 { padding-top: 72px !important;}

}

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

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* navbar-brand */
	.navbar-brand {padding: 10px 0px; width: 70%;}

	/* title */
	h1{font-size: 25px}

}

@media (max-width: 400px) {
	.language ul{padding-left: 0}
	.flie a{ font-size: 12px; }
}

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