/*
Scalize
=========================== */
.scalize {
    transform-origin: top left;
    position: relative;
}
.scalize img.target {
    width: 100%;
    position: relative;
    z-index: 1;
}
.scalize .content {
    position: absolute;
    background: #fff;
    width: 250px;
    display: none;
    z-index: 99;
    height: auto;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
.scalize .content .head {
    position: relative;
    padding: 10px 15px;
    background: #efefef;
    border-bottom: solid 1px #dfdfdf;
}
.scalize .content .head .title {
    margin-bottom: 0;
}
.scalize .content .head .exit {
    float: right;
    display: block;
    width: 38px;
    height: 38px;
    border-left: solid 1px #ccc;
    position: relative;
    top: -10px;
    left: 15px;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}
.scalize .content .head .exit:hover {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.3);
}
.scalize .content .head .exit img {
    padding: 7px;
    width: 100%;
}
.scalize .content .body {
    padding: 10px 15px;
    position: relative;
    background: #fff;
    position: relative;
}
.scalize .content .body img {
    width: 100%;
}
.scalize .content .body p:last-child {
    margin-bottom: 0;
}
.scalize .content .body:before {
    content: '';
    position: absolute;
    border: solid 15px transparent;
    top: 0;
}
.scalize .content .footer {
    padding: 10px 15px;
    border-top: solid 1px #dfdfdf;
    position: relative;
}
.scalize .content.center .body:before {
    top: 50%;
    margin-top: -24px;
}
.scalize .content.left {
    margin-left: -280px;
}
.scalize .content.left .body:before {
    left: 100%;
    border-left-color: #fff;
    border-right: 0;
}
.scalize .content.left.top {
    margin-top: -43px;
    margin-bottom: 0;
}
.scalize .content.left.bottom {
    margin-top: 50px;
}
.scalize .content.left.bottom .body:before {
    top: 100%;
    margin-top: -56px;
}
.scalize .content.right {
    margin-left: 50px;
}
.scalize .content.right .body:before {
    right: 100%;
    border-right-color: #fff;
    border-left: 0;
}
.scalize .content.right.top {
    margin-top: -43px;
    margin-bottom: 0;
}
.scalize .content.right.bottom {
    margin-top: 50px;
}
.scalize .content.right.bottom .body:before {
    top: 100%;
    margin-top: -56px;
}
/*
Scalize selector
=========================== */
.wrap-selector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
}
.scalize .item-point {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #64ffda;
    border: solid 3px #00bfa5;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.scalize .item-point > div {
    position: relative;
    cursor: default;
    z-index: 9;
}
.scalize .item-point > div .toggle {
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
}
.scalize .item-point.circle {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.scalize .item-point.circle.disabled,
.scalize .item-point.circle.active {
    border: solid 3px #64ffda;
    background: #64ffda;
}
.scalize .item-point.circle .toggle {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.scalize .item-point.square {
    width: 30px;
    height: 30px;
    font-weight: 700;
    line-height: 27px;
    color: #1d1d1d;
    background: #a7ffeb;
    border: solid 2px #00bfa5;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.scalize .item-point.square.disabled,
.scalize .item-point.square.active {
    color: #fff;
    background: #00bfa5;
}
.scalize .item-point.square > div .toggle {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    top: -2px;
    left: -2px;
}
.scalize .item-point.disabled .toggle {
    cursor: default;
}
.scalize .item-point.content {
    width: 200px;
    height: 0;
    border: 0;
}
.scalize .item-point.pulse {
    box-shadow: 0 0 0 #1de9b6;
    animation: pulse 2s infinite;
}
.scalize .item-point.pulse:hover {
    animation: none;
}
.scalize .item-point.pulse2:before,
.scalize .item-point.pulse2:after {
    content: "";
    margin: -3px 0 0 -3px;
    position: absolute;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #1de9b6;
    border-radius: 50%;
}
.scalize .item-point.pulse2:before {
    animation: blip1 1s infinite cubic-bezier(0, 0.6, 1, 0.6);
}
.scalize .item-point.pulse2:after {
    animation: blip2 1s infinite linear;
}
.scalize .item-point.marker {
    background: transparent;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    border: 0;
}
.scalize .item-point.marker.active {
    border: 0;
}
.scalize .item-point.marker.active .pin {
    background: #00bfa5;
}
.scalize .item-point.marker.active .pin:after {
    background: #64ffda;
}
.scalize .item-point.marker .toggle {
    width: 30px;
    height: 30px;
    top: -6px;
    left: -6px;
}
.scalize .item-point.marker .pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #64ffda;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    z-index: 3;
}
.scalize .item-point.marker .pin:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #00bfa5;
    position: absolute;
    border-radius: 50%;
}
.scalize .item-point.marker .pulse {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 15px 0px 0px -7px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: 2;
}
.scalize .item-point.marker .pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #a7ffeb;
    box-shadow: 0 0 1px 2px #a7ffeb;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
/*
Animation
=========================== */
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #1de9b6;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #1de9b6;
        box-shadow: 0 0 0 0 #1de9b6;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
@keyframes blip1 {
    to {
        transform: scale(3);
        opacity: 0;
    }
}
@keyframes blip2 {
    to {
        transform: scale(2);
        opacity: 0;
    }
}
@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
/*
Responsive
=========================== */
@media (max-width: 480px) {
    .scalize {
    }
    .scalize > div.content.animated {
        top: 30px !important;
        left: 50% !important;
        margin: 0 0 0 -125px !important;
    }
    .scalize > div.content.animated .body:before {
        display: none;
    }
    .scalize .item-point.content {
        -ms-transform: scale(0.7, 0.7);
        /* IE 9 */
        
        -webkit-transform: scale(0.7, 0.7);
        /* Safari */
        
        transform: scale(0.7, 0.7);
        -ms-transform-origin: 20% 40%;
        /* IE 9 */
        
        -webkit-transform-origin: 20% 40%;
        /* Chrome, Safari, Opera */
        
        transform-origin: 10% 10%;
    }
}
@media (max-width: 360px) {
    .item-point.square {
        -ms-transform: scale(0.7, 0.7);
        /* IE 9 */
        
        -webkit-transform: scale(0.7, 0.7);
        /* Safari */
        
        transform: scale(0.7, 0.7);
        -ms-transform-origin: 20% 40%;
        /* IE 9 */
        
        -webkit-transform-origin: 20% 40%;
        /* Chrome, Safari, Opera */
        
        transform-origin: 10% 10%;
    }
}