@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

.navbar-brand {
    padding: 5px;
}

.navbar-brand > img {
    /*margin-left: 50px;*/
    display: block;
    width: 105px;
}

@media (max-width: 1190px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

.navbar {
    padding: 5px 50px 5px 50px;
    border-radius: 0;
    min-height: 50px;
}

.navbar-default {
    background-color: #ffffff;
}

.navbar-nav > li > a {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}

.navbar-default .navbar-nav > li > a > span.active {
    border-bottom: 2px solid currentColor;
    padding-bottom: 3px;
}

/*#msform input, #msform textarea {*/
/*width: inherit;*/
/*}*/

.unshown {
    display: none;
}

/*input[type="radio"]:after {*/
/*font-family: FontAwesome;*/
/*content: "\f096";*/
/*visibility: visible;*/
/*margin-left: -22px;*/
/*font-size: 18px;*/
/*!*top: 0;*!*/
/*}*/

/*input[type="radio"]:checked:after {*/
/*font-family: FontAwesome;*/
/*content: "\f14a";*/
/*visibility: visible;*/
/*margin-left: -22px;*/
/*font-size: 18px;*/
/*!*top: 0;*!*/
/*}*/

.white-container {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 80px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
}

h4 {
    display: inline;
}

.buy-btn {
    /*float: right;*/
    text-align: center;
}

.cancel-btn, .cancel-btn a {
    /*float: left;*/
    color: red;
    text-align: center;
}

#id_remember {
    margin-left: 10px;
}

.confirm-personal-data div, .confirm-project-data div {
    margin: 10px 0;
}

.confirm-features li {
    margin-left: 50px;
}

.wide-button {
    width: 100% !important;
}

.title-row {
    margin: 0;
}

.warning {
    background-color: antiquewhite;
    border-radius: 6px;
    padding: 6px;
}

.iti-flag {
    background-image: url("/static/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("/static/img/flags@2x.png");
    }
}

#id_phone_number {
    padding: 15px 0 15px 55px !important;
}

.intl-tel-input {
    width: 100%;
}

/* MOBILE SIZE START*/
@media only screen and (max-width: 599px) {
    .white-container {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 20px 10px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3%;
        position: relative;
    }

    .image-preview {
        width: 21vw;
        height: 21vw;
        position: relative;
        overflow: hidden;
        /* background-color: #c3abab; */
        background-image: url(/static/img/upload.png);
        background-size: contain;
        border: #cccccc solid 1px;
        border-radius: 8px;
        margin: 4px;
        float: left;
        margin-bottom: 20px;
    }

    .checkbox-text {
        text-align: left;
        padding: 15px 5px 15px 30px;
    }

    .fs-title {
        text-align: center;
    }

    span.radio-text {
        width: 70%;
        display: -webkit-inline-box;
    }

    .first-page-btn, .last-page-btn, .seite {
        display: none !important;
    }

    .pager li a {
        margin: 0 !important;
    }
}

/* MOBILE SIZE END*/

/* TABLET SIZE START*/
@media only screen and (min-width: 600px) and (max-width: 991px) {
    .fs-title {
        text-align: center;
    }

    .image-preview {
        width: 22vw;
        height: 22vw;
        position: relative;
        overflow: hidden;
        /* background-color: #c3abab; */
        background-image: url(/static/img/upload.png);
        background-size: contain;
        border: #cccccc solid 1px;
        border-radius: 8px;
        margin: 4px;
        float: left;
        margin-bottom: 20px;
    }

    .white-container {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 10px 30px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3%;
        position: relative;
    }

    span.radio-text {
        width: 70%;
        display: -webkit-inline-box;
    }

}

/* TABLET SIZE END*/

/* LAPTOP SIZE START*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .white-container {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 20px 20px;
        box-sizing: border-box;
        width: 90%;
        margin: 0 5%;
        position: relative;
    }
}

/* LAPTOP SIZE END*/

/* BIGGER LAPTOP SIZE START*/
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
    .white-container {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 20px 20px;
        box-sizing: border-box;
        width: 90%;
        margin: 0 5%;
        position: relative;
    }

    .IMAGEANDCAPTION2 .col-md-3 {
        padding: 5px;
    }
}

/* BIGGER LAPTOP SIZE END*/

#id_remember {
    width: 0 !important;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 10px;
}

.checkbox label {
    font-size: 17px;
}

.radio, .checkbox {

    padding-top: 10px;
    padding-bottom: 10px;

}

.text-input {
    font-size: 18px !important;
}

.btn-transparent {
    background-color: transparent;
    color: black;
    border-color: black;
    width: 100%;
    border-width: 1px;
    display: block;
    font-size: 24px;
    font-family: inherit;
    padding: 10px;
    box-shadow: 3px 3px 20px -10px;
    margin: 15px 0;
}

.form-bg {
    background-image: url("/static/img/formbg.png");
    background-repeat: repeat;
    background-size: 100%;
}

.gold-underline::after {
    content: '';
    display: block;

    width: 25px;

    border-bottom: 3px solid #cfa936;
}

.modal-style {
    text-align: center;

}

.modal-box {
    padding: 15px;
}

.modal-box div {
    border: black solid 1px;
    /*margin: 5px;*/
}

.modal-box img {
    width: 60%;
    margin: auto;
    display: block;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
    }
}

.dropdown-menu {
    width: 100%;
}

.success {
    background: aquamarine;
    padding: 5px;
}

.info {
    background: aliceblue;
    padding: 5px;
}

.error {
    background: #ffa36a;
    padding: 5px;
}

.btn-transparent:hover {
    box-shadow: 3px 3px 20px -6px;
}

.btn-small {
    padding: 1px;
    font-size: 20px;
}

hr {
    border-top: 1px solid #cfa936;
}

.messages li {
    padding: 5px 40px;
}

.panel {
    padding: 25px;
}

.thumbnail-img {
    height: 250px;
    width: 96%;
    margin: 2%;
    object-fit: contain;
    border: #cfa936 dotted 1px;
    border-radius: 5px;
    box-shadow: 2px 2px 16px -4px #cfa936;
}

.no-padding {
    padding: 0;
}

.pager li a {
    margin: 0 5px;
}

.page-number {
    display: inline;
    top: 6px;
    position: relative;
}

.optional {
    font-size: 14px;
    color: #2c3e50ad;
    margin-top: -14px;
    margin-bottom: 20px;
}

.cm {
    bottom: 15px;
    position: relative;
    display: inline;
}

.price {
    margin: 15px 0;
    display: block;
}

.newsletter_checkbox {
    display: inline;
    width: inherit !important;
    margin: 4px;
}

.checkbox-text{
    font-weight: normal;
    display: inline;
}