/*
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Work Sans', sans-serif;
*/
html { font-size: 62.5%; }

body {
	font-size: 19px;
    font-size: 1.9rem;
	color: #4e4e4e;
	line-height: 1.6;
	font-family: 'Work Sans', sans-serif;
}
.container {
    max-width: 95%;
    width: 1110px;
}

/*Header*/

/*Content*/
#main-content .container {
    position: relative;
}
#page-logo {
    position: absolute;
    top: 23px;
}
div#main-content {
    background: rgba(0, 0, 0, 0) url("images/splash-banner.jpg") no-repeat scroll center top / cover ;
}

.main-headlines > h2 {
    color: #dbdbdb;
    font-family: "Josefin Sans",sans-serif;
    font-size: 5rem;
    margin: 0;
}
.main-headlines > h1 {
    font-size: 8.8rem;
    font-weight: bold;
    line-height: 0.8;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #fff;
}
.main-headlines h1 span {
    display: block;
}
.absoluteheadlines {
    max-width: 612px;
    position: absolute;
    top: 45%;
}
video {
	max-width:100%;
}
.video-player {
    margin-bottom: 20px;
    position: relative;
}
.video-player .arrow-icon-image {
    left: -90px;
    position: absolute;
    top: 50px;
}
#flvplayer474782 > div, #flvplayer474782 object {
    max-width: 100%;
}
.modal-dialog {
    max-width: 760px;
	width:100%;
}
.modal-content {
	background-color:transparent;
	border:none;
	box-shadow:none;
}
#myVideo{
	margin-top:10%;
	width:760px;
	height:420px;
}
/*Global*/




/*Footer*/
footer#site-footer {
    background: #ea0029 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    padding: 2.2rem 0;
}
#site-footer p.copyright {
    font-size: 19px;
    line-height: 1;
    margin: 0;
}


/*Media screen*/

@media screen and (max-width: 1400px) {
    html {
        font-size: 50.5%;
    }
}

@media screen and (max-width: 1000px) {
    #page-logo {
        display: block;
        margin: 70px auto 40px;
        position: static;
        text-align: center;
		max-width:300px;
    }
	 #page-logo img {
        display: block;
        margin: 70px auto 40px;
        position: static;
        text-align: center;
		max-width:300px;
    }
    div#main-content {
        background: #1c1c1c none repeat scroll 0 0;
    }
    .main-headlines {
        margin-bottom: 60px;
        text-align: center;
    }
    .video-player {
        text-align: center;
    }
    .video-player .arrow-icon-image {
        display: none;
    }
	#myVideo{
	margin-top:5%;
	width:100%;	
	height:auto;
}
}

@media screen and (max-width: 600px) {
    html {
        font-size: 40.5%;
    }
    ul.footer-info li {
        border: medium none;
        display: block;
        font-size: 2.3rem;
        margin-bottom: 5px;
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .main-headlines > h1 {
        font-size: 5rem;
    }
    .main-headlines > h2 {
        font-size: 3rem;
    }
	#myVideo{
	margin-top:0%;
	width:100%;
	height:auto;
}
}