html,
body {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 10px;
    position: relative;
    overflow-x: hidden;
}

html {
    min-height: 600px;
    height: auto;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.page-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.container {
    width: 980px;
    margin: 0 auto;
    padding: 0 2em;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
    border: none;
}

a img {
    border: none;
}

a:focus {
    outline: 0;
}

a.button {
    padding: 6px 30px;
    color: #969696;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.2);
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#7Db9E8', GradientType=0);*/
}

a.button:hover {
    background: rgba(255, 255, 255, 0.2);
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#7Db9E8', GradientType=0);*/
}

p {
    margin-bottom: 30px;
}

.logo,
.splash-text .logo {
    position: relative;

	width: 434px;
    height: 100px;
    margin: 0 auto;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.logo.small-logo {
    width: 300px;
}


#top, #bottom, #left, #right {
    background: #474747;
    background-color: #000000;
    position: fixed;
    opacity: 0.3;
}

#left, #right {
    top: 0; 
    bottom: 0;
    width: 75px;
}

#left { 
    left: 0; 
}

#right { 
    right: 0; 
}

#top, #bottom {
    left: 0; 
    right: 0;
    height: 75px;
}

#top { 
    top: 0; 
}

#bottom { 
    bottom: 0; 
}

a.button#discover,
a.button#discover-amea {
    position: relative;
    display: block;
    width: 168px;
    padding: 18px 30px;
    color: #ffffff;
    border-color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin: 80px auto;
}

#social {
    width: 70px;
    margin: 0 auto;
    position: relative;
}

.home .page-wrapper {
    background: transparent;
}

.home .main-content {
    padding-top: 10%;
    color: #f1f1f1;
}

.home .page-header {
    position: fixed;
}

.page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    transition: all .5s ease-out 0s;
}

.page-header-bg {
    background: #FFFFFF;
    border-bottom: transparent;
}

.header-top-bg {
    background: rgba(255,255,255,1) !important;
}

.header-top {
	margin-top: 35px;
    text-align: center;
    height: 90px;
    line-height: 75px;
    transition: all .3s ease 0s;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: normal;
}

.header-bottom {
    height: 50px;
    line-height: 45px;
    background: transparent;
}

.header-bottom-bg {
    background: #EDEDED;
}

.page-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 85.7142857143rem;
}

.menu {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.menu li {
    font-size: .875rem;
    display: inline-block;
    position: relative;
    max-height: 100%;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.2);
    width: 150px;
}

.menu li a {
    padding: 0 22px;
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 17px;
    transition: color 1s ease-out;
}

.menu li a:hover,
.menu li a.active {
    color: #FFFFFF;
}

.header-bottom .menu li a.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    left: 50%;
    bottom: -3px;
    background: #FFFFFF;
    transition: all .6s ease 0s;
    transition-delay: .3s;
    transition-timing-function: ease-out;
}

.media-strip {
    position: relative; 
    width: 100%;
    height: 60vh;
}

.image-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.main-content {
    font-size: 20px;
    /*color: #737070;*/
    color: #000000;
    line-height: 1.6;
}

.main-content img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    outline: 1px solid white;
    outline-offset: -10px;
}

h2.page-title {
    margin: 1em auto 1em;
    font-size: 2.8rem;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    color: #737070;
    font-weight: bold;
}

.home #footer {
    position: fixed;
    bottom: 0;
    left: 0;
}

#footer {
    border-top: 1px solid #BBBBBB;
    position: relative;
    width: 100%;
}

#footer:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

#footer {
    background: #FFFFFF;
}

#footer {
    padding: 1px 0;
    height: 50px;
}

#footer p.copyright {
    display: block;
    text-align: center;
}

#footer p.copyright {
    margin: 15px 7px;
    font-size: 14px;
    text-transform: uppercase;
}

#footer p.copyright span.cvc {
    color: #777777;
}

.social-media {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.social-media ul {
    padding: 0px;
}

.social-media ul li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 20px;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.article-row {
    width: 100%; 
    display:table;
}

.article-row .left-column img,
.article-row .right-column img {
    width: 100%;
    height: auto;
}

.left-column {
    float:left; 
    width: 50%;
}

.right-column {
    float:right; 
    width: 50%;
}

h2.article-title {
    margin: 1.9em auto 1em;
    font-size: 2.2rem;
    letter-spacing: 8px;
    color: #737070;
    font-weight: bold;
    text-transform: uppercase;
}

.article-content {
    color: #000000;
    line-height: 1.6;
}

.article-row .left-column .article-content img {
    width: 300px;
    height: auto;
}

.article-content-left {
    float:left; 
    width: 55%;
    padding-left: 90px; 
    padding-right: 90px; 
    font-size: 20px;
}

.article-content-right {
    float:right; 
    width: 55%;
    padding-left: 90px; 
    padding-right: 90px; 
    font-size: 20px; 
    text-align: right;
}

.article-content-center {
    text-align: center; 
    width: 100%;
    font-size: 20px; 
}

.line-seperator {
    display: block;
    width: 1px;
    height: 35px;
    background: #bbb;
    margin: 35px auto 15px;
}

.line-seperator-footer {
    width: 1px;
    height: 35px;
    background: #bbb;
    margin: 35px auto 35px;
}

hr {
    width: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #737070;
    padding: 0; 
}

.tel-number,
.email {
    text-align: center;
    font-size: 20px;
}

.tel-number span,
.email span {
    width: 100%;
    line-height: 2;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

#menu-icon {
    display: none;
}

#espa-logo {
    position: relative;   
    width: 400px;
    margin: 0 auto;
    background: #ffffff;
}

#espa-logo ul {
    padding: 0;
}

#espa-logo ul li {
    display: inline-grid;
    /*width: 130px;*/
	vertical-align: middle;
}

#espa-logo ul li a img {
    outline: 0;
	margin: 0;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1440px) {
	
}

@media screen and (max-width: 1366px) {
	
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 800px) {
	body {
		background-image: url(../img/mob-front-back.jpg);
		height: 100%; 
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}

	#menu-icon {
        display:inline-block;
        margin-top: 10px;
        margin-left: 10px;
        background: none;
	    border: none;
	    color: #fff;
	    font-size: 18px;
	    cursor: pointer;
	    outline: 0;
    }

    .menu { 
        display: none;
        position: absolute;
        padding: 0;
        left: 0px;
        top: 190px;
        width: 100%;
        border-bottom: 1px solid #bbbbbb;
    }

    .menu li {
        background: rgba(249, 247, 245, 1);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        margin: 0;
    }

    .menu li a {
        color: #000000;
    }

    .menu li a:hover {
        color: #000000;
    }

	#myVideo {
		display: none;
	}

	.right-column,
	.left-column {
		width: 100%;
	}

	.article-content-right,
	.article-content-left {
		text-align: center;
		float: none;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

    #espa-logo {
        top: 0;
    }
}

@media screen and (max-width: 420px)  {
	/*.logo,
	.splash-text .logo {
		width: 300px;
    }*/
    
    .logo {
        width: 300px;
    }
}