* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html,body {
	width:100%;
	height:100%;
	background-color: #fff;
}

body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
}
textarea {
	overflow: auto;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

::selection {
	background:#000000;
	color:#ffffff;
}

::-moz-selection {
	background:#000000;
	color:#ffffff;
}

::-webkit-selection {
	background:#000000;
	color:#ffffff;
}




#footer {
    background-color: #F4F4F4;

}
#footer .container {
    width: 100%;

    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 0 40px;
    color: #9C9C9C;
    font-weight: normal;
    font-size: 12px;
    text-align: justify;
}
#footer .container p:last-child {
	margin-bottom:0;
}
#footer .container p {
    margin-bottom: 20px;

}
#footer .container a {
	text-decoration:underline;
	color:inherit;
}


#header {
    width: 100%;
    height: 66px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 50%, #fabfc0 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,#000000), color-stop(50%,#fabfc0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000000 50%,#fabfc0 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000000 50%,#fabfc0 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #000000 50%,#fabfc0 50%); /* IE10+ */
	background: linear-gradient(to right, #000000 50%,#fabfc0 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fabfc0',GradientType=1 ); /* IE6-9 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    border-bottom: 4px solid #FABFC0;
}
#header .container {
    width: 100%;

    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    height: 62px;
    background-color: #000;
}
#header .container #logo:hover {
	opacity:0.95;
}
#header .container #logo {
    position: absolute;
    top: 4px;
    left: 0;
    height: 51px;
    width: auto;
}
#header .container #logo img {
    height: 100%;

    width: auto;
}
#header .container .nav_mobile { 
	display:none;
}
#header .container .nav {
    position: absolute;

    top: 0px;
    left: 482px;
} 
#header .container .nav li {
    float: left;

}
#header .container .nav li a:hover {
	opacity:0.95;
}
#header .container .nav li a {
    display: block;

    border-left: 1px solid #fff;
    height: 41px;
    padding: 25px 10px 0 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}
#header .container .back:before { 
	width: 00px;
	height: 00px;
	border-style: solid;
	border-width: 31px 0 31px 20px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000000;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
#header .container .back:hover {
	color: #F8F8F8;
}
#header .container .back {
    position: absolute;

    top: 0;
    right: 0;
    font-family: 'industrial736_btroman',sans-serif;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: block;
    padding: 16px 0 0px 40px;
    height: 62px;
    background-color: #FABFC0;
}
#header .title {
    position: absolute;
    top: 66px;
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    width: 100%;
}
#header .title h1 {
	max-width:1170px;
	width:100%;
	margin:0 auto;
	font-family: 'industrial736_btroman',sans-serif;
	font-size: 27px;
	line-height: 59px;
	color: #FABFC0;
}


#slideshow {
    max-width: 1400px;
    height: auto;
    margin: 66px auto 0px;
    width: 100%;
}
#slideshow .container {

    width: 100%;
    height: 0;
    

    padding-bottom: 47.8571%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#slideshow .container img {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}



#content {
    width: 100%;

    border-top: 34px solid #F4F4F4;
    padding: 42px 0 00px;
}
#content .container:after {
	display:table;
	clear:both;
	content:"";
}
#content .container {
    width: 100%;

    max-width: 1170px;
    margin: 0 auto;
}
#content .container .l {
    float: left;

    width: 63%;
}
#content .container .r {
    float: right;

    width: 32%;
    padding-left: 2%;
    border-left: 1px solid #000;
    margin-bottom: 42px;
}

#content .container .p strong {
	font-weight: bold;
}
#content .container .p p:last-child {
	margin-bottom:0;
}
#content .container .p a {
	color:#000;
}
#content .container .p p {
    margin: 0 0 21px;

}
#content .container .p {
    margin-bottom: 70px;

}
#content .container .l .intro {

}
#content .container .l .intro h1 {
    font-family: 'industrial736_btroman',sans-serif;

    font-size: 50px;
    margin: 0 0 50px;
    line-height: 54px;
}
#content .container .l .intro h1 span {
    display: block;

    font-size: 20px;
}

#content .container .r .location h2 {
    font-family: 'industrial736_btitalic',sans-serif;

    font-size: 80px;
    margin: 0 0 20px;
    text-transform: lowercase;
    line-height: 90px;
}
#content .container .r .location h2 span {
    font-family: 'industrial736_btroman',sans-serif;

    display: block;
    font-size: 17px;
    margin-left: 71px;
    margin-top: -19px;
    line-height: 60px;
}
#content .container .r .location ul {

}
#content .container .r .location ul li {
    font-size: 13px;

}

#content .container .l .video h2 {
	font-size:24px;
	margin: 0 0 12px;
	font-family:'industrial736_btroman',sans-serif;
}
#content .container .l .video #youtube {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    margin-bottom: 40px;
}
#content .container .l .video #youtube iframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#content .container .l .video #youtube .placeholder:hover {
	opacity:0.70;
	background-size: auto 35%;
}
#content .container .l .video #youtube .placeholder {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F4F4F4;
    background-image: url('images/play1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 40%;
    text-indent: -9999px;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;
}

#content .container .r .personal p {

}
#content .container .r .personal {
    font-size: 13px;

    padding-right: 100px;
}
#content .container .r .personal h2 {
    font-size: 24px;  
    margin: 0 0 12px;  font-family: 'industrial736_btroman',sans-serif;

}
#content .container .r .personal img {
    float: left;

    margin: 3px 20px 10px 0;
}

#content .container .r .contact {
    margin-bottom: 0;

}
#content .container .r .contact h2 {
    font-family: 'industrial736_btitalic',sans-serif;  font-size: 80px;  
    margin: 0 0 60px;  text-transform: lowercase;  line-height: 90px;

}
#content .container .r .contact h2 span:last-child {
    margin-left: 70px;

    margin-top: -10px;
    line-height: 17px;
}
#content .container .r .contact h2 span a {
	color:#000;
	text-decoration:none;
}
#content .container .r .contact h2 span {
    display: block;

    font-family: 'industrial736_btroman',sans-serif;  display: block;  font-size: 17px;  
    margin-left: 31px;  margin-top: -19px;  
    line-height: 60px;
}




#content .container .r .rating .r_1 { background-image: url('images/rate_1.png'); }
#content .container .r .rating .r_2 { background-image: url('images/rate_2.png'); }
#content .container .r .rating .r_3 { background-image: url('images/rate_3.png'); }
#content .container .r .rating .r_4 { background-image: url('images/rate_4.png'); }
#content .container .r .rating ul.detail li .r_1,
#content .container .r .rating ul.detail li .r_2,
#content .container .r .rating ul.detail li .r_3,
#content .container .r .rating ul.detail li .r_4 {
    background-position: center right;
    background-repeat: no-repeat;
    display: block;
    width: 73px;
    height: 18px;
    float: right;
    padding: 0;
    background-size: auto 100%;
    margin-left: 20px;
    margin: 0px 0 0 0;
}
#content .container .r .rating ul.detail li p {
    font-size: 13px;

}
#content .container .r .rating ul.detail li small strong {
    /* display: block; */

}
#content .container .r .rating ul.detail li small {
    font-size: 11px;

    color: #666;
    line-height: 17px;
    display: block;
    margin-bottom: 5px;
}
#content .container .r .rating ul.detail li h4 {
    font-weight: bold;

    line-height: 21px;
    margin-bottom: 7px;
    display: block;        
}
#content .container .r .rating ul.detail li {
    margin: 30px 0;

}
#content .container .r .rating ul.detail {
    margin: 30px 0 0;

}
#content .container .r .rating h2 span {
    font-family: 'industrial736_btroman',sans-serif;  display: block;  font-size: 17px;  margin-left: 71px;  margin-top: -19px;  
    line-height: 70px;

}
#content .container .r .rating h2 {
    font-family: 'industrial736_btitalic',sans-serif;  
    font-size: 42px;  
    margin: 0 0 0px;  text-transform: lowercase;  
    line-height: 50px;
}
#content .container .r .rating {
    padding-right: 100px;

}

#content .container .r .rating ul.overview li .c + span {
    color: #AAA;

    font-size: 11px;
}
#content .container .r .rating ul.overview li .c span {
    background-color: #CCC;

    height: 100%;
    display: block;
    border-radius: 10px;
}
#content .container .r .rating ul.overview li .c {
    width: 100px;
    height: 20px;
    background-color: #eee;
    float: left;
    margin: 3px 5px 0 10px;
    border-radius: 10px;
}
#content .container .r .rating ul.overview li .r_1,
#content .container .r .rating ul.overview li .r_2,
#content .container .r .rating ul.overview li .r_3,
#content .container .r .rating ul.overview li .r_4 {
    background-size: auto 100%;

    background-repeat: no-repeat;
    background-position: center left;
    width: 79px;
    height: 20px;
    float: left;
    margin: 4px 0 0px 0;
}
#content .container .r .rating ul.overview li:after {
	clear:both;
	display:table;
	content:"";
}
#content .container .r .rating ul.overview li {

}
#content .container .r .rating .info {
	font-size: 11px;
	padding-right: 0px;
}
#content .container .r .rating ul.overview {

}






#content .container .l .order {

}
#content .container .l .order #datepicker > div {
	border: 1px solid #CECECE;
	border-radius: 0;
}
#content .container .l .order #datepicker {
    font-size: 9px;
    float: left;
    width: 220px;
}
#content .container .l .order h2 {
    font-size: 24px;  margin: 0 0 12px;  
    font-family: 'industrial736_btroman',sans-serif;

}
#content .container .l .order form:after {
	display:table;
	clear:both;
	content:"";
}
#content .container .l .order form {

}
#content .container .l .order form ul {
    float: right;
    width: calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    font-size: 13px;
}
#content .container .l .order form ul li:after {
	clear:both;
	display:table;
	content:"";
}
#content .container .l .order form ul li {
    margin: 0 0 2px;

}
#content .container .l .order form ul li label.radio_label {
	float:none;
	width:auto;
	margin-left: 5px;
	margin-right: 11px;
	padding-top: 21px;
}
#content .container .l .order form ul li label .req {
	color: #FABFC0;
	font-size: 18px;
	margin-left: 1px;
	line-height: 0px;
}
#content .container .l .order form ul li label {
    float: left;
    width: 120px;
    padding-top: 2px;
}
#content .container .l .order form ul li label + input[type="radio"] {
	position:relative;
	top:1px;
}
#content .container .l .order form ul li label + textarea {
	height:100px;
}
#content .container .l .order form ul li label + textarea:focus,
#content .container .l .order form ul li label + input[type="email"]:focus,
#content .container .l .order form ul li label + input[type="date"]:focus,
#content .container .l .order form ul li label + input[type="text"]:focus,
#content .container .l .order form ul li label + select:focus {
	border:1px solid #000;
	outline:none;
}
#content .container .l .order form ul li label + textarea,
#content .container .l .order form ul li label + input[type="email"],
#content .container .l .order form ul li label + input[type="date"],
#content .container .l .order form ul li label + input[type="text"],
#content .container .l .order form ul li label + select {
    font-size: 13px;
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    margin: 0;
    border: 1px solid #CECECE;
    padding: 0 4px;
}
#content .container .l .order form input[type="submit"]:hover {
	opacity:0.85;
}
#content .container .l .order form input[type="submit"] {
	float:right;
	background-color: #000000;
	color: #FFF;
	border:0;
	padding: 8px 30px;
	font-family: 'industrial736_btitalic',sans-serif;
	font-size: 25px;
	text-transform: lowercase;
	cursor: pointer;
}

#content .container .l .order form .ui-state-default,
#content .container .l .order form .ui-widget-content .ui-state-default,
#content .container .l .order form .ui-widget-header .ui-state-default {
	background-color: #ADFFAD;
	background-image: none;
	color: #000;
}
#content .container .l .order form .ui-state-active,
#content .container .l .order form .ui-widget-content .ui-state-active,
#content .container .l .order form .ui-widget-header .ui-state-active {
	border: 1px solid #000;
}
#content .container .l .order form .ui-state-disabled,
#content .container .l .order form .ui-widget-content .ui-state-disabled,
#content .container .l .order form .ui-widget-header .ui-state-disabled {
	opacity:1;
}
#content .container .l .order form .ui-state-disabled span,
#content .container .l .order form .ui-widget-content .ui-state-disabled span,
#content .container .l .order form .ui-widget-header .ui-state-disabled span {
	background-color: #FF8484;
}
#content .container .l .order form .ui-widget-header {
	background: none;
	border: 0;
}
#content .container .l .order form .ui-widget-header,
#content .container .l .order form .ui-datepicker th {
	font-weight:normal;
}
#content .container .l .order form .ui-widget-header .ui-state-hover,
#content .container .l .order form .ui-widget-header .ui-state-focus {
	border: 0;
	cursor:pointer;
	background:none;
}

/* Responsive Design */
@media (max-width: 1230px) {
	#header .title h1 {
		width:90%;
	}
	#content .container {
		width:90%;
	}
	#header .container {
		width:90%;
	
		height: 62px;
}
	#header .container .nav {
		left: 444px;
	}
	#header .container .nav li a {
		padding: 25px 5px 0;	
	}
	#footer .container {
		width: 90%;
	}
@media (min-width: 1030px) {

}
@media (max-width: 1030px) {
	#header .container #logo {
		height: 40px;
		top: 11px;
	}
	#header .container .nav {
		left: 357px;
	}
}
@media (max-width: 930px) {
	#content .container .l .order #datepicker > div {
		margin:0 auto;
	}
	#content .container .l .order #datepicker {
		width: 100%;
		float:none;
		margin-bottom:20px;
	
}
	#content .container .l .order form ul {
		width:100%;
		float:none;
	}
	#header .container .nav_mobile {
		color: #fff;
		font-size: 30px;
		font-weight: normal;
		display: block;
		position: absolute;
		top: 9px;
		left: 360px;
		text-decoration: none;
	}
	#header .container .nav_mobile:before {   
		font-family: Flaticon;
		font-size: 40px;
		font-style: normal;
		margin-left: 0px;
		content: "\e000";
	}

	#header .container .nav li a {
		padding: 13px 20px 20px 10px;	
	}
	#header .container .nav li {
		float: none;	
	}
	#header .container .nav {
		display:none;		
		top: 60px;
		background-color: #000;
		z-index: 800;
	}
}
@media (max-width: 790px) {
#content .container .l .order #datepicker {
	display:none;
}
#header {
	position:relative;
	height: auto;
	background: #000 !important;
}
#header .container {
	padding: 10px 0;
	height: auto;
}
#header .container .nav li a {
	border-left:0;
	padding: 8px 0;
	text-align:center;
	height: auto;
}
#header .container .nav {
	position:relative;
	top:0;
	left:0;
}
#header .container #logo img {
	height:auto;
	width:100%;
	display: block;
}
#header .container #logo {
	width: 100%;	
	height: auto;
	position: relative;
	top: 0;
}
#header .container .nav_mobile {
    position: relative;

    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: -15px;
}
#header .container .back {
    display: none;

}
#content {
	padding-bottom:0;
	padding-top: 30px;
}
#slideshow {
	margin-top:0;
}
#header .title {
	height:auto;
	position:relative;

	top: 0;
}
#header .title h1 {
	font-size:20px;	
	line-height: 30px;
	padding: 10px 0;
}
#content .container .r {
	float:none;
	width:100%;	
	border-left: 0;
	padding-left: 0;
}
#content .container .l {
	float:none;
	width:100%;
}
#content .container .r .contact h2,
#content .container .r .location h2 {
font-size: 24px;  margin: 0 0 12px;  font-family: 'industrial736_btroman',sans-serif;


text-transform: none;
line-height: inherit;
}
#content .container .r .contact h2 span {
font-family: inherit;


display: block;
font-size: 15px;
margin: 0 !important;
line-height: 31px;
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
#content .container .r .location h2 span {
	display: inline-block;		
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	line-height: inherit;
}
#content .container .r .personal,
#content .container .r .location ul li {
	font-size:inherit;

	padding-right: 0;
}
#content .container .l .intro h1 {
	margin-bottom:20px;
	line-height: 48px;
	font-size: 42px;
}
#content .container .r .p:last-child {
	border-bottom:0;
}
#content .container .p {
	border-bottom:1px solid #000;

	margin-bottom: 20px;
	padding-bottom: 30px;
}
}