	
	/*	/////////		SAYFA YAPISI		////////// */
	
	html {
		margin:0px;
		padding:0px;
		height:100%;
	}
	
	body {
		margin:0px;
		padding:0px;
		height:100%;
		background:#000;
	}
	
	body, input, select, textarea, button {
		font-family:'Poppins';
		font-size:15px;
		font-weight:300;
		color:#152030;
		border:0;
	}
	
	b, strong {
		font-weight:bold;
	}
	
	* {
		outline:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-clip:border-box;
		-moz-background-clip:border-box;
		-webkit-background-clip:border-box;
	}
	
	h1,h2,h3,h4,h5{
		display:inline-block;
		font-size:inherit;
		font-weight:inherit;
		margin:0;
		padding:0;
	}
	
	@font-face {
		font-family:'Poppins';
		src:url('Poppins-Light.woff2') format('woff2'),
		    url('Poppins-Light.woff') format('woff');
		font-weight:100;
		font-style:normal;
		font-display:swap;
	} @font-face {
		font-family:'Poppins';
		src:url('Poppins-Regular.woff2') format('woff2'),
		    url('Poppins-Regular.woff') format('woff');
		font-weight:normal;
		font-style:normal;
		font-display:swap;
	} @font-face {
		font-family:'Poppins';
		src:url('Poppins-SemiBold.woff2') format('woff2'),
		    url('Poppins-SemiBold.woff') format('woff');
		font-weight:500;
		font-style:normal;
		font-display:swap;
	} @font-face {
		font-family:'Poppins';
		src:url('Poppins-Bold.woff2') format('woff2'),
		    url('Poppins-Bold.woff') format('woff');
		font-weight:700;
		font-style:normal;
		font-display:swap;
	}
	
	select {
		-webkit-appearance:none;
		-moz-appearance:none;
		text-indent:1px;
		text-overflow:'';
		background-image:url('../images/icon_downArrow.png')!important;
		background-repeat:no-repeat!important;
		background-position:right 50%!important;
	} select::-ms-expand {
		display:none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////		BODY			///////// */
	/*	/////////////////////////////////////////////////// */
	
	.search-bar {
		display:none;
		width:100%;
		background:url('../pics/sliders/pics_sliderPics_1.jpg') no-repeat top!important;
		background-size:100% auto;
		border-bottom:1px solid rgba(255,255,255,.25);
	} .search-bar > div:nth-child(1) {
		position:relative;
		width:100%;
		max-width:94%;
		padding:14px 0;
		margin:auto;
	} .search-bar .button {
		float:right;
		margin:6px 0 0 0;
	} .search-bar input {
		width:96%!important;
		background:url('../images/spacer.gif')!important;
		font-size:21px!important;
		font-weight:normal!important;
		color:#FFF!important;
		border:0!important;
		padding:8px 0!important;
	}
	
	.header {
		position:relative;
		z-index:1;
		width:100%;
		
	} .header .lines {
		position:absolute;
		bottom:0;
		width:100%;
		height:30px;
		background:rgba(0,0,0,.35);
		
	} .header .logo {
		position:absolute;
		top:0;
		left:50px;
		
	} .header .buttons {
		position:absolute;
		top:0;
		right:50px;
	} .header .buttons ul {
		list-style:none;
		margin:auto;
		padding:60px 0 0 0;
	} .header .buttons li {
		display:inline-block;
		vertical-align:top;
	} .header .buttons li.a a {
		display:block;
		height:50px;
		font-size:19px;
		font-weight:500;
		padding:10px 20px;
		color:#FFF;
		border:1px solid transparent;
		-webkit-border-radius:50px;
		border-radius:50px;
	} .header .buttons li.a a:hover {
		background:#FFF;
		color:#2F171F;
		text-decoration:none;
	} .header .buttons li.a a.active {
		border:1px solid #FFF;
	} .header .buttons li.b a {
		display:block;
		width:50px;
		height:50px;
		margin:0 -10px 0 0;
		padding:10px 0;
		border:1px solid #FFF;
		-webkit-border-radius:50px;
		border-radius:50px;
		background:url('../images/icon_searchIcon.png') no-repeat center;
		background-size:24px;
	} .header .buttons li.b a:hover {
		background:#FFF url('../images/icon_searchIconInvert.png') no-repeat center;
		background-size:24px;
		border:1px solid #FFF;
		text-decoration:none;
	} .header .buttons li.c a {
		display:block;
		width:50px;
		height:50px;
		font-size:19px;
		font-weight:500;
		padding:10px 0;
		text-align:center;
		background:#FFF;
		color:#741827;
		border:1px solid #741827;
		-webkit-border-radius:50px;
		border-radius:50px;
	} .header .buttons li.c a:hover {
		background:#D43169;
		color:#FFF;
		border:1px solid #FFF;
		text-decoration:none;
		
	} .header .text {
		position:absolute;
		top:40%;
		left:65px;
		color:#FFF;
		cursor:pointer;
	} .header .text .txt.a {
		display:block;
		width:660px;
		font-size:57px;
		font-weight:bold;
		line-height:1.1em;
	} .header .text .txt.b {
		display:block;
		width:660px;
		font-size:27px;
		font-weight:100;
		line-height:1.5em;
		padding:10px 0 20px 0;
	} .header .text button {
		height:46px;
		font-size:19px;
		font-weight:500;
		background:none;
		color:#FFF;
		padding:7px 26px;
		border:1px solid #FFF;
		-webkit-border-radius:46px;
		border-radius:46px;
		cursor:pointer;
	} .header .text:hover button {
		background:#FFF;
		color:#304246;
		
	} .header .scroll-mouse {
		position:absolute;
		z-index:2;
		width:100%;
		bottom:110px;
		left:0;
	}
	
	.content {
		position:relative;
		width:100%;
		background:#FFF;
		
	} .content .main-numbers {
		width:100%;
		height:500px;
		background:url('../images/back_gradientLines_2.png') repeat-x top;
	} .content .main-numbers > div:nth-child(1) {
		width:100%;
		height:100%;
		background:url('../images/back_gradientLines_2Last.png') no-repeat top center;
	} .content .main-numbers .text {
		text-align:center;
		padding:70px 0 0 0;
	} .content .main-numbers .text .txt.a {
		display:block;
		font-size:78px;
		font-weight:400;
		color:#2A2A88;
		line-height:1em;
	} .content .main-numbers .text .txt.b {
		display:block;
		font-size:27px;
		font-weight:100;
		color:#777;
		line-height:1.1em;
	} .content .main-numbers .icons {
		display:table;
		font-size:15px;
		font-weight:100;
		color:#777;
		line-height:1.4em;
		margin:60px auto;
	} .content .main-numbers .item {
		display:table-cell;
		width:200px;
		text-align:center;
	} .content .main-numbers .item span {
		display:block;
		padding-top:12px;
		font-size:27px;
		font-weight:500;
		color:#0099FF;
		line-height:1.6em;
		letter-spacing:-1px;
		
	} .content .main-sustain {
		display:table;
		position:relative;
		width:100%;
		height:400px;
		background:url('../images/back_sustainabilityBar.jpg') no-repeat center;
		cursor:pointer;
	} .content .main-sustain > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} .content .main-sustain .image {
		position:absolute;
		bottom:0;
		right:0;
	} .content .main-sustain .text {
		width:1200px;
		margin:auto;
	} .content .main-sustain .text > div:nth-child(1) {
		width:720px;
	} .content .main-sustain .text .txt.a {
		display:block;
		font-size:47px;
		font-weight:500;
		color:#FFF;
		line-height:1em;
	} .content .main-sustain .text .txt.b {
		display:block;
		padding:16px 0;
		font-size:19px;
		font-weight:100;
		color:rgba(255,255,255,.9);
		line-height:1.7em;
	} .content .main-sustain .text button {
		height:46px;
		font-size:19px;
		font-weight:500;
		background:#FFF;
		color:#1C1D21;
		padding:7px 26px;
		-webkit-border-radius:46px;
		border-radius:46px;
		cursor:pointer;
	} .content .main-sustain:hover .text button {
		background:#0099FF;
		color:#FFF;
		
	} .content .main-about {
		width:100%;
		height:820px;
		background:url('../images/back_buildingHQ.jpg') no-repeat top right;
	} .content .main-about > div:nth-child(1) {
		position:relative;
		display:table;
		width:100%;
		height:100%;
		background:url('../images/back_gradientLines_1.png') repeat-x bottom;
	} .content .main-about > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:top;
	} .content .main-about > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
		width:1200px;
		margin:auto;
	} .content .main-about .text {
		width:680px;
		padding-top:10%;
		cursor:pointer;
	} .content .main-about .text .txt.a {
		display:block;
		font-size:57px;
		font-weight:500;
		color:#2A2A88;
		line-height:1.2em;
	} .content .main-about .text .txt.b {
		display:block;
		font-size:31px;
		font-weight:400;
		color:#2A2A88;
		line-height:1.2em;
		letter-spacing:-.5px;
	} .content .main-about .text .txt.c {
		display:block;
		padding:16px 0 24px 0;
		font-size:19px;
		font-weight:100;
		color:#777;
		line-height:1.8em;
	} .content .main-about .text button {
		height:46px;
		font-size:19px;
		font-weight:500;
		background:#FFF;
		color:#2A2A88;
		border:1px solid #2A2A88;
		padding:7px 26px;
		-webkit-border-radius:46px;
		border-radius:46px;
		cursor:pointer;
	} .content .main-about .text:hover button {
		background:#0099FF;
		border:1px solid #0099FF;
		color:#FFF;
	} .content .main-about .image {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:220px;
		
	} .content .main-certs {
		position:relative;
		z-index:1;
		width:100%;
		height:340px;
	} .content .main-certs > div:nth-child(1) {
		position:relative;
		width:1360px;
		height:650px;
		margin:auto;
	} .content .main-certs .galery {
		position:absolute;
		width:100%;
		text-align:center;
		padding-top:60px;
	} .content .main-certs .galery img {
		display:inline-block;
		vertical-align:top;
	} .content .main-certs .text {
		position:absolute;
		bottom:0;
		width:100%;
		text-align:center;
	} .content .main-certs .text > div:nth-child(1) {
		display:inline-block;
		width:380px;
		height:180px;
		margin-top:50px;
		padding:20px;
		text-align:center;
		-webkit-border-radius:20px;
		border-radius:20px;
	} .content .main-certs .img {
		width:80px;
		height:80px;
		margin:-56px auto 20px auto;
		padding-top:20px;
		background:#E30210;
		-webkit-border-radius:80px;
		border-radius:80px;
	} .content .main-certs .txt.a {
		display:block;
		font-size:27px;
		line-height:1.3em;
		color:#E30210;
	} .content .main-certs .txt.b {
		display:block;
		font-size:15px;
		line-height:1.4em;
		letter-spacing:2px;
	} .content .main-certs .txt.c {
		display:block;
		font-size:19px;
		line-height:1.4em;
		
	} .content .con-breadcrumb {
		position:relative;
		z-index:2;
		width:100%;
		height:50px;
		background:rgba(255,255,255,.15);
		margin-top:-140px;
		border-top:1px solid rgba(255,255,255,.15);
	} .content .con-breadcrumb div {
		position:relative;
		width:100%;
		max-width:90%;
		padding:11px 0;
		margin:auto;
		color:#FFF;
		font-size:17px;
		font-weight:400;
	} .content .con-breadcrumb span {
		font-family:'Verdana';
		
	} .content .con-titles {
		position:relative;
		z-index:2;
		width:100%;
		height:90px;
		background:rgba(255,255,255,.1);
		border-top:1px solid rgba(255,255,255,.15);
		-webkit-box-shadow:0 15px 30px 0 rgba(0,0,0,.35);
		box-shadow:0 15px 30px 0 rgba(0,0,0,.35);
	} .content .con-titles div {
		position:relative;
		width:100%;
		max-width:90%;
		padding:30px 0;
		margin:auto;
	} .content .con-titles h1 {
		display:block;
		font-size:31px;
		color:#FFF;
		line-height:1.2em;
		
	} .content .con-about {
		width:100%;
		height:860px;
		background:url('../images/back_buildingHQ.jpg') no-repeat top right;
	} .content .con-about > div:nth-child(1) {
		position:relative;
		display:table;
		width:100%;
		height:100%;
		background:url('../images/back_gradientLines_1.png') repeat-x bottom;
	} .content .con-about > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:top;
	} .content .con-about > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
		width:1260px;
		text-align:center;
		padding:70px 0 0 0;
		margin:auto;
	} .content .con-about .txt.a {
		display:block;
		font-size:57px;
		font-weight:500;
		color:#2A2A88;
		line-height:1.2em;
	} .content .con-about .txt.b {
		display:block;
		font-size:31px;
		font-weight:400;
		color:#2A2A88;
		line-height:1.2em;
		letter-spacing:-.5px;
	} .content .con-about .txt.c {
		display:block;
		padding:24px 0;
		font-size:19px;
		font-weight:100;
		color:#333;
		line-height:1.8em;
	} .content .con-about .certs {
		text-align:center;
		padding:3%;
	} .content .con-about .logos {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:220px;
		
	} .content .con-manufact {
		width:100%;
		text-align:center;
		padding:70px 0 0 0;
	} .content .con-manufact > div:nth-child(1) {
		position:relative;
		width:1260px;
		margin:auto;
	} .content .con-manufact .txt.a {
		display:block;
		font-size:57px;
		font-weight:500;
		color:#2A2A88;
		line-height:1.2em;
	} .content .con-manufact .txt.b {
		display:block;
		font-size:31px;
		font-weight:400;
		color:#2A2A88;
		line-height:1.2em;
		letter-spacing:-.5px;
	} .content .con-manufact .txt.c {
		display:block;
		padding:24px 0;
		font-size:19px;
		font-weight:100;
		color:#333;
		line-height:1.8em;
	} .content .con-manufact .boxes {
		display:table;
		width:100%;
	} .content .con-manufact .boxes .box {
		display:table-cell;
		width:50%;
		vertical-align:top;
		padding:0 3%;
	} .content .con-manufact .boxes .box .btxt.a {
		display:block;
		font-size:31px;
		font-weight:400;
		color:#2A2A88;
		line-height:1.2em;
		letter-spacing:-.5px;
	} .content .con-manufact .boxes .box .btxt.b {
		display:block;
		padding:24px 0;
		font-size:17px;
		font-weight:100;
		color:#777;
		line-height:1.8em;
		
	} .content .con-sustain {
		width:100%;
		text-align:center;
		padding:70px 0;
	} .content .con-sustain .box.a {
		position:relative;
		width:1260px;
		margin:auto;
	} .content .con-sustain .box.a .txt.a {
		display:block;
		font-size:57px;
		font-weight:500;
		color:#2A2A88;
		line-height:1.2em;
	} .content .con-sustain .box.a .txt.b {
		display:block;
		font-size:31px;
		font-weight:400;
		color:#2A2A88;
		line-height:1.2em;
		letter-spacing:-.5px;
	} .content .con-sustain .box.a .txt.c {
		display:block;
		padding:24px 0;
		font-size:19px;
		font-weight:100;
		color:#333;
		line-height:1.8em;
	} .content .con-sustain .box.b {
		position:relative;
		display:table;
		width:1260px;
		margin:auto;
		text-align:left;
	} .content .con-sustain .box.b .cell.a {
		display:table-cell;
		width:50%;
		vertical-align:middle;
		padding:4%;
	} .content .con-sustain .box.b .cell.a ul {
		list-style:none;
		margin:0;
		padding:0;
		line-height:1.5em;
	} .content .con-sustain .box.b .cell.a ul li.a {
		clear:both;
		padding-bottom:20px;
	} .content .con-sustain .box.b .cell.a ul li.b {
		clear:both;
		padding-bottom:20px;
		padding-left:50px;
	} .content .con-sustain .box.b .cell.a ul li.b.first {
		padding-top:20px;
	} .content .con-sustain .box.b .cell.a ul li.b.last {
		padding-bottom:50px;
	} .content .con-sustain .box.b .cell.b {
		display:table-cell;
		width:50%;
		vertical-align:middle;
		
	} .content .con-hr {
		
	} .content .con-contact {
		display:table;
		width:100%;
		height:500px;
	} .content .con-contact .box.a {
		display:table-cell;
		width:50%;
		vertical-align:middle;
	} .content .con-contact .box.a .text {
		float:right;
		width:660px
	} .content .con-contact .box.a .text span {
		font-size:21px;
		line-height:3em;
	} .content .con-contact .box.b {
		display:table-cell;
		width:50%;
		background:#EEE;
		border:30px solid #FFF;
	} .content .con-contact .box.b .maps {
		position:relative;
		width:100%;
		height:550px;
		background:#EEE;
		cursor:pointer;
	} .content .con-contact .box.b .maps .pin {
		position:absolute;
		z-index:2;
		top:0;
		display:table;
		width:90%;
		height:460px;
		margin:0 5%;
	} .content .con-contact .box.b .maps .pin div {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} .content .con-contact .box.b .maps .map {
		position:relative;
		z-index:1;
		width:100%;
		height:550px;
	} .content .con-contact .box.b .maps .map div {
		position:absolute;
		z-index:2;
		width:88%;
		height:550px;
		margin:0 6%;
		
	} .content .con-search {
		
		
	} .content .con-under {
		width:100%;
		min-height:600px;
	} .content .con-under > div:nth-child(1) {
		text-align:center;
		padding:120px 0;
	}
	
	.footer {
		position:relative;
		width:100%;
		background:#F0F0F0;
		
	} .footer .top {
		position:relative;
		z-index:1;
		width:100%;
		height:300px;
	} .footer .top > div:nth-child(1) {
		position:relative;
		top:-20px;
		width:1360px;
		margin:auto;
	} .footer .top > div:nth-child(1) > div:nth-child(1) {
		width:100%;
		text-align:center;
	} .footer .top > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
		display:inline-block;
		width:380px;
		height:180px;
		margin-top:50px;
		padding:20px;
		text-align:center;
		-webkit-border-radius:20px;
		border-radius:20px;
	} .footer .top .img {
		width:80px;
		height:80px;
		margin:-56px auto 20px auto;
		padding-top:20px;
		background:#E30210;
		-webkit-border-radius:80px;
		border-radius:80px;
	} .footer .top .txt.a {
		display:block;
		font-size:27px;
		line-height:1.3em;
		color:#E30210;
	} .footer .top .txt.b {
		display:block;
		font-size:15px;
		line-height:1.4em;
		color:inherit;
		letter-spacing:2px;
	} .footer .top .txt.c {
		display:block;
		font-size:19px;
		line-height:1.4em;
		
	} .footer .bottom {
		width:1400px;
		height:100px;
		margin:auto;
		padding:30px;
	} .footer .bottom .left {
		float:left;
	} .footer .bottom .left span {
		display:block;
		font-size:15px;
		font-weight:400;
	} .footer .bottom .right {
		float:right;
	}
	
	.mobile-menu {
		position:fixed;
		z-index:99;
		width:100%;
		height:100%;
		overflow:auto;
		overflow-x:hidden;
		background:linear-gradient(to bottom, #0e0e0e 0%,#7d7e7d 100%);
	} .mobile-menu .closer {
		position:absolute;
		top:20px;
		right:20px;
	} .mobile-menu .logo {
		padding:0 0 0 30px;
		text-align:center;
	} .mobile-menu .links-bar {
		padding:20px 0 40px 0;
	} .mobile-menu .links-bar ul {
		width:90%;
		list-style:none;
		margin:auto;
		padding:0;
		text-align:center;
	} .mobile-menu .links-bar ul > li {
		border-bottom:1px solid rgba(255,255,255,.15);
	} .mobile-menu .links-bar ul > li:last-child {
		border-bottom:0;
	} .mobile-menu .links-bar ul > li > a {
		display:block;
		font-size:19px;
		font-weight:bold;
		color:#FFF;
		padding:6px 8px;
	} .mobile-menu .links-bar ul .sub {
		display:none;
		border-top:1px solid rgba(0,0,0,.15);
		margin-top:10px;
	} .mobile-menu .links-bar ul .sub > li > a {
		display:block;
		font-size:14px;
		font-weight:normal;
		letter-spacing:.5px;
		color:#FFF;
		padding:8px;
	} .mobile-menu .links-bar ul a:active,
  	  .mobile-menu .links-bar ul a:hover {
		background:#FFF!important;
		color:#0066CC!important;
		text-decoration:none!important;
		
	} .mobile-menu .language-bar {
		width:100%;
		padding:2% 0 4% 0;
		text-align:center;
		color:#FFF;
	} .mobile-menu .language-bar a {
		display:inline-block;
		color:#FFF;
		padding:12px 10px 8px 10px;
		-webkit-border-radius:6px;
		border-radius:6px;
		margin:0 3px;
		color:inherit;
		font-size:19px;
		font-weight:bold;
		line-height:1em;
	} .mobile-menu .language-bar a.active {
		background:#FFF;
		color:#333;
	}
	
	.mobile-menu,
	.mobile-btn {
		display:none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	
	/* // All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		.search-bar > div:nth-child(1) {
			max-width:100%;
			padding:14px;
		} .search-bar .button {
			zoom:.75;
			margin:10px 0 0 0;
		} .search-bar input {
			width:86%!important;
			font-size:15px!important;
		}
		
		.header .lines {
			position:absolute;
			bottom:0;
			width:100%;
			height:30px;
			background:rgba(0,0,0,.35);
			
		} .header .logo {
			position:absolute;
			top:0;
			left:30px;
			
		} .header .buttons {
			display:none;
			
		} .header .mobile-btn {
			display:block;
			position:absolute;
			top:70px;
			right:30px;
			
		} .header .text {
			position:absolute;
			top:36%;
			left:0;
			color:#FFF;
			cursor:pointer;
			text-align:center;
		} .header .text .txt.a {
			width:80%;
			margin:auto;
			font-size:27px;
			line-height:1.4em;
			text-shadow:0 6px 12px rgba(0,0,0,.75);
		} .header .text .txt.b {
			width:80%;
			margin:auto;
			font-size:19px;
			line-height:1.6em;
			text-shadow:0 6px 12px rgba(0,0,0,.75);
		} .header .text .txt.b br {
			display:none;
		} .header .text .txt.b button {
			-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.5);
			box-shadow:0 10px 20px 0 rgba(0,0,0,.5);
			
		} .header .scroll-mouse {
			position:absolute;
			z-index:2;
			width:100%;
			bottom:110px;
			left:0;
		}
		
		.content .main-numbers {
			width:100%;
			height:auto;
		} .content .main-numbers .text .txt.a {
			font-size:48px;
			line-height:1.2em;
		} .content .main-numbers .text .txt.b {
			font-size:21px;
			line-height:1.2em;
		} .content .main-numbers .icons {
			display:block;
			text-align:center;
			margin-bottom:20px;
		} .content .main-numbers .item {
			display:inline-block;
			width:48%;
			text-align:center;
			padding-bottom:36px;
		} .content .main-numbers .item img {
			zoom:.65;
			
		} .content .main-sustain {
			display:block;
			width:100%;
			height:auto;
			background-size:100% 100%;
		} .content .main-sustain > div:nth-child(1) {
			display:block;
			padding:60px 40px 120px 40px;
		} .content .main-sustain .image {
			position:absolute;
			bottom:0;
			right:0;
		} .content .main-sustain .image img {
			width:100%;
			height:auto;
		} .content .main-sustain .text {
			width:100%;
		} .content .main-sustain .text > div:nth-child(1) {
			width:100%;
		} .content .main-sustain .text .txt.a {
			display:block;
			font-size:31px;
			line-height:1.4em;
		} .content .main-sustain .text .txt.b {
			display:block;
			font-size:17px;
			
		} .content .main-about {
			width:100%;
			height:auto;
			background:url('../images/back_buildingHQ.jpg') no-repeat top right;
			background-size:100% auto;
		} .content .main-about > div:nth-child(1) {
			display:block;
		} .content .main-about > div:nth-child(1) > div:nth-child(1) {
			display:block;
		} .content .main-about > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
			width:100%;
			padding:40px 40px 60px 40px;
		} .content .main-about .text {
			width:100%;
			padding-top:10%;
			cursor:pointer;
		} .content .main-about .text .txt.a {
			font-size:47px;
		} .content .main-about .text .txt.b {
			font-size:27px;
			line-height:1.4em;
		} .content .main-about .text .txt.c {
			font-size:17px;
		} .content .main-about .image {
			position:inherit;
			bottom:inherit;
			left:inherit;
			width:100%;
			height:auto;
			padding-top:40px;
		} .content .main-about .image img {
			width:100%;
			height:auto;
			
		} .content .main-certs {
			height:auto;
			padding-bottom:60px;
		} .content .main-certs > div:nth-child(1) {
			width:100%;
			height:auto;
			
		} .content .main-certs .galery {
			position:inherit;
			width:100%;
			text-align:center;
			padding-top:40px;
			padding-bottom:260px;
		} .content .main-certs .galery img {
			display:inline-block;
			vertical-align:top;
			width:90%;
			height:auto;
			margin:0 0 20px 0!important;
		} .content .main-certs .text {
			position:absolute;
			bottom:0;
			width:100%;
			text-align:center;
		} .content .main-certs .text > div:nth-child(1) {
			display:inline-block;
			width:84%;
			height:180px;
			margin-top:50px;
			padding:20px;
			text-align:center;
			-webkit-border-radius:20px;
			border-radius:20px;
		} .content .main-certs .img {
			width:80px;
			height:80px;
			margin:-56px auto 20px auto;
			padding-top:20px;
			background:#E30210;
			-webkit-border-radius:80px;
			border-radius:80px;
		} .content .main-certs .txt.a {
			display:block;
			font-size:27px;
			line-height:1.3em;
			color:#E30210;
		} .content .main-certs .txt.b {
			display:block;
			font-size:15px;
			line-height:1.4em;
			letter-spacing:2px;
		} .content .main-certs .txt.c {
			display:block;
			font-size:19px;
			line-height:1.4em;
			
		} .content .con-breadcrumb {
			height:40px;
			margin-top:-116px;
		} .content .con-breadcrumb div {
			padding:6px 0;
			font-size:16px;
			
		} .content .con-titles {
			height:auto;
		} .content .con-titles div {
			padding:20px 0;
		} .content .con-titles h1 {
			font-size:27px;
			
		} .content .con-about {
			width:100%;
			height:auto;
		} .content .con-about > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
			width:100%;
			padding:70px 5% 0 5%;
			margin:auto;
		} .content .con-about .txt.a {
			font-size:47px;
		} .content .con-about .txt.b {
			font-size:27px;
			line-height:1.4em;
		} .content .con-about .txt.c {
			font-size:17px;
			color:#000;
		} .content .con-about .certs {
			padding:3%;
		} .content .con-about .certs a {
			display:inline-block;
			margin-bottom:20px;
		} .content .con-about .logos {
			position:inherit;
			bottom:inherit;
			left:inherit;
			width:100%;
			height:auto;
			padding:20px 0 80px 0;
		} .content .con-about .logos img {
			width:90%;
			height:auto;
			
		} .content .con-manufact {
			padding:70px 5% 0 5%;
		} .content .con-manufact > div:nth-child(1) {
			width:100%;
		} .content .con-manufact .txt.a {
			font-size:47px;
		} .content .con-manufact .txt.b {
			font-size:27px;
			line-height:1.4em;
		} .content .con-manufact .txt.c {
			font-size:17px;
			color:#000;
		} .content .con-manufact .boxes {
			display:block;
		} .content .con-manufact .boxes .box {
			display:block;
			width:100%;
		} .content .con-manufact .boxes .box .btxt.a {
			font-size:27px;
		} .content .con-manufact .boxes .box .btxt.b {
			font-size:17px;
			color:#555;
			
		} .content .con-sustain {
			padding:70px 5% 0 5%;
		} .content .con-sustain .box.a {
			width:100%;
		} .content .con-sustain .box.a .txt.a {
			font-size:47px;
		} .content .con-sustain .box.a .txt.b {
			font-size:27px;
			line-height:1.4em;
		} .content .con-sustain .box.a .txt.c {
			font-size:17px;
			color:#000;
		} .content .con-sustain .box.b {
			display:block;
			width:100%;
			margin:auto;
			text-align:left;
		} .content .con-sustain .box.b .cell.a {
			display:block;
			width:100%;
		} .content .con-sustain .box.b .cell.a ul {
			list-style:none;
			margin:0;
			padding:0;
			font-size:14px;
			line-height:1.5em;
		} .content .con-sustain .box.b .cell.b {
			padding-bottom:60px;
		} .content .con-sustain .box.b .cell.b img {
			width:100%;
			height:auto;
			
		} .content .con-hr {
			
		} .content .con-contact {
			display:block;
			width:100%;
			height:auto;
			padding-bottom:80px;
		} .content .con-contact .box.a {
			display:block;
			width:100%;
			padding:10% 10% 6% 10%;
			zoom:.85;
		} .content .con-contact .box.a .text {
			float:none;
			width:100%
		} .content .con-contact .box.b {
			border:20px solid #FFF;
		} .content .con-contact .box.b .maps {
			height:450px;
		} .content .con-contact .box.b .maps .pin {
			height:460px;
		} .content .con-contact .box.b .maps .map {
			height:450px;
		} .content .con-contact .box.b .maps .map div {
			height:450px;
			
		} .content .con-search {
			
			
		} .content .con-under {
			width:100%;
			min-height:600px;
		} .content .con-under > div:nth-child(1) {
			text-align:center;
			padding:120px 0;
		}
		
		.footer {
			height:auto!important;
			padding-top:0!important;
		} .footer .top {
			position:relative;
			z-index:1;
			width:100%;
			height:auto;
		} .footer .top > div:nth-child(1) {
			position:relative;
			top:-20px;
			width:100%;
			margin:auto;
		} .footer .top > div:nth-child(1) > div:nth-child(1) {
			width:100%;
			text-align:center;
		} .footer .top > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
			display:inline-block;
			width:86%;
			height:180px;
			margin-top:50px;
			padding:20px;
			text-align:center;
			-webkit-border-radius:20px;
			border-radius:20px;
		} .footer .top .img {
			width:80px;
			height:80px;
			margin:-56px auto 20px auto;
			padding-top:20px;
			background:#E30210;
			-webkit-border-radius:80px;
			border-radius:80px;
		} .footer .top .txt.a {
			display:block;
			font-size:27px;
			line-height:1.3em;
			color:#E30210;
		} .footer .top .txt.b {
			display:block;
			font-size:15px;
			line-height:1.4em;
			color:inherit;
			letter-spacing:2px;
		} .footer .top .txt.c {
			display:block;
			font-size:19px;
			line-height:1.4em;
			
		} .footer .bottom {
			width:100%;
			height:auto;
		} .footer .bottom .left {
			float:none;
			display:block;
			text-align:center;
		} .footer .bottom .left > span {
			display:block;
			width:280px;
			margin:auto;
		} .footer .bottom .left > span > span {
			display:none;
		} .footer .bottom .right {
			float:none;
			display:block;
			text-align:center;
			padding:20px;
		} .footer .bottom .right img {
			margin:auto;
		}
		
		/* css1 */
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:768px) and (max-width:768px) {
		
		body {
			zoom:63%;
		}
		
		/* css2 */
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:769px) and (max-width:1024px) {
		
		body {
			zoom:65%!important;
		}
		
		/* css3 */
		
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:1025px) and (max-width:1279px) {
		
		body {
			zoom:81%!important;
		}
		#launcher {
			zoom:114%!important;
		}
		
		/* css4 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1280px) and (max-width:1366px) {
		
		body {
			zoom:85%!important;
			
		}
		
		.zEWidget-webWidget {
			zoom:114%!important;
		}
		#launcher {
			zoom:114%!important;
		}
		
		/* css5 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1367px) and (max-width:1600px) {
		
		body {
			zoom:90%!important;
		}
		
		.zEWidget-webWidget {
			zoom:114%!important;
		}
		#launcher {
			zoom:114%!important;
		}
		
		/* css5 */
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	.gg1 {
		background:linear-gradient(to bottom, rgba(194,197,200,.5) 0%, rgba(194,197,200,0) 100%);
	} .gg2 {
		background:linear-gradient(to bottom, rgba(255,255,255,1) 65%, rgba(187,196,201,1) 100%);

	}
	
	@-webkit-keyframes scroll {
		0% {
			-webkit-transform:translateY(0);
		} 50% {
			-webkit-transform:translateY(10px);
		} 100% {
			-webkit-transform:translateY(0);
		}
		
	} @-moz-keyframes scroll {
		0% {
			-moz-transform:translateY(0);
		} 50% {
			-moz-transform:translateY(10px);
		} 100% {
			-moz-transform:translateY(0);
		}
	} @keyframes scroll {
		0% {
			-webkit-transform:translateY(0);
			-moz-transform:translateY(0);
			-ms-transform:translateY(0);
			-o-transform:translateY(0);
			transform:translateY(0);
		} 50% {
			-webkit-transform:translateY(10px);
			-moz-transform:translateY(10px);
			-ms-transform:translateY(10px);
			-o-transform:translateY(10px);
			transform:translateY(10px);
		} 100% {
			-webkit-transform:translateY(0);
			-moz-transform:translateY(0);
			-ms-transform:translateY(0);
			-o-transform:translateY(0);
			transform:translateY(0);
		}
	}
	
	.center-it {
		position:absolute;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%, -50%);
		-moz-transform:translate(-50%, -50%);
		-ms-transform:translate(-50%, -50%);
		-o-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
		text-align:center;
	} .center-it .caption {
		margin-top:10px;
		color:#FFF;
	} .center-it .mouse {
		display:inline-block;
		height:44px;
		width:28px;
		border-radius:12px;
		border:2px solid #FFF;
		text-align:center;
	} .center-it .mouse:after {
		content:"";
		display:inline-block;
		width:3px;
		height:9px;
		background-color:#FFF;
		border-radius:50%;
		-webkit-animation:scroll 1.3s ease-out infinite forwards;
		-moz-animation:scroll 1.3s ease-out infinite forwards;
		animation:scroll 1.3s ease-out infinite forwards;
	}
	
	.search-bar input::-webkit-input-placeholder {
		color:rgba(255,255,255,.35)!important;
	} .search-bar input:-moz-placeholder {
		color:rgba(255,255,255,.35)!important;
	} .search-bar input::-moz-placeholder {
		color:rgba(255,255,255,.35)!important;
	} .search-bar input:-ms-input-placeholder {
		color:rgba(255,255,255,.35)!important;
	}
	
	input:-webkit-autofill {
	  -webkit-box-shadow:0 0 0px 1000px white inset!important;
	}
	
	::-webkit-scrollbar-track {
		-webkit-box-shadow:none;
		-webkit-border-radius:0;
		border-radius:0;
		background-color:#EAEAEA;
	} ::-webkit-scrollbar {
		width:12px;
		height:12px;
	} ::-webkit-scrollbar-thumb {
		-webkit-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:none;
		background-color:#333;
		border-left:1px solid #FFF;
	}
	
	.gscale {
		filter:grayscale(100%);
		-webkit-filter:grayscale(100%);
		filter:gray;
		-webkit-transition:all .6s ease;
	}
	
	.noselect {
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		-khtml-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none;
	}
	
	input[type=text], input[type=password], textarea, select {
		font-size:14px;
		padding:10px;
		background:#FFF;
		border:1px solid rgba(0,0,0,0.2);
		vertical-align:middle;
		resize:none;
		margin:0;
		-webkit-appearance:none;
		color:#111;
	} input:focus[type=text], input:focus[type=password], textarea:focus {
		border:1px solid #3D67CB;
		color:#5A5A5A;
	}
	
	#blockPopupDiv {
		position:fixed;
		z-index:9998;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	} #blockPopupDiv > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} #blockPopupDiv > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} #blockPopupDiv #ytplayer {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
	} #blockPopupDiv .popup-img {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		width:auto;
		max-width:80%;
		height:auto;
		max-height:80%;
		padding:10px;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
	}
	
	#blockCallCenter {
		display:none;
		position:fixed;
		z-index:9998;
		width:100%;
		background:url('../images/blockImageBlack.png');
	} #blockCallCenter > div:nth-child(1) {
		position:fixed;
		display:table;
		width:100%;
		height:100%;
	} #blockCallCenter > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} #blockCallCenter .dialogBorder {
		position:relative;
		margin:auto;
		min-height:240px;
		padding:20px;
		width:640px;
		background:#FFF;
		border:1px solid #CCC;
		-moz-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	} #blockCallCenter .girl {
		position:absolute;
		top:-32px;
		right:-38px;
	} #blockCallCenter .title {
		font-size:36px;
		letter-spacing:-1px;
		color:#173C8A;
	} #blockCallCenter .table {
		display:table;
		width:85%;
	} #blockCallCenter .table .row {
		display:table-row;
	} #blockCallCenter .table .row > .cell:nth-child(1) {
		display:table-cell;
		width:32%;
	} #blockCallCenter .table .row > .cell:nth-child(2) {
		display:table-cell;
		width:3%;
	} #blockCallCenter .table .row > .cell:nth-child(3) {
		display:table-cell;
		width:65%;
		padding:2px 0;
	} #blockCallCenter .table .row .cell input {
		width:86%;
	}
	
	#processDiv {
		display:none;
		position:fixed;
		background:#5A5A5A;
		color:#FFF;
		z-index:9999;;
		top:0;
		left:0;
	}
	
	#blockDiv {
		display:none;
		position:fixed;
		z-index:999;
		width:100%;
		background:url('../images/blockImageBlack.png');
	}
	
	#blockTableDiv {
		display:none;
		position:fixed;
		z-index:9999;
		width:100%;
		background:url('../images/blockImageBlack.png');
	} #blockTableDiv .dialogBorder {
		width:90%;
		max-width:400px;
		background:#FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
		-webkit-box-shadow:0 10px 34px 0 rgba(0,0,0,0.35);
		box-shadow:0 10px 34px 0 rgba(0,0,0,0.35);
	} #blockTableDiv .dialogBack {
		border:10px solid #FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
	} #blockTableDiv #dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#333;
	} #blockTableDiv #dialogContent {
		margin:0 0 10px 0;
		padding:0 10px 6px 10px;
		font-size:14px;
		line-height:1.4em;
		color:#333;
	} #blockTableDiv .dialogButton {
		margin:auto;
		padding:0 0 14px 0;
	} #blockTableDiv .dialogButton>input[type=button] {
		border:0;
		display:block;
		padding:10px 14px;
		font-size:14px;
		color:#FFF;
		background:#333;
		cursor:pointer;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
	}
	
	#blockLoaderDiv {
		display:block;
		position:fixed;
		z-index:9998;
		width:100%;
		text-align:center;
	} #blockLoaderDiv .dialogBorder {
		display:inline-block;
		min-width:280px;
		background:#FFF;
		border:1px solid #CCC;
		-moz-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogBack {
		border:10px solid #FFF;
		height:80px;
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#5A5A5A;
	}
	
	img {
		border:0;
	}
	
	.clear, .clr {
		clear:both;
	}
	
	a:link		{ text-decoration:none;		}
	a:visited 	{ text-decoration:none;		}
	a:hover   	{ text-decoration:underline;	}
	