/* ------------------- Begin - General ------------------- */
*,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
html,
body,
body.home {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Conv_Gotham-Light';
    font-size: 12px;
    line-height: 16px;
    color: #231f20;
    width: 100%;
    height: 100%;
}
/* general */
.group:after {
  content: "";
  display: table;
  clear: both;
}
.main-wrapper  {
	/* padding: 42px; */
}
.main-wrapper .header {
	text-align: center;
	position: relative;
}
.main-wrapper .header .close {
	position: absolute;
	right: 0;
	top: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.50;-khtml-opacity:0.50;opacity:0.50;
}
.main-wrapper .header .close:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
}
.main-wrapper .header .hamburger-menu {
	position: absolute;
	left: 0;
	top: 0;
}
.main-wrapper .header .hamburger-menu-close {
	display: none;
}
.main-wrapper .close-center {
	text-align: center;
}
.main-wrapper .close-center img {
	display: block;
}
.main-wrapper .close-center .close {
	display: inline-block;
	vertical-align: top;
}
.main-wrapper .header .logo {
	margin-bottom: 60px;
}
.main-content img,.main-content video {
	visibility: hidden;
}
.main-content img.img-placeholder-except,.main-content video.img-placeholder-except {
	visibility: visible;
}
.main-content .img-placeholder,.main-content .video-placeholder {
	background: #f5f5f5;
	display: inline-block;
}
.main-content .img-placeholder img,.main-content .video-placeholder video {
	opacity: 0;
	transition: opacity 0.7s ease;
}
.main-content .img-placeholder.loaded img,.main-content .video-placeholder.loaded video {
	opacity: 1;
}
.main-content .img-placeholder.loaded, .main-content .video-placeholder.loaded {
	background: transparent;
}
.content-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 52px;
	padding-right: 52px;
}
.img-max-100-height {
	opacity: 0;
}
.turbolinks-progress-bar {
	height: 5px;
	background-color: #231f20;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #000;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 8px;
}
.mobile-only {
	display: none!important;
}
/* general responsive */
/* @media (max-width: 1024px) {
	.mobile-only {
		display: block!important;
	}
	.main-wrapper {
		padding: 50px 20px;
	}
	.main-wrapper .header {
		margin-bottom: 95px;
	}
	.main-wrapper .header .logo {
		margin-bottom: 0;
	}
}
@media (max-width: 568px) {
	.main-wrapper .header {
	    padding-top: 66px;
		margin-bottom: 34px;
	}
} */
/* ------------------- End - General ------------------- */

/* ------------------- Begin - Home ------------------- */
body.home .owl-carousel-container,
body.home .owl-carousel {
	position: relative;
}
body.home .owl-slide {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.home .owl-slide.video {
	position: relative;
	overflow: hidden;
}
body.home .owl-slide.video video.hcenter {
	left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	position: absolute;
}
body.home .owl-slide-content,
body.home .owl-carousel-container .general,
body.home .owl-carousel-container .general-mobile,
body.home .owl-dots {
	z-index: 2;
	position: absolute;
	width: 1330px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
body.home .owl-carousel-container {
	color: #fff;
	text-transform: uppercase;
}
body.home .owl-carousel-container.dark {
	color: #000;
}
body.home .owl-carousel-container .general-mobile {
	text-align: center;
	display: none;
}
body.home .owl-carousel-container .general-mobile .logo {
	background-image: url('../images/intro_iphone_logo_white.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 200px;
	height: 80px;
	display: inline-block;
}
body.home .owl-carousel-container.dark .general-mobile .logo {
	background-image: url('../images/intro_iphone_logo_black.svg');
}
body.home .owl-carousel-container .general .logo {
	background-image: url('../images/intro_logo_white.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 124px;
	height: 50px;
	margin-bottom: 32px;
}
body.home .owl-carousel-container.dark .general .logo {
	background-image: url('../images/intro_logo_black.svg');
}
body.home .owl-carousel-container .general .description {
	font-size: 34px;
	line-height: 30px;
	font-family: 'Conv_Caslon224Std-BoldItalic';
	width: auto;
	max-width: 560px;
}
body.home .owl-slide-content {
	font-size: 12px;
	line-height: 16px;
	font-family: 'Conv_Gotham-Bold';
	padding-top: 34px;
}
body.home .owl-slide-content::before {
	content: '';
	height: 1px;
	width: 400px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
body.home .owl-carousel-container.dark .owl-slide-content::before {
	background: #000;
}
body.home .owl-nav {
	display: none;
}
body.home .owl-dots {
	/* bottom: 200px; */
    padding-top: 37px;
    line-height: normal;
    font-size: 0;
}
body.home .owl-dots button {
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
body.home .owl-carousel-container.dark .owl-dots button {
	border: 1px solid #000;
}
body.home .owl-dots button.active {
	background: #fff;
}
body.home .owl-carousel-container.dark .owl-dots button.active {
	background: #000;
}
body.home .owl-carousel-container .slide-to-content {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 48px;
	background-image: url('../images/intro_arrow_white.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 76px;
	height: 40px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
}
body.home .owl-carousel-container.dark .slide-to-content {
	background-image: url('../images/intro_arrow_black.svg');
}

/* Instagram feed */
body.home .instagram-feed-container {
	margin: 24px auto 200px;
	text-align: center;
	max-width: 1280px;
	width: auto;
}
body.home .instagram-feed-container .title {
	color: #231f20;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 60px;
}
body.home .instagram-feed-container .title .top {
	font-family: 'Conv_Caslon224Std-BoldItalic';
	font-size: 18px;
	line-height: 18px;
	position: relative;
	margin-bottom: 21px;
}
body.home .instagram-feed-container .title .top::after {
	content: '';
	height: 1px;
	width: 64px;
	position: absolute;
	background: #231f20;
	bottom: -7px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
body.home .instagram-feed-container .title .bottom {
	font-family: 'Conv_Caslon224Std-MediumItalic';
	font-size: 10px;
	line-height: 12px;
}
body.home .instagram-feed-container .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
body.home .instagram-feed-container .grid .grid-item {
    width: 322px;
    height: 322px;
    position: relative;
}
body.home .instagram-feed-container .grid .grid-item img,
body.home .instagram-feed-container .grid .grid-item video {
    object-fit: cover;
    max-width: 100%;
}
body.home .instagram-feed-container .grid .grid-item video {
    opacity: 1;
}
body.home .instagram-feed-container .grid .grid-item a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
body.home .instagram-feed-container .grid .grid-item .news-article-caption {
    opacity: 0;
    position: relative;
}
body.home .instagram-feed-container .grid .grid-item:hover .news-article-caption::after {
    content: '';
	right: 20px;
	top: 20px;
	background-image: url('../images/open-link.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 24px;
    height: 24px;
	position: absolute;
}
body.home .instagram-feed-container .grid .grid-item:hover .news-article-caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Conv_Gotham-Light';
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 30px;
    opacity: 1;
    transition: opacity 0.3s;
}
/* Instagram feed */

body.home .popup-content {
	display: none;
}
body.home .main-content {
    padding-left: 5px;
    padding-right: 5px;
}
body.portfolio .main-content {
    padding-left: 0;
    padding-right: 0;
}
.cos-masonry {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 1406px;
    display: none;
}
.cos-masonry .grid-item {
	width: 50%;
}
.cos-masonry .cos-masonry-item {
	max-width: 668px;
	width: auto;
	margin-bottom: 100px;
	margin-left: 35px;
	margin-right: 35px;
}
.cos-masonry .cos-masonry-item img {
	max-width: 100%;
	width: auto;
}
.cos-masonry .cos-masonry-item .content .left a {
	color: #231f20;
	text-transform: uppercase;
	font-family: 'Conv_Caslon224Std-BoldItalic';
	font-size: 34px;
	line-height: 30px;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
	display: block;
	margin-bottom: 10px;
}
.cos-masonry .cos-masonry-item .content .left a:hover,
.cos-masonry .cos-masonry-item .content .left a:focus {
	color: #e54770;
}
.cos-masonry .cos-masonry-item .content .description {
	font-family: 'Conv_Gotham-LightItalic';
	font-size: 12px;
	line-height: 16px;
	color: #231f20;
}
.cos-masonry .cos-masonry-item .content .left {
	float: left;
	max-width: 400px;
	width: auto;
	margin-top: 31px;
	margin-right: 25px;
}
.cos-masonry .cos-masonry-item .content .right {
	float: right;
	width: 150px;
	border-top: 1px solid #000;
	margin-top: 30px;
	padding-top: 27px;
	text-align: right;
    word-wrap: break-word;
}
.cos-masonry .cos-masonry-item .content .right b {
	font-weight: normal;
	font-family: 'Conv_Gotham-Bold';
	font-size: 12px;
	line-height: 16px;
	color: #231f20;
	text-transform: uppercase;
}
.cos-masonry .cos-masonry-item .content .right a {
	font-size: 12px;
	line-height: 16px;
	font-family: 'Conv_Gotham-Book';
	color: #58595b;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
	display: block;
	margin-top: 4px;
}
.cos-masonry .cos-masonry-item .content .right a:hover {
	color: #e54770;
}
#portfolio-content .cos-masonry-item .content .right a {
    margin-top: 0;
}
#portfolio-content .cos-masonry-item .img .img-placeholder,
#portfolio-content .cos-masonry-item .img img {
    width: 100%;
    text-align: center;
}
#portfolio-content .cos-masonry-item .owl-stage-outer,
#portfolio-content .cos-masonry-item .owl-stage,
#portfolio-content .cos-masonry-item .owl-item,
#portfolio-content .cos-masonry-item .item,
#portfolio-content .cos-masonry-item .item a,
#portfolio-content .cos-masonry-item .img-placeholder {
    height: 100%;
}
#portfolio-content .cos-masonry-item .item a,
#portfolio-content .cos-masonry-item .img-placeholder {
    display: block;
}
#portfolio-content .cos-masonry-item .img-placeholder {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
/* ------------------- End - Home ------------------- */

/* ------------------- Begin - Properties ------------------- */
body.properties .header {
    margin-top: 0;
    margin-bottom: 77px;
    max-width: 900px;
    width: auto;
}
body.properties .header .title {
    font-family: 'Conv_Caslon224Std-BoldItalic';
    text-transform: uppercase;
    font-size: 34px;
    line-height: 30px;
    margin-bottom: 13px;
}
body.properties .header .description {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Conv_Gotham-LightItalic';
}
body.properties .header .title,
body.properties .header .description {
    color: #231f20;
}
body.properties .main-container {
    padding-left: 40px;
    padding-right: 40px;
}
body.properties .main-content {
    width: auto;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
body.properties .properties-container {
    overflow: hidden;
}
body.properties .properties {
    margin-left: -10px;
    margin-right: -10px;
}
body.properties .properties .property {
    width: 290px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 67px;
}
body.properties .properties .property img {
    max-width: 100%;
    width: auto;
}
body.properties .properties .property .title,
body.properties .properties .property .author {
    color: #231f20;
    text-align: center;
}
body.properties .properties .property .title {
    font-family: 'Conv_Caslon224Std-BoldItalic';
    font-size: 18px;
    line-height: 18px;
    margin-top: 25px;
    margin-bottom: 4px;
}
body.properties .properties .property .author {
    font-size: 10px;
    line-height: 12px;
    font-family: 'Conv_Caslon224Std-MediumItalic';
    position: relative;
    padding-top: 15px;
}
body.properties .properties .property .author::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 64px;
    background: #231f20;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
/* ------------------- End - Properties ------------------- */

/* ------------------- Begin - News ------------------- */
body.news .news-container {
    max-width: 830px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
body.news .news-container .news {
    position: relative;
    max-width: 830px;
    width: auto;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 95px;
    color: #231f20;
}
body.news .news-container .news::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 109px;
    background: #000;
    margin-left: auto;
    margin-right: auto;
}
body.news .news-container .news .img,
body.news .news-container .news .content {
    width: calc(50% - 15px);
}
body.news .news-container .news .img img {
    max-width: 100%;
    width: auto;
}
body.news .news-container .news .date {
    font-size: 50px;
    line-height: 44px;
    text-transform: uppercase;
    font-family: 'Conv_Caslon224Std-BoldItalic';
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
    margin-bottom: 46px;
}
body.news .news-container .news .description {
    font-size: 22px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Conv_Caslon224Std-BoldItalic';
    margin-bottom: 24px;
}
body.news .news-container .news .full-text {
    font-family: 'Conv_Gotham-Light';
    font-size: 12px;
    line-height: 16px;
}
body.news .news-container .news.even .img {
    float: left;
    margin-right: 15px;
}
body.news .news-container .news.even .content {
    float: right;
    text-align: left;
    margin-left: 15px;
}
body.news .news-container .content a {
    color: #e54770;
    -webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}
body.news .news-container .content a:hover {
    color: #231f20;
}
body.news .news-container .news.odd .img {
    float: right;
    margin-left: 15px;
}
body.news .news-container .news.odd .content {
    float: left;
    text-align: right;
    margin-right: 15px;
}
body.news .news-container .news.text-only .img {
    display: none;
}
body.news .news-container .news.text-only .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
body.news .news-container .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 13px;
}
body.news .news-container .owl-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    background: #E6E7E9;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
body.news .news-container .owl-carousel .owl-dots button.active {
    background: #A8A9AD;
}
body.news.mobile .news-container .news .date {
    font-size: 40px;
}
/* ------------------- End - News ------------------- */

/* ------------------- Begin - Partners ------------------- */
body.partners .header {
    text-align: center;
    margin-bottom: 103px;
}
body.partners .header ul,
body.partners .header ul li {
    display: inline-block;
    text-align: center;
}
body.partners .header ul li {
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
    font-family: 'Conv_Caslon224Std-BoldItalic';
    font-size: 14px;
    line-height: 24px;
}
body.partners .header ul li:hover,
body.partners .header ul li.active {
    color: #e54770;
}
body.partners .header ul li:last-child {
    margin-right: 0;
}
body.partners .partners-container {
    max-width: 1160px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
body.partners .partners-container .partners {
    margin-left: -60px;
    margin-right: -60px;
    text-align: center;
    font-size: 0;
}
body.partners .partners-container .partner {
    display: inline-block;
    max-width: 260px;
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 104px;
    vertical-align: top;
}
body.partners .partners-container .partner .img {
    display: table;
    height: 180px;
    width: 100%;
}
body.partners .partners-container .partner .img-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
body.partners .partners-container .partner img {
    max-width: 100%;
    width: auto;
}
body.partners .partners-container .partner .keywords {
    border-top: 1px solid #cbccce;
    padding-top: 15px;
    font-family: 'Conv_Caslon224Std-BookItalic';
    font-size: 13px;
    line-height: 20px;
    color: #6d6f71;
    text-align: left;
}
body.partners .partners-container .partner .keywords ul,
body.partners .partners-container .partner .keywords ul li {
    display: inline-block;
}
body.partners .partners-container .partner .keywords ul li {
    margin-right: 15px;
}
body.partners .partners-container .partner .keywords ul li:last-child {
    margin-right: 0;
}
body.partners .partners-container .partner .keywords a {
    text-transform: uppercase;
    color: #e54770;
}
/* ------------------- End - Partners ------------------- */

/* ------------------- Begin - Contact ------------------- */
body.contact .contact {
    max-width: 1138px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}
body.contact .contact.vertical-align-center {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
body.contact .contact .left,
body.contact .contact .right {
    float: left;
}
body.contact .contact .left {
    text-align: right;
    width: auto;
    max-width: 460px;
    margin-right: 40px;
}
body.contact .contact .right {
    width: calc(100% - 500px);
}
body.contact .contact img {
    max-width: 100%;
    width: auto;
}
body.contact .contact .title {
    color: #231f20;
    font-size: 50px;
    line-height: 44px;
    font-family: 'Conv_Caslon224Std-BoldItalic';
    padding-bottom: 12px;
    border-bottom: 1px solid #cbccce;
    text-transform: uppercase;
    margin-bottom: 30px;
}
body.contact .contact .description {
    font-family: 'Conv_Gotham-Light';
    color: #231f20;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 42px;
}
body.contact .contact .contact-info {
    font-family: 'Conv_Caslon224Std-BoldItalic';
    text-transform: uppercase;
    color: #231f20;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}
body.contact .contact .contact-info a {
    color: #e35230;
}
body.contact .contact .contact-info a:hover {
    color: #e54770;
}
/* ------------------- End - Contact ------------------- */

/* ------------------- Begin - Newsletter ------------------- */
body .newsletter {
    color: #e54770;
    width: 320px;
    height: 190px;
    border: 1px solid #cbccce;
    font-family: 'Conv_Caslon224Std-BoldItalic';
    text-align: center;
    display: none;
    position: fixed;
	right: 50px;
    z-index: 2;
    background: #fff;
}
body .newsletter .newsletter-step {
    display: none;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}
body .newsletter .newsletter-step a {
    color: #e54770;
}
body .newsletter .newsletter-step-1 {
    display: block;
}
body .newsletter .newsletter-step-2,
body .newsletter .newsletter-step-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-family: 'Conv_Caslon224Std-BookItalic';
    font-size: 14px;
    line-height: 26px;
    color: #231f20;
    text-transform: uppercase;
}
body .newsletter input[type=text] {
    border: 0;
    border-bottom: 1px solid #231f20;
    font-family: 'Conv_Caslon224Std-BookItalic';
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    width: 220px;
    line-height: 100%;
    color: #231f20;
}
body .newsletter input[type=text].empty {
    border-bottom: 1px solid #e35230;
    color: #e35230;
}
body .newsletter input[name=name] {
    margin-top: 48px;
    margin-bottom: 19px;
}
body .newsletter input[name=email] {
    margin-bottom: 17px;
}
body .newsletter input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #231f20;
}
body .newsletter input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #231f20;
}
body .newsletter input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #231f20;
}
body .newsletter input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #231f20;
}
body .newsletter input[type=text].empty::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e35230;
}
body .newsletter input[type=text].empty::-moz-placeholder { /* Firefox 19+ */
  color: #e35230;
}
body .newsletter input[type=text].empty:-ms-input-placeholder { /* IE 10+ */
  color: #e35230;
}
body .newsletter input[type=text].empty:-moz-placeholder { /* Firefox 18- */
  color: #e35230;
}
body .newsletter input[type=button] {
    font-family: 'Conv_Caslon224Std-BoldItalic';
    font-size: 16px;
    line-height: 26px;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}
body .newsletter #newsletter-not-now {
    float: left;
    color: #a7a9ac;
}
body .newsletter #newsletter-subscribe {
    float: right;
    color: #231f20;
}
body .newsletter input[type=button]:hover {
    color: #e54770 !important;
}
body .newsletter.animation {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
    display: block;
}
body .newsletter.animation-show {
	-webkit-animation-name: newsletter-popup-show;
	animation-name: newsletter-popup-show;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
    -webkit-animation-delay: 3s;
	animation-delay: 3s;
	bottom: -240px;
}
body .newsletter.animation-hide {
	-webkit-animation-name: newsletter-popup-hide;
	animation-name: newsletter-popup-hide;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	bottom: 50px;
}
@-webkit-keyframes newsletter-popup-show {
	from { bottom: -240px; }
    to { bottom: 50px; }
}
@keyframes newsletter-popup-show {
	from { bottom: -240px; }
    to { bottom: 50px; }
}
@-webkit-keyframes newsletter-popup-hide {
	from { bottom: 50px; }
    to { bottom: -240px; }
}
@keyframes newsletter-popup-hide {
	from { bottom: 50px; }
    to { bottom: -240px; }
}
/* ------------------- End - Newsletter ------------------- */

/* ------------------- Begin - Studio details ------------------- */
body.portfolio .portfolio-details,
body.search .portfolio-details {
    width: auto;
    max-width: 1406px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}
body.portfolio .portfolio-details .studio-details h1 {
    font-size: 60px;
    line-height: 60px;
    color: #231f20;
    font-family: 'Conv_Gotham-Ultra';
    max-width: 550px;
}
body.portfolio .portfolio-details .studio-details {
    margin-bottom: 145px;
}
body.portfolio .portfolio-details .studio-details .description {
    max-width: 550px;
    width: auto;
    margin-top: 19px;
    border-top: 1px solid #0F0F0F;
    padding-top: 15px;
    margin-bottom: 20px;
    font-family: 'Conv_Gotham-LightItalic';
    font-size: 12px;
    line-height: 18px;
    color: #000;
}
body.portfolio .portfolio-details .studio-details .description a,
body.portfolio .portfolio-details .studio-details > a {
    color: #e35230;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Conv_Gotham-Book';
    -webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}
body.portfolio .portfolio-details .studio-details > a:hover {
    color: #e54770;
}
body.portfolio .portfolio-details .studio-video .video,
body.portfolio .portfolio-details .studio-video .info,
body.search .portfolio-details .studio-video .video,
body.search .portfolio-details .studio-video .info {
    float: left;
}
body.portfolio .portfolio-details .studio-video.right .video,
body.portfolio .portfolio-details .studio-video.right .info,
body.search .portfolio-details .studio-video.right .video,
body.search .portfolio-details .studio-video.right .info {
    float: right;
}
body.portfolio .portfolio-details .studio-video .video,
body.search .portfolio-details .studio-video .video {
    width: calc(100% - 426px);
}
body.portfolio .portfolio-details .studio-video .info,
body.search .portfolio-details .studio-video .info {
    width: 350px;
    margin-left: 50px;
    margin-right: 26px;
}
body.portfolio .portfolio-details .studio-video.right .info,
body.search .portfolio-details .studio-video.right .info {
    margin-left: 0;
    margin-right: 50px;
}
body.portfolio .portfolio-details .studio-video.right,
body.search .portfolio-details .studio-video.right {
    text-align: right;
}
body.portfolio .portfolio-details .studio-video .title,
body.search .portfolio-details .studio-video .title {
    font-family: 'Conv_Caslon224Std-BoldItalic';
    font-size: 34px;
    line-height: 30px;
    color: #231f20;
    border-bottom: 1px solid #0F0F0F;
    text-transform: uppercase;
    padding-bottom: 4px;
    margin-bottom: 25px;
    word-wrap: break-word;
}
body.portfolio .portfolio-details .studio-video .description,
body.search .portfolio-details .studio-video .description {
    font-family: 'Conv_Gotham-LightItalic';
    font-size: 12px;
    line-height: 18px;
    color: #292728;
    margin-bottom: 35px;
}
body.portfolio .portfolio-details .studio-video .tags,
body.search .portfolio-details .studio-video .tags {
    font-family: 'Conv_Caslon224Std-BoldItalic';
    font-size: 13px;
    line-height: 20px;
    color: #292728;
    text-transform: uppercase;
    word-wrap: break-word;
}
body.portfolio .portfolio-details .studio-video .arrow,
body.search .portfolio-details .studio-video .arrow {
    background-image: url('../images/Arrow_to_next_video.svg');
    width: 186px;
    height: 34px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: background-image .3s linear;
	-moz-transition: background-image .3s linear;
	-o-transition: background-image .3s linear;
	transition: background-image .3s linear;
    margin-top: 90px;
    margin-bottom: 86px;
}
body.portfolio .portfolio-details .studio-video .arrow:hover,
body.search .portfolio-details .studio-video .arrow:hover {
    background-image: url('../images/Arrow_to_next_video_rollover.svg');
}
body.portfolio .portfolio-details .studio-video.studio-last,
body.search .portfolio-details .studio-video.studio-last {
    margin-bottom: 210px;
}
body.portfolio .portfolio-details .studio-video.studio-last .arrow,
body.search .portfolio-details .studio-video.studio-last .arrow {
    display: none;
}
body.portfolio .portfolio-details .studio-image img {
    max-width: 100%;
    width: auto;
}
.lazyframe {
    opacity: 0;
    -webkit-transition: background-image .3s linear;
	-moz-transition: background-image .3s linear;
	-o-transition: background-image .3s linear;
	transition: background-image .3s linear;
}
.lazyframe .lazyframe__title {
    display: none;
}
.lazyframe[data-vendor="vimeo"] {
    background-color: #000 !important;
    background-repeat: no-repeat;
}
body .lazyframe[data-vendor="vimeo"]:after,
body .lazyframe[data-vendor="vimeo"]:hover::after {
    width: 110px;
    height: 110px;
    background-image: url('../images/custom_play_button.svg');
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -55px;
    position: absolute;
}
/* ------------------- End - Studio details ------------------- */

/* ------------------- Begin - Search ------------------- */
body.search h1 {
    font-family: 'Conv_Caslon224Std-BoldItalic';
    font-size: 34px;
    line-height: 30px;
    color: #231f20;
    text-transform: uppercase;
    margin-bottom: 37px;
}
body.search .search-tags {
    margin-bottom: 120px;
}
body.search .search-tags ul {
    display: block;
    max-width: 800px;
}
body.search .search-tags ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
    font-family: 'Conv_Caslon224Std-BoldItalic';
    font-size: 18px;
    line-height: 18px;
    padding: 6px;
    text-transform: uppercase;
    color: #231f20;
    background: #efeff0;
}
body.search .search-tags ul li:hover,
body.search .search-tags ul li.active {
    color: #fff;
    background: #e54770
}
body.search .search-tags ul li:last-child {
    margin-right: 0;
}
/* ------------------- End - Search ------------------- */

.loading-content {
    width: 50px;
	height: 15px;
	background-image: url('../images/ajax-loader.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 100px auto;
}


/* ------------------- Begin - Vimeo fix ------------------- */
/* .lazyframe {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.lazyframe iframe,
.lazyframe object,
.lazyframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
/* ------------------- End - Vimeo fix ------------------- */

#site-loading {
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    position: fixed;
}
#site-loading.no-animations {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}


@media (max-width: 1410px) {
	/* ------------------- Begin - Home ------------------- */
	body.home .owl-slide-content,
	body.home .owl-carousel-container .general,
	body.home .owl-carousel-container .general-mobile,
	body.home .owl-dots {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	body.home .owl-slide-content::before {
		left: 40px;
	}
	/* ------------------- End - Home ------------------- */
}
@media (max-width: 1024px) {
    /* ------------------- Begin - Home ------------------- */
    body.contact .contact .title {
        font-size: 40px;
        line-height: 36px;
    }
    .cos-masonry .cos-masonry-item .content .left a {
        font-size: 30px;
        line-height: 28px;
    }
    /* ------------------- End - Home ------------------- */

    /* ------------------- Begin - Contact ------------------- */
    body.contact .contact {
        margin-top: 0;
        max-width: 690px;
        margin-bottom: 50px;
    }
    body.contact .contact .left,
    body.contact .contact .right {
        float: none;
        text-align: left;
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
    body.contact .contact .left {
        margin-bottom: 60px;
    }
    /* ------------------- End - Contact ------------------- */

    /* ------------------- Begin - Studio details ------------------- */
    body.portfolio .portfolio-details,
    body.search .portfolio-details {
        padding-right: 80px;
    }
    body.portfolio .portfolio-details .studio-video .video,
    body.search .portfolio-details .studio-video .video {
        width: 100%;
    }
    body.portfolio .portfolio-details .studio-video .info,
    body.search .portfolio-details .studio-video .info {
        margin-top: 42px;
        margin-left: 0;
        margin-right: 0 !important;
        max-width: 600px;
        width: auto;
    }
    /* ------------------- End - Studio details ------------------- */
}
@media (max-width: 828px) {
    body.home .main-content,
    body.portfolio .main-content,
    body.search .main-content,
    body.properties .main-container,
    body.news .main-content,
    body.partners .main-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    body.partners .main-content {
        padding-left: 60px;
        padding-right: 60px;
    }
    .cos-masonry .grid-item {
        width: 100%;
    }
    .cos-masonry .cos-masonry-item {
        margin-left: auto;
        margin-right: auto;
    }
    body.portfolio .portfolio-details,
    body.search .portfolio-details {
        padding-left: 0;
        padding-right: 40px;
    }
}
@media (max-width: 812px) {
    /* ------------------- Begin - News ------------------- */
    body.news.not_tablet .news-container .news .img {
        margin-bottom: 33px;
    }
    body.news.not_tablet .news-container .news .img,
    body.news.not_tablet .news-container .news .content {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
    }
    /* ------------------- End - News ------------------- */
}
@media (max-width: 768px) {
	/* ------------------- Begin - Home ------------------- */
	body.home .owl-carousel-container .general,
	body.home .owl-carousel-container .owl-slide-content,
	body.home .owl-dots {
		display: none;
	}
	body.home .owl-carousel-container .general-mobile {
		display: block;
	}
	/* ------------------- End - Home ------------------- */
}
@media (max-width: 639px) {
	/* ------------------- Begin - Partners ------------------- */
	body.partners .partners-container .partner .img {
        height: auto;
    }
    body.portfolio .portfolio-details .studio-details h1 {
        font-size: 44px;
        line-height: 42px;
    }
	/* ------------------- End - Partners ------------------- */
}
@media (max-width: 550px) {
    body .lazyframe[data-vendor="vimeo"]:after,
    body .lazyframe[data-vendor="vimeo"]:hover::after {
        width: 80px;
        height: 80px;
        margin-top: -40px;
    }
}
@media (max-width: 400px) {
    body .lazyframe[data-vendor="vimeo"]:after,
    body .lazyframe[data-vendor="vimeo"]:hover::after {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }
}
