@font-face
{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/OpenSans.ttf");
}

@font-face
{
    font-family: "Open SansB";
    font-style: normal;
    font-weight: bold;
    src: url("../Fonts/OpenSansB.ttf");
}

@font-face
{
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: bold;
    src: url("../Fonts/FranklinGothicMedium.ttf");
}
@font-face
{
    font-family: "Niconne";
    font-style: normal;
    font-weight: bold;
    src: url("../Fonts/Niconne-Regular.ttf");
}
/*****************INDEX Page Footer*******************************/
#Indexfooter
{
    width: 100%;
    margin-bottom: 0px !important;
    background-color: #000000;
    padding: 15px 0px 15px 0px;
    position: fixed;
    bottom: 0px;
}

#IndexFooterLink a
{
    color: #fff;
    text-decoration: none;
    font-family: "Open SansB";
    font-size: 15px;
    font-weight:bold;
    text-align: center;
}

.body
{
     background: url(../Images/IndexPageBG/Index_BG.jpg) !important;
}

.IndexPageContainer
{
    background: url(../Images/IndexPageBG/Index_BG.jpg); /*background-size: 442px 100%;*/
}
.IndexPageContainer #form1 
{
    width:100% !important;
}
body.IndexPageContainer
    {
        background: url("../Images/IndexPageBG/Index_BG.jpg") no-repeat;        
    }

/*****************INDEX Page Footer*******************************/
#divIndexPageWrapper
{
    margin: 0 auto;
    width: 100%;
    /*background: rgba(0,0,0,0.7);*/
    background: linear-gradient(-180deg, rgb(255 255 255 / 0%) 35%, rgb(0 0 0 / 75%) 30%);
    position: fixed;
    bottom: 0px;
}

#divIndexPageInnerWrapper
{
    margin: 0 auto;
    width: 500px;
    padding: 50px 0px 70px 0px;
}

.LocationBoxSepearator
{
    /*float: left;
    width: 0px;
    margin: 0px 43px 1px 0px;*/
    
    background-image: url(../Images/IndexPageBG/Seperator.png);
    background-repeat: no-repeat;
    float: left;
    height: 300px;
    width: 2px;
    margin-top: 293px;
    margin-left: 90px;
    margin-right: 75px;
    display:none;
}
#LocationBoxWrapper1
{
    float:left;
    display:none;
}
#LocationBoxWrapper2
{
    float: right;
}

.LocationBoxWrapper
{    
    width: 511px;
    /*height: 332px;*/
    /*background-image: url(../Images/ELS/IndexPage/BG_Shape.png);     background-repeat: no-repeat;*/
}

.LocationImages
{
    height: 332px;
    width: 511px;
    margin: 0 auto;
    top: 63px;
}

#LocationImages1
{
    background-image: url(../Images/IndexPageBG/RJT_Logo.png);
    background-repeat:no-repeat;    
}

#LocationImages2
{
    background-image: url(../Images/IndexPageBG/RJTF_Logo.png);
    background-repeat:no-repeat;
    /*width: 168px;*/
}

#LocationImages3
{
    background-image: url(../Images/ELS/IndexPage/Eldorado_Diner_Logo.png);
    position: relative;
}

.LocationTitle
{
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    font-size: 45px;
    font-family: "Niconne";
    color: #fff;
    /*position: relative;*/
    top: 174px;
    line-height: 1.1;
}

.LocationSubTitle
{
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
    font-family: 'Open Sans';
    color: #fff;
    /*position: relative;*/
    top: 196px;
    width: 511px;
    line-height: 1.7;
}
.divLocationSeprator
{      
    background: url(../Images/IndexPageBG/Location_Shape.png);
    width:172px;
    height:9px; 
    margin: 15px auto 15px; 
}

.LocationButton
{
    margin: 10px auto 10px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    text-transform: capitalize;
    font-size: 18px;
     font-family: "Franklin Gothic Medium";
    color: #000;
    border-radius: 5px;
    /*border: 2px solid #3da2d8;*/
    /*position: relative;*/
    top: 222px;
    width: 200px;
    background: -webkit-gradient(linear,left top,left bottom,from(#D5B65C),to(#99732A));
    background: -webkit-linear-gradient(#D5B65C,#99732A);
    background-color: -moz-linear-gradient(#D5B65C,#99732A);
    background: -ms-linear-gradient(#D5B65C,#99732A);
    background: -o-linear-gradient(#D5B65C,#99732A);
    background-image: linear-gradient(#D5B65C,#99732A) !important;
}

.LocationButton:hover
{
    background: -webkit-gradient(linear,left top,left bottom,from(#99732A),to(#D5B65C));
    background: -webkit-linear-gradient(#99732A,#D5B65C);
    background-color: -moz-linear-gradient(#99732A,#D5B65C);
    background: -ms-linear-gradient(#99732A,#D5B65C);
    background: -o-linear-gradient(#99732A,#D5B65C);
    background-image: linear-gradient(#99732A,#D5B65C) !important;
    /*border: 2px solid #3da2d8;*/
}
