/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

@font-face {
    font-family: 'LibreBaskerville';
    src: url('../../fonts/lucida-calligraphy.eot');
	src: url('../../fonts/lucida-calligraphy.eot?#iefix') format('eot'),
         url('../../fonts/lucida-calligraphy.svg') format('svg'),
         url('../../fonts/lucida-calligraphy.woff') format('woff'),
         url('../../fonts/lucida-calligraphy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MotionPicture_PersonalUseOnly";
    font-style: italic;
    font-weight: normal;
    src: url("../../fonts/MotionPicture_PersonalUseOnly.ttf");
}

@font-face {
    font-family: 'motionpicture';
    src: url('../../fonts/lucida-calligraphy.eot');
	src: url('../../fonts/lucida-calligraphy.eot?#iefix') format('eot'),
         url('../../fonts/lucida-calligraphy.svg') format('svg'),
         url('../../fonts/lucida-calligraphy.woff') format('woff'),
         url('../../fonts/lucida-calligraphy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "LibreBaskervilleregular";
    font-style: italic;
    font-weight: normal;
    src: url("../../fonts/lucida-calligraphy.otf");
}
@font-face {
  font-family: 'LibreBaskervilleregular';
  src: url('../../fonts/lucida-calligraphy.otf') format('otf')
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

#page-wrap { position: relative; width: 400px; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
.black {
    background: #000;
    opacity: 0;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
}
.header-pop{
    position: relative;
    z-index: 9999;
}
p { font: 15px/2 Georgia, Serif; margin: 0 0 30px 0; text-indent: 40px; }
        
        
.header-pop{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.header-pop a{
    display: block;
    margin-bottom: 45px;
}
ul.location-bar{
    margin-top: 26px;
}
.location-bar li {
    display: inline-block;
    margin: 0 35px;
}
.location-bar li a, .booking-panel ul li a {
    color: #b1b1b1;
    display: block;
    font-family: "LibreBaskervilleregular";
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 20px;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}
.location-bar li a span, .booking-panel ul li a span {
    color: #b1b1b1;
    display: block;
    font-size: 17px;
    /*font-style: italic;*/
    text-transform: capitalize;
}
.header-pop h1 {
    color: #D4AF37;
    font-family: motionpicture !important;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -3px;
}
.header-pop h2 {
    color: #D4AF37;
    font-family: motionpicture !important;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -3px;
}
li span, li{
    font-family: LibreBaskerville !important;
}
li a{
    text-decoration: none;
}
.know{
    display: block; text-align: center; position: relative; margin-top: 30px;
}
.know a{
    font-family: LibreBaskervilleregular; color: rgb(255, 255, 255); text-decoration: none; width: 128px; text-align: center; margin: auto; border: 1px solid; padding: 8px; font-size: 14px; text-transform: uppercase;
}
.know a:hover{
    font-family: LibreBaskervilleregular; color: rgb(0, 0, 0); text-decoration: none; width: 128px; text-align: center; margin: auto; border: 1px solid; padding: 8px; font-size: 14px; text-transform: uppercase; background:  #fff; 
}