@charset "utf-8";
/* CSS Document */

/*LARGE DISPLAY*/
@media (min-width: 1200px)  {
    #menu a {
        font-size: 150%;
    }

    .border-yellow {
        font-size: 150%;
    }
    h2 {
        font-size: 200%;
        line-height: 3;
    }
    #menu {
        display: block;
    }
    #mini-menu {
        display: none;
    }
}

@media (min-width: 979px) and (max-width: 1200px) {
    #menu {
        display: block;
    }
    #mini-menu {
        display: none;
    }
    h2 {
        font-size: 175%;
        line-height: 3;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #menu a {
        font-size: 100%;
    }
    .border-yellow {
        font-size: 100%;
    }
    h2 {
        font-size: 150%;
        line-height: 2;
    }
    #menu {
        display: block;
    }
    #mini-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    #menu a {
        font-size: 50%;
    }
    .border-yellow {
        font-size: 50%;
    }
    h2 {
        font-size: 120%;
        line-height: 2;
    }
    #menu {
        display: none;
    }
    #mini-menu {
        display: block;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #menu a {
        font-size: 25%;
    }
    .border-yellow {
        font-size: 10%;
    }
    h2 {
        font-size: 90%;
        line-height: 1;
    }
    #menu {
        display: none;
    }
    #mini-menu {
        display: block;
    }
}


/* header base class */
.header {
    /*position: relative;*/
}

.header img {
    /*position: relative;*/
    /*left: 0;*/
    /*top: 0;*/
    z-index: 0;
}

.footer-home {
    /*position: relative;*/
}

.footer-home img {
    /*position: relative;*/
    /*left: 0;*/
    /*top: 0;*/
    z-index: 0;
}

.home {
    /*position: relative;*/
}

.home img {
    /*position: relative;*/
    /*left: 0;*/
    /*top: 0;*/
    z-index: 0;
    /*top: 200px;*/
    /* height: 800px;
     position: absolute;
     left: 0;
     min-width: 100%;*/
}

.border-yellow {
    color: yellow;
    font-weight: bold;
}

#menu {
    z-index: 90;
}

#mini-menu {
    z-index: 100;
}

#menu a {
    color: white;
    text-decoration: none;
}

#menu a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.active a {
    color: yellow;
}

#select-lang-changer-mini {
    padding: 0;
    font-size: 10px;
}





#slides-lang-changer {
    margin-top: 70px;
    padding-right: 10px;
    overflow:hidden;
    /* fix ie overflow issue */
    position:relative;
    /*width:150px;*/
    text-align: center;
    vertical-align: middle;

}

#slides-lang-changer a {
    font-weight: bold; color: #ffffff; font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

#slides-lang-changer a:hover {
    color: #FF0;
    text-decoration: underline;
}

/* remove the list styles, width : item width * total items */
#slides-lang-changer ul {
    position:relative;
    /*left:0;*/
    top:0;
    list-style:none;
    margin:0;
    padding:0;
    width:300px;
}

/* width of the item, in this case I put 250x250x gif */
#slides-lang-changer li {
    width:150px;
    height:150px;
    float:left;
}

/* GLOBAL STYLES
    -------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding:0px;
}

.container .span4 {
    text-align: center;
}

/* header base class *//*
.header .item {
    height: 200px;
}

.header img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 200px;
    *//*height: 200px;*//*
}*/

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 230px;
}


/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
    padding: 0px 20px 0px 20px ;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
    margin-top: 10px;
}

.nav li {
    border-right:2px solid #FF0;
}




.lang-changer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 10;
    width: 150px;
}

/* Portrait tablet to landscape and desktop */
/*
@media (min-width: 768px) and (max-width: 979px) {
    .navbar .nav > li > a {
        font-size:12px;
    }

    .navbar-wrapper {
        margin-top: 80px;
        z-index: 20;
    }


    .home .item {
        height: 400px;
    }

    .home img {
        height: 400px;
        position: absolute;
        top: 200;
        left: 0;
        min-width: 100%;
    }

    .footer .item {
        height: 170px;
    }

    .footer img {
        position: absolute;
        min-width: 100%;
        left: 0;
    }
}
*/


/*@media (max-width: 767px) {
    .home .item {
        height: 350px;
    }

    .home img {
        height: 350px;
        position: absolute;
        top: 200;
        left: 0;
        min-width: 100%;
    }

}*/

/* Landscape phones and down */
/*@media (max-width: 480px) {


    .home .item {
        height: 250px;
    }

    .home img {
        height: 250px;
        position: absolute;
        top: 200;
        left: 0;
        min-width: 100%;
    }

    .footer .item {
        height: 200px;
    }

    .footer img {
        position: absolute;
        min-width: 100%;
        height: 200px;
        left: 0;
    }

}*/

label.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

