/* /////////////////////////////////////
//////////////// Header ///////////// */
#header-link {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    pointer-events: all;
}

#header-images {
    position: absolute;
    overflow: hidden;
    width: 768px;
    height: 1024px;
}

#header-images-container {
    width: 768px;
    height: 1024px;
    overflow: hidden;
    cursor: move;
}

#header-images div img {
    width: 100%;
    height: 100%;
}

#header-video {
    position: absolute;
}
/*
#header-text-link {
    float: left;
}
*/
#header-video-paginator {
    position: absolute;
    bottom: 20px;
    list-style: none;
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    pointer-events: all;
    z-index: 2000;
}

#header-video-paginator li {
    float: left;
    position: relative;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

#header-video-paginator li p {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 16px;;
    margin: 0;
    padding: 0;
    top: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    opacity: 0.5;
}

#header-video-sound {
    width: 23px; 
    height: 21px; 
    background-position: -68px -48px;
    padding: 0;
    margin-top: 10px;
    margin-right: 10px;
    border: none !important;
}

#header-video-controls {
    list-style: none;
    bottom: 0;
    right: 0;
    float: left;
    position: absolute;
}

#header-video-controls li {
    float: left;
    margin-left: 10px;
}

#header-video-playPause {
    width: 16px;
    height: 21px;
    background-position: -34px -2px;
    padding: 0;
}

#header-video-sound {
    width: 23px;
    height: 21px;
    background-position: -68px -25px;
    padding: 0;
}

#header-video-fullscreen {
    width: 20px;
    height: 20px;
    background-position: -70px -2px !important;
    padding: 0;
}

#header-left{
    position: absolute;
    width:250px;
    height:250px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 0;
    cursor: pointer;
}
#header-left button{
    position: relative;
    width:20px;
    height:37px;
    background-position: -113px -66px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 0;
    top:125px;
    float: left;
}
#header-right{
    width:250px;
    height:250px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 0;
    cursor: pointer;
}
#header-right button{
    position: relative;
    width:20px;
    height:37px; 
    background-position: -135px -66px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 0;
    top:125px;
    float: right;
}

/* /////////////////////////////////////
/////////////// Subpromo //////////// */
#subpromo-content {
    height: 390px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
    margin-top: 30px;
}

#subpromo-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    width: 0px;
}

#subpromo-content ul li {
    float: left;
    margin-right: 10px;
    width: 200px;
    height: 280px;
    color: #8a8a8a;
}

#subpromo-content ul li img {
    border-width: 1px;
    border-color: #bbbbbb;
    border-style: solid;
    width: 100%;
    height: 100%;
}

#subpromo-content ul li h1 {
    position: relative;
    font-size: 15px;
    line-height: 19px;
    font-family: "HelveticaNeue-Roman";
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: -10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#subpromo-content ul li h2 {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-family: "HelveticaNeue-Light";
    padding: 0;
    margin: 0;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#subpromo-left {
    position: absolute;
    width:20px;
    height:37px;
    background-position: -27px -23px;
    left: 20px;
    top: 50%;
    transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    padding: 0;
}

#subpromo-right {
    width:20px;
    height:37px; 
    background-position: -49px -23px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    padding: 0;
}

/* /////////////////////////////////////
/////////////// Archive //////////// */
#archive-content {
    height: 390px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
    margin-top: 30px;
}

#archive-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    width: 0px;
}

#archive-content ul li {
    float: left;
    margin-right: 10px;
    width: 200px;
    height: 280px;
    color: #8a8a8a;
}

#archive-content ul li img {
    border-width: 1px;
    border-color: #bbbbbb;
    border-style: solid;
    width: 100%;
    height: 100%;
}

#archive-content ul li h1 {
    position: relative;
    font-size: 15px;
    line-height: 19px;
    font-family: "HelveticaNeue-Roman";
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: -10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#archive-content ul li h2 {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-family: "HelveticaNeue-Light";
    padding: 0;
    margin: 0;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#archive-left {
    position: absolute;
    width:20px;
    height:37px;
    background-position: -27px -23px;
    left: 20px;
    top: 50%;
    transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    padding: 0;
}

#archive-right {
    width:20px;
    height:37px;
    background-position: -49px -23px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    padding: 0;
}


/* /////////////////////////////////////
/////////////// Youtube ///////////// */
#videos {
    background-color: #f1f1f1;
    padding-bottom: 30px;
}

#videos-content {
    position: absolute;
    width: 100%;
    margin-top: 70px;
}

#videos-content:after {
    content: '';
    display: block;
    clear: both;
}

.videos-item {
    width: 29.25%;
    height: 225px;
    min-height:225px;
    overflow: hidden;
    background: black;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
}

.videos-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
}

.videos-item iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.videos-item img {
    top: 0;
    left: -25%;
    opacity: 1;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 160%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.videos-item img.fsk {
    right: 5px;
    top: 5px;
    opacity: 1;
    position: absolute;
    width: 32px;
    height:32px;
    left:auto;
    transform:none;
    -webkit-transform:none;
    -moz-transform:none;

}
.videos-item span, .videos-item .video-title {
    position: absolute;
    color: white;
    top: 5px;
    left: 10px;
    font-size: 15px;
    width: 94%;
    font-family: "HelveticaNeue-Roman";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    height: auto;
}

.videos-item.big {
    width: 39.5%;
    height: 462px;
}

.videos-item-content {
    position: absolute;
    background-color: coral;
    width: 100%;
    height: 100%;
    float: left;
    top: -10px;
    left: -10px;
}

.gutter-sizer {
    width: 1%;
}
#archive{
    height:0px;
    overflow: hidden;
    margin-top: -30px;
}
/* /////////////////////////////////////
////////////// Facebook ///////////// */
#facebook{
    height:0px;
    overflow: hidden;
}
#facebook-content {
    position: absolute;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 30px;
}

.facebook-item {
    margin: 0;
    width: 19.2%;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    overflow: hidden;
    font-size: 15px;
}

.facebook-item-content {
    margin: 0;
    float: left;
    width: 50%;
    height: 100%;
}

.facebook-item-content.h2 {
    width: 100%;
}

.facebook-item-date {
    padding: 0;
    font-size: 15px;
    font-family: "HelveticaNeue-Roman";
    margin: 20px 20px 5px 20px;
    color: #8a8a8a;
}

.facebook-item-text {
    padding: 0;
    font-size: 15px;
    font-family: "HelveticaNeue-Light";
    margin: 11px 20px 20px 20px;
    color: #8a8a8a;
    overflow: hidden;
    line-height: 19px;
}

.facebook-item-text a {
    color: #8a8a8a;
    text-decoration: none;
}

.facebook-item-line {
    display: block;
    margin: 0px;
    padding: 0;
    height: 1px;
    opacity: 1;
    background: #8a8a8a;
    margin-left: 19px;
    margin-right: 19px;
}

.facebook-item-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    float: left;
}

.facebook-item-image.w2 {
    width: 50%;
}

.facebook-item-image.h2 {
    height: 50%;
}

.facebook-item-image img {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: 100%;
}

.facebook-item.w2 {
    width: 39.4%;
}

.facebook-item.h2 {
    height: 400px;
}

.facebook-item-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 1;
    display: none;
}

.facebook-item-video-btn {
    position: absolute;
    width: 100%;
    height: 100%;
}
#startsocial{
    display: none;
}
#startsocial-content iframe{
    margin-top: 70px;
    border: 0;
}

#header-video-sound {
    width: 23px;
    height: 21px;
    background-position: -68px -25px;
    padding: 0;
    margin-top: 10px;
    margin-right: 10px;
    border: none !important;
}
.video-images{
    background: url(../img/video.png);
    background-repeat: no-repeat;
}
#header-video-playPause {
    width: 16px;
    height: 21px;
    background-position: -52px -1px;
    padding: 0;
    border: none !important;
    padding: 0;
    margin-top: 10px;
    margin-right: 10px;
}

/* /////////////////////////////////////
//////////// Media Queries ////////// */
@media only screen and (min-width:1500px) {

    .container {
        width: 1460px;
    }
    
    .facebook-item {
        width: 19.74% !important;
    }
    
    .facebook-item.w2 {
        width: 39.48% !important;
    }
    
    .videos-item {
        width: 24.675% !important;
        height: 178px !important;
    }
    
    .videos-item.big {
        width: 49.35% !important;
        height: 459px !important;
    }
    
    .gutter-sizer {
        width: 0.65% !important;
    }
    .videos-item.fullscreen{
        height:100% !important;
        width:100% !important;
    }
}

@media only screen and (max-width:991px) {
    
    .videos-item {
        width: 49.5238%;
        min-height: 225px;
    }
    
    .videos-item.big {
        width: 100%;
    }
    
    .facebook-item {
        height: 150px;
    }
    
    .facebook-item.h2 {
        height: 300px;
    }
    
}

@media only screen and (min-width:768px) { 
	
}

@media only screen and (max-width:767px) {
    #subpromo-content {
        height: 245px;
        margin-bottom: 15px;
        margin-top: 50px;
    }
    
    #subpromo-content ul {
        margin-top: 15px;
    }
    
    #subpromo-content ul li {
        width: 114px;
        height: 160px;
    }
    
    #subpromo-content ul li h2 {
        font-size: 13px;
    }
    #archive-content {
        height: 245px;
        margin-bottom: 15px;
        margin-top: 50px;
    }

    #archive-content ul {
        margin-top: 15px;
    }

    #archive-content ul li {
        width: 114px;
        height: 160px;
    }

    #archive-content ul li h2 {
        font-size: 13px;
    }   
    .videos-item {
        width: 100% !important;
        min-height: 225px;
    }
    
    .videos-item.big {
        width: 100% !important;
    }
    
    .videos-item span, .videos-item .video-title {
        font-size: 12px;
    }
    
    .facebook-item {
        width: 100%;
        height: 250px;
    }

    .facebook-item.w2 {
        width: 100%;
        height: 250px;
    }
    
    .facebook-item.h2 {
        width: 100%;
        height: 400px;
    }
}

@media only screen and (max-width:520px) { 
    
    .gutter-sizer {
        width: 2%;
    }
    
    .videos-item {
        width: 100% !important;
        min-height: 225px;
    }
    
    .videos-item.big {
        width: 100% !important;
        height: 250px;
    }
    
    .facebook-item {
        height: 150px;
    }

    .facebook-item.w2 {
        height: 150px;
    }
    
    .facebook-item.h2 {
        height: 300px;
    }
}