body{
    margin:0px;
    background-color:#EEEEEE;
    font-family:Lato, Trebuchet MS, Arial, helvetica,sans-serif;
    background-image: url("img/background.jpg");
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position: 0% 104px;
}

a{
    color:#9D171A;
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

label:hover{
    color:white;
}

#header{
    display:block;
    width:100%;
    height:980px;/*1296px;*/
    background-color:transparent;
    min-width:0px;
    border-bottom:none !important;
}   

#navbar{
    width:30%;
    float:right;
}

#connection a{
    display:block;
    position:absolute;
    float:right;
    padding-top:12px;
    width:200px;
    background-color:rgba(255,255,255,0.5);
    height:38px;
    color:white;
    vertical-align:middle;
    text-align:center;
    font-weight:bold;
    font-size:24px;
    z-index:90;
}

#connection a:hover
{
    color:#9D171A;
    background-color:rgba(255,255,255,0.8);
}

#header #frmlogin {
    position:absolute;
    z-index: 20;
    color:black;
    font-size:18px;
    top: -500px;
    right: 10%;
    width: 100%;
    max-width: 450px;
    height: 200px;
    padding-top: 25px;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 1px 1px 4px #333333;
    -moz-box-shadow: 1px 1px 4px #333333;
    box-shadow: 1px 1px 4px #333333;
    transition: all 0.5s ease-out;
    z-index:100;
}

#header #frmlogin .row{
    margin: 0 80px 10px 0;
    text-align: right;
}

#header #frmlogin input{
    font-family:Lato, Trebuchet MS, Arial, helvetica,sans-serif;
    margin-left:10px;
    width:178px;
    height:25px;
    font-size:18px;
}

#header #frmlogin .row #btn-login{
    display: inline-block;
    width: 180px;
    min-height: 36px;
    line-height: 26px;
    margin: 0;
    padding: 5px;
    padding-top: 4px;
    text-align: center;
    font-size: 0.9em;
    color: #ffffff;
    background-color: #A53230;
    border: none;
    transition: all 0.2s ease-out;
}

#header #frmlogin .row #lnklostpwd{
    width:auto;
    display:block;
    margin-top:10px;
    color: inherit;
    color:#A53230;
}   

#header #frmlogin #frmlogin-close {

    display: block;
    position: absolute;
    top: 0;
    right: 7px;
    width: 30px;
    height: 30px;
    color: #A53230;
}

#header #frmlogin label:hover{
    color:black;
}

#header #frmlogin #frmlogin-close:hover {
    color: #742322;
}

#header #frmlogin .row #btn-login:hover {
    background-color: #CC1E22;
}

#header #frmlogin .row #lnklostpwd:hover {
    text-decoration:underline;
}
.contentBox{
    position:relative;
    width:100%;
    height:904px;
}

#leftContentBox{
    width:50%;
    height:100%;
    float:left;
    margin-right:30px;
}

#rightContentBox{
    padding-top:120px;
    width:auto;
    height:100%;
    color:white;
    font-size:40px;
    font-weight:lighter;    
}

.overflowPicture {
    position:absolute;
    max-width:50%;
    overflow:hidden;
    height:auto;
    width:auto; /* ie8 */
}

#separation{
    width:80%;
    height:3px;
    background-color:#000000;
}

#boxBottom{
    display:block;
    width:100%;
    height:1100px;
}

#boxBottomLeft{
    position:absolute;
    width:50%;
    height:984px;
    margin-left:5%;
    z-index:10;
}

#boxBottomRight{
    width:40%;
    height:850px;
    float:right;
    margin-right:15%;
    margin-top:140px;
    color:black;
    font-weight:lighter;
    text-align:right;
    vertical-align: middle;
    z-index:100;
}

#buttonsBox{
    display:block;
    width:auto;
    height:100px;
    font-size:20px;
}   

#topFooter{
    position:absolute;
    margin-top:-143px;
    text-align:center;
    background-image:url("img/triangle-bas.png");
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:143px;
    z-index:30;
}

#footer{
    text-align:center;
    width:100%;
    height:180px;
    background-color:#292929;    
    border:none;
    z-index:20;
}

#footerElements{
    position:absolute;
    display:block;
    width:100%;
    margin:auto;
}

.boxTitles{
    font-size:36px;
    color:#000000;
    font-weight:lighter;

}

#frminsc{
    margin-top:20px;
    float:left;
}

#frminsc .row{
    display:block;
    text-align:right;
    color:white;
}

#frminsc input, select{
    font-family:Lato, Trebuchet MS, Arial, helvetica,sans-serif;
    font-weight:lighter;
    margin-left:10px;
    margin-top:12px;
    width:178px;
    height:35px;
    font-size:18px;
}

.generalButton{
    text-align:center;
    width:250px;
    height:8px;
    padding:7px 30px 8px 30px;
    overflow:hidden;
    font-size:24px;
    transition:all 0.5s ease;
    text-transform:uppercase;
}

.continueButton{
    display: inline-block;
    width: 178px;
    min-height: 36px;
    line-height: 26px;
    margin-top: 12px;
    padding: 5px;
    padding-top: 4px;
    text-align: center;
    font-size: 0.9em;
    font-weight:bold;
    color: #ffffff;
    background-color: #9D171A;
    border: none;
    transition: all 0.2s ease-out;
    text-transform:uppercase;
}

#frminsc .continueButton:hover, .continueButton:active
{
    background-color:#CC1E22;
    color:white;
    cursor: pointer;
}

.listenButton{
    display:block;
    height:20px;
    color:white;
    background-color:#9D171A;
    float:right;
    padding:13px 15px 17px 15px;
    border:2px solid #9D171A;
    max-width:250px;
    border-radius:10px;
}

.listenButton:hover, .listenButton:active
{
    background-color:#CC1E22;
    color:white;
}

h3{
    text-transform:uppercase;
    color:#9F3C33;
    font-size:18px;
    margin-top:40px;
}

p{
    font-size:16px;
}

#special_header{
    border-bottom:0px;
}

@media (max-width:1400px)
{
    .logo{
        width:100%;
        max-width:300px;
    }

    #rightContentBox{
        font-size:30px;
    }
}

@media (max-width:1170px)
{
    .logo{
        width:100%;
        max-width:240px;
    }

    #rightContentBox{
        font-size;24px;
    }
}

@media (min-width:1021px) and (max-width:1600px)
{
    .img-down{
        opacity:0.30;   
        z-index:-1;
    }

    #boxBottom{
        margin-top:-15%;
    }
    
    #boxBottomRight{
        position:relative;
        margin-top:1%;
        z-index:100;
    }
    
    body{
        background-position:0% 125px;
    }
}

@media (max-width:1020px)
{
    .img-down{
        width:100%;
        opacity:0.30;   
        z-index:-1;
        overflow:hidden;
        position:relative;
    }

    .logo{
        width:100%;
        max-width:407px;
    }
    
    #boxBottomLeft{
        width:95%;
    }

    body{
        background-position:80%, 0;
        background-size:auto;
    }

    #leftContentBox{
        visibility:hidden;
        display:none;
    }    

    #rightContentBox{
        position:absolute;
        padding-left:10%;
        float:left;
        width:100%;
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box; 
        box-sizing: border-box; 
    }
    
    #boxBottomRight{
        margin-top:200px;
        position:relative;
        width:70%;
        z-index:100;
    }
    
    #navbar{
        float:none;
        margin:auto;
    }
}

@media (max-width:375px)
{
    #boxBottom{
        height:1300px;
    }        
        
    #boxBottomLeft{
        height:100%;
    }   

    .img-down{
        margin-top:200px;
    }   
}
