*{margin:0;padding:0}

.infoBox
{
    width: 270px !important;
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(50,50,50,.2);
    color: #323232;
    font-size: 13px;
    height: 182px !important;
    margin-top: 80px;
    margin-left: 118px
}

@media screen and (max-width:480px)
{
    .infoBox
    {
        width: 270px !important;
        border-radius: 2px;
        box-shadow: 0 0 12px rgba(50,50,50,.2);
        color: #323232;
        font-size: 13px;
        height: 182px !important;
        margin-top: 80px;
        margin-left: 40px !important
    }
}

.infobox-close
{
    position: absolute;
    color: #000;
    cursor: pointer;
    right: -18px;
    /*background: #fff;*/
    background: rgba(210,210,210,.8);
    padding: 2px 2px;
    border-radius: 50%;
    font-size: 26px;
    top: -18px;
    z-index: 2
}

/*.marker-verified
{
    position: absolute;
    right: -7px;
    color: #2196f3;
    font-size: 12px;
    z-index: 2;
    background: #fff;
    padding: 0 4px;
    border-radius: 50%;
    line-height: 20px
}*/

#iw-container
{
    margin: 0;
    height: 182px;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5) !important;
    box-shadow: 0 0 10px rgba(0,0,0,.5) !important
}

#iw-container:before
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5)
}

#iw-container .rating li i
{
    color: #ffb400;
    font-size: 13px !important;
    line-height: 20px
}

#iw-container .iw-title
{
    font-family: open sans condensed,sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    color: #fff;
    margin: 0;
    border-radius: 0
}

#iw-container .iw-content
{
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    position: relative
}

.iw-content img
{
    float: right;
    margin: 0 5px 5px 10px
}

.iw-content p
{
    font-size: 13px;
    line-height: 20px;
    max-width: 156px;
    color: #fff;
    margin: 0 !important
}

.iw-subTitle
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin: 10px 0
}

.iw-bottom-gradient
{
    display: none;
    position: absolute;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%)
}

.shadow-marker
{
    -webkit-filter: drop-shadow(0px 0px 0px rgba(255,0,0,0.80));
    transition: all .5s linear
}

.shadow-marker:hover
{
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0,231,255,0.8));
    transform: rotate(360deg)
}

.marker-content
{
    height: 25px;
    width: 25px;
    text-align: center;
    box-shadow: none
}

.flip-container
{
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    filter: drop-shadow(0 2px 6px rgba(50,50,50,0.44));
    height: 46px; /* Initially size 46 px*/
    position: relative;
    top: 0;
    transition: all .2s ease;
    width: 46px; /* Initially size 46 px*/
    -webkit-perspective: 1000;
    perspective: 1000
}

.flip-container:before
{
    background-color: rgba(50,50,50,.3);
    border-radius: 50%;
    bottom: -12px;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .2s ease;
    width: 10px
}

.flip-container:after
{
    border: 6px solid transparent;
    border-width: 10px 4px;
    border-top-color: #fff;
    bottom: -18px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .2s ease;
    width: 0
}

.flip-container:hover .flipper, .flip-container.hover .flipper
{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.front
{
    width: 40px; /* Initially size 40 px*/
    height: 40px; /* Initially size 40 px*/
    border-radius: 50%
}

.back
{
    width: 40px; /* Initially size 40 px*/
    height: 40px; /* Initially size 40 px*/
    border-radius: 50%;
    background: #2196f3;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px
}

.front img
{
    width: 100%; /* Initially size 100%*/
    height: 100%; /* Initially size 100%*/
    border-radius: 50%
}

.flipper
{
    -webkit-transition: .6s;
    -webkit-transform-style: preserve-3d;
    transition: .6s;
    transform-style: preserve-3d;
    position: relative
}

.front, .back
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 3px;
    left: 3px
}

.front
{
    z-index: 2
}

.back
{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}