body,
html
{
    font-family: 'Open Sans', arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    font-weight: 400;
    min-height: 100%;
    font-size: 14px;
    width: 100%;
    color: #000;
}

/* NEW HOME BUTTON IN HEADER */
.newbutton
{
    /*background-color: red;*/
    
    font-family: "AppleGothic", Arial, sans-serif;
    padding: 23px 20px 0px 20px;
    background-color: #2A2829;
    border: #28354f solid 1px;
    background-image: none;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    top: 20px;
    
    position: absolute;
    height: 38px;
    width: 38px;
    /*top: 98px;*/
    margin: 0;
    right: 0;
}

body
{
    position: relative;
}

div#tourDIV
{
    height:100%;
    position:relative;
    overflow:hidden;
}

div#panoDIV
{
    height:100%;
    position:relative;
    overflow:hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div#panoDIV.cursorMoveMode
{
    cursor: move;
    cursor: url(../../muse-360/Musedata/graphics/cursors_move_html5.cur), move;
}
div#panoDIV.cursorDragMode
{
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: url(../../muse-360/Musedata/graphics/cursors_drag_html5.cur), default;
}

.header
{
    margin: 0 auto 0px;
    overflow: hidden;
    width: 260px;
}

.header .logo-mobile
{
    margin-top: 20px;
    display: block;
    width: 160px;
    float: left;
}

.header .logo-mobile img
{
    width: 110px;
}

.header .mobile-header
{
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100px;
    float: left;
    margin: 0;
}

.header .mobile-header .logo
{
    display: block;
    margin: 0 auto;
    display: none;
    width: 120px;
}

.header .mobile-header .logo img
{
    vertical-align: baseline;
    width: 120px;
}

.header .mobile-header .icon-menu
{
    /*background: url(../images/icon-menu-open-mobile.png) left top no-repeat;*/
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    right: 0px;
    top: 60px;
}

.header .mobile-header .icon-menu-close
{
    /*background: url(../images/icon-menu-close-mobile.png) center center no-repeat;*/
}

.header .mobile-header .icon-sponsors
{
    background: url(../images/share-mobile.png) left top no-repeat;
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    top: 20px;
    right: 0;
}

.sound
{
    margin: 0 auto 10px;
    overflow: hidden;
    width: 260px;
}

.sound .sc-player
{
    margin-right: 5px;
    float: right;
    width: 20px;
}

.sound .details
{
    line-height: 20px;
    display: none;
    float: left;
}

.sound .details a
{
    text-decoration: underline;
    color: #898584;
}

.mobile-navigation
{
    position: absolute;
    background: #fff;
    overflow: hidden;
    z-index: 500;
    width: 100%;
    top: -1000px; /*67px;*/
}

.mobile-navigation .navigation
{
    margin: 0 auto 40px;
    width: 260px;
}

.mobile-navigation .navigation li a
{
    font-family: 'Open Sans', arial, sans-serif;
    border-bottom: 1px solid #000;
    text-decoration: none;
    padding-left: 20px;
    line-height: 40px;
    font-weight: 400;
    font-size: 20px;
    display: block;
    color: #000;
}

.mobile-navigation .navigation li a:hover,
.mobile-navigation .navigation li.active > a
{
    background-color: #000;
    color: #fff;
}

.mobile-navigation .navigation li li a
{
    padding-left: 40px;
}

.search-form
{
    border-bottom: 1px solid #ccc;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 260px;
}

.search-form label
{
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 20px;
    display: block;
}

.search-form .input-text
{
    font-family: 'Open Sans', arial, sans-serif;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 20px;
    width: 248px;
    padding: 5px;
}

.search-form .input-submit
{
    font-family: 'Open Sans', arial, sans-serif;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    line-height: 27px;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
}

.search-form .input-submit:hover
{
    background-color: #ccc;
}

/* container */
.main-container
{
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.page-home,
.page
{
    overflow: hidden;
    width: 100%;
}

.page-home
{
    position: relative;
}

.page-home img
{
    position: absolute;
    display: block;
    /*left: 0;
    top: 0;*/
    
    
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.bgwidth
{
    width: 100%;
}

.bgheight
{
    height: 100%;
}

.page .single-column
{
    margin: 20px auto 0;
    width: 260px;
}

.page .container-with-navigation
{
    margin: 20px auto 0;
    width: 260px;
}

.page .left-column,
.page .right-column
{
    margin: 20px auto 0;
    width: 260px;
}

.page .right-column
{
    display: none;
}

.page .booking-form-container
{
    /*background-color: #000;*/
    padding: 40px 0;
    /*margin: 30px 0;*/
    float: left;
}

/* footer */
.footer
{
    -moz-border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0 auto 20px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    width: 258px;
}

.footer .icon-menu
{
    background: url(../images/icon-menu-open-mobile.png) left center no-repeat;
    display: block;
    height: 50px;
    width: 50px;
    float: left;
    margin: 5px;
}

.footer .icon-sponsors
{
    background: url(../images/share.png) left top no-repeat;
    display: block;
    float: right;
    height: 50px;
    width: 50px;
    margin: 5px;
}

.footer .social
{
    overflow: hidden;
}

.footer .social .mailing-list
{
    text-decoration: underline;
    line-height: 42px;
    font-size: 20px;
    display: block;
    width: 119px;
    float: left;
    color: #000;
}

.footer .social .icons
{
    width: 141px;
    float: left;
}

.footer .social .icons a
{
    text-decoration: none;
    margin-left: 5px;
    display: block;
    height: 42px;
    width: 42px;
    float: left;
}

.footer .social .icons a.wizz
{
    background: url(../images/icon-wizz.png) left top no-repeat;
}

.footer .social .icons a.facebook
{
    background: url(../images/icon-facebook.png) left top no-repeat;
}

.footer .social .icons a.twitter
{
    background: url(../images/icon-twitter.png) left top no-repeat;
}

/* mailchimp form */
.mailchimp-form
{
    margin: 0 auto;
    width: 260px;
}

.mailchimp-form > div
{
    position: relative;
    padding: 40px 0;
}

.mailchimp-form .close-button
{
    background: url(../images/icon-close.png) left top no-repeat;
    position: absolute;
    display: block;
    height: 27px;
    width: 30px;
    top: 15px;
    right: 0;
    display: none;
}

.mailchimp-form form
{
    display: block;
    width: 260px;
}

.mailchimp-form form label
{
    margin-bottom: 5px;
    line-height: 110%;
    font-size: 16px;
    display: block;
    color: #000;
}

.mailchimp-form form input
{
    font-family: 'Open Sans', arial, sans-serif;
    background-color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    width: 250px;
    padding: 5px;
    border: none;
    color: #fff;
}

.mailchimp-form form input.button
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0;
}

/* typography */
h1
{
    margin-bottom: 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 22px;
}

p
{
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 18px;
}

strong
{
    font-weight: 600;
}

sup
{
    vertical-align: super;
}

sub
{
    vertical-align: sub;
}

em
{
    font-style: italic;
}

p a
{
    text-decoration: underline;
    color: #000;
}

a.button
{
    font-family: 'Open Sans', arial, sans-serif;
    -moz-border-radius: 5px;
    background-color: #000;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 8px 0;
    color: #fff;
}

a.download
{
    background-color: #000;
    text-decoration: none;
    display: block;
    color: #fff;
}

a.download span
{
    background: url(../images/acrobat-icon.png) left center no-repeat;
    padding: 40px 0 40px 120px;
    line-height: 20px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    width: 140px;
}

.margin-bottom-0px
{
    margin-bottom: 0;
}

.page-navigation,
.desktop-navigation
{
    display: none;
}

.page-navigation
{
    margin: 0 0 40px;
    display: none;
    width: 260px;
    float: left;
}

.page-navigation ul li a
{
    font-family: 'Open Sans', arial, sans-serif;
    border-bottom: 1px solid #000;
    text-decoration: none;
    line-height: 40px;
    font-weight: 400;
    font-size: 20px;
    padding: 0 20px;
    display: block;
    color: #000;
}


.page-navigation ul li a:hover,
.page-navigation ul li.active > a
{
    background-color: #000;
    color: #fff;
}

/********/
/* misc */
/********/
#activityMessage
{
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px #7ABDDE;
    font-family:arial,sans-serif;
    background-color: #7ABDDE;
    border: #4694BC solid 3px;
    moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 145%;
    font-size: 13px;
    position: fixed;
    color: #1E5B7C;
    z-index: 10000;
    display: none;
    padding: 10px;
    right: 10px;
    top: 10px;
    
}

#activityMessage.warning
{
    text-shadow: 1px 1px 1px #fff;
    background-color: #ffdede;
    border: #ffe3e3 solid 3px;
    color: #000;
}

/* literally canvas */
.literally
{
    margin-bottom: 20px;
    height: 600px;
    width: 940px;
    display: none;
}

/*.literally-form
{
    display: none;
}
*/

.literally-form label
{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.literally-form input
{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    padding: 5px;
    width: 210px;
}

.literally-form input:hover
{
    border-color: #000;
}

.literally-form input.submit
{
    background-color: #ddd;
    margin-bottom: 40px;
    font-weight: bold;
    cursor: pointer;
}

.literally-form input.submit:hover
{
    background-color: #000;
    color: #fff;
}

/******************/
/* SEARCH RESULTS */
/******************/
.search-results-container
{
    overflow: hidden;
    margin: 0 auto;
    width: 260px;
}

.search-results-container .pagination
{
    margin-bottom: 20px;
    overflow: hidden;
}

.search-results-container .pagination a
{
    border: 1px solid #ccc;
    text-decoration: none;
    display: inline-block;
    line-height: 17px;
    margin-right: 5px;
    padding: 5px 8px;
    font-size: 14px;
    float: left;
    color: #000;
}

.search-results-container .pagination a.active,
.search-results-container .pagination a:hover
{
    background-color: #ccc;
}

.search-results-container  .pagination a.prev,
.search-results-container  .pagination a.next
{
    display: none;
}

.search-results-container .search-item
{
    margin-bottom: 20px;
}

.search-results-container .search-item a
{
    text-decoration: none;
    color: #000;
}

.search-results-container .search-item-no-link a
{
    text-decoration: underline;
}

.search-results-container .search-item h3
{
    margin-bottom: 5px;
    line-height: 19px;
    font-size: 16px;
}

.search-results-container .search-item h3 span
{
    margin-right: 5px;
    font-weight: bold;
    font-size: 13px;
}

.search-results-container .search-item p
{
    line-height: 18px;
    font-size: 15px;
    margin: 0;
}

.search-results-container .search-item a:hover p
{
    text-decoration: underline;
}

.mym-help
{
    background-color: #fff;
    position: absolute;
    margin: 0 auto;
    display: none;
    width: 400px;
    z-index: 500;
    top: 100px;
    right: 0;
    left: 0;
}

.mym-help .close
{
    background: url(../images/icon-menu-close-mobile.png) right center no-repeat;
    text-indent: -10000px;
    display: block;
    margin: 20px;
    height: 30px;
}

.mym-help .checkbox
{
    margin: 20px 10px 20px 20px;
}

.mym-help .mym-content
{
    overflow: scroll;
    height: 300px;
    margin: 20px;
}

.mym-help p
{
    line-height: 20px;
    font-size: 16px;
}

.darkroom-container
{
	margin: 45px 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px)
{
    .header
    {
        width: 700px;
    }
    
    .sound
    {
        margin: 5px auto 10px;
		position: relative;
		overflow: visible;
        width: 200px;
		height: 20px;
    }
    
    .sound .sc-player
    {
        margin: 0 auto;
		float: none;
    }
	
	.sound .details
	{
		position: absolute;
		width: 300px;
		float: none;
		left: 130px;
		top: 0;
	}
    
    .header .mobile-header
    {
        width: 700px;
        height: auto;
    }
    
    .header .logo-mobile
    {
        display: none;
    }
    
    .header .mobile-header .logo
    {
        display: block;
        width: 120px;
    }
    
    .header .mobile-header .logo img
    {
        width: 120px;
    }
    
    .header .mobile-header .icon-menu
    {
        /*background: url(../images/icon-menu-open.png) left top no-repeat;*/
        position: absolute;
        height: 38px;
        width: 38px;
        top: 98px;
        margin: 0;
        right: 0;
    }
    
    .header .mobile-header .icon-menu-close
    {
        /*background: url(../images/icon-menu-close-mobile.png) center center no-repeat;*/
    }
    
    .header .mobile-header .icon-sponsors
    {
        background: url(../images/share.png) left top no-repeat;
        position: absolute;
        height: 38px;
        width: 38px;
        top: 98px;
        margin: 0;
        left: 0;
    }
    
    .mobile-navigation .navigation
    {
        width: 700px;
    }
    
    .search-form
    {
        width: 700px;
    }
    
    .search-form .input-text
    {
        margin: 0 20px 20px 0;
        width: 568px;
        float: left;
    }
    
    .search-form .input-submit
    {
        text-align: center;
        float: left;
        width: 88px;
    }
    
    .page .single-column
    {
        width: 700px;
    }
    
    .page .container-with-navigation
    {
        margin: 20px auto 0;
        width: 720px;
    }
    
    .page .container-with-navigation .single-column
    {
        margin: 0 10px;
        width: 460px;
        float: left;
    }
    
    .page-navigation
    {
        margin: 0 10px 40px;
        display: block;
        width: 220px;
    }
    
    .page .full-container
    {
        overflow: hidden;
        margin: 0 auto;
        width: 720px;
    }
    
    .page .container720px
    {
        overflow: hidden;
        width: 480px;
        float: left;
    }
    
    .page .left-column,
    .page .right-column
    {
        margin: 20px 10px 0;
        width: 340px;
        float: left;
    }
    
    .page .right-column
    {
        display: block;
    }
    
    .page .pdf-download,
    .page .booking-form-container
    {
        margin: 0 10px 20px;
        width: 460px;
        float: left;
    }
    
    /* footer */
    .footer
    {
        width: 700px;
    }
    
    .footer .social .mailing-list
    {
        width: 559px;
    }
    
    /* literally canvas */
    .literally
    {
        display: block;
        width: 700px;
    }
    
    .literally-form
    {
        display: block;
    }
    
    .literally-not-supported
    {
        display: none;
    }
    
    .search-results-container
    {
        width: 700px;
    }
    
    .mailchimp-form,
    .mailchimp-form form
    {
        width: 700px;
    }
    
    .mailchimp-form form input
    {
        width: 690px;
    }
}

@media only screen and (min-width: 1024px)
{
    .header
    {
        width: 940px;
    }
    
    .sound
    {
        margin: 5px auto 10px;
		position: relative;
		overflow: visible;
        width: 200px;
    }
    
    .sound .sc-player
    {
        margin: 0 auto;
		float: none;
    }
	
	.sound .details
	{
		position: absolute;
		width: 300px;
		float: none;
		left: 130px;
		top: 0;
	}
    
    .header .mobile-header
    {
        width: 940px;
        height: auto;
    }
    
    .header .logo-mobile
    {
        display: none;
    }
    
    .header .mobile-header .logo
    {
        display: block;
        width: 120px;
    }
    
    .header .mobile-header .logo img
    {
        width: 120px;
    }
    
    .header .mobile-header .icon-menu
    {
        /*background: url(../images/icon-menu-open.png) left top no-repeat;*/
        position: absolute;
        height: 38px;
        width: 38px;
        top: 98px;
        margin: 0;
        right: 0;
    }
    
    .header .mobile-header .icon-menu-close
    {
        /*background: url(../images/icon-menu-close-mobile.png) center center no-repeat;*/
    }
    
    .header .mobile-header .icon-sponsors
    {
        background: url(../images/share.png) left top no-repeat;
        position: absolute;
        height: 38px;
        width: 38px;
        top: 98px;
        margin: 0;
        left: 0;
    }
    
    .mobile-navigation .navigation
    {
        width: 940px;
    }
    
    .search-form
    {
        width: 940px;
    }
    
    .search-form .input-text
    {
        margin: 0 20px 20px 0;
        width: 768px;
        float: left;
    }
    
    .search-form .input-submit
    {
        text-align: center;
        float: left;
        width: 128px;
    }
    
    .desktop-navigation
    {
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
        display: block;
    }
    
    .desktop-navigation ul
    {
        overflow: hidden;
        margin: 0 auto;
        width: 940px;
    }
    
    .desktop-navigation ul li
    {
        display: inline-block;
        float: left;
    }
    
    .desktop-navigation ul li a
    {
        font-family: 'Open Sans', arial, sans-serif;
        text-decoration: none;
        font-weight: 600;
        display: block;
        padding: 10px;
        color: #000;
    }
    
    .desktop-navigation ul li a:hover,
    .desktop-navigation ul li.active a
    {
        background-color: #000;
        color: #fff;
    }
    
    .page-navigation
    {
        margin: 0 10px 40px;
        width: 220px;
    }
    
    .page
    {
        /*order-bottom: 1px solid #000;*/
    }
    
    .page .single-column
    {
        width: 940px;
    }
    
    .page .full-container
    {
        overflow: hidden;
        margin: 0 auto;
        width: 960px;
    }
    
    .page .left-column,
    .page .right-column
    {
        margin: 20px 10px 0;
        width: 460px;
        float: left;
    }
    
    .page .right-column
    {
        display: block;
    }
    
    .page .pdf-download,
    .page .booking-form-container
    {
        margin: 0 10px 20px;
        width: 700px;
        float: left;
    }
    
    .page .container-with-navigation
    {
        overflow: hidden;
        margin: 0 auto;
        width: 960px;
    }
    
    .page .container720px
    {
        overflow: hidden;
        width: 720px;
        float: left;
    }
    
    .page .container-with-navigation .page-navigation
    {
        display: block;
    }
    
    .container-with-navigation .single-column
    {
        margin: 0 10px;
        width: 700px;
        float: left;
    }
    
    /* footer */
    .footer
    {
        width: 940px;
    }
    
    .footer .social .mailing-list
    {
        width: 799px;
    }
    
    /* literally canvas */
    .literally
    {
        display: block;
    }
    
    .literally-not-supported
    {
        display: none;
    }
    
    .search-results-container
    {
        width: 940px;
    }
    
    .mailchimp-form,
    .mailchimp-form form
    {
        width: 940px;
    }
    
    .mailchimp-form form input
    {
        width: 930px;
    }
}
