div.checkbox {
    margin-left: 25px
}

.checkbox label {
    padding-left: 0px;
}

.affix {
    position: fixed;
    top: 55px;
    bottom: 0;
    overflow-y: auto;
}

body {
    padding-top: 50px;
    padding-bottom: 40px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.chart { width: 100%}

.authorized-info, .authorized-info A {
    color:white;
}
.authorized-info {
    margin-top: 15px;
}

.lang-change, .lang-change A {

}

.jumbotron {
    padding-top: 10px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    background: rgba(20,20,20,0.2);
    border-radius: 25px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}


/* other */
.price-info .panel {
    box-shadow: 10px 10px 30px rgba(0,0,0,0.5);
}


.home-page {
    font-family: 'clear_sans', 'Verdana', 'Arial', sans-serif;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-size: 17px;
}

.home-page .change-lang {
    font-size: 0.7em;
    margin-bottom: 0px;
    margin-top: 10px;
}

.home-page img {
    max-width: 100%;
    height: auto;
    display: block;

}

.home-page p {
    margin-bottom: 30px;
}


.wrapper {
    display: inline-block;
    margin-top: 25px;
    position: relative;
}

.wrapper img {
    display: block;
    max-width:100%;
}

.wrapper .overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    color:white;
}
