body { font-family: 'titilliumlight_upright', Helvetica, sans-serif; font-size: 1.8rem; color: gray; }

* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.two.columns { height: 0; }

#nav {
	font-size: 1rem; letter-spacing: 0.1em;
	text-align: center;
	color: white; background-color: rgb(186,78,86);
	line-height: 18px; text-transform: uppercase;
	height: 18px; width: 100%; position: fixed; top: 0; z-index: 100;
}
#nav a, #nav a:link, #nav a:visited { color: white; text-decoration: none; }
#nav a:hover { text-decoration: underline; }

.full-width {
	background-color: white;
	width: 100%;
	position: relative; z-index: 150;
	padding: 2rem 0 3rem 0;
}

.footer {
	font-size: 1.4rem;
	text-align: center;
	color: white;
	padding: 1rem 0;
}

.empty_column { height: 1px; }

.red_back { background-color: rgb(186,78,86); }
.grey_back { background-color: rgb(235,235,235); }

.red_txt { color: rgb(186,78,86); }
.white_txt { color: white; }

p { text-align: justify; }
#voluntary-call2action p { text-align: center; }
#video-list p, #voluntary-disclosure p { margin-top: 2rem; }

h2, h3, h4, h5 { text-align: center; margin-bottom: 0; }
#video-list h2, #voluntary-page h2 { margin-bottom: 2rem; }
#voluntary-call2action h2, #voluntary-page h2 { font-size: 3rem; }

#voluntary-call2action { border-bottom: 1px solid rgb(235,235,235); }

h3 {
	font-family: 'titilliumregular_upright'; font-size: 1.6rem;
	text-transform: uppercase; letter-spacing: 0.2em;
	color: white;
	margin-bottom: 1.5rem;
}
h3.subs { font-size: 1.4rem; }

a, a:link, a:visited {
	color: rgb(186,78,86);
	text-decoration: none;
}
a:hover { text-decoration: underline; }
#video-list h2 a:hover { text-decoration: none; }

.footer a,
.footer a:link,
.footer a:visited {
	color: white;
	text-decoration: none;
}
.footer a:hover { text-decoration: underline; }

/* COVERs */

#cover {
	text-align: center;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#home #cover { height: 100vh; }
#video-list #cover, #voluntary-page #cover { height: 350px; }

.row.main {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home .row.main { height: calc( 100vh - 150px - 50px ); }
#video-list .row.main, #voluntary-page .row.main { height: calc( 350px - 120px ); }

#home .row.call2action { height: 150px; }
#video-list .row.call2action, #voluntary-page .row.call2action { height: 120px; }

.look_down { height: 50px; }
.look_down-icon {
	font-size: 1.6rem;
	color: white;
	text-align: center;
	line-height: 28px;
	height: 30px;
	width: 30px;
	border: 1px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgb(186,78,86);
	margin: 0 auto;
	cursor: pointer;
}

h1 { font-size: 4rem; color: white; text-shadow: 0px 2px 5px rgba(0,0,0,0.5); }
#cover h1 { margin-top: 1rem; }
#video-list h1, #voluntary-page h1 { margin-top: 0.5rem; margin-bottom: 0; }

.logo {
	height: 25px;
	margin-bottom: 2rem;
}
#video-list .logo, #voluntary-page .logo { margin-bottom: 1.8rem; }
.logo img {
	height: 100%;
	margin-right: 15px;
	vertical-align: middle;
	
	-webkit-filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.5));
	filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.5));
}

#cover h2 {
	font-size: 1.8rem;
	text-transform: uppercase; letter-spacing: 0.2em;
	color: white; text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	display: inline-block; vertical-align: middle;
}
#video-list #cover h2, #voluntary-page #cover h2 { margin-bottom: 0; }




/* ACCESSORIES */

.line-cover {
	height: 1px;
	width: 250px;
	margin: 0 auto;
	background-color: white;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.line,
.line-modal {
	height: 1px;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 2rem;
	background-color: rgb(186,78,86);
}

/* LEA VEROU'S FIRST CHILD AT ROOT WORKAROUND */
#video-list .line, #voluntary-page .line { display: none; }
#video-list .line ~ .line, #voluntary-page .line ~ .line { display: block; }


a.btn_call2action {
	text-transform: none;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 1rem;
	color: white;
	height: 50px;
	border: 1px solid white;
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgb(186,78,86);
	display: block;
	cursor: pointer;
}
a.btn_call2action i.icon {
	font-size: 3rem;
	line-height: 50px;
	text-align: right;
	float: left;
	margin-right: 10px;
	width: 32%;
}
a.btn_call2action .btn_desc {
	font-size: 1.4rem;
	line-height: 1.6rem;
	letter-spacing: 0.05rem;
	text-align: left;
	float: right;
	width: 63%;
	margin-top: 8px;
}

a.btn_link {
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
	color: white;
	width: 100%;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: rgb(186,78,86);
	margin: 0 auto;
	display: block;
	clear: both;
}
#voluntary-page .btn_link { margin-top: 2.5rem; }
a.btn_link.small {
	width: 70%;
	height: 26px;
	line-height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	margin-bottom: 26px;
}
a.btn_link i.fa { font-size: 2.1rem; /* vertical-align: middle; */ }
a.btn_link.small i.fa { font-size: 1.2rem; }


.btn_link.voluntary_call {
	color: rgb(186,78,86);
	background-color: white;
	border: 1px solid rgb(186,78,86);
}


/* FACEBOOK VIDEOS */

.iframe-container {
	
	/* IFRAME RELATED STYLES */
	position: relative;
    height: 0;
	overflow: hidden;
	
	/* VIDEO RATIO: 16:9 */
	padding-bottom: 56.25%;
    
    /* VIDEO RATIO: 4:3 */
	/* padding-bottom: 75%; */
	
	margin-bottom: 2rem;
}
iframe {
    position: absolute;
    top:0;
    left: 0;
	width: 100%;
	height: 100%;	
}

.video-thumb {
	width: 100%;
	margin-bottom: 2rem;
	float: left;
}

.video-thumb a:link { text-decoration: none; }
.video-thumb-preview {
	height: 165px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.video-thumb-title {
	font-size: 1.4rem; text-transform: uppercase; letter-spacing: 0.1em;
	height: 40px;
	line-height: 40px;
	background-color: rgb(186,78,86);
	margin: 0;
	padding-left: 5%;
	padding-right: 5%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* SOCIAL SECTION */

.socials { text-align: center; }
.socials i.fa { font-size: 4rem; color: rgb(186,78,86); margin-bottom: 1rem; }
.socials-title {
	font-family: 'titilliumregular_upright'; font-size: 1.6rem;
	text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.5rem; text-align: center;
}
.socials p { text-align: center; font-size: 1.6rem; }
.socials .btn_link { margin-bottom: 5rem; }



/* SUBSCRIPTION MODAL */

#mask,
#mask_content {
	text-align: center;
	color: white; background-color: rgba(255,150,150,0.5);
	width: 100%; height: 100vh;
	position: fixed; top: 0; left: 0; z-index: 9999;
/* STYLES INJECTED BY JS */
/*
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
*/
	display: none;
	align-items: center;
	justify-content: center;
}
.modal {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgb(186,78,86);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.modal .line-modal { background-color: white; margin-bottom: 1rem; }
#close, #close_content { display: block; text-align: right; padding: 5px 5px 0 0; cursor: pointer; }

.modal_title {
	font-family: 'titilliumregular_upright'; font-size: 1.6rem;
	text-transform: uppercase; letter-spacing: 0.1em;
	margin: 1rem;
}

.modal p {
	text-align: center;
	font-size: 1.4rem;
	margin: 0 4rem 2rem 4rem;
}
.modal .msg {
	font-family: 'titilliumregular_upright'; font-size: 1.6rem;
	text-transform: uppercase; letter-spacing: 0.1em;
}
.modal a {
	color: white !important;
	text-decoration: underline;
}


/* INPUTS */

input[type="email"] {
	text-align: center;
	color: white;
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid white;
	width: 250px;
}
input[type="email"]:focus {
	border: 0;
	border-bottom: 1px solid white;
}

::-webkit-input-placeholder { color: rgba(255,255,255,0.65); }
:-moz-placeholder { color: rgba(255,255,255,0.65); }
::-moz-placeholder { color: rgba(255,255,255,0.65); }
:-ms-input-placeholder { color: rgba(255,255,255,0.65); }

select {
	color: rgb(186,78,86);
	width: 250px;
	cursor: pointer;
	margin-top: 1rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: white;
    
    background-image: url('../img/caret-down.png') ;
	background-position: center right;
	background-repeat: no-repeat;
}

.checkbox-label { font-size: 1.2rem; }
input[type="checkbox"] {
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
}
label > .label-body { text-align: left; }

input[type="submit"] {
	font-family: 'titilliumregular_upright';
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgb(186,78,86);
	background-color: white;
	border: 0;
	margin: 2rem 0;
	opacity: 0.2;
}
input[type="submit"]:hover {
	color: rgb(186,78,86);
}



/* GRIGIO */
/* .full-width {background-color: rgba(0,0,0,0.3);} */


/* MEDIA QUERIES CARNAGE */

/* Larger than phablet */
@media (min-width: 550px) {

/* ROSSO */
/* .full-width {background-color: rgba(255,0,0,0.5);} */

	.two.columns { height: 1px; }
	.full-width { padding: 3rem 0 5rem 0; }
	.footer { padding: 1rem 0; }

	/* COVERS */

	#home .row.main { height: calc( 100vh - 80px - 50px ); }
	#home .row.call2action { height: 80px; }
	
	#video-list .row.main, #voluntary-page .row.main { height: calc( 350px - 80px ); }
	#video-list .row.call2action, #voluntary-page .row.call2action { height: 80px; }
	
	#home #cover h1 { font-size: 6.4rem; }
	#video-list #cover h1, #voluntary-page #cover h1 { font-size: 4rem; margin-top: 1rem; }
	
	#cover h2 { font-size: 2rem; }
	.logo { margin-bottom: 2.8rem; }
	
	/* ACCESSORIES */
	
	a.btn_call2action,
	a.btn_call2action:link,
	a.btn_call2action:visited {
		transition: all .15s;
		-moz-transition: all .15s;
		-webkit-transition: all .15s;
		-o-transition: all .15s;
/* 		background-color: rgba(186,78,86,0.4); */
	}

	a.btn_call2action i.icon { width: 25%; }
	a.btn_call2action .btn_desc { width: 70%; }
	
	.btn_link {
		width: 50%;
		max-width: 250px;
		line-height: 30px;
		height: 30px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		transition: all .15s;
		-moz-transition: all .15s;
		-webkit-transition: all .15s;
		-o-transition: all .15s;
	}
	#voluntary-page .btn_link { max-width: 300px; }
	.btn_link:hover,
	a.btn_call2action:hover {
		color: rgb(186,78,86);
		background-color: white;
		border: 1px solid rgb(186,78,86);
	}
	.btn_link.voluntary_call:hover {
		color: white;
		background-color: rgb(186,78,86);
		border: 1px solid white;
	}
	.socials .btn_link { width: 100%; }
	a.btn_link.small { margin-bottom: 0; }
	
	/* VIDEOS */
	
/* 	.iframe-container { padding-bottom: calc( 56.25% + 84px ); } */
	
	.video-thumb {
		width: 48%;
		margin-right: 4%;
		transition: all .15s;
		-moz-transition: all .15s;
		-webkit-transition: all .15s;
		-o-transition: all .15s;
	}
	.video-thumb:nth-child(2n) { margin-right: 0; }
	.video-thumb:hover { opacity: 0.8; }

} /* END MEDIA PHABLET */



/* ALL LANDSCAPE DEVICES */
@media only screen
	and (min-device-width : 320px) 
	and (max-device-width : 775px) 
	and (orientation : landscape) {

/* MAGENTA */
/* .full-width {background-color: rgba(255,0,255,0.5);} */

	.full-width { padding-top: 1.5rem; padding-bottom: 3rem; }
	.container { width: 100%; }

	.logo { margin-top: 30px; }
	#home #cover h1 { font-size: 5rem; }
	
	#home .row.main { height: calc( 100vh - 80px ); }
	#video-list #cover, #voluntary-page #cover { height: 300px; }
	#video-list .row.main, #voluntary-page .row.main { height: calc( 300px - 80px ); }
	
	a.btn_call2action i.icon {
		width: 20%;
	    font-size: 2.5rem;
	    margin-right: 5px;
	}
	a.btn_call2action .btn_desc { width: 75%; }
	
	.look_down { display: none; }
/* 	.iframe-container { padding-bottom: 56.25%; } */
	.video-thumb-title { font-size: 1rem; }
	.socials-title { font-size: 1.3rem; }
	.socials .btn_link { margin-bottom: 3rem;}
	.footer { padding-bottom: 1.5rem; }

	.eight.columns.modal { width: 100%; height: 100vh; margin-left: 0; margin-right: 0; }
	.modal_side { width: 0; }
	.modal p { margin: 0 1rem 1rem 1rem; }
	.modal input[type="email"] { display: block; float: left; width: 40%; margin-left: 10%; margin-right: 5%; }
	.modal select { display: block; width: 40%; margin-left: 0; margin-top: 0; }
	input[type="submit"] { margin-top: 0.5rem; }

}



/* IPHONE5 LANDSCAPE ONLY */
@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 568px) 
	and (orientation : landscape) {
	
/* CIANO */
/* .full-width {background-color: rgba(0,255,255,0.5);} */

	#home #cover h1 { font-size: 4rem; }
	a.btn_call2action i.icon {
		width: 16%;
	    font-size: 2rem;
	    margin-right: 5px;
	}
	a.btn_call2action .btn_desc { width: 80%; }
	.socials-title { width: 90%; margin-left: auto; margin-right: auto; }
	a.btn_link.small { font-size: 1.4rem; }
}


/* ALL IPAD */
@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) {

/* GIALLO */
/* .full-width {background-color: rgba(255,255,0,0.5);} */

	.full-width { padding-top: 1.5rem; padding-bottom: 3rem; }
/* 	.iframe-container { padding-bottom: 56.25%; } */
	.footer { padding-bottom: 1.5rem; }

}

/* IPAD PORTRAIT ONLY */
@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : portrait) {

/* GIALLO */
/* .full-width {background-color: rgba(255,255,0,0.5);} */

	a.btn_call2action i.icon {
		width: 20%;
	    font-size: 2.5rem;
	    margin-right: 5px;
	}
	a.btn_call2action .btn_desc { width: 75%; }
	.video-thumb-title { font-size: 1rem; }
	.socials .btn_link { margin-bottom: 3rem;}
	
}
