/* 
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;
    vertical-align:baseline;
    background:transparent;
	
	
	
	box-sizing:border-box;
}

body {
    line-height:1;
}

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 {text-decoration:none;color:#000;}
a:hover {color:#ff5400;}

/* 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 #ccc;
    margin:20px 0;
    padding:0;
}

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 */

::-webkit-input-placeholder {
color: #424242;
opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
color: #424242;
opacity:1;
}

::-moz-placeholder {/* Firefox 19+ */
color: #424242;
opacity:1;
}
:-ms-input-placeholder {
color: #424242;
opacity:1;
}

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 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color:#cccccc;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    float: none;
    font-family: inherit;
    font-size: 1em;
	font-weight:300;
    line-height: normal;
	color:#424242;
	background-color:transparent;
    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:Verdana,Geneva,sans-serif;
}

form select {
    -moz-appearance: none;
	-webkit-appearance: none;
	background:url(../images/icon-selecte.png) no-repeat scroll right center #fff;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    color: #424242;
    display: block;
    font-weight: 300;
    line-height: 14px;
    padding: 9px 12px 8px;
}

.book form input[type="date"] {
	background:url(../images/icon-cal.png) no-repeat right center #fff;
}

form input[type="submit"] {
	background-color:#959595;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor:pointer;
	padding:10px;
	margin:10px 0 20px;
	width:auto;
	display:inline-block;
	font-weight: 600;
	border:0;
	font-size: 1em;
}
form input[type="submit"]:hover {background-color:#656565;}