﻿html, body {
    color: #000;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Titillium", helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

/* form placeholder styling */
::-webkit-input-placeholder { opacity: .5; font: 17px/18px helvetica, sans-serif; letter-spacing: 2px; text-transform: lowercase;}
::-moz-placeholder { opacity: .5; font: 17px/18px helvetica, sans-serif; letter-spacing: 2px; text-transform: lowercase;} /* firefox 19+ */
:-ms-input-placeholder { opacity: .5; font: 17px/18px helvetica, sans-serif; letter-spacing: 2px; text-transform: lowercase;} /* ie */
input:-moz-placeholder { opacity: .5; font: 17px/18px helvetica, sans-serif; letter-spacing: 2px; text-transform: lowercase;}

a, a:active, a:focus,
input, input:active, input:focus,
textarea, textarea:active, textarea:focus,
select, select:active, select:focus,
button, button:active, button:focus {
    outline: none !important;
}

input,
button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar {
    /*display: none;*/
    margin-bottom: 0;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#player {
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
}

#player:-webkit-full-screen	{ cursor: none; }
#player:-moz-full-screen { cursor: none; }
#player:-ms-full-screen { cursor: none; }
#player:-o-full-screen { cursor: none; }
#player:full-screen { cursor: none; }

#player video,
#player img {
    height: 100% !important;
    display: none;
    z-index: -1;
    background: #fff !important;
    text-align: center;
}

#player .next {
    z-index: 999 !important;
    display: inline-block;
}

#notifications {
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    z-index: 10000;
    position: fixed;
}

#notifications .notification {
    color: #fff;
    padding: 10px 40px;
    font-size: 120px;
    height: 270px;
    line-height: 120px;
    margin-right: 1px;
    margin-top: 1px;
    background: rgba(106, 138, 196, .6);
}

#notifications .notification strong {
    font-weight: strong;
}

#notifications .notification em {
    font-style: normal;
}

/* sm */
@media(min-width: 768px) {

}

/* md */
@media(min-width: 992px) {

}

/* lg */
@media(min-width: 1200px) {

}

/* xs */
@media(max-width: 767px) {

}
