/* Reset
-----------------------------------------------------------------------------*/
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;
	outline:0px solid red;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote{
    position: relative;
    font-style: italic;
    font-size: 14px;
    padding: 5px 0 5px 17px;
    color: #68757f;
    margin: 35px 0;
	line-height: 24px;
}
blockquote:before{
	width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2d3f4d;
    content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 13px/18px 'Open Sans', Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background:#fff;
	color:#6c6c6c;
}
a {
	outline: none;
	font-size:12px;
	text-decoration: none;
	color:#476073;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 14px;
    line-height: 1.8em;
    color: #68757f;
	margin: 0 0 21px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
input[type="text"]{
	width:100%;
	padding:0 5%;
	height:40px;
	background:#fff;
	border:1px solid #e1e1e1;
	max-width:300px;
	font: 14px/40px 'Open Sans';
	color:#666;
}
.input-block input[type="text"] {
    padding: 0 15% 0 5%;
}
textarea{
	width:100%;
	padding:10px 5%;
	height:120px;
	background:#fff;
	border:1px solid #e1e1e1;
	max-width:300px;
	resize:none;
	overflow:hidden;
	font: 14px/20px 'Open Sans';
	color:#666;
}
.input-block textarea{
    padding: 10px 15% 10px 5%;
}
input[type="submit"]{
	width: 100%;
    padding: 0;
    height: 55px;
    background: #d35400;
    border: 0;
    max-width: 300px;
    font: 17px/55px 'Open Sans';
    color: #fff;
    text-align: center;
    cursor: pointer;
	transition: all ease-out 0.5s;
}
input[type="submit"]:hover{
	background:#aa4604;
}
h1, h3, h4, h5, h6{
	font-weight:normal;
}
h1{
	font-family: 'Monda', sans-serif;
    font-size: 60px;
    line-height: 1em;
    margin: 0 0 23px;
    font-weight: 300;
}
h2{
    font-family: 'Monda', sans-serif;
    font-size: 32px;
    line-height: 1em;
    margin: 0 0 65px;
    color: #2d3f4d;
    font-weight: 400;
    position: relative;
}
h3{
	font-family: 'Monda', sans-serif;
    font-size: 22px;
    line-height: 1em;
    margin: 0 0 21px;
    color: #2d3f4d;
    position: relative;
}
.contact-form h3{
    color: #2d3f4d;
    font-weight: 400;
}
h4{
    font-family: 'Monda', sans-serif;
    font-size: 21px;
    line-height: 1em;
    margin: 0 0 20px;
    color: #2d3f4d;
    font-weight: 400;
    position: relative;
}
h5{
    font-family: 'Monda', sans-serif;
    font-size: 18px;
    line-height: 1em;
    margin: 0 0 20px;
    color: #2d3f4d;
    font-weight: 400;
    position: relative;
}
h6{
    font-family: 'Monda', sans-serif;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 20px;
    color: #2d3f4d;
    font-weight: 400;
    position: relative;
}
.index-page h2:before{
    width: 40px;
    height: 3px;
    background: #d35400;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin: 0 0 0 -20px;
    content: '';
}
.clear:before, .clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}
.clear {
	zoom: 1;
}
.btn{
    height: 50px;
    display: inline-block;
    color: #fff;
    background: #d35400;
    padding: 0 34px;
    line-height: 50px;
    text-decoration: none;
    font-size: 16px;
    transition: all ease-out 0.5s;
    position: relative;
	border-radius: 0;
}
.btn:hover, .btn:focus{
	background:#aa4604;
	text-decoration:none;
	color:#fff;
}
.tour, #gallery, #article, #testimonials, #contact{
	text-align:center;
}
::-webkit-input-placeholder {color: #9e9e9e;opacity: 1;}
:-moz-placeholder {color: #9e9e9e;opacity: 1;}
::-moz-placeholder {color: #9e9e9e;opacity: 1;}
:-ms-input-placeholder {color: #9e9e9e;opacity: 1;}
:focus::-moz-placeholder{ color: #9e9e9e; opacity: 0;}
*::-moz-placeholder{ opacity: 1;}
:focus::-webkit-input-placeholder {color: #fff;opacity: 0;}
:focus:-moz-placeholder {color: #fff;opacity: 0;}
:focus::-moz-placeholder {color: #fff;opacity: 0;}
::selection{
	background:#2d3f4d;
	color:#fff;
}
