@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
    color:#fff200;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Open Sans', sans-serif;
	color: #333;
    background-image: url('../imgs/bg_wave.jpg');/* our video */;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 40px;
        font-weight: 800;
        text-transform: uppercase;
        color:#fff;
        text-shadow: 5px 5px 1px rgba(0, 0, 0, 1);
}
h2{
	font-size: 5em;
        font-weight: 800
}
h3{
	font-size: 22px;
        color:#01a9fa;
        font-weight: 800;
}
p{
	font-size: 14px;
        font-weight: 400;
        color:#fff;
        line-height: 24px;
}

.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}


/* Style for our header texts
    * --------------------------------------- */

    /* Centered texts in each section
    * --------------------------------------- */
    .section{
        text-align:center;
    }

    /* Bottom menu
    * --------------------------------------- */
    #infoMenu li a {
        color: #fff;
    }
    
    /* Fixed header and footer.
    * --------------------------------------- */
    #footer{
        position:fixed;
        display:block;
        width: 100%;
        background: #023870;
        z-index:9;
        text-align:center;
        color: #f2f2f2;
        padding: 20px 0;
    }

    #footer{
            bottom:0px;
    }

    #myVideo{
        position: absolute;
        right: 0;
        bottom: 0;
        top:0;
        right:0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        //background-color: #3A678E; /* in case the video doesn't fit the whole page*/
        //background-image: url('../imgs/bg_wave.jpg');/* our video */;
        background-position: center center;
        background-size: contain;
        object-fit: cover; /*cover video background */
        z-index:3;
        background-repeat: no-repeat;
    }
    #section0 .layer {
        position: absolute;
        z-index: 4;
        width: 100%;
        left: 0;
        top: 8%;
    }
    
    .intro{
        background: url('../imgs/bg_tile.png') repeat;
        width: 60%;
        padding:60px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display:inline-block;
        margin-top:4%;
    }
    
    
    .footerleft{float:left; margin-left: 5%}
    .footerright{float:right; text-align: left; margin-right:5%}
    .footerright p{font-size: 12px; line-height: 16px;}
    .footerright span{color:#95a2b7; font-size:10px;}
    
    
    .clockmain {font-size: 12px; color:#fff; display:inline-block; text-align:center; margin: 15px 10px 0;}
    .clockmain h4{background:#017cc3; color:#fff; text-transform: uppercase}


@media screen and (max-width:1500px){
    .footerleft, .footerright{float: none; margin: 20px auto; text-align: center; width: 100%;}
    .logo img{width: 200px; height: auto}
    .intro{width: 80%}
    #section0 .layer{top:5%}
    
}
@media screen and (max-height:800px){
    #footer{position: static; margin: 50px 0 0 0; display: inline-block}
}

@media screen and (max-width:800px){
    #footer{margin-top: 20%;}
}

@media screen and (max-width:640px){
    .intro{margin: 0 auto; padding:5%}
    h1{font-size: 30px}
    #myVideo{display: none}
}




















