	
	/*	/////////		SAYFA YAPISI		////////// */
	
	html {
		margin:0px;
		padding:0px;
		height:100%;
	}
	
	body {
		margin:0px;
		padding:0px;
		height:100%;
		background:#FFF;
		
	}
	
	body, input, select, textarea, button {
		font-family:'Poppins';
		font-size:15px;
		font-weight:300;
		color:#333;
		border:0;
	}
	
	* {
		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			///////// */
	/*	/////////////////////////////////////////////////// */
	
	.header {
		position:relative;
		width:100%;
	} .header.inside {
		z-index:9;
		height:100px;
		
	} .header .container {
		position:absolute;
		z-index:1;
		width:100%;
		height:100%;
		
	} .header .efect.top {
		position:absolute;
		z-index:1;
		top:0;
		width:100%;
		height:25%;
	} .header .efect.bottom {
		display:none;
		/*
		position:absolute;
		z-index:1;
		bottom:0;
		width:100%;
		height:32%;
		*/
		
	} .header .hsp {
		position:absolute;
		z-index:3;
		top:47%;
		left:30px;
	} .header .hsn {
		position:absolute;
		z-index:3;
		top:47%;
		right:30px;
	} .header .hspgr {
		position:absolute;
		z-index:3;
		bottom:20%;
		width:100%;
	} .header .hspgr > div:nth-child(1) {
		position:relative;
		width:100%;
		max-width:1340px;
		margin:auto;
	} .header .hspgr .hs-pager ul {
		list-style:none;
		margin:0;
		padding:0;
	} .header .hspgr .hs-pager ul li {
		display:inline-block;
		margin:0 2px 0 0;
	} .header .hspgr .hs-pager ul li a {
		display:inline-block;
		width:30px;
		height:4px;
		background:#00AC4F;
	} .header .hspgr .hs-pager ul li a:hover,
	  .header .hspgr .hs-pager .active {
		background:#2C77BC;
		text-decoration:none;
		
	} .header .navi {
		position:absolute;
		z-index:3;
		top:0;
		left:0;
		width:100%;
		height:96px;
		border-bottom:1px solid rgba(44,119,188,.25);
	} .header .navi > div:nth-child(1) {
		position:relative;
		width:100%;
		max-width:1540px;
		margin:auto;
	} .header .navi.inside > div:nth-child(1) {
		max-width:1340px;
	} .header .navi .logo {
		position:absolute;
		top:32px;
		left:20px;
	} .header .navi .btns {
		position:absolute;
		top:0;
		right:20px;
	} .header .navi .buttons {
		list-style:none;
		margin:0;
		padding:0;
	} .header .navi .buttons > li {
		display:inline-block;
		vertical-align:top;
	} .header .navi .buttons > li.a {
		position:relative;
	} .header .navi .buttons > li.a > a:nth-child(1) {
		display:block;
		height:100px;
		font-size:19px;
		font-weight:500;
		color:#2C77BC;
		background:rgba(0,0,0,0);
		border-top:4px solid transparent;
		margin:0 8px 0 0;
		padding:30px 12px 0 12px;
		-webkit-transition:all .5s ease-out;
		-moz-transition:all .5s ease-out;
		transition:all .5s ease-out;
	} .header .navi .buttons.inside > li.a > a:nth-child(1) {
		margin:0;
	} .header .navi .buttons > li.a > a:hover,
	  .header .navi .buttons > li.a > a.active {
		border-top:4px solid #00AC4F;
		color:#00AC4F;
		text-decoration:none;
		-webkit-transition:all .25s ease-out;
		-moz-transition:all .25s ease-out;
		transition:all .25s ease-out;
	} .header .navi .buttons li.a * {
		-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-o-transition:all 0.2s ease;
		-ms-transition:all 0.2s ease;
	} .header .navi .buttons li.a:hover .sub {
		height:auto;
		overflow:inherit;
	} .header .navi .buttons .sub,
	  .header .navi .buttons .altsub {
		position:absolute;
		z-index:10;
		list-style:none;
		height:0;
		overflow:hidden;
		text-align:left;
		top:100px;
		left:0;
		margin:0;
		padding:0;
		background:#0055A7;
		-webkit-box-shadow:0 20px 34px 0 rgba(0,0,0,.5);
		box-shadow:0 20px 34px 0 rgba(0,0,0,.5);
	}.header .navi .buttons .altsub {
		top:4px;
		left:200px;
		height:auto;
		opacity:0;
		border:1px solid rgba(255,255,255,.25);
	} .header .navi .buttons li.a:hover .sub {
		border:1px solid rgba(255,255,255,.25);
		border-top:0;
	} .header .navi .buttons > li.b > a,
	  .header .navi .buttons > li.b > ul a {
		position:relative;
		display:inline-block;
		width:56px;
		top:2px;
		padding:13px 24px 9px 12px;
		font-size:15px;
		line-height:1em;
		color:#333;
		 border:1px solid rgba(44,119,188,.5);
		-webkit-border-radius:8px;
		border-radius:8px;
		-webkit-transition:all .15s ease-out;
		-moz-transition:all .15s ease-out;
		transition:all .15s ease-out;
	} .header .navi .buttons > li.b > a {
		margin:26px 0 0 16px;
		background:url('../images/icon_downArrow.png') no-repeat;
		background-position:100% 50%;
	} .header .navi .buttons > li.b > a:hover {
		color:#000;
		background:#FFF url('../images/icon_downArrow.png') no-repeat;
		background-position:100% 50%;
		text-decoration:none;
	} .header .navi .buttons > li.b > ul a {
		display:none;
		margin:3px 0 0 16px;
	} .header .navi .buttons > li.b:hover ul a {
		display:block;
	} .header .navi .buttons > li.b > ul a:hover {
		color:#2D549E;
		background:#FFF;
		text-decoration:none;
		border:1px solid #2D549E;
		-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.25);
		box-shadow:0 6px 10px 0 rgba(0,0,0,.25);
	} .header .navi .buttons > li.b > ul {
		list-style:none;
		margin:0;
		padding:0;
		
	} .header .header-slider {
		position:relative;
		z-index:3;
		width:100%;
		height:100%;
	} .header .header-slider .slide {
		width:100%;
		height:100%;
	} .header .header-slider .slide > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} .header .header-slider .slide > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} .header .header-slider .slide > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
		width:100%;
		max-width:1340px;
		margin:-4% auto 0 auto;
	} .header .header-slider .txt.a {
		display:block;
		width:600px;
		font-size:70px;
		line-height:1.4em;
		font-weight:500;
		letter-spacing:-2px;
		color:#2C77BC;
		text-shadow:0 -1px 1px rgba(255,255,255,.5), 0 1px 1px rgba(255,255,255,.75), -1px 0 1px rgba(255,255,255,.75), 1px 0 1px rgba(255,255,255,.75), 0 10px 10px rgba(0,0,0,.5);
	} .header .header-slider .txt.b {
		display:block;
		width:560px;
		margin-top:10px;
		font-size:21px;
		line-height:1.4em;
		text-shadow:0 -1px 1px rgba(255,255,255,.5), 0 1px 1px rgba(255,255,255,.75), -1px 0 1px rgba(255,255,255,.75), 1px 0 1px rgba(255,255,255,.75), 0 10px 10px rgba(0,0,0,.5);
	} .header .header-slider .slider-btn {
		position:relative;
		padding:12px 46px 8px 16px;
		margin:26px 0 80px 0;
		font-size:17px;
		background:#2C77BC url('../images/icon_buttonArrow_2.png') no-repeat;
		background-position:90% 50%;
		color:#FFF;
		border:1px solid rgba(255,255,255,.25);
		-webkit-border-radius:8px;
		border-radius:8px;
	} .header .header-slider .slider-btn:hover {
		background:#0099FF url('../images/icon_buttonArrow_2.png') no-repeat;
		background-position:90% 50%;
		color:#FFF;
		cursor:pointer;
	} .header .header-slider .slider-btn:active {
		top:1px;
		
	} .header .resizer {
		position:relative;
		z-index:0;
		visibility:hidden;
	} .header .resizer img {
		display:block;
	}
	
	.content.main {
		position:relative;
		z-index:1;
		width:100%;
		
	} .content .main-products.a {
		position:relative;
		z-index:1;
		width:100%;
		max-width:1340px;
		margin:auto;
		padding:30px 0 20px 0;
	} .content .main-products.b {
		position:relative;
		z-index:1;
		width:100%;
		max-width:1290px;
		margin:auto;
		padding:30px 0 0 0;
		text-align:center;
	} .content .main-products * {
		-webkit-transition:all .15s ease-out;
		-moz-transition:all .15s ease-out;
		transition:all .15s ease-out;
	} .content .main-products .txt.a {
		display:block;
		font-size:47px;
		font-weight:500;
		letter-spacing:-1.5px;
	} .content .main-products .txt.b {
		display:block;
		font-size:19px;
		line-height:1.4em;
	} .content .main-products .psp {
		position:absolute;
		top:50%;
		left:-70px;
	} .content .main-products .psn {
		position:absolute;
		top:50%;
		right:-70px;
	} .content .main-products .product-slider {
		height:460px;
		margin:40px 0 0 0;
	} .content .main-products .product-slider .slide,
	  .content .main-products .item {
		display:inline-block;
		width:340px;
		height:440px;
		vertical-align:top;
	} .content .main-products .item {
		width:318px;
		height:420px;
	} .content .main-products .product-slider .box,
	  .content .main-products .item .box {
		position:relative;
		display:block;
		width:300px;
		height:360px;
		margin:auto;
		vertical-align:top;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.15);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.15);
	} .content .main-products .item .box {
		width:280px;
	} .content .main-products .product-slider .box a,
	  .content .main-products .item .box a {
		display:block;
		width:100%;
		height:100%;
		color:inherit;
		text-decoration:none;
		padding:30px;
	} .content .main-products .product-slider .box:hover a *,
	  .content .main-products .item .box:hover a * {
		color:#FFF!important;
	} .content .main-products .product-slider .box .txt.a,
	  .content .main-products .item .box .txt.a {
		display:block;
		font-size:27px;
		line-height:1.2em;
		letter-spacing:-1px;
		margin:0 0 16px 0;
	} .content .main-products .product-slider .box .txt.b,
	  .content .main-products .item .box .txt.b {
		display:block;
		font-size:17px;
		line-height:1.4em;
		margin:0 0 16px 0;
	} .content .main-products .product-slider .box button,
	  .content .main-products .item .box button {
		position:absolute;
		bottom:-50px;
		left:30px;
		padding:12px 36px 8px 0;
		border:1px solid rgba(0,0,0,0);
		margin:26px 0 80px 0;
		font-size:17px;
		background:url('../images/icon_buttonArrow_2Invert.png') no-repeat;
		background-position:86% 50%;
		cursor:pointer;
	} .content .main-products .product-slider .box:hover a,
	  .content .main-products .item .box:hover a {
		padding-left:40px;
	} .content .main-products .product-slider .box:hover button,
	  .content .main-products .item .box:hover button {
		background:#FFF url('../images/icon_buttonArrow_2Invert.png') no-repeat;
		color:#333!important;
		background-position:86% 50%;
		padding:12px 36px 8px 16px;
		border:1px solid rgba(255,255,255,.25);
		-webkit-border-radius:8px;
		border-radius:8px;
	} .content .main-products .product-slider .box.a,
	  .content .main-products .item .box.a {
		background:url('../pics/categories/btn_mainContent_1.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.a:hover,
	  .content .main-products .item .box.a:hover {
		background:url('../pics/categories/btn_mainContent_1Hover.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.b,
	  .content .main-products .item .box.b {
		background:url('../pics/categories/btn_mainContent_2.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.b:hover,
	  .content .main-products .item .box.b:hover {
		background:url('../pics/categories/btn_mainContent_2Hover.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.c,
	  .content .main-products .item .box.c {
		background:url('../pics/categories/btn_mainContent_3.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.c:hover,
	  .content .main-products .item .box.c:hover {
		background:url('../pics/categories/btn_mainContent_3Hover.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.d,
	  .content .main-products .item .box.d {
		background:url('../pics/categories/btn_mainContent_4.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.d:hover,
	  .content .main-products .item .box.d:hover {
		background:url('../pics/categories/btn_mainContent_4Hover.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.e,
	  .content .main-products .item .box.e {
		background:url('../pics/categories/btn_mainContent_5.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.e:hover,
	  .content .main-products .item .box.e:hover {
		background:url('../pics/categories/btn_mainContent_5Hover.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.f,
	  .content .main-products .item .box.f {
		background:url('../pics/categories/btn_mainContent_6.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.f:hover,
	  .content .main-products .item .box.f:hover {
		background:url('../pics/categories/btn_mainContent_6Hover.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.g,
	  .content .main-products .item .box.g {
		background:url('../pics/categories/btn_mainContent_7.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.g:hover,
	  .content .main-products .item .box.g:hover {
		background:url('../pics/categories/btn_mainContent_7Hover.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.h,
	  .content .main-products .item .box.h {
		background:url('../pics/categories/btn_mainContent_8.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-products .product-slider .box.h:hover,
	  .content .main-products .item .box.h:hover {
		background:url('../pics/categories/btn_mainContent_8Hover.jpg') left no-repeat;
		background-size:100% 100%;
	} .content .main-why {
		width:100%;
		padding:70px 0;
	} .content .main-why > div:nth-child(1) {
		width:100%;
		max-width:1340px;
		margin:auto;
	} .content .main-why .txt.a {
		display:block;
		font-size:47px;
		font-weight:500;
		letter-spacing:-1.5px;
	} .content .main-why .txt.b {
		display:block;
		font-size:19px;
		line-height:1.4em;
	} .content .main-why ul {
		list-style:none;
		margin:30px 0;
		padding:0;
		text-align:center;
	} .content .main-why ul li {
		display:inline-block;
		vertical-align:top;
		width:142px;
		height:200px;
	} .content .main-why ul li div {
		display:inline-block;
		width:100px;
		height:100px;
		-webkit-border-radius:100px;
		border-radius:100px;
	} .content .main-why ul li img {
		margin:20px 0 0 0;
	} .content .main-why ul li span {
		display:block;
		margin:14px 0;
		font-size:17px;
		line-height:1.3em;
		
	} .content .main-about {
		width:100%;
		background:url('../images/back_graidentLines_1.png') repeat-x top;
	} .content .main-about > div:nth-child(1) {
		width:100%;
		background:url('../pics/pics_mainContent_1.jpg') no-repeat left;
	} .content .main-about > div:nth-child(1) > div:nth-child(1) {
		display:table;
		width:100%;
		max-width:1340px;
		margin:auto;
		min-height:680px;
	} .content .main-about .left {
		display:table-cell;
		width:50%;
		vertical-align:bottom;
		padding:0 0 30px 0;
	} .content .main-about .left .txt.a {
		display:block;
		margin-top:30px;
		font-size:21px;
		line-height:1.4em;
	} .content .main-about .left .txt.b {
		width:484px;
		height:1px;
		margin:10px 0 0 0;
		background:#2C77BC;
	} .content .main-about .right {
		display:table-cell;
		width:50%;
		vertical-align:top;
		padding:70px 0 30px 0;
	} .content .main-about .right .txt.a {
		display:block;
		font-size:47px;
		font-weight:500;
		letter-spacing:-1.5px;
	} .content .main-about .right .txt.b {
		display:block;
		font-size:19px;
		line-height:1.4em;
		
	} .content .main-certs {
		width:100%;
		padding:60px 0 80px 0;
	} .content .main-certs > div:nth-child(1) {
		width:100%;
		max-width:1340px;
		margin:auto;
	} .content .main-certs .txt {
		display:block;
		font-size:47px;
		font-weight:500;
		letter-spacing:-1.5px;
	} .content .main-certs .item {
		display:inline-block;
		vertical-align:top;
		width:150px;
		height:220px;
		background:#EEE;
		margin:0 15px 0 0;
	} .content .main-certs .item.last {
		margin:0;
	} .content .main-certs .item img {
		display:block;
		-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.25);
		box-shadow:0 4px 8px 0 rgba(0,0,0,.25);
		
	} .content .con-breadcrumb {
		width:100%;
		padding:12px 0;
		margin-top:70px;
		background:#2C77BC;
	} .content .con-breadcrumb > div:nth-child(1) {
		width:100%;
		max-width:1290px;
		margin:auto;
		color:#FFF;
		
	} .content .con-inside {
		width:100%;
		min-height:520px;
		
	} .content .con-prodetail {
		position:relative;
		z-index:1;
		width:100%;
		background:#FFF url('../pics/products/pics_urunlerPics_1_1.jpg') no-repeat top center;
	} .content .con-prodetail > div:nth-child(1) {
		position:relative;
		z-index:1;
		width:100%;
		max-width:1290px;
		min-height:600px;
		margin:auto;
		padding:0 0 60px 0;
	} .content .con-prodetail .left {
		float:left;
		position:relative;
		width:460px;
	} .content .con-prodetail .left .img.a1 {
		position:absolute;
		top:30px;
		left:40px;
		width:160px;
		height:160px;
		text-align:center;
		font-size:17px;
		font-weight:bold;
		color:#FFF;
		-webkit-border-radius:160px;
		border-radius:160px;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.1);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.1);
	} .content .con-prodetail .left .img.a2 {
		position:absolute;
		top:30px;
		right:40px;
		width:160px;
		height:160px;
		text-align:center;
		font-size:17px;
		font-weight:bold;
		color:#FFF;
		-webkit-border-radius:160px;
		border-radius:160px;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.1);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.1)
	} .content .con-prodetail .left .img.b,
	  .content .con-prodetail .left .img.c1,
	  .content .con-prodetail .left .img.c2 {
		display:block;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.1);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.1);
	} .content .con-prodetail .left .img.d1,
	  .content .con-prodetail .left .img.d2 {
		display:block;
		border:1px solid #DDD;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.1);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.1);
		
	} .content .con-prodetail .right {
		float:left;
		width:830px;
		padding:40px;
	} .content .con-prodetail .right .text.a {
		width:100%;
		min-height:221px;
	} .content .con-prodetail .right .text.a .back {
		float:right;
		margin:0 0 20px 20px;
	} .content .con-prodetail .right .text.a .back button {
		-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.25);
		box-shadow:0 4px 4px 0 rgba(0,0,0,.25);
	} .content .con-prodetail .right .text.a .txt.a {
		display:block;
		font-size:37px;
		line-height:1.2em;
		letter-spacing:-1px;
		text-shadow:0 1px 1px rgba(255,255,255,.5), 0 4px 4px rgba(0,0,0,.25);
	} .content .con-prodetail .right .text.a .txt.b {
		display:block;
		font-size:19px;
		line-height:1.4em;
	} .content .con-prodetail .right .text.a .txt.c {
		display:block;
		font-size:17px;
		line-height:1.4em;
	} .content .con-prodetail .right .text.b .titles {
		display:block;
		padding:10px;
		font-size:17px;
		line-height:1.4em;
	} .content .con-prodetail .right .text.b .txt.a {
		display:block;
		padding:10px;
		font-size:17px;
		line-height:1.2em;
	} .content .con-prodetail .right .text.b .txt.a span {
		font-size:13px;
	} .content .con-prodetail .right .text.b .img.a {
		display:block;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.1);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.1);
	} .content .con-prodetail .right table {
		border-collapse:collapse;
		line-height:1em;
		
	} .content .tech-box {
		padding:30px;
		border:10px solid #F5F5F5;
		-webkit-border-radius:20px;
		border-radius:20px;
	} .content .tech-box .tech.a {
		float:left;
		width:50%;
	} .content .tech-box .tech.b {
		float:left;
		width:50%;
		
	} .content .con-basvuru-formu {
		width:100%;
		margin:auto;
		padding:0 0 80px 0;
	} .content .con-basvuru-formu > div:nth-child(1) {
		width:100%;
		max-width:1300px;
		margin:auto;
	} .content .con-basvuru-formu .image {
		float:left;
		width:500px;
	} .content .con-basvuru-formu .image img {
		display:block;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.25);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.25);
	} .content .con-basvuru-formu .form {
		float:left;
		width:780px;
		padding:3% 3% 0 3%;
	} .content .con-basvuru-formu .notices {
		width:97%;
		margin:0 0 30px 0;
		padding:16px 20px;
		font-size:17px;
		color:#111;
		background:#FFF4CE;
		line-height:1.4em;
		-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
	} .content .con-basvuru-formu .notices img {
		float:left;
		margin:4px 26px 50px 0;
	} .content .con-basvuru-formu .input.a {
		float:left;
		width:50%;
		margin:0 0 20px 0;
	} .content .con-basvuru-formu .input.b1,
	  .content .con-basvuru-formu .input.b2 {
		float:left;
		width:100%;
		margin:0 0 20px 0;
	} .content .con-basvuru-formu .input.a div {
		position:relative;
		z-index:1;
		display:inline-block;
		width:46px;
		height:41px;
		border:1px solid #CCC;
		vertical-align:middle;
	} .content .con-basvuru-formu .input.a input[name=frm-captcha] {
		width:140px;
		vertical-align:top;
		margin:0 0 0 -2%;
		padding-left:16px;
	} .content .con-basvuru-formu .input.b1 div {
		position:relative;
		z-index:1;
		display:inline-block;
		width:46px;
		height:41px;
		border:1px solid #CCC;
		vertical-align:top;
	} .content .con-basvuru-formu .input.b1 .file {
		display:inline-block;
		width:90%;
		height:41px;
		padding:7px;
		margin-left:-1px;
		border:1px solid #CCC;
		-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
	} .content .con-basvuru-formu .input.b2 div {
		position:relative;
		z-index:1;
		display:inline-block;
		width:46px;
		height:200px;
		border:1px solid #CCC;
		vertical-align:top;
	} .content .con-basvuru-formu .input.a img.captcha {
		display:inline-block;
		height:41px;
		margin:0 0 0 10px;
		border:1px solid #AAA;
		vertical-align:top;
	} .content .con-basvuru-formu .input span {
		display:block;
		width:100%;
		height:100%; 
	} .content .con-basvuru-formu .input input[type=text],
	  .content .con-basvuru-formu .input input[type=number],
	  .content .con-basvuru-formu .input select {
		width:82%;
		height:41px;
		font-size:16px;
		line-height:1em;
		vertical-align:middle;
		margin:0 0 0 -2%;
		padding-left:16px;
		-webkit-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
	} .content .con-basvuru-formu .input.b1 select {
		width:91.8%;
		padding-left:3%;
	} .content .con-basvuru-formu .input.b2 textarea {
		width:91.8%;
		height:200px;
		font-size:16px;
		line-height:1em;
		vertical-align:top;
		margin:0 0 0 -2%;
		padding-left:3%;
		-webkit-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
	} .content .con-basvuru-formu .input-bottom {
		width:100%;
		padding:0 3.5% 0 0;
	} .content .con-basvuru-formu .input-bottom .input.a {
		width:60%;
	} .content .con-basvuru-formu .submit {
		float:right;
	} .content .con-basvuru-formu .submit button {
		position:relative;
		width:100%;
		height:41px;
		padding:8px 16px;
		font-size:18px;
		line-height:1em;
		font-weight:bold;
		background:#09af55;
		color:#FFF;
		cursor:pointer;
		-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
	} .content .con-basvuru-formu .submit button:active {
		top:1px;
		
	} .content .con-photos {
		position:relative;
		width:100%;
		max-width:1120px;
		margin:auto;
	} .content .con-photos .item {
		display:inline-block;
		width:350px;
		height:350px;
		-webkit-border-radius:4px;
		border-radius:4px;
	} .content .con-photos .item:hover {
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.35);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.35);
	} .content .con-photos .item > div:nth-child(1) {
		position:relative;
		width:100%;
		height:100%;
		color:#FFF;
		text-align:left;
		-webkit-border-radius:4px;
		border-radius:4px;
		background:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,.5) 100%);
		background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,.5) 100%);
		background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,.5) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	} .content .con-photos .item > div:nth-child(1) > div:nth-child(1) {
		position:absolute;
		bottom:0;
		padding:25px;
		text-shadow:0 2px 3px rgba(0,0,0,.5);
	} .content .con-photos .item .txt.a {
		display:block;
		font-size:15px;
		line-height:1em;
	} .content .con-photos .item .txt.b {
		display:block;
		font-size:29px;
		line-height:1em;
		letter-spacing:-1px;
		
	} .content .con-contact {
		width:100%;
		margin:auto;
	} .content .con-contact > div:nth-child(1) {
		width:100%;
		max-width:1300px;
		padding:30px 0 0 0;
		margin:auto;
	} .content .con-contact > div:nth-child(2) {
		display:table;
		width:100%;
		max-width:1300px;
		min-height:580px;
		padding:0;
		margin:auto;
	} .content .con-contact .cell.a {
		float:left;
		width:25%;
	} .content .con-contact .cell.b {
		float:left;
		width:75%;
	} .content .con-contact .txt.a {
		display:block;
		font-size:27px;
		line-height:1.2em;
		letter-spacing:-1px;
		text-shadow:0 1px 1px rgba(255,255,255,.5), 0 4px 4px rgba(0,0,0,.25);
	} .content .con-contact .image {
		display:none;
		/*float:left;
		width:500px;*/
	} .content .con-contact .image img {
		/*display:block;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.25);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.25);*/
	} .content .con-contact .text {
		width:90%;
		margin:0 auto;
		padding:30px 0;
		/*float:left;
		width:800px;
		padding:3% 4% 0 4%;*/
	} .content .con-contact .notices {
		width:96.5%;
		margin:0 0 30px 0;
		padding:16px 20px;
		font-size:17px;
		color:#111;
		background:#FFF4CE;
		line-height:1.4em;
		-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
	} .content .con-contact .notices img {
		display:inline-block;
		margin:0 16px 0 0;
		vertical-align:middle;
	} .content .con-contact .input.a {
		float:left;
		width:50%;
		margin:0 0 20px 0;
	} .content .con-contact .input.b {
		float:left;
		width:100%;
		margin:0 0 20px 0;
	} .content .con-contact .input.a div {
		position:relative;
		z-index:1;
		display:inline-block;
		width:46px;
		height:41px;
		border:1px solid #CCC;
		vertical-align:middle;
	} .content .con-contact .input.a input[name=frm-captcha] {
		width:140px;
		vertical-align:top;
		margin:0 0 0 -2%;
		padding-left:16px;
	} .content .con-contact .input.b div {
		position:relative;
		z-index:1;
		display:inline-block;
		width:46px;
		height:200px;
		border:1px solid #CCC;
		vertical-align:top;
	} .content .con-contact .input.a img.captcha {
		display:inline-block;
		height:41px;
		margin:0 0 0 10px;
		border:1px solid #AAA;
		vertical-align:top;
	} .content .con-contact .input span {
		display:block;
		width:100%;
		height:100%; 
	} .content .con-contact .input input[type=text],
	  .content .con-contact .input select {
		width:86.5%;
		/*width:82%;*/
		height:41px;
		font-size:16px;
		line-height:1em;
		vertical-align:middle;
		margin:0 0 0 -2%;
		padding-left:16px;
		-webkit-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
	} .content .con-contact .input textarea {
		width:94%;
		/*width:91.8%;*/
		height:200px;
		font-size:16px;
		line-height:1em;
		vertical-align:top;
		margin:0 0 0 -2%;
		padding-left:3%;
		-webkit-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
	} .content .con-contact .input-bottom {
		width:100%;
		padding:0 3.5% 0 0;
	} .content .con-contact .input-bottom .input.a {
		width:60%;
	} .content .con-contact .submit {
		float:right;
	} .content .con-contact .submit button {
		position:relative;
		width:100%;
		height:41px;
		padding:8px 16px;
		font-size:18px;
		line-height:1em;
		font-weight:bold;
		background:#09af55;
		color:#FFF;
		cursor:pointer;
		-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 6px 10px 0 rgba(0,0,0,.15);
		
	} .content .con-under {
		width:260px;
		margin:90px auto;
		white-space:nowrap;
	} .content .con-under img {
		vertical-align:middle;
	} .content .con-under span {
		font-size:19px;
	}
	
	.footer {
		position:relative;
		width:100%;
	} .footer .info-bar {
		width:100%;
	} .footer .info-bar > div:nth-child(1) {
		position:relative;
		display:table;
		width:100%;
		max-width:1340px;
		height:420px;
		margin:auto;
	} .footer.inside > .info-bar > div:nth-child(1) {
		max-width:1280px;
	} .footer .info-bar .box.a {
		display:table-cell;
		width:40%;
		vertical-align:top;
		padding-top:60px;
	} .footer .info-bar .box.a .txt.a {
		display:block;
		margin:30px 0 0 0;
		font-size:21px;
		color:#FFF;
		line-height:1.4em;
	} .footer .info-bar .box.a .txt.b {
		display:block;
		width:460px;
		font-size:15px;
		line-height:1.4em;
		color:#FFF;
	} .footer .info-bar .box.a .txt.c {
		display:block;
		margin:30px 0 0 0;
	} .footer .info-bar .box.b {
		display:table-cell;
		width:60%;
		vertical-align:top;
		padding-top:60px;
		text-align:right;
		white-space:nowrap;
	} .footer .info-bar .box.b .txt {
		display:inline-block;
		padding:10px 24px;
		font-size:21px;
		color:#FFF;
		letter-spacing:-.5px;
		vertical-align:middle;
	} .footer .info-bar .box.b .cusline {
		display:inline-block;
		width:300px;
		height:100px;
		-webkit-border-radius:100px;
		border-radius:100px;
		background:#FFF;
		text-align:left;
		cursor:pointer;
	} .footer .info-bar .box.b .cusline .left {
		float:left;
		padding:18px;
	} .footer .info-bar .box.b .cusline .right {
		float:left;
		padding:18px 0;
	} .footer .info-bar .box.b .cusline .ta {
		display:block;
		line-height:1em;
		font-size:19px;
	} .footer .info-bar .box.b .cusline .tb {
		display:block;
		line-height:1.6em;
		font-size:15px;
	} .footer .info-bar .box.b .cusline .tc {
		display:block;
		line-height:1.3em;
		font-size:23px;
		letter-spacing:-2px;
		color:#00AC4F;
		
	} .footer .copyright-bar {
		width:100%;
		background:#236096;
	} .footer .copyright-bar > div:nth-child(1) {
		position:relative;
		display:table;
		width:100%;
		max-width:1340px;
		height:120px;
		margin:auto;
	} .footer .copyright-bar.inside > div:nth-child(1) {
		max-width:1280px;
	} .footer .copyright-bar .left {
		display:table-cell;
		width:auto;
		vertical-align:middle;
		color:#FFF;
		line-height:1.4em;
	} .footer .copyright-bar .right {
		display:table-cell;
		width:100px;
		vertical-align:middle;
		text-align:right;
	}
	
	.mobile-menu {
		position:fixed;
		z-index:99;
		top:0;
		left:0;
		width:100%;
		height:100%;
	} .mobile-menu > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} .mobile-menu > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		text-align:center;
		vertical-align:middle;
	} .mobile-menu .logo {
		display:block;
		margin:0 0 30px 0;
	} .mobile-menu .lang-bar {
		font-size:21px;
	} .mobile-menu ul {
		list-style:none;
		width:90%;
		margin:auto;
		padding:0;
		font-size:16px;
	} .mobile-menu ul li:first-child {
		border-top:0!important;
	} .mobile-menu ul li {
		display:block;
		border-bottom:1px solid rgba(255,255,255,0.1);
		font-weight:700;
	} .mobile-menu ul li:last-child {
		border-bottom:0;
		font-weight:300;
	} .mobile-menu ul li a {
		display:block;
		padding:12px 0 10px 0;
		font-size:19px;
		color:#FFF;
		text-decoration:none;
	} .mobile-menu ul li a:active {
		background:#0DA960;
		color:#FFF!important;
	}
	
	.mobile-menu,
	.mobile-btn {
		display:none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	
	/* // All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		.nomob {
			display:none!important;
		}
		
		.header {
			width:100%;
			min-height:680px;
			background:#DDD;
		} .header.inside {
			height:120px;
			min-height:120px;
			
		} .header .efect.top {
			top:0;
			width:100%;
			height:25%;
		} .header .efect.bottom {
			bottom:0;
			width:100%;
			height:32%;
			
		} .header .hsp {
			top:45%;
			left:20px;
		} .header .hsn {
			top:45%;
			right:20px;
		} .header .hsp img,
		  .header .hsn img {
			width:50px;
			height:auto;
			
		} .header .hspgr {
			bottom:10%;
			width:100%;
		} .header .hspgr > div:nth-child(1) {
			max-width:100%;
			text-align:center;
			
		} .header .navi {
			width:100%;
			height:96px;
			border:0;
		} .header .navi > div:nth-child(1) {
			max-width:100%;
		} .header .navi.inside > div:nth-child(1) {
			max-width:100%;
		} .header .navi .logo {
			position:absolute;
			top:30px;
			left:20px;
		} .header .navi .logo img {
			width:260px;
			height:auto;
		} .header .navi .btns {
			position:absolute;
			top:0;
			right:20px;
		} .header .navi .btns .mobile-btn {
			display:block;
			margin-top:32px;
		} .header .navi .buttons {
			display:none;
			
		} .header .header-slider {
			height:680px;
		} .header .header-slider .slide {
			height:680px;
		} .header .header-slider .slide > div:nth-child(1) {
			display:table;
			height:680px;
		} .header .header-slider .slide > div:nth-child(1) > div:nth-child(1) {
			display:table-cell;
			vertical-align:middle;
		} .header .header-slider .slide > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
			width:100%;
			max-width:100%;
			margin:-4% auto 0 auto;
		} .header .header-slider .txt.a {
			width:100%;
			font-size:35px;
			letter-spacing:-1.5px;
			text-align:center;
		} .header .header-slider .txt.b {
			display:none;
			
		} .header .resizer {
			display:none;
		}
		
		.content .main-products.a {
			max-width:100%;
			margin:auto;
			padding:30px 0 20px 0;
			text-align:center;
		} .content .main-products.b {
			max-width:100%;
			padding-top:30px;
		} .content .main-products.a .lines {
			margin:auto;
		} .content .main-products .txt.a {
			font-size:37px;
		} .content .main-products .txt.b {
			font-size:17px;
			padding:0 20px;
		} .content .main-products .psp {
			top:60%;
			left:-5px;
		} .content .main-products .psn {
			top:60%;
			right:-5px;
			
		} .content .main-why {
			width:100%;
			padding:30px 20px 0 20px;
			text-align:center;
		} .content .main-why > div:nth-child(1) {
			max-width:100%;
		} .content .main-why .lines {
			margin:auto;
		} .content .main-why .txt.a {
			font-size:37px;
		} .content .main-why .txt.b {
			font-size:17px;
		} .content .main-why ul {
			margin:30px 0;
			text-align:center;
		} .content .main-why ul li {
			width:110px;
			height:180px;
		} .content .main-why ul li img {
			margin:20px 0 0 0;
		} .content .main-why ul li span {
			font-size:14px;
			
		} .content .main-about > div:nth-child(1) > div:nth-child(1) {
			display:block;
			max-width:100%;
			min-height:auto;
		} .content .main-about .left {
			display:block;
			width:100%;
			padding:30px 20px 0 20px;
			text-align:center;
		} .content .main-about .left .txt.a {
			display:block;
			margin-top:30px;
			font-size:19px;
			line-height:1.4em;
		} .content .main-about .left .txt.b {
			width:90%;
			height:1px;
			margin:30px auto 0 auto;
		} .content .main-about .right {
			display:block;
			width:100%;
			padding:30px 20px;
			text-align:center;
		} .content .main-about .right .lines {
			margin:auto;
		} .content .main-about .right .txt.a {
			font-size:37px;
		} .content .main-about .right .txt.b {
			font-size:17px;
			
		} .content .main-certs {
			width:100%;
			padding:60px 20px 40px 20px;
		} .content .main-certs > div:nth-child(1) {
			max-width:100%;
			text-align:center;
		} .content .main-certs .txt {
			font-size:37px;
		} .content .main-certs .lines {
			margin:auto;
		} .content .main-certs .item {
			margin:0 10px 24px 10px;
		} .content .main-certs .item.last {
			margin:0 10px 24px 10px;
			
		} .content .con-breadcrumb {
			width:100%;
			padding:12px 10px;
			margin-top:0;
		} .content .con-breadcrumb > div:nth-child(1) {
			width:100%;
			max-width:100%;
			margin:auto;
			
		} .content .con-technology {
			padding:0 20px!important;
			max-width:100%!important;
		} .content .con-technology .text {
			font-size:37px!important;
			line-height:1.3em!important;
			padding-top:20px;
		} .content .con-technology .lines {
			margin:auto;
		} .content .con-technology .boxes {
			float:none!important;
			width:100%!important;
			height:auto!important;
			padding:20px 0!important;
			text-align:center!important;
		} .content .con-technology .boxes * {
			text-align:center!important;
		} .content .con-technology .boxes img {
			display:block!important;
			margin:auto!important;
			width:auto!important;
			max-width:260px!important;
			height:auto!important;
		} .content .con-technology .boxes img.r {
			display:inline-block!important;
			
		} .content .con-prodetail {
			position:relative;
			z-index:1;
			width:100%;
			background:#FFF url('../pics/products/pics_urunlerPics_1_1.jpg') no-repeat top center;
		} .content .con-prodetail > div:nth-child(1) {
			max-width:100%;
			min-height:auto;
			
		} .content .con-prodetail .left {
			float:none;
			width:100%;
			padding:0;
		} .content .con-prodetail .left .img.b,
		  .content .con-prodetail .left .img.c1,
		  .content .con-prodetail .left .img.c2 {
			display:block;
		} .content .con-prodetail .left .img.d1,
		  .content .con-prodetail .left .img.d2 {
			display:block;
		} .content .con-prodetail .left .img.b {
			width:100%!important;
			height:auto!important;
		} .content .con-prodetail .left .div.c1,
		  .content .con-prodetail .left .div.c2 {
		  	float:none!important;
		  	display:inline-block!important;
		  	text-align:center!important;
		  	width:45%!important;
			margin:0 2%!important;
		} .content .con-prodetail .left .img.c1,
		  .content .con-prodetail .left .img.c2 {
		  	width:100%!important;
		  	height:auto!important;
		  	margin:auto!important;
		  	
		} .content .con-prodetail .left .div.d1,
		  .content .con-prodetail .left .div.d2 {
		  	float:none!important;
		  	display:inline-block!important;
		  	text-align:center!important;
		  	width:45%!important;
			margin:0 2%!important;
		} .content .con-prodetail .left .img.d1,
		  .content .con-prodetail .left .img.d2 {
		  	width:100%!important;
		  	height:auto!important;
		  	margin:auto!important;
			
		} .content .con-prodetail .right {
			float:none;
			width:100%;
			padding:0;
		} .content .con-prodetail .right .text.a {
			width:100%;
			min-height:221px;
			padding:10px 20px 40px 20px;
		} .content .con-prodetail .right .img.a {
			width:100%!important;
			height:auto!important;
		} .content .con-prodetail .right .text.b .txt.a {
			display:block;
			padding:10px;
			font-size:17px;
			line-height:1.2em;
		} .content .con-prodetail .right .text.b .txt.a span {
			font-size:13px;
		} .content .con-prodetail .right table {
			border-collapse:collapse;
			line-height:1em;
			font-size:13px;
		} .content .con-prodetail .right .colors * {
			display:inline-block;
			text-align:center;
		} .content .con-prodetail .right .colors img {
			margin:0 10px 16px 10px;
			
		} .content .tech-box {
			padding:16px;
			border:4px solid #F5F5F5;
			-webkit-border-radius:10px;
			border-radius:10px;
		} .content .tech-box .tech.a {
			float:none;
			width:100%;
			padding:16px 0;
			font-size:12px!important;
		} .content .tech-box .tech.b {
			float:none;
			width:100%;
			padding:16px 0;
			
		} .content .con-contact > div:nth-child(1) {
			display:block;
			max-width:100%;
			min-height:auto;
		} .content .con-contact .notices {
			width:99%;
			font-size:15px;
		} .content .con-contact .notices img {
			float:left;
			margin:0 16px 16px 0;
		} .content .con-contact .input.a {
			float:none;
			width:100%;
			margin:0 0 20px 0;
		} .content .con-contact .input.b {
			float:none;
			width:100%;
			margin:0 0 20px 0;
		} .content .con-contact .input.a input[name=frm-captcha] {
			width:120px;
			vertical-align:top;
			margin:0 0 0 -2%;
			padding-left:16px;
		} .content .con-contact .input.a img.captcha {
			margin:0 0 0 10px;
		} .content .con-contact .input input[type=text],
		  .content .con-contact .input select {
			width:86.5%;
		} .content .con-contact .input textarea {
			width:86.5%;
		} .content .con-contact .input-bottom {
			width:100%;
			padding:0;
		} .content .con-contact .input-bottom .input.a {
			width:100%;
		} .content .con-contact .submit {
			float:none;
			
		} .content .con-under {
			width:260px;
			margin:90px auto;
			white-space:nowrap;
		} .content .con-under img {
			vertical-align:middle;
		} .content .con-under span {
			font-size:19px;
		}
		
		.footer .info-bar > div:nth-child(1) {
			display:block;
			max-width:100%;
			height:auto;
		} .footer.inside > .info-bar > div:nth-child(1) {
			max-width:100%;
		} .footer .info-bar .box.a {
			display:block;
			width:100%;
			padding:30px 20px;
			text-align:center;
		} .footer .info-bar .box.a .logo {
			width:300px;
			height:auto;
		} .footer .info-bar .box.a .txt.b {
			width:100%;
		} .footer .info-bar .box.b {
			display:block;
			width:100%;
			padding:0 20px;
			text-align:center;
			white-space:normal;
		} .footer .info-bar .box.b .txt {
			display:block;
			padding:10px 24px;
			font-size:21px;
			color:#FFF;
			letter-spacing:-.5px;
			vertical-align:middle;
		} .footer .info-bar .box.b .img {
			display:block;
			margin:auto;
			-webkit-border-radius:100px;
			border-radius:100px;
		} .footer .info-bar .box.b .cusline {
			margin:10px 0 30px 0;
		} .footer .info-bar .box.b .cusline .left {
			float:left;
			padding:18px;
		} .footer .info-bar .box.b .cusline .right {
			float:left;
			padding:18px 0;
		} .footer .info-bar .box.b .cusline .ta {
			display:block;
			line-height:1em;
			font-size:19px;
		} .footer .info-bar .box.b .cusline .tb {
			display:block;
			line-height:1.6em;
			font-size:15px;
		} .footer .info-bar .box.b .cusline .tc {
			display:block;
			line-height:1.3em;
			font-size:23px;
			letter-spacing:-2px;
			color:#00AC4F;
			
		} .footer .copyright-bar > div:nth-child(1) {
			display:block;
			max-width:100%;
			height:auto;
		} .footer .copyright-bar.inside > div:nth-child(1) {
			max-width:100%;
			text-align:center;
		} .footer .copyright-bar .left {
			display:block;
			width:100%;
			text-align:center;
			padding:30px 30px 20px 30px;
		} .footer .copyright-bar .right {
			display:block;
			width:100%;
			text-align:center;
			padding:0 20px 30px 20px;
		}
		
		/* 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:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	} .gg2 {
		background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	} .gg3 {
		background:#09af55;
		background:-moz-linear-gradient(top, #09af55 0%, #2286a0 100%);
		background:-webkit-linear-gradient(top, #09af55 0%,#2286a0 100%);
		background:linear-gradient(to bottom, #09af55 0%,#2286a0 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09af55', endColorstr='#2286a0',GradientType=0 );
	} .gg4 {
		background:-moz-linear-gradient(top, rgba(239,241,245,1) 0%, rgba(239,241,245,0) 100%);
		background:-webkit-linear-gradient(top, rgba(239,241,245,1) 0%,rgba(239,241,245,0) 100%);
		background:linear-gradient(to bottom, rgba(239,241,245,1) 0%,rgba(239,241,245,0) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff1f5', endColorstr='#00eff1f5',GradientType=0 );
	} .gg5 {
		background:rgb(0,172,79);
		background:-moz-linear-gradient(top, rgba(0,172,79,1) 0%, rgba(44,119,188,1) 100%);
		background:-webkit-linear-gradient(top, rgba(0,172,79,1) 0%,rgba(44,119,188,1) 100%);
		background:linear-gradient(to bottom, rgba(0,172,79,1) 0%,rgba(44,119,188,1) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ac4f', endColorstr='#2c77bc',GradientType=0 );
	} .gg6 {
		background:#e5e5e5;
		background:-moz-linear-gradient(top, #e5e5e5 0%, #f7f7f7 100%);
		background:-webkit-linear-gradient(top, #e5e5e5 0%,#f7f7f7 100%);
		background:linear-gradient(to bottom, #e5e5e5 0%,#f7f7f7 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 );
	}
	
	.search-bar input::-webkit-input-placeholder {
		color:rgba(0,0,0,0.35)!important;
	} .search-bar input:-moz-placeholder {
		color:rgba(0,0,0,0.35)!important;
	} .search-bar input::-moz-placeholder {
		color:rgba(0,0,0,0.35)!important;
	} .search-bar input:-ms-input-placeholder {
		color:rgba(0,0,0,0.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;
	}
	
	button.gray {
		box-shadow:inset 0px 1px 0px 0px #fff;
		background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
		background-color:#f9f9f9;
		border-radius:6px;
		border:1px solid #dcdcdc;
		display:inline-block;
		cursor:pointer;
		color:#666;
		font-size:15px;
		font-weight:bold;
		padding:12px 20px;
		text-decoration:none;
		text-shadow:0px 1px 0px #fff;
	}
	button.gray:hover {
		background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
		background-color:#e9e9e9;
	}
	button.gray:active {
		position:relative;
		top:1px;
	}

	
	#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,.75);
		box-shadow:0 10px 20px 0 rgba(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,.75);
		box-shadow:0 10px 20px 0 rgba(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,.5);
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		box-shadow:0 10px 10px 0 rgba(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,.35);
		box-shadow:0 10px 34px 0 rgba(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,.5);
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		box-shadow:0 10px 10px 0 rgba(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; 	}
	