﻿/* MASTER SLIDE RESERVEBAR V1 */

/*------------------------ RESERVEBAR MAIN ---------------------*/
.S_Master_Slide_ReserveBar_Main
{
    position: absolute;
    display: table;
    width: 400px;
    height: auto;
    right: 20px;
    bottom: 30px;
    /*
    bottom: 50px;
    left: 50%;
    */
    margin-left: -200px;
    z-index: 200;
}
/*------------------------ RESERVEBAR MAIN ---------------------*/





@media screen and (min-width:0px) and (max-width:1300px)
{
    .S_Master_Slide_ReserveBar_Main
    {
        right: 20px;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Master_Slide_ReserveBar_Main
    {
        left: 50%;
        margin-left: -200px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Master_Slide_ReserveBar_Main
    {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        /*
        height: 100px;
        */
        left: 0px;
        top: 0px;
        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;
    }
}
