/* BEGIN max width 1200px */
@media (max-width: 1200px) {
	
}
/* END max width 1200px */

/* BEGIN min width 1025px */
@media (min-width: 1025px) {
	.header .header-navigation {
		display: block !important;
	}
	.header-navigation > ul > li:hover > .dropdown-menu {
	  display: block;
	}
}
/* END min width 1025px */

/* BEGIN min width 1025px max width 1205 */
@media (min-width: 1025px) and (max-width: 1205px) {
	
}
/* END min width 1025px max width 1205 */

/* BEGIN max width 1024px */
@media (max-width: 1024px) {
	.header .mobi-toggler {
		display: block;
	}
	.header .header-navigation {
		float: none !important;		
		display: none;
		clear: both;
		background: #ff0000;
		padding: 0 20px;
		margin: 0 -20px 25px;
		font-size: 16px;
	}
	.header .header-navigation li {
		float: none;
		padding: 0;
		clear: both;
		display:inline;
		text-align:left;
	}
	.header .header-navigation li > a,
	.header .dropdown.open .dropdown-toggle,
	.header .header-navigation li.open > a {
		border-bottom: 1px solid #bb0000 !important;
		padding: 8px 10px 9px;
		margin: 0 0px;
		position: relative;
		color: #fff !important;
		background: none !important;
	}
	.header .header-navigation li > a:hover,
	.header .header-navigation li.active > a,
	.header .header-navigation li.open > a:hover {
		border-bottom: 1px solid #bb0000 !important;
		background: none !important;
		color: #bb0000 !important;
		text-decoration: none;
	}
	.header-navigation > ul > li.dropdown:hover > a:after {
	    border: none;
	}

	/* dropdown menu */
	.header-navigation .dropdown-menu,
	.header-navigation > ul > li > .dropdown-menu {
		position: static;
		width: 100%;
		margin: 0 0 10px 0;
		border: none;
		box-shadow: none;
		background: none;
		border-top: none;
		z-index: 22;
	}
	.header-navigation .dropdown-menu li {
		border: none !important;
		margin-left: 0px;
	}
	.header-navigation .dropdown-menu li > a {
		padding: 10px 10px 9px 30px;
		z-index: 999;
		position: relative;
	}
	.header-navigation .dropdown-menu li > a > i {
		display: none;
	}
	.header-navigation .dropdown-menu .dropdown-menu {
		display: block;
	}
}
/* END max width 1024px */

/* BEGIN max width 992px */	
@media (max-width: 992px) {
	/*footer ul {
    width: 100%;
}*/
}
/* END max width 992px */

/* BEGIN max width 980px */
@media (max-width: 980px) {

}

/* END max width 980px */

/* BEGIN max width 800px */
@media (max-width: 800px) {
	.partner .owl-theme .owl-controls .owl-buttons .owl-prev
	{
		left:0px;
	}
	.partner .owl-theme .owl-controls .owl-buttons .owl-next
	{
		right:0px;
	}
	
	.furniture .owl-theme .owl-controls .owl-buttons .owl-prev
	{
		left:250px;
	}
	.furniture .owl-theme .owl-controls .owl-buttons .owl-next
	{
		right:250px;
	}
	.furniture .owl-theme .owl-controls .owl-buttons div
	{
		top:inherit;
		bottom:-70px;
	}
}

/* END max width 800px */

/* BEGIN max width 767px */
@media (max-width: 767px) {
	
.branche-item .branch-address
{
	font-size:18px;
}
	
}
/* END max width 767px */

/* BEGIN max width 600px */
@media (max-width: 600px) {
    .main-pop {
        width:100% !important;
    }
    .bottom-social {
        margin-bottom:15px;
    }
    .text-center {
        text-align:left;
    }
}
/* END max width 600px */

/* BEGIN max width 480px */
@media (max-width: 480px) {
    .site-logo img {
        width:60%;
    }
    .about {
        padding: 40px 40px 40px 40px;
    }
    footer .text-center {
        text-align:left;
    }
}
/* END max width 480px */

/* BEGIN max width 450px */
@media (max-width: 450px) {
.th-item
{
	margin:15px 0 0 0;
}
.top-header .pull-right
{
	float:left !important;
}
}
/* END max width 450px */

/* BEGIN max width 360px */
@media (max-width: 360px) {
    .logo-pop {
        width:inherit !important;
    }
    .main-pop h1 {
        font-size:28px !important;
    }
    .brd-red {
        padding:20px !important;
    }
    .main-pop .logo-pop {
         margin: -40px auto 35px !important;
    }
}
/* END max width 360px */






