﻿@font-face
{
    font-family: 'robotothin';
    src: url('fonts/Roboto-Thin-webfont.eot');
    src: url('fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Thin-webfont.woff2') format('woff2'), url('fonts/Roboto-Thin-webfont.woff') format('woff'), url('fonts/Roboto-Thin-webfont.ttf') format('truetype'), url('fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
   font-style: normal;
}




@font-face
{
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular-webfont.woff2') format('woff2'), url('fonts/Roboto-Regular-webfont.woff') format('woff'), url('fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    margin: 0;
    padding: 0;
    font-family: 'robotoregular';
}

*
{
    box-sizing: border-box;
}

#main-content
{
    background: url("images/Map2.png") no-repeat;
    min-width: 1024px;
    /*background-size: cover;*/
    padding-bottom: 100px;
}


.center-container
{
    width: 1024px;
    margin: 0 auto;
}

    .center-container .place-title
    {
        font-family: 'Bitter', serif;
        font-size: 110px;
        font-weight: 400;
        text-align: center;
        color: #FFFFFF;
        line-height:initial;
        word-wrap:break-word;
    }

    .center-container .weblog-title
    {
        font-family: 'Dancing Script', cursive;
        font-size: 64px;
        font-weight: 700;
        text-align: center;
        color: #222222;
         line-height:initial;
         word-wrap:break-word;
    }

    .center-container .year-title
    {
        font-family: 'Bitter', serif;
        font-size: 48px;
        font-weight: 400;
        color: #222222;
        text-align: center;
        line-height:initial;
    }

        .center-container .year-title > span
        {
            display: inline-block;
            color: #FFFFFF;
            border-bottom: 4px solid #FFFFFF;
            width: 80px;
            height: 1px;
            vertical-align: middle;
            margin: 0 20px;
        }




.clr
{
    clear: both;
}

/* ================= MENU ===================== */
.menu .menu-item
{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding-left: 20px;
}

    .menu .menu-item.active
    {
        color: #fff;
    }


/* ================= SOCIAL LINKS ===================== */
.social-links .link
{
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 52px;
}

    .social-links .link.facebook
    {
        background: url("images/facebook.png") no-repeat center;
    }

    .social-links .link.twitter
    {
        background: url("images/social_06.png") no-repeat center;
    }

    .social-links .link.google
    {
        background: url("images/social_08.png") no-repeat center;
    }

    .social-links .link.linkedin
    {
        background: url("images/social_10.png") no-repeat center;
    }

/* ================= HEADER ===================== */
header
{
    padding: 15px 0;
    margin-bottom: 50px;
}

    header .menu
    {
        float: right;
        padding-top: 18px;
    }

    header .social-links
    {
        float: left;
    }


/* ================= FOOTER ===================== */
footer
{
    padding: 15px 0;
    background: #282828;
    text-align: center;
    color: #fff;
}

    footer .menu
    {
        float: right;
        padding-top: 78px;
    }

    footer .social-links
    {
        float: left;
        padding-top: 60px;
    }

    footer .menu .menu-item
    {
        color: #fff;
    }

    footer .logo
    {
        display: inline-block;
    }

    footer .text
    {
        font-size: 12px;
    }

/* ================= map-content =================*/
.map-content
{
   /* position: relative;*/
   /* margin-top: 65px;
    padding-bottom: 20px;*/
}

    .map-content .map-wrap
    {
        background: url("images/map-bg.png") no-repeat center;
        width: 51%;
        height: 501px;
        position: relative;
    }

    .map-content .map
    {
        width: 410px;
        height: 410px;
        position: absolute;
        top: 46px;
        left: 39px;
        background-color: #fff;
        border: 5px solid #fff;
    }

        .map-content .map .gm-style-cc,
        .map-content .map .gmnoprint
        {
            display: none;
        }

    .map-content.map-left .map-wrap
    {
        float: left;
    }

    .map-content.map-left .description
    {
        float: right;
    }


    .map-content.map-right .map-wrap
    {
        float: right;
    }


    .map-content.map-left .description
    {
        float: left;
    }

    .map-content .description
    {
        width: 49%;
    }


        .map-content .description .title
        {
            font-size: 34px;
            font-family: 'robotothin';
        }

        .map-content .description .data
        {
            font-size: 16px;
            margin: 0;
            margin-top: 10px;
            font-family: 'robotoregular';
        }


        .map-content .description .describe
        {
            width: 350px;
            line-height: 200px;
            margin-top: -15px;
        }

            .map-content .description .describe span
            {
                line-height: 1.2;
                margin-top: -55px;
                vertical-align: middle;
                display: inline-block;
            }


    .map-content.map-left .description .describe
    {
        background: url("images/cloud.png") no-repeat center;
        background-size: contain;
        text-align: right;
        padding: 0px 40px 0 68px;
        float: right;
    }

    .map-content .image
    {
        position: absolute;
       /* bottom: -50px; */
        border: 10px solid #fff;
    }

        .map-content .image .pin
        {
            width: 23px;
            height: 25px;
            position: absolute;
            top: -18px;
            z-index: 102;
        }

            .map-content .image .pin.pin-left
            {
               /* background: url("images/pin_2.png") no-repeat center;
                left: -16px; */
            }

            .map-content .image .pin.pin-right
            {
              /*  background: url("images/pin_1.png") no-repeat center;
                right: -14px; */
            }

        .map-content .image img
        {
            vertical-align: middle;
        }

    .map-content.map-left .image
    {
       /* left: 38%; */
    }

    .map-content.map-right .image
    {
      /*  right: 38%; */
    }

    .map-content.map-right .description .title
    {
        text-align: right;
        width: 70%;
        word-wrap:break-word;
    }

    .map-content.map-right .description .describe
    {
        background: url("images/cloud-right.png") no-repeat center;
        padding: 0 68px 0 40px;
        background-size: contain;
    }


/*.map-content.map-4 .description .title
    {
        width: 70%;
        float: right;
    }*/

.slider
{    
    max-height: 150px;
    max-width: 150px;
   
 /* height:250px;
    width:500px; */
}

.slider { max-width: 640px; margin: auto }
.slider > div { width: 100%; height: 100% }
.slider > img { width: 100%; height: 100% }
iframe,object,embed { width: 100%; height: 100% }

.slider-description
{
    position: relative;
    text-align: center;
   /* background-color: #FFFFFF;*/
    width: 100%;
    height: 20px;
}

    .slider-description .text
    {
        line-height: 60px;
    }

    .slider-description > .prev-slider-btn
    {
        position: absolute;
        top: 13%;
        z-index: 101;
        left: 15px;
        background-image: url("images/prev.gif");
        width: 14px;
        height: 12px;
        cursor: pointer;
    }

    .slider-description > .next-slider-btn
    {
        background-image: url("images/next.gif");
        position: absolute;
        top: 13%;
        width: 14px;
        -moz-background-position-x: -13px;
        -o-background-position-x: -13px;
        background-position-x: -13px;
        z-index: 101;
        right: 15px;
        height: 12px;
        cursor: pointer;
    }

.cloud-wrapper
{
    display: inline-block;
    float: right;
    margin-top: -20px;
}

    .cloud-wrapper > .cloud
    {
        margin: 50px 0;
        position: relative;
        width: 300px;
        background-color: #FFFFFF;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        z-index: 193;
    }

        .cloud-wrapper > .cloud > .top-border
        {
            -ms-background-size: 100% 100%;
            background-size: 100% 100%;
            background-image: url("images/cloud-top.png");
            height: 50px;
            position: absolute;
            width: 100%;
            top: -47px;
        }

        .cloud-wrapper > .cloud > span
        {
            display: block;
            width: 100%;
            padding: 0 20px;
            font-size: 14px;
            max-height: 193px;
            overflow: auto;
        }

        .cloud-wrapper > .cloud > .bottom-border
        {
            position: absolute;
            width: 100%;
            bottom: -70px;
            background-image: url("images/cloud-bottom.png");
            -ms-background-size: 100% 100%;
            background-size: 100% 100%;
            height: 73px;

        }

    .cloud-wrapper.cloud-left > .cloud > .bottom-border, .cloud-wrapper.cloud-left > .cloud > .top-border
    {
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .cloud-wrapper.cloud-left
    {
        float: left;
        margin-top: -10px;
    }

    .hybrid-bar
    {
        margin-bottom:0px;
    }
