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

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


/*		
	[FONT]
			*/
	@font-face {
		font-family: "myriadprocondense-light";
		src: url("css/MyriadPro-Light_Condensed.ttf");
		font-weight: 300;
	}

	@font-face {
		font-family: 'myriadprocondense-regular';
		src: url("css/MyriadPro-Cond.otf");
		font-weight: normal;
	}

	@font-face {
		font-family: 'myriadprocondense-semibold';
		src: url("css/MyriadPro-Semibold_Condensed.ttf");
		font-weight: 600;
	}

	@font-face {
		font-family: 'myriadprocondense-bold';
		src: url("css/MyriadPro-BoldCond.otf");
		font-weight: 800;
	}

	@font-face {
		font-family: 'myriadprocondense-black';
		src: url("css/MyriadPro-Black_Condensed.ttf");
		font-weight: 900;
	}




/*
	[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(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .50s 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;
	}

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


	
	
/*
		[BACKGROUND]
						 */
	.bg-header{
		background-color: #fff;
		padding: 0;
		z-index: 99;
		position: relative;
		height: auto;
		float: left;
		margin: 35px 0;
	}
	
	.bg-section{
		z-index: 77;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0;
	}
	
	.bg-gray{
		position: relative;
		z-index: 55;
		background: #f8f8f8;
		padding: 0;
	}
	
		
	.bg-parallax{
		background :url("img/bg-parallax.jpg") top center;
		float: left;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 33;
		height: 663px
	}
	
	.bg-black{
		position: relative;
		z-index: 55;
		background: #3c3c3c;
		padding: 0;
	}
	
	
	
/*
	[HEADER]
				 */
				
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0 0 15px;
		float: left;
		position: relative;
		z-index: 999
	}	 
	
	a.logo img{ 
		width: 290px;
	}
		
	
	/*menu*/
	.nav ul {
		font-size: 22px!important;
		margin: 20px 0 0!important;
		letter-spacing: -0.5px;
		font-weight: normal;
		border-bottom: 0
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		color: #6b6ba8;
		font-family: 'Montserrat', sans-serif;
		font-style: normal;
		font-size: 0;
		font-weight: bold;
	}
	
	

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

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

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

	.dropdown-content a:hover {
		background-color: #7272ae!important;
		opacity: 1;
		padding: 10px 10px 30px!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: #7272ae;
	}
	
	


/*
		[ANIMATION]
						 */
	
	
	#layerslider{
		height: 500px!important;
		top: 0;
		margin-bottom: 0;
	}
	
	#layerslider img{
		height: 500px!important;
	}
	
	#layerslider .ls-slide span{
		width: 100%!important;
		float: left!important;
		margin: 10px 0 0!important;
		text-align: center!important;
	}
	
		
	#layerslider .ls-slide span h2 {
		text-align: center;
		width: 100%;
		float: left;
		margin: 20px 0 0;
		color: #2c2c59;
		font-size: 40px;
		letter-spacing: 0;
		font-weight: bold;
		font-family: 'myriadprocondense-bold', sans-serif;
		line-height: 0.5
	}
	
	#layerslider .ls-slide span h3 {
		text-align: center;
		line-height: 1;
		width: 100%;
		float: left;
		margin: 10px 0 0;
		color: #fff;
		font-size: 28px;
		letter-spacing: 0;
		font-weight: normal;
		font-family: 'myriadprocondense-light', sans-serif;
	}
	
	#layerslider .ls-slide span p {
		text-align: center;
		line-height: 0.5;
		width: 100%;
		float: left;
		margin: 15px 0 0;
		color: #fff;
		font-size: 25px;
		letter-spacing: 0;
		font-weight: normal;
		font-family: 'myriadprocondense-regular', sans-serif;
	}
	
	#layerslider .ls-slide a{
		text-align: center;
		color: #fff;
		width: 50%;
		margin: 25px 25% 0;
		float: left;
		padding: 10px 0;
		background-color: #7272ae;
		font-size: 20px;
		border-radius: 50px;
		font-weight: 900;
		border: 4px solid #fff;
		font-family: 'myriadprocondense-black', sans-serif;
	}
	
	img.slider-img{
		width: 100px!important;
		max-height: 216px!important;
		float: none!important;
		position: relative;
		top: 0px;
	}
				
	
	
	
/*
		[ARTICLE]
						 */
	
	/*grid*/
	.grid{
		float: left;
		width: 95%;
		margin: 0 2.5% 150px;
	}
	
	.grid a{
		float: left;
		width: 96%;
		margin: 0 2% -30px;
		text-align: center
	}
	
	.grid a img{
		width: auto;
		position: relative;
		top: 100px
	}
	
	.grid a h3{
		height: auto;
		color: #2e2e2e;
		font-size: 40px;
		text-align: center;
		font-weight: normal;
		float: left;
		width: 100%;
		line-height: 0.9;
		margin: 30px 0 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: 'myriadprocondense-regular', sans-serif;
		background: #f5f5f5;
		padding: 100px 0 30px;
		border-radius: 35px;
	}
	
	.grid a h3 span{
		width: 30px;
		background: #7272ae;
		height: 3px;
		border-radius: 50px;
		float: left;
	}
	
	.grid a h3 strong{
		font-size: 40px;
		font-weight: bold;
		font-family: 'myriadprocondense-bold', sans-serif;
	}
	
		

	/*tit*/
	.tit{
		float: left;
		width: 100%;
		margin: 30px 0 100px;
		height: 300px;
		text-align: center;
	}
	
	.tit h1{
		width: 100%;
		float: left;
		font-size: 50px;
		color: #414141;
		line-height: 1.0;
		font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		border-bottom: 5px solid #7272ae;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 150px;
		padding: 0 30px;
	}
	
	.tit h1 strong{
		color: #7272ae;
		font-size: 25px;
		font-weight: normal
	}
	
	.tit h2{
		width: 100%;
		float: right;
		font-size: 20px;
		color: #414141;
		line-height: 1.5;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: 400;
		letter-spacing: 1px;
		border-bottom: 5px solid #e5e5e5;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 200px;
		padding: 0 20px;
	}
	
	
	
	
	/*product*/
	span.product-content{
		float: left;
		width: 100%;
		margin: 0
	}
	
	aside{
		float: left;
		width: 96%;
		margin: 0 2%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
	}
	
	aside.aside-right{
		float: right;
		width: 96%;
		margin: 0 2%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
	}
	
	aside img{
		width: 100%;
		padding: 0
	}
	
	/*product*/
	ul.product{
		float: left;
		width: 96%;
		margin: 30px 2% 50px;
		list-style: none;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	ul.product li{
		width: 100%;
		margin: 0 0 40px;
		float: left;
		text-align: center;
	}
	
	ul.product li:hover, article ul li img:hover, p:hover{
		transform: scale(1.03);
		transition: 1s;
	}
	
	
	ul.product li .icon{
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 15px
	}
	
	ul.product li p{
		float: right;
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
		font-size: 20px;
		color: #414141;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	ul.product li p:hover {
		border-bottom: 4px solid #7272ae;
		font-weight: bold;
	}
	
	ul.product li p span{
		font-weight: bold
	}
	
	
	/*product-b*/
	ul.product-b{
		float: left;
		width: 96%;
		margin: 0 2%;
		list-style: none;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	ul.product-b h3{
		font-size: 30px;
		font-weight: 300;
		text-transform: uppercase;
		text-align: center;
		line-height: 1.0;
		width: 100%;
		float: left;
		margin: 50px 0 40px;
	}
	
	ul.product-b h3 strong{
		font-size: 45px;
	}
	
	ul.product-b li{
		float: left;
		width: 48%;
		margin: 0 1% 25px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100px;
		font-size: 16px;
		color: #414141;
		border-left: 15px solid #7272ae;
		padding: 0 25px;
	}
	
	ul.product-b li:hover, ul li img:hover, p:hover{
		transform: scale(1.03);
		transition: 1s;
	}
	
		
	
	
	
	/*parallax*/
	.parallax{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.parallax h3{
		float: left;
		width: 100%;
		margin: 120px 0 0;
		text-align: center;
		font-family: 'myriadprocondense-light', sans-serif;
		font-size: 45px;
		font-weight: 100;
		color: #fff;
		line-height: 0.8;
		
	}

	.parallax h3 strong{
		font-family: 'myriadprocondense-black', sans-serif;
		font-weight: 900;
	}

	.parallax span{
		float: right;
		width: 100%;
		margin: 30px 0 0;
		text-align: center;
	}

	.parallax span p{
		font-family: 'myriadprocondense-regular', sans-serif;
		font-size: 25px;
		color: #fff;
		font-weight: 400;
		line-height: 1.5;
	}

	.parallax span a{
		font-size: 25px;
		color: #363656;
		font-family: 'myriadprocondense-black', sans-serif;
		font-weight: 900;
		position: relative;
		top: -10px
	}


	
	
/*
		[FOOTER]
						 */
	
	ul.footer{
		float: left;
		width: 100%;
		padding: 50px 0;
		text-align: center;
		list-style: none;
	}
	
	ul.footer h2{
		font-family: "myriadprocondense-light", "sans-serif";
		font-size: 75px;
		color: #7a79b5;
		letter-spacing: 1.5px;
		font-weight: 300;
	}
	
	ul.footer h2 strong{
		font-family: "myriadprocondense-black", "sans-serif";
	}
	
	ul.footer h2 span{
		background: #7a79b5;
		width: 10%;
		margin: 10px 45% 80px;
		float: left;
		height: 2px;
	}
	
	
	ul.footer li{
		width: 96%;
		margin: 0 2% 45px;
		float: left;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	ul.footer li:hover{
		transition: 1s;
		transform: scale(1.02);
		opacity: 0.9;
	}
	
	ul.footer li img{
		width: auto;
	}
	
	ul.footer li p{
		font-size: 20px;
		margin: 35px 0;
		width: 100%;
		float: left;
		text-align: center;
		line-height: 1.5;
	}
	
	ul.footer li p a{
		color: #363636;
	}
	
	ul.footer li span{
		background: #7a79b5;
		width: 20%;
		margin: 0 40%;
		float: left;
		height: 2px;
	}
	
	
	/*copy*/
	.ans{
		float: left;
		width: 96%;
		text-align: center;
		font-size: 12px;
		color: #fff;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		margin: 50px 2% 10px;
		letter-spacing: -1px;  
		font-weight: normal;
		line-height: 1.5;
	}
	
	.ans a{
		color: #fff;
	}
	
	ul.media{
		float: right;
		width: 50%;
		margin: 0 25% 50px;
		text-align: center;
		list-style: none;
	}
	
	ul.media li{
		float: left;
		width: 48%;
		margin: 0 1%;
	}
		
	ul.media li a{
		float: none;
		width: auto;
		margin: 0;
	}
	
	
}









@media only screen and (min-width: 603px) {	
/*
	[HEADER]
				 */
				
	/*logo*/
	a.logo{
		margin: 0 0 10px;
	}	 
	
	a.logo img{ 
		width: 370px;
	}
		

/*
		[ANIMATION]
						 */
	#layerslider{
		height: 550px!important;
	}
	
	#layerslider img{
		height: 550px!important;
	}
	
	
/*
		[ARTICLE]
						 */
	
	/*grid*/
	.grid{
		margin: -50px 2.5% 100px;
	}
	
	.grid a{
		width: 45%;
		margin: 0 2.5% -30px;
	}
	

	/*tit*/
	.tit h1{
		font-size: 75px;
	}
	
	.tit h1 strong{
		font-size: 40px;
	}
	
	.tit h2{
		font-size: 28px;
	}
	
	
	/*product*/
	ul.product{
		display: block;
	}
	
	ul.product li{
		width: 48%;
		margin: 0 1% 40px;
	}
	
	ul.product li p{
		height: 130px;
		font-size: 25px;
	}
	
	
	/*product-b*/
	ul.product-b li{
		font-size: 22px;
	}
	
	
	/*parallax*/
	.parallax h3{
		margin: 130px 0 0;
		font-size: 60px;
	}

	.parallax span p{
		font-size: 30px;
	}

	.parallax span a{
		font-size: 30px;
	}


	
	
/*
		[FOOTER]
						 */
	ul.footer li p{
		font-size: 25px;
	}
	
	
	/*copy*/
	.ans{
		font-size: 16px;
		margin: 50px 2% 25px;
	}
		
	
}










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

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


/*
		[BACKGROUND]
						 */
	.bg-header{
		background-color: #fff;
		padding: 0;
		z-index: 99;
		position: relative;
		height: auto;
		float: left;
		margin: 35px 0;
	}
	
	.bg-section{
		z-index: 77;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0;
	}
	
	.bg-gray{
		position: relative;
		z-index: 55;
		background: #f8f8f8;
		padding: 0;
	}
	
		
	.bg-parallax{
		background :url("img/bg-parallax.jpg") top center;
		float: left;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 33;
		height: 663px
	}
	
	.bg-black{
		position: relative;
		z-index: 55;
		background: #3c3c3c;
		padding: 0;
	}
	
	
	
/*
	[HEADER]
				 */
				
	/*logo*/
	a.logo{
		width: 350px;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
	}	 
	
	a.logo img{ 
		width: auto;
	}
		
	
	/*menu*/
	.nav ul {
		font-size: 25px!important;
		margin: 20px 0 0!important;
		letter-spacing: -0.5px;
		font-weight: normal;
		border-bottom: 0
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -42px;
		left: 4px;
		color: #6b6ba8;
		font-family: 'Montserrat', sans-serif;
		font-style: normal;
		font-size: 18px;
		font-weight: bold;
	}
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

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

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

	.dropdown-content a:hover {
		background-color: #636466!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: #6b6ba8;
	}
	


/*
		[ANIMATION]
						 */
	
	
	#layerslider{
		height: 980px!important;
		top: 0;
		margin-bottom: 0;
	}
	
	#layerslider img{
		height: 980px!important;
	}
	
	#layerslider .ls-slide span{
		width: 100%!important;
		float: left!important;
		margin: 120px 0 0!important;
	}
	
		
	#layerslider .ls-slide span h2 {
		text-align: left;
		width: 50%;
		float: left;
		margin: 100px 0 0;
		color: #2c2c59;
		font-size: 70px;
		letter-spacing: 0;
		font-weight: bold;
		font-family: 'myriadprocondense-bold', sans-serif;
		line-height: 0.5
	}
	
	#layerslider .ls-slide span h3 {
		text-align: left;
		line-height: 1;
		width: 50%;
		float: left;
		margin: 15px 0 0;
		color: #fff;
		font-size: 75px;
		letter-spacing: 0;
		font-weight: normal;
		font-family: 'myriadprocondense-light', sans-serif;
	}
	
	#layerslider .ls-slide span p {
		text-align: left;
		line-height: 0.5;
		width: 50%;
		float: left;
		margin: 30px 0 0;
		color: #fff;
		font-size: 30px;
		letter-spacing: 0;
		font-weight: normal;
		font-family: 'myriadprocondense-regular', sans-serif;
	}
	
	#layerslider .ls-slide a{
		text-align: center;
		color: #fff;
		width: auto;
		margin: 60px 0 0;
		float: left;
		padding: 20px 45px;
		background-color: transparent;
		font-size: 27px;
		border-radius: 50px;
		font-weight: 900;
		border: 4px solid #fff;
		font-family: 'myriadprocondense-black', sans-serif;
	}
	
	img.slider-img{
		width: 350px!important;
		max-height: 755px!important;
		float: right!important;
		position: relative;
		top: -50px;
	}
				
	
	
	
/*
		[ARTICLE]
						 */
	
	/*grid*/
	.grid{
		float: left;
		width: 95%;
		margin: -100px 2.5% 150px;
	}
	
	.grid a{
		float: left;
		width: 23%;
		margin: 0 1%;
		text-align: center
	}
	
	.grid a img{
		width: auto;
		position: relative;
		top: 100px
	}
	
	.grid a h3{
		height: auto;
		color: #2e2e2e;
		font-size: 40px;
		text-align: center;
		font-weight: normal;
		float: left;
		width: 100%;
		line-height: 0.9;
		margin: 30px 0 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: 'myriadprocondense-regular', sans-serif;
		background: #f5f5f5;
		padding: 100px 0 30px;
		border-radius: 35px;
	}
	
	.grid a h3 span{
		width: 30px;
		background: #7272ae;
		height: 3px;
		border-radius: 50px;
		float: left;
	}
	
	.grid a h3 strong{
		font-size: 40px;
		font-weight: bold;
		font-family: 'myriadprocondense-bold', sans-serif;
	}
	
		

	/*tit*/
	.tit{
		float: left;
		width: 100%;
		margin: 30px 0 100px;
		height: 300px;
		text-align: left;
	}
	
	.tit h1{
		width: 50%;
		float: left;
		font-size: 80px;
		color: #414141;
		line-height: 1.0;
		font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		border-bottom: 5px solid #7272ae;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 250px;
		padding: 0 30px;
	}
	
	.tit h1 strong{
		color: #7272ae;
		font-size: 40px;
		font-weight: normal
	}
	
	.tit h2{
		width: 50%;
		float: right;
		font-size: 25px;
		color: #414141;
		line-height: 1.5;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: 400;
		letter-spacing: 1.5px;
		border-bottom: 5px solid #e5e5e5;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 250px;
		padding: 0 30px;
	}
	
	
	
	
	/*product*/
	span.product-content{
		float: left;
		width: 100%;
		margin: 0 0 100px
	}
	
	aside{
		float: left;
		width: 50%;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 800px;
	}
	
	aside.aside-right{
		float: right;
		width: 45%;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 800px;
	}
	
	aside img{
		width: 100%;
		padding: 0
	}
	
	/*product*/
	ul.product{
		float: left;
		width: 40%;
		margin: 0 0 0 5%;
		list-style: none;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	ul.product li{
		width: 100%;
		margin: 0 0 40px;
		float: left;
		text-align: left;
	}
	
	ul.product li:hover, article ul li img:hover, p:hover{
		transform: scale(1.03);
		transition: 1s;
	}
	
	
	ul.product li .icon{
		float: left;
		width: 20%;
		text-align: center;
	}
	
	ul.product li p{
		float: right;
		width: 75%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 120px;
		font-size: 22px;
		color: #414141;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	ul.product li p:hover {
		border-bottom: 4px solid #7272ae;
		font-weight: bold;
	}
	
	ul.product li p span{
		font-weight: bold
	}
	
	
	/*product-b*/
	ul.product-b{
		float: left;
		width: 40%;
		margin: 0 5%;
		list-style: none;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	ul.product-b h3{
		font-size: 45px;
		font-weight: 300;
		text-transform: uppercase;
		text-align: left;
		line-height: 1.0;
		width: 100%;
		float: left;
		margin: 150px 0 70px;
	}
	
	ul.product-b h3 strong{
		font-size: 60px;
	}
	
	ul.product-b li{
		float: left;
		width: 45%;
		margin: 0 2.5% 25px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100px;
		font-size: 22px;
		color: #414141;
		border-left: 15px solid #7272ae;
		padding: 0 25px

	}
	
	ul.product-b li:hover, ul li img:hover, p:hover{
		transform: scale(1.03);
		transition: 1s;
	}
	
		
	
	
	
	/*parallax*/
	.parallax{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.parallax h3{
		float: left;
		width: 30%;
		margin: 250px 0 0;
		text-align: left;
		font-family: 'myriadprocondense-light', sans-serif;
		font-size: 75px;
		font-weight: 100;
		color: #fff;
		line-height: 0.8;
		
	}

	.parallax h3 strong{
		font-family: 'myriadprocondense-black', sans-serif;
		font-weight: 900;
	}

	.parallax span{
		float: right;
		width: 65%;
		margin: 205px 0 0;
		text-align: center;
	}

	.parallax span p{
		font-family: 'myriadprocondense-regular', sans-serif;
		font-size: 30px;
		color: #fff;
		font-weight: 400;
		line-height: 1.5;
	}

	.parallax span a{
		font-size: 25px;
		color: #363656;
		font-family: 'myriadprocondense-black', sans-serif;
		font-weight: 900;
		position: relative;
		top: -10px
	}


	
	
/*
		[FOOTER]
						 */
	
	ul.footer{
		float: left;
		width: 98%;
		padding: 170px 1%;
		text-align: center;
		list-style: none;
	}
	
	ul.footer h2{
		font-family: "myriadprocondense-light", "sans-serif";
		font-size: 75px;
		color: #7a79b5;
		letter-spacing: 1.5px;
		font-weight: 300;
	}
	
	ul.footer h2 strong{
		font-family: "myriadprocondense-black", "sans-serif";
	}
	
	ul.footer h2 span{
		background: #7a79b5;
		width: 10%;
		margin: 10px 45% 80px;
		float: left;
		height: 2px;
	}
	
	
	ul.footer li{
		width: 31.3%;
		margin: 0 1%;
		float: left;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	ul.footer li:hover{
		transition: 1s;
		transform: scale(1.02);
		opacity: 0.9;
	}
	
	ul.footer li img{
		width: auto;
	}
	
	ul.footer li p{
		font-size: 20px;
		margin: 35px 0;
		width: 100%;
		float: left;
		text-align: center;
		line-height: 1.5;
	}
	
	ul.footer li p a{
		color: #363636;
	}
	
	ul.footer li span{
		background: #7a79b5;
		width: 20%;
		margin: 0 40%;
		float: left;
		height: 2px;
	}
	
	
	/*copy*/
	.ans{
		float: left;
		width: 70%;
		text-align: left;
		font-size: 18px;
		color: #fff;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		margin: 70px 0;
		letter-spacing: 0px;  
		font-weight: normal;
		line-height: 1.5;
	}
	
	.ans a{
		color: #fff;
	}
	
	ul.media{
		float: right;
		width: 25%;
		margin: 55px 0 ;
		text-align: left;
		list-style: none;
	}
	
	ul.media li{
		float: left;
		width: 48%;
		margin: 0 1%;
	}
		
	ul.media li a{
		float: none;
		width: auto;
		margin: 0;
	}
	
	
	
	
}







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