﻿/* MASTER SLIDE RESERVEBAR V1 */

/*------------------------ RESERVEBAR MAIN ---------------------*/
.S_Master_Slide_ReserveBar_Main
{
    position: absolute;
    display: table;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: 50px;
    z-index: 200;
}
.S_Master_Slide_ReserveBar_Body
{
    position: relative;
    display: table;
    width: 100%;
    height: auto;
}
/*------------------------ RESERVEBAR MAIN ---------------------*/





@media screen and (min-width:0px) and (max-width:1000px)
{
    .S_Master_Slide_ReserveBar_Main {
        bottom: 30px;
    }
}

@media screen and (min-width:0px) and (max-width:900px)
{
    .S_Master_Slide_ReserveBar_Main
    {
        position: relative;
        display: block;
        bottom: 0px;
    }
    .S_Master_Slide_ReserveBar_Body
    {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Master_Slide_ReserveBar_Main
    {
        width: 100%;
        margin-left: 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        background-color: #FFFFFF;
        z-index: 10;
        -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
    }
}
