
/* Table Of Content
==============================*/

/*
1.	Base styles 
	    1.1  Preloader css 
	    1.2  CSS3 ANIMATIONS  PRELOADER CIRCLE

2.	Home  Section
		2.1	 Home Slider Section
		2.2  DD-menu Section
	
3.	About Section
4.	Parallax Image With Video
5.	Tab Menu Section
		5.1  Menu Type One
		5.2  Menu Type Two
		5.3  Menu Type Three
		5.4  Menu Type Four
		5.5  Menu Type Five
		
6.	Reservation
7.	Gallery
8.	chef
9.	Contact Us
10.	Footer And Map
		10.1 Map
		10.2 Footer
		
11.	Media Query
		


/* // Table Of Content
==============================*/


/* 1. BASE STYLES 
==============================*/

body {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	overflow-x:hidden;
}

a:hover, 
a:focus, 
a:active { 
	outline: none; 
	-moz-outline-style: none; 
}

/* 1.1 Preloader 
============================== */

#jpreOverlay{
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:999999;
}

#jSplash {
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:999997;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}
#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}
#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: 25px 0 0 -20px;
	z-index: 999998;
	font-size: 16px;
	color: #454545;	
	font-weight:500;
	-webkit-animation: fadeIn 1s infinite forwards;
	   -moz-animation: fadeIn 1s infinite forwards;
		-ms-animation: fadeIn 1s infinite forwards;
		 -o-animation: fadeIn 1s infinite forwards;
			animation: fadeIn 1s infinite forwards;
}



.cube {
  background-color: #89a672;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-animation: cubemove 4s infinite ease-in-out;
    -moz-animation: cubemove 4s infinite ease-in-out;
	  -o-animation: cubemove 4s infinite ease-in-out;
  animation: cubemove 4s infinite;
}

/* 1.1 Preloader 
============================== */

/* 1.2  CSS3 ANIMATIONS  PRELOADER CIRCLE 
============================================================ */

@-webkit-keyframes cubemove {
  35% {
    -webkit-transform: scale(0.005);
  }

  50% {
    -webkit-transform: scale(1.7);
  }

  65% {
    -webkit-transform: scale(0.005);
  }
}


@-moz-keyframes cubemove {
  35% {
    -moz-transform: scale(0.005);
  }

  50% {
    -moz-transform: scale(1.7);
  }

  65% {
    -moz-transform: scale(0.005);
  }
}

@-moz-keyframes cubemove {
  35% {
    -moz-transform: scale(0.005);
  }

  50% {
    -moz-transform: scale(1.7);
  }

  65% {
    -moz-transform: scale(0.005);
  }
}



.cube1 {
  left: 14px;
  top: 0px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.1s;
}

.cube2 {
  left: 28px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.2s;
}

.cube3 {
  left: 42px;
  top: 0px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube4 {
  left: 0px;
  top: 14px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.1s;
}

.cube5 {
  left: 14px;
  top: 14px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.2s;
}

.cube6 {
  left: 28px;
  top: 14px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube7 {
  left: 42px;
  top: 14px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.4s;
}

.cube8 {
  left: 0px;
  top: 28px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.2s;
}

.cube9 {
  left: 14px;
  top: 28px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube10 {
  left: 28px;
  top: 28px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.4s;
}

.cube11 {
  left: 42px;
  top: 28px;
  -webkit-animation-delay: 1s;
  animation-delay: 0.5s;
}

.cube12 {
  left: 0px;
  top: 42px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube13 {
  left: 14px;
  top: 42px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.4s;
}

.cube14 {
  left: 28px;
  top: 42px;
  -webkit-animation-delay: 1s;
  animation-delay: 0.5s;
}

.cube15 {
  left: 42px;
  top: 42px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 0.6s;
}

/*.cube1 {
  top: -30px;
  left: -30px;
  -webkit-animation-delay: 1.1s;
  animation-delay: .5s;
}*/
.spinner {
  width: 100px;
  height: 100px;
  position: relative;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}

/* 1.2  CSS3 ANIMATIONS  PRELOADER CIRCLE 
============================================================ */

h1 {
	font-size:40px;
	color:#222222;
	font-weight:300;
	line-height:48px;
	margin:0;
}

h4 {
	font-size:28px;
	color:#222222;
	font-weight:300;
}

.tag{
	font-size: 16px;
	color: #212121;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 26px;
	margin-top: 0;
}


p {
	font-size: 16px;
	color: #212121;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 24px;
	margin-top:0;
}

.row {
	margin-bottom:0;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}


/* Horizontal Line */

hr {
	border-color: rgba(255,255,255,.3);
}

.hr-line {
	/*background: #E2E2E2;*/
	height: 1px;
	position: relative;
	width: 28%;
	top: 0%;
	left: 50%;
	transform: translateX(-50%) translateY(-0%);
	-webkit-transform: translateX(-50%) translateY(-0%);
	-moz-transform: translateX(-50%) translateY(-0%);
	-ms-transform: translateX(-50%) translateY(-0%);
	margin:30px 0;
}

.hr-line i {
	position: relative;
	top: -25px;
	background: #fff;
	font-size:32px;
	color: #89a672;
}

.divider{
    color:#ccc;
    width:70%;
    margin:20px auto;
    overflow:hidden;
    text-align:center;   
    line-height:1.2em;
}

.hr-line:before, .hr-line:after{
    content:"";
    vertical-align:top;
    display:inline-block;
    width:50%;
    /*height:0.65em;*/
    border-bottom:1px solid #ccc;
    margin:0 2% 0 -55%;
}
.hr-line:after{
    margin:0 -55% 0 2%;
}

/* // Horizontal Line */

/* Sections Bgcolors And Styles*/

.whitebg {
	background:#ffffff;
	padding:20px 0;
}

.graybg {
	background:#f5f5f5;
	padding:80px 0;
}

.gallerybg, .spliderbg {
	/*
	background:#32353a;
	*/
	padding-top:80px;
}

.graybg .hr-line i {
	background:#f5f5f5;
}

.gallerybg .hr-line i, 
.spliderbg .hr-line i {
	background:#32353a;
}

.colorbg {
	background:#89a672;
	padding:80px 0;
}

.colorbg h1 {
	color:#fff;
	text-transform:capitalize;
	padding-bottom:10px;
}

.colorbg p {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	letter-spacing: 1px;
}

.spliderbg {
	padding: 50px 0 30px 0;
}

.spliderbg .tag {
	color:#828282;
}

/* // Sections Bgcolors And Styles */

/* Buttons And Styles */

.btn, .btn-large {
	background:#89a672;
	letter-spacing:1px;
	font-size:14px;
}

.btn:hover, .btn-large:hover {
	background:#F54125;
}

/* // Buttons And Styles */

/* Margin And Padding Styles */

.martop10 {
	margin-top:10px;
}

.martop30 {
	margin-top:30px;
}

.marbot15 {
	margin-bottom:15px;
}

.marbot30 {
	margin-bottom:30px;
}

.martop60 {
	margin-top:60px;
}

.padding-12-per {
	padding:0px 12%;
}

.padding-right-15per {
	padding-right:15%;
}

.padding-right-20per {
	padding-right:25%;
}

.pad-20-tb {
	padding:20px 0;
}

.padding-25-per {
	padding:0px 25%;
}

/* // Margin And Padding Styles */

/* Images */

.fullwidth {
	width:100%;
}

/* // Images */

/* Down Circle */

.down-circle {
	position: absolute;
	bottom: -25px;
	width: 100%;
	top: auto;
}

.down-circle .btn-floating {
	margin:0 auto;
	display:block;
}

.down-circle .btn-floating i {
	color:#222222;
	font-weight: 700;
}

/* // Down Circle */

/* 1. BASE STYLES 
==============================*/


/* 2. HOME  SECTION 
==============================*/

/* 2.1 HOME SLIDER SECTION 
==============================*/

.home-banner .hr-line {
	position:absolute;
	margin:0!important;
	left: 65%;
	top:70%;
	transform: translateX(-65%) translateY(-70%);
	-webkit-transform: translateX(-65%) translateY(-70%);
	-moz-transform: translateX(-65%) translateY(-70%);
	-ms-transform: translateX(-65%) translateY(-70%);
}

.home-banner .hr-line i {
	top:0;
	background: transparent;
	vertical-align:middle;
}

.home-banner .hr-line:before,
.home-banner .hr-line:after {
	vertical-align:middle;
}

.home .colorbg {
	padding: 50px 0 30px 0;
}

.home-scroll-content {
	position: relative;
	text-align: center;
	color:#89a672;
	font-size:13px;
	margin-bottom: 25px;
}

.home-banner {
	position:relative;

}

/* // 2.1 HOME  SLIDER SECTION 
==============================*/

/* 2.2 DD-MENU  SECTION 
==============================*/

#sidenav-overlay {
	background:none;
	z-index:0;
}

.whitestrip {
	position:fixed;
	width:100%;
	background:rgba(255,255,255,1);
	z-index:2;
	height:162px;
	line-height:50px;
}

.dropdown-content {
	background:rgba(255,255,255,1);
	top:10px;
	left: auto!important;
	right: 5px;
	z-index:9999;
}

nav a.button-collapse {
	color:#89a672;
	border-bottom:none;
}

nav a.dropdown-button {
	margin-right:20px;
}

nav a.dropdown-button i {
	font-size:28px;
	vertical-align: middle;
}

.dropdown-content li > a, 
.dropdown-content li > span {
	color:#737373;
	font-size:14px;
	text-transform:uppercase;
}

.social-icons a {
	padding:0 10px;
}



nav .brand-logo {
	
}

nav .brand-logo img {
	margin:auto;
	vertical-align:middle;
}

nav ul li a{
	line-height:60px;
	text-transform:uppercase;
	font-size:14px;
	color:#3a3a3a;
	font-weight:500;
}

.dropdown-content li:hover, .dropdown-content li.active,
nav ul li:hover, nav ul li.active {
	background:transparent;
}

nav ul li a:hover, nav ul li a.active {
	background-color: rgba(245, 245, 245, 0.5);
	border-bottom:3px solid #89a672;
	line-height:60px;
}

nav .nav-wrapper i {
	font-size:15px;
}

/* // 2.2 DD-MENU  SECTION 
==============================*/

/* // 2. HOME  SECTION 
==============================*/



/* 3. ABOUT  SECTION 
==============================*/

.material-placeholder {
	line-height:0;
}

.collapsible {
	box-shadow:none;
	border:none;
}

.collapsible li {
	position:relative;
}

.collapsible-body p {
	padding:0 0 2rem 0;
	
}

.collapsible li.active i:before {
	content: "\f0ab";
}

.collapsible li.active .collapsible-header {
	border-bottom:none;
}

.collapsible-header {
	color:#000000;
	font-size:20px;
	font-weight: 300;
	line-height:28px;
	text-transform:capitalize;
	height: auto;
	line-height: 32px;
	padding: 10px 0;
	padding-right:20px;
}

.collapsible-header i {
	line-height: 4rem;
	float: right;
	position: absolute;
	top: 0;
	width: 100%;
	text-align:right;
	margin-left:5px;
}

.materialboxed:hover {
	cursor: url(../images/pointer.png),crosshair;
}

.materialboxed {
	width:100%;
}

/* // 3. ABOUT  SECTION 
==============================*/


/* 4. PARALLAX IMAGE WITH VIDEO
======================================================*/

.parallax img {
	display:block;
}

.parallax .banner-logo {
	text-align:center;
}

.parallax .banner-logo h1 {
	color:#fff;
}

.parallax .banner-logo i {
	text-align:center;
	font-size:70px;
	color:#89a672;
}

#video .parallax {
	z-index:initial;
}

#video iframe {
	width:100%;
	height:100%;
	position:fixed;
	overflow:hidden;
	border: 0;
}

#video .modal {
	overflow:hidden;
}

.banner-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
}

/* // 4. PARALLAX IMAGE WITH VIDEO
======================================================*/


/* 5. TAB MENU SETION
======================================================*/

/* 5.1 Menu Type One 
====================================================== */

.section {
	padding-bottom:0;
	padding-top:0;
}

.tabs.z-depth-1 {
	box-shadow:none;
}

.tabs li.tab {
	/*background:#f5f5f5;*/
	line-height:36px;
}

.tabs li.tab a {
	color:#000000;
	font-size: 11px;
	
}


.tabs li.tab a:hover {
	color: #89a672;
}

.tabs .indicator {
	background-color:#89a672;
	height:3px;
}

.item-images {
	float:left;
	margin-right:20px;
}

.menu-type-one .item-images img {
	width:100px;
	height:100px;
}

.menu-type-one .item-images-right {
	float:right;
	margin-left:20px;
}

.menu-type-one .item-images-right img {
	width:100px;
	height:100px;
}

.menu-type-one .left-content {
	text-align:right;
	padding-right:15px;
}

.menu-type-one .item-title span {
	color: #89a672;
}


.menu-type-one .type-one-title {
	font-size:18px;
	font-weight:500;
	color:#222222;
	position:relative;
}

.menu-type-one .item-title {
	
	font-size:18px;
	font-weight:500;
	color:#222222;
	position:relative;
}

.menu-type-one .title-left {
	text-align:right;	
	font-size:18px;
	font-weight:500;
	color:#222222;
}

.title-left .price {
	color: #89a672;
}

.menu-type-one .label {
	color:#f5f5f5;
	background:#89a672;
	padding: 3px 5px;
	border-radius:3px;
	font-size:12px;
	margin: 0 5px;
} 


.type-one-title {
	float: left;
	padding-right: 5px;
	z-index: 1;
	position: relative;
}

.menu-type-one p {
	clear:right;
}


.dots-left {
	position: absolute;
	bottom: -20px;
	left: 5px;
	right: 25%;
	margin: 0;
	border: 0;
	height: 3px;
	display: block;
	background-image: radial-gradient(circle closest-side, #b3b3b3 99%,rgba(0,0,0,0) 1%);
	background-position: bottom;
	background-size: 6px 3px;
	background-repeat: repeat-x;
}

.dots {
	position: absolute;
	bottom: 6px;
	left: 18%;
	right: 10px;
	margin: 0;
	border: 0;
	height: 3px;
	display: block;
	background-image: radial-gradient(circle closest-side, #b3b3b3 99%,rgba(0,0,0,0) 1%);
	background-position: bottom;
	background-size: 6px 3px;
	background-repeat: repeat-x;
}

/* // 5.1 Menu Type One 
====================================================== */

/* 5.2 Menu Type Two 
====================================================== */

.menu-type-two {
	text-align:center;
}

.menu-type-two .item-title {
	font-size:18px;
	font-weight:500;
	color:#222222;
	position:relative;
}

.menu-type-two .label {
	color:#f5f5f5;
	background:#89a672;
	padding: 3px 5px;
	border-radius:3px;
	font-size:12px;
	margin-left:5px;
	margin-right:10px;
} 

.menu-type-two .item-images {
	float:none;
	margin:0 auto;
	margin-bottom:20px;
}

.menu-type-two p {
	display:inline-block;
	text-align:center;
	width:320px;
}

.menu-type-two .price {
	margin-left:5px;
	color: #89a672;
}

/* // 5.2 Menu Type Two 
====================================================== */


/* 5.3 Menu Type Three 
====================================================== */

.label-price{ 
	height:60px;
	width:60px;
	border-radius:50%;
	background:#89a672;
	color:#f5f5f5;
	font-size:18px;
	font-weight:500;
	text-align:center;
	line-height:60px!important;
	margin-right:20px;
	float:left;
}

.menu-type-three .item-title {
	font-size:18px;
	font-weight:500;
	color:#222222;
	text-align:left;
	position:relative;
}

.type-three-title {
	padding-right: 10px;
	z-index: 1;
	position: relative;
	display: inline-block;
	background: #fff;
}

.menu-type-three .label {
	color:#f5f5f5;
	background:#89a672;
	padding: 3px 5px;
	border-radius:3px;
	font-size:12px;
	margin-left:5px;
} 

.menu-type-three .item-title span {
	float:right;
	margin-left:10px;
	color: #89a672;
}

.menu-type-three p {
	clear:right;
}

/* // 5.3 Menu Type Three 
====================================================== */


/* 5.4 Menu Type Four 
====================================================== */

.menu-type-four .card.small {
	height: 350px;
}


.menu-type-four .card-image{

}
	
.menu-type-four .card .card-title {
	padding-left:20px;
	padding-top:10px;
}

.menu-type-four .label {
	color:#f5f5f5;
	background:#89a672;
	padding: 3px 5px;
	border-radius:3px;
	font-size:12px;
	margin-left:5px;
}

.menu-type-four .card .price {
	padding-right:20px;
	float:right;
	font-size: 20px;
	font-weight: 500;
	color:#89a672;
}

.menu-type-four .card .card-content {
	height:300px;
	padding: 1px 20px;
}

.menu-type-four .card .card-content p{
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 24px;
}


.menu-type-four .card-action {
	font-size:16px;
	font-weight:400;
}

.menu-type-four i {
	vertical-align: middle;
	font-size:x-large;
}

.menu-type-four .card .card-action a{
	font-weight:500;	
}

.menu-type-four .card a:hover {
	color:#89a672;
}
.menu-type-four .card .link-arrow {
	font-size:18px;
}

/* // 5.4 Menu Type Four 
====================================================== */


/* 5.5 Menu Type Five 
====================================================== */

.menu-type-five .card-image{
	height:200px;	
	}
.menu-type-five .card .card-title {
	font-size: 20px;
	font-weight: 500;
	color:#252525;
}

.menu-type-five .label {
	color:#f5f5f5;
	background:#89a672;
	padding: 3px 5px;
	border-radius:3px;
	font-size:12px;
	margin-left:5px;
}

.menu-type-five .card-reveal {
	padding:0;
}

.menu-type-five .card-reveal .card-title {
	padding:20px;
}
.line {
	border-top: 1px solid #dcdcdc;
	position: relative; 
}

.line p {
	padding:20px;
	line-height:24px;
}

.menu-type-five .card .card-content p, .card a{
	font-size:15px;
	color:#737373;
	text-transform:capitalize;
}

.menu-type-five .card-content .card-title {
	line-height:0;
}

.menu-type-five .card i.right {
	line-height:36px;
}
.menu-type-five .card-content .price{
	font-size: 20px;
	font-weight: 500;
	color:#89a672;
}

.menu-type-five .card-reveal .card-title i.right {
	right:20px;
}

/* // 5.5 Menu Type Five 
====================================================== */


/* // 5. TAB MENU SETION
======================================================*/


/* 6. RESERVATION SETION
======================================================*/

.reservation-tag {
	color:#252525;
	font-weight:normal;
}

.reservation .select-wrapper {
	margin-top:0;
}

.reservation i {
	font-size:24px;
	line-height:20px;
	vertical-align: middle;
}

.reservation select {
	/*padding: 5px 20px 5px 30px;*/
	border:none;
	border-bottom: 1px solid #9e9e9e;
	outline:none;
	background:transparent;
	color: #9e9e9e;
	margin-bottom:15px;
}

input[type=text] {
	color:#9e9e9e
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=date]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus.materialize-textarea {
  border-bottom: 1px solid #89a672;
  -webkit-box-shadow: 0 1px 0 0 #89a672;
  -moz-box-shadow: 0 1px 0 0 #89a672;
  box-shadow: 0 1px 0 0 #89a672; 
}

 .input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label, .input-field input[type=email]:focus + label, .input-field input[type=url]:focus + label, .input-field input[type=date]:focus + label, .input-field input[type=tel]:focus + label, .input-field input[type=number]:focus + label, .input-field input[type=search]:focus + label, .input-field textarea:focus.materialize-textarea + label {
    color: #89a672; }

.picker__date-display{
	background-color: #89a672;
}

.picker__weekday-display,
.picker--focused .picker__day--selected  {
	background-color: #F53517;
}

.picker--focused .picker__day--highlighted,
.picker__close, 
.picker__today {
	color: #89a672;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
	color:#ffffff!important;
}

.picker--focused .picker__day--selected.picker__day--outfocus {
    background:rgba(252,56,37,.4); 
}

.picker__year-display {
	color: #9D2512;
}

.reservation .input-field label.active {
	display:none;
}

.reservation .input-field label {
	left:0rem;
}

.reservation .input-field .prefix {
	position:relative;
}

/* // 6. RESERVATION SETION
======================================================*/



/* 7. GALLERY SETION
======================================================*/

.gallerybg h1 {
	color:#222222;
}

.gallerybg .tag {
	color: #737373;
}

/* // 7. GALLERY SETION
======================================================*/


/* 8. chef SETION
======================================================*/

.card .card-title {
	font-size: 20px;
	font-weight: 500;
	color:#252525;
	position:relative;
}

.card .card-content p, .card a{
	font-size:16px;
	color:#737373;
}

.card a{
	color:#89a672;
	text-transform:uppercase;
}

.card .card-content .card-title {
	line-height:0;
	text-transform:capitalize;
}

.card i.right {
	line-height:36px;
}

.card-reveal .card-title i.right {
	line-height:36px;
	position: absolute;
	margin-left:5px;
	right:0;
}

.card .social-icons a:hover {
	color:#89a672;
}

.card .social-icons, .card .social-icons a {
	padding:0;
}

/* // 8. chef SETION
======================================================*/

/* 9. CONTACT SETION
======================================================*/

.input-field .prefix ~ input, 
.input-field .prefix ~ textarea {
	margin-left:1.5rem;
}

.input-field .prefix {
	font-size:20px;
	line-height:44px;
	color:#737373;
}

.input-field .prefix.active {
      color: #89a672;
}

.input-field .prefix ~ label {
	margin-left: 1.7rem;
}

.contact .btn {
	margin-left: 0px;
}

.contact-details {
	color:#737373;
	font-size:15px;
}

.contact-details a {
	color:#737373;
}

.cont-info-left {
	margin-right:10px;
	float:left;
	font-size:18px;
}

.cont-info-right {
	width:80%;
	float:left;
}

.social-space a {
	margin-right:8px;
}

.social-space i {
	font-size:20px;
}

.social-space i:hover {
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
}

.social-space i:first-child {
	padding-left:0;
}


.social-space .facebook {
	color:#000000;
}

.social-space .twitter {
	color:#00acee;
}

.social-space .youtube {
	color:#cd332d;
}

.social-space .dribbble {
	color:#de3777;
}

.contactbg {

background-position: top center;
background-repeat: no-repeat;
}

.contact-overlay {
	background:rgba(245, 245, 245, .9);
}

.bio-overlay {
	background-color:#000;
}
.bio-overlay p{ color:#FFF}
.bio-overlay h1{ color:#FFF}
/* // 9. CONTACT SETION
======================================================*/


/* 10. FOOTER AND MAP SETION
======================================================*/

/* 10.1 MAP SETION
================================= */

#map_canvas { margin: 0; padding: 0; height: 500px; width:100%; border-radius:4px;}

.map_wrapper{
	float:left;
	width:100%;
	height:300px;
	position:relative;
	bottom:35px;
	z-index:3;
	overflow:hidden;	
}
#map_canvas { 
	height: 450px; 
	position:absolute;
	top:0;
	left:0; 
	width:100%;
	z-index:1; 
}
.map-close {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	z-index:3;
	cursor:pointer;
}
.map-close img {
	position:absolute;
	top:17px;
	right:17px;
	z-index:2;
}
.close_box{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-radius:2px;
	position:relative;
	z-index:-1;
}
.close_box:hover{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-radius:2px;
	position:relative;
	z-index:-1;
	border-color:#6f6f6f;
}

#foot_top{ position:relative;}
#foot_top, #foot_top.footer-top-text {
padding: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
background:url(../images/map.png) #89a672;
color:#fff;
}
#foot_top:hover, #foot_top.footer-top-text:hover
 {
color: #ffffff;
background-color:#333333;
}
.foot_top_txt > a {color: #fff;}
.foot_top_txt > a:hover {color: #ffffff;}
.foot_top_txt{
font-size: 25px;
line-height: 46px;
padding: 35px 10%;
text-align: center; 
font-weight:100;
}
.foot_top_txt:hover{
cursor:pointer;
}
.foot_icon  {
vertical-align:middle;
font-size: 46px;
display: inline-block;
margin-left: 10px;
  -webkit-text-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);
  -moz-text-shadow:  0 12px 15px rgba(0, 0, 0, 0.2);
  text-shadow:  0 12px 15px rgba(0, 0, 0, 0.2);
}

/* // 10.1 MAP SETION
================================= */


/* 10.2 FOOTER SETION
================================= */

.footer-logo {
	width:180px;
}

.footer {
	background:#32353a;
	background:url(../images/footerbg.jpg);
	padding:90px 0 40px 0;
}

.footer p {
	color:#828282;
	font-size:14px;

}

.footer span a {
	color:#fd4326;
}

.footer .social-space i {
	color:#fff;
	padding-right:10px;
}

.footer-title {
	font-size: 23px;
	font-weight: normal;
	text-transform: capitalize;
	color: #fff;
	padding-bottom: 10px;
}

.footer-sub-title {
	color:#fd4326;
	font-size:17px;
	margin-top:10px;
}

.footer-strip {
	background:#25272b;
	padding:40px 0 20px 0;
	color:#737373;
	font-size:13px;
	text-transform:uppercase;
}

.footer-strip .valign {
	margin-top:30px;
	text-align:center;
}

.footer-strip .valign i {
	margin-right: 5px;
	font-size: 5px;
	vertical-align: middle;
}

.footer-strip span a{
	color:#fd4326;
}

.footer-strip {
	position:relative;
}

.footer-strip .down-circle {
	bottom: auto;
	top: -25px;
}

/* // 10.2 FOOTER SETION
================================= */

/* // 10. FOOTER AND MAP SETION
======================================================*/


/* 11. MEDIA SETION
======================================================*/

@media only screen and (min-width: 991px) and (max-width: 1200px) {

nav ul li a {
	font-size:12px;
}

}

@media only screen and (max-width : 990px) {

.padding-25-per {
  padding: 0px 12%;
}

.nav-wrapper ul {
	display:none;
}

h1 {   font-size: 32px;   line-height: 36px;   }

nav .brand-logo {
padding-left:0px;
}

.home-banner {
  position: relative;
  padding-top: 55px;
}
.header-inner{position:fixed;}

.slicknav_nav{
	margin: 60px 0px 0px ;
}

.whitestrip {
  height: 60px;
  line-height: 60px;
}


/* Menu Type Three */
.label-price {
	float:none;
	margin-bottom:10px;
}

.dots {
	display:none;
}

/* // Menu Type Three */

}

@media only screen and (max-width : 600px) {
.footer-strip img {
	margin: 0 auto;
	display: block;
}

.footer-strip .valign {
	margin-top: 10px;
}

}

@media only screen and (max-width : 600px) {

.box-arrow:before {
	left: 50%;
	margin-left: -20px;
	border-right-color: transparent;
	border-bottom-color: #fff;
	top: 0%;
	margin-top: -35px;
}

.tabs li.tab a {
	font-size:10px;
}

}

@media only screen and (max-width : 480px) {


.home-scroll-content {
	margin-bottom:1px;
}

.padding-12-per,
.padding-25-per {
	padding:0;
}

.tabs li.tab a {
	font-size:8px;
}


/* // Menu Type Two */
.menu-type-two img {
	width:220px;
	height:126px;
}

.menu-type-two p {
	width:auto;
}

/* // Menu Type Two */

#video h1 {
	font-size:24px;
	line-height:32px;
}

.parallax .banner-logo i {
	font-size: 40px;
}

.contact .btn {
	margin-left:0;
}

.foot_top_txt {
	font-size: 22px;
	padding: 35px 1%;
}

.foot_icon {
	font-size:32px;
}

}

/* // 11. MEDIA SETION
======================================================*/



/* HACK CODE SETION
======================================================*/

/* Hack Code For IE9 */

div#lean-overlay{z-index: 999999    \9\0;}

/* Date Picker */

.picker__wrap {
	position: absolute\9;
	top: 100%\9;
	left: 90%\9;
	-ms-transform: translateX(90%) translateY(100%)\9;
	margin:0 auto\9;
}

/* Hack Code For IE9 */


/*  Hack code for Safari*/


@media screen and (-webkit-min-device-pixel-ratio:0) {

::i-block-chrome,.reservation select {
	line-height:40px;
}


}

/* //Hack code for Safari*/


/* // HACK CODE SETION
======================================================*/

/* Form Section */
#reservation_form .input-field input[type=text] {
	display:block;
}

#reservation_form .input-field label.active {
	transform:none;
}

#reservation_form label{ float:left; padding-top:0px; margin:0px 0px 0px 0px; }
#reservation_form label.error{ 
	color: #ff0000;
	position:relative;
	text-align: left;
	font-size:11px;
	font-weight:500;
	top: -8px;
	font-family: 'Raleway', sans-serif;
}

#reservation_form label.valid {
  color: #33a532;
}

#reservation_form_thanks p,
#contact_form_thanks p {
	color:#33a532;
}

#contact_form .input-field input[type=text],
#contact_form .input-field textarea {
	display:block;
}

#contact_form .input-field label.active {
	transform:none;
}

#contact_form label{ float:left; padding-top:0px; margin:0px 0px 0px 0px; transition:none; }
#contact_form label.error{ 
	color: #ff0000;
	position:relative;
	text-align: left;
	font-size:11px;
	font-weight:500;
	top: -8px;
	font-family: 'Raleway', sans-serif;
}

#contact_form label.valid {
  color: #33a532;
}


/* Form Section */
.small-logo{ background-repeat:no-repeat; background-size:contain; width:200px; height:80px; margin-top:26px; margin-bottom:6px;}
.header-fixed .small-logo { background-repeat:no-repeat; background-size:contain; width:200px; height:40px; margin-top:12px; margin-bottom:8px;}

.header-fixed .nav-wrapper{ height:40px;}
.header-fixed .whitestrip{height: 103px;}

#sub-nav{text-align: center;}


.separatore_foglia {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='356.827px' height='355.325px' viewBox='509.879 195.925 356.827 355.325' enable-background='new 509.879 195.925 356.827 355.325' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M832.413,518.985c-14.965,9.321-29.195,15.125-43.773,20.104c-23.568,8.052-47.854,12.316-72.768,12.152 c-29.269-0.189-57.875-4.313-84.778-16.683c-23.604-10.853-43.463-26.104-56.771-48.947c-1.816-3.117-3.907-6.075-6.31-9.778 c8.32-0.646,15.998-1.334,23.689-1.813c18.596-1.153,37.202-2.139,55.795-3.32c17.592-1.114,35.169-2.465,52.758-3.592 c18.76-1.202,37.527-2.266,56.291-3.383c0.664-0.04,1.396,0.171,1.99-0.04c10.111-3.584,16.684,1.798,23.361,8.405 c14.914,14.756,30.244,29.094,45.455,43.55C828.547,516.774,830.127,517.496,832.413,518.985z'/%3E%3Cpath d='M538.756,364.143c11.829,0,22.45-0.204,33.063,0.061c9.645,0.24,19.271,1.07,28.911,1.502 c23.448,1.049,46.902,1.987,70.352,3.09c1.474,0.069,3.229,0.813,4.299,1.83c24.595,23.437,49.119,46.947,73.648,70.452 c0.709,0.684,1.355,1.428,2.688,2.827c-4.197,0.544-7.648,1.092-11.125,1.426c-22.154,2.134-44.32,4.151-66.468,6.332 c-18.506,1.821-36.992,3.849-55.493,5.719c-17.521,1.771-35.063,3.389-52.577,5.231c-4.352,0.459-6.825-0.684-8.656-5.063 c-8.896-21.274-13.545-43.532-16.095-66.311C540.268,382.036,539.558,372.793,538.756,364.143z'/%3E%3Cpath d='M792.149,450.184c-4.43-3.883-8.895-7.724-13.277-11.655c-19.066-17.1-38.031-34.313-57.217-51.277 c-4.475-3.956-3.455-9.203-4.137-13.863c-4.229-29.021-8.039-58.099-11.986-87.154c-3.703-27.256-7.408-54.512-11.09-81.771 c-0.129-0.94-0.018-1.919-0.018-3.247c23.238,1.401,45.428,5.932,67.123,13.541c7.162,2.517,9.189,6.761,9.721,13.623 c1.207,15.554,3.082,31.052,4.623,46.574c1.805,18.172,3.482,36.355,5.32,54.522c1.805,17.821,3.789,35.63,5.602,53.453 c1.529,15.027,2.904,30.074,4.391,45.109c0.699,7.08,1.494,14.151,2.244,21.229C793.014,449.572,792.583,449.88,792.149,450.184z' /%3E%3Cpath d='M844.934,497.703c-5.771-5.091-10.916-9.51-15.93-14.069c-14.715-13.394-14.303-13.457-16.811-35.705 c-2.318-20.57-5.623-41.028-8.449-61.542c-2.193-15.921-4.26-31.854-6.486-47.769c-2.824-20.17-5.781-40.321-8.635-60.488 c-2.436-17.222-4.811-34.449-7.186-51.683c-0.064-0.454,0.182-0.949,0.521-2.59c5.207,3.602,10.242,6.643,14.783,10.298 c37.389,30.104,60.521,68.927,67.029,116.385c6.275,45.781,2.813,91.104-13.592,134.853 C848.747,489.227,846.975,492.942,844.934,497.703z'/%3E%3Cpath d='M696.268,363.899c-5.195-4.553-10.431-9.063-15.58-13.668c-19.451-17.4-38.777-34.943-58.393-52.158 c-3.982-3.497-5.382-7.514-6.014-12.389c-2.426-18.726-5.021-37.424-7.521-56.14c-1.337-10.008-2.615-20.021-4.055-31.048 c25.533,0.69,50.528,1.366,75.894,2.053c5.74,54.637,11.417,108.677,17.098,162.717 C697.223,363.477,696.747,363.688,696.268,363.899z'/%3E%3Cpath d='M652.75,348.903c-38.911,0-76.765,0-115.234,0c-4.134-40.327-8.197-79.992-12.267-119.657 c0.404-0.333,0.808-0.666,1.211-0.999C568.376,268.292,610.292,308.338,652.75,348.903z'/%3E%3Cpath d='M602.857,280.013c-30.611-27.569-61.227-55.141-92.979-83.733c3.087-0.191,4.495-0.389,5.897-0.351 c24.64,0.672,49.273,1.477,73.919,1.966c4.23,0.084,5.898,1.553,6.308,5.598c1.989,19.817,4.095,39.624,6.21,59.429 c0.578,5.424,1.333,10.822,2.007,16.232C603.767,279.44,603.312,279.726,602.857,280.013z'/%3E%3C/g%3E%3C/svg%3E");
}


.separatore_foglia_bianco {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='356.828px' height='355.325px' viewBox='0 0 356.828 355.325' enable-background='new 0 0 356.828 355.325' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M322.537,323.062c-14.965,9.321-29.195,15.125-43.773,20.104c-23.568,8.052-47.854,12.315-72.768,12.151 c-29.27-0.188-57.875-4.313-84.779-16.683c-23.604-10.854-43.463-26.104-56.77-48.947c-1.816-3.117-3.908-6.075-6.311-9.777 c8.32-0.646,15.998-1.335,23.689-1.813c18.596-1.153,37.201-2.139,55.795-3.32c17.592-1.113,35.168-2.465,52.758-3.592 c18.76-1.202,37.527-2.266,56.291-3.383c0.664-0.04,1.396,0.171,1.99-0.04c10.111-3.584,16.684,1.798,23.361,8.405 c14.914,14.756,30.242,29.094,45.455,43.55C318.669,320.851,320.25,321.573,322.537,323.062z'/%3E%3Cpath fill='%23FFFFFF' d='M28.878,168.22c11.83,0,22.451-0.204,33.064,0.061c9.645,0.24,19.27,1.07,28.91,1.502 c23.447,1.049,46.902,1.987,70.352,3.09c1.475,0.07,3.229,0.813,4.299,1.83c24.596,23.438,49.119,46.947,73.648,70.452 c0.709,0.685,1.355,1.429,2.688,2.827c-4.197,0.544-7.646,1.092-11.125,1.426c-22.152,2.135-44.318,4.151-66.467,6.332 c-18.506,1.821-36.992,3.85-55.494,5.72c-17.52,1.771-35.063,3.389-52.576,5.23c-4.352,0.459-6.826-0.684-8.656-5.063 c-8.896-21.274-13.545-43.532-16.096-66.312C30.39,186.113,29.681,176.871,28.878,168.22z'/%3E%3Cpath fill='%23FFFFFF' d='M282.273,254.261c-4.432-3.883-8.896-7.724-13.277-11.655c-19.066-17.1-38.031-34.313-57.217-51.276 c-4.477-3.957-3.455-9.203-4.139-13.863c-4.229-29.021-8.037-58.1-11.984-87.154c-3.703-27.256-7.408-54.512-11.09-81.771 c-0.131-0.939-0.02-1.918-0.02-3.246c23.238,1.4,45.428,5.932,67.123,13.541c7.162,2.517,9.189,6.761,9.721,13.623 c1.207,15.554,3.082,31.052,4.623,46.574c1.807,18.172,3.482,36.354,5.32,54.521c1.805,17.82,3.789,35.63,5.602,53.453 c1.529,15.027,2.904,30.074,4.393,45.108c0.699,7.08,1.494,14.151,2.244,21.229C283.136,253.649,282.707,253.958,282.273,254.261z' /%3E%3Cpath fill='%23FFFFFF' d='M335.056,301.78c-5.77-5.091-10.916-9.51-15.93-14.068c-14.715-13.395-14.303-13.457-16.811-35.705 c-2.318-20.57-5.623-41.028-8.449-61.542c-2.193-15.922-4.26-31.854-6.486-47.77c-2.822-20.17-5.779-40.32-8.635-60.488 c-2.436-17.221-4.811-34.448-7.186-51.683c-0.064-0.454,0.182-0.948,0.521-2.59c5.207,3.603,10.242,6.644,14.783,10.298 c37.389,30.104,60.52,68.928,67.029,116.385c6.273,45.781,2.813,91.104-13.594,134.854 C338.871,293.304,337.097,297.019,335.056,301.78z'/%3E%3Cpath fill='%23FFFFFF' d='M186.39,167.976c-5.193-4.553-10.43-9.063-15.578-13.668c-19.451-17.4-38.777-34.943-58.395-52.158 c-3.98-3.496-5.381-7.514-6.014-12.389c-2.426-18.727-5.021-37.424-7.521-56.141C97.546,23.613,96.269,13.6,94.828,2.574 c25.533,0.689,50.529,1.365,75.895,2.053c5.74,54.637,11.416,108.677,17.098,162.717 C187.345,167.554,186.871,167.765,186.39,167.976z'/%3E%3Cpath fill='%23FFFFFF' d='M142.873,152.98c-38.91,0-76.764,0-115.234,0c-4.133-40.326-8.195-79.992-12.266-119.656 c0.404-0.334,0.807-0.666,1.211-1C58.5,72.369,100.416,112.416,142.873,152.98z'/%3E%3Cpath fill='%23FFFFFF' d='M92.98,84.09C62.369,56.521,31.753,28.949,0.001,0.357c3.086-0.191,4.494-0.389,5.896-0.351 c24.641,0.672,49.273,1.477,73.92,1.966c4.229,0.084,5.896,1.553,6.307,5.598c1.99,19.817,4.096,39.625,6.211,59.43 c0.578,5.424,1.332,10.822,2.006,16.231C93.89,83.517,93.435,83.803,92.98,84.09z'/%3E%3C/g%3E%3C/svg%3E");
}

.separatore_foglia, .separatore_foglia_bianco{ margin-left:12px; margin-right:12px; margin-top:-16px; width:32px; height:32px; background-position:center; background-repeat:no-repeat; background-size:cover; display:inline-block}
.content-cookie h3{ font-size:15px;}
.content-cookie h4{ font-size:15px;}
.content-cookie p{ font-size:11px; line-height:14px;}
#modal_m_q{ height:340px; background-repeat:no-repeat; background-color:#3a3a3a}
#modal_m_q h4{ color:#FFF; line-height:20px; font-size:16px;}