@import url('https://fonts.googleapis.com/css?family=Cormorant+Infant:400,500,700&subset=cyrillic');
@font-face {
font-family: "Mon Amour Two";
src: url("../font/MonAmourTwo.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-family: "Mon Amour Two", serif;
	font-size: 44px;
	color: #5d260e;
	display: block;
	line-height: 50px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* header */
header {
	padding: 30px 0;
	position: relative;
	background: url("../image/general/coffee-header.jpg") left top no-repeat;
	background-size: contain;
}
header .header-bg {
	position: absolute;
	left: 0;
	top: 0;
}
header .contacts {
	margin-top: 60px;
	font-family: 'Cormorant Infant', serif;
	font-size: 24px;
	color: #3a2828;
}
footer .contacts {
	font-family: 'Cormorant Infant', serif;
	font-size: 24px;
	color: #fff;
}
header .contacts span,
footer .contacts span{
	display: block;
	padding-bottom: 12px;
}
header .backcall-btn {
	margin-top: 60px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #ae9193;
	text-align: center;
}
header .backcall-title {
	display: block;
	margin-bottom: 6px;
}
header .backcall-btn a {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #3a2828;
	background: url("../image/general/backcall.png") center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-indent: -10000px;
}
header .backcall-btn a:hover {
	/*box-shadow: 0 0 10px #5d260e;
	-moz-box-shadow: 0 0 10px #5d260e;
	-webkit-box-shadow: 0 0 10px #5d260e;
	border-radius: 0;
	padding: 0 30px;
	width: 42px;
	height: 42px;
	border: 3px solid #3a2828;
	border-radius: 4px;*/
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
	text-align: center;
}
#logo img {
	margin: 0 !important;
	display: inline-block;
}

#logo h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -5px;
}

#imperia-home .content {
	padding: 50px 0;
}

/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* section slogan */
section.slogan {
	background: url(../image/general/coffee-bag.jpg) center right no-repeat;
	background-size: contain;
}
section.slogan .slogan-wrapper {
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	line-height: 30px;
	margin-top: 180px;
	margin-bottom: 500px;
}
section.slogan .slogan-text {
	color: #8d6740;
}
section.slogan .slogan-text span {
	font-weight: bold;
}
section.slogan .slogan-author {
	display: block;
	margin-top: 15px;
	font-family: 'Cormorant Infant', serif;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5d260e;
}

/* section advantages */
section.advantages {
	background: url(../image/general/coffee-fields.jpg) bottom center no-repeat;
	background-size: cover;
	padding: 50px 0 300px;
}
section.advantages .advantages-wrapper {

}
section.advantages .advantage {
	text-align: center;
}
section.advantages .advantage-title {
	font-family: "Mon Amour Two", serif;
	font-size: 28px;
	color: #8d6740;
	display: block;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
}
section.advantages .advantage-text {
	font-family: 'Cormorant Infant', serif;
	font-size: 21px;
	color: #3a2828;
	padding: 0 15px;
	line-height: 24px;
}
/* sections quotation */
section.quotation,
section.quotation2 {
	padding: 200px 0;
}
section.quotation {
	background: url("../image/general/coffee-cup.jpg") center no-repeat;
	background-size: cover;
}
section.quotation2 {
	background: url("../image/general/coffee-cup-books.jpg") center no-repeat;
	background-size: cover;
}
section.quotation .quotation-wrapper,
section.quotation2 .quotation-wrapper {
	text-align: center;
}
section.quotation .quotation-text,
section.quotation2 .quotation-text {
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 30px;
}
section.quotation .quotation-text span,
section.quotation2 .quotation-text span {
	font-weight: bold;
}
section.quotation .quotation-author,
section.quotation2 .quotation-author {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

/* section brands */
section.brands {
	padding: 50px 0 100px;
	background: url("../image/general/coffee-spices.jpg") left bottom no-repeat;
	background-size: contain;
}
.brands-wrapper {
	position: relative;
	padding: 0 100px;
}
.brands-wrapper .slick-prev,
.brands-wrapper .slick-next {
	position: absolute;
	top: 47%;
	display: block;
	width: 100px;
	height: 100px;
	z-index: 1;
	cursor: pointer;
}
.brands-wrapper .slick-prev:before,
.brands-wrapper .slick-next:before {
	content: none;
}
.brands-wrapper .slick-prev {
	background: url("../image/general/arrow_left.png") center no-repeat !important;
	left: -100px;
}
.brands-wrapper .slick-next {
	background: url("../image/general/arrow_right.png") center no-repeat !important;
	right: -100px;
}
.brands-wrapper .slick-track {
	display: flex;
}
.brands-wrapper .slick-slide {
	display: flex !important;
	height: auto;
	align-items: center;
	justify-content: center;
	opacity: .5;
	margin: 0 10px;
}
.brands-wrapper .slick-slide.slick-active,
.brands-wrapper .slick-slide:hover {
	opacity: 1;
}
.section-title {
	font-family: "Mon Amour Two", serif;
	font-size: 44px;
	color: #5d260e;
	display: block;
	line-height: 50px;
	text-align: center;
	margin-bottom: 40px;
}
.button-wrapper {
	margin: 100px 0 30px;
	text-align: center;
}
.button-wrapper.feat {
	margin: 50px 0 30px;
}
.btn-standart {
	display: inline-block;
	font-family: 'Cormorant Infant', serif;
	font-size: 28px;
	color: #3a2828;
	line-height: 30px;
	padding: 10px 30px;
	border: 2px solid #3a2828;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-standart:hover,
.btn-standart:focus {
	color: #fff;
	background-color: #5d260e;
	border: 2px solid #5d260e;
	text-decoration: none;
}
.btn-standart.smaller {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 30px;
	margin-top: 30px;
}
.featured-products .product-layout {
	padding: 0;
}
.featured-products .product-thumb {
	border: 1px solid #ebecee;
	border-left: 1px solid transparent;
}
.featured-products .product-layout:first-child .product-thumb {
	border-left: 1px solid #ebecee;
}
.featured-products .product-layout .product-thumb:hover {
	border: 1px solid #8d6740;
}
.featured-products .product-thumb .caption {
	padding: 0;
	position: relative;
	min-height: 0;
}
.featured-products .caption .weight {
	position: absolute;
	right: 10px;
	top: -30px;
	display: block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #8d6740;
	font-family: "Mon Amour Two", serif;
	font-size: 16px;
	font-weight: bold;
}
.featured-products .caption h4 {
	padding: 5px 20px;
	height: 70px;
	margin-bottom: 0;
}
.featured-products .product-layout .product-thumb:hover .caption h4 {
	background-color: #8d6740;
}
.featured-products .caption h4 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #8d6740;
	line-height: 20px;
}
.featured-products .caption h4 a:hover,
.featured-products .caption h4 a:focus {
	text-decoration: none;
}
.featured-products .product-layout .product-thumb:hover .caption h4 a {
	color: #fff;
}


	/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	text-align: center;
	line-height: 20px;
}
#menu .navbar-nav {
	float: none;
	display: inline-block;
}
#menu .nav > li {
	padding: 10px 15px 10px 15px;
}
#menu .nav > li > a {
	font-family: 'Cormorant Infant', serif;
	font-size: 28px;
	color: #3a2828;
	padding: 0;
	min-height: 15px;
	background-color: transparent;
}
footer #menu .nav > li > a {
	color: #fff;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #8d6740;
}
footer #menu .nav > li > a:hover, footer #menu .nav > li.open > a {
	color: #baa0a0;
}
footer .footer-modules {
	margin-bottom: 80px;
}
.powered {
	margin-top: 50px;
	font-family: 'Cormorant Infant', serif;
	font-size: 21px;
}
.footer-subscription h3 {
	font-family: "Mon Amour Two", serif;
	font-size: 38px;
	color: #fff;
	display: block;
	line-height: 50px;
	text-align: center;
	margin-bottom: 40px;
}
.newsletters .input-group input {
	height: 80px;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	text-align: center;
}
.newsletters button[type="submit"] {
	margin-top: 44px;
	font-family: 'Cormorant Infant', serif;
	font-size: 18px;
	text-transform: uppercase;
	background: none;
	border: 2px solid #fff;
	border-radius: 0;
	padding: 10px 40px;
}
.newsletters button[type="submit"]:hover,
.newsletters button[type="submit"]:focus {
	background: none;
	border: 2px solid #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
}
.footer-logo {
	margin-top: 100px;
	padding: 80px 0 20px;
}
.footer-logo a,
.footer-logo img {
	display: inline-block;
}

#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding: 60px 0 100px;
	background: url("../image/general/coffee-footer.jpg") bottom center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	background-color: #fff;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 250px;
}
.product-list .product-thumb .caption {
	margin-left: 260px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* POPUP */
.fsp-wrapper {
	background: none !important;
	background-color: rgba(58, 40, 40, .9) !important;
}
.fsp-close {
	font-size: 60px !important;
	right: 30px !important;
	top: 30px !important;
	color: #fff !important;
	text-decoration: none !important;
}
.callback .cb-title,
.callback .success-message {
	font-family: "Mon Amour Two", serif;
	font-size: 28px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
	margin-bottom: 50px;
}
.callback .success-message {
	padding: 150px 0;
}
.callback .callback-form {
	padding: 0 15%;
}
.callback .callback-form input {
	display: block;
	width: 100%;
	height: 40px;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	border: none;
	border: 1px solid transparent;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
.callback .callback-form input:hover,
.callback .callback-form input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
}
.callback .callback-form input:focus {
	border: 1px solid #fff;
}
.callback .callback-form input::-webkit-input-placeholder {
	color: #ccc;
	font-family: "Open Sans", sans-serif;
}
.callback .callback-form input::-moz-placeholder {
	color: #ccc;
	font-family: "Open Sans", sans-serif;
}
.callback .callback-form input:-ms-input-placeholder {
	color: #ccc;
	font-family: "Open Sans", sans-serif;
}
.callback .callback-form input:-moz-placeholder {
	color: #ccc;
	font-family: "Open Sans", sans-serif;
}
.callback .fcallback {
	display: inline-block;
	cursor: pointer;
	margin-top: 44px;
	font-family: 'Cormorant Infant', serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: none;
	border: 2px solid #fff;
	border-radius: 0;
	padding: 10px 40px;
}
.callback .ok-message {
	margin-top: 15px;
	color: #e53935;
}

/* contacts */
#information-contact h1 {
	font-family: "Mon Amour Two", serif;
	font-size: 44px;
	color: #5d260e;
	display: block;
	line-height: 50px;
	text-align: center;
	margin-bottom: 40px;
}
#information-contact .panel-default {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 80px;
}
#information-contact .contactinfo .shoptitle {
	font-family: 'Cormorant Infant', serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3a2828;
	line-height: 40px;
	margin-bottom: 40px;
}
#information-contact .contactinfo .contactinfo-text {
	font-family: 'Cormorant Infant', serif;
	font-size: 18px;
	color: #3a2828;
	font-weight: bold;
	padding-right: 100px;
	margin-bottom: 40px;
}
#information-contact .contactinfo .contactinfo-block {
	position: relative;
	padding-left: 30px;
	padding-right: 100px;
	font-family: 'Cormorant Infant', serif;
	font-size: 18px;
	color: #3a2828;
	font-weight: bold;
	margin-bottom: 20px;
}
#information-contact .contactinfo .contactinfo-block a {
	font-family: 'Cormorant Infant', serif;
	font-size: 18px;
	color: #3a2828;
	text-decoration: none;
}
#information-contact .contactinfo .contactinfo-block a:hover,
#information-contact .contactinfo .contactinfo-block a:focus {
	color: #3a2828;
	background: none;
	text-decoration: none;
}
#information-contact .contactinfo .contactinfo-block address {
	margin: 0;
}
#information-contact .contactinfo .contactinfo-block.address:before {
	content:"\f041";
	position: absolute;
	left: 0;
	top: 1px;
	font-family: "FontAwesome";
	font-size: 16px;
	color: #3a2828;
	display: block;
	width: 16px;
	text-align: center;
}
#information-contact .contactinfo .contactinfo-block.email:before {
	content:"\f0e0";
	position: absolute;
	left: 0;
	top: 1px;
	font-family: "FontAwesome";
	font-size: 16px;
	color: #3a2828;
	display: block;
	width: 16px;
	text-align: center;
}
#information-contact .contactinfo .contactinfo-block.phone:before {
	content:"\f095";
	position: absolute;
	left: 0;
	top: 1px;
	font-family: "FontAwesome";
	font-size: 16px;
	color: #3a2828;
	display: block;
	width: 16px;
	text-align: center;
}
#information-contact .contact-form input {
	border: 1px solid #3a2828;
	border-radius: 0;
	height: 40px;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #3a2828;
}
#information-contact .contact-form input::-webkit-input-placeholder,
#information-contact .contact-form textarea::-webkit-input-placeholder {
	color: #ab9392;
	font-family: "Open Sans", sans-serif;
}
#information-contact .contact-form input::-moz-placeholder,
#information-contact .contact-form textarea::-moz-placeholder {
	color: #ab9392;
	font-family: "Open Sans", sans-serif;
}
#information-contact .contact-form input:-ms-input-placeholder,
#information-contact .contact-form textarea:-ms-input-placeholder {
	color: #ab9392;
	font-family: "Open Sans", sans-serif;
}
#information-contact .contact-form input:-moz-placeholder,
#information-contact .contact-form textarea:-moz-placeholder {
	color: #ab9392;
	font-family: "Open Sans", sans-serif;
}
#information-contact .contact-form textarea {
	border: 1px solid #3a2828;
	border-radius: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #3a2828;
}
#information-contact .contact-form .buttons input[type=submit] {
	display: inline-block;
	font-family: 'Cormorant Infant', serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	background: none;
	color: #3a2828;
	border: 2px solid #3a2828;
	border-radius: 0;
	padding: 5px 40px;
	line-height: 20px;
	box-shadow: none;
	margin-right: 30px;
	height: auto;
	vertical-align: top;
}
#information-contact .contact-form .buttons #formClearer {
	display: inline-block;
	cursor: pointer;
	font-family: 'Cormorant Infant', serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	background: none;
	color: #3a2828;
	border: 2px solid #3a2828;
	border-radius: 0;
	padding: 5px 40px;
	line-height: 20px;
	box-shadow: none;
	vertical-align: top;
}
#information-contact .contact-form .buttons input[type=submit]:hover,
#information-contact .contact-form .buttons #formClearer:hover {
	color: #ab9392;
	border: 2px solid #ab9392;
}
#map {
	height: 600px;
}

#product-manufacturer {
	padding-bottom: 80px;
	background: url(../image/general/coffee-spices-reverse.jpg) right bottom no-repeat;
	background-size: contain;
}
#product-manufacturer.single,
#product-category,
#product-product {
	background: url(../image/general/coffee-spoon.jpg) right bottom no-repeat;
	background-size: contain;
}
#content.brands .brand-item {
	margin-bottom: 30px;
	height: 165px;
}
#content.brands .brand-inner {
	display: table;
	height: inherit;
}
#content.brands .brand-wrapper {
	display: table-cell;
	vertical-align: middle;
}
#content.brands a.brand {
	display: block;
	position: relative;
	overflow: hidden;
}
#content.brands a.brand img.hidden-bg {
	visibility: hidden;
	width: 100%;
}
#content.brands a.brand .gradient-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(transparent, black);
}
#content.brands a.brand img.brand-logo {
	max-width: 100%;
	max-height: 100%;
}
#content.brands a.brand img.brand-logo.fill-white {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

#content.brand .title-wrapper,
#content.product .title-wrapper {
	margin: 50px 0;
}
#content.brand h1,
#content.product h1 {
	font-family: 'Cormorant Infant', serif;
	text-align: left;
	font-size: 30px;
	margin: 0;
	color: #3a2828;
}
#content.product h1 {
	font-size: 28px;
	line-height: 30px;
}
a.return {
	position: relative;
	display: inline-block;
	margin: 15px 0;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #ae9193;
	padding-left: 15px;
}
a.return:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	width: 5px;
	height: 20px;
	background: url("../image/return-arrow.png") center no-repeat;
}
#content.brand .brand-info {
	margin-bottom: 120px;
}
#content.brand .brand-image {
	text-align: center;
	border: 1px solid rgba(58, 40, 40, .5);
}
#content.product .thumbnails a {
	border: 1px solid rgba(58, 40, 40, .5);
	border-radius: 0;
}
#content.brand .brand-image img {
	background: url(../image/general/brand-image-bg.png) repeat;
}
#content.brand .brand-data,
#content.product .product-data {
	font-family: 'Cormorant Infant', serif;
	font-size: 18px;
	color: #3a2828;
}
#content.product .product-data .attributes {
	font-weight: bold;
	margin: 20px 0;
}
#content.product .product-data .attribute-item {
	line-height: 20px;
	margin-bottom: 6px;
}
#content.product .product-data .attribute-title {
	display: inline-block;
	width: 30%;
	float: left;
	vertical-align: top;
}
#content.product .product-data .attribute-value {
	display: inline-block;
	width: 70%;
	vertical-align: top;
}
#content.brand .brand-data .brand-description {
	margin-bottom: 50px;
}
#content.brand .brand-data .attribute-item {
	margin-bottom: 15px;
}
#content.brand .brand-data .attribute-item .attribute-value {
	font-weight: bold;
}
#content.brand .to-catalog-wrapper {
	text-align: center;
}
#content.brand .brand-products .product-thumb {
	border: 1px solid #ebecee;
	border-right: 1px solid transparent;
	margin-left: -15px;
	margin-right: -15px;
}
#content.brand .brand-products .product-thumb .caption {
	padding: 0;
	position: relative;
	min-height: 0;
}
#content.brand .brand-products .product-thumb .caption .weight {
	position: absolute;
	right: 10px;
	top: -30px;
	display: block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #8d6740;
	font-family: "Mon Amour Two", serif;
	font-size: 16px;
	font-weight: bold;
}
#content.brand .brand-products .product-thumb .caption h4 {
	padding: 5px 20px;
	height: 70px;
	margin-bottom: 0;
}
#content.brand .brand-products .product-thumb .caption h4 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #8d6740;
	line-height: 20px;
}
#content.brand .brand-products .product-layout:last-child .product-thumb {
	border-right: 1px solid #ebecee;
}
#content.brand .brand-products .product-layout .product-thumb:hover {
	border: 1px solid #8d6740;
}
#content.brand .brand-products .product-layout .product-thumb:hover h4 {
	background-color: #8d6740;
}
#content.brand .brand-products .product-layout .product-thumb:hover h4 a {
	color: #fff;
}
#content .about-us p,
#content .for-clients p {
	font-family: 'Cormorant Infant', serif;
	font-size: 20px;
	font-weight: bold;
	color: #3a2828;
	line-height: 26px;
}
#content .about-us .intro,
#content .for-clients .intro {
	padding: 0 0 80px;
	text-align: center;
}
#content .about-us .intro p {
	margin-bottom: 20px;
}
#content .for-clients .intro img {
	margin-bottom: 30px;
}
#content .about-us section.paragraph1 {
	position: relative;
	padding: 150px 0;
}
#content .about-us section.paragraph1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url("../image/general/coffee-beans-bg.jpg") center no-repeat;
	background-size: cover;
}
#content .about-us section.paragraph1 .text {
	padding-left: 100px;
}
#content .about-us section.paragraph2 {
	position: relative;
	background: url("../image/general/people-bg.jpg") center no-repeat;
	background-size: cover;
	text-align: right;
	height: 680px;
}
#content .for-clients section.paragraph2 {
	position: relative;
	text-align: right;
	height: 354px;
}
#content .about-us section.paragraph2 .text,
#content .about-us section.paragraph2 .outro-wrapper,
#content .for-clients section.paragraph2 .text,
#content .for-clients section.paragraph2 .outro-wrapper {
	padding: 150px 0;
}
#content .about-us section.paragraph2 .outro-wrapper {
	position: relative;
	height: 680px;
}
#content .for-clients section.paragraph2 .outro-wrapper {
	position: relative;
	height: 354px;
}
#content .about-us section.paragraph2 .outro {
	position: absolute;
	width: 100%;
	height: 1180px;
	bottom: -500px;
	left: -15px;
	background: url(../image/general/coffee-cup-bg.jpg) center bottom;
	background-size: cover;
}
#content .for-clients section.paragraph2 .outro {
	position: absolute;
	width: 100%;
	height: 854px;
	bottom: -500px;
	left: -15px;
	background: url(../image/general/forclients-movenpick-bg.jpg) center bottom;
	background-size: cover;
}
#content .about-us section.paragraph2 p,
#content .for-clients section.paragraph2 p {
	padding-right: 85px;
	margin-bottom: 20px;
}
#content .about-us .outro-bg,
#content .for-clients .outro-bg {
	height: 500px;
	background: url("../image/general/coffee-fields.jpg") center bottom;
	background-size: cover;
}
#content .about-us .outro-inner,
#content .for-clients .outro-inner {
	height: 100%;
	position: relative;
}
#content .about-us .outro-text {
	position: absolute;
	height: 500px;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 172px 0;
}
#content .for-clients .outro-text {
	position: absolute;
	width: 50%;
	top: 250px;
	right: 15px;
}
#content .for-clients .outro-img {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
#content .about-us section.paragraph2 .outro-text p {
	padding-left: 115px;
	padding-right: 0;
	text-align: left;
	color: #fff;
	margin: 0;
}
#content .for-clients section.paragraph2 .outro-text p {
	padding-left: 60px;
	padding-right: 0;
	text-align: left;
	color: #fff;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	line-height: 30px;
}

/* Catalog */
aside .left-title {
	padding: 10px 0;
	line-height: 20px;
	border-bottom: 1px solid #8d6740;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #8d6740;
}
aside .list-group a {
	display: block;
	padding: 15px 0;
	border: none;
	background: none;
	font-family: 'Cormorant Infant', serif;
	font-size: 18px;
	font-weight: bold;
	color: #3a2828;
	border-bottom: 1px solid #ebecee;
}
aside .list-group a:last-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
aside .list-group a.active,
aside .list-group a.active:hover,
aside .list-group a:hover {
	border: none;
	border-bottom: 1px solid #8d6740;
	background: none;
	text-shadow: none;
	color: #8d6740;
}
aside .list-group a.focus {
	background: none;
}
.view-buttons button.btn-default {
	background: none;
	border: none;
	box-shadow: none;
	color: #ebecee;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0 !important;
	padding: 0 10px;
	line-height: 20px;
}
.view-buttons button.btn-default:first-child {
	padding-left: 0;
}
.view-buttons button.btn-default.active {
	color: #8d6740;
}
.view-buttons button.btn-default:hover,
.view-buttons button.btn-default:focus,
.view-buttons button.btn-default.active:hover,
.view-buttons button.btn-default.active:focus {
	color: #8d6740;
	background: none;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #8d6740;
}
.tooltip.top .tooltip-inner {
	background-color: #8d6740;
}
#product-category #content {
	padding-bottom: 240px;
}
#product-category .view-filters {
	border-bottom: 1px solid #ebecee;
}
#product-category .view-filters .view-block {
	padding-top: 10px;
	padding-bottom: 10px;
}
#product-category .view-filters .sort-block {
	padding-right: 0;
}
#product-category .view-filters .count-block {
	padding-left: 0;
}
#product-category .view-filters .form-group {
	display: block;
	margin: 0;
}
#product-category .view-filters select {
	visibility: hidden;
}
#product-category .view-filters .select2 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#product-category .view-filters .count-block .select2 {

}
#product-category .view-filters .select2-container--default .select2-selection--single {
	border: none;
	border-radius: 0;
	height: 40px;
	outline: none;
}
#product-category .view-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #8d6740;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid transparent;
}
#product-category .view-filters .sort-block .select2-container--default .select2-selection--single .select2-selection__rendered {
	border-right: 1px solid #ebecee;
}
#product-category .view-filters .select2.select2-container--open .select2-selection--single .select2-selection__rendered {
	border: 1px solid #8d6740;
}
#product-category .view-filters .select2.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered {
	border-bottom: 0;
}
#product-category .view-filters .select2.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered {
	border-top: 0;
}
#product-category .view-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
#product-category .view-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #8d6740 transparent transparent transparent;
}
#product-category .view-filters .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #8d6740 transparent;
}
.select2-container--open .sort-dropdown {
	border-radius: 0;
	border: 1px solid #8d6740;
}
.select2-container--open .select2-dropdown--below.sort-dropdown {
	border-top: 0;
}
.select2-container--open .select2-dropdown--above.sort-dropdown {
	border-bottom: 0;
}
.sort-dropdown .select2-results {
	color: #8d6740;
}
.sort-dropdown .select2-results__option {
	padding: 2px;
	padding-left: 15px;
}
.sort-dropdown .select2-results__option[aria-selected=true],
.select2-container--default .sort-dropdown .select2-results__option--highlighted[aria-selected],
.sort-dropdown .select2-results__option:hover {
	background-color: transparent !important;
	color: #3a2828;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {

}
#product-category .product-grid .product-thumb {
	border: 1px solid transparent;
	border-right-color: #ebecee;
	border-bottom-color: #ebecee;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
}
#product-category .product-list .product-thumb {
	border: 1px solid #ebecee;
	border-top: 1px solid transparent;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
}
#product-category .product-list .product-thumb:hover {
	border: 1px solid #8d6740;
}
#product-category .product-grid:nth-child(3n+3) .product-thumb {
	border-right-color: transparent;
}
#product-category .product-grid .product-thumb:hover {
	border: 1px solid #8d6740;
}
#product-category .product-grid .product-thumb .caption,
#product-category .product-list .product-thumb .caption {
	padding: 0;
	position: relative;
	padding-bottom: 30px;
}
#product-category .product-grid .product-thumb .caption .weight {
	position: absolute;
	right: 10px;
	top: -30px;
	display: block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #8d6740;
	font-family: "Mon Amour Two", serif;
	font-size: 16px;
	font-weight: bold;
}
#product-category .product-list .product-thumb .caption .weight {
	position: absolute;
	left: -60px;
	top: 180px;
	display: block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #8d6740;
	font-family: "Mon Amour Two", serif;
	font-size: 16px;
	font-weight: bold;
}
#product-category .product-grid .product-thumb .caption h4 {
	padding: 0 20px;
	height: 60px;
}
#product-category .product-list .product-thumb .caption h4 {
	padding: 0 20px;
}
#product-category .product-grid .product-thumb .caption h4 a,
#product-category .product-list .product-thumb .caption h4 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #8d6740;
	line-height: 20px;
}
#product-category .product-grid .product-thumb .caption h4 a:hover,
#product-category .product-grid .product-thumb .caption h4 a:focus,
#product-category .product-list .product-thumb .caption h4 a:hover,
#product-category .product-list .product-thumb .caption h4 a:focus {
	text-decoration: none;
}
#product-category .product-grid .product-thumb:hover .caption h4 {
	background-color: #8d6740;
}
#product-category .product-grid .product-thumb:hover .caption h4 a {
	color: #fff;
}
#product-category .product-grid .product-thumb .caption .attributes,
#product-category .product-list .product-thumb .caption .attributes {
	padding: 0 20px;
	margin-bottom: 20px;
}
#product-category .product-grid .product-thumb .caption .attribute-item,
#product-category .product-list .product-thumb .caption .attribute-item{
	width: 100%;
	font-family: 'Cormorant Infant', serif;
	font-size: 16px;
	font-weight: bold;
	color: #3a2828;
	line-height: 16px;
	margin-bottom: 6px;
}
#product-category .product-grid .product-thumb .caption .attribute-title,
#product-category .product-list .product-thumb .caption .attribute-title {
	display: inline-block;
	width: 30%;
	float: left;
	vertical-align: top;
}
#product-category .product-grid .product-thumb .caption .attribute-value,
#product-category .product-list .product-thumb .caption .attribute-value {
	display: inline-block;
	width: 70%;
	vertical-align: top;
}
#product-category .product-grid .product-thumb .action,
#product-category .product-list .product-thumb .action {
	position: absolute;
	padding: 0 20px;
	bottom: 10px;
	left: 0;
}
#product-category .product-grid .product-thumb .action a,
#product-category .product-list .product-thumb .action a {
	display: inline-block;
	font-family: 'Cormorant Infant', serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3a2828;
	border-top: 1px solid #3a2828;
}
#product-category .product-grid .product-thumb .action a:hover,
#product-category .product-grid .product-thumb .action a:focus,
#product-category .product-list .product-thumb .action a:hover,
#product-category .product-list .product-thumb .action a:focus {
	color: #8d6740;
	border-top-color: #8d6740;
	text-decoration: none;
}

	/* Brainy filter */
aside .bf-panel-wrapper .box {
	margin-top: 50px;
	border: 0;
	border-radius: 0;
}
aside .bf-panel-wrapper .box .bf-attr-block {
	margin-bottom: 15px;
}
aside .bf-panel-wrapper .box .bf-attr-header {
	border: none;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #8d6740;
	background-color: transparent;
}
aside .bf-panel-wrapper .box .bf-sliding-cont {
	padding: 5px 0;
}
aside .bf-panel-wrapper .box .bf-attr-block-cont {
	padding: 0;
}
aside select {
	visibility: hidden;
}
aside .select2-container--default .select2-selection--single {
	border-radius: 0;
	height: 40px;
	outline: none;
	border: 1px solid #8d6740;
}
aside .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: 'Cormorant Infant', serif;
	font-size: 22px;
	line-height: 20px;
	color: #8d6740;
	padding-top: 9px;
	padding-bottom: 9px;
}
aside .select2.select2-container--open .select2-selection--single {
	border: 1px solid #8d6740;
}
aside .select2.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: 0;
}
aside .select2.select2-container--open.select2-container--above .select2-selection--single {
	border-top: 0;
}
aside .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}
aside .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #8d6740 transparent transparent transparent;
}
aside .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #8d6740 transparent;
}
.select2-dropdown.filter-dropdown {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #8d6740;
}
.select2-dropdown.filter-dropdown .select2-results {
	color: #8d6740;
}
.select2-dropdown.filter-dropdown .select2-results__option {
	padding: 2px;
	padding-left: 15px;
}
.filter-dropdown .select2-results__option[aria-selected=true],
.select2-container--default .filter-dropdown .select2-results__option--highlighted[aria-selected],
.filter-dropdown .select2-results__option:hover {
	background-color: transparent !important;
	color: #3a2828;
}
.bf-form div:nth-last-of-type(2) .bf-attr-filter:last-child .bf-cell {
	border: 0 !important;
}

.tmp {
	text-align: center;
	font-size: 24px;
	color: #ccc;
	padding: 100px 0;
}

/*---------- MOBILE STYLES ----------*/

@media all and (max-width: 1199px) {
	/* about */
	#content .about-us section.paragraph2 .outro-text p {
		padding-left: 75px;
	}
	/* for-clients */
	#content .for-clients section.paragraph2 .outro-text p {
		padding-left: 20px;
	}
	/* catalog */
	#product-category .product-grid .product-thumb {
		border: 1px solid #ebecee;
		min-height: 480px;
	}
	#product-category .product-grid:nth-child(3n+3) .product-thumb {
		border-right-color: #ebecee;
	}
}

@media all and (max-width: 991px) {
	/* home */
	header .contacts {
		margin-top: 36px;
		font-size: 21px;
	}
	header .backcall-btn {
		margin-top: 36px;
		font-size: 12px;
	}
	header .backcall-btn a {
		width: 34px;
		height: 34px;
		background-size: 24px 24px;
	}
	#menu .nav > li > a {
		font-size: 21px;
	}
	section.slogan .slogan-wrapper {
		margin-top: 100px;
		margin-bottom: 200px;
		font-size: 21px;
	}
	section.slogan .slogan-author {
		font-size: 24px;
		margin-top: 8px;
	}
	section.advantages .advantage-title {
		font-size: 21px;
		margin-bottom: 10px;
	}
	section.advantages .advantage-text {
		font-size: 14px;
		background-color: rgba(255,255,255,.5);
		padding: 15px;
	}
	section.advantages {
		position: relative;
		padding: 50px 0 100px;
	}
	section.quotation,
	section.quotation2 {
		padding: 100px 0;
	}
	section.quotation .quotation-text,
	section.quotation2 .quotation-text {
		font-size: 21px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	section.quotation .quotation-author,
	section.quotation2 .quotation-author {
		font-size: 16px;
	}
	.featured-products .product-thumb {
		border: 1px solid #ddd;
		margin-bottom: 0;
	}

	/* about */
	#content .about-us section.paragraph1:before {
		width: 100%;
	}
	#content .about-us section.paragraph1 .text {
		padding: 15px;
		background-color: rgba(255,255,255,.5);
	}
	#content .about-us section.paragraph2 .text {
		padding: 50px 0;
		text-align: center;
	}
	#content .about-us section.paragraph2 p, #content .for-clients section.paragraph2 p {
		padding: 0;
	}
	#content .about-us section.paragraph2 .outro-wrapper {
		height: auto;
		padding: 0;
	}
	#content .about-us section.paragraph2 .outro {
		position: static;
		height: auto;
		bottom: 0;
		background: none;
	}
	#content .about-us .outro-text {
		position: static;
		padding: 50px 0;
		text-align: center;
		height: auto;
	}
	#content .about-us section.paragraph2 .outro-text p {
		padding: 0;
		text-align: center;
		color: #3a2828;
	}

	/* for-clients */
	#content .for-clients .intro {
		padding: 0 0 30px;
	}
	#content .for-clients section.paragraph2 .text {
		padding: 50px 0;
		text-align: center;
	}
	#content .for-clients section.paragraph2 .outro-wrapper {
		height: auto;
		padding: 0;
	}
	#content .for-clients section.paragraph2 .outro {
		height: auto;
		position: static;
		background-position: center bottom;
		background: none;
	}
	#content .for-clients .outro-text {
		position: static;
		width: 100%;
		padding: 15px;
	}
	#content .for-clients section.paragraph2 .outro-text p {
		padding: 0 !important;
		text-align: center;
		color: #3a2828;
	}
	#content .for-clients .outro-img {
		position: static;
		background-color: rgba(255,255,255,.75);
	}

	/* catalog */
	#product-category .product-grid .product-thumb {
		min-height: 500px;
	}
	#product-category .product-grid .product-thumb .caption h4 a,
	#product-category .product-list .product-thumb .caption h4 a {
		font-size: 11px;
	}
}
@media all and (max-width: 767px) {
	/* home */
	header {
		padding: 15px 0;
	}
	header .contacts {
		margin: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	header .contacts span,
	footer .contacts span {
		padding-bottom: 4px;
	}
	#menu #category.visible-xs {
		display: none !important;
	}
	header .backcall-btn {
		margin-top: 15px;
	}
	#menu .btn-navbar {
		border: 0;
		border-radius: 0;
		background: none;
		box-shadow: none;
		color: #8d6740;
		font-size: 18px;
		line-height: 21px;
		padding: 5px 10px;
		margin: 0;
	}
	#menu .btn-navbar .fa {
		font-size: 18px;
		color: #8d6740;
		line-height: 18px;
		margin-right: 4px;
	}
	#menu .btn-navbar:hover,
	#menu .btn-navbar:focus,
	#menu .btn-navbar:active,
	#menu .btn-navbar.disabled,
	#menu .btn-navbar[disabled] {
		color: #ffffff;
		background-color: #8d6740;
	}
	#menu .btn-navbar:hover .fa,
	#menu .btn-navbar:focus .fa,
	#menu .btn-navbar:active .fa,
	#menu .btn-navbar.disabled .fa,
	#menu .btn-navbar[disabled] .fa {
		color: #ffffff;
	}
	.navbar-collapse {
		border: 1px solid #8d6740;
	}
	section.slogan .slogan-wrapper {
		margin: 0;
		padding: 15px;
		text-align: center;
		background-color: rgba(255,255,255,.85);
	}
	section.slogan .slogan-author {
		text-align: right;
	}
	section.advantages .advantage {
		margin-bottom: 15px;
	}
	section.advantages .advantage-title {
		color: #3a2828;
	}
	.section-title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.btn-standart {
		font-size: 24px;
		line-height: 24px;
	}
	section.quotation .quotation-text,
	section.quotation2 .quotation-text {
		font-size: 16px;
		line-height: 26px;
	}
	section.quotation .quotation-author,
	section.quotation2 .quotation-author {
		font-size: 14px;
	}
	.brands-wrapper .slick-prev,
	.brands-wrapper .slick-next {
		width: 80px;
		height: 80px;
		background-size: 80px 80px !important;
	}
	section.brands .brands-wrapper {
		padding: 0 50px;
	}
	.brands-wrapper .slick-prev {
		left: -80px
	}
	.brands-wrapper .slick-next {
		right: -80px;
	}
	section.brands .button-wrapper {
		margin: 30px 0 30px;
	}
	footer {
		padding: 30px 0 50px;
	}
	.footer-subscription h3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.newsletters .input-group input {
		height: 60px;
	}
	.newsletters button[type="submit"] {
		margin-top: 30px;
	}
	.footer-logo {
		margin-top: 0;
	}
	footer #menu {
		display: none;
	}
	.fsp-content,
	#backcallPopup {
		width: 100% !important;
	}
	.callback .cb-title, .callback .success-message {
		font-size: 21px;
	}

	/* about */
	#content .about-us p,
	#content .for-clients p {
		font-size: 16px;
	}
	#content .about-us section.paragraph2 .outro-text {
		padding: 0;
	}
	#content .about-us .outro-bg {
		display: none;
	}

	/* catalog */
	#product-category .product-grid .product-thumb {
		min-height: auto;
	}

	/* product */
	#content.product {
		padding-bottom: 100px;
	}
	#content.brand .title-wrapper,
	#content.product .title-wrapper {
		margin: 30px 0;
	}
	#content.brand h1,
	#content.product h1 {
		font-size: 24px;
		line-height: 28px;
	}
	#content.brand .brand-data,
	#content.product .product-data {
		text-align: center;
	}
	#content.brand .brand-data .product-description,
	#content.product .product-data .product-description,
	#content.brand .brand-data .attributes,
	#content.product .product-data .attributes {
		text-align: left;
	}

	/* brands */
	#content.brands h1 {
		margin: 30px 0 50px;
	}
	#content.brands .brand-item {
		height: auto;
	}

	/* brand page */
	#content.brand .brand-image {
		margin-bottom: 30px;
	}

	/* contacts */
	#information-contact h1 {
		margin: 30px 0;
	}
	#information-contact .contact-form .buttons input[type=submit] {
		margin-bottom: 10px;
	}
}