﻿/* MASTER SLIDE V1 */

/*----------------------------SLIDE MAIN -----------------------*/
.S_Master_Slide, .S_Master_Slide_Other
{
    position: relative;
    display: block;
    width: 100%;
    height: 700px;
    background-color: #CCCCCC;
    z-index: 50;
}
/*----------------------------SLIDE MAIN -----------------------*/


/*------------------------ SLIDE SIGN LINKS --------------------*/
.S_Master_Slide_Sign_Main
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    bottom: 40px;
    left: 0px;
    z-index: 500;
}
.S_Master_Slide_Other .S_Master_Slide_Sign_Main
{
    display: none;
}
.S_Master_Slide_Sign_Item_Main
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    margin-top: 1px;
    clear: both;
}
.S_Master_Slide_Sign_Item_Icon
{
    position: relative;
    display: table-cell;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.8);
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.8em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: rgba(60,180,195,1.0);
    cursor: pointer;
    clear: both;
    z-index: 10;
    -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 ease-in-out;
	transition: all 0.3s ease-in-out;
}
.S_Master_Slide_Sign_Item_Main:hover .S_Master_Slide_Sign_Item_Icon
{
    width: 50px;
    background-color: rgba(0,0,0,1.0);
    color: rgba(255,255,255,1.0);
}
.S_Master_Slide_Sign_Item_Text
{
    position: absolute;
    display: table;
    width: auto;
    height: 40px;
    left: 0px;
    padding: 0px 10px 0px 10px;
    background-color: rgba(0,0,0,0.7);
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    -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 ease-in-out;
	transition: all 0.3s ease-in-out;
}
.S_Master_Slide_Sign_Item_Main:hover .S_Master_Slide_Sign_Item_Text
{
    left: 51px;
    background-color: rgba(0,0,0,1.0);
    filter: alpha(opacity=100);
    opacity: 1;
}
/*------------------------ SLIDE SIGN LINKS --------------------*/


/*--------------------------- SLIDE PIC ------------------------*/
.S_Master_Slide_Pic
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100;
    overflow: hidden;
}
.S_Master_Slide_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_Slide_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_Slide_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);
}
/*--------------------------- SLIDE PIC ------------------------*/


/*-------------------------- SLIDE TEXT ------------------------*/
.S_Master_Slide_Text, .S_Master_Slide_Text_Other
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 200;
}
.S_Master_Slide_Text
{
    right: 420px;
}
.S_Master_Slide_Text_Other
{
    right: 0px;
}
.S_Master_Slide_Text_Content, .S_Master_Slide_Text_Content_Other
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    font-size: 1.5em;
    z-index: 100;
}
.S_Master_Slide_Text_Content
{
    right: 0px;
    bottom: 100px;
    padding: 0px 20px 0px 15px;
    /*background-color: rgba(0,0,0,0.5);*/
    
    -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_Slide_Text_Content_Other
{
    right: 50px;
    top: 50%;
    line-height: 25px;
    
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.S_Master_Slide_Text_Content_Title{
    -webkit-animation: text_anim 0.5s infinite;
    -webkit-animation-direction: alternate;
    animation: text_anim 0.5s infinite;
    animation-direction: alternate;
}
@-webkit-keyframes text_anim {
    0%   {border-left: solid 2px rgba(255,255,255,0.0);}
    35%   {border-left: solid 2px rgba(255,255,255,0.0);}
    85% {border-left: solid 2px rgba(255,255,255,1.0);}
    100% {border-left: solid 2px rgba(255,255,255,1.0);}
}

@keyframes text_anim {
    0%   {border-left: solid 2px rgba(255,255,255,0.0);}
    35%   {border-left: solid 2px rgba(255,255,255,0.0);}
    85% {border-left: solid 2px rgba(255,255,255,1.0);}
    100% {border-left: solid 2px rgba(255,255,255,1.0);}
}



.S_Master_Slide_Text_Content_Title
{
    border-left: solid 2px rgba(255,255,255,0.0);
    padding: 3px 0px 0px 0px;
    margin: 0px;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.25em;
    text-align: right;
    color: #FFFFFF;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.8);
    

    -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_Slide_Text_Content_Text
{
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    padding: 0px;
    
}
.S_Master_Slide_Text_Content_Link_Main
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    clear: both;
}
.S_Master_Slide_Text_Content_Link
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    min-width: 70px;
    padding: 7px 15px 7px 15px;
    margin-top: 10px;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: bold;
    font-size: 0.6em;
    text-align: center;
    
    cursor: pointer;
    clear: both;
}
.S_Master_Slide_Text_Content_Link:hover
{
    /*
    background-color: #1964B9;
    box-shadow: 0px 0px 0px 2px rgba(25,100,185,0.5);
    */
}
.S_Master_Slide_Text_Slide_Link
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 200;
}
/*-------------------------- SLIDE TEXT ------------------------*/





@media screen and (min-width:0px) and (max-width:1300px)
{
    .S_Master_Slide_Text_Content
    {
        padding: 15px 20px 15px 15px;
    }
    .S_Master_Slide_Text_Content_Other
    {
        left: 20px;
        right: 20px;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Master_Slide_Text
    {
        display: none;
    }
    .S_Master_Slide_Text_Content, .S_Master_Slide_Text_Content_Other
    {
        font-size: 1.1em;
    }
    .S_Master_Slide_Text_Content_Title
    {
        border-left: none;
        text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    /*
    .S_Master_Slide
    {
        display: none;
    }
    */
    .S_Master_Slide {
        height: auto;
        aspect-ratio: 16/9;
    }
}