@media screen and (min-width: 992px) {
	.container {
		max-width: 1024px;
	}
}
/* nav header mobile */
.navbar-header {
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #cccccc;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #000;
}
@media screen and (max-width: 767px) {
	#header #nav {
		margin: 10px 0 20px;
	}
	#nav ul {
		float: none;
	}
	#nav ul.submenu {
		margin-left: 15px;
	}
	#nav ul.submenu a {
		font-size: 13px;
	}
	#nav ul li {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#nav ul li:first-child a,
	#nav ul li:last-child a,
	#nav ul li a  {
		display: block;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #dadada;
	}
	#nav ul li:after {
		display: none;
	}
	#nav .icons-dropdown {
		display: none;
	}
}

#primary {
	margin: 20px 0;
}

/* nav footer */
.nav-footer,
.nav-footer ul.nav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0;
	list-style: none;
}
.nav-footer ul.nav {
}
.nav-footer ul.nav > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 25px 0;
	padding: 0 15px;
	margin-left: -4px;
	text-align: left;
	width: 20%;
	font-size: 13px;
}
.nav-footer ul.nav > li a {
	display: block;
	vertical-align: top;
	margin: 0 0 7px 0;
	padding: 0;
	text-align: left;
	width: 100%;
	background-color: transparent;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.nav-footer ul.nav > li a:hover {	
	color: #df1a1a;
}
.nav-footer ul.nav > li a .icons-dropdown {
	display: none;
}
.nav-footer ul.nav > li li a {
	margin: 0 0 3px 0;
	color: #828282;
	font-size: 13px;
	font-weight: normal;
}
.nav-footer ul.nav > li li.active a,
.nav-footer ul.nav > li li a:hover {
	color: #df1a1a;
}

.copyright{
    font-family: 'Lato';
    color: #666;
}
.copyright .section-title {
    font-size: 15px;
    margin: 0px;
}

/* section show hide */
.section-wrap {
	margin: 30px 0;
	padding: 0;
}
.section-wrap .section-head {
	position: relative;
}
.section-wrap .section-title {
	font-size: 30px;
	margin-bottom: 20px;
	padding-right: 20px;
}
.section-wrap .show-hide-section {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    line-height: 1;
    font-size: 20px;
    padding: 5px 0 5px 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -oz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-wrap .show-hide-section:hover {
	color: #df1a1a;
}
.section-wrap .section-exceprt {
	margin-bottom: 40px;
}
.section-wrap .section-content {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

/* slider home */
.slider {
	position: relative;
	margin: 0;
	padding: 10px 0;
}
.slider .item img{
	width: 100%;
	height: auto;
}
.slider .slider-left {
	float: left;
	width: 21%;
}
.slider .slider-right {
	float: right;
	width: 78%;
}
.slider .slick-prev, 
.slider .slick-next {
	z-index: 9;
	width: 40px;
	height: 40px;
}
.slider .slick-prev:before, 
.slider .slick-next:before {
	color: #000;
	font-size: 40px;
	opacity: .4;
}
.slider .slick-next {
	right: 25px;
}
.slider .slick-prev {
	left: 25px;
}
.slick-home-nav .slick-slide.item {
	border: 4px solid #dadada;
	margin-bottom: 11px;
	cursor: pointer;
}
.slick-home-nav .slick-slide.item:hover,
.slick-home-nav .slick-slide.item.slick-current {
	border-color: #484848;
}

/* Page Heading */
.page-heading {
	width: 100%;
	position: relative;
	padding: 10px;
	margin: 10px 0 40px;
	background: url('../images/bg-page-heading.jpg') left top;
	background-size: 100% 100%;
}
.page-heading .heading-wrap {
	padding: 30px 30px;
	margin: 0;
	border: 1px solid #999;
}
.page-heading .heading-left {
	float: left;
	width: 37%;
}
.page-heading .heading-right {
	float: right;
	width: 60%;
}
.page-heading .heading-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 48px;
	color: #999;
	line-height: 1.4;
}
.page-heading .heading-title span {
	color: #669;
}
.page-heading .heading-excerpt {
	font-size: 14px;
    line-height: 2;
    color: #666;
}

/* News block list */
.news-block-list {
    position: relative;
    margin: 0;
    padding: 0;
}
.news-block-list .news-block-item {
    margin-bottom: 30px;
}
.news-block-list .title a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #303030;
}
.news-block-list .title a:hover {
    color: #000;
}
.news-block-list .entry-info {
    margin: 0 0 10px;
}
.news-block-list .entry-info .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 5px 0;
    font-size: 13px;
}
.news-block-list .entry-info .item i.fa {
    margin: 0 3px 0 0;
}

/* Single */
.single .page-content .tags_detail {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}
.single .page-content .tags_detail a {
    margin: 0 15px 0 0;
    color: #666699;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
.single .page-content .tags_detail a:hover {
    color: #fff;
}
.single .page-content .entry-content {
    margin: 0 0 30px;
}
.single .page-content .entry-info {
    margin: 0 0 10px;
}
.single .page-content .entry-info .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 5px 0;
    font-size: 13px;
}
.single .page-content .entry-info .item i.fa {
    margin: 0 3px 0 0;
}
.single .page-content .customers_comment {
    padding: 20px 0;
    border-top: 1px solid #dadada;
}

/* Grid Block List */
.grid-block-list {
	position: relative;
	margin: 20px 0;
	padding: 0;
}
.grid-block-list .block-item {
	margin: 0 0 40px 0;
}
.grid-block-list .image img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.page_navi {
	text-align: center;
}

.grid-block-list.mix-match .block-item {
	margin: 0 0 60px 0;
}
.grid-block-list.mix-match .block-item .block-item {
	margin: 0 0 30px 0;
}
.grid-block-list.mix-match .image {
	max-width: 768px;
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
}
.grid-block-list.mix-match .block-item .block-item .image {
	margin: 0;
	padding: 0;
}
.grid-block-list.mix-match .image img {
	max-width: 768px;
	height: auto;
}

/* Style Guide List */
.style-block-list {
	position: relative;
	margin: 20px 0;
	padding: 0;
}
.style-block-list .block-item {
	margin: 0 0 40px 0;
}
.style-block-list .block-item a {
	display: block;
}
.style-block-list .title {
	margin: 0 0 15px 0;
}
.style-block-list .title a {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 16px;
	font-family: 'Prata', sans-serif;
    color: #999;
}
.style-block-list .title a:hover {
    color: #df1a1a;
}
.style-block-list .image {
	position: relative;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #dadada;
	background-color: #fff;
}
.style-block-list .image img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.style-block-list .image-left {
	float: left;
	width: 49%;
}
.style-block-list .image-right {
	float: right;
	width: 49%;
}
.style-block-list .block-item:hover .sketch-fit {
	opacity: 0.5;
}
.style-block-list .image .sketch-fit {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0;
	text-align: center;
	background-color: #3579dc;
}
.style-block-list .image .sketch-fit span {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 2;
}
.style-block-list .image .sketch-fit.classic_fit {
	background-color: #3579dc;
}
.style-block-list .image .sketch-fit.fitted {
	background-color: #ff69b4;
}
.style-block-list .image .sketch-fit.relaxed_fit {
	background-color: #629632;
}
.style-block-list .sketch-des {
	text-align: center;
	font-size: 12px;
}
.style-block-list .btn-see-more {
	font-size: 13px;
	border: 1px solid #dadada;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.style-block-list .btn-see-more:hover {
	color: #df1a1a;
}

.block-title,
.block-title a {
	font-size: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	display: inline-block;
    width: 100%;
}

.filter_group {
	margin: 20px 0;
	padding: 0;
	position: relative;
}
.filter_group .filter_option {
	margin-bottom: 15px;
}
.filter_group .filter_option label,
.filter_group .filter_option input.checkbox {
	display: inline-block;
	cursor: pointer;
}
.filter_group .filter_option input.checkbox {
	margin: 0px 5px 3px 0px;
}

/* Form request */
.form_request {
	position: relative;
	margin: 0;
	padding: 40px 0 60px;
	font-size: 13px;
}
.form_request .row {	
	margin-bottom: 5px;
}
.form_request p {
	margin: 0;
}
.form_request label {
	margin-bottom: 10px;
}
.form_request label input[type=checkbox] {
	margin-right: 10px;
	position: relative;
    top: 2px;
}
.form_request select,
.form_request textarea,
.form_request input {
	margin-bottom: 10px;
	border: 1px solid #dadada;
	box-shadow: 2px 2px 7px #DDD;
}
.form_request .label {
	display: inline-block;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	padding: 8px 0 8px 10px;
}
.form_request input.medium {
	width: 80%;
}
.form_request input.small {
	width: 60%;
}
.form_request input.super-small {
	width: 30%;
}
.form_request .submit {
	display: table;
	margin: 15px auto;
}
.form_request .submit .btn {
	padding: 7px 20px;
	background-color: #df1a1a;
	color: #fff;
	text-transform: uppercase;
}
.form_request .submit .btn:hover {
	background-color: #dadada;
	color: #000;
}
.form_request span.wpcf7-not-valid-tip {
	font-size: 12px;
}
.form_request select.wpcf7-not-valid,
.form_request textarea.wpcf7-not-valid,
.form_request input.wpcf7-not-valid {
	border-color: red;
}
.sologan{
    color: white;
    font-size: 19px;
}