@font-face {
	font-family: 'ContemporarySans-Regular';
	src: url('../fonts/ContemporarySans-Regular.eot?') format('eot'), url('../fonts/ContemporarySans-Regular.woff') format('woff'), url('../fonts/ContemporarySans-Regular.ttf') format('truetype');
}

body {
	margin: 0;
	padding: 0;
	font-family: 'ContemporarySans-Regular';
    color: #000;
    background-image: url(../img/poster_mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

video#bgvid {
    display: none;
}

a,
a:hover,
a:active,
a:visited {
    color: #000;
    text-decoration: none;
}

.mobileLogo img {
    width: 40%;
    margin: 20px 18px;
}

.mobileText {
    margin-left: 5px;
}

.mobileAddress {
    margin: 20px 18px;
}

.vcard {
    display: none;
    position: relative;
    width: 740px;
    height: 380px;
    padding: 30px 35px;
    background-color: #FFED00; /*feee00*/
    z-index: 1;
}

.address {
    width: 360px;
    position: absolute;
    right: 40px;
    top: 28px;
    font-size: 15px;
    line-height: 17px;
}

.address tr {
    vertical-align: top;
}

.address td.first {
    width: 93px;
}

.address td.second {
    width: 125px;
}

.text {
    position: absolute;
    bottom: 15px;
    font-size: 22px;
    letter-spacing: 0.3px;
}

.text ul,
.mobileText ul {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -18px;
}

.text li {
    margin-bottom: 10px;
}

.text ul li:before,
.mobileText ul li::before {
  content: '–';
  margin-right: 5px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .mobileLogo,
    .mobileText,
    .mobileAddress {
        display: none;
    }

    .vcard {
        display: block;
    }

}

@media (min-width: 1024px) {
    video#bgvid {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(../img/poster.jpg) no-repeat;
        background-size: cover;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* vimeo approach */
/*.video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video iframe {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.shield {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}*/
/* vimeo approach */
