/*
	[Initial]
				 */
				 
img, object, embed, video {
	max-width: 100%;
	}
	
	body{
		background:#FFF;
		font-family: 'Open Sans', Segoe, "Segoe UI", "DejaVu Sans";
	}

*{
	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;
	}

a:hover{
	opacity: 0.5;
	transition: 0.5s;
	transform: scale(0.98);
}



/*
	[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%;
	}





/*
	[EFFECT-TEXT]
					 */

	.inline-photo {
		opacity: 0;
		transform: translateY(1em) rotateZ(0deg);
		transition: transform 7s .25s cubic-bezier(0,1,.3,1), opacity .5s .25s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}



	

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

	.container-b{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}
	


/*
		[BACKGROUND]
						 */
	.bg-header{
		background-color: #fff;
		padding: 0;
		z-index: 88;
		position: relative;
		height: auto;
		float: left;
		margin: 30px 0 0;
	}
	
	.bg-sub{
		position: relative;
		z-index: 66;
		background: #4e4e4f;
		padding: 0;
		height: auto;
		float: left;
		width: 100%;
	}
	
	
	.bg-section{
		z-index: 66;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}
	
	.bg-parallax{
		background: url("img/parallax-a.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 2000px;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
	}
	
	.bg-gray{
		position: relative;
		z-index: 66;
		background: #4e4e4f;
		padding: 0;
		height: auto
	}
	
	.bg-footer{
		position: relative;
		z-index: 55;
		background: #3a3a3a;
		padding: 0;
		height: auto
	}
	

/*
	[HEADER]
				 */
		
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0 0 20px;
		float: left;
		position: relative;
		left: 0;
		margin-right: 0;
	}	 
	
	a.logo img{ 
		width: 280px;
	}
		
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 16px!important;
		margin: 25px 0 10px!important;
		letter-spacing: -1px;
		font-weight: 500;
	}
	
	.nav ul li em{
		top: 0!important;
		left: 0!important;
		font-size: 0!important;
	}
	
	.nav ul li strong img{
		width: 0;
		position: relative;
		top: 0;
	}
	
	.list-a{
		padding: 10px 10px 30px!important;
	}
	

	
/*
	[DORPDOWN]
				 */
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: block;
		position: relative;
		min-width: 100%;
		z-index: 1;
		border-radius: 10px;
		padding: 2px 0 0!important;
		left: 0;
		background: none;
	}

	.dropdown-content a {
		padding: 10px 10px 30px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 14px;
		border-bottom: 1px solid #FFF;
		background-color: #323232!important;
	}

	.dropdown-content a:hover {
		background-color: #ad2e33!important;
		opacity: 1;
		padding: 10px 10px 30px!important;
		border-bottom: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #323232!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #ad2e33;
	}
	
	
	
	/*number*/
	.number{
		float: right;
		width: 100%;
	}
	
	.number span{
		float: left;
		width: 100%;
		text-align: center;
		margin: 10px 0 0;
	}
	
	.number p{
		float: left;
		font-size: 22px;
		color: #fff;
		text-align: center;
		line-height: 1.1;
		padding: 12px 20px;
		width: 100%;
	}
	
	.number p strong{
		font-size: 18px;
	}
	
	.number p em{
		font-size: 16px;
		font-weight: bold;
	}
	
	

	


/*
		[ANIMATION]
						 */
	
	#layerslider{
		height: 100px!important;
		top: 0;
		margin-bottom: 0;
	}
	
	
	#layerslider .anima-container{
		width: 100%!important;
		float: left!important;
	}
		
	
	#layerslider img{
		height: 100px!important;
	}
	
	
	
/*
		[ARTICLE]
						 */
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 60px 0 0;
	}
	
	.about h1{
		font-size: 35px;
		color: #4e4e4f;
		letter-spacing: -2px;
		font-weight: 900;
		border-bottom: 2px solid rgba(217,217,217,1.00);
		padding-bottom: 5px;
		margin-bottom: 45px;
		text-align: center;
	}
	
	.about p{
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		color: #4e4e4f;
		text-align: justify;
	}
	
	
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 30px 0 50px;
		text-align: center
	}
	
	aside img{
		width: 290px;
	}
	
	
	/*parallax*/
	
	.text{
		width: 100%;
		float: left;
		margin: 80px 0;
	}
	
	.text span{
		width: 100%;
		margin: 20px 0;
		float: left;
	}
	
	.text h2{
		font-size: 35px;
		color: #fff;
		font-weight: 900;
		width: 100%;
		float: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
		padding: 25px;
		background: rgba(38,38,38,0.5);
		text-align: center
	}
	
	.text p{
		font-size: 16px;
		line-height: 1.4;
		text-align: justify;
		font-weight: 400;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
		color: #fff;
		width: 100%;
		float: right;
		padding: 30px;
		border: 4px solid rgba(255,255,255,0.27);
	}
	
	.text p.min-text{
		font-size: 16px;
	}
	
	
	/*form*/
	.form{
		float: left;
		width: 100%;
		margin: 90px 0;
	}
	
	.form h2{
		font-size: 35px;
		text-align: center;
		font-weight: 900;
		color: #fff;
		width: 100%;
		float: left;
	}
	
	.form h3{
		font-size: 18px;
		line-height: 1.4;
		text-align: center;
		font-weight: 400;
		color: #fff;
		width: 100%;
		float: right;
		padding: 5px 5px 10px;
		border-bottom: 4px solid rgba(255,255,255,0.27);
		margin: 0 0 25px;
	}
	
	.input{
		width: 95%;
		float: left;
		margin: 10px 2.5%;
		border-radius: 0 8px;
		background-color: transparent;
		color: #FFF;
		font-size: 20px;
		border: 2px solid #FFF;
		padding: 12px 30px;
		font-family: 'Open Sans', arial;
	}
	
	.input-b{
		width: 95%;
		float: left;
		margin: 10px 2.5%;
		border-radius: 0 8px;
		background-color: rgba(0,0,0,0.39);
		color: #FFF;
		font-size: 20px;
		border: 2px solid #FFF;
		padding: 12px 30px;
		font-family: 'Open Sans', arial;
	}
	
	.send-box{
		width: 100%;
		float: left;
		margin: 25px 0 0;
		text-align: center;
	}
	
	.send{
		font-size: 20px;
		border: 0;
		width: 100px;
		height: 100px;
		font-family: 'Open Sans', arial;
		background: #fff;
		font-weight: 900;
		border-radius: 0 10px;
		cursor: pointer;
		color: #953236;
	} 
	
	.send:hover{
		color: #fff;
		background: #4f4f50;
		transition: 1s;
	} 
	
	.input::placeholder {
		color: #fff;
		opacity: 1;
	}
	
	.input::-ms-input-placeholder {
		color: #fff;
	}
	
	.input::-ms-input-placeholder {
		color: #fff;
	}	
	
	.input-b::placeholder {
		color: #fff;
		opacity: 1;
	}
	
	.input-b::-ms-input-placeholder {
		color: #fff;
	}
	
	.input-b::-ms-input-placeholder {
		color: #fff;
	}		
	
	
	/*collapsible*/
	
	.collapsible {
		background-color: #777;
		color: white;
		cursor: pointer;
		padding: 18px 15px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 5px;
	}
	
	.active, .collapsible:hover {
		background-color: #ab4347;
	}
	
	.collapsible:after {
		content: '\002B';
		color: white;
		font-weight: bold;
		float: right;
		margin-left: 5px;
	}
	
	.active:after {
		content: "\2212";
	}
	
	.info {
		padding: 0 18px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		background-color: #f1f1f1;
		margin-bottom: 5px
	}	
	
	.info p {
		padding: 18px;
		font-size: 16px;
	}	
	
	
	/*row*/
	.row{
		float: left;
		width: 80%;
		text-align: center;
		margin: 90px 10% 70px;
	}
	
	.row h2{
		width: 100%;
		float: left;
		margin: 0 0 20px;
		color: #fff;
		text-align: center;
		font-size: 30px;
		font-weight: 300;
		line-height: 1.0;
	}
	
	.row h2 strong{
		font-size: 35px;
		font-weight: 900;
	}
	
	.line-row{
		width: 10%;
		background: rgba(208,107,109,1.00);
		margin: 15px 45% 0;
		height: 2px
	}
	
	.row a{
		float: left;
		width: 98%;
		margin: 40px 1%;
	}
	
	/*gallery*/
	ul.gallery{
		float: left;
		width: 100%;
		list-style: none;
		margin: 30px 0 0; 
	}
	
	ul.gallery li{
		float: left;
		width: 95%;
		margin: 30px 2.5% 0;
	}
	
	ul.gallery li img{
		box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
	}
	
	ul.gallery li a img:hover{
		border: 8px solid rgba(232,62,65,1.00);
		opacity: 0.9!important;
	}
		
	ul.gallery li a {
		transition: 1!important;
		transform: scale(1)!important;
		opacity: 1!important;
	}
	
	
	/*link*/
	.link{
		float: left;
		width: 100%;
		margin: 50px 0 20px;
	}
		
	.link a{
		width: 95%;
		float: left;
		margin: 0 2.5% 25px;
		text-align: center;
	}
		
	.link a img{
		text-align: center;
		width: 300px;
	}
	
	a.right-link{
		float: right!important;
		text-align: center!important;
	}
		
	
	
	
	
	
/*
		[FOOTER]
						 */	

	/*contact*/
	.contact{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
	}
	
	.column{
		float: left;
		width: 95%;
		margin: 0 2.5% 80px;
	}
	
	.column img{
		text-align: center;
	}
	
	
	.column span{
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 120px;
		border: 2px solid #efefef;
		margin-top: 25px
	}
	
	.column span h3{
		font-weight: 900;
		color: #ad2e33;
		font-size: 20px;
		letter-spacing: 0;
		margin-bottom: 10px
	}
	
	.column span p{
		font-weight: 600;
		color: #4e4e4f;
		font-size: 15px;
		letter-spacing: 0;
		line-height: 1.3
	}
	
	.column a{
		color: #ad2e33;
		font-weight: 900;
		font-size: 16px;
		top: 15px;
		position: relative;
	}
	
	
	/*map*/
	.map{
		float: left;
		width: 100%;
		margin: 0;
		height: 250px;
		border: 0;
	}
	
	/*ans*/
	a.ans{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #ffffff;
		line-height: 1.8;
		margin: 50px 0 0;
	}
	
	/*media-footer*/
	.media-footer{
		float: right;
		width: 100%;
		margin: 25px 0 50px;
		text-align: center;
	}
	
	.media-footer a{
		float: left;
		width: 31.3%;
		margin: 0 1%;
	}
	

	
	
	

}









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

/*
	[HEADER]
				 */
	
	a.logo img{ 
		width: 300px;
	}
	
/*
		[ANIMATION]
						 */
	
	#layerslider{
		height: 190px!important;
	}
		
	#layerslider img{
		height: 190px!important;
	}
	
	
	/*row*/
	.row a{
		float: left;
		width: 45%;
		margin: 40px 2.5%;
	}
	
	/*gallery*/
	
	ul.gallery li{
		width: 31.3%;
		margin: 30px 1% 0;
	}
	
	.link a img{
		text-align: center;
		width: 400px;
	}
	
	
	
/*
		[FOOTER]
						 */	

	/*contact*/
	.contact{
		width: 60%;
		margin: 50px 20% 0;
	}
	
	
}










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

/*
	[Elements]
				 */
	.container{
		width: 1000px;
	}
	
	.container-b{
		width: 1000px;
	}
	
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}
	


/*
		[BACKGROUND]
						 */
	.bg-header{
		background-color: #fff;
		padding: 0;
		z-index: 88;
		position: relative;
		height: auto;
		float: left;
		margin: 50px 0;
	}
	
	.bg-sub{
		position: relative;
		z-index: 66;
		background: #4e4e4f;
		padding: 0;
		height: 78px;
		float: left;
		width: 100%;
	}
	
	
	.bg-section{
		z-index: 66;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}
	
	.bg-gray{
		position: relative;
		z-index: 66;
		background: #4e4e4f;
		padding: 0;
		height: auto
	}
	
	.bg-parallax{
		background: url("img/parallax-a.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 2000px;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
	}
	
	.bg-footer{
		position: relative;
		z-index: 55;
		background: #3a3a3a;
		padding: 0;
		height: auto
	}
	

	

/*
	[HEADER]
				 */
		
	
	/*logo*/
	a.logo{
		width: 320px;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
		left: 0;
		margin-right: 0;
	}	 
	
	a.logo img{ 
		width: auto;
	}
		
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 20px!important;
		margin: 0 0 0!important;
		letter-spacing: -1px;
		font-weight: 500;
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -56px;
		left: 8px;
		color: #e5e5e5;
		font-family: 'Open Sans', Segoe, "Segoe UI", "DejaVu Sans";
		font-style: normal;
		font-size: 30px;
		font-weight: bold;
	}
	
	.nav ul li strong img{
		width: 15px;
		position: relative;
		top: -5px
	}
	
	.list-a{
		padding: 25px 30px!important;
	}
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		min-width: 210px;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		border-radius: 10px;
		padding: 15px 0 0!important;
		left: -20px;
		background: none;
	}

	.dropdown-content a {
		padding: 12px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 18px;
		border-bottom: 1px solid #FFF;
		background-color: #323232!important;
		height: 50px!important;
		font-weight: 500;
	}

	.dropdown-content a:hover {
		background-color: #ad2e33!important;
		opacity: 1;
		padding: 12px!important;
		border-bottom: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #fff!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #ad2e33;
	}


	
	/*number*/
	.number{
		float: right;
		width: auto;
	}
	
	.number span{
		float: left;
		width: auto;
		text-align: center;
		margin: 10px 0 0;
	}
	
	.number p{
		float: left;
		font-size: 22px;
		color: #fff;
		text-align: left;
		line-height: 1.1;
		padding: 12px 20px;
		width: auto;
	}
	
	.number p strong{
		font-size: 18px;
	}
	
	.number p em{
		font-size: 16px;
		font-weight: bold;
	}
	
	

	


/*
		[ANIMATION]
						 */
	
	#layerslider{
		height: 250px!important;
		top: 0;
		margin-bottom: 0;
	}
			
	
	#layerslider img{
		height: 250px!important;
	}
	
	
	
/*
		[ARTICLE]
						 */
	
	/*about*/
	.about{
		float: left;
		width: 55%;
		margin: 100px 0;
	}
	
	.about h1{
		font-size: 60px;
		color: #4e4e4f;
		letter-spacing: -2px;
		font-weight: 900;
		border-bottom: 2px solid rgba(217,217,217,1.00);
		padding-bottom: 5px;
		margin-bottom: 45px;
		text-align: left;
	}
	
	.about p{
		font-size: 20px;
		font-weight: 400;
		line-height: 1.5;
		color: #4e4e4f;
		text-align: justify;
	}
	
	
	/*aside*/
	aside{
		float: right;
		width: 45%;
		margin: 95px 0 0;
		text-align: center
	}
	
	aside img{
		width: auto;
	}
	
	
	/*parallax*/
	
	.text{
		width: 100%;
		float: left;
		margin: 80px 0;
	}
	
	.text span{
		width: 100%;
		margin: 20px 0;
		float: left;
	}
	
	.text h2{
		font-size: 45px;
		color: #fff;
		font-weight: 900;
		width: 28%;
		float: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 180px;
		padding: 30px;
		background: rgba(38,38,38,0.5);
		text-align: center
	}
	
	.text p{
		font-size: 19px;
		line-height: 1.4;
		text-align: justify;
		font-weight: 400;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 180px;
		color: #fff;
		width: 70%;
		float: right;
		padding: 30px;
		border: 4px solid rgba(255,255,255,0.27);
	}
	
	.text p.min-text{
		font-size: 14px;
	}
	
	
	/*form*/
	.form{
		float: left;
		width: 100%;
		margin: 90px 0;
	}
	
	.form h2{
		font-size: 55px;
		text-align: center;
		font-weight: 900;
		color: #fff;
		width: 100%;
		float: left;
	}
	
	.form h3{
		font-size: 25px;
		line-height: 1.4;
		text-align: center;
		font-weight: 400;
		color: #fff;
		width: 100%;
		float: right;
		padding: 5px 5px 10px;
		border-bottom: 4px solid rgba(255,255,255,0.27);
		margin: 0 0 25px;
	}
	
	.input{
		width: 45%;
		float: left;
		margin: 10px 2.5%;
		border-radius: 0 8px;
		background-color: transparent;
		color: #FFF;
		font-size: 20px;
		border: 2px solid #FFF;
		padding: 12px 30px;
		font-family: 'Open Sans', arial;
	}
	
	.input-b{
		width: 95%;
		float: left;
		margin: 10px 2.5%;
		border-radius: 0 8px;
		background-color: rgba(0,0,0,0.39);
		color: #FFF;
		font-size: 20px;
		border: 2px solid #FFF;
		padding: 12px 30px;
		font-family: 'Open Sans', arial;
	}
	
	.send-box{
		width: 100%;
		float: left;
		margin: 25px 0 0;
		text-align: center;
	}
	
	.send{
		font-size: 20px;
		border: 0;
		width: 100px;
		height: 100px;
		font-family: 'Open Sans', arial;
		background: #fff;
		font-weight: 900;
		border-radius: 0 10px;
		cursor: pointer;
		color: #953236;
	} 
	
	.send:hover{
		color: #fff;
		background: #4f4f50;
		transition: 1s;
	} 
	
	
	/*collapsible*/
	
	.collapsible {
		background-color: #777;
		color: white;
		cursor: pointer;
		padding: 18px 15px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 5px;
	}
	
	.active, .collapsible:hover {
		background-color: #ab4347;
	}
	
	.collapsible:after {
		content: '\002B';
		color: white;
		font-weight: bold;
		float: right;
		margin-left: 5px;
	}
	
	.active:after {
		content: "\2212";
	}
	
	.info {
		padding: 0 18px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		background-color: #f1f1f1;
		margin-bottom: 5px
	}	
	
	.info p {
		padding: 18px;
		font-size: 16px;
	}	
	
	
	/*row*/
	.row{
		float: left;
		width: 80%;
		text-align: center;
		margin: 90px 10% 70px;
	}
	
	.row h2{
		width: 100%;
		float: left;
		margin: 0 0 20px;
		color: #fff;
		text-align: center;
		font-size: 45px;
		font-weight: 300;
		line-height: 1.0;
	}
	
	.row h2 strong{
		font-size: 55px;
		font-weight: 900;
	}
	
	.line-row{
		width: 10%;
		background: rgba(208,107,109,1.00);
		margin: 15px 45% 0;
		height: 2px
	}
	
	.row a{
		float: left;
		width: 32.3%;
		margin: 40px 0.5%;
	}
	
	
	/*gallery*/
	ul.gallery{
		float: left;
		width: 100%;
		list-style: none;
		margin: 30px 0 0; 
	}
	
	ul.gallery li{
		float: left;
		width: 31.3%;
		margin: 30px 1% 0;
	}
	
	ul.gallery li img{
		box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
		border: 8px solid rgba(232,62,65,0);
	}
	
	ul.gallery li a img:hover{
		border: 8px solid rgba(232,62,65,1.00);
		opacity: 0.9!important;
	}
		
	ul.gallery li a {
		transition: 1!important;
		transform: scale(1)!important;
		opacity: 1!important;
	}
	
	
	/*link*/
	.link{
		float: left;
		width: 100%;
		margin: 80px 0 0;
	}
		
	.link a{
		width: 50%;
		float: left;
		margin: 0;
	}
		
	.link a img{
		text-align: center;
		width: 400px;
	}
	
	a.right-link{
		float: right!important;
		text-align: right!important;
	}
		
	
	
/*
		[FOOTER]
						 */	

	/*contact*/
	.contact{
		float: left;
		width: 100%;
		margin: 90px 0;
		text-align: center;
	}
	
	.column{
		float: left;
		width: 29.3%;
		margin: 0 2%;
	}
	
	.column img{
		text-align: center;
	}
	
	
	.column span{
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 120px;
		border: 2px solid #efefef;
		margin-top: 25px
	}
	
	.column span h3{
		font-weight: 900;
		color: #ad2e33;
		font-size: 20px;
		letter-spacing: 0;
		margin-bottom: 10px
	}
	
	.column span p{
		font-weight: 600;
		color: #4e4e4f;
		font-size: 15px;
		letter-spacing: 0;
		line-height: 1.3
	}
	
	.column a{
		color: #ad2e33;
		font-weight: 900;
		font-size: 16px;
		top: 15px;
		position: relative;
	}
	
	
	/*map*/
	.map{
		float: left;
		width: 100%;
		margin: 0;
		height: 250px;
		border: 0;
	}
	
	/*ans*/
	a.ans{
		float: left;
		width: 32%;
		text-align: center;
		font-size: 16px;
		color: #ffffff;
		line-height: 1.8;
		margin: 60px 0;
	}
	
	/*media-footer*/
	.media-footer{
		float: right;
		width: 25%;
		margin: 60px 0;
		text-align: center;
	}
	
	.media-footer a{
		float: left;
		width: 31.3%;
		margin: 0 1%;
	}
	
	
	
	
}







/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*
	 [EFFECT]
				 */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}