/*
Theme Name: Sharkbay Theme
Description: Custom theme for Shark bay hotel
Version: 1.0
Author: Web Wizards
Author URI:  http://www.webwizards.com.au
*/
/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
img.alignright {
	float:right;
	margin:0 0 1em 1em
}
img.alignleft {
	float:left;
	margin:10px 0px 20px 0px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.right-float{
		float:right !important;}

#subpage h1{
	margin-bottom:10px;
	font-size:36px;
	line-height:32px;
	font-family: 'CaviarDreamsRegular';
	}

#subpage h2{
	margin-bottom:10px;
	font-size:32px;
	line-height:32px;
	font-family: 'CaviarDreamsRegular';
	}

#subpage h3{
	margin-bottom:10px;
	font-size:28px;
	line-height:28px;
	font-family: 'CaviarDreamsRegular';
	}
	
#subpage h4{
	margin-bottom:10px;
	font-size:24px;
	line-height:24px;
	font-family: 'CaviarDreamsRegular';
	}
#subpage h5{
	font-size:20px;
	line-height:20px;
	font-family: 'CaviarDreamsRegular';
	margin-bottom:10px;
	}
#subpage h6{
	font-size:16px;
	font-family: 'CaviarDreamsRegular';
	margin-bottom:10px;
	line-height: normal;
	}
	
	
ul{
	margin:0;
	padding:10px 0px 10px 20px;
	list-style:none;}


li{
	list-style:circle;
	line-height:20px;
	}

ol{
	padding-left:24px;
	padding-top:10px;}

ol li{
	list-style:decimal;
	}	

/*Heading, Paragraph and list CSS End */
.findus {padding-left: 375px;}
.contactuscontent {padding-left: 375px;}
.orange{color:#d77831;}
.addy {float: right;}

p{
	line-height:22px;
	text-align:left;}


a{
	color:#333;
	text-decoration:none;}
	
a:hover{
	color:#333;
	text-decoration:none;}		


@font-face {
    font-family: 'CaviarDreamsRegular';
    src: url('./font/caviardreams-webfont.eot');
    src: url('./font/caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/caviardreams-webfont.woff') format('woff'),
         url('./font/caviardreams-webfont.ttf') format('truetype'),
         url('./font/caviardreams-webfont.svg#CaviarDreamsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'BorisBlackBloxxRegular';
    src: url('./font/borisblackbloxx-webfont.eot');
    src: url('./font/borisblackbloxx-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/borisblackbloxx-webfont.woff') format('woff'),
         url('./font/borisblackbloxx-webfont.ttf') format('truetype'),
         url('./font/borisblackbloxx-webfont.svg#BorisBlackBloxxRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* Main CSS Start */
body {
	background: url(images/bg.gif) repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding:44px 0;
}
#wrapper {
	width: 1005px;
	margin: 0 auto;
}
/* Main CSS End */

.tripHalf {
    display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-top: 20px
}

/* Header CSS Start */
#header {
	height: 154px;
	float:left;
	width:100%;
	margin-bottom:16px;
	background:#010001;
	
}

#logo{
	background:url(images/logo.png) no-repeat left top;
	width:358px;
	height:98px;
	float:left;
	margin-top:24px;
	display:block;}

/* Header CSS End */


/* Menu CSS Start */
#menu {
	float:right;
	width:600px;
	padding:40px 10px 0px 0px;
	
}
#menu ul{
	float:right;
	list-style:none;
	margin:0;}
	
#menu ul li{
	float:left;
	margin:0;
	list-style:none;
	position:relative;
	display:inline;
	padding:21px 17px 21px 17px;
	border-right:#373736 1px solid;}	

#menu ul li a{
	float:left;
	font-size:22px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'CaviarDreamsRegular';
	
	}
	
#menu ul li a:hover{
	color:#ff8300;}
	

#menu ul li.last{
	border:none;}

#menu ul ul{
	width:200px;
	float:left;
	background:#130613;
	border-bottom:#333 1px solid;
	border-right:#333 1px solid;
	border-left:#333 1px solid;
	left:0;
	top:0;
	margin-top:60px;
	position:absolute;
	z-index:50;
	}
	
	
#menu ul ul li{
	list-style:none;
	float:left;
	width:100%;
	border:none;
	padding:10px 10px 10px 18px;
	
	}	
	
	
#menu ul ul li a{
	list-style:none;
	float:left;
	border:none;
	font-size:16px;
	text-transform:uppercase;
	}	
	
#menu ul ul li a:hover{
	
	color:#ff8300;
	border:none;
	}		
		

/* Menu CSS End */


#banner{
		width:950px;
		float:left;
		background:#010001;
		padding:27px 27px 27px 28px;
		position: relative;}
		

#slider{
		width:950px;
		margin:0 auto;}		

.slide{
		width:950px;
        height:515px;
		position:relative;
		}

.sc-desc{
		background:url(images/sc-des.png) repeat-x left top;
		width:202px;
		height:325px;
		position:absolute;
		top:0;
		padding:160px 30px 30px 40px;
		
		}
		
		
.sc-desc h3 {
	font-family: 'BorisBlackBloxxRegular';
	font-size:48px;
	line-height:50px;
	color:#FFF;

	}
.sc-desc p{
		line-height:20px;}	
		
		
.sc-pager{
		width:80%;
		float:left;
		text-indent:-9000px;
		position:absolute;
		bottom:41px;
		left:43px;
		z-index: 100;
		}
		

.sc-pager a{
	    width:23px;
		height:23px;
		float:left;
		margin-right:3px;
		background:url(images/bullet_normal.png) no-repeat top;}					

.sc-pager a:hover, .sc-pager a.activeSlide{
		
		background:url(images/bullet_normal.png) no-repeat bottom;}
.ngg-galleryoverview {
    text-align: center !important;
}
.ngg-gallery-thumbnail-box {
    float: none !important;
    display: inline-block !important;
}
/* Content CSS Start */
#content {
	background: #010001;
	
}
#subpage{
	padding:30px 30px 50px 55px;
	min-height:600px;}
#subpage p{
	margin-bottom:20px;
}
#subpage a{
	color:#fff;
	text-decoration:underline;}
	
#subpage a:hover{
	text-decoration:none;}
.divide-line{
	
	width:100%;
	height:1px;
	border-bottom:#393939 1px solid;
	
	
	}

#col-container{
		width:950px;
		border-top:#393939 1px solid;
		border-bottom:#393939 1px solid;
		padding-bottom:50px;
		margin:0 auto;}

#col-1 {
	width:569px;
	float: left;
	margin-top:27px;
	padding:0px 20px 0px 40px;
	
}

#col-1 .col-1-description{
	
	padding-bottom:40px;
	}


#col-1 h1{
	font-family: 'CaviarDreamsRegular';
	font-size:36px;
	line-height:65px;
	font-weight:normal;
	color:#FFF;
	}

	
	

.services{
		float:left;
		width:248px;
		padding-top:30px;
		margin-bottom: 20px;}
		

.services h1{
	font-family: 'CaviarDreamsRegular';
	font-size:36px;
	line-height:70px;
	font-weight:normal;
	color:#FFF;}
	
	

.read-more{
		width:94px;
		height:30px;
		background:#FFF;
		line-height:30px;
		font-size:13px;
		color:#333;
		margin-top:30px;
		text-align:center;
		display:block;}	

#col-2 {
	width:210px;
	float: left;
	margin-top:27px;
	padding:0px 20px 0px 38px;
	border-left:#393939 1px solid;
	
}
#col-2 h1{
	font-family: 'CaviarDreamsRegular';
	font-size:32px;
	line-height:65px;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
	}

.side-icon{
		
		float:left;
		margin:17px 10px 0px 0px;}
		
		
	
.section{
		float:left;
		width:100%;
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:1px dotted #3d3c3d;}	
		
		

.booking-form{
	padding-top:5px;
		}
		

.booking-form label{
	font-size:13px;
	text-align:left;
	display:block;
		}
		

.booking-form select{
	width:52px;
	float:left;
	border:#CCC 1px solid;
	margin:7px 8px 16px 0px;
		}		


.booking-form span{
	float:left;}
	
	

.booking-form .eniquire-now
	{
	width:121px;
	height:30px;
	background:#FFF;
	color:#333;
	margin:10px 0px 10px 0px;
	display:block;
	font-size:13px;
	text-align:center;
	cursor:pointer;
	border:0;}
	
	

#phone{
	float:left;
	width:100%;
	
	
		}	
	
#phone h1{
	font-family: 'CaviarDreamsRegular';
	font-size:24px;
	font-weight:normal;
	color:#FFF;}
	
#phone .tel-no{
		padding-left:40px;
		}	
	
#phone p{
	color:#ff6d00;
	font-size:16px;
	font-weight:normal;
	line-height:12px;}	



/* contact CSS Start*/

#contact-form {
	width:318px;
	float:left;
	border-right:#383838 1px solid;}

#contact-form h1, #map-container h1, #subpage h1{
	font-family: 'CaviarDreamsRegular';
	font-size:36px;
	line-height:40px;
	font-weight:normal;
	color:#FFF;
	text-transform:capitalize;
	}
	
#contact-form input, .booking-form input{
	width:270px;
	background:#111011;
	color:#bcbcbc;
	border:1px solid #717171;
	margin-bottom:9px;
	padding:7px 0px 7px 8px;
	}

.booking-form select {
    background: #111011;
  color: #bcbcbc;
  border: 1px solid #717171;
  margin-bottom: 9px;
  padding: 7px 0px 7px 8px;
	}
	
	
#contact-form textarea, .booking-form textarea {
	width:258px;
	height:265px;
	background:#111011;
	color:#bcbcbc;
	border:1px solid #717171;
	margin-bottom:9px;
	padding:10px;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}	
	
.booking-form input[type="submit"] {
  width:150px !important;
}
#contact-form .send, .booking-form input[type="submit"] {
	width:61px;
	height:30px;
	float:left;
	color:#FFF;
	text-align:center;
	background:#d77831;
	cursor:pointer;
	padding:0px;
	margin-bottom:20px;}		


#map-container{
	float:left;
	padding-left:38px;
	}
	

.map{
	margin-top:30px;
	float:left;
	display:block;}	


#address{
		float:left;
		padding:65px 0px 0px 20px;}




/* contact CSS End */


/* Content CSS End */


/* Footer CSS Start */
#footer {
	float:left;
	width:930px;
	padding:15px 15px 23px 60px;
	background:#010001;
	margin-bottom:10px;
	
}
#footer a{
color:#fff;
}

#footer a:hover{
text-decoration:underline;
}
.social-container{
		float:left;}
		

.s-icon{
	width:52px;
	height:52px;
	float:left;
	margin-right:10px;
	display:block;}		


.designby{
		float:right;
		padding:20px 30px 0px 0px;
		text-transform:uppercase;
		}
		
.privacy{
	
	margin:0 auto;
	width:400px;
	text-align:center;
	padding:20px 0px 0px 0px;
	text-transform:uppercase;
	}	
	

.warnning{
		width:1005px;
		margin:0 auto;
		line-height:20px;
		font-size:11px;
		}		

/* Footer CSS End */
.wpcf7-response-output{
	clear:both !important;
}
.wpcf7-not-valid-tip{
	background-color:#000 !important;
	border:none !important;
	color:#F00 !important;
	left:0 !important;
	top:0 !important;
}
