/*................................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, 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, 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;
}
/* HTML5 display-role reset for older browsers */
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;
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}

@font-face {
	font-family: 'santelia_scriptbold_dmo';
	src: url('../fonts/santeliascriptbolddemo.woff2') format('woff2'),
	url('../fonts/santeliascriptbolddemo.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
body{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

header{
	padding:50px 0;  
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	top: 0;
}
.logo{
	float: left;
}
.social{
	float: right;
}
.social ul li{
	display: inline-block;
}
.social i{
	width: 35px;
	height: 35px;
	color: #fff; 
	border-radius: 50%;
	border:2px solid #fff;
	text-align: center;
	line-height: 33px;
	margin-right: 10px;		
}
.social i:hover{
	color:#61605f; 
	transition: all 0.5s;
	background-color:#fff;
	border:2px solid #61605f;
}
#banner{
	position:relative;
	text-align: center;
	color: #e9e5db;	
}
.oneslide img {
	width: 100%;
	display: block;
	position: relative;
	height: 750px;	
}
.maincontent{
	position: absolute;	
	top: 35%;
	width: 100%;	
}
.maincontent h1{	
	font-family: 'santelia_scriptbold_dmo';
	font-size: 72px;
	line-height: 100px;	
}
.maincontent h2{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	line-height: 45px;  
	letter-spacing: 3px;	
}
#journey,#portfolio,#map{
	text-align: center;
	padding: 50px 0;
	color: #3c3930;
}
h3{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	padding: 30px 0;  
	letter-spacing: 3px;
}
p.innerp{
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;  
	letter-spacing: 1px;
}
#impression{
	background:url(../img/banner1.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;	
}
#impression h1{	
	font-family: 'santelia_scriptbold_dmo';
	font-size: 30px;
	line-height: 40px;	
	padding: 120px 0 110px;
}
#portfolio .innerportfolio img{
	width: 100%;
	display: block;
	margin: 15px 0;
}
#portfolio{
	padding: 50px 0 100px
}
.imagehover{ 
	width: 100%;    
	background: rgba(0,0,0,0.3);  
	position: absolute;    
	color: #ffffff;
	bottom: 0;  
	top: 0;
	right: 0;
	left: 0;
	text-align: left;
	padding: 20px;
	visibility: hidden; 
	opacity: 0;    
	transition: all 0.5s;
}
.imagehover p.innerp{
	font-size: 15px;
	font-weight: 400;
}
.imagehover a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	margin: 15px 0;
}
.imagehover a i:hover{
	transition: all 0.5s;
	color: #000000;
}
.innerportfolio:hover .imagehover{
	cursor: pointer;
	visibility: visible;
	opacity: 1;
}
.innerportfolio{
	position: relative;
}
.mapsocial i{
	width: 130px;
	height: 130px;
	color: #fff; 
	border-radius: 50%;
	border:2px solid #61605f;
	background-color: #61605f;
	text-align: center;
	line-height: 125px;
	margin:0 20px;		
}
#map{
	padding: 50px 0 0;
}
.mapsocial i:hover{
	color:#61605f; 
	transition: all 0.5s;
	background-color:#fff;
	border:2px solid #61605f;
}
#fullmap { 
	width: 100%;
	height: 300px;
	margin-top: 70px;
	pointer-events:none;
}
#contact{
	background:url(../img/banner2.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;	
	padding: 55px 0 35px;
}
::-webkit-input-placeholder {
	color: #3c3930;
}
:-moz-placeholder { /* Firefox 18- */
	color: #3c3930;  
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #3c3930;  
}
:-ms-input-placeholder {  
	color: #3c3930;  
}
input,textarea{
	outline: 0;
	border: 1px solid;
	background-color: rgba(255,255,255,0.55);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #3c3930;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	margin-top: 40px;
}
input:focus,textarea:focus{
	border: 1px solid #fff;
}
textarea{
	padding-top: 10px;
	height: 185px;
}
button{
	outline: 0;
	border: 2px solid #fff;
	background-color:transparent;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3px;
	color: #fff;
	width: 395px;
	height: 60px;	
	margin-top: 40px;
	margin-bottom:55px;
}
button:hover{
	transition: all 0.5s;
	color: #000000;
	background-color: #fff;
	border: 2px solid #000000;
}
span.line{
	display: block;    
	width: 683px;
	height: 1px;
	margin:0 auto 5px;
	background: #fff;
}
#contact p.innerp {
	font-size: 14px;
}
#contact p.innerp a{
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}
/* New */

.os-animation {
  opacity: 0;
}
.os-animation.animated {
  opacity: 1;
}
.staggered-animation {
  opacity: 0;
}
.staggered-animation.animated {
  opacity: 1;
}
/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9998;
 background: #3c3930;
}

#cssload-loader {
	position: absolute;
	margin: auto;
	top: 50%;
	left: 0;
	right: 0;
	width: 88px;
}
#cssload-loader ul {
	margin: 0;
	list-style: none;
	width: 88px;
	height: 63px;
	position: relative;
	padding: 0;
	height: 10px;
}
#cssload-loader ul li {
	position: absolute;
	width: 2px;
	height: 0;
	background-color: rgb(255,255,255);
	bottom: 0;
}


#cssload-loader li:nth-child(1) {
	left: 0;
	animation: cssload-sequence1 0.75s ease infinite 0;
		-o-animation: cssload-sequence1 0.75s ease infinite 0;
		-ms-animation: cssload-sequence1 0.75s ease infinite 0;
		-webkit-animation: cssload-sequence1 0.75s ease infinite 0;
		-moz-animation: cssload-sequence1 0.75s ease infinite 0;
}
#cssload-loader li:nth-child(2) {
	left: 15px;
	animation: cssload-sequence2 0.75s ease infinite 0.075s;
		-o-animation: cssload-sequence2 0.75s ease infinite 0.075s;
		-ms-animation: cssload-sequence2 0.75s ease infinite 0.075s;
		-webkit-animation: cssload-sequence2 0.75s ease infinite 0.075s;
		-moz-animation: cssload-sequence2 0.75s ease infinite 0.075s;
}
#cssload-loader li:nth-child(3) {
	left: 29px;
	animation: cssload-sequence1 0.75s ease-in-out infinite 0.15s;
		-o-animation: cssload-sequence1 0.75s ease-in-out infinite 0.15s;
		-ms-animation: cssload-sequence1 0.75s ease-in-out infinite 0.15s;
		-webkit-animation: cssload-sequence1 0.75s ease-in-out infinite 0.15s;
		-moz-animation: cssload-sequence1 0.75s ease-in-out infinite 0.15s;
}
#cssload-loader li:nth-child(4) {
	left: 44px;
	animation: cssload-sequence2 0.75s ease-in infinite 0.225s;
		-o-animation: cssload-sequence2 0.75s ease-in infinite 0.225s;
		-ms-animation: cssload-sequence2 0.75s ease-in infinite 0.225s;
		-webkit-animation: cssload-sequence2 0.75s ease-in infinite 0.225s;
		-moz-animation: cssload-sequence2 0.75s ease-in infinite 0.225s;
}
#cssload-loader li:nth-child(5) {
	left: 58px;
	animation: cssload-sequence1 0.75s ease-in-out infinite 0.3s;
		-o-animation: cssload-sequence1 0.75s ease-in-out infinite 0.3s;
		-ms-animation: cssload-sequence1 0.75s ease-in-out infinite 0.3s;
		-webkit-animation: cssload-sequence1 0.75s ease-in-out infinite 0.3s;
		-moz-animation: cssload-sequence1 0.75s ease-in-out infinite 0.3s;
}
#cssload-loader li:nth-child(6) {
	left: 73px;
	animation: cssload-sequence2 0.75s ease infinite 0.375s;
		-o-animation: cssload-sequence2 0.75s ease infinite 0.375s;
		-ms-animation: cssload-sequence2 0.75s ease infinite 0.375s;
		-webkit-animation: cssload-sequence2 0.75s ease infinite 0.375s;
		-moz-animation: cssload-sequence2 0.75s ease infinite 0.375s;
}


@keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-o-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-ms-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-webkit-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-moz-keyframes cssload-sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-o-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-ms-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-webkit-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-moz-keyframes cssload-sequence2 {
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}