@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');

@font-face {
	font-family: 'frutiger_boldregular';
	src: url('../fonts/ftb-webfont.woff2') format('woff2'),
	url('../fonts/ftb-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'frutiger-lightregular';
	src: url('../fonts/unicode.frutigel-webfont.woff2') format('woff2'),
	url('../fonts/unicode.frutigel-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

html, body{
	margin:0px;
	padding:0px;
	font-family: 'Myriad Pro', sans-serif;
}
body{
	font-size:14px;
	line-height:24px;
	color:#ffffff;
}
ul, ol {
	margin: 0 0 1.5em;
	padding: 0;
}
ul {
	list-style: outside none disc;
}
ol {
	list-style: outside none decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
hr {
	background-color: #bbbbbb;
	border: 0 none;
	height: 1px;
	margin-bottom: 1.5em;
}
a {
	color: #fcffa8;
	text-decoration: none;
}
fieldset {
	border: medium none;
	margin: 15px 0;
	padding: 0;
}
legend {
	color: #101010;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
a:focus , *{
	outline:none;
}
a:hover, a:active {
	color: #ffffff;
	outline: 0 none;
}
:-moz-placeholder {
	color: currentcolor;
	font-family: 'Myriad Pro', sans-serif;
}
*::-moz-placeholder {
	color: currentcolor;
	font-family: 'Myriad Pro', sans-serif;
	opacity: 0.5;
}
figcaption, figure, main {
	display: block;
}
b, strong {
	font-weight: 700;
}
/*--------------------------------------------------------------
2.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .main-header:before, .main-header:after,.site-content:before, .site-content:after , .site-footer:before, .site-footer:after, .main-footer:before, .main-footer:after{
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-justify{
	text-align:justify;
}
/*--------------------------------------------------------------
4.0 Form Style
--------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select{
	background:#a0d8fd;
	display:block;
	width:100%;
	border-radius:5px;
	padding:8px 15px;
	border:medium none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus{

}
textarea{
	height:150px;
}
button, html [type="button"], [type="reset"], [type="submit"], .btn-primary, .button  {
	background:#a1fbfa;
	border-radius:5px;
	padding:5px 15px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
	border:medium none;
	min-width:100px;
	text-align:center;
	display:block;
	line-height:32px;
	cursor:pointer;
	color:#0869a8;
}
button:hover, button:focus, html [type="button"]:hover, html [type="button"]:focus, [type="reset"]:hover, [type="reset"]:focus, [type="submit"]:hover, [type="submit"]:focus, .btn-primary:hover, .btn-primary:focus, .button:hover, .button:focus {
	background:#76d2d1;
	color:#ffffff;
}
/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #fffffff;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.66;
	letter-spacing:0px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 15px;
	padding: 0 0 0;
}
h1 {
	font-size: 28px;
	font-weight: 700;
	color:#ffffff;
}
h2{
	font-size: 24px;
	font-weight: 700;
	color:#fcffa8;
}
h3 {
	font-size: 22px;
	font-weight: 600;
}
h4 {
	font-size: 20px;
	font-weight: 700;
	line-height:1.4;
}
h5 {
	font-size: 13px;
	font-weight: 700;
}
h6 {
	font-size: 15px;
	font-weight: 800;
}
p {
	margin: 0 0px 15px 0px;
	padding: 0;
}
p.large-text, .large-text{
	font-size:18px;
	line-height:24px;
}
/*--------------------------------------------------------------
6.0 Layout
--------------------------------------------------------------*/
.container{
	max-width:940px;
	margin:auto;
	padding:0px 15px;
	position:relative;
}
.container-fluid{
	padding:0px 15px;
	width:100%;
}
.container:after{
	clear:both;
	content:"";
	display:table;
}

body{
	background:#50b4ef;
}
*, *::before, *::after {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: border-box;
}
img{
	max-width:100%;
}
/*--------------------------------------------------------------
 Header
--------------------------------------------------------------*/
.main-header{
	padding:10px 0px;
}
.header-right {
	float: right;
	text-align:right;
	position: relative;
	z-index: 10;
}
.contact-info{
	text-align:right;
	font-weight:500;
	line-height:24px;
}
.contact-info a{
	display:block;
	color:#ffffff;
}
.contact-info a.email{
	font-size:18px;
}
.social-media{
	margin-top:8px;
}
.social-media a{
	background:#abffe4;
	width:28px;
	height:28px;
	border-radius:50%;
	color:#50b4f5;
	display:inline-block;
	text-align:center;
	font-size:18px;
	line-height:28px;
	margin:0px 0px 0px 5px;
}
.social-media a i.fa{
	line-height:28px;
}
.logo {
	float: left;
	margin: -60px auto 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.donate-btn {
	left: -15px;
	position: absolute;
	top: 25px;
	z-index: 10;
}
/*--------------------------------------------------------------
 Navigation
--------------------------------------------------------------*/
.main-menu{
	text-align:center;
	width:100%;
	margin:0px;
}
.main-menu li{
	text-align:center;
	display:inline-block;
	margin:0px 3px;
}
.main-menu li img.active{
	display:none;
}
.main-menu li.current-menu-item img{
	display:none;
}
.main-menu li.current-menu-item img.active{
	display:block;
}
.menu-item > a {
	display: block;
}
/*--------------------------------------------------------------
 Page Layout
--------------------------------------------------------------*/
.main-content{
	min-height:350px
}
.site-content{
	padding:20px 0px 50px;
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
	float: left;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.6667%;
}
.col-10 {
	width: 83.3333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.6667%;
}
.col-7 {
	width: 58.3333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.6667%;
}
.col-4 {
	width: 33.3333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.6667%;
}
.col-1 {
	width: 8.33333%;
}
.input-group {
	margin-bottom:10px;
	float:left;
	width:100%;
}
.input-group label {
	width:80px;
	float:left;
	text-align:right;
	line-height:42px;
}
.input-group .form-control{
	width:calc(100% - 90px);
	margin-left:10px;
	float:left;

}
.input-group .button{
	float:right;
}
.sidebar-area {
	float: right;
	width: 200px;
}
.content-area {
	float: left;
	width: calc(100% - 265px);
}
article.post{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #ffffff;
	font-size:16px;
	line-height:20px;
	font-family: 'frutiger-lightregular';
}
article.post:last-child{
	padding:0px;
	border:medium none;
	margin:0px;
}
article.post:after{
	clear:both;
	content:"";
	display:table;
}
.entry-header {
	margin: 0 0 10px;
}
h1.post-title {
	color: #ffffff;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	font-family: 'frutiger_boldregular';
}
.post-thumbnail{
	margin-bottom:15px;
}
.align-left {
	float: left;
	margin: 0 15px 15px 0;
}
.sidebar-area{
	text-align:right;
}
.widget-title h3 {
	color: #fcffa8;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.widget{
	margin:0px 0px 15px 0px;
	font-size:13px;
	line-height:1.4;
}
.sidebar-area .widget-area ul{
	list-style:none;
}
.sidebar-area .widget-area ul li{
	margin:0px 0px 15px 0px;
	display:block;
}
.banner{
	margin-bottom:0px;
}
.navigation .main-menu{
	float:left;
	width:20%;
}
.navigation .video-box{
	float:left;
	width:60%;
	text-align:center;
	padding:30px 0px;
}
.navigation .video-box img, .navigation .video-box iframe{
	width:100%;
	height:375px;
	display:block;
}
.projects > li {
	float: left;
	list-style: outside none none;
	width: calc(100% / 3 - 40px);
	margin:0px 60px 30px 0px;
}
.projects > li:nth-child(3n + 3){
	margin:0px 0px 30px 0px;
}
.project-thum img {
	width: 100%;
	display:block;
	border: 2px solid #000;
}
.projects h2.project-title{
	font-size:16px;
	font-weight:500;
	margin-bottom:0px;
	line-height:20px;
	margin: 5px 0 0 0;
}
.projects h2.project-title a{
	color:#ffffff;
}
.projects .by{
	font-size:13px;
	line-height:14px;
	display:block;
}
.single-work h1{
	margin-bottom:0px;
}
.work-thumbnail iframe{
	width:100%;
	height:450px;
}
.credits h2, .awards h2{
	color:#ffffff;
}
.credits ul, .awards ul{
	list-style:none;
	font-size:16px;
	font-weight:600;
}
.awards li span {
	margin: 0 30px 0 0;
}
/*--------------------------------------------------------------
 Footer
--------------------------------------------------------------*/
.footer-bg{
	background:url(../images/lighting-bg.png) repeat top left;
	padding:15px;
	margin: 0 2px;
}
.site-footer{
	background:#2673f2;
	padding:14px 5px;
	color:#ffffff;
	background-size:100% 100%;
}
.site-footer a{
	color:#b7f3ff;
}
.logo-footer {
	float: left;
}
.cartoon-icon {
	float: right;
}
.footer-content {
	float: left;
	padding: 0 30px;
	width: calc(100% - 304px);
	color:#ffffff;
}
ul.footer-menu {
	list-style: outside none none;
	margin: 8px 0px 0px;
	display:inline-block;
}
ul.footer-menu li{
	display:inline-block;
	text-transform:uppercase;
}
ul.footer-menu li:after{
	margin:0px 10px;
	content:"|";
	display:inline-block;
	color:#84e8f2;
	position:relative;
	top:-1px;
}
ul.footer-menu li:last-child:after{
	content:"";
	margin:0px;
}
ul.footer-menu li a{
	text-transform:uppercase;
	color:#ffffff;
}
ul.footer-menu li a:hover{
	color:#84e8f2;
}
.footer-content .social-media{
	display:inline-block;
	margin:8px 0px 0px 30px;
}
.footer-content .social-media a{
	margin: 0 5px 0 5px;
	color:#2673f2;
}
.footer-content .contact-details{
	margin: 8px 0 8px;
	font-weight:600;
}
.footer-content .contact-details span{
	margin-right:15px;
	letter-spacing: 0.5px;
}
.footer-content p{
	margin:0px;
	letter-spacing: 0.5px;
}
.copyright {
	color: #ffffff;
	padding: 5px 0;
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.menu-item img {
		width: 100px;
	}
	.logo img {
		height: auto;
		max-width: 550px;
		width: 100%;
	}
	.donate-btn{
		left: 10px;
	}
	.footer-content{
		padding: 0 10px;
	}
	.footer-content .social-media{
		margin:5px 0px 0px 0px;
		width:100%;
	}
	.footer-content .contact-details{
		margin: 5px 0 0px;
	}
	ul.footer-menu{
		margin:0px 0px 0px 0px;
	}
	.projects > li, .projects > li:nth-child(3n+3){
		margin:0px 0px 30px;
		padding:0px 5px;
		width:33.3336%;
	}
	.navigation .video-box{
		padding: 0px 0px;
	}
	.navigation .video-box img, .navigation .video-box iframe{
		height: 300px;
	}
	.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9{
		padding:0px 15px;
	}
	.content-area{
		width: calc(100% - 200px);
	}
	.footer-bg{
		margin: 0 -7px;
	}
}
@media only screen and (max-width: 767px) {
	.logo{
		margin: 15px auto 0px;
	}
	.donate-btn{
		left: 10px;
		top:0px;
	}
	.menu-item img{
		width: 90px;
	}
	.work-thumbnail iframe{
		height: 350px;
	}
	.navigation .video-box {
		padding: 15px 0;
	}
	.donate-btn > img {
		width: 80px;
	}
	.projects > li, .projects > li:nth-child(3n+3) {
		width: 50%;
	}
	.social-media {
		margin-top: 0;
	}
	.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9{
		padding:0px;
		width:100%;
		margin-bottom:15px;
	}
	.sidebar-area {
		float: right;
		width: 100%;
	}
	.content-area {
		width: 100%;
	}
	.sidebar-area{
		text-align:left;
	}
	h1.post-title{
		font-size: 24px;
		line-height: 28px;
	}
	.logo-footer {
		float: left;
		text-align: center;
		width: 100%;
	}
	.footer-content {
		padding: 0 10px;
		text-align: center;
		width: 100%;
	}
	.cartoon-icon {
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width: 639px) {
	.work-thumbnail iframe{
		height: 300px;
	}
	.donate-btn > img {
		width: 60px;
	}
	.navigation .main-menu {
		width: 100%;
	}
	.navigation .video-box{
		width:100%;
	}
	.menu-item img {
		width: 120px;
	}
	.main-content {
		float: left;
		width: 100%;
	}
	.projects > li, .projects > li:nth-child(3n+3) {
		padding: 0;
		width: 100%;
	}
	h1.post-title{
		font-size: 20px;
		line-height: 24px;
	}
	.input-group label{
		width:100%;
		text-align:left;
		line-height: 24px;
	}
	.input-group .form-control{
		margin-left: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	.menu-item img {
		width: 88px;
	}
	.navigation .video-box{
		padding:0px;
	}
	.navigation .video-box img, .navigation .video-box iframe{
		height: 220px;
	}
}

/*--------------------------------------------------------------
 Tabs
--------------------------------------------------------------*/
#block-stretchfilms-local-tasks ul li{
	list-style: none;
	display: inline;
}

#block-stretchfilms-local-tasks ul li a{
	border-top: 1px solid #000;
	border-right: 1px solid #000 !important;
	border-left: 1px solid #000;
	padding: 5px 10px 0px 10px;
	border-radius: 10px 10px 0px 0px;
}

/*--------------------------------------------------------------
 Home Page
--------------------------------------------------------------*/
button{
	min-width: 0px !important;
	background-repeat: no-repeat !important;
	background-position: center;
}

#block-views-block-home-page-video-list{
	float: left;
}
#block-views-block-front-page-video-list{
	float: left;
}

.project-details {
	height: 60px;
}

/*--------------------------------------------------------------
 Contact Page
--------------------------------------------------------------*/
.message-info{
	margin: 0px 0 25px 0px;
	color: #fcffa8;
}


form#contact-message-feedback-form #edit-submit {
	float: right;
	margin: 15px 0 0 0;
}


/*--------------------------------------------------------------
 Accordition Styles
--------------------------------------------------------------*/

/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	/*box-shadow:0px 1px 3px rgba(0,0,0,0.25);*/
	border-radius:3px;
	/*background:#f7f7f7;*/
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	/*display:inline-block;*/
	/*border-bottom:1px solid #1a1a1a;*/
	/*background:#333;*/
	/*transition:all linear 0.15s;*/
	/*!* Type *!*/
	/*font-size:1.200em;*/
	/*text-shadow:0px 1px 0px #1a1a1a;*/
	/*color:#fff;*/
}

.accordion-section-title.active, .accordion-section-title:hover {
	/*background:#4c4c4c;*/
	/* Type */
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
	font-size: 18px;
	line-height: 24px;
}

#credits{
	text-align: center;
	margin: -30px 0px 0 0;
}

#awards{
	margin: -30px 0px 0 0;
}

.awards{
	margin: -30px 0 0 0;
}

.fancy {
	line-height: 0.5;
	text-align: center;
}
.fancy span {
	display: inline-block;
	position: relative;
}
.fancy span:before,
.fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	top: 0;
	width: 600px;
}
.fancy span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	margin-left: 15px;
}

/*--------------------------------------------------------------
 Video Page
--------------------------------------------------------------*/
ul.video-menu{
	list-style: none;
}

ul.video-menu li{
	color: #fcffa8;
	cursor: pointer;
}

.video-thumb img{
	border: 1px solid #000;
}

.video-descreption{
	margin: 0 15px 0 0px;
}

/*.video-credit{*/
	/*text-align: center;*/
/*}*/

.video-wrapper{
	background-color: #F30101;
	padding: 25px 25px 0px 25px;
}

.festival,.credit,.film{
	font-weight: bold;
}