body {
	position: relative;
	margin: 0;
}

.slider {
    height: 439px;
}

@media screen and ( max-width: 800px )  {
    .slider {
        height: calc(439px - 408px + 281px);
    }
}


@media screen and ( max-width: 700px )  {
    .slider {
        height: calc(439px - 408px + 225px);
    }
}

@media screen and ( max-width: 600px )  {
    .slider {
        height: calc(439px - 408px + 225px);
    }
}

@media screen and ( max-width: 450px )  {
    .slider {
        height: calc(439px - 408px + 197px);
    }
}


.bg-wrapper {
	background-color: #000;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	overflow: hidden;
}


.middle-menu {
    margin-bottom: 50px;
}

@media screen and ( max-width: 725px )  {
    .middle-menu {
        margin-bottom: 15px;
    }
}

@media screen and ( max-width: 450px )  {
    .middle-menu {
        padding-bottom: 15px;
    }
}


.middle-menu .table {
    display: table;
    width: 100%;
}

@media screen and ( max-width: 725px )  {
    .middle-menu .table {
        display: block;
    }
}

.middle-menu ul.menu-root {
    display: table-row;
}

@media screen and ( max-width: 725px )  {
    .middle-menu ul.menu-root {
        display: block;
    }
}


.middle-menu ul.menu-root li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 55px;
    line-height: 55px;
    border: 1px solid rgba(255,255,255,0);
}


@media screen and ( max-width: 725px )  {
    .middle-menu ul.menu-root li {
        display: block;
        vertical-align: middle;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        padding: 0 15px;
        float: left;
    }
}

@media screen and ( max-width: 450px )  {
    .middle-menu ul.menu-root li {
        display: block;
        float: none;
    }
}



.middle-menu ul.menu-root li.selected {
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 5px;
}


.middle-menu ul.menu-root a {
    color: rgba(255,255,255,.6);
    text-decoration: none;
}

.middle-menu ul.menu-root a:hover {
    color: rgba(255,255,255,1);
}




.recommended {
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 30px;
    margin-bottom: 50px;
}


.w1075 {
    max-width: 1075px;
    margin: 0 auto;
}


.recommended h2 {
    text-align: center;
}


.rec-side-margin {
    margin: 0 7.5px;
}


@media screen and ( max-width: 500px )  {
    .rec-side-margin {
        margin: 0 15px;
    }
}


.recommended .container {
}


.recommended .rec-col {
    float: left;
    width: 33.3333%;
}

@media screen and ( max-width: 500px )  {
    .recommended .rec-col {
        float: none;
        width: 100%;
    }    
}

.recommended .rec-aspect {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

@media screen and ( max-width: 500px )  {
    .recommended .rec-aspect {
        padding-bottom: 50%;
    }    
}


.recommended .rec-margin {
    margin: 0 7.5px;
}

@media screen and ( max-width: 500px )  {
    .recommended .rec-margin {
        margin: 0 0 15px 0;
    }    
}


h2 {
    font-family: Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 1.3em;
    color: #fff;
}

@media screen and ( max-width: 450px )  {
    h2 {
        font-size: 20px;
        text-align: center;
    }
}


.recommended .rec-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fafafa;
    color: #fff;
    text-decoration: none;
}

.recommended .rec-item span.text {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.recommended .rec-item span.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity ease 300ms;
}

.recommended .rec-item:hover span.hover {
    opacity: .4;
    transition: none;
} 

.recommended .rec-item:hover span.text {
    display: block;
}
