.tabs {
    position: relative;
	margin: 40px auto;
	width: 100%;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 174px;
	height: 45px;
	left: 8px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}

.tab-label-1{
	background:url(../images/outdoor-venue.png) no-repeat;
	width: 170px;
	height: 35px;
	display: block;
	outline: none;
	border: none;
	float: left;
	margin: 0 4px 0 0;
}

.tab-label-2{
	background:url(../images/indoor-venue.png) no-repeat;
	width: 170px;
	height: 35px;
	display: block;
	outline: none;
	border: none;
	float: left;
	margin: 0 5px;
}

.tab-label-3{
	background:url(../images/sample-menu.png) no-repeat;
	width: 170px;
	height: 35px;
	display: block;
	outline: none;
	border: none;
	float: left;
	margin: 0 5px;
}

.tabs input#tab-2{
	left: 188px;
}
.tabs input#tab-3{
	left: 370px;
}

.tabs label:first-of-type {
    z-index: 4;
	background: none repeat scroll 0 0 rgb(231, 229, 204);
	box-shadow: 0 0 25px rgb(200, 193, 163) inset;
	
	font-family: "oswaldbold",Arial,Helvetica,sans-serif;
	padding: 10px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-style: normal !important;
	font-size: 22px;
}

.tab-label-2 {
    z-index: 3;
	background: none repeat scroll 0 0 rgb(231, 229, 204);
	box-shadow: 0 0 25px rgb(200, 193, 163) inset;
	
	font-family: "oswaldbold",Arial,Helvetica,sans-serif;
	padding: 10px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-style: normal !important;
	font-size: 22px;
}

.tab-label-3 {
    z-index: 2;
	background: none repeat scroll 0 0 rgb(231, 229, 204);
	box-shadow: 0 0 25px rgb(200, 193, 163) inset;
	
	font-family: "oswaldbold",Arial,Helvetica,sans-serif;
	padding: 10px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-style: normal !important;
	font-size: 22px;
}

.tab-label-4 {
    z-index: 1;
	background: none repeat scroll 0 0 rgb(231, 229, 204);
	box-shadow: 0 0 25px rgb(200, 193, 163) inset;
}

.ui-tabs-nav li{
	list-style: none !important;
	padding: 0 !important;
	position: relative;
}

.ui-tabs-nav li:after{
	height: 10px;
	left: 3px;
	position: absolute;
	top: 7px;
	width: 11px;
	background: none !important;
}

.ui-state-default .ui-tabs-anchor{
	background: none repeat scroll 0 0 #E7E5CC;
	box-shadow: 0 0 25px #C8C1A3 inset;
	font-family: "oswaldbold",Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-style: normal !important;
	padding: 10px 14px 10px 14px;
	text-align: center;
	text-transform: uppercase;
	z-index: 3;
	color: #654C31;
	text-decoration: none;
	width: auto;
	/* height: 35px;*/
	display: block;
	outline: none;
	border: none;
	float: left;
	margin: 0 4px 0 0;
}

.ui-tabs-active .ui-tabs-anchor {
	background: none repeat scroll 0 0 rgba(0, 110, 137, .4);
	box-shadow: 0px 0px 55px rgba(0, 90, 140, 1) inset;
	color: #f9f7e4 !important;
	text-shadow: -1px 2px 1px rgb(0, 90, 140);
	z-index: 6;
	width: auto;
	/* height: 35px; */
	display: block;
	outline: none;
	border: none;
	float: left;
	margin: 0 4px 0 0;
	
	
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
}

.clear-shadow {
	clear: both;
}

.content {
	background: none repeat scroll 0 0 #E7E5CC;
	box-shadow: 0 0 25px #C8C1A3 inset;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}

.content p{
	padding: 0 23px;
}

.content img{
	height: auto;
	margin: 0;
	width: 100%;
}

.content div {
    position: relative;
	top: 0;
	padding: 0px 20px;
	z-index: 1;
    opacity: 1;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.content-1 img, .content-3 img, .content-2 img, .content-4 img{
	margin: 0px -20px 10px;
	/*-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);*/
}

/*.content-2, .content-4 {
    -webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}*/

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}

.content h3{
	margin: 0 0 0 23px;
}	

.content h2{
	font-size: 22px;
	color: #006e89;
	display: inline-block;
	width: auto;
	margin: 0 0 0 23px;
}

.content div p {
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #654c31;
	font-size: 16px;
}

.floor-plan-btn{
	background:url(../images/floor-plan-btn.png) no-repeat;
	width: 220px;
	height: 36px;
	display: block;
	margin: 10px 0;
}

.floor-plan-btn:hover{
	background-position: 0 -36px;
}

.sample-menu-btn{
	background:url(../images/sample-menu-btn.png) no-repeat;
	width: 220px;
	height: 36px;
	display: block;
	margin: 10px 0;
}

.sample-menu-btn:hover{
	background-position: 0 -36px;
}

@media only screen and (max-width: 959px){
	.ui-state-default .ui-tabs-anchor {
	  font-size: 17px;
	}
}

@media only screen and (max-width: 810px){
	.ui-state-default .ui-tabs-anchor {
	  font-size: 16px;
	}
}

@media only screen and (max-width: 480px){
	.ui-state-default .ui-tabs-anchor {
		  font-size: 16px;
		  margin: 0px 2px 5px;
		  padding: 10px 0;
		  width: 48%;
	}
}


@keyframes "page" {
 0% {
    left: 0;
 }
 50% {
    left: 10px;
 }
 100% {
    left: 0;
 }

}

@-moz-keyframes page {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}