*{
    outline: none;
}
body {
    color: #fff;
}

.darkOnLight {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.lightOnDark {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clearfix{
    display: inline-block;
    width: 100%;
    clear: both;
}
.map_wrapper {
    position: absolute;
    left: 50%;
    margin-left: -464px;
    background: #669CE3;
    width: 928px;
    height: 574px;
    text-align: right;
}

.head{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/exhibition/floridaTour/img/pimpochka.png") no-repeat;
    background-size: 24px 24px;
    border-radius: 12px;
}
.head:hover {
    box-shadow: inset 0 0 0 1px #add020, 0 0 9px 1px rgba(240, 255, 42, .8);
    background: url("/exhibition/floridaTour/img/pimpochka-active.png?v=1") no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
}
#london2 {
    position: absolute;
    top: 474px;
    right: 190px;
}
#london1-1{
    position: absolute;
    top: 474px;
    right: 145px;
}
#london1{
    position: absolute;
    top: 474px;
    right: 157px;
}

#norfolk {
    position: absolute;
    top: 368px;
    right: 85px;
}
#strathclyde {
    position: absolute;
    top: 30px;
    right: 415px;
}
#worcestershire {
    position: absolute;
    top: 423px;
    right: 288px;
}
#sheffield {
    position: absolute;
    top: 283px;
    right: 250px;
}

.info_wrapper{
    position: absolute;
    text-align: left;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    width: 390px;
    border: 1px solid #979797;
    box-shadow:  0 0 3px 0;
    height: auto;
    border-radius: 10px;
    color: #000;
    display: none;
}
.info_wrapper .date{
    font-family: "Webfont-myriadpro-semibold", sans-serif, Arial, Verdana, "Trebuchet MS";
    font-size: 14px;
    float: left;
}
.info_wrapper .time{
    font-family: "Webfont-myriadpro-regular", sans-serif, Arial, Verdana, "Trebuchet MS";
    float: right;
}
.info_wrapper .branch{
    font-family: "Webfont-myriadpro-bold", sans-serif, Arial, Verdana, "Trebuchet MS";
    font-weight: 700;
    color: #535252;
    text-align: left;
    font-size: 16px;
}
.info_wrapper .attendance{
    font-family: "Webfont-myriadpro-it", sans-serif, Arial, Verdana, "Trebuchet MS";
    font-style: italic;
    color: #535252;
    text-align: left;
    font-size: 16px;
    margin-top: 3px;
}
.info_wrapper .location{
    position: relative;
    font-family: "Webfont-myriadpro-regular", sans-serif, Arial, Verdana, "Trebuchet MS";
    color: #535252;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 15px;
}
.info_wrapper .location:before{
    position: absolute;
    left: -12px;
    top: 3px;
    display: inline-block;
    content: '';
    background: url("/exhibition/summerTour/img/location_pin_1x.png") no-repeat;
    height: 11px;
    width: 8px;
}
.info_wrapper .learn-more{
    font-family: "Webfont-myriadpro-regular", sans-serif, Arial, Verdana, "Trebuchet MS";
    display: none;
    font-size: 16px;
    margin-top: 3px;
    text-align: right;
}
.logo-block {
    position: absolute;
    top: 35px;
    left: 40px;
    text-align: center;
}
.logo-block h3{
    position: absolute;
    top: 52%;
    margin-left: 155px;
    padding: 0;
    color: #ffffff;
    font-size: 27px;
    letter-spacing: 0.3px;
    font-family: "Webfont-myriadpro-bold", Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.logo-block h3 span{
    font-size: 34px;
    font-weight: 500;
    font-family: "Webfont-myriadpro-light", Arial, Helvetica, sans-serif;
}
.instruction{
    position: absolute;
    box-sizing: border-box;
    text-align: left;
    top: 210px;
    left: 40px;
    color: #fff;
    border: 3px solid #fff;
    padding: 15px;
    width: 280px;
    height: 200px;
    font-family: "Webfont-myriadpro-regular", sans-serif, Arial, Verdana, "Trebuchet MS";
    font-size: 16px;
}
.instruction p.header{
    font-size: 22px;
    font-family: "Webfont-myriadpro-semibold", sans-serif, Arial, Verdana, "Trebuchet MS";
    text-align: left;
    margin: 0;
}
.instruction ul{
    padding: 0 0 0 15px;
    margin-bottom: 0;
}
.instruction ul li:first-of-type{
    margin-bottom: 10px;
}

.go_to_calendar{
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    height: 58px;
    bottom: 40px;
    left: 40px;
    font-family: "Webfont-myriadpro-semibold", sans-serif, Arial, Verdana, "Trebuchet MS";
    font-weight: normal;
    border: 3px solid #FFFFFF;
    border-radius: 3px;
    background: none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 2px 28px 2px 20px;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.8;
}
.go_to_calendar svg{
    display: inline-block;
    height: 40px;
    width: 36px;
    margin-right: 25px;
}
.go_to_calendar span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: bottom;
}
.go_to_calendar:hover svg path#ic-calendar{
    fill: #719bd3;
}

.go_to_calendar:hover {
    background: #fff;
    cursor: pointer;
    color: #719bd3;
}


.ui-page.ui-page-theme-a.ui-page-active{
    min-height: 825px !important;
}

@media only screen and (max-device-width : 1024px){
    .logo-block h3 span{
        letter-spacing: -1px;
        font-size: 28px;
    }
    .instruction  {
        height: 210px;
    }
    .info_wrapper .attendance{
        font-family: "Webfont-myriadpro-it", sans-serif, Arial, Verdana, "Trebuchet MS
    }

}
@media screen and (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 2dppx),
(min-resolution: 192dpi) {
    .info_wrapper .location:before{
        background: url("/exhibition/summerTour/img/location_pin_2x.png") no-repeat;
        background-size: 8px 11px ;
    }
}