/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	outline:none;
}
img {
	border:none;
}
html,
body {
	height:100%;
	
}
body {
	font-size:14px;
	color:#fff;
	-webkit-font-smoothing: antialiased;
	font-weight:normal;
	min-width:320px;
	margin:0;
	font-family: 'ultramagneticregular';
}
.container {
	width:1200px;
	margin:0 auto;
	min-width:320px;
	color:#515151;
}
p {
	margin-bottom:20px;
}
a {
	text-decoration:none;
	color:#00aeef;
}
ul {
	list-style-type:none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
h1 {
	font-size:36px;
	text-transform:uppercase;
}
header {
	position:fixed;
	width:100%;
	z-index:100;
	background-color:#fff;	
}
header .logo {
	display:block;
	background-image:url('../img/logo.png');
	background-repeat:no-repeat;
	height:79px;
	margin-left:120px;
	text-transform:uppercase;
	color:#00aeef;
	line-height:86px;
	padding-left:245px;
	font-family: 'ultramagneticregular';
	font-size:24px;
	display:inline-block;
}
header .btn-menu {
	display:none;
	width:30px;
	height:30px;
	background-image:url('../img/btn-menu.png');
	background-repeat:no-repeat;
	background-position:center;
	border:none;
	background-color:transparent;
	float:right;
}
header nav {
	float:right;
	margin-top:20px;
	margin-right:100px;
}
header nav .title {
	display:none;
}
header nav a {
	text-transform:uppercase;
	color:#515151;
	margin:15px;
}
header nav a.nav-active,
header nav a:hover {
	color:#00aeef;
}
#video {
	padding-top:79px;
}
#video .container {
	position:relative;
}
#video .video-overlay h2 {
	margin: 30px 0 0 30px;
	font-size: 24px;
	margin-bottom: 0;
	font-family: 'ultramagneticregular';
	text-transform: uppercase;
	color:#fff;
}
.vjs-default-skin .vjs-big-play-button {
	display:none;
}

#unicef .container {
	background-color:#00aeef;
	background-image:url(../img/colored-line.png);
	background-repeat:repeat-x;
	text-align:center;
	font-size:18px;
	padding:60px 220px;
	color:#fff;
}
#unicef .logo {
	margin-bottom:40px;
}
#unicef p {
	max-width:860px;
	margin:0 auto 20px;
}
#unicef .btn-scroll {
	background-image:url(../img/btn-scroll.png);
	display:block;
	width:52px;
	height:52px;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
}

#stories .story {
	width:400px;
	height:370px;
	background-color:#000;
	background-size: cover;
	background-position: center;
	position:relative;
	color:#fff;
}
#stories .story .content {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:0 20px 20px;
	font-family: 'open_sansregular';
}
.video-overlay  {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.7);
	background-image:url('../img/btn-video.png');
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}
#stories .story.video-story:hover .overlay {
	display:none;
}
#stories .text-story1 .content {
	background-color:#e60049;
}
#stories .text-story2 .content {
	background-color:#7cbe31;
}
#stories .text-story3 .content {
	background-color:#ec4e1b;
}
#stories .text-story4 .content {
	background-color:#00aeef;
}
#stories .story h2 {
	font-size:24px;
	margin-bottom:0;
	font-family: 'ultramagneticregular';
	text-transform:uppercase;
}
#stories .story .video-overlay h2 {
	margin:30px 0 0 30px;
}
#stories .story .content p {
	margin:5px 0 15px;
}
#stories .story .content a {
	font-size:18px;
	color:#fff;
	font-family: 'ultramagneticregular';
}

.full-story {
	display:none;
}
.full-story .container {
	border-bottom:27px solid;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:50% top;
	padding-left:400px;
	position:relative;
	overflow:hidden;
}
.full-story .container > img {
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
.full-story1 .container {
	border-color:#e60049;
}
.full-story1 .content h1 {
	background-color:#e60049;
}
.full-story2 .container {
	border-color:#7cbe31;
}
.full-story2 .content h1 {
	background-color:#7cbe31;
}
.full-story3 .container {
	border-color:#ec4e1b;
}
.full-story3 .content h1 {
	background-color:#ec4e1b;
}
.full-story4 .container {
	border-color:#00aeef;
}
.full-story4 .content h1 {
	background-color:#00aeef;
}
.full-story .content {
	overflow:hidden;
	background-color:#fff;
	color:#515151;
	padding:0 170px 50px 70px;
	font-size:12px;
	font-family: 'open_sansregular';
	z-index:10;
	position:relative;
}
.full-story .content h1 {
	font-size:48px;
	font-family: 'ultramagneticregular';
	color:#fff;
	margin-top:0;
	margin:0 -170px 50px -70px;
	padding: 20px 170px 10px 70px;
}
.full-story .content strong {
	font-family: 'open_sanssemibold';
	font-weight:normal;
}
.full-story .content em {
	font-family: 'open_sansitalic';
	font-style:normal;
}
.full-story .content .icon {
	display:block;
	width:26px;
	height:26px;
	background-position:left top;
	background-image:url('../img/icons-social.png');
	background-repeat:no-repeat;
	margin-right:20px;
	opacity:0.7;
	filter: alpha(opacity=70);
}
.full-story .content .icon:hover {
	opacity:1;
	filter: alpha(opacity=100);
}
.full-story .content .icon-twitter {
	background-position:left bottom;
}

#voice {
	color:#515151;
	text-align:center;
	font-size:16px;
}
#voice .container {
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
}
#voice .container img {
	height: 100%;
	margin:0 auto;
}
#voice .container .content {
	z-index:10;
	position:absolute;
	top:20%;
	right:10%;
	width:38%;
}
#voice  .btn-facebook {
	background-image:url(../img/btn-facebook.png);
	background-repeat:no-repeat;
	background-position:center;
	width:238px;
	height:55px;
	display:block;
	line-height:66px;
	color:#fff;
	text-decoration:none;
	font-size:24px;
	text-align:center;
	font-weight:normal;
	padding-left:56px;
	margin:40px auto 0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 0 6px #3e4b66;
	position:relative;
}
#voice  .btn-facebook:hover {
	box-shadow: 0 4px #3e4b66;
	top: 2px;
}
#voice  .btn-twitter {
  background-image:url(../img/btn-twitter.png);
  background-repeat:no-repeat;
  background-position:center;
  width:238px;
  height:55px;
  display:block;
  line-height:66px;
  color:#fff;
  text-decoration:none;
  font-size:24px;
  text-align:center;
  font-weight:normal;
  padding-left:56px;
  margin:0 auto;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow: 0 6px #37a5c9;
  position:relative;
}
#voice  .btn-twitter:hover {
  box-shadow: 0 4px #37a5c9;
  top: 2px;
}

#facts {
	text-align:center;
	font-size:16px;
}
#facts .container {
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	color:#fff;
}
#facts .container img {
	height: 100%;
	float: right;
}
#facts .container .content {
	z-index:10;
	position:absolute;
	top:10%;
	left:10%;
	width:38%;
}
#facts .covers {
	border:10px solid rgba(0,0,0,0.4);
	margin-top:30px;
}
#facts .covers .cover {
	width:50%;
	position:relative;
}
#facts .covers .cover img {
	width:100%;
}
#facts .covers .cover .overlay {
	display:none;
	background-image:url('../img/icon-zoom.png');
	background-position:center;
	background-repeat:no-repeat;
	background-color:rgba(0,0,0,0.76);
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	cursor:pointer;
}
#facts .covers .cover:hover .overlay {
	display:block;
}

#about {
	color:#3a3a3a;
	text-align:center;
	font-size:18px;
}
#about .container {
	padding:120px 130px 220px 130px;
}
#about h1 {
	margin-bottom:55px;
}
#about a:hover {
	text-decoration:underline;
}
#about .btn-donate {
	background-color:#e40085;
	width: 195px;
	height: 55px;
	display: block;
	line-height: 66px;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin: 60px auto 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 4px #ba006d;
	position: relative;
	text-transform:uppercase;
}
#about .btn-donate:hover {
	box-shadow: 0 2px #ba006d;
	top: 2px;
	text-decoration: none;
}
#about  .video-wrapper {
	width:950px;
	margin:0 auto;
	position:relative;
}

footer {
	color:#fff;
	position:relative;
	font-size:12px;
}
footer .container {
	padding:0 30px;
	background-color:#273787;
	height:79px;
	background-image:url('../img/logo.png');
	background-position:right center;
	background-repeat:no-repeat;
}
footer a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family: 'dominebold';
}
footer #copyright {
	float:left;
}
footer .email {
	display:inline-block;
	margin:0 auto;
	color:#ff6600;
	position:absolute;
	top:8px;
	left:50%;
	margin-left:-100px;
}
footer nav {
	float:right;
}

footer .footer-link {
  display: block;
  width: 116px;
  height: 76px;
  position: absolute;
  bottom: 0;
  right: 0;
}



@media (max-width:1199px) {
	.container {
		width:100%;	
	}
	header .logo {
		margin-left:0px;	
		text-indent:-9999px;	
		width: 236px;
	}
	header .btn-menu {
		display:block;
		margin:25px 10px 0 0;
		cursor:pointer;
	}
	header nav {
		display:none;
		position:absolute;
		width:270px;
		background-color:#ebebeb;
		top:79px;
		right:0;
		margin:0;
	}
	header nav .title {
		display:block;
		color: #00aeef;
		text-transform:uppercase;
		padding:16px 25px 10px;
		font-size:24px;
		border-bottom: 1px solid #d7d7d7;
	}
	header nav ul {
		padding:0 0 280px 0;
		margin:0;
	}
	header nav li {
		list-style-type:none;
		width:100%;
		float:none;
	}
	header nav li a {
		display:block;
		font-size:18px;
		padding:16px 25px 10px;
		border-top:1px solid #ffffff;
		border-bottom:1px solid #d7d7d7;
		margin:0;
		line-height:32px;
	}
	.video-overlay {
		background-image:none;
		background-color:transparent;
		
	}
	#unicef .container {
		padding:45px 15px;
		background-size: contain;
	}
	
	#stories .story {
		width:50%;
	}
	.full-story .container {
		padding-left:0px;
		
	}
	.full-story .container img {
		position:static;
		margin-left:0;
		width:100%;
	}
	.full-story .content {
		padding:0 20px 60px 20px;
	}
	#facts .covers .cover:hover .overlay {
		display:none;
	}
	#about .container {
		padding:90px 15px;
		color:#515151;
	}
	#about  .video-wrapper {
		width:100%;
	}
}
@media (max-width:799px) {
	#stories .story {
		width:100%;
	}
	#stories .video-story {
		height:auto;
	}
	#voice .container img,
	#facts .container img {
		width:100%;
		height:auto;
		float:none;
	}
	#voice .container .content {
		position:static;
		width:100%;
		padding:20px 20px 60px;
	}
	#facts .container {
		background:url('../img/mobile-section-bg.png');
		background-position:center bottom;
		background-repeat:no-repeat;
		
	}
	#facts .container .content {
		position:static;
		width:100%;
		padding:20px 20px 60px;
		color:#515151;
	}
	#facts .covers .cover {
		width: 100%;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
   
/* a holder for floats / clearfix, will automatically float child elements */
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group > * { float: left; min-height: 1px; }
.group.right > * { float: right; }


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
