.promoMap-holder {
    width: 100%;
    background-color: #628FC2;
    position: relative;
    z-index: 0;
}
.promoMap{
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 502px;
    background: url(/images/promo-map/map.jpg) no-repeat #628fc2 center bottom;
    margin: 0 auto;
    width: 960px;
}

.promoMap h1{
    border-bottom: 1px dashed #fff;
    top: 10px;
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    font: bold 42px/normal Arial, sans-serif;
}

.promoMap h1 span{
    line-height: 40px;
    overflow: hidden;
    height: 38px;
    display: inline-block;
    color:#7397ca;
    background-color: #fff;
}
.promoMap .howmany{
    position: absolute;
    height: 150px;
    right: 0;
    top: 150px;
    text-align: left;
}
.promoMap .howmany>span{
    display: block;
    margin-bottom: 5px;
    float: right;
    padding: 0 19px 0 10px;
    text-transform: uppercase;
    color: #fff;
    font: 28px/normal Arial, sans-serif;
}
.promoMap .howmany .counter{
    clear: both;
    *position: absolute;
    *width: 420px;
    *right: 0;
}
.promoMap-holder.small {
    background-color: #4E79B6;
}
.promoMap-holder.small.extra {
    padding-bottom: 28px;
}
.promoMap-holder.small .promoMap{ 
    height: 329px;
    background: url(/images/promo-map/map-small.jpg) no-repeat #4E79B6 center top;
}
.promoMap-holder.small .promoMap h1 {
    border: 0;
    top: 21px;
    *top: 7px;
    *background:;
}
.promoMap-holder.small .promoMap h1 span{
    padding: 0 14px 0 7px;
}
.promoMap-holder.small .promoMap .howmany {
    top: 98px;
    height: 194px;
}
.promoMap-holder.small .promoMap .howmany>span{
    padding-right: 3px;
    font-size: 23px;
    text-align: right;
}

/* Skeleton */

ul.flip {
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    float: left;
    width: 65px;
    height: 82px;
    font-size: 82px;
    font-weight: bold;
    line-height: 82px;
}

ul.flip li {
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, .7); */
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 82px;
}

ul.flip li:first-child {
    z-index: 2;
}

ul.flip li a {
    text-decoration: none;
    display: block;
    height: 82px;
    perspective: 240px;
    -webkit-perspective: 240px;
}

ul.flip li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 65px;
    height: 41px;
    overflow: hidden;
}

ul.flip li a div .shadow {
    position: absolute;
    width: 65px;
    height: 82px;
    z-index: 2;
}

ul.flip li a div.up {
    
    background: url(/images/promo-map/cntdn.png) no-repeat top left #fff;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    top: 0;
}

ul.flip li a div.up:after {
    content: '';
    position:absolute;
    top:41px;
    left:0;
    z-index: 5;
    width: 65px;
    height: 4px;
    background-color: rgba(0,0,0,.4);
}

ul.flip li a div.down {
    background: url(/images/promo-map/cntdn.png) no-repeat bottom left #fff;
    transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    bottom: 0;
}

ul.flip li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 65px;
    height: 82px;
    color: #eb8053;
    font: bold 82px/82px Arial, sans-serif;
    text-align: center;
}

ul.flip li a div.up div.inn {
    top: 0;

}

ul.flip li a div.down div.inn {
    bottom: 0;
}

/* Skeleton 2 */

.promoMap-holder.small ul.flip {
    list-style: none;
    margin: 0 4px 0 0;
    padding: 0;
    position: relative;
    float: left;
    width: 62px;
    height: 77px;
    font-size: 77px;
    font-weight: bold;
    line-height: 77px;
}

.promoMap-holder.small ul.flip li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 77px;
}

.promoMap-holder.small ul.flip li:first-child {
    z-index: 2;
}

.promoMap-holder.small ul.flip li a {
    text-decoration: none;
    display: block;
    height: 77px;
    perspective: 240px;
    -webkit-perspective: 240px;
}

.promoMap-holder.small ul.flip li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 62px;
    height: 39px;
    overflow: hidden;
}

.promoMap-holder.small ul.flip li a div .shadow {
    position: absolute;
    width: 62px;
    height: 77px;
    z-index: 2;
}

.promoMap-holder.small ul.flip li a div.up {
    
    background: url(/images/promo-map/cntdn-small.png) no-repeat top left #fff;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    top: 0;
}

.promoMap-holder.small ul.flip li a div.up:after {
    content: '';
    position:absolute;
    top:39px;
    left:0;
    z-index: 5;
    width: 62px;
    height: 4px;
    background-color: rgba(0,0,0,.4);
}

.promoMap-holder.small ul.flip li a div.down {
    background: url(/images/promo-map/cntdn-small.png) no-repeat bottom left #fff;
    transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    bottom: 0;
}

.promoMap-holder.small ul.flip li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 62px;
    height: 77px;
    color: #eb8053;
    font: bold 77px/77px Arial, sans-serif;
    text-align: center;
}

.promoMap-holder.small ul.flip li a div.up div.inn {
    top: 0;

}

.promoMap-holder.small ul.flip li a div.down div.inn {
    bottom: 0;
}

/* PLAY */

.hiddenCounter{
    display: none;
}

.counter ul li.before {
    z-index: 3;
}

.counter ul li.active {
    animation: asd .1s .1s linear both;
    -webkit-animation: asd .1s .1s linear both;
    z-index: 2;
}

@keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

.counter ul li.active .down {
    z-index: 2;
    animation: turn .1s .1s linear both;
    -webkit-animation: turn .1s .1s linear both;
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
}

@-webkit-keyframes turn {
    0% {
        transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
}

.counter ul li.before .up {
    z-index: 2;
    animation: turn2 .1s linear both;
    -webkit-animation: turn2 .1s linear both;
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg);
    }
}

@-webkit-keyframes turn2 {
    0% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg);
    }
}

/* SHADOW */

.counter ul li.before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    animation: show .1s linear both;
    -webkit-animation: show .1s linear both;
}

.counter ul li.active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    animation: hide .1s .05s linear both;
    -webkit-animation: hide .1s .05s linear both;
}

/*DOWN*/

.counter ul li.before .down .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    animation: show .1s linear both;
    -webkit-animation: show .1s linear both;
}

.counter ul li.active .down .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    animation: hide .1s .05s linear both;
    -webkit-animation: hide .1s .05s linear both;
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .4;
    }
}

@keyframes hide {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .4;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 0;
    }
}

/* How many lawyers */

.howmanylawyers{
    width: 330px;
    padding: 0 0 0 74px;
    min-height: 60px;
    background: url(/images/promo-map/lawyer-hat.png) no-repeat left center;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.howmanylawyers p{
    color: #fff;
    font: 14px/30px Arial, sans-serif;
}
.howmanylawyers p i{
    display: block;
    float: left;
    font: bold normal 64px/50px Arial, sans-serif;
    letter-spacing: -3px;
    margin-right: 10px;
}
.howmanylawyers p span{
    text-transform: uppercase;
    float: left;
    display: block;
    font: 36px/30px Arial, sans-serif;
    letter-spacing: -1px;
}
.howmanylawyers p a{
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
}

.hereandnow{
    width: 460px;
    color: #fff;
    right: 0;
    bottom: 28px;
    position: absolute;
}

.hereandnow a{
    width: 180px;
    text-align: right;
    display: block;
    float: left;
    font: bold normal 72px/50px Arial, sans-serif;
    color: #fff;
    text-decoration: none;
}
.hereandnow i{
    margin: -15px 0 0 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font: 14px/30px Arial, sans-serif;
    display: block;
    float: right;
}

.hereandnow .strip{
    float: right;
    height: 36px;
    overflow: hidden;
    width: 272px;
}
.hereandnow ul{
    opacity: 0;
    position: relative;
    overflow: hidden;
    width: 316px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.hereandnow ul li{
    margin: 0 4px;
    float: left;
    display: block;
    width: 15px;
    height: 36px;
    background: url(/images/promo-map/people.png) no-repeat;
}

.people{
    position: absolute;
    top: 0;
    left: 0;
    height: 512px;
}
.people .person{
    overflow: hidden;
    width: 20px;
    height: 0;
    background: url(/images/promo-map/shadow.png) no-repeat left bottom;
    position: absolute;
}

.people .person span{
    display: block;
}

.people .person .inner{
    width: 15px;
    height: 36px;
    position: absolute;
    left: 3px;
    top: 0px;
    background: url(/images/promo-map/people.png) no-repeat;
}

.people .person .cloud{
    opacity: 0;
    background: url(/images/promo-map/qa.png) no-repeat;
    position: absolute;
    top: -22px;
    right: -22px;
    width: 25px;
    height: 25px;
}

.people .person .cloud .tags{
    position: absolute;
    top: 2px;
    left: 30px;
    white-space: nowrap;
    color: #464646;
    font: 13px/18px 'Trebuchet MS', Arial, sans-serif;
}

/* Small map part */

.promoMap-holder.small .howmanylawyers p a{
    float: left;
    letter-spacing: 0px;
    font-weight: bold;
}
.promoMap-holder.small .howmanylawyers{
    background: none;
    left: auto;
    right: 0;
    bottom: 0px;
    width: auto;
    text-align: right;

}
.promoMap-holder.small .howmanylawyers p i {
    font: bold 23px/24px Arial, sans-serif;
    float: left;
    letter-spacing: 0px;
    *margin-top: 20px;
    *line-height: 17px;
    line-height: 27px\0/;
}
.promoMap-holder.small .howmanylawyers p span {
    font-size: 17px;
    float: left;
    letter-spacing: 0px;
    margin-right: 0px;
}
.promoMap-holder.small .hereandnow{
    width: auto;
    bottom: 55px;
}
.promoMap-holder.small .hereandnow a {
    font: bold 23px/31px Arial, sans-serif;
    width: auto;
    margin-right: 10px;
    *float: left;
    *width: 670px;
    *line-height: 35px;
    line-height: 35px\0/;
}
.promoMap-holder.small .hereandnow i {
    font: normal 17px/37px Arial, sans-serif;
    margin: 0;
    letter-spacing: 0px;
    *width: 280px;
}
.promoMap-holder.small .people .person{
    background: url(/images/promo-map/shadow.png) no-repeat left 28px;
}
.promoMap-holder.small .people .person .inner {
    width: 13px;
    height: 31px;
    background: url(/images/promo-map/people-small.png) no-repeat;
}

/* How it works video */

.howitworks{
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0;
    top: 320px;
    display: block;
    background: url(/images/promo-map/video.png) no-repeat right center;
    height: 60px;
    width: 290px;
    padding-right: 60px;
    color: #fff;
    font: bold 17px/40px Arial, sans-serif;
    text-transform: uppercase;
}
.howitworks span{
    display: block;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 6px;
}
.video-underlay{
    text-align: center;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 9000;
}
.video-underlay iframe{
    display: inline-block;
    vertical-align: middle;
}

/* start */

.goPravoveding{
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    display: block;
    background: url(/images/promo-map/start.png) center 10px no-repeat #f6f6f6;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font: 12px/60px 'Trebuchet MS', Arial, sans-serif;
    color: #4a7ab8;
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -45px;
}
.promoMap-holder.small .goPravoveding {
    display: none;
}