@charset "UTF-8";
/* CSS Document */

@import "reset.css";
@import url(http://fonts.googleapis.com/css?family=Covered+By+Your+Grace);
@import url(http://fonts.googleapis.com/css?family=Artifika);
@import url(http://fonts.googleapis.com/css?family=Meddon);
@import url(http://fonts.googleapis.com/css?family=Spinnaker);
@import url(http://fonts.googleapis.com/css?family=Lobster);

html, body{
	height: 100%;
}

body{
	background: url(../img/background.png) top center fixed white;
}
#cii{position: relative;}

#cii:before{
	display: block;
	content:"";
	background: url(../palm-left.png) no-repeat;
	width: 39px;
	height: 50px;
	position: absolute;
	left:0px;
	z-index: -1;
}
#cii a{display: block;z-index: 2;}
#cii:after{
	display: block;
	content:"";
	background: url(../palm-right.png) no-repeat;
	width: 39px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
}


#menu{
	position: fixed;
	left: 0%;
	width: 100%;
	height: 50px;
	top: 0px;
	z-index: 10;
	background: url(../img/darkgray.png) repeat;
	background: rgba(0,0,0, .6);
	font-size: 100%;
	text-transform: uppercase;
	box-shadow: 0px 3px 10px black;
	border-bottom: 3px solid white;
	font-family: 'Artifika', sans-serif;
	text-shadow: 1px 1px 5px black;
}

#menu li{
	float: left;	
	width: 20%;
}

#menu{
	
	color: white;
	list-style: none;
}

#menu li{
	display: block;
	float: left;
	width: 13%;
	text-align: center;
	line-height: 50px;
}

#menu li a:hover{
	font-weight: bold;
}

#menu li #contadora span{
	font-size: 11px;
	line-height: 0px;
	margin-top: -10px;
	position: relative;
	display: block;
}

.selected{
	position: relative;
	font-weight: bold;
	border-bottom: 3px solid #ad0500;
}

.selected:after{
	content: "";
	border-color: black transparent transparent transparent;
	border-color: rgba(0,0,0,.6) transparent transparent transparent;
	border-style: solid;
	border-width: 20px;
	height: 0px;
	width: 0px;
	position: absolute;
	top: 35px;
	z-index: 5;
	left: 50%;
	margin-left: -20px;
}


#menu #logo{
	position: relative;
	display: block;
	width: 20%;
	height: 100px;
	font-size: 25px;
	color: white;
	text-align: center;
	font-family: 'Artifika', sans-serif;
	font-weight: bold;
	line-height: 50px;
	
	background: url(../img/logo.png) center center repeat-x;
	background: -moz-linear-gradient(top, #8d0000 0%, #ad0500 50%, #4f0000 51%, #8d0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d0000), color-stop(50%,#ad0500), color-stop(51%,#4f0000), color-stop(100%,#8d0000));
	background: -webkit-linear-gradient(top, #8d0000 0%,#ad0500 50%,#4f0000 51%,#8d0000 100%);
	background: -o-linear-gradient(top, #8d0000 0%,#ad0500 50%,#4f0000 51%,#8d0000 100%);
	background: -ms-linear-gradient(top, #8d0000 0%,#ad0500 50%,#4f0000 51%,#8d0000 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d0000', endColorstr='#8d0000',GradientType=0 );*/
	background: linear-gradient(top, #8d0000 0%,#ad0500 50%,#4f0000 51%,#8d0000 100%);	z-index:3;
	box-shadow: 0px 3px 10px black;	
}


#welcome, #location, #tour, #contact, #rates{
	position: relative;
	margin: 0px 0px 3% 0px;
	min-height: 97%;
	background: #fff;
	box-shadow: 0px 2px 10px black;
}

#welcome{

	background: url(../img/welcome.png) repeat;
	background: rgba(255,51,0,.3);
	text-align: center;
	padding-top:80px;
}
	
#welcome .wbg{
	width: 329px;
	height:460px;
	position: absolute;
}

#welcome .lf{
	background: url(../img/welcome-left.png);
	left:0px;
}

#welcome .rg{
	background: url(../img/welcome-right.png);
	right:0px;
}

#welcome #welcomeMessage{
	margin-top:100px;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	bottom: 10%;
	font-family: 'Meddon', sans-serif;
    font-size: 150%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-weight: regular;
}

#welcome #welcomeMessage #ciiLink{
	color: #09F;
	font-weight:bold;
}

#tour{
	background: url(../img/tour.png) repeat;
	background: rgba(0,124,247,.2);
}
	
#tour #slideshow{
	
	position: relative;
	width: 90%;
	height: 80%;
	background: #333;
	margin: 0px auto;
	top: 15%;
	box-shadow: 0px 0px 10px black;
	box-shadow: inset 0px 0px 20px black;
}

.img{
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	
}

.img img{
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px black;
	-moz-box-shadow: 0px 0px 10px black;
	-o-box-shadow: 0px 0px 10px black;
	-ms-box-shadow: 0px 0px 10px black;
	box-shadow: 0px 0px 10px black;
}

#slideshow .arrow{
	position: absolute;
	width: 91px;
	height: 60px;
	top: 50%;	
	cursor: pointer;
	z-index: 5;
}

#slideshow .arrow:hover{

	background-position: 0px 60px;	
	
}
#slideshow .r{
	
	right: -52px;
	background: url(../img/arrow-right.png) top left;	
	
}


#slideshow .l{
	left: -52px;
	background: url(../img/arrow-left.png) top left;	
	
}



#slideshow #ovf{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#slideshow .info p{
	color: white;
	
}

#slideshow .info{
	top: 100%;
	position: absolute;
	padding: 10px;
	background: url(../img/darkgray.png) repeat;
	background: rgba(0,0,0,.8);
	box-shadow: 0px 0px 5px black;
	z-index: 4;
	border-bottom: 2px inset #a1bad2;
	border-top: 2px inset #a1bad2;
}

#slideshow #ovf .item{
	float: left;
	position:relative;
}

#slideshow #ovf .item img{
	
}

#slideshow #ovf #holder{
	position: relative;
	width: 10000px;
	height: 100%;
}


#location{
	background: url(../img/location.png) repeat;
	background: rgba(255,204,153,.5);
}

#location #map_canvas{
	position: absolute;
	bottom: 5%;
	left: 50%;
	width: 70%;
	height: 70%;
	margin-left: -35%;
	border: 10px solid white;
	box-shadow: 0px 0px 20px black;
	-webkit-transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
}


#location .description{
	
	position: absolute;
	z-index: 2;	
	top: 85%;
	background: url(../img/darkgray.png) repeat;
	background: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px black;
}

#location .description p{
	padding: 10px;
	color: white;
}

#location #campus{
	
		position: absolute;
		right: 2%;	 
}

#rates{
	background: url(../img/rates.png) repeat;
	background: rgba(0,102,51,.3);
	font-family: Georgia, "Times New Roman", times;
	
}
#rates .holder{
	padding-top: 150px;
	margin: 0px auto;
	text-align: center;
	color: white;
	width: 90%;
}

#rates .holder p,#rates .holder a{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
	display: block;
	text-shadow: 1px 1px 1px gray;
}

#rates .reservation{
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	-ms-transition: color .3s linear;
	transition: color .3s linear;
	color: #333;
}


#rates .reservation:hover{
	color: #000;
}


#rates .holder sub{
	font-style: italic;
	font-weight: normal !important;
	font-size: 13px;
}
#rates .holder #discount{
	width: 650px;
	height: 100px;
	margin: 100px auto;
	color: #b50000 !important;
}

#rates .holder #discount p{
	float: left;
}
#rates .cl,#rates .disc{
	font-family: 'Artifika';
	font-size: 30px !important;
}
#rates .plus,#rates .equal{
	display: block;
	font-size: 40px !important;
	margin: 20px 20px !important;
}
#rates .cii a{
	font-family: 'Lobster', cursive;	
	font-size: 30px !important;
	margin-top: -25px !important;
}

#contact{

	background: url(../img/welcome.png) repeat;
	background: rgba(255, 51, 0, .3);
	font-family: Georgia, "Times New Roman", times;
	height: auto;
}

#contact .holder{
	
	position: relative;
	width: 500px;
	height: 566px;
	margin: 0px auto;	
	padding-top: 100px;
}

#contact h3,#contact h4, #contact h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	
}


#contact h3{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
}

#contact h4{
	
	font-size: 23px;
}

#contact h5{
	font-weight: normal;
	font-size: 20px;
}

#contact .smallNote{
	text-align: center;
	font-style: italic;
	font-size: 12px;
}


#moreInformation{
	position: relative;

	padding: 10px;
}
.phone, .email{
	color: #333;
	margin-left: 10px;
}
.phone:before{
	content:"\2706";
	margin-right: 10px;
	font-size: 34px;
	top: 7px;
	position: relative;
}

.email:before{
	content: "\2709";
	margin-right: 10px;
	font-size: 34px;
	top: 7px;
	position: relative;
}



#plic{
	position: absolute;
	width: 500px;
	height: 250px;
	top: 75px;
	left:-50%;
	padding: 20px;
	background: url(../img/stripe.png);
	-webkit-box-shadow:  0px 0px 10px black;
	-moz-box-shadow:  0px 0px 10px black;
	-o-box-shadow:  0px 0px 10px black;
	-ms-box-shadow:  0px 0px 10px black;
	box-shadow:  0px 0px 10px black;
	-webkit-transform: rotate(-110deg);
	-moz-transform: rotate(-110deg);
	-o-transform: rotate(-110deg);
	-ms-transform: rotate(-110deg);
	transform: rotate(-110deg);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: all .4s ease-in;
	z-index:1;
}

#plic:after{
	content:"";
	position: absolute;
	width: 96%;
	height: 90%;
	top:5%;
	left:2%;
	
	background: #EEE;
	background: -moz-linear-gradient(top, #EEE 0%, white 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEE), color-stop(100%,white));
	background: -webkit-linear-gradient(top, #EEE 0%,rgba(255, 255, 255, 0.98) 100%);
	background: -o-linear-gradient(top, #EEE 0%,white 100%);
	background: -ms-linear-gradient(top, #EEE 0%,white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEE', endColorstr='white',GradientType=0 );
	background: linear-gradient(top, #EEE 0%,white 100%);

}

#date{
	position: absolute;
	right: 10px;
	width: 180px;
	height: 69px;
	background: url(../img/stamp.png);
	z-index: 5;
}

#date span {
	position: relative;
	top: 17px;
	left: 12px;
	display: block;
	width: 40px;
	text-align: center;
	font-size: 9px;
	color: #536CBE;
}
#plic #sent{
	
	position:relative;
	width: 100%;
	text-align:center;
	z-index: 5;
	top: 50%;
	
}
#plic .adresa {
	z-index: 5;
	color: black;
	position: absolute;
	bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

.mailSent{
	-webkit-transform: rotate(0deg) !important;
	left: 50% !important;
	margin-left: -270px;
}

.mailSent .complete{
	opacity:1
}

#mail{position:relative;}

#foaie{
	position: absolute;
	
	width: 500px;	
	height: 441px;
	
	background: url(../img/fold.png) center center #F0F0F0;

	-webkit-box-shadow:  0px 0px 10px black;
	-moz-box-shadow:  0px 0px 10px black;
	-o-box-shadow:  0px 0px 10px black;
	-ms-box-shadow:  0px 0px 10px black;
	box-shadow:  0px 0px 10px black;
	opacity: .99;
	z-index:3;
}

#foaie form{
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px !important;
	line-height: 20px;
	overflow: hidden;
}


#foaie form input,#foaie form textarea{
	background: none;
	border: none;
	border-bottom: 1px dashed black;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px !important;
	color: #536CBE !important;
}

.ok{
	border-bottom: 2px dashed green !important;
}

.not-ok{
	border-bottom: 2px dashed red !important;
}

#foaie form textarea{
	width: 480px;
	height: 150px;
}


.stamps{
	position: absolute;
	padding: 10px;
	width: 200px;
	text-align: center;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 0px 10px black;
	-moz-box-shadow: 3px 0px 10px black;
	-ms-box-shadow: 3px 0px 10px black;
	-o-box-shadow: 3px 0px 10px black;
	box-shadow: 3px 0px 10px black;
	top: 108px;
	right: 50px;
	z-index: 2;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;

}

.visible{
	-webkit-transform: rotate(21deg);
	-moz-transform: rotate(21deg);
	-o-transform: rotate(21deg);
	-ms-transform: rotate(21deg);
	transform: rotate(21deg);
	right: -154px;
}

.stamps p{	
	font-size: 16px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 1px black;
}

.stamps .stamp:hover{
	position: relative;
	left: 15px;
	cursor: pointer;
}
.done{
	padding: 0px;
	width: 150px;
	right: -10px;
	text-align: left;
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	opacity:.7;
	
}

#foaie form #signature{
	font-family: 'Meddon', cursive;
	font-size: 30px;
	margin-left: 100px;
	color: #536CBE !important;
	height:30px;
	line-height: 20px;
}

.hlineSmall{
	width: 80%;
}

#contact #other{
	position:absolute;
	bottom: 0px;
	width: 100%;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	padding: 10px 0px;
	background: rgba(0,0,0,.5);
	color: white;
	-webkit-box-shadow:  0px 0px 10px black;
	-moz-box-shadow:  0px 0px 10px black;
	-o-box-shadow:  0px 0px 10px black;
	-ms-box-shadow:  0px 0px 10px black;
	box-shadow:  0px 0px 10px black;
	z-index: 2;
}

#contact #other .bold{
	font-weight: bold;
}

.clear{
	clear: both;
}