/**   -------------------------------------   **/
/**   RORAPH GRAPHICS                         **/
/**   Designed By RORAPH GRAPHICS ®           **/
/**   Code Hand Written By Wayne Roraph       **/
/**   EATBKH.COM - Copyright©2024             **/
/**   Updated - Dec-28-2024                   **/
/**   -------------------------------------   **/

/*************************
*******Typography******
**************************/

html, body {
	font-family: 'Open Sans', sans-serif;
	background:#000000; /** main backgound color **/
	color: #dddddd; /** main font color **/
	margin:0; 
	padding:0;
	width:100%; 
	overflow-x: hidden;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
	-webkit-text-stroke-width: 0.1px;
}

.border1 {
    border-style: solid;
    border-width: 2px;
    border-color: #ff0000;
}

.border2 {
    border-style: solid;
    border-width: 2px;
    border-color: #00ff00;
}

.border3 {
    border-style: solid;
    border-width: 2px;
    border-color: #0000ff;
}
.border4 {
    margin-left: 50px;
}
.border6 {
    border-style: solid;
    border-width: 2px;
    border-color: #0000ff;
    margin-left: 30px;
}
/*
.phone {
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1px;
    background-color: #436c83;
}
*/
.number {
    font-family: arial;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 5px 5px 7px #000000;
    line-height: 35px;
    text-align:center;
}
.number a:link    {
    color: #ffffff;
    text-decoration: none;
}
.number a:visited {
    color: #ffffff;
    text-decoration: none;
}
.number a:hover   {
    color: #c0c0c0;
    text-decoration: none;
}
.number a:active  {
    color: #696969;
    text-decoration: none;
}

.responsive {
  width: 100%;
  height: auto;
}

.indent {
  text-indent: 50px;
}
.indent60 {
  text-indent: 60px;
}
.indent30 {
  text-indent: 30px;
}

a:visited, a:focus{color: none;}

ol, ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


.btn {
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
    -moz-user-select: none;
    background-image: none;
	color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 11px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-inverse {
	box-shadow: 0 12px 19px rgba(0, 0, 0, 0.1) inset, 0 1px 7px rgba(255, 255, 255, 0.2);
    -moz-user-select: none;
    background-image: none;
	background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 11px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.btn:hover {
	background-color: #fff;
}

.btn-large {
    padding: 15px 58px;
}

.btn-medium {
    padding: 13px 30px;
}

.text-left {
	text-align: left;
}

.text-justify {
	text-align: justify;
}

.text-color {
    padding: 0 5px;
}

.dporcaps-negative {
    border-radius: 5px 5px 5px 5px;
    float: left;
    font-size: 24px;
    margin-right: 5px;
    padding: 3px 10px;
}

.dporcaps {
    float: left;
    font-size: 46px;
    margin-right: 10px;
    margin-top: -10px;
}

blockquote {
    background: none repeat scroll 0 0 #F2F3F7;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #80828A;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin: 30px 0;
    padding: 15px 25px;
}

.blockqoute-style-2 {
    border-radius: 0 0 0 0;
}

cite {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    width: 100%;
}

/*************************/
	
			
/*************************
******** Loader **********
**************************/
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
    width:100%;
    height:100%;
	background-color: #fefefe;
    z-index:99999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* Loading animation: */

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*************************/
	
/*************************
******* Parallax *********
**************************/		
.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*background-attachment: fixed;*/
}
	
.overlay {
	background: url(../images/pattern.png);
}	

/*************************
******* Home CSS *********
**************************/	

/* Home Slider */

.slide-wrap{
    background-image: url(../images/kebab3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    /*background-attachment: fixed;*/
/*
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/100-mile-house.jpg);
  transform: translateZ(0);
  will-change: transform;
*/
}

#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
	position: absolute;
	top: 50%;
	margin-top: -104px;
	left: 0;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	z-index: 15;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}

#home-slider .caption h1 {
	font-family: 'Open Sans Condensed', sans-serif;
    color: #dddddd; /** main home font big **/
	font-weight: 700;
    font-size: 50px;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke: 2px black;
    text-shadow: 8px 8px 6px #000000;
    margin-bottom: 30px;
}

#home-slider .caption p {
    color: #000000;
	font-size: 30px;
    text-transform: uppercase;
	padding-bottom: 40px;
}

.pets {
    color: #0e9aad;
	font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
	padding-bottom: 40px;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover;
	height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.2);
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}

.left-control, .right-control {
	position: absolute;
	top: 50%;
	height: 51px;
	width: 51px;
	line-height: 48px;
	border-radius: 5%;
	border:1px solid #fff;  
	z-index: 20;
	font-size: 24px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.left-control {
	left: -51px
} 

.right-control {
	right: -51px;
}

.left-control:hover, 
.right-control:hover {
	color: #fff;
}

#home-slider:hover .left-control {
	left:30px
} 

#home-slider:hover .right-control {
	right:30px
}

.home-menu-button {
	background: transparent;
	margin-top: 40px;
    color: #e4e4e4;
    padding: 13px 20px;
	font-size: 18px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.home-menu-button:hover {
    border: 2px solid #000000;
    color: #000000;
}

.see-our-menu {
	background: transparent;
	margin-top: 40px;
    color: #e4e4e4;
    padding: 13px 20px;
	font-size: 18px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.see-our-menu:hover {
    border: 2px solid #000000;
    color: #000000;
}

.book-now-white {
	background: transparent;
	margin-top: 40px;
    color: #e4e4e4;
    padding: 13px 20px;
	font-size: 14px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.book-now-white:hover {
    border: 2px solid #fff;
    color: #fff;
}
/*************************/	
.book-now-gray {
    border: 2px solid #c0c0c0;
	background: transparent;
	margin-top: 40px;
    color: #0e9aad;
    padding: 13px 20px;
	font-size: 16px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.book-now-gray:link {
	color: #0e9aad;
}
.book-now-gray:visited {
	color: #0e9aad;
}
.book-now-gray:hover {
	background: #0e9aad;
    border: 2px solid #c0c0c0;
    color: #fff;
}

/* Go Back Button */	
.go-back-gray {
    border: 2px solid #c0c0c0;
	background: transparent;
	margin-top: 40px;
    color: #0e9aad;
    padding: 13px 20px;
	font-size: 16px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.go-back-gray:link {
	color: #0e9aad;
}
.go-back-gray:visited {
	color: #0e9aad;
}
.go-back-gray:hover {
	background: #0e9aad;
    border: 2px solid #c0c0c0;
    color: #fff;
    cursor: pointer;
}

.section-space  {
    padding-top: 90px;
}	

.top-space  {
    padding-top: 60px;
    padding-bottom: 60px;
}		

/* Customization Boostrap Menu */

/* Main Color */
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
	background-color: #fff;
}

/* Link Color */
/*
.selected a{
    color: #0e9aad;
}
*/

/*Contacts Link */
.con-whi a:link {
	color: #fefefe;
    font-size: 20px;
}
.con-whi a:visited {
	color: #fefefe;
    font-size: 20px;
}
.con-whi a:hover {
    color: #696969;
    font-size: 20px;
    cursor: pointer;
}

/*Email Link */
.email a:link {
	color: #dddddd;
    font-size: 18px;
}
.email a:visited {
	color: #dddddd;
    font-size: 18px;
}
.email a:hover {
    color: #696969;
    font-size: 18px;
    cursor: pointer;
}

.ease {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.navbar-inverse .navbar-nav>li>a { 
/*	color: #2d2d2d; */
    color: #000000;
	margin: 0 5px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
}

.navbar-collapse, .collapse .in:after, .main-nav-list:after, .navbar-collapse:after, .sticky-wrapper :after{
	z-index: 99999;
	background-color: transparent;
}

.main-nav-list {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.navbar-brand {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
	height: 50px;
	margin-left: 20px;
	margin-right: 30px;
	max-width: 160px;
}
.navbar-toggle {
	border: transparent;
}


.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  max-height: 300px;	/* Scrollable Menu */
  border-color: #000000;
}

.navbar-wrapper { 
	background-color: transparent;
	padding: 10px 0;
	margin-bottom: 0;
	text-transform: uppercase;
	z-index: 1000;	
	width: 100%;
	top: 0;
	position: fixed;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 0 !important;
}

.scroll-fixed-navbar{ 
	background-color: #fff;
	opacity: 0.97;
	padding: 20px 0;
	box-shadow: 0px 0px 5px #999;
	border-bottom: 1px solid #000000;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 99999 !important;
}


.navbar-inverse .navbar-nav > .active > a {
    background-image: none;
    background-color: #fff;	
    box-shadow: none;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: none;
}

.navbar-inverse { 
	background-color: transparent;	
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.dropdown-menu { background-color: #FFFFFF}
.navbar-inverse { background-image: none; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-image: none; }
.navbar-inverse .navbar-brand { color: #FFFFFF}
.navbar-inverse .navbar-brand:hover { color: #FFFFFF}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-top-color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-bottom-color: #fff}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #fff}



/* Titles */

.section-title-wrapper {
	background-color: #f7f7f7;
	/* padding: 50px 0; */
}

.section-title h1 span{
	color: #fff;
	padding: 0 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}

.section-title h3 {
	font-size: 24px;
	padding-top: 20px;
	text-transform: uppercase;	
}

.element-title h1 {
	font-size: 30px;
	text-transform: uppercase;
}

.element-title h3 {
	font-size: 20px;
	/*text-transform: capitalize;*/
}

.typography-title h3 {
	font-size: 24px;
	padding: 20px 0;
	/*text-transform: capitalize;*/
}

.book-now-title h1 {
	font-size: 30px;
	text-transform: uppercase;
}

.book-now-title h3 {
	font-size: 20px;
    width: 75%;
    display: inline-block;
    padding-top: 60px;
    margin: 0 auto;
    text-align: center;
	/*text-transform: capitalize;*/
}

.privacy-policy-title h3 {
	font-size: 20px;
	padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 100px;
    text-align: left;
	/*text-transform: capitalize;*/
}

@media (max-width: 800px) {
.privacy-policy-title h3 {
	font-size: 20px;
	padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 10px;
    text-align: left;
	/*text-transform: capitalize;*/
}  
}

.privacy-policy-title h4 {
	font-size: 16px;
    width: 75%;
    display: block;
    /*padding-top: 60px;*/
    padding-bottom: 0px;
    margin: 0 auto;
    text-align: left;
	/*text-transform: capitalize;*/
}

.phone-us-title h1 {
	font-size: 30px;
	text-transform: uppercase;
}

.phone-us-title h3 {
	font-size: 20px;
    width: 50%;
    display: inline-block;
    padding-top: 0px;
    margin: 0 auto;
    text-align: center;
	/*text-transform: capitalize;*/
}

.all-fields-title h3 {
	font-size: 20px;
	/* text-transform: capitalize; */
}

.careers-title h1 {
	font-size: 30px;
	text-transform: uppercase;
}

.careers-title h3 {
	font-size: 20px;
    width: 70%;
    display: inline-block;
    padding-top: 60px;
    margin: 0 auto;
    text-align: center;
	/*text-transform: capitalize;*/
}

.rooms-title h1 {
	font-size: 30px;
	text-transform: uppercase;
}

.rooms-title h3 {
	font-size: 20px;
    width: 70%;
    display: inline-block;
    padding-top: 60px;
    margin: 0 auto;
    text-align: center;
	/*text-transform: capitalize;*/
}

.rooms-title h4 {
	font-size: 26px;
    color: #0e9aad;
    width: 70%;
    display: inline-block;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.rooms-title:link {
	color: #0e9aad;
}
.rooms-title:visited {
	color: #0e9aad;
}
.rooms-title:hover {
    color: #c0c0c0;
}

.spam-title h1 {
	font-size: 40px;
    font-weight: bold;
    color: #b30000;
	padding-top: 20px;
	/*text-transform: uppercase;*/	
}

.spam-title h3 {
	font-size: 24px;
	padding-top: 20px;
	/*text-transform: uppercase;*/	
}

.error-title h1 span {
	color: #fff;
	padding: 0 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}

.error-title h3 {
	font-size: 20px;
	padding-top: 20px;
    width: 75%;
    display: inline-block;
	/*text-transform: uppercase;*/	
}

.amenities {
	font-size: 20px;
	padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 100px;
    width: 75%;
    display: inline-block;
	/*text-transform: uppercase;*/	
}

.btn-one{
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
	color: #fff !important;
    display: inline-block;
    margin: 20px 0;
    padding: 11px 20px;
    /*text-transform: capitalize;*/
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-one:hover {
    background: none repeat scroll 0 0 #fff;
}


/* End Titles */



/* Overview */

.why-us  {
	/* padding: 60px 2% 80px; */
}	

.wrapper-why-us  {
	padding: 40px 0;
}	

.about-us h2 {
    font-size: 24px;
	/*text-transform: uppercase;*/	
}

.overview  {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
}
/******************************************************/
.hovicon {
	display: inline-block;
	font-size: 80px;
	line-height: 200px;
	cursor: pointer;
	margin: 20px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;	
}

.hovicon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Effect 1 */
.hovicon.effect-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	-webkit-transition: -webkit-transform 0.2s;
	-webkit-transform: scale(0.8);
	-moz-transition: -moz-transform 0.2s;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transition: transform 0.2s;
	transform: scale(0.8);
}

/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
	color: #fff;
	font-size: 100px;
}

.hovicon.effect-1.sub-a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


/******************************************************/



/* End Overview */


/* Motel */

.motel{
	/*background: none no-repeat scroll 0 0 #4d4d4d;*/
	/*padding: 60px 2% 100px;*/
	background-image: url("../images/motel-bg.jpg");
}

.motel-2{
	/*background: none no-repeat scroll 0 0 #4d4d4d;*/
	/*padding: 60px 2% 100px;*/
	background-image: url("../images/motel-bg-3.jpg");
}

.wrapper-number {
	padding: 40px 0;
}

.wrapper-block-motel{
	padding: 80px 2% 120px;
}
/*
.number {
	font-size: 80px;
	font-weight: 700;
	color: #fff;
}
*/
.number-title {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;	
}

/* End Motel */



/* Team */
.meet-the-team{
	/* padding: 60px 2% 80px; */
}

.wrapper-team{
	padding-top: 60px;
}


.team-member { 	
    display: block;
    margin: 0 auto 50px;
    max-width: 350px;
    padding: 0;
    width: 100%;
	vertical-align: top;
}

.team-member-holder {
	border: 1px solid #d6d6d6; 
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team-member-holder:hover .team-overlay{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
	

.team-member-holder:hover .overlay-content{
	opacity: 1;
	top: 30%;
}

.team-member-image {
    float: none;
    height: 0;
    overflow: hidden;
	line-height: 0;
	position: relative;
    padding-bottom: 100%;
	display: block;
	position: relative;
	display: block;
}

.team-member-image img {
    max-width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team-member-image:hover img {
    -webkit-transform:rotate(10deg) scale(1.2);
    -moz-transform:rotate(10deg) scale(1.2);
    -ms-transform:rotate(10deg) scale(1.2);
    -o-transform:rotate(10deg) scale(1.2);
    transform:rotate(10deg) scale(1.2);
}

.team-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	height: 100%;
	width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;	
}

.team-overlay .img-overlay {
	height: 100%;
	width: 100%;
}

.overlay-content {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	text-transform:uppercase;
	opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;	
}

.view-room {
	background-color:#fff;
	border: 1px solid #fff;
	padding: 9px 30px;
	font-size: 14px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.view-room:hover {
	background-color: transparent;
	color: #fff;
	
}

.order-now {
	background-color:#fff;
	border: 1px solid #fff;
	padding: 9px 30px;
	font-size: 14px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.order-now:hover {
	background-color: transparent;
	color: #fff;
	
}

.drinks {
    display: inline-block;
	/* background-color: #fff; */
	border: 1px solid #fff;
	border-radius: 6px;
    font-size: 22px;
    height: 225px;
    line-height: 35px;
    margin: 5px;
    text-decoration: none;
    width: 350px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.team-member-social-list {
    line-height: 0;
	padding-bottom: 20%;
}

.team-member-social-list-item {
    display: inline-block;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
    font-size: 22px;
    height: 40px;
    line-height: 35px;
    margin: 5px;
    text-decoration: none;
    width: 40px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.team-member-social-list-item:hover {
    display: inline-block;
	background-color: transparent;
	color: #fff;
    width: 40px;
	border-radius: 4px;
}

.team-member-meta {
    padding: 6px 0 0;
    padding-left: 20px;
    padding-right: 20px;
}

.team-member-name {
    font-size: 20px;
    margin-bottom: 6px;
}

.team-member-role {
    font-size: 20px;
    margin-bottom: 16px;
	font-weight: 100;
}

.team-details p{
	text-align: justify;
}
/* End Team */

/* Start Food0 */
.food0{
	/*background: none no-repeat scroll 0 0 #4d4d4d;*/
	/*padding: 40px 2% 80px;*/
	background-image: url("../images/kebab3.jpg");
}

.wrapper-count {
	margin-top: 60px;
}

.wrapper-block-food0{
	padding: 150px 2% 150px;
}
/* End Food0 */

/* Start Food1 */
.food1{
	/*background: none no-repeat scroll 0 0 #4d4d4d;*/
	/*padding: 40px 2% 80px;*/
	background-image: url("../images/food/food1.png");
}

.wrapper-count {
	margin-top: 60px;
}

.wrapper-block-food1{
	padding: 150px 2% 150px;
}
/* End Food1 */

/* Start Food2 */
.food2{
	/*background: none no-repeat scroll 0 0 #4d4d4d;*/
	/*padding: 40px 2% 80px;*/
	background-image: url("../images/food/food2.png");
}

.wrapper-count {
	margin-top: 60px;
}

.wrapper-block-food2{
	padding: 150px 2% 150px;
}
/* End Food2 */

/* Start Food3 */
.food3{
	/*background: none no-repeat scroll 0 0 #4d4d4d;*/
	/*padding: 40px 2% 80px;*/
	background-image: url("../images/food/food3.png");
}

.wrapper-count {
	margin-top: 60px;
}

.wrapper-block-food3{
	padding: 150px 2% 150px;
}
/* End Food3 */

/* Start Food4 */
.food4{
	/*background: none no-repeat scroll 0 0 #4d4d4d;*/
	/*padding: 40px 2% 80px;*/
	background-image: url("../images/food/food4.png");
}

.wrapper-count {
	margin-top: 60px;
}

.wrapper-block-food4{
	padding: 150px 2% 150px;
}
/* End Food4 */

/* Start Food5 */
.food5{
	/*background: none no-repeat scroll 0 0 #4d4d4d;*/
	/*padding: 40px 2% 80px;*/
	background-image: url("../images/food/food5.png");
}

.wrapper-count {
	margin-top: 60px;
}

.wrapper-block-food5{
	padding: 150px 2% 150px;
}
/* End Food5 */

/* Start Skill */
.skills h4 {
    color: #fff;
    font-size: 16px;
    margin-top: -90px;
}

.skill {
	padding-bottom: 90px;

}

li:last-child {
	margin-bottom: 0;
}
.skill .knob{
	background: transparent;
	color: #fff;
	border: none;
	font-size: 60px !important;
	margin-top: 50px !important;
}
/* End Skill */


/* Works */
.works{
	padding: 60px 0 0;
}

#filters {
	margin:4%;
	padding:0;
	list-style:none;
}
#filters li {
	display:inline-block;
	margin-right: 20px;
}
#filters li span {
	display: block;
	font-size: 14px;
	padding: 12px 22px;
	margin-bottom: 4%;
	background: transparent;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
#filters li span.active,#filters li span:hover {
	color:#fff;
}

.myport .portfolio {
	width: 25%;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	display:none;
	float:left;
	overflow:hidden;
}

.myport .portfolio-3-col {
	width: 25%;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	display:none;
	float:left;
	overflow:hidden;
}

.myport .portfolio-4-col {
	width: 25%;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	display:none;
	float:left;
	overflow:hidden;
}

.myport .portfolio-5-col {
	width: 25%;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	display:none;
	float:left;
	overflow:hidden;
}

.portfolio-wrap{
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100.1%;
}

.img-holder {
    height: auto;
    overflow: hidden;
    position: relative;
}

.img-holder img{
    height: auto;
    width: 100%;
}

.works-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	height: 100%;
	width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;	
}

.works-overlay .img-overlay {
	height: 100%;
	width: 100%;
}

.img-holder:hover .works-overlay{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.img-holder:hover .overlay-content{
	opacity: 1;
	top: 30%;
}

.works-overlay-category{
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
}

.works-overlay-text{
	color: #fff;
	font-size: 18px;
}

.works-overlay-icon{
	color: #fff;
	font-size: 60px;
}

#single-portfolio {
  padding: 90px 0;
  position: relative;
}

#single-portfolio img {
  max-width: 100%;
  box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
  height: auto;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}


.project-info h3 {
    font-size: 24px;
    text-align: center;
	/*text-transform: capitalize;*/
}

.project-details h3 {
    font-size: 20px;
	text-align: left;
}

.project-description h3 {
    font-size: 20px;
	text-align: left;
}

.project-description p {
	text-align: justify;
}

.project-details p {
    text-align: left;
	border-bottom: 1px solid #d6d6d6;
    padding-bottom: 7px;
}

.project-info p {
    text-align: left;
}




/* End Works */


/* Partners */

.partners{
	/*background: none no-repeat scroll 0 0 #4d4d4d;*/
	/*padding: 40px 2% 80px;*/
	/*background-image: url("../images/partners-bg.jpg");*/
}

.wrapper-partners{
	margin-top: 20px;
}

.wrapper-block-partners{
	padding: 60px 2% 100px;
}

.partners-img:hover img{
	opacity: 0.7;
}
.partners-img img{
	border: 1px solid transparent;
	text-align: center;
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

/* End Partners */


/* Pricing */

.pricing{
	padding: 60px 2% 120px;
}

.wrapper-pricing{
	padding-top: 60px;
}

.single-table {
    border: 1px solid #d6d6d6;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);	
    padding: 25px;
}

.single-table h4 {
    font-size: 24px;
    margin-bottom: 21px;
    margin-top: 5px;
}

.price-icon {
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 40px;
    height: 100px;
    line-height: 95px;
    width: 100px;
}

span.price {
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

.single-table ul li {
    margin-top: 15px;
}

.single-table .btn-price, .sign_form input[type="submit"] {
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
	color: #fff;
    display: inline-block;
    margin: 45px 0 25px;
    padding: 11px 20px;
    /*text-transform: capitalize;*/
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.single-table .btn-price:hover {
    background: none repeat scroll 0 0 #fff;
}

.single-table.featured h4 {
    color: #fff;
}

.single-table.featured h4:first-letter {
  color: #fff;
}

.single-table.featured .price-icon, .single-table.featured .btn-price {
    background-color: #FFFFFF;
}
.single-table.featured{
    color: #FFFFFF;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
}

.single-table.featured .price {
    color: #FFFFFF;
}

.single-table.featured .btn-price:hover {
    background: transparent;
    border: 1px solid #fff;
	color: #fff;
}

/* End Pricing */



/* Clients */

.clients{
	/* background: none no-repeat scroll 0 0 #4d4d4d; */
	/*background-image: url("../images/clients-bg.jpg");*/
	/* padding: 40px 0 60px; */
}

.wrapper-clients {
	margin-top: 40px;
}

.wrapper-block-clients{
	padding: 40px 2% 60px;
}

.clients h5 {
    display: inline-block;
    font-size: 18px;
}

.clients p{
	font-size: 14px;
	padding: 0;
	color: #fff;
	text-align:center;
}

.clients .testimonial-inner p{
	font-style: italic;
	font-size: 18px;
	color: #fff;
	padding:
}

.testimonial-inner p::before{  
	font-family:'FontAwesome'; 
	content:"\f10d"; 
	font-size: 20px; 
	font-weight: bold; 
	padding-right: 30px; 
	font-weight: normal; 
}
	
.testimonial-inner p::after{  
	font-family:'FontAwesome'; 
	content:"\f10e"; 
	font-size: 20px; 
	font-weight: bold; 
	padding-left: 30px; 
	font-weight: normal; 
}

.testimonial-inner img{  
	max-width: 150px;
	/*border: 4px solid #00cfef;*/
	margin-bottom: 20px;
	border-radius: 90px;
	display: inline-block;
}

.img-rounded {
	border: 4px solid #fff;
	border-radius: 50%;
}

.carousel-indicators {
    display: block;
    margin: 15px auto;
    position: static;
    width: auto;
}

.carousel-indicators .active {
  width: 16px;
  height: 16px;
}

.carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 0;
}

.client-carousel {
	padding-bottom: 60px;
}

/* End Clients */


/* google map */

.news{
	padding: 60px 2% 80px;
}

.wrapper-news{
	padding: 60px 0;
}

.news-content {
    margin-bottom: 0px;
}

.entry-header {
    margin-bottom: 26px;
    position: relative;
}

.blog-image {
    overflow: hidden;
    position: relative;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
}

.blog-image img{
	width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.blog-image:hover img {
    -webkit-transform:rotate(10deg) scale(1.45);
    -moz-transform:rotate(10deg) scale(1.45);
    -ms-transform:rotate(10deg) scale(1.45);
    -o-transform:rotate(10deg) scale(1.45);
    transform:rotate(10deg) scale(1.45);
}

.entry-content{
	text-align: center;
}

.post-date, .more-link, .more-link a {
    position: absolute;
}
.post-date {
    color: #FFFFFF;
    font-size: 36px;
    left: -10px;
    padding: 5px 30px 15px;
    text-align: center;
    top: -10px;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
}
.post-date span {
    display: block;
    font-size: 24px;
}

h3.entry-title {
    font-size: 18px;
}

.entry-meta {
    margin-bottom: 30px;
}

.entry-meta li {
    display: inline-block;
}
.entry-meta li a {
    color: #2f2f2f;
}

.entry-meta span {
    margin-left: 8px;
    margin-right: 8px;
}

.thumbnail, .img-thumbnail {
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
	border-radius: 0;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
/*
.map-responsive:hover iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    -webkit-transform:rotate(-10deg) scale(1.00);
    -moz-transform:rotate(-10deg) scale(1.00);
    -ms-transform:rotate(-10deg) scale(1.00);
    -o-transform:rotate(-10deg) scale(1.00);
    transform:rotate(-10deg) scale(1.00);
}
*/
/* end google map */

/* Single Post Blog */

.post-image {
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.post-image a {
    display: block;
    position: relative;
}

.page-title {
	margin: 30px 2% 30px;
}

.widget .ads-img img {
    margin-bottom: 30px;
    max-width: 100%;
}

.widget.category ul li {
	text-align: left;
    border-bottom: 1px solid #d6d6d6;
    padding: 8px 0;
}

.widget.tags-cloud a {
    border: 1px solid #d6d6d6;
    color: #2f2f2f;
    float: left;
    margin: 0 5px 5px 0;
    padding: 10px 22px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.tags {
    margin: 30px 0 0;
}

.tags a {
    border: 1px solid #d6d6d6;
    color: #2f2f2f;
    margin: 0 5px 5px 0;
    padding: 10px 22px;
	float: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.clear{clear: both;}

.blog-divider {
    background-color: #d6d6d6;
    height: 1px;
    margin: 50px 0 70px;
}

.pager li > a, .pager li > span {
    background-color: #FFFFFF;
    border: 1px solid #d6d6d6;
    border-radius: 0;
	padding: 10px 22px;
}
.pager li > a:hover, .pager li > a:focus {
	background-color: #FFFFFF;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}


.comments {
    float: left;
    padding-bottom: 40px;
}

.comments .comment-sec {
    background: none repeat scroll 0 0 #F6F6F6;
    float: left;
    margin: 15px 0 0;
    padding: 15px;
	text-align: left;
}

.comments .author {
    border: 3px solid #FFFFFF;
    border-radius: 100% 100% 100% 100%;
    box-shadow: 0 0 1px #999999;
    float: left;
}

.comments span.author-name {
    font-size: 18px;
	font-weight: bold;
    margin: 0;
}

.comments .comment-detail {
    float: right;
    width: 85%;
}

.comments .comment-sec2 {
    margin: 15px 0 0 95px;
}

.leave-reply .form-control{
	margin: 15px 0;
}


.comment-form textarea {
    border: 1px solid #CCCCCC;
    color: #999999;
    height: 250px;
    margin: 0 0 10px;
    padding: 10px 7px;
    width: 100%;
}

/* End Single Post Blog */




/* Tweet */

.stay-in{
	/* background: none no-repeat scroll 0 0 #4d4d4d; */
	/*background-image: url("../images/contact-bg.jpg");*/
	/* padding: 40px 0 60px; */
}

.wrapper-stay-in {
	margin-top: 40px;
}

.wrapper-block-stay-in{
	padding: 40px 2% 60px;
}

#twitter > div {
    position: relative;
    text-align: center;
}
#twitter-carousel {
    position: relative;
    z-index: 15;
}
.twitter-icon {
    color: #FFFFFF;
    position: relative;
    z-index: 15;
}
.twitter-icon .fa-twitter {
    border-radius: 50% 50% 50% 50%;
    font-size: 24px;
    height: 64px;
    line-height: 65px;
    position: relative;
    width: 64px;
}
.twitter-icon .fa-twitter:after {
    border-style: solid;
    border-width: 8px;
    bottom: -12px;
    content: "";
    left: 24px;
    position: absolute;
}
#twitter-carousel .item {
    padding: 0 55px;
}

.twitter-icon h4 {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 25px;
    margin-top: 25px;
    text-transform: uppercase;
}
#twitter-carousel .carousel-indicators {
    bottom: -40px;
}

#twitter-carousel p {
    color: #fff;
    font-size: 16px;
}


.input-box {
/*    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);*/
    background: transparent;
	color: #fff;
    outline: medium none;
	border-radius: 0;
	height: 44px;
    display: inline-block;
    text-align: left;
    text-transform: none;
    width: 274px;
	margin-right: 10px;
}

.signup p {
    color: #fff;
    font-size: 14px;
	padding-bottom: 20px;
}

.sign_form input[type="submit"]:hover {
	background: transparent;
}


/* End Tweet */

/** Border (footer) **/
.border {
    border-radius: 3px;
	border: 2px solid #000000;
    bottom: 5px;
    display:inline;
    padding: 5px 10px;
    position: fixed;
    left: 10px;
    text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* Footer */
.bottom-footer {
/*    background: none repeat scroll 0 0 #fff; */
/*    background: none repeat scroll 0 0 #4b4b4b; */
    background: #111111;
}

/** Center **/
.center {
    margin: 0px auto;
    text-align: center;
    display: inline-block;
}

/** footer center **/
.bottom-footer-center p span {
    text-align: center;
    font-size: 14px;
}
.bottom-footer-center p a {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.bottom-footer-center p a:hover {
    color: #fff;
}

.bottom-footer-center p  {
    color: #fff;
}

/** footer left **/
.bottom-footer-left p span {
    font-size: 14px;
}
.bottom-footer-left p a {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.bottom-footer-left p a:hover {
    color: #fff;
}

.bottom-footer-left p  {
    color: #fff;
}

.bottom-footer-left {
	color: #0e9aad;
    font-size: 15px;
}

.bottom-footer-left:link {
	color: #0e9aad;
    font-size: px;
}
.bottom-footer-left:visited {
	color: #0e9aad;
    font-size: 15px;
}
.bottom-footer-left:hover {
    color: #c0c0c0;
    font-size: 15px;
}
.bottom-footer-left:active {
    color: #ffffff;
    font-size: 15px;
}

.bottom-social-icons li a i{
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 22px;
    border-radius: 6px;
    display: block;
    height: 45px;
    width: 45px;
	padding-top: 12px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.bottom-social-icons li a i:hover{
	background-color: transparent;
}

.bottom-footer {
    padding: 40px 0 20px;
}
.bottom-social-icons li {
    display: inline-block;
    margin: 10px 6px;
}

.bottom-social-icons {
    margin: 0 auto 40px;
    width: 100%;	
}

.design:hover img{
    /* left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute; */
    -webkit-transform:rotate(-10deg) scale(1.00);
    -moz-transform:rotate(-10deg) scale(1.00);
    -ms-transform:rotate(-10deg) scale(1.00);
    -o-transform:rotate(-10deg) scale(1.00);
    transform:rotate(-10deg) scale(1.00);
}
/* End Footer */

.top20{
    margin-top: 20px;
}

/* Validation */
.top100{
    margin-top: 110px;
}

label.error {
	display: none !important;
    background: none repeat scroll 0 0 #DE654E;
    color: #fff;
    padding: 3px 5px;
	margin-top: 10px;
}

.form-control.valid{
    border-color: #27AE61;
}

.form-control.error{
    border-color: #DE654E;
}

/* End Validation */

/* Contacts */
.contacts{
	/* padding: 0px 2% 120px; */
}

.wrapper-contacts{
	padding-top: 40px;
}
.wrapper-contacts-icons{
}

.contact_form #contact-form{
	padding-top: 50px;
}

.contact_form {
    margin: 0 auto;
    width: 70%;
}

.contact_form i{
    font-size: 40px;
}

.bord {
    border: solid;
    border-color: black;
}

.cards {
    float: left;
    width: 50%;
}

.checkbox {
    float: left;
    line-height: 2.2em;
    height: 2.2em;
    margin: 0px 2px;
    font-size: inherit;
    /*
    height: 44px;*/
    /*margin: 0px;*/
    /*margin-top: 120px;*/
	/*border-radius: 0;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2); */   
}

.form-control {
	border-radius: 0;
	height: 44px;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
}

textarea.form-control {
    height: 110px;
}

.contact_form input[type="submit"] {
    color: #FFFFFF;
    cursor: pointer;
    height: 44px;
	width: 100%;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.contact_form input[type="submit"]:hover {
	background: transparent;
}
/* End Contacts */

/* Start Careers Form */
.careers_form #careers-form{
	padding-top: 50px;
}

.careers_form {
    font-size: 18px;
    margin: 0 auto;
    width: 70%;
}

.careers_form i{
    font-size: 12px;
}

.careers_form input[type="submit"] {
    color: #FFFFFF;
    cursor: pointer;
    height: 44px;
	width: 100%;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.careers_form input[type="submit"]:hover {
	background: transparent;
}

.wrapper-careers{
	padding-top: 40px;
}
.wrapper-careers-icons{
}
/* End Careers Form */

/* Start Book Now */
.form-font{
	font-family: 'arial';
	font-size: 12px;
	color: #000000;
	font-weight: normal;
    /*** text-shadow: 0 0 1px #000000; ***/
}

.form-font-2{
	font-family: 'arial';
	font-size: 14px;
	color: #000000;
	font-weight: bold;
    /*** text-shadow: 0 0 1px #000000; ***/
}

.left{
  float:left;
}

div.booking {
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 0px;
}

.cc {
    padding-left: 4px;
    padding-right: 4px;
}

.align-left {
        text-align: left;
}
@media (max-width: 650px){
.align-left {
        text-align: left;
}
}
@media (max-width: 350px){
.align-left {
        text-align: left;
}
}



/** start date picker **/
[type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
/** end date picke **/

/* End Book Now */

/* Start Share Button */
a.share {
    border-radius: 3px;
	border: 2px solid transparent;
    bottom: 5px;
    display:inline;
    padding: 5px 10px;
    position: fixed;
    left: 10px;
    text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a.share i {
    color: #fff;
}

a.share:hover {
    background: transparent;
}
/* End Share Button */

/* To Top */
a.scroll-up {
    border-radius: 3px;
	border: 2px solid transparent;
    bottom: 10px;
    display: none;
    padding: 5px 10px;
    position: fixed;
    right: 10px;
    text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a.scroll-up i {
    color: #fff;
}

a.scroll-up:hover {
    background: transparent;
}
/* End To Top */

/* Section Onepage Nav */
.section-wrapper {
	margin-top: 0px;
	padding-top: 0px;
}







