@font-face{
	font-family:"AvenirNextLTW01-UltraLi";
	src:url("../Fonts/17c55b27-e9ab-43cd-b948-d49f97480d68.eot?#iefix");
	src:url("../Fonts/17c55b27-e9ab-43cd-b948-d49f97480d68.eot?#iefix") format("eot"),
	url("../Fonts/2e3f5cb9-101f-46cf-a7b3-dfaa58261e03.woff2") format("woff2"),
	url("../Fonts/fa19948e-5e38-4909-b31e-41acd170d6f2.woff") format("woff"),
	url("../Fonts/6de0ce4d-9278-467b-b96f-c1f5f0a4c375.ttf") format("truetype"),
	url("../Fonts/9fd4ea0c-b19a-4b21-9fdf-37045707dd78.svg#9fd4ea0c-b19a-4b21-9fdf-37045707dd78") format("svg");
}



/* slick slider basic style */
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


img {
	width:100%;
}

a {
	text-decoration:none;
	color:#000;
}


body, html {
	margin:0;
	width:100% !important;
}

body {
	font-family:"AvenirNextLTW01-UltraLi";
	color: #000;
	height:100%;
}

.clear {
	clear:both;
}

/* HEADER*/
.header {
	width:100%;
	padding:55px 0;
	text-align:center;
	position:relative;
	background:#fff;
	/*border-bottom:1px solid #000;*/
}
	
.sub-container-header {
	position:relative;
	width:95%;
	margin:0 auto;
}
	
a.logo {
	display:inline-block;
	margin: 0 auto;
}

.open-menu  {
	width: 65px;
	height: 100%;
	position:absolute;
	border:1px solid black;
	cursor:pointer;
	top:0;
}



.line {
	padding:29%;
}

.line span{
	display:block;
	margin-top: 40%;
	width:100%;
}

.line span.one{
	margin-top: 0;
}

.line span.one, .line span.two, .line span.three {
	height:1px;
	background:#666;
}


#mobileMenu { display:none; }
#mobileMenu li.line { display:none; }
#mobileMenu li.menu-item-has-children > ul.sub-menu { display:none; }


/* HOMEPAGE*/



.full-screen-block img {
	vertical-align:bottom;
}


.img{
	/*-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);*/
	float:left;
	-ms-transform: 0.3s; /* IE 9 */
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	position:relative;
	transform-origin: 50% 50%;
	width: 100%;
	
}

.img:hover{
	-webkit-transform:scale(1.2);
	-ms-transform: scale (1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	z-index:999;
}
.right_side .img:hover {
	-ms-transform: translate(-10%,0) scale(1.2); /* IE 9 */
	-webkit-transform: translate(-10%,0) scale(1.2); /* Safari */
	-moz-transform:translate(-10%,0) scale(1.2);
	transform: translate(-10%,0) scale(1.2);
}
.left_side .img:hover {
	-ms-transform: translate(10%,0) scale(1.2); /* IE 9 */
	-webkit-transform: translate(10%,0) scale(1.2); /* Safari */
	-moz-transform:translate(-10%,0) scale(1.2);
	transform: translate(10%,0) scale(1.2);
}

.right_side.instagram_grid.small.img:hover {
	-ms-transform: translate(-10%,0) scale(1.2); /* IE 9 */
	-webkit-transform: translate(-10%,0) scale(1.2); /* Safari */
	-moz-transform:translate(-10%,0) scale(1.2);
	transform: translate(-10%,0) scale(1.2);
}
.left_side.instagram_grid.big.img:hover {
	-ms-transform: translate(10%,0) scale(1.2); /* IE 9 */
	-webkit-transform: translate(10%,0) scale(1.2); /* Safari */
	-moz-transform:translate(-10%,0) scale(1.2);
	transform: translate(10%,0) scale(1.2);
}

a.img.instagram_grid.big, a.img.instagram_grid.small {
	position:relative;
}



a.img.instagram_grid .description-image .top-content {
	height: 60px; 
	position: absolute;
	top: 50%; 
	margin-top: -30px;
	width: 100%;
}


.instagram_grid {
	background-size:cover;
	background-position: center;
	float: left;
}


.box-overlay {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.25s ease-out 0s;
    width: 100%;
    z-index: -2;
}

.description-image {
	display:none;
	text-align:center;
	width:100%;
	text-transform:uppercase;
	position:absolute;
	color:#fff;
	font-family:"AvenirNextLTW01-UltraLi";
	height:100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-ms-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

.description-image .top-content {
	width:85%;
	margin:0 auto;
	margin-top: 10%;
}

.description-image .bottom-tag {
	position:absolute;
	bottom:5%;
	width:100%;
	left:0;
	font-size:35px;
	font-style:italic;
	line-height:1.2em;
}


.top-content .block-title {
	font-size: 50px;
	line-height: 1.1em;
	word-wrap: break-word;
}




._5V .top-content .block-title  {
	font-size: 28px !important;
}













.full-screen-block .top-content .block-title {
	font-size: 75px;
}

.full-screen-block .description-image .top-content {
	margin-top: 14.5%;
}

.full-screen-block .description-image .bottom-tag {
	bottom: 14.5%;
}

.top-content .block-subtitle {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3em;
}

#grid_container > div { background-color:#000000;}
#grid_container > div:last-child { background-color:transparent; }



/* white line*/

.separator {
	height:1px;
	width:210px;
	background:#fff;
	margin:10px auto 15px;
}





.full-screen-block {
	position:relative;
}



.full-screen-block {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
	

	
	
	
	
.img:hover .box-overlay, 
.full-screen-block:hover .box-overlay{
	z-index:1;
	opacity: 0.5;
}	
	
.img:hover .description-image, 
.full-screen-block:hover .description-image{
	display:block;
	z-index:3;
}	

.img:hover .top-content .block-subtitle {
    font-size: 13px;
}
.img .featured_video .box-overlay {
	opacity: 1;
	background: url('../images/play_sgura.png') center center no-repeat;
	z-index: 2;
	background-color:rgba(0,0,0,0.5);
}
.img:hover .featured_video .box-overlay {
	opacity: 1;
}





.mobile_play {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.25s ease-out 0s;
    width: 100%;
    z-index: -2;
}




.img .featured_video .mobile_play {
    background: rgba(0, 0, 0, 0.5) url("../images/play_sgura.png") no-repeat scroll center center;
    opacity: 1;
    z-index: 2;
}


/*
.img:hover .featured_video .top-content {
	display:none;
}
*/

.bottom-tag {
	display:none;
}

.img:hover .description-image .bottom-tag {
	font-size: 30px;
}

/* SOCIAL PAGE */
.social-tab  {
	padding: 20px 0;
	border-top:1px solid #000;
}

.social-tab span {
	display:inline-block;
	margin-right:7%;
}
 
.social-tab span:last-child {
	margin-right:0;
}



.social-tab span a, .content .table .table-cell, .content .table .table-cell a
{
	color: #000;
	font-size:35px;
	line-height:1.3em;
}

.instagram_feed .description-image .top-content .block-subtitle {
	font-size:30px;
}
 
 
.content .table .table-cell a {
	border-bottom:1px solid #000;
}

.social-tab span a {
	font-style:italic;
}

	
.instagram_feed .description-image{
	color: #000;
	display:block;
	overflow: hidden;
}


.instagram_feed .box-overlay{
}


.instagram_feed .description-image .top-content{
	margin: 0;
	height: 95%;
	width: 95%;
	padding:2.5%;
	/*height: 100%;
	width: 95%;
	padding:0 2.5%;*/
	display: table;
}
.instagram_feed .description-image .top-content .block-subtitle {
	display: table-cell;
	text-align: center;
	width: 100%;
	vertical-align: middle;
	word-break:break-word;
}


.instagram_feed:hover .box-overlay{
	z-index:1;
	opacity: 0.8;
}	
	
.instagram_feed:hover .description-image{
	z-index:3;
}

/*
.img:hover .top-content .block-subtitle {
    font-size: 13px;
}
*/




.square{
	display:block;
	background-image:none;
    float: left;
    padding-bottom: 33.3333%;
    position: relative;
    width: 33.3333333%;	
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
    -ms-opacity: 1;
    -chrome-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition:opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -khtml-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -chrome-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}


.square.loading{
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -khtml-opacity: 0;
    -ms-opacity: 0;
    -chrome-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


.square.only-text{
	background:#fff;
	text-transform:uppercase;
	font-size:40px;
	text-align:center;
}


.square img {
	vertical-align:bottom;
}

a.square,
.instagram_feed .box-overlay {
	background-size:contain;
}



.content {
    height: 90%;
    padding: 5%;
    position: absolute;
    width: 90%;
}


.table {
    display: table;
    height: 100%;
    width: 100%;
}


.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* FOOTER SCROLL TO TOP*/

.scrollToTop {
    bottom: 25px;
    cursor: pointer;
    display: none;
    height: 50px;
    position: fixed;
    right: 10px;
    width: 50px;
    z-index: 9999;
}

.scrollToTop {
	display:none;
}

body.page-template-template-search .scrollToTop, body.page-template-template-contatti .scrollToTop{
	display:none ! important;
}


.scrollToTop a {
	background-image: url("../images/opacity-0-8.png");
    display: block;
    height: 100%;
    width: 100%;
	position:relative;
}

.scrollToTop a span.arrow-top {
	background-image: url("../images/freccia_SVG.svg");
    background-position: 50% 48%;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	position:absolute;
}



/* ABOUT PAGE */

.block-left {
	width:50%;
	float:left;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.photo {
	position:absolute;
	bottom:0;
	width: 100%;
	left: 0;
	height: 100%;
}

.photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	position: absolute;
	bottom: 0;
}
	
img.about-photo {
	width: 50%;
	float:left;
}
	
	
	
.block-right {
    float: left;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3.5%;
    width: 40%;
	padding-bottom:20px;
}

.block-right p, .block-right h1, .block-right h3{
	text-transform:uppercase;
	line-height:1.6em;
	letter-spacing:1px;
	font-size:20px;
}

.block-right h1 {
	font-size: 28px;
}

.block-right h3 {
	font-size: 16px;
}


/*CONTACT PAGE */

.contact-form {
	width:70%;
	margin: 1% auto;
}


.contact-info {
	text-align:center;
}

.contact-info h1, .contact-info h2, .contact-info h3 {
	margin-bottom: 10px;
	letter-spacing:1px;
}



.contact-info h1 {
	font-size: 28px;
	margin-bottom:12px;
}

.contact-info h2 {
	font-size: 25px;
}

.contact-info h3 {
	font-size: 21px;
}

#first-line {
	margin-top: 47px;
	margin-bottom: 40px;
}

#second-line {
	margin-bottom: 3.8%;
}

.contact-form .info{
	width:48.5%;
	float:left;
}

.contact-form .info.right{
	float:right;
}

.contact-form .info input {
	width:100%;
	padding:30px 0 10px;
	border:none;
	border-bottom:1px solid #000;
	border-radius:0;
	letter-spacing:2px;
}

input#search-input {
	border-radius:0;
}

.contact-form  textarea {
	width:100%;
	padding:52px 0 0;
	border:none;
	border-bottom:1px solid #000;
	border-radius:0;
	height:50px;
	letter-spacing:2px;
}

.contact-form .info input.second {
	padding-top:40px;
}


.msg.error {
	color:#F36;
}


input[placeholder],
[placeholder],
*[placeholder] {
	color: #000 !important;
	font-size: 38px;
	font-family:"AvenirNextLTW01-UltraLi";
}

.button-container {
	text-align:center;
	margin: 4.5% 0;
}

	
.button-container button {
	border:1px solid #000;
	background:#fff;
	padding: 15px 7%;
	font-family:"AvenirNextLTW01-UltraLi" !important;
	font-size: 40px;
	cursor:pointer;
}

.contact-form  textarea:focus, .contact-form .info input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}

/* GALLERY SLICK SLIDER */

#content.singleItem { position:relative; }
#the-post-content { padding: 20px 0 0 0; }
#the-post-content .the-post-wrapper {
	position: relative;
	width: 75%;
	margin: 0 auto;
}
#the-post-content .the-post-wrapper h1 {}
#the-post-content .the-post-wrapper h2 {}
#the-post-content .the-post-wrapper h3 {}
#the-post-content .the-post-wrapper p {margin:0 0 20px 0;}
.the_gallery.gallery-loading {
	background:url('../images/loading.gif') center center no-repeat;
}
.the_gallery .the_gallery_slide .gallery-table {
	/*display:table;
	width:100%;
	height:100%;*/
	display: block;
	width: 100%;
	height: 100%;
}
.the_gallery .the_gallery_slide .gallery-cell {
	display: inline-block;
	/*display:table-cell;*/
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.the_gallery .the_gallery_slide img {
	
	height:auto;
	width:auto;
	/*width:100%;*/
	display: block;
	margin: 0 auto;
	border:0 !important;
	outline:none !important;
	color:#FFF;	
}
.the_gallery.marginTransition .the_gallery_slide img {
	-webkit-transition:margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    -khtml-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    -chrome-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
}
.the_gallery .the_gallery_slide.vertical .gallery-table,
.the_gallery .the_gallery_slide.vertical .gallery-cell {/*height:100%;*/}
.the_gallery .the_gallery_slide.vertical img { max-height: 100%; max-width: 100%;/*max-width: 64.5%; max-height: 100%;*/ }
.the_gallery .the_gallery_slide.horizontal img { max-height: 100%; max-width: 100%;/*max-width: 100%;*/ }

.the_gallery_slide { padding:0 30px;}

.the_gallery .slick-list ,
.the_gallery .slick-track ,
.the_gallery .the_gallery_slide  {
	width:auto;
	height:100%;
	max-height:100%;
	border:0;
}
.the_gallery button {
    -webkit-transition:opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -khtml-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -chrome-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	background-color: transparent;
	text-indent:-900000px;
	position: absolute;
	top: 50%;
	margin-top:-20px;
	width:25px;
	height:40px;
	padding: 0 0 0 0;
	z-index:20;
	border:0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	outline: none;
	display:block;
	cursor:pointer;
	
	
}
.the_gallery button:hover{ 
	background-color:transparent;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -o-opacity: 0.7;
    -khtml-opacity: 0.7;
    -ms-opacity: 0.7;
    -chrome-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#the_gallery_footer { text-align:center; padding:20px 0; }
.the_gallery_footer_title { font-size:54px; }
.the_gallery_footer_subtitle { font-size:14px; padding:5px 0 10px 0; }
.the_gallery_footer_date { font-size:14px; }
.the_gallery_footer_date > span {}



.the_gallery button.slick-prev {
	background: url('../images/arrow-left-white.png') center no-repeat;
	width: 60px;
	height: 100%;
	top: 0;
	/*background-color: #FFF!important;*/
	z-index: 10;
	margin: 0;
}
.the_gallery button.slick-next {
	background: url('../images/arrow-right-white.png') center no-repeat;
	width: 60px;
	height: 100%;
	top: 0;
	/*background-color: #FFF!important;*/
	z-index: 10;
	margin: 0;
}
.the_gallery button.slick-prev { left:2.5%; }
.the_gallery button.slick-next { right:2.5%; }

/* SEARCH Page */

.contact-info.search-block {
	width:60%;
	margin:10% auto 5% auto;
}
#search-input-wrapper {
	position:relative;
}
.search-block input {
	border:none;
	border-bottom:1px solid #000;
	width:100%;

}

.search-block input[placeholder] {
	font-size:27px;
	color: #000 !important;
	padding-bottom: 5px;
	text-transform:uppercase;
}



button.search {
	background: url('../images/search-icon.png') no-repeat;
	width:32px;
	height: 100%;
	border:none;
	position:absolute;
	right:0;
	bottom:2px;
	cursor:pointer;
}



#search-reset {
	display:none;
	width:22px;
	height:22px;
	border:1px solid #000;
	position:absolute;
	left:0;
	line-height:22px;
	bottom:10px;
	cursor:pointer;
}

#search-input-wrapper.showReset #search-input{
	width:96%;
	padding-left:4%;
}
#search-input-wrapper.showReset #search-reset{
	display:block;
}

#search-messages {
	margin:5% auto 5% auto;
}




.contact-info.search-block h3 {
	margin-top: 50px;
	margin-bottom:20px;
	font-size:25px;
}


.all-filters {
	font-size:60px;
	text-align:center;
}


.all-filters.clients-page {
	margin-top: 8%;
	margin-bottom: 8%;
}




.filter-item {
	display:inline-block;
	margin-right:30px;
	cursor:pointer;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
    -ms-opacity: 1;
    -chrome-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition:opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -khtml-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -chrome-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.filter-item span{
	display:inline-block;
	line-height: 0.8em;
}
ul.client-item {
    text-align: center;
}
.client-item .cat-item {
	display:block;
	line-height: 0.8em;
	margin-bottom:15px;
	text-transform:uppercase;
}

span.client-item {
	display:block;
	text-transform:uppercase;
        width:fit-content;
        margin:0 auto;
        border-bottom:1px solid transparent;
        
}
a span.client-item:hover {
    border-bottom:1px solid #000;
    transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
}

.client-item .cat-item a {
	display:inline-block;
	border-bottom:1px solid transparent;
}

.client-item .cat-item a:hover {
	border-bottom:1px solid #000;
}


.filter-item span.label-filter {
	border-bottom:1px solid #000;
}


.filter-item span.check-icon {
	width:24px;
	height:32px;
	margin-right:10px;
}

.filter-item.selected  span.label-filter {
	border-bottom:none;
}

.filter-item.disabled {
	cursor: default;
	-webkit-opacity: .5;
    -moz-opacity: .5;
    -o-opacity: .5;
    -khtml-opacity: .5;
    -ms-opacity: .5;
    -chrome-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.filter-item.disabled span {
	border-bottom:none;
}
	
.filter-item.selected  span.check-icon {
	background: url('../images/filter-selected.png') no-repeat;
}


/* VIMEO PLAYER */
.vimeoPlayer {
	width:75%;
	height:400px;
	margin:0 auto 30px auto;
}
.vimeoPlayer iframe {
	width:100%;
	height:100%;
}


/* DELETE EFFECTS ZOOM ON HOVER */


#grid_container.search .img:hover{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	z-index:999;
}			


/* SLIDER BUTTONS*/
.slick-prev, .slick-next  {
	height: 67px;
	margin-top: -33.5px;
	position: absolute;
	top: 50%;
	width: 36px;	
	/*text-indent:-999px;*/
	border:none;
	cursor:pointer;
	color: transparent;
}



.slick-prev{
	background:url("../images/arrow_left_slider.png") no-repeat;
	left: 2%;
}

.slick-next {
	background:url("../images/arrow_right_slider.png") no-repeat;
	right: 2%;
}


/* SHUFFLE BUTTON */

#shuffle_button {
	position: absolute;
	top: 100px;
	right: 2.5%;
	cursor:pointer;
}
	

	
/* MOBILE MENU */
.menu-mainmenu-container {
	background: #000;
}

.mobileMenuArrow {
	background:url("../images/open-arrow-white.png") no-repeat;
	background-size:contain;
	height:11px;
	width:22px;
	display:inline-block;
	float:right;
}




.mobileMenuArrow.open {
	background:url("../images/close-arrow-white.png") no-repeat;
	background-size:contain;
	height:11px;
	width:22px;
	display:inline-block;
	float:right;
}



ul#MainMenu_Mobile {
	width:95%;
	margin:0 auto;
}


ul#MainMenu_Mobile, ul.sub-menu {
	padding:20px 0;
}
/* GG */
ul.sub-menu {
	margin-top:1% !important;
}


ul#MainMenu_Mobile li  {
	padding:10px 0;
}



ul#MainMenu_Mobile li.menu-item-has-children > a { display:block; }

ul#MainMenu_Mobile li a {
	text-transform:uppercase;
	color: #fff;
	font-size: 28px;
}

ul#MainMenu_Mobile li ul li {
	padding:5px 0;
}


ul#MainMenu_Mobile li ul li a {
	font-size: 20px;
	font-weight:bold;
}

ul#MainMenu_Mobile li ul li.menu-item-viewAll a{
	font-size: 15px;
	line-height: 20px;
	color: #D0D0D0;
}

ul#MainMenu_Mobile li ul li ul li a {
	font-size: 17px;
	font-weight:bold;
}

ul#MainMenu_Mobile li ul li ul.sub-menu {
	padding-top:15px;
	padding-bottom:10px;
}


/* COOKIE BAR */

.cli-plugin-button, .cli-plugin-button:visited {
	background: #fff !important;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #000;
	text-decoration: none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	text-shadow:  none !important;
	border-bottom:  none !important;
	position: relative;
	cursor: pointer;
	margin: auto 10px;
	border-radius:0 !important;
}

#cookie-law-info-bar {
	background:#000 !important;
	color:#fff !important;
	border-top:1px solid #fff !important;
}

a#cookie_action_close_header {
	background: #fff !important;
	color: #000 !important;
}

a.cli-plugin-main-link {
	color:#fff !important;
}
