/*
	[Font]
				 */
@font-face {
	font-family: 'acumin';
	src: url("css/acumin.otf");
}



/*
	[Initial]
				 */
				 
img, object, embed, video {
	max-width: 100%;
	}
	
body{ 
	background:#FFFFFF;
	font-family: 'acumin', sans-serif;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}


/*
	[Attribute]
				 */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
	text-decoration:none;
	}



/*
	[Elements]
				 */
	
.content{
	width:100%;
	float:left;
	}

header{
	float:left;
	width:100%;
	}
	
section{
	float:left;
	width:100%;
	}
	
article{
	float:left;
	width:100%;
	}
	
footer{
	float:left;
	width:100%;
	}
	


@media only screen and (min-width: 300px) {
	
/*
	[Elements]
				 */
	.container{
		margin:0 auto;
		width:90%;
		height:auto;
		padding:5px 0;
	}
	


/*
		[BACKGROUND]
						 */
	.bg-header{
		background: #ffffff;
		padding: 20px 0 30px;
		z-index: 99;
		position: relative;
		height: auto;
		margin: 0;
	}	
		
	.bg-section{
		z-index: 88;
		position: relative;
	}
	
	.bg-about{
		padding: 50px 0;
		position: relative;
		z-index: 77;
		min-height: 750px;
		background: url("img/bg-about.jpg") top center;
	}
	
	.bg-parallax{
		background:url(img/bg-parallax.jpg) center center no-repeat;
		float:left;
		width:100%;
		min-height:auto;
		position:relative;
		margin: 0 auto;
		max-width: 1920px;
		bottom:0;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 77;
		padding: 0;
	}

	.bg-product{
		background:url(img/bg-product.jpg) center center no-repeat;
		float:left;
		width:100%;
		min-height:auto;
		position:relative;
		margin: 0 auto;
		max-width: 1920px;
		bottom:0;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 66;
		padding: 50px 0;
	}

	.bg-gallery{
		background:url(img/bg-gallery.jpg) center center no-repeat;
		float:left;
		width:100%;
		min-height:auto;
		position:relative;
		margin: 0 auto;
		max-width: 1920px;
		bottom:0;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
		padding: 50px 0;
	}

	.bg-gray{
		padding: 0;
		background: #f2f2f2;
		position: relative;
		z-index: 44
	}
	
	.bg-blue{
		padding: 0;
		background: #bbdeff;
		position: relative;
		z-index: 22;
	}
	
	.bg-contact{
		padding: 0;
		background:url(img/bg-contact.png) top center no-repeat;
		position: relative;
		z-index: 44;
		height: auto;
		top: -290px;
		margin-bottom: -290px;
	}
	
	.bg-footer{
		padding: 50px 0;
		background: #373737;
		position: relative;
		z-index: 11;
	}
	

	

/*
	[HEADER]
				 */
	
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
	}	 
	
	img.logo{ 
		width: 230px;
		margin: 0;
		text-align: center;
		position: relative;
		left: 0;
	}
	
	
	
	/*media*/
	.media{
		float: right;
		width: 80%;
		margin: 25px 10% 0;
		position: relative;
		text-align: center;
	}

	.media a{
		float: left;
		width: 31.3%;
		margin: 0 1% 18px;
		text-align: center;
	}

	.media a:hover{
		opacity: 0.7;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 20px!important;
		font-weight: normal;
		margin: 0 0 0!important;
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		color: #dfdfdf;
		font-size: 0;
		line-height: 0;
		font-style: normal;
		font-family: "Segoe UI", "arial";
	}
	

	
/*
	[ANIMATION]
				 */

	#layerslider{
		width: 100%; 
		height: 250px;
		right: 0;
		background: center center;
		z-index: 33;
		position: relative;
		float: left;
		top: 0;
		margin-bottom: 0;
	}


	#layerslider img{
		max-width: auto!important;
		height: 250px!important;
		top: 0;
	}
	
	.container-anima{
		float: none!important;
		position: relative!important;
		height: 100px!important;
		width: 75%!important;
		margin: 0 auto!important;
	}


	#layerslider .ls-slide span{
		color: #ffffff;
		font-size: 20px;
		text-align: center;
		width: 80%;
		float: left;
		margin: 50px 0 0;
		font-weight: lighter;
		background: rgba(192,132,132,0.80);
		border-radius: 90px;
		padding: 30px 10%;
		line-height: 1.2;
	}

	#layerslider .ls-slide span.blue{
		background: rgba(171,199,226,0.9);
	}

	#layerslider .ls-slide span strong{
		font-weight: 700;
		font-size: 20px;
	}

	
		
	
/*
	[ARTICLE]
				 */
	
	aside{
		float: left;
		text-align: center;
		width: 90%;
		margin: 20px 5% 30px;
	}
	
	aside img{
		text-align: center;
		width: 280px;
		position: relative;
		left: 0;
	}
	
	h1{
		float:left;
		font-size: 40px;
		width: 100%;
		text-align: center;
		margin: 0;
		color: #434343;
		font-weight: bold;
		line-height: 1.1;
		font-family: "Segoe UI", "arial";
		border-bottom: 8px solid #e7e7e7;
		padding-bottom: 15px;
			
	}
	
	.about{
		float: left;
		width: 90%;
		margin: 0 5%;
		position: relative;
		left: 0;
	}
	
	.about h2{
		color: #272727;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.3;
		text-align: left;
		padding-left: 0;
		float: left;
		width: 100%;
		margin: 35px 0 20px;
		font-family: "Segoe UI", "arial";
		letter-spacing: -0.5px;
	}
	
	.about h2 span{
		width: auto;
		float: left;
		text-align: center;
		margin: 8px 20px 15px -10px
	}
	
	.about h2 span img{
		width: auto;
	}
	
	.about p{
		color: #60605f;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.4;
		text-align: justify;
		font-family: "Segoe UI", "arial";
	}
	
	
	
	
	
/*
	[PRODUCT]
				*/
	ul.product{
		float: left;
		width: 90%;
		list-style: none;
		margin: 0 5%;
		text-align: center;
	}
	
	ul.product h2{
		float: left;
		width: 100%;
		margin: 20px 0;
		text-align: center;
		font-family: "Segoe UI", "arial";
		font-size: 35px;
		color: #373737;
		font-weight: 400;
		line-height: 0.9;
		letter-spacing: -1px;
	}
	
	ul.product h2 strong{
		font-weight: 900;
	}
	
	ul.product h2 img{
		text-align: center;
		width: auto;
		top: -20px;
		position: relative;
	}
	
	ul.product li{
		float: left;
		width: 45%;
		margin: 10px 2.5%;
		text-align: center;
	}
	
	ul.product li img{
		width: auto;
	}
	
	ul.product li img:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98);
	}
	
	
/*
	[GALLERY]
				 */
			
	
	h3.tit-gallery{
		float: left;
		width: 90%;
		margin: 25px 5% 40px;
		text-align: center;
		font-family: "Segoe UI", arial;
		font-size: 40px;
		color: #f7f7f7;
		font-weight: 400;
		line-height: 0.8;
		letter-spacing: -1px;
		position: relative;
		left: 0;
	}
	
	h3.tit-gallery a{
		color: #FFF;
	}
	
	h3.tit-gallery a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	h3.tit-gallery strong{
		font-weight: 700;
		font-size: 45px;
	}
	
	h3.tit-gallery img{
		text-align: center;
		width: 70px;
		top: 20px;
		position: relative;
	}
	
	
	ul.gallery{
		float: right;
		list-style: none;
		width: 100%;
		position: relative;
		left: 0;
		text-align: center
	}
	
	ul.gallery li{
		float: left;
		width: 31.3%;
		margin: 10px 1%;
		text-align: center
	}
	
	ul.gallery li img{
		width: auto;
	}
	
	ul.gallery li img:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.98);
	}
	
	

/*
	[GRID]
			*/
	a.grid{
		float: left;
		width: 90%;
		margin: 20px 5%;
		background: #ffeaa4;
		padding: 15px;
		text-align: center;
		box-shadow: 2px 0px 10px rgba(47,47,47,0.10);
	}
	
	a.grid:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.98);
	}
	
	a.grid span{
		width: auto;
		text-align: center;
	}
	
	a.grid p{
		color: #9a8b59;
		font-family: "Segoe UI", arial;
		font-size: 30px;
		text-align: center;
		letter-spacing: -1px;
		line-height: 1.1;
		float: left;
		width: 100%;
		margin: 30px 0 20px;
	}
	
	a.grid p strong{
		font-weight: bold;
	}
	
	
	
/*
	[BLUE]
			*/
	.grid-two{
		float: left;
		width: 90%;
		margin: 25px 5%;
		border-bottom: 1px solid #ffffff;
		padding: 10px 0 25px;
	}
	
	.grid-two span{
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.grid-two h3{
		width: 100%;
		float: right;
		text-align: center;
		color: #7095b9;
		font-family: "Segoe UI", arial;
		font-size: 20px;
		font-weight: 300;
		margin: 10px 0;
	}
	
	.grid-two p {
		width: 100%;
		float: right;
		text-align: center;
		font-family: "Segoe UI", arial;
		font-size: 16px;
		font-weight: 300;
		color: #7095b9;
	}
	
	.map{
		width: 100%;
		float: left;
		margin: 0;
		border: 0;
		height: 300px;
	}
	
	
/*
	[FORM]
			*/
	.bg-contact h2{
		float: left;
		width: 100%;
		text-align: center;
		margin: 350px 0 50px;
		color: #161616;
		font-family: "Segoe UI", arial;
		font-size: 30px;
		font-weight: 300;
		line-height: 0.8;
		letter-spacing: -1.5px;
	}
	
	.bg-contact h2 strong{
		font-size: 40px;
		font-weight: 700;
		left: 0;
		position: relative;
	}
	
	.form{
		float: left;
		width: 100%;
		margin: 0;
	}

	.form h3{
		font-size: 20px;
		text-align: center;
		width: 100%;
		float: left;
		font-family: "Segoe UI", arial;
		font-weight: 300;
		line-height: 0.9;
		margin: 0 0 30px;
	}

	.form h3 strong{
		font-size: 20px;
		text-align: center;
		width: 100%;
		float: left;
		font-family: "Segoe UI", arial;
		font-weight: 700;
	}

	.input{
		float: left;
		width: 95%;
		margin: 10px 2.5%;
		padding: 16px 25px;
		background-color: transparent;
		border-radius: 30px;
		border: 2px solid #d3aaaa;
		font-size: 20px;
		color: #d3aaaa;
		font-family: "Segoe UI", arial;
		font-weight: 400;
		letter-spacing: -1.5px;
	}

	.comment{
		float: left;
		width: 95%;
		margin: 10px 2.5%;
		padding: 14px 20px;
		background-color: transparent;
		border-radius: 30px;
		border: 2px solid #d3aaaa;
		font-size: 20px;
		color: #d3aaaa;
		font-family: "Segoe UI", arial;
		font-weight: 700;
		letter-spacing: -1.5px;
	}

	.send{
		border-radius: 40px;
		background: #d3aaaa;
		color: #ffffff;
		text-align: center;
		border: 0;
		padding: 15px 20px 13px;
		font-size: 18px;
		cursor: pointer;
		font-weight: 500;
	}
	
	.send:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.99);
	}
	
	.input::placeholder {
		color: #d3aaaa;
		opacity: 1;
	}
	
	.input::-ms-input-placeholder {
		color: #d3aaaa;
	}
	
	.input::-ms-input-placeholder {
		color: #d3aaaa;
	}
	
	.comment::placeholder {
		color: #a18888;
		opacity: 1;
	}
	
	.comment::-ms-input-placeholder {
		color: #a18888;
	}
	
	.comment::-ms-input-placeholder {
		color: #a18888;
	}
	
	
	
	
	
	/*column*/
	.column{
		float: right;
		width: 90%;
		margin: 50px 5% 0;
	}
	
	.column a{
		width: 100%;
		float: left;
		margin: 10px 0;
		font-size: 15px;
		color: #FFF;
		text-align: center;
		padding: 10px 0
	}
	
	.column a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	.column a.email{
		color: #FFF!important;
		font-size: 15px!important;
		position: relative;
		line-height: 1.7;
	}
	
	.column span{
		float: left;
		width: 100%;
		margin-right: 0;
	}
	
	.column span img{
		width: 60px;
		position: relative;
		top: -12px;
		left: 0;
	}
	
	
	
/*
	[FOOTER]
				 */
	
	.logo-footer{
		float: left;
		width: 90%;
		margin: 40px 5% 0;
		text-align: center;
	}
	
	.logo-footer img{
		width: 180px;
		text-align: center;
	}
	
	.logo-footer img:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.99);
	}
	
	.row{
		float: left;
		width: 90%;
		margin: 40px 5% 0;
		text-align: center;
		color: #FFF;
		font-family: "Segoe UI", arial;
	}
	
	.row h3{
		float: left;
		width: 100%;
		margin: 0 0 30px;
		font-size: 28px;
		font-weight: 500;
	}
	
	.row a{
		float: left;
		width: 100%;
		margin: 0 0 5px;
		font-weight: normal;
		font-size: 16px;
		color: #FFF;
		line-height: 1.0;
	}
	
	.menu-footer a{
		margin: 0 0 15px!important;
		font-size: 18px!important;
	}
	
	.row a:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98);
	}
	
	.row a strong{
		font-weight: 700;
		font-size: 20px;
	}
		
	.row a img.arrow{
		position: relative;
		top: 0;
		left: 0;
		padding-right: 0;
		width: 0
	}
	
	.row a img{
		position: relative;
		top: 8px;
		left: 0;
		padding-right: 5px;
		width: 30px;
	}
	
	.row a img.info{
		position: relative;
		top: 0;
		left: 0;
		padding-right: 12px;
		width: 50px;
		margin-bottom: 0;
		float: left;
	}

	/*input-footer*/
	.input-footer{
		float: left;
		width: 100%;
		background-color: transparent;
		font-size: 18px;
		color: #fff;
		border: 1px solid #ececec;
		font-family: "Segoe UI", arial;
		padding: 12px 18px 15px;
		margin: 20px 0;
	}
	
	.send-box{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send-footer{
		background: #ecbfbf;
		color: #FFF;
		border: 0;
		width: 110px;
		text-align: center;
		font-family: "Segoe UI", arial;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		padding: 15px 0 18px;
		cursor: pointer;
	}
	
	.send-footer:hover{
		transition: 1s;
		transform: scale(1.03);
		background: #b78a8a;
	}
	
	.input-footer::placeholder {
		color: #ffffff;
		opacity: 1;
	}
	
	.input-footer::-ms-input-placeholder {
		color: #ffffff;
	}
	
	.input-footer::-ms-input-placeholder {
		color: #ffffff;
	}

	
	
	/*ans*/
	a.ans{
		background: #FFF;
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 25px 0;
		color: #212121;
		font-size: 12px;
		letter-spacing: 1px;
		font-weight: 400;
		font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
	}
	
	a.ans strong{
		font-weight: 800;
	}
	
	a.ans:hover{
		transition: 1s;
		opacity: 0.5;
	}
	
	
	
}









@media only screen and (min-width: 603px) {
		
	
/*
	[ANIMATION]
				 */

	#layerslider{
		height: 280px;
	}


	#layerslider img{
		height: 280px!important;
	}


	#layerslider .ls-slide span{
		font-size: 25px;
		margin: 85px 0 0;
	}

	#layerslider .ls-slide span strong{
		font-size: 30px;
	}

	
/*
	[PRODUCT]
				*/
	ul.product li{
		width: 23%;
		margin: 10px 1%;
	}
	
	ul.product li img{
		width: 150px;
	}
	
	
/*
	[GRID]
			*/
	a.grid{
		width: 70%;
		margin: 20px 15%;
	}
	
	
	a.grid p{
		font-size: 35px;
	}
		

	
/*
	[BLUE]
			*/
	.grid-two h3{
		font-size: 30px;
	}
	
	.grid-two p {
		font-size: 25px;
	}
	
	
	
	
	
	/*column*/
	.column a{
		width: 31.3%;
		margin: 10px 1%;
		font-size: 18px;
	}
	
	.column a.email{
		font-size: 15px!important;
	}
	
	.column span img{
		width: 75px;
	}
	
	
	
/*
	[FOOTER]
				 */
	
	.logo-footer{
		width: 75%;
		margin: 40px 15% 0;
	}
	
	.row{
		width: 80%;
		margin: 40px 10% 0;
	}
	
	/*input-footer*/
	.input-footer{
		width: 80%;
		margin: 20px 10%;
	}
		

}








@media only screen and (min-width: 1024px) {

/*
	[Elements]
				 */
	.container{
	width: 1000px;
	}
		

/*
		[BACKGROUND]
						 */
	.bg-header{
		background: #ffffff;
		padding: 20px 0 30px;
		z-index: 99;
		position: relative;
		height: auto;
		margin: 0;
	}	
		
	.bg-section{
		z-index: 88;
		position: relative;
	}
	
	.bg-about{
		padding: 150px 0 50px;
		position: relative;
		z-index: 77;
		min-height: 750px;
		background: url("img/bg-about.jpg") top center;
	}
	
	.bg-parallax{
		background:url(img/bg-parallax.jpg) center center no-repeat;
		float:left;
		width:100%;
		min-height:auto;
		position:relative;
		margin: 0 auto;
		max-width: 1920px;
		bottom:0;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 77;
		padding: 0;
	}

	.bg-product{
		background:url(img/bg-product.jpg) center center no-repeat;
		float:left;
		width:100%;
		min-height:auto;
		position:relative;
		margin: 0 auto;
		max-width: 1920px;
		bottom:0;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 66;
		padding: 90px 0;
	}

	.bg-gallery{
		background:url(img/bg-gallery.jpg) center center no-repeat;
		float:left;
		width:100%;
		min-height:auto;
		position:relative;
		margin: 0 auto;
		max-width: 1920px;
		bottom:0;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
		padding: 140px 0;
	}

	.bg-gray{
		padding: 0;
		background: #f2f2f2;
		position: relative;
		z-index: 44
	}
	
	.bg-blue{
		padding: 0;
		background: #bbdeff;
		position: relative;
		z-index: 22;
	}
	
	.bg-contact{
		padding: 0;
		background:url(img/bg-contact.png) top center no-repeat;
		position: relative;
		z-index: 44;
		height: 1200px;
		top: -290px;
		margin-bottom: -290px;
	}
	
	.bg-footer{
		padding: 120px 0;
		background: #373737;
		position: relative;
		z-index: 11;
	}
	

	

/*
	[HEADER]
				 */
	
	a.logo{
		width: 250px;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
	}	 
	
	img.logo{ 
		width: 250px;
		margin: 0;
		text-align: center;
		position: relative;
		left: -50px;
	}
	
	
	
	/*media*/
	.media{
		float: right;
		width: 240px;
		margin: 25px 0 0;
		position: relative;
		text-align: center;
	}

	.media a{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		text-align: center;
	}

	.media a:hover{
		opacity: 0.7;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 24px!important;
		font-weight: normal;
		margin: 40px 0 0!important;
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -60px;
		left: 13px;
		color: #dfdfdf;
		font-size: 60px;
		line-height: 0;
		font-style: normal;
		font-family: "Segoe UI", "arial";
	}
	

	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		width: 100%; 
		height: 570px;
		right: 0;
		background: center center;
		z-index: 33;
		position: relative;
		float: left;
		top: 0;
		margin-bottom: 0;
	}


	#layerslider img{
		max-width: auto!important;
		height: 685px!important;
		top: 0;
	}
	
	.container-anima{
		float: none!important;
		position: relative!important;
		height: 100px!important;
		width: 1000px!important;
		margin: 0 auto!important;
	}
	

	#layerslider .ls-slide span{
		color: #ffffff;
		font-size: 35px;
		text-align: center;
		width: 90%;
		float: left;
		margin: 200px 5% 0;
		font-weight: lighter;
		background: rgba(192,132,132,0.80);
		border-radius: 90px;
		padding: 40px 40px 25px;
		line-height: 1.2;
		
	}

	#layerslider .ls-slide span strong{
		font-weight: 700;
		font-size: 60px;
	}

	
		
	
/*
	[ARTICLE]
				 */
	
	aside{
		float: left;
		text-align: center;
		width: 45%;
		margin: 50px 0 0;
	}
	
	aside img{
		text-align: center;
		width: auto;
		position: relative;
		left: -50px;
	}
	
	h1{
		float:left;
		font-size: 80px;
		width: 100%;
		text-align: left;
		margin: 0;
		color: #434343;
		font-weight: bold;
		line-height: 1.1;
		font-family: "Segoe UI", "arial";
		border-bottom: 8px solid #e7e7e7;
		padding-bottom: 25px;
			
	}
	
	.about{
		float: left;
		width: 45%;
		margin: 0;
		position: relative;
		left: 50px;
	}
	
	.about h2{
		color: #272727;
		font-size: 19px;
		font-weight: normal;
		line-height: 1.3;
		text-align: left;
		padding-left: 0;
		float: left;
		width: 100%;
		margin: 35px 0 20px;
		font-family: "Segoe UI", "arial";
		letter-spacing: -0.5px;
	}
	
	.about h2 span{
		width: auto;
		float: left;
		text-align: center;
		margin: 5px 20px 10px -10px
	}
	
	.about h2 span img{
		width: auto;
	}
	
	.about p{
		color: #60605f;
		font-size: 18px;
		font-weight: normal;
		line-height: 1.4;
		text-align: justify;
		font-family: "Segoe UI", "arial";
	}
	
	
	
	
	
/*
	[PRODUCT]
				*/
	ul.product{
		float: left;
		width: 90%;
		list-style: none;
		margin: 0 5%;
		text-align: center;
	}
	
	ul.product h2{
		float: left;
		width: 100%;
		margin: 20px 0 40px;
		text-align: center;
		font-family: "Segoe UI", "arial";
		font-size: 70px;
		color: #373737;
		font-weight: 400;
		line-height: 0.9;
		letter-spacing: -1px;
	}
	
	ul.product h2 strong{
		font-weight: 900;
	}
	
	ul.product h2 img{
		text-align: center;
		width: auto;
		top: -20px;
		position: relative;
	}
	
	ul.product li{
		float: left;
		width: 12.2%;
		margin: 30px 1%;
		text-align: center;
	}
	
	ul.product li img{
		width: auto;
	}
	
	ul.product li img:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98);
	}
	
	
/*
	[GALLERY]
				 */
			
	
	h3.tit-gallery{
		float: left;
		width: 25%;
		margin: 150px 0 0;
		text-align: center;
		font-family: "Segoe UI", arial;
		font-size: 70px;
		color: #f7f7f7;
		font-weight: 400;
		line-height: 0.8;
		letter-spacing: -1px;
		position: relative;
		left: -50px;
	}
	
	h3.tit-gallery a{
		color: #FFF;
	}
	
	h3.tit-gallery a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	h3.tit-gallery strong{
		font-weight: 700;
		font-size: 62px;
	}
	
	h3.tit-gallery img{
		text-align: center;
		width: auto;
		top: 60px;
		position: relative;
	}
	
	
	ul.gallery{
		float: right;
		list-style: none;
		width: 75%;
		position: relative;
		left: 50px;
		text-align: center
	}
	
	ul.gallery li{
		float: left;
		width: 29.3%;
		margin: 20px 2%;
		text-align: center
	}
	
	ul.gallery li img{
		width: auto;
	}
	
	ul.gallery li img:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.98);
	}
	
	

/*
	[GRID]
			*/
	a.grid{
		float: left;
		width: 31.3%;
		margin: 110px 1%;
		background: #ffeaa4;
		padding: 15px;
		text-align: center;
		box-shadow: 2px 0px 10px rgba(47,47,47,0.10);
	}
	
	a.grid:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.98);
	}
	
	a.grid span{
		width: auto;
		text-align: center;
	}
	
	a.grid p{
		color: #9a8b59;
		font-family: "Segoe UI", arial;
		font-size: 35px;
		text-align: center;
		letter-spacing: -1px;
		line-height: 1.1;
		float: left;
		width: 100%;
		margin: 30px 0 20px;
	}
	
	a.grid p strong{
		font-weight: bold;
	}
	
	
	
/*
	[BLUE]
			*/
	.grid-two{
		float: left;
		width: 42%;
		margin: 80px 3%;
		border-bottom: 1px solid #ffffff;
		padding: 0 0 25px;
	}
	
	.grid-two span{
		float: left;
		width: 25%
	}
	
	.grid-two h3{
		width: 66%;
		float: right;
		text-align: left;
		color: #7095b9;
		font-family: "Segoe UI", arial;
		font-size: 26px;
		font-weight: 300;
		margin: 0 0 10px;
	}
	
	.grid-two p {
		width: 66%;
		float: right;
		text-align: left;
		font-family: "Segoe UI", arial;
		font-size: 19px;
		font-weight: 300;
		color: #7095b9;
	}
	
	.map{
		width: 100%;
		float: left;
		margin: 0;
		border: 0;
		height: 500px;
	}
	
	
/*
	[FORM]
			*/
	.bg-contact h2{
		float: left;
		width: 100%;
		text-align: center;
		margin: 350px 0 120px;
		color: #161616;
		font-family: "Segoe UI", arial;
		font-size: 70px;
		font-weight: 300;
		line-height: 0.8;
		letter-spacing: -1.5px;
	}
	
	.bg-contact h2 strong{
		font-size: 70px;
		font-weight: 700;
		left: 50px;
		position: relative;
	}
	
	.form{
		float: left;
		width: 50%;
		margin: 0;
	}

	.form h3{
		font-size: 35px;
		text-align: center;
		width: 100%;
		float: left;
		font-family: "Segoe UI", arial;
		font-weight: 300;
		line-height: 0.9;
		margin: 0 0 30px;
	}

	.form h3 strong{
		font-size: 35px;
		text-align: center;
		width: 100%;
		float: left;
		font-family: "Segoe UI", arial;
		font-weight: 700;
	}

	.input{
		float: left;
		width: 45%;
		margin: 15px 2.5%;
		padding: 16px 25px;
		background-color: transparent;
		border-radius: 30px;
		border: 2px solid #d3aaaa;
		font-size: 26px;
		color: #d3aaaa;
		font-family: "Segoe UI", arial;
		font-weight: 400;
		letter-spacing: -1.5px;
	}

	.comment{
		float: left;
		width: 95%;
		margin: 15px 2.5%;
		padding: 16px 25px;
		background-color: transparent;
		border-radius: 30px;
		border: 2px solid #d3aaaa;
		font-size: 28px;
		color: #d3aaaa;
		font-family: "Segoe UI", arial;
		font-weight: 700;
		letter-spacing: -1.5px;
	}

	.send{
		border-radius: 40px;
		background: #d3aaaa;
		color: #ffffff;
		text-align: center;
		border: 0;
		padding: 18px 28px 15px;
		font-size: 20px;
		cursor: pointer;
		font-weight: 500;
	}
	
	.send:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.99);
	}
	
	.input::placeholder {
		color: #d3aaaa;
		opacity: 1;
	}
	
	.input::-ms-input-placeholder {
		color: #d3aaaa;
	}
	
	.input::-ms-input-placeholder {
		color: #d3aaaa;
	}
	
	.comment::placeholder {
		color: #a18888;
		opacity: 1;
	}
	
	.comment::-ms-input-placeholder {
		color: #a18888;
	}
	
	.comment::-ms-input-placeholder {
		color: #a18888;
	}
	
	
	
	
	
	/*column*/
	.column{
		float: right;
		width: 40%;
		margin: 50px 0 0;
	}
	
	.column a{
		width: 100%;
		float: left;
		margin: 10px 0;
		font-size: 35px;
		color: #7f7f7f;
		text-align: left;
		padding: 15px 0
	}
	
	.column a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	.column a.email{
		color: #FFF!important;
		font-size: 22px!important;
		position: relative;
		line-height: 1.7;
	}
	
	.column span{
		float: left;
		width: auto;
		margin-right: 20px;
	}
	
	.column span img{
		width: 70px;
		position: relative;
		top: -15px;
		left: 0;
	}
	
	
	
/*
	[FOOTER]
				 */
	
	.logo-footer{
		float: left;
		width: 16%;
		margin: 40px 3% 0 0;
		text-align: center;
	}
	
	.logo-footer img{
		width: auto;
		text-align: center;
	}
	
	.logo-footer img:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.99);
	}
	
	.row{
		float: left;
		width: 22%;
		margin: 0 2.5%;
		text-align: left;
		color: #FFF;
		font-family: "Segoe UI", arial;
	}
	
	.row h3{
		float: left;
		width: 100%;
		margin: 0 0 30px;
		font-size: 28px;
		font-weight: 500;
	}
	
	.row a{
		float: left;
		width: 100%;
		margin: 0 0 5px;
		font-weight: normal;
		font-size: 16px;
		color: #FFF;
		line-height: 1.0;
	}
	
	.menu-footer a{
		margin: 0 0 15px!important;
		font-size: 18px!important;
	}
	
	.row a:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98);
	}
	
	.row a strong{
		font-weight: 700;
		font-size: 20px;
	}
		
	.row a img.arrow{
		position: relative;
		top: 0;
		left: 0;
		padding-right: 10px;
		width: auto
	}
	
	.row a img{
		position: relative;
		top: 8px;
		left: 0;
		padding-right: 5px;
		width: 30px;
	}
	
	.row a img.info{
		position: relative;
		top: 0;
		left: 0;
		padding-right: 12px;
		width: 50px;
		margin-bottom: 0;
		float: left;
	}

	/*input-footer*/
	.input-footer{
		float: left;
		width: 100%;
		background-color: transparent;
		font-size: 18px;
		color: #fff;
		border: 1px solid #ececec;
		font-family: "Segoe UI", arial;
		padding: 12px 18px 15px;
		margin: 20px 0;
	}
	
	.send-box{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send-footer{
		background: #ecbfbf;
		color: #FFF;
		border: 0;
		width: 110px;
		text-align: center;
		font-family: "Segoe UI", arial;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		padding: 15px 0 18px;
		cursor: pointer;
	}
	
	.send-footer:hover{
		transition: 1s;
		transform: scale(1.03);
		background: #b78a8a;
	}
	
	.input-footer::placeholder {
		color: #ffffff;
		opacity: 1;
	}
	
	.input-footer::-ms-input-placeholder {
		color: #ffffff;
	}
	
	.input-footer::-ms-input-placeholder {
		color: #ffffff;
	}

	
	
	/*ans*/
	a.ans{
		background: #FFF;
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 35px 0;
		color: #212121;
		font-size: 18px;
		letter-spacing: 1.5px;
		font-weight: 400;
		font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		line-height: 1.2;
	}
	
	a.ans strong{
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 0.8px
	}
	
	a.ans:hover{
		transition: 1s;
		opacity: 0.5;
	}
	

	
}