/*
	[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-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]
						 */
	.media-vertical{
		width: 0;
		text-align: center;
		position: absolute;
		z-index: 999;
		left: 0;
		margin-top: 0
	}
	
	.media-vertical a{
		float: left;
		width: 0;
		margin: 0;
	}
	
	
	#layerslider{
		height: 500px!important;
		top: 0;
		margin-bottom: 0;
	}
	
	
	#layerslider .anima-container{
		width: 100%!important;
		float: left!important;
	}
		
	
	#layerslider img{
		height: 587px!important;
	}
	
	#layerslider img.anima-img{
		width: 280px!important;
		height: 159px!important;
	}
	
	#layerslider .ls-slide span{
		float: left!important;
		position: relative!important;
		width: 100%!important;
		margin: 50px 0 0!important;
		text-align: center!important;
	}
	
	#layerslider .ls-slide h2{
		float: left;
		margin: 40px 0 0!important;
		text-align: center;
		color: #fff;
		font-size: 35px;
		line-height: 1.0;
		width: 100%;
		height: auto;
		padding: 0;
		font-weight: 900;
		letter-spacing: -1px;
		border-bottom: 2px solid #ff434a;
		padding-bottom: 15px
	}
	
	#layerslider .ls-slide p{
		float: left;
		margin: 20px 0 0!important;
		text-align: left;
		color: #fff;
		font-size: 15px;
		line-height: 1.4;
		width: 100%;
		height: auto;
		padding: 0 2.5%;
		font-weight: normal;
		letter-spacing: -1px;
	}
	
	
/*
		[ARTICLE]
						 */
	
	/*row*/
	.row{
		float: left;
		width: 100%;
		text-align: center;
		margin: 90px 0 70px;
	}
	
	.row h2{
		width: 100%;
		float: left;
		margin: 0 0 20px;
		color: #4e4e4f;
		text-align: center;
		font-size: 30px;
		font-weight: 300;
		line-height: 1.0;
	}
	
	.row h2 strong{
		font-size: 40px;
		font-weight: 900;
	}
	
	.line-row{
		width: 10%;
		background: #ad2e33;
		margin: 15px 45% 0;
		height: 2px
	}
	
	.row a{
		float: left;
		width: 90%;
		margin: 0 5% 30px;
	}
	
	
		
	/*services*/
	ul.services{
		float: left;
		width: 100%;
		margin: 90px 0;
		list-style: none;
	}
	
	ul.services h2{
		width: 100%;
		text-align: center;
		margin: 0 0 40px;
		float: left;
		color: #fff;
		font-size: 40px;
		
	}
	
	ul.services li{
		float: left;
		width: 90%;
		margin: 0 5% 30px;
	}
	
	ul.services li span{
		float: left;
		width: 100%;
		text-align: center
	}
	
	ul.services li h3{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 21px;
		font-weight: 300;
		font-style: italic;
		color: #fff;
	}
	
	ul.services li a{
		float: left;
		width: 100%;
		text-align: center;
		border-bottom: 5px solid #e95d63;
		color: #e95d63;
		font-size: 14px;
		margin: 30px 0 0;
		padding: 0 0 5px;
		font-weight: bold;
	}
	
	a.arrow{
		float: right;
		width: 10%;
		margin: 25px 0 0;
		text-align: center;
	}
	
	
/*
		[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;
	}
	
	
	#layerslider .ls-slide h2{
		font-size: 40px;
	}
	
	#layerslider .ls-slide p{
		margin: 20px 0 0!important;
		text-align: center;
		font-size: 20px;
		width: 95%;
		padding: 0 2.5%;
	}
	
	
/*
		[ARTICLE]
						 */
	
	/*row*/
	.row a{
		float: left;
		width: 45%;
		margin: 0 2.5% 30px;
	}
	
	
		
	/*services*/
	ul.services li{
		width: 45%;
		margin: 0 2.5% 30px;
	}
	
	
/*
		[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-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]
						 */
	.media-vertical{
		width: 50px;
		text-align: center;
		position: absolute;
		z-index: 999;
		left: 10px;
		margin-top: 115px
	}
	
	.media-vertical a{
		float: left;
		width: 50px;
		margin: 12px 0;
	}
	
	
	#layerslider{
		height: 500px!important;
		top: 0;
		margin-bottom: 0;
	}
	
	
	#layerslider .anima-container{
		width: 100%!important;
		float: left!important;
	}
		
	
	#layerslider img{
		height: 587px!important;
	}
	
	#layerslider img.anima-img{
		width: 500px!important;
		height: 283px!important;
	}
	
	#layerslider .ls-slide span{
		float: left!important;
		position: relative!important;
		width: 45%!important;
		margin: 100px 0 0!important;
	}
	
	#layerslider .ls-slide h2{
		float: left;
		margin: 120px 0 0!important;
		text-align: center;
		color: #fff;
		font-size: 55px;
		line-height: 1.0;
		width: 55%;
		height: auto;
		padding: 0;
		font-weight: 900;
		letter-spacing: -1px;
		border-bottom: 2px solid #ff434a;
		padding-bottom: 25px
	}
	
	#layerslider .ls-slide p{
		float: left;
		margin: 30px 0 0!important;
		text-align: left;
		color: #fff;
		font-size: 20px;
		line-height: 1.3;
		width: 50%;
		height: auto;
		padding: 0 2.5%;
		font-weight: normal;
		letter-spacing: -1px;
	}
	
	
/*
		[ARTICLE]
						 */
	
	/*row*/
	.row{
		float: left;
		width: 100%;
		text-align: center;
		margin: 90px 0 70px;
	}
	
	.row h2{
		width: 100%;
		float: left;
		margin: 0 0 20px;
		color: #4e4e4f;
		text-align: center;
		font-size: 52px;
		font-weight: 300;
		line-height: 1.0;
	}
	
	.row h2 strong{
		font-size: 70px;
		font-weight: 900;
	}
	
	.line-row{
		width: 10%;
		background: #ad2e33;
		margin: 15px 45% 0;
		height: 2px
	}
	
	.row a{
		float: left;
		width: 32.3%;
		margin: 40px 0.5%;
	}
	
	
		
	/*services*/
	ul.services{
		float: left;
		width: 100%;
		margin: 90px 0;
		list-style: none;
	}
	
	ul.services h2{
		width: 28%;
		text-align: left;
		margin: 0;
		float: left;
		color: #fff;
		font-size: 65px;
		
	}
	
	ul.services li{
		float: left;
		width: 30%;
		margin: 0 2%;
	}
	
	ul.services li span{
		float: left;
		width: 30%;
		
	}
	
	ul.services li h3{
		float: right;
		width: 65%;
		text-align: right;
		font-size: 21px;
		font-weight: 300;
		font-style: italic;
		color: #fff;
	}
	
	ul.services li a{
		float: right;
		width: 65%;
		text-align: right;
		border-bottom: 5px solid #e95d63;
		color: #e95d63;
		font-size: 14px;
		margin: 30px 0 0;
		padding: 0 0 5px;
		font-weight: bold;
	}
	
	a.arrow{
		float: right;
		width: 4%;
		margin: 25px 0 0;
		text-align: center;
	}
	
	
/*
		[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;}
}