﻿
.datacenterBanner {
    width: 100%;
    line-height: normal;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4cc1ed+0,75b459+100,7db9e8+100 */
    background: #4cc1ed; /* Old browsers */
    background: -moz-linear-gradient(left, #4cc1ed 0%, #75b459 100%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4cc1ed 0%,#75b459 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4cc1ed 0%,#75b459 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc1ed', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
}

.datacenterMapEurope {
    position: relative;
    width: 100%;
    height: 550px;
    background: url(/img/map/map-europe.png) no-repeat center center;
}

.datacenterBannerCityHeader {
    position: absolute;
}

.datacenterBannerCityHeaderImg {
    float: left;
    margin-right: 5px;
}

.datacenterBannerCityHeaderTitle {
    float: left;
    text-transform: uppercase;
    color: white;
    font: 16px/16px helvetica,sans-serif,Tahoma,Arial,Verdana;
}

.datacenterBannerCityPointImg {
    position: absolute;
    height: 16px;
    width: 16px;
    background: url(/img/map/city-point.png) no-repeat center center;
}

.datacenterBannerCityPointImg:hover {
    position: absolute;
    height: 16px;
    width: 16px;
    background: url(/img/map/city-point-hover.png) no-repeat center center;
}

.datacenterBannerCityPointArrowLeftImg {
    position: absolute;
    height: 16px;
    width: 24px;
    background: url(/img/map/city-point-arrow-left.png) no-repeat center center;
}

.datacenterBannerCityPointArrowLeftImg:hover {
    position: absolute;
    height: 16px;
    width: 24px;
    background: url(/img/map/city-point-arrow-left-hover.png) no-repeat center center;
}

.datacenterBannerHeaderLine1 {
    font-size: 27px;
    margin-bottom: 0;
    font-family: 'whitneymedium';
    padding-top: 10px;
    font-weight: normal;
    color: white;
}

.datacenterBannerHeaderLine2 {
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
    font-family: 'whitneylight';
    color: white;
}

.datacenterBannerMap {
    position: relative;
    width: 1000px;
    height: 450px;
    margin: 0 auto;
    padding-top: 40px;
}

.datacenterBannerPinDown {
    position: absolute;
    width: 140px;
    height: 70px;
    background: url(/img/map/city-pin-down.png) no-repeat center center;
}

.datacenterBannerPinDown .datacenterBannerImg {
    position: relative;
    left: 75px;
    top: 20px;
}

.datacenterBannerPinDown .datacenterBannerTitle {
    position: relative;
    left: 75px;
    top: 18px;
    color: white;
    font-family: 'whitneymedium';
    font-size: 19px;
}

.datacenterBannerPinDown .datacenterBannerNumber {
    position: relative;
    left: 80px;
    top: 16px;
    color: white;
    font-family: 'whitneybold';
    font-size: 28px;
}

.datacenterBannerPinDown:hover {
    background: url(/img/map/city-pin-down-hover.png) no-repeat center center;
    cursor: default;
}

.datacenterBannerPinUp {
    position: absolute;
    width: 140px;
    height: 70px;
    background: url(/img/map/city-pin-up.png) no-repeat center center;
}

.datacenterBannerPinUp .datacenterBannerImg {
    position: relative;
    left: 5px;
    top: -42px;
}

.datacenterBannerPinUp .datacenterBannerTitle {
    position: relative;
    left: 5px;
    top: -45px;
    color: white;
    font-family: 'whitneymedium';
    font-size: 19px;
    width: 250px;
}

.datacenterBannerPinUp .datacenterBannerNumber {
    position: relative;
    left: 10px;
    top: -47px;
    color: white;
    font-family: 'whitneybold';
    font-size: 28px;
}

.datacenterBannerPinUp:hover {
    background: url(/img/map/city-pin-up-hover.png) no-repeat center center;
    cursor: default;
}


.datacenterBannerPinUpRight {
    position: absolute;
    width: 140px;
    height: 70px;
    background: url(/img/map/city-pin-up-right.png) no-repeat center center;
}

.datacenterBannerPinUpRight .datacenterBannerImg {
    position: relative;
    left: 75px;
    top: -42px;
}

.datacenterBannerPinUpRight .datacenterBannerTitle {
    position: relative;
    left: 75px;
    top: -45px;
    color: white;
    font-family: 'whitneymedium';
    font-size: 19px;
}

.datacenterBannerPinUpRight .datacenterBannerNumber {
    position: relative;
    left: 80px;
    top: -47px;
    color: white;
    font-family: 'whitneybold';
    font-size: 28px;
}

.datacenterBannerPinUpRight:hover {
    background: url(/img/map/city-pin-up-right-hover.png) no-repeat center center;
    cursor: default;
}


.datacenterBannerPinMoscow01 {
    left: 225px;
    top: 220px;
}

.datacenterBannerPinMoscow02 {
    left: 215px;
    top: 234px;
}

.datacenterBannerPinLondon {
    left: 50px;
    top: 266px;
}

.datacenterBannerPinSwiss {
    left: 90px;
    top: 310px;
}

.datacenterBannerPinStPetersburg01 {
    left: 118px;
    top: 198px;
}

@-webkit-keyframes datacenterBannerDescriptionFrames {
    0% { display: none; opacity: 0; }
    1% {display: block; opacity: 0; }
    100% {display: block; opacity: 1; }
}

@-moz-keyframes datacenterBannerDescriptionFrames {
    0% { display: none; opacity: 0; }
    1% {display: block; opacity: 0; }
    100% {display: block; opacity: 1; }
}

@-o-keyframes datacenterBannerDescriptionFrames {
    0% { display: none; opacity: 0; }
    1% {display: block; opacity: 0; }
    100% {display: block; opacity: 1; }
}

@keyframes datacenterBannerDescriptionFrames {
    0% { display: none; opacity: 0; }
    1% {display: block; opacity: 0; }
    100% {display: block; opacity: 1; }
}

.datacenterBannerDescriptionBlock {
    position: absolute;
    width: 600px;
    overflow: hidden;
    background: white;
    border: 1px solid #f1f1f1;
    display: none;
    opacity: 0;
}

.datacenterBannerCityPointImg:hover .datacenterBannerDescriptionBlock {
    -webkit-animation: datacenterBannerDescriptionFrames 0.7s 1;
    -moz-animation: datacenterBannerDescriptionFrames 0.7s 1;
    -o-animation: datacenterBannerDescriptionFrames 0.7s 1;
    animation: datacenterBannerDescriptionFrames 0.7s 1;
    display: block;
    opacity: 1;
    z-index: 1;
    top: 0px;
}

.datacenterBannerCityPointArrowLeftImg:hover .datacenterBannerDescriptionBlock {
    -webkit-animation: datacenterBannerDescriptionFrames 0.7s 1;
    -moz-animation: datacenterBannerDescriptionFrames 0.7s 1;
    -o-animation: datacenterBannerDescriptionFrames 0.7s 1;
    animation: datacenterBannerDescriptionFrames 0.7s 1;
    display: block;
    opacity: 1;
    z-index: 1;
    top: 0px;
}

.datacenterBannerPinDown:hover .datacenterBannerDescriptionBlock {
    -webkit-animation: datacenterBannerDescriptionFrames 0.7s 1;
    -moz-animation: datacenterBannerDescriptionFrames 0.7s 1;
    -o-animation: datacenterBannerDescriptionFrames 0.7s 1;
    animation: datacenterBannerDescriptionFrames 0.7s 1;
    display: block;
    opacity: 1;
    z-index: 1;
    top: 70px;
}

.datacenterBannerPinUp:hover .datacenterBannerDescriptionBlock {
    -webkit-animation: datacenterBannerDescriptionFrames 0.7s 1;
    -moz-animation: datacenterBannerDescriptionFrames 0.7s 1;
    -o-animation: datacenterBannerDescriptionFrames 0.7s 1;
    animation: datacenterBannerDescriptionFrames 0.7s 1;
    display: block;
    opacity: 1;
    top: 30px;
    left: -50px;
    z-index: 1;
}

.datacenterBannerPinUpRight:hover .datacenterBannerDescriptionBlock {
    -webkit-animation: datacenterBannerDescriptionFrames 0.7s 1;
    -moz-animation: datacenterBannerDescriptionFrames 0.7s 1;
    -o-animation: datacenterBannerDescriptionFrames 0.7s 1;
    animation: datacenterBannerDescriptionFrames 0.7s 1;
    display: block;
    opacity: 1;
    top: 30px;
    left: -30px;
    z-index: 1;
}

.datacenterBannerDescriptionRow1 {
    float: left;
    width: 36px;
}

.datacenterBannerDescriptionRow2 {
    float: left;
    width: 500px;
    padding: 20px;
}

.datacenterBannerDescriptionRow2 .delay {
    font-family: whitneybold;
    margin-top: 10px;
    color: #444444;
    font-size: 14px;
    line-height: 18px;
}

.datacenterBannerDescriptionRow2 .delayDesc {
    font-size: 11px;
    color: #999999;
    line-height: 18px;
}

.datacenterBannerDescriptionFlag {
    background: #ffffff url(/img/dc_points.png?v=6) no-repeat;
    height: 30px;
    width: 36px;
}

.datacenterBannerDescriptionTitle {
    font-size: 15px;
    font-family: whitneybold;
    margin-bottom: 10px;
    color: #999999;
    line-height: 18px;
}

.datacenterBannerDescription {
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.datacenterBannerSelectButton {
    margin-top: 10px;
    padding: 0px 16px 0px 16px;
    height: 36px;
    text-transform: uppercase;
}

#main_DcBanner_RusM9Delay_div,
#main_DcBanner_RusRucloudDelay_div,
#main_DcBanner_UkDelay_div,
#main_DcBanner_SwissDelay_div,
#main_DcBanner_ITPARKDelay_div,
#main_DcBanner_YekaterinburgDelay_div,
#main_DcBanner_FrankfurtDelay_div {
    display: none;
}
