*{
	padding:0px;
	margin:0px;
}
/*---------- Fonts ----------*/
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
/*---------- Fonts ----------*/

body{
	font-family: "Open Sans";
}

.wrapper{
	width:100%;
	min-width:980px;
	display: inline-block;
}
.full-container {
	width:100%;
	min-width:980px;
	display:block;
	float:left;
}
.container-limit{
	width:80%;
	min-width:970px;
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.container-limit h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.countainer{
	width:80%;
	min-width:970px;	
	margin:0 auto;
}
.header {
	float:left;
}
.slider{
	width:100%;
	position:relative;
}

.social-icon{
	width:85%;
	position:absolute;
	z-index:999;
	display: block;
	float: left;
	padding-top: 72px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	background-color: rgba;
	background-position: 0;
}

.social-icon .social-media-box{
	height: 42px;
	margin:0 auto;
}

.social-icon .social-media-box .facebook{
	width:42px;
	height:42px;
	float:right;
	background:url(../images/social.png) no-repeat 0 0;
	margin-right:5px;
}

.social-icon .social-media-box .twitter{
	width:42px;
	height:42px;
	float:right;
	background:url(../images/social.png) no-repeat -42px 0;
	margin-right:5px;
}

.social-icon .social-media-box .linkedin{
	width:42px;
	height:42px;
	float:right;
	background:url(../images/social.png) no-repeat -84px 0;
	margin-right:5px;
}

.social-icon .social-media-box .skype{
	width:42px;
	height:42px;
	float:right;
	background:url(../images/social.png) no-repeat -126px 0;
	margin-right:5px;
}

.navigation-logo{
	width:80%;
	height:14%;
	position:absolute;
	left:0;
	right:0;
	z-index:999;
	margin-top:12px;
	min-width:980px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.navigation-logo .logo{
	width:30%;
	height:120px;
	margin-bottom:10px;
	background: url(../images/logo.png) no-repeat center center rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.enquiry {
	
}

.enquiry_head{
	height: 28px;
	margin-right: 5px;
	width: 10%;
	float: right;
	color:#FFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding-left: 10px;
	background:rgba(47, 47, 47, 0.6);
	text-align: center;
	padding-right: 10px;
	padding-top: 10px;
	border: medium solid #FFF;
}


.navigation-logo .navigation{
	width:100%;
	height:auto;
	float:left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:rgba(33, 83, 82, 0.9);
	padding:0 1% 0 1%;
	min-width:980px;
}

.navigation-logo .navigation li {
	display: block;
	list-style-type: none;
	font-size: 0.8em;
	margin-left: 1px;
	text-transform: uppercase;
}
.navigation-logo .navigation a {
	width:auto;
	height:50px;
	color: #FFF;
	text-decoration: none;
	float: left;
	-webkit-transition: all .5s ease-out;
	text-align:center;
	padding-right:1.9%;
	padding-left: 1.9%;
	padding-top: 4px;
	padding-bottom:8px;
	display: block;
	background-image: url(../images/slide_shadow.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	
}

.navigation-logo .navigation li:first-child  a {
	background-image:none;
}
.navigation-logo .navigation a:hover {

	color:#FFF;
	background:#000;
}

.opacity1{
	background:rgba(33, 83, 82, 0.9) url(../images/nav-shadow.png) no-repeat;
}

.opacity2{
	background:rgba(33, 83, 82, 0.8) url(../images/nav-shadow.png) no-repeat;
}

.opacity3{
	background:rgba(33, 83, 82, 0.7) url(../images/nav-shadow.png) no-repeat;
}

.opacity4{
	background:rgba(33, 83, 82, 0.6) url(../images/nav-shadow.png) no-repeat;
}

.opacity5{
	background:rgba(33, 83, 82, 0.5) url(../images/nav-shadow.png) no-repeat;
}

.green-box{
	padding:20px 0;
	background-color: rgb(33, 83, 82);
}

.content-box{
	padding: 30px 0;
	margin:auto;
	display:block;
}


/* ----- Heading Tags ----*/
h1 {
	color:rgb(255,255,255);
	font-size:3em;
	line-height:200%;
}
.green{
	font-size:1.7em;
	color:#FFF;
}

.black{
	font-size:1.1em;
	color:#FFF;
}

.upper-case{
	text-transform:uppercase;
}

.center{
	text-align:center;
}

.countainer-five{
	width:500px;
}

.margin-auto{
	margin:0 auto;
}

/* ----- Heading Tags ----*/

.btn-one{
	width:160px;
	height:auto;
	display:block;
	background:#212322;
	display:block;
	padding:10px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	margin-top:10px;
	-webkit-transition:all .5s ease-in-out;
}

.btn-one:hover{
	background:#CCC;
	color:#191919;
}

.btn-two{
	width:160px;
	height:auto;
	display:block;
	font-size:1em;
	border:3px solid #215352;
	display:block;
	padding:10px;
	color:#191919;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	margin-top:10px;
	-webkit-transition:all .5s ease-in-out;
}

.btn-two:hover{
	background:#CCC;
	color:#191919;
	cursor:pointer;
}

.featured-gallery-main{
	padding-top:30px;
}

.featured-gallery-main .featured-contents{
	width:37%;
	height:auto;
	float:left;
	padding:0 10px 50px 0;
}

.featured-gallery-main .featured-contents h2{
	text-transform:uppercase;
}

.featured-gallery-main .featured-contents .grey{
	color:#434343;
	display:block;
}

.featured-gallery-main .featured-contents .green-small{
	color:#215352;
	display:block;
	padding-left:50px;
}

.featured-gallery-main .featured-contents p{
	color:#191919;
	font-size:1em;
	text-align:justify;
	padding-top:10px;
	line-height:25px;
}

.featured-gallery-main .featured-gallery{
	width:61%;
	text-align:center;
	float:left;
}

.featured-gallery-main .featured-gallery .gallery-image{
	width:183px;
	height:145px;
	margin:5px;
	display:inline-block;
}

.featured-gallery-main .featured-gallery .gallery-image img{
	-webkit-border-radius:12px;
	border:2px solid #999;
}

.parallax{
	height:180px;
	background:url(../images/parallax-bg.jpg) no-repeat fixed;
	background-size:100%;
}

.parallax .parallax-text{
	height:200px;
	background:url(../images/parallax-text.png) no-repeat center center;
}

.video-box{
	padding-top:20px;
}

.video-box .testimonial-box{
	width:57%;
	height:200px;
	float:left;
}
.video-box .testimonial-box .news-box li{
	width:100%;
	display:inline-block;
}

.video-box .testimonial-box .testimonials{
	width:92%;
	float:left;
	background:url(../images/quote-icon.png) no-repeat 5px 5px;
	padding-left:45px;
	text-align:justify;
}

.video-box .testimonial-box .name{
	margin-top:20px;
	font-size:1.2em;
	color:#215352;
	padding-left:45px;
	float:left;
}

.video-box .testimonial-box .position{
	color:#575757;
	font-size:0.875em;
	padding-left:55px;
	float:left;
	clear:both;
}

.video-box .testimonial-box h2{
	color:#215352;
	text-transform:uppercase;
	font-size:1.9em;
}

.video-box .video{
	width:40%;
	float:left;
	padding:10px;
	text-align:center;
}
.video-box .video img{
	border:10px solid rgb(180,180,180);
	display:inline-block;
}

.enquiry .text{
	padding-top: 30px;
    margin-bottom: 30px;
}

.enquiry .text h4{
	font-size:2.2em;
	color:#FFF;
	margin-bottom:20px;
	display:block;
	line-height:37px;
}

.enquiry .text p{
	font-size:1.1em;
	color:#CCC;
	font-weight:300;
}

.enquiry .form{
	width:63%;
	float:left;
	padding-left:2%;
}

.enquiry .form .left{
	width:50%;
	float:left;
}
.enquiry .form .right{
	width:50%;
	float:right;
}
.enquiry .form input[type=text], .enquiry .form textarea{
	width:95%;
	padding:10px 5px;
	border:none;
	background:#dcdcdc;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	margin-top:10px;
	outline:none;
	color:#2f3639;
}
.enquiry .form textarea{
	height:63px;
}
.enquiry .form input[type=submit]{
	width: 98%;
	float: left;
	padding: 6px 5%;
	background:#215352 url(../images/email-icon.png) no-repeat 15px center;
	margin-top:6px;
	border:none;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	-webkit-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	font-size:1.1em;
	text-transform:uppercase;
	color:#FFF;
	text-align:right;
}

.enquiry .form input[type=submit]:hover{
	background-color:#000;
	cursor:pointer;
	color:#FFF;
}

.form-control {
        display: block;
        width: 50%;
        height: 34px;
        padding: 4px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #dcdcdc;
        background-image: none;
        border: 0px solid #dcdcdc;
        border-radius: 5px;
        margin-left: 25%;
}
    
textarea.form-control {
    height: 120px;
}

button {
    background-color: #0198d4;
    height: 35px;
    width: 85px;
    margin-left: 48%;
    border-radius: 5px !important;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border-width: 0px;
}

.footer{
	background:#2c2c2d;
	float:left;
	padding-bottom:30px;
}

.footer .footer-nav{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	padding-top:20px;
}

.footer .footer-nav a{
	color:#CCC;
	text-decoration:none;
	font-size:1.3em;
	padding:6px;
	-webkit-transition:all .5s ease-in-out;
}
.footer .footer-nav a:hover{
	color:#215352;
}

.footer .copy-right{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-size:1em;
	padding-top:6px;
}
.footer .copy-right, .footer .copy-right a {
	color:#CCC;
	text-decoration: none;
}
.footer .copy-right a:hover {
	text-decoration: underline;
}

.footer .moov-logo{
	width:140px;
	height:24px;
	padding-top:6px;
	text-align:right;
	color:rgb(180,180,180);
	font-size:0.75em;
	line-height:24px;
	float:right;
}

.footer .moov-logo img{
	width:50%;
	margin-bottom: -10px;
}

/*  contact us  */
.contact .address {
	height:350px;
}
.contact .address .map {
	width:100%;
	height:100%;
	margin-bottom:-350px;
}
.contact .address .address-box {
	position:relative;
	width:40%;
	padding: 40px 2%;
	margin: 3% 5%;
	float:right;
	text-align:center;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	color:rgb(255,255,255);
}
.contact .address .address-box h1 {
	font-size:3em;
	font-weight:500;
	text-transform:uppercase;
}
.contact .address .address-box a {
	text-decoration:none;
	color:rgb(255,255,255);
}
.contact .green-enquiry {
	background:#215352;
	padding:20px 0;
}
.contact .green-enquiry h2 {
	text-align: center;
	color: rgb(255,255,255);
	margin: 30px 0;
	font-size: 2em;
	font-weight: 500;
}
.contact .green-enquiry .form {
	width:100%;
}
.contact .green-enquiry .form table.main tr > td {
	width:25%;
}
.contact .green-enquiry .form table.main table {
	width:95%;
}
.contact .green-enquiry .form table.main table tr > td {
	width:3%;
}
.contact .green-enquiry .form input[type=text], .contact .green-enquiry .form textarea, .contact .green-enquiry .form select{
	width:80%;
	border:none;
	background:#dcdcdc;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	outline:none;
	color:#2f3639;
	font-family:Arial, sans-serif;
	font-size:1em;
	line-height:100%;
	float:left;
	display:inline-block;
	margin-top: 10px;
	margin-right: 2%;
	margin-bottom: 10px;
	margin-left: 2%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
}
.contact .green-enquiry .form select{
	width:84%;
}
.contact .green-enquiry .form input[type=text].small {
	width:44%;
}
.contact .green-enquiry .form label {
	float:left;
}
.contact .green-enquiry .form textarea{
	width:92%;
	height:63px;
	margin-left:1%;
}
.contact .green-enquiry .form .textfieldRequiredMsg{
	color:rgb(200,0,0);
}
.contact .green-enquiry .form a{
	color:rgb(0,0,0);
}
.contact .green-enquiry .form input[type=submit]{
	width: 80%;
	padding: 10px 2%;
	background:#212322 url(../images/email-icon.png) no-repeat 15px center;
	margin:10px auto;
	border:none;
	outline:none;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	-webkit-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	font-size:1.1em;
	text-transform:uppercase;
	color:#FFF;
	text-align:right;
	display:block;
	cursor:pointer;
}

.contact .green-enquiry .form input[type=submit]:hover{
	background-color:#333333;
	color:#FFF;
}
/*  gallery  */
.gallery .gallery-container {
	padding: 30px 0;
	text-align:center;
}
.gallery .gallery-set {
	min-height:400px;
	list-style:none;
	display:inline-block;
}
.gallery .gallery-set li {
	max-width:240px;
	padding-left:0;
	background:none !important;
	margin: 10px 2px 20px;
	list-style: none;
	float: left;
}
.gallery .gallery-set li:nth-child(4n+5) {
	clear:left;
}
.gallery .gallery-set li .gallery-image {
	width:220px;
	height:160px;
	border:rgba(0,0,0,0.1) solid 9px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
.gallery .gallery-set li a:hover .gallery-image {
	border:rgba(33,83,82,0.4) solid 9px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.gallery .gallery-set li a {
	text-decoration:none;
	color:rgb(51,51,51);
}
.gallery .gallery-set li .title {
	text-align:center;
}
/*  careers  */

.careers .career-form {
	background:url(../images/careers.jpg) no-repeat left bottom;
}
.careers .career-form .careers-note {
	width:40%;
	padding:50px;
	padding-bottom:10px;
	float:right;
	text-align:justify;
}
.careers .career-form .careers-note h2{
	padding-left: 0.4em;
	text-align:center;
	font-size: 3.25em;
	letter-spacing: 0.4em;
}
.careers .career-form .job-application {
	width:97%;
	padding:0 1% 0 2%;
	float:right;
	margin: 50px 0 10px 0;
}
.careers .career-form .job-application form input[type=text], .careers .career-form .job-application form input[type=file], .careers .career-form .job-application form select, .careers .career-form .job-application form textarea {
	width:29%;
	padding:10px 1%;
	margin:10px 1%;
	background:rgb(240,240,240);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
	outline:none;
	border:1px solid rgb(220,220,220);
	float:left;
}
.careers .career-form .job-application form input[type=text]:hover, .careers .career-form .job-application form input[type=file]:hover, .careers .career-form .job-application form select:hover, .careers .career-form .job-application form textarea:hover {
	border:1px solid rgb(180,180,180);
}
.careers .career-form .job-application form select {
	width:31%;
}
.careers .career-form .job-application form input[type=file] {
	width:95%;
}

.careers .career-form .job-application form input[type=submit]{
	width:97%;
	float:left;
	padding:10px 5%;
	background:rgb(30,80,135) url(../images/email-icon.png) no-repeat 15px center;
	margin: 10px 1%;
	border:none;
	outline:none;
	-webkit-border-radius:8px;
	-webkit-transition:all .5s ease-in-out;
	font-size:1.1em;
	text-transform:uppercase;
	color:#FFF;
	text-align:right;
}

.careers .career-form .job-application form input[type=submit]:hover{
	background-color:#000;
	cursor:pointer;
	color:#FFF;
}

/*  profile about us  */
.profile .about-us, .profile .aim, .profile .vision {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.profile .full-container h2 {
	color: rgb(33, 83, 82);
	font-size:2.5em;
	line-height:200%;
}
.profile .full-container p {
	margin-bottom:20px;
}
.profile .vision {
	background-color:rgb(33, 83, 82);
	margin-bottom: 15px;
}
.profile .about-us img {
	float:right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}
.profile .vision img{
	float:right;
	margin:25px 0 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.profile .vision h2, .profile .vision p {
	color: rgb(255,255,255);
}
.profile .aim img{
	float:right;
	margin:25px 0 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*  facilities */

.facility .facilities {
	padding: 30px 0;
}
.facility .full-container h2 {
	color: rgb(33, 83, 82);
	font-size:2.5em;
	line-height:200%;
}
.facility .facilities ul {
	list-style-position:inside;
}
.facility .facilities ul li {
	margin:10px 0;
}
.facility .facilities img{
	float:right;
	margin:20px 0 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.contain_box {
	padding-top: 15px;
}
.theyyam {
	width: 100%;
	background-color:rgb(33, 83, 82);
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	height: 180px;
	
}
.enquiry.full-container {
	background-color: #1d252d;
	padding-bottom: 20px;
	padding-top: 10px;
}


.container-limit h6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	display: block;
	background-image: url(../images/icon-list.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 33px;
	padding-top: 3px;
	margin: 0px;
	padding-bottom: 10px;
}

.banner-text{
	width:78%;
	height:190px;
	position:absolute;
	background:url(../images/banner-text.png) no-repeat center;
	z-index:999;
	top:300px;	
}

#room td {
	border:1px solid #999;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}


#room th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	padding-left: 35px;
	color: #CCC;
	background-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.booking-link {
	width: 15%;
	height: 43px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../images/booking-in.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 15px;
}
.booking-link a {
	text-decoration: none;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
}

@media screen and (max-width: 980px){

	.navigation-logo .navigation a {
		padding-right:1.5%;
		padding-left: 1.5%;
	
}

	
	}
#enquiryForm table td {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
