/* 

Reset Stylesheet */



html, body, div, span, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  abbr, address, cite, code,  del, dfn, em, img, ins, kbd, q, samp,  small, strong, sub, sup, var,  b,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary,  time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	/*

	-webkit-transition: all 0.3s ease-in;

	-moz-transition: all 0.3s ease-in;

	-o-transition: all 0.3s ease-in;

	transition: all 0.3s ease-in;

*/	

	box-sizing:border-box;
}
p {
	color: #292929;
	margin: 10px 0;
}
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content:'';
	content:none;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#b40904;
}
/* change colours to suit your needs */

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #000;
	margin:20px 0;
	padding:0;
	clear:both;
}
input, select {
	vertical-align:middle;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style:none;
}
.clear {
	clear:both;
	display:block;
	height:0;
}
.clear.h10 {
	height:10px !important;
}
.clear.h20 {
	height:20px !important;
}
.clear.h40 {
	height:40px !important;
}
/* Form */



form input[type="text"],  form input[type="password"],  form input[type="checkbox"],  form input[type="color"],  form input[type="date"],  form input[type="datetime"],  form input[type="datetime-local"],  form input[type="email"],  form input[type="month"],  form input[type="number"],  form input[type="password"],  form input[type="search"],  form input[type="radio"],  form input[type="tel"],  form input[type="text"],  form input[type="time"],  form input[type="url"],  form input[type="week"],  form select,  form textarea {
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	float: none;
	font-size: 14px;
	font-weight:300;
	line-height: normal;
	padding: 9px 12px 8px;
	width:100%;
	margin:5px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family:'Exo 2', serif, Arial, Helvetica, sans-serif;
	border:1px solid #fff;
	color:#333;
	background-color:#fff;
}
 input::-moz-placeholder {
opacity:1
}
 textarea::-moz-placeholder {
opacity:1
}
form textarea {
	height:85px;
	max-height:85px;
	max-width:100%;
}
label {
	float: left;
	margin: 10px 0 5px;
	width:100%;
	font-size:14px;
}
form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-user-select: none;
	appearance: none;
	background:url(../image/icon-select.png) no-repeat scroll right center;
	
	border: 1px solid #fff;
	color: #333;
	display: block;
	font-weight: 300;
	float:left;
	display:block;
	background-color:#fff;
}

form select#adults {
	background:url(../image/adults.png) no-repeat scroll right center !important;
	background-color:#fff !important;
}
form select#children {
	background:url(../image/children.png) no-repeat scroll right center !important;
	background-color:#fff !important;
}

form input[type="submit"], form input[type="button"],
 input[type="button"]
 {
	background-color: #ed193a;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 14px;
	margin:10px 0;
	padding: 10px 25px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: auto;
	text-transform:uppercase;
}
form input[type="submit"]:hover {
	background-color:#787878;
	color:#fff;
}
 input[type="button"]:hover{ background-color:#787878;}
 
 @media only screen and (min-width : 601px) {
}
 @media only screen and (min-width : 970px) {
}
 @media only screen and (min-width : 1150px) {
}
