html,body{
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Raleway', sans-serif;
    font-family: 'Chivo', sans-serif;
    font-size: 1vw;
    font-weight: 400;
    //background: #f2f2f2;
}


h1,h2,h3,h4,h5,h6{

}

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

figure,
ul{
	padding: 0;
	margin: 0;
}

/*::selection{
    //background: #21A179b3;
}

/* colors */


/* Transitions */

.thumb_title,
.grid-item img,
.navigation li a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Flex */

.current,
.grid,
.page_content,
.grt-cookie,
#footer{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.page_content,
.grt-cookie,
#footer{	
	-webkit-box-pack:justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

{
	-webkit-box-pack:end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;

}

{
	-webkit-box-pack:center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;

}

.grt-cookie{
	-webkit-box-align:center;
	-webkit-align-items: center;
	align-items: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	-ms-align-items: center;	
}

{
    -webkit-box-align:end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-flex-align: flex-end;
    -ms-align-items: flex-end;  
}

.grid,
.page_content{
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
}

{
	-webkit-flex-direction: column;
	flex-direction: column;
}



{
	 -ms-flex-pack: end;
    justify-content: flex-end;
}




/* Header */

#header{
	padding:2vw;
    position: fixed;	
	box-sizing: border-box;
	top:0;
	z-index: 999999;
    width: auto;
    height: 100%;
    background: #fff;
}

.logo h1{
    text-transform: uppercase;
    font-size: 150%;
}

.logo a{
    color:#000;
}

/* mobile menu */

.ham_button {
    width: 1.1vw;
    height: auto;
    line-height: 0px;
    font-size: 1.1vw;
    margin-left: .5vw;
    display: inline-block;
    position: fixed;
    right: 0;
    top:0;
}

.ham_button span {
    width: 100%;
    background: #000;
    height: 1px;
    display: inline-block;
    transform: rotate(0deg) scale(1,1);
    transform-origin: left;
}

.menu_back.color.active .ham_button span{
    background-color: #fff;
}

/* Nav */

.navigation{
    text-transform: uppercase;
    z-index: 9999;
    font-size: 125%;
    margin-top: 3vw;
    margin-left:-5px;
}

.navigation ul {

}

.navigation .menu{
    cursor: pointer;
}

.navigation .submenu{
    display: none;
}

.navigation .submenu.open{
    display: block;
}

.navigation li {
    display: block;
    padding:.5vw 0;
}

.navigation li a:hover, .navigation li.active a {
    border-color:#000;
}

.navigation li a{
    color:#000;
    position: relative;
    display: inline-block;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 5px;
    border-color: transparent;
}

.navigation .submenu li {
    margin-left: 1vw;
    font-size: 75%;
}

.navigation .submenu li:first-child{
    margin-top: 1vw;
}

/* social */

.social {

}


.social a {
}


/* Main */
#content{
    margin:0 0 0 18.35vw;
}

#home{
    position: fixed;
    top:0; bottom:0;
    left:0; right: 0;
    background-size: cover;
}

.current{
    margin:2vw 18.35vw 0 0 ;
}

.dates-table{
    width:100%;
}

.news-table{
    width:100%
}

.news-table img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80vh;
}

.news-table h1,
.dates-table h1{
    text-transform: uppercase;
    font-size: 150%;
    letter-spacing: 1px;
}

.date-row{
    margin-bottom: 3vw;
    line-height: 1;
}

.news-block {
    margin-bottom: 4vw;
    border-bottom: 1px solid;
    padding-bottom: 2vw;
}

.news-block h3{
    text-transform: uppercase;
}

.news-block:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.page_content .logos,
.news-block .logos{
    margin-top: 2vw
}

.page_content .logos img,
.news-block .logos img{
    max-width: 16vw;
    max-height: 8vh;
    display: inline-block;
    margin-right: 1vw;
    vertical-align: top;
}

.page_content {
    padding: 2vw 0;
    box-sizing: border-box;
    line-height: 2;
    font-size: 115%;
    margin-right:18.35vw;
}

.page_content h1{
    font-size: 120%;
    text-transform: uppercase;
}

.page_content p {
    width: 100%;
    margin: 0;
}

.page_content figure{
    margin: 1% 0 0;
    width:49%;
}

.page_content figure img{
    width: 100%;
    height: auto;
}

.video_box{
    width: 100%;
    margin-top:2vw;
}

.video_box iframe{
    border:none;
}

.work_images{
    margin-top: 3vw;
    line-height: 0;
}

.work_images img{
    width: 100%;
    height: auto;
    margin-bottom: 3vw;
}

.work_images img:last-child{
    margin-bottom: 0;
}

.cover_box {
    position: relative;
    margin-right:18.35vw;
    margin-top:3vw;
}

.cover_box img{
    width:100%;
    height: auto;
}


.cover {
    background-size: cover;
    width: 60vw;
    height: 35vw;
}


/* Thumbnails */
/* thumbs */

.grid {
    //margin:3vw 15.35vw 2vw 0;
    margin:3vw 0 2vw 0;
    background: #fff;
}

.gutter-sizer{
    width:0;
}

.grid-sizer{
    width: 27vw;
}

.grid-item {
    line-height: 0;
    margin-bottom: 1vw;
    display: none;
    width: 23vw;
}

.grid-item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.grid-item:hover .thumb_title{
    border-color: #000;
}

.grid-item:nth-child(even){
}

.grid-item img {
    width: 100%;
    height: auto;
}

.grid-item .thumb_image{
    background: #000;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.grid-item.active{
    display: none !important;
}

.thumb_text {
    padding: 1vw;
    box-sizing: border-box;
    text-align: center;
}

.thumb_title {
    color: #000;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: uppercase;
    display: inline-block;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: transparent;
    padding:0 5px;
}

/* cookies */

.consent{
    display: none;
    z-index:99999999;
    position: fixed;
}

.grt-cookie {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    padding: 1.5vw 5vw;
    background:#000;
    color:#fff !important;
    z-index:999999;
}

.grt-cookies-msg{
    margin-right: 2vw;
    line-height: 1.5;
}

.grt-cookie p {
    margin: 0;
    padding:0;
}

.grt-cookie p a {
    color:#fff;
    text-decoration: underline;
    margin: 0;
    padding:0;
}

.grt-cookie-button {
    cursor: pointer;
    padding: 1vw 5vw;
    background: #fff !important;
    color: #000 !important;
    width:6vw;
}


.clear input,
.mc-field-group input{
    padding:.5vw;
    border:1px solid #000;
    border-radius: 0;
    margin-left: 1px;
    margin-bottom: 1vw;
    font-family: 'Chivo', sans-serif;
    line-height: 1.8;
    background:none;
    width: 15vw;
    box-sizing: border-box;
}



/* Footer */

#footer{
    line-height: 1.5;
    margin: 0 18.35vw;
    text-align: center;
    font-size: 90%;
    text-transform: uppercase;
    padding: 2vw 0;
    border-top: 1px solid;
}

#footer a{
    margin:;
}