/*!
Theme Name: hypertria
Theme URI: http://underscores.me/
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# AlignmentsLia
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	overflow-x: hidden;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important;

	--color-white: #FFFFFF;
	--color-black: #000000;
  
	/* Primary Colors */
	--color-red: #EE3A49;       /* Vivid Blossom */
	--color-pink: #F5A3C1;      /* Hyper Sun */
	--color-yellow: #FFDA00;    /* Eco Pulse */
	--color-green: #0FA64B;     /* Eco Green */
	--color-blue: #3859A7;      /* Sonic Blue */
	--color-purple: #4F2772;    /* Deep Current */
	
	--main-font:'Aeonik Regular';
}


.lia-animation {
    position: relative;
    display: inline-block;
    width: 330px;
    height: 330px;
    text-align: right;
    margin-right: 22.5px;
}
.lia-animation::before{
    content: '';
    /* background: url(./images/George_background.svg); */
    background: url(./images/lia_new_contact.svg);
    width: 330px;
    height: 330px;
    background-size: 100% 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    animation: rotate-bg 15s linear infinite;
}


::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgb(255, 14, 14)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

/* Sections
	 ========================================================================== */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

/* @font-face {
    	font-family:var(--main-font);

    font-style: normal;
    font-weight: normal;
    src: url("./fonts/BIG_CASLON/Big_Caslon_Medium.woff2") format("woff2");
} */
@font-face {
    font-family: 'Aeonik Regular';
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Aeonik/AeonikPro-Regular.woff2") format("woff2");
}
.BigCaslon{
	font-family:'Aeonik Regular';
}

/* @font-face {
	font-family:var(--main-font);
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/DINAMO_Whyte_Inktrap_Regular/ABCWhyteInktrap-Regular.woff2") format("woff2");
} */

/* @font-face {
    font-family: 'Aeonik Medium';
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Aeonik/AeonikPro-Medium.woff2") format("woff2");
} */
.WhyteInktrap{
	font-family:var(--main-font);
}
/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	   START COLORS	 					   */
/*-------------------------------------------------------------*/
.whiteFontColor {
	color: #fff;
}

.whiteBackgroundColor {
	background: #fff;
}

.blackFontColor {
	color: #000;
}

.blackBackgroundColor {
	background: #000;
}

.blueFontColor {
	color: #2521FF;
}

.blueBackgroundColor {
	background: #2521FF;
}

.lightGrayBackgroundColor {
	background: #F4F4F4;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/



/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

body {
	overflow-x: hidden !important;
    font-size: 28px;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	color: #000;
}

p {
    font-size: 20px;
    line-height: 30px;
}

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.6;
    color: inherit;
	text-transform: none;
	letter-spacing: normal;
}

h2 {
    font-size: 2.4em;
    line-height: 1.3em;
    margin: 0 0 .3em;
    font-weight: 300;
}

.displayblock {
	display: block !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

.wp-video {
    width: 100vw !important;
}

.mejs-controls {
    opacity: 0 !important;
}

.mesj-video {
    width: 100vw;
    max-width: 1920px;
    height: 100vh;
}

.mejs-container {
	pointer-events: none;
}

#masthead {
    position: fixed;
    z-index: 12;
    width: 100vw;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 45px;
    padding-right: 45px;
	transition: all .4s ease;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{
	background-color: white !important;
	transform: translate3d(0, 10px, 0) rotate(37deg) !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
	background-color: white !important;
}

#main_logo {
	background-image: url('./images/LOGO-MENU-1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#main_logo_white{
	top: 15px;
	background-image: url('./images/main-logo-white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute !important;
	left: 15px !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
	transform: translate3d(0, -20px, 0) rotate(-74deg) !important;
}

.dashicons-arrow-right-alt:before {
    content: url('./images/arrow_menu_landing.svg') !important;
}

li#mega-menu-item-206,
li.mega-menu-item-with-arrow {
    cursor: default;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
    margin: 0px 0 0 23px !important;
    padding-right: 70px;
}

#landing-logo,
#animated-logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 341px;
    height: 341px;
    position: absolute;
    bottom: 50px;
    right: 53px;
}

.site-footer{
background-color: var(--color-black);
}


.site-footer .mobile-logo {
	display: none;
}
.footer-social-description, .footer-social-description p {
	/*font-size: 45px;*/
	line-height: normal;
	margin: 0;
}

.footer-social-link {
	padding-right: 8px;
}

.footer-social-link{
	font-size: 26px;
	line-height: 29px;
	letter-spacing: 0.26px;
}
.footer-social-description, .footer-social-description p{
	font-size: 35px;
	line-height: 39px;
	letter-spacing: 0.35px;
}
.footer-social-link:hover, .footer-social-link:focus, .footer-social-link:active {
	color: inherit;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.footer-social-link:before {
	content: ', ';
	position: absolute;
	right: 0px;
	bottom: 0;
}
.footer-social-link:last-child {
	padding-right: 0;
}
.footer-social-link:last-child:before {
	content: none;
}

#colophon {
    padding-top: 38px;
    padding-bottom: 50px;
    padding-left: 45px;
    padding-right: 45px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-main-row {
	height: auto;
	align-items: flex-end;
}

.footer-social-description {
	padding-bottom: 44px;
}
.footer-description-first-sentence {
	text-align: left;
	padding-left: 100px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: transparent !important;
}
/* 
.wp-video-shortcode video, video.wp-video-shortcode,
.mejs-container,
.wp-video {
   
} */

#contact-animated-section {
    height: 340px;
}

.project-template #contact-animated-section {
    height: 618px;
}

.hover-text-contact, .hover-text-contact p, .hover-text-contact span {
	font-size: 228px;
	height: 100%;
	width: max-content;
	line-height: 1;
	margin: 0;
	display: flex;
}

.project-template .hover-text-contact, .project-template .hover-text-contact p, .project-template .hover-text-contact span {
	font-size: 338px;
	height: 100%;
	width: max-content;
	line-height: 1;
	margin: 0;
	display: flex;
	letter-spacing: -15px;
}

#arrow-contact-us {
    position: absolute;
    background-image: url('./images/hover-contact-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 135px;
    height: 190px;
    margin-left: -0.85em;
    margin-top: 12px;
}

#contact-animated-section {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact .title-desc div:nth-child(2){
	font-size: 55px;
	line-height: 65px;
	letter-spacing: 0.55px;
	display: inline;
	margin-left: 264px;
	font-family: var(--main-font);
}
.contact-ticker a{
	color: white;
	text-decoration:none;
	margin-top: 0em;
	text-align: center;
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
  
.contact-ticker, .first-link{
	-webkit-transition: 2.5s;
	-moz-transition: 2.5s;
	transition: 2.5s;     
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	transition-timing-function: linear;
}
  
.contact-ticker{
	overflow: hidden;
	padding-left: 48px;
	padding-right: 48px;
}
  
.contact-ticker a:hover{
	text-decoration: none;
}
  
.first-link{
	margin-left: 0em;   
}
  
.contact-ticker:hover .first-link{
	margin-left: -61.5%
}

.project-template .contact-ticker:hover .first-link{
	margin-left: -69.5%
}

.contact-us-link {
	padding-left: 1em !important;
}

.contact-us-link a:after {
    content: "";
    position: relative;
    height: 1px;
    width: 100%;
    left: 1%;
    top: -4%;
    border-bottom: 5px solid #ffffff;
    display: block;
}

.projectContentBox {
    width: 100%;
	/*margin-top: 162px !important;*/
}

.projectContentBox:first-child {
    margin-top: 0 !important;
}

.projectContentBox:last-child {
    margin-bottom: 67px !important;
}

.projectContentBoxCropped, .project_info_wrapper {
    max-width: 79.75%;
    margin: auto;
}

.clientsSection .clientsMaxWidth {
    max-width: 100% !important;
    margin: 0 auto;
}

.project_video_hmpg, .project_video_works {
    width: 100%;   
    vertical-align: bottom;
}
.homepage div#landing-video-section video.project_video_hmpg {
    height: 100vh;
    object-fit: cover;
}

#landing-video-section {
	margin-bottom: 87px;
}

.project-template #landing-video-section {
	margin-bottom: 0;
}




/* Kostas - New Hypertria styles */

.project_link_container {
	opacity: 0;
	transition: all .15s linear;
}


.project_link_container {
	position: relative;
}

 .project_link_bg{
	position:absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all .31s linear;
	top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
}
.full-width-project-row .project_link_bg{
	width:100vw !important;
}


.project_link_container:hover{

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
	transition: all .15s linear;
	/* transition-delay: .1s; */
	opacity: 1;
}

@media(max-width:767px){
	.project_link_container{
		opacity:  1 !important;
	}
}


.arrow-simple {
    width: 140px;
    height: 140px;
    overflow: auto;
}

.arrow-simple svg {
    width: 95%;
    height: 95%;
}

.arrow-simple {
    position: relative;
}
.arrow-mobile-new{display: none;}

@media(max-width:767px){
	.arrow-simple{
		display: none;
	}
	.arrow-mobile-new{display: block; margin-bottom: 40px;;}
}
.hoverr,
.init {
    position: absolute;
    top: 50%;  /* position the top edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
}

.arrow-simple .hoverr path,
.arrow-simple .init path {
    stroke: black;
    stroke-width: 2;
    stroke-dasharray: 1000;
}

/* Default states */
.arrow-simple .init path {
    stroke-dashoffset: 0; /* Start with the path filled */
    stroke: #000;
    transition: stroke-dashoffset 0.25s linear 0.14s;
}

.arrow-simple .hoverr path {
    stroke-dashoffset: 1000; /* Start with an empty path */
    stroke: #fff;
    opacity: 0; /* Hide initially */
    transition: stroke-dashoffset 0.25s linear 0.14s, opacity 0.15s linear;
}

/* Hover states */
.arrow-simple:hover .hoverr path {
    stroke-dashoffset: 33; /* Fill the path on hover */
    stroke: #000;
    opacity: 1; /* Show on hover */
    transition: stroke-dashoffset 0.35s linear 0.14s, opacity 0.15s linear;
}

.arrow-simple:hover .init path {
    stroke: #fff;
    stroke-dashoffset: 1300; /* Empty the path on hover */
    transition: stroke-dashoffset 0.35s linear 0.14s;
}




/* END OF NEW STYLES */



.project_name_title ,
.project_link {
	color: #000;
	font-size: 32px;
	text-decoration: none;
}
.project_name_title:hover, .project_link:hover {
	color: #000;
	text-decoration: none;
}

.homepage .project_name_title {
	line-height: 1;
}

.homepage .project_name_title, 
.homepage .project_name_title:hover, 
.homepage .project_link, .project_link:hover {
	color: #000;
	text-decoration: none;
}

.project_description {
    font-size: 89px;
    line-height: 0.9;
}

.project_subtitle, .project_subtitle p {
    font-size: 65px;
    line-height: 1;
    text-align: center;
	z-index: 99;
}

.project_name, .project_name p {
	font-size: 35px;
	line-height: 1;
    text-align: center;
}



.projectImageBottom .project_link {
	display: inline-block;
}

/*.projectContentBoxInfoCol {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}*/

/*.projectContentBoxCropped .project_link:last-child {
    padding-top: 9em;
    padding-bottom: 1em;
}
*/
/*.landing-arrow-float-right {
    align-self: flex-end;
    padding-right: 1em;
}*/

.landing-arrow-float-center {
    align-self: flex-end;
    padding-bottom: 1em;
    text-align: center;
    float: none;
    margin: auto;
    margin-bottom: 0;
}

img.landing_image__video_hmpg {
    width: 100vw;
    height: 100vh;
}

.half_landing_image {
    width: 100%;
	height: 100vh;
	
	object-fit: cover;
	object-position: center;
}

.landing_title {
    text-transform: uppercase;
    padding-bottom: 30px;
    padding-left: 10px;
	font-size: 120px;
    letter-spacing: -6px;
    line-height: 100px;
}

.scrolledHeader {
	transition: all .4s ease;
	/*background: linear-gradient(#f3f3f3,rgba(255,255,255,0));*/
}
.scrolledHeader #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: var(--color-red);
}
.scrolledHeader #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item  > a.mega-menu-link {
	border-bottom-color: var(--color-red);
}
.scrolledHeader .dashicons-arrow-right-alt:before {
	content: url('./images/arrow_menu_landing_red.svg') !important;
}
.scrolledHeader #main_logo {
	background-image:  url('./images/LOGO-MENU-RED.svg');
}

.scrolledHeader #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
.scrolledHeader #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
.scrolledHeader #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color:  var(--color-red) !important;
}


:root {
	--ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
}

.link-hover, .mega-menu-link, .contact-footer-social-ticker {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.label-with-background {
	font-size: 228px;
}

.shook-radio img.carousel-control-next-icon{
	height: 116px !important;
    right: 0 !important;
    position: absolute !important;
    width: fit-content !important;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    max-width: 180px;
}

.shook-radio a#sliderCarouselNextButton{
	z-index: 100;
}

.shook-radio .bottom-slider-wrapper{
	margin-top: 130px;
	position: relative;
}

.shook-radio #shook{
	top: 0px;
    width: 94%;
    left: 0;
    margin: auto;
    right: 0;
    height: fit-content;
	position: absolute;
}

.shook-radio video#vid_with_bg_2 {
	object-fit: cover;
}

.shook-radio video#vid_with_bg_2,
.shook-radio video#vid_with_bg_4{
	width: 100%;
	height: 100%;
}

.shook-radio  #background-2{
    overflow: auto;
    margin: auto;
    display: flex;
    background-image: url('./images/background_video_image.svg') !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin-top: 0px;
}

.shook-radio #vid_with_bg_3 {
    overflow: auto;
    max-width: auto;
    margin: auto;
    display: flex;
    background-image: url('./images/video_bg_shook.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 853px !important;
    width: 1367px !important;
    margin-bottom: 79px;
    margin-top: 79px;
}

.shook-radio #playVidBtn3{
	margin-top: 0px !important;
}

.shook-radio div#background-2{
	background-color: #F4F4F4;
}

.shook-radio .row.no-gutters.image__video_section{
	margin-bottom: 18px;
	margin-top: 18px;
}

.shook-radio video.project_video_hmpg{
	width: 99.2%;
}

.shook-radio .row.no-gutters.image__video_section .col-md-6.col-12.d-flex:nth-child(2){
	position: relative;
}

.top_half_video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-project .landing-image-column {
	height: 100vh;
	overflow: hidden;
	max-height: 969px;
}


.zoniou-perfumes div#weirdSliderWithBackground,
.shook-radio div#weirdSliderWithBackground,
.onoma-hotel div#weirdSliderWithBackground,
.arcadion-bistrot div#weirdSliderWithBackground,
.e-laptops div#weirdSliderWithBackground ,
.waterland div#weirdSliderWithBackground,
.epperfumes div#weirdSliderWithBackground {
	transform: scale(0.8) !important;
}

#text-without-padding-bottom .textDescriptionContent {
	padding-bottom: 0;
}


@media (hover: none) {
	.link-hover, .mega-menu-link, .contact-footer-social-ticker {
		text-decoration: underline;
   }
}

@media (hover: hover) {
	.link-hover::after,.contact-footer-social-ticker::after {
		pointer-events: none;
		background-color: currentColor;
		bottom: 0;
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		transform: scaleX(0);
		transform-origin: right;
		transition: transform 400ms var(--ease-out-expo);
		width: 100%;
   }
   .contact-footer-social-ticker::after {
   		bottom: 12px;
   }
   .contact-footer-social-ticker::after {
		height: 4px;
	}
	.link-hover:hover::after, .contact-footer-social-ticker:hover::after {
		transform: scaleX(1);
		transform-origin: left;
   }

   .underlineMegaMenuItem .mega-menu-link::before {
		pointer-events: none;
		background-color: currentColor !important;
		bottom: -2px;
		content: "";
		height: 2px !important;
		right: -6px;
		position: absolute !important;
		transform: scaleX(0);
		transform-origin: right;
		transition: transform 400ms var(--ease-out-expo);
		width: 100% !important;
	}
	.underlineMegaMenuItem .mega-menu-link:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}
}

.upperRowTitle {
	font-size: 75px;
	line-height: 1;
	margin-bottom: 0;
	display: inline;
}

/*.upperRowText, .upperRowText p, .read-more-toggler {
	font-size: 50px;
	line-height: 56px;
	margin-bottom: 0;
	z-index: 2;
	position: inherit;
}*/
.upperRowText p {
	padding-bottom: 60px;
}
.upperRowText p:last-child {
	padding-bottom: 0;
}

.movedTextLeft, .movedTextLeft p {
	display: inline;
	margin-left: 2.5em;
}
.upperRowText_moved {
	max-width: 1082px;
	margin:0 auto;
	right: 0;
	left: 0;
}
.upperRowText_moved, .upperRowText_moved p {
    margin-bottom: 0;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    z-index: 1 !important; /*9;*/
}

.text_and_image__video_section {
    padding-top: 115px;
    padding-bottom: 35px;
}

.project_inner_image {
    width: 100%;
	height: 100%;
}

.image__video_section .project_video_hmpg {
    align-self: center;
}

.textDescriptionContent {
    padding-top: 77px;
    padding-bottom: 65px;
}

.textDescriptionContentUp {
    padding-top: 77px;
}

.textUponImgElement {
	margin-bottom: -3em !important;
    z-index: 1 !important; /*99;*/
}

.textUponImgElementWidth {
	max-width: 87.75%;
	margin: auto;
}

.go_to_next_project_wrapper {
	height: 145px;
}

.awardInfo {
	font-size: 25px;
	margin-bottom: 0;
}

.maxWidth90 {
	max-width: 90%;
	margin: auto;
}

.go_to_next_project_text {
	padding-right: 73px;
}
.go_to_next_project_text:after {
    content: '';
    display: inline-flex;
    vertical-align: middle;
    background-image: url('./images/next_project_arrow.svg');
    width: 58px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 3px;
}
/*.go_to_next_project_text:hover {
	cursor: url('./images/next_project_arrow.svg'), auto;
}*/
.go_to_previous_project_text {
	padding-left: 73px;
}
.go_to_previous_project_text:before {
    content: '';
    background-image: url('./images/prev_project_arrow.svg');
    display: inline-flex;
    vertical-align: middle;
    width: 58px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 3px;
}
/*.go_to_previous_project_text:hover {
	cursor: url('./images/prev_project_arrow.svg'), auto;
}*/

/* WEIRD SLIDER WITH BACKGROUND css start */
#weirdSliderWithBackground .cardStackedCarousel {
    height: 100%;
    margin: 0;
    background: transparent;
    position: absolute;
    border: none;
    display: flex;
    justify-content: center;
    transition: all .1s ease-in-out;
}

#weirdSliderWithBackground .go-time {
	/*animation: stacked_carousel_slide 1.25s 0.5s 1;*/
	-webkit-animation: stacked_carousel_slide 1.25s 0.5s 1;
	animation: stacked_carousel_slide 1.25s 0.5s 1;
}

#weirdSliderWithBackground .bottom {
	position: absolute;
	z-index: -1;
	transition: all .1s ease-in-out;
}

#weirdSliderWithBackground .top {
	position: absolute;
	z-index: 3;
	transition: all 1s ease-in-out;
}

#weirdSliderWithBackground .active {
	/*transform: scale(1.1);
	transition: all 0.1s ease-in-out;*/

	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#weirdSliderWithBackground .middle {
	z-index: 5 !important;
}

#weirdSliderWithBackground .transition .previous {
	-webkit-animation: scale_img .7s 0.5s forwards;
	animation: scale_img .7s 0.5s forwards;
}

#weirdSliderWithBackground .picStackedCarousel {
	width: 95%;
	margin: 1.75% 2.5%;
	align-self: center;
}

@-webkit-keyframes scale_img {
    0% { 
	    -webkit-transform: scale(1);
		transform: scale(1); 
	}
	100% { 
	 	-webkit-transform: scale(1.1);
		transform: scale(1.1); 
	}
}
@keyframes scale_img {
	0% { 
	    -webkit-transform: scale(1);
		transform: scale(1); 
	}
	100% { 
	 	-webkit-transform: scale(1.1);
		transform: scale(1.1); 
	}
}

@keyframes stacked_carousel_slide {
	0% {transform: translate(0,0); opacity: 0.8;}
	20% { transform: translate(550px,0); z-index: 3; opacity: 0; }
	21% { z-index: -1; opacity: 0;}
	31% { z-index: -1; opacity: 0.6;}
	32% { z-index: -1; opacity: 0.7;}
	33% { z-index: -1; opacity: 0.8;}
	34% { z-index: -1; opacity: 0.9;}
	55% {transform: translate(0,0); z-index: -1; opacity: 1;}
}

#weirdSliderWithBackground {
    position: relative;
    height: 1080px;
    width: 100%;
    z-index: 1;
}

#weirdSliderWithBackground #main-stacked-gallery-wrapper {
	position: relative;
    height: 100%;
}

#weirdSliderWithBackground .carousel-control-next {
	right: -3.5em !important;
}
/* WEIRD SLIDER WITH BACKGROUND css end */



/* SLIDER 896 * 1120 WITH BACKGROUND css start */
#slider896_1120 .cardSlider {
    height: 100%;
    margin: 0;
    background: transparent;
    position: absolute;
    border: none;
    display: flex;
    justify-content: center;
    transition: all .1s ease-in-out;
}

#slider896_1120 .go-time {
	animation: stacked_carousel_slide 1.25s 0.5s 1;
}

#slider896_1120 .bottom {
	position: absolute;
	z-index: -1;
	transition: all .1s ease-in-out;
}

#slider896_1120 .top {
	position: absolute;
	z-index: 3;
	transition: all 1s ease-in-out;
}

#slider896_1120 .active {
	transform: scale(1);
	transition: all 0.1s ease-in-out;
}

#slider896_1120 .middle {
	z-index: 5 !important;
}

#slider896_1120 .picSlider {
	width: 95%;
	margin: 1.75% 2.5%;
	align-self: center;
	max-height: 750px;
}

@keyframes stacked_carousel_slide {
	0% {transform: translate(0,0); opacity: 0.8;}
	20% { transform: translate(550px,0); z-index: 3; opacity: 0; }
	21% { z-index: -1; opacity: 0;}
	31% { z-index: -1; opacity: 0.6;}
	32% { z-index: -1; opacity: 0.7;}
	33% { z-index: -1; opacity: 0.8;}
	34% { z-index: -1; opacity: 0.9;}
	55% {transform: translate(0,0); z-index: -1; opacity: 1;}
}

#slider896_1120 {
    position: relative;
    height: 1754px;
    width: 100%;
    z-index: 1;
    /*margin-top: -5em !important;*/
	margin-bottom: 2em !important;
}

#slider896_1120 #main-slider-wrapper {
	position: relative;
    height: 100%;
}

#sliderCarouselNextButton span.carousel-control-next-icon,
#sliderCarouselNextButtonMob span.carousel-control-next-icon {
	right: auto;
}
/* SLIDER 896 * 1120 WITH BACKGROUND css end */


span.carousel-control-next-icon {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    display: block;
	right: 0;
    position: absolute;
	cursor: pointer;
}

#weirdSliderWithBackground span.carousel-control-next-icon {
	left: 100%;
	right: inherit;	
	margin-left: 2em;
}

.slider-background {
	background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    display: block;
    width: 100%;
    height: 1269px;
    position: absolute;
    right: 0;
    left: 0;
	top: 3em;
}

#weirdSliderWithBackground span.carousel-control-next-icon {
	width: 127px;
	height: 127px;
}

#slider896_1120 span.carousel-control-next-icon {
	width: 1359px;
    height: 1269px;
}

.carousel-control-next {
	opacity: 1;
    z-index: 9999;
    cursor: pointer;
}

#main-stacked-gallery-wrapper img,
#main-slider-wrapper img {
	max-width: max-content !important;
}

.slider-image-portrait {
	width: 80% !important;
}

.slider-image-landscape {
	width: 100% !important;
}

.slider-image-square {
	width: 60% !important;
}

.upperRowText a {
    color: inherit;
    text-decoration: underline;
}

.width_image_auto {
	width: auto;
	height: 100%;
}

.flex_col {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.icon_text_wrapper p {
    font-size: 85px;
    margin-bottom: 0;
    line-height: 75px;
    text-align: left;
    text-transform: uppercase;
	position: absolute;
    left: 50px;
    top: -59px;
	letter-spacing: -4.25px;
}

.icon_text_wrapper  {
	display: flex;
    align-items: inherit;
}

.full_width_carousel_column .carousel-control-prev .carousel-control-prev-icon {
	background-image: url('./images/arrow_full_prev.svg');
	width: 60px !important;
    height: 44px !important;
}
/*.full_width_carousel_column .carousel-control-prev .carousel-control-prev-icon:hover {
	cursor: url('./images/arrow_full_prev.svg'), auto;
}*/

.full_width_carousel_column .carousel-control-next .carousel-control-next-icon {
	background-image: url('./images/arrow_full_next.svg');
	width: 60px !important;
    height: 44px !important;
	right: unset;
	left: 0;
}
/*.full_width_carousel_column .carousel-control-next .carousel-control-next-icon:hover {
	cursor: url('./images/arrow_full_next.svg'), auto;
}*/

.full_width_carousel_column .carousel-control-prev,
.full_width_carousel_column .carousel-control-next {
	opacity: 1;
	top: 48%;
    transform: translateY(-48%);
}

.full_width_carousel_column .carousel-control-prev {
    right: 44px;
    left: auto;
    margin-top: 70px !important;
    height: max-content;
    width: 60px;
}

.full_width_carousel_column .carousel-control-next {
    right: 44px;
    left: auto;
    height: max-content;
	z-index: 1 !important;
	width: 60px;
}

.full_width_img_and_title_section {
    margin-top: 15em;
}

.full_width_img_and_title_section .icon_text_wrapper p {
    z-index: 1 !important; /*9;*/
    margin-top: -1.1em;
}

.key_word {
    font-size: 35px;
    line-height: 58px;
    width: max-content;
    padding-left: 25px;
    padding-right: 25px;
	display: inline-block;
	float: left;
	margin-bottom: 15px;
	white-space: nowrap;
	margin-right: 10px;
}

.key_word_border {
	border: 2px solid #fff;
    border-radius: 50px;
}

.key_words_box {
	padding-top: 50px;
	padding-bottom: 35px;
	padding-right: 45px !important;
	padding-left: 45px !important;
}

.tagsTitleText, .tagsTitleText p {
    font-size: 89px;
    line-height: 0.9;
}

.tagsTitleText {
	padding-top: 75px;
	padding-bottom: 25px;
}

.tagsTitleText p:after {
    content: url('./images/arrow_right_tags.svg');
    padding-left: 95px;
    width: 75.67px;
    height: 62.6px;
}

.agency .full-screen-section:first-child .upperRowText {
	max-width: 1524px;
}
.agency .full-screen-section {
	height: auto;
}

.agency img.icon-text-block {
	display: inline-block;
	float: right;
}
.agency .hp-agency div:before {
    content: '';
    display: inline-block;
    width: 370px;
    height: 52px;
}

.agency .awardSection {
	/*max-width: 1524px;*/
	max-width: 79.75%;
	margin: 0 auto;
	padding-top: 55px;
	padding-bottom: 100px;
}

.agency .tags_section {
	padding-bottom: 50px;
}
.agency #agency-no-top-margin-text .col-md-12.projectContentBoxCropped.textDescriptionContent {
	padding: 108px 0;
}

.clients-label div:nth-child(2):after {
    padding-left: 95px;
    width: 75.67px;
    height: 62.9px;
}

/*.icon-text-block {
    position: absolute;
    right: 2em;
    margin-top: -6em;
    z-index: 1;
}
*/
.full-screen-section {
	height: 100vh;
}

.award_info_wrapper {
    padding-bottom: 60px;
	left: -50%;
    float: left;
    display: contents;
}

.award_info_wrapper > * {
    line-height: 1.2;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	margin: 0px 10px 0px 10px;
	padding: inherit;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item.mega-menu-item-with-arrow > a.mega-menu-link {
	text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 2px;
    border-bottom: unset;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
	background-color: black !important;
}

.contact #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
.contact #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
.contact #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
	background-color: #FFFFFF !important;
}

.awardSection {
	padding-top: 50px;
	padding-bottom: 165px;
}

.award_info_wrapper:last-child {
	padding: 0;
}



.agency {
	background-color: #F4F4F4;
}

.clientsSection{
	padding-top: 125px;
	padding-bottom: 175px;
}

.clientsLogoRow {
	padding-top: 140px;
}

.clientsRowTop {
	margin-top: 65px;
}

.clientLogo {
    max-width: max-content;
    margin: 0 1.5em;
}

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

.clientLogo:last-child {
    margin-right: 0;
}

.center-left-align-col {
	left: 40%;
    float: left;
    width: 100%;
}

.contact {
	background-color: #000000;
}

.contact .mega-menu-link {
    color: #fff !important;
}

.contact #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
.contact #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
.contact #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	border-bottom: 0px !important;
}

.contact .dashicons-arrow-right-alt:before {
    content: url('./images/white_arrow_right.svg') !important;
}

.contact #main_logo {
    background-image: url('./images/LOGO-MENU-1-WHITE.svg');
}

.full_width_image_section_wrapper {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 130px;
	padding-bottom: 75px;
}

.contact_info_section {
	padding-top: 75px;
}

.full_width_image_section_wrapper .textUponImgElement {
    margin-bottom: -1.33em !important;
    z-index: 1 !important;/*9*/
}

.contact_big_font p {
    line-height: 1;
    padding-top: 42px;
}

.contact_big_font {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #fff;
    text-decoration-thickness: 2.5px;
    text-decoration-skip-ink: auto;
    text-underline-offset: 11px;
}

.upperRowText p a {
	text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #000;
    text-decoration-thickness: 2.5px;
    text-decoration-skip-ink: auto;
    text-underline-offset: 11px;
}

.read-more-toggler {
	text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-color: #000 !important;
    text-decoration-thickness: 2.5px !important;
    text-decoration-skip-ink: auto !important;
    text-underline-offset: 11px;
}

.paddingTopContactInfo {
	padding-top: 175px;
}

.read-more-content{
	display: none;
	padding-top: 22px;
	padding-bottom: 75px;
}

.visibleTextToggler {
	padding-bottom: 75px;
}

.paddingBottom22 {
	padding-bottom: 22px;
}

.addressColContact .contact_big_font {
	text-decoration: none !important;
}

.read-more-toggler {
	padding-top: 75px;
}

.contactEmailLink, .contactEmailLink:focus, .contactEmailLink:active, .contactEmailLink:hover {
	color: #fff;
	text-decoration: none;
}

.read-more-toggler, .read-more-toggler:focus, .read-more-toggler:active, .read-more-toggler:hover {
	text-decoration: none;
	color: inherit;
}

.contact_info_medium_text, .contact_info_medium_text p {
	font-size: 25px;
}

img.landing_image__video_hmpg {
	max-height: 1080px;
	object-fit: cover;
}

.paddingTopContact {
	padding-top: 130px;
}

/* .contact_person_icon {
	width: 237px;
	height: 237px;
} */

.contact_person_icon_left {
	float: right;
	margin-right: 22.5px;
}

.contact_person_icon_right {
	float: left;
	margin-left: 22.5px;
}

.arrow_contact_bottom {
    background-image: url('./images/ARROW_CONTACT.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 33.91px;
    height: 45.84px;
    margin: auto;
    margin-top: 25px;
}

/* .address_icon {
    width: 230px;
    height: auto;
    margin-top: -1.5em;
} */
/* 
.contact .hover-text-contact, 
.contact .hover-text-contact p, 
.contact .hover-text-contact span {
	font-size: 145px;
} */

/* .contact #contact-animated-section {
	height: 216px;
} */

/* .contact #contact-animated-section {
    margin-top: 215px;
} */

.home img.project_image_hmpg {
    max-width: 750px;
}

.project_video_hmpg_with_bg {
    overflow: auto;
    max-width: auto;
    margin: auto;
    display: flex;
    background-image: url('./images/video_bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 853px;
    width: 1367px;
	margin-top: 115px;
}

#playVidBtn,
#playVidBtn2,
#playVidBtn3,
#playVidBtn4 {
	border: none;
	position: absolute;
	/*margin-top: 4em !important;*/
	left: 0;
	right: 0;
	margin: auto;
	background-color: transparent;
	width: 100%;

	margin-top: 0 !important;
    top: 50%;
    transform: translateY(-50%);
}

#vidPlayerIcon,
#vidPlayerIcon2,
#vidPlayerIcon3,
#vidPlayerIcon4 {
	/*background-image: url('./images/video_player_icon.svg');*/
	background-image: url('./images/PLAY_BUTTON.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	/*width: 254px;
	height: 246px;*/
	margin: auto;
	width: 82px;
    height: 157px;
    opacity: .7;
}

#playVidBtn:focus, #playVidBtn:active, #playVidBtn:hover,
#playVidBtn2:focus, #playVidBtn2:active, #playVidBtn2:hover,
#playVidBtn3:focus, #playVidBtn3:active, #playVidBtn3:hover,
#playVidBtn4:focus, #playVidBtn4:active, #playVidBtn4:hover {
	outline: 0;
	box-shadow: none;
}

.video_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project_image_works_full_screen {
	width: 100%;
	max-height: 100vh;
}

.project_image_works_half_screen {
	max-height: 1080px;
	width: 100%;
}

.project_video_works {
    max-height: 900px;
    height: 100%;
}

.left_project_col {
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.right_project_col {
	padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* .full_project_col {
    margin-top: 8px;
    margin-bottom: 8px;
} */

.works .full-width-project-row:first-child {
    margin-top: 0;
}

/* .works a.project_link {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.mega-menu-item {
    font-family: var(--main-font) !important;
}







.ticker-wrap {
	width: 100%;
	transform: translateX(0);
	padding-left: 0;
    transition: all 6s ease;
}
  
@keyframes ticker {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-100%, 0, 0); }
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    animation-duration: 10s;
	padding-left: 0;
}

.ticker-move:hover{
	animation-play-state: paused;
}
  
.ticker-item {
    display: inline-block;
    padding: 0;
    font-size: 228px;
    height: 100%;
    width: max-content;
    line-height: 1;
    margin: 0;
	color: #fff;
}

#contact-animated-section:hover .ticker-wrap {
	display: inline-block;
    white-space: nowrap;
    animation-duration: 10s;
	transform: translateX(-130%);
    transition: all 6s ease;
}

.contact-ticker:hover .first-link {
	margin-left: 0 !important;
}

#contact-animated-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact #contact-animated-section:hover .ticker-wrap {
	-o-animation: move_ticker_animation;
	-moz-animation: move_ticker_animation;
	-webkit-animation: move_ticker_animation;
	animation: move_ticker_animation;
	animation-play-state: running;
	animation-duration: 5s;
}

@keyframes move_ticker_animation {
	from {transform: translateX(0);}
	to {transform: translateX(-70%);}
}

@-webkit-keyframes move_ticker_animation {
	from {-webkit-transform: translateX(0);}
	to {-webkit-transform: translateX(-70%);}
}

@-moz-keyframes move_ticker_animation {
	from {-moz-transform: translateX(0);}
	to {-moz-transform: translateX(-70%);}
}

@-o-keyframes move_ticker_animation {
	from {-o-transform: translateX(0);}
	to {-o-transform: translateX(-70%);}
}

.contact-footer-social-ticker:hover {
	-webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.tricker_with_infinite_animation:hover .ticker-wrap {
    width: 700vw;
    display: inline-block !important;
    transform: translate3d(0, 0, 0) !important;
    white-space: nowrap !important;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: marquee;
    animation-duration: 7s !important;
}

.tricker_with_infinite_animation .ticker-wrap {
	transition: none !important;
}

@keyframes marquee {
    0% { 
		transform: translate3d(0, 0, 0);
   }
	100% {
		transform: translate3d(-25%, 0, 0);
   }
}

.displaynoneplay{
	display: none !important;
}

.mobileMenu{
	display: block !important;
}

.shook-radio div#landing-video-section div{
	background-color: #F4F4F4 !important;
}

.shook-radio div#landing-video-section div > video.project_video_hmpg{
	width: 100% !important;
}

.homepage #contact-link{
	border-bottom: 3px solid;
}

.contact a.d-inline-block.mr-5.contact-footer-social-ticker:hover{
	text-decoration: none !important;
}

.zoniou-perfumes .col-md-12.d-flex.justify-content-end.maxWidth90{
	position: relative;
}

.col-md-12.d-flex.justify-content-start.maxWidth90{
	z-index: 200;
}

/*for the cookies appearance*/
div#cookie-law-info-bar {
	background-color: var(--color-pink) !important;
	bottom: -100% !important;
    transition: all .5s ease-in-out;
    transition-delay: 1.5s;
}

.cli-bar-message{
	color: #000;
    position: relative;
    line-height: 1;
    display: block;
    width: 100% !important;
	font-family:var(--main-font);
}

.cli-bar-btn_container{
	position: absolute;
    top: 242px;
	margin-left: 0 !important;
}

a#wt-cli-accept-all-btn{
	position: absolute;
	height: 153px !important;
	width: 153px !important;
		font-family:var(--main-font);

	background-color: transparent !important;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("./images/cookies_icon.png") !important;
	background-size: contain !important;
}

a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
	position: relative;
    color: #000000 !important;
    background-color: transparent !important;
    border-radius: 50% !important;
    border: 1px solid #000000;
    padding-left: 38px;
    padding-top: 13px !important;
    padding-right: 38px;
	line-height: 0.9 !important;
    padding-bottom: 15px !important;
	font-family:var(--main-font);

}

a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button:hover{
    color: #FFFFFF !important;
    background-color: #000000 !important;
}

.cli-modal-content.cli-bar-popup {
	padding: 40px 30px !important;
	border-radius: 37px;
    background-color: #ffe6f8 !important;
}

.cli-tab-header{
	background-color: #FFB7EC !important; 
}

a#wt-cli-privacy-save-btn {
    color: black;
	font-size: 18px;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 50%;
    padding-top: 17px;
    padding-bottom: 16px;
	font-family: var(--main-font);
}

a#wt-cli-privacy-save-btn:hover{
	color: white;
	background-color: black;
}


a#conditions {
    color: var(--color-red);
    text-decoration: underline;
}

span#cookies-accept {
	position: relative;
	top: 47px;
}

a#wt-cli-accept-all-btn:hover {
	transform: scale(1.2) !important;
}

.cli-tab-content{
	background-color: #ffe6f8 !important;
}

.cli-modal-close svg {
    fill: #2521FF !important;
    padding-right: 15px !important;
    margin-left: -24px !important;
}

.cli-tab-container h4, .cli-tab-container h1{
	font-family: var(--main-font) !important;
	font-size: 22px !important;
}

.cli-privacy-content-text,
.wt-cli-cookie-description,
span.cli-necessary-caption,
.cli-switch .cli-slider:after{
	font-family: var(--main-font) !important;
}

a.cli-privacy-readmore{
	font-family: var(--main-font) !important;
	font-size: 14px !important;
	text-decoration: underline !important;
}

.cli-tab-header a.cli-nav-link{
	font-family: var(--main-font) !important;
	font-size: 17px !important;
}


.homepage .projectContentBox  {
	margin-bottom: 100px;
}

.homepage .projectContentBox.projectRightText a.project_link > h4.project_name_title.BigCaslon {
	padding-top: 81px;
}
.homepage #projects-section div:first-child > .row > .col-12.col-md-6.projectContentBoxInfoCol > a {
	height: auto;
	display: inline-block;
}
.projectRightText .project_link.landing-arrow{
    position: absolute;
    bottom: 0;
    left: 59px;
}
.projectContentBox.projectFullWidth .project_info_wrapper {
	margin-bottom: 50px;
}
.projectContentBox.projectFullWidth h2.project_description.WhyteInktrap {
	margin-bottom: 20px;
}
.projectContentBox.projectFullWidth h2.project_description.WhyteInktrap:last-child {
	margin-bottom: 0;
}
.homepage div#projects-section a.project_link.landing-arrow-float-center {
	padding: 0;
}

.homepage .arrow_landing_default {
	background-image: url('./images/ARROW_LANDING.svg') ;
	background-repeat: no-repeat;
	background-size: contain ;
	background-position: center ;
	/* width: 75px ;
	height: 45px ; */
	width:225px;
	height: 135px;
	position: relative ;
	left: 0px ;
	margin: 0px ;
	transform: rotate(0deg) ;
	/* transition: all .23s ease-in; */
}
.projectLeftText .project_link.landing-arrow.landing-arrow-float-right {
	position: absolute;
    bottom: 40%;
    right: 1.5em;
    width: auto;
    display: inline-block;
}
 
.homepage div#projects-section .projectLeftText  a.project_link > h4.project_name_title.BigCaslon,
.homepage div#projects-section .projectFullWidth  a.project_link > h4.project_name_title.BigCaslon {
	padding-left: 115px;
}
.homepage div#projects-section a.project_link > h4.project_name_title.BigCaslon {
	margin-bottom: 28px;
}
.arrow_landing_default {
	background-image: url('./images/ARROW_LANDING.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* width: 75px;
    height: 45px; */
	width:225px;
	height: 135px;
}

.homepage .arrow_landing_default:hover {
	background-image: url('./images/ARROW_LANDING_Hover_State.svg') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* width: 76px;
    height: 46px; */
	width:225px;
	height: 135px;
	/* transition: all .23s ease-in; */

}
.homepage .projectContentBox .project-description {
	margin-bottom: 0;
}

.homepage div#projects-section div:nth-child(1) img.project_image_hmpg {
	width: 100%;
}

.homepage .projectContentBox.projectLeftText .project-description {
	padding-left: 140px;
}


.agency .applause,
.tagsTitleText div,
.clients-label div {
	display: inline-block;
}
.agency .applause div:nth-child(2),
.clients-label div:nth-child(2),
.tagsTitleText div {
	position: relative;
}
.clients-label div:nth-child(2):after,
.agency .applause div:nth-child(2):after,
.tagsTitleText div:nth-child(2):after {
	content: '';
	background-image: url('./images/arrow_right_black.svg');
    width: 109px;
    height: 99px;
    display: inline-block;
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
	top: 60px;
}

.tagsTitleText div:nth-child(2) {
	padding-right: 100px;
}
.tagsTitleText div:nth-child(2):after {
	background-image: url('./images/arrow_right_tags.svg');
}
.tagsTitleText div:nth-child(1) {
	display: block;
	padding-left: 100px;
}
.tagsTitleText, .tagsTitleText p,
.applause div,
.clients-label div {
	font-size: 50px;
	letter-spacing: -1.5px;
	line-height: 47px;
}

.clients-label div:nth-child(2)  {
	padding-right: 100px;
}
.agency .applause div:nth-child(1) {
	padding-left: 96px;
}
.clients-label div:nth-child(1){
	padding-left: 80px;
}

.agency .col-md-12 .award_info_wrapper div:first-child {
	letter-spacing: -0.75px;
	line-height: 1;
}

.agency .col-md-12.textUponImgElementWidth.textDescriptionContentUp.textUponImgElement p{
	font-size: 50px;
	line-height: 56px;
}
.clientsSection .agencyTitle {
    max-width: 79.75%;
    margin: 0 auto;
}

.agency .hp-agency  {
	font-size: 45px;
	line-height: 50px;
	letter-spacing: 0.45px;
}


#agency-no-top-margin-text .upperRowText,
#agency-no-top-margin-text .upperRowText p {
	max-width: unset;
}
#agency-no-top-margin-text .upperRowText p {
	font-size: 45px;
	line-height: 50px;
	letter-spacing: 0.45px;
}

.agency img.col.clientLogo {
	width: 210px;
	max-width: 220px;
	max-height: 200px !important;
	margin: 0 1.8em;
	margin-top: 22px;
	padding-bottom: 150px;
}
.agency .clientsLogoRow {
    padding-top: 140px;
    margin: 0 auto;
}







/*-------------------------------------------------------------*/
/* 					    END ALL SCREENS      				   */
/*-------------------------------------------------------------*/



/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media screen and (min-width: 280px) {
	a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
		left: 119px !important;
	}
	a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
		font-size: 26px;
	}

	#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
		padding: 25px 20px !important;
	}

	.cli-bar-btn_container{
		top: 184px !important;
	}
	a#wt-cli-accept-all-btn{
		font-size: 30px !important;
		left: -2px !important;
	}
	.cli-bar-message{
		font-size: 22px !important;
	}

	div#cookie-law-info-bar.visible {
		bottom: 0px !important;
	}

	div#cookie-law-info-bar {
		height: 337px !important;
		/*bottom: 0px !important;*/
		left: 0px !important;
		width: 100% !important;
		-webkit-border-top-right-radius: 37px !important;
		-webkit-border-top-left-radius: 37px !important;
	}

	.go_to_next_project_wrapper .go_to_next_project_text, 
	.go_to_previous_project_text{
		font-size: 23px !important;
	}

	.go_to_next_project_wrapper .prev-posts.pull-left{
		position: absolute;
		left: 0px;
		bottom: 0px;
	}

	.go_to_next_project_wrapper .next-posts.pull-right{
		position: absolute;
	}

	.onoma-hotel marquee,
	.shook-radio marquee{
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: -12px;
	}
	.contact .first-link.hover-text-contact.BigCaslon a{
		text-decoration: none !important;
	}
	.contact .ticker-move.first-link.hover-text-contact.WhyteInktrap{
		margin-left: 55px;
		margin-right: 25px;
	}
	#contact-marquee-1{
		display: block !important;
	}

	#contact-marquee-2{
		display: none !important;
	}

	.zoniou-perfumes .contact-marquee{
		margin-top: 3px;
	}
	.zoniou-perfumes .contact-marquee > span{
		padding-left: 55px;
		padding-right: 55px;
	}
	#contact-link > a{
		text-decoration: none;
		margin-right: 0px;
	}

	.contact-marquee{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.homepage #contact-link{
		margin-left: 54px;
		margin-right: 54px;
	}
	#arrow-contact-us-marquee{
		position: absolute;
		background-image: url('./images/hover-contact-arrow.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 88px !important;
    	height: 55px !important;
    	margin-left: -29px !important;
   		margin-top: 10px !important;
	}

	.scrolledHeader {
		height: 72px;
	}

	.desktop-background > img{
		display: none !important;
	}

	.mobile-background > img{
		display: inline-block !important;
	}
	.works video.project_video_works.full_project_col +  a > h2.project_subtitle.WhyteInktrap.pb-2{
		max-width: 300px;
   		margin: auto;
	}
	.footer-main-row a.footer-social-link.link-hover.whiteFontColor.BigCaslon{
		text-decoration: none !important;
	}
	#main_logo,
	#main_logo_white{
		width: 92px;
		height: 41px;
	}

	.mobile ul#mega-menu-menu-1{
		padding-top: 165px !important;
		/*height: 100vh !important;*/
    	background: linear-gradient(to bottom, black 502px, transparent 20%) !important;
	}
	.homepage #arrow-contact-us{
		margin-left: -85px;
		height: 49px;
	}
	/*.homepage div#projects-section .projectContentBox.projectContentBoxCropped:nth-child(1) > .row > .col-12.col-md-6.text-center{
		padding-top: 222px;
	}*/
	/*.homepage div#projects-section .projectContentBox.projectContentBoxCropped:nth-child(3) .col-12.col-md-6.projectContentBoxInfoCol h4{
		top: 127px;
	}*/

	/*.homepage div#projects-section .projectContentBox.projectContentBoxCropped:nth-child(3) .col-12.col-md-6.projectContentBoxInfoCol > a.project_link.landing-arrow-float-right{
		position: absolute;
		top: 170px;
	}*/
	.homepage .col-12.col-md-6.projectContentBoxInfoCol{
		z-index: 1 !important;
	}
	/*.onoma-hotel .icon_text_wrapper.WhyteInktrap p{
		margin-left: -43px;
		font-size: 31px !important;
	}*/
	.shook-radio #vid_with_bg_3{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.shook-radio div#vidPlayerIcon3 {
		height: 70px !important;
	}
	.shook-radio div#weirdSliderWithBackground {
		height: 453px !important;
	}
	/*.shook-radio .col-md-12.bottom-slider-wrapper{
		height: 592px !important;
	}*/
	.shook-radio div#slider896_1120{
		height: 480px !important;
    	margin-top: 60px !important;
    	margin-bottom: 0px !important;
	}

	.shook-radio img.carousel-control-next-icon{
		height: 84px !important;
	}
	
	.shook-radio img#shook{
		margin-top: 0 !important;
	}

	.shook-radio .col-md-12.projectContentBoxCropped.textDescriptionContent {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.shook-radio video#vid_with_bg_3{
		width: 79%;
	}
	.shook-radio div#contact-animated-section{
		height: 220px;
	}
	.shook-radio .ticker-item,
	.shook-radio .WhyteInktrap.label-with-background{
		font-size: 55px !important;
		letter-spacing: -5px !important;
	}

	.shook-radio div#vidPlayerIcon2,
	.shook-radio div#vidPlayerIcon4{
		/*height: 100px;*/
    	margin-bottom: 0;
	}
	.shook-radio .landing_title.align-self-end.WhyteInktrap{
		padding-top: 30px;
	}
	.onoma-hotel .row.full_width_img_and_title_section{
		margin-left: 0px;
		margin-right: 0px;
	}
	.onoma-hotel div#contact-animated-section{
		height: 240px;
	}



	.homepage .project_info_wrapper.d-flex{
		position: relative;
	}


	.onoma-hotel img.width_image_auto{
		width: 100%;
	}

	.onoma-hotel .textDescriptionContentUp .icon_text_wrapper.WhyteInktrap{
		display: none;
	}
	.onoma-hotel .icon_text_wrapper.WhyteInktrap{
		margin-top: -29px;
	}
	.onoma-hotel .full_width_img_and_title_section{
		margin-top: 9px;
	}
	.onoma-hotel .col-md-12.video_col{
		margin-top: -320px;
	}
	


	.onoma-hotel #vidPlayerIcon, 
	.onoma-hotel #vidPlayerIcon2, 
	.onoma-hotel #vidPlayerIcon3{
		height: 75px;
	}
	.onoma-hotel .project-template #contact-animated-section{
		height: 238px !important;
	}
	.onoma-hotel .ticker-item{
		font-size: 130px !important;
		height: 150px !important;
	}

	.onoma-hotel div#weirdSliderWithBackground,
	.waterland div#weirdSliderWithBackground,
	.epperfumes div#weirdSliderWithBackground,
	.waterland div#weirdSliderWithBackground,
	.e-laptops div#weirdSliderWithBackground,
	.zoniou-perfumes div#weirdSliderWithBackground,
	.arcadion-bistrot div#weirdSliderWithBackground{
		height: 500px !important;
	}
	/*.onoma-hotel .upperRowText, 
	.onoma-hotel .upperRowText p, 
	.onoma-hotel .read-more-toggler{
		font-size: 30px !important;
	}*/

	/*.single-project .upperRowText, 
	.single-project .upperRowText p, 
	.single-project .read-more-toggler{
		font-size: 30px;
	}*/

	.homepage div#landing-video-section video.project_video_hmpg{
		margin-top: 0px !important;
		vertical-align: bottom;
	}
	.agency .clients-label{
		text-align: center;
		line-height: 0.4;
	}
	.mega-menu-toggle {
		position: absolute !important;
		width: 50px;
		right: 14px !important;
    	top: 12px !important;
	}
	.works .left_project_col, 
	.works .shook-radio-project .project_video_works {
		padding-right: 0px;
	}
	.works h2.project_subtitle.WhyteInktrap.pb-2 span{
		display: none;
	}
	.works .right_project_col{
		padding-left: 0px;
	}

	.works .project_video_works{
		height: auto;
	}
	.works h2.project_subtitle.WhyteInktrap.pb-2{
		padding-top: 22px;
		margin-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.works .row.no-gutters.half-width-project-row div:nth-child(2) h2.project_subtitle.WhyteInktrap.pb-2,
	.works .row.no-gutters.half-width-project-row div:nth-child(2) h4.project_name.BigCaslon.mb-0,
	.works main#main div:nth-child(3) h2.project_subtitle.WhyteInktrap.pb-2,
	.works main#main div:nth-child(3) h4.project_name.BigCaslon.mb-0{
		color: black !important;
	}
	.works .project_subtitle, 
	.works .project_subtitle p{
		font-size: 35px !important;
	}

	.works .project_name, 
	.works .project_name p{
		font-size: 22px;
		margin-bottom: 60px !important;
	}

	.displaynone {
		display: block !important;
	}
	.zoniou-perfymes .textDescriptionContent {
		padding-top: 43px !important;
		padding-bottom: 43px !important;
	}
	.zoniou-perfumes span.carousel-control-next-icon{
		height: 42px !important;
    	margin-left: 32px !important;
	}
	/*.zoniou-perfumes div#weirdSliderWithBackground{
		height: 430px !important;
	}*/
	/*.zoniou-perfumes div#slider896_1120{
		height: 738px !important;
	}*/
	.zoniou-perfumes .col-md-12.projectContentBoxCropped,
	.arcadion-bistrot .col-md-12.projectContentBoxCropped,
	.e-laptops .col-md-12.projectContentBoxCropped{
		max-width: 89%;
	}
	.zoniou-perfumes #slider896_1120 .carousel-control-next-icon{
		width: 124%;
    	margin-right: 44px;
	}
	
	.zoniou-perfumes .upperRowText_moved.BigCaslon{
		margin-top: -116px;
	}
	.zoniou-perfumes .upperRowText.movedTextLeft.BigCaslon{
		padding-top: 12px;
	}
	.zoniou-perfumes .movedTextLeft, 
	.zoniou-perfumes .movedTextLeft p {
		display: block;
		margin-left: 0;
	}


	.homepage .col-12.col-md-6.text-center{
		padding-left: 0px;
		padding-right: 0px;
	}
	.homepage .projectContentBox.projectContentBoxCropped .row{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.homepage a.project_link {
		min-width: unset !important;
		width: 100%;
	}

	.homepage div#landing-video-section + div {
		display: block;
	}
	.homepage div#landing-video-section {
		display: none;
	}

	.homepage .project_name_title{
		text-align: center;
	}
	.homepage h2.project_description.WhyteInktrap span {
		display: none;
	}
	.homepage h2.project_description.WhyteInktrap {
		font-size: 31px !important;
		text-align: center;
	}
	.homepage .projectContentBoxCropped, 
	.homepage .project_info_wrapper{
		max-width: 100%;
	}
	.homepage #contact-animated-section {
		height: 125px;
	}
	.homepage .hover-text-contact, 
	.homepage .hover-text-contact p, 
	.homepage .hover-text-contact span{
		font-size: 50px;
	}

	.homepage .ticker-item,
	.homepage .contact-marquee,
	.zoniou-perfumes .contact-marquee{
		font-size: 50px;
ont-family:var(--main-font);
	}

	.homepage .contact-marquee,
	.zoniou-perfumes .contact-marquee{
		margin-bottom: unset !important;
	}


	.footer-social-description.BigCaslon p {
		padding-left: 5px;
	}
	#colophon {
		padding-top: 31px;
		padding-bottom: 50px;
		padding-left: 17px;
		padding-right: 17px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.footer-description-first-sentence{
		text-align: left;
	}
	.footer-main-row .col-md-6.col-12.text-right.align-self-center{
		height: 153px;
    	position: relative;
		padding-top: 49px;
		margin-bottom: 0;
	}

	
	li#mega-menu-item-193{
		height: 75px !important;
	}
	li#mega-menu-item-206,
	li.mega-menu-item-with-arrow{
		margin-bottom: 45px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-size: 40px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
		height: 55px;
		margin-top: 0px !important;
	}
	.mobile a.mega-menu-link{
		text-align: center !important;
		color: white !important;
	}

	.desktop ul#mega-menu-menu-1{
		padding-top: 45px !important;
   		padding-bottom: 26px !important;
	}

	.zoniou-perfumes .upperRowText.movedTextLeft.BigCaslon{
		line-height: 0.1;
	}
	.zoniou-perfumes .text_and_image__video_section {
		padding-top: 25px;
		padding-bottom: 7px;
	}

	.zoniou-perfumes #weirdSliderWithBackground .carousel-control-next{
		right: 113px !important;
	}


	

	.agency .projectContentBoxCropped, 
	.project_info_wrapper,
	.onoma-hotel .projectContentBoxCropped,
	.shook-radio .projectContentBoxCropped{
		max-width: 88.75%;
	}
	.agency .key_word_border,
	.onoma-hotel .key_word_border,
	.shook-radio .key_word_border{
		border: 1px solid #fff;
	}

	.key_word,
	.agency .key_word,
	.onoma-hotel .key_word,
	.shook-radio .key_word {
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.contact .contact_info_medium_text.WhyteInktrap p {
		max-width: 275px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.contact_person_icon {
		width: 150px;
		height: 150px;
	}

	.contact .hover-text-contact, 
	.contact .hover-text-contact p, 
	.contact .hover-text-contact span{
		font-size: 44px !important;
		min-height: 53px;
	}

	.cardStackedCarousel, .cardSlider {
		width: 100%;
	}
	#weirdSliderWithBackground, #slider896_1120 {
		max-width: 70%;
		margin: auto;
	}
	#slider896_1120 .carousel-control-next {
		right: 0 !important;
		left: 0.8em !important;
		z-index: 20;
		width: 100%;
	}
	#slider896_1120 .carousel-control-prev-icon, #slider896_1120 .carousel-control-next-icon {
		display: inline-block;
		width: calc(100% + 150px);
		height: auto;
		background: no-repeat 50% / 100% 100%;
		object-fit: contain;
		cursor: pointer;
	}

	
	.contact span.WhyteInktrap {
		font-size: 40px;
	}
	.contact .upperRowText.BigCaslon.whiteFontColor p {
		font-size: 30px;
	}

	.contact .contact_info_medium_text.WhyteInktrap,
	.contact .contact_info_medium_text.WhyteInktrap p{
		font-size: 16px;
		line-height: 20px;
	}
	
	.contact .contact_big_font.BigCaslon p{
		font-size: 30px;
	}

	.contact .contact_big_font.BigCaslon{
		font-size: 35px;
	}

	.contact .row.no-gutters.paddingTopContact.col-md-12 div{
		width: 50%;
	}

	.address_icon {
		width: 95px;
		height: auto;
		margin-top: 0px;
	}

	.contact #contact-animated-section{
		margin-top: 60px !important;
	}

	.contact #contact-animated-section{
		height: 70px;
	}

	.contact .row.no-gutters.paddingTopContact.col-md-12 {
		padding-top: 26px;
	}

	.contact .paddingTopContactInfo{
		padding-top: 74px;
	}

	.contact .col-md-12.addressColContact div:nth-child(2) {
		display: none;
	}

	.contact .col-md-12.paddingTopContact {
		padding-top: 79px;
	}

	.contact .arrow_contact_bottom{
		height: 69px;
		width: 90px;
		margin-bottom: 30px;;
	}

	.contact .full_width_image_section_wrapper{
		padding-bottom: 0px;
		padding-top: 68px;
		padding-left: 19px;
    	padding-right: 19px;
	}

	.contact .contact_info_section {
		padding-top: 67px;
	}

	.contact .title-desc div:first-child{
		display: block;
		text-align: center;
		font-size: 40px;
		margin-bottom: 10px;
	}

	.contact .title-desc{
		margin-bottom: 28px;
	}


	



	.agency .col-md-12.projectContentBoxCropped.textDescriptionContent{
		margin-top: 68px;
	}
	.agency #agency-no-top-margin-text .col-md-12.projectContentBoxCropped.textDescriptionContent {
		margin-top: 0 !important;
	}

	.agency .tagsTitleText p:after{
		display: none;
	}

	.key_word,
	.agency .key_word,
	.onoma-hotel .key_word,
	.shook-radio .key_word{
		font-size: 20px;
		line-height: 1.1;
		display: inline-block;
		margin-bottom: 4px;
	}

	.col-md-12.key_words_box,
	.agency .col-md-12.key_words_box,
	.onoma-hotel .col-md-12.key_words_box,
	.shook-radio .col-md-12.key_words_box{
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.agency .col-md-12.textUponImgElementWidth.textDescriptionContentUp.textUponImgElement p{
		font-size: 30px;
		text-align: center;
	}

	.agency .col-md-12.textUponImgElementWidth.textDescriptionContentUp.textUponImgElement{
		padding-left: 0px;
    	padding-right: 0px;
	}
	.agency video.project_video_hmpg{
		margin-top: 41px;
	}


	.agency .clientsRowTop {
		margin-top: 5px;
	}

	.agency .clientsSection{
		padding-bottom: 25px;
		padding-top: 22px;
	}



	.agency .applause{
		text-align: center;
		padding-bottom: 12px;
		padding-top: 32px;
	}

	.home div#landing-logo,
	.home div#animated-logo{
		display: none;
	}

	.zoniou-perfumes .landing_title{
		/*font-size: 98px;*/
		padding-top: 31px !important;
		padding-bottom: 41px;
		/*line-height: 0.85;*/
		max-width: 200px;
	}


	.mobile li#mega-menu-item-206,
	.mobile li.mega-menu-item-with-arrow {
		height: 103px !important;
		margin-top: 0px !important;
	}

	#masthead {
		padding-top: 0px !important;
		padding-bottom: 17px;
		padding-left: 0px;
		padding-right: 0px;
		transition: all .4s ease;
	}

	#masthead div {
		position: relative;
	}

	#masthead div .col-lg-4{
		display: inline;
    	width: 120px;
	}

	div#main_logo{
		position: absolute;
		left: 15px;
		top: 12px;
		z-index: 1;
	}

	#masthead div .col-lg-8{
		display: inline;
    	width: 100% !important;
		display: inline;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before{
		display: none;
	}

	.onoma-hotel #weirdSliderWithBackground span.carousel-control-next-icon,
	.arcadion-bistrot #weirdSliderWithBackground span.carousel-control-next-icon, 
	.e-laptops #weirdSliderWithBackground span.carousel-control-next-icon,
	.waterland #weirdSliderWithBackground span.carousel-control-next-icon,
	.epperfumes #weirdSliderWithBackground span.carousel-control-next-icon {
		height: 42px;
	}

	.onoma-hotel a#stackedCarouselNextButton,
	.waterland a#stackedCarouselNextButton,
	.arcadion-bistrot a#stackedCarouselNextButton,
	.e-laptops a#stackedCarouselNextButton,
	.epperfumes a#weirdSliderWithBackgroun {
		right: 113px !important;
	}

	.onoma-hotel video#vid_with_bg{
		width: 94%;
	}

	.shook-radio .WhyteInktrap.label-with-background{
		margin-left: -5px;
	}

	.shook-radio a#stackedCarouselNextButton{
		position: absolute;
		top: 0px !important;
    	margin-right: 222px !important;
	}

	.shook-radio span.carousel-control-next-icon{
		height: 42px !important;
	}

	.shook-radio video#vid_with_bg_3 {
		width: 79% !important;
		max-width: 291px;
	}
	.shook-radio div#background-2 {
		height: 202px;
		padding-right: 0px;
		background-size: cover;
	}

	.onoma-hotel .sliderDim,
	.epperfumes .sliderDim{
		max-width: 95%;
	}




	.zoniou-perfumes a#sliderCarouselNextButton{
		margin-top: -66px;
    	margin-left: -20px;
	}

	.zoniou-perfumes a#sliderCarouselNextButton1 > img{
		height: 110px;
	}


	.zoniou-perfumes #sliderCarouselNextButton img.carousel-control-next-icon-main{
		margin-top: -444px;
		width: 130%;
	}

	.zoniou-perfumes a#sliderCarouselNextButton1{
		margin-top: -161px !important;
		z-index: 20 !important;
	}



	.zoniou-perfumes div#weirdSliderWithBackground, 
	.shook-radio div#weirdSliderWithBackground, 
	.onoma-hotel div#weirdSliderWithBackground,
	.arcadion-bistrot div#weirdSliderWithBackground,
	.e-laptops div#weirdSliderWithBackground,
	.waterland div#weirdSliderWithBackground,
	.epperfumes div#weirdSliderWithBackground  {
    	transform: scale(1.1) !important;
    	-webkit-transform:scale(1.1) !important;
	}



	#weirdSliderWithBackground span.carousel-control-next-icon {
		height: 42px;
	}

}


@media screen and (min-width: 440px) {
	.onoma-hotel div#weirdSliderWithBackground,
	.waterland div#weirdSliderWithBackground,
	.epperfumes div#weirdSliderWithBackground,
	.waterland div#weirdSliderWithBackground,
	.e-laptops div#weirdSliderWithBackground,
	.zoniou-perfumes div#weirdSliderWithBackground {
		height: 600px !important;
	}

}

@media screen and (min-width: 576px) {
	a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
		font-size: 28px;
		left: 113px !important;
	}

	#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
		padding: 40px 30px !important;
	}

	.cli-bar-btn_container{
		top: 242px !important;
	}

	a#wt-cli-accept-all-btn{
		font-size: 35px !important;
		left: -8px !important;
	}

	.cli-bar-message{
		font-size: 25px !important;
	}

	div#cookie-law-info-bar.visible {
		bottom: 5% !important;
	}

	div#cookie-law-info-bar{
		border-radius: 37px !important;
		width: 382px !important;
		/*bottom: 5% !important;*/
		height: 415px !important;
	}

	.go_to_next_project_wrapper .go_to_next_project_text, 
	.go_to_previous_project_text{
		font-size: 30px !important;
	}

	#contact-marquee-1{
		display: none !important;
	}
	#contact-marquee-2{
		display: block !important;
	}

	#arrow-contact-us-marquee {
		width: 111px !important;
		height: 182px !important;
		margin-left: -15px !important;
		margin-top: 12px !important;
	}

	.homepage #contact-link {
		margin-left: 152px;
		margin-left: 100px;
	}
	.scrolledHeader {
		height: 87px;
	}

	.zoniou-perfumes a#sliderCarouselNextButton{
		margin-top: 10px !important;
    	margin-left: unset;
	}

	.zoniou-perfumes a#sliderCarouselNextButton1 > img{
		height: unset;
	}


	.zoniou-perfumes #sliderCarouselNextButton img.carousel-control-next-icon-main{
		margin-top: unset;
		width: 130% !important;
	}

	.zoniou-perfumes a#sliderCarouselNextButton1{
		margin-top: unset !important;
	}


	.zoniou-perfumes img.carousel-control-next-icon-main{
		width: 123%;
	}

	#sliderCarouselNextButton1{
		display: none !important;
	}
	.desktop-background > img{
		display: inline-block !important;
	}

	.mobile-background > img{
		display: none !important;
	}

	.homepage h2.project_description.WhyteInktrap{
		font-size: 40px !important;
	}

	.agency .clients-label{
		text-align: center;
		line-height: 0.9;
	}



	.works video.project_video_works.full_project_col +  a > h2.project_subtitle.WhyteInktrap.pb-2{
		max-width: unset;
		margin: unset !important;
	}

	.onoma-hotel .ticker-item{
		height: 187px !important;
	}
	#main_logo,
	#main_logo_white {
		width: 212px;
		height:46px;
	}

	.onoma-hotel .sliderDim{
		max-width: 100%;
	}

	.shook-radio .landing_title.align-self-end.WhyteInktrap{
		margin-left: 20px;
	}
	.shook-radio #vid_with_bg_3{
		margin-top: 48px;
		margin-bottom: 48px;
	}
	.shook-radio video#vid_with_bg_3 {
		width: 79% !important;
		max-width: 291px;
	}
	.shook-radio div#background-2 {
		height: 318px;
	}

	.shook-radio span.carousel-control-next-icon{
		height: 127px !important;
	}

	.shook-radio .WhyteInktrap.label-with-background{
		margin-left: -28px;
	}

	.shook-radio .col-md-12.bottom-slider-wrapper{
		height: 858px !important;
	}
	.shook-radio .col-md-12.projectContentBoxCropped.textDescriptionContent {
		padding-top: 77px;
		padding-bottom: 65px;
	}
	.shook-radio .ticker-item,
	.shook-radio .WhyteInktrap.label-with-background{
		font-size: 88px !important;
	}


	.onoma-hotel span.carousel-control-prev-icon{
		height: 60.27px !important;
	}

	.onoma-hotel span.carousel-control-next-icon,
	.arcadion-bistrot span.carousel-control-next-icon,
	.epperfumes span.carousel-control-next-icon,
	.waterland span.carousel-control-next-icon {
    	position: absolute;
    	right: 15px !important;
		height: 60.27px !important;
	}

	.onoma-hotel div#contact-animated-section{
		height: 418px;
	}



	.onoma-hotel .project-template #contact-animated-section{
		height: 418px !important;
	}

	.waterland #weirdSliderWithBackground span.carousel-control-next-icon,
	.onoma-hotel #weirdSliderWithBackground span.carousel-control-next-icon,
	.arcadion-bistrot #weirdSliderWithBackground span.carousel-control-next-icon,
	.e-laptops div#weirdSliderWithBackground span.carousel-control-next-icon,
	.epperfumes #weirdSliderWithBackground span.carousel-control-next-icon {
		height: 88px !important;
	}
	.onoma-hotel a#stackedCarouselNextButton,
	.arcadion-bistrot a#stackedCarouselNextButton,
	.e-laptops a#stackedCarouselNextButton,
	.waterland a#stackedCarouselNextButton,
	.epperfumes a#stackedCarouselNextButton	{
		margin-right: 53%;
		right: -105px !important;
	}

	.onoma-hotel div#weirdSliderWithBackground,
	.waterland div#weirdSliderWithBackground,
	.epperfumes div#weirdSliderWithBackground,
	.waterland div#weirdSliderWithBackground,
	.e-laptops div#weirdSliderWithBackground,
	.zoniou-perfumes div#weirdSliderWithBackground {
		height: 800px !important;
	}

	.homepage div#projects-section div:first-child .col-12.col-md-6.projectContentBoxInfoCol{
		margin-left: -10% !important;
	}
	.agency .clients-label{
		text-align: left;
	}
	.works .project_name, 
	.works .project_name p{
		font-size: 28px;
	}

	.works .project_subtitle, 
	.works .project_subtitle p{
		font-size: 36px !important;
	}
	.zoniou-perfumes a#stackedCarouselNextButton{
		margin-right: 200px;
	}
	.zoniou-perfumes .upperRowText_moved.BigCaslon {
		margin-top: -263px !important;
	}

	.zoniou-perfumes .col-md-12.lightGrayBackgroundColor{
		padding-bottom: 100px !important;
	}
	
	.zoniou-perfymes .textDescriptionContent {
		padding-top: 77px !important;
		padding-bottom: 65px !important;
	}

	.zoniou-perfumes span.carousel-control-next-icon{
		height: 127px !important;
    	margin-left: 0px !important;
	}

/*	.zoniou-perfumes div#weirdSliderWithBackground{
		height: 784.344px !important;
	}
*/

	.zoniou-perfumes .col-md-12.projectContentBoxCropped{
		max-width: 79.75%;
	}

	.zoniou-perfumes #slider896_1120 .carousel-control-next-icon{
		width: calc(100% + 150px) !important;
    	margin-right: 42px !important;
	}

	.zoniou-perfumes #slider896_1120 .picSlider {
		width: 85% !important;
	}

	.homepage a.project_link{
		width: 100%;
	}

	.homepage .projectContentBoxCropped, 
	.homepage .project_info_wrapper{
		max-width: 79.75%;
	}
	.homepage .hover-text-contact, 
	.homepage .hover-text-contact p, 
	.homepage .hover-text-contact span{
		font-size: 135px;
	}
	.homepage #contact-animated-section {
		height: 240px;
	}

	.homepage .ticker-item,
	.homepage .contact-marquee,
	.zoniou-perfumes .contact-marquee{
		font-size: 135px;
	}
	
	.zoniou-perfumes .upperRowText.movedTextLeft.BigCaslon{
		line-height: 1;
	}

	.zoniou-perfumes .text_and_image__video_section {
		padding-top: 115px;
		padding-bottom: 35px;
	}

	.zoniou-perfumes #contact-animated-section {
		height: 418px !important;
	}

	.zoniou-perfumes .ticker-item{
		font-size: 180px;
	}
	.zoniou-perfumes #weirdSliderWithBackground .carousel-control-next{
		right: -3.5em !important;
	}

	.zoniou-perfumes .landing_title{
		padding-bottom: 30px;
		line-height: 0.8;
	}
	.agency .applause{
		text-align: left;
		padding-bottom: 50px;
		padding-top: 130px;
	}


	.agency .clients-label div:first-child{
		display: block;
	}

	.agency .projectContentBoxCropped, 
	.project_info_wrapper,
	.shook-radio .projectContentBoxCropped,
	.onoma-hotel .projectContentBoxCropped{
		max-width: 79.75%;
	}

	.agency .clientsSection{
		padding-top: 100px;
		padding-bottom: 0;
	}
	.agency .clientsRowTop {
		margin-top: 65px;
		margin: auto !important;
	}

	.agency video.project_video_hmpg{
		margin-top: 0px;
	}
	.agency .col-md-12.textUponImgElementWidth.textDescriptionContentUp.textUponImgElement{
		padding-left: 15px;
    	padding-right: 15px;
	}
	.agency .col-md-12.textUponImgElementWidth.textDescriptionContentUp.textUponImgElement p{
		font-size: 50px;
		line-height: 1;
		text-align: unset;
	}
	.agency .key_word_border,
	.onoma-hotel .key_word_border,
	.shook-radio .key_word_border{
		border: 2px solid #fff;
	}


	.key_word,
	.agency .key_word,
	.onoma-hotel .key_word,
	.shook-radio .key_word {
		padding-top: 7px;
		padding-bottom: 7px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.key_word,
	.agency .key_word,
	.onoma-hotel .key_word,
	.shook-radio .key_word{
		font-size: 35px;
		display: inline-block;
		margin-bottom: 10px;
		letter-spacing: -0.35px;
		margin-bottom: 10px;
	}

	.agency .tagsTitleText p:after{
		display: inline;
	}

	
	.contact .title-desc{
		margin-bottom: 0px;
	}
	
	.contact .title-desc div:first-child{
		font-size: 50px;
	}



	.contact .contact_info_section {
		padding-top: 75px;
	}

	.contact .full_width_image_section_wrapper{
		padding-bottom: 75px;
		padding-top: 130px;
		padding-left: 45px;
    	padding-right: 45px;
	}
	.contact .arrow_contact_bottom {
        width: 93.91px;
        height: 115.84px;
    }

	.contact .col-md-12.addressColContact div:nth-child(2) {
		display: block;
	}

	.contact .col-md-12.paddingTopContact {
		padding-top: 130px;
	}
	.contact .paddingTopContactInfo{
		padding-top: 175px;
	}
	.contact .row.no-gutters.paddingTopContact.col-md-12 {
		padding-top: 130px;
	}

	.contact .contact_info_medium_text.WhyteInktrap p {
		max-width: unset;
		padding-left: 25px;
		padding-right: 25px;
	}

	.contact_person_icon {
		width: 237px;
		height: 237px;
	}
	.contact .hover-text-contact, 
	.contact .hover-text-contact p, 
	.contact .hover-text-contact span{
		font-size: 90px !important;
		min-height: 103px;
	}

	.contact span.WhyteInktrap {
		font-size: 50px;
	}
	.contact .upperRowText.BigCaslon.whiteFontColor p {
		font-size: 40px;
	}
	.contact .contact_info_medium_text.WhyteInktrap,
	.contact .contact_info_medium_text.WhyteInktrap p{
		font-size: 20px;
		line-height: 25px;
	}
	.contact .contact_big_font.BigCaslon,
	.contact .contact_big_font.BigCaslon p{
		font-size: 55px;
	}

	.address_icon {
		/*width: 230px;
		height: auto;
		margin-top: -1.5em;*/
		width: 116px;
	    height: auto;
	    margin-top: 1em;
	}

	.contact #contact-animated-section{
		margin-top: 216px !important;
	}

	.contact #contact-animated-section{
		height: 215px;
	}

	.agency .WhyteInktrap.agencyTitle.agencyTitleMargin{
		font-size: 60px;
	}


	.agency .applause div:first-child{
		padding-left: 96px;
	}


	.homepage div#landing-video-section + div {
		display: none !important;
	}
	.homepage div#landing-video-section {
		display: block !important;
	}

	.onoma-hotel .ticker-item{
		font-size: 180px !important;
	}

	.shook-radio div#slider896_1120{
		height: 848px !important;
	}

	.shook-radio div#weirdSliderWithBackground {
		height: 605px !important;
	}

	.homepage #arrow-contact-us{
		height: 110px !important;
		margin-left: -142px !important;
	}

	div#cookie-law-info-bar{
		left: 15px !important;
	}



	.shook-radio #slider896_1120 #main-slider-wrapper {
		margin-top: 100px;
	}
	/*.shook-radio .col-md-12.bottom-slider-wrapper,*/
	/*.shook-radio div#slider896_1120 {
		height: 480px !important;
	}*/

	.shook-radio div#slider896_1120,
	.shook-radio .col-md-12.bottom-slider-wrapper {
		height: 740px !important;
	}

}

@media screen and (min-width: 768px) {
	div#cookie-law-info-bar{
		left: 15px !important;
	}

	.go_to_next_project_wrapper  .next-posts.pull-right{
		position: relative;
	}
	
	.go_to_next_project_wrapper .prev-posts.pull-left{
		position: absolute;
		left: 0px;
		bottom: unset;
	}

	.works .project_video_works{
		margin-top: 0px !important;
	}
	.zoniou-perfumes img.carousel-control-next-icon-main{
		width: 131%;
	}



	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
		padding-top: 0px !important;
	}
	li#mega-menu-item-206,
	li.mega-menu-with-arrow {
		margin-top: 0px !important;
	}

	.shook-radio .landing_title.align-self-end.WhyteInktrap{
		margin-left: 0px;
	}

	.shook-radio #vid_with_bg_3{
		margin-top: 55px;
		margin-bottom: 55px;
	}

	.shook-radio div#weirdSliderWithBackground {
		height: auto !important;
	}

	.shook-radio .WhyteInktrap.label-with-background{
		margin-left: -40px;
	}

	.shook-radio .ticker-item,
	.shook-radio .WhyteInktrap.label-with-background{
		font-size: 118px !important;
		letter-spacing: -16px !important;
	}
	.shook-radio img.carousel-control-next-icon{
		height: auto !important;
	}
	.shook-radio div#vidPlayerIcon2{
		/*height: 246px;*/
    	margin-bottom: auto;
	}

	.shook-radio div#vidPlayerIcon4{
		height: 246px;
    	margin-bottom: 0;
	}

	.shook-radio .row.no-gutters.image__video_section .col-md-6.col-12.d-flex:nth-child(2) video.project_video_hmpg{
		position: absolute;
		right: 0;
	}


	.homepage div#projects-section div:first-child .col-12.col-md-6.text-center{
		padding-top: 0px !important;
	}

	.homepage a.project_link{
		z-index: 1;
	}

	.onoma-hotel .icon_text_wrapper.WhyteInktrap{
		margin-top: 0px;
	}

	.onoma-hotel .full_width_img_and_title_section{
		margin-top: 12em;
	}


	.onoma-hotel #vidPlayerIcon, 
	.onoma-hotel #vidPlayerIcon2, 
	.onoma-hotel #vidPlayerIcon3{
		height: 246px;
	}


	.onoma-hotel div#weirdSliderWithBackground,
	.waterland div#weirdSliderWithBackground,
	.epperfumes div#weirdSliderWithBackground,
	.zoniou-perfumes div#weirdSliderWithBackground, 
	.e-laptops div#weirdSliderWithBackground,
	.arcadion-bistrot div#weirdSliderWithBackground {
		height: 750px !important;
	}

	.col-md-12.key_words_box,
	.onoma-hotel .col-md-12.key_words_box,
	.shook-radio .col-md-12.key_words_box {
		padding-top: 50px !important;
		padding-left: 45px !important;
		padding-right: 45px !important;
		padding-bottom: 35px !important;
	}

	.agency .col-md-12.key_words_box{
		padding-top: 100px !important;
	}

	.homepage div#projects-section div:first-child .col-12.col-md-6.projectContentBoxInfoCol{
		margin-left: 0px !important;
	}
	.works .left_project_col,
	.works .shook-radio-project .project_video_works {
		padding-right: 8px;
	}
	.works h2.project_subtitle.WhyteInktrap.pb-2 span{
		display: inline;
	}
	.works .right_project_col{
		padding-left: 8px;
	}
	.works .project_video_works{
		height: 100%;
	}

	.works .project_name, 
	.works .project_name p{
		margin-bottom: 0px !important;
	}

	.works h2.project_subtitle.WhyteInktrap.pb-2{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
		margin-bottom: 0.3em;
	}

	.works .row.no-gutters.half-width-project-row div:nth-child(2) h2.project_subtitle.WhyteInktrap.pb-2,
	.works .row.no-gutters.half-width-project-row div:nth-child(2) h4.project_name.BigCaslon.mb-0,
	.works main#main div:nth-child(3) h2.project_subtitle.WhyteInktrap.pb-2,
	.works main#main div:nth-child(3) h4.project_name.BigCaslon.mb-0{
		color: #000 !important;
	}

	.works a.project_link {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 95% !important;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}


	.project-type-01{margin:8px 0;}

	.project-type-02-left .project_link_bg{
		width: calc(100% - 13px);
		height: calc(100% - 13px);
	}

	.project-type-02-right .project_link_bg{
		width: calc(100% - 13px);
		height: calc(100% - 13px);
	}

	
	.displaynone {
		display: none !important;
	}

	.zoniou-perfumes .upperRowText_moved.BigCaslon{
		margin-top: 0px;
	}

	.zoniou-perfumes .upperRowText.movedTextLeft.BigCaslon{
		padding-top: 0px;
	}

	.zoniou-perfumes .landing_title{
		padding-top: 0px !important;
	}


	.homepage div#projects-section div:first-child .col-12.col-md-6.text-center{
		padding-top: 0px;
	}
	.homepage div#projects-section div:first-child .col-12.col-md-6.projectContentBoxInfoCol{
		position: relative;
		margin-top: 0px !important;
	}


	.homepage a.project_link{
		min-width: 600px !important;
	}



	.homepage .project_name_title{
		text-align: left;
		font-size: 32px;
	}
	
	.homepage h2.project_description.WhyteInktrap span {
		display: inline;
	}

	.homepage h2.project_description.WhyteInktrap {
		text-align: left;
	}

	#colophon {
		padding-top: 42px;
		padding-bottom: 44px;
		padding-left: 45px;
		padding-right: 45px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.footer-main-row .col-md-6.col-12.text-right.align-self-center{
		height: unset;
    	position: relative;
		padding-top: 0px;
		padding-bottom: 0px;
	}




	.home div#landing-logo,
	.home div#animated-logo {
		display: block;
		height: 195px;
		width: 195px;
	}
	.home div#landing-logo:before,
	.home div#landing-logo:after,
	.home div#animated-logo:before,
	.home div#animated-logo:after {
		width: 195px;
		height: 195px;
	}

	.agency .applause{
		padding-top: 0px;
	}


	.contact .row.no-gutters.paddingTopContact.col-md-12 div{
		width: 100%;
	}

	.homepage h2.project_description.WhyteInktrap {
		min-width: 675px;
	}

	.onoma-hotel a#stackedCarouselNextButton,
	.waterland a#stackedCarouselNextButton,
	.epperfumes a#stackedCarouselNextButton,
	.arcadion-bistrot a#stackedCarouselNextButton,
	.e-laptops a#stackedCarouselNextButton {
		margin-right: 43%;
	}

	.shook-radio div#weirdSliderWithBackground {
		height: 774px !important;
	}

	.shook-radio video#vid_with_bg_3 {
		width: 79% !important;
		max-width: 439px;
	}
	.shook-radio div#background-2 {
		height: 442px;
	}

	.homepage #projects-section div:first-child > .row > .col-12.col-md-6.projectContentBoxInfoCol > a > h2{
		min-width: unset !important;
		display: inline-block;
	}

	.homepage #projects-section div:first-child > .row > .col-12.col-md-6.projectContentBoxInfoCol > a{
		min-width: unset !important;
		width: 335px;
	}

	.zoniou-perfumes div#weirdSliderWithBackground,
	.shook-radio div#weirdSliderWithBackground,
	.onoma-hotel div#weirdSliderWithBackground,
	.arcadion-bistrot div#weirdSliderWithBackground,
	.e-laptops div#weirdSliderWithBackground,
	.waterland div#weirdSliderWithBackground,
	.epperfumes div#weirdSliderWithBackground {
		transform: scale(0.8) !important;
	}



}

@media screen and (min-width: 992px) {
	div#cookie-law-info-bar{
		left: 45px !important;
	}

	.scrolledHeader {
		height: 100px;
	}


	.zoniou-perfumes img.carousel-control-next-icon-main{
		width: 265%;
	}

	.onoma-hotel img.width_image_auto{
		width: auto;
		max-height: 600px;
	}

	.works .project_subtitle, 
	.works .project_subtitle p{
		font-size: 42px !important;
	}

	.works a.project_link {
		background-size: 88% !important;
		max-width: 1143px;
	}

	.homepage h2.project_description.WhyteInktrap {
		font-size: 55px !important;
	}

	.contact #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
	.contact #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
	.contact #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		border-bottom: 2px solid #fff !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
		padding-top: 0px !important;
	}

	.shook-radio #vid_with_bg_3{
		margin-top: 58px;
		margin-bottom: 58px;
	}

	.shook-radio div#vidPlayerIcon3 {
		height: 245px !important;
	}
	.shook-radio video#vid_with_bg_3 {
		width: 79% !important;
		max-width: 663px;
	}
	.shook-radio div#background-2 {
		height: 552px;
	}
	.shook-radio div#weirdSliderWithBackground{
		height: 980px !important;
	}

	.shook-radio .WhyteInktrap.label-with-background{
		margin-left: -60px;
	}

	.shook-radio .ticker-item,
	.shook-radio .WhyteInktrap.label-with-background{
		font-size: 155px !important;
	}
	.shook-radio .landing_title.align-self-end.WhyteInktrap{
		padding-top: 0px;
	}

	.shook-radio #slider896_1120 #main-slider-wrapper{
		margin-top: 100px;
	}
	
	.shook-radio .col-md-12.bottom-slider-wrapper{
		height: 800px !important;
	}
	.shook-radio div#slider896_1120{
		height: 800px !important;
	}
	.shook-radio .ticker-item,
	.shook-radio .WhyteInktrap.label-with-background{
		font-size: 155px !important;
	}
	.shook-radio .landing_title.align-self-end.WhyteInktrap{
		padding-top: 0px;
	}
	#slider896_1120 .picSlider {
		max-height: 600px;
	}


	.homepage div#projects-section div:nth-child(3) .col-12.col-md-6.projectContentBoxInfoCol{
		margin-left: -1% !important;
	}

	.onoma-hotel a#stackedCarouselNextButton,
	.waterland a#stackedCarouselNextButton,
	.epperfumes a#stackedCarouselNextButton,
	.arcadion-bistrot a#stackedCarouselNextButton,
	.e-laptops a#stackedCarouselNextButton{
		margin-right: 31%;
	}
	.onoma-hotel div#weirdSliderWithBackground,
	.waterland div#weirdSliderWithBackground,
	.epperfumes div#weirdSliderWithBackground,
	.arcadion-bistrot div#weirdSliderWithBackground,
	.e-laptops div#weirdSliderWithBackground,
	.zoniou-perfumes div#weirdSliderWithBackground{
		height: 800px !important;
	}

	div#main_logo{
		position: relative;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	/*.zoniou-perfumes div#weirdSliderWithBackground{
		height: 1115.23px !important;
	}*/
	.zoniou-perfumes .col-md-12.lightGrayBackgroundColor{
		padding-top: 0;
		padding-bottom: 200px !important;
	}

	#masthead {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
	.homepage a.project_link{
		min-width: unset !important;
	}

	li#mega-menu-item-206,
	li#mega-menu-item-193,
	li#mega-menu-item-192,
	li#mega-menu-item-194,
	li#mega-menu-item-697,
	li.mega-mm-item {
		height: unset !important;
	}

	li#mega-menu-item-206,
	li.mega-menu-item-with-arrow{
		margin-bottom: 0px;
	}

	.mobile a.mega-menu-link{
		color: black !important;
	}

	.desktop ul#mega-menu-menu-1{
		padding-top: 0px !important;
    	padding-bottom: 0px !important;
		background-color: transparent !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before{
		display: inline-block;
	}

	#masthead div .col-lg-4{
		display: inline;
    	width: unset;
	}

	#masthead div .col-lg-8{
		display: inline;
    	width: unset;
		position: unset;
	}

	#masthead {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 45px;
		padding-right: 45px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 22px;
	}

	#slider896_1120 .carousel-control-next {
		left: 1.55em !important;
	}


	.onoma-hotel span.carousel-control-next-icon,
	.arcadion-bistrot span.carousel-control-next-icon,
	.epperfumes span.carousel-control-next-icon, 
	.waterland span.carousel-control-next-icon{
		position: absolute;
    	right: 52px !important;
	}

	.zoniou-perfumes img.carousel-control-next-icon-main {
		width: 131%;
	}


}

@media screen and (min-width: 1200px) {
	div#cookie-law-info-bar{
		left: 45px !important;
	}

	.onoma-hotel marquee,
	.shook-radio marquee{
		padding-top: 189px;
		padding-bottom: 189px;
	}
	#arrow-contact-us-marquee {
		margin-left: -35px !important;
		margin-top: 68px !important;
		width: 135px !important;
    	height: 190px !important;
	}

	.homepage #contact-link{
		margin-left: 157px;
	}
	.scrolledHeader {
		height: 104px !important;
	}

	

	.zoniou-perfumes img.carousel-control-next-icon-main {
		width: 131%;
	}

	

	/*.zoniou-perfumes div#main-slider-wrapper{
		height: 1052px !important;
	}*/
	.zoniou-perfumes #sliderCarouselNextButton img.carousel-control-next-icon-main{
		/*width: 267% !important;*/
		width: 170% !important;
	}

	.zoniou-perfumes img.carousel-control-next-icon-main {
		width: 265%;
	}


	.homepage #projects-section div:first-child > .row > .col-12.col-md-6.projectContentBoxInfoCol > a{
		/*width: 480px !important;*/
		width: 600px !important;
	}



	/*.onoma-hotel .icon_text_wrapper.WhyteInktrap p{
		letter-spacing: -3px !important;
	}*/

	.homepage div#projects-section .projectContentBox.projectContentBoxCropped:nth-child(1) > .row > .col-12.col-md-6.projectContentBoxInfoCol{
		padding-left: 59px !important;
	}
	.homepage #arrow-contact-us{
		height: 197px !important;
		margin-left: -229px !important;
	}

	.homepage .project_name_title, 
	.homepage .project_name_title:hover, 
	.homepage .project_link, 
	.homepage .project_link:hover {
		font-size: 30px;
	}

	.home img.project_image_hmpg{
		max-width: unset !important;
	}
	.homepage div#projects-section div:first-child > .col-12.col-md-6.projectContentBoxInfoCol{
		padding-left: 20px;
	}


	.shook-radio #vid_with_bg_3{
		margin-top: 79px;
		margin-bottom: 79px;
	}

	.shook-radio div#background-2{
		height: 694px;
	}
	.shook-radio video#vid_with_bg_3{
		margin-top: 0px;
		margin-bottom: 0px;
		max-width: 940px;
	}

	.shook-radio a#stackedCarouselNextButton{
		position: absolute;
		top: 0px !important;
    	margin-right: 0px !important;
	}

	.shook-radio img#shook{
		margin-top: 0 !important;
	}
	.shook-radio .WhyteInktrap.label-with-background{
		margin-left: -94px;
    	letter-spacing: -18px;
	}
	.shook-radio div#contact-animated-section{
		height: 618px;
	}
	.shook-radio .ticker-item,
	.shook-radio .WhyteInktrap.label-with-background{
		font-size: 229px !important;
	}

	.shook-radio .landing_title.align-self-end.WhyteInktrap{
		padding-top: 0px;
	}


	.onoma-hotel .icon_text_wrapper.WhyteInktrap{
		margin-left: -11px;
	}
	.onoma-hotel span.carousel-control-next-icon,
	.arcadion-bistrot span.carousel-control-next-icon,
	.epperfumes span.carousel-control-next-icon,
	.waterland span.carousel-control-next-icon {
		position: absolute;
    	right: 63px !important;
	}
	.onoma-hotel div#contact-animated-section{
		height: 618px;
	}
	.onoma-hotel img.width_image_auto{
		margin-left: 358px;
    	max-width: 684px;
    	max-height: 650px;
	}
	.homepage div#projects-section div:nth-child(2) a.project_link.landing-arrow-float-center > .arrow_landing_default{
		width: 100% !important;
	}


	.homepage div#projects-section div:nth-child(3) .col-12.col-md-6.projectContentBoxInfoCol{
		margin-left: 0px !important;
	}

	.onoma-hotel .textDescriptionContentUp .icon_text_wrapper.WhyteInktrap{
		display: inherit;
	}

	.onoma-hotel .full_width_img_and_title_section{
		margin-top: 12em;
	}

	.onoma-hotel .col-md-12.video_col{
		margin-top: 0;
	}


	.onoma-hotel .ticker-item{
		font-size: 228px !important;
		height: 240px !important;
	}

	.onoma-hotel a#stackedCarouselNextButton,
	.waterland a#stackedCarouselNextButton,
	.epperfumes a#stackedCarouselNextButton,
	.arcadion-bistrot a#stackedCarouselNextButton,
	.e-laptops a#stackedCarouselNextButton{
		margin-right: 0px;
	}
	.onoma-hotel div#weirdSliderWithBackground,
	.waterland div#weirdSliderWithBackground,
	.epperfumes div#weirdSliderWithBackground,
	.arcadion-bistrot div#weirdSliderWithBackground,
	.e-laptops div#weirdSliderWithBackground,
	.zoniou-perfumes div#weirdSliderWithBackground {
		height: 820px !important;
	}


	.works .project_name, 
	.works .project_name p{
		font-size: 35px;
	}

	.works .project_subtitle, 
	.works .project_subtitle p{
		font-size: 55px !important;
	}

	.zoniou-perfumes a#stackedCarouselNextButton{
		margin-right: 0px;
	}

	.zoniou-perfumes .movedTextLeft, 
	.zoniou-perfumes .movedTextLeft p {
		display: inline;
		margin-left: 2.5em;
	}
	
	.home div#landing-logo,
	.home div#animated-logo{
		height: 201px;
		width: 201px;
	}
	.home div#landing-logo:before,
	.home div#landing-logo:after,
	.home div#animated-logo:before,
	.home div#animated-logo:after {
		width: 201px;
		height: 201px;
	}

	.homepage h2.project_description.WhyteInktrap {
		font-size: 75px !important;
		letter-spacing: -4px;
		min-width: 893px;
	}
	.homepage #contact-animated-section {
		height: 340px !important;
	}
	.homepage .ticker-item,
	.homepage .contact-marquee,
	.zoniou-perfumes .contact-marquee{
		font-size: 228px;
	}

	.homepage .hover-text-contact, 
	.homepage .hover-text-contact p, 
	.homepage .hover-text-contact span{
		font-size: 228px;
	}
	
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-size: 26px;
	}

	.zoniou-perfumes .ticker-item{
		font-size: 228px;
	}

	.zoniou-perfumes .upperRowTitle{
		font-size: 75px;
	}


	.contact .title-desc div:first-child{
		font-size: 50px;
		line-height: 56px;
		display: inline-block;
		margin-bottom: 0px;
	}
	.contact .upperRowText  {
		max-width: 1500px;
	}
	

	.contact .hover-text-contact, 
	.contact .hover-text-contact p, 
	.contact .hover-text-contact span{
		font-size: 145px !important;
	}

	.contact .contact_info_medium_text.WhyteInktrap,
	.contact .contact_info_medium_text.WhyteInktrap p{
		font-size: 25px !important;
		line-height: 30px;
	}
	#weirdSliderWithBackground, #slider896_1120 {
		max-width: 29%;
		margin: auto;
	}
	.picStackedCarousel, .picSlider {
		max-width: max-content;
		width: auto !important;
		margin: 0 !important;
	}

	.shook-radio a#sliderCarouselNextButton{
		/*margin-left: 200px;*/
		margin-left: 100px;
	}

	.contact span.WhyteInktrap {
		font-size: 65px;
	}
	.contact .upperRowText.BigCaslon.whiteFontColor p {
		font-size: 65px;
	}

	.contact .contact_info_medium_text.WhyteInktrap{
		font-size: 16px;
	}

	.contact .contact_big_font.BigCaslon,
	.contact .contact_big_font.BigCaslon p{
		font-size: 75px;
	}

	.contact .hover-text-contact, 
	.contact .hover-text-contact p, 
	.contact .hover-text-contact span{
		font-size: 145px;
		min-height: 164px !important;
	}



	.zoniou-perfumes #slider896_1120 .picSlider {
		width: 645px !important;
	}
	.zoniou-perfumes #slider896_1120 .carousel-control-prev-icon, 
	.zoniou-perfumes #slider896_1120 .carousel-control-next-icon{
		width: calc(100% + 658px) !important;
	}

	.zoniou-perfumes .upperRowText_moved.BigCaslon{
		padding-top: 222px;
	}

}


@media screen and (min-width: 1400px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-size: 27px;
		letter-spacing: -0.54px;
	}


	.zoniou-perfumes img.carousel-control-next-icon-main {
		width: 234%;
	}


	.works .project_subtitle, 
	.works .project_subtitle p{
		font-size: 65px !important;
	}

	.shook-radio div#background-2 {
		height: 795px !important;
	}

	.shook-radio video#vid_with_bg_3{
		width: 79% !important;
    	max-width: 1114px !important;
	}
	.shook-radio .ticker-item,
	.shook-radio .WhyteInktrap.label-with-background{
		font-size: 259px !important;
	}

	/*.onoma-hotel .icon_text_wrapper.WhyteInktrap p{
		margin-left: 16% !important;
	}*/

	.onoma-hotel span.carousel-control-next-icon,
	.arcadion-bistrot span.carousel-control-next-icon,
	.epperfumes span.carousel-control-next-icon,
	.waterland span.carousel-control-next-icon 	{
    	right: 72px !important;
	}

	/*.homepage div#projects-section div:nth-child(3) img.project_image_hmpg{
		width: 100% !important;
		margin-left: 85px !important;
	}*/

	/*

	*/

	.onoma-hotel video#vid_with_bg{
		width: 1339px !important;
		margin-left: auto;
	}

	/*.zoniou-perfumes .landing_title {
		font-size: 176px !important;
	}*/

	.footer-social-description.BigCaslon div,
	.footer-social-description.BigCaslon p{
		display: block;
	}
	.agency .applause{
		padding-bottom: 0px;
	}



	.shook-radio #slider896_1120 #main-slider-wrapper{
		margin-top: 270px !important;
	}
	.shook-radio img#shook{
		margin-top: -100px !important;
	}
	.shook-radio .col-md-12.bottom-slider-wrapper{
		height: 1000px !important;
	}
	.shook-radio div#slider896_1120{
		height: 900px !important;
	}
	#slider896_1120 .picSlider {
		max-height: 750px !important;
	}


}

@media screen and (min-width: 1500px) {
	/*div#cookie-law-info-bar{
		left: 66% !important;
	}*/

	.zoniou-perfumes img.carousel-control-next-icon-main {
		width: auto;
	}

	/*.zoniou-perfumes .landing_title {
		font-size: 162px !important;
	}*/

	.onoma-hotel video#vid_with_bg{
		width: 1367px !important;
	}

	.shook-radio div#background-2{
		height: 1003px !important;
	}
	.shook-radio video#vid_with_bg_3{
		height: 798px !important;
		width: 79% !important;
		max-width: 1280px !important;
	}

	.zoniou-perfumes .upperRowText_moved.BigCaslon{
		padding-top: 465px;
	}

	.zoniou-perfumes .col-md-12.lightGrayBackgroundColor{
		/*padding-top: 348px;*/
		padding-top: 0;
	}

	.zoniou-perfumes #slider896_1120 .picSlider {
		width: auto !important;
		max-height: 750px;
	}
	.zoniou-perfumes #slider896_1120 .carousel-control-prev-icon, 
	.zoniou-perfumes #slider896_1120 .carousel-control-next-icon{
		width: calc(100% + 950px) !important;
	}

	#slider896_1120 .carousel-control-prev-icon, #slider896_1120 .carousel-control-next-icon {
		width: calc(100% + 950px);
	}

	.onoma-hotel div#weirdSliderWithBackground, 
	.waterland div#weirdSliderWithBackground, 
	.epperfumes div#weirdSliderWithBackground, 
	.arcadion-bistrot div#weirdSliderWithBackground, 
	.e-laptops div#weirdSliderWithBackground,
	.zoniou-perfumes div#weirdSliderWithBackground {
    	height: 920px !important;
	}


}

@media screen and (min-width: 1600px) {
	div#cookie-law-info-bar{
		left: 45px !important;
	}

	.works a.project_link {
		background-size: auto !important;
		max-width: unset !important;
	}
	
	.shook-radio .landing_title.align-self-end.WhyteInktrap{
		padding-top: 0px;
	}

	.onoma-hotel span.carousel-control-next-icon,
	.arcadion-bistrot span.carousel-control-next-icon,
	.epperfumes span.carousel-control-next-icon,
	.waterland span.carousel-control-next-icon {
    	right: unset !important;
		left: 88px;
	}

	.onoma-hotel img.width_image_auto{
		margin-left: 0px;
    	max-width: unset;
    	max-height: 750px;
	}

	.zoniou-perfumes .col-md-6 .half_landing_image,
	.shook-radio .col-md-6 .half_landing_image {
		width: 50vw !important;
		height: 100vh !important;
		max-height: unset !important;
		object-fit: cover;
		object-position: center;
	}



}

@media screen and (min-width: 1920px) {
	.works .project_video_works {
		/* margin-top: 7px !important;	 */
		width: 100%;
    	object-fit: cover;
	}
}

@media screen and (max-width: 1600px) {
	.agency img.col.clientLogo {
		width: 170px;
		padding-bottom: 100px;
	}
}


@media screen and (max-width: 1366px) {
	.footer-social-link{
		font-size: 30px;
	}
	.footer-social-description, 
	.footer-social-description p{
		font-size: 25px;
		line-height: 30px;
	}

	#masthead div .col-lg-4 {
		max-width: 25%;
    	flex-basis: 25%;
	}
	#masthead div .col-lg-8 {
		max-width: 75%;
    	flex-basis: 75%;
	}
	.agency .hp-agency div:before {
		width: 240px;
	}

	.agency img.col.clientLogo {
		margin: 0 22px;
		width: 165px;
	}
	.agency .clientsLogoRow {
    	padding-top: 80px;
	}
	.agency .clientsSection {
		padding-bottom: 20px;
	}
	
	#agency-no-top-margin-text .upperRowText p,
	.agency .hp-agency {
 		font-size: 40px;
 		line-height: 45px;
 		letter-spacing: 0.4px;
 	}
}

@media screen and (max-width: 1280px) {
	.project_name_title {
		font-size: 20px;
	}
	.project_description {
		font-size: 50px;
	}
	.hover-text-contact, .hover-text-contact p, .hover-text-contact span {
		font-size: 128px;
	}
	.project-template .hover-text-contact, .project-template .hover-text-contact p, .project-template .hover-text-contact span {
		font-size: 228px;
	}
	
	#contact-animated-section {
		height: 240px;
	}
	.project-template #contact-animated-section {
		height: 418px;
	}
	#arrow-contact-us {
		width: 94px;
		height: 116px;
		margin-left: 38px;
		margin-top: 3px;
	}
	.project_image_hmpg {
		width: inherit;
	}
	.contact .title-desc div:nth-child(2) {
		margin-left: 80px;
	}
}

@media screen and (max-width: 1199px) {
	.agency .hp-agency div:before {
		content: none;
	}

	.agency .awardSection .col-md-5 {
		flex: 100%;
    	max-width: 100%;
	}
	.agency .awardSection .col-md-7 {
		flex: 80%;
    	max-width: 80%;
    	margin-left: 20%;
	}
}

@media screen and (max-width: 1100px) {
	.footer-main-row {
    	align-items: flex-start;
	}
	.footer_links_row .col-md-6 {
	    max-width: 100%;
	    flex-basis: 100%;
	}
}



@media screen and (max-width: 1024px) {
	#vidPlayerIcon, 
	#vidPlayerIcon2, 
	#vidPlayerIcon3, 
	#vidPlayerIcon4 {
		width: 50px;
		height: 100px;
	}
	.contact .title-desc {
		text-align: center;
	}
	.contact .title-desc div:nth-child(2) {
		margin-left: 0;
	}
}


@media screen and (max-width: 1023px) {
	.tagsTitleText, 
	.tagsTitleText p, 
	.applause div, 
	.clients-label div {
		font-size: 40px;
		line-height: 36px;
		letter-spacing: -1.2px;
	}
	.agency .applause {
    	width: 100%;
    	text-align: center;
	}
	.agency .applause div:first-child {
		padding-left: 0;
	}
	.agency .awardSection .col-md-7 {
    	flex: 100%;
    	max-width: 100%;
    	margin-left: 0;
		margin-top: 50px;
	}
	.clients-label div:nth-child(2):after, 
	.agency .applause div:nth-child(2):after {
		/* background-image: url('./images/clients_mobile.svg'); */
		background-image: url('./images/clients_mobile.svg');
		width: 69px;
		height: 90px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		top: 50%;  /* position the top  edge of the element at the middle of the parent */
		left: 50%; /* position the left edge of the element at the middle of the parent */
		transform: translate(-50%, -50%);
		margin-top: 50px;
	}
	.agency .applause div:nth-child(2) {
		padding-bottom: 127px;
	}
	.tagsTitleText div:nth-child(2):after {
		content: none;
	}
	.tagsTitleText div:nth-child(2) {
		padding-right: 0;
	}

	.clients-label div:nth-child(1) {
		padding-left: 0;
	}
	.clients-label div:nth-child(2) {
		padding-right: 0;
		padding-bottom: 77px;
		display: block;
	}
	.clientsSection .agencyTitle {
		max-width: 100%;
		padding: 0 22px;
	}
	.agency .clientsSection {
		padding-top: 57px;
	}
	.agency .clientsLogoRow {
    	padding-top: 107px;
	}
	#video-bottom-align video {
		vertical-align: bottom;
	}
	#agency-no-top-margin-text .upperRowText p, .agency .hp-agency {
    	font-size: 30px;
    	line-height: 34px;
    	letter-spacing: 0;
	}
	.tagsTitleText div:nth-child(1) {
		padding-left: 0;
	}
	.tags_section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.agency .tags_section {
		padding-bottom: 25px;
	}
	.tagsTitleText {
    	padding-top: 0;
		padding-bottom: 0;
	} 
	.agency .clients-label {
    	text-align: center;
	}

	#centered-text .textDescriptionContent {
		padding-left: 20px;
		padding-right: 20px;
	}
  .single-project .tags_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
	#masthead div .col-lg-8 {
    	max-width: 100%;
    	flex-basis: 100%;
	}

	.footer-social-description.BigCaslon p br {
		display: none;
	}
	.footer-social-description, .footer-social-description {
		padding-right: 20px;
	}

	.agency .hp-agency {
		text-align: center;
    	font-size: 30px;
    	line-height: 34px;
	}
	.agency .col-md-12.projectContentBoxCropped.textDescriptionContent {
		text-align: center;
	}
	.agency img.icon-text-block {
		float: none;
	}

	.agency .awardSection {
		padding-top: 23px;
	}
	.agency img.icon-text-block {
		/* margin-top: -30px; */
		width: 202px;
	}

	.contact .title-desc div,
	.contact .title-desc div:nth-child(2) {
	    font-size: 30px;
	    line-height: 34px;
	    letter-spacing: 0;
	font-family: var(--main-font);

	}
	.full_width_image_section_wrapper .textUponImgElement {
    	margin-bottom: -30px !important;
	}
	.contact .title-desc {
    	margin-bottom: 0 !important;
	}
}



@media screen and (max-width: 767px) {
	.waterland .full_width_carousel_column .carousel-control-next .carousel-control-next-icon,
	.onoma-hotel .full_width_carousel_column .carousel-control-next .carousel-control-next-icon,
	.arcadion-bistrot .full_width_carousel_column .carousel-control-next .carousel-control-next-icon,
	.epperfumes .full_width_carousel_column .carousel-control-next .carousel-control-next-icon {
		right: 15px;
	}


	.footer-social-description.BigCaslon div,
	.footer-social-description.BigCaslon p {
		display: inline;
	}
	.footer-social-description.BigCaslon {
		padding-right: 0;
		padding-bottom: 48px;
	}
	.site-footer .desktop-logo {
		display: none;
	}
	img.footer-logo {
		width: 121px;
	}
	.site-footer .mobile-logo {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
	.footer-socials-wrapper {
		text-align: center;
	}
	.footer-social-link {
    	font-size: 20px;
	}
	.footer_bottom_row p, .footer_bottom_row a, .footer_links p, .footer_links a {
		line-height: 1;
	}
	.gemi {
		padding-bottom: 0;
		margin-bottom: 2px;
	}
	.footer_links_row {
		text-align: center;
	}

	.tagsTitleText {
    	padding-bottom: 25px;
	}
}

@media screen and (max-width: 440px) {
	.go_to_next_project_text {
		padding-right: 42px;
	}
	.go_to_previous_project_text {
		padding-left: 42px;
	}
	.go_to_previous_project_text:before,
	.go_to_next_project_text:after {
		width: 30px;
    	height: 28px;
	}

	.onoma-hotel .full_width_carousel_column .carousel-control-prev,
	.arcadion-bistrot .full_width_carousel_column .carousel-control-prev,
	.epperfumes .full_width_carousel_column .carousel-control-prev,
	.waterland .full_width_carousel_column .carousel-control-prev {
		margin-top: 45px !important;
	}
	.onoma-hotel span.carousel-control-next-icon,
	.arcadion-bistrot span.carousel-control-next-icon,
	.epperfumes span.carousel-control-next-icon,
	.waterland span.carousel-control-next-icon,
	.e-laptops span.carousel-control-next-icon {
		position: absolute;
		right: 18px !important;
		height: 42px !important;
	}
	.onoma-hotel .full_width_carousel_column .carousel-control-next .carousel-control-next-icon,
	.onoma-hotel .full_width_carousel_column .carousel-control-prev .carousel-control-prev-icon,
	.waterland .full_width_carousel_column .carousel-control-next .carousel-control-next-icon,
	.waterland .full_width_carousel_column .carousel-control-prev .carousel-control-prev-icon,
	.arcadion-bistrot .full_width_carousel_column .carousel-control-next .carousel-control-next-icon,
	.arcadion-bistrot .full_width_carousel_column .carousel-control-prev .carousel-control-prev-icon,
	.epperfumes .full_width_carousel_column .carousel-control-next .carousel-control-next-icon,
	.epperfumes .full_width_carousel_column .carousel-control-prev .carousel-control-prev-icon {
		height: 45px !important;
		width: 40px !important;
	}

	.arcadion-bistrot.single-project .landing_title {
		word-break: break-word;
    	display: inline;
    	padding-right: 145px;
	}

	.key_word {
		margin-right: 4px;
	}

	.textDescriptionContent .upperRowText img {
		max-width: 60px;
		margin: 50px 0 20px;
	}

	.overflow_text {
		padding-top: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.overflow_text .text_120 {
	    font-size: 36px;
	    letter-spacing: -3px;
	}

	.arcadion-bistrot div#weirdSliderWithBackground,
	.e-laptops div#weirdSliderWithBackground {
		max-height: 500px;
	}

	.awardInfo {
		font-size: 22px;
		line-height: 24px;
		letter-spacing: 0;
	}
	.agency .awardSection {
		padding-bottom: 30px;
	}
	.agency .awardSection {
		max-width: 100%;
		margin: 0 20px;
	}

	.agency .tags_section {
		padding-top: 50px;
    	padding-bottom: 65px;
	}

}

@media screen and (max-width: 375px) {
	.arcadion-bistrot.single-project .landing_title {
    	padding-right: 100px;
	}
}

@media screen and (max-width: 320px) {
	.arcadion-bistrot.single-project .landing_title {
    	padding-right: 80px;
	}
}
/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------

















/* FACELIFT = NEW STYLES */

.facelift-brand-btn{
	/* display: inline-block; */
    /* overflow: hidden;  */
}

.facelift-brand-btn svg {
    transform-origin: right bottom; /* Set the origin for scaling */
    transition: transform 0.3s ease; /* Smooth scaling effect */

  }

  .facelift-brand-btn:hover svg {
    transform: scale(1.14); /* Scale to 1.3 on hover */
	transition: all .4s ease;
	mix-blend-mode: difference;
  }