﻿/* MASTER BANNER V2 */

/*----------------------- BANNER MAIN DESKTOP -------------------*/
.S_Master_Banner_Box_NoPad, .S_Master_Banner_Box_Pad, .S_Master_Banner_Round_NoPad, .S_Master_Banner_Round_Pad
{
    position: relative;
    display: block;
    height: 700px;
    background-color: #CCCCCC;
    overflow: hidden;
}
.S_Master_Banner_Box_NoPad, .S_Master_Banner_Round_NoPad
{
    width: 100%;
    border-radius: 20px;
}
.S_Master_Banner_Box_Pad, .S_Master_Banner_Round_Pad
{
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
}
.S_Master_Banner_Box_NoPad, .S_Master_Banner_Box_Pad
{
    border-radius: 0px;
}
.S_Master_Banner_Round_NoPad, .S_Master_Banner_Round_Pad
{
    border-radius: 20px;
}
/*----------------------- BANNER MAIN DESKTOP -------------------*/


/*----------------------- BANNER MAIN MOBILE --------------------*/
.S_Master_Banner_Mobile_Box_NoPad, .S_Master_Banner_Mobile_Box_Pad, .S_Master_Banner_Mobile_Round_NoPad, .S_Master_Banner_Mobile_Round_Pad
{
    position: relative;
    display: none;
    height: 700px;
    background-color: #CCCCCC;
    overflow: hidden;
}
.S_Master_Banner_Mobile_Box_NoPad, .S_Master_Banner_Mobile_Round_NoPad
{
    width: 100%;
    border-radius: 12px;
}
.S_Master_Banner_Mobile_Box_Pad, .S_Master_Banner_Mobile_Round_Pad
{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}
.S_Master_Banner_Mobile_Box_NoPad, .S_Master_Banner_Mobile_Box_Pad
{
    border-radius: 0px;
}
.S_Master_Banner_Mobile_Round_NoPad, .S_Master_Banner_Mobile_Round_Pad
{
    border-radius: 20px;
}
/*----------------------- BANNER MAIN MOBILE --------------------*/


/*--------------------------- BANNER PIC ------------------------*/
.S_Master_Banner_Pic
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100;
    overflow: hidden;
}
.S_Master_Banner_Pic_File
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 100;
    -moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.S_Master_Banner_Pic_File_LR_New
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    -webkit-perspective-origin: 50%, 50%;
    -moz-perspective-origin: 50%, 50%;
    -o-perspective-origin: 50%, 50%;
    -ms-perspective-origin: 50%, 50%;
    perspective-origin: 50%, 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -moz-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.S_Master_Banner_Pic_File_LR_Old
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    -webkit-perspective-origin: 50%, 50%;
    -moz-perspective-origin: 50%, 50%;
    -o-perspective-origin: 50%, 50%;
    -ms-perspective-origin: 50%, 50%;
    perspective-origin: 50%, 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -moz-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
/*--------------------------- BANNER PIC ------------------------*/


/*-------------------------- BANNER LINK ------------------------*/
.S_Master_Banner_Link
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 200;
}
/*-------------------------- BANNER LINK ------------------------*/





@media screen and (min-width:0px) and (max-width:1300px)
{
    .S_Master_Banner_Box_Pad, .S_Master_Banner_Round_Pad
    {
        margin-left: 20px;
        margin-right: 20px;
    }
    .S_Master_Banner_Round_NoPad, .S_Master_Banner_Round_Pad
    {
        border-radius: 20px;
    }
}

@media screen and (min-width:0px) and (max-width:1000px)
{
    .S_Master_Banner_Box_Pad, .S_Master_Banner_Round_Pad
    {
        margin-left: 15px;
        margin-right: 15px;
    }
    .S_Master_Banner_Round_NoPad, .S_Master_Banner_Round_Pad
    {
        border-radius: 15px;
    }
}
@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Master_Banner
    {
        display: none;
    }
    .S_Master_Banner_Mobile
    {
        display: block;
    }
}
