/***
Header and header elements
***/
.header {
	box-shadow: 0 1px 3px #ddd;
	background: #fff;
	border-radius: 0;
	margin-bottom: 23px;
	z-index: 999;
	position: relative;
}

/* FIX styles BEGIN */
.page-header-fixed .header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

body.page-header-fixed {
	padding-top: 88px !important; /* height of the header */
}

/* FIX styles END */

.header .container {
	position: relative;
}

.ie8 .header {
	border-bottom: 1px solid #eee;
}

.site-logo {
	float: left;
	font-size: 23px;
	font-weight: 400;

	margin-right: 67px;
	padding-top: 22px;
	padding-bottom: 22px;
}

.header .mobi-toggler {
	float: right;
	color: #D8D8D8;
	border: 1px solid #D8D8D8;
	border-radius: 100% !important;
	width: 32px;
	height: 32px;
	display: none;
	margin: 25px 0 0 30px;
	position: relative;
	background: #fff url(../img/icons/toggler.png) no-repeat 6px 8px;
}

.header .mobi-toggler i {
	display: none;
}

.header .mobi-toggler:hover {
	background: #e34f00 url(../img/icons/toggler.png) no-repeat 6px -28px;
	border-color: #e34f00;
	color: #fff;
}

/* Navigation */
.header-navigation {
	font: 15px "Open Sans", sans-serif;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-transform: uppercase;
}

.header-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-navigation > ul > li {
	float: left;
}

.header-navigation > ul > li > a {
	color: #333;
	display: block;
	padding: 29px 12px 30px;
}

.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
	color: #188DD4;
	background: #fcfcfc;
	text-decoration: none;
}

.header-navigation ul > li.active > a {
	border-bottom: 2px solid #e64f00;
}

/* dropdown menu */
@media (min-width: 1025px) {
	.header-navigation > ul > li:hover > .dropdown-menu {
		display: block;
	}
}

.header-navigation,
.header-navigation .dropdown {
	position: static;
}

.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
	position: relative;
}

.header-navigation .dropdown-menu {
	left: auto;
	top: 100%;
	padding: 0;
	background: #fff;
	position: absolute;
	border: none;
	box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
	text-transform: none;
	font: 13px "Open Sans", sans-serif;
	letter-spacing: 0;
	border-radius: 0;
	z-index: 9999;
}

.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
	display: none !important;
}

.dropdown-fix-left .dropdown-menu {
	left: 0;
	width: 700px;
}

.dropdown-fix-right .dropdown-menu {
	right: 0;
	width: 700px;
}

.header-navigation > ul > li > .dropdown-menu {
	margin-top: -5px;
	border-top: solid 3px transparent;
	z-index: 1001;
}

.header-navigation .dropdown100 > .dropdown-menu {
	left: 15px;
	right: 15px;
}

.header-navigation > ul > li.dropdown:hover > a:after {
	bottom: 0;
	width: 0;
	height: 0;
	z-index: 1002;
	content: " ";
	display: block !important;
	position: absolute;
	border-bottom: 8px solid #e6400c;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
	display: none !important;
}

.header-navigation li.dropdown100 > .dropdown-menu:after {
	display: none !important;
}

.header-navigation .dropdown-menu > li:first-child {
	border-top: solid 2px #ea4c1d;
}

.header-navigation .dropdown-menu li {
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #efefef;
	position: relative;
	float: none;
}

.header-navigation .dropdown-menu li:last-child {
	border: none;
}

.header-navigation .dropdown-menu li > a {
	padding: 10px 15px;
	font-weight: 400;
	color: #767f88;
}

.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
	background: #e6400c;
	color: #fff;
}

.dropdown-submenu > a:after {
	display: none;
}

/* navigation content */
.header-navigation-content {
	padding: 20px 30px;
	min-width: 600px;
}

.header-navigation-content .header-navigation-col {
	padding: 0;
}

.header-navigation-content h4,
.ecommerce .header-navigation-content h4 {
	font: bold 15px 'Open Sans', Arial, sans-serif;
	margin: 0 0 6px;
	padding: 10px 10px 5px;
	border-bottom: solid 1px #f0f0f0;
}

.header-navigation-content ul {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}

.header-navigation-content li {
	padding: 0;
	border: none !important;
}

.header-navigation-content li > a {
	display: block;
}

/* header navigation description */
.header-navigation-content-ext {
	padding: 20px 30px 2px;
	background: #fff;
}

.header-navigation-description {
	background: #fcfafb;
	margin: -20px 0 -2px -30px;
	padding: 20px;
	box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
}

.header-navigation-content-ext h4,
.ecommerce .header-navigation-content-ext h4 {
	border: none;
	padding: 10px 0 0;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li {
	border: none;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
	padding: 0 0 10px;
	color: #767f88;
	display: inline-block;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
	background: #fff;
	color: #e6400c;
}

/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
	left: 100%;
	right: auto;
	top: 6px;
}

.header-navigation .dropdown-menu a {
	position: relative;
}

.header-navigation .dropdown-menu .fa {
	position: absolute;
	top: 13px;
	right: 15px;
}

/* Top Search */
.header-navigation li.menu-search {
	position: relative;
	top: 26px;
}

.header-navigation li.menu-search span.sep {
	top: 0;
	width: 1px;
	height: 26px;
	background: #eaeaea;
	position: relative;
	margin: 0 18px 0 16px;
	display: inline-block;
}

.header-navigation li.menu-search i {
	color: #333;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	top: -6px;
	/*background: url(../img/icons/top-search-icon.png) no-repeat;*/
	width: 15px;
	height: 15px;
	opacity: 0.6;
}

.header-navigation li.menu-search i:hover {
	color: #188DD4;
	background-position: 0 -15px;
}

/*.header-navigation .fa-search:before {
	content: none;
}*/
.header-navigation .search-box {
	right: -7px;
	top: 100%;
	padding: 15px;
	display: none;
	background: #fcfafb;
	position: absolute;
	border-top: solid 2px #ea4c1d;
	box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
	width: 274px;
	margin-top: 0;
	z-index: 22;
}

.header-navigation .search-box:after {
	top: -8px;
	width: 0;
	height: 0;
	right: 8px;
	z-index: 2;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 8px solid #e6400c;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.header-navigation .search-box button {
	margin-left: 0 !important;
}

/* reduce navigation */
/*.page-header-fixed .site-logo,
.page-header-fixed .header-navigation > ul > li > a,
.page-header-fixed .header-navigation li.menu-search,
.page-header-fixed .top-cart-block {
	 transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
}*/
.reduce-header .site-logo {
	padding-top: 9px;
	padding-bottom: 11px;
}

@media (min-width: 1025px) {
	.reduce-header .header-navigation > ul > li > a {
		padding: 16px 12px 17px;
	}

	.ecommerce .reduce-header .header-navigation > ul > li > a {
		padding: 23px 12px 20px;
	}

	.reduce-header .header-navigation li.menu-search {
		top: 14px;
	}

	.ecommerce .reduce-header .header-navigation li.menu-search {
		top: 21px;
	}
}

.reduce-header .mobi-toggler {
	margin-top: 12px;
}

.page-header-fixed .header .mobi-toggler {
	transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	-ms-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-webkit-transition: margin 0.3s ease;
}


/* NON-ONE_PAGE_RESPONSIVE STUFF BEGINS HERE*/

/* BEGIN max width 1200px */
@media (max-width: 1200px) {
	.content-form-page .control-label {
		padding-left: 30px;
		padding-bottom: 5px;
	}

	.content-form-page .col-md-offset-4 {
		margin-left: 15px;
	}

	.content-form-page .pull-right {
		float: left !important;
	}

	.quote-v1 span {
		font-size: 20px;
	}
}

/* END max width 1200px */

/* BEGIN min width 1025px */
@media (min-width: 1025px) {
	.header .header-navigation {
		display: block !important;
	}
}

/* END min width 1025px */

/* BEGIN min width 1025px max width 1205 */
@media (min-width: 1025px) and (max-width: 1205px) {
	body.page-header-fixed {
		padding-top: 121px !important; /* height of the header */
	}

	.header .header-navigation {
		display: block !important;
		clear: both;
		margin-top: -10px;
		float: left !important;
	}

	.reduce-header .header-navigation {
		margin-top: -6px;
	}

	.header .header-navigation > ul > li {
		margin-right: 27px;
	}

	.header .header-navigation > ul > li > a {
		padding: 5px 0 18px;
	}

	.reduce-header .header-navigation > ul > li > a {
		padding-bottom: 13px;
	}

	.header .header-navigation > ul > li.active > a, .header .header-navigation > ul > li > a:hover, .header .header-navigation > ul > li > a:focus, .header .header-navigation > ul > li.open > a, .header .header-navigation > ul > li.open > a:hover, .header .header-navigation > ul > li.open > a:focus {
		background: none;
	}

	.header-navigation > ul > li.dropdown:hover > a:after {
		margin-left: 10px;
	}

	.dropdown-fix-right .dropdown-menu {
		left: 0;
		right: auto;
	}

	.header .header-navigation li.menu-search {
		top: 1px;
		margin-left: -20px;
	}

	.ecommerce .header .header-navigation li.menu-search {
		top: 2px;
	}

	.header .header-navigation li.menu-search span.sep {
		top: 2px;
		margin-right: 26px;
	}

	.header .header-navigation li.menu-search i {
		top: -4px;
	}
}

/* END min width 1025px max width 1205 */

/* BEGIN max width 1024px */
@media (max-width: 1024px) {
	body.page-header-fixed {
		padding-top: 107px !important; /* height of the header */
	}

	.header .mobi-toggler {
		display: block;
	}

	.header .header-navigation {
		float: none !important;
		display: none;
		clear: both;
		background: #F9F9F9;
		padding: 0 20px;
		margin: 0 -20px 25px;
		font-size: 16px;
	}

	.header .header-navigation li {
		float: none;
		padding: 0;
		clear: both;
	}

	.header .header-navigation li > a,
	.header .dropdown.open .dropdown-toggle,
	.header .header-navigation li.open > a {
		border-bottom: 1px solid #efefef !important;
		padding: 8px 10px 9px;
		margin: 0 -10px;
		position: relative;
		color: #666 !important;
		background: none !important;
	}

	.ecommerce .header .header-navigation li > a,
	.ecommerce .header .dropdown.open .dropdown-toggle,
	.ecommerce .header .header-navigation li.open > a {
		padding: 12px 10px 9px;
	}

	.header .header-navigation li > a:hover,
	.header .header-navigation li.active > a,
	.header .header-navigation li.open > a:hover {
		border-bottom: 1px solid #efefef !important;
		background: none !important;
		color: #dd4632 !important;
		text-decoration: none;
	}

	.header-navigation > ul > li.dropdown:hover > a:after {
		border: none;
	}

	.header-navigation > ul > li > a > i.fa-angle-down {
		display: block;
		float: right;
		margin: 3px 0 0;
	}

	/* dropdown menu */
	.header-navigation .dropdown-menu,
	.header-navigation > ul > li > .dropdown-menu {
		position: static;
		width: 100%;
		margin: 0;
		border: none;
		box-shadow: none;
		background: none;
		margin-top: 0;
		border-top: none;
		z-index: 22;
	}

	.header-navigation .dropdown-menu li {
		border: none !important;
		margin-left: 20px;
	}

	.header-navigation .dropdown-menu li > a {
		padding: 10px 10px 9px;
		z-index: 999;
		position: relative;
	}

	.header-navigation .dropdown-menu li > a > i {
		display: none;
	}

	.header-navigation .dropdown-menu .dropdown-menu {
		display: block;
	}

	.header-navigation .header-navigation-content {
		border: none;
	}

	.dropdown-megamenu .header-navigation-content {
		padding: 5px 0 0;
		margin-left: -20px;
	}

	.dropdown-megamenu .header-navigation-content .row {
		margin: 0;
	}

	.dropdown-megamenu .header-navigation-content .header-navigation-col {
		padding: 0;
		float: none;
		width: 100%;
	}

	.dropdown-megamenu .header-navigation-content h4 {
		font-size: 13px;
		padding: 10px 10px 9px;
		margin: 0 -10px 0 10px;
	}

	.header-navigation .dropdown-megamenu .header-navigation-content li > a {
		padding: 10px 10px 9px;
	}

	.header-navigation-content-ext {
		background: none;
	}

	.header-navigation-description {
		height: auto !important;
		background: none;
		box-shadow: none;
		padding: 0;
		margin: 0 10px;
	}

	.header-navigation-content-ext .col-md-6,
	.header-navigation-content-ext .col-md-3 {
		float: none;
		width: 100%;
	}

	.dropdown-megamenu .header-navigation-content-ext .col-md-3 h4 {
		border-bottom: 1px solid #EFEFEF;
	}

	.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
		display: block;
	}

	.header-navigation-content-ext .col-md-3, .header-navigation-content-ext .col-md-6 {
		padding: 0;
	}

	.header-navigation-content-ext .col-md-6 {
		margin-left: 10px;
	}

	.header-navigation-content-ext .col-md-6 h4 {
		margin-left: 0;
		padding-left: 0;
	}

	.header .nav-brands {
		margin: 15px 10px;
		padding: 0;
		width: 100%;
		background: #fff;
	}

	.header .nav-brands ul {
		border: 1px solid #F0F0F0;
		padding: 10px;
	}

	.header .nav-brands li {
		max-width: 50%;
		display: inline-block;
		border: none;
		margin-left: 0
	}

	.header .nav-brands li a,
	.header .nav-brands li a:hover {
		border: none !important;
		margin: 0 !important;
	}

	.nav-catalogue .dropdown-menu > li {
		margin-left: 0;
	}

	.nav-catalogue .header-navigation-content {
		padding: 20px 0 0;
	}

	.nav-catalogue .product-item {
		margin-bottom: 20px;
	}

	.header-navigation li.menu-search,
	.ecommerce .header-navigation li.menu-search {
		top: 0;
		padding: 20px 0 10px;
		position: relative;
	}

	.header-navigation li.menu-search span.sep {
		display: none;
	}

	.header-navigation .search-box {
		position: relative;
		right: auto;
		left: 0;
	}

	.header-navigation .search-box:after {
		right: auto;
		left: 0;
	}

	.top-cart-block {
		margin-top: 3px;
	}

	.page-header-fixed .header-navigation {
		height: 300px;
		overflow: auto;
	}
}

/* END max width 1024px */

/* BEGIN max width 992px */
@media (max-width: 992px) {
	.shop-index-carousel {
		margin-left: 0;
		margin-right: 10px;
	}

	.brands .container {
		padding-right: 25px;
	}

	.sidebar-menu a:focus {
		color: #333 !important;
		text-decoration: none;
	}

	.sale-product___removed {
		margin-bottom: 40px;
	}

	.new-arrivals___removed {
		margin-left: 15px;
		padding-left: 0;
	}

	.two-items-bottom-items {
		margin-bottom: 40px;
	}

	.carousel img {
		width: 100%;
	}

	.steps-block-col:last-child {
		margin-right: 25px;
		margin-bottom: 0;
	}

	.steps-block .steps-block-col div {
		margin-left: 0;
		margin-right: 0;
	}

	.steps-block h2 {
		font-size: 43px;
	}

	.steps-block em {
		text-transform: uppercase;
	}

	.steps-block-col span {
		display: none;
	}

	.steps-block-col .fa {
		display: block;
	}

	.pre-footer-subscribe-box form {
		width: 100%;
	}

	.sidebar-products img {
		float: none;
		margin-bottom: 5px;
		width: 100%;
		height: auto;
	}

	.sidebar-products h3,
	.sidebar-products .price {
		margin-left: 0;
	}

	.product-page-options .pull-left {
		margin-bottom: 10px;

	}

	.product-quantity {
		margin-bottom: 10px;
	}

	/*
	if you want to hide buttons on mobile view, uncomment this block
	.pi-img-wrapper div {
		display: none !important;
	}*/
	.review .rateit {
		width: 100%;
		margin-bottom: 10px;
	}

	.list-view-sorting .pull-right {
		margin-bottom: 10px;
	}

	.service-box p, .service-box .service-box-heading em, .service-box .service-box-heading span {
		display: block;
		text-align: center;
	}

	.service-box .service-box-heading em {
		margin-bottom: 10px;
	}

	.quote-v1 {
		text-align: center;
	}

	.quote-v1 .text-right {
		text-align: center;
	}

	.recent-work .owl-carousel {
		margin-left: -10px;
	}

	.our-clients .owl-carousel {
		margin-left: -2px;
	}

	.recent-work .owl-carousel,
	.our-clients .owl-carousel {
		padding-top: 30px;
	}

	.recent-work .owl-buttons,
	.our-clients .owl-buttons {
		top: 0;
		left: -3px;
	}

	.our-clients .owl-buttons {
		left: -10px;
	}

	.testimonials-v1 {
		padding-top: 40px;
	}

	.recent-work .recent-work-item .fa {
		width: 36px;
		height: 36px;
		margin-top: -18px;
		font-size: 14px;
		padding: 12px;
	}

	.recent-news-inner {
		padding: 10px 15px 0;
	}

	.ecommerce .pre-footer-subscribe-box h2, .corporate .pre-footer-subscribe-box h2 {
		padding-top: 0;
	}

	.pre-footer .pre-footer-subscribe-box {
		padding-bottom: 25px;
	}

	.ecommerce .pre-footer-subscribe-box form {
		width: 100%;
	}

	.ecommerce .content-search h1 {
		padding-top: 0;
		margin-bottom: 3px;
	}

	.content-search form {
		margin: 0 0 6px;
	}
}

/* END max width 992px */

/* BEGIN max width 767px */
@media (max-width: 767px) {
	.pre-header .pull-right {
		float: left !important;
	}

	.pre-header .pull-right li:first-child {
		padding-left: 0;
	}

	.ecommerce .pre-footer-subscribe-box form {
		float: none;
		width: auto;
	}

	.header .header-navigation {
		margin: 0 -10px 0;
		padding: 0 10px;
	}

	.header-navigation-content {
		min-width: 100px;

	}

	.sidebar {
		margin-bottom: 40px;
	}

	.sidebar___removed {
		margin-bottom: 40px;
	}

	.sidebar-menu .fa-angle-right {
		display: inline-block;
	}

	.pre-footer .pull-right,
	.footer .pull-right {
		float: none !important;
	}

	.pre-footer .pull-right,
	.footer .pull-right {
		padding-top: 15px;
	}

	.footer .list-inline > li {
		padding-left: 0;
		margin-right: 5px;
	}

	.form-info {
		border-left: none;
		padding-left: 0;
		padding-top: 30px;
		border-top: 1px solid #E4E6E8;
		margin-bottom: 0;
	}

	.sidebar-products .item {
		float: left;
		width: 48%;
		margin-bottom: 20px;
		padding: 0 10px 10px;
	}

	.sidebar-products img {
		width: 100%;
		height: auto;
	}

	.list-view-sorting {
		/*background: #fff;*/
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.list-view-sorting .col-md-10 {
		padding-right: 0;
	}

	.product-other-images {
		margin-bottom: 40px;
	}

	.product-page-options .pull-left {
		margin-bottom: 0;
	}

	.product-item .img-responsive {
		width: 100%;
	}

	.pagination {
		float: left !important;
		padding-top: 10px;
	}

	.pagination > li {
		margin-left: 0;
		margin-right: 5px;
	}

	.pre-footer .margin-bottom-40 {
		margin-bottom: 0;
	}

	.ls-layer3 .ls-price strong {
		top: -15px;
	}

	.glyphicons-demo ul li {
		width: 12.5%;
	}

	.tab-style-1 .tab-content img {
		margin: 5px 0 10px;
	}

	.testimonials-v1 {
		padding-top: 20px;
	}

	.front-steps-wrapper {
		margin-left: -10px;
		margin-right: -10px;
	}

	.front-steps-wrapper .front-step-col {
		padding-left: 15px;
		padding-right: 15px;
	}

	.front-steps-wrapper .front-step:after {
		display: none;
	}

	.blog-posts h2, .ecommerce .blog-posts h2 {
		padding-top: 15px;
	}

	.footer img {
		margin-bottom: 10px;
	}
}

/* END max width 767px */

/* BEGIN max width 600px */
@media (max-width: 600px) {
	.ls-layer3 .ls-price strong {
		top: -5px;
	}
}

/* END max width 600px */

/* BEGIN max width 480px */
@media (max-width: 480px) {
	.pre-header .list-inline li {
		display: block;
		border: none;
		margin-bottom: 10px;
		padding: 0;
	}

	.pre-header .col-md-6 {
		float: left;
	}

	.pre-header .additional-nav {
		float: right;
		text-align: right;
	}

	.nav-catalogue .pi-price {
		margin-bottom: 10px;
	}

	.nav-catalogue .pi-price,
	.nav-catalogue .product-item .add2cart {
		float: none;
	}


	.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
		display: none;
	}

	.steps-block-simple h2 {
		font-size: 21px;
	}

	.steps-block-simple em {
		font-size: 14px;
		text-transform: inherit;
	}

	.ecommerce .pre-footer-subscribe-box h2,
	.corporate .pre-footer-subscribe-box h2 {
		float: none;
	}

	.list-view-sorting .pull-right {
		float: left !important;
		margin: 0 30px 10px 0;
	}

	.header .top-cart-block {
		margin-top: 0;
	}

	.reduce-header .top-cart-block {
		margin-top: 0;
		margin-bottom: 19px;
	}
}

/* END max width 390px */


/* END max width 330px */

/* BEGIN max width 320px */
@media (max-width: 320px) {
	.site-logo {
		margin-right: 0;
	}
}

/* END max width 320px */