<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">

html {
  font-family: 'Poppins', sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}


body {
	color: #000;
	background: #fff;
	font-family: 'Poppins', sans-serif;
}

a {
	color: #000;
}

a:hover {
    text-decoration: none;
}

.h5, h5 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #d9b38c;
	text-transform: uppercase;
}

.filters::after {
	content: "";
	width: 65px;
	height: 1px;
	background: #eddbc8;
	position: absolute;
	top: 0;
	left: 15px;
}

@media (max-width: 768px) {
	.filters::after {
		content: "";
		width: 65px;
		height: 1px;
		background: transparent;
		position: absolute;
		top: 0;
		left: 15px;
	}
}

.btn.btn_amazon {
	border-radius: 0;
	background: #f4d078;
	background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
	background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
	border-color: #a88734 #9c7e31 #846a29;
	color: #111;
	font-size: 0.9em;
	margin-bottom: 4px;
	float: left;
	margin-right: 4px;
}

.btn.btn_amazon:hover {
	border-color: #a88734 #9c7e31 #846a29;
	background: #f0c14b;
}

@media (max-width: 768px) {
	.btn.btn_amazon {
		width: 100%;
		padding: 2px;
	}
}

.btn.btn_qview {
	border-radius: 0;
	color: #a33038;
	background: #eddbc8;
	font-size: 0.9em;
	margin-bottom: 4px;
	float: left;
}

@media (max-width: 768px) {
	.btn.btn_qview {
		margin-bottom: 20px;
	}
}

.btn.btn_qview:hover {
	border-radius: 0;
	color: #fff;
	background: #a33038;
}

@media (max-width: 768px) {
	.btn.btn_qview {
		width: 100%;
		padding: 2px;
	}
}

.btn.details {
	border: 2px solid #eddbc8;
	border-radius: 0;
	width: 100%;
	margin-top: 40px;
	color: #000;
	padding: 12px;
}

.footer-bottom {
	float: right; color: #000; font-size: 12px; margin-top: 12px;
}

.about-left-padding0  {
	padding-right: 0px;
}

.about-right-padding0 {
	padding-left: 0px;
}

@media (max-width: 768px) {
	.footer-bottom {
		float: left;
	}

	.about-left-padding0 {
		padding-right: 15px;
	}

	.about-right-padding0 {
		padding-left: 15px;
	}
}

.wrapper{
	display:table;
	width:auto;
	position:relative;
}

.playpause {
	background-repeat:no-repeat;
	width:100%;
	height:50%;
	text-align: center;
	position:absolute;
	left:0%;
	right:0%;
	top:0%;
	bottom:0%;
	margin:auto;
	color: rgba(255,255,255,0.7);
}

.label {
	width: 145px;
	height: 38px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	right: 8px;
	top: 39px;
	z-index: 15;
}

.label.promo {
    background: linear-gradient(to top right, transparent 9px, #a33038 10px);
    font-weight: normal;
}

@media (max-width: 768px) {
	.label {
		width: 125px;
		height: 32px;
		line-height: 28px;
		color: #fff;
		font-size: 12px;
		text-align: center;
		text-decoration: none;
		position: absolute;
		right: 8px;
		top: 39px;
		z-index: 15;
	}
}


/* ------------- BOOTSTRAP ------------- */

.navbar-header {
	width: 100%;
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0px;
		margin-right: 135px;
	}

	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -30px;
	}
}

.nav {
	position: relative;
	left: 0;
	top: 29px;
	width: 100%;
	border-top: solid 1px #eddbc8;
}

@media (max-width: 768px) {
	.navbar-header {
		width: 100%;
		margin-bottom: 0;
	}
	.nav {
		top: 0;
	}
}

.navbar-default {
	background-color: #f4f4f4;
	border-color: #ddd;
}

@media (min-width: 768px) {
	.navbar-default {
		background-color: #fff;
		border-color: transparent;
	}
}

.navbar-collapse {
	border-top: none;
}

@media (max-width: 768px) {
	.navbar-collapse {
		width: 100%;
	}
}

.navbar-nav .nav-link {
	color: #353535;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
	color: #c89e73;
}

.navbar-nav .active > .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show > .nav-link {
	color: #353535;
}

.navbar-light .navbar-toggler {
	color: #000;
	border-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar-toggle {
	float: left;
	margin-bottom: 0px;
	margin-top: 2px;
}

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

.navbar-brand > img {
	display: block;
	width: 125px;
	height: auto;
}

.navbar-brand {
	float: none;
	height: 38px;
	font-size: 18px;
	line-height: 20px;
	display: block;
	width: 65px;
	padding: 0;
	margin: 5px auto;
	padding-left: 15px;
}

@media (max-width: 768px) {
	.navbar-brand > img {
		width: 68px;
	}
}

.nav-about {
	display: table !important;
}

.nav-about > a > img {
	margin-right: 7px;
}

.nav-about > a {
	float: left;
}

@media (max-width: 768px) {
	.nav-about > a {
		float: right;
	}
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	border-radius: 1px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #eddbc8;
}


.open > .dropdown-menu {
	background-color: #f4f4f4;
}

.modal-title {
	font-size: 16px;
	font-weight: bold;
	color: #d9b38c;
	text-transform: uppercase;
	letter-spacing: 0em;
}

.modal-body {
	display: flex;
}

@media (min-width: 1200px) {
	.modal-lg {
		width: 1170px;
	}
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.btn-default {
	color: #d9b38c;
	font-weight: bold;
	border-color: transparent;
	border-radius: 0;
}

.btn-default:hover {
	border-color: transparent;
}

.btn-warning {
    color: #333;
    background-color: #eddbc8;
    border-color: transparent;
}

.btn-warning:hover {
	color: #fff;
	background: #a33038;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff !important;
	background: transparent !important;
	border-color: transparent;
	color: #d9b38c !important;
	line-height: 21px;
	margin: 0;
}

@media (max-width: 768px) {
	.ui-group {
		display: none;
	}
}

.btn-group {
	margin-bottom: 20px;
	background: #f7f7f7;
	width: 100%;
}

@media (min-width: 769px) {
	.btn-group {
		display: none;
	}
}

/* ------------- ISOTOPE ------------- */

.grid {
	border: transparent;
	background: #fff;
	position: relative;
}

.grid > div {
	padding: 0 8px;
}

.grid > div > img {
	width: 240px;
}

.ui-group .button-group {
	margin-right: 0px;
}

.button {
	border-color: transparent;
	background-color: #eddbc8;
	background-image: none;
	width: 100%;
	text-align: left;
	padding: 4px 8px;
}

.button:hover {
	color: #fff;
	background: #a33038 !important;
}

.button-group .button:first-child, .button-group .button:last-child {
	border-radius: 0;
}

.button.is-checked, .button.is-selected {
	background-color: #d9b38c;
	color: white;
}

@media (max-width: 768px) {
	.button {
		border-color: transparent;
		background-color: #eddbc8;
		background-image: none;
		width: 100%;
		text-align: left;
		padding: 4px 8px;
	}

	.button:hover {
		color: #fff;
		background: #a33038 !important;
	}


	.button-group .button, .button-group .button:first-child, .button-group .button:last-child {
		border-radius: 0;
		background-color: transparent !important;
	}

	.button-group .button > a {
		color: #434444;
	}

	.button-group .button:hover > a {
		color: #d9b38c !important;
		text-decoration: none;
	}
}

.button.is-checked, .button.is-selected {
	background-color: #d9b38c;
	color: white;
}

.element-item {
	float: left;
	height: auto;
	margin: 0;
	padding: 4px;
	background: none;
	color: #000;
}

.element-item .name {
    position: relative !important;
	left: 0;
	top: 8px;
	text-transform: none;
	letter-spacing: 0;
	font-size: inherit;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-family: 'Poppins', sans-serif;
	height: 73px;
}

@media (max-width: 768px) {
	.element-item .name {
		font-size: 0.8em;
		line-height: 1.2em;
	}
}


/* ----------------- TED ----------------- */

.footer-middle {
	padding: 25px 0;
	border-top: 1px solid #ddcdbd;
	border-bottom: 1px solid #ddcdbd;
}

footer .title {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #d9b38c;
    text-decoration: none;
    text-transform: uppercase;
}

.social {
    display: inline-block;
    padding: 0;
    margin: 0 10px 10px 0;
}

.social .icon-svg {
    fill: #d9b38c;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}