/*========================================  
	Ranga's Beach Hut - CSS File
	Version: 1.0
	Author: Hijaaz Deen Mohamed				
	Author URI: https://thinkbranding.com.lk/
	Contact:+94777898891 
=============================================*/
@import url(fonts/AmaticSC-Regular/styles.css);
@import url(https://fonts.googleapis.com/css?family=Englebert&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese);

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, img, ins, kbd, q, s, samp, small, strike, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }
	
/*============================================ GLOBAL  =================================================*/


/* Main global 'theme' and typographic styles */
body {
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	background: url(images/beach-hut-arugam-bay-bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  	background-size: cover;
}


/* heading */
h1, h2, h3{margin-bottom:20px;}
h4, h5, h6{margin-bottom:10px;}
h1	{font-size:24px;}
h2	{font-size:18px;}
h3	{font-size:13px;}
h4	{font-size:11px;}
h5	{font-size:10px;}
h6	{font-size:10px;}
h1, h2, h3, h4, h5, h6{ line-height:normal; text-transform:uppercase;}

/* links */
a, a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a img{border:none}
a:active {
    background-color: transparent;
	}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
	}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
	}
.clearfix {
	display:inline-block
	}
* html .clearfix {
	height:1%
	}
.clearfix {
	display:block
	}
	
.header-wrapper {
	width: 100%;
	height: 80px;
	background: #212121 url(images/header.png) repeat-x center bottom;
	color: #fff;
	position: fixed;
	z-index: 1000;
	-webkit-box-shadow: 0px 3px 15px 0px rgba(50, 50, 50, 0.99);
	-moz-box-shadow:    0px 3px 15px 0px rgba(50, 50, 50, 0.99);
	box-shadow:         0px 3px 15px 0px rgba(50, 50, 50, 0.99);
	}
.header-wrapper>.logo{
	margin-left:20px;
	padding:10px;
	float:left;
	}
.header-wrapper>.logo img{
	height:65px;
	}
.header-wrapper>.menu {
	list-style: none;
	float: right;
	font-weight: normal;
	position: relative;
	font-family: 'AmaticSC-Regular';
	font-weight: bold;
	font-size:24px; 
	text-transform: uppercase;
	z-index: 1000;
	margin-top: 33px;
	margin-right:200px;
	}
.header-wrapper>.menu ul {
	margin: 0;
	list-style-type: none;
	position: relative;
	overflow: inherit;
	}
.header-wrapper>.menu ul li {
	position: relative;
	float: left;
	background: none;
	padding: 0;
	margin-left: 40px;
	}
.header-wrapper>.menu ul li a {
	display: block;
	text-decoration: none;
	color: #d0d1d2;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	}
.menu ul li.active a, .menu ul li a:hover, .menu ul li a.selected {
	color: #DB3825;
	}
.menu ul li.active ul li a {
	color: #3b3b3b;
	}
.menu ul li.active ul li a:hover {
	color: #3b3b3b;
	}
.menu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	width: 160px;
	padding: 15px 0 0 0;
	}
.menu ul li ul li {
	display: list-item;
	float: none;
	background: #c7c7c7;
	border-top: 1px solid #929292;
	margin: 0;
	}
.menu ul li ul li:first-child {
	border: none;
	}
.menu ul li ul li ul {
	top: 0;
	}
.menu ul li ul li a {
	margin: 0;
	border: none;
	padding: 13px 15px;
	line-height: 1;
	font-size: 11px;
	color: #3b3b3b;
	}
.menu ul li ul li a:hover {
	color: #3b3b3b;
	background-color: #d5d5d5;
	}
* html .menu {
	height: 1%;
	}
.page-wrapper{
	padding-top:80px;
	width:900px;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 20px #999; 
	-webkit-box-shadow: 0px 0px 20px #999; 
	box-shadow: 0px 0px 20px #999;
	}
.home-page{
	color:#fff;
	background:#514544;
	padding-top:40px;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:20px;
	font-size:14px;
	}
.home-page h1{
	font-family: 'AmaticSC-Regular';
	font-weight: bold;
	font-size:2.5em; 
	text-transform: uppercase;
	border-bottom:2px solid #fff;
	}
.home-page p{
	font-family: 'Englebert', sans-serif;
	font-size:1.4em;
	line-height:1.3em;
	}
.home-page h4{
	font-family: 'Englebert', sans-serif;
	font-size:1.2em;
	line-height:1.2em;
	}
.home-page img{
	float:left;
	margin-right:10px;
	margin-bottom:30px;
	}
.home-page td{
	vertical-align:top;
	}
.hutgallery img{
	width: 200px;
	height:130px;
	border:1px solid #ddd;
	}
.footer{
	color:#514544;
	background: #212121;
	width:100%;
	margin-top:30px;
	}
.footer p{
	
	}
.footer>.fwrapper{
	width:900px;
	height:80px;
	margin:0 auto;
	color: #d0d1d2;
	padding:20px;
	text-align:center;
	}
.footer>.fwrapper a:link,a:visited{
	color: #d0d1d2;
	text-decoration:underline
	}
table a:link,a:visited{
	color: #d0d1d2;
	text-decoration:underline
	}
.contact-row>.contact-col{
	
	width:50%;
	font-family: 'Roboto', sans-serif;
	}
.home-page>.contact-row{
	width:100%;
	display:block;
	}
.form-left{
	width:100%;
	}
.form-left label{
	font-family: 'Roboto', sans-serif;
	}
.form-left label p{
	font-size:1em;
	font-family: 'Roboto', sans-serif;
	}
input,textarea{
	font-family: 'Roboto', sans-serif;
	line-height: 1.4; color: #444;
    -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
	padding:3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
	}
input:focus,textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224,199,237,0.6);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224,199,237,0.6);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224,199,237,0.6);
	}
textarea#styled{
	width: 280px;
	height:100px;
	padding: 5px;
	}
.btn-custom {
	padding:5px;
	background-color: hsl(201, 100%, 30%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5ff", endColorstr="#006399");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399));
	background-image: -moz-linear-gradient(top, #00a5ff, #006399);
	background-image: -ms-linear-gradient(top, #00a5ff, #006399);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399));
	background-image: -webkit-linear-gradient(top, #00a5ff, #006399);
	background-image: -o-linear-gradient(top, #00a5ff, #006399);
	background-image: linear-gradient(#00a5ff, #006399);
	border-color: #006399 #006399 hsl(201, 100%, 25%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
	}

.responsive_menu select {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: none;
	}
.responsive_menu{
	width: 100%;
	}	
	