html,body
{
/*    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    */
}

header {
    font-family: 'Abel', sans-serif; 
}
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

@media screen and (min-width: 768px) {
	
	#myModal .modal-dialog  {width:1300px;}
    #langModal .modal-dialog {width: 550px; height: 400px;}

}

.text_white {
    color: #ffffff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.text_welcome {
    font-size: 64px;
    font-weight: bolder;
}

.text_welcome2 {
    font-size: 30px;
    font-weight: bold;
}

.text_black {
    color: #FFF;
}

.no_trans {
    background-color: #000;
    opacity: 0.8;
}

.custom-text {
    font-size: 18px;
    text-align: center;
}

.modal-dialog-center {
    margin-top: 25%;
}

.lang-image {
    width: 250px;
    height: 150px;
    margin: 10px;
}

.img_menu_lang {
    width: 25px;
    height: 15px;
    margin-right: 10px;
    margin-left: 5px;
}

.error {
    color: #ffffff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    
    width: 600px;
    text-align: left;
    font-size: 30px;
    font-weight: bolder;   
}
.logosmall {
    width: 200px;
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
}

.logo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.logotext {
    font-size: 18px;
    font-weight: bold;
}

.maillogo {
    width: 600px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.mailerror {
    width: 300px;
    height: 300px;
    
    margin-left: auto;
    margin-right: auto;
    
    
}

@media screen and (max-width: 480px) {
    .logo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}


.mailsent {
        
    width: 200px;
    height: 150px;
    
    margin-left: auto;
    margin-right: auto;
}