/* MAIN COLORS */

.color-text {
	color: #838181 !important;
}

body, html {
	color: #838181;
}

.color-white {
	color:whitesmoke !important;
}

.color-accent {
	color: #4fc4d1 !important;
}

#pageFooter, a,
h1, h2, h3, h4, h5, h6 {
	color: #4fc4d1;
}

a:hover {
	color:#54a9b3;
	text-decoration: none;
}

.color-title {
	color:DeepSkyBlue !important;
}
 
.banner .title {
	color:white;
}
.banner.no-images .title {
	color: MediumTurquoise;
}

.color-extra {
	color:orange !important;
}
 
.banner .title .subtle{
	color:orange;
}

.backcolor-accent {
	background-color: Teal !important;
}
 
.related .content, 
.has-related + #pageFooter {
	background-color: Teal;
}


/* OTHER COLORS */

.section .banner {
	background-color: PaleTurquoise;
}
.section .banner.no-images {
	background-color: AliceBlue;
}
.section .banner.no-images {
	min-height: 400px;
}

.items .item .title .subtle {
    color:lightgray;
}


/* BASIC */

.non-transform {
	text-transform: none;
}

.oneline {
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
}

.noselect {
  	-webkit-user-select: none;
  	-ms-user-select: none; 
  	user-select: none; 
}

.separator{
	margin: 60px auto 60px auto;
	border: none;
	width: 160px;
	height:1px;
	display: block;
	background-color: #51e6e8;
}

button, a.button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	background-color: Teal;
	color:whitesmoke;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.5em 1em;
	text-align: center;
	display: inline-block;
	 -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

button:hover, a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: DarkCyan;
	color:whitesmoke;
}

input[type="text"],
input[type="email"], 
textarea{
	width:100%;
	transition: background-color 0.3s ease;
	background-color: transparent;
	border:none;
	border-bottom: solid thin;
	border-top: none;
	border-color: LightSteelBlue;
	padding: 0.5em 1em;
}
input[type="text"]:hover, 
input[type="email"]:hover,
textarea:hover,
input[type="text"]:focus, 
input[type="email"]:focus, 
textarea:focus{
	background-color: AliceBlue;
	border-color: CornflowerBlue;
}


/* SECTION */

.page-header{
    text-align: center;
    font-size: 3.5em;
    margin-top: 40px;
    margin-bottom: 80px;
    font-family: HeaderFontLight;
}

.group-title{
	font-weight: lighter;
    font-style: italic;
    letter-spacing: 0.4em;
    font-size: 1.6em;
    margin-top: 60px;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding-left: 2em;
    font-family: HeaderFontLight;
}
.group-title.center{
	padding-left:0;
}

.group-title.center,
.column-title.center,
.text-center > p{
	text-align: center;
}

.column-title {
	font-size: 1.6em;
	margin-top: 30px;
    margin-bottom: 25px;
    letter-spacing: 0.2em;
    font-family: HeaderFont;
}

.content-left > .column-title:first-child,
.content-right > .column-title:first-child{
	margin-top: 0;
}

.page-description, .page-description p{
	text-align: center;
	font-style:italic;
}

.page-header + .page-description{
	margin-top: -50px;
	margin-bottom: 80px;
}

.section.has-description + .section{
	margin-top: 100px;
}

.section{
	/*overflow: hidden;*/
}

.section.section-content{
	margin-top: 0;
}
.section.section-banner{
	position: relative;
    min-height: 600px; 
}

.section .banner {
	overflow: hidden;
	margin-bottom: 120px;
	width:100%;
	position: relative;
	min-height: 200px;
	font-family: HeaderFont;
}
.section .banner .main-menu{
	position: absolute;
    top: 0;
}

.parallax-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
  	position: absolute !important;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0
}

.banner-title{
	font-size: 3em;
	padding: .6em;
	color:white;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: sans-serif;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.no-data .section:first-child .banner{
	margin-bottom: 20px;
}

.section .banner > .title{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display:block;
    font-size: 1.5em;
}

.section.has-menu .banner > .title {
    top: 60%;
	transform: translateY(-60%);
}

.no-data .section .banner > .title,
.section .banner.no-images > .title{
	top: 60%;
    transform: translateY(-60%);
    font-size: 1.1em;
}

.section .banner > .title .title{
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0.3em;
}
.section .banner > .title .title .prefix{
	text-align: center;
	display: block;
	font-size: 0.7em;
	font-weight: normal;
}

.section .banner > .title .subtle{
	text-align: center;
	width: 100%;
	margin-top: 0.5em;
}

.section .banner > img{
	width: 100%;
}

.related .content{
	padding-top: 45px;
}
.has-related + #pageFooter{
	padding-top: 160px;
}
.no-data + #pageFooter{
	padding-top: 100px;
}



/* Story Page */

.story-page .cover{
	margin-bottom: 30px;
}

.story-page .info > div {
	line-height: 2em;
}
.story-page .info > div > span:first-child{
	font-weight: bold;
}

.story-page .info .description {
	margin-top: 30px;
}

.story-page .info .tags a{
	font-weight: bold;
	font-size: 1.2em;
}
.story-page .info .tags a:before{
	content:"#";
	font-weight: normal;
}

.story-page .info .languages a{
	margin-right: 5px;
}
.story-page .info .languages .selected{
	font-weight: bold;
	pointer-events: none;
}
.story-page .info .languages .available{
	padding:5px;
	border: solid thin;
	border-color: transparent;
	transition: 0.2s;
}
.story-page .info .languages .available:hover{
	border-color: lightgray;
}
.story-page .art-of-button{
	margin-top: 45px;
}

.story-page .show-all{
	width: 100%;
    text-align: center;
    background-color: Pink;
    padding: 0.5em 40px;
    margin-bottom: 30px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    letter-spacing: 0.2em;
}
.story-page .show-all:hover{
	background-color: LightPink;
}
.story-page .show-all .plus{
	position: absolute;
	right:0;
	bottom: 0;
	top: 0;
	width: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.5em;
}
.story-page .show-all .show{
	font-weight: bold;
	text-transform: uppercase;
	font-style:italic;
}
.story-page .show-all .chap{
	font-style:italic;
}

.story-page .section.oneshot .content .text-center{
	font-style: italic;
}
.story-page .section.oneshot .items .item .title .name{
	font-size: 1.4em;
	letter-spacing: 0.2em;
}
.story-page .section.oneshot .items .item{
	margin-bottom: 45px;
}


/* INFO PAGES */

.info-page .page-header{
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 2.1em;
	text-align:left;
} 

.info-page .image{
	text-align: center;
} 
.info-page .image img{
	width: 100%;
	margin: 0 auto;
}
.info-page .container .row{
	margin-top: -30px;
	margin-bottom: -30px;
	margin-right: -30px;
	margin-left:-30px;
}
.info-page .group{
	overflow: hidden;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left:30px;
	padding-right: 30px;
}

.info-page .wpcf7-form{
	margin-top: 90px;
}
.info-page .wpcf7-form-control-wrap, label{
	width:100%;
}
.info-page .socials{
	margin-top: 30px;
}





/* GRID */

.items.row{
	list-style: none;
	margin: 0 -15px;
	padding:0;
}

.items .item{
	margin-top: 15px;
	margin-bottom:15px;
	list-style-type: none;
}

.items .item .thumbnail{
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 100%;
	width:100%;
	background: lightgray;
	transition: 0.5s ease;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.items .item.extra .thumbnail .empty{
	position:absolute;
	left:30%;
	top:20%;
	right:30%;
	bottom:30%;
	background-image: url('/wp-content/images/icons/grid.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: ease 0.3s;
}
.items .item.extra .thumbnail:hover .empty{
	opacity: 0.9;
	rotate: 2deg;
}

.items .item.extra .thumbnail .thumbnail-image{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.items .item .thumbnail.ratio-4-3{
	padding-bottom: 75%;
}
.items .item .thumbnail.ratio-3-4{
	padding-bottom: 133.33%;
}
.items .item .thumbnail.ratio-3-2{
	padding-bottom: 66.66%;
}
.items .item .thumbnail.ratio-2-3{
	padding-bottom: 150%;
}
.items .item .thumbnail.ratio-7-5{
	padding-bottom: 71.42%;
}
.items .item .thumbnail.ratio-5-7{
	padding-bottom: 140%;
}
.items .item .thumbnail.ratio-16-9{
	padding-bottom: 56.25%;
}
.items .item .thumbnail.ratio-9-16{
	padding-bottom: 177.77%;	
}
.items .item .thumbnail.ratio-5-4{
	padding-bottom: 80%;
}
.items .item .thumbnail.ratio-4-5{
	padding-bottom: 125%;
}
.items .item .thumbnail.ratio-2-1{
	padding-bottom: 50%;
}
.items .item .thumbnail.ratio-1-2{
	padding-bottom: 200%;
}
.items .item .thumbnail.ratio-3-1{
	padding-bottom: 33.33%;
}
.items .item .thumbnail.ratio-1-3{
	padding-bottom: 300%;
}
.items .item .thumbnail.ratio-21-9{
	padding-bottom: 42.85%;
}
.items .item .thumbnail.ratio-9-21{
	padding-bottom: 233.33%;
}

.items .item .thumbnail.ratio-2-1-one{
    padding-bottom: calc(50% - 15px);
}

.items .item .thumbnail img,
.items .item .box img{
	position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    width:100%;
    height:100%;
    object-fit: cover;
    opacity: 1;
}

.items .item .thumbnail.free{
	padding-bottom: initial;
}
.items .item .thumbnail.free img{
	position: initial;
    height: auto;
}
.items .item.animation-scale .thumbnail img,
.items .item .box .animation-scale img{
	transition: 1s ease;
}

.items .item.animation-scale .thumbnail:hover img,
.items .item .box .animation-scale:hover img{
	transform: scale(1.015);
}

.items .item.animation-fade .thumbnail img{
	transition: opacity 0.2s;
}
.items .item.animation-fade .thumbnail:hover img{
	opacity: 0;
}

.items .item .box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 100%;
    width:100%;
    transition: 0.5s ease;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.items .item .box .square{
    display: block;
    position: absolute;
    width: calc(50% - 15px);
    height: calc(50% - 15px);
    overflow: hidden;
}
.items .item .box .rectangle{
    display: block;
    position: absolute;
    width: 100%;
    height: calc(50% - 15px);
    overflow: hidden;
}
.items .item .box .square.top-left{
    top:0;
    left: 0;
}
.items .item .box .square.top-right{
    top: 0;
    right: 0;
}
.items .item .box .square.bottom-left{
    bottom: 0;
    left:0;
}
.items .item .box .square.bottom-right{
    bottom: 0;
    right:0;
}
.items .item .box .rectangle.bottom{
    bottom: 0;
    right:0;
    left:0;
}
.items .item .box .rectangle.top{
    top: 0;
    right:0;
    left:0;
}

.items .item .title {
	text-align: center;
	margin-top: 0.5em;
}
.items .item.extra .thumbnail{
	overflow: hidden;
}
.items .item.extra .title{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	margin:0;
	letter-spacing: 0.15em;
	text-transform: uppercase;
    font-style: italic;
    line-height:1;
    margin-bottom: -4px;
    font-size: 1.4em;
}
.items .item.extra .title.top{
	bottom: initial;
    top: 0.5em
}

.items .item.extra .title.centered .name{
	display: block;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}



.items .item .title .name{
	display:block;
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
}

.items .item .title .name .prefix{
	font-size: 1.3em;
	display: block;
	margin-bottom: 0.3em;
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
}

.items .item .title .subtle{
	display:block;
	margin-top: 0.2em;
	font-size: 0.9em;
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
}



@media screen and (max-width: 767px){
	.section .banner > .title{
    	font-size: 1.1em;
	}

	.section .banner > .title .title{
		font-size: 1.2em;
	}
	.section .banner {
		min-height: 150px;
	}
	.section .banner.no-images {
		min-height: 200px;	
	}
	.no-data .section .banner > .title,
	.section .banner.no-images > .title{
		top: 50%;
	    transform: translateY(-50%);
	    font-size: 1.1em;
	}

	.page-header{
    	font-size: 2.5em;
	}

	.group-title{
		
	    font-size: 1.2em;
	}

	.column-title {
		font-size: 1.2em;
	}

	.story-page .info .tags a{
		font-size: 1em;
	}

	.story-page .show-all .plus{
		font-size: 1.2em;
	}
	.story-page .section.oneshot .items .item .title .name{
		font-size: 1.1em;
	}
	.items .item.extra .title{
	    font-size: 1.2em;
	}
}

@media screen (min-width: 768px) and (max-width: 991px) {
	
}

@media screen (min-width: 992px) and (max-width: 1199px) {
	
}
