@charset "UTF-8";

html, body {
	width: 100%;
	height: 100%;
}

#loading {
	min-height: 100%;
	min-width: 100%;
	top: 0;
	left: 0;
	z-index: 8;
	background-color: #bfd7ca;
	position: fixed;
}

#overlay {
	min-height: 100%;
	min-width: 100%;
	top: 0;
	left: 0;

	z-index: 8;
	position: fixed;
	visibility: hidden;
}

#overlay_background {
	background-color: rgba(0,0,0,.6);
	position: fixed;
	min-height: 100%;
	min-width: 100%;
	z-index: -1;
}
#overlay_x_out {
	cursor: pointer;
}

#overlay_wrapper {
	margin: 0 auto;
	background-image: url(../images/amalfibkg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 50px;
	height: 500px;
	width: 600px;
	position: relative;
}

.overlay_content {
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	position: absolute;
	top: 10px;
	left: 0;
	padding: 0px 40px 0px 40px;
	overflow: scroll;
	display: none;
}

.overlay_image_left {
	float: left;
	width: 35%;
	margin: 5px 5px 5px 0px;

}

.overlay_image_right {
	float: right;
	width: 35%;
	margin: 5px 0px 5px 5px;
}

#wrapper{
	min-height: 100%;
	min-width: 100%;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	text-align: center;
	width: 100%;
	height: 120px;
	background-image: url(../images/_mariandsagar_lemon_repeat.png);
	background-repeat: repeat-x;
}

#sidebar {
	height: auto;
	padding: 0px;
	margin: 0px;
	width: 250px;
	float: left;
}

#sidenav {
	position: fixed;
	top: 50px;
	left: 30px;
}

#sidenav a {
	font-size: 1.8em;
	line-height: 2.6em;
	font-family: 'great_vibesregular', cursive;
	text-align: center;
	width: 200px;
	height: 50px;
	display: inline-block;
	display: block;
	color: rgb(254,215,40);
	background-image: url(../images/step_50px.png);
	margin-bottom: 0px;
}

#sidenav a:hover {
	color: #D62027;
	font-family: "great_vibesregular", cursive;
	background-image: url(../images/step2.png);
	-moz-transform: scale(1.1) rotate(-1deg);
	-webkit-transform: scale(1.1) rotate(-1deg);
	-o-transform: scale(1.1) rotate(-1deg);
	-ms-transform: scale(1.1) rotate(-1deg);
	transform: scale(1.1) rotate(-1deg);
	text-shadow: 2px 1px 2px #FFF;
}

#contentWrap{
	position: absolute;
	left: 275px;
	width: calc(100% - 305px);
	margin-top: 0px;
}

#hidden-content{
	min-width: 1000px;
	max-width: 1050px;
	width: 1000px;
	top: 60px;
	height: 720px;
	visibility: hidden;
	margin: 0 auto;
	position: absolute;
	overflow:hidden;
	z-index: 0;
}

#content{
	min-width: 1000px;
	max-width: 1050px;
	width: 1000px;
	top: 60px;
	height: 720px;
	background-image: url('../images/old_paper_stock.png');
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}

#sliderWrap {
	position: absolute;
	width: 15000px;
	left: 0px;
	top: 0;
	height: 700px;
	overflow:hidden;
}

.contentItem {
	width: 900px;
	height: 580px;
	top: 0px;
	left: 0;
	position: absolute;
	display: none;
	margin-right: 100px;
	margin: 60px 100px 70px 50px;
	overflow: hidden;
}

.contentItemContent {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow-y: scroll;
	overflow-x: hidden;

}

#itinerary {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.itinerary {
	list-style: none;
	display: inline-block;
	height: 510px;
	width: 28%;
	margin-right: 0%;
	top: 0;
	position: relative;
	float: left;
}

.itinerary li:last-child {
	margin-right: 0;
}

.itinerary p {
	font-size: 1em;
	text-align: center;
}	

ul {
	list-style: url(../myicon.png);
	list-style-position: outside;
	padding: 0px 0px 0px 25px;
}

#hotelBlock {
	width: 90%;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	/*background-image:url(../images/paper_oldcard2.jpg);
	background-repeat:no-repeat;
	background-size:cover;*/
	
}

.hotelBlock {
	display: block;
	width: 700px;
	height: 200px;
	padding-left: 10px;
	margin-bottom:10px;
	margin: 0 auto;
}

.oldDoor {
	width:360px;
	height:705px;
	background-image:url(../images/villa_entrance_a.png);
	background-repeat:no-repeat;
	position: relative;
	float: right;
	margin-top: 10px;
}

.oldPaper p::first-letter {
	font-size:150%;
	text-indent:hanging;
}
	
.oldPaper p {
	text-align:justify;
}
	
#textOnPaper {
	width:320px;
	margin-right: 20px;
	float: left;
	padding: 0px;
	position: relative;
}

.hotel_image_lemon {
	width:600px;
}

.hotel_info {
	width: calc(100% - 242px);
	float: left;
	font-style: normal;
	font-variant: normal;
	background: url(../images/stamps.png) no-repeat;
	background-position: 280px -10px;
	background-size: 40%;
}

.hotel_info h2 {
	font-size: 2em;
	text-align:left;
	margin-bottom: 2px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

.hotel_info h3 {
	text-align:left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	color: #333996;
}

.hotelBlock p {
	font-size: 0.9em;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: 0px;
	width: 49%;
}

.norotate {
	-webkit-transform: none !important;
  	-moz-transform: none !important;
  	-o-transform: none !important;
  	-ms-transform: none !important;
  	transform: none !important;
}

.hotel_image {
	display: block;
	float: left; 
	margin-right: 10px;
	width: 220px;
	border: 6px solid white;
	border-bottom: 35px solid white;
	-moz-box-shadow:    -5px 5px 5px 0px #555;
  	-webkit-box-shadow: -5px 5px 5px 0px #555;
  	box-shadow:         -5px 5px 5px 0px #555;
}

/*TEXT STYLES*/
h1 {
	font-size: 2.7em;
	font-family: 'great_vibesregular', cursive;
	/*color: #2E1E00;*/
	/*color: #D62027;*/
	color: #D62027;
	text-align: center;
	margin: 5px;
}

p {
	font-size: 1.1em;
	text-height:0.9em;
	font-family: 'Handlee', cursive;
	color: #333996;
	/*color: #006969;*/
	text-align:justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

p::first-letter {
	font-size: 1.5em;
}

li p::first-letter {
	font-size: 1.1em;
}

h3 {
	font-size: 1.75em;
	font-family: 'great_vibesregular', cursive;
	color: #D62027;
	text-align: center;
	margin: 5px;
}

h2 {
	font-size: 2.5em;
	font-family: 'great_vibesregular', cursive;
	color: #333996;
	text-align:center;
	margin: 10px;
}

h4 {
	font-size: 1.5em;
	font-family: 'roboto_slabregular', serif;
	color: #333996;
	margin-top: 5px;
	text-align: center;
}
	
a:visited {
	text-height:0.9em;
	color: #D62027;
}

a:hover {
	text-height:0.9em;
	color: #FED728;
}

a {	
	text-decoration: none;
	font-family: 'Handlee', cursive;
	color: #D62027;}

#mspic1 {
	position: absolute;
	top: 200px;
	left: 0px;
	-moz-transform: scale(.5) rotate(-16deg);
	-webkit-transform: scale(.5) rotate(-16deg);
	-o-transform: scale(.5) rotate(-16deg);
	-ms-transform: scale(.5) rotate(-16deg);
	transform: scale(.5) rotate(-16deg);
}

#mspic1:hover {
	position: absolute;
	top: 200px;
	left: 0px;
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 501;
}

#mspic2 {
	position: absolute;
	top: 200px;
	left: 115px;
	-moz-transform: scale(.5) rotate(16deg);
	-webkit-transform: scale(.5) rotate(16deg);
	-o-transform: scale(.5) rotate(16deg);
	-ms-transform: scale(.5) rotate(16deg);
	transform: scale(.5) rotate(16deg);
}

#mspic2:hover {
	position: absolute;
	top: 200px;
	left: 115px;
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 505;
}

#mspic3 {
	position: absolute;
	top: 200px;
	left: 230px;
	-moz-transform: scale(.5) rotate(-8deg);
	-webkit-transform: scale(.5) rotate(-8deg);
	-o-transform: scale(.5) rotate(-8deg);
	-ms-transform: scale(.5) rotate(-8deg);
	transform: scale(.5) rotate(-8deg);
}

#mspic3:hover {
	position: absolute;
	top: 200px;
	left: 230px;
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 505;
}

/*END PATRICK CODE*/

@font-face {
	font-family: 'great_vibesregular';
	src: url('../fonts/greatvibes-regular-webfont.eot');
	src: url('../fonts/greatvibes-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/greatvibes-regular-webfont.woff') format('woff'), url('../fonts/greatvibes-regular-webfont.ttf') format('truetype'), url('../fonts/greatvibes-regular-webfont.svg#great_vibesregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_slabbold';
	src: url('../fonts/robotoslab-bold-webfont.eot');
	src: url('../fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotoslab-bold-webfont.woff') format('woff'), url('../fonts/robotoslab-bold-webfont.ttf') format('truetype'), url('../fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_slabregular';
	src: url('../fonts/robotoslab-regular-webfont.eot');
	src: url('../fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotoslab-regular-webfont.woff') format('woff'), url('../fonts/robotoslab-regular-webfont.ttf') format('truetype'), url('../fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 100%;
	line-height: 1.2;
	background-image: url(../images/_mariandsagar_bg_sand.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position:left bottom; 
	
	}


.lemonIcon {
	display:inline-block;
	margin: -25px -4px 0px -4px
}

	
#footer {
	position: fixed;
	z-index: -1;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 120px;
	background-image: url(../images/_mariandsagar_sand_repeat.png);
	background-repeat: repeat-x;
}

/*.rowrsvp {
	padding-top: 10px;
	background-color: rgba(255, 153, 20, 0, 2);
}

.rowGifts {
	padding-top: 10px;
	background-color: rgba(255, 153, 220, 0, 2);
}

.rowGuestbook {
	padding-top: 10px;
	background-color: rgba(255, 153, 110, 0, 2);
}*/

.clear {
	clear: both;
}

/*location--_amalfi_ravello_Container Map*/
.containerMap {
	background: url("../images/coast_map_3float.jpg") no-repeat;
	color: #000000;
	height: 600px;
	margin: 5px auto;
	overflow: hidden;
	position: relative;
	width: 700px;
}

.dialog {
	background-color:rgba(255,255,255,0.7);
	border-color:rgba(216, 206, 168, 1);
	color: #FFF;
	font-size: 1em;
	display: none;
	height: 500px;
	left: 20px;
	line-height: 1em;
	padding: 30px 40px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 650px;
	z-index: 10;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
    	border-radius: 20px;
}

.dialog .close {
	background-color: #D62027;
	cursor: pointer;
	font-size: 1em;
	height: 27px;
	line-height: 1.1em;
	position: absolute;
	right: 0px;
	top: -20px;
	width: 16px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}

.labels p {
	display: none;
}

.labels a {
	background-color: #D62027;
	color: #FFFFFF;
	display: none;
	height: 20px;
	padding: 0px 0 0;
	position: absolute !important;
	text-align: center;
	text-decoration: none;
	width: 100px;
	display:inline-block;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
/*	-moz-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);*/
}

.labels > a {
	background-color: #D62027;
	opacity:0.7;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.labels a:hover {
	background-color: rgb(128, 128, 128);
	z-index:500;
}

.labels a span {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #D62027;
	bottom: -15px;
	height: 0;
	left: 5px;
	position: absolute;
	width: 0;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.labels a:hover span {
	border-top: 15px solid #D62027;
}

#coast_pointer	{position:absolute;left:530px;top:0px;}
#plane		{position:relative;left:20px;top:0px;}
#boat		{position:relative;left:350px;top:200px;}
#couple		{position:relative;left:300px;top:0px;}

#naples {
	left: 180px;
	top: 110px;
}

#paestum {
	left: 350px;
	top: 170px;
}

#pompeii {
	left: 420px;
	top: 180px;
}

#sorrento {
    left: 300px;
    top: 300px;
}

#capri {
    left: 170px;
    top: 380px;
}

#ravello {
    left: 470px;
    top: 280px;
}

#praiano {
    left: 380px;
    top: 250px;
}

#vesuvius {
    left: 280px;
    top: 120px;
}