@-webkit-keyframes dots {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

@keyframes dots {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}


@-webkit-keyframes outerdots {
    0% { transform: scale(1); }
    50% { transform: scale(1.25); }
    100% { transform: scale(1); }
}

@keyframes outerdots {
    0% { transform: scale(1); }
    50% { transform: scale(1.25); }
    100% { transform: scale(1); }
}
.squares-intro .carousel.carousel-simple .owl-item .carousel-item {
margin: 0 10px;
padding-bottom: 0px; 
border: 1px solid #ccc;
}
#walkaround-container {
background-attachment: fixed;
background-position: 50%;
background-size: cover;
}
.walkaround-main {
padding:20px 30px;
color:#fff;
text-align:center;
position:relative;
z-index: 0;
}
.walkaround-main img {
width:100%;
height:auto;
max-width:785px;
position: relative;
z-index: -2;
}
.walkaround-thumb-boxes {
text-align:left;
}
.walkaround-thumb-boxes-outer {
background:rgba(0,0,0,0.3);
padding: 20px 10px ;
margin:20px;
color:#fff;
}

.walkaround-thumb-boxes-inner {
position:relative;
z-index: 0;
}

#walkaround-container .walkaround-thumb-boxes-inner img {
width:100%;
height:auto;
max-width:190px;
float:left; 
margin:0 20px 0 0;
position: relative;
z-index: -2;
}
.gold-plus {
position: absolute;
top: 50%;
left: 50%;
margin-top: -23px;
margin-left: -23px;
border-radius: 50%;
background-color: #f4aa44 !important;
color: #fff;
font-size: 30px;
line-height: 1 !important;
color:#fff !important;
width: 45px;
height: 45px;
padding: 5px 0 0 !important;
text-align: center !important;
}

.gold-plus:before {
    content: "";
    width: 55px;
    height: 55px;
    background-color: #000;
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    opacity: .2;
    border-radius: 50%;
    -webkit-animation: dots 3s infinite linear;
    animation: dots 3s infinite linear;
}

.gold-plus:after {
    content: "";
    width: 65px;
    height: 65px;
    background-color: #000;
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
    opacity: .2;
    border-radius: 50%;
    -webkit-animation: outerdots 3s infinite reverse;
    animation: outerdots 3s infinite reverse;
}
.section-divider {
width:100% !important;
background:#086FB1;
text-align:center;
color:#fff;
font-size:32px;
padding:20px 0;
font-family: Helvetica Neue LT W01_55 Roman,Helvetica,Arial,sans-serif;
}

@media screen and (max-width: 1199px) {
    .gold-plus {
        font-size: 22px;
        width: 35px;
        height: 35px;
        margin-top: -18px;
        margin-left: -18px;
        padding: 4px 0 0 !important;
    }
    
    .gold-plus:before {
        width: 45px;
        height: 45px;
    }
    
    .gold-plus:after {
        width: 55px;
        height: 55px;
    }
    
    .walkaround-thumb-boxes-inner {
        float: left;
        width: 200px;
    }
    
    .walkaround-thumb-boxes-content {
        float: left;
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 479px) {
    .walkaround-thumb-boxes-inner {
        width: 100%;
        margin-bottom: 15px;
        text-align:center
    }
    
    .walkaround-thumb-boxes-content {
        width: 100%;
    }
    
    #walkaround-container .walkaround-thumb-boxes-inner img {
        max-width: 190px;
        display: inline-block;
        float:none;
    }
    
    .section-divider {
        font-size: 22px;
    }
}
