.relative {
    position: relative;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

main {
    width: 100%;
}

main.noscroll {
    position: fixed;
}

#menu-mobile {
    width: 100%;
    height: 99.99%;
    position: absolute;
    z-index: 1700;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009e4d+0,124496+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(-45deg, rgba(234, 9, 75, 1) 0%, rgba(234, 9, 75, 0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(234, 9, 75, 1) 0%, rgba(234, 9, 75, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(234, 9, 75, 1) 0%, rgba(234, 9, 75, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6009e4d', endColorstr='#e6124496', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    opacity: 1;
    display: none;
}

#menu-mobile ul {
    list-style: none;
    padding: 0
}

#menu-mobile .middle-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

#menu-mobile .middle-table .middle-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

#menu-mobile .middle-table .middle-cell nav {
    display: inline-block
}

#menu-mobile .middle-table .middle-cell nav ul li {
    margin: 10px 0 10px -50px;
    float: left;
    width: 100%;
    opacity: 0
}

#menu-mobile .middle-table .middle-cell nav ul li a {
    font-size: 20px;
    letter-spacing: 3px;
    color: #fff;
}

#menu-mobile .middle-table .middle-cell nav ul li a:hover {
    color: #000000;
    opacity: 1
}

#menu-mobile .middle-table .middle-cell nav ul li:last-child {
    position: relative;
}

#menu-mobile .middle-table .middle-cell nav ul li:last-child div {
    position: relative;
    width: 300px;
    display: inline-block;
}

#menu-mobile .middle-table .middle-cell nav ul li a {
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

#menu-mobile .middle-table .middle-cell nav ul li a:hover {
    text-decoration: none;
    color: #000000;
}

header .mobile .openm span, header .mobile .openm span:first-child + span, header .mobile .openm span:first-child + span + span, #menu-mobile .mobile .openm span, #menu-mobile .mobile .openm span:first-child + span, #menu-mobile .mobile .openm span:first-child + span + span, .full-video .mobile .openm span, .full-video .mobile .openm span:first-child + span, .full-video .mobile .openm span:first-child + span + span {
    height: 3px;
    position: absolute;
    background: #fff;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    width: 24px;
    left: 3px;
    border-radius: 2px;
}

header .mobile .openm span:first-child, #menu-mobile .mobile .openm span:first-child, .full-video .mobile .openm span:first-child {
    margin-top: 7px;
}

header .mobile .openm span:first-child + span, #menu-mobile .mobile .openm span:first-child + span, .full-video .mobile .openm span:first-child + span {
    margin-top: 14px;
}

header .mobile .openm span:first-child + span + span, #menu-mobile .mobile .openm span:first-child + span + span, .full-video .mobile .openm span:first-child + span + span {
    margin-top: 21px;
}

header .mobile .openm.closem span:first-child, #menu-mobile .mobile .openm.closem span:first-child, .full-video .mobile .openm.closem span:first-child {
    transform: rotate(45deg);
    margin-top: 14px;
}

header .mobile .openm.closem span:first-child + span, #menu-mobile .mobile .openm.closem span:first-child + span, .full-video .mobile .openm.closem span:first-child + span {
    opacity: 0;
}

header .mobile .openm.closem span:first-child + span + span, #menu-mobile .mobile .openm.closem span:first-child + span + span, .full-video .mobile .openm.closem span:first-child + span + span {
    transform: rotate(-45deg);
    margin-top: 14px;
}