.form-invalid-style {
    background-color: #ffeded;
    border-color: #f57041;
}
.form-error {
    font-size: 0.9em;
}
.control-label {
    font-weight: bold;
}
.col-md-6 {
    margin-bottom: 2px;
}
.validity-check {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
}

/* body {
    font-family: 'arial', Sans-Serif;
    font-size: 14pt;
}

.subtitles {
    font-family: 'arial', Sans-Serif;
    text-transform: uppercase;
    color: #1a77b8;
    font-weight: bold;
}

p {
    font-size: 13pt;
}

.container {
    width: 100%;
    margin-left:0px;

}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    margin-bottom: 10px;
}

#map {
    float: left;
    width: 100%;
    height: 300px;
    padding-bottom:30px;
}

.map iframe {
    pointer-events: none;
}

.map { position:relative; }

.map-block {
    float: left;
    margin-top: -30px;
    width: 100%;
    height: 20px;

}


.header-output {
    display:inline;
    float:left;
    width: 90%;
    margin-top:0px;
    padding-left:25px;
    font-family: 'araial', 'arial', Sans-Serif;
    font-size: 28pt;
    height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

a {
    color: #27aa46;
}

.inner-header-output {
    width: 90%;
    padding-top: 30px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    margin-left: 28px;
}


.about {
    float: left;
}

.content-holder {
    float:left;
    margin: 0 auto;
    width: 100%;
    padding-top:0px;
    height: 480px;
}

.general-information {
    width: calc(100% - 40px);
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-family:Arial ;
}

.address-output {
    width: 250px;
    float:left;
    word-wrap: break-word;
}

.about {
    width: 180px;
    float:left;
    word-wrap: break-word;
    margin-left: 30px;
}

.contact-output {
    width: 100%;
    float:left;
    word-wrap: break-word;
}

.break {

}

/* Modal */
/* body.modal-open {overflow:hidden;position:fixed;width:100%}

.modal-youtube {
    display: none;
    position: fixed;
    left: 0;
    top: 0;

    width: 100%;
    height:100%;

    background-color: rgba(0,0,0,.7);
    z-index: 999;
}

.modal-content {
    position: absolute;
    width: 850px;
    height: 658px;

    left: 30px;
    top: 40px;

    z-index: 1001;
}

.modal-title {
    display: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 25px;
    height: 30px;
    width: 200px;
    padding-left: 20px;
    padding-top: 20px;
}

.modal-bg {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height:100%;

    z-index: 1000;
}

.modal-close {
    float: right;
    width: 31px;
    height: 31px;
    margin-top: -30px;
}

.modal-item {
    margin-top: 2px;
    margin-left: 10px;
    width: 830px;
    height:80%;
    background-color: black;
    -moz-box-shadow: 0px 0px 15px #000000;
    -webkit-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
}

.number_of_rooms {
    width: 250px;
    float: left;
    margin-left: 20px;
}

@media only screen and (max-width: 500px) {

    .number_of_rooms {
        margin-left: 0px;
    }

    .about {
        margin-left: 0px;
    }

}  */

.validity-check .top {
    min-width:200px;
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    color:white;
    background-color:#d26a5c;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.validity-check:hover .top {
    display:block;
}

.validity-check .top i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.validity-check .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,1);
}

.top {
    opacity: 1;
}

.form-error {
    color: #d00404;
    text-decoration: underline;
}

.crop-container {
    border: 3px solid orange;
    height: 375px;
}
