/*
 *  contacts.css v1 | http://zyrgon.com | (c) 2019
 */


.location {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    color: #2c2f33;
}

.location span {
    display: inline-block;
}

.location-country{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #2c2f33;
    margin-right: 10px;    
}

.card {
	margin-top: 10px;
    box-shadow: 0;
    transition: 0.3s all

}

.card-header {
	background-color: #ffffff;
	border-bottom: unset;
}

.contact-body {
    padding-left: 30px;
}

.hotel_name {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.hotel_padding {
    padding-top:8px;
    padding-bottom: 8px;
}

.hotel_name_link:hover{
    text-decoration: none;
}

.fas {
	float: right;
}

.location {
    font-weight: 300;
    line-height: 1.2;
    font-size: 20px;
}

.phones {
    margin-top: 20px;
}

.info-header {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #2c2f33;
    padding-bottom: 5px;
}

.with-image-location {
	display: inline-block;
    padding-left: 15.6px;
}

.without-image-location {
	padding-left: 32px;
}

.with-image-phone {
	display: inline-block;
    padding-left: 19px;
}

.without-image-phone {
	padding-left: 40px;
}

.with-image-mail {
	display: inline-block;
    padding-left: 18px;
}

.without-image-mail {
	padding-left: 40px;
}

.info {
	padding-left: 40px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #2c2f33;
    margin-bottom:30px;
}

.info-adress {
    padding-left: 33px;
    margin-bottom: 0px;
}

.info-latitude {
    padding-left: 33px;
}

.info-longitude {
    padding-left: 33px;
}


.margin-top {
    margin-top: 33px;
}


.info-mail {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #4b8cf4;
  text-decoration: underline;
  margin-bottom: 0px;
}

.info-mail-last {
    margin-bottom: 30px;
}

.info-phone {
    margin-bottom: 0px;
}

.info-latitude {
	margin: 0px;
}

.header-contact{ 
    background-image:url("/icons/Photo_Header_ContactPage.png");  
    width:100%;
    height:199px;
    text-align:center;
    padding-top:50px;
}

.section-title{

    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;

    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #2c2f33;
    margin-bottom:20px;

}
.search-box{
    margin:0 auto;
    width:500px;
    height:42px;
    position:relative;
}
/* input */
#search-input{
    width:500px;
    height:42px;
    border-radius:2px;
    border:solid 1px #8c99af;
    background-color:#fff;
    bottom:50px;
    padding:10px 13px 10px 13px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    background-image: url(/icons/icon_Search.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-origin: content-box;
}

#search-input-icon{
    margin-top:12.5px;
    margin-right:12.5px;
    position:absolute;
    width:17.5px;
    height:17.5px;
    right: 0px;
}

#search-input::-webkit-input-placeholder {
    color: #b9c2d3;
    font-size: 14px;
    line-height: 1.21;

}
#search-input:-moz-placeholder {
    color: #b9c2d3;
    font-size: 14px;
    line-height: 1.21;
}
#search-input::-moz-placeholder {
    color: #b9c2d3;
    font-size: 14px;
    line-height: 1.21;
}
#search-input:-ms-input-placeholder {
    color: #b9c2d3;
    font-size: 14px;
    line-height: 1.21;
}

.last-accordion {
    margin-bottom: 50px;
}

.breadcrumb {
    margin-bottom: 40px;
}

#center_hotel {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.43;
        text-align: left;
        color: #4b8cf4;
        padding-left: 36px;
}

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

#map-modal {
    height: 640px!important;
    min-width:1082px;
}

.map-content { 
    width: auto;
}

.dropdown-icon {
    position: absolute;
    right: 19px;
    top: 24.6px;
}

.dropdown-rotate {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); 
}

a[aria-expanded="false"] .hotel_name {
    color: #2c2f33;
  }

a[aria-expanded="true"] .hotel_name {
    color: #455A64;
  }

.contact-shadow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);

}
.contact-shadow .dropdown-icon {
    transform: rotate(180deg);
   
}
.contact-shadow .dropdown-icon path{
    fill: #455A64 !important;
}

.popup-button {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    opacity: 1;
    cursor: pointer;
}

.popup-button:hover {
    opacity: 1;
}

.close_icon {
    width: 24px;
    height: 24px;
}

.google_map {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    text-align: left;
    color: #4b8cf4;    
    text-decoration: underline;
    padding-left: 33px;
}

.google_map:hover {
    cursor: pointer;
}

@media(max-width: 992px) {

    .header-top{
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .section3 {
        padding-top: 20px;
    }
    
    .search-box {
        width: unset;
    }

    #search-input {
        width: unset;
    }

    .last-accordion {
        margin-bottom: 40px;
    }

    .header-contact {    
        padding-top: 25px;
        height: 137px;
    }
        
    .section-title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .footer {
        margin-top: 10px;
    }

    .margin-top {
        margin-top: 15px;
    }

    .info-longitude {
        margin-bottom: 15px;
    }

    .phones {
        margin-top: 15px;
    }

    .with-image-phone {
        padding-left: 16px;
    }

    .without-image-phone {
        padding-left: 33px;
    }

    .info {
        padding-left: 33px
    }    

    .map-content {
        width: 100%;
    }

    .modal-dialog {
        margin: 0;
    }

    #map-modal {
        width: 100vw;
        height: 100vh!important;
        min-width: unset;
    }

    .modal-elipse {
        background: #B2B1B0;
        position: fixed;
        top: 19px;
        right: 14px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        z-index: 10;        
    }

    .popup-button {
        width: unset;
        height: unset;
    }

}

@media(max-width: 576px) {
 
    .search-box {
        width: 290px;
    }

    #search-input {
        width: 290px;
    }

    .last-accordion {
        margin-bottom: 20px;
    }
  
}