﻿/* ----------------------------
Base Styling
---------------------------- */
body {
    font-family: 'Amiri', serif;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ----------------------------
Columns
---------------------------- */
.row {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}

.columns {
    padding: 0;
}

.bgimg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fullbg, 
.scrollbox {
    width: 100%;
    padding: 10px 45px 45px;
	height:100%;
/*     height: calc(100vh - 10px); */
    overflow-y: auto;
    overflow-x: hidden;
}

.fullbg {
    overflow: hidden;
    position: relative;
}

.fullpg {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.fullbg .fullbg-content {
    position: absolute;
    bottom: 40px;
    width: -o-calc(100% - 90px);
    width: calc(100% - 90px);
    text-align: center;
}

.fullbg .row {
    background-color: transparent;
}

.fullbg .scrollbox {
    padding: 15px 0;
}

.fullbg .scrollbox h1,
.fullbg .scrollbox h2,
.fullbg .scrollbox h3,
.fullbg .scrollbox h4,
.fullbg .scrollbox h5,
.fullbg .scrollbox h6 {
    color: #fff;
}

.top_100 {
    margin-top: 100px;
}

@media only screen and (max-width: 48em) { 
    
    .bgimg {
        height: 300px !important;
    }
    
    .fullpg {
        height: auto !important;
        padding: 15px;
    }
    
    .fullpg.fullbg {
        padding: 30px;
    }
    
    .fullbg,
    .scrollbox {
        height: auto;
        overflow: visible;
        padding: 15px;
    }
    
    .fullbg .fullbg-content {
        width: -o-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    
    .top_100 {
        margin-top: 0;
    }
    
    label.right {
        float: right !important;
    }
    
}



/* ----------------------------
Modal Window
---------------------------- */
.reveal-modal {
    max-width: 800px;
    background-color: #1d1c18;
    color: #f5f5f0;
    text-align: center;
    border-color: #a09a95;
    border-radius: 6px;
    -moz-border-radius: 6px;
    top: 150px;
}

.reveal-modal h1,
.reveal-modal h2,
.reveal-modal h3,
.reveal-modal h4,
.reveal-modal h5, 
.reveal-modal h6 {
    color: #f5f5f0;
    font-size: 1.875rem;
    font-weight: normal;
    font-variant: small-caps;
    margin-bottom: 20px;
}

.reveal-modal .close-reveal-modal {
    height: 26px;
    width: 26px;
    right: 0.75rem;
    display: block;
    background: url(/family_coppola_resources/Content/Images/menu/Close.png) no-repeat center;
    /*
    width: 33px;
    height: 33px;
    line-height: 0.6;
    border: 1px solid #aaa;
    border-radius: 50%;
    -moz-border-radius: 50%;
    padding-left: 1px;
    right: 0.75rem;
    */
}

.reveal-modal .close-reveal-modal:hover {
    text-decoration: none !important;
}

@media only screen and (max-width: 48em) { 
    .reveal-modal {
        top: 0;
    }
}



/* ----------------------------
Header
---------------------------- */
#header a,
#header a:visited {
    color: #e2a618;
}

#header a:hover,
#header a:focus {
    color: #f7b61c;
}

#header span {
    line-height: 115px;
}

#header {
    background-color: #28241e;
    box-shadow: 0 0 10px 2px #000;
    height: 0px;
    color: #fff;
    top:0;
    left:0;
    z-index: 210;
	transition: height 0.3s ease;
	overflow:visible;
	width:100%;
}
.public #header {
	position: relative;
	height:75px;
	overflow:visible;
}
.member #header {
	position:fixed;
    height: 0px;
	overflow:hidden;
	display:none;
}

div#header.row.showing {
	max-width:100%;
}
.member #header:hover {
	overflow:visible;
	height:75px;
}

#header .headline {
    height: 42px;
	transition: height 0.3s ease;
    width: 300px;
    margin: 0 0 0 -150px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 15;
    text-align: center;
    background: #28241e;
}
.public #header .headline {
    height: 149px;
}
.member #header .headline {
    height: 0;
}

.member #header:hover .headline {
    height: 149px;
}

#header .columns {
    height: 75px;
    padding: 10px 45px;
}

#header .columns.text-right {
    height: 75px;
    padding: 0;
}

#header .columns img {
    height: auto;
    max-height: 100%;
    padding: 5px 0;
	width: 180px;
	margin-top: 4px;
}

.head-right a,
.head-right a:visited {
    color: #e2a618;
    text-transform: uppercase;
}

#the-family {
    max-width: 140px;
    margin: 10px auto 6px;
	transition: all 0.3s ease;
}
.public #the-family {
	height:32px;
}
.member #the-family {
	height:0px;
}

.member #header:hover #the-family {
    opacity:1;
	height:32px;
}

#coppola-words {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
	transition: all 0.3s ease;
	height:55px;
    width: 221px;
}

#coppola, #coppola-line {
    max-width: 221px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.3s 0.2s;
}

nav {
    margin: 15px auto 13px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: 'Oswald', sans-serif;
    line-height: 10px;
	opacity:0;
	transition: opacity 0.3s ease;
}
.public nav {
	opacity:1;
}
.member nav {
	opacity:0;
}
.member #header:hover nav {
    opacity: 1;
}

nav img {
    height: 10px;
    margin: 0 1px 3px 3px;
    vertical-align: text-bottom;
}

nav a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

#cinema-y, #wine-y, #food-y, #resorts-y, #adventure-y {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.3s;
}

#cinema-y {
    height: 31px;
    margin: -16px 0 0 -70px;
}

#wine-y {
    height: 31px;
    margin: -16px 0 0 -47px;
}

#food-y {
    height: 31px;
    margin: -16px 0 0 -50px;
}

#resorts-y {
    height: 31px;
    margin: -16px 0 0 -101px;
}

#adventure-y {
    height: 31px;
    margin: -16px 0 0 -102px;
}

#coppola.fade-out {
    opacity: 0;
    transition: all 0.3s;
}

#coppola-line.fade-in {
    opacity: 0.3;
    transition: all 0.3s;
}

#cinema-y.fade-in, #wine-y.fade-in, #food-y.fade-in, #resorts-y.fade-in, #adventure-y.fade-in {
    opacity: 1;
    transition: all 0.3s 0.2s;
}

@media only screen and (max-width: 48em) { 
    
    #header {
        height: 150px;
    }
    
}

/* --------------------------
Mobile Menu
-------------------------- */
#dl-menu {
    display: none;
    position: relative;
    z-index: 100;
	top: -20px;
}

.reservations {
    background-color: #e2a618 !important;
}

.dl-menuwrapper {
	width: 100%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
    text-align: left;
    background-color: #444;
}

.dl-menuwrapper span {
    float: left;
    padding: 10px 0 0 15px;
    font-family: 'Amiri', serif;
    color: #fff;
    font-size: 18px;
}

.dl-menuwrapper button {
	background-color: #222;
	border: none;
	width: 38px;
	height: 35px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
    margin: 5px;
    padding: 0;
}

.dl-menuwrapper button.dl-active,
.dl-menuwrapper button:hover {
    background: #000;
}

.dl-menuwrapper ul {
	background: #e0e0e0;
    text-align: left;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 4px;
	background: #fff;
	top: 8px;
	left: 16%;
    border-radius: 1px;
	box-shadow: 
		0 8px 0 #fff, 
		0 16px 0 #fff;
    -moz-box-shadow:
        0 8px 0 #fff,
        0 16px 0 #fff;
    -webkit-box-shadow:
        0 8px 0 #fff,
        0 16px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #222;
	outline: none;
    text-decoration: none;
    font-family: 'Amiri', serif;
}

.dl-menuwrapper ul li ul, 
.dl-menuwrapper ul li ol {
    margin-left: 0;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(0,0,0,0.05);
    text-decoration: none;
}

.dl-menuwrapper li.dl-back > a,
.dl-menuwrapper li.dl-home > a {
	padding-left: 30px;
    font-size: 16px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li.dl-home:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li.dl-home:after {
	left: 10px;
    top: 3px;
	color: rgba(0,0,0,0.3);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

/* 	pointer-events: none; */
/* 	opacity: 0; */
.dl-menuwrapper .dl-menu {
	margin: 0;
	position: absolute;
	display:none;
	width: 100%;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	    transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is opened, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 45px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

@media only screen and (max-width: 48em) {
    
    /* display mobile menu */
    #dl-menu {
        display: block;
    }
    
}


/* ----------------------------
Primary Menu
---------------------------- */
#Menu {
    /*width: 196px;*/
    width: 206px;
    height: 526px!important;
    height: auto;
    position: absolute;
    left: 45px;
    top: 88px;
    color: #f5f5f0;
    line-height: 26px;
}
.public #Menu {
    display:block;
}
.member #Menu {
    display:none;
}



#Menu .spacer {
    display: inline-block;
    height: 1px;
    width: 25px;
}

#Menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 176px;
    font-size: 0.875rem !important;
}

#Menu li {
    padding-right: 10px;
    text-align: right;
    min-height: 26px;
    line-height: 1.4;
    padding: 5px 10px 2px;
}

#Menu li img {
    margin-top: -3px;
    margin-left: 3px;
}

#Menu .MenuStub, #Menu .MenuStuck, #Menu .MenuLink, #Menu .MenuBack { cursor: pointer; }

.MenuStub {
    background-color: #1D1B18;
    text-transform: uppercase;
    background-image: url(/family_coppola_resources/Content/Images/menu/Menu-Icon.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-top: 3px;
}

.MenuStuck {
    background-color: #1D1B18;
    text-transform: uppercase;
    border-top: 1px solid #f4f4ef;
    border-top: 1px solid rgba(244, 244, 239, .8);
    padding-top: 3px;
}

.MenuNoLink {
    background-color: #f4f4ef;
    background-color: rgba(244, 244, 239, .8);
    color: #28241e;
    font-weight: bold;
    opacity: .8;
}

.MenuLink {
    background-color: #f4f4ef;
    background-color: rgba(244, 244, 239, .8);
    color: #28241e;
    opacity: .8;
    text-decoration: none;
}

#Menu .MenuLink a {
    text-decoration: none;
    color: #28241e;
    display: block;
}

#Menu .MenuBack a {
    text-decoration: none;
    color: #F4F4F4;
    display: block;
}

#Menu .MenuStuck a {
    text-decoration: none;
    color: #F4F4EF;
}

.MenuBack {
    background-color: #666666;
    opacity: 1!important;
    background-image: url(/family_coppola_resources/Content/Images/menu/mnuArrowBack.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    text-decoration: none;

}

.MenuBack a { padding-right: 15px; }

.menuLogo img { padding-bottom: 5px; }

/*************************************/

/*                                   */

/*        Popup Menu Styles          */

/*                                   */

/*************************************/

.menuLinkRow #logoCinema { background: url(/family_coppola_resources/Content/Images/menu/popup/tfc-cinema.png) no-repeat; }

.menuLinkRow #logoWine { background: url(/family_coppola_resources/Content/Images/menu/popup/tfc-wine.png) no-repeat; }

.menuLinkRow #logoFood { background: url(/family_coppola_resources/Content/Images/menu/popup/tfc-food.png) no-repeat; }

.menuLinkRow #logoResorts { background: url(/family_coppola_resources/Content/Images/menu/popup/tfc-resorts.png) no-repeat; }

.menuLinkRow #logoAdventure { background: url(/family_coppola_resources/Content/Images/menu/popup/tfc-adventure.png) no-repeat; }

.menuLinkRow #logoCinema:hover, .menuLinkRow #logoWine:hover, .menuLinkRow #logoFood:hover, .menuLinkRow #logoResorts:hover, .menuLinkRow #logoAdventure:hover { background-position: 0 -46px; }


#popupMenu {
    width: 670px;
    height: 600px;
    background-color: #1D1B18;
    border: 1px solid #B2B2B2;
    border-radius: 10px;
    position: absolute;
    top: 75px;
    margin-left: -330px;
    left: 50%;
    display: none;
    z-index: 9999;
    padding: 10px 20px 10px 20px;
    color: #b2b2b2;
}

#popupMenu .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url(/family_coppola_resources/Content/Images/menu/Close.png) no-repeat;
    cursor: pointer;
}


#popupMenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    clear: both;
    height: auto;
}

#popupMenu a {
    text-decoration: none;
    color: #b2b2b2;
}

#popupMenu a:hover {
    text-decoration: none;
    color: white;
}

.menuLinkRow li {
    float: left;
    text-align: center;
}


.menuLinkRow { position: relative; }

.menuLinkRow .logo {
    height: 46px;
    width: 110px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}


#popupMenu hr { clear: both; }

.textLinks li { margin-left: 10px; }

.backtohome {
    position: absolute;
    bottom: 18px;
    left: 197px;
}

.textLinks {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}


/* Row Cinema */

.menuLogo1 {
    display: block;
    margin-left: 40px;
    cursor: pointer;
    height: 67px;
}

#mnuFilmography {
    width: 196px;
    height: 46px;
    margin-top: 10px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/family-tree-sprite.png) no-repeat;
}

#mnuZoetrope {
    width: 100px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/american-zoetrope-sprite.png) no-repeat;
    margin-top: 5px;
}

#mnuFilmography:hover { background-position: 0 -52px; }
#mnuZoetrope:hover { background-position: 0 -67px; }

/* Row Wine */

.menuLogo2 {
    display: block;
    margin-left: 40px;
    cursor: pointer;
    width: 174px;
    height: 70px;
}

#mnuFFCW { background: url(/family_coppola_resources/Content/Images/menu/popup/ffcw-sprite.png) no-repeat;height: 69px;margin-top: 5px;}

#mnuAPWG { background: url(/family_coppola_resources/Content/Images/menu/popup/virginia-dare-sprite.png) no-repeat;height: 77px;margin-top: -3px;}

#mnuFFCW:hover{ background-position: 0 -69px; }
#mnuAPWG:hover { background-position: 0 -77px; }

/* Row Food */

.menuLogo3 {
    display: block;
    margin-left: 40px;
    cursor: pointer;
}

#mnuRustic {
    margin-left: 40px;
    margin-top: 21px;
    width: 83px;
    height: 53px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/rustic-sprite.png) no-repeat;
}

#mnuPoolCafe {
    margin-top: 9px;
    width: 50px;
    height: 66px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/pool-cafe-sprite.png) no-repeat;
}

#mnuCafeZoetrope {
    width: 75px;
    height: 75px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/cafe-zoetrope-sprite.png) no-repeat;
}

#mnuMammarellaFoods {
    margin-top: 4px;
    height: 71px;
    width: 101px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/mammarella-foods-sprite.png) no-repeat;
}


#mnuRustic:hover { background-position: 0 -53px; }

#mnuPoolCafe:hover { background-position: 0 -66px; }

#mnuCafeZoetrope:hover { background-position: 0 -75px; }

#mnuMammarellaFoods:hover { background-position: 0 -71px; }


/* Row Resorts */

.menuLogo4 {
    display: block;
    height: 82px;
    margin-left: 25px;
    margin-top: -5px;
    cursor: pointer;
}


#mnuBlancaneaux {
    margin-left: 40px;
    width: 65px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/blancaneaux-sprite.png) no-repeat;
}

#mnuTurtleInn {
    width: 60px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/turtle-inn-sprite.png) no-repeat;
}

#mnuLaLancha {
    width: 60px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/la-lancha-sprite.png) no-repeat;
}

#mnuPalazzo {
    height: 81px;
    width: 113px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/palazzo-sprite.png) no-repeat;
}

#mnuJardin {
    height: 50px;
    width: 64px;
    margin-top: 24px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/jardin-sprite.png) no-repeat;
}

#mnuBlancaneaux:hover, #mnuTurtleInn:hover, #mnuLaLancha:hover, #mnuFood:hover { background-position: 0 -82px; }

#mnuPalazzo:hover { background-position: 0 -81px; }

#mnuJardin:hover { background-position: 0 -50px; }



/* Row Adventure */

.menuLogo5 {
    display: block;
    height: 63px;
    margin-left: 33px;
    margin-top: 5px;
    cursor: pointer;
}

#mnuAdventure:hover { background-position: 0 -53px; }
#mnuAllStory:hover { background-position: 0 -34px; }

#mnuAdventure {
    margin-left: 70px;
    width: 153px;
    height: 47px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/adventure-sprite.png) no-repeat;
}

#mnuAllStory {
    width: 148px;
    height: 34px;
    margin-top: 16px;
    background: url(/family_coppola_resources/Content/Images/menu/popup/zoetrope-sprite.png) no-repeat;
}


@media only screen and (max-width: 48em) { 
    #Menu {
        display: none !important;
    }
}

/* ----------------------------
Footer
---------------------------- */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #b9b4af;
    min-height: 60px;
	z-index: 10;
}

footer .footer-container {
    width: calc(100% - 40px);
    max-width: 1040px;
    background: none;
    -webkit-font-smoothing: antialiased;
}

footer .columns {
    padding: 0;
}

footer a, 
footer a:visited {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #b9b4af;
}

footer a:hover,
footer a:focus {
    color: #fff;
}

footer a.ns,
footer a.ns:visited {
    font-family: 'News Cycle', sans-serif;
    text-transform: none;
    line-height: 1rem;
    font-size: 0.75rem;
    -webkit-font-smoothing: subpixel-antialiased;
}

footer small {
    padding: 0;
    font-size: 0.65rem;
    -webkit-font-smoothing: subpixel-antialiased;
}

footer .footer-copyright {
    text-align: center;
    line-height: 1rem;
    padding: 2.5px 0;
}

footer .footer-copyright small {
    display: inline-block;
}

footer .footer-page-links {
    padding: 8px 0 5px;
}

footer .footer-page-links a, footer .footer-copyright a {
    display: inline-block;
    margin-right: 10px;
}

footer .footer-page-links a:last-of-type {
    margin-right: 0;
}

footer .footer-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

footer .footer-timeline {
    overflow: hidden;
    max-width: 110px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 2%;
    cursor: pointer;
}

footer .footer-timeline div {
    color: white;
    font-family: 'News Cycle', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: 0.02rem;
}

footer .footer-timeline div:nth-child(1) {
    height: 25px;
    background-color: #1e1c19;
    font-size: 0.875rem;
    line-height: 25px;
}

footer .footer-timeline div:nth-child(1) img {
    vertical-align: top;
    max-width: none;
}

footer .footer-timeline div:nth-child(1) span {
    color: #e3a719;
}

footer .footer-timeline div:nth-child(2) {
    height: 15px;
    background-color: #7d766f;
    font-size: 0.75rem;
    text-align: center;
    line-height: 15px;
}

footer .footer-timeline div:nth-child(2) .fa {
    padding: 0 0 0 2px;
    line-height: 15px;
}

footer .footer-social-links {
    text-align: center;
    padding: 6px 0 10px;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0 4% 0 1%;
}

footer .footer-social-links a {
    display: inline-block;
    margin: 0 5px;
}

footer .footer-social-links .fa {
    font-size: 1.25rem;
    vertical-align: middle;
    padding: 0;
}

footer .footer-social-links #openTable-logo {
    height: 20px;
    vertical-align: middle;
    padding: 1px 0;
}

footer .footer-social-links a:hover #openTable-logo path {
    fill: #ffffff;
}

footer label.inline {
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 1;
    color: #e2a718;
    float: left;
    padding: 10px 0;
    width: 20px;
}

footer label.inline .fa {
    padding: 0;
    vertical-align: middle;
    font-size: 1.25rem;
}

footer form button.button {
    float: left;
    padding: 0;
    color: #e2a718;
    text-align: center;
    font-family: 'Amiri', serif;
    background: none;
    width: 52px;
    margin-top: 11px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 20px;
    line-height: 20px;
}

footer form button.button:hover, footer form button.button:focus {
    background: none;
}

footer input[type="text"] {
    float: left;
    width: calc(100% - 82px);
    margin-right: 5px;
    height: 20px;
    margin-top: 11px;
    transition: none;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    padding: 3px 5px 2px;
}

footer input[type="text"],
footer button, 
footer .button {
    margin-bottom: 0;
}



@media only screen and (max-width: 48em) { 
    
    footer {
/*         position: relative; */
    }
    
    footer .footer-container {
        width: calc(100% - 20px);
    }
    
    footer .footer-page-links {
        text-align: center;
    }
    
    footer .footer-social-links {
        margin: 0 0 0 2%;
    }
    
    /*footer .inline-list {
        line-height: 1.7;
        margin-bottom: 0;
    }
    
    footer .inline-list:not(.social) > li {
        width: 33%;
        margin-right: 0;
    }
    
    footer .social > li {
        padding-top: 0;
    }
    
    footer label.inline {
        text-align: left !important;
    }
    
    footer p {
        line-height: 1.1;
    }*/
    
    footer form {
        margin: 10px auto;
        max-width: 300px;
    }
    
    footer a.ns {
        margin-bottom: 5px;
    }
    
}



.launch {
    line-height: 42px;
}

.media-years li {
    margin-left: 0.65rem;
    font-size: 0.85rem;
}

.media-years li:first-child {
    margin-left: 0;
}

.media-years li a,
.media-years li a:visited {
    color: #666;
}

.media-years li a:hover,
.media-years li a:focus,
.media-years li.active a {
    color: #000;
    text-decoration: none;
}

.post-block {
    display: block;
    margin-bottom: 15px;
}

.post-block img {
    padding-top: 5px;
}

.post-wrapper {
    padding-left: 30px;
}

/* ditch extra padding on left for mobile */
@media only screen and (max-width: 48em) { 
    .post-wrapper {
        padding: 0;
        border-bottom: 1px dotted #ccc;
    }
}

.post-wrapper a,
.post-wrapper a:visited {
    color: #000;
}

.post-wrapper h5 {
    line-height: 1.2;
}

.read-more {
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.prefix, .postfix {
    font-size: 0.975rem;
}

.panel .columns {
    line-height: 1.4 !important;
    font-size: 0.95rem !important;
}

.scrollbox small {
    font-size: .7em;
}

.panel .small-2 select {
    line-height: 23px;
}

.panel input, .panel select {
    font-size: 0.975rem;
}

.scrollbox ul {
  line-height: 1.4;
  list-style: none;
  font-size: 1.1rem;
}

.scrollbox ul li {
  position: relative;
}

.scrollbox ul li:before {
    content: '•';
  position: absolute;
  left: -15px;
}

@-moz-document url-prefix() {
    .scrollbox a, .scrollbox u {
        font-family: georgia;
        font-size: 1rem;
    }
	
	.scrollbox h5 a {
        font-family: georgia;
        font-size: 1.15rem;
    }
	
	.scrollbox a.button {
		font-family: 'Oswald',sans-serif;
	}
    
    .scrollbox a .fa-camera {
        font-size: 20px;
    }
    
    .scrollbox small, .scrollbox .acknowledgement a {
        font-size: 0.65rem;
    }
    
    .panel .small-2 select {
        height: 30px !important;
    }
}

@media screen\0 {
	.scrollbox a, .scrollbox u {
        font-family: georgia;
        font-size: 1rem;
    }
	
	.scrollbox h5 a {
        font-family: georgia;
        font-size: 1.15rem;
    }
	
	.scrollbox a.button {
		font-family: 'Oswald',sans-serif;
	}
    
    .scrollbox a .fa-camera {
        font-size: 20px;
    }
    
    .scrollbox small, .scrollbox .acknowledgement a {
        font-size: 0.65rem;
    }
}


/* ----------------------------
00. Global Updates/Additions
01. Homepage
02. Media Highlights
03. Resorts Homepage
04. Wine Landing Page
05. Food Landing Page
06. Cinema & Adventure Landing Pages
---------------------------- */

/* ----------------------------
00. Global Updates/Additions
---------------------------- */
/* not high enough */
.reveal-modal { z-index: 9999; }

/* added to keep some pages from stretching to eternity */

.max-width { max-width: 1200px; }

.show-small-only { visibility: hidden; }

.show-medium-up { visibility: visible; }


.fullbg .fullbg-content { bottom: 65px; }

@media only screen and (max-width: 48em) {
    .show-small-only { visibility: visible !important; }

    .show-medium-up {
        visibility: hidden !important;
        display: none !important;
    }

    .fullbg .fullbg-content {
        bottom: 10px;
        position: relative;
        width: 100%;
    }

    .bgimg {
        min-height: 300px;
        height: auto !important;
    }

    #blocker { display: none !important; }
}


/* Footer changes */

.footer-links a {
    padding: 10px 8px 0 0;
    display: inline-block;
    font-size: 0.725rem;
}

.footer-links a:last-child { padding-right: 0; }

/* ditch extra padding at top */

@media only screen and (max-width: 48em) {
    .footer-links a { padding-top: 5px; }

    .wht a:hover, .wht a:focus {
        text-decoration: none;
        border-bottom: none;
    }
}

@media only screen and (min-width: 48.0625em) {
    .wht h1 { font-size: 2.875rem; }
}

footer small {
    display: block;
    /*margin-top: 2px;*/
}

footer .fa {
    display: inline-block;
    padding: 0 5px;
}



@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'Rockwell';
    src: url('../fonts/rockwell.eot');
    src: url('../fonts/rockwell.eot?#iefix') format('embedded-opentype'), url('../fonts/rockwell.woff') format('woff'), url('../fonts/rockwell.ttf') format('truetype'), url('../fonts/rockwell.svg#webfontzabTfhFB') format('svg');
}

p a, p a:hover, p a:visited, .scrollbox li a, .scrollbox li a:hover, .scrollbox li a:visited {
	color: #b48c0c;
}

footer .footer-section {
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

footer .footer-timeline {
    margin: 0 4%;
}

.vdw-menu {
    float: right;
    margin: 8px 0 0;
    font-family: inherit;
	text-transform: uppercase;
}

.vdw-menu a {
	display: inline-block;
	font-size: 0.875rem;
    height: 18px;
	border-right: 1px solid #7d766f;
	padding: 0px 6px;
}

.vdw-menu a:hover {
	text-decoration: none;
}

.vdw-menu a:last-of-type {
	border-right: none;
}

#header .vdw-menu span {
	line-height: 1.5;
}

#header .columns .cart-icon {
	width: 20px;
	padding: 0 5px 5px 0;
}

#header form {
    margin-top: 0;
}

#header form p {
	font-size: 0.6875rem;
	float: right;
	margin: 0;
	text-align: center;
	width: 62%;
	height: 14px;
	max-width: 312px;
    clear: both;
}

#header form p span {
	line-height: 1.3;
}

#header label.inline {
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 1;
    color: #e2a718;
    float: right;
    padding: 5px 0 4px;
    width: 20px;
}

#header .fa {
    display: inline-block;
    padding: 0 5px;
}

#header label.inline .fa {
    padding: 0;
    vertical-align: middle;
    font-size: 1.25rem;
}

#header input[type="text"] {
    float: right;
    width: calc(60% - 73px);
    margin-right: 5px;
    height: 20px;
    margin-top: 6px;
    transition: none;
    font-family: Arial,sans-serif;
    font-size: .75rem;
    padding: 3px 5px 2px;
	max-width: 230px;
}

.vdw-modal {
	border: 1px solid #a58a55;
    border-radius: 0;
    	-moz-border-radius: 0;
    box-shadow: 0 0 0 12px rgb(165,138,85);
    outline: 8px solid #1d1c18;
	background-image: url(/family_coppola_resources/content/img/apwg-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
}


	
.timeline {
    position: absolute;
    width: 100%;
    height: 0;
	z-index: 300;
}

.carousel { z-index: 120; }

.carouselContainer {
    width: 1192px;
    z-index: 100;
    position: absolute;
    bottom: 85px;
    height: 365px;
    left: 50%;
    margin-left: -596px;
    display: none;
}

.ticker {
    background-color: #1E1C19;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
    width: 100%;
    z-index: 51;
    position: absolute;
    border-top: 1px solid #A09B96;
    bottom: 46px;
}

.tickerSymbol {
    color: #f4f4ef;
    cursor: pointer;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    position: absolute;
    text-align: center;
    color: #E3A719;
}

.tickerSymbol:hover span { color: #f4dea9; }

.tickerSymbol span {
    margin-left: 3px;
    color: #F5F5F0;
}

.controlPanel {
    position: absolute;
    display: block;
    width: 278px;
    height: 35px;
    background-color: #1E1C19;
    z-index: 100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 415px;
    left: 50%;
    margin-left: -139px;
    display: none;
}

.controlPanel .left {
    position: absolute;
    left: 89px;
    top: 13px;
    cursor: pointer;
    background-image: url(/family_coppola_resources/Content/Images/icons/btnLeft.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 10px;
    width: 20px;
    cursor: pointer;
}

.controlPanel .play {
    position: absolute;
    left: 130px;
    top: 8px;
    cursor: pointer;
    background-image: url(/family_coppola_resources/Content/Images/icons/btnPlayPause.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.controlPanel .right {
    position: absolute;
    left: 169px;
    top: 13px;
    cursor: pointer;
    background-image: url(/family_coppola_resources/Content/Images/icons/btnRight.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 10px;
    width: 20px;
    cursor: pointer;
}

.controlPanel .timelineClose {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.imageContainer {
    float: left;
    position: absolute;
    height: 365px;
    line-height: 365px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.moduleImage {
    max-height: 365px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}


.debug {
    position: absolute;
    width: 100%;
    height: 1.1em;
    bottom: 150px;
    color: white;
    padding-left: 10px;
}

#popuptextbox {
    display: none;
    opacity: 1;
    top: 200px;
    z-index: 9999;
    max-width: 500px;
    background-color: #1D1C18;
    color: #F5F5F0;
    text-align: center;
    border-color: #A09A95;
    border-radius: 5px;
    border: 1px solid #666;
    width: 500px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    vertical-align: middle;
}

#popuptext {
    display: inline-block;
    position: relative;
    margin: 45px 18px 20px 18px;
}

#popuptext a, #popuptext a:visited {
    color: #E3A719;
}

.popupclose {
    height: 26px;
    width: 26px;
    display: block;
    background: transparent url("/family_coppola_resources/Content/Images/menu/Close.png") no-repeat scroll center center;
    color: #AAA;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

#timelineLoader {
    position: absolute;
    left: 50%;
    bottom: 75px;
    width: 20px;
    height: 20px;
}

#mobile-blocker {
    background-color: #1D1B18;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* for IE */
    filter: alpha(opacity=80);
    /* CSS3 standard */
    opacity: .8;
    display: none;
    z-index: 25;
    position: fixed;
}


.SFC_header {
	width:100%;
	height: 500px;
	background-image: url(/images/SFC_logo.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat:no-repeat;
}
body.coppolashorts .SFC_header {
	height: 1px;
	background-image: none;
}


