.hero {
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}
.hero__content {
    max-width: 1160px;
    color: #fff;
    margin: 0 auto;
    padding: 160px 20px;
}
.hero__heading {
    margin-bottom: 20px;
}
h1 {
    font-size: 3.5em;
    letter-spacing: -0.075em;
}
.hero__paragraph {
    font-size: 16px;
    max-width: 320px;
}
.feat {
    position: relative;
    padding: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-align: center;
    background-color: #e4e8eb;
}

.feat__icon {
    background-size: contain;
    width: 100%;
    height: 100px;
    background-position: 50%;
    background-image: url(../img/icons/virtual-tours.png);
    margin-bottom: 40px;
}
.feat__title {
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    color: #122951;
}

h3 {
    font-size: 2.5em;
    font-weight: 200;
}

.feat__paragraph {
    max-width: 400px;
    margin: 10px auto 20px;
}

.feat__outer-wrapper {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}

.feat__btn {
    background-color: #cc0911;
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 11px 25px 10px 25px;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
}
.feat__btn:hover {
    color: white;
    background-color: #f5131d;
}

a:hover {
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

.feat:nth-of-type(even) {
    background-color: white;
}

.comm-big-map {
    width: 100%;
    height: 600px;
    position: relative;
}
.comm-big-map-overlay {
    background: rgba(245,247,249,0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.comm-big-map-holder {
    display: block;
    width: 100%;
    height: 600px;
    background-color: #dbebcd;
}

.comm-big-map-sidebar {
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.comm-big-map-select {
    background: rgba(152,158,173,0.8);
    padding: 15px 30px;
    position: relative;
    z-index: 20;
}

.comm-big-map-select .select-style {
    width: 100%;
}
.select-style {
    display: inline-block;
    height: auto !important;
    width: 100%;
    border-radius: 5px;
    background-image: url(../images/icons/select-arrows-blue-alpha30.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 90%;
    background-position-x: calc(100% - 20px);
    -webkit-transition: background-image 150ms ease-out;
    -o-transition: background-image 150ms ease-out;
    transition: background-image 150ms ease-out;
    cursor: pointer;
}

.select-style {
    background-color: #fff;
    height: 40px;
    overflow: hidden;
    width: 100%;
    border-radius: 2px;
    padding: 0 2px;
}

/*map pop design */
.pop-location-info{
    width: 370px !important;
    font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (max-width: 767px){
    .pop-location-info{
        width: 300px !important;
    }
}
.pop-location-info img {
    float: right;
    max-width: 100px !important;
}

.pop-location-info h3 {
    font-weight: 600;
    color: #122951;
    font-size: 16px;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 0;
    margin-right: 5px;
    -webkit-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
}

.pop-location-info .place__location {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pop-location-info .c-legend {
    display: block;
    margin-bottom: 3px;
}
.comm-big-map-button {
    background-color: #cc0911;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 11px 25px 10px 25px;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
}

.comm-big-map-button:hover {
    color: white;
    background-color: #f5131d;
}
/*end map pop design */

.select-style select {
    height: auto !important;
    margin: 0 !important;
    padding: 9px 16px !important;
    font-size: 14px !important;
    border: none !important;
    font-weight: 700;
    background: none !important;
    border-radius: 0 !important;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
}
.select-style select {
    background: transparent;
    border: none;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #122951;
    font-weight: 700;
    font-size: 1em;
    -webkit-appearance: none;
    appearance: none;
}

.select-style:hover {
    background-repeat: no-repeat;
    background-image: url(../images/icons/select-arrows-blue.png);
}

.comm-big-map-results {
    background: rgba(245,247,249,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: scroll;
    padding-top: 65px;
}
.comm-big-map-holder iframe{
    height: 100%;
}
.comm-big-map-holder iframe:focus{
    outline: 0;
    border: 0;
    box-shadow: none;
}
.place__places-wrapper {
    display: block;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
}
.place {
    background-color: white;
    display: inline-block;
    width: 560px;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    -webkit-transition: -webkit-box-shadow 200ms ease-out;
    transition: -webkit-box-shadow 200ms ease-out;
    -o-transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
.place:hover {
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.3);
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
}


.place__title {
    color: #122951;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #122951;
    -webkit-transition: color 400ms ease-out;
    -o-transition: color 400ms ease-out;
    transition: color 400ms ease-out;
}

.place__location {
    color: #9fa6a9;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.place__desc {
    color: #122951;
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
    height: 100px;
    overflow: hidden;
}
.place__logo {
    float: right;
    max-width: 80px;
}

.place__info {
    position: relative;
}
.place__info-title {
    color: #122951;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 700;
    position: relative;
    z-index: 20;
    -webkit-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
}
.place__info-title::after {
    -webkit-transition: color 200ms ease-out, border-color 200ms ease-out;
    -o-transition: color 200ms ease-out, border-color 200ms ease-out;
    transition: color 200ms ease-out, border-color 200ms ease-out;
    display: inline-block;
    width: 14px;
    line-height: 14px;
    height: 14px;
    font-size: 12px;
    margin-left: 5px;
    text-align: center;
    font-style: italic;
    content: "i";
    font-family: serif;
    color: #122951;
    border-radius: 20px;
    border: 1px solid #122951;
}

.place__info-popup {
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    background-color: #122951;
    padding: 50px 20px 20px 20px;
    color: white;
    font-size: 11px;
    -webkit-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.place__info:hover .place__info-popup {
    opacity: 1;
}
.place__info:hover .place__info-title {
    color: white;
}


.place__status-wrapper {
    margin-top: 10px;
}

.c-legend {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin-right: 25px;
}



.c-legend::before {
    display: inline-block;
    content: ' ';
    background-color: green;
    border-radius: 50px;
    margin-right: 8px;
    width: 10px;
    height: 10px;
}


.c-legend--red::before {
    background-color: #e06b70;
}
.c-legend--green::before {
    background-color: #73e566;
}

.c-legend--blue::before {
    background-color: #a0b5d9;
}

#map {
     height: 100%;
 }

.place:hover .place__title {
    color: #cc0911;
}


@media (max-width: 1199px){
    .feat__outer-wrapper{
        flex-direction: column;
    }
    .place__places-wrapper {
        padding: 20px;
    }
    .place {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 1000px){
    .comm-big-map-sidebar {
        width: 45%;
    }
}
@media screen and (max-width: 800px){
    .comm-big-map-select {
        padding: 15px 20px;
    }

    .comm-big-map-sidebar {
        width: 100%;
        height: auto;
        position: relative;
        overflow: visible;
    }
    .comm-big-map-results {
        position: relative;
        padding-top: 0;
    }
    .comm-big-map {
        height: auto;
    }
}



@media (max-width: 767px){

}
