/*
  Theme Name: NEOM The Line
  Theme URI: https://neom.exitdesign.com/
  Author: Dani Costa
  Author URI: https://danicosta.com
  Description: NEOM Theme template
  Version: 1.1
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: mansions
*/

@font-face {
	font-family: 'Brown-Bold';
	src: url('assets/fonts/Brown-Bold.eot');
	src: url('assets/fonts/Brown-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Brown-Bold.woff2') format('woff2'), url('assets/fonts/Brown-Bold.woff') format('woff'), url('assets/fonts/Brown-Bold.ttf') format('truetype'), url('assets/fonts/Brown-Bold.svg#Brown-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Brown-Regular';
	src: url('assets/fonts/Brown-Regular.eot');
	src: url('assets/fonts/Brown-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Brown-Regular.woff2') format('woff2'), url('assets/fonts/Brown-Regular.woff') format('woff'), url('assets/fonts/Brown-Regular.ttf') format('truetype'), url('assets/fonts/Brown-Regular.svg#Brown-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	outline: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.splash-anim {
	width: 100vw;
	height: 100vh;
	background: black;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
}

#video-splash {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
}

.swiper-slide video {
	object-fit: cover;
	width: 100vw;
	margin-left: 0vw;
    height: 100%;
	/*height: 75vh;
    position: relative !important;*/
}

.swiper-wrapper.disabled {
	transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
	display: none;
}

.exploring {
	display: inline-block;
	z-index: 999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: black;
	transition: all .3s ease-out;
}

.exploring.out {
	top: -100vh;
}


.image-exploring {
    text-align: center;
    width: 100vw;
    height: 65vh;
    margin: 0 auto;
}

.image-exploring:after {
    content: "";
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 100%);
    height: 30vh;
    position: absolute;
    bottom: 275px;
    width: 100vw;
    display: block;
}

.image-exploring img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    opacity:0.9;
}

.container-text-exploring {
    margin-top: -110px;
    z-index: 99999;
    top: 65vh;
    position: absolute;
        width: 100vw;
}


.text-exploring-header {
	font-size: 11px;
	color: #888;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 30px;
}

.text-exploring-title {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	letter-spacing: 3px;
	margin-top: 15px;
}

.text-exploring-desc {
	color: white;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	margin-top: 40px;
}

.button-exploring a {
	font-size: 14px;
	color: white;
	width: 360px;
	margin: 0 auto;
	margin-top: 70px;
	display: block;
	background: #222;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 12px;
}



.playpause {
    background-image:url(assets/img/play_button.svg);
    background-repeat:no-repeat;
    width:80px;
    height:80px;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}




html {
	-webkit-text-size-adjust: none;
	touch-action: pan-y;
	/*prevent user scaling*/
}

.animated.model3d-on {
	z-index: 9999999 !important;
}

.container-iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

div#btn-close-modal {
	position: absolute;
	z-index: 99999;
	top: 30px;
	left: 30px;
}

img.close_3d {
	width: 60px;
	height: 60px;
}

.change_link_next .title-inner {
	text-align: left !important;
	margin-left: 160px;
	color: #999;
}

.change_link_prev .title-inner {
	text-align: right !important;
	margin-left: -51px;
	color: #999;
}

.ipad {
	display: none !important;
}

.home header {
	display: none;
}

.page-template-page-architects header {
	display: none;
}

a.close_link {
	position: fixed;
	margin-top: 30px;
	margin-left: 40px;
	width: 60px;
	height: 60px;
	z-index: 81;
}

img.cross_back {
	width: 60px;
	height: 60px;
	border-radius: 40px;
	box-shadow: 0px 0px 14px rgba(10, 10, 10, 0.3);
}

span.arrow-prev,
span.arrow-next {
	position: absolute;
}

.arrow-prev img,
.arrow-next img {
	margin-top: 140px;
}

.pagination-single .change_link_next .title-pagination {
	text-align: left;
	margin-left: 160px;
}

.pagination-single .change_link_prev .title-pagination {
	text-align: right;
	margin-left: -50px;
}

.change_link_prev.back_link {
	float: right;
	background-color: #444;
	width: 18%;
	height: 18vh;
}

.container-header-line {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-top: 100px;
}

.change_link_next.back_link {
	float: left;
	background-color: #444;
	width: 18%;
	height: 18vh;
}

.pagination-single-inner {
	clear: both;
}

.container-header-line .cabecera-header-ipad {
	margin-top: 20px;
	font-size: 13px;
	color: white;
	letter-spacing: 2px;
}

.container-header-line .titulo-header-ipad {
	margin-top: 5px;
	font-size: 24px;
	color: white;
	letter-spacing: 3px;
}

.swiper-slide .images-slides {
	position: relative;
	width: 190px;
	height: 110px;
	margin: 5px;
	float: left;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #fff;
	object-fit: cover;
}

.swiper-wrapper-single .swiper-slide img {
	position: relative;
	width: 190px;
	height: 110px;
	margin: 5px;
	float: left;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #fff;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar {
	width: 0px;
}

::-webkit-scrollbar-track {
	background: transparent;
	border: 0px solid #ccc;
}

::-webkit-scrollbar-thumb {
	background: transparent;
	border: 0px solid #eee;
	height: 00px;
	border-radius: 0px;
}

body:hover::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.45)
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.35)
}

body {
	position: relative;
	width: 100%;
	min-height: 100vh;
	font-family: 'Brown-Regular';
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.light {
	font-family: 'Brown-Regular';
}

.regular {
	font-family: 'Brown-Regular';
}

.bold {
	font-family: 'Brown-Bold';
}

a {
	color: #000;
}

.title-page {
	font-size: 40px;
	line-height: 48px;
	margin-top: 70px;
}

.subtitle-page {
	font-size: 20px;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 80px;
}

.wrapper-table {
	display: inline-block;
	overflow: hidden;
	height: 100vh;
	position: relative;
	width: 100%;
	backface-visibility: hidden;
	will-change: overflow;
}

.wrapper-table-left {
	/*float:left;*/
	width: 100%;
	padding: 80px 110px;
	height: 100vh;
}

.text {
	font-size: 21px;
	line-height: 1.3;
	letter-spacing: 1px;
}

.text.small {
	font-size: 16px;
	line-height: 1.4;
}

.text.big {
	font-size: 27px;
	line-height: 1;
}

.title {
	font-size: 64px;
	line-height: 1.2;
	letter-spacing: 2px;
}

.title.medium {
	font-size: 44px;
	line-height: 1.1;
	letter-spacing: 1.5px;
}

.title.small {
	font-size: 24px;
	line-height: 1.3;
}

a {
	text-decoration: none;
}

p {
	margin-bottom: 25px;
}

p:last-child {
	margin-bottom: 0;
}

.c_white {
	color: #fff;
}

.c_black {
	color: #212121;
}

.uppercase {
	text-transform: uppercase;
}

.cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.transition {
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.transition_fast {
	-webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.delay {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-ms-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

.fluid-embed {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}

.fluid-embed iframe {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.center {
	text-align: center;
}

.main_container {
	max-width: 1280px;
	margin: 0 auto;
	font-size: 0;
}

.ccc {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.images-container {
	position: relative;
	width: 380px;
	height: 500px;
	margin: 5px;
	float: left;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	background-position: center center;
}


/* ---- isotope ---- */

.fake .images-container {
	height: 1280px;
}

.grid {
	background: #000;
	width: 102% !important;
	margin-top: 0px;
	overflow: auto !important;
	padding-top: 30px;
	padding-left: 3%;
	left: -2%;
}


/* clear fix */

.grid:after {
	content: '';
	display: block;
	clear: both;
}


/* color-shape */

.images-container {
	position: relative;
	width: 580px;
	height: 645px;
	margin: 5px;
	float: left;
	border-radius: 0px;
	cursor: pointer;
	overflow: hidden;
	background-position-y: -50px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	/*opacity: 0;*/
	/* hide by default */
}

.is-showing-items .images-container {
	opacity: 1;
	/* reveal when ready */
}

.images-container img {
	border-style: none;
	object-fit: cover;
	width: 100%;
	height: 570px;
}

.wrapper-content-grid {
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	position: absolute;
	width: 70%;
	margin-left: 15%;
	bottom: 30px;
	height: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.title-grid {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

.data-grid {
	font-size: 13px;
	color: #808080;
	margin-top: 15px;
}

.row {
	width: 100%;
	display: table;
	clear: both;
	font-size: 0;
}

.c10,
.c9,
.c8,
.c7,
.c6,
.c5,
.c4,
.c3,
.c2,
.c1 {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}

.c10 {
	width: 100%;
}

.c9 {
	width: 90%;
}

.c8 {
	width: 80%;
}

.c7 {
	width: 70%;
}

.c6 {
	width: 60%;
}

.c5 {
	width: 50%;
}

.c4 {
	width: 40%;
}

.c3 {
	width: 30%;
}

.c2 {
	width: 20%;
}

.c1 {
	width: 10%;
}


/* Header */

header a {
	-webkit-transition: opacity .7s ease-in-out;
	-moz-transition: opacity .7s ease-in-out;
	-ms-transition: opacity .7s ease-in-out;
	-o-transition: opacity .7s ease-in-out;
	transition: opacity .7s ease-in-out;
}

.logo_full {
	position: fixed;
	top: 43px;
	left: 40px;
	z-index: 500;
	height: 50px;
}

.logo_responsive {
	position: fixed;
	top: 43px;
	left: 40px;
	z-index: 500;
	height: 20px;
	display: none;
}


/* Main nav */

#main_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: black;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-delay: 0;
}

.show_nav #main_nav {
	opacity: 1;
	z-index: 9999;
}

#main_nav a {
	color: #fff;
	-webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: .5;
}

#main_nav li.current_page_parent>a,
#main_nav li.current-menu-item>a,
#main_nav a:hover {
	border-color: #fff;
	opacity: 1;
}

#main_nav .links {
	width: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	padding: 0 2.5vw;
}

#main_nav .links a {
	opacity: .5;
}

#main_nav .links a:hover,
#main_nav .links a.active {
	opacity: 1;
}

#main_nav .menu-main-container {
	margin-top: 100px;
	font-size: 3vw;
}

#main_nav .menu-main-container li {
	display: block;
}

html:not(.touch) #main_nav .menu-main-container ul li ul {
	font-size: 1.8vw;
	max-height: 0;
	height: auto;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transition-delay: 0;
}

html:not(.touch) #main_nav .menu-main-container ul li:hover>ul {
	max-height: 25vh;
	transition-delay: 0;
}

#main_nav .menu-main-container ul li ul {
	font-size: 1.8vw;
}

#main_nav .lang {
	margin-top: 40px;
	margin-bottom: 40px;
}

.burguer {
	width: 30px;
	position: fixed;
	top: 39px;
	right: 40px;
	z-index: 500;
	cursor: pointer;
	opacity: 1;
	display: none;
}

.cross_nav {
	width: 29px;
	position: fixed;
	top: 35px;
	right: 40px;
	z-index: 500;
	cursor: pointer;
}

.main_nav {
	position: fixed;
	top: 39px;
	right: 40px;
	z-index: 500;
}

.main_nav ul {
	display: table;
	list-style: none;
	padding: 0;
	margin: 0;
}

.main_nav ul ul {
	display: none;
}

.main_nav ul li {
	margin-left: 30px;
	display: inline-block;
}

.main_nav ul li a {
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.main_nav ul li.current_page_parent a,
.main_nav ul li.current-menu-item a,
.main_nav ul li a:hover {
	border-bottom: 1px solid;
}

header a {
	color: #fff;
}

.c_black header a {
	color: #212121;
}


/* Ajax single post */

#work_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 101%;
	height: 100vh;
	z-index: 1000;
	background: black;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.single-post #work_container {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#work_container2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 101%;
	height: 100vh;
	z-index: 1000;
	background: black;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.single-post2 #work_container2 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#work_container3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 101%;
	height: 100vh;
	z-index: 1000;
	background: black;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.single-post3 #work_container3 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.error_404 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}


/* RESPONSIVE */


/* IPAD LANDSCAPE */

@media (max-width: 1380px) {
	.ipad {
		display: block !important;
	}
	.ipad-landscape {
		display: block !important;
	}
	.container-iframe {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100vh;
	}
	.container-header-home img {
		width: 45px;
		margin-bottom: 0px;
	}
	.container-header-home .titulo-header-ipad {
		font-size: 18px;
	}
	.swiper-slide .images-slides {
		width: 113px;
		height: 64px;
		border-radius: 14px;
		margin: 4px;
	}
	.container-header-line {
		text-align: center;
		width: 100%;
		display: inline-block;
		margin-top: 50px;
	}
	.title-grid {
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-bottom: 4px;
		font-size: 15px;
	}
	.wrapper-content-grid {
		font-size: 14px;
		text-align: center;
		background-color: #fff;
		padding-top: 30px;
		padding-bottom: 25px;
		position: absolute;
		width: 64%;
		margin-left: 18%;
		bottom: 0px;
		height: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
	.header-title-grid {
		color: #999;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 9px;
		margin-bottom: 5px;
	}
	.title-grid {
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-bottom: 4px;
		font-size: 14px;
	}
	.data-grid {
		font-size: 12px;
		color: #808080;
		margin-top: 5px;
	}
	.container-header-ipad {
		text-align: center;
		margin-top: 0px;
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.titulo-header-ipad {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.single-container .swiper-container,
	.single-container .swiper-slide {
		width: 1380px !important;
		height: 78vh;
	}
	/*    
#single-project-container{ transition: height 1s;}    
#single-project-container.open-single-project-container{ height:82vh}    
 */
	.single-container {
		transition: height 1s;
	}
	.single-container.open-single-container {
		height: 83vh
	}
	.single-container .swiper-container {
		transition: height 1s;
	}
	.single-container .swiper-container.open-swiper {
		height: 77vh;
	}
	.single-container .swiper-slide {
		transition: height 1s;
	}
	.single-container .swiper-slide.open-slide {
		height: 76vh
	}
	nav.pagination-single.section-inner {
		transition: top 1s;
	}
	nav.pagination-single.section-inner.open-nav {
		top: 75vh !important;
	}
	nav.pagination-single.section-inner {
		position: absolute !important;
		width: 100%;
		left: 0;
		z-index: 9999;
		top: 92vh !important;
		background: #000;
	}
	.cross_project {
		position: absolute;
		top: -20px !important;
		left: -40px !important;
		z-index: 10;
		width: 60px !important;
		height: 60px !important;
		cursor: pointer;
	}
	.change_link_next.back_link {
		float: left;
		background-color: transparent;
		width: 50%;
		height: 8vh;
		margin-top: 0px;
	}
	.change_link_prev.back_link {
		float: right;
		background-color: transparent;
		width: 50%;
		height: 8vh;
		margin-top: 0px;
	}
	.is-sticky {
		position: sticky;
		top: 0;
	}
	.pagination-single .title {
		font-size: 18px !important;
		text-transform: uppercase;
		letter-spacing: 3px;
		height: 10vh !important;
		display: inline-block;
		padding-top: 0vh !important;
		width: 80%;
		text-align: center;
	}
	.pagination-single .title-inner {
		font-size: 11px !important;
		margin-top: 2px !important;
	}
	.change_link_next .title-inner {
		text-align: left !important;
		margin-left: 80px;
		color: #999;
	}
	.change_link_prev .title-inner {
		text-align: right !important;
		margin-left: 58px;
		color: #999;
	}
	.pagination-single .title-pagination {
		font-size: 14px !important;
	}
	.pagination-single .title-inner {
		opacity: 1;
	}
	.arrow-prev img,
	.arrow-next img {
		width: 15px;
		margin-top: 23px;
	}
	span.arrow-prev,
	span.arrow-next {
		position: absolute;
	}
	span.arrow-prev {
		margin-left: 40px !important;
	}
	span.arrow-next {
		margin-left: 80px !important;
		margin-right: 0;
	}
	.pagination-single .change_link_next .title-pagination {
		font-size: 14px !important;
		margin-top: 22px;
		text-align: left !important;
		margin-left: 80px;
	}
	.pagination-single .change_link_prev .title-pagination {
		font-size: 14px !important;
		margin-top: 22px;
		margin-left: 60px;
		text-align: right !important;
	}
	.single-container .texto-single {
		background: #f2f2f2;
		padding: 100px;
		text-align: left;
		height: auto;
		padding-top: 80px;
	}
	.single-container .texto-single-text {
		width: 85%;
		display: inline-block;
		position: relative;
		font-size: 15px;
	}
	#work_container,
	#work_container2,
	#work_container3 {
		overflow-x: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 101%;
		height: 100vh;
		z-index: 1000;
		background: transparent;
		overflow: auto;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
	}
	#single-project-container {
		position: relative;
		z-index: 100;
		height: 100vh;
		overflow: auto !important;
	}
	.single-container {
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		z-index: 1;
		height: 100%;
	}
	.texto-single-line {
		width: 100% !important;
		background: transparent !important;
		position: absolute;
		bottom: 0vh;
		left: 0;
		padding: 100px !important;
		padding-top: 0px !important;
		height: 22vh !important;
		padding-bottom: 0px;
		overflow: hidden;
		transition: height 1s, padding-top 1s;
		z-index: 9999 !important;
	}
	.texto-single-title {
		font-size: 28px !important;
		line-height: 34px !important;
		text-transform: none !important;
	}
	.single-container .header-texto-single-text {
		font-size: 13px;
		text-transform: uppercase;
		margin-top: 10px;
		float: left;
		color: white;
		letter-spacing: 2px;
		width: 80%;
	}
	.container-texto-single-line {
		display: inline-block;
		width: 70%;
		float: left;
		margin-top: 50px;
		background: black;
		position: absolute;
		padding-bottom: 50px;
	}
	.container-tracker-single-line {
		display: inline-block;
		width: 30%;
		right: -220px;
		margin-top: 70px;
		background: black;
		position: absolute;
		padding-bottom: 50px;
	}
	.container-texto-single-line#title-single-1,
	.container-texto-single-line#title-single-2,
	.container-texto-single-line#title-single-3,
	.container-texto-single-line#title-single-4,
	.container-texto-single-line#title-single-5,
	.container-texto-single-line#title-single-6,
	.container-texto-single-line#title-single-7,
	.container-texto-single-line#title-single-8,
	.container-texto-single-line#title-single-9,
	.container-texto-single-line#title-single-10,
	.container-texto-single-line#title-single-11,
	.container-texto-single-line#title-single-12,
	.container-texto-single-line#title-single-13,
	.container-texto-single-line#title-single-14,
	.container-texto-single-line#title-single-15 {
		display: none
	}
	.container-tracker-single-line#tracker-single-1,
	.container-tracker-single-line#tracker-single-2,
	.container-tracker-single-line#tracker-single-3,
	.container-tracker-single-line#tracker-single-4,
	.container-tracker-single-line#tracker-single-5,
	.container-tracker-single-line#tracker-single-6,
	.container-tracker-single-line#tracker-single-7,
	.container-tracker-single-line#tracker-single-8,
	.container-tracker-single-line#tracker-single-9,
	.container-tracker-single-line#tracker-single-10,
	.container-tracker-single-line#tracker-single-11,
	.container-tracker-single-line#tracker-single-12,
	.container-tracker-single-line#tracker-single-13,
	.container-tracker-single-line#tracker-single-14,
	.container-tracker-single-line#tracker-single-15 {
		display: none
	}
	.single-container .texto-single-text {
		font-size: 26px !important;
		margin-top: 15px !important;
		float: left;
		color: white;
	}
	.box_title {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		text-align: left;
		background: transpatent;
		padding: 0px 0px;
	}
	.wrapper-table {
		display: inline-block;
		overflow: auto;
		height: auto;
		position: relative;
		width: 100vw;
		backface-visibility: unset;
		will-change: unset;
	}
	.wrapper-table-left {
		float: left;
		width: 100vw;
		padding: 50px 50px;
		height: auto;
	}
	.images-container {
		position: relative;
		width: 403px;
		height: auto;
		margin: 5px;
		margin-bottom: 20px;
		float: left;
		border-radius: 0px;
		cursor: pointer;
		padding-bottom: 30px;
	}
.images-container img {
    border-style: none;
    object-fit: cover;
    width: 100%;
    height: auto;
}
	.fake .images-container {
		height: 680px;
	}
	.logo_full {
		top: 23px;
		left: 30px;
	}
	.main_nav {
		top: 29px;
		right: 30px;
	}
	.main_nav ul li {
		margin-left: 20px;
	}
	.title {
		font-size: 48px;
		line-height: 1.2;
		letter-spacing: 2px;
	}
	.text {
		font-size: 18px;
		line-height: 1.3;
		letter-spacing: 1px;
	}
	#main_nav .logo_container .logo_nav {
		width: 100%;
		height: auto;
		top: 23px;
		left: 30px;
		position: absolute;
		align-items: left;
		justify-content: left;
		height: 50px;
		opacity: 1;
		width: auto;
	}
	.cross_nav {
		right: 30px;
	}
	#main_nav .links {
		width: 100%;
		text-align: center;
	}
	#main_nav .menu-main-container {
		margin: 0 auto;
		font-size: 7vw;
	}
}










/* IPAD 11" LANDSCAPE */
@media (max-width: 1194px)  { 
    
    .ipad{display:block !important;}       
    .images-container {width: 345px;}    
    .container-tracker-single-line {margin-top: 50px;}
    
    .container-buttons-home.users_all {margin-top: 70px;}
    
    

    .filter-typologies {margin-left: 115px;}   
    .filter-selected {margin-left: 400px;}   
    .container-grid-architect .grid .images-container {width: 350px;}   
    .single-container .swiper-container, .single-container .swiper-slide {width: 1194px !important;} 
    
    
    a.button-home.home-button-ar {margin-top: 20px;}
    .button-home {padding: 25px;}
    /*.page-template-page-architects-bay .grid {height: 3650px !important;}*/
    
    .texto-single-architect {top: 40vh;}
    /*.page-template-page-bay .grid {height: 22500px !important;}*/
    /*.page-template-page-mountain .grid {height: 14000px !important;}*/
    .container-filters-bar {margin-top: 83px}
    
    .texto-single-mansion.open { height: 65vh !important;}
    .container-text-architect-single {font-size: 10px;}
    .title-grid {font-size: 11px;}
    .data-grid {font-size: 10px;}


}