﻿
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

#coords {
    position: fixed;
    bottom: 20px;
    right: 0;
    background-color: #ccc;
    padding: 1px 8px;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

BODY {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #2a2a2a;
    background-color: #f6f6f6;
    font-family: sans-serif;
    font-size: 1em;
    word-break: normal;
}

A {
    color: #2779b0;
    text-decoration: none;
}

.linkblue {
    color: #2779b0;
}

.linkred {
    color: #ef4135;
}

IMG {
    max-width: 100%;
    height: auto;
}

.hand {
    cursor: pointer;
}

#mainwrap {
    margin: auto;
    min-width: 320px;
}

@media(min-width:1210px) {
    #mainwrap {
        max-width: 1210px;
    }
}

@media(max-width:749px) {
    .desktoponly {
        display: none !important;
    }
}

@media(min-width:750px) {
    .mobileonly {
        display: none !important;
    }
}

@media(max-width:899px) {
    .twocolumnonly {
        display: none !important;
    }
}

@media(min-width:900px) {
    .onecolumnonly {
        display: none !important;
    }
}

SVG {
    max-height: 100%;
}

#stick {
    min-width: 320px;
}

.hidden {
    display: none !important;
}

#header {
    margin: auto;
    height: 48px;
    max-width: 1210px;
    background-color: #fff;
    overflow: hidden;
}

#logo {
    display: inline-block;
    float: left;
    width: 210px;
    margin-right: 10px;
    transition: all .35s;
}

    #logo A {
        display: block;
        background-color: #ef4135;
        color: #fff;
        height: 48px;
        line-height: 45px;
        padding: 0 10px;
        text-align: center;
        text-decoration: none;
    }

        #logo A IMG {
            vertical-align: middle;
            width: 150px;
        }

@media(max-width:499px) {
    #logo {
        width: 40%;
    }

        #logo A IMG {
            width: auto;
            height: auto;
        }
}

#logoimg {
    background-color: #ef4135;
}

.menuitem {
    line-height: 45px;
    display: block;
}

    .menuitem A {
        color: #555;
        font-weight: bold;
        vertical-align: middle;
        display: inline-block;
        width: 24px;
        height: 20px;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: none;
    }

@media(max-width:499px) {
    .menuitem A {
        width: 20px;
        height: 20px;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

.svgmenuicon {
    vertical-align: top;
    width: 20px;
    height: 20px;
}

#menu {
    display: inline-block;
    float: left;
}

    #menu A:hover {
        color: #000;
    }

@media(min-width:500px) {
    #menu A:before {
        content: attr(data-text);
    }

    #menu A {
        background: 0;
        line-height: 20px;
        width: 40px;
    }

    #menubutton SPAN {
        display: none !important;
    }
}

#search {
    display: inline-block;
    float: left;
}

    #search A {
        text-decoration: none;
    }

        #search A:hover {
            color: #000;
        }

#searchinput {
    display: none;
    background-color: #f2f2f2;
    width: 100%;
    padding: 8px 4%;
    border: 1px solid #ddd;
    box-shadow: 0 9px 12px rgba(0,0,0,0.5);
    max-width: 700px;
    margin: auto;
    position: relative;
}

    #searchinput A {
        text-decoration: none;
    }

    #searchinput * {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

#searchclose {
    color: #aaa;
    font-size: 1.25em;
}

.gsc-input {
    width: 75%;
    height: 22px;
    font-size: 16px !important;
    vertical-align: top;
}

.searchsubmit {
    background-color: #ef4135;
    border: 1px solid #982922;
    border-radius: 2px;
    color: #fff;
    cursor: auto;
    display: inline-block;
    font-family: sans-serif;
    min-width: 13px;
    padding: 5px 25px;
    vertical-align: top;
    background-image: url(/img/g_search_box_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.searchform TABLE {
    width: 100%;
}

    .searchform TABLE .in {
        width: 99%;
        padding: 0 22px 0 10px;
        padding-right: 22px;
        text-align: right;
    }

        .searchform TABLE .in INPUT {
            width: 99%;
        }

    .searchform TABLE .btn {
        width: 1%;
        text-align: left;
    }

#searchinputcover {
    float: left;
}

    #searchinputcover A:before {
        content: 'Search Destinations & Attractions';
    }

    #searchinputcover A {
        line-height: 45px;
        color: #aaa;
        display: inline-block;
        text-decoration: none;
    }

@media(max-width:599px) {
    #searchinputcover {
        display: none;
    }
}

@media(max-width:800px) {
    #searchinputcover A:before {
        content: 'Search';
    }
}

#social {
    display: inline-block;
    float: right;
}

#social_fb:hover {
    color: #3b5998;
}

#social_tw:hover {
    color: #55acee;
}

#social_pin:hover {
    color: #bd081c;
}

#dropmenu {
    display: inline-table;
    width: 100%;
    min-width: 320px;
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    height: 177px;
    text-align: left;
    background-color: #e6e6e6;
    box-shadow: 0 1px 15px rgba(0,0,0,0.8);
    z-index: 1000;
    top: 0;
    font-size: .9em;
}

@media(max-width:499px) {
    #dropmenu {
        margin-top: 45px;
    }
}

.dropmenu_shown {
    position: fixed;
    display: inherit;
}

.dropmenu_hidden {
    display: none !important;
}

#dropmenu .regions {
    display: table-cell;
    vertical-align: top;
    width: 210px;
    background-color: #2980b9;
    padding: 5px 0 5px 0;
    height: 177px;
}

@media(max-width:499px) {
    #dropmenu .regions {
        width: 40%;
        min-width: 140px;
    }
}

#dropmenu .regions UL {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #dropmenu .regions UL LI.head A {
        color: #000;
    }

        #dropmenu .regions UL LI.head A SPAN {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            padding: .75em;
            font-family: sans-serif;
            font-size: 20px;
        }

#dropmenu .regions A {
    padding: .5em;
    display: block;
    color: #fff;
    line-height: 1em;
    text-decoration: none;
}

#dropmenu .showcases {
    float: left;
    width: 100%;
    padding-right: 11px;
}

    #dropmenu .showcases .head {
        margin-left: 11px;
        line-height: 2.5em;
    }

#dropmenu .showcase {
    display: table-cell;
    vertical-align: bottom;
    min-width: 160px;
    max-width: 250px;
}

    #dropmenu .showcase .img {
        position: relative;
        margin: 0 0 7px 11px;
    }

        #dropmenu .showcase .img A {
            display: block;
        }

        #dropmenu .showcase .img IMG {
            width: 100%;
            height: auto;
            box-shadow: 0 1px 2px rgba(0,0,0,0.5);
        }

        #dropmenu .showcase .img SPAN {
            display: block;
            position: absolute;
            padding: 3em .3em .5em .5em;
            bottom: 5px;
            width: 100%;
            color: #fff;
            font-size: 1.2em;
            line-height: 1em;
            background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
            background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
            background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.7)));
        }

@media(max-width:959px) {
    #dropmenu {
        display: block;
        width: 210px;
        min-width: 210px;
        max-width: 210px;
        height: 80%;
        background-color: #2980b9;
        overflow: auto;
        overflow-x: hidden;
    }

        #dropmenu .showcases {
            margin: 0 .5em;
        }

            #dropmenu .showcases .head {
                color: #000;
                margin-left: 0;
                line-height: 1em;
                margin-top: .5em;
            }

        #dropmenu .showcase {
            width: auto;
            display: block;
            margin: 1em .5em 1em 0;
            line-height: 1em;
        }

            #dropmenu .showcase .img {
                margin: 0;
            }

                #dropmenu .showcase .img A {
                    display: inline;
                    width: auto;
                    height: auto;
                }

                #dropmenu .showcase .img IMG {
                    display: none;
                }

                #dropmenu .showcase .img SPAN {
                    font-size: inherit;
                    display: inline;
                    position: inherit;
                    padding: 0;
                    bottom: inherit;
                    background: 0;
                    background-image: none !important;
                }

    #showcase2 {
        display: block !important;
    }

    #showcase3 {
        display: block !important;
    }

    #showcase4 {
        display: block !important;
    }
}

#content {
    display: block;
    max-width: 1210px;
    min-width: 320px;
    margin: auto;
}

@media only screen and (min-width:900px) {
    #content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    #main_column {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: calc(100% - 380px);
    }
}

#content.content_single_column {
    display: block;
}

.article {
    display: block;
    width: 100%;
    background-color: #fff;
    margin: 32px 0 0 0;
    padding: 0 50px 32px 50px;
    text-align: left;
}

    .article A {
        border-bottom: 1px solid #2779b0;
        padding-bottom: 1px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
    }

.img A {
    border: 0;
}

.article_block {
    display: block;
}

#below_article {
    background-color: #fff;
    padding-bottom: 1px;
}

H1 {
    text-align: center;
    padding: 32px 0 0;
    margin: 0;
    font: bold 38px sans-serif;
    line-height: 1.2;
}

@media(max-width:499px) {
    H1 {
        line-height: 1.25em;
        font-size: 30px;
    }
}

H2 {
    font-weight: bold;
    font-size: 1.4em;
}

    H2.sitename {
        margin-left: 5%;
    }

        H2.sitename B:after {
            content: '.';
            padding-right: 8px;
        }

        H2.sitename I {
            font-weight: normal;
        }

    H2:before {
        display: block;
        content: " ";
        margin-top: -100px;
        height: 100px;
        visibility: hidden;
    }

@media(max-width:730px) {
    H1 {
        font-size: 30px;
    }

    H2 {
        font-size: 24px;
    }
}

.article_intro {
    font-size: 1.1em;
    line-height: 1.7em;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2.5em;
}

@media(max-width:499px) {
    .article_intro {
        margin-top: 1em;
        margin-bottom: 2em;
    }
}

@media(max-width:499px) {
    .article {
        padding-left: 16px;
        padding-right: 16px;
    }

    H2 {
        margin-left: 0;
    }
}

.share {
    text-align: center;
    padding: 1em 2.5em 0 2.5em;
}

    .share A {
        margin: 0 3px;
        display: inline-block;
        border: 0;
        height: 30px;
    }

        .share A SVG {
            height: 30px;
        }

.svgiconlg {
    color: #000;
    height: 30px;
    width: 30px;
    padding: 3px;
    background-color: transparent !important;
}

    .svgiconlg.mail {
        color: #ff9150;
    }

    .svgiconlg.fb {
        color: #39579a;
    }

    .svgiconlg.tw {
        color: #00abf0;
    }

    .svgiconlg.pin {
        color: #bd081c;
    }

    .svgiconlg.print {
        color: #999;
    }

.side_social .svgiconlg.tw, .side_social .svgiconlg.fb {
    color: #fff;
}

.author {
    color: #595959;
    text-align: center;
    font-size: 16px;
    font-family: serif;
    margin-bottom: 0;
}

    .author A {
        color: #595959;
        text-decoration: none;
        border-bottom: 1px solid #595959;
        padding-bottom: 2px;
    }

.dis {
    font-size: 16px;
    font-style: italic;
    font-family: serif;
    margin-bottom: 2em;
    margin-top: 0;
    color: #595959;
}

.published {
    text-align: center;
    color: #999;
}

FIGURE {
    margin: 0;
}

    .article FIGURE A, FIGURE A {
        border: 0;
    }

FIGCAPTION {
    color: #595959;
    font-family: serif;
}

    FIGCAPTION A {
        color: #595959;
        border-bottom: 1px solid #595959;
        padding-bottom: 2px;
    }

.break1 {
    height: 5px;
    background: #1cbc98;
}

.break2 {
    height: 5px;
    background: #3498db;
}

.ad728x90 {
    margin: 2.5em 0;
    text-align: center;
    line-height: 1em;
}

.adlgbox {
    margin: 1em 0;
    padding: 0;
    text-align: center;
    line-height: 1em;
}

#sharing_bottom {
    padding-top: 1.5em;
}

.popup {
    position: relative;
    background: #000;
    padding: 1em;
    width: auto;
    margin: 0 auto;
    text-align: center;
    color: #bbb;
}

    .popup .mfp-j {
        width: auto;
        max-width: 100%;
        max-height: 80%;
    }

    .popup .mfp-c {
        margin: 0;
    }

.coun_subhead {
    text-align: left;
    margin-left: 5%;
}

.coun_otherdests {
    padding: 1em 2em 1em 2em;
    text-align: center;
}

    .coun_otherdests.white {
        background-color: inherit;
        border-top: inherit;
        padding-top: 0;
    }

    .coun_otherdests H2 {
        text-align: left;
    }

    .coun_otherdests > .dest {
        display: inline-block;
        margin: .5em .5em 2em .5em;
        vertical-align: top;
        text-align: left;
        width: 45%;
        min-width: 235px;
        max-width: 350px;
    }

        .coun_otherdests > .dest .img {
            position: relative;
        }

        .coun_otherdests > .dest .extra A {
            display: inline-block;
            word-break: break-word;
            hyphens: auto;
            -moz-hyphens: auto;
            -webkit-hyphens: auto;
        }

            .coun_otherdests > .dest .extra A:after {
                content: ",";
                color: #000;
            }

            .coun_otherdests > .dest .extra A:last-child:after {
                content: "";
            }

        .coun_otherdests > .dest IMG {
            width: 100%;
            min-height: 160px;
        }

        .coun_otherdests > .dest .img SPAN {
            display: block;
            padding: 0 0 .5em 0;
            color: #000;
            font-size: 1.2em;
            line-height: 1.1em;
        }

@media(max-width:639px),(min-width:900px) and (max-width:1023px) {
    .coun_subhead {
        margin-left: 9%;
    }

    .coun_otherdests {
        padding: 1em;
    }

        .coun_otherdests > .dest {
            display: inline-block;
            margin: 0 0 2em 0;
            width: 100%;
            min-width: 260px;
            max-width: 350px;
        }
}

@media(max-width:499px) {
    .coun_subhead {
        margin-left: 0;
    }
}

.map_full {
    background: url(/img/cloud-480px.jpg);
    padding: 2em;
    margin-bottom: 1em;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
}

.article_block.map_full {
    padding: 2em;
    margin-left: -50px;
    margin-right: -50px;
}

@media(max-width:499px) {
    .article_block.map_full {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.map_full TABLE {
    text-align: left;
}

.map_full TD {
    vertical-align: top;
}

.map_full A {
    border: 0;
}

.map_full IMG {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.map_full .inlinemaphead {
    display: block;
}

.inlinemap IMG {
    line-height: 0 !important;
}

.map_actions {
    margin-bottom: 2em;
}

.printbtn_o:hover {
    color: #fff;
}

.printbtn_o {
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    background-color: #f39c12;
    font-weight: bold;
    font-size: 8.5pt;
}

    .printbtn_o SPAN {
        display: inline-block;
        padding: 0 .8em;
        line-height: 2.3em;
    }

    .printbtn_o I {
        display: inline-block;
        width: 30px;
        height: 27px;
        background: #e67e22 url(/img/printer-tan-17x15.gif) 7px 6px no-repeat;
        float: right;
        border-radius: 0 6px 6px 0;
    }

.enlargebtn:hover {
    color: #fff;
}

.enlargebtn {
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    background-color: #34495e;
    font-weight: bold;
    font-size: 8.5pt;
    line-height: 120%;
}

    .enlargebtn SPAN {
        display: inline-block;
        padding: 0 .8em;
        line-height: 2.3em;
    }

    .enlargebtn I {
        display: inline-block;
        width: 30px;
        height: 27px;
        background: #2c3e50 url(/img/zoom-navy-17x15.gif) 7px 6px no-repeat;
        float: right;
        border-radius: 0 6px 6px 0;
    }

.embedbtn:hover {
    color: #fff;
}

.embedbtn {
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    background-color: #7e8c8d;
    font-weight: bold;
    font-size: 8.5pt;
    line-height: 120%;
    float: right;
    margin-left: 1em;
}

@media(max-width:419px),(min-width:500px) and (max-width:599px),(min-width:900px) and (max-width:949px) {
    .embedbtn {
        float: none;
        margin-left: inherit;
    }
}

@media(max-width:379px) {
    .embedbtn {
        display: none;
    }
}

.embedbtn SPAN {
    display: inline-block;
    padding: 0 .8em;
    line-height: 2.3em;
}

#map_embed_code {
    width: 99%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #555;
    font-family: monospace;
    font-weight: normal;
    border: 1px solid #aaa;
    background-color: #f5f5f5;
    height: 85px;
    margin-top: 6px;
    font-size: 13px;
    padding: 6px;
}

.map_embed_input {
    width: 50px;
}

.map_copy {
    background: #dfdfdf;
    padding: 1em;
}

.map_cp_text {
    overflow: auto;
    resize: none;
}

.dispinfo {
    position: relative;
}

    .dispinfo:hover:before {
        content: attr(data-text);
        position: absolute;
        left: 0;
        max-width: 300px;
        background: #fff;
        color: #000;
        white-space: pre !important;
        display: inline-block;
        text-align: left;
        font-size: 13px;
        font-family: sans-serif;
        padding: 3px;
        border: 1px dotted #aaa;
        z-index: 2000;
    }

.adslot_side1 {
    margin: auto;
    text-align: center;
}

.adslot_side2 {
    margin: auto;
    text-align: center;
}

.adslot_main1 {
    margin: 2em auto;
    text-align: center;
}

.adslot_bottom1 {
    margin: 2em auto;
    text-align: center;
}

.top_or_right {
    max-width: 1210px;
    margin: auto;
    position: relative;
}

    .top_or_right .inner {
        position: absolute;
        right: 0;
        width: 350px;
    }

    .top_or_right .spot {
        width: 320px;
        height: 600px;
        margin: 1.25em auto 0 auto;
        color: #fff;
    }

.top_or_right_spc {
    height: 600px;
    margin: 1.25em 0 2em 0;
}

.top_or_right .adsbygoogle {
    width: 300px;
    height: 600px;
    margin: auto;
}

@media(max-width:899px) {
    .top_or_right .inner {
        position: relative;
        width: auto;
        max-width: 830px;
        margin: 0 auto 1.5em auto;
    }

    .top_or_right .spot {
        margin-top: 0;
        height: 100px;
    }

    .top_or_right .adsbygoogle {
        width: 320px;
        height: 100px;
    }

    .top_or_right_spc {
        display: none;
    }
}

.sidebar {
    width: 100%;
}

@media(max-width:899px) {
}

@media(max-width:748px) {
}

@media(max-width:366px) {
    .sidebar {
        min-width: 320px;
    }
}

@media(min-width:900px) {
    .sidebar {
        width: 380px;
        min-width: 380px;
        margin: 32px 0;
    }
}

.sidebar_item {
    text-align: center;
    padding-bottom: 2em;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.sidebar_head {
    position: relative;
    background-color: #687373;
    color: #fcfcfc;
    font: 1.6em/1.71em sans-serif;
    padding: 25px 20px 20px 20px;
    text-align: left;
}

    .sidebar_head.blue {
        background-color: #34495f;
    }

.sidebar_head_arrow {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 24px;
    height: 12px;
    background: url(/img/pwicons-24x20.png) -36px -60px no-repeat;
}

    .sidebar_head_arrow.blue {
        background-position: -60px -60px;
    }

    .sidebar_head_arrow.yellow {
        background-position: -84px -60px;
    }

.sidebar_more {
    text-transform: uppercase;
    position: relative;
    background-color: #95a5a6;
    font: 1.2em/1.71em sans-serif;
    padding: .5em 1em;
    text-align: left;
}

    .sidebar_more A {
        display: block;
        color: #fff;
    }

    .sidebar_more I {
        position: absolute;
        right: 1em;
        top: 1em;
        display: inline-block;
        width: 24px;
        height: 12px;
        background: #95a5a6 url(/img/pwicons-24x20.png) -108px -60px no-repeat;
    }

.nearby_items {
    margin-top: 1em;
}

    .nearby_items DIV {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 350px;
        vertical-align: top;
    }

.nearby_item A {
    display: block;
    text-decoration: none;
}

.nearby_item .bub {
    position: absolute;
    line-height: 1.2em;
    padding: 8px;
    max-width: 75px;
    border-radius: 40px;
    right: 1.5em;
    top: 1.5em;
    font-weight: bold;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}

    .nearby_item .bub I {
        font-style: normal;
        font-weight: normal;
        padding-left: 3px;
    }

.nearby_item IMG {
    margin: 1em 1em .5em 1em;
    width: 90%;
    height: auto;
    min-height: 192px;
    display: block;
}

.nearby_item SPAN {
    display: block;
    margin: 0 0 .5em 0;
    padding: 0 .9em .5em 1em;
    color: #000;
    font-size: 1.2em;
    text-align: left;
    line-height: 1.1em;
}

.sidebar_head.flights .subhead {
    text-align: right;
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    right: 1em;
    bottom: 1.75em;
}

.sidebar_head.flights {
    padding-bottom: .5em;
    font-weight: 900;
    text-shadow: rgba(0,0,0,.25) 1px 1px 3px;
    max-width: 350px;
    margin: 0 auto;
    background-color: #f59d00;
}

.nearby_items.flights .nearby_item A {
    background-color: #f59d00;
    padding: 0 1em 1em 1em;
}

    .nearby_items.flights .nearby_item A SPAN {
        color: #34495e;
        font-size: 1.5em;
        background-color: #fff;
        padding: 1em;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 0 4px 2px rgba(0,0,0,0.25);
        margin: 0;
    }

        .nearby_items.flights .nearby_item A SPAN B {
            font-weight: normal;
            white-space: nowrap;
        }

            .nearby_items.flights .nearby_item A SPAN B:after {
                content: '\279c';
                display: inline-block;
                text-align: center;
                color: #fff;
                background-color: #ef4135;
                margin-left: .5em;
                border-radius: 1em;
                font-size: 16px;
                line-height: 22px;
                min-width: 22px;
                vertical-align: middle;
            }

.nearby_items.flights .nearby_item IMG {
    width: inherit;
    margin: 0;
    display: block;
}

.nearby_items.nearby_500px {
    text-align: center;
}

    .nearby_items.nearby_500px DIV {
        width: 45%;
        min-width: 280px;
    }

@media(max-width:639px),(min-width:900px) and (max-width:1023px) {
    .nearby_items.nearby_500px DIV {
        width: 100%;
        max-width: 350px;
    }
}

.side_photos_promo {
    background: #00021e url(/img/photos-promo-350.jpg) center 0 no-repeat;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    min-height: 256px;
    color: #fff;
}

    .side_photos_promo A {
        display: block;
        color: #fff;
        padding-top: 180px;
        min-height: 76px;
        text-decoration: none;
    }

    .side_photos_promo B {
        font-size: 1.1em;
    }

.side_facebook_box {
    background-color: #efefef;
    background-color: rgba(96,96,96,.05);
    padding: 1em;
}

    .side_facebook_box DIV {
        border: 1px solid #ddd;
    }

@media(max-width:499px) {
    .side_facebook_box DIV {
        padding: 1em 0;
    }
}

.side_twitter_box {
    background-color: #efefef;
    background-color: rgba(96,96,96,.05);
    text-align: left;
    color: #595959;
    font-size: .9em;
}

    .side_twitter_box A {
        color: #34495f;
        text-decoration: none;
    }

    .side_twitter_box > DIV {
        padding: 25px;
        border-bottom: 1px solid #ccc;
    }

        .side_twitter_box > DIV > SPAN {
            color: #aaa;
        }

.sidebar_follow_pw {
    font-family: sans-serif;
    font-size: .4em;
    vertical-align: middle;
    color: #000;
    white-space: nowrap;
    display: inline-block;
    margin-top: 0;
    padding: 1px 8px;
    background: #fefefe;
    background: linear-gradient(#fefefe,#d0d0d0);
    background: -webkit-linear-gradient(#fefefe,#d0d0d0);
    background: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#d0d0d0));
    border: 1px solid #ccc;
    border-radius: 2px;
}

.side_social {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border-spacing: 0;
    color: #fcfcfc;
}

    .side_social .box {
        width: 60px;
        height: 60px;
        font-size: .8em;
    }

        .side_social .box SPAN {
            display: inline-block;
            width: 29px;
            height: 29px;
            background: url(/img/pwicons-24x20.png) -36px -72px no-repeat;
        }

    .side_social .gp {
        background-color: #ea4b24;
    }

        .side_social .gp SPAN {
            background-position: -94px -72px !important;
        }

    .side_social .tw {
        background-color: #00abf0;
    }

        .side_social .tw SPAN {
            background-position: -65px -72px;
        }

    .side_social .fb {
        background-color: #39579a;
    }

        .side_social .fb SPAN {
            background-position: -36px -72px;
        }

    .side_social .txt {
        background-color: #687373;
        padding: 30px;
        text-align: left;
        min-height: 180px;
    }

        .side_social .txt B {
            display: block;
            font-size: 1.84em;
            font-weight: normal;
        }

.callout {
    clear: both;
    margin-top: 2em;
    width: 100%;
    background-color: #e22012;
    color: #fcfcfc;
    min-height: 50px;
}

    .callout .head {
        font-size: 2em;
        font-weight: 900;
    }

    .callout > DIV {
        display: table-cell;
        padding: 2em;
        vertical-align: middle;
    }

    .callout .upper {
        min-width: 250px;
    }

    .callout .lower {
        width: 100%;
    }

    .callout .tit {
        font-size: 1.6em;
        font-weight: bold;
    }

    .callout .sub {
        font-size: 1.1em;
        font-style: italic;
    }

    .callout .sites {
        font-size: 1.1em;
    }

    .callout A {
        display: block;
        color: #fcfcfc;
        text-decoration: none;
    }

        .callout A SPAN {
            display: block;
        }

    .callout .lnk {
        float: right;
        font-size: 4em;
        line-height: .95em;
        margin-left: .5em;
    }

@media(max-width:639px) {
    .callout > DIV {
        display: block;
        padding: .8em 1em;
    }

    .callout .upper {
        border-bottom: 3px solid rgb(0,0,0,.1);
    }

    .callout .head {
        display: inline-block;
        font-size: 1.5em;
    }

    .callout .tit {
        font-size: 1.3em;
    }

    .callout .sub {
        display: inline-block;
    }

    .callout .sites {
        font-size: .9em;
    }

    .callout .lnk {
        display: none;
    }
}

.footer {
    margin: 2em 0;
    clear: both;
    text-align: center;
    font-size: .9em;
    color: #5b5b5b;
}

.footerlogo {
    margin: 1em 0;
}

.footerlinks UL {
    font-size: .8em;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footerlinks UL LI {
        display: inline-block;
        margin: 1em;
    }

.footer .copyright {
    margin-top: 2em;
    font-size: .8em;
    color: #595959;
}

.footerlinks A {
    color: #5b5b5b;
    display: inline-block;
}

#cookienotice {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .65em 1.5em;
    background-color: rgba(64,64,64,.9);
    color: #fff;
    font-size: .9em;
}

    #cookienotice > DIV {
        display: table-cell;
        width: 100%;
    }

        #cookienotice > DIV.tdr {
            text-align: right;
            vertical-align: middle;
            padding-left: 1em;
        }

    #cookienotice A {
        text-decoration: underline;
        color: #fff;
        white-space: nowrap;
    }

    #cookienotice .close {
        color: #000;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        vertical-align: bottom;
        border-radius: 16px;
        border: 1px solid #fff;
        background-color: #fff;
        font-weight: bold;
        font-size: 24px;
        line-height: 23px;
        width: 24px;
        height: 23px;
    }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #ccc;
    }

        .mfp-preloader a:hover {
            color: white;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 32px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    text-shadow: #000 0 0 9px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid white;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid white;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: black;
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 92%;
        position: relative;
        margin: 5% auto;
        padding: .5em 1.5em;
        border-radius: 10px;
        background: #fff;
    }

    .modalDialog .close {
        color: #333;
        line-height: 24px;
        position: absolute;
        right: 2px;
        top: 4px;
        text-align: center;
        width: 24px;
        text-decoration: none;
    }

.lnkout {
    width: 14px;
    height: 14px;
    vertical-align: baseline;
    margin-left: 3px;
}

.lnkoutdemo {
    margin-left: 1px;
}

#homepromobox {
    white-space: nowrap;
    line-height: 0;
    background-color: #333;
}

#homepromo {
    position: relative;
    display: inline-block;
    width: 60%;
    min-height: 568px;
    background: url(/img/home-promo-italy.webp) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    white-space: normal;
    margin-right: -5px;
    line-height: 1.5em;
}

    #homepromo .txt {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        padding: 4em 2em 2em 2em;
        background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
        background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));
        text-shadow: 1px 1px 1px #000;
    }

    #homepromo .tit {
        font-size: 3em;
        line-height: 1em;
        font-weight: 900;
    }

    #homepromo .item {
        margin-top: .7em;
        display: inline-block;
        font-size: 1.2em;
        opacity: .9;
    }

    #homepromo I {
        display: inline-block;
        width: 26px;
        height: 24px;
        margin-right: .5em;
        vertical-align: text-bottom;
    }

.icon_star {
    background: url(/img/alpha-icons.png) 0 0 no-repeat;
}

.icon_plane {
    background: url(/img/alpha-icons.png) -27px 0 no-repeat;
}

.promoside {
    display: inline-block;
    width: 40.1%;
    vertical-align: top;
    background-color: #333;
    white-space: normal;
    line-height: 1.5em;
}

    .promoside .head {
        background-color: #2980b9;
        color: #fff;
        text-transform: uppercase;
        padding: .2em 8%;
        line-height: 3em;
        font-size: .9em;
        text-shadow: #206491 1px 1px 1px;
    }

        .promoside .head A {
            color: #fff;
        }

    .promoside .tit {
        color: #fff;
        font-family: sans-serif;
        font-size: 1.34em;
        text-transform: uppercase;
        display: block;
    }

    .promoside .item {
        padding: 7%;
        border-bottom: 1px solid #222;
        border-top: 1px solid #555;
        font-size: .95em;
    }

        .promoside .item A {
            color: #999;
            text-decoration: none;
        }

        .promoside .item.a {
            border-right: 4px solid red;
        }

        .promoside .item.b {
            border-right: 4px solid purple;
        }

        .promoside .item.c {
            border-right: 4px solid green;
        }

        .promoside .item.last {
            border-bottom: 0;
        }

@media(max-width:899px) {
    .promoside {
        line-height: 1.4em;
    }
}

@media(max-width:799px) {
    #homepromo {
        display: block;
        width: 100%;
    }

    .promoside {
        display: block;
        width: 100%;
    }

        .promoside .head {
            padding: .2em 1.5em;
        }

        .promoside .item {
            padding: 1.5em 1em;
        }

            .promoside .item.a {
                border-left: 4px solid red;
                border-right: 0;
            }

            .promoside .item.b {
                border-left: 4px solid purple;
                border-right: 0;
            }

            .promoside .item.c {
                border-left: 4px solid green;
                border-right: 0;
            }
}

.homeglobe {
    clear: both;
    background: #3498db url(/img/home-globe.png) right top no-repeat;
    min-height: 341px;
    padding: 2em;
    color: #fff;
    text-shadow: #2979ae 1px 1px 1px;
}

    .homeglobe P {
        width: 50%;
    }

    .homeglobe A {
        color: #fff;
        text-decoration: underline;
    }

@media(min-width:799px) and (max-width:999px) {
    .homeglobe {
        font-size: .95em;
        padding-bottom: 0;
    }
}

@media(max-width:799px) {
    .homeglobe P {
        width: 80%;
    }

    .homeglobe {
        background-position: 300px 0;
    }
}

@media(max-width:599px) {
    .homeglobe P {
        width: 100%;
    }

    .homeglobe {
        background: #3498db;
    }
}

.home_head {
    margin: 1.5em;
}

.home_conts {
    margin: 2em;
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-gap: 2em;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    -moz-column-rule-color: #eee;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -webkit-column-rule-color: #eee;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
}

    .home_conts A {
        color: #2779b0;
        text-decoration: none;
    }

    .home_conts .contblock {
        display: block;
        column-break-inside: avoid;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        vertical-align: top;
        width: 100%;
    }

    .home_conts .cont {
        width: 100%;
        display: table;
    }

    .home_conts .tit {
        text-transform: uppercase;
        font-weight: bold;
        font-size: .95em;
        margin: 0 0 1em 0;
        padding: 1em 1em .5em 0;
        border-bottom: 1px solid #eee;
    }

        .home_conts .tit A {
            color: #000;
            text-decoration: none;
        }

    .home_conts .cont .links {
        display: table-cell;
        vertical-align: top;
        width: 50%;
        line-height: 1em;
        padding-right: 1em;
    }

        .home_conts .cont .links A {
            display: block;
            margin-bottom: .8em;
        }

.home_tiles {
    text-align: center;
}

    .home_tiles > .dest {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        height: auto;
        min-width: 215px;
        max-width: 450px;
        margin-bottom: -7px;
        padding: 0px;
        margin-left: -4.5px;
    }

        .home_tiles > .dest .img {
            position: relative;
        }

        .home_tiles > .dest IMG {
            width: 100%;
            min-height: 160px;
        }

        .home_tiles > .dest .img SPAN {
            display: block;
            position: absolute;
            padding: 3em .5em .4em .5em;
            bottom: 7px;
            width: 100%;
            color: #fff;
            font-size: 1.2em;
            line-height: 1em;
            text-shadow: #000 1px 1px 1px;
            background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
            background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
            background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.7)));
        }

@media(max-width:949px) {
    .home_tiles > .dest {
        width: 50%;
    }

    .home_conts {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }
}

@media(max-width:768px) {
    .home_conts {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}

@media(max-width:449px) {
    .home_tiles > .dest {
        width: 100%;
    }

    .home_conts {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
}

#mc_embed_signup form {
    text-align: center;
    padding: 1em;
}

.mc-field-group {
    display: inline-block;
}
/* positions input field horizontally */
#mc_embed_signup input.email {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
}

#mc_embed_signup label {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
}

#mc_embed_signup .clear {
    display: inline-block;
}
/* positions button horizontally in line with input */
#mc_embed_signup .button {
    font-size: 16px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    font-weight: bold;
    color: #fff;
    background-color: #d7410f;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    -webkit-appearance: none;
}

    #mc_embed_signup .button:hover {
        cursor: pointer;
    }

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}

#mc_embed_signup #mce-error-response {
    display: none;
}

#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}

#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}

@media (max-width: 640px) {
    #mc_embed_signup input.email {
        width: 100%;
        margin-bottom: 5px;
    }

    #mc_embed_signup .clear {
        display: block;
        width: 100%;
    }

    #mc_embed_signup .button {
        width: 100%;
        margin: 0;
    }
}

#mc_embed_signup {
    clear: left;
    background: #fbfcfe;
    border: 1px solid #f2f2f2;
    min-height: 250px;
    font-size: 1.2em;
    line-height: normal;
    margin-left: -50px;
    margin-right: -50px;
}

@media (max-width: 499px) {
    #mc_embed_signup {
        margin-left: -16px;
        margin-right: -16px;
    }
}

#mc_embed_signup > DIV {
    background: rgba(255,255,255,.5);
    width: 100%;
    min-height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

#mc_embed_signup LABEL .l {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
}

#mc_embed_signup LABEL .s {
    display: block;
    font-weight: normal;
}

#mc_embed_signup .txt {
    margin: 1em;
    line-height: 1.4;
}

#mc_embed_signup .topdiv {
    background: #d7410f;
    width: 100px;
    height: 2px;
    margin: 1em auto;
}

#mc_embed_signup .lowdiv {
    margin: 2em;
}
