/*!
Theme Name: Arcdeco
Theme URI: https://arcdeco.bslthemes.com/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Arcdeco - Architecturer & Interior WordPress Theme
Requires at least: 4.8
Requires PHP: 5.2.4
Tested up to: 5.7
Version: 1.4.5
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: arcdeco
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options 
*/


/* ------------------------------------------------

 - General Styles
   - Input Text
   - Button
   - Table
   - Flex Table
 - Typography
 - Preloader
 - Header
   - Logotype
   - Hamburger
   - Overlay nav
   - Side Nav
 - Shared
   - Gallery
   - List row
   - Youtube video
   - Video bg
   - Services
 - Slider
   - Caption
   - Image
   - Control
   - Pagination progressbar
   - Pagination fraction
   - Navigation
   - Social
   - Carousel
   - Swiper
 - Portfolio
   - Filter
 - Project Single
 - News
 - Single post
   - Comment form
   - Scroll Indicator
 - About
 - Footer
   - Map
 - 404
 - Other
   - Bact to top
   - Cursor
   - Jarallax 
  
------------------------------------------------ */

/* -----------------------------------------------------------------
  - General Styles
----------------------------------------------------------------- */

*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-x: hidden;
}

body,
html {
	font-size: 1.05rem;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #19191B;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 1.9;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
}

.navbar .angle {
	position: absolute;
	pointer-events: none;
	height: 2rem;
	width: 2rem;
	top: -1px;
	left: 0;
	z-index: 1000;
}

.navbar .angle svg path {
	fill: #FFB951;
}

@media only screen and (max-width: 580px) {
	body {
		background-size: 15px;
		line-height: 1.7;
	}
	.navbar .angle {
		height: 1rem;
		width: 1rem;
	}
}

html.is-scroll-disabled body {
	height: 100vh;
	overflow: hidden;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	html.is-scroll-disabled {
		overflow: hidden;
	}
}

.no-scroll {
	overflow: hidden;
	-ms-overflow-style: none;
}

.no-scroll-height {
	overflow-x: hidden;
}

.input,
.textarea,
select,
.custom-select,
.input-text {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #848484;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: inherit;
	height: auto;
	padding: 1rem 0;
	position: relative;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: -1rem;
}

.input-text {
	display: block;
}

@media only screen and (max-width: 1200px) {
	.input,
	.textarea,
	select,
	.custom-select,
	.input-text {
		padding: .8rem 0;
	}
}

.input:focus,
.textarea:focus,
select:focus,
.custom-select:focus,
.input-text:focus {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
	box-shadow: none;
	outline: none;
}

.textarea {
	display: block;
	line-height: 1.9;
	padding-top: 1rem;
	resize: none;
}

.form-group {
	margin-bottom: 2.6rem;
	position: relative;
}

@media only screen and (max-width: 580px) {
	.form-group {
		margin-bottom: 2rem;
	}
}

.help-block {
	position: absolute;
	font-size: .875rem;
	line-height: 1.4;
	padding-top: .4rem;
}

.with-errors {
	color: rgba(255, 95, 83, 0.7);
}

.has-error input,
.has-error textarea,
.has-error input:focus,
.has-error textarea:focus {
	border-color: #FF5F53;
}

#validator-contact {
	font-size: .89rem;
	margin-top: 1rem;
}

.form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.form-control::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.form-control::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #fff !important;
}

input:invalid,
textarea:invalid {
	outline: none !important;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(255, 185, 81, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #FFB951;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	border-color: #fff;
	background-color: transparent;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #FFB951;
	background-color: #FFB951;
}

.custom-control-label {
	line-height: 1.55;
	padding-left: .5rem;
}

.custom-control-label::before {
	background-color: transparent;
	border: 1px solid #848484;
}

select,
.custom-select {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.1rem center/10px 16px;
}

select option,
.custom-select option {
	color: #19191B;
}

.btn {
	background-color: transparent;
	border: 1px solid #FFB951;
	border-radius: 0;
	color: #FFB951;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem .7rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.btn::before {
	background-color: #FFB951;
	content: '';
	height: 100%;
	position: absolute;
	left: -48%;
	top: 0;
	transform: skew(50deg);
	transform-origin: top left;
	transition: all .4s;
	width: 0;
	z-index: -1;
}

.btn:hover,
.btn:focus {
	color: #19191B;
	box-shadow: none;
}

.btn:hover::before,
.btn:focus::before {
	height: 102%;
	width: 148%;
}

.touch .btn:hover,
.touch .btn:focus {
	background-color: #FFB951;
	color: #19191B;
}

.touch .btn::before {
	display: none;
}

button:focus {
	outline: none;
}

.btn-link {
	color: #FFB951;
	display: inline-block;
	font-weight: 400;
	position: relative;
	text-decoration: none;
}

.btn-link:hover {
	text-decoration: none;
	color: #FFB951;
}

.btn-link:hover::before {
	transform: scale3d(0.5, 1, 1);
}

.btn-link:before {
	content: '';
	background-color: #FFB951;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -4rem;
	width: 3rem;
	transform: scale3d(1, 1, 1);
	transform-origin: left;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 580px) {
	.btn-link {
		font-size: .875rem;
	}
	.btn-link:before {
		right: -3rem;
		width: 2rem;
	}
}

.btn-link--rearward:before {
	left: -4rem;
	right: auto;
	transform-origin: right;
}

@media only screen and (max-width: 580px) {
	.btn-link--rearward:before {
		left: -3rem;
	}
}

.table thead th {
	border: 0;
	color: #848484;
	font-size: .85rem;
	font-weight: 400;
	letter-spacing: .2rem;
	padding: 1.3rem 0;
	text-transform: uppercase;
}

.table td {
	border-top: 1px solid rgba(132, 132, 132, 0.2);
	padding: 1.3rem 0;
}

@media only screen and (max-width: 768px) {
	.table td {
		border-top: 0;
	}
}

.table span {
	color: #848484;
}

@media only screen and (max-width: 768px) {
	.table .table,
	.table thead,
	.table tbody,
	.table th,
	.table td,
	.table tr {
		display: block;
	}
	.table thead tr {
		display: none;
	}
	.table tr {
		padding-bottom: 1.4rem;
	}
	.table td {
		position: relative;
		padding-left: 50%;
		padding-top: .2rem;
		padding-bottom: .2rem;
	}
	.table td:before {
		content: attr(data-th);
		color: #848484;
		font-size: .85rem;
		position: absolute;
		left: 0;
		width: 45%;
		padding-right: 1rem;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 580px) {
	.table td {
		padding-left: 40%;
	}
}

.flex-table {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media only screen and (max-width: 768px) {
	.flex-table {
		border-top: 1px solid rgba(132, 132, 132, 0.2);
	}
}

.flex-table__thead {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	border-bottom: 1px solid rgba(132, 132, 132, 0.2);
}

@media only screen and (max-width: 768px) {
	.flex-table__thead {
		display: none;
	}
}

.flex-table__tr {
	border-bottom: 1px solid rgba(132, 132, 132, 0.2);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
}

@media only screen and (max-width: 768px) {
	.flex-table__tr {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.flex-table__tr:last-child {
	border: 0;
}

.flex-table__th {
	color: #848484;
	font-size: .85rem;
	font-weight: 400;
	letter-spacing: .2rem;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	text-transform: uppercase;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.flex-table__th {
		padding-top: .2rem;
		padding-bottom: .2rem;
	}
}

.flex-table__td {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.flex-table__td {
		padding-top: .2rem;
		padding-bottom: .2rem;
		padding-left: 24%;
	}
	.flex-table__td:before {
		content: attr(data-th);
		color: #848484;
		font-size: .85rem;
		position: absolute;
		left: 0;
		padding-right: 1rem;
		padding-top: .2rem;
		white-space: nowrap;
		text-transform: uppercase;
	}
}


/* -----------------------------------------------------------------
  - Typography
----------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
}

@media only screen and (max-width: 1200px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 3rem;
	}
}

.title {
	transition: all 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

h1, h2, h3, h4, h5, h6, .title, .title--h2, .title--h3, .title--h4, .title--h5, .title--h6 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.title--display-1 {
	font-size: calc(2rem + 3.4vw);
	margin-bottom: 1.8rem;
}

.title--h1 {
	font-size: 4rem;
	margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1200px) {
	.title--h1 {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 580px) {
	.title--h1 {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}
}

.title--h2 {
	font-size: 3rem;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 580px) {
	.title--h2 {
		font-size: 2.2rem;
	}
}

.title--h3 {
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
}

@media only screen and (max-width: 580px) {
	.title--h3 {
		font-size: 1.9rem;
	}
}

.title--h4 {
	font-size: 2rem;
	margin-bottom: 1.8rem;
	line-height: 1.3;
}

@media only screen and (max-width: 992px) {
	.title--h4 {
		margin-bottom: 1.5rem;
	}
}

@media only screen and (max-width: 580px) {
	.title--h4 {
		font-size: 1.5rem;
		line-height: 1.2;
		margin-bottom: 1rem;
	}
}

.title--h5 {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-bottom: 2rem;
	font-weight: 500;
}

@media only screen and (max-width: 580px) {
	.title--h5 {
		font-size: 1.4rem;
		margin-bottom: 1.4rem;
	}
}

.title--h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 1.25rem;
	font-weight: 500;
}

@media only screen and (max-width: 580px) {
	.title--h6 {
		font-size: .937rem;
	}
}

.title--center {
	text-align: center;
}

.title--tone {
	color: #FFB951;
}

.title--separation,
.title--separation-center {
	position: relative;
}

.title--separation::before,
.title--separation-center::before {
	content: '';
	background-color: #FFB951;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -6vw;
	width: 10vw;
	z-index: 1;
}

.title--separation.title--display-1,
.title--separation-center.title--display-1 {
	padding-bottom: 1.2rem;
}

.title--separation.title--h1::before,
.title--separation-center.title--h1::before {
	bottom: -.7rem;
}

@media only screen and (max-width: 580px) {
	.title--separation.title--h1::before,
	.title--separation-center.title--h1::before {
		bottom: -.6rem;
	}
}

.title--separation.title--h4::before,
.title--separation-center.title--h4::before {
	bottom: -.7rem;
}

.title--separation.title--h5::before,
.title--separation-center.title--h5::before {
	bottom: -1rem;
}

@media only screen and (max-width: 580px) {
	.title--separation.title--h5::before,
	.title--separation-center.title--h5::before {
		bottom: -.7rem;
	}
}

.title--separation-center::before {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.overhead {
	color: #C4C4C4;
	font-size: .87rem;
	letter-spacing: .03rem;
	margin-bottom: .6rem;
	text-transform: uppercase;
}

.weight--400 {
	font-weight: 400;
}

.weight--500 {
	font-weight: 500;
}

.weight--600 {
	font-weight: 600;
}

.weight--700 {
	font-weight: 700;
}

.wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-pullquote, blockquote {
	font-weight: 400;
	margin: 2rem 0;
	padding: 0;
	padding-left: 4rem;
	position: relative;
	color: #fff;
}

.wp-block-quote, .wp-block-pullquote, blockquote {
	font-size: 1.5rem;
	line-height: 1.6;
}

.wp-block-pullquote {
	text-align: left;
}

.wp-block-quote::before, .wp-block-pullquote::before, blockquote::before {
	background-image: url(assets/images/icon-quote.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: '';
	height: 41px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
}

.wp-block-quote p, .wp-block-pullquote p, blockquote p {
	margin-bottom: 0!important;
}

.wp-block-quote cite, .wp-block-pullquote cite, blockquote cite {
	font-size: 1rem;
	font-style: normal;
	display: block;
	margin-top: 1rem;
	padding-left: 3rem;
	position: relative;
	text-align: left;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite {
	padding-left: 0;
	padding-right: 3rem;
}

.wp-block-quote cite::before, .wp-block-pullquote cite::before, blockquote cite::before {
	content: '';
	background-color: #fff;
	height: 1px;
	margin-bottom: auto;
	margin-top: auto;
	position: absolute;
	top: auto;
	bottom: 0.7rem;
	left: 0;
	width: 2rem;
}

.wp-block-quote.is-large cite::before, .wp-block-quote.is-style-large cite::before {
	left: auto;
	right: 0;
}

.wp-block-pullquote blockquote {
	padding-left: 0;
}

.wp-block-pullquote blockquote::before {
	display: none;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 2rem;
	font-style: normal;
	line-height: 1.6;
}

@media only screen and (max-width: 580px) {
	.wp-block-quote, .wp-block-pullquote, blockquote {
		font-size: 1.28rem;
		margin: 1.5rem 0;
	}
	.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
		font-size: 1.28rem;
	}
}

.screen-reader-text {
	display: none;
}

.post-content p + .wp-block-gallery {
	margin-top: 1.9rem;
}

.post-content table {
	width: 100%;
    margin: 2rem 0;
    padding: 0;
    border-collapse: collapse;
}

.post-content table td, .post-content table th, .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	padding: 10px 20px;
	border: 1px solid #282828;
	background: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: none;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
	border-collapse: collapse;
}

.item__news .sticky {
	position: relative;
    padding-left: 0;
    padding-top: 0;
}

.item__news .sticky:before {
	content: '';
	background-image: url(assets/images/angle.svg);
	background-size: cover;
	position: absolute;
	pointer-events: none;
	height: 2rem;
	width: 2rem;
	top: -1rem;
	left: -1.5rem;
	z-index: 1000;
}

a {
	color: #FFB951;
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
	transition: color 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

a:hover {
	color: #FFB951;
	outline: none;
	text-decoration: underline;
}

a.decoration--none {
	text-decoration: none;
}

.noGutters-Top {
	margin-top: 0 !important;
}

.noGutters-Bottom {
	margin-bottom: 0 !important;
}

.noGutters-Left {
	margin-left: 0 !important;
}

.noGutters-Right {
	margin-right: 0 !important;
}

.description {
	color: #C4C4C4;
}

.description p {
	margin-bottom: 1.9rem;
}

.description figure {
	max-width: 100%;
	height: auto;
}

.description p img, .description figure img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 580px) {
	.description p {
		margin-bottom: 1.5rem;
	}
}

.description-column {
	column-count: 2;
	column-gap: 4rem;
	margin-bottom: 0;
	text-align: justify;
}

@media only screen and (max-width: 992px) {
	.description-column {
		column-gap: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	.description-column {
		column-gap: 2rem;
		margin-bottom: 1.5rem;
	}
}

@media only screen and (max-width: 580px) {
	.description-column {
		column-gap: 2rem;
		column-count: 1;
		margin-bottom: .5rem;
	}
}

.foreword {
	color: #C4C4C4;
	font-size: 1.125rem;
}

.text-rotate {
	color: rgba(132, 132, 132, 0.5);
	display: block;
	letter-spacing: .15rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(90deg) translateY(-100%);
	text-transform: uppercase;
	transform-origin: top left;
}

@media only screen and (max-width: 580px) {
	.text-rotate {
		display: none;
	}
}

.container .text-rotate {
	padding-top: 0;
	padding-bottom: 0;
	top: .5rem;
	left: -6vw;
}

@media only screen and (max-width: 1500px) {
	.container .text-rotate {
		left: -5vw;
	}
}

img {
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

iframe {
	background-color: #19191B;
	border: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.post-content iframe {
	height: 463px;
}

.cover {
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
	height: 100% !important;
	width: 100%;
}

.bypostauthor {
	border-top: 10px solid #e18728;
}

::-moz-selection {
	background: transparent;
	color: #FFB951;
}

::selection {
	background: transparent;
	color: #FFB951;
}

img.alignright,
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

img.alignleft,
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

img.aligncenter,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img .alignnone,
.alignnone {
	float: none;
}

.wp-caption-text, .wp-block-image figcaption, .wp-block-video figcaption, .wp-block-embed figcaption, .blocks-gallery-caption {
	max-width: 100%;
	margin: 0;
	padding: 5px 10px 0 10px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
}

.blocks-gallery-caption {
	margin-bottom: 1rem;
	padding-top: 0;
	width: 100%;
	display: block;
}

.wp-caption.alignnone {
	margin: 5px 0 0 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 0 0;
}

.wp-caption.alignright {
	margin: 5px 0 0 20px;
}

.news__paragraph_clear:after,
.post-content:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.post-content {
	position: relative;
	display: block;
}

pre {
	margin: 1rem 0;
	color: #C4C4C4;
	font-style: italic;
}

pre code {
	color: #e83e8c;
	font-style: italic;
}


/* -----------------------------------------------------------------
  - Preloader
----------------------------------------------------------------- */

.preloader {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	z-index: 1100;
	opacity: 1;
}

.preloader__wrap {
	width: 100%;
	max-width: 150px;
}

.preloader__logo {
	opacity: 0;
	filter: blur(30px);
	transform: scale(1.5);
	width: 100%;
	max-width: 120px;
}

.preloader__progress {
	background: rgba(132, 132, 132, 0.5);
	height: 1px;
	position: relative;
	margin-top: 1rem;
	overflow: hidden;
	width: 100%;
}

.preloader__progress span {
	background: #FFB951;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
}

.preloader.fadeOut2 {
	pointer-events: none;
	opacity: 0;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.preloader.fadeOut2 {
		visibility: hidden;
	}
}

@keyframes blur-logo {
	0% {
		filter: blur(30px);
		opacity: 0;
		transform: scale(1.5);
	}
	100% {
		filter: blur(0);
		opacity: 1;
		transform: scale(1);
	}
}


/* -----------------------------------------------------------------
  - Header
----------------------------------------------------------------- */

.navbar {
	height: auto;
	padding: 1rem 15px;
	position: fixed;
	top: 0;
	width: 100%;
	transition: transform .3s ease-in-out;
	z-index: 1000;
}

@media only screen and (min-width: 580px) {
	.navbar {
		padding: 2rem 3.125rem;
	}
}

@media only screen and (min-width: 768px) {
	.navbar {
		background-color: #19191B;
	}
	.navbar.navbar-compact {
		background-color: transparent;
	}
}

.navbar.scrollUp {
	transform: translateY(-100%);
}

.open {
	overflow: hidden;
}

.open .scrollUp {
	transform: translateY(0);
}

.nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	list-style: none;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.nav {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
		background-color: #19191B;
		height: 100vh;
		width: 100%;
		overflow: hidden;
		opacity: 0;
		position: fixed;
		left: 0;
		top: 0;
		transform: translate3d(0, -100%, 0);
		transition: transform .4s ease-in-out, opacity .4s .2s ease-in-out;
		z-index: -1;
	}
}

@media only screen and (min-width: 768px) {
	.nav {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media only screen and (max-width: 768px) {
	.open .nav {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.nav__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin: .5rem 0;
	padding-right: 0;
}

@media only screen and (min-width: 768px) {
	.nav__item {
		padding-right: 2.5rem;
	}
}

@media only screen and (min-width: 992px) {
	.nav__item {
		padding-right: 2.5rem;
	}
}

.nav__item:last-child {
	padding-right: 0;
}

.nav__link {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	transition: all 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

@media only screen and (max-width: 768px) {
	.nav__link {
		font-size: 7vw;
	}
}

@media only screen and (min-width: 992px) {
	.nav__link {
		font-size: 1.1rem;
	}
}

.nav__link:hover {
	text-decoration: none;
}

.nav__link::before {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	visibility: hidden;
	transition: width .5s ease, background .5s ease;
}

@media only screen and (max-width: 768px) {
	.nav__link::before {
		display: none;
	}
}

.nav__link::after {
	display: none;
}

.nav__link:hover::before {
	visibility: visible;
	background: #FFB951;
	width: 100%;
}

.nav li .sub-menu {
	margin: 0;
	padding: 10px 0;
	position: absolute;
	top: 35px;
	left: 0;
	min-width: 160px;
	display: block;
	background: #282828;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .4s ease-in-out;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.nav li .sub-menu li {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	display: block;
	line-height: normal;
}

.nav li .sub-menu li a {
	font-size: 1rem;
	color: #fff;
}

.nav li .sub-menu .sub-menu {
	top: -18px;
	left: 100%;
}

.nav li .sub-menu li a:before {
	bottom: -3px;
}

.nav li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.logo-link {
	display: block;
	max-width: 120px;
}

.logo-link:hover {
	text-decoration: none;
}

.logotype {
	position: relative;
	transition: transform .4s ease-in-out;
	width: 100%;
	height: auto;
}

.hamburger {
	cursor: pointer;
	display: block;
	transform: translate3d(0, 0, 0);
	transition: opacity .3s ease;
	background-color: transparent;
	border: 0;
	padding: 0;
	vertical-align: middle;
}

@media only screen and (min-width: 768px) {
	.hamburger {
		display: none;
	}
	.navbar-compact .hamburger {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.hamburger {
		display: block;
	}
}

.hamburger__inner {
	display: block;
	height: 24px;
	width: 25px;
	position: relative;
}

.hamburger__inner:before,
.hamburger__inner:after {
	background-color: #fff;
	content: '';
	display: block;
	margin-left: -12px;
	height: 2px;
	width: 25px;
	position: absolute;
	top: 6px;
	left: 50%;
	transform-origin: center center;
	transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.hamburger__inner:after {
	top: 16px;
}

.is-active .hamburger__inner {
	color: #fff;
}

.is-active .hamburger__inner:before,
.is-active .hamburger__inner:after {
	top: 50%;
	transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.is-active .hamburger__inner:before {
	transform: rotate(45deg);
}

.is-active .hamburger__inner:after {
	transform: rotate(-45deg);
}

.nav-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.nav-overlay__bg {
	background: #000;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.nav-overlay__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.nav-overlay__menu {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	width: 66%;
}

.nav-overlay__menu-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.nav-overlay__menu-item {
		justify-content: center;
	}
}

.nav-overlay__menu-item:hover span {
	opacity: 1;
}

.nav-overlay__menu-item a {
	color: rgba(132, 132, 132, 0.5);
	display: inline-block;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	text-decoration: none;
}

@media only screen and (max-width: 1500px) {
	.nav-overlay__menu-item a {
		font-size: 5vw;
	}
}

@media only screen and (max-width: 1200px) {
	.nav-overlay__menu-item a {
		font-size: 5.5vw;
	}
}

@media only screen and (max-width: 992px) {
	.nav-overlay__menu-item a {
		font-size: 6vw;
	}
}

@media only screen and (max-width: 768px) {
	.nav-overlay__menu-item a {
		font-size: 7vw;
		line-height: 2;
	}
}

@media only screen and (max-width: 580px) {
	.nav-overlay__menu-item a {
		font-size: 8.5vw;
	}
}

.nav-overlay__menu-item a::before {
	color: #fff;
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
	white-space: nowrap;
	overflow: hidden;
}

.nav-overlay__menu-item span {
	opacity: .3;
	margin-right: 2.5rem;
	transition: opacity 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

@media only screen and (max-width: 768px) {
	.nav-overlay__menu-item span {
		display: none;
	}
}

.nav-overlay__menu.has-hovered .nav-overlay__menu-item a::before {
	width: 0%;
}

.nav-overlay__menu.has-hovered .nav-overlay__menu-item a:hover::before {
	width: 100%;
}

.sideNav {
	background-color: #19191B;
	list-style: none;
	height: 100%;
	margin: 0;
	list-style: none;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 7rem 0 0;
	position: fixed;
	top: 0;
	right: 0;
	width: 360px;
	z-index: 999;
}

@media only screen and (max-width: 580px) {
	.sideNav {
		padding: 6rem 0 0;
		width: 100%;
		text-align: center;
	}
}

.sideNav__item {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
	margin: 0 3rem;
	padding: .2rem 0;
	user-select: none;
	transition: color 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.sideNav__item:hover, .current-menu-item {
	color: #FFB951;
}

.current-menu-item > a,
.current-menu-item.nav-overlay__menu-item > a::before {
	color: #FFB951!important;
}

.sideNav__item a {
	color: #fff;
	text-decoration: none;
}

.sideNav__item a:hover {
	color: #FFB951;
}

.sideNav__item .icon {
	font-size: 1rem;
	display: inline-block;
	padding: 0 .3rem;
	position: absolute;
	right: -2rem;
	bottom: -.1rem;
	transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transform: rotate(0deg);
}

.sideNav__item-open .icon {
	transform: rotate(-180deg);
}

.sideNav__sub {
	display: none;
	position: relative;
	max-height: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: .6rem 0 .1rem;
}

.sideNav__sub.open {
	display: block;
}

.sideNav__sub .sideNav__item {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
}

.sideNav__sub .sideNav__item a {
	color: #848484;
}

.sideNav__sub .sideNav__item a:hover {
	color: #FFB951;
}

.sideNav-collapsed {
	cursor: pointer;
	position: relative;
}

.overlay-sideNav {
	background-color: rgba(25, 25, 27, 0.3);
	height: 100%;
	width: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: -1;
}


/* -----------------------------------------------------------------
  - Shared
----------------------------------------------------------------- */

.hero {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.hero-intro .title {
	margin-bottom: 6.5rem;
}

@media only screen and (max-width: 768px) {
	.hero-intro .title {
		margin-bottom: 0;
		text-align: center;
	}
}

.hero__header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	z-index: 10;
}

@media only screen and (max-width: 580px) {
	.hero__header {
		width: calc(100% - 30px);
	}
}

.hero__image {
	position: absolute;
	top: 0;
	left: 0;
}

.container-fully {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 7.5rem;
	padding-right: 7.5rem;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	.container-fully {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}
}

@media only screen and (max-width: 580px) {
	.container-fully {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.header-page {
	margin-top: 10rem;
}

@media only screen and (max-width: 580px) {
	.header-page {
		margin-top: 7rem;
	}
}

.social {
	line-height: 0;
}

.social__link {
	color: #C4C4C4;
	display: inline-block;
	font-size: 1.3rem;
	margin-left: 1.5rem;
}

.social__link:first-child {
	margin-left: 0;
}

.social .social__link:hover {
	color: #FFB951;
}

.social-floating {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	position: absolute;
	bottom: 3.125rem;
	right: 3.125rem;
	z-index: 20;
}

@media only screen and (max-width: 580px) {
	.social-floating {
		bottom: 1.5rem;
		left: 0;
		right: 0;
		justify-content: center;
	}
}

.js-image {
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

.image-gutter {
	height: 50vw;
	position: relative;
	max-height: 840px;
	margin-top: 3.6rem;
	margin-left: 7.5rem;
	width: calc(100% - 7.5rem);
}

@media only screen and (max-width: 992px) {
	.image-gutter {
		height: 60vw;
		margin-left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.image-gutter {
		height: 100vw;
		margin-top: 2rem;
	}
}

.image-gutter .text-rotate {
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
	left: -7.6rem;
}

@media only screen and (max-width: 992px) {
	.image-gutter .text-rotate {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.overlay {
	position: relative;
}

.overlay::before,
.overlay--45::before,
.overlay--80::before {
	content: '';
	background-color: rgba(25, 25, 27, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.overlay--45::before {
	background-color: rgba(25, 25, 27, 0.45);
}

.overlay--80::before {
	background-color: rgba(25, 25, 27, 0.8);
}

.gallery {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	flex-wrap: wrap;
}

.gallery-expanded {
	margin-right: 0;
	margin-left: 0;
}

@media only screen and (min-width: 1500px) {
	.gallery-expanded {
		margin-right: -8rem;
		margin-left: -8rem;
	}
}

.gallery__item {
	flex: 0 0 100%;
	margin-top: 2rem;
}

@media only screen and (max-width: 992px) {
	.gallery__item {
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 580px) {
	.gallery__item {
		margin-top: .5rem;
	}
}

.gallery .btn-link {
	margin-top: 3rem;
}

@media only screen and (max-width: 992px) {
	.gallery .btn-link {
		margin-top: 1.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.gallery .btn-link {
		margin-top: 2rem;
	}
}

.gallery-two .gallery__item {
	flex-basis: calc(50% - 3%);
	width: calc(50% - 3%);
}

.gallery-two .gallery__item:nth-child(2n+1) {
	margin-right: 3%;
}

.gallery-two .gallery__item:nth-child(2n) {
	margin-left: 3%;
}

@media only screen and (max-width: 768px) {
	.gallery-two .gallery__item {
		flex-basis: 100%;
		width: 100%;
	}
	.gallery-two .gallery__item:nth-child(2n+1) {
		margin-right: 0;
	}
	.gallery-two .gallery__item:nth-child(2n) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 580px) {
	.gallery-two .gallery__item {
		margin-top: 15px;
	}
}

.list-row {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

@media only screen and (max-width: 580px) {
	.list-row {
		margin-top: 0;
	}
}

.list-row__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(132, 132, 132, 0.25);
	padding: 1.8rem 0;
}

@media only screen and (max-width: 580px) {
	.list-row__item {
		padding: 1.2rem 0;
	}
}

@media only screen and (max-width: 580px) {
	.list-row__item .title {
		font-size: 1rem;
	}
}

.list-row__col-num {
	color: rgba(196, 196, 196, 0.5);
	width: 15%;
}

@media only screen and (max-width: 1200px) {
	.list-row__col-num {
		width: 10%;
	}
}

@media only screen and (max-width: 580px) {
	.list-row__col-num {
		margin-right: 1.5rem;
		width: auto;
	}
}

.list-row__col-title {
	margin-bottom: 0;
	width: 85%;
}

@media only screen and (max-width: 1200px) {
	.list-row__col-title {
		width: 90%;
	}
}

.list-row__col-caption {
	color: #C4C4C4;
	width: 30%;
}

.video-container {
	height: 46vw;
	margin-top: 1rem;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.video-container {
		height: 60vw;
	}
}

@media only screen and (max-width: 580px) {
	.video-container {
		height: 100vw;
		margin-bottom: 1.87rem;
	}
}

.container-fully .video-container {
	margin-left: -7.5rem;
	margin-right: -7.5rem;
}

@media only screen and (max-width: 768px) {
	.container-fully .video-container {
		margin-left: -3.125rem;
		margin-right: -3.125rem;
	}
}

@media only screen and (max-width: 580px) {
	.container-fully .video-container {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.video-container .video__btn {
	background-color: #19191B;
	box-shadow: 0 0 0 0px #19191B;
	border: 0;
	border-radius: 50%;
	color: #fff;
	font-size: .75rem;
	font-weight: 600;
	height: 8.5rem;
	letter-spacing: .3rem;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	text-transform: uppercase;
	width: 8.5rem;
	opacity: 1;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	z-index: 2;
}

@media only screen and (max-width: 768px) {
	.video-container .video__btn {
		height: 6.5384615385rem;
		width: 6.5384615385rem;
		letter-spacing: .2rem;
	}
}

@media only screen and (max-width: 580px) {
	.video-container .video__btn {
		height: 5.3125rem;
		width: 5.3125rem;
	}
}

.video-container .video__btn:hover {
	background-color: #19191B;
	box-shadow: 0 0 0 10px #19191B;
	cursor: pointer;
}

.video-container .video__btn:focus {
	outline: 0;
}

.video-container .video__poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	visibility: visible;
	transition: .3s ease-in-out;
	transition-duration: 0.5s;
}

.video-container .video__poster::before {
	content: '';
	background: rgba(25, 25, 27, 0.2);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s ease-in-out;
	width: 100%;
	z-index: 1;
}

.video-container .video__poster:hover::before {
	background: rgba(25, 25, 27, 0);
}

.js-video.is-active .video__poster {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.video-background {
	position: absolute;
	left: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: -1;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.note {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #19191B;
	padding: 3.5rem 3.125rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	z-index: 10;
}

.note::before {
	content: '';
	background: #19191B;
	height: 100%;
	position: absolute;
	top: 0;
	right: -4rem;
	transform: skewX(25deg);
	width: 100%;
	z-index: -1;
}

@media only screen and (max-width: 1200px) {
	.note {
		width: 50%;
	}
}

@media only screen and (max-width: 580px) {
	.note {
		display: none;
	}
}

.note__item .title {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.note__item .description {
	font-size: .937rem;
	margin-bottom: 0;
}

.services {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin-top: 2rem;
}

@media only screen and (max-width: 992px) {
	.services {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 580px) {
	.services {
		margin-top: .5rem;
	}
}

.services__item {
	background-color: #848484;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	height: 50vw;
	max-height: 740px;
	overflow: hidden;
	position: relative;
	padding: 3rem 4rem;
	width: 100%;
}

.services__item.overlay--45::before {
	pointer-events: none;
}

.services__item:hover .services__item-bg {
	transform: scale(1.08);
}

@media only screen and (max-width: 1500px) {
	.services__item {
		padding: 2rem 3rem;
	}
}

@media only screen and (max-width: 1200px) {
	.services__item {
		padding: 2rem;
	}
}

@media only screen and (max-width: 992px) {
	.services__item {
		height: 60vw;
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.services__item {
		height: 80vw;
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.services__item {
		padding: 1.5rem 1rem;
		height: 100vw;
	}
}

.services__item-bg {
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transform-origin: center;
	transition: all .4s ease-in-out;
	width: 100%;
}

.services__item-details {
	position: relative;
	z-index: 2;
}

.services__item-details .title {
	margin-bottom: 1rem;
}

.services__item-details .description {
	color: #fff;
	margin-bottom: 1px;
}


/* -----------------------------------------------------------------
  - Slider
----------------------------------------------------------------- */

.slider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 100vh;
	position: relative;
	z-index: 0;
	-webkit-overflow-scrolling: touch;
}

.slider__item {
	width: 100%;
}

.slider .slider__caption {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.slider .slider__caption .slider__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	margin-left: 20vw;
	margin-right: 10vw;
}

@media only screen and (max-width: 992px) {
	.slider .slider__caption .slider__content {
		margin-left: 10vw;
	}
}

@media only screen and (max-width: 580px) {
	.slider .slider__caption .slider__content {
		margin-left: 5vw;
		margin-right: 5vw;
		text-align: center;
	}
}

.slider .slider__caption .title--display-1 {
	color: #FFB951;
	font-weight: 600;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 580px) {
	.slider .slider__caption .title--separation::before {
		right: 0;
		left: 0;
		margin: auto;
	}
}

.slider .slider__caption .description {
	font-size: 1.125rem;
	margin-bottom: 0;
	margin-top: .8rem;
	width: 60%;
}

@media only screen and (max-width: 1200px) {
	.slider .slider__caption .description {
		width: 80%;
	}
}

@media only screen and (max-width: 992px) {
	.slider .slider__caption .description {
		font-size: 1rem;
		width: 100%;
	}
}

@media only screen and (min-width: 1500px) {
	.slider .slider__caption .description {
		width: 40%;
	}
}

.slider__image {
	height: 100%;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.slider__image {
		width: 100%;
		order: 1;
	}
}

.slider__control {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: absolute;
	right: 3.125rem;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	.slider__control {
		-webkit-align-items: flex-end;
		-ms-flex-align: flex-end;
		align-items: flex-end;
		right: 0;
		left: 0;
	}
}

.slider__control__control-horizon {
	height: 2px;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.slider-pagination-progressbar {
	background: rgba(255, 255, 255, 0.4);
	position: relative;
	width: 2px;
	height: 30%;
}

@media only screen and (max-width: 768px) {
	.slider-pagination-progressbar {
		width: 100%;
		height: 3px;
	}
}

.slider-pagination-progressbar-horizon {
	background: rgba(255, 255, 255, 0.2) !important;
	max-width: calc(1140px);
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	width: 100%;
	position: relative !important;
}

@media only screen and (max-width: 1200px) {
	.slider-pagination-progressbar-horizon {
		max-width: calc(960px - 30px);
	}
}

@media only screen and (max-width: 992px) {
	.slider-pagination-progressbar-horizon {
		max-width: calc(720px - 30px);
	}
}

@media only screen and (max-width: 768px) {
	.slider-pagination-progressbar-horizon {
		max-width: calc(100% - 30px);
	}
}

.slider-pagination-fraction {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .2rem;
	height: 43%;
	margin-bottom: auto;
	margin-top: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	.slider-pagination-fraction {
		display: none;
	}
}

.slider-pagination-fraction div {
	transform: rotate(-90deg);
}

.slider-navigation {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	position: absolute;
	bottom: 3.125rem;
	left: 3.125rem;
	width: 5.5rem;
	z-index: 2;
}

@media only screen and (max-width: 580px) {
	.slider-navigation {
		display: none;
	}
}

.slider-navigation__vertical {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 5rem;
	width: auto;
}

.slider-prev,
.slider-next {
	border: 0;
	background-color: transparent;
	line-height: 0;
	height: 1.54rem;
	width: .93rem;
	transition: opacity .4s ease-in-out;
}

.slider-prev:hover path,
.slider-next:hover path {
	fill: #FFB951;
}

.slider-prev:focus,
.slider-next:focus {
	outline: none;
}

@media only screen and (max-width: 580px) {
	.slider .social {
		right: 0;
		left: 0;
		text-align: center;
	}
}

.anim-line {
	opacity: 0;
	transform: translate3d(0, 100%, 0);
	transition: opacity, transform .3s ease-in-out;
}

.carousel {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	padding-left: 7.5rem;
}

@media only screen and (max-width: 768px) {
	.carousel {
		padding: 8rem 1.5rem 1.5rem;
	}
}

@media only screen and (max-width: 580px) {
	.carousel {
		padding: 6rem 15px 15px;
	}
}

.carousel-container {
	height: 70%;
}

@media only screen and (max-width: 768px) {
	.carousel-container {
		height: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.carousel .slider-navigation {
		display: none;
	}
}

.item-caption {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
	padding: 2rem;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	text-align: left;
	transition: opacity .3s ease-in-out;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	.item-caption {
		opacity: 1;
	}
}

@media only screen and (max-width: 580px) {
	.item-caption {
		padding: 1rem;
	}
}

.item-caption>* {
	opacity: 1;
	transform: translate3d(0, 100%, 0);
	transition: all .4s ease-in-out;
}

@media only screen and (max-width: 768px) {
	.item-caption>* {
		transform: translate3d(0, 0, 0);
	}
}

.item-caption .title {
	margin-bottom: 1rem;
}

.onHover:hover .item-caption {
	opacity: 1;
}

.onHover:hover .item-caption>* {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.swiper-container {
	position: relative;
	width: 100%;
}

.swiper-container .swiper-slide {
	overflow: hidden;
}

.swiper-container .swiper-slide a {
	text-decoration: none;
}

.swiper-container .swiper-slide__link {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.swiper-container .swiper-slide .cover-slider {
	background-size: cover;
	background-position: center center;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-container .swiper-slide .scaleCover {
	width: 100%;
	height: 100vh;
	transform: scale(1.1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.swiper-container .swiper-slide-active .slider__content a>*,
.swiper-container .swiper-slide-duplicate-active .slider__content a>* {
	opacity: 1;
	transform: translate3d(0, 0%, 0);
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(1),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(1) {
	transition-delay: 0s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(2),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(2) {
	transition-delay: 0.2s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(3),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(3) {
	transition-delay: 0.4s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(4),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(4) {
	transition-delay: 0.6s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(5),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(5) {
	transition-delay: 0.8s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(6),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(6) {
	transition-delay: 1s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(7),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(7) {
	transition-delay: 1.2s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(8),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(8) {
	transition-delay: 1.4s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(9),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(9) {
	transition-delay: 1.6s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(10),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(10) {
	transition-delay: 1.8s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(11),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(11) {
	transition-delay: 2s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(12),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(12) {
	transition-delay: 2.2s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(13),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(13) {
	transition-delay: 2.4s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(14),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(14) {
	transition-delay: 2.6s;
}

.swiper-container .swiper-slide-active .slider__content a>*:nth-child(15),
.swiper-container .swiper-slide-duplicate-active .slider__content a>*:nth-child(15) {
	transition-delay: 2.8s;
}

.swiper-container .swiper-slide-active .scaleCover,
.swiper-container .swiper-slide-duplicate-active .scaleCover {
	transform: scale(1);
}

.swiper-button-disabled {
	opacity: .5;
}

.swiper-pagination-progressbar-fill {
	background: #fff !important;
}


/* -----------------------------------------------------------------
  - Portfolio
----------------------------------------------------------------- */

.no-touch .content-grid:hover .content-grid__link {
	opacity: .2;
	filter: grayscale(1);
}

.content-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content-grid__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1rem;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 3%;
	width: 29%;
}

.portfolio-columns-2 .content-grid__item {
	width: 45%;
	margin-top: 1rem;
	margin-bottom: 6%;
}

@media only screen and (max-width: 1025px) {
	.content-grid__item {
		width: 42.5%;
	}
	.portfolio-columns-2 .content-grid__item {
		width: 42.5%;
	}
}

@media only screen and (max-width: 992px) {
	.content-grid__item {
		margin-bottom: 2.5rem;
		margin-left: auto;
		margin-right: auto;
		right: 0;
		left: 0;
	}
	.portfolio-columns-2 .content-grid__item {
		margin-bottom: 2.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.content-grid__item {
		width: 100%;
	}
	.portfolio-columns-2 .content-grid__item {
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.content-grid__item {
		margin-bottom: 1.5rem;
		width: 100%;
	}
	.portfolio-columns-2 .content-grid__item {
		margin-bottom: 1.5rem;
		width: 100%;
	}
}

@media only screen and (min-width: 2000px) {
	.content-grid__item {
		margin-bottom: 2%;
		width: 19%;
	}
	.portfolio-columns-2 .content-grid__item {
		width: 29%;
	}
}

.content-grid__item-two {
	margin-top: 1rem;
	margin-bottom: 6%;
	width: 45%;
}

@media only screen and (max-width: 768px) {
	.content-grid__item-two {
		margin-bottom: 2.5rem;
		margin-left: auto;
		margin-right: auto;
		right: 0;
		left: 0;
		width: 80%;
	}
}

@media only screen and (max-width: 580px) {
	.content-grid__item-two {
		margin-bottom: 1.5rem;
		width: 100%;
	}
}

.content-grid__image-wrap {
	display: block;
	position: relative;
	width: 100%;
}

.content-grid .image-wrap-fit {
	padding-bottom: 140%;
}

.content-grid__image {
	display: block;
	background-color: #848484;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.content-grid__link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 1;
	pointer-events: all;
	transition: opacity .3s ease-in-out;
	text-decoration: none;
	width: 100%;
}

.content-grid__link:hover {
	text-decoration: none;
}

.no-touch .content-grid__link:hover {
	opacity: 1 !important;
	filter: grayscale(0) !important;
}

.content-grid__link:hover .content-grid__caption {
	transform: translate3d(0, 15px, 0);
}

.content-grid__link:hover .content-grid__description {
	color: #C4C4C4;
}

.content-grid__caption {
	margin-top: 2rem;
	transform: translate3d(0, 0%, 0);
	transition: transform .3s ease-in-out;
}

@media only screen and (max-width: 992px) {
	.content-grid__caption {
		margin-top: 1.5rem;
	}
}

.content-grid .title {
	margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {
	.content-grid .title {
		font-size: 1.5rem;
		margin-bottom: .6rem;
	}
}

.content-grid__name {
	margin-bottom: .4rem;
}

@media only screen and (max-width: 992px) {
	.content-grid__name {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 992px) {
	.content-grid__name {
		font-size: 1.2rem;
	}
}

.content-grid__description,
.content-grid__role {
	font-size: .9375rem;
	color: #C4C4C4;
	margin-bottom: 0;
}

.content-grid__role {
	color: #848484;
}

.touch .content-grid__image-wrap,
.touch .content-grid__link:hover .content-grid__image-wrap {
	animation: none;
}

.gutter-sizer {
	width: 6.5%;
}

@media only screen and (max-width: 768px) {
	.gutter-sizer {
		width: 0;
	}
}

.gutter-sizer-two {
	width: 10%;
}

@media only screen and (min-width: 769px) {
	.filter {
		display: inline-flex;
		flex-wrap: wrap;
		list-style: none;
		margin-bottom: 2rem;
		padding: 0;
	}
	.filter__item {
		font-size: 1.125rem;
		font-weight: 500;
		padding-right: 2rem;
	}
	.filter__item:first-child {
		display: none;
	}
	.filter__item:last-child {
		padding-right: 0;
	}
	.filter__item.active a {
		color: #FFB951;
	}
	.filter__link {
		color: #C4C4C4;
		padding: 0 4px;
		text-decoration: none;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.filter__link:hover {
		text-decoration: none;
	}
}

.select .placeholder {
	display: none;
}

@media only screen and (max-width: 768px) {
	.select {
		border-bottom: 1px solid #C4C4C4;
		color: #fff;
		display: block;
		margin-bottom: 3rem;
		position: relative;
		vertical-align: middle;
		text-align: left;
		user-select: none;
		width: 100%;
		-webkit-touch-callout: none;
		z-index: 2;
	}
	.select .placeholder {
		position: relative;
		display: block;
		background-color: #19191B;
		z-index: 1;
		padding: .5rem 0;
		cursor: pointer;
	}
	.select .placeholder:after {
		position: absolute;
		right: 2px;
		top: 50%;
		transform: translateY(-50%);
		font-family: 'fonticons';
		content: '\e805';
		z-index: 10;
	}
	.select.is-open .placeholder:after {
		content: '\e804';
	}
	.select.is-open ul {
		display: block;
	}
	.select ul {
		display: none;
		position: absolute;
		overflow: hidden;
		overflow-y: auto;
		width: 100%;
		background: #fff;
		box-shadow: 0 10px 60px rgba(25, 25, 27, 0.1);
		top: 100%;
		left: 0;
		padding: .6rem 0;
		z-index: 100;
		max-height: 600px;
	}
	.select ul li {
		display: block;
		text-align: left;
		padding: .2rem 1.2rem;
		color: #19191B;
		cursor: pointer;
	}
	.select ul li:hover {
		background: rgba(25, 25, 27, 0.05);
	}
	.select ul li:first-child {
		display: none;
	}
	.select ul li a {
		color: #19191B;
		text-decoration: none;
	}
}

@media only screen and (max-width: 580px) {
	.select {
		margin-bottom: .8rem;
	}
}


/* -----------------------------------------------------------------
  - Project Single
----------------------------------------------------------------- */

.content-caption {
	margin-top: 5rem;
}

.content-caption h1, .content-caption h2, .content-caption h3, .content-caption h4, .content-caption h5, .content-caption h6 {
	margin-top: 1.8rem;
	margin-bottom: 1.8rem;
}

@media only screen and (max-width: 992px) {
	.content-caption {
		margin-top: 4rem;
	}
}

@media only screen and (max-width: 580px) {
	.content-caption {
		margin-top: 2rem;
	}
}

.project-slider {
	height: 50vw;
	max-height: 700px;
	margin-top: 2rem;
}

@media only screen and (max-width: 992px) {
	.project-slider {
		height: 60vw;
	}
}

@media only screen and (max-width: 580px) {
	.project-slider {
		height: 100vw;
		margin-top: .5rem;
		margin-bottom: 2rem;
	}
}

.project-slider-control-horizon {
	padding-bottom: 4rem;
	box-sizing: content-box;
}

@media only screen and (max-width: 768px) {
	.project-slider-control-horizon {
		padding-bottom: 2rem;
	}
}

.project-slider__item {
	margin-left: 4vw !important;
	margin-right: 4vw !important;
	width: calc(1140px) !important;
}

@media only screen and (max-width: 1200px) {
	.project-slider__item {
		margin-left: 3.5vw;
		margin-right: 3.5vw;
		width: calc(960px - 30px);
	}
}

@media only screen and (max-width: 992px) {
	.project-slider__item {
		margin-left: 3.5vw;
		margin-right: 3.5vw;
		width: calc(720px - 30px);
	}
}

@media only screen and (max-width: 768px) {
	.project-slider__item {
		margin-left: 7.5px;
		margin-right: 7.5px;
		width: 100%;
	}
}

.project-footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	background-color: #151515;
	height: 45vh;
	margin-top: 5rem;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.project-footer {
		margin-top: 3rem;
	}
}

@media only screen and (max-width: 580px) {
	.project-footer {
		margin-top: 1rem;
		height: 42vh;
	}
}

.project-footer::before {
	content: '';
	background-color: rgba(255, 255, 255, 0.1);
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.project-footer:hover::before {
	animation: revealVerticalHover .8s ease-in-out both;
	height: 100%;
}

.project-footer__link p {
	margin-bottom: 0;
}

.project-footer__link:hover {
	color: #fff;
	text-decoration: none;
}

.project-footer__title {
	font-size: 7rem;
	line-height: 1.2;
	margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
	.project-footer__title {
		font-size: 5rem;
	}
}

@media only screen and (max-width: 580px) {
	.project-footer__title {
		font-size: 4rem;
	}
}


/* -----------------------------------------------------------------
  - News
----------------------------------------------------------------- */

.header-page-posts {
	margin-bottom: 5rem;
}

.item-post-horizon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 6rem;
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.item-post-horizon {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 3rem;
	}
}

.item-post-horizon:hover .item-post-horizon__image-wrap::before {
	box-shadow: inset 0px 0px 0px 10px #19191B;
}

@media only screen and (max-width: 992px) {
	.item-post-horizon:hover .item-post-horizon__image-wrap::before {
		box-shadow: none;
	}
}

.item-post-horizon__image-wrap {
	flex-basis: 50%;
	height: 350px;
	position: relative;
	width: 50%;
}

@media only screen and (max-width: 992px) {
	.item-post-horizon__image-wrap {
		flex-basis: 100%;
		height: 50vw;
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.item-post-horizon__image-wrap {
		height: 70vw;
	}
}

.item-post-horizon__image-wrap::before {
	content: '';
	box-shadow: inset 0px 0px 0px 0px #19191B;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: box-shadow .2s ease-in-out;
}

.item-post-horizon__caption {
	flex-basis: 50%;
	padding-left: 5rem;
	width: 50%;
}

@media only screen and (max-width: 1200px) {
	.item-post-horizon__caption {
		padding-left: 3rem;
	}
}

@media only screen and (max-width: 992px) {
	.item-post-horizon__caption {
		flex-basis: 100%;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		padding-top: 2.5rem;
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.item-post-horizon__caption {
		padding-left: 0;
		padding-right: 0;
		padding-top: 2rem;
	}
}

.item-post-horizon__caption .title a {
	color: #fff;
	text-decoration: none;
}

.item-post-horizon__caption .title a:hover {
	color: #FFB951;
	text-decoration: none;
}

.item-post-horizon__description p {
	color: #C4C4C4;
	font-size: .9375rem;
}

.item-post-horizon .btn-link {
	margin-top: .5rem;
}

@media only screen and (max-width: 580px) {
	.item-post-horizon .btn-link {
		margin-top: 0;
	}
}

.item-post-horizon:nth-child(2n) .item-post-horizon__image-wrap {
	order: 2;
}

@media only screen and (max-width: 992px) {
	.item-post-horizon:nth-child(2n) .item-post-horizon__image-wrap {
		order: 1;
	}
}

.item-post-horizon:nth-child(2n) .item-post-horizon__caption {
	order: 1;
	padding-left: 0;
	padding-right: 5rem;
}

@media only screen and (max-width: 1200px) {
	.item-post-horizon:nth-child(2n) .item-post-horizon__caption {
		padding-right: 3rem;
	}
}

@media only screen and (max-width: 992px) {
	.item-post-horizon:nth-child(2n) .item-post-horizon__caption {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		padding-top: 2.5rem;
	}
}

@media only screen and (max-width: 580px) {
	.item-post-horizon:nth-child(2n) .item-post-horizon__caption {
		padding-left: 0;
		padding-right: 0;
		padding-top: 2rem;
	}
}

.item-post-horizon:nth-child(2n) .title--separation::before {
	left: auto;
	right: -6vw;
}

@media only screen and (max-width: 992px) {
	.item-post-horizon:nth-child(2n) .title--separation::before {
		left: -6vw;
		right: auto;
	}
}

.post-details {
	color: #848484;
	font-size: .875rem;
	margin-bottom: .8rem;
	text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
	.post-details {
		font-size: .75rem;
	}
}

.post-details a {
	color: #848484;
	font-weight: bolder;
}


/* -----------------------------------------------------------------
  - Single post
----------------------------------------------------------------- */

.header-post .post-details {
	margin-top: 2rem;
}

@media only screen and (max-width: 580px) {
	.header-post .post-details {
		margin-top: 1rem;
	}
}

.header-post .video-container {
	height: 50vw;
	margin-top: 3.6rem;
}

@media only screen and (max-width: 992px) {
	.header-post .video-container {
		height: 60vw;
	}
}

@media only screen and (max-width: 580px) {
	.header-post .video-container {
		height: 100vw;
		margin-top: 2rem;
	}
}

.post-footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
	margin-top: 3rem;
}

@media only screen and (max-width: 768px) {
	.post-footer {
		margin-bottom: 4rem;
	}
}

@media only screen and (max-width: 580px) {
	.post-footer {
		margin-top: 1rem;
		margin-bottom: 2.5rem;
	}
}

.post-footer .pager, .post-footer .page-links {
	margin-top: 0;
}

.post-footer__nav {
	display: block;
	width: 100%;
}

.post-footer__nav:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.post-footer .btn-link {
	color: #848484;
	text-transform: uppercase;
	float: left;
}

.post-footer .btn-link.btn-link--rearward {
	float: right;
}

.post-footer .btn-link:hover {
	color: #FFB951;
}

.post-footer .btn-link:hover::before {
	background-color: #FFB951;
}

.post-footer .btn-link::before {
	background-color: #848484;
}

.post-footer .social {
	margin-top: -1.5rem;
}

@media only screen and (max-width: 768px) {
	.post-footer .social {
		top: 0;
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 580px) {
	.post-footer .social {
		top: 0;
	}
	.post-footer .social a {
		font-size: 1rem;
	}
}

.avatar {
	float: left;
	border-radius: 50%;
	height: 64px;
	width: 64px;
}

@media only screen and (max-width: 580px) {
	.avatar {
		height: 40px;
		width: 40px;
	}
}

.comments {
	margin: 0 0 3rem 0;
	padding: 0;
	list-style: none;
}

.section__comments .children {
	margin: 0;
	padding: 0;
	padding-left: 94px;
	list-style: none;
}

.comment-box {
	position: relative;
	display: block;
	margin-top: 3rem;
}

.comment-box::after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.small, small {
	font-size: 65%;
	font-weight: 400;
}

.comment-footer {
	position: relative;
	line-height: 1;
	margin-left: 90px;
}

.comment-box__body {
	color: #C4C4C4;
	flex: none;
	margin-left: 90px;
}

.trackback .comment-box__body,
.pingback .comment-box__body {
	margin-left: 0!important;
}

.comment-box__body .post-content {
	margin-top: 0;
}

.comment-box__body .description p {
	margin-bottom: 1rem;
}

.comment-box__details {
	font-size: 1rem;
	margin-bottom: 1rem!important;
	color: #fff;
}

.comment-box__details span {
	font-size: .875rem;
	font-weight: 500;
	color: #848484;
}

.comment-box__details a {
	text-decoration: none;
}

.comment-form {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.section__comments .children .children {
	padding-left: 40px;
}

.comment-reply-link {
	position: relative;
	display: inline-block;
	font-size: 0.875rem;
	height: 20px;
}

.comment-reply-link:before {
	padding-right: 8px;
	content: "\f112";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'FontAwesome';
	font-weight: 900;
}

.scroll-line {
	background: #FFB951;
	height: 3px;
	position: fixed;
	top: 0;
	width: 0;
	z-index: 3;
}

.tags-links {
	margin-top: 30px;
	display: block;
	font-size: 1em;
	clear: both;
}

.tags-links span {
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}

.tags-links a, 
.col__sedebar .tagcloud a,
.wp-block-tag-cloud a {
	margin: 4px 6px 4px 0;
	padding: 0 8px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1em!important;
	line-height: 1.8;
	font-weight: 400;
	color: #FFB951;
	text-transform: none;
	text-decoration: none;
	border: 1px solid #FFB951;
}

.edit-link {
	margin-top: 15px;
	display: block;
	clear: both;
}

.post-edit-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	max-width: 100%;
}

.post-edit-link:before {
	padding-right: 8px;
	content: "\f044";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'FontAwesome';
	font-weight: 900;
}

@media only screen and (max-width: 768px) {
	.blocks-gallery-grid .blocks-gallery-image, 
	.blocks-gallery-grid .blocks-gallery-item, 
	.wp-block-gallery .blocks-gallery-image, 
	.wp-block-gallery .blocks-gallery-item {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 580px) {
	.comment-box__details span {
		margin-top: 8px;
		display: block;
	}
	.section__comments .children {
		padding-left: 15px;
	}
	.comment-box {
		margin-top: 1rem;
	}
	.comment-box__body {
		margin-left: 60px;
	}
	.comment-footer {
		margin-left: 60px;
	}
	.section__comments .children .children {
		padding-left: 15px;
	}
	.comment-form .btn {
		width: 100%;
	}
}


/* -----------------------------------------------------------------
  - About
----------------------------------------------------------------- */

.section-about {
	margin-top: 10rem;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	.section-about {
		margin-top: 8rem;
	}
}

@media only screen and (max-width: 580px) {
	.section-about {
		margin-top: 3.5rem;
	}
}

.brand-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	flex-wrap: wrap;
}

.brand-grid__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	justify-content: center;
	opacity: .5;
	width: 50%;
}

@media only screen and (min-width: 580px) {
	.brand-grid__item {
		padding: 0 1rem;
	}
}

@media only screen and (min-width: 768px) {
	.brand-grid__item {
		width: 33.3333%;
	}
}

@media only screen and (min-width: 992px) {
	.brand-grid__item {
		width: 25%;
	}
}

@media only screen and (min-width: 1500px) {
	.brand-grid__item {
		width: 20%;
	}
}

.brand-grid__item img {
	height: 100%;
	width: 100%;
}


/* -----------------------------------------------------------------
  - Footer
----------------------------------------------------------------- */

.footer {
	color: #848484;
	margin-top: 5rem;
	padding: 5rem 0;
	position: relative;
}

@media screen and (max-width: 580px) {
	.footer {
		margin-top: 3rem;
		padding: 2rem 0;
	}
}

.footer::before {
	content: '';
	background-color: rgba(132, 132, 132, 0.4);
	position: absolute;
	top: 0;
	left: -15px;
	height: 1px;
	width: 10vw;
}

@media screen and (max-width: 580px) {
	.footer::before {
		width: 20vw;
	}
}

.footer-fully {
	padding-left: 7.5rem;
	padding-right: 7.5rem;
}

@media only screen and (max-width: 768px) {
	.footer-fully {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}
}

@media only screen and (max-width: 580px) {
	.footer-fully {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.footer__contacts {
	font-size: .875rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.footer__contacts p {
	margin: 0;
}

.footer__social a {
	font-size: 1rem;
	color: #848484;
}

.footer__social a:hover {
	color: #FFB951;
}


/* -----------------------------------------------------------------
  - Contact
----------------------------------------------------------------- */

.contact-form {
	margin-right: calc(7.5rem - 30px);
	margin-left: calc(7.5rem - 30px);
}

@media only screen and (max-width: 992px) {
	.contact-form {
		margin-top: 10rem;
		margin-right: 0;
	}
}

@media only screen and (max-width: 580px) {
	.contact-form {
		width: auto;
		max-width: 100%;
		margin: 0 15px;
		margin-top: 6rem;
		margin-bottom: 3rem;
	}
	.contact-form .btn {
		width: 100%;
	}
}

.map {
	height: 100vh;
	margin-right: -7.5rem;
	position: relative;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 992px) {
	.map {
		height: 50vh;
		margin-right: 0;
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

@media only screen and (max-width: 580px) {
	.map {
		height: 340px;
		margin-top: 1.1rem;
		margin-bottom: 15px;
	}
}

.popover-map-title {
	color: #19191B;
	font-size: 1.2rem;
	margin-top: .2rem;
	margin-bottom: .5rem;
}

.popover-map-caption {
	color: #19191B;
	font-weight: 400;
}


/* -----------------------------------------------------------------
  - Services
----------------------------------------------------------------- */

.service-item {
	margin-bottom: 4rem;
}

.service-item__icon {
	margin-bottom: 2rem;
	width: 5rem;
}


/* -----------------------------------------------------------------
  - 404
----------------------------------------------------------------- */

.parallax-container {
	overflow: hidden;
}

.error-page {
	height: 100vh;
}

.error-page .description {
	margin-bottom: 0;
}

.mask-object {
	filter: drop-shadow(0 20px 30px rgba(25, 25, 27, 0.1));
	margin-bottom: 2rem;
	width: 30vw;
	transition: all 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

@media only screen and (max-width: 992px) {
	.mask-object {
		width: 50vw;
	}
}

@media only screen and (max-width: 580px) {
	.mask-object {
		width: 80vw;
	}
}


/* -----------------------------------------------------------------
  - Other
----------------------------------------------------------------- */

.back-to-top {
	background-image: url(assets/images/arrow-scroll-to.svg);
	background-position: center;
	cursor: pointer;
	height: 36px;
	opacity: .5;
	position: fixed;
	right: 40px;
	bottom: 30px;
	width: 30px;
	transition: opacity .35s ease-out;
	z-index: 10;
}

.back-to-top:hover {
	opacity: 1;
}

@media only screen and (max-width: 580px) {
	.back-to-top {
		display: none !important;
	}
}

.cursor,
.node {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: opacity .3s ease-in-out, transform 0.3s ease-in-out;
	z-index: 1101;
	mix-blend-mode: difference;
}

.cursor {
	width: 6px;
	height: 6px;
	background-color: #FFB951;
}

.node {
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 185, 81, 0.3);
}

.node.expand {
	background-color: rgba(255, 185, 81, 0.2);
	border: 0;
	transform: translate(-50%, -50%) scale(2);
}

.node.drag::before,
.node.drag::after {
	color: #FFB951;
	font-family: 'fonticons';
	font-size: .6rem;
	margin-top: -.6rem;
	position: absolute;
	top: 50%;
}

.node.drag::before {
	content: '\e801';
	left: -10px;
}

.node.drag::after {
	content: '\e803';
	right: -10px;
}

.cursorDrag {
	cursor: none !important;
}

.jarallax {
	position: relative;
	z-index: 0;
}

.jarallax>.jarallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.jarallax-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.jarallax-keep-img {
	position: relative;
	z-index: 0;
}

.jarallax-keep-img>.jarallax-img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
	z-index: -100;
}

.js-lines {
	overflow: hidden;
}

.js-lines div {
	overflow: hidden;
}

.js-words div div {
	opacity: 0;
}

.medium-zoom-overlay {
	background: #19191B !important;
	z-index: 998;
}

.medium-zoom-image {
	z-index: 998;
	cursor: pointer !important;
}

@keyframes revealHorizontalHover {
	0% {
		transform: translateX(-100%);
	}
	40% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}

@keyframes revealVerticalHover {
	0% {
		transform: translateY(100%) rotate(15deg) scale(2);
		transform-origin: top left;
	}
	40% {
		transform: translateY(0);
		perspective: 1000px;
	}
	100% {
		transform: translateY(-100%);
		perspective: 1000px;
	}
}

.reveal-box {
	backface-visibility: hidden;
	overflow: hidden;
	height: 100%;
	position: relative;
	width: 100%;
}

.reveal-overlay {
	background-color: #19191B;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.js-zooming.has-hovered {
	animation: projectAnimHover 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

.js-zooming.not-hovered {
	animation: projectAnimBack 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

@keyframes projectAnimHover {
	0% {
		transform: perspective(1500px) translateZ(0) rotateX(0) rotateY(0);
	}
	50% {
		transform: perspective(1500px) translateZ(30px) rotateX(6deg) rotateY(6deg);
	}
	100% {
		transform: perspective(1500px) translateZ(60px) rotateX(0) rotateY(0);
	}
}

@keyframes projectAnimBack {
	0% {
		transform: perspective(1500px) translateZ(60px) rotateX(0) rotateY(0);
	}
	50% {
		transform: perspective(1500px) translateZ(30px) rotateX(-6deg) rotateY(-6deg);
	}
	100% {
		transform: perspective(1500px) translateZ(0) rotateX(0) rotateY(0);
	}
}


/* Blog */

.admin-bar .navbar {
	top: 32px;
}

.detail__news {
	color: #848484;
	font-size: .875rem;
	margin-bottom: .8rem;
	text-transform: uppercase;
}

.title_news {
	margin-bottom: 1rem;
}

.title_news a {
	color: #fff;
	text-decoration: none;
}

.title_news a:hover {
	color: #FFB951;
	text-decoration: none;
}

.news__paragraph p {
	margin-bottom: 1.6rem;
	color: #C4C4C4;
}

.item__news {
	margin-bottom: 4rem;
}

.item__news .media-content {
	display: block;
	position: relative;
	width: 100%;
	animation: projectAnimBack 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

.item__news:hover .media-content {
	animation: projectAnimHover 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

.item__news .media-content+.news__paragraph {
	margin-top: 2rem;
}

.item__news .news__paragraph {
	transform: translate3d(0, 0%, 0);
	-webkit-transform: translate3d(0, 0%, 0);
	transition: transform .3s ease-in-out;
	-webkit-transition: transform .3s ease-in-out;
}

.item__news:hover .news__paragraph {
	transform: translate3d(0, 15px, 0);
	-webkit-transform: translate3d(0, 15px, 0);
}

.pager, .page-links {
	margin: 2rem 0;
	text-align: center;
	clear: both;
}

.page-numbers, .post-page-numbers {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 38px;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 30px;
}

.page-numbers.current, .post-page-numbers.current {
	border-color: #FFB951;
	color: #FFB951;
}

.logotype__title {
	display: block;
	font-size: 1.2rem;
	line-height: 0.8;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.logotype__sub {
	display: block;
	font-size: .875rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.nav li .sub-menu .sub-menu {
	background: #303030;
}

.wp-caption-text, .wp-block-image figcaption, .wp-block-video figcaption, .wp-block-embed figcaption {
	max-width: 100%;
	margin: 0;
	padding: 5px 10px 0 10px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	opacity: 0.7;
}

.wp-block-button {
	margin-bottom: 20px;
}

.post-content .gallery {
	margin: 0 -15px;
}

.post-content .gallery .gallery-item {
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	text-align: center;
}

.post-content .gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.post-content .gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.post-content .gallery.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.post-content .gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.post-content .gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-item .wp-caption-text.gallery-caption {
	padding-top: 10px;
	font-size: 0.875rem;
}

@media (max-width: 1140px) {
	.news__wrap__fullwidth .col-md-9 {
		-ms-flex: auto;
		flex: auto;
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.news__wrap__fullwidth .col-md-3 {
		-ms-flex: auto;
		flex: auto;
		display: block;
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .navbar {
		top: 46px;
	}
	.admin-bar .navbar.scrollUp {
		transform: translateY(0);
		top: 0;
	}
	.navbar.fixed {
		top: 0;
		background-color: transparent;
	}
}

@media screen and (max-width: 580px) {
	.post-content .gallery .gallery-item {
		width: 100%;
	}
	.post-content .gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}
	.post-content .gallery.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.post-content .gallery.gallery-columns-3 .gallery-item {
		width: 100%;
	}
	.post-content .gallery.gallery-columns-4 .gallery-item {
		width: 100%;
	}
	.post-content .gallery.gallery-columns-5 .gallery-item {
		width: 100%;
	}
}

/* Sidebar */

.content-sidebar {
	padding-left: 2rem;
}

.content-sidebar .widget {
	margin-bottom: 3rem;
}

.content-sidebar .search-form,
.wp-block-search,
.widget_product_search {
	position: relative;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	padding-left: 0;
}

.wp-block-search {
	margin-bottom: 1.9rem;
	position: relative;
	max-width: 300px;
}

.content-sidebar .search-form label,
.widget_product_search label {
	display: block;
}

.wp-block-search .wp-block-search__label {
	display: block;
	position: absolute;
	top: 0;
	padding-left: 30px;
	color: #fff;
	font-size: .9375rem;
	font-weight: 500;
	letter-spacing: .1rem;
	text-transform: uppercase;
	z-index: -1;
	opacity: 0.5;
}

.content-sidebar .search-form .screen-reader-text {
	display: none;
}

.content-sidebar .search-form input[type=text],
.content-sidebar .search-form input[type=email],
.content-sidebar .search-form input[type=password],
.content-sidebar .search-form input[type=datetime],
.content-sidebar .search-form input[type=date],
.content-sidebar .search-form input[type=month],
.content-sidebar .search-form input[type=time],
.content-sidebar .search-form input[type=week],
.content-sidebar .search-form input[type=search],
.content-sidebar .search-form textarea,
.content-sidebar .search-form textarea.form-control,
.wp-block-search .wp-block-search__input,
.widget_product_search .search-field {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 20px;
	width: 100%;
	height: 66px;
	color: #fff;
	font-size: .9375rem;
	font-weight: 500;
	letter-spacing: .1rem;
	text-transform: uppercase;
	border: none;
	outline: none;
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: 1px solid #848484;
}

.wp-block-search .wp-block-search__input:focus {
	background: #19191B;
}

.content-sidebar .search-form .btn_search,
.search-submit,
.wp-block-search .wp-block-search__button,
.widget_product_search button {
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -25px;
	background-color: transparent;
	border: 0;
	z-index: 2;
}

.search-submit,
.wp-block-search .wp-block-search__button,
.widget_product_search button {
	width: 14px;
	height: 31px;
	background: url(assets/images/search.svg) no-repeat center center;
	background-size: contain;
	font-size: 0;
	opacity: .7;
	filter: brightness(0) invert(1);
}

.widget_product_search button {
	top: 60%;
}

.content-sidebar .widget-title {
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
	font-size: 1.5rem;
	color: #fff;
}

.content-sidebar .widget-title:before {
	content: '';
	background-color: #848484;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
}

.content-sidebar ul,
.post-content .wp-block-archives {
	padding-left: 0;
	list-style: none;
}

.post-content .wp-block-archives {
	margin: 2rem 0;
}

.content-sidebar ul li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.post-content .wp-block-archives li {
	margin-bottom: 0.6rem;
	position: relative;
	line-height: 1.5;
	color: #848484;
}

.rssSummary {
	color: #C4C4C4;
}

.content-sidebar ul li a,
.post-content .wp-block-archives li a {
	color: #fff;
	text-decoration: none;
}

.content-sidebar ul li a:hover,
.post-content .wp-block-archives li a:hover {
	text-decoration: none;
	color: #FFB951;
}

.content-sidebar .screen-reader-text {
	display: none;
}

.content-sidebar select,
.content-sidebar .search-form input[type=search],
.wp-block-search .wp-block-search__input {
	margin-top: -1rem;
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
	max-width: 300px;
}

.wp-block-calendar {
	max-width: 300px;
}

.calendar_wrap table,
.wp-block-calendar table {
	width: 100%;
	font-size: 0.875rem;
	background: transparent;
}

.wp-block-calendar table caption, 
.wp-block-calendar table tbody {
    color: #fff;
}

.calendar_wrap table caption,
.wp-block-calendar table caption {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	caption-side: top;
}

.calendar_wrap table th,
.wp-block-calendar table th {
	padding: 3px;
	text-align: center;
	border: none;
}

.calendar_wrap table td,
.wp-block-calendar table td {
	padding: 3px;
	text-align: center;
	border: 1px solid #282828;
}

.calendar_wrap table tfoot td,
.wp-block-calendar table tfoot td {
	text-align: left;
	border: none;
}

.calendar_wrap table tfoot td:last-child,
.wp-block-calendar table tfoot td:last-child {
	text-align: right;
}

.wp-block-calendar tfoot a {
	color: #FFB951;
}

.wp-block-latest-comments {
	margin: 2rem 0;
	padding: 0;
}

.wp-block-latest-comments__comment {
	font-size: 1.05rem;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	padding: 0.5rem 0;
	display: block;
	font-size: 0.875rem;
	color: #848484;
}

.wp-block-latest-posts__post-date {
	padding-top: 0;
}

.wp-block-latest-comments__comment-excerpt {
	margin-bottom: 1.9rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-bottom: 0.5rem;
}

.wp-block-latest-comments__comment-excerpt p {
	margin-top: 0!important;
	font-size: 1.05rem;
	line-height: 1.5;
}

.content-sidebar ul ul {
	margin-top: 0.6rem;
}

.content-sidebar ul ul li {
	position: relative;
	padding-left: 0.5rem;
}

.content-sidebar ul ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 4px;
	height: 1px;
	background: #999;
}

.content-sidebar ul li a.rsswidget {
	display: block;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.content-sidebar ul li .rss-date,
.content-sidebar ul li cite {
	padding: 0.5rem 0;
	display: block;
	font-size: 0.875rem;
	color: #848484;
}

.content-sidebar a {
	text-decoration: none;
}

.textwidget img {
	height: auto;
}

@media (max-width: 1140px) {
	.content-sidebar {
		margin-top: 3rem;
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.nav__item {
		display: block;
	}
	.navbar {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		display: block;
	}
	.open .navbar {
		height: 100vh;
	}
	.open .navbar.navbar-compact {
		height: auto;
	}
	.navbar .mr-auto {
		float: left;
	}
	.navbar .hamburger {
		float: right;
		position: relative;
		top: 3px;
	}
	.open .navbar .nav {
		padding: 6rem 15px 30px 15px;
		height: auto;
	}
	.open .navbar .nav li {
		display: block;
	}
	.nav {
		display: block;
		height: 0;
		padding: 0 15px 0 15px;
	}
	.nav li {
		display: none;
	}
	.nav li .sub-menu {
		position: relative;
		top: 0;
		left: 0;
		min-width: 100%;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		display: block;
	}
	.nav li .sub-menu .sub-menu {
		top: 0;
		left: 0;
	}
}

span.wpcf7-not-valid-tip {
	padding-top: 3px;
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	white-space: nowrap;
	text-transform: uppercase;
}

div.wpcf7-response-output {
	margin-right: calc(7.5rem - 30px);
	margin-left: calc(7.5rem - 30px);
}

.content-caption.description p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.wp-block-button__link {
	box-shadow: none;
	display: inline-block;
	margin: 0;
	text-align: center;
	text-decoration: none!important;
	overflow-wrap: break-word;
	background-color: #FFB951;
	border: 1px solid #FFB951;
	border-radius: 28px;
	color: #19191B!important;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem .7rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.is-style-outline .wp-block-button__link {
	background-color: transparent;
	color: #FFB951!important;
	border: 1px solid #FFB951;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

.foreword {
	margin-bottom: 2rem;
}

.header-post .post-details {
	margin: 0;
}

.content-caption p {
	margin-bottom: 1.9rem;
}

#contact-map {
	height: 100vh;
	overflow: hidden;
}

#contact-map iframe {
	height: 100vh!important;
}

.wp-block-group.has-background .wp-block-group__inner-container {
	padding: 1rem;
}

hr {
	border-top: 1px solid rgba(255,255,255,0.15);
}

.header-post.header-page {
    margin-bottom: -2.4rem;
}

.post-password-form label input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #848484;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: inherit;
	height: auto;
	padding: 1rem 0;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: -1rem;
}

.post-password-form input[type="submit"] {
	background-color: transparent;
	border: 1px solid #FFB951;
	border-radius: 0;
	color: #FFB951;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem .7rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.comment-respond .title--h5 {
	margin-bottom: 0;
	margin-top: 2rem;
}

.comment-respond .title--h5 small {
	display: block;
}

.comment-respond .title--h5 a {
	margin-top: 5px;
	font-size: 0.875rem;
}

.section__comments .form-comment:first-child .comment-respond .title--h5 {
	margin-top: 0;
}

.nav-overlay__menu-item {
	display: block;
}

.nav-overlay__menu-item .icon {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.nav-overlay__menu-item .icon:before {
	margin-left: 0;
	margin-right: 0;
}

.nav-overlay__menu-item.active .icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	top: -5px;
}

.nav-overlay__menu-item span {
	position: relative;
	top: -0.75rem;
}

.nav-overlay__menu-item .nav-overlay__menu-item span {
	opacity: 0;
}

.nav-overlay__menu-item .sub-menu.dropdown-menu {
	position: relative;
	background: none;
	float: none;
}

.nav-overlay__menu-item .sub-menu.dropdown-menu .nav-overlay__menu-item a {
	font-size: 2.5rem;
}

@media only screen and (max-width: 580px) {
	.nav-overlay__menu-item .sub-menu.dropdown-menu .nav-overlay__menu-item a {
		font-size: 5vw;
	}
}

/* Navbar Improved Styles */
.nav-overlay__container {
    display: block;
    padding: 150px 0 75px 0;
}

.nav-overlay__menu {
    margin: 0 auto;
}

@media (max-width: 768px) {
	.navbar .hamburger {
		top: 0;
	}
	.logotype__title {
		line-height: 1.2;
	}
}

/* Note Improved Styles */
.home .note:before {
	transform: skewX(20deg);
}

@media (max-width: 768px) {
	.hero-intro .title {
		text-align: left;
	}
	.home .hero {
		height: auto;
	}
	.home .hero__header {
		height: 500px;
	}
	.home .note {
		padding: 2rem 0 4rem 15px;
		position: relative;
		display: block;
		width: 60%;
	}
	.home .note:before {
		transform: skewX(10deg);
	}
	.home .note .title {
		text-align: left;
	}
}

@media (max-width: 580px) {
	.home .note {
		width: 80%;
	}
}

/* WP-FORMS Styles */
.wpforms-container {
	margin: 0!important;
	padding: calc(7.5rem - 30px)!important;
	padding-top: calc(10rem - 30px)!important;
	overflow: auto!important;
	max-height: 100vh;
}

.wpforms-field {
	padding: 0!important;
	margin-bottom: 2.6rem!important;
	position: relative!important;
}

.wpforms-field input[type="text"], 
.wpforms-field input[type="email"],
.wpforms-field input[type="tel"],
.wpforms-field input[type="number"],
.wpforms-field input[type="address"],
.wpforms-field textarea, 
.wpforms-field select {
	background-color: transparent!important;
	border: 0!important;
	border-bottom: 1px solid #848484!important;
	border-radius: 0!important;
	box-shadow: none!important;
	color: #fff!important;
	font-size: inherit!important;
	height: auto!important;
	padding: 1rem 0!important;
	position: relative!important;
	width: 100%!important;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	margin-top: -1rem!important;
}

.wpforms-field input[type="text"], 
.wpforms-field input[type="email"],
.wpforms-field input[type="tel"],
.wpforms-field input[type="number"],
.wpforms-field input[type="address"],
.wpforms-field textarea, 
.wpforms-field select {
	background-color: transparent!important;
	border-bottom: 1px solid 1px solid #848484!important;
	color: #fff!important;
}

.wpforms-field textarea {
	height: 134px!important;
}

select, .custom-select {
	background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2319191B' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.1rem center/10px 16px;
}

.wpforms-container .wpforms-field-label {
	display: block!important;
	font-weight: 600!important;
	font-size: 16px!important;
	float: none!important;
	margin: 0 0 20px 0!important;
	padding: 0!important;
	color: #fff!important;
}

.wpforms-container .btn, .wpforms-container .wpforms-submit {
	background-color: transparent!important;
	border: 1px solid #FFB951!important;
	border-radius: 0!important;
	color: #FFB951!important;
	cursor: pointer!important;
	font-size: .87rem!important;
	font-weight: 600!important;
	letter-spacing: .1rem!important;
	line-height: inherit!important;
	white-space: nowrap!important;
	overflow: hidden!important;
	padding: .8rem 2rem .7rem!important;
	position: relative!important;
	text-transform: uppercase!important;
	z-index: 1!important;
}

.wpforms-container .btn:hover, 
.wpforms-container .btn:focus,
.wpforms-container .wpforms-submit:hover,
.wpforms-container .wpforms-submit:focus {
	color: #fff!important;
}

@media (max-width: 768px) {
	.wpforms-container {
		width: auto!important;
		max-width: 100%!important;
		padding: 0 15px!important;
		padding-top: 6rem!important;
		padding-bottom: 3rem!important;
		overflow: visible!important;
		max-height: auto!important;
	}
}

/* Elementor responsive */

@media (max-width: 768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.elementor-element.elementor-widget-arcdeco-gallery-image > .elementor-widget-container,
	.elementor-element.elementor-widget-arcdeco-gallery-image > .elementor-widget-container,
	.elementor-element.elementor-widget-arcdeco-team {
		margin: 0 auto!important;
		padding: 0 15px!important;
		max-width: 720px!important;
	}
	.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, 
	.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
		width: 100%!important;
		max-width: 100%!important;
	}
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
	    width: 100%!important;
	}
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
		width: 25%!important;
	}
}

@media (max-width: 580px) {
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
		width: 50%!important;
	}
}

/* Improved styles */

.content-grid.project-grid .image-wrap-fit {
	padding-bottom: 100%;
}

.js-zooming {
	animation: projectAnimBack 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

.js-zooming:hover {
	animation: projectAnimHover 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

@media (max-width: 768px) {
	.navbar {
		overflow: visible;
	}
	.open .navbar {
		overflow: auto;
	}
	.open .navbar .nav {
		overflow: auto;
		height: 100vh;
	}
}

/* WooCommerce */

body .jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: none;
	border-radius: 4px;
	background: #151515;
	box-shadow: none;
	font: 1.05rem/32px "Roboto", sans-serif;
	color: #fff;
	text-shadow: none;
	outline: none;
}

body .jq-selectbox__select:hover {
	background: #151515;
	box-shadow: none;
}

body .jq-selectbox__select:active {
	background: #151515;
}

body .jq-selectbox__trigger {
	border-left: none;
}

body .jq-selectbox__trigger-arrow {
	border-top-color: #C4C4C4;
}

body .jq-selectbox__dropdown {
	border: none;
	background: #151515;
	box-shadow: none;
	font: 1.05rem/32px "Roboto", sans-serif;
}

body .jq-selectbox li {
	color: #FFF;
}

body .jq-selectbox li.selected, body .jq-selectbox li:hover {
	background-color: transparent;
	color: #FFF;
}

body .jq-selectbox.focused .jq-selectbox__select {
	border: none;
}

body .jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #C4C4C4;
}

body .jq-number {
	padding: 0;
	width: 90px!important;
	height: 50px;
	text-align: center;
	border: none;
	font-size: 1.05rem;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

body .jq-number__field {
	width: 90px;
	border: none;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: none;
}

body .jq-number__field input {
	padding: 0 30px;
	margin-top: 0;
	width: 100%!important;
	height: 50px;
	font-size: 1.05rem;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

body .jq-number__spin {
	margin-top: -16px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border: none;
	border-radius: 4px;
	background: transparent;
	box-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: none;
	cursor: pointer;
	text-align: center;
}

body .jq-number__spin:hover {
	background: #151515;
}

body .jq-number__spin.minus {
	top: 50%;
	right: auto;
	left: 0;
}

body .jq-number__spin:after {
	content: '+';
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	border: none;
}

body .jq-number__spin.minus:after {
    top: 0;
    border: none;
    content: '-';
}

.mark, mark {
	padding: 0;
	background-color: transparent;
	color: inherit;
}

.col-md-3.col-padding-right .content-sidebar {
	padding-right: 2rem;
	padding-left: 0;
}

body .select2-selection.select2-selection--single {
	height: 32px;
	padding: 0 45px 0 10px;
	border: none;
	border-radius: 4px;
	background: #151515;
	box-shadow: none;
	font: 1.05rem/32px "Roboto", sans-serif;
	color: #fff;
	text-shadow: none;
	outline: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: #444;
	height: auto;
	line-height: 32px;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #fff;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 5px;
}

body .select2-results__options {
	border: none;
	background: #151515;
	box-shadow: none;
	font: 1.05rem/32px "Roboto", sans-serif;
}

body .select2-dropdown {
	background: transparent;
	border: none;
}

body .select2-results__options li.select2-results__option {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
	background: none;
	border: none;
	color: #fff;
}

body.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.woocommerce-js .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #FFB951;
}

body.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
body.woocommerce-js .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #FFB951;
	border: 5px solid #fff;
}

.woocommerce-loop-category__title {
	margin-top: 0.5rem;
}

.hero.hero-shop {
	margin-bottom: 5rem;
	height: 50vh;
}

.shop-page .page-title {
	display: none;
}

.shop-page.header-page .page-title {
	display: block;
}

.navbar .ml-sm-auto, .navbar .mx-sm-auto {
	position: relative;
}

.navbar .cart-btn {
	margin-bottom: 8px;
	position: absolute;
	right: 80px;
	top: 0;
	width: 25px;
	height: 24px;
}

.navbar .cart-btn .cart-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 24px;
	font-size: 1.5rem;
	color: #fff;
	cursor: pointer;
}

.navbar .cart-btn .cart-icon:before {
	content: '\f07a';
	font-family: FontAwesome;
}

.navbar .cart-btn .cart-icon .cart-count {
	position: absolute;
	right: -9px;
	top: -9px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	width: 18px;
	height: 18px;
	text-align: center;
	background: #FFB951;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

.navbar .cart-btn .cart-widget {
	position: absolute;
	padding: 15px 15px 30px 15px;
	right: -20px;
	top: 40px;
	width: 320px;
	min-height: 72px;
	background: #151515;
	display: none;
}

.navbar .cart-btn .cart-widget:before {
	content: '';
	position: absolute;
	right: 26px;
	top: -12px;
	border: 6px solid transparent;
	border-bottom: 6px solid #151515;
}

.navbar .cart-btn .cart-widget .cart_list {
	position: relative;
	overflow: auto;
	max-height: 364px;
}

.navbar .cart-btn .cart-widget p {
	margin: 0;
	font-size: 1.05rem;
}

.navbar .cart-btn .cart-widget .buttons a {
	margin-top: 10px;
	margin-right: 5%;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	vertical-align: top;
	width: 45%;
	font-size: 12px;
}

.navbar .cart-btn .cart-widget .buttons a:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.woocommerce ul.product_list_widget li a.remove,
ul.product_list_widget li a.remove,
.woocommerce-js ul.product_list_widget li a.remove {
	display: none;
}

.woocommerce ul.cart_list, 
.woocommerce ul.product_list_widget,
ul.cart_list li, 
ul.product_list_widget,
.woocommerce-js ul.cart_list li,
.woocommerce-js ul.product_list_widget {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li,
.woocommerce-js ul.cart_list li,
.woocommerce-js ul.product_list_widget li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(132, 132, 132, 0.4);
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a, 
ul.cart_list li a, 
ul.product_list_widget li a,
.woocommerce-js ul.cart_list li a, 
.woocommerce-js ul.product_list_widget li a {
	display: block;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img, 
ul.cart_list li img, 
ul.product_list_widget li img,
.woocommerce-js ul.cart_list li img, 
.woocommerce-js ul.product_list_widget li img {
	float: right;
	margin-left: 15px;
	width: 90px;
	height: auto;
}

.woocommerce ul.cart_list li .star-rating, 
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-js ul.cart_list li .star-rating, 
.woocommerce-js ul.product_list_widget li .star-rating {
	float: none;
	margin: 5px 0;
}

.woocommerce ul.cart_list li del, 
.woocommerce ul.product_list_widget li del, 
ul.cart_list li del, 
ul.product_list_widget li del,
.woocommerce-js ul.cart_list li del, 
.woocommerce-js ul.product_list_widget li del {
	font-size: .9375rem;
	line-height: 1;
	color: #C4C4C4;
}

.woocommerce ul.cart_list li del, 
.woocommerce ul.product_list_widget li del, 
ul.cart_list li del, 
ul.product_list_widget li del,
.woocommerce-js ul.cart_list li del, 
.woocommerce-js ul.product_list_widget li del {
	font-size: .9375rem;
	line-height: 1;
	color: #C4C4C4;
}

.woocommerce ul.cart_list li ins, 
.woocommerce ul.product_list_widget li ins, 
ul.cart_list li ins, 
ul.product_list_widget li ins,
.woocommerce-js ul.cart_list li ins, 
.woocommerce-js ul.product_list_widget li ins {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: .9375rem;
	line-height: 1;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce-mini-cart__buttons #respond input#submit, 
.woocommerce-mini-cart__buttons a.button, 
.woocommerce-mini-cart__buttons button.button, 
.woocommerce-mini-cart__buttons input.button,
.woocommerce-js #respond input#submit, 
.woocommerce-js a.button, 
.woocommerce-js button.button, 
.woocommerce-js input.button,
.woocommerce-js .woocommerce-mini-cart__buttons #respond input#submit, 
.woocommerce-js .woocommerce-mini-cart__buttons a.button, 
.woocommerce-js .woocommerce-mini-cart__buttons button.button, 
.woocommerce-js .woocommerce-mini-cart__buttons input.button {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #FFB951;
	border-radius: 0;
	color: #FFB951;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	text-align: center;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-js .widget_price_filter .price_slider_amount .button {
	font-size: 12px;
	float: left;
	height: 40px;
	line-height: 1;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-js .widget_price_filter .price_slider_amount .button:hover {
	background: transparent;
	color: #FFB951;
}

.woocommerce .price_label,
.woocommerce-js .price_label {
    font-size: 12px;
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total,
.woocommerce-js .widget_shopping_cart .total, 
.woocommerce-js.widget_shopping_cart .total {
	border-top: 1px solid rgba(132, 132, 132, 0.4);
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce-js .widget_shopping_cart .buttons a, 
.woocommerce-js.widget_shopping_cart .buttons a {
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0 10px;
	width: 45%;
	height: 40px;
	font-size: 12px;
	line-height: 38px;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	padding: 15px;
	margin: 0 0 30px 0;
	background-color: #151515;
	color: inherit;
	border-top: none;
}

.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before {
	display: none;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-js .woocommerce-ordering select {
	border: none;
}

.woocommerce .content-grid__caption,
.woocommerce-js .content-grid__caption {
	margin-top: 2rem;
	transform: translate3d(0, 0%, 0);
	transition: transform .3s ease-in-out;
}

.woocommerce .products div.product, 
.woocommerce .products.columns-2 div.product,
.woocommerce-js .products div.product, 
.woocommerce-js .products.columns-2 div.product {
	margin-bottom: 5%;
	display: block;
	width: 46%;
}

.woocommerce .products.columns-3 div.product,
.woocommerce-js .products.columns-3 div.product {
	width: 29%;
}

.woocommerce .col-md-12 .products div.product,
.woocommerce-js .col-md-12 .products div.product {
	width: 29%;
}

.woocommerce .products div.product a,
.woocommerce-js .products div.product a {
	text-decoration: none!important;
}

.woocommerce .products div.product span.onsale, 
.woocommerce span.onsale,
.woocommerce-js .products div.product span.onsale, 
.woocommerce-js span.onsale {
	min-height: auto;
	min-width: auto;
	padding: 0 10px;
	font-size: .75em;
	font-weight: 400;
	line-height: 2;
	top: 10px;
	left: 10px;
	background: #19191B;
	border-radius: 0;
}

.woocommerce .products div.product img.attachment-woocommerce_thumbnail,
.woocommerce-js .products div.product img.attachment-woocommerce_thumbnail {
	animation: projectAnimBack 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

.woocommerce .products div.product img.attachment-woocommerce_thumbnail:hover,
.woocommerce-js .products div.product img.attachment-woocommerce_thumbnail:hover {
	animation: projectAnimHover 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards running;
}

.woocommerce .products div.product .woocommerce-loop-product__title,
.woocommerce-js .products div.product .woocommerce-loop-product__title {
	margin: 0;
	margin-top: 2rem;
	margin-bottom: 1rem;
	margin-right: 70px;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 500;
}

.woocommerce .products div.product .star-rating, 
.woocommerce .star-rating,
.woocommerce-js .products div.product .star-rating, 
.woocommerce-js .star-rating {
	margin: 0 15px 0 0;
	float: left;
	display: block;
	height: .9375rem;
	font-size: .9375rem;
	line-height: 1;
}

.woocommerce .products div.product .price, 
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce-js .products div.product .price, 
.woocommerce-js div.product p.price, 
.woocommerce-js div.product span.price {
	margin: 0;
	margin-right: 70px;
	float: none;
	display: block;
	height: auto;
	font-size: .9375rem;
	line-height: 1;
	color: #C4C4C4;
}

.woocommerce .products div.product .price ins, 
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins,
.woocommerce-js .products div.product .price ins, 
.woocommerce-js div.product p.price ins, 
.woocommerce-js div.product span.price ins {
	margin-left: 5px;
	text-decoration: none;
	color: #fff;
}

.woocommerce .products div.product .button.add_to_cart_button,
.woocommerce-js .products div.product .button.add_to_cart_button {
	position: absolute;
	overflow: hidden;
	right: 0;
	bottom: 0;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	float: left;
	font-size: 0;
	width: 54px;
	height: 54px;
	line-height: 50px;
	background: transparent;
	transition: color 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
	background-color: transparent;
	border: 1px solid #FFB951;
	border-radius: 0;
	color: #FFB951;
	cursor: pointer;
}

.woocommerce .products div.product .button.add_to_cart_button:before,
.woocommerce-js .products div.product .button.add_to_cart_button:before {
	content: '\f07a';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-family: FontAwesome;
	line-height: 50px;
	font-size: 1.2rem;
	display: block;
	background: none;
}

.woocommerce .products div.product .button.add_to_cart_button:after,
.woocommerce-js .products div.product .button.add_to_cart_button:after {
	background-color: #FFB951;
	content: '';
	height: 100%;
	position: absolute;
	left: -130%;
	top: 0;
	transform: skew(50deg);
	transform-origin: top left;
	transition: all .4s;
	width: 0;
	z-index: -1;
}

.woocommerce .products div.product .button.add_to_cart_button:hover,
.woocommerce-js .products div.product .button.add_to_cart_button:hover {
	color: #19191B;
}

.woocommerce .products div.product .button.add_to_cart_button:hover:after,
.woocommerce-js .products div.product .button.add_to_cart_button:hover:after {
	height: 102%;
	width: 240%;
}

.woocommerce nav.woocommerce-pagination,
.woocommerce-js nav.woocommerce-pagination {
	margin: 2rem 0;
	text-align: center;
	clear: both;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-js nav.woocommerce-pagination ul {
	margin: 0;
	display: block;
	width: auto;
	height: auto;
	border: none;
	line-height: auto;
	border-radius: 0;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-js nav.woocommerce-pagination ul li {
	border: none;
    float: none;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-js nav.woocommerce-pagination ul li a, 
.woocommerce-js nav.woocommerce-pagination ul li span {
	padding: 0;
	display: inline-block;
	line-height: 38px;
	background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-js nav.woocommerce-pagination ul li a:focus, 
.woocommerce-js nav.woocommerce-pagination ul li a:hover, 
.woocommerce-js nav.woocommerce-pagination ul li span.current {
	background: transparent;
	color: #FFB951;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images,
.woocommerce-js #content div.product div.images, 
.woocommerce-js div.product div.images {
	float: left;
	width: 50%;
}

.woocommerce div.product div.images,
.woocommerce-js div.product div.images {
	margin-bottom: 5rem;
}

.woocommerce div.product div.images img,
.woocommerce-js div.product div.images img {
	transition: opacity 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce-js div.product div.images .flex-control-thumbs {
	margin: 0 -5px;
}

.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-js div.product div.images .flex-control-thumbs li {
	width: 33.333%;
	margin: 0;
	padding: 10px 5px 0 5px;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary,
.woocommerce-js #content div.product div.summary, 
.woocommerce-js div.product div.summary {
	padding-left: 50px;
	float: right;
	width: 50%;
	clear: none;
}

.woocommerce div.product div.summary,
.woocommerce-js div.product div.summary {
	margin-bottom: 5rem;
}

.woocommerce div.product div.summary span.onsale,
.woocommerce-js div.product div.summary span.onsale {
	left: 15px;
	top: 15px;
}

.woocommerce div.product div.summary .title--h2,
.woocommerce-js div.product div.summary .title--h2 {
	margin-bottom: 2rem;
}

.woocommerce div.product div.summary p.price, 
.woocommerce div.product div.summary span.price,
.woocommerce-js div.product div.summary p.price, 
.woocommerce-js div.product div.summary span.price {
	margin: 0 0 2rem 0;
	font-size: 1.5rem;
	line-height: 1;
	color: #C4C4C4;
}

.woocommerce div.product div.summary p.price del, 
.woocommerce div.product div.summary span.price del,
.woocommerce-js div.product div.summary p.price del, 
.woocommerce-js div.product div.summary span.price del {
	opacity: .5;
	margin-right: 5px;
	display: inline-block;
	font-size: 1.25rem;
}

.woocommerce .woocommerce-product-rating,
.woocommerce-js .woocommerce-product-rating {
	line-height: 1;
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-js .woocommerce-product-rating .star-rating {
	margin: 0 5px 0 0;
	float: left;
	line-height: 1;
}

.woocommerce .star-rating span:before,
.woocommerce-js .star-rating span:before {
	color: #FFB951;
}

.woocommerce .woocommerce-review-link,
.woocommerce-js .woocommerce-review-link {
	font-size: .9375rem;
	color: #C4C4C4;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-js div.product form.cart div.quantity {
	float: left;
	margin: 0 15px 0 0;
}

.woocommerce div.product .button.single_add_to_cart_button,
.woocommerce-js div.product .button.single_add_to_cart_button {
	background-color: transparent;
	border: 1px solid #FFB951;
	border-radius: 0;
	color: #FFB951;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: 1.8;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.woocommerce div.product .button.single_add_to_cart_button:before,
.woocommerce-js div.product .button.single_add_to_cart_button:before {
	content: '\f07a';
	margin-right: 10px;
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: top;
	font-family: FontAwesome;
	font-size: 1.2rem;
	line-height: 1;
	background: none;
}

.woocommerce div.product .button.single_add_to_cart_button:after,
.woocommerce-js div.product .button.single_add_to_cart_button:after {
	background-color: #FFB951;
	content: '';
	height: 100%;
	position: absolute;
	left: -130%;
	top: 0;
	transform: skew(50deg);
	transform-origin: top left;
	transition: all .4s;
	width: 0;
	z-index: -1;
}

.woocommerce div.product .button.single_add_to_cart_button:hover,
.woocommerce-js div.product .button.single_add_to_cart_button:hover {
	color: #19191B;
}

.woocommerce div.product .button.single_add_to_cart_button:hover:after,
.woocommerce-js div.product .button.single_add_to_cart_button:hover:after {
	height: 102%;
	width: 240%;
}

.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as,
.woocommerce-js .product_meta .posted_in,
.woocommerce-js .product_meta .tagged_as {
    display: block;
}

.woocommerce .product_meta,
.woocommerce-js .product_meta {
	border-top: 1px solid rgba(132, 132, 132, 0.4);
	padding-top: 30px;
	color: #fff;
}

.woocommerce .product_meta span span, 
.woocommerce .product_meta span a,
.woocommerce-js .product_meta span span, 
.woocommerce-js .product_meta span a {
	color: #C4C4C4;
	margin-left: 5px;
}

.woocommerce #content div.product .woocommerce-tabs, 
.woocommerce div.product .woocommerce-tabs, 
.woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-js #content div.product .woocommerce-tabs, 
.woocommerce-js div.product .woocommerce-tabs {
	clear: both;
	margin: 0;
	text-align: center;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-js div.product .woocommerce-tabs .panel {
	text-align: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-js div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 1rem 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: visible;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-MyAccount-navigation ul:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul:before,
.woocommerce-js div.product .woocommerce-tabs ul.tabs:before {
	content: '';
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: auto;
	height: 1px;
	background: rgba(132, 132, 132, 0.4);
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-MyAccount-navigation ul li,
.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	line-height: 1.9;
	border: none;
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-MyAccount-navigation ul li:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-MyAccount-navigation ul li:after,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:after,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0;
	transition: all .4s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 0;
	display: inline-block;
	font-weight: 500;
	color: #C4C4C4;
	opacity: 0.5;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-MyAccount-navigation ul li.is-active:after,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active:after {
	opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
	opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-MyAccount-navigation ul li.is-active:after,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active:after {
	box-shadow: none;
	border: none;
}

.woocommerce #reviews #comments ol.commentlist,
.woocommerce-js #reviews #comments ol.commentlist {
	margin: 0 0 3rem 0;
	padding: 0;
	list-style: none;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-js #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-js #reviews #comments ol.commentlist li img.avatar {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	height: 64px;
	width: 64px;
	border: none;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 66px;
	padding: 0;
	margin-left: 90px;
	color: #C4C4C4;
	flex: none;
	border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-box,
.woocommerce-js #reviews #comments ol.commentlist li .comment-box {
	position: relative;
	display: block;
	margin-top: 2rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-box__body,
.woocommerce-js #reviews #comments ol.commentlist li .comment-box__body {
	color: #C4C4C4;
	flex: none;
	margin-left: 90px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-box::after,
.woocommerce-js #reviews #comments ol.commentlist li .comment-box::after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .post-content,
.woocommerce-js #reviews #comments ol.commentlist li .post-content {
	margin-top: 0;
}

.woocommerce #reviews #comments ol.commentlist li .description p,
.woocommerce-js #reviews #comments ol.commentlist li .description p {
	margin-bottom: 1rem;
}

.woocommerce #reviews #comments ol.commentlist li .star-rating,
.woocommerce-js #reviews #comments ol.commentlist li .star-rating {
	margin-top: 8px;
	margin-right: 0;
	float: right;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 1rem;
	margin-bottom: 1rem;
	color: #fff;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
	font-weight: 500;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
	font-size: .875rem;
	font-weight: 500;
	color: #848484;
}

.woocommerce-Reviews #comments .title--h5, 
.woocommerce-Tabs-panel--additional_information .title--h5, 
.woocommerce-Tabs-panel--description .title--h5 {
	display: none;
}

.woocommerce #review_form .comment-form,
.woocommerce-js #review_form .comment-form {
	margin: 1rem 0 0 0;
}

.woocommerce #review_form #respond p,
.woocommerce-js #review_form #respond p {
	margin: 0 0 1rem 0;
	position: relative;
}

.woocommerce #review_form #respond p.comment-notes,
.woocommerce-js #review_form #respond p.comment-notes {
	margin-top: -1rem;
}

.woocommerce #review_form label,
.woocommerce-js #review_form label {
	position: relative;
	margin-bottom: 0;
	font-size: 1.05rem;
}

.woocommerce #review_form .input, 
.woocommerce #review_form .textarea,
.woocommerce-js #review_form .input, 
.woocommerce-js #review_form .textarea {
	margin: 0;
	top: -1.5rem;
}

.woocommerce #review_form textarea,
.woocommerce-js #review_form textarea {
	height: 100px;
}

.woocommerce #review_form .comment-form-rating,
.woocommerce-js #review_form .comment-form-rating {
	margin-bottom: 1rem;
}

.woocommerce #review_form .comment-form-rating label,
.woocommerce-js #review_form .comment-form-rating label {
	position: relative;
	top: 0;
	font-size: 1.05rem;
}

.woocommerce #review_form .comment-form-rating .stars,
.woocommerce-js #review_form .comment-form-rating .stars {
	display: inline-block;
}

.woocommerce #review_form .comment-form-rating .jq-selectbox,
.woocommerce-js #review_form .comment-form-rating .jq-selectbox {
	display: block;
	height: 30px;
}

.woocommerce #review_form .comment-form-rating .jq-selectbox__select,
.woocommerce-js #review_form .comment-form-rating .jq-selectbox__select {
	display: none;
}

.woocommerce #review_form #respond .form-submit .submit,
.woocommerce-js #review_form #respond .form-submit .submit {
	background-color: transparent;
	border: 1px solid #FFB951;
	border-radius: 0;
	color: #FFB951;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	height: auto;
	letter-spacing: .1rem;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem .7rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.woocommerce #review_form #respond .form-submit .submit:hover, 
.woocommerce-js #review_form #respond .form-submit .submit:hover {
	background-color: #ffb951!important;
}

.upsells.products, 
.related.products {
	margin-top: 5rem;
}

.related.products h2, 
.upsells.products h2 {
	font-size: 2rem;
	margin-bottom: 1.8rem;
	line-height: 1.3;
}

.woocommerce table.shop_table,
.woocommerce-js table.shop_table {
	margin: 0 0 2rem 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border: none;
	border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce-js table.shop_table th {
	font-weight: 400;
	padding: 0 1rem 1.5rem 0;
	font-size: .9375rem;
	line-height: 1.5em;
	border: none;
	color: #C4C4C4;
	text-transform: uppercase;
}

.woocommerce table.shop_table td,
.woocommerce-js table.shop_table td {
	padding: 1.5rem 1rem 1.5rem 0;
	color: #fff;
	font-size: 1.05rem;
	line-height: 1.5em;
	background: none;
	border: none;
	border-top: 1px solid rgba(132, 132, 132, 0.4);
}

.woocommerce a.remove,
.woocommerce-js a.remove {
	margin: 0 auto;
	display: block;
	font-size: 1.2rem!important;
	height: 20px;
	width: 20px;
	color: #fff!important;
	border: none;
	text-decoration: none!important;
	text-align: center;
}

.woocommerce a.remove:hover,
.woocommerce-js a.remove:hover {
	color: #fff!important;
	background: #151515;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: 80px;
}

.woocommerce table.shop_table td a,
.woocommerce-js table.shop_table td a {
	font-size: 1.05rem;
	color: #fff;
}

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #848484;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: inherit;
	line-height: inherit;
	width: auto;
	height: auto;
	margin: 0 15px 0 0;
	padding: .8rem 0;
	position: relative;
}

.woocommerce .cart .button[name="update_cart"],
.woocommerce-js .cart .button[name="update_cart"] {
	color: #FFB951!important;
	border: none;
	padding: 0!important;
	background: none!important;
}

.woocommerce .cart .button[name="update_cart"]:after,
.woocommerce-js .cart .button[name="update_cart"]:after {
	display: none;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-js .cart-collaterals .cart_totals {
	float: none;
	width: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr td, 
.woocommerce-cart .cart-collaterals .cart_totals table tr th {
	border: none;
	border-bottom: 1px solid rgba(132, 132, 132, 0.4);
	padding: 1.5rem 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, 
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
	border: none;
	border-bottom: 1px solid rgba(132, 132, 132, 0.4);
	padding: 1.5rem 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #FFB951;
	border-radius: 0;
	color: #FFB951;
	cursor: pointer;
	font-size: .87rem;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	padding: .8rem 2rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	text-align: center;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce-js #respond input#submit:hover, 
.woocommerce-js a.button:hover, 
.woocommerce-js button.button:hover, 
.woocommerce-js input.button:hover {
	background-color: transparent!important;
	color: #19191B!important;
}

.woocommerce #respond input#submit:after, 
.woocommerce a.button:after, 
.woocommerce button.button:after, 
.woocommerce input.button:after,
.woocommerce-js #respond input#submit:after, 
.woocommerce-js a.button:after, 
.woocommerce-js button.button:after, 
.woocommerce-js input.button:after {
	background-color: #FFB951;
	content: '';
	height: 100%;
	position: absolute;
	left: -130%;
	top: 0;
	transform: skew(50deg);
	transform-origin: top left;
	transition: all .4s;
	width: 0;
	z-index: -1;
}

.woocommerce #respond input#submit:hover:after, 
.woocommerce a.button:hover:after, 
.woocommerce button.button:hover:after, 
.woocommerce input.button:hover:after,
.woocommerce-js #respond input#submit:hover:after, 
.woocommerce-js a.button:hover:after, 
.woocommerce-js button.button:hover:after, 
.woocommerce-js input.button:hover:after {
	height: 102%;
	width: 240%;
}

.woocommerce-notices-wrapper p:last-child {
	margin-bottom: 30px;
}

.woocommerce .products .product a.added_to_cart,
.woocommerce-js .products .product a.added_to_cart {
	display: none;
}

.woocommerce .products .product .button.add_to_cart_button.added,
.woocommerce-js .products .product .button.add_to_cart_button.added {
	background: #FFB951;
	color: #19191B;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col-1, 
.woocommerce-page .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce .col-2, 
.woocommerce-page .col-2,
.woocommerce-js .col2-set .col-1, 
.woocommerce-js .col-1, 
.woocommerce-js .col2-set .col-2, 
.woocommerce-js .col-2 {
	padding: 0;
	float: none;
	width: 100%;
	max-width: 100%;
}

.select2-container .select2-selection--single {
	margin: 0;
	padding: 0 15px;
	display: block;
	font-family: 'Poppins';
	font-size: 16px;
	width: 100%;
	height: 50px;
	color: #323232;
	background: none;
	border: none;
	border: 2px solid #eeeeee;
	resize: none;
	outline: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 20px;
	height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #323232;
	line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	margin-top: -10px;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 20px;
}

.woocommerce label,
.woocommerce-js label {
	font-size: 1.05rem;
}

.woocommerce-additional-fields {
	margin-bottom: 2rem;
}

.woocommerce form .form-row,
.woocommerce-js form .form-row {
	padding: 0;
	margin: 0;
	display: block;
}

.woocommerce form .form-row,
.woocommerce-js form .form-row {
	margin-bottom: 1rem;
}

.woocommerce form .form-row.address-field,
.woocommerce-js form .form-row.address-field {
	margin-bottom: 1rem;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce-js form .form-row textarea {
	top: -1.5rem;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th,
.woocommerce-js table.shop_table tbody th, 
.woocommerce-js table.shop_table tfoot td, 
.woocommerce-js table.shop_table tfoot th {
	padding: 1.5rem 1rem 1.5rem 0;
	border-top: 1px solid rgba(132, 132, 132, 0.4);
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background: #151515;
}

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid rgba(132, 132, 132, 0.4);
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce-js #respond input#submit.alt, 
.woocommerce-js a.button.alt, 
.woocommerce-js button.button.alt, 
.woocommerce-js input.button.alt {
	background-color: transparent;
	color: #FFB951;
}

.woocommerce-error li:before, 
.woocommerce-info li:before, 
.woocommerce-message li:before,
.woocommerce ul.order_details li:before,
.woocommerce-js ul.order_details li:before {
	display: none;
}

.woocommerce ul.order_details li,
.woocommerce-js ul.order_details li {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 2em;
}

.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation {
	position: relative;
	margin-bottom: 30px;
	float: none;
	width: auto;
}

.woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}

.content .woocommerce-Address-title.title:after {
	position: relative;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register,
.woocommerce-js form.checkout_coupon, 
.woocommerce-js form.login, 
.woocommerce-js form.register {
	border: none;
	padding: 0;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
}

.woocommerce .woocommerce-customer-details address,
.woocommerce-js .woocommerce-customer-details address {
	border: none;
}

.woocommerce-account .addresses .title h3, 
.addresses .title h3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	float: left;
}

.addresses .title .edit, 
.woocommerce-account .addresses .title .edit {
	float: right;
	margin-top: 1rem;
}

.woocommerce-Reviews .comment-form-cookies-consent label {
	display: inline;
}

.woocommerce .quantity .qty,
.woocommerce-js .quantity .qty {
	margin-top: 0;
	display: inline-block;
}

.content-sidebar .widget_shopping_cart .cart_list li, 
.content-sidebar .woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 0;
	padding-top: 10px;
}

.woocommerce table.shop_attributes,
.woocommerce-js table.shop_attributes {
	border: none;
	margin: 25px 0;
	width: 100%;
	background: none;
}

.woocommerce table.shop_attributes th,
.woocommerce-js table.shop_attributes th {
	border: none;
	margin: 0;
	background: none;
}

.woocommerce table.shop_attributes td,
.woocommerce-js table.shop_attributes td {
	font-style: normal;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.woocommerce .cart-collaterals .cross-sells, 
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-js .cart-collaterals .cross-sells {
	margin-bottom: 30px;
	width: auto;
	float: none;
}

.woocommerce .cart-collaterals .cross-sells li:before, 
.woocommerce-page .cart-collaterals .cross-sells li:before,
.woocommerce-js .cart-collaterals .cross-sells li:before {
	display: none;
}

.woocommerce .nav + .cart-btn,
.woocommerce-js .nav + .cart-btn {
	right: 0;
	top: 15px;
}

.woocommerce .ml-sm-auto > .nav,
.woocommerce-js .ml-sm-auto > .nav {
	margin-right: 70px;
}

.product-categories .current-cat, 
.product-categories .current-cat a {
	color: #FFB951;
}

.woocommerce .products .product .button.add_to_cart_button.added,
.woocommerce-js .products .product .button.add_to_cart_button.added {
	background: #FFB951;
}

.hero.hero-shop .hero__image {
	background-attachment: fixed;
	background-position: center center;
}

.woocommerce ul.cart_list li .quantity, 
.woocommerce ul.product_list_widget li .quantity, 
ul.cart_list li .quantity, 
ul.product_list_widget li .quantity,
.woocommerce-js ul.cart_list li .quantity, 
.woocommerce-js ul.product_list_widget li .quantity {
	padding-bottom: 20px;
	display: block;
	color: #C4C4C4;
	font-size: .9375rem;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li,
.woocommerce-js ul.cart_list li, 
.woocommerce-js ul.product_list_widget li {
	position: relative;
}

.woocommerce ul.product_list_widget li a.remove, 
ul.product_list_widget li a.remove,
.woocommerce-js ul.product_list_widget li a.remove {
	display: block;
	position: absolute;
	bottom: 15px;
	left: -3px;
	text-decoration: none;
}

.woocommerce ul.product_list_widget li a.remove:hover, 
ul.product_list_widget li a.remove:hover,
.woocommerce-js ul.product_list_widget li a.remove:hover {
	color: #FFB951!important;
}

.cart-btn .cart-count {
	padding-left: 1px;
}

.body-horizontal-menu .hero.hero-shop {
	margin-top: 115px;
}

.woocommerce #review_form .comment-form-rating .stars, 
.woocommerce-js #review_form .comment-form-rating .stars {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px!important;
	top: 7px;
}

.woocommerce #review_form #respond .form-submit .submit:hover, 
.woocommerce-js #review_form #respond .form-submit .submit:hover {
	background: #FFB951;
}

.content-grid.portfolio-columns-2 figure.content-grid__item {
	padding-left: 3%;
}

@media only screen and (max-width: 1140px) {
	.woocommerce .products div.product, 
	.woocommerce .products.columns-2 div.product,
	.woocommerce-js .products div.product, 
	.woocommerce-js .products.columns-2 div.product {
		width: 40%;
	}
	.woocommerce .products.columns-3 div.product,
	.woocommerce-js .products.columns-3 div.product {
		width: 40%;
	}
	.woocommerce .col-md-12 .products div.product,
	.woocommerce-js .col-md-12 .products div.product {
		width: 40%;
	}
}

@media only screen and (max-width: 960px) {
	.woocommerce .col-md-9 {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	.woocommerce .col-md-3 {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.woocommerce .products div.product, .woocommerce .products.columns-2 div.product,
	.woocommerce-js .products div.product, .woocommerce-js .products.columns-2 div.product {
		width: 80%;
	}
	.woocommerce .products.columns-3 div.product,
	.woocommerce-js .products.columns-3 div.product {
		width: 80%;
	}
	.woocommerce .col-md-12 .products div.product,
	.woocommerce-js .col-md-12 .products div.product {
		width: 80%;
	}
}

@media only screen and (max-width: 768px) {
	.woocommerce .nav + .cart-btn,
	.woocommerce-js .nav + .cart-btn {
		right: 80px;
		top: 0;
	}
	.woocommerce .ml-sm-auto -> .nav,
	.woocommerce-js .ml-sm-auto -> .nav {
		margin-right: 0;
	}
}

@media only screen and (max-width: 580px) {
	.woocommerce .col-md-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.woocommerce .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.woocommerce .products div.product, 
	.woocommerce .products.columns-2 div.product,
	.woocommerce-js .products div.product, 
	.woocommerce-js .products.columns-2 div.product {
		width: 100%;
	}
	.woocommerce .products.columns-3 div.product,
	.woocommerce-js .products.columns-3 div.product {
		width: 100%;
	}
	.woocommerce .col-md-12 .products div.product,
	.woocommerce-js .col-md-12 .products div.product {
		width: 100%;
	}
	.hero.hero-shop {
		margin-bottom: 3rem;
	}
	.woocommerce div.product div.images,
	.woocommerce-js div.product div.images {
		margin-bottom: 2rem;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-box,
	.woocommerce-js #reviews #comments ol.commentlist li .comment-box {
		margin-top: 1rem;
	}
	.woocommerce #reviews #comments ol.commentlist li img.avatar,
	.woocommerce-js #reviews #comments ol.commentlist li img.avatar {
		height: 40px;
		width: 40px;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-box__body,
	.woocommerce-js #reviews #comments ol.commentlist li .comment-box__body {
		margin-left: 60px;
	}
	.navbar .cart-btn {
		right: 70px;
	}
	.navbar .cart-btn .cart-widget {
		right: -75px;
	}
	.navbar .cart-btn .cart-widget:before {
		right: 80px;
	}
	.woocommerce .woocommerce-result-count,
	.woocommerce-js .woocommerce-result-count {
		margin: 0 0 10px 0;
	}
	.woocommerce .woocommerce-ordering, 
	.woocommerce-page .woocommerce-ordering,
	.woocommerce-js .woocommerce-ordering {
		float: none;
	}
	.woocommerce #content div.product div.images, 
	.woocommerce div.product div.images, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images,
	.woocommerce-js #content div.product div.images, 
	.woocommerce-js div.product div.images {
		float: none;
		width: 100%;
	}
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary,
	.woocommerce-js #content div.product div.summary, 
	.woocommerce-js div.product div.summary {
		padding-left: 0;
		float: none;
		width: 100%;
	}
	.woocommerce ul.order_details li,
	.woocommerce-js ul.order_details li {
		float: none;
		margin-bottom: 2em;
		padding-right: 0;
		border: none;
	}
	.woocommerce ul.order_details li:last-child,
	.woocommerce-js ul.order_details li:last-child {
		margin-bottom: 0;
	}
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		padding: 15px;
		margin: 30px 0;
	}
	.body-horizontal-menu .hero.hero-shop {
		margin-top: 63px;
	}
	.content-grid.portfolio-columns-2 figure.content-grid__item {
		padding-left: 0;
	}
}

/*carousel responsive*/
.project-slider .swiper-button-prev, .project-slider .swiper-container-rtl .swiper-button-next {
left: 65px;
right: auto;
filter: brightness(0%);
}
.project-slider .swiper-button-next, .project-slider .swiper-container-rtl .swiper-button-prev {
right: 65px;
left: auto;
filter: brightness(0%);
}
@media only screen and (max-width: 1048px) {
.project-slider {
height: 100vh;
max-height: 80vh;
}
.project-slider__item {
margin-left: 3.5vw!important;
margin-right: 3.5vw!important;
width: 75vw!important;
}
}
@media only screen and (max-width: 748px) {
.project-slider {
margin: 0;
padding: 0;
height: 100vh;
max-height: 100vh;
}
.project-slider__item {
margin-left: 0vw!important;
margin-right: 0vw!important;
width: 100vw!important;
}
.cursorDrag {
cursor: auto !important;
}
.project-slider .swiper-button-prev, .project-slider .swiper-container-rtl .swiper-button-next {
left: 15px;
}
.project-slider .swiper-button-next, .project-slider .swiper-container-rtl .swiper-button-prev {
right: 15px;
}
}
.elementor-widget-arcdeco-services-list {
overflow: hidden;
}
.woocommerce-product-search {
position: relative;
}

.post-password-form {
    padding-top: 150px;
    margin: 0 auto;
    max-width: 440px;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure.content-grid__item {
margin-top: 1rem!important;
margin-bottom: 3%!important;
}

.sideNav {
padding: 12rem 0 0;
}
@media only screen and (max-width: 580px) {
.sideNav {
padding: 10rem 0 0;
}
}