@font-face {
	font-family: 'Averta';
	src: url("fonts/Averta-Light.eot");
	src: url("fonts/Averta-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Averta-Light.woff2") format("woff2"), url("fonts/Averta-Light.woff") format("woff"), url("fonts/Averta-Light.ttf") format("truetype"), url("fonts/Averta-Light.svg#Averta-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Averta';
	src: url("fonts/Averta-Regular.eot");
	src: url("fonts/Averta-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Averta-Regular.woff2") format("woff2"), url("fonts/Averta-Regular.woff") format("woff"), url("fonts/Averta-Regular.ttf") format("truetype"), url("fonts/Averta-Regular.svg#Averta-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Averta';
	src: url("fonts/Averta-Semibold.eot");
	src: url("fonts/Averta-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Averta-Semibold.woff2") format("woff2"), url("fonts/Averta-Semibold.woff") format("woff"), url("fonts/Averta-Semibold.ttf") format("truetype"), url("fonts/Averta-Semibold.svg#Averta-Semibold") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Averta';
	src: url("fonts/Averta-Bold.eot");
	src: url("fonts/Averta-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Averta-Bold.woff2") format("woff2"), url("fonts/Averta-Bold.woff") format("woff"), url("fonts/Averta-Bold.ttf") format("truetype"), url("fonts/Averta-Bold.svg#Averta-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Averta';
	src: url("fonts/Averta-ExtraBold.eot");
	src: url("fonts/Averta-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Averta-ExtraBold.woff2") format("woff2"), url("fonts/Averta-ExtraBold.woff") format("woff"), url("fonts/Averta-ExtraBold.ttf") format("truetype"), url("fonts/Averta-ExtraBold.svg#Averta-ExtraBold") format("svg");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Averta';
	src: url("fonts/Averta-Black.eot");
	src: url("fonts/Averta-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Averta-Black.woff2") format("woff2"), url("fonts/Averta-Black.woff") format("woff"), url("fonts/Averta-Black.ttf") format("truetype"), url("fonts/Averta-Black.svg#Averta-Black") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Shelia VNF';
	src: url("fonts/SheliaVNF.eot");
	src: url("fonts/SheliaVNF.eot?#iefix") format("embedded-opentype"), url("fonts/SheliaVNF.woff2") format("woff2"), url("fonts/SheliaVNF.woff") format("woff"), url("fonts/SheliaVNF.ttf") format("truetype"), url("fonts/SheliaVNF.svg#SheliaVNF") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url("fonts/OpenSans.eot");
	src: url("fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans.woff2") format("woff2"), url("fonts/OpenSans.woff") format("woff"), url("fonts/OpenSans.ttf") format("truetype"), url("fonts/OpenSans.svg#OpenSans") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url("fonts/OpenSans-Italic.eot");
	src: url("fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Italic.woff2") format("woff2"), url("fonts/OpenSans-Italic.woff") format("woff"), url("fonts/OpenSans-Italic.ttf") format("truetype"), url("fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url("fonts/OpenSans-Bold.eot");
	src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
}

*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-overflow-scrolling: touch;
}

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #4d4d4d;
	background-color: #fff;
	overflow-x: hidden;
	padding-top: 64px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 21px;
	line-height: 2.1rem;
}

@media only screen and (max-width: 992px) {
	body {
		padding-top: 56px;
	}
}

a {
	text-decoration: none;
	color: #4d4d4d;
}

a:hover {
	color: #981b1e;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

p {
	margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Averta", sans-serif;
	font-size: 100%;
	margin: 0 0 15px;
}

img {
	max-width: 100%;
	border: 0;
}

label,
button,
input,
optgroup,
select,
textarea {
	color: #000;
	font: inherit;
	margin: 0;
}

.form-group {
	position: relative;
	display: block;
}

.form-group .form-control {
	width: 100%;
}

.form-control {
	height: 36px;
	padding: 6px 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	border-radius: 0;
}

.form-control:focus {
	background-color: #fff;
	border-color: #ccc;
	outline: 0;
}

textarea {
	padding: 7px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: auto;
}

textarea:focus {
	background-color: #fff;
	border-color: #ccc;
	outline: 0;
}

select {
	text-transform: none;
	height: 36px;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #ddd;
}

select:focus {
	background-color: #fff;
	border-color: #ccc;
	outline: 0;
}

optgroup {
	font-weight: 700;
}

.checkbox,
.radio {
	display: inline-block;
	position: relative;
}

.checkbox label,
.radio label {
	padding-left: 20px;
	padding-top: 0;
	display: inline-block;
}

.checkbox input,
.radio input {
	position: absolute;
	top: 4px;
	left: 0;
}

.select {
	position: relative;
	display: block;
}

.select:after {
	content: '\f107';
	display: block;
	font-family: 'FontAwesome';
	background-size: cover;
	font-size: 20px;
	color: #4c4c4e;
	position: absolute;
	right: 10px;
	top: 9px;
	display: none;
}

@media only screen and (max-width: 1024px) {
	.select:after {
		display: block;
	}
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 36px;
	width: 100%;
	border-radius: 0;
	padding: 0 25px 0 10px;
	line-height: normal;
	border: 1px solid #ddd;
	background: #fff;
	display: block;
}

.select select::-ms-expand {
	display: none;
}

.select select:focus {
	border-color: #ccc;
}

.select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
	border-color: #ccc;
}

.img {
	width: 100%;
	display: block;
}

.hide {
	display: none;
}

.large {
	display: block;
}

.small {
	display: none;
}

.main {
	overflow: hidden;
	z-index: 1;
}

.container {
	width: 100%;
	max-width: 884px;
	padding: 0 15px;
	margin: 0 auto;
}

@media only screen and (min-width: 1440px) {
	.container {
		max-width: 1230px;
	}
}

.btn {
	border: 1px solid #981b1e;
	padding: 0.8rem 2rem;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background-color: #981b1e;
	color: #fff;
	text-transform: uppercase;
	transition: color 0.3s ease-out;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
	text-shadow: none;
}

@media only screen and (min-width: 1440px) {
	.btn {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
		padding: 1.2rem 3rem;
	}
}

.btn:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn:hover {
	color: #000;
}

.btn:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn-1 {
	position: relative;
	display: inline-block;
	background-color: #981b1e;
	color: #fff;
	overflow: hidden;
	width: 100%;
	padding: 8px 20px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #981b1e;
	text-shadow: none;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
}

@media only screen and (min-width: 1440px) {
	.btn-1 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
		padding: 12px 30px;
	}
}

.btn-1:hover:after {
	width: 100%;
}

.btn-1:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #7c0c0e;
	transition: all 0.3s;
}

.btn-1 span {
	position: relative;
	z-index: 2;
}

.btn-2 {
	border: 1px solid #4c4c4e;
	padding: 0.8rem 2rem;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background-color: transparent;
	color: #4c4c4e;
	text-shadow: none;
	text-transform: uppercase;
	transition: color 0.3s ease-out;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
}

@media only screen and (min-width: 1440px) {
	.btn-2 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
		padding: 1.2rem 3rem;
	}
}

.btn-2:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #981b1e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn-2:hover {
	color: #fff;
}

.btn-2:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn-3 {
	border: 1px solid #4b4b4d;
	padding: 0.8rem 2rem;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background-color: #4b4b4d;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	transition: color 0.3s ease-out;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
}

@media only screen and (min-width: 1440px) {
	.btn-3 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
		padding: 1.2rem 3rem;
	}
}

.btn-3:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #981b1e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn-3:hover {
	color: #fff;
}

.btn-3:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn-4 {
	color: #971b1e;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
}

@media only screen and (min-width: 1440px) {
	.btn-4 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
	}
}

.btn-4:hover {
	color: #4c4c4e;
}

.btn-4 i {
	border: 1px solid #efefef;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	line-height: 26px;
	line-height: 2.6rem;
	color: #971b1e;
	padding-left: 2px;
	margin-right: 5px;
	margin-top: -3px;
}

.btn-5 {
	border: 1px solid #ebebeb;
	padding: 0.8rem 2rem;
	cursor: pointer;
	text-shadow: none;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background-color: #ebebeb;
	color: #3d3d3d;
	text-transform: uppercase;
	transition: color 0.3s ease-out;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
}

@media only screen and (min-width: 1440px) {
	.btn-5 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
		padding: 1.2rem 3rem;
	}
}

.btn-5:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #981b1e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn-5:hover {
	color: #fff;
}

.btn-5:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.arrow {
	z-index: 2;
	height: 80px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	text-transform: uppercase;
	font-size: 10px;
	font-size: 1rem;
	line-height: 16px;
	line-height: 1.6rem;
	text-shadow: 0 0 5px #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
	.arrow {
		height: 75px;
		bottom: -40px;
	}
}

@media only screen and (max-width: 640px) {
	.arrow {
		height: 60px;
		bottom: -40px;
	}
}

.arrow span {
	display: block;
	position: absolute;
	left: 50%;
	background-color: #981b1e;
}

.arrow span.line {
	width: 1px;
	border-left: 1px solid #981b1e;
	height: 100%;
	top: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
	.arrow span.line {
		top: 20px;
	}
}

.arrow span.square {
	width: 10px;
	height: 10px;
	bottom: -30px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

@media only screen and (max-width: 992px) {
	.arrow span.square {
		bottom: -20px;
	}
}

.title {
	position: relative;
	width: 100%;
	max-width: 640px;
	text-align: left;
}

.title.center {
	text-align: center;
	margin: 0 auto;
}

.title.center h2:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.title.right {
	text-align: right;
}

.title.right h2:after {
	left: auto;
	right: 0;
}

.title h2 {
	position: relative;
	color: #971b1e;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 42px;
	line-height: 4.2rem;
}

@media only screen and (max-width: 1024px) {
	.title h2 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 36px;
		line-height: 3.6rem;
	}
}

@media only screen and (max-width: 992px) {
	.title h2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
}

.title h2:after {
	content: '';
	display: table;
	width: 30px;
	height: 1px;
	border-top: 1px solid #4f4f4f;
	position: absolute;
	bottom: 0;
	left: 0;
}

.box-square {
	width: 250px;
	height: 250px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width: 992px) {
	.box-square {
		display: none;
	}
}

.box-square span {
	position: absolute;
	background-color: #ccc;
}

.box-square .line-1 {
	width: 100%;
	height: 1px;
	top: 0;
	right: 0;
}

.box-square .line-2 {
	width: 1px;
	height: 100%;
	left: 0;
}

.box-square .line-3 {
	height: 1px;
	width: 100%;
	bottom: 0;
}

.box-square .line-4 {
	width: 1px;
	height: 100%;
	right: 0;
	bottom: 0;
}

.backtop {
	cursor: pointer;
	background-color: #fff;
	position: fixed;
	right: 30px;
	bottom: 60px;
	text-transform: uppercase;
	text-align: center;
	width: 60px;
	height: 60px;
	font-weight: 700;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 12px;
	line-height: 1.2rem;
	border-radius: 50%;
	border: 1px solid #981b1e;
	padding: 5px;
	z-index: 99;
	display: none;
	color: #981b1e;
}

@media only screen and (max-width: 992px) {
	.backtop {
		display: none !important;
	}
}

.backtop img {
	width: 16px;
}

.backtop span {
	display: block;
}

.social-share {
	margin: 20px 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 21px;
	line-height: 2.1rem;
	color: #3d3d3d;
}

.social-share span {
	display: inline-block;
	vertical-align: middle;
}

.social-share a {
	color: #ccc;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 3px;
	border-radius: 50%;
	border: 2px solid #ccc;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
}

.social-share a:hover {
	color: #616161;
	border: 2px solid #616161;
}

.social-share a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.embed {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed.embed-16by9 {
	padding-bottom: 100%;
}

.embed .embed-item,
.embed embed,
.embed iframe,
.embed object,
.embed video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.search-bar {
	background-color: #f3f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #707070;
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 20px;
	line-height: 2rem;
}

.search-bar .container {
	max-width: 1230px;
}

.search-bar article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search-bar .search-select {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.search-bar .search-select {
		text-align: left;
		width: 100%;
		padding-top: 15px;
	}
}

.search-bar .search-select h3 {
	font-weight: 400;
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.search-bar .search-select h3 {
		margin-bottom: 10px;
	}
}

.search-bar .search-select .select {
	margin-left: 15px;
	/*@include query-max-width(1024) {
				width: 100%;
				max-width: 110px;
			}*/
}

@media only screen and (max-width: 1024px) {
	.search-bar .search-select .select {
		max-width: 100%;
		width: 100%;
		margin: 0 0 10px;
	}
}

.search-bar .search-select .selectric {
	max-width: 130px;
	border: 0;
	border-radius: 0px;
	background: transparent;
}

@media only screen and (min-width: 1440px) {
	.search-bar .search-select .selectric {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.search-bar .search-select .selectric {
		border: 1px solid #ccc;
		max-width: 100%;
	}
}

.search-bar .search-select .selectric .button {
	width: 30px;
	height: 65px;
	line-height: 65px;
	background-color: transparent;
}

@media only screen and (max-width: 1024px) {
	.search-bar .search-select .selectric .button {
		height: 36px;
		line-height: 36px;
	}
}

.search-bar .search-select .selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 30px 0 0;
	line-height: 65px;
	color: #707070;
	height: 65px;
	padding-left: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media only screen and (max-width: 1024px) {
	.search-bar .search-select .selectric .label {
		height: 36px;
		line-height: 36px;
		padding-left: 10px;
	}
}

.search-bar .search-select .selectric-open .selectric,
.search-bar .search-select .selectric-hover .selectric {
	border-color: #c4c4c4;
}

.search-bar .search-select .selectric-open .selectric .label,
.search-bar .search-select .selectric-hover .selectric .label {
	color: #981b1e;
}

.search-bar .search-select .selectric-open .selectric .button:after,
.search-bar .search-select .selectric-hover .selectric .button:after {
	color: #981b1e;
}

.search-bar .search-select .selectric-items {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
	width: 170px !important;
}

@media only screen and (max-width: 1024px) {
	.search-bar .search-select .selectric-items {
		width: 100% !important;
	}
}

.search-bar .search-select .selectric-items li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.search-bar .search-select .selectric-items li:last-child {
	border-bottom: 0;
}

.search-bar .search-select .selectric-items li.highlighted {
	background-color: #ccc;
	color: #444;
}

.search-bar .search-select .selectric-items li.deactive {
	user-select: none;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #ccc;
}

.search-bar .search-select .selectric-items li:hover {
	background-color: #ccc;
	color: #444;
}

.search-bar .search-select .btn {
	max-width: 100px;
	margin-left: 15px;
}

@media only screen and (min-width: 1440px) {
	.search-bar .search-select .btn {
		max-width: 150px;
	}
}

@media only screen and (max-width: 1024px) {
	.search-bar .search-select .btn {
		margin: 0 auto;
	}
}

.search-bar .search-text {
	width: 30%;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.search-bar .search-text {
		width: 100%;
		border: 1px solid #ccc;
		margin: 10px 0 15px;
	}
}

.search-bar .search-text input {
	width: 100%;
	height: 64px;
	border: 0;
	padding-right: 60px;
}

@media only screen and (max-width: 1024px) {
	.search-bar .search-text input {
		height: 36px;
	}
}

.search-bar .search-text .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../img/projects/icon-search.png") no-repeat center;
	background-size: cover;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

.breadcrumb {
	margin-bottom: 15px;
	text-transform: uppercase;
}

.breadcrumb a {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 10px;
	line-height: 1rem;
	display: inline-block;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-right: 8px;
}

.breadcrumb a:first-child {
	padding-left: 0;
	border-left: 0;
}

.controls {
	font-size: 30px;
	line-height: 100px;
	line-height: 10rem;
}

@media only screen and (max-width: 992px) {
	.controls {
		line-height: 70px;
		line-height: 7rem;
		display: none;
	}
}

.controls a {
	color: #4c4c4e;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 100px;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

@media only screen and (max-width: 992px) {
	.controls a {
		width: 40px;
		height: 70px;
	}
}

.controls a:hover {
	color: #fff;
	background-color: #971b1e;
}

.controls a.prev {
	left: 0;
	padding-left: 15px;
	border-radius: 0 50px 50px 0;
}

@media only screen and (max-width: 992px) {
	.controls a.prev {
		border-radius: 0 40px 40px 0;
	}
}

.controls a.next {
	right: 0;
	text-align: right;
	padding-right: 15px;
	border-radius: 50px 0 0 50px;
}

@media only screen and (max-width: 992px) {
	.controls a.next {
		border-radius: 40px 0 0 40px;
	}
}

.controls-1 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 95px;
	line-height: 9.5rem;
}

@media only screen and (max-width: 992px) {
	.controls-1 {
		display: none;
	}
}

.controls-1 a {
	color: #4c4c4e;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 100px;
	-webkit-transform: translate(0, -80%);
	transform: translate(0, -80%);
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	transition: all 0.3s ease;
}

.controls-1 a:hover {
	background-color: #981b1e;
	color: #fff;
}

.controls-1 a.prev {
	border-radius: 50px 0 0 50px;
	left: -50px;
	padding-left: 5px;
	display: none;
}

.controls-1 a.next {
	right: -50px;
	border-radius: 0 50px 50px 0;
	padding-right: 5px;
}

.controls-2 a {
	position: absolute;
	width: 100%;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.7);
	background-position: center;
	background-repeat: no-repeat;
}

.controls-2 a.prev {
	top: 0;
	background-image: url("../img/icon-up.png");
	display: none;
}

.controls-2 a.next {
	bottom: 0;
	background-image: url("../img/icon-down.png");
}

.dots {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 0 5px;
	cursor: pointer;
	box-shadow: 0 0 5px 0 #000;
}

@media only screen and (max-width: 992px) {
	.dots span {
		margin-top: 8px;
	}
}

.dots span.active {
	background-color: #981b1e;
	cursor: default;
	pointer-events: none;
}

@-webkit-keyframes arrow-down {
	0% {
		-webkit-transform: translateY(-2px) rotate(45deg);
		transform: translateY(-2px) rotate(45deg);
	}
	100% {
		-webkit-transform: translateY(5px) rotate(45deg);
		transform: translateY(5px) rotate(45deg);
	}
}

@keyframes arrow-down {
	0% {
		-webkit-transform: translateY(-2px) rotate(45deg);
		transform: translateY(-2px) rotate(45deg);
	}
	100% {
		-webkit-transform: translateY(5px) rotate(45deg);
		transform: translateY(5px) rotate(45deg);
	}
}

.error-404 {
	text-align: center;
	background: url("../img/404/bg.jpg") no-repeat center;
	background-size: cover;
	padding: 150px 15px;
	font-size: 1.6rem;
}

.error-404 h2 {
	font-size: 11.7rem;
	line-height: 8rem;
	color: #981b1e;
}

.error-404 p {
	margin-bottom: 45px;
}

.gsib_a {
	padding: 0 !important;
}

.gsib_a input {
	padding: 0 10px !important;
}

.gs-result .gs-title,
.gs-result .gs-title *,
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
	color: #000 !important;
	text-decoration: none !important;
	font-weight: 700 !important;
}

.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
	color: #981b1e !important;
}

.d_,
.sl-table a,
.sl-table-ol a,
.g_ a,
.nonSfblSitelinksWrapper,
.ctcT a {
	color: #000 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border-color: #E9E9E9;
	background-color: #FFFFFF;
	color: #000 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	border-color: #E9E9E9;
	background-color: #FFFFFF;
	color: #981b1e !important;
}

.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 64px;
	z-index: 100;
	background-color: #f3f3f3;
	box-shadow: 0 0 6px -2px #000;
}

@media only screen and (max-width: 992px) {
	.nav {
		height: 56px;
	}
}

.nav-top .logo {
    position: absolute;
    max-width: 120px;
    top: 5px;
    left: 45px;
}

@media only screen and (max-width: 1170px) {
	.nav-top .logo {
		left: 15px;
	}
}

@media only screen and (max-width: 992px) {
	.nav-top .logo {
		max-width: 100px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.nav-top .toggle {
	display: none;
	position: absolute;
	left: 15px;
	top: 20px;
	width: 26px;
	height: 16px;
	cursor: pointer;
	z-index: 10;
}

@media only screen and (max-width: 992px) {
	.nav-top .toggle {
		display: block;
	}
}

.nav-top .toggle span {
	display: block;
	position: relative;
	-webkit-transform: translateY(7px);
	transform: translateY(7px);
	background-color: #333;
	transition: all 0 0.3s;
	width: 26px;
	height: 2px;
}

.nav-top .toggle span:before,
.nav-top .toggle span:after {
	content: '';
	position: absolute;
	left: 0;
	width: 26px;
	height: 2px;
	background-color: #333;
}

.nav-top .toggle span:before {
	bottom: 6px;
	transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-top .toggle span:after {
	top: 6px;
	transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-top .search {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	right: 95px;
	top: 14px;
	z-index: 2;
}

@media only screen and (max-width: 1300px) {
	.nav-top .search {
		right: 55px;
	}
}

@media only screen and (max-width: 1170px) {
	.nav-top .search {
		right: 45px;
	}
}

@media only screen and (max-width: 992px) {
	.nav-top .search {
		right: 15px;
		top: 10px;
	}
}

.nav-top .search.active .search-body {
	width: 235px;
}

.nav-top .search.active input {
	width: 100%;
	padding: 6px 35px 6px 15px;
}

.nav-top .search-body {
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 100%;
	padding-left: 10px;
	border-radius: 30px;
	transition: all 0.3s ease;
	background-color: #3f3f3f;
}

.nav-top .search-body .icon {
	background-color: #000;
	width: 35px;
	height: 35px;
	display: block;
	border-radius: 50%;
	position: absolute;
	right: 0;
	z-index: 1;
	cursor: pointer;
	padding: 7px;
	text-align: center;
	background: url(img/icon-search.png) no-repeat center;
	background-size: cover;
}

.nav-top .search-body input {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	border: 0;
	padding: 0;
	color: #fff;
	outline: 0;
	background-color: transparent;
}

.nav-body {
	width: 100%;
	text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
	.nav-body {
		position: fixed;
		top: 64px;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		background-color: #fff;
		padding: 20px;
		overflow: hidden;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
	}
}

@media only screen and (max-width: 992px) and (max-width: 992px) {
	.nav-body {
		top: 56px;
	}
}

.nav-body ul {
	position: absolute;
	right: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1300px) {
	.nav-body ul {
		right: 90px;
	}
}

@media only screen and (max-width: 1170px) {
	.nav-body ul {
		right: 90px;
	}
}

@media only screen and (max-width: 992px) {
	.nav-body ul {
		position: relative;
		width: 100%;
		right: auto;
	}
}

.nav-body ul li {
	margin: 0 20px;
	position: relative;
}

.menu-children{
	left:0 !important;
	width:220px;
	z-index: 99999;
	background-color: #f3f3f3;
    box-shadow: 0 0 6px -2px #000;
    display: none !important;
}
.nav-body ul li:hover .menu-children{
	display: block !important; 
}

@media only screen and (max-width: 1300px) {
	.nav-body ul li {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 1170px) {
	.nav-body ul li {
		margin: 0 8px;
	}
}

@media only screen and (max-width: 992px) {
	.nav-body ul li {
		width: 100%;
		margin: 0;
	}
}

.nav-body ul li a {
	position: relative;
	display: block;
	padding: 22px 0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	font-weight:bold;
}

@media only screen and (max-width: 992px) {
	.nav-body ul li a {
		display: inline-block;
		padding: 0;
		margin-bottom: 30px;
	}
}

.nav-body ul li a.active,
.nav-body ul li a:active,
.nav-body ul li a:focus,
.nav-body ul li a:hover {
	color: #981b1e;
}

.nav-body ul li a.active:after,
.nav-body ul li a:active:after,
.nav-body ul li a:focus:after,
.nav-body ul li a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.nav-body ul li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.3s ease;
	background-color: #981b1e;
}

@media only screen and (max-width: 992px) {
	.nav-body ul li a:after {
		display: none;
	}
}

.nav-body .language {
	position: absolute;
	right: 45px;
	top: 22px;
}

@media only screen and (max-width: 1300px) {
	.nav-body .language {
		right: 15px;
	}
}

@media only screen and (max-width: 1170px) {
	.nav-body .language {
		right: 15px;
	}
}

@media only screen and (max-width: 992px) {
	.nav-body .language {
		right: 20px;
		top: 20px;
	}
}

.nav-body .other,
.nav-body .social {
	display: none;
}

@media only screen and (max-width: 992px) {
	.nav-body .other,
	.nav-body .social {
		display: block;
	}
}

.nav-body .other p {
	margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
	.nav-body .social {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}
}

.nav-body .social a {
	text-align: center;
	width: 33px;
	height: 33px;
	display: block;
	border: 2px solid #4d4d4d;
	color: #4d4d4d;
	border-radius: 50%;
	position: relative;
	transition: all 0.3s ease;
	margin: 0 10px;
}

.nav-body .social a:hover {
	border: 2px solid #981b1e;
	color: #981b1e;
}

.nav-body .social a span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.open-nav {
	overflow-x: hidden;
}

.open-nav.tablet,
.open-nav.mobile {
	overflow-y: hidden;
	height: 100%;
	width: 100%;
}

.open-nav .nav-body {
	opacity: 1;
	visibility: visible;
}

.open-nav .toggle span {
	background-color: transparent;
}

.open-nav .toggle span:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.open-nav .toggle span:before {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.welcome-banner {
	position: relative;
	color: #4c4c4e;
	/*article {
		text-align: center;
		margin: 0 auto;
		width: 100%;
		max-width: 992px;
		z-index: 2;
		@include query-max-width(992) {
			max-width: 280px;
		}
		h2 {
			@include font-size(60);
			@include line-height(66);
			margin-bottom: 30px;
			font-weight: 400;
			@include query-max-width(992) {
				@include font-size(24);
				@include line-height(30);
				margin-bottom: 15px;
			}
			span {
				display: block;
			}
		}
		a {
			display: block;
			margin: 0 auto;
		}
	}*/
}

.welcome-banner ul {
	position: relative;
	overflow: hidden;
}

.welcome-banner ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*min-height: 534px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*@include query-min-width(1440) {
				min-height: 750px;
			}
			@include query-max-width(992) {
				min-height: 500px;
			}
			@include query-max-width(640) {
				min-height: 400px;
			}*/
}

.welcome-banner ul li:first-child {
	opacity: 1;
	visibility: visible;
	position: relative;
	z-index: 2;
}

.welcome-banner ul li .cta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.welcome-banner .banner-large {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.welcome-banner .banner-large {
		
	}
}

.welcome-banner .banner-small {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.welcome-banner .banner-small {
		display: block;
	}
}

.welcome-banner .dots {
	bottom: 90px;
}

@media only screen and (max-width: 992px) {
	.welcome-banner .dots {
		bottom: 60px;
	}
}

@media only screen and (max-width: 640px) {
	.welcome-banner .dots {
		bottom: 30px;
	}
}

.welcome-banner .scroll-down {
	color: #981b1e;
	text-shadow: 0 0 5px #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 10px;
	line-height: 1rem;
}

@media only screen and (max-width: 992px) {
	.welcome-banner .scroll-down {
		bottom: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.welcome-banner .scroll-down {
		bottom: 15px;
	}
}

.welcome-banner .scroll-down p {
	margin-bottom: 5px;
}

.welcome-banner .scroll-down .help-down {
	-webkit-animation: arrow-down 0.6s infinite alternate ease-in-out;
	animation: arrow-down 0.6s infinite alternate ease-in-out;
	border-bottom: 3px solid #981b1e;
	border-right: 3px solid #981b1e;
	display: block;
	height: 20px;
	margin: 0 auto;
	transition: opacity 0.5s;
	width: 20px;
}

@media only screen and (max-width: 640px) {
	.welcome-banner .scroll-down .help-down {
		height: 15px;
		width: 15px;
	}
}

.welcome-banner .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	display: block;
}

.welcome-banner .btn-play:hover .triangle {
	stroke-dashoffset: 0;
	opacity: 1;
	stroke: #971b1e;
}

.welcome-banner .btn-play:hover .circle-white {
	stroke: none;
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	opacity: 0;
}

.welcome-banner .btn-play:hover .circle-red {
	stroke-dashoffset: 0;
	opacity: 1;
}

.welcome-banner .circle-white {
	stroke: #fff;
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	-webkit-transition: all 0.5s ease-in-out;
	opacity: 1;
}

.welcome-banner .circle-red {
	stroke: #971b1e;
	stroke-dasharray: 650;
	stroke-dashoffset: 650;
	-webkit-transition: all 0.5s ease-in-out;
	opacity: 1;
}

.welcome-banner .triangle {
	-webkit-transition: all 0.7s ease-in-out;
	stroke-dasharray: 240;
	stroke-dashoffset: 480;
	stroke: #fff;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.welcome-banner .banner-video:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.welcome-azulej {
	padding-top: 80px;
	position: relative;
}

.welcome-azulej .title {
	padding-left: 25px;
	margin: 0;
	max-width: 480px;
}

@media only screen and (max-width: 992px) {
	.welcome-azulej .title {
		max-width: 100%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
}

.welcome-azulej .azulej-item {
	overflow: hidden;
	margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
	.welcome-azulej .azulej-item {
		margin: 0 -7px;
	}
}

.welcome-azulej .azulej-6 {
	width: 50%;
	float: right;
	padding: 0 7px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
	.welcome-azulej .azulej-6 {
		float: none;
		padding: 0 7px;
		width: 100%;
		margin-bottom: 15px;
	}
}

.welcome-azulej .azulej-3 {
	float: left;
	width: 25%;
	padding: 0 7px;
}

@media only screen and (max-width: 992px) {
	.welcome-azulej .azulej-3 {
		width: 50%;
		padding: 0 7px;
		margin-bottom: 15px;
	}
}

.welcome-azulej .box-square {
	top: 80px;
	right: -125px;
}

.welcome-trevek {
	position: relative;
	padding: 80px 0 40px;
}

@media only screen and (max-width: 992px) {
	.welcome-trevek {
		padding: 90px 0 30px;
	}
}

.welcome-trevek .top {
	width: 100%;
	max-width: 884px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.welcome-trevek .title {
	position: relative;
	position: relative;
	margin-bottom: 60px;
	max-width: 450px;
	padding-right: 80px;
	float: right;
}

@media only screen and (max-width: 992px) {
	.welcome-trevek .title {
		padding: 0 22px;
		max-width: 100%;
		float: none;
		margin-bottom: 30px;
	}
}

.welcome-trevek .box {
	position: relative;
	overflow: hidden;
	margin: 0 -7px;
	z-index: 2;
}

@media only screen and (max-width: 992px) {
	.welcome-trevek .box {
		margin: 0 -7px;
	}
}

.welcome-trevek .item {
	width: 50%;
	float: left;
	padding: 0 7px;
}

@media only screen and (max-width: 992px) {
	.welcome-trevek .item {
		width: 100%;
		float: none;
		padding: 0 7px;
	}
}

.welcome-trevek .arrow {
	top: -130px;
	left: 20px;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

@media only screen and (max-width: 992px) {
	.welcome-trevek .arrow {
		top: -130px;
	}
}

.welcome-trevek .row {
	overflow: hidden;
	margin: 0 -7px;
}

@media only screen and (max-width: 992px) {
	.welcome-trevek .row {
		margin: 0 -7px;
	}
}

.welcome-trevek .trevek-6 {
	width: 50%;
	float: left;
	padding: 0 7px;
	height: 250px;
}
.welcome-trevek .trevek-6 img{
	width:100%;
	height:100%;
	object-fit: cover;
}
@media only screen and (max-width: 992px) {
	.welcome-trevek .trevek-6 {
		padding: 0 7px;
	}
}

.welcome-trevek .trevek-12 {
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 992px) {
	.welcome-trevek .trevek-12 {
		padding-top: 15px;
	}
}

.welcome-trevek .box-square {
	top: 270px;
	left: 50%;
}

.welcome-product {
	background-color: #eee;
	text-align: center;
	padding: 60px 0;
}

@media only screen and (max-width: 992px) {
	.welcome-product {
		padding: 45px 0 90px;
	}
}

.welcome-product section {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.welcome-product .title h2:after {
	display: none;
}

.welcome-product .list {
	position: relative;
}

@media only screen and (max-width: 992px) {
	.welcome-product .list {
		padding: 0 35px;
	}
}

.welcome-product .inner {
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 992px) {
	.welcome-product .inner {
		overflow: visible;
	}
}

.welcome-product ul {
	overflow: hidden;
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.welcome-product ul li {
	padding: 0 10px;
	width: 25%;
}

.welcome-product article {
	position: relative;
	overflow: hidden;
}

.welcome-product article a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.welcome-product h6 {
	font-weight: 400;
	margin-top: 10px;
}

.welcome-product h6 span {
	text-transform: uppercase;
	display: block;
}

.welcome-product h6 sup {
	top: -0.1rem;
}

.welcome-product .image {
	overflow: hidden;
}

.welcome-product .image:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.welcome-product .image img {
	transition: all 0.3s ease;
}

.welcome-product .dots {
	display: none;
}

@media only screen and (max-width: 992px) {
	.welcome-product .dots {
		display: block;
		bottom: -25px;
	}
}

.welcome-news {
	position: relative;
	color: #fff;
}

.welcome-news ul {
	position: relative;
}

.welcome-news ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (min-width: 1440px) {
	.welcome-news ul li {
		min-height: 650px;
	}
}

@media only screen and (max-width: 992px) {
	.welcome-news ul li {
		min-height: 500px;
	}
}

@media only screen and (max-width: 640px) {
	.welcome-news ul li {
		min-height: 400px;
	}
}

.welcome-news ul li:first-child {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.welcome-news article {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	padding: 60px 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

@media only screen and (min-width: 1440px) {
	.welcome-news article {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 26px;
		line-height: 2.6rem;
		max-width: 768px;
	}
}

.welcome-news h2 {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17px;
	line-height: 1.7rem;
	font-weight: 400;
	text-transform: uppercase;
}

@media only screen and (min-width: 1440px) {
	.welcome-news h2 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
	}
}

.welcome-news h2:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 10px auto;
	background-color: #fff;
}

.welcome-news h3 {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 40px;
	line-height: 4rem;
	margin-bottom: 25px;
	font-weight: 400;
	height: 80px;
	overflow: hidden;
	padding: 0 15px;
}

@media only screen and (min-width: 1440px) {
	.welcome-news h3 {
		font-size: 48px;
		font-size: 4.8rem;
		line-height: 54px;
		line-height: 5.4rem;
		height: 115px;
	}
}

@media only screen and (max-width: 992px) {
	.welcome-news h3 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 36px;
		line-height: 3.6rem;
		height: auto;
	}
}

.welcome-news h3 span {
	display: block;
}

.welcome-news p {
	margin-bottom: 30px;
	overflow: hidden;
	height: 80px;
}

@media only screen and (min-width: 1440px) {
	.welcome-news p {
		height: 75px;
	}
}

@media only screen and (max-width: 992px) {
	.welcome-news p {
		margin-bottom: 30px;
	}
}

.welcome-news .arrow-1 {
	left: 50%;
	top: -60px;
	bottom: auto;
}

@media only screen and (max-width: 992px) {
	.welcome-news .arrow-1 {
		top: -60px;
	}
}

.welcome-news .arrow-1 span.line {
	top: auto;
	bottom: -20px;
}

.welcome-news .arrow-1 span.square {
	bottom: auto;
	top: 10px;
}

.welcome-news .arrow-2 {
	left: 17%;
}

.welcome-inspiration {
	padding: 90px 0 30px;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.welcome-inspiration {
		padding: 80px 0 15px;
	}
}

.welcome-inspiration .top {
	overflow: hidden;
	max-width: 884px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.welcome-inspiration .title {
	width: 70%;
	max-width: 100%;
}

@media only screen and (max-width: 640px) {
	.welcome-inspiration .title {
		width: 100%;
	}
}

.welcome-inspiration .title p {
	margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
	.welcome-inspiration .title p {
		margin-bottom: 15px;
	}
}

.welcome-inspiration .link {
	width: 30%;
	text-align: right;
}

@media only screen and (max-width: 992px) {
	.welcome-inspiration .link {
		display: block;
		margin-left: 0;
		text-align: left;
	}
}

@media only screen and (max-width: 640px) {
	.welcome-inspiration .link {
		width: 100%;
	}
}

.welcome-inspiration .body {
	position: relative;
	margin-top: 30px;
}

@media only screen and (max-width: 992px) {
	.welcome-inspiration .body {
		margin-top: 15px;
	}
}

.welcome-inspiration .slider {
	width: 100%;
}

.welcome-inspiration ul {
	overflow: hidden;
	margin: 0 -7px;
}

.welcome-inspiration ul li {
	overflow: hidden;
	float: left;
	padding: 0 7px;
}

.welcome-inspiration .hide {
	position: absolute;
	left: 0;
	height: 100%;
	width: 180px;
	background-color: #fff;
	z-index: 1;
}

.welcome-inspiration .box {
	margin: 0 -7px;
	overflow: hidden;
}

.welcome-inspiration .item {
	width: 40%;
	float: left;
	padding: 0 7px;
	position: relative;
	height:250px;
}

@media only screen and (max-width: 640px) {
	.welcome-inspiration .item {
		width: 50%;
	}
}

.welcome-inspiration .item:nth-child(2) {
	width: 20%;
}

@media only screen and (max-width: 640px) {
	.welcome-inspiration .item:nth-child(2) {
		display: none;
	}
}

.welcome-inspiration .text {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.welcome-inspiration .text:after {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.welcome-inspiration .text:hover > img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.welcome-inspiration .text > img {
	transition: all 0.3s ease;
	height:100%;
	object-fit: cover;
}

.welcome-inspiration .active:after {
	display: block;
}

.welcome-inspiration .active .share-group {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.welcome-inspiration .row {
	overflow: hidden;
}

.welcome-inspiration .item-1 {
	display: block;
	width: 100%;
	margin-top: 15px;
}

.welcome-inspiration .item-1:first-child {
	margin-top: 0;
}

.welcome-inspiration .share-group {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.welcome-inspiration .share-group a {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 10px;
	line-height: 1rem;
	opacity: 1;
	margin: 0 5px;
	box-shadow: 0 0 3px 0 #fff;
	position: relative;
	transition: all 0.3s ease;
}

.welcome-inspiration .share-group a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.welcome-inspiration .share-group a i {
	line-height: 10px;
	line-height: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.welcome-inspiration .share {
	background-color: #981b1e;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	bottom: -22px;
	right: -22px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding: 10px 18px 0 0;
	z-index: 2;
}

.welcome-inspiration .share span {
	font-size: 6px;
	font-size: 0.6rem;
	line-height: 10px;
	line-height: 1rem;
	text-transform: uppercase;
	display: block;
}

.welcome-inspiration .share img {
	width: 15px;
}

.welcome-inspiration .box-square {
	top: 80px;
	left: -175px;
}

@media only screen and (max-width: 992px) {
	.welcome-inspiration .controls {
		display: block;
	}
}

.quick-link_banner{
	position: relative;
	background: url("../img/tiles/banner.jpg") no-repeat center;
	background-size: cover;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0;
	margin-bottom: 20px;
}

.quick-link_banner.has_children{
	margin-bottom: 130px;
}

.tiles-banner {
	position: relative;
	background: url("../img/tiles/banner.jpg") no-repeat center;
	background-size: cover;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0;
	margin-bottom: 130px;
}



.quick-link_banner .container,
.tiles-banner .container {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.tiles-banner header {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}

@media only screen and (max-width: 992px) {
	.tiles-banner header {
		padding-bottom: 15px;
	}
}

.tiles-banner header h1 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 42px;
	line-height: 4.2rem;
	font-weight: 400;
}

@media only screen and (max-width: 992px) {
	.tiles-banner header h2 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 36px;
		line-height: 3.6rem;
	}
}

.tiles-banner ul {
	overflow: hidden;
	margin: 0 -10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tiles-banner ul li {
	width: 15%;
	padding: 0 10px;
	position: relative;
	color: #fff;
	margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
	.tiles-banner ul li {
		width: 33.33333%;
	}
}

.tiles-banner article {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: -4px 8px 20px -6px #333;
	overflow: hidden;
}

.tiles-banner article:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.tiles-banner article:hover h2 {
	color: #981b1e;
}

.tiles-banner article h2 {
	transition: all 0.3s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 0 15px;
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
	font-weight: 400;
	text-shadow: 0 0 10px #000;
}

@media only screen and (max-width: 992px) {
	.tiles-banner article h2 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 34px;
		line-height: 3.4rem;
		padding: 0 5px;
	}
}

@media only screen and (max-width: 640px) {
	.tiles-banner article h2 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
		padding: 0 5px;
	}
}

.tiles-banner article h2 span {
	font-family: "Shelia VNF", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
	line-height: 3rem;
}

@media only screen and (max-width: 992px) {
	.tiles-banner article h2 span {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 38px;
		line-height: 3.8rem;
	}
}

@media only screen and (max-width: 640px) {
	.tiles-banner article h2 span {
		display: block;
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
}

.tiles-banner article img {
	transition: all 0.3s ease;
	height:100%;
	object-fit: cover;
}

.tiles-banner a {
	background: url("../img/blank.png") repeat center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tiles-filter {
	border-bottom: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 992px) {
	.tiles-filter {
		width: 100%;
		padding: 15px;
	}
}

@media only screen and (max-width: 992px) {
	.tiles-filter > span {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
}

.tiles-filter .select {
	margin: 0 20px;
}

@media only screen and (max-width: 992px) {
	.tiles-filter .select {
		width: 100%;
		border: 1px solid #ccc;
		margin: 0 0 15px;
	}
}

.tiles-filter .select:before {
	display: none;
}

@media only screen and (max-width: 992px) {
	.tiles-filter .select:before {
		display: block;
	}
}

.tiles-filter select {
	border: 0;
	height: 64px;
}

@media only screen and (max-width: 992px) {
	.tiles-filter select {
		height: 32px;
	}
}

.tiles-filter a {
	margin: 0 auto;
}

.tiles {
	text-align: center;
	padding: 65px 12px;
	background-position: top center;
	background-repeat: repeat;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 640px) {
	.tiles {
		padding: 30px 15px;
	}
}

.tiles header {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.tiles header h3 {
	color: #981b1e;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 42px;
	line-height: 4.2rem;
	font-weight: 400;
}

@media only screen and (max-width: 640px) {
	.tiles header h3 {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 31px;
		line-height: 3.1rem;
	}
}

.tiles header h3:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto;
	background-color: #4c4c4e;
}

.tiles header h3 span {
	color: #4c4c4e;
	font-family: "Shelia VNF", sans-serif;
}

.tiles header p {
	margin-bottom: 0;
}

.tiles ul {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -6px;
	padding-bottom: 18px;
}

.tiles ul li {
	position: relative;
	width: 16.66667%;
	padding: 0 6px;
	margin-bottom: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.tiles ul li {
		width: 25%;
	}
}

@media only screen and (max-width: 992px) {
	.tiles ul li {
		width: 33.33333%;
	}
}

@media only screen and (max-width: 640px) {
	.tiles ul li {
		width: 50%;
	}
}

.tiles ul li figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: 100%;
	overflow: hidden;
}

.tiles ul li figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.tiles ul li figure img {
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.tiles ul li figure figcaption {
	background-color: #ccc;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
}

.tiles ul li figure span {
	display: block;
	max-width: 100%;
	text-align: center;
}

.tiles ul li a {
	background: url("../img/blank.png") repeat center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.tiles ul li img {
	min-height: 1px;
}

.tiles-1 {
	background-color: #fff;
}

.tiles-2 {
	background-image: url("../img/tiles/stone/bg.jpg");
}

.tiles-2 header {
	color: #fff;
}

.tiles-2 header h3 {
	color: #fff;
}

.tiles-2 header h3:after {
	background-color: #fff;
}

.tiles-2 header h3 span {
	color: #fff;
}

.tiles-2 .btn-2 {
	border: 1px solid #fff;
	color: #fff;
}

.tiles-3 {
	background-color: #fff;
}

.tiles-3 article {
	max-width: 930px;
	width: 100%;
	margin: 0 auto;
}

.tiles-3 header {
	margin-left: 0;
	text-align: left;
}

.tiles-3 header h3:after {
	margin: 20px 0;
}

.tiles-3 ul li {
	width: 25%;
}

@media only screen and (max-width: 992px) {
	.tiles-3 ul li {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 640px) {
	.tiles-3 ul li {
		width: 50%;
	}
}

.tiles-4 {
	background-image: url("../img/tiles/decor/bg.jpg");
}

.tiles-4 ul li figure figcaption {
	color: #fff;
	background-color: #323232;
}

.tiles-5 {
	background-image: url("../img/tiles/wood/bg.jpg");
}

.tiles-5 ul li figure figcaption {
	background-color: #fff;
}

.tiles-detail header {
	padding-bottom: 15px;
}

.tiles-detail header h2 {
	text-transform: none;
}

.tiles-detail header h2 span {
	display: block;
}

.tiles-detail section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tiles-detail .col-6 {
	width: 50%;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .col-6 {
		width: 100%;
	}
}

.tiles-detail .banner-1 {
	background: url("../img/tiles/detail-1/banner.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	color: #3f3f3f;
}

.tiles-detail .banner-1 article {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 245px 15px;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .banner-1 article {
		padding: 100px 15px;
	}
}

.tiles-detail .banner-1 article p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
	font-weight: normal;
}

.tiles-detail .banner-1 article p span {
	font-weight: 700;
}

.tiles-detail .banner-1 article h2 {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 48px;
	line-height: 4.8rem;
	font-weight: 400;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .banner-1 article h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 38px;
		line-height: 3.8rem;
	}
}

.tiles-detail .banner-1 article h2 span {
	display: block;
}

.tiles-detail .banner-2 {
	position: relative;
	background: url("../img/tiles/detail-2/bg-2.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
	min-height: 534px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0 50px;
}

@media only screen and (min-width: 1440px) {
	.tiles-detail .banner-2 {
		min-height: 650px;
		padding: 80px 0;
	}
}

@media only screen and (max-width: 992px) {
	.tiles-detail .banner-2 {
		min-height: 500px;
	}
}

@media only screen and (max-width: 640px) {
	.tiles-detail .banner-2 {
		min-height: 400px;
	}
}

.tiles-detail .banner-2 header {
	margin: 0 auto;
	width: 100%;
	max-width: 830px;
	padding: 0 15px;
}

.tiles-detail .banner-2 header h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

@media only screen and (max-width: 640px) {
	.tiles-detail .banner-2 header h2 {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 17px;
		line-height: 1.7rem;
	}
}

.tiles-detail .banner-2 header h3 {
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 51px;
	line-height: 5.1rem;
	font-weight: 400;
	margin-bottom: 45px;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .banner-2 header h3 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 38px;
		line-height: 3.8rem;
	}
}

@media only screen and (max-width: 640px) {
	.tiles-detail .banner-2 header h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 28px;
		line-height: 2.8rem;
	}
}

.tiles-detail .banner-2 header img {
	width: auto;
	max-height: 400px;
	margin: 0 auto;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .banner-2 header img {
		max-height: 300px;
	}
}

@media only screen and (max-width: 640px) {
	.tiles-detail .banner-2 header img {
		max-height: 200px;
	}
}

.tiles-detail .patricia {
	padding-top: 30px;
}

.tiles-detail .patricia header h2 {
	text-transform: none;
}

.tiles-detail .patricia img {
	max-width: 330px;
	margin: 0 auto;
}

.tiles-detail .catalog {
	background: url("../img/tiles/detail-1/catalog.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 23px;
	line-height: 2.3rem;
}

.tiles-detail .catalog header {
	width: 100%;
	max-width: 456px;
	padding: 145px 70px;
	background-color: rgba(51, 73, 86, 0.9);
	margin: 0 auto;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .catalog header {
		padding: 80px 35px;
	}
}

.tiles-detail .patch {
	padding-top: 30px;
}

.tiles-detail .patch footer {
	margin-top: 15px;
}

.tiles-detail .freedom {
	padding-top: 30px;
}

.tiles-detail .freedom article {
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .freedom article {
		padding: 25px 0;
	}
}

.tiles-detail .freedom article .collapse {
	width: 40%;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .freedom article .collapse {
		width: 100%;
	}
}

.tiles-detail .freedom article .collapse ul {
	width: 240px;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .freedom article .collapse ul {
		width: 100%;
	}
}

.tiles-detail .freedom article .collapse ul li {
	padding-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
}

.tiles-detail .freedom article .collapse ul li:first-child {
	padding-top: 0;
	border-top: 0;
}

.tiles-detail .freedom article .collapse .active .content {
	height: auto;
}

.tiles-detail .freedom article .collapse .active h3 {
	cursor: default;
	color: #981b1e;
	margin-bottom: 15px;
}

.tiles-detail .freedom article .collapse .active h3:after {
	content: '\f106';
}

.tiles-detail .freedom article .collapse .content {
	overflow: hidden;
	height: 0;
}

.tiles-detail .freedom article .collapse h3 {
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	margin-bottom: 0;
	color: #000000;
	text-transform: uppercase;
	font-weight: 400;
	transition: all 0.3s ease;
}

.tiles-detail .freedom article .collapse h3:after {
	content: '\f107';
	display: block;
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 21px;
	line-height: 2.1rem;
}

.tiles-detail .freedom article .collapse p {
	margin-bottom: 0;
}

.tiles-detail .freedom article .product {
	width: 60%;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .freedom article .product {
		width: 100%;
		margin-bottom: 15px;
	}
}

.tiles-detail .freedom article .product img {
	display: none;
}

.tiles-detail .freedom article .product img:first-child {
	display: block;
}

.tiles-detail .products {
	padding: 65px 0;
}

@media only screen and (min-width: 1440px) {
	.tiles-detail .products .container {
		max-width: 884px;
	}
}

.tiles-detail .products footer {
	margin: 0 auto;
	padding-top: 30px;
}

.tiles-detail .products footer p {
	width: 100%;
	margin-bottom: 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tiles-detail .products footer p strong {
	display: block;
	width: 50%;
	padding-right: 10px;
	text-align: right;
}

.tiles-detail .products footer p strong:last-child {
	padding-right: 0;
	font-weight: 400;
	text-align: left;
}

.tiles-detail .products footer p span {
	font-weight: 700;
	display: block;
	width: 50%;
	padding-right: 10px;
	text-align: right;
}

.tiles-detail .products footer table {
	width: 100% !important;
	height: auto !important;
	border: 0;
}

.tiles-detail .products footer table td {
	width: 50%;
	padding: 0 5px;
	vertical-align: top;
}

.tiles-detail .products footer table td:first-child {
	text-align: right !important;
	font-weight: 700;
}

.tiles-detail .appeal {
	background-image: url("../img/tiles/detail-2/appeal/appeal-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 50px 15px 300px;
	text-align: center;
	min-height: 534px;
}

@media only screen and (min-width: 1440px) {
	.tiles-detail .appeal {
		min-height: 650px;
	}
}

@media only screen and (max-width: 992px) {
	.tiles-detail .appeal {
		min-height: 500px;
	}
}

@media only screen and (max-width: 640px) {
	.tiles-detail .appeal {
		min-height: 400px;
	}
}

.tiles-detail .appeal header {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
}

.tiles-detail .appeal header h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 42px;
	line-height: 4.2rem;
	font-weight: 400;
	color: #981b1e;
}

.tiles-detail .appeal header h2:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto;
	background-color: #4c4c4e;
}

.tiles-detail .gallery {
	padding: 30px 0 0;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .gallery {
		padding: 55px 0;
	}
}

.tiles-detail .gallery .box {
	overflow: hidden;
	margin: 0 -10px;
}

.tiles-detail .gallery .row {
	overflow: hidden;
	margin: 0 -10px 20px;
}

.tiles-detail .gallery .gallery-3 {
	padding: 0 10px;
	float: left;
	width: 23.1%;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .gallery .gallery-3 {
		width: 100%;
	}
}

.tiles-detail .gallery .gallery-4 {
	padding: 0 10px;
	float: left;
	width: 34.45%;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .gallery .gallery-4 {
		width: 100%;
		margin-bottom: 15px;
		float: none;
	}
}

.tiles-detail .gallery .gallery-5 {
	padding: 0 10px;
	float: left;
	width: 42.45%;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .gallery .gallery-5 {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
}

.tiles-detail .gallery .gallery-6 {
	padding: 0 10px;
	width: 50%;
	float: left;
}

.tiles-detail .where {
	position: relative;
	text-align: center;
	background-image: url("../img/tiles/detail-2/where/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 15px 300px;
	min-height: 534px;
}

@media only screen and (min-width: 1440px) {
	.tiles-detail .where {
		min-height: 650px;
	}
}

@media only screen and (max-width: 992px) {
	.tiles-detail .where {
		min-height: 500px;
	}
}

@media only screen and (max-width: 640px) {
	.tiles-detail .where {
		min-height: 400px;
	}
}

.tiles-detail .where header {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
}

.tiles-detail .where header h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 42px;
	line-height: 4.2rem;
	font-weight: 400;
	color: #981b1e;
}

.tiles-detail .where header h2:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto;
	background-color: #4c4c4e;
}

.tiles-detail .art {
	padding: 30px 0;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .art {
		padding: 30px 0;
	}
}

.tiles-detail .art .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 30px;
	padding: 0 15px;
}

.tiles-detail .art header {
	width: 100%;
	max-width: 500px;
	margin: inherit 0;
}

.tiles-detail .art header h2 {
	text-transform: none;
}

.tiles-detail .art .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .art .box {
		margin: 0 -7px;
	}
}

.tiles-detail .art .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .art .row {
		margin: 0 -7px;
	}
}

.tiles-detail .art .col-6 {
	width: 50%;
	padding: 0 15px;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .art .col-6 {
		width: 100%;
		padding: 0 7px;
		margin-bottom: 15px;
	}
}

.tiles-detail .art .small-6 {
	width: 50%;
	padding: 0 15px;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .art .small-6 {
		padding: 0 7px;
	}
}

.tiles-detail .art .col-12 {
	width: 100%;
	margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .art .col-12 {
		margin-bottom: 15px;
	}
}

.tiles-detail .digital {
	background: url("../img/tiles/detail-3/digital/bg.jpg") no-repeat center;
	background-size: cover;
	padding: 200px 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
}

@media only screen and (max-width: 992px) {
	.tiles-detail .digital {
		padding: 50px 0;
	}
}

.tiles-detail .banner-3 {
	position: relative;
	background: url("../img/tiles/detail-2/bg-2.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
	min-height: 534px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0 60px;
}

@media only screen and (min-width: 1440px) {
	.tiles-detail .banner-3 {
		min-height: 650px;
	}
}

@media only screen and (max-width: 992px) {
	.tiles-detail .banner-3 {
		min-height: 500px;
	}
}

@media only screen and (max-width: 640px) {
	.tiles-detail .banner-3 {
		min-height: 400px;
	}
}

.tiles-result header {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin: 0 0 30px;
	text-align: left;
}

.tiles-result header p {
	margin: 0;
}

.tiles-result header span {
	color: #981b1e;
	font-style: italic;
	font-weight: 700;
}

.no-result {
	margin: 0 auto;
	text-align: center;
	padding: 150px 0;
	font-size: 16px;
}

.bathroom-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 534px;
}

@media only screen and (min-width: 1440px) {
	.bathroom-banner {
		min-height: 650px;
	}
}

@media only screen and (max-width: 992px) {
	.bathroom-banner {
		min-height: 500px;
	}
}

@media only screen and (max-width: 640px) {
	.bathroom-banner {
		min-height: 400px;
	}
}

.bathroom-banner header {
	text-align: center;
	width: 100%;
	color: #fff;
	margin-bottom: 120px;
}

@media only screen and (min-width: 1440px) {
	.bathroom-banner header {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
}

@media only screen and (max-width: 992px) {
	.bathroom-banner header {
		margin-bottom: 60px;
	}
}

.bathroom-banner header h2 {
	text-transform: uppercase;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 23px;
	line-height: 2.3rem;
}

@media only screen and (min-width: 1440px) {
	.bathroom-banner header h2 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 30px;
		line-height: 3rem;
	}
}

.bathroom-banner ul {
	overflow: hidden;
	margin: 0 -10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 992px) {
	.bathroom-banner ul {
		margin: 0 -5px;
	}
}

.bathroom-banner ul li {
	width: 20%;
	padding: 0 5px;
	position: relative;
	color: #fff;
	margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
	.bathroom-banner ul li {
		width: 33.33333%;
		margin-bottom: 20px;
	}
}

.bathroom-banner article {
	text-align: left;
	/*&:hover {
			img {
				transform: none;
				-webkit-animation: toBottomFromTop 0.5s forwards;
				-moz-animation: toBottomFromTop 0.5s forwards;
				animation: toBottomFromTop 0.5s forwards;
			}
		}
		img {
			width: 45px;
			margin-right: 5px;
			@include query-min-width(1440) {
				width: 80px;
			}
		}*/
}

@media only screen and (max-width: 992px) {
	.bathroom-banner article {
		text-align: center;
	}
}

.bathroom-banner article:hover .bath-1 {
	-webkit-animation: sprite 1s steps(20) infinite;
	animation: sprite 1s steps(20) infinite;
}

.bathroom-banner article:hover .bath-2 {
	-webkit-animation: sprite 1s steps(44) infinite;
	animation: sprite 1s steps(44) infinite;
}

.bathroom-banner article:hover .bath-3 {
	-webkit-animation: sprite 1s steps(31) infinite;
	animation: sprite 1s steps(31) infinite;
}

.bathroom-banner article:hover .bath-4 {
	-webkit-animation: sprite 1s steps(74) infinite;
	animation: sprite 1s steps(74) infinite;
}

.bathroom-banner article:hover .bath-5 {
	-webkit-animation: sprite 1s steps(20) infinite;
	animation: sprite 1s steps(20) infinite;
}

.bathroom-banner article .icon-bath {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	position: relative;
	background-size: 100%;
	background-position: 0 0%;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 992px) {
	.bathroom-banner article .icon-bath {
		width: 80px;
		height: 80px;
	}
}

@media only screen and (min-width: 1440px) {
	.bathroom-banner article .icon-bath {
		width: 80px;
		height: 80px;
	}
}

.bathroom-banner article .bath-1 {
	background-image: url("../img/bath-1.png");
}

.bathroom-banner article .bath-2 {
	background-image: url("../img/bath-2.png");
}

.bathroom-banner article .bath-3 {
	background-image: url("../img/bath-3.png");
}

.bathroom-banner article .bath-4 {
	background-image: url("../img/bath-4.png");
}

.bathroom-banner article .bath-5 {
	background-image: url("../img/bath-5.png");
}

.bathroom-banner article h2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-size: 1rem;
	line-height: 16px;
	line-height: 1.6rem;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 400;
	width: 90px;
}

@media only screen and (min-width: 1440px) {
	.bathroom-banner article h2 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 22px;
		line-height: 2.2rem;
		width: 140px;
	}
}

.bathroom-banner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/blank.png") repeat center;
}

.bathroom {
	text-align: center;
	margin-bottom: 30px;
}

.bathroom header {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 30px 0;
	text-align: left;
	padding: 50px;
}

@media only screen and (min-width: 1440px) {
	.bathroom header {
		padding: 75px;
	}
}

@media only screen and (max-width: 992px) {
	.bathroom header {
		padding: 25px;
	}
}

.bathroom header article {
	width: 100%;
	max-width: 400px;
}

.bathroom header article h2 {
	color: #3d3d3d;
	text-transform: uppercase;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
	line-height: 3rem;
	margin-bottom: 5px;
}

@media only screen and (min-width: 1440px) {
	.bathroom header article h2 {
		font-size: 34px;
		font-size: 3.4rem;
		line-height: 40px;
		line-height: 4rem;
	}
}

@media only screen and (max-width: 640px) {
	.bathroom header article h2 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 24px;
		line-height: 2.4rem;
	}
}

.bathroom header article p {
	margin: 0;
}

.bathroom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -30px;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
	.bathroom ul {
		margin: 0 -15px;
	}
}

@media only screen and (max-width: 640px) {
	.bathroom ul {
		margin: 0 -7px;
	}
}

.bathroom ul li {
	width: 25%;
	padding: 0 30px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
	.bathroom ul li {
		width: 33.3333%;
		padding: 0 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 640px) {
	.bathroom ul li {
		width: 50%;
		padding: 0 7px;
		margin-bottom: 15px;
	}
}

.bathroom ul figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-flex: 10;
	-ms-flex: 10 auto;
	flex: 10 auto;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.bathroom ul figure:hover figcaption {
	background-color: #981b1e;
	color: #fff;
}

.bathroom ul figure:hover .img-back {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.bathroom ul figure figcaption {
	padding: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	transition: all 0.25s ease;
}

@media only screen and (max-width: 992px) {
	.bathroom ul figure figcaption {
		font-size: 10px;
		font-size: 1rem;
		line-height: 16px;
		line-height: 1.6rem;
	}
}

.bathroom ul figure figcaption span {
	display: block;
	max-width: 100%;
	text-align: center;
}

.bathroom ul figure .img-back {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
	left: 0;
	-webkit-transform: translateY(-101%);
	transform: translateY(-101%);
	transition: all 0.25s ease;
}

.bathroom ul figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url("../img/blank.png") repeat center;
}

.bathroom ul figure .image {
	min-height: 1px;
}

.bathroom .btn-5 {
	margin-bottom: 30px;
}

.bathroom-body.line {
	border-bottom: 1px solid #ccc;
}

.bathroom-2 {
	background-position: top right, center;
	background-repeat: no-repeat;
	padding: 30px 0;
	position: relative;
}

.bathroom-2 header {
	padding: 0;
}

@media only screen and (max-width: 640px) {
	.bathroom-2 header {
		color: #fff;
		margin-top: 0;
	}
}

@media only screen and (max-width: 640px) {
	.bathroom-2 header article h2 {
		color: #fff;
	}
}

@media only screen and (max-width: 640px) {
	.bathroom-2 header article p {
		text-shadow: 0 0 3px #000;
	}
}

.bathroom-2 .bg {
	background-image: url(Assets/img/bathroom/bg-toilets.jpg);
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.bathroom-3 header {
	text-align: center;
}

.bathroom-3 header article {
	width: 100%;
	margin: 0 auto;
}

.bathroom-detail {
	padding: 30px 0;
}

.bathroom-detail .breadcrumb {
	margin-bottom: 30px;
}

.bathroom-detail .detail h2 {
	color: #981b1e;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 38px;
	line-height: 3.8rem;
}

@media only screen and (max-width: 992px) {
	.bathroom-detail .detail h2 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 30px;
		line-height: 3rem;
	}
}

.bathroom-detail .detail h2 span {
	font-family: 'Open Sans', sans-serif;
	display: block;
	color: #3d3d3d;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

.bathroom-detail .detail h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
	margin-bottom: 5px;
}

.bathroom-detail .detail h3 span {
	font-weight: 400;
}

.bathroom-detail .carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.bathroom-detail .carousel .col-6 {
	width: 50%;
	padding: 0 15px;
}

@media only screen and (max-width: 992px) {
	.bathroom-detail .carousel .col-6 {
		width: 100%;
	}
}

.bathroom-detail .carousel .slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.bathroom-detail .carousel .view {
	width: 80%;
	padding-right: 15px;
}

.bathroom-detail .carousel .view img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.bathroom-detail .carousel .view img:first-child {
	position: relative;
	display: block;
}

.bathroom-detail .carousel .list {
	width: 20%;
	height: 320px;
	overflow: hidden;
	position: relative;
}

.bathroom-detail .carousel .list .inner {
	padding: 0;
	margin: -5px 0;
}

.bathroom-detail .carousel .list .item {
	cursor: pointer;
	padding: 5px 0;
	overflow: hidden;
}

.bathroom-detail .carousel .note {
	width: 80%;
	font-size: 10px;
	font-size: 1rem;
	line-height: 12px;
	line-height: 1.2rem;
	margin-top: 5px;
}

.bathroom-detail .carousel article {
	margin-bottom: 45px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

.bathroom-detail .detail .links li {
	display: flex;
	text-transform: uppercase;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.bathroom-detail .feaspe .tab {
	color: #3d3d3d;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}

.bathroom-detail .feaspe .tab a {
	color: #3d3d3d;
	border-left: 1px solid #ccc;
	padding: 0 25px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 28px;
	line-height: 2.8rem;
	text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
	.bathroom-detail .feaspe .tab a {
		padding: 0 15px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 22px;
		line-height: 2.2rem;
	}
}

@media only screen and (max-width: 640px) {
	.bathroom-detail .feaspe .tab a {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 18px;
		line-height: 1.8rem;
	}
}

.bathroom-detail .feaspe .tab a:first-child {
	border-left: 0;
	padding-left: 0;
}

.bathroom-detail .feaspe .tab a.active,
.bathroom-detail .feaspe .tab a:hover {
	color: #981b1e;
}

.bathroom-detail .content > div {
	padding: 30px 0 60px;
	display: none;
}

.bathroom-detail .content > div:first-child {
	display: block;
}

.bathroom-detail .features ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
	.bathroom-detail .features ul {
		margin: 0;
	}
}

.bathroom-detail .features ul li {
	width: 50%;
	padding: 0 15px;
}

@media only screen and (max-width: 992px) {
	.bathroom-detail .features ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
}

.bathroom-detail .features .table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.bathroom-detail .features .table:first-child {
	padding-top: 0;
}

.bathroom-detail .features .table .name {
	text-transform: uppercase;
	color: #a9a9a9;
}

.bathroom-detail .features .partern {
	padding-bottom: 5px;
}

.bathroom-detail .features .partern .value {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 -3px;
}

.bathroom-detail .features .partern .value img {
	width: 25%;
	padding: 0 3px;
	margin-bottom: 6px;
	max-height: 20px;
}

.bathroom-detail .specifications ul {
	text-decoration: underline;
}

.bathroom-detail .specifications ul li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.bathroom-detail .specifications ul li:first-child {
	padding-top: 0;
}

.bathroom-detail .specifications p {
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.bathroom-detail .specifications .table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.bathroom-detail .specifications .table a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bathroom-detail .specifications .value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bathroom-detail .specifications .value img {
	width: 23px;
	margin-right: 10px;
}

.bathroom-detail .matching {
	background-color: #eeeeee;
	padding: 30px 0;
	font-size: 10px;
	font-size: 1rem;
	line-height: 16px;
	line-height: 1.6rem;
}

.bathroom-detail .matching article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
	.bathroom-detail .matching article {
		margin: 0;
	}
}

.bathroom-detail .matching .col-7 {
	width: 55%;
	padding: 0 15px;
}

@media only screen and (max-width: 992px) {
	.bathroom-detail .matching .col-7 {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
}

.bathroom-detail .matching .col-5 {
	width: 45%;
	padding: 0 15px;
}

@media only screen and (max-width: 992px) {
	.bathroom-detail .matching .col-5 {
		width: 100%;
		padding: 0;
	}
}

.bathroom-detail .matching h2 {
	text-transform: uppercase;
	color: #981b1e;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17px;
	line-height: 1.7rem;
	margin-bottom: 5px;
}

.bathroom-detail .matching h3 {
	font-weight: 400;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 28px;
	line-height: 2.8rem;
}

.bathroom-detail .matching p {
	margin: 0;
}

.bathroom-detail .youmay {
	text-align: center;
	padding: 30px 0;
}

.bathroom-detail .youmay .title h2 {
	text-transform: none;
}

.bathroom-detail .youmay .lists {
	position: relative;
}

@media only screen and (max-width: 992px) {
	.bathroom-detail .youmay .lists {
		padding: 0;
	}
}

.bathroom-detail .youmay .box {
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 992px) {
	.bathroom-detail .youmay .box {
		overflow: visible;
	}
}

.bathroom-detail .youmay ul {
	overflow: hidden;
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bathroom-detail .youmay ul li {
	padding: 0 10px;
	width: 25%;
}

.bathroom-detail .youmay p {
	text-transform: uppercase;
	margin-top: 10px;
}

.bathroom-detail .youmay p span {
	text-transform: uppercase;
	display: block;
}

.bathroom-detail .youmay p sup {
	top: -0.1rem;
}

.bathroom-detail .youmay .image {
	overflow: hidden;
}

.bathroom-detail .youmay .image:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.bathroom-detail .youmay .image img {
	transition: all 0.3s ease;
}

.bathroom-detail .youmay .dots {
	display: none;
}

@media only screen and (max-width: 992px) {
	.bathroom-detail .youmay .dots {
		display: block;
		bottom: -40px;
	}
}

.bathroom-result {
	margin: 0;
	padding: 65px 0;
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

@keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

@-webkit-keyframes sprite {
	from {
		background-position: 0 0%;
	}
	to {
		background-position: 0 100%;
	}
}

@keyframes sprite {
	from {
		background-position: 0 0%;
	}
	to {
		background-position: 0 100%;
	}
}

.projects {
	padding: 30px 0;
}

@media only screen and (max-width: 992px) {
	.projects {
		padding: 15px 0;
	}
}

.projects .title {
	margin-bottom: 45px;
	padding: 0 15px;
}

@media only screen and (max-width: 992px) {
	.projects .title {
		margin-bottom: 15px;
	}
}

.projects .title h2 {
	text-transform: none;
}

.projects-list {
	padding: 0 45px;
	margin-top: 45px;
	text-align: center;
}

@media only screen and (max-width: 992px) {
	.projects-list {
		padding: 0 15px;
		margin-top: 15px;
	}
}

.projects-list ul {
	overflow: hidden;
	margin: 0 -7px;
}

.projects-list ul li {
	width: 33.333333%;
	float: left;
	padding: 0 7px;
	margin-bottom: 14px;
}

@media only screen and (max-width: 992px) {
	.projects-list ul li {
		width: 50%;
	}
}

.projects-list ul li article {
	position: relative;
	overflow: hidden;
}

.projects-list ul li article:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.projects-list ul li article img {
	transition: all 0.3s ease;
}

.projects-list ul li article h3 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20px;
	left: 0;
	color: #2d2d2d;
	text-transform: uppercase;
	text-shadow: 1px 1px 8px #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
}

@media only screen and (max-width: 992px) {
	.projects-list ul li article h3 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
	}
}

.projects-list ul li article a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url("../img/blank.png") repeat center;
}

.about-viet {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 28px;
	line-height: 2.8rem;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.about-viet {
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
}

@media only screen and (max-width: 640px) {
	.about-viet {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 22px;
		line-height: 2.2rem;
	}
}

.about-viet header {
	width: 100%;
	max-width: 720px;
	position: absolute;
	padding: 0 15px;
	top: 65%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 992px) {
	.about-viet header {
		position: relative;
	}
}

.about-viet header p {
	text-align: center;
}

.about-viet header p:before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto;
	background-color: #4f4f4f;
}

.about-viet header span {
	display: block;
	color: #981b1e;
}

.about-viet .arrow {
	bottom: -80px;
	height: 120px;
}

@media only screen and (max-width: 992px) {
	.about-viet .arrow {
		height: 80px;
		bottom: -50px;
	}
}

.about-us {
	position: relative;
	padding: 100px 0 50px;
}

.about-us .arrow {
	left: 40%;
	bottom: -10px;
}

@media only screen and (max-width: 992px) {
	.about-us .arrow {
		bottom: 40px;
		left: 15%;
	}
}

.about-us header {
	position: relative;
	margin-bottom: 30px;
	max-width: 450px;
	padding-right: 0;
	float: right;
}

@media only screen and (max-width: 992px) {
	.about-us header {
		float: none;
		padding: 0 30px;
		max-width: 100%;
	}
}

.about-us article {
	overflow: hidden;
	margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
	.about-us article {
		padding: 0 -7px;
	}
}

.about-us section {
	width: 50%;
	float: left;
	padding: 0 7px;
}

@media only screen and (max-width: 992px) {
	.about-us section {
		float: none;
		width: 100%;
		padding: 0 7px;
	}
}

.about-us .row {
	overflow: hidden;
	margin: 0 -7px;
}

@media only screen and (max-width: 992px) {
	.about-us .row {
		padding: 0 -7px;
	}
}

.about-us .about-6 {
	width: 50%;
	float: left;
	padding: 0 7px;
}

@media only screen and (max-width: 992px) {
	.about-us .about-6 {
		padding: 0 7px;
		margin-bottom: 15px;
	}
}

.about-us .about-12 {
	padding-top: 200px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
	.about-us .about-12 {
		padding: 0;
	}
}

.about-us footer {
	margin-top: 30px;
}

.about-us .square-1 {
	top: 100px;
	left: -125px;
}

.about-us .square-2 {
	top: auto;
	bottom: 0;
	right: -125px;
}

.about-mission {
	background: url("../img/about/mission/mission-1.jpg") repeat-x center;
	background-size: contain;
	text-align: right;
	position: relative;
}

@media only screen and (max-width: 640px) {
	.about-mission {
		background-size: cover;
		padding: 15px 0;
	}
}

.about-mission article {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 15px;
}

.about-mission img {
	display: inline-block;
	vertical-align: middle;
	width: 450px;
}

@media only screen and (max-width: 992px) {
	.about-mission img {
		width: 300px;
	}
}

@media only screen and (max-width: 640px) {
	.about-mission img {
		margin-bottom: 30px;
		width: 100%;
	}
}

.about-mission header {
	position: absolute;
	top: 50%;
	left: 25%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 300px;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.about-mission header {
		left: 17%;
	}
}

@media only screen and (max-width: 992px) {
	.about-mission header {
		left: 10%;
	}
}

@media only screen and (max-width: 640px) {
	.about-mission header {
		position: relative;
		left: auto;
		right: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.about-mission h3 {
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 100px;
	color: #9d9c9c;
	font-weight: 300;
	max-width: 350px;
	font-size: 67px;
	font-size: 6.7rem;
	line-height: 60px;
	line-height: 6rem;
	padding-left: 30px;
}

@media only screen and (max-width: 992px) {
	.about-mission h3 {
		font-size: 40px;
		font-size: 4rem;
		line-height: 46px;
		line-height: 4.6rem;
		padding-left: 15px;
		left: 30px;
		bottom: 15px;
	}
}

@media only screen and (max-width: 640px) {
	.about-mission h3 {
		position: relative;
		left: auto;
		bottom: auto;
	}
}

.about-mission span {
	position: absolute;
}

.about-mission span:first-child {
	left: 0;
}

.about-mission .arrow {
	left: 140px;
	bottom: -120px;
	height: 120px;
}

@media only screen and (max-width: 992px) {
	.about-mission .arrow {
		left: 50px;
		bottom: -55px;
		height: 80px;
	}
}

@media only screen and (max-width: 640px) {
	.about-mission .arrow {
		bottom: -75px;
	}
}

.about-vision {
	margin-top: 80px;
	text-align: center;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.about-vision {
		padding: 0 0 80px;
		margin-top: 100px;
	}
}

.about-vision .arrow {
	bottom: 15px;
}

.about-vision .title {
	width: 100%;
	max-width: 480px;
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 992px) {
	.about-vision .title {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		margin-top: 0;
	}
}

.about-looking {
	padding: 45px 0;
	background-color: #eeeeee;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

.about-looking h2 {
	font-family: "Averta", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 28px;
	line-height: 2.8rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.about-looking h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
	font-weight: 400;
	margin-bottom: 5px;
}

.about-looking article {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.about-looking .image {
	overflow: hidden;
}

.about-looking .image img {
	transition: all 0.3s ease;
}

.about-looking footer {
	padding: 10px;
}

.about-looking ul {
	overflow: hidden;
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-looking ul li {
	width: 33.33333%;
	padding: 0 10px;
}

@media only screen and (max-width: 640px) {
	.about-looking ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
}

.about-looking figure {
	position: relative;
}

.about-looking figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.about-looking a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../img/blank.png) repeat center;
}

.about-looking figcaption {
	padding-top: 15px;
}

.about-looking figcaption p {
	margin-bottom: 0;
}

.btn-message {
	position: fixed;
	bottom: 0;
	right: 155px;
	height: 40px;
	width: 40px;
	opacity: 0.9;
}

.btn-message:hover {
	opacity: 1;
}

@media only screen and (max-width: 992px) {
	.btn-message {
		right: 55px;
	}
}

.contact-us {
	width: 150px;
	height: auto;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}

@media only screen and (max-width: 992px) {
	.contact-us {
		width: 45px;
	}
}

@media only screen and (max-width: 992px) {
	.contact-us.active .contact-title span {
		display: inline-block;
	}
}

.contact-us.active .contact-title span:after {
	content: '\f107';
}

.contact-title {
	background-color: #971b1e;
	height: 40px;
	padding: 14px 15px;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17px;
	line-height: 1.7rem;
	text-transform: uppercase;
}

.contact-title h2 {
	position: relative;
	font-weight: 400;
	margin-bottom: 0;
}

.contact-title h2 .fa {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 10px;
	line-height: 1rem;
	margin-right: 5px;
}

.contact-title span {
	display: inline-block;
}

@media only screen and (max-width: 992px) {
	.contact-title span {
		display: none;
	}
}

.contact-title span:after {
	content: '\f106';
	display: block;
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 10px;
	line-height: 1rem;
}

.contact-body {
	color: #4c4d4f;
	background-color: #eeeeee;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17px;
	line-height: 1.7rem;
	height: 0;
	overflow: hidden;
}

.contact-text {
	padding: 15px;
}

.contact-text p {
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

.contact-text .checkbox input[type="checkbox"] {
	display: none;
}

.contact-text .checkbox input[type="checkbox"] + label span {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0px 5px 0 0;
	vertical-align: middle;
	background: url(../img/checkboxt.png) left top no-repeat;
}

.contact-text .checkbox input[type="checkbox"]:checked + label span {
	background: url("../img/checkboxt.png") -19px top no-repeat;
}

.input-form input,
.input-form textarea {
	background-color: #fff;
	width: 100%;
	display: block;
}

.input-form textarea {
	resize: none;
	height: 75px;
}

.input-form label {
	cursor: pointer;
	padding-left: 0;
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 14px;
	line-height: 1.4rem;
	text-transform: uppercase;
}

.input-form span {
	display: block;
	min-height: 17px;
	color: #971b1e;
	margin-bottom: 5px;
}

/*.checkbox {
	user-select: none;
	label {
		@include font-size(10);
		@include line-height(12);
		text-transform: none;
	}
	input {
		width: 20px;
		outline: none;
	}
}*/

.input-btn {
	margin-top: 15px;
	text-align: center;
}

.news {
	padding: 30px 45px;
}

@media only screen and (max-width: 992px) {
	.news {
		padding: 30px 15px;
	}
}

.news > header {
	text-align: right;
	margin-bottom: 30px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 10px;
	line-height: 1rem;
}

@media only screen and (max-width: 992px) {
	.news > header {
		font-size: 11px;
		font-size: 1.1rem;
		text-align: center;
		margin-bottom: 30px;
	}
}

.news > header a {
	color: #000;
	display: inline-block;
	border-left: 1px solid #ccc;
	text-transform: uppercase;
	padding-left: 20px;
	margin-left: 15px;
}

@media only screen and (max-width: 992px) {
	.news > header a {
		padding-left: 5px;
		margin-left: 2px;
	}
}

.news > header a:first-child {
	border-left: 0;
	padding-left: 0;
}

.news > header a.active,
.news > header a:hover {
	color: #981b1e;
}

.news ul {
	font-size: 0;
	margin: 0 -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news ul li {
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
	width: 33.33333%;
	padding: 0 30px;
	border-left: 1px solid #ccc;
	margin-bottom: 60px;
}

@media only screen and (max-width: 992px) {
	.news ul li {
		width: 100%;
		margin-bottom: 30px;
	}
}

.news ul li:nth-child(3n + 1) {
	border-left: 0;
}

.news ul li:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.news ul li article {
	position: relative;
}

.news ul li .image {
	overflow: hidden;
}

.news ul li img {
	transition: all 0.3s ease;
}

.news ul li footer {
	color: #4f4f4f;
	padding: 30px;
}

.news ul li footer h3 {
	font-weight: 400;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17px;
	line-height: 1.7rem;
	text-transform: uppercase;
}

.news ul li footer h4 {
	font-weight: 400;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 25px;
	line-height: 2.5rem;
	color: #000;
}

.news ul li footer p {
	margin-bottom: 30px;
}

.news ul li .btn-4 {
	position: absolute;
	bottom: 0;
	left: 60px;
}

.news > footer {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

@media only screen and (max-width: 992px) {
	.news > footer {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 12px;
		line-height: 1.2rem;
	}
}

.news > footer a {
	border-right: 1px solid #ccc;
	padding: 0 10px 0 5px;
	margin-right: 5px;
}

.news > footer a:last-child {
	border-right: 0;
}

.news > footer strong {
	border-right: 1px solid #ccc;
	padding: 0 10px 0 5px;
	margin-right: 5px;
	color: #981b1e;
	font-weight: 700;
}

.news > footer strong:last-child {
	border-right: 0;
}

.news-detail ul,
.news-detail ol {
	list-style-type: inherit;
	padding-left: 17px;
	margin-bottom: 15px;
}

.news-detail .inner {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 15px;
}

.news-detail article {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}

.news-detail article img {
	margin-bottom: 15px;
}

.news-detail article .btn-back {
	background-color: #fff;
	color: #981b1e;
	font-size: 20px;
	font-size: 2rem;
	margin-top: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.news-detail article .btn-back:hover {
	background-color: #981b1e;
	color: #fff;
	padding: 5px 10px;
}

.news-detail article .btn-back i,
.news-detail article .btn-back span {
	display: inline-block;
	vertical-align: top;
}

.news-detail article .btn-back span {
	margin-left: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 21px;
	line-height: 2.1rem;
}

.news-detail header h6 {
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17px;
	line-height: 1.7rem;
	font-weight: 400;
	text-transform: uppercase;
}

.news-detail header h3 {
	color: #000;
	font-weight: 400;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 42px;
	line-height: 4.2rem;
}

@media only screen and (max-width: 992px) {
	.news-detail header h3 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 38px;
		line-height: 3.8rem;
	}
}

.news-detail iframe {
	width: 100%;
	height: 600px;
}

@media only screen and (max-width: 992px) {
	.news-detail iframe {
		height: 300px;
	}
}

.lastest {
	border-top: 1px solid #ccc;
	padding: 30px 60px 0;
	margin-top: 30px;
}

@media only screen and (max-width: 992px) {
	.lastest {
		padding: 15px;
	}
}

.lastest > header {
	text-align: right;
	margin-bottom: 40px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 21px;
	line-height: 2.1rem;
}

@media only screen and (max-width: 992px) {
	.lastest > header {
		margin-bottom: 30px;
	}
}

.lastest > header a {
	color: #000;
	display: inline-block;
	border-left: 1px solid #ccc;
	text-transform: uppercase;
	padding-left: 20px;
	margin-left: 15px;
}

.lastest > header a:first-child {
	border-left: 0;
	padding-left: 0;
}

.lastest ul {
	font-size: 0;
	padding: 0;
	margin: 0 -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
	.lastest ul {
		margin: 0;
	}
}

.lastest ul li {
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
	width: 33.33333%;
	padding: 0 30px;
	border-left: 1px solid #ccc;
	margin-bottom: 60px;
}

@media only screen and (max-width: 992px) {
	.lastest ul li {
		width: 100%;
		border: 0;
		padding: 0;
		margin-bottom: 30px;
	}
}

.lastest ul li:nth-child(3n + 1) {
	border-left: 0;
}

.lastest .btn-4 {
	position: absolute;
	bottom: 0;
	left: 60px;
}

.lastest article {
	overflow: hidden;
	position: relative;
	padding: 0;
}

.lastest footer {
	color: #4f4f4f;
	padding: 30px;
}

.lastest footer h3 {
	font-weight: 400;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17px;
	line-height: 1.7rem;
	text-transform: uppercase;
}

.lastest footer h4 {
	font-weight: 400;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 25px;
	line-height: 2.5rem;
	color: #000;
}

.lastest footer p {
	margin-bottom: 30px;
}

.lastest > footer {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
}

.lastest > footer a {
	border-right: 1px solid #ccc;
	padding-right: 10px;
	padding-left: 5px;
}

.lastest > footer a:last-child {
	border-right: 0;
}

.lastest > footer a span {
	border-right: 1px solid #ccc;
	padding-right: 10px;
	padding-left: 5px;
	color: #981b1e;
	font-weight: 700;
}

.showroom {
	padding-top: 30px;
}

@media only screen and (max-width: 992px) {
	.showroom {
		padding: 15px 0;
	}
}

.showroom header {
	padding: 0 15px;
}

.showroom header h2 {
	text-transform: none;
}

.showroom-tab {
	margin: 60px 0 30px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
}

@media only screen and (max-width: 992px) {
	.showroom-tab {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
	}
}

@media only screen and (max-width: 640px) {
	.showroom-tab {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 17px;
		line-height: 1.7rem;
	}
}

@media only screen and (max-width: 640px) {
	.showroom-tab span {
		display: block;
	}
}

.showroom-tab a {
	display: block;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-right: 10px;
}

.showroom-tab a:first-child {
	border-left: 0;
	padding-left: 0;
}

.showroom-tab a.active,
.showroom-tab a:hover {
	color: #971b1e;
}

.showroom-tab a.active {
	cursor: default;
	pointer-events: none;
}

.showroom-body {
	background-color: #f5f5f5;
	padding: 45px;
}

@media only screen and (max-width: 992px) {
	.showroom-body {
		padding: 15px;
	}
}

.showroom-body article {
	display: none;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.showroom-body article:first-child {
	display: block;
	opacity: 1;
	visibility: visible;
}

.showroom-body ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

@media only screen and (max-width: 640px) {
	.showroom-body ul {
		margin: 0;
	}
}

.showroom-body ul li {
	position: relative;
	width: 33.33333%;
	margin-bottom: 45px;
	padding: 0 15px 45px;
}

@media only screen and (max-width: 992px) {
	.showroom-body ul li {
		width: 50%;
	}
}

@media only screen and (max-width: 640px) {
	.showroom-body ul li {
		width: 100%;
		padding: 0 0 45px;
	}
}

.showroom-body ul h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin-bottom: 10px;
}

.showroom-body ul h4 {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
	font-weight: 400;
	margin-bottom: 5px;
}

.showroom-body ul h4 span {
	font-weight: 700;
}

.showroom-body ul .btn-call {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.showroom-body ul .btn-call {
		display: inline-block;
		margin-top: 15px;
	}
}

.showroom-body ul .btn-maps {
	position: absolute;
	margin-top: 15px;
	display: block;
	font-size: 10px;
	font-size: 1rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #971b1e;
	bottom: 0;
	text-transform: uppercase;
}

.showroom-body ul .btn-maps:hover {
	color: #4c4c4e;
}

.showroom-body ul .btn-maps i {
	margin-top: -3px;
	margin-right: 5px;
	border: 1px solid #efefef;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	line-height: 26px;
	line-height: 2.6rem;
	color: #971b1e;
	padding-left: 2px;
}

.showroom-body ul .btn-maps-1 {
	position: absolute;
	margin-top: 15px;
	display: block;
	font-size: 10px;
	font-size: 1rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #971b1e;
	bottom: 0;
	text-transform: uppercase;
}

.showroom-body ul .btn-maps-1:hover {
	color: #4c4c4e;
}

.showroom-body ul .btn-maps-1 i {
	margin-top: -3px;
	margin-right: 5px;
	border: 1px solid #efefef;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	line-height: 26px;
	line-height: 2.6rem;
	color: #971b1e;
	padding-left: 2px;
}

.ideas {
	padding: 30px 45px;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

@media only screen and (max-width: 992px) {
	.ideas {
		padding: 30px 15px;
	}
}

.ideas .title {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.ideas .lists {
	margin-bottom: 20px;
}

.ideas ul {
	overflow: hidden;
	margin: 0 -5px;
}

.ideas .ideas-1 {
	width: 16.66667%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
	.ideas .ideas-1 {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 640px) {
	.ideas .ideas-1 .ideas-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}
}

.ideas .ideas-1 .ideas-item {
	display: block;
	overflow: hidden;
	cursor: pointer;
}

@media only screen and (max-width: 640px) {
	.ideas .ideas-1 .ideas-item {
		width: 50%;
		padding: 0 5px;
	}
}

.ideas .ideas-1 .ideas-item:first-child {
	margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
	.ideas .ideas-1 .ideas-item:first-child {
		margin-bottom: 0;
	}
}

.ideas .ideas-1 .ideas-item span {
	display: block;
	overflow: hidden;
}

.ideas .ideas-1 .ideas-item img {
	transition: all 0.3s ease;
}

.ideas .ideas-1 .ideas-item img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.ideas .ideas-2 {
	width: 33.33333%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
	.ideas .ideas-2 {
		width: 100%;
		padding: 0;
	}
}

.ideas footer {
	margin-top: 15px;
	text-align: center;
}

.ideas-img {
	width: 520px;
	float: left;
	position: relative;
}

.ideas-img .control {
	font-size: 30px;
	font-size: 3rem;
	line-height: 36px;
	line-height: 3.6rem;
}

.ideas-img .control a {
	color: #4c4c4e;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	transition: all 0.3s ease;
}

.ideas-img .control a.prev {
	left: 0;
	padding-left: 15px;
	border-radius: 0 50px 50px 0;
}

.ideas-img .control a.next {
	right: 0;
	padding-left: 25px;
	border-radius: 50px 0 0 50px;
}

.ideas-text {
	width: 320px;
	float: left;
	padding: 40px 20px;
}

.ideas-text h3 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.ideas-text h3:after {
	content: '';
	display: table;
	width: 60px;
	height: 1px;
	background-color: #4f4f4f;
	border: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.investor .banner {
	background-image: url("../img/investor/banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 15px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

@media only screen and (max-width: 992px) {
	.investor .banner {
		padding: 50px 15px;
	}
}

.investor .banner article {
	width: 100%;
	max-width: 854px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 30px 90px;
}

@media only screen and (max-width: 992px) {
	.investor .banner article {
		padding: 15px;
	}
}

.investor .banner h2 {
	color: #981b1e;
	font-weight: 400;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 54px;
	line-height: 5.4rem;
}

@media only screen and (max-width: 992px) {
	.investor .banner h2 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 36px;
		line-height: 3.6rem;
	}
}

.investor .download {
	width: 100%;
	max-width: 884px;
	margin: 0 auto;
	padding: 30px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.investor .download footer {
	text-align: center;
	margin-top: 15px;
}

.investor .download h3 {
	font-weight: 400;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 32px;
	line-height: 3.2rem;
}

@media only screen and (max-width: 992px) {
	.investor .download h3 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
}

.investor .download .company {
	width: 394px;
	padding-right: 55px;
}

@media only screen and (max-width: 992px) {
	.investor .download .company {
		width: 100%;
		padding: 0;
	}
}

.investor .download .company ul li {
	width: 100%;
	background-color: #ebebeb;
	position: relative;
	padding: 20px 80px 20px 20px;
	color: #4d4d4d;
	margin-top: 30px;
	transition: all 0.3s ease;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

@media only screen and (max-width: 992px) {
	.investor .download .company ul li {
		margin-top: 15px;
		padding: 10px 50px 10px 10px;
	}
}

.investor .download .company ul li:first-child {
	margin-top: 0;
}

.investor .download .company ul li:hover {
	background-color: #981b1e;
	color: #fff;
}

.investor .download .company ul li:hover span {
	background-position: -28px 0;
}

.investor .download .company ul li h4 {
	margin: 0;
}

.investor .download .company ul li p {
	margin: 0;
	text-transform: uppercase;
}

.investor .download .company ul li span {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background-image: url("../img/investor/icon-down.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	transition: all 0.3s ease;
}

.investor .download .company ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: url("../img/blank.png") repeat center;
}

.investor .download .annoucement {
	width: 454px;
}

@media only screen and (max-width: 992px) {
	.investor .download .annoucement {
		width: 100%;
	}
}

.investor .download .annoucement h3 {
	margin-top: 15px;
	margin-bottom: 33px;
}

@media only screen and (max-width: 992px) {
	.investor .download .annoucement h3 {
		margin-top: 30px;
		margin-bottom: 15px;
	}
}

.investor .download .annoucement ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 992px) {
	.investor .download .annoucement ul {
		margin: 0 -7px;
	}
}

.investor .download .annoucement ul li {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
	.investor .download .annoucement ul li {
		padding: 0 7px;
		margin-bottom: 7px;
		width: 33.33333%;
	}
}

@media only screen and (max-width: 992px) {
	.investor .download .annoucement ul li {
		width: 50%;
	}
}

.investor .download .annoucement ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: url("../img/blank.png") repeat center;
}

.investor .download .annoucement article {
	position: relative;
	overflow: hidden;
}

.investor .download .annoucement article:hover img {
	margin: 0;
}

.investor .download .annoucement figure {
	overflow: hidden;
}

.investor .download .annoucement img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	margin-left: 10px;
	transition: all 0.3s ease-in-out;
}

.investor .download .annoucement h4 {
	font-weight: 400;
	margin: 15px 0;
}

.brands {
	padding: 30px 0;
}

.brands .lists {
	width: 100%;
	max-width: 884px;
	margin: 0 auto;
	padding: 0 15px;
}

.brands .lists ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding-top: 15px;
}

@media only screen and (max-width: 992px) {
	.brands .lists ul {
		margin: 0 -7px;
	}
}

.brands .lists ul li {
	width: 33.33333%;
	padding: 0 15px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
	.brands .lists ul li {
		width: 50%;
		padding: 0 7px;
		margin-bottom: 15px;
	}
}

.brands .lists article {
	position: relative;
	overflow: hidden;
}

.brands .lists article:hover:after {
	opacity: 1;
	visibility: visible;
}

.brands .lists article:hover .logo {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.brands .lists article:hover .logo:after {
	width: 100%;
}

.brands .lists article:hover h3 {
	bottom: -100px;
}

.brands .lists article:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.brands .lists article a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: url("../img/blank.png") repeat center;
}

.brands .lists article .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 2;
}

.brands .lists article .logo:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: #333;
	margin: 5px 0;
	transition: all 0.4s 0.15s ease;
}

.brands .lists article h3 {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0;
	border-top: 1px solid #fff;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 0.3s;
}

@media only screen and (max-width: 640px) {
	.brands .lists article h3 {
		font-size: 10px;
		font-size: 1rem;
		line-height: 16px;
		line-height: 1.6rem;
	}
}

.brands .pages {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem;
}

.brands .pages span,
.brands .pages strong,
.brands .pages a {
	font-weight: 700;
	margin: 0 5px;
	display: inline-block;
}

.brands .pages strong,
.brands .pages a {
	border-left: 1px solid #000;
	padding-left: 12px;
	transition: all 0.3s ease;
}

.brands .pages strong:nth-child(2),
.brands .pages a:nth-child(2) {
	border-left: 0;
	padding-left: 0;
}

.brands .pages strong:hover,
.brands .pages a:hover {
	color: #981b1e;
}

.brands .pages strong {
	color: #981b1e;
}

.service {
	color: #4d4d4d;
}

.service .banner {
	background-image: url(../img/service/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 160px 15px;
	text-align: center;
}

@media only screen and (max-width: 992px) {
	.service .banner {
		padding: 80px 15px;
	}
}

.service .banner article {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	color: #fff;
}

.service .banner article h2 {
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

.service .banner article h3 {
	font-weight: 400;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 54px;
	line-height: 5.4rem;
}

@media only screen and (max-width: 992px) {
	.service .banner article h3 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 36px;
		line-height: 3.6rem;
	}
}

.service .banner article h3:after {
	content: '';
	display: block;
	width: 90px;
	height: 1px;
	margin: 20px auto;
	background-color: #fff;
}

.service .banner article h3 span {
	display: block;
}

.service .know {
	background-image: url(../img/service/know.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 15px;
	text-align: center;
	margin: 28px 0;
	overflow: hidden;
}

@media only screen and (min-width: 1440px) {
	.service .know {
		padding: 120px 15px;
	}
}

@media only screen and (max-width: 992px) {
	.service .know {
		padding: 40px 15px;
		margin: 14px 0;
	}
}

.service .know article {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	position: relative;
}

.service .know article a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/blank.png") repeat center;
}

.service .know article h2 {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

.service .know article h3 {
	text-transform: uppercase;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 32px;
	line-height: 3.2rem;
}

.service .know article h3 span {
	display: block;
}

.service .cate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 -14px;
}

@media only screen and (max-width: 640px) {
	.service .cate {
		margin: 0;
	}
}

.service .cate article {
	position: relative;
	overflow: hidden;
}

.service .cate article:hover img {
	margin-left: 0;
}

.service .cate a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: url("../img/blank.png") repeat center;
}

.service .cate .col-9 {
	width: 66.66667%;
	padding: 0 14px;
}

@media only screen and (max-width: 640px) {
	.service .cate .col-9 {
		width: 100%;
		padding: 0;
	}
}

.service .cate .col-9 h4 {
	padding: 0 15px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	color: #4d4d4d;
	text-transform: uppercase;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 32px;
	line-height: 3.2rem;
}

@media only screen and (max-width: 992px) {
	.service .cate .col-9 h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
}

.service .cate .col-9 h4 span {
	display: block;
}

.service .cate .col-3 {
	width: 33.33333%;
	padding: 0 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 28px;
}

@media only screen and (max-width: 640px) {
	.service .cate .col-3 {
		width: 100%;
		padding: 0;
		margin-bottom: 14px;
	}
}

.service .cate .col-3 article {
	padding: 90px 0;
	width: 100%;
	background: url("../img/service/request.jpg") no-repeat top center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service .cate .col-3 h4 {
	width: 100%;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 32px;
	line-height: 3.2rem;
}

@media only screen and (max-width: 992px) {
	.service .cate .col-3 h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
}

.service .cate .col-3 h4 span {
	display: block;
}

.service .cate ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -14px;
}

@media only screen and (max-width: 992px) {
	.service .cate ul {
		margin: 0 -7px;
	}
}

.service .cate ul li {
	width: 50%;
	padding: 0 14px;
	margin-bottom: 28px;
}

@media only screen and (max-width: 992px) {
	.service .cate ul li {
		padding: 0 7px;
		margin-bottom: 14px;
	}
}

.service .cate ul li img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.3s ease;
	margin-left: 15px;
}

.service-detail {
	color: #4d4d4d;
}

.service-detail .banner {
	background-image: url(../img/service/detail/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 15px;
	text-align: center;
}

@media only screen and (max-width: 992px) {
	.service-detail .banner {
		padding: 50px 15px;
	}
}

.service-detail .banner article {
	width: 100%;
	max-width: 854px;
	margin: 0 auto;
	padding: 65px 100px;
	color: #4d4d4d;
}

@media only screen and (max-width: 992px) {
	.service-detail .banner article {
		padding: 0;
	}
}

.service-detail .banner article h2 {
	font-weight: 400;
	font-size: 51px;
	font-size: 5.1rem;
	line-height: 57px;
	line-height: 5.7rem;
}

@media only screen and (max-width: 992px) {
	.service-detail .banner article h2 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 36px;
		line-height: 3.6rem;
	}
}

.service-detail .banner article h2:after {
	content: '';
	display: block;
	width: 90px;
	height: 1px;
	margin: 20px auto;
	background-color: #4c4c4e;
}

.service-detail ul li {
	padding: 30px 0;
}

.service-detail ul li:nth-child(even) {
	background-color: #ccc;
}

.service-detail ul li h4 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 32px;
	line-height: 3.2rem;
	text-transform: uppercase;
	font-weight: 400;
	text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
	.service-detail ul li h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
}

.knowledge-banner {
	background-image: url(../img/knowledge/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 100px 15px;
}

@media only screen and (max-width: 992px) {
	.knowledge-banner {
		padding: 50px 15px;
	}
}

.knowledge-banner article {
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	max-width: 854px;
	margin: 0 auto;
	padding: 65px 100px;
}

@media only screen and (max-width: 992px) {
	.knowledge-banner article {
		padding: 15px;
	}
}

.knowledge-banner article h2 {
	color: #4d4d4d;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
	text-transform: uppercase;
	margin: 0;
}

.knowledge-banner article h3 {
	position: relative;
	color: #981b1e;
	font-weight: 400;
	padding-bottom: 15px;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 54px;
	line-height: 5.4rem;
}

@media only screen and (max-width: 992px) {
	.knowledge-banner article h3 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 36px;
		line-height: 3.6rem;
	}
}

.knowledge-banner article h3:after {
	content: '';
	display: table;
	width: 30px;
	height: 1px;
	border-top: 1px solid #4f4f4f;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.knowledge-lists {
	padding: 45px;
}

@media only screen and (max-width: 992px) {
	.knowledge-lists {
		padding: 15px;
	}
}

.knowledge-lists ul {
	overflow: hidden;
	margin: 0 -5px;
}

.knowledge-lists .know-1 {
	width: 16.66667%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
	.knowledge-lists .know-1 {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 640px) {
	.knowledge-lists .know-1 .know-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}
}

.knowledge-lists .know-2 {
	width: 33.33333%;
	float: left;
	padding: 0 5px;
}

@media only screen and (max-width: 640px) {
	.knowledge-lists .know-2 {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
}

.knowledge-lists .know-2 .know-item {
	width: 100%;
	padding: 0;
}

.knowledge-lists .know-item {
	display: block;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

@media only screen and (max-width: 640px) {
	.knowledge-lists .know-item {
		width: 50%;
		padding: 0 5px;
	}
}

.knowledge-lists .know-item:first-child {
	margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
	.knowledge-lists .know-item:first-child {
		margin-bottom: 0;
	}
}

.knowledge-lists .know-item section {
	overflow: hidden;
	position: relative;
}

.knowledge-lists .know-item section:hover:before,
.knowledge-lists .know-item section:hover:after {
	opacity: 1;
	visibility: visible;
}

.knowledge-lists .know-item section:hover:after {
	margin-top: 0;
}

.knowledge-lists .know-item section:hover h4 {
	background-color: #981b1e;
}

.knowledge-lists .know-item section:hover img {
	margin-left: 0;
}

.knowledge-lists .know-item section:before,
.knowledge-lists .know-item section:after {
	content: '';
	display: block;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 9;
}

.knowledge-lists .know-item section:before {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.knowledge-lists .know-item section:after {
	background-image: url("../img/knowledge/icon-download.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 38px;
	height: 41px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.knowledge-lists .know-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.knowledge-lists .know-item h4 {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	color: #fff;
	font-weight: 400;
	padding: 10px;
	z-index: 10;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17px;
	line-height: 1.7rem;
}

.knowledge-lists .know-item span {
	display: block;
	overflow: hidden;
}

.knowledge-lists .know-item img {
	transition: all 0.3s ease;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	margin-left: 15px;
}

.knowledge-lists .btn-2 {
	display: block;
	margin: 30px auto 0;
}

.faq-banner {
	background-image: url("../img/faq/banner.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #3d3d3d;
	padding: 105px 15px;
}

.faq-banner header {
	width: 100%;
	max-width: 992px;
	margin: 0 auto;
}

.faq-banner header h2 {
	font-weight: 400;
	font-size: 50px;
	font-size: 5rem;
	line-height: 56px;
	line-height: 5.6rem;
}

@media only screen and (max-width: 992px) {
	.faq-banner header h2 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 36px;
		line-height: 3.6rem;
	}
}

.faq-list {
	padding-top: 50px;
}

.faq-list header {
	background-color: #e9e9e9;
	padding: 30px 30px 20px;
	margin-bottom: 50px;
}

.faq-list header h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

.faq-list header ul {
	padding-left: 30px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	list-style-type: decimal;
	color: #981b1e;
}

.faq-list header ul li {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
	.faq-list header ul li {
		width: 100%;
	}
}

.faq-list header ul li a {
	color: #981b1e;
	text-decoration: underline;
}

.faq-list header ul li a:hover {
	text-decoration: none;
}

.faq-list section {
	margin-bottom: 80px;
}

.faq-list section h2 {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 31px;
	line-height: 3.1rem;
	text-transform: uppercase;
	color: #981b1e;
}

@media only screen and (max-width: 992px) {
	.faq-list section h2 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
}

.faq-list section ul li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.faq-list section ul li.active h3 {
	padding-bottom: 15px;
}

.faq-list section ul li.active h3:after {
	content: '\f106';
}

.faq-list section h3 {
	position: relative;
	margin: 0;
	cursor: pointer;
	padding-right: 30px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	line-height: 16px;
	line-height: 1.6rem;
}

.faq-list section h3:after {
	content: '\f107';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'FontAwesome';
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 10px;
	line-height: 1rem;
}

.faq-list section .content {
	display: none;
}

.faq-list section .back-top {
	color: #981b1e;
	text-decoration: underline;
}

.policy {
	padding-top: 50px;
}

.policy .policy-top {
	background-color: #e9e9e9;
	padding: 30px 30px 20px;
	margin-bottom: 50px;
}

.policy .policy-top ul {
	padding-left: 30px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	list-style-type: decimal;
	color: #981b1e;
}

.policy .policy-top ul li {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
	.policy .policy-top ul li {
		width: 100%;
	}
}

.policy .policy-top ul li a {
	color: #981b1e;
	text-decoration: underline;
}

.policy .policy-top ul li a:hover {
	text-decoration: none;
}

.policy section {
	margin-bottom: 30px;
}

.policy section ul li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.policy section h3 {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 31px;
	line-height: 3.1rem;
}

@media only screen and (max-width: 992px) {
	.policy section h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 24px;
		line-height: 2.4rem;
	}
}

.footer {
	position: relative;
	background-color: #323232;
	border-top: 3px solid #981b1e;
	color: #999;
}

.footer-top {
	width: 100%;
	max-width: 920px;
	padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17px;
	line-height: 1.7rem;
}

@media only screen and (min-width: 1440px) {
	.footer-top {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
		max-width: 1230px;
	}
}

.footer-top article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
	.footer-top article {
		margin: 0;
	}
}

.footer-top .item-form {
	width: 45%;
	padding: 0 15px;
}

@media only screen and (max-width: 992px) {
	.footer-top .item-form {
		width: 100%;
		padding: 0;
	}
}

.footer-top .item-text {
	width: 55%;
	padding: 0 15px;
}

@media only screen and (max-width: 992px) {
	.footer-top .item-text {
		width: 100%;
		padding: 0;
	}
}

.footer-top header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 992px) {
	.footer-top header {
		margin-bottom: 15px;
	}
}

.footer-top header h2 {
	width: 38%;
	color: #fff;
	font-weight: 400;
	margin: 0;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 17px;
	line-height: 1.7rem;
}

@media only screen and (min-width: 1440px) {
	.footer-top header h2 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 24px;
		line-height: 2.4rem;
	}
}

@media only screen and (max-width: 992px) {
	.footer-top header h2 {
		width: 25%;
	}
}

@media only screen and (max-width: 640px) {
	.footer-top header h2 {
		width: 100%;
		margin-bottom: 10px;
	}
}

.footer-top header p {
	width: 62%;
	margin: 0;
}

@media only screen and (max-width: 992px) {
	.footer-top header p {
		width: 75%;
	}
}

@media only screen and (max-width: 640px) {
	.footer-top header p {
		width: 100%;
	}
}

.footer-top .form {
	position: relative;
	background: #242424;
}

@media only screen and (max-width: 992px) {
	.footer-top .form {
		display: block;
		width: 100%;
	}
}

.footer-top .form .icon {
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.footer-top .form input {
	width: 100%;
	padding-right: 60px;
	padding-left: 40px;
	background-color: transparent;
	border: 1px solid #242424;
	color: #fff;
}

.footer-top .form a {
	position: absolute;
	width: 50px;
	height: 100%;
	background: #981b1e;
	right: 0;
	top: 0;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	line-height: 2.4rem;
}

.footer-top .form a span {
	display: block;
}

.footer-top nav {
	border-top: 1px solid #535353;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 0;
}

.footer-top nav .logo {
	width: 19%;
	display: block;
}

@media only screen and (max-width: 992px) {
	.footer-top nav .logo {
		width: 150px;
	}
}

.footer-top nav > ul {
	width: 81%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 40px;
}

@media only screen and (min-width: 1440px) {
	.footer-top nav > ul {
		padding-left: 90px;
	}
}

@media only screen and (max-width: 992px) {
	.footer-top nav > ul {
		width: 100%;
		padding-left: 0;
	}
}

@media only screen and (max-width: 992px) {
	.footer-top nav > ul > li {
		width: 24%;
	}
}

@media only screen and (max-width: 640px) {
	.footer-top nav > ul > li:first-child {
		width: 28%;
	}
}

@media only screen and (max-width: 560px) {
	.footer-top nav > ul > li:first-child {
		width: 50%;
	}
}

@media only screen and (max-width: 560px) {
	.footer-top nav > ul > li {
		width: 50%;
		padding-left: 0;
		margin-top: 15px;
	}
}

.footer-top nav > ul > li h3 {
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 17px;
	line-height: 1.7rem;
	margin-top: 10px;
}

@media only screen and (min-width: 1440px) {
	.footer-top nav > ul > li h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 18px;
		line-height: 1.8rem;
		margin-top: 18px;
	}
}

@media only screen and (max-width: 992px) {
	.footer-top nav > ul > li h3 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 14px;
		line-height: 1.4rem;
	}
}

.footer-top nav > ul > li a {
	color: #939393;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 13px;
	line-height: 1.3rem;
}

@media only screen and (min-width: 1440px) {
	.footer-top nav > ul > li a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 15px;
		line-height: 1.5rem;
	}
}

@media only screen and (max-width: 992px) {
	.footer-top nav > ul > li a {
		display: inline-block;
	}
}

.footer-top nav > ul > li a:hover {
	color: #981b1e;
}

.footer-body {
	background-color: #272727;
	padding: 20px 0;
}

.footer-body .container {
	max-width: 920px;
}

@media only screen and (min-width: 1440px) {
	.footer-body .container {
		max-width: 1230px;
	}
}

.footer-body .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-body .text .social {
	width: 23%;
}

@media only screen and (max-width: 992px) {
	.footer-body .text .social {
		display: none;
	}
}

.footer-body .text .social a {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #999;
	color: #999;
	border-radius: 50%;
	position: relative;
	transition: all 0.3s ease;
	margin-right: 9px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 10px;
	line-height: 1rem;
}

@media only screen and (min-width: 1440px) {
	.footer-body .text .social a {
		width: 40px;
		height: 40px;
		margin-right: 15px;
		font-size: 22px;
		font-size: 2.2rem;
	}
}

.footer-body .text .social a:hover {
	color: #333;
	background-color: #fff;
	border-color: #fff;
}

.footer-body .text .social a span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer-body .text .copyright {
	width: 77%;
	padding-left: 0;
	font-size: 10px;
	font-size: 1rem;
	line-height: 10px;
	line-height: 1rem;
}

@media only screen and (min-width: 1440px) {
	.footer-body .text .copyright {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 13px;
		line-height: 1.3rem;
		padding-left: 44px;
	}
}

@media only screen and (max-width: 992px) {
	.footer-body .text .copyright {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
}

.footer-body .text .copyright span {
	font-weight: 700;
}

.footer-body .text .copyright .address {
	line-height: 1.6rem;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.footer-body .text .copyright .address {
		line-height: 16px;
		line-height: 1.6rem;
	}
}

.footer-body .text .copyright .address .license {
	position: absolute;
	left: 40rem;
	top: 3.5rem;
	display: block;
	width: 13rem;
}

@media only screen and (min-width: 1440px) {
	.footer-body .text .copyright .address .license {
		position: absolute;
		left: 50rem;
		top: 3.5rem;
		display: block;
		width: 14rem;
	}
}

@media only screen and (max-width: 992px) {
	.footer-body .text .copyright .address .license {
		position: relative;
		left: auto;
		top: auto;
		display: block;
		width: 14rem;
		padding-top: 1.5rem;
		margin: 0 auto;
	}
}

.footer-body .text .copyright .address p {
	margin: 0;
}

.footer-body .text .copyright .address p:first-child {
	margin-bottom: 1rem;
}

.footer-body .text .copyright .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 992px) {
	.footer-body .text .copyright .link {
		display: block;
	}
}

.footer-body .text .copyright .link a {
	margin-left: 5px;
}

.footer-body .text .copyright a {
	color: #939393;
	line-height: 10px;
	line-height: 1rem;
	text-decoration: underline;
}

@media only screen and (min-width: 1440px) {
	.footer-body .text .copyright a {
		line-height: 13px;
		line-height: 1.3rem;
	}
}

@media only screen and (max-width: 992px) {
	.footer-body .text .copyright a {
		line-height: 20px;
		line-height: 2rem;
	}
}

.footer-body .text .copyright a:hover {
	color: #981b1e;
}

.open-modal {
	overflow: hidden;
}

.open-modal.desktop.longer {
	padding-right: 17px;
}

.open-modal.desktop.longer .modal {
	overflow-y: scroll;
}

.open-modal.desktop.longer .nav-top .search {
	right: 112px;
}

.open-modal.desktop.longer .nav-body ul {
	right: 197px;
}

.open-modal.desktop.longer .nav-body .language {
	right: 62px;
}

.open-modal.mobile {
	position: fixed;
	width: 100%;
	height: 100%;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9998;
	display: none;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
}

.modal .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 39px;
	height: 39px;
	z-index: 2;
	background: url("../img/blank.png") repeat center;
}

.modal .close:hover:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal .close:hover:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.modal .close:before,
.modal .close:after {
	content: '';
	display: block;
	width: 1px;
	height: 36px;
	background-color: #000;
	position: absolute;
	top: 2px;
	left: 19px;
	transition: all 0.3s ease;
}

.modal .close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal .close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal section {
	background-color: #fff;
	width: 100%;
	max-width: 992px;
	margin: 0 auto;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.modal section {
		max-width: 768px !important;
	}
}

@media only screen and (max-width: 992px) {
	.modal section {
		max-width: 640px !important;
	}
}

@media only screen and (max-width: 640px) {
	.modal section {
		max-width: 100% !important;
		min-height: 100%;
		border-radius: 0;
	}
}

@media only screen and (max-width: 640px) {
	.modal .modal-video {
		min-height: 0%;
	}
}

.modal .modal-project {
	background-color: #fff !important;
}

.modal .modal-project article {
	background-color: #fff;
}

.modal .modal-project .controls {
	position: relative;
	font-size: 30px;
	line-height: 95px;
}

@media only screen and (max-width: 992px) {
	.modal .modal-project .controls {
		line-height: 55px;
		display: block;
	}
}

.modal .modal-project .controls a {
	color: #4c4c4e;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 100px;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

@media only screen and (max-width: 992px) {
	.modal .modal-project .controls a {
		width: 30px;
		height: 60px;
	}
}

.modal .modal-project .controls a:hover {
	color: #fff;
	background-color: #971b1e;
}

.modal .modal-project .controls a.prev {
	left: 0;
	padding-left: 15px;
	border-radius: 0 50px 50px 0;
}

@media only screen and (max-width: 992px) {
	.modal .modal-project .controls a.prev {
		padding-left: 5px;
	}
}

.modal .modal-project .controls a.next {
	right: 0;
	padding-left: 25px;
	border-radius: 50px 0 0 50px;
}

@media only screen and (max-width: 992px) {
	.modal .modal-project .controls a.next {
		padding-left: 15px;
	}
}

.modal .modal-project h3 {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 54px;
	line-height: 5.4rem;
	color: #971b1e;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: left;
}

@media only screen and (max-width: 1024px) {
	.modal .modal-project h3 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 38px;
		line-height: 3.8rem;
	}
}

@media only screen and (max-width: 992px) {
	.modal .modal-project h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 30px;
		line-height: 3rem;
	}
}

.modal .modal-project h3:after {
	content: '';
	display: table;
	width: 30px;
	height: 1px;
	background-color: #4f4f4f;
	border: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.modal .modal-project h3.center {
	text-align: center;
}

.modal .modal-project h3.center:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.modal .modal-project h3.right {
	text-align: right;
}

.modal .modal-project h3.right:after {
	left: auto;
	right: 0;
}

.modal .modal-project .content {
	padding: 25px 50px 0;
}

@media only screen and (max-width: 992px) {
	.modal .modal-project .content {
		padding: 15px;
	}
}

.modal .modal-project .content header {
	text-align: center;
}

.modal .modal-project .content img {
	margin-bottom: 15px;
}

.modal .modal-project footer {
	text-align: center;
	padding: 0 50px;
}

@media only screen and (max-width: 992px) {
	.modal .modal-project footer {
		padding: 0 15px;
	}
}

.modal .modal-project footer .project-related {
	border-top: 1px solid #ccc;
}

.modal .modal-project footer h4 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 26px;
	line-height: 2.6rem;
	font-weight: 400;
	margin: 30px 0;
	text-align: left;
	text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
	.modal .modal-project footer h4 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 22px;
		line-height: 2.2rem;
	}
}

.modal .modal-project footer article {
	position: relative;
}

.modal .modal-project footer .related {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.modal .modal-project footer .related li {
	width: 33.33333%;
	padding: 0 15px;
}

@media only screen and (max-width: 640px) {
	.modal .modal-project footer .related li {
		width: 100%;
		margin-bottom: 15px;
	}
}

.modal .modal-project footer .related li h5 {
	margin: 15px 0;
	width: 100%;
	font-weight: 400;
	color: #2d2d2d;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
}

@media only screen and (max-width: 1024px) {
	.modal .modal-project footer .related li h5 {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 18px;
		line-height: 1.8rem;
	}
}

.modal .modal-project footer .related li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.modal .modal-ideas {
	background-color: #fff;
	max-width: 840px;
}

.modal .modal-ideas article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal .modal-ideas .image {
	width: 60%;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.modal .modal-ideas .image {
		width: 100%;
	}
}

.modal .modal-ideas .image .like {
	text-align: center;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	text-shadow: 0 0 8px #000;
	transition: all 0.3s ease;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	line-height: 1.8rem;
}

.modal .modal-ideas .image .like:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.modal .modal-ideas .image .like span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem;
}

.modal .modal-ideas .image .controls {
	font-size: 30px;
	font-size: 3rem;
	line-height: 95px;
	line-height: 9.5rem;
}

@media only screen and (max-width: 1024px) {
	.modal .modal-ideas .image .controls {
		display: block !important;
	}
}

.modal .modal-ideas .image .controls a {
	color: #4c4c4e;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	transition: all 0.3s ease;
}

.modal .modal-ideas .image .controls a:hover {
	color: #fff;
	background-color: #971b1e;
}

.modal .modal-ideas .image .controls a.prev {
	left: 0;
	padding-left: 15px;
	border-radius: 0 50px 50px 0;
}

.modal .modal-ideas .image .controls a.next {
	right: 0;
	padding-left: 25px;
	border-radius: 50px 0 0 50px;
}

.modal .modal-ideas .content {
	width: 40%;
	padding: 40px 20px;
}

@media only screen and (max-width: 992px) {
	.modal .modal-ideas .content {
		width: 100%;
		padding: 15px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 22px;
		line-height: 2.2rem;
	}
}

@media only screen and (max-width: 640px) {
	.modal .modal-ideas .content {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
	}
}

.modal .modal-ideas .content h3 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 992px) {
	.modal .modal-ideas .content h3 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
}

@media only screen and (max-width: 640px) {
	.modal .modal-ideas .content h3 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 22px;
		line-height: 2.2rem;
	}
}

.modal .modal-ideas .content h3:after {
	content: '';
	display: table;
	width: 60px;
	height: 1px;
	background-color: #4f4f4f;
	border: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.modal .modal-ideas footer {
	margin-bottom: 60px;
}

.modal .modal-new {
	max-width: 570px;
	text-align: center;
}

.modal .modal-new article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal .modal-new .image {
	width: 45%;
}

@media only screen and (max-width: 640px) {
	.modal .modal-new .image {
		width: 100%;
	}
}

.modal .modal-sales {
	max-width: 570px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
}

.modal .modal-sales img {
	display: block;
	width: 100%;
}

.modal .modal-samples {
	max-width: 570px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
}

.modal .modal-samples img {
	display: block;
	width: 100%;
}

.modal .modal-samples .form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.modal .modal-samples .form-group {
	margin-bottom: 15px;
}

.modal .modal-samples .form-control {
	text-align: center;
}

.modal .modal-samples h3 {
	font-size: 20px;
}

.modal .modal-samples h4 {
	font-size: 30px;
	text-transform: uppercase;
}

.modal .modal-new .content {
	width: 55%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 640px) {
	.modal .modal-new .content {
		width: 100%;
		display: block;
	}
}

.modal .modal-new .text {
	padding: 30px;
}

.modal .modal-new .btn {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.modal .modal-new .btn:hover:after {
	height: 320%;
}

.modal .modal-new .link {
	width: 100%;
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.modal .modal-new .link {
		position: relative;
		bottom: auto;
	}
}

.modal .modal-new h3 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 28px;
	line-height: 2.8rem;
	font-weight: 400;
	margin-bottom: 10px;
}

.modal .modal-brands {
	max-width: 800px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
}

@media only screen and (max-width: 992px) {
	.modal .modal-brands {
		max-width: 540px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
	}
}

.modal .modal-brands article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.modal .modal-brands .image {
	width: 60%;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.modal .modal-brands .image {
		width: 100%;
	}
}

.modal .modal-brands .content {
	width: 40%;
	padding: 35px;
}

@media only screen and (max-width: 992px) {
	.modal .modal-brands .content {
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 22px;
		line-height: 2.2rem;
	}
}

@media only screen and (max-width: 640px) {
	.modal .modal-brands .content {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
	}
}

.modal .modal-brands .logo {
	width: 67px;
}

@media only screen and (max-width: 992px) {
	.modal .modal-brands .logo {
		width: 150px;
	}
}

@media only screen and (max-width: 640px) {
	.modal .modal-brands .logo {
		width: 100px;
	}
}

.modal .modal-brands .logo:after {
	content: '';
	display: block;
	width: 57px;
	height: 1px;
	background-color: #ccc;
	margin: 15px 0;
}

@media only screen and (max-width: 992px) {
	.modal .modal-brands .controls {
		display: block !important;
	}
}

.modal .modal-catalogue {
	max-width: 854px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17px;
	line-height: 1.7rem;
}

.modal .modal-catalogue header {
	background-image: url(../img/service/banner-modal.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 15px;
	text-align: center;
}

.modal .modal-catalogue header article {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.modal .modal-catalogue header h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 32px;
	line-height: 3.2rem;
	font-weight: 400;
}

.modal .modal-catalogue .form-catalogue {
	padding: 30px 60px;
}

@media only screen and (max-width: 992px) {
	.modal .modal-catalogue .form-catalogue {
		padding: 15px;
	}
}

.modal .modal-catalogue .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.modal .modal-catalogue .col-6 {
	width: 50%;
	padding: 0 20px;
}

@media only screen and (max-width: 992px) {
	.modal .modal-catalogue .col-6 {
		width: 100%;
	}
}

.modal .modal-catalogue .form-group {
	width: 100%;
}

.modal .modal-catalogue .form-control {
	width: 100%;
}

.modal .modal-catalogue .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.modal .modal-catalogue .form-row .form-group {
	width: 50%;
	padding: 0 10px;
}

.modal .modal-catalogue textarea {
	height: 150px;
	display: block;
}

.modal .modal-catalogue footer {
	text-align: center;
}

.modal .modal-catalogue .selectric {
	border: 1px solid #DDD;
	position: relative;
	max-width: 100%;
	background-color: transparent;
}

.modal .modal-catalogue .selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 25px 0 10px;
	line-height: 36px;
	color: #4c4c4e;
	height: 36px;
}

.modal .modal-catalogue .selectric .button {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: transparent;
}

.modal .modal-catalogue .selectric-items {
	width: 100% !important;
}

.modal .modal-catalogue .error {
	display: block;
	min-height: 17px;
	color: #971b1e;
	margin-bottom: 5px;
}

.modal .modal-catalogue .check {
	margin-bottom: 15px;
	display: block;
}

.modal .modal-catalogue .check input[type="checkbox"] {
	display: none;
}

.modal .modal-catalogue .check input[type="checkbox"] + label span {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0px 5px 0 0;
	vertical-align: middle;
	background: url(../img/checkboxt.png) left top no-repeat;
}

.modal .modal-catalogue .check input[type="checkbox"]:checked + label span {
	background: url("../img/checkboxt.png") -19px top no-repeat;
}

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	border: 1px solid #DDD;
	border-radius: 0px;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 10px;
	line-height: 38px;
	color: #444;
	height: 38px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: #F8f8f8;
	color: #BBB;
	text-align: center;
}

.selectric .button:after {
	content: '\f107';
	display: block;
	font-family: 'FontAwesome';
	font-size: 20px;
	font-size: 2rem;
	color: #4c4c4e;
}

.selectric-focus .selectric {
	border-color: #aaaaaa;
}

.selectric-hover .selectric {
	border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
	color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric {
	border-color: #c4c4c4;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F8F8F8;
	border: 1px solid #c4c4c4;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
	min-height: 20px;
}

.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer;
}

.selectric-items li.selected {
	background: #E0E0E0;
	color: #444;
}

.selectric-items li.highlighted {
	background: #D0D0D0;
	color: #444;
}

.selectric-items li:hover {
	background: #D5D5D5;
	color: #444;
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

/*
 * Alert Dialogs v1.1
 * http://abeautifulsite.net/
 */

#popup_container {
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #efefef;
	color: #000;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

#popup_title {
	display: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 25px 15px;
	margin: 0;
}

#popup_message {
	text-align: center;
	padding: 0 0 15px;
	font-size: 14px;
}

#popup_prompt {
	margin: 0;
}

#popup_panel {
	text-align: center;
	margin: 0;
}

#popup_panel a {
	outline: 0;
}

/*#popup_panel input {
	position: relative;
	display: inline-block;
	background-color: #981b1e;
	color: #fff;
	overflow: hidden;
	padding: 8px 20px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #981b1e;
	text-shadow: none;
	outline: 0;
	cursor: pointer;
	@include font-size(11);
	@include line-height(16);
}*/

#popup_overlay {
	background: #000;
	opacity: 0.8;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
	font-family: 'FontAwesome';
	src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}


#pSearch {
	padding: 4rem 0;
}

#pSearch .search-text {
	width: 30%;
	position: relative;
	border: 0.1rem solid #ccc;
	margin-bottom: 4rem;
}

@media only screen and (max-width: 1024px) {
	#pSearch .search-text {
		width: 100%;
		border: 1px solid #ccc;
		margin: 10px 0 15px;
	}
}

#pSearch .search-text input {
	width: 100%;
	height: 64px;
	border: 0;
	padding-right: 60px;
	padding-left: 1rem;
}

@media only screen and (max-width: 1024px) {
	#pSearch .search-text input {
		height: 36px;
	}
}

#pSearch .search-text .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../img/projects/icon-search.png") no-repeat center;
	background-size: cover;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

#pSearch .wrap-search h3 {
	color: #981b1e;
	font-size: 3.6rem;
	line-height: 4.2rem;
	font-weight: 400;
	max-width: 100%;
	margin-bottom: 4rem;
}

#pSearch .text-search {
	margin-bottom: 4rem;
}

#pSearch .text-search h4 {
	font-size: 1.9rem;
	line-height: 2.5rem;
}

.paging .num-page {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.paging .num-page strong {
	border-right: 1px solid #ccc;
	padding: 0 10px 0 5px;
	margin-right: 5px;
	color: #981b1e;
	font-weight: 700;
}

.paging .num-page a {
	border-right: 1px solid #ccc;
	padding: 0 10px 0 5px;
	margin-right: 5px;
}

.paging .num-page a:last-child {
	border-right: 0;
}

.cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	padding: 1.5rem;
	font-size: 1.4rem;
	width: 100%;
	z-index: 9999;
	text-align: center;
	display: none;

}

.cookie .btn {
	margin-bottom: 0;
	margin-right: 1rem;
	padding: 0.8rem 2rem;
	outline: 0;
}

.fb_reset {
	position: fixed;
	z-index: 100;
}

.fb_reset .fb_dialog {
	right: 170px !important;
	bottom: 5px !important;
}
.list-post article .image,
.lastest article .image{
	height: 275px;
}
.list-post article .image img,
.lastest article .image img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-detail header h1 {
    color: #000;
    font-weight: 400;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
}
.productdetail .product{
	border-bottom:2px dashed #e6e6e6;
}
.productdetail .product .title{
	height:40px;
	overflow:hidden;
}
.prd-description{
	marign-top:20px;
	padding-top:20px;
	border-top:1px solid #dadada;
	line-height:25px;
}
.prd-description .prd-title{
	color:#1d3a66;
	font-weight:bold;
}

.lSSlideOuter .lSPager.lSGallery a{
	height:100px;
	display:block;
	width: 100%;
    object-fit: scale-down;
	text-align:center;
	border:1px solid #e6e6e6 !important;
	padding:5px;
}
.lSSlideOuter .lSPager.lSGallery img{
	width:auto;
	height:100%;
	display:inline-block;
}

.prd-gallery .slider .product .thumb {margin-bottom: 0!important;}
.prd-gallery .lSSlideOuter .lSPager.lSGallery li {
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #af8349;
}
.prd-gallery .lSSlideOuter .lSPager.lSGallery li a {
	height:100px;
	margin: 0;
	display: block;
	padding: 2px;
	-webkit-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
	-moz-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
	-ms-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
	-o-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
	box-shadow: inset 0px 0px 0px 4px #f6f6f6;
}
.product-gallery li.product{
	border:5px solid #e6e6e6;
}
.product-gallery li.product  .image{
	height:415px;
}
.product-info{}
.product-info .prd-name{
	font-size: 24px;
	font-weight:400;
	margin: 0 0 10px 0;
}
.product-info .prd-catalogue{
	margin: 0 0 10px 0;
	font-size:14px;
}
.product-info .prd-code{
	margin: 0 0 20px 0;
	font-size:14px;
	padding: 0 0 20px 0;
	border-bottom:1px solid #e6e6e6;
}
.js_block_promotional{
	background:#f3f5f9;
}
.prd-option{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #e6e6e6;
}
.prd-button{
	margin: 0 0 15px 0;
}
.prd-button .btn{
	display:block;
	padding: 10px 25px 10px 50px;
	color:#fff;
	border-radius:5px;
	position:relative;
}
.prd-button .btn:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.prd-button .btn-add-cart{
	background:#e8641b;
}
.prd-button .btn-add-cart:before{
	width: 25px;
	height:24px;
	background:url(img/icon-cart.png);
	left: 41px;
    top: 11px;
}
.prd-button .btn-qrcode{
	background: #ea150f;
}
.prd-button .btn-qrcode:before{
	width: 24px;
	height:24px;
	background:url(img/qr-code.png);
	left: 41px;
    top: 11px;
}
.buynow > *{
	background:#1d3a66;
	display:block;
	padding:10px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	border-radius:5px;
}
.buynow > *:hover{
	color:#fff !important;
}
.prodcut-content .panel-head{
	border-bottom: 3px solid #981b1e;
}
.prodcut-content .panel-head ul{
	background: #ececec;
}
.prodcut-content .panel-head ul li{}
.prodcut-content .panel-head ul li.active{
	background: #981b1e;
}
.prodcut-content .panel-head ul li a{
	padding: 10px 20px;
	display: block;
	text-transform: uppercase;
	color: #252525;
}
.prodcut-content .panel-head ul li.uk-active a{
	color: #fff;
}
.prodcut-content .panel-head ul li.uk-active {
    background: #981b1e;
}
.prd-shipping-policy{
	padding:10px;
	line-height:168%;
}
.prd-shipping-policy img{
	width:auto !important;
	height:auto !Important;
}
.qa-section .list {
	max-height: 495px;
	padding-right: 15px;
}
.qa-section .list::-webkit-scrollbar {
	height: 10px; 
	width: 10px;
	background: #979797;
}
.qa-section .list::-webkit-scrollbar-thumb {
	height: 10px; 
	width: 10px;
	background: #0067b3;
}
.qa-section .list > li {margin-bottom: 10px;}
.qa-section .list .label {
	display: block;
	position: relative;
	padding: 10px 140px 10px 20px;
	border: 1px solid #d5d5d5;
	color: #000;
	font-size: 17px;
	line-height: 20px;
}
.qa-section .list .label:after {
	content: "Xem câu trả lời +";
	display: block;
	position: absolute;
	left: initial;
	right: 20px;
	top: 10px;
	color: #0067b3;
}
.qa-section .list .label.uk-active {
	padding: 10px 20px;
	border-color: #0067b3;
	border-bottom: none;
	color: #0067b3;
}
.qa-section .list .label.uk-active:after {
	content: "\f068";
	font-family: FontAwesome;
}
.qa-section .list .content {
	padding: 5px 20px 10px 20px;
	border: 1px solid #0067b3;
	border-top: none;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.heading-4{
	font-family:'Arial';
	font-size:30px;
	text-transform:uppercase;
	margin: 0 0 30px 0;
}
.heading-4 > *{
	color:#981b1e;
}
.relateProduct{}
.relateProduct .panel-head{
	background:#e6e6e6;
	margin: 0 0 20px 0;
}
.relateProduct .panel-head .heading-5{
	background:#981b1e;
	padding:15px 20px;
	display:inline-block;
	margin:0;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
}
.ibox-content{
	padding:20px 0 !important;
}
/*=== ASIDE =====*/
.aside-panel{
	margin: 0 0 30px 0;
}
.aside-panel .aside-heading{
	background:#981b1e;
	padding:10px 25px 10px 35px;
	position:relative;
}

.aside-panel .aside-heading > *{
	color:#fff;
	font-size:15px;
}
.aside-panel ul{
	padding:0 10px;
}
.aside-panel ul > li{
	padding:10px 0;
	border-bottom:1px solid #e6e6e6;
	position:relative;
	padding-left:20px;
}
.aside-panel ul > li:last-child{
	border:0;
}
.aside-panel ul > li:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	width:14px;
	height:14px;
	background:url(img/star.png);
	top:12px;
}
.aside-panel ul.list-contact > li:before{
	background:url(img/location.png);
	width:16px;
	height:23px;
	top:8px;
}
.m-contact p{
	padding-left:20px;
	position:relative;
}
.m-contact p:before {
    content: '\f041';
    display: block;
    font-family: 'FontAwesome';
    color: #1d3a66;
    position: absolute;
    left: 0;
    top: 0;
}
.m-contact p:nth-child(2):before{
	content:'\f10b';
}
.m-contact p:nth-child(3):before{
	content:'\f0e0';
}
.m-contact p:nth-child(4):before{
	content:'\f0ac';
}
.contact-form .text{
	display:block;
	margin: 0 0 5px 0;
}
.contact-form .form-row{
	margin: 0 0 10px 0;
}
.contact-form .form-row input.input-text{
	width:100%;
	background:#e6e6e6;
}
.contact-form .textarea{
	background:#e6e6e6;
	width:100%;
	height:80px;
}
.btn-contact{
	display:inline-block;
	padding:6px 25px;
	border:0;
	color:#fff !important;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	background:#1d3a66;
	cursor:pointer;
}


#product-catalogue{
	padding: 0 0 30px 0;
}
.heading-2{
	text-transform: uppercase;
	font-size:30px;
	text-align:center;
	margin: 0 0 40px 0;
	line-height: 1.2;
}




.article-1 .image, 
.article-1 {
    position: relative;
}
.article-1 .image {
    height: 290px;
}
.article-1 .title {
    margin: 0;
    position: absolute;
    width: 100%;
    padding: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    left: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5490196078431373);
}
.article-1 .title > *{
	color:#fff;
}
@media (min-width: 960px){
	.article-1 .title {
	    padding: 10px 15px;
	    font-size: 18px;
    	line-height: 22px;
	}
}
.article-1 .title:hover {
    background: rgba(248, 175, 36, 0.78);
}

/*==================================== Tu css ==================================*/
* {
	/* break word*/

    white-space: normal;
    word-wrap: break-word
}


    
@media (min-width: 960px) {
   
}
@media (max-width: 959px) {
   
}
@media (max-width: 767px) {
    
}
@media (max-width: 599px) {
	#product-catalogue .heading-2{
		font-size: 22px;
	}
}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}

.quick-link{
    margin: 0 auto;
    position: relative;
    z-index: 99999;
}

.quick-link ul{}

.quick-link .quick {
    background: #fff;
}


.quick-link .quick .thumb{
	position: relative;
}
.quick-link .quick .thumb .image{
	height: 180px;
}
.quick-link .quick .thumb .title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    text-align: center;
    display: block;
    padding: 0 5px;
    font-weight: bold;
    font-size: 16px;
}


    
@media (min-width: 960px) {
   
}
@media (max-width: 959px) {
   
}
@media (max-width: 767px) {
	.quick-link_banner .container {
	    max-width: 90%;
	}
    .quick-link_banner{
    	/*margin-bottom: 200px;*/
    }
}
@media (max-width: 599px) {
	
}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}

/* OWL CAROUSEL*/
	.owl-carousel .owl-prev,
	.owl-carousel .owl-next{
		display: block;
	    top: 50%;
	    transform: translate(0, -50%);
	    -webkit-transform: translate(0, -50%);
	    -moz-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    left: initial;
	    right: -40px;
		/*width: 30px;*/
	    /*height: 30px;*/
	    /*line-height: 26px !important;*/
	    /*font-size: 40px;*/
		position:absolute;
		margin:0 !important;
		outline:0 !important;
		transition:all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		font-family:'Open Sans';

	}
	.owl-carousel .owl-prev{
		left:-40px;
	}
	.owl-carousel .owl-prev > *,
	.owl-carousel .owl-next > *{
		font-size: 40px !important;
		color:#ccc;
	}
	.owl-theme .owl-nav [class*=owl-]:hover{
	    background: transparent !important;
	}
	.owl-carousel .owl-prev:hover > *,
	.owl-carousel .owl-next:hover > *{
		color: #666;
	}

    
@media (min-width: 960px) {
	.azulej-item .image{
		height: 240px;
	}
}
@media (max-width: 959px) {
   	.azulej-item .image{
		height: 280px;
	}
}
@media (max-width: 767px) {
    .azulej-item .image{
		height: 240px;
	}
}
@media (max-width: 599px) {
	.azulej-item .image{
		height: 180px;
	}
}
@media (max-width: 479px) {
	.azulej-item .image{
		height: 150px;
	}
}
@media (max-width: 374px) {

}


.ht2109_description{}
.ht2109_description ul{
	list-style-type: inherit;
	padding-left: 20px;
}


/*################################## END Tu css ################################ */


