/*
	[Initial]
				 */
				 
img, object, embed, video {
	max-width: 100%;
	}
	
body{ 
	background:#8f0b1c;
	}

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


/*		
	[FONT]
			*/
	@font-face {
		font-family: 'antennacond-light';
		src: url("css/AntennaCond-Light.otf");
		font-weight: lighter;
	}

	@font-face {
		font-family: 'antennacond-regular';
		src: url("css/AntennaCond-Regular.otf");
		font-weight: normal;
	}

	@font-face {
		font-family: 'antennacond-bold';
		src: url("css/AntennaCond-Bold.otf");
		font-weight: bold;
	}


/*		
	[PLACEHOLDER]
					*/
	::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}



/*
	[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: #8f0b1c;
		padding: 2px 0 0;
		z-index: 77;
		position: relative;
		height: 155px;
		float: left;
	}
	
	.bg-section{
		z-index: 55;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 44;
		background-color: #8f0b1c;
		padding: 0;
	}
	
	.bg-red{
		position: relative;
		z-index: 44;
		background: url("img/bg-red.png") top center no-repeat;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top;
	}
	
	.bg-parallax{
		background :url("img/bg-parallax.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;
	}
		

	

/*
	[HEADER]
				 */
	
	/*LOGO*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
	}	 
	
	.logo img{ 
		width: 300px;
		position: relative;
		left: 0;
	}
	
	
	/*ICONS*/
	.icons{
		float: right;
		width: 90%;
		margin: 2px 5% 10px;
	}
	
	.icons a{
		float: left;
		width: 31.3%;
		margin: 3px 1%;
		text-align: center;
	}
	
	.icons a img{
		width: 4px;
	}
	
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 2px!important;
		font-weight: 300!important;
		margin: 3px 0 10px!important;
		letter-spacing: -0.5px;
		background: none;
		width: 100%!important;
		border-radius: 0;
		height: 10px!important;
		padding: 0;
		font-family: 'Open Sans', arial!important;
	}
	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		width: 0;
		height: 0!important
	}
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

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

	.dropdown-content a {
		padding: 14px!important;
		text-decoration: none;
		display: block;
		color: #e8c249!important;
		font-size: 6px;
		border-bottom: 2px solid #672324;
		background-color: #6a2f30!important;
		font-family: 'Open Sans', Segoe, "Segoe UI";
		font-weight: 600;
	}

	.dropdown-content a:hover {
		background-color: #6f2d2e!important;
		opacity: 1;
		font-weight: normal!important;
		color: #fff!important;
		letter-spacing: 0!important;
	}

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

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

	


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


	#layerslider img{
		max-width: auto!important;
		height: 550px!important;
		top: 0;
	}
	
	#layerslider img.ls-bg{
		border: 4px solid #c39730;
	}
		
	.container-anima{
		float: none!important;
		position: relative!important;
		height: auto!important;
		width: 100%!important;
		margin: 0 auto!important;
	}

	.anima-img{
		float: left;
		width: 100%;
		text-align: center;
		margin: 50px 0 0;
	}

	.anima-img img{
		width: 320px!important;
		max-height: 265px!important;
	}

	.container-anima h3{
		float: left;
		width: 100%;
		margin: 30px 0 0;
		font-family: 'Open Sans', arial;
		color: #FFF;
		text-align: center;
		font-size: 30px;
		font-weight: lighter;
		text-transform: uppercase;
		letter-spacing: 0;
		line-height: 1.0;
		text-shadow: 4px 4px 4px rgba(0,0,0,0.15)
	}

	.container-anima h3 span{
		font-weight: bold;
		letter-spacing: 4px;
	}

	.container-anima h3 strong{
		color: #7f3435;
		border-bottom: 3px solid #7f3435;
		padding-bottom: 0px;
		letter-spacing: -2px!important;
	}
	
	.list-anima{
		width: 100%;
		float: left;
		margin: 30px 0 0
	}
	
	.list-anima a{
		width: 100%;
		float: left;
		margin: 5px 0;
		text-align: center;
	}
	
	.list-anima a:hover{
		opacity: 0.5;
		transition: 0.5s;
		transform: scale(0.98);
	}
	
	.list-anima a img{
		width: 180px!important;
		max-height: 52px!important;
	}
	
	a.text-anima{
		width: 100%;
		margin: 15px 0 0 0;
		font-family: 'Open Sans', arial;
		color: #FFF;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 1.0;
		text-shadow: 4px 4px 4px rgba(0,0,0,0.15);
	}
	
	a.text-anima em{
		font-size: 25px;
		font-weight: 600;
		color: #ae8626;
	}

	a.text-anima strong{
		background: #7e3435;
		border-radius: 50px;
		font-size: 20px;
		text-align: center;
		padding: 8px 25px 10px;
		color: #fff;
		width: auto;
		float: none;
		position: relative;
		top: 0px;
	}


	
		
	
/*
	[ARTICLE]
				 */	
	
/*
	[ABOUT]
				 */	
	
	.about{
		float: right;
		width: 100%;
		margin: 50px 0 0;
	}
	
	.about h1{
		font-size: 45px;
		font-family: 'antennacond-light', arial;
		font-weight: lighter;
		line-height: 0.9;
		color: #ebb63f;
		border-bottom: 2px solid #7e3435;
		letter-spacing: -0.7px;
		padding: 0 0 20px;
		text-align: center;
	}
	
	.about h1 span{
		color: #7e3435;
	}
	
	.about p{
		font-size: 16px;
		color: #3d3d3d;
		text-align: justify;
		font-family: 'Open Sans', arial;
		margin: 15px 0;
		padding: 0;
		line-height: 1.6
	}
	
	.about a{
		font-size: 16px;
		font-family: 'antennacond-bold', arial;
		color: #7e3435;
		border: 2px solid #7e3435;
		letter-spacing: -0.7px;
		width: auto;
		float: left;
		border-radius: 50px;
		padding: 12px 20px;
	}
	
	.about a:hover{
		background: #7e3435;
		color: #fff;
		transition: 1s;
	}
	
	aside{
		float: left;
		width: 100%;
		margin: 50px 0;
		text-align: center;
	}
	
	aside img{
		width: auto;
	}
	
	
/*
	[COLUMN]
				 */	
	.column{
		float: left;
		width: 100%;
		margin: 20px 0 0;
	}
	
	.column a.row{
		float: left;
		width: 90%;
		text-align: center;
		margin: 0 5%;
	}
	
	.column a.row:hover{
		opacity: 0.9;
		transition: 1s;
		transform: scale(0.98);
	}
	
	.column a.row img{
		width: auto;
	}
	
	.more{
		float: left;
		width: 100%;
		margin: 30px 0;
		border: 0;
		border-radius: 80px;
		height: auto;
		text-align: center;
	}
	
	.more:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98);
	}
	
	.more img{
		position: relative;
		left: 0;
		top: 0;
		text-align: center;
		width: 60px
	}
	
	
	.more a{
		font-size: 16px;
		color: #434343;
		text-align: center;
		font-family: 'Open Sans', Segoe, "Segoe UI";
		width: 100%;
		float: left;
		position: relative;
		left: 0;
		top: 10px;
	}
		
	
	
	
/*
	[FORM]
				*/	
	.tit{
		float: left;
		width: 100%;
		margin: 40px 0 0;
	}
	
	.tit h3{
		font-size: 30px;
		color: #df6e70;
		text-align: center;
		font-family: 'antennacond-bold', Segoe, "Segoe UI";
		width: 100%;
		float: left;
		margin: 0;
	}
	
	.tit p{
		font-size: 20px;
		color: #ffffff;
		text-align: center;
		font-family: 'antennacond-light', Segoe, "Segoe UI";
		width: 100%;
		float: left;
		margin: 15px 0 0;
	}
	
	.form{
		float: right;
		width: 100%;
		margin: 30px 0;
	}
	
	.input{
		float: left;
		width: 95%;
		margin: 10px 2.5%;
		font-size: 25px;
		color: #fff;
		border-radius: 50px;
		padding: 15px 25px;
		border: 1px solid #df6e70;
		font-family: 'antennacond-light', Segoe, "Segoe UI";
		font-weight: normal;
		background-color: transparent;
		text-align: left;
	}
	
	.comment{
		float: left;
		width: 95%;
		margin: 10px 2.5%;
		font-size: 25px;
		color: #fff;
		border-radius: 50px;
		padding: 15px 25px;
		border: 1px solid #df6e70;
		font-family: 'antennacond-light', Segoe, "Segoe UI";
		font-weight: normal;
		background-color: transparent;
		text-align: left;
	}
	
	.send-box{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #6b2c2d;
		font-family: 'antennacond-bold', Segoe, "Segoe UI";
		border: 0;
		border-radius: 50px;
		color: #FFF;
		font-size: 22px;
		padding: 10px 18px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-weight: 500;
		position: relative;
		left: 0;
		top: 0;
	}
	
	.send:hover{
		background: #df6e70;
		transition: 1s;
	}
	
	
	
	
/*
	[FOOTER]
				 */	
	
	ul.contact{
		float: left;
		width: 100%;
		margin: 50px 0;
		list-style: none;
		font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS";
	}
	
	ul.contact li{
		float: left;
		width: 98%;
		margin: 0 2% 50px;
		text-align: center;
		font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS";
	}
	
	ul.contact li a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	ul.contact li.max-list{
		width: 98%;
	}
	
	ul.contact li h3{
		font-size: 20px;
		font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS";
		color: #414141;
		font-weight: 900;
		margin: 0 0 15px;
	}
	
	ul.contact li a{
		font-size: 14px;
		font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS";
		color: #414141;
		font-weight: 400;
		margin: 0 0 10px;
		float: left;
		width: 100%;
	}
	
	ul.contact li a span{
		color: #fff;
		background: #ebb63f;
		text-align: center;
		border-radius: 50px;
		padding: 8px 40px 12px;
		width: 60%;
		float: left;
		margin: 15px 20% 0;
		font-size: 16px;
		font-weight: 900;
	}
	
	ul.contact li a span:hover{
		color: #fff;
		background: #414141;
		transition: 1s;
	}
	
	ul.contact li .media{
		float: left;
		width: 80%;
		margin: 0 10% -15px;
	}
	
	ul.contact li .media a{
		float: left;
		width: 29.3%;
		margin: 10px 2% 0;
		text-align: center;
	}
	
	ul.contact li .media a img{
		width: 40px;
	}
	
	
	.ans{
		float: left;
		width: 100%;
		text-align: center;
		background: #ebb63f;
		color: #414141;
		font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS";
		font-weight: normal;
		font-size: 12px;
		padding: 15px;
	}
	
	.ans:hover{
		color: #fff;
		transition: 1s;
	}
	
	
	


}









@media only screen and (min-width: 603px) {
	
	
	/*ICONS*/
	.icons{
		width: 50%;
		margin: 20px 25% 10px;
	}
		

	


/*
		[ANIMATION]
						 */
	#layerslider{
		height: 550px;
	}
	
	.anima-img{
		float: left;
		width: 50%;
		text-align: center;
		margin: 30px 0 0;
	}

	.anima-img img{
		width: 220px!important;
		max-height: 569px!important;
	}

	.container-anima h3{
		float: right;
		width: 50%;
		margin: 50px 0 0;
		text-align: center;
		font-size: 45px;
	}

	.list-anima{
		width: 100%;
		margin: 30px 0 0
	}
	
	.list-anima a{
		width: 31.3%;
		float: left;
		margin: 25px 1% 5px;
		text-align: center;
	}
		
	.list-anima a img{
		width: 180px!important;
		max-height: 52px!important;
	}

/*
	[ABOUT]
				 */	
	
	.about h1{
		font-size: 55px;
	}
	
	.about p{
		font-size: 20px;
		margin: 25px 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: #8f0b1c;
		padding: 20px 0 0;
		z-index: 77;
		position: relative;
		height: 185px;
		float: left;
	}
	
	.bg-section{
		z-index: 55;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 44;
		background-color: #8f0b1c;
		padding: 0;
	}
	
	.bg-red{
		position: relative;
		z-index: 44;
		background: url("img/bg-red.png") top center no-repeat;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top;
	}
	
	.bg-parallax{
		background :url("img/bg-parallax.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;
	}
		

	

/*
	[HEADER]
				 */
	
	/*LOGO*/
	a.logo{
		width: 90%;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
	}	 
	
	.logo img{ 
		width: 340px;
		position: relative;
		left: 10%;
	}
	
	
	/*ICONS*/
	.icons{
		float: right;
		width: 10%;
		margin: 35px 0 0;
	}
	
	.icons a{
		float: left;
		width: 100%;
		margin: 3px 0;
		text-align: center;
	}
	
	.icons a img{
		width: 45px;
	}
	
	.icons a img:hover{
		opacity: 0.7;
		transition: 1s;
	}
		
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 26px!important;
		font-weight: 300!important;
		margin: 40px 0 0!important;
		letter-spacing: -0.5px;
		background: #7f3435;
		width: 100%!important;
		border-radius: 50px;
		height: 100px!important;
		padding: 5px!important;
		font-family: 'Open Sans', arial!important;
	}
	
	.border-menu{
		border: 1px solid #672324!important;
		float: left!important;
		width: 100%!important;
		height: 100%!important;
		border-radius: 50px;
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -33px;
		left: 2px;
		width: auto;
	}
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

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

	.dropdown-content a {
		padding: 16px!important;
		text-decoration: none;
		display: block;
		color: #e8c249!important;
		font-size: 22px;
		border-bottom: 2px solid #672324;
		background-color: #7f3435!important;
		font-family: 'Open Sans', Segoe, "Segoe UI";
		font-weight: normal;
	}

	.dropdown-content a:hover {
		background-color: #6f2d2e!important;
		opacity: 1;
		font-weight: normal!important;
		color: #fff!important;
		letter-spacing: 0!important;
	}

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

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

	


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


	#layerslider img{
		max-width: auto!important;
		height: 50x!important;
		top: 0;
	}
	
	#layerslider img.ls-bg{
		border: 4px solid #c39730;
	}
		
	.container-anima{
		float: none!important;
		position: relative!important;
		height: auto!important;
		width: 1000px!important;
		margin: 0 auto!important;
	}

	.anima-img{
		float: left;
		width: 40%;
		text-align: center;
		margin: 80px 0 0;
	}

	.anima-img img{
		width: 450px!important;
		max-height: 346px!important;
	}

	.container-anima h3{
		float: left;
		width: 25%;
		margin: 170px 0 0 5%;
		font-family: 'Open Sans', arial;
		color: #FFF;
		text-align: left;
		font-size: 50px;
		font-weight: lighter;
		text-transform: uppercase;
		letter-spacing: 0;
		line-height: 1.0;
		text-shadow: 4px 4px 4px rgba(0,0,0,0.15)
	}

	.container-anima h3 span{
		font-weight: bold;
		letter-spacing: 4px;
	}

	.container-anima h3 strong{
		color: #ffba00;
		border-bottom: 3px solid #7f3435;
		padding-bottom: 0px;
		letter-spacing: -2px!important;
	}
	
	
	.container-anima h3.tit-min{
		width: 32%;
		margin: 190px 0 0 2%;
		font-size: 35px;
	}

	.container-anima h3.tit-min span{
		letter-spacing: -2px;
		font-size: 45px
	}

	.container-anima h3.tit-min strong{
		letter-spacing: -2px!important;
		font-size: 45px;
	}
	
	
	.list-anima{
		width: 25%;
		float: right;
		margin: 110px 0 0
	}
	
	.list-anima a{
		width: 100%;
		float: left;
		margin: 12px 0;
		text-align: center;
	}
	
	.list-anima a:hover{
		opacity: 0.5;
		transition: 0.5s;
		transform: scale(0.98);
	}
	
	.list-anima a img{
		width: 250px!important;
		max-height: 72px!important;
	}
	
	a.text-anima{
		width: 100%;
		margin: 0 0 0;
		margin: 40px 0 0 5%;
		font-family: 'Open Sans', arial;
		color: #FFF;
		text-align: left;
		font-size: 55px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 1.0;
		text-shadow: 4px 4px 4px rgba(0,0,0,0.15);
	}
	
	a.text-anima em{
		font-size: 25px;
		font-weight: 600;
		color: #ae8626;
	}

	a.text-anima strong{
		background: #FFBA00;
		border-radius: 50px;
		font-size: 20px;
		text-align: center;
		padding: 8px 25px 10px;
		color: #fff;
		width: auto;
		float: none;
		position: relative;
		top: -40px;
	}



	
		
	
/*
	[ARTICLE]
				 */	
	
/*
	[ABOUT]
				 */	
	
	.about{
		float: right;
		width: 46%;
		margin: 100px 0 0;
	}
	
	.about h1{
		font-size: 65px;
		font-family: 'antennacond-light', arial;
		font-weight: lighter;
		line-height: 0.9;
		color: #ebb63f;
		border-bottom: 2px solid #7e3435;
		letter-spacing: -0.7px;
		padding: 0 15px 20px;
		text-align: left;
	}
	
	.about h1 span{
		color: #7e3435;
	}
	
	.about p{
		font-size: 18px;
		color: #3d3d3d;
		text-align: justify;
		font-family: 'Open Sans', arial;
		margin: 15px 0;
		padding: 0 15px;
	}
	
	.about a{
		font-size: 16px;
		font-family: 'antennacond-bold', arial;
		color: #7e3435;
		border: 2px solid #7e3435;
		letter-spacing: -0.7px;
		width: auto;
		float: right;
		border-radius: 50px;
		padding: 12px 20px;
	}
	
	.about a:hover{
		background: #7e3435;
		color: #fff;
		transition: 1s;
	}
	
	aside{
		float: left;
		width: 54%;
		margin: 120px 0 100px;
		text-align: center;
	}
	
	aside img{
		width: auto;
	}
	
	
/*
	[COLUMN]
				 */	
	.column{
		float: left;
		width: 80%;
		margin: 50px 10% 0;
	}
	
	.column a.row{
		float: left;
		width: 31.3%;
		text-align: center;
		margin: 0 1%;
	}
	
	.column a.row img{
		width: auto;
	}
	
	.more{
		float: left;
		width: 100%;
		margin: 100px 0;
		border: 8px solid #e5e5e5;
		border-radius: 80px;
		height: 130px;
		text-align: left;
	}
	
	.more:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98);
	}
	
	.more img{
		position: relative;
		left: -6px;
		top: -11px;
		text-align: left;
		width: auto;
		float: none;
	}
	
	.more a{
		font-size: 26px;
		color: #434343;
		text-align: center;
		font-family: 'Open Sans', Segoe, "Segoe UI";
		width: auto;
		float: none;
		position: relative;
		left: 40px;
		top: -67px;
	}
		
	
	
	
/*
	[FORM]
				*/	
	.tit{
		float: left;
		width: 35%;
		margin: 100px 0 0;
	}
	
	.tit h3{
		font-size: 40px;
		color: #df6e70;
		text-align: left;
		font-family: 'antennacond-bold', Segoe, "Segoe UI";
		width: 100%;
		float: left;
		margin: 0;
	}
	
	.tit p{
		font-size: 28px;
		color: #ffffff;
		text-align: left;
		font-family: 'antennacond-light', Segoe, "Segoe UI";
		width: 100%;
		float: left;
		margin: 25px 0 0;
	}
	
	.form{
		float: right;
		width: 65%;
		margin: 60px 0 30px;
	}
	
	.input{
		float: left;
		width: 45%;
		margin: 10px 2.5%;
		font-size: 28px;
		color: #fff;
		border-radius: 50px;
		padding: 15px 25px;
		border: 1px solid #df6e70;
		font-family: 'antennacond-light', Segoe, "Segoe UI";
		font-weight: normal;
		background-color: transparent;
		text-align: left;
	}
	
	.comment{
		float: left;
		width: 45%;
		margin: 10px 2.5%;
		font-size: 28px;
		color: #fff;
		border-radius: 50px;
		padding: 15px 25px;
		border: 1px solid #df6e70;
		font-family: 'antennacond-light', Segoe, "Segoe UI";
		background-color: transparent;
		text-align: left;
	}
	
	.send-box{
		float: right;
		width: auto;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #6b2c2d;
		font-family: 'antennacond-bold', Segoe, "Segoe UI";
		border: 0;
		border-radius: 50px;
		color: #FFF;
		font-size: 22px;
		padding: 10px 18px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-weight: 500;
		position: relative;
		left: 50px;
		top: -80px
	}
	
	.send:hover{
		background: #df6e70;
		transition: 1s;
	}
	
	
	
	
/*
	[FOOTER]
				 */	
	
	ul.contact{
		float: left;
		width: 100%;
		margin: 100px 0;
		list-style: none;
		font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS";
	}
	
	ul.contact li{
		float: left;
		width: 30%;
		margin: 0;
		text-align: left;
		font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS";
	}
	
	ul.contact li a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	ul.contact li.max-list{
		width: 40%;
	}
	
	ul.contact li h3{
		font-size: 26px;
		font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS";
		color: #414141;
		font-weight: 900;
		margin: 0 0 30px;
	}
	
	ul.contact li a{
		font-size: 20px;
		font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS";
		color: #414141;
		font-weight: 400;
		margin: 0 0 10px;
		float: left;
		width: 100%;
	}
	
	ul.contact li a span{
		color: #fff;
		background: #ebb63f;
		text-align: center;
		border-radius: 50px;
		padding: 8px 40px 12px;
		width: auto;
		float: left;
		margin: 15px 0 0;
		font-size: 18px;
		font-weight: 900;
	}
	
	ul.contact li a span:hover{
		color: #fff;
		background: #414141;
		transition: 1s;
	}
	
	ul.contact li .media{
		float: left;
		width: 60%;
		margin: 0;
	}
	
	ul.contact li .media a{
		float: left;
		width: 29.3%;
		margin: 0 2%;
		text-align: left;
	}
	
	ul.contact li .media a img{
		width: auto;
	}
	
	
	.ans{
		float: left;
		width: 100%;
		text-align: center;
		background: #660000;
		color: #ffff;
		font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS";
		font-weight: normal;
		font-size: 18px;
		padding: 55px;
	}
	
	.ans:hover{
		color: #fff;
		transition: 1s;
	}
	
	
	
}









/*
	 [EFFECT]
				 */
#animation {
    animation: go-back 1s infinite alternate;
}

@keyframes go-back {
    from {
        transform: translatey(10px);
    }
    to {
        transform: translatey(0);
    }
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

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