/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 21, 2014 */

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

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

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

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

@font-face {
    font-family: 'Ostrich Sans Black';
    src: url('../fonts/ostrich-black-webfont.eot');
    src: url('../fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-black-webfont.woff') format('woff'),
         url('../fonts/ostrich-black-webfont.ttf') format('truetype'),
         url('../fonts/ostrich-black-webfont.svg#ostrich_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*   
    font-family: 'Carrois Gothic Regular', Arial, Helvetica, san-serif;
    font-family: 'Carrois Gothic SC Regular', Arial, Helvetica, san-serif;
    font-family: 'Airstream Regular', Arial, Helvetica, san-serif;
    font-family: 'Ostrich Sans Medium', Arial, Helvetica, san-serif;
    font-family: 'Ostrich Sans Black', Arial, Helvetica, san-serif;
    400 Normal
    700 Bold
*/



/***** Global *****/
/* Body */
body {
	margin: 0;
	padding: 0;
	font-family: 'Carrois Gothic Regular', Arial, Helvetica, san-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px; 
	text-align: left;
	color: #6d6e71;
	background: #ffffff url(../images/bg_body.jpg) no-repeat center top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain; 
	background-size: contain; 
	-webkit-text-size-adjust: none;
}
 
/* Headings */
h1 {margin: 0 0 10px 0; font-weight: 400; font-size: 65px; line-height: 65px; text-transform: lowercase;}
h2 {margin: 0 0 20px 0; font-weight: 400; font-size: 20px; line-height: 25px; text-transform: uppercase;}
h3 {margin: 0 0 10px 0; font-weight: 700; font-size: 20px; line-height: 25px;}
h4 {margin: 0 0 10px 0; font-weight: 700; font-size: 18px; line-height: 25px;}
h5 {margin: 0 0 10px 0; font-weight: 700; font-size: 15px; line-height: 25px;}
h6 {margin: 0 0 10px 0; font-weight: 700; font-size: 14px; line-height: 18px;}

h1 {
	font-family: 'Airstream Regular', Arial, Helvetica, san-serif;
}
h2 {
	font-family: 'Ostrich Sans Black', Arial, Helvetica, san-serif;
}

/* Anchors */
a {outline: 0;}
a img {border: 0; text-decoration: none;}
a {
	color: #6d6e71;
	text-decoration: none;
}
a:hover, a:active {
	color: #91ccbd;
	text-decoration: none;
}



/* Paragraphs */
p {margin: 0; padding: 0 0 18px 0; -webkit-text-size-adjust: none;}
* p:last-child {padding-bottom: 0;}
 
strong, b {font-weight: 700;}
em, i {font-style: italic;}
 
::-moz-selection {color: #ffffff; background: #91ccbd;}
::selection {color: #ffffff; background: #91ccbd;}



/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

.clear {clear: both;}

 

/* Lists */
ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: outside disc;
}
ol {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: outside decimal;
}
li {
	margin: 0 0 0 30px;
	padding: 0;
}


/* Hr */
hr {
	clear: both;
	margin: 20px auto;
	width: 5%;
	min-width: 40px;
	height: 0;
	border: none;
	border-bottom: dotted 8px #ececec;
}


/* Image */
img {
	max-width: 100%;
	height: auto;
	display: block;
}
@media \0screen {
	img { 
		width: auto; /* for IE 8 */
	}
}



/*
	Header
*****************/
header {
	position: relative;
	width: 100%;
	height: 210px;
}

header .header_wrapper {
	position: relative;
	margin: 30px auto;
	padding: 20px 20px;
	max-width: 920px;
	background: #ffffff;
}
header .header_wrapper .logo {
	margin: 0 auto;
	max-width: 170px;
}


	
/*
	Content
*****************/
/* Main */
#main {
	margin: 0 auto;
	width: 100%;
}
#main_wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 960px;
	height: auto;
	background: #ffffff;
}



/* All */
article { 
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
}

article .wrapper { 
	position: relative;
	margin: 0 auto;
	padding: 20px;
	max-width: 920px;
}
article .wrapper:before,
article .wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.full_column { 
	position: relative;
	margin: 0 auto;
	max-width: 920px;
}
.left_column {
	float: left;
	position: relative;
	width: 60%;
	max-width: 550px;
}
.right_column {
	float: right;
	position: relative;
	margin-top: 20px;
	margin-left: 7%;
	max-width: 300px;
}

.hide	{display: none;}
.show	{display: block;}

.alignleft {float: left;}
.alignright {float: right;}

.txt_green {color: #91ccbd;}
.txt_pink {color: #f09d8b;}

.note {font-size: 12px; line-height: 14px;}


/* form fields */
form { 
	position: relative;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
}
input, select { 
	margin-bottom: 10px;
	padding: 5px 5px 3px 5px;
	width: 90%;
	font-family: 'Ostrich Sans Black', Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	border: solid 1px #6d6e71;
	background: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
select { 
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #ffffff url(../images/field_selectarrow.gif) no-repeat 100% center;
}
select::-ms-expand {
    display: none;
}

input:focus, select:focus {
	border: solid 1px #6d6e71;
	outline: 0 none; 
}
textarea {
	margin-bottom: 20px;
	padding: 5px 5px 3px 5px;
	width: 100%;
	max-width: 250px;
	height: 100px;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	display: block;
	border: solid 1px #000000;
	background: #ffffff;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
textarea:focus {
	border: solid 1px #cccccc;
	outline: 0 none; 
}

::-webkit-input-placeholder {
   color: #97999b;
}
:-moz-placeholder { /* Firefox 18- */
   color: #97999b;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #97999b;
}
:-ms-input-placeholder {  
   color: #97999b; 
}

select.placeholder {
	color: #97999b;
}
select option {
    color: #000000;
}
select option:first-child {
    color: #97999b;
}

/* buttons */
input.submitbtn {
	padding: 3px 5px 0 5px;
	width: 100%;
	font-family: 'Ostrich Sans Black', Arial, Helvetica, san-serif;
	font-size: 23px;
	line-height: 23px;
	color: #ffffff;
	letter-spacing: 1px;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	border: solid 1px #ffffff;
	background: #6d6e71;
	display: block;
}
input.submitbtn:hover, input.submitbtn:active {
	background: #f09d8b;
}


/* Section #1 */
#row1 article .wrapper { 
	padding: 0 20px;
	max-width: 920px;
	text-align: center;
}
#row1 article .full_column { 
	padding-top: 20px;
	background: url(../images/bg_strip.jpg) no-repeat center top;
}


/* Section #2 */
#row2 article .wrapper { 
	padding-top: 0;
	padding-bottom: 25px;
}

.panel_box {
	float: left;
	position: relative;
	margin: 5px;
	width: 300px;
	height: 300px;
}
.panel_box .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}


/* Section #3 */
#row3 article .wrapper { 
	padding-bottom: 0;
}



/* Coming Soon - All */
.coming_soon .panel_box {
	margin: 0;
	width: 300px;
	height: 300px;
	padding-bottom: 50px;
}

.panel_box .coming_soon_box {
	position: relative;
	margin: 130px 20px 20px 20px;
	padding: 10px 20px 20px 20px;
	font-family: 'Ostrich Sans Black', Arial, Helvetica, san-serif;
	font-size: 24px;
	line-height: 25px;
	color: #ffffff; 
	text-align: center;
	letter-spacing: 1px;
	background: #6d6e71;
	border: solid 1px #ffffff;
	z-index: 1;
}
.panel_box .coming_soon_box a {
	color: #ffffff; 
}
.panel_box .coming_soon_box a:hover {
	color: #91ccbd; 
}
.panel_box .coming_soon_box span {
	font-size: 13px;
	line-height: 15px;
}


/* Homepage - All */
.homepage #row2 article .wrapper { 
	margin: 0 auto;
	padding: 20px 0;
	max-width: 930px;
}
.homepage #row2 article .wrapper .full_column { 
	margin: 0 auto;
	max-width: 930px;
}


form#reservations_form {
	margin-top: 80px;
	padding: 0 28px;
	font-family: 'Ostrich Sans Black', Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
	letter-spacing: 1px;
}
form#reservations_form input, 
form#reservations_form select { 
	float: left;
	margin: 0 10px 10px 0;
	width: 90px;
}
form#reservations_form label { 
	float: left;
	margin: 0 10px 0 0;
	width: 90px;
}
form#reservations_form input.field_small, 
form#reservations_form select.field_small { 
	float: left;
	margin: 0 10px 10px 0;
	width: 70px;
}
form#reservations_form label.field_small { 
	float: left;
	margin: 0 10px 0 0;
	width: 70px;
}
form#reservations_form input.submitbtn { 
	clear: both;
	float: none;
	width: 220px;
	margin: 10px;
}

form#newsletter_form,
form#mc-embedded-subscribe-form {
	margin-top: 150px;
	padding: 0 28px;
}
form#newsletter_form input, 
form#newsletter_form select,
form#mc-embedded-subscribe-form input, select { 
	margin: 10px;
	width: 210px;
	text-align: left;
}
form#newsletter_form input.submitbtn,
form#mc-embedded-subscribe-form input.submitbtn { 
	width: 220px;
	margin: 10px;
	font-size: 17px;
	line-height: 17px;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: none;
}
form#newsletter_form input.submitbtn:hover,
form#newsletter_form input.submitbtn:active,
form#mc-embedded-subscribe-form input.submitbtn:hover,
form#mc-embedded-subscribe-form input.submitbtn:active {
	color: #6d6e71;
}

/* top panel */
.cycle-slideshow, .cycle-slideshow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cycle-slideshow {
	margin: 0;
	padding: 0 0 40px 0;
	width: 100%;
	min-width: 280px;
	max-width: 920px;
	height: auto;
}
.cycle-slideshow img { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}
.cycle-slideshow img:first-child {
	position: static;
	z-index: 90;
}

/*--Pager Styles--*/
.custom-pager { 
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 91;
    overflow: hidden;
}
.custom-pager span { 
    margin-right: 8px;
    width: 10px;
    height: 10px;
    background: none;
    background: #97999b;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    display: inline-block;
    cursor: pointer; 
}
.custom-pager span.cycle-pager-active { 
    background: #6d6e71;
}
.custom-pager > * { 
	cursor: pointer;
}



/* Inside - All */
.inside .panel_box {
	margin: 0;
}



/* Gallery - All */
.gallery {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
	width: 925px;
}
.gallery-item {
	float: left;
	margin: 0 9px 10px 0;
	padding: 0;
	width: 176px;
	height: auto;
	list-style: none;
	text-align: center;
	display: block;
}

.gallery-icon a {
	margin: 0;
	padding: 1px;
	width: 170px;
	height: 170px;
	display: block;
	border: solid 2px #91ccbd;
}
.gallery-icon a:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	border: solid 2px #97999b;
}
.gallery-icon img {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 170px;
}
.gallery-caption {
	padding: 5px 0;
	font-size: 13px;
	line-height: 16px; 
	color: #ffffff;
	background: #91ccbd;
}

.gallery:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}



/*
	Footer
*****************/
footer {
	position: relative;
	width: 100%;
	font-family: 'Carrois Gothic Regular', Arial, Helvetica, san-serif;
    font-weight: 400;
	font-size: 13px;
	line-height: 25px;
	color: #ffffff;
	text-transform: uppercase;
	background: #97999b;
	z-index: 100;
}
footer a {
	color: #ffffff;
	text-decoration: underline;
}
footer a:hover, footer a:active {
	color: #91ccbd;
	text-decoration: underline;
}

footer .footer_wrapper {
	position: relative;
	margin: 0 auto;
	padding: 50px 20px 30px 20px;
	max-width: 920px;
}
footer .footer_wrapper .address {
	float: left;
	margin: 40px 0 0 40px;
	max-width: 350px;
}
footer .footer_wrapper .social_icons {
	margin-bottom: 15px;
}

footer .footer_wrapper .logo_viaggio {
	float: right;
	margin: 80px 0 0 0;
	max-width: 115px;
}

footer .up_arrow {
	position: absolute;
	top: -85px;
	right: 20px;
	padding-top: 65px;
	width: 60px;
	height: 35px;
	font-family: 'Carrois Gothic Regular', Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	letter-spacing: 0;
	background: url(../images/btn_up_arrow.gif) no-repeat center top;
	display: none;
	cursor: pointer;
}
footer .up_arrow a {
	color: #6d6e71;
	text-decoration: none;
}
footer .up_arrow a:hover, footer .up_arrow a:active {
	color: #91ccbd;
	text-decoration: none;
}



/*------------------------------------*\
Desktops large
\*------------------------------------*/
@media only screen 
and (min-width: 320px) 
and (max-width: 2130px) {
	body {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-o-background-size: auto; 
		background-size: auto; 
	}
}

/*------------------------------------*\
iPads (landscape) and Desktops smaller
\*------------------------------------*/
@media only screen 
and (min-width: 320px) 
and (max-width: 980px) {
	/*
		Content
	*****************/
	/* Main */
	.left_column {
		width: 55%;
		max-width: 550px;
	}
	
	
	/* Homepage - All */
	.homepage #row2 article .wrapper { 
		max-width: 620px;
	}
	.homepage #row2 article .wrapper .full_column { 
		max-width: 620px;
	}
}
	
	/*------------------------------------*\
		Small Tablets (portrait and landscape)
	\*------------------------------------*/
	@media only screen 
	and (min-width: 320px) 
	and (max-width: 900px) {
		/*
			Content
		*****************/
		/* Main */
		.left_column {
			width: 50%;
			max-width: 400px;
		}
	}
	
	@media only screen 
	and (min-width: 320px) 
	and (max-width: 860px) {
		/***** Global *****/
		/* Body */
		body {
			background: #ffffff;
		}
		
		
		
		/*
			Content
		*****************/
		/* Main */
		#main_wrapper {
			max-width: 800px;
		}
		
		
		
		/* All */
		.left_column {
			width: 50%;
			max-width: 390px;
		}
		
		
		
		/* Section #1 */
		#row1 article .wrapper { 
			padding: 0;
			max-width: 800px;
		}
		
		
		
		/*
			Footer
		*****************/
		footer .footer_wrapper {
			max-width: 800px;
		}
	}
	
		/*------------------------------------*\
		iPads (portrait)
		\*------------------------------------*/
		@media only screen 
		and (min-width: 320px) 
		and (max-width: 768px) {
			
		}
		
			/*------------------------------------*\
				Smaller Tablets (portrait and landscape)
			\*------------------------------------*/
			@media only screen 
			and (min-width: 320px) 
			and (max-width: 760px) {
				/* All */
				.left_column,
				.right_column {
					float: none;
					width: 100%;
					max-width: 710px;
				}
				.right_column {
					margin-left: 0;
				}
				
				
				
				/*
					Footer
				*****************/
				footer .footer_wrapper .logo_viaggio {
					clear: both;
					float: none;
					margin: 0 auto;
					padding-top: 30px;
				}
			}
			
			@media only screen 
			and (min-width: 320px) 
			and (max-width: 640px) {

			}
			
				/*------------------------------------*\
					Smartphones (portrait and landscape)
				\*------------------------------------*/				
				@media only screen 
				and (min-width: 320px) 
				and (max-width: 639px) {
					/* Homepage - All */
					.homepage #row2 article .wrapper { 
						max-width: 310px;
					}
					.homepage #row2 article .wrapper .full_column { 
						max-width: 310px;
					}
				}
				
				@media only screen 
				and (min-width: 320px) 
				and (max-width: 480px) {
					/* Homepage - All */
					.homepage #row2 article .wrapper { 
						max-width: 310px;
					}
					.homepage #row2 article .wrapper .full_column { 
						max-width: 310px;
					}
					
					.homepage #row2 article .wrapper #home_box1,
					.homepage #row2 article .wrapper #home_box2,
					.homepage #row2 article .wrapper #home_box4,
					.homepage #row2 article .wrapper #home_box6 {
						display: none;
					}
					
					
					/*
						Footer
					*****************/
					footer .footer_wrapper {
						padding: 30px 20px;
						max-width: 440px;
					}
					footer .footer_wrapper .address {
						float: none;
						margin: 0 auto;
						max-width: 440px;
						text-align: center;
					}
				}
					
					/*------------------------------------*\
						Smartphones (portrait)
					\*------------------------------------*/
					@media only screen 
					and (max-width: 320px) {
						#main_wrapper {
							padding-bottom: 100px;
						}
						
						/* Coming Soon - All */
						.coming_soon .panel_box {
							width: 280px;
						}
						.coming_soon .panel_box .bg {
							height: 380px;
						}
						.coming_soon .panel_box .bg img {
							height: 380px;
						}
						
						.panel_box .coming_soon_box {
							font-size: 22px;
						}

						
						/*
							Footer
						*****************/
						footer .footer_wrapper {
							max-width: 280px;
						}
						footer .footer_wrapper .address {
							max-width: 280px;
						}
						
						footer .up_arrow {
							position: absolute;
							top: -85px;
							right: 50%;
							margin-right: -30px;
						}
					}
