﻿.S_V_MainPanels
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    background-color: white;
    clear: both;
}
.S_V_Video_Main
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.S_V_Video_Body
{
    width: 100%;
    height: auto;
    max-width: 600px;
}
.S_V_Video_Title
{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #E0E0E0;
    border-radius: 3px;
}
.S_V_Video_Title_Text
{
    position: relative;
    width: auto;
    height: auto;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    color: #E60000;
}

.S_V_Video
{
    position: relative;
    width: 100%;
    height: 57%;
    background-color: black;
    padding: 0;
    margin: 0 0 0 0;
    overflow: hidden;
}



.SMedia_Cats
{
    float: right;
    width: 234px;
    height: auto;
    padding: 10px;
    background-color: #00AFA5;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    text-align: right;
    color: White;
    line-height: 26px;
    border: solid 3px #80D8D3;
    border-radius: 6px;
}

.SMedia_Player
{
    position: relative;
    float: none;
    width: 100%;
    height: 50%;
    clear: both;
    max-width: 600px;
}








.SMOVThumbs
{
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 50px;
}
.SMOVThumbsItem
{
    position: relative;
    width: 350px;
    height: 310px;
    background-color: White;
    color: Black;
    text-align: center;
    box-shadow: 0px 10px 20px -8px #707070;
    cursor: pointer;
}
.SMOVThumbsItemContent
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.SMOVThumbsItemPic
{
    position: absolute;
    width: auto;
    height: auto;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    border: solid 1px #E6E6E6;
    z-index: 100;
}
.SMOVThumbsItemText2
{
    position: absolute;
    width: auto;
    height: 30px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding-top: 10px;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    text-align: center;
    color: #999999;
    z-index: 110;
}

.SMOVThumbsItemClick1
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s easev;
	transition: all 0.3s ease-in-out;
    z-index: 200;
}
.SMOVThumbsItemClick2
{
    position: absolute;
    background-color: #000000;
    background-image: url('../ImagesEN/Sign-Play.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 35%;
    margin-left: -35px;
    margin-top: -35px;
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 35px;
    -moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 210;
}

.SMOVThumbsItem:hover .SMOVThumbsItemClick1
{
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.SMOVThumbsItem:hover .SMOVThumbsItemClick2
{
    top: 40%;
    filter: alpha(opacity=100);
    opacity: 1;
}
.SMOVThumbsItem:hover .SMOVThumbsItemText2
{
    background-color: #000000;
    color: #FFFFFF;
}




@media screen and (min-width:0px) and (max-width:1590px)
{
    .SMOVThumbs
    {
        width: 33%;
    }
}

@media screen and (min-width:0px) and (max-width:1230px)
{
    .SMOVThumbs
    {
        width: 50%;
    }
}

@media screen and (min-width:0px) and (max-width:860px)
{
    .SMOVThumbs
    {
        width: 100%;
    }
}

@media screen and (min-width:0px) and (max-width:500px)
{
    .SMOVThumbsItem
    {
        width: 100%;
        height: 310px;
    }
}

@media screen and (min-width:0px) and (max-width:400px)
{
    .SMOVThumbsItem
    {
        height: 240px;
    }
}

@media screen and (min-width:0px) and (max-width:1050px)
{
    .SMedia_Cats
    {
        width: 194px;
    }
}

@media screen and (min-width:0px) and (max-width:1000px)
{
    .SMedia_Cats
    {
        float: none;
        width: 100%;
        clear: both;
    }

    .SMedia_Player
    {
        float: none;
        width: 100%;
        clear: both;
    }
}