@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Open Sans,Arial,sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #4e5565;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

.wrapper {
    position: relative;
    padding-bottom: 42%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-header {
    background-color: #7e3436;
	display: block;
}

#header-top {
    background-color: #1f1f1f;
    background-color: rgba(0,0,0,.32);
    padding: 15px 0 5px;
}

#header-logo {
	text-align: left;    
    padding-bottom: 10px;
    float: left;
	height: 30px;
}

#header-info {
    color: #fff;
	text-align: right;
	line-height: 30px;
}

#main-footer {
    background-color: #222;
	display: block;
}

#footer-bottom {
    background-color: #1f1f1f;
    background-color: rgba(0,0,0,.32);
    padding: 15px 0 5px;
}

#footer-info {
    text-align: left;
    color: #666;
    padding-bottom: 10px;
    float: left;
}

#footer-info a {
	color: #888;
	text-decoration: none;
}

.container {
    text-align: left;
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

span {
	height: 30px;
	margin-bottom: -20px;
}