/*
Theme Name: Component Blox Child Theme
Author: Component Blox
Description: Bootstrap Component Blox Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #2A2931;
	background-color: #fff;
}
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .lead {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.display-1 {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1;
}
.display-2 {
	font-size: 36px;
	color: #A08B75;
	text-transform: uppercase;
	line-height: 1;
}
.display-3 {
	font-size: 32px;
}
.display-4 {
	font-size: 28px;
}
.display-5 {
	font-size: 24px;
}
.display-6 {
	font-size: 18px;
	font-weight: 400;
}
p, li {
	font-size: 16px;
	font-weight: 300;
}
.lead {
	font-size: 24px;
	font-weight: 500;
}
.btn {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	width: 180px;
	padding: 10px 10px;
	border-radius: 0px;
}
.btn-warning {
    color: #fff;
	background-color: #A08B75;
    border-color: #A08B75;
}
.btn-warning:hover, .btn-warning:focus {
	color: #A08B75;
	background-color: #2A2931;
    border-color: #2A2931;
}
.btn-outline-warning {
    color: #A08B75;
    border-color: #A08B75;
}
.btn-outline-warning:hover, .btn-outline-warning:focus {
    color: #fff;
	background-color: #A08B75;
    border-color: #A08B75;
}

/* navbar */
.logged-in.admin-bar header.clear, .logged-in.admin-bar header.fixed-top, .logged-in.admin-bar #bcb-main-navbar {
    top: 32px;
}
.navbar {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.scrolled .navbar {
	background-color: #2A2931;
}
.navbar-brand {
	margin-left: 15px;
}
.scrolled .navbar-brand img {
	height: 30px;
}
.navbar-toggler {
	margin-right: 15px;
}
.navbar-expand-xl .navbar-nav .nav-item {
    position: relative;
    padding: 0 10px;
}
.navbar-expand-xl .navbar-nav>.menu-item>.nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    padding: 10px 0;
}
.navbar-expand-xl .navbar-nav>.menu-item>.nav-link:focus, .navbar-expand-xl .navbar-nav>.menu-item>.nav-link:hover {
    color: #A08B75;
}
.phoneblock, .emailblock {}
.svg {
    filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}

.entry-header, .single-header {
	position: relative;
}
.entry-header {
	padding-top: 150px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/header-01.jpg) no-repeat center center;
}
.entry-header:before, .single-header:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}
/* breadcrumbs */
.breadcrumbs {
	position: relative;
	z-index: +1;
}
.breadcrumbs span a {
	color: #2A2931;
}
.breadcrumbs span.breadcrumb_last {
	color: #A08B75;
	font-weight: 500;
}
.light-bg {
    background-color: #FBF9F7;
}

/* carousel */
.home-slider.carousel .carousel-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 35%;
    left: 0;
    text-align: left;
	padding-top: 0px;
    padding-bottom: 0px;
}
.caption-content {
}
.caption-content p {
	font-size: 16px;
}
.caption-content p.lead {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
}
.home-slider.carousel .carousel-navigation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0;
    z-index: 3;
}
.carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
}
.carousel-indicators [data-bs-target] {
	position: relative;
    width: 20px;
    height: 20px;
    margin: 0px 5px;
	background-color: transparent;
    border-radius: 50%;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
.carousel-indicators [data-bs-target].active, .carousel-indicators [data-bs-target]:hover, .carousel-indicators [data-bs-target]:focus {
    opacity: 1;
}
.carousel-indicators [data-bs-target]:before {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 6px;
    height: 6px;
	content: '';
    background-color: #fff;
	border-radius: 50%;
	webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;	
}
.carousel-indicators [data-bs-target]:hover:before, .carousel-indicators [data-bs-target]:focus:before {
	top: 2px;
	right: 2px;
	width: 16px;
    height: 16px;
	background-color: #fff;
}
.carousel-indicators [data-bs-target].active:before {
	top: 2px;
	right: 2px;
	width: 16px;
    height: 16px;
	background-color: #fff;
}
.carousel-control {
	position: relative;
    z-index: 3;
    display: flex;
}
.home-slider .carousel-control {
    justify-content: end;
}
.carousel-control [data-bs-target] {
    position: relative;
	width: 30px;
    height: 30px;
    opacity: 1;
	display: inline-block;
}
.carousel-control [data-bs-target]:first-child {
	margin-right: 30px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.home-slider .carousel-control-prev-icon {
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-prev-white.svg) no-repeat center center;
}
.home-slider .carousel-control-next-icon {
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-next-white.svg) no-repeat center center;
}
.btn.mark {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px 10px;
    width: 40px;
	font-size: 18px;
    text-transform: none;
	line-height: 18px;
	background-color: #A08B75;
	border-color: #A08B75;
	border-radius: 20px;
}
.mark:hover {
	color: #A08B75;
	background-color: #fff;
	border-color: #fff;
}
.custom-tooltip {
  --bs-tooltip-bg: #A08B75 !Important;
  --bs-tooltip-color: var(--bs-white);
}

/* project */
.project-list {
	padding-bottom: 50px;
	background-color: #FBF9F7;
}
.project-list .post {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.project-list .post .card {
	position: relative;
    background-color: #fff;
    border: 0 solid #e6e9ee;
    border-radius: 0;
	overflow: hidden;
}
.project-list .post .card .card-img {
    border-top-left-radius: 0!Important;
    border-top-right-radius: 0!Important;
	opacity: .6;
}
.project-list .post .card:hover .card-img {
	transform: scale(1.05);
	opacity: .8;
}
.project-list .post .card .card-img-overlay {
	top: auto;
	padding: 10px 30px;
}
.project-list .post .card .card-img-overlay .display-5 {
	font-weight: 700;
	text-transform: uppercase;
}
.project-list .post .card .card-img-overlay .display-5 a {
	color: #fff;
	text-decoration: none;
}
.section-1 .row {
	/* background-color: #A08B75; */
}
.section-photo {
	position: relative;
	overflow: hidden;
}
.section-photo:nth-child(odd) {
	padding-left: 60px;
	padding-right: 0px;
	text-align: end!important;
}
.section-photo:nth-child(even) {
	padding-left: 60px;
	padding-right: 60px;
	text-align: start!important;
}
.photo {
	display: inline-block;
	position: relative;
	margin: 0px auto;
}
.section-photo img {
	width: auto;
	max-height: 480px;
	margin: 0px 0px 60px;
}
.section-photo:nth-child(1) img, .section-photo:nth-child(2) img {
	margin-top: 60px;
}

/* values */
.values {
	padding: 50px 0 50px;
	background-color: #2A2931;
}
.values .display-1, .values p {
	color: #fff;
}
.values-list {
	display: flex;
    flex-wrap: wrap;
	justify-content: center!important;
}
.value {
	flex: 1 0 0%;
	text-align: center;
	border-left: 1px solid rgba(160,139,117,.5);
}
.value:nth-child(1) {
	border-left: 0px solid rgba(160,139,117,.5);
}

/* clients */
.client-title {
	position: relative;
}
.client-title:before {
    content: "";
    display: block;
	width: 100%;
    position: absolute;
    right: 0;
    top: 0px;
	bottom: 0px;
}
.client-title.white-bg, .client-title.white-bg:before {
	background-color: #fff;
}
.client-title.light-bg, .client-title.light-bg:before {
	background-color: #FBF9F7;
}
.client-title .container {
	position: relative;
}
.client-title .title {
	margin-top: 0px;
}
.clients {
	padding: 0 0 50px;
}
.client {
	border-left: 1px solid rgba(160,139,117,.5);
}
.client:nth-child(1) {
	border-left: 0px solid rgba(160,139,117,.5);
}
.clients .carousel-control-prev-icon {
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-prev-black.svg) no-repeat center center;
}
.clients .carousel-control-next-icon {
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-next-black.svg) no-repeat center center;
}

/* blog */
.blog-title {
	position: relative;
}
.blog-title:before {
    content: "";
    display: block;
	width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
	bottom: 0px;
}
.blog-title.white-bg, .blog-title.white-bg:before {
	background-color: #fff;
}
.blog-title.light-bg, .blog-title.light-bg:before {
	background-color: #FBF9F7;
}
.blog-title .container {
	position: relative;
	/* height: 100px; */
}
.blog-title .title {
	margin-top: 0px;
}
.blog-list {
	padding-bottom: 50px;
	background-color: #FBF9F7;
}
.blog-list .post {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.blog-list .post .card {
    background-color: #000;
    border: 0 solid #e6e9ee;
    border-radius: 0;
	overflow: hidden;
}
.blog-list .post .card .card-img-top {
    border-top-left-radius: 0!Important;
    border-top-right-radius: 0!Important;
	opacity: .8;
}
.blog-list .post .card:hover .card-img-top {
	transform: scale(1.05);
	opacity: 1;
}
.blog-list .post .card .card-body {
	padding: 0px 30px;
	background-color: #fff;
	z-index: +1;
}
.blog-list .post .card .card-body .display-5 {
	font-weight: 700;
	text-transform: uppercase;
}
.blog-list .post .card .card-body .display-5 a {
	color: #000;
	text-decoration: none;
}
.blog-list .post .card .card-footer {
    padding: 0 30px 30px 0;
	background-color: #fff;
	border-radius: 0px;
}
.post .entry-content {
	padding: 0px 0 50px;
}

/* about */
.about {
	position: relative;
}
.about:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #2A2931;
	z-index: -1;
}
.about .photo {
	display: block;
	width: 100%;
	height: 320px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/photo-about.jpg) no-repeat center center;
	background-size: 100% auto;
}
.about .display-1 {
	color: #A08B75;
}
.about p {
	color: #fff;
}
/* company */
.company {
	position: relative;
	background-color: #FBF9F7;
}
.company .photo {
	display: block;
	width: 100%;
	height: 300px;
	background-size: 100% auto;
}
/* production */
.production {
	position: relative;
	background-color: #FBF9F7;
}
.production .photo {
	display: block;
	width: 100%;
	height: 300px;
	background-size: 100% auto;
}
/* form */
.formblock {
}
.wpcf7-form p {
	margin-bottom: 0px;
}
.formblock .form-control {
    padding: 10px 15px 10px 40px;
    font-size: 16px;
    line-height: 20px;
	background-color: #fff;
    border: 0px solid #e6e9ee;
	border: 1px solid #A08B75;
    border-radius: 0px;
}
.formblock textarea.form-control {
    height: 186px;
}
.formblock .form-control:focus {
	background-color: #fff;
	box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 5%);
}
.formblock .form-control[type=text] {
    background: #FBF9F7 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-name-beige.svg) no-repeat 10px center;
}
.formblock .form-control[type=email] {
    background: #FBF9F7 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-email-beige.svg) no-repeat 10px center;
}
.formblock .form-control[type=tel] {
    background: #FBF9F7 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-phone-beige.svg) no-repeat 10px center;
}
.formblock textarea.form-control {
    background: #FBF9F7 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-message-beige.svg) no-repeat 10px 10px;
}
.formblock .form-control[type=text]:focus {
    background: #fff url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-name-beige.svg) no-repeat 10px center;
}
.formblock .form-control[type=email]:focus {
    background: #fff url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-email-beige.svg) no-repeat 10px center;
}
.formblock .form-control[type=tel]:focus {
    background: #fff url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-phone-beige.svg) no-repeat 10px center;
}
.formblock textarea.form-control:focus {
    background: #fff url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-message-beige.svg) no-repeat 10px 10px;
}
.wpcf7-form-control.wpcf7-submit {
	display: block;
	width: 100%;
}
/* footer */
.footer-widgets {
	padding: 50px 0;
}
#footer-widgets ul {
    padding-left: 0px;
}
.footer-widgets ul {
	padding-inline-start: 0px;
	margin-bottom: 5px;
	list-style-type: none;
}
.footer-widgets p, .footer-widgets li {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
}
.footer-widgets p a, .footer-widgets li a {
	color: #2A2931;
	text-decoration: none;
}
.footer-widgets p a:hover, .footer-widgets li a:hover {
	color: #A08B75;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.carousel-caption {
	    bottom: 100px;
	}
	.project-list .post {
		padding-left: 12px;
		padding-right: 12px;
	}
	.project-list .post:nth-child(1) .card, .project-list .post:nth-child(3) .card, .project-list .post:nth-child(5) .card, .project-list .post:nth-child(7) .card, .project-list .post:nth-child(9) .card {
		margin-top: -15px;
		margin-bottom: 15px;
	}
	.project-list .post:nth-child(2) .card, .project-list .post:nth-child(4) .card, .project-list .post:nth-child(6) .card, .project-list .post:nth-child(8) .card, .project-list .post:nth-child(10) .card {
		margin-top: 15px;
		margin-bottom: -15px;
	}
	.blog-list .post, .blog-list.other .post {
		padding-left: 12px;
		padding-right: 12px;
	}
	.blog-list .post:nth-child(1) .card, .blog-list .post:nth-child(3) .card, .blog-list .post:nth-child(5) .card, .blog-list .post:nth-child(7) .card, .blog-list .post:nth-child(8) .card {
		margin-top: -15px;
		margin-bottom: 15px;
	}
	.blog-list .post:nth-child(2) .card, .blog-list .post:nth-child(4) .card, .blog-list .post:nth-child(6) .card, .blog-list .post:nth-child(8) .card, .blog-list .post:nth-child(10) .card {
		margin-top: 15px;
		margin-bottom: -15px;
	}
	.blog-list.other .post:nth-child(1) .card {
		margin-top: 15px;
		margin-bottom: -15px;
	}
	.blog-list.other .post:nth-child(2) .card, .blog-list.other .post:nth-child(3) .card {
		margin-top: -15px;
		margin-bottom: 15px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.display-1, .display-2 {
    	font-size: 40px;
	}
	.btn {
		padding: 10px 20px;
		width: 200px;
	}
	.scrolled .navbar-brand img {
		height: 50px;
	}
	.entry-header {
    	padding-top: 250px;
	}
	.caption-content {
		background-color: rgba(42,41,49,.5);
	}
	.home-slider.carousel .carousel-item img {
		width: 100%;
	}
	.blog-title {
		/* height: 50px; */
	}
	.blog-title:before {
		width: 50%;
		top: -100px;
	}
	.blog-title .title {
		margin-top: -100px;
	}
	.blog-list {
    	padding-bottom: 100px;
	}
	.client-title {
		height: 50px;
	}
	.client-title:before {
		width: 50%;
		top: -100px;
	}
	.client-title .title {
		margin-top: -100px;
	}
	.values {
		padding: 100px 0 100px;
	}
	.about {
		margin-bottom: 75px;
	}
	.about .photo {
		width: 50%;
		height: auto;
		position: absolute;
		top: -75px;
		bottom: -75px;
		left: 0;
		right: 50%;
		background-size: auto 100%;
	}
	.post .entry-content {
		padding: 0px 0 100px;
	}
	.company .container .row, .production .container .row {
		min-height: 600px;
	}
	.company .photo {
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0;
		right: 50%;
		background-size: 100% auto;
	}
	.production .photo {
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 50%;
		right: 0px;
		background-size: 100% auto;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.project-list {
    	padding-bottom: 100px;
	}
	.project-list .post {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.project-list .post:nth-child(1), .project-list .post:nth-child(4), .project-list .post:nth-child(7) {
		padding-right: 36px;
	}
	.project-list .post:nth-child(2), .project-list .post:nth-child(5), .project-list .post:nth-child(8) {
		padding-left: 24px;
		padding-right: 24px;
	}
	.project-list .post:nth-child(3), .project-list .post:nth-child(6), .project-list .post:nth-child(9) {
		padding-left: 36px;
	}
	.project-list .post:nth-child(1) .card, .project-list .post:nth-child(4) .card, .project-list .post:nth-child(7) .card {
		margin-top: -100px;
		margin-bottom: 100px;
	}
	.project-list .post:nth-child(2) .card, .project-list .post:nth-child(5) .card, .project-list .post:nth-child(8) .card {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.project-list .post:nth-child(3) .card, .project-list .post:nth-child(6) .card, .project-list .post:nth-child(9) .card {
		margin-top: 100px;
		margin-bottom: -100px;
	}
	.blog-list .post {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.blog-list .post:nth-child(1), .blog-list .post:nth-child(4), .blog-list .post:nth-child(7) {
		padding-right: 36px;
	}
	.blog-list .post:nth-child(2), .blog-list .post:nth-child(5), .blog-list .post:nth-child(8) {
		padding-left: 24px;
		padding-right: 24px;
	}
	.blog-list .post:nth-child(3), .blog-list .post:nth-child(6), .blog-list .post:nth-child(9) {
		padding-left: 36px;
	}
	.blog-list .post:nth-child(1) .card, .blog-list .post:nth-child(4) .card, .blog-list .post:nth-child(7) .card {
		margin-top: -100px;
		margin-bottom: 100px;
	}
	.blog-list .post:nth-child(3) .card, .blog-list .post:nth-child(6) .card, .blog-list .post:nth-child(9) .card {
		margin-top: 100px;
		margin-bottom: -100px;
	}
	.blog-list.other .post:nth-child(1) .card {
		margin-top: 100px;
		margin-bottom: -100px;
	}
	.blog-list.other .post:nth-child(3) .card {
		margin-top: -100px;
		margin-bottom: 100px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.display-1, .display-2 {
    	font-size: 48px;
	}
	.navbar-expand-xl .navbar-nav .nav-item {
		padding: 0 20px;
	}
	.entry-header {
    	padding-top: 400px;
	}
	.carousel-caption {
	    bottom: 150px;
	}
	.caption-content p {
		font-size: 18px;
	}
	.caption-content p.lead {
    	font-size: 40px;
	}
	.home-slider.carousel .carousel-navigation {
		bottom: 55px;
	}
	.blog-title:before {
	    top: -150px;
	}
	.blog-title .container {
		height: 50px;
	}
	.blog-title .title {
		margin-top: -150px;
	}
	.blog-list {
		padding-bottom: 150px;
	}
	.client-title:before {
		top: -150px;
	}
	.client-title .container {
		height: 150px;
	}
	.client-title .title {
		margin-top: -150px;
	}
	.values {
		padding: 100px 0 200px;
	}
	.about {
		margin-bottom: 100px;
	}
	.about .photo {
		top: -100px;
		bottom: -100px;
		background-size: 100% auto;
	}
	.post .entry-content {
		padding: 0px 0 200px;
	}
	.company .container .row, .production .container .row {
		min-height: 700px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.navbar-brand img {
		height: 100px;
	}
	.carousel-caption {
	    bottom: 200px;
	}
	.caption-content p {
		font-size: 20px;
	}
	.caption-content p.lead {
    	font-size: 48px;
	}
	.home-slider.carousel .carousel-navigation {
		bottom: 80px;
	}
	.blog-title:before {
	    top: -200px;
	}
	.blog-title .container {
		/* height: 200px; */
	}
	.blog-title .title {
		margin-top: -200px;
	}
	.blog-list {
		padding-bottom: 200px;
	}
	.client-title:before {
		top: -200px;
	}
	.client-title .container {
		height: 200px;
	}
	.client-title .title {
		margin-top: -200px;
	}
	.project-list {
    	padding-bottom: 200px;
	}
	.about {
		margin-bottom: 150px;
	}
	.about .photo {
		top: -150px;
		bottom: -150px;
	}
	.company .container .row, .production .container .row {
		min-height: 900px;
	}
}

/* `xxl` applies to x-large devices (large desktops, less than 1600px) */
@media (max-width: 1599.98px) {
	.section-photo img {
		max-height: 380px;
		margin: 0px 0px 50px;
	}
	.section-photo:nth-child(1) img, .section-photo:nth-child(2) img {
		margin-top: 50px;
	}
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
	.navbar-brand img {
		height: 80px;
	}
	.section-photo img {
		max-height: 340px;
		margin: 0px 0px 50px;
	}
	.section-photo:nth-child(1) img, .section-photo:nth-child(2) img {
		margin-top: 50px;
	}
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.navbar-collapse {
		padding: 20px;
		background-color: #2A2931;
	}
	.phoneblock, .emailblock, .lang {
		position: absolute;
	}
	.phoneblock {
		top: 40px;
		right: 180px;
	}
	.emailblock {
		top: 40px;
		right: 140px;
	}
	.lang {
		top: 28px;
		right: 70px;
	}
	.scrolled .phoneblock, .scrolled .emailblock {
		top: 26px;
	}
	.scrolled .lang {
		top: 14px;
	}
	.section-photo:nth-child(odd) {
		padding-left: 40px;
		padding-right: 0px;
	}
	.section-photo:nth-child(even) {
		padding-left: 40px;
		padding-right: 40px;
	}
	.section-photo img {
		margin: 0px 0px 40px;
	}
	.section-photo:nth-child(1) img, .section-photo:nth-child(2) img {
		margin-top: 40px;
	}
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.value {
		flex: 0 0 auto;
    	width: 33.33333333%;
	}
	.value:nth-child(4) {
		border-left: 0px solid rgba(160,139,117,.5);
	}
	.value:nth-child(1), .value:nth-child(2), .value:nth-child(3) {
		border-bottom: 1px solid rgba(160,139,117,.5);
	}
	.section-photo:nth-child(odd) {
		padding-left: 30px;
		padding-right: 0px;
	}
	.section-photo:nth-child(even) {
		padding-left: 30px;
		padding-right: 30px;
	}
	.section-photo img {
		max-height: 220px;
		margin: 0px 0px 30px;
	}
	.section-photo:nth-child(1) img, .section-photo:nth-child(2) img {
		margin-top: 30px;
	}
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.navbar-brand img {
		height: 50px;
	}
	.phoneblock, .emailblock {
		top: 26px;
	}
	.lang {
		top: 14px;
	}
	.scrolled .phoneblock, .scrolled .emailblock {
		top: 16px;
	}
	.scrolled .lang {
		top: 4px;
	}
	.home-slider.carousel .carousel-item img {
		/* height: 400px; */
	}
	.client:nth-child(1), .client:nth-child(2), .client:nth-child(3) {
		border-bottom: 1px solid rgba(160,139,117,.5);
	}
	.section-photo:nth-child(odd) {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-photo:nth-child(even) {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-photo img {
		width: 100%;
		max-height: none;
		margin: 0px 0px 20px;
	}
	.section-photo:nth-child(1) img {
		margin-top: 20px;
	}
	.section-photo:nth-child(2) img {
		margin-top: 0px;
	}
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.home-slider.carousel .carousel-item img {
		width: 100%;
		/* height: 600px; */
	}
	.value {
		flex: 0 0 auto;
    	width: 50%;
	}
	.value:nth-child(4) {
		border-left: 1px solid rgba(160,139,117,.5);
	}
	.value:nth-child(3), .value:nth-child(5) {
		border-left: 0px solid rgba(160,139,117,.5);
	}
	.value:nth-child(4) {
		border-bottom: 1px solid rgba(160,139,117,.5);
	}
	.clients .carousel-control {
    	justify-content: center!important;
	}
	.client:nth-child(4) {
		border-bottom: 1px solid rgba(160,139,117,.5);
	}
}