.hidden
{
    display: none;
}

.lightbox
{
    width: auto;
    max-width:820px;
    height: 370px;
}

    .lightbox h2
    {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        margin-top: 0px;
        color: #800000;
    }

    .lightbox h3
    {
        font-size: 21px;
        line-height: 26px;
        margin-top: 15px;
        margin-bottom: 8px;
        color: #b8a164;
    }

    .lightbox h4
    {
        color: #595959;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .lightbox p
    {
        color: #595959;
        font-size: 16px;
        max-width: 450px;
        margin-bottom: 10px;
        line-height: 30px;
        padding-top: 5px;
    }

.city_count
{
    width: 100px;
    float: right;
    text-align: right;
    color: #777 !important;
    font-size: 10px;
    margin-top: -25px;
    padding-top: 0px;
    margin-bottom: 0px;
    clear: none;
}

.lightbox ul
{
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: none;
}

    .lightbox ul li
    {
        line-height: 20px;
    }

.lightbox a
{
    font-size: 16px;
    line-height: 25px;
    z-index: 9999;
}

    .lightbox a:hover
    {
        text-decoration: underline;
    }

.lightbox .ss-icon, .lightbox .ss-icon.ss-social, .lightbox .ss-icon.ss-social-circle, .lightbox [class^="ss-"]::before, .lightbox [class*=" ss-"]::before, .lightbox [class^="ss-"][class*=" ss-social"]::before, .lightbox [class*=" ss-"][class*=" ss-social"]::before, .lightbox [class^="ss-"].right::after, .lightbox [class*=" ss-"].right::after, .lightbox [class^="ss-"][class*=" ss-social"].right::after, .lightbox [class*=" ss-"][class*=" ss-social"].right::after
{
    font-size: 10px;
    color: #800000;
}

.video
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video iframe, .video object, .video embed
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (min-width:979px)
{
    .left_lightbox
    {
        float: left;
        width: 800px;
        margin-top: 15px;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .right_lightbox
    {
        float: right;
        width: 300px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 15px;
    }

    .lightbox h3
    {
        margin-top: 53px;
    }

    .city_count
    {
        margin-top: 5px;
    }
}

.large_map_title
{
    text-align: center;
    color: #896137;
    font-size: 20px;
    margin-bottom: 20px;
}

#map_markers
{
    display: none;
}

    #map_markers li
    {
        position: absolute;
        background-color: #800000;
        border: 2px solid #FFF;
        border-radius: 18px 18px 18px 0;
        box-shadow: 0 0 2px #888;
        height: 10px;
        width: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

        #map_markers li a
        {
            display: block;
            width: 14px;
            height: 14px;
            margin-top: -5px;
            margin-left: -5px;
            text-indent: -2000px;
            border: 3px solid #ddd;
            border-radius: 30px;
            position: absolute;
            opacity: 0.0;
        }

            #map_markers li a:hover
            {
                display: block;
                width: 15px;
                height: 15px;
                margin-top: -5px;
                margin-left: -5px;
                text-indent: -2000px;
                border: 3px solid #ddd;
                border-radius: 30px;
                position: absolute;
                opacity: 0.0;
            }

            #map_markers li a:not(:first-child)
            {
                display: none;
            }

    #map_markers .center
    {
        background-color: #FFA319;
    }

.map
{
    position: relative;
    margin-top: 5px;
    margin-bottom: 25px;
}

    .map img
    {
        display: none;
    }

    .map ul
    {
        list-style-type: none;
        padding-left: 20px;
    }

    .map fieldset legend
    {
        padding: 0;
    }

    .map fieldset.collapsible legend
    {
        background: white;
    }

    .map span.fieldset-legend a.fieldset-title
    {
        padding: 40px 0 20px 15px;
        color: #670a0a;
        font-size: 16px;
        display: block;
        width: 100%;
    }

.continent
{
    width: 101px;
    height: 59px;
    margin-top: -25px;
    margin-right: 20px;
    display: block;
    float: left;
}


.map li
{
    margin-top: 10px;
    margin-bottom: 15px;
}

.map-overlay a
{
    text-decoration: none;
}

.map-overlay h2
{
    font-size: 22px;
    margin-bottom: 6px;
    color: #b4956f;
}

.map-overlay p
{
    color: #575757;
}

.traveler-underline
{
    text-decoration: underline;
}

@media (min-width:979px)
{
    .map_overlay_text
    {
        position: absolute;
        font-family: "ProximaNova-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
        top: 4%;
        right: 2%;
        background-color: #B19670;
        color: white;
        font-size: 21px;
        padding: 20px;
    }

    .large_map_title
    {
        font-size: 32px;
        margin-bottom: 20px;
        margin-top: 8px;
    }

    .map
    {
        margin-bottom: 0px;
    }

        .map img
        {
            display: block;
            height: 529px;
            width: 940px;
        }

        .map fieldset
        {
            display: none;
        }

    #map_markers
    {
        display: block;
    }

        #map_markers .asia_continent_wide
        {
            top: 20%;
            left: 72%;
        }

        #map_markers .bangladesh
        {
            top: 33.5%;
            left: 72.7%;
        }

        #map_markers .china
        {
            top: 24.5%;
            left: 79.2%;
        }

        #map_markers .hong_kong
        {
            top: 34%;
            left: 80.5%;
        }

        #map_markers .india
        {
            top: 33.5%;
            left: 69.5%;
        }

        #map_markers .israel
        {
            top: 27%;
            left: 52%;
        }

        #map_markers .lebanon
        {
            top: 26.5%;
            left: 56%;
        }

        #map_markers .japan
        {
            top: 25.3%;
            left: 86.7%;
        }

        #map_markers .korea
        {
            top: 25.9%;
            left: 83.4%;
        }

        #map_markers .singapore
        {
            top: 45%;
            left: 68.5%;
        }

        #map_markers .thailand
        {
            top: 38%;
            left: 76.5%;
        }

        #map_markers .africa_continent_wide
        {
            top: 41.6%;
            left: 51%;
        }

        #map_markers .botswana
        {
            top: 62.4%;
            left: 52.5%;
        }

        #map_markers .egypt
        {
            top: 31.8%;
            left: 53.8%;
        }

        #map_markers .tanzania
        {
            top: 53%;
            left: 55.5%;
        }

        #map_markers .south_africa
        {
            top: 68%;
            left: 51.9%;
        }

        #map_markers .ghana
        {
            top: 43.5%;
            left: 44.5%;
        }

        #map_markers .nigeria
        {
            top: 43.5%;
            left: 47.5%;
        }

        #map_markers .madagascar
        {
            top: 61%;
            left: 59.6%;
        }

        #map_markers .malawi
        {
            top: 56.5%;
            left: 55.5%;
        }

        #map_markers .south_pole
        {
            top: 94%;
            left: 50%;
        }

        #map_markers .austria
        {
            top: 18.3%;
            left: 48.7%;
        }

        #map_markers .france
        {
            top: 20%;
            left: 45.6%;
        }

        #map_markers .germany
        {
            top: 16%;
            left: 48%;
        }

        #map_markers .greece
        {
            top: 23%;
            left: 51.5%;
        }

        #map_markers .italy
        {
            top: 22%;
            left: 48.9%;
        }

        #map_markers .russia
        {
            top: 12%;
            left: 60%;
        }

        #map_markers .spain
        {
            top: 23.4%;
            left: 43.8%;
        }

        #map_markers .turkey
        {
            top: 24.1%;
            left: 54.5%;
        }

        #map_markers .uk
        {
            top: 15.7%;
            left: 45%;
        }

        #map_markers .ireland
        {
            top: 14.5%;
            left: 43.2%;
        }

        #map_markers .belgium
        {
            top: 17.5%;
            left: 46%;
        }

        #map_markers .switzerland
        {
            top: 19%;
            left: 47%;
        }

        #map_markers .sweden
        {
            top: 11.5%;
            left: 49.3%;
        }

        #map_markers .netherlands
        {
            top: 16%;
            left: 46.8%;
        }
		
		#map_markers .shanghai
        {
            top: 27%;
            left: 73%;
        }
        
        #map_markers .beijing
        {
            top: 22%;
            left: 71.5%;
        }
        
        #map_markers .houston
        {
            top: 24%;
            left: 23%;
        }
        
        #map_markers .cleveland
        {
            top: 23%;
            left: 22%;
        }
        
        #map_markers .durham
        {
            top: 26%;
            left: 22.5%;
        }
        
        #map_markers .dallas
        {
            top: 25%;
            left: 19%;
        }
        
        #map_markers .newYork
        {
            top: 21%;
            left: 24%;
        }
        
        #map_markers .kaohsiung
        {
            top: 32.5%;
            left: 72.5%;
        }
        
        #map_markers .cambridge
        {
            top: 17%;
            left: 43%;
        }
        
        #map_markers .usa
        {
            top: 23%;
            left: 19.5%;
        }

        #map_markers .dominican_republic
        {
            top: 37%;
            left: 23%;
        }

        #map_markers .mexico
        {
            top: 33%;
            left: 12.8%;
        }

        #map_markers .argentina
        {
            top: 65.5%;
            left: 26.5%;
        }

        #map_markers .chile
        {
            top: 64%;
            left: 23.7%;
        }

        #map_markers .brazil
        {
            top: 64%;
            left: 29.8%;
        }

        #map_markers .australia_2
        {
            top: 65%;
            left: 86.5%;
        }

    .map-container
    {
        position: relative;
    }

    .map-overlay
    {
        position: absolute;
        bottom: 8%;
        left: 5%;
    }

        .map-overlay a
        {
            text-decoration: none;
        }

        .map-overlay h2
        {
            width: 38%;
            background-color: #b4956f;
            padding: 10px;
            color: white;
            font-size: 20px;
            margin-bottom: 5px;
        }

        .map-overlay p
        {
            background-color: #e2e0e0;
            padding: 10px;
            color: #333;
            width: 70%;
        }
}

@media (min-width:1250px)
{
    .map img
    {
        height: 692px;
        width: 1230px;
    }

    .map-overlay h2
    {
        font-size: 24px;
        width: 42%;
        margin-bottom: 5px;
    }

    .map-overlay p
    {
    }
}

.regional_centers .column-width-3
{
    margin: 30px auto 0 auto;
    width: 300px;
    height: 31px;
    background-color: #999;
    padding-top: 115px;
}

    .regional_centers .column-width-3 div
    {
        text-align: center;
        position: relative;
        padding-top: 6px;
        padding-bottom: 7px;
    }

    .regional_centers .column-width-3 h3
    {
        color: white;
        font-size: 22px;
    }

.regional_centers a:hover
{
    text-decoration: none;
}

.trans_blue
{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjNjQ4NyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjNjQ4NyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,rgba(28,100,135,0.9) 0%,rgba(28,100,135,0.9) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(28,100,135,0.9)),color-stop(100%,rgba(28,100,135,0.9)));
    background: -webkit-linear-gradient(top,rgba(28,100,135,0.9) 0%,rgba(28,100,135,0.9) 100%);
    background: -o-linear-gradient(top,rgba(28,100,135,0.9) 0%,rgba(28,100,135,0.9) 100%);
    background: -ms-linear-gradient(top,rgba(28,100,135,0.9) 0%,rgba(28,100,135,0.9) 100%);
    background: linear-gradient(to bottom,rgba(28,100,135,0.9) 0%,rgba(28,100,135,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61c6487',endColorstr='#e61c6487',GradientType=0);
}

.trans_maroon
{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiMzAyNiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdiMzAyNiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,rgba(123,48,38,0.9) 0%,rgba(123,48,38,0.9) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(123,48,38,0.9)),color-stop(100%,rgba(123,48,38,0.9)));
    background: -webkit-linear-gradient(top,rgba(123,48,38,0.9) 0%,rgba(123,48,38,0.9) 100%);
    background: -o-linear-gradient(top,rgba(123,48,38,0.9) 0%,rgba(123,48,38,0.9) 100%);
    background: -ms-linear-gradient(top,rgba(123,48,38,0.9) 0%,rgba(123,48,38,0.9) 100%);
    background: linear-gradient(to bottom,rgba(123,48,38,0.9) 0%,rgba(123,48,38,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e67b3026',endColorstr='#e67b3026',GradientType=0);
}

.trans_orange
{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxNjYyMiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MxNjYyMiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,rgba(193,102,34,0.9) 0%,rgba(193,102,34,0.9) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(193,102,34,0.9)),color-stop(100%,rgba(193,102,34,0.9)));
    background: -webkit-linear-gradient(top,rgba(193,102,34,0.9) 0%,rgba(193,102,34,0.9) 100%);
    background: -o-linear-gradient(top,rgba(193,102,34,0.9) 0%,rgba(193,102,34,0.9) 100%);
    background: -ms-linear-gradient(top,rgba(193,102,34,0.9) 0%,rgba(193,102,34,0.9) 100%);
    background: linear-gradient(to bottom,rgba(193,102,34,0.9) 0%,rgba(193,102,34,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6c16622',endColorstr='#e6c16622',GradientType=0);
}

.trans_purple
{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyNTY2MyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcyNTY2MyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,rgba(114,86,99,0.9) 0%,rgba(114,86,99,0.9) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(114,86,99,0.9)),color-stop(100%,rgba(114,86,99,0.9)));
    background: -webkit-linear-gradient(top,rgba(114,86,99,0.9) 0%,rgba(114,86,99,0.9) 100%);
    background: -o-linear-gradient(top,rgba(114,86,99,0.9) 0%,rgba(114,86,99,0.9) 100%);
    background: -ms-linear-gradient(top,rgba(114,86,99,0.9) 0%,rgba(114,86,99,0.9) 100%);
    background: linear-gradient(to bottom,rgba(114,86,99,0.9) 0%,rgba(114,86,99,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6725663',endColorstr='#e6725663',GradientType=0);
}

#topnav .block-content > ul ul
{
    display: none;
}

#leftcol .menu-block-wrapper > ul > li
{
    display: none;
}

    #leftcol .menu-block-wrapper > ul > li.active-trail
    {
        display: block;
    }

@media (max-width:767px)
{
    .regional_centers
    {
        margin-bottom: 40px;
    }
}

@media (min-width:768px)
{
    .regional_centers
    {
        display: block;
        margin: 30px auto;
        width: 631px;
        height: 700px;
    }

        .regional_centers a:nth-child(even) .column-width-3
        {
            margin-left: 30px;
        }

        .regional_centers a:nth-child(1) .column-width-3, .regional_centers a:nth-child(2) .column-width-3
        {
            margin-top: 0;
        }

        .regional_centers .column-width-3 div
        {
            padding-bottom: 7px;
        }
}

@media (min-width:1250px)
{
    .regional_centers
    {
        margin-top: 0;
        height: 365px;
        margin-bottom: 30px;
        width: auto;
    }

        .regional_centers .column-width-3
        {
            margin-left: 30px;
            width: 285px;
        }

        .regional_centers a:nth-child(1) .column-width-3, .regional_centers a:nth-child(2) .column-width-3
        {
            margin-top: 30px;
        }

        .regional_centers a:nth-child(1) .column-width-3, .regional_centers a:nth-child(5) .column-width-3
        {
            margin-left: 0;
        }

        .regional_centers .column-width-3 div
        {
            padding-bottom: 5px;
        }
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin
{
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
}

.fancybox-opened
{
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin
    {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    }

.fancybox-outer, .fancybox-inner
{
    position: relative;
}

.fancybox-inner
{
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner
{
    -webkit-overflow-scrolling: touch;
}

.fancybox-error
{
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe
{
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image
{
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span
{
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div
    {
        width: 44px;
        height: 44px;
        background: url('../images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close
{
    position: absolute;
    top: -40px;
    right: -15px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav
{
    position: absolute;
    top: 0;
    width: 15%;
    height: 60%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev
{
    left: -16px;
}

.fancybox-next
{
    right: -16px;
}

.fancybox-nav span
{
    position: absolute;
    top: 100%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
}

.fancybox-prev span
{
    left: -16px;
    background-position: 0 -36px;
}

.fancybox-next span
{
    right: -16px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span
{
    visibility: visible;
}

.fancybox-tmp
{
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock
{
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body
    {
        overflow: hidden !important;
    }

.fancybox-lock-test
{
    overflow-y: hidden !important;
}

.fancybox-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed
{
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay
{
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title
{
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title
{
    visibility: visible;
}

.fancybox-title-float-wrap
{
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child
    {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap
{
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap
{
    padding-top: 10px;
}

.fancybox-title-over-wrap
{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8);
}

@media (min-width:979px)
{
    .fancybox-close
    {
        position: absolute;
        top: -30px;
        right: -30px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 8040;
    }

    .fancybox-nav span
    {
        position: absolute;
        top: 80%;
        width: 36px;
        height: 34px;
        margin-top: -18px;
        cursor: pointer;
        z-index: 8040;
        visibility: visible;
    }

    .fancybox-prev
    {
        left: -60px;
    }

    .fancybox-next
    {
        right: -60px;
    }

    .fancybox-prev span
    {
        left: 0px;
        background-position: 0 -36px;
    }

    .fancybox-next span
    {
        right: 0px;
        background-position: 0 -72px;
    }
}

.left_lightbox table {word-wrap:break-word;}