body {margin: auto; background-color: #ffffff; width:100%; height: auto;}
a {text-decoration: none;}
ul {margin-left: 0; padding-left: 2em;}
li {margin: 0; padding: 0;}
ol {margin-left: 0; padding-left: 2em;}
a {outline: 0;}
h1 {line-height: 43px;}
h2 {line-height: 35px;}
h3 {line-height: 30px;}

@import url('//fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('//fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

/* ---------------- Start Page ---------------------- */
.container {
	margin: 0 auto 20px;	
	max-width: 100%;
	min-width: 1024px;	
}
.box-cte {
	margin: 40px auto 10px auto;
	width: 1000px;	
}
.banner-page {
	margin-top: 0px;
	width: 100%;
	height: 320px;
	position: relative;
	center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media only screen and (min-width: 801px) {
	.banner-page-content {
		margin: auto;
		width: 1000px;
		top: 60%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		position: relative;
	}
}
@media only screen and (max-width: 800px) {
	.banner-page-content {
		margin: auto;
		width: 1000px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		position: relative;
	}
}
.bg-dotgridpage {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url("https://ncs.co.id/assets/img/bg/bg-dotgridpage.png?v=2");
	background-repeat: repeat;
	position: absolute;
	z-index: 9;
}
.title-bg-page {
	margin: auto;
	width: 100%;
	font-family: 'PT Sans', sans-serif;	
	color: #ffffff;
	font-size: 45px;
	font-weight: bold;
	text-align: left;
	line-height: 50px;	
}
.brief-bg-page {
	margin: 25px auto 0;
	width: 100%;	
	color: #ffffff;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 30px;	
}

/* --------- Start Home 1 -----------*/
.box-home-1 {
	margin: 50px auto 0 auto;	
	width: 1000px;	
}
.card-home-1 {
	margin: 0 15px 0 15px;
	width: 300px;	
	float: left;	
}
.card-home-1-img {	
	width: 300px;
	height: 175px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;    
    transform: scale(1);	
}
.card-home-1-img img {
	transition: all 0.3s;    
    transform: scale(1);	
}
.card-home-1-img:hover img {
    transform: scale(1.1);
}
.card-home-1-content {
	margin: auto; width: 95%;	
}
.title-home-1 {
	text-align: center;
	font-size: 30px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	line-height: 25px;
	color: #000000;	
	padding-bottom: 30px;
}
.title-card-home-1 {	
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	line-height: 25px;
	color: #333333;
	text-transform: uppercase;
}
.brief-card-home-1 {	
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	color: #666666;
}
/* --------- End Home 1 -----------*/

/* --------- Start Home 2 -----------*/
.container-home-2 {	
	margin: 50px auto 0 auto;
	width: 100%;
	height: 500px;
	background-image: url(https://www.ncs.co.id/assets/img/bg/bg-home.jpg?v=2);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.box-home-2{
	margin: 20px auto;
	padding: 80px 0 30px 0;
	width: 1000px;	
}
.title-home-2{
	margin-top: 20px;
	text-align: left;
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	color: #ffffff;	
}
.brief-home-2 {	
	width: 75%;
	margin-top: -20px;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	color: #f5f5f5;
}
.button-home-2 {
	margin: 5px auto;
	width: 100px;
	background-color: #transparent;	
	color: #ffffff;
	transition: all 0.5s ease;
	border: 2px solid #ffffff;
	border-radius: 3px;	
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;	
	font-family: 'PT Sans', sans-serif;	
}
.button-home-2:hover{	
	color: #333333;	
	background-color: #ffffff;
}
/* --------- End Home 2 -----------*/

/* --------- Start Home 3 -----------*/
.box-home-3 {
	margin: 50px auto 0 auto;	
	width: 1000px;	
}
.card-home-3 {
	margin: 0 15px 0 16px;
	width: 465px;	
	float: left;	
}
.card-home-3-img {	
	width: 465px;
	height: 275px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;    
    transform: scale(1);	
}
.card-home-3-img img {	
	transition: all 0.3s;    
    transform: scale(1);	
}
.card-home-3-img:hover img {
    transform: scale(1.1);
}
.card-home-3-content {
	margin: auto; width: 95%;	
}
.title-home-3 {
	font-size: 30px;
	text-align: center;	
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	line-height: 25px;
	color: #000000;	
	padding-bottom: 30px;
}
.title-card-home-3 {	
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	line-height: 25px;
	color: #333333;
	text-transform: uppercase;
}
.brief-card-home-3 {	
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	color: #666666;
}
/* --------- End Home 3 -----------*/

/* --------- Start Service -----------*/
.container-list-service {
	margin: 40px auto 10px auto;
	width: 1000px;	
}
.container-detail-service {
	margin: 30px auto 0 auto;
	width: 1000px;	
}
.card-list-service {
	margin: 0 15px 30px 17px;
	width: 465px;
	float: left;	
}
.title-card-list-service {
	margin: 5px 0 0 0;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;	
}
.box-left-detail-service {
	margin-top: 15px;
	width: 680px;
	float: left;	
}
.box-right-detail-service {
	margin-top: 15px;
	width: 300px;
	float: right;	
}
.box-right-detail-service-1 {width: 100%; margin-bottom: 20px;}
.thumb-right-detail-service-1 {width: 100%;}
.box-title-detail-service {width: 680px;}

.title-right-detail-service {
	margin-bottom: 10px;
	color: #666666;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.title-thumb-right-detail-service-1 {
	width: 265px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border-left: 3px solid #efc337;
	padding: 12px 5px 12px 10px;	
}
.title-thumb-right-detail-service-1 a {	
	font-size: 16px;	
	font-family: 'PT Sans', sans-serif;
	line-height: 20px;	
	color: #0066FF;
}
.title-thumb-right-detail-service-1:hover {
	font-weight: bold;
	border-left: 3px solid #000;
	transition: border-color 1s ease;
}
/* --------- End Service -----------*/

/* --------- Start Project -----------*/
.container-list-project {
	margin: 40px auto 10px auto;
	width: 1000px;	
}
.container-detail-project {
	margin: 30px auto 0 auto;
	width: 1000px;	
}
.card-list-project {
	margin: 0 15px 30px 17px;
	width: 465px;
	float: left;	
}
.title-card-list-project {
	margin: 5px 0 0 0;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;	
}
.box-left-detail-project {
	margin-top: 15px;
	width: 680px;
	float: left;	
}
.box-right-detail-project {
	margin-top: 15px;
	width: 300px;
	float: right;	
}
.box-right-detail-project-1 {width: 100%; margin-bottom: 20px;}
.thumb-right-detail-project-1 {width: 100%;}
.box-title-detail-project {width: 680px;}

.title-right-detail-project {
	margin-bottom: 10px;
	color: #666666;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.title-thumb-right-detail-project-1 {
	width: 265px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border-left: 3px solid #efc337;
	padding: 12px 5px 12px 10px;	
}
.title-thumb-right-detail-project-1 a {	
	font-size: 16px;	
	font-family: 'PT Sans', sans-serif;
	line-height: 20px;	
	color: #0066FF;
}
.title-thumb-right-detail-project-1:hover {
	font-weight: bold;
	border-left: 3px solid #000;
	transition: border-color 1s ease;
}
/* --------- End Project -----------*/

/* --------- Start news -----------*/
.container-list-news {
	margin: 40px auto 10px auto;
	width: 1000px;	
}
.container-detail-news {
	margin: 30px auto 0 auto;
	width: 1000px;	
}
.card-list-news {
	margin: 0 15px 25px 15px;
	width: 300px;	
	float: left;
}
.card-list-news-img {	
	width: 300px;
	height: 175px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;    
    transform: scale(1);	
}
.card-list-news-img img {
	transition: all 0.3s;    
    transform: scale(1);	
}
.card-list-news-img:hover img {
    transform: scale(1.1);
}
.card-list-news-content {
	margin: auto; width: 95%;	
}
.title-card-list-news {	
	margin-top: 10px;	
	font-weight: bold;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	line-height: 25px;
	color: #000;
}
.brief-card-list-news {	
	margin-top: 15px;	
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	color: #666666;
}
.box-left-detail-news {
	margin-top: 20px;
	width: 680px;
	float: left;	
}
.box-right-detail-news {
	margin-top: 20px;
	width: 300px;
	float: right;	
}
.box-right-detail-news-1 {width: 100%; margin-bottom: 20px;}
.thumb-right-detail-news-1 {width: 100%;}
.box-title-detail-news {width: 680px;}

.title-right-detail-news {
	margin-bottom: 10px;
	color: #666666;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.title-thumb-right-detail-news-1 {
	width: 265px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border-left: 3px solid #efc337;
	padding: 12px 5px 12px 10px;	
}
.title-thumb-right-detail-news-1 a {	
	font-size: 16px;	
	font-family: 'PT Sans', sans-serif;
	line-height: 20px;	
	color: #000;
}
.title-thumb-right-detail-news-1:hover {
	font-weight: bold;
	border-left: 3px solid #000;
	transition: border-color 1s ease;
}
/* --------- End news -----------*/
/* --------- Start Photo -----------*/
.container-list-photo {
	margin: 40px auto 10px auto;
	width: 1000px;	
}
.container-detail-photo {
	margin: 40px auto 10px auto;
	width: 1000px;	
}
.card-list-photo {
	margin: 0 5px 15px 5px;
	width: 320px;	
	background-color: #eeeded;
	border-radius: 5px;
	float: left;
}
.card-list-photo:hover {	
	background-color: #e5e5e5;
	transition: background-color 1s ease;
}
.card-list-photo-image {
	width: 300px;
	margin: 10px auto 5px auto;
}
.card-list-photo-image img {
	border-radius: 5px;
}
.card-list-photo-content {
	width: 300px;
	margin: 8px auto 10px auto;
	font-family: 'PT Sans', sans-serif;
	color: #333;
	font-size: 14px;	
}
.card-detail-photo {
	width: 230px;
	height: 230px;
	margin: 0 0 10px 10px;	
	float: left;
}
.card-detail-photo:hover img {
	opacity: 0.9;
}
/* --------- End Photo -----------*/
/* --------- Start Video -----------*/
.container-list-video {
	margin: 40px auto 10px auto;
	width: 1000px;	
}
.card-list-video {
	margin: 0 5px 15px 15px;
	width: 470px;	
	border-radius: 5px;
	float: left;	
}
.card-list-video img {
	opacity: 1;
}
.card-list-video:hover img {
	opacity: 0.8;
}
.card-list-video-content {
	width: 100%;
	margin: 8px auto 10px auto;
	font-family: 'PT Sans', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
/* --------- End Video -----------*/

/* ---------------- End Page ---------------------- */

/* ---------------- Start Header ---------------------- */
/* -- start navbar -- */
/* start stycky */
.navbar-fixed-top.scrolled {
	background-color: #fff !important;  
	transition: background-color 200ms linear;
}
.navbar-fixed-top.scrolled .dropbtn {
	color: #666;
}
.dropbtn {
	color: #f5f5f5;
}
.dropbtn:hover {
	color: #fff;
}
.navbar-fixed-top.scrolled .dropbtn:hover {
	color: #000;
}
/* end stycky */
@media only screen and (min-width: 801px) {
	#cssnav{
		position: fixed;
		top: 0px;	
		width: 100%;
		display: block;
		z-index: 9999;
		background-color: rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 1px 5px 0px rgba(204,204,204,1);
		-moz-box-shadow: 0px 1px 5px 0px rgba(204,204,204,1);
		box-shadow: 0px 1px 5px 0px rgba(204,204,204,1);
	}
}
@media only screen and (max-width: 800px) {
	#cssnav{
		position: relative;
		max-width: 100%;
		min-width: 1024px;
		top: 0px;		
		display: block;
		z-index: 9999;
		background-color: #666;
		-webkit-box-shadow: 9px 9px 3px -8px rgba(204,204,204,1);
		-moz-box-shadow: 9px 9px 3px -8px rgba(204,204,204,1);
		box-shadow: 9px 9px 3px -8px rgba(204,204,204,1);
	}
}
#cssnav ul {
    list-style-type: none;    
	margin: 0;
    padding: 0;
    overflow: hidden;	
}
#cssnav li {	
	/*border-radius: 3px;*/	
	margin-top: 10px;
	margin-left: 5px;
	height: 70px;
	background-color: transparant;	
	border: 0px;
    float: left;
}
#cssnav li a, .dropbtn {		
	display: inline-block;	
    margin-top: 13px;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	/*color: #f5f5f5; -- move sticky */
	font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
}
/*#cssnav li a:hover, .dropdown:hover .dropbtn {   	
	color: #fff;
} -- move sticky*/
#cssnav li.dropdown {
    display: inline-block;	
}
#cssnav .dropdown-content {    
	top: 80px;
	border-top: 4px solid #0096a1;
	display: none;	
    position: absolute;    
	background-color: #ffffff;
    min-width: 160px;	
    border-radius: 0 0 3px 3px;
	transition: visibility 0s, opacity 0.3s linear;	
}
#cssnav .dropdown-content a {
	margin-top: 0px;	
	font-family: 'PT Sans', sans-serif;
	color: #333333;
	font-weight: normal;
    padding: 10px 14px;
	border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
    display: block;
    text-align: left;
	line-height: 10px;
}
#cssnav .dropdown-content a:hover {	
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#cssnav .dropdown:hover .dropdown-content {
	z-index: 9;
    display: block;
	animation: fade_in_show 0.3s;
}
@keyframes fade_in_show {
    0% {
          opacity: 0;
          transform: translateY(30px);
    }
    100% {
          opacity: 1;
          transform: translateY(0));
    }
}
/* -- end navbar -- */
/* ---------------- End Header ---------------------- */

/* -------------------- Footer ----------------------- */
.container-footer{
	margin: auto;
	width: 100%;
	min-width: 1024px;
}
.box-footer-line-1{	
	padding: 12px 0 5px 0;
	margin: auto;
	width: 100%;
	min-width: 1000px;
	height: 40px;
	background-color: #a47972;
	text-align: center;	
	color: #ffffff;
}
.text-footer-line-1{
	padding: 0 20px 0 20px;
	transition: all 0.5s ease;
	font-size: 32px;	
	color: #ffffff;
}
.text-footer-line-1:hover{
	color: #f5f5f5;
}
.box-footer-line-2{
	width: 100%;
	background-color: #684246;
}
.box-footer-line-2-1{	
	margin: auto;
	padding: 30px 0 30px 0;
	width: 1000px	
}
.box-footer-line-2-2-left{
	float: left;
	width: 485px;
	text-align: right;
}
.box-footer-line-2-2-right{
	float: right;
	width: 485px;
	text-align: left;
}
.text-title-footer-line-2-2{
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.text-content-footer-line-2-2{
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
}
.button-footer-line-2{
	transition: all 0.5s ease;
	padding: 8px 15px 8px 15px;	
	text-align: center;
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
	color: #000000;
	border-radius: 3px;	
	background-color: #ffffff;
}
.button-footer-line-2:hover{	
	background-color: #dad4d4;
}
.box-footer-line-3{
	width: 100%;
	height: 50px;
	padding: 25px 0 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: #5d4543;
	border-top: 1px solid #fff;
}
.text-content-footer-line-3-1{
	font-family: 'PT Sans', sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;	
}
.text-content-footer-line-3-2{
	font-family: 'PT Sans', sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;	
	text-decoration: underline;
}
.text-content-footer-line-3-2:hover{	
	color: #ffffff;
	text-decoration: none;
}
/* -------------------- End Footer ----------------------- */

/* ------------- Start Other ---------------------- */
.trpre * {
 -webkit-transition: none !important;
 -moz-transition: none !important;
 -ms-transition: none !important;
 -o-transition: none !important;
}
/*.box-img {
	height: 400px;
	overflow: hidden;
}*/
.img {
	margin: 0;
	display: block;	
	width: 100%
}
.title {	
	font-family: 'PT Sans', sans-serif;
	color: #000000;	
}
.full-text {
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	color: #333333;
	font-size: 15px;
	line-height: 25px;
}
.full-text a {		
	color: #0895ef;
}
.full-text a:hover {
	text-decoration: underline;
}
.clear {clear: both;}
.floatleft {float: left}
.floatright {float: right}
.no-result{
	width: 100%;	
	margin: 200px auto 100px;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
}
/* start breadcrumbs */
.box-breadcrumb { padding-top: 10px; }
ul.breadcrumb {	
    padding: 8px 0;
    list-style: none;
	font-size: 16px;
	color: #999999;
	font-family: 'PT Sans', sans-serif;
    background-color: #ffffff;
}
ul.breadcrumb li {display: inline;}
ul.breadcrumb li+li:before {
    padding: 3px;
    color: #999999;
    content: "\00bb";
}
ul.breadcrumb li a { color: #ff3300; }
ul.breadcrumb li a:hover { color: #ca2800; }
/* end breadcrumb */
.loop-2:nth-child(2n+1) {
	clear: left;	  
}
.loop-3:nth-child(3n+1) {
	clear: left;	  
}
.loop-4:nth-child(4n+1) {
	clear: left;	  
}
/* start pagination */
.box-pagination{	
	padding: 5px 0;
	margin: auto;
	width: 70%;
	overflow-wrap: break-word;
	text-align:	center;
	font-size: 12px;
}
.text-pagination{
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 6px 11px 6px 11px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #cdcaca;    	
	background: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #333333;	
}
.text-pagination:hover{
	background: #dddddd;   
}
.text-pagination-visit{
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 6px 11px 6px 11px;
	display: inline-block;
	text-decoration: none;	
	border: 1px solid #cdcaca;    	
	background: #dddddd;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #333333;	
}
/* end pagination */

/* start sweat alert */
.swal2-title {font-family: 'PT Sans', sans-serif;}
.swal2-content {font-family: 'Roboto', sans-serif;}
.swal2-styled {font-family: 'Roboto', sans-serif;}
/* end sweat alert */

/* start booking */
.box-booking {
	width: 90%;	
	margin-bottom: 20px;
	padding: 10px 14px 2px 10px;
	border-radius: 3px;
	border: 0px solid #ccc;
	background-color: #eeede9;
}
.box-booking-1 {
	width: 93%;
	margin: 5px auto 10px auto;	
}
.book-counter {
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	color: #000;
}
.book-title {
	margin-bottom: 10px;
	color: #333;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#booknow input[type="text"],
#booknow input[type="email"],
#booknow input[type="number"],
#booknow input[type="tel"],
#booknow input[type="url"],
#booknow textarea,
#booknow button[type="submit"] {
  font: 400 15px/16px "PT Sans", Helvetica, Arial, sans-serif, FontAwesome;
}
#booknow {
  max-width: 100%;
  margin-left: auto;
}
#booknow h3 {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
}
#booknow h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
}
fieldset {
  border: medium none !important; 
  padding: 10px 0 10px 0 !important;
  max-width: 100%;
}
#booknow input[type="text"],
#booknow input[type="email"],
#booknow input[type="number"],
#booknow input[type="tel"],
#booknow input[type="url"],
#booknow textarea {
  margin: 3px 0 3px 0;
  height: 20px;
  width: 99%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 3px 10px 3px ;
}
#booknow input[type="text"]:hover,
#booknow input[type="email"]:hover,
#booknow input[type="tel"]:hover,
#booknow input[type="url"]:hover,
#booknow textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #ccc;
}
#booknow textarea {
  height: 75px;
  max-width: 100%;
  resize: none;
}
#booknow button[type="submit"] {  
  cursor: pointer;
  width: 100%;  
  border: 0px solid #cccccc;
  background: #0096a1;
  color: #fff;
  margin: 10px auto 0 auto;
  padding: 10px;
  font-size: 15px;
}
#booknow button[type="submit"]:hover {  
  color: #fff;
  background: #01818a;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;  
}
#booknow button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#booknow input:focus,
#booknow textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}
/* end booking */

/* start contact */
.container-contact {
	margin: 40px auto 10px auto;
	width: 1000px;	
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="number"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 14px/16px "PT Sans", Helvetica, Arial, sans-serif;
}
#contact {
  max-width: 100%;
  margin-left: auto;
}
#contact h3 {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
}
#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
}
fieldset {
  border: medium none !important; 
  padding: 0 0 10px 0 !important;
  max-width: 100%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="number"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  height: 20px;
  width: 99%;
  border: 1px solid #ccc;
  background: #FFF;  
  padding: 10px 3px 10px 3px ;
}
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
#contact textarea {
  height: 150px;
  max-width: 100%;
  resize: none;
}
#contact button[type="submit"] {
  cursor: pointer;
  width: 20%;  
  border: 1px solid #666666;
  background: #ffffff;
  color: #000;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
#contact button[type="submit"]:hover {
  /*background: #43A047;*/
  background: #f4f4f4;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;  
}
#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}
/* end contact */

/* start select lang */
.box-lang {
	position: absolute;
	top: -5px;
	right: 0;
}
.custom-lang {	
	margin: 30px;
	display: inline-block;
}
.custom-lang a {
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin: 0;
	padding: 5px;  
	text-align: left;  
	font-family: 'PT Sans', sans-serif;
	color: transparent;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;	
	display: block;
}
.custom-lang a.selected-lang {
	color: #333333;  
	background-color: #ffffff;
}
.selected-lang {  
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;	
	padding: 5px;
	background-color: #ffffff;
	color: #333333;
}
.selected-lang:hover {  
	background-color: #f5f5f5;
	color: #333333;
	cursor: pointer;
}
.hidden-lang img {
	display: none;
}
.lightblue-lang {
	color: #03a9f4;
	margin-left: 2px;
}
.show-lang a {
	color: #333333;
	background-color: #ffffff;
}
.show-lang a:hover {
	color: #000000;
	background-color: #f5f5f5;
}
/* end select lang */