	
	/*	/////////		SAYFA YAPISI		////////// */
	
	html {
		margin:0px;
		padding:0px;
		height:100%;
	}
	
	body {
		margin:0px;
		padding:0px;
		height:100%;
		background:#232321;
	}
	
	body, input, select, textarea, button {
		font-family:'Lustra';
		font-size:17px;
		font-weight:normal;
		color:#FFF;
		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: 'Lustra';
		src: url('Lustra-SemiBold.woff2') format('woff2'),
		     url('Lustra-SemiBold.woff') format('woff');
		font-weight: 600;
		font-style: normal;
		font-display: swap;
	} @font-face {
		font-family: 'Lustra';
		src: url('Lustra-Light.woff2') format('woff2'),
		     url('Lustra-Light.woff') format('woff');
		font-weight: 300;
		font-style: normal;
		font-display: swap;
	} @font-face {
		font-family: 'Lustra';
		src: url('Lustra-Regular.woff2') format('woff2'),
		     url('Lustra-Regular.woff') format('woff');
		font-weight: normal;
		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:fixed;
		z-index:1;
		width:100%;
		height:914px;
		padding:20px;
		background:url('../pics/pics_sliderPics_1.jpg') no-repeat bottom center;
		background-size:cover;
	} .header.inside {
		position:inherit;
		width:100%;
		height:900px;
		padding:20px;
		background:url('../images/back_insideEfect.jpg') no-repeat top center;
		
	} .header .logo {
		position:absolute;
		top:50px;
		left:50px;
		
	} .header .buttons {
		position:absolute;
		top:50px;
		right:50px;
	} .header .buttons ul {
		list-style:none;
		margin:0;
		padding:0;
	} .header .buttons ul li {
		display:inline-block;
	} .header .buttons ul li.a a {
		display:block;
		margin:0 12px;
		padding:10px;
		color:#FFF;
		position:relative;
		overflow:hidden;
		text-decoration:none;
	} .header .buttons ul li.a a.active {
		color:#F36F2F;
	} .header .buttons ul li.a a span {
		display:block;
		transition:transform 0.35s ease, opacity 0.35s ease;
	} .header .buttons ul li.a a::before {
		content:attr(data-text);
		position:absolute;
		top:0;
		left:0;
		right:0;
		padding:10px;
		color:#F36F2F;
		transform:translateY(-100%);
		transition:transform 0.35s ease;
	} .header .buttons ul li.a a:hover span {
		transform:translateY(100%);
		opacity:0;
	} .header .buttons ul li.a a:hover::before {
		transform:translateY(0);
	} .header .buttons ul li.b {
		position:relative;
		top:-14px;
	} .header .buttons ul li.b a {
		display:block;
		margin-left:12px;
		padding:10px;
		color:#FFF;
		background:#F36F2F;
		text-decoration:none;
		-webkit-border-radius:4px;
		border-radius:4px;
		-webkit-transition:all .15s ease-out;
		-moz-transition:all .15s ease-out;
		transition:all .15s ease-out;
	} .header .buttons ul li.b a:hover {
		top:-1px;
		background:#FFF;
		color:#F36F2F;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		
	} .header .social {
		position:absolute;
		bottom:50px;
		right:50px;
	} .header .social ul {
		list-style:none;
		margin:0;
		padding:0;
	} .header .social ul li {
		display:block;
		margin-top:6px;
	} .header .social ul li a {
		display:block;
		width:40px;
		height:40px;
	} .header .social ul li:hover {
		background-color:#FFF;
	} .header .social ul li a.s1 {
		background:url('../images/icon_socialIcon_1.png') no-repeat center;
	} .header .social ul li a.s1:hover {
		background:url('../images/icon_socialIcon_1Hover.png') no-repeat center;
	} .header .social ul li a.s2 {
		background:url('../images/icon_socialIcon_2.png') no-repeat center;
	} .header .social ul li a.s2:hover {
		background:url('../images/icon_socialIcon_2Hover.png') no-repeat center;
	} .header .social ul li a.s3 {
		background:url('../images/icon_socialIcon_3.png') no-repeat center;
	} .header .social ul li a.s3:hover {
		background:url('../images/icon_socialIcon_3Hover.png') no-repeat center;
	} .header .social ul li a.s4 {
		background:url('../images/icon_socialIcon_4.png') no-repeat center;
	} .header .social ul li a.s4:hover {
		background:url('../images/icon_socialIcon_4Hover.png') no-repeat center;
		
	} .header .slogan {
		position:absolute;
		top:40%;
		left:0;
		width:100%;
		text-align:center;
	} .header .slogan .txt.a {
		display:block;
		padding-bottom:20px;
		font-size:44px;
		color:#F36F2F;
		line-height:1.2em;
	} .header .slogan .txt.b {
		display:block;
		font-size:25px;
		font-weight:100;
		color:#FFF;
		line-height:1.6em;
		
	} .header .scroll-mouse {
		position:absolute;
		z-index:2;
		width:100%;
		bottom:80px;
		left:0;
		
	} .header-spacer {
		width:100%;
		height:914px;
	}
	
	.content {
		position:relative;
		z-index:2;
		width:100%;
		
	} .content .main-about {
		position:relative;
		width:100%;
		height:888px;
		padding:20px;
		background:url('../pics/pics_aboutPics_1.jpg') no-repeat bottom center;
		background-size:cover;
	} .content .main-about .closer {
		position:absolute;
		z-index:2;
		bottom:-5px;
		left:0;
		width:100%;
		height:400px;
		background:linear-gradient(to bottom, rgba(35,35,33,0) 0%,rgba(35,35,33,1) 100%);
	} .content .main-about .boxes {
		position:relative;
		display:table;
		width:1200px;
		height:100%;
		margin:auto;
	} .content .main-about .boxes > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} .content .main-about .boxes .seat {
		position:absolute;
		z-index:1;
		top:-80px;
		right:-60px;
	} .content .main-about .boxes .efect {
		position:absolute;
		z-index:1;
		top:180px;
		right:190px;
	} .content .main-about .boxes .text {
		position:relative;
		z-index:3;
	} .content .main-about .boxes .text span {
		display:block;
		width:510px;
		padding:30px 0;
		font-size:19px;
		font-weight:100;
		color:#FFF;
		line-height:1.6em;
	} .content .main-about button {
		position:relative;
		cursor:pointer;
		padding:14px 22px 16px 22px;
		background:#FFF;
		font-size:17px;
		color:#F36F2F;
		line-height:1em;
		cursor:pointer;
		-webkit-border-radius:4px;
		border-radius:4px;
		-webkit-transition:all .15s ease-out;
		-moz-transition:all .15s ease-out;
		transition:all .15s ease-out;
	} .content .main-about button:hover {
		top:-1px;
		background:#F36F2F;
		color:#FFF;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		
	} .content .main-compet {
		width:100%;
		min-height:640px;
		padding:20px;
	} .content .main-compet > div:nth-child(1) {
		width:1200px;
		margin:auto;
	} .content .main-compet .titles .txt.a {
		display:block;
		padding-bottom:20px;
		font-size:37px;
		color:#F36F2F;
		line-height:1.2em;
	} .content .main-compet .titles .txt.b {
		display:block;
		font-size:19px;
		font-weight:100;
		color:#FFF;
		line-height:1.6em;
	} .content .main-compet .list {
		margin:50px 0;
		text-align:center;
	} .content .main-compet .list .item * {
		-webkit-transition:all .15s ease-out;
		-moz-transition:all .15s ease-out;
		transition:all .15s ease-out;
	} .content .main-compet .list .item {
		position:relative;
		display:inline-block;
		width:370px;
		height:400px;
		margin:0 12px;
		text-align:left;
		-webkit-border-radius:38px;
		border-radius:38px;
		border:1px solid rgba(255,255,255,.25);
		-webkit-box-shadow:0 10px 25px 0 rgba(0,0,0,.25);
		box-shadow:0 10px 25px 0 rgba(0,0,0,.25);
		vertical-align:top;
		cursor:pointer;
		-webkit-transition:all .15s ease-out;
		-moz-transition:all .15s ease-out;
		transition:all .15s ease-out;
	} .content .main-compet .list .item > div:nth-child(1){
		position:absolute;
		bottom:0;
		left:0;
		padding:30px 24px;
	} .content .main-compet .list .item .txt.a {
		display:block;
		font-size:19px;
		color:#FFF;
		line-height:1.6em;
	} .content .main-compet .list .item .txt.b {
		display:block;
		padding:6px 0;
		font-size:14px;
		font-weight:100;
		color:#FFF;
		line-height:1.6em;
		letter-spacing:1px;
	} .content .main-compet .list .item a {
		position:relative;
		top:-10px;
		display:inline-block;
		height:0;
		overflow:hidden;
		font-size:15px;
		color:#F36F2F;
		line-height:1.6em;
	} .content .main-compet .list .item:hover a {
		top:10px;
		height:40px;
	} .content .main-compet .list .item.a {
		background:url('../pics/btn_capabilityImage_1.jpg');
	} .content .main-compet .list .item.a:hover {
		background:url('../pics/btn_capabilityImage_1Hover.jpg');
		-webkit-box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
		box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
	} .content .main-compet .list .item.b {
		background:url('../pics/btn_capabilityImage_2.jpg');
	} .content .main-compet .list .item.b:hover {
		background:url('../pics/btn_capabilityImage_2Hover.jpg');
		-webkit-box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
		box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
	} .content .main-compet .list .item.c {
		background:url('../pics/btn_capabilityImage_3.jpg');
	} .content .main-compet .list .item.c:hover {
		background:url('../pics/btn_capabilityImage_3Hover.jpg');
		-webkit-box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
		box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
		
	} .content .main-refere {
		display:none;
		width:100%;
		min-height:340px;
		padding:20px;
	} .content .main-refere > div:nth-child(1) {
		width:1200px;
		margin:auto;
		padding:30px 0;
		text-align:center;
	} .content .main-refere .txt.a {
		display:block;
		padding-bottom:20px;
		font-size:37px;
		color:#F36F2F;
		line-height:1em;
	} .content .main-refere .txt.b {
		display:block;
		font-size:19px;
		font-weight:100;
		color:#FFF;
		line-height:1em;
	} .content .main-refere .list {
		margin:50px 0;
		text-align:center;
	} .content .main-refere .list img {
		display:inline-block;
		margin:0 2%;
		
	} .content .con-inside {
		width:100%;
		min-height:500px;
		margin-top:-700px;
		
	} .content .con-breadcrumb {
		width:100%;
		text-align:center;
		line-height:1.6em;
	} .content .con-breadcrumb a {
		color:inherit;
		font-weight:100;
	} .content .con-breadcrumb span {
		font-size:37px;
		color:#F36F2F;
		
	} .content .con-contact {
		width:1200px;
		min-height:600px;
		padding-top:100px;
		margin:auto;
		font-weight:200;
	} .content .con-contact .left {
		float:left;
		width:50%;
		padding-top:30px;
	} .content .con-contact .left .ico {
		float:left;
		margin:10px 20px 0 0;
	} .content .con-contact .left .txt {
		font-size:15px;
		font-weight:100;
		color:#CCC;
	} .content .con-contact .left strong {
		font-size:19px;
	} .content .con-contact .right {
		float:left;
		width:50%;
	} .content .con-contact .right .fa {
		float:left;
		width:48%;
	} .content .con-contact .right .fb {
		float:left;
		width:48%;
		margin:0 0 0 4%;
	} .content .con-contact .right .fc {
		float:left;
		width:357px;
		white-space:nowrap;
	} .content .con-contact .right .fc img {
		filter: invert(1) hue-rotate(180deg);
	} .content .con-contact .right .fd {
		float:right;
		width:240px;
		padding:7px 0;
		text-align:right;
	} .content .con-contact .right fieldset {
		width:100%;
		border:1px solid #444;
		-webkit-border-radius:5px;
		border-radius:5px;
		padding:0 8px 6px 8px;
		margin:0;
		background:#232321;
	} .content .con-contact .right fieldset:hover {
		border:2px solid #F36F2F!important;
		padding:0 7px 5px 7px!important;
	} .content .con-contact .right fieldset legend {
		padding:2px 8px;
		font-size:12px;
		color:#AAA;
		background:rgba(40,40,40,.75);
		-webkit-border-radius:5px;
		border-radius:5px;
	} .content .con-contact .right fieldset input,
	  .content .con-contact .right fieldset textarea,
	  .content .con-contact .right fieldset select {
		font-size:17px;
		color:#AAA;
		font-weight:500;
		padding:6px 11px!important;
		margin:4px 0 2px 0;
		margin-left:-6px!important;
		background:url('../images/spacer.gif');
	} .content .con-contact .right fieldset input:focus,
	  .content .con-contact .right fieldset textarea:focus,
	  .content .con-contact .right fieldset select:focus {
		color:#F36F2F!important;
	} .content .con-contact .right button {
		box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.25);
		background:linear-gradient(to bottom, #232321 5%, #F36F2F 100%);
		border-radius:6px;
		display:inline-block;
		cursor:pointer;
		color:#FFF;
		font-size:19px;
		font-weight:500;
		padding:14px 24px;
		text-decoration:none;
		text-shadow:0px 1px 0px #fff;
		-webkit-transition:all .15s ease-out;
		-moz-transition:all .15s ease-out;
		transition:all .15s ease-out;
	} .content .con-contact .right button:hover {
		background:#F36F2F;
		color:#FFF;
		-webkit-box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
		box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
	} .content .con-contact .right button:active, 
	  .content .con-contact .right button.active {
		position:relative;
		top:1px;
		opacity:.75;
	} .content .con-contact .notes {
		padding:26px;
		background:rgba(100,100,100,.25);
		font-size:13px;
		font-weight:100;
		letter-spacing:.5px;
		line-height:1.6em;
		margin:0 0 50px 0;
		-webkit-border-radius:10px;
		border-radius:10px;
	} .content .con-contact .notes img {
		float:left;
		margin:0 12px 30px 0;
		
	} .content .con-maps {
		position:relative;
		width:100%;
		height:460px;
		background:#EEE;
		cursor:pointer;
	} .content .con-maps .pin {
		position:absolute;
		z-index:2;
		top:0;
		display:table;
		width:90%;
		height:460px;
		margin:0 5%;
	} .content .con-maps .pin div {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} .content .con-maps .pin img {
		margin-top:86px;
	} .content .con-maps iframe {
		filter: invert(90%) hue-rotate(180deg) grayscale(100%);
	} .content .con-maps .map {
		position:relative;
		z-index:1;
		width:100%;
		height:460px;
	} .content .con-maps .map div {
		position:absolute;
		z-index:2;
		width:88%;
		height:460px;
		margin:0 6%;
		
	} .content .con-under {
		width:1260px;
		margin:auto;
	} .content .con-under > div:nth-child(1) {
		padding:120px 60px;
		text-align:center;
	} .content .con-under span {
		font-size:19px;
		color:#FFF;
	}
	
	.footer.a {
		position:relative;
		z-index:2;
		width:100%;
		background:#232321 url('../images/back_footerBar.jpg') no-repeat bottom;
		background-size:100% 100%;
		
	} .footer.a .box.hq {
		position:relative;
		width:100%;
		min-height:500px;
		padding:20px 0;
	} .footer.a .box.hq img {
		display:block;
		margin:auto;
		-webkit-border-radius:68px;
		border-radius:68px;
		-webkit-box-shadow:0 15px 35px 0 rgba(0,0,0,.35);
		box-shadow:0 15px 35px 0 rgba(0,0,0,.25);
		
	} .footer.a .box.info {
		width:100%;
		min-height:380px;
	} .footer.a .box.info > div:nth-child(1) {
		width:1100px;
		margin:auto;
		padding:80px 0 0 0;
	} .footer.a .box.info .left {
		float:left;
	} .footer.a .box.info .right {
		float:right;
		text-align:right;
	} .footer.a .box.info .right .txt {
		font-size:15px;
		font-weight:100;
		color:#CCC;
	} .footer.a .box.info .right img {
		float:right;
		margin:10px 0 0 20px;
	} .footer.a .box.info .right a {
		color:#FFF;
	} .footer.a .box.info .right strong {
		font-size:19px;
		
	} .footer.b {
		position:relative;
		z-index:2;
		width:100%;
	} .footer.b > div:nth-child(1) {
		width:100%;
		background:linear-gradient(to bottom, rgba(44,44,42,1) 0%,rgba(35,35,33,1) 100%);
	} .footer.b > div:nth-child(1) > div:nth-child(1) {
		display:table;
		width:1100px;
		min-height:150px;
		margin:auto;
	} .footer.b .left {
		display:table-cell;
		width:50%;
		vertical-align:middle;
	} .footer.b .left span {
		font-size:13px;
		font-weight:100;
		color:#CCC;
	} .footer.b .right {
		display:table-cell;
		width:50%;
		vertical-align:middle;
		text-align:right;
	}
	
	.mobile-menu {
		position:relative;
		z-index:99;
		width:100%;
		height:100%;
	} .mobile-menu > div:nth-child(1) {
		position:fixed;
		width:100%;
		height:100%;
		padding-bottom:120px;
		overflow:auto;
		overflow-x:hidden;
		background:rgba(35,35,33,.75);
		backdrop-filter:blur(4px);
		
	} .mobile-menu .logo-bar {
		width:100%;
		padding:40px 30px;
	} .mobile-menu .logo-bar .closer {
		position:absolute;
		top:44px;
		right:38px;
	} .mobile-menu .logo-bar .logo {
		display:inline-block;
		width:71%;
		height:auto;
		
	} .mobile-menu .social-bar {
		position:fixed;
		bottom:20px;
		width:100%;
		padding:0;
		text-align:center;
	} .mobile-menu .social-bar ul {
		display:inline-block;
		list-style:none;
		margin:0;
		padding:0;
	} .mobile-menu .social-bar ul li {
		display:inline-block;
		margin-top:6px;
	} .mobile-menu .social-bar ul li a {
		display:inline-block;
		width:50px;
		height:50px;
		padding:5px;
		border:1px solid rgba(255,255,255,.15);
	} .mobile-menu .social-bar ul li:hover {
		background-color:#FFF;
	} .mobile-menu .social-bar ul li a.s1 {
		background:url('../images/icon_socialIcon_1.png') no-repeat center;
	} .mobile-menu .social-bar ul li a.s1:hover {
		background:url('../images/icon_socialIcon_1Hover.png') no-repeat center;
	} .mobile-menu .social-bar ul li a.s2 {
		background:url('../images/icon_socialIcon_2.png') no-repeat center;
	} .mobile-menu .social-bar ul li a.s2:hover {
		background:url('../images/icon_socialIcon_2Hover.png') no-repeat center;
	} .mobile-menu .social-bar ul li a.s3 {
		background:url('../images/icon_socialIcon_3.png') no-repeat center;
	} .mobile-menu .social-bar ul li a.s3:hover {
		background:url('../images/icon_socialIcon_3Hover.png') no-repeat center;
	} .mobile-menu .social-bar ul li a.s4 {
		background:url('../images/icon_socialIcon_4.png') no-repeat center;
	} .mobile-menu .social-bar ul li a.s4:hover {
		background:url('../images/icon_socialIcon_4Hover.png') no-repeat center;
		
	} .mobile-menu .language-bar {
		width:100%;
		padding:0;
		text-align:center;
	} .mobile-menu .language-bar a {
		display:inline-block;
		padding:14px 10px 12px 10px;
		font-size:15px;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:0 3px;
		color:#FFF;
		font-weight:bold;
	} .mobile-menu .language-bar a.active {
		background:#F36F2F;
		color:#FFF;
		
	} .mobile-menu .menu-bar {
		width:100%;
		text-align:center;
		padding:5%;
	} .mobile-menu .links-bar {
		padding:0 0 30px 0;
	} .mobile-menu .links-bar ul {
		width:90%;
		list-style:none;
		margin:auto;
		padding:20px 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:18px;
		font-weight:500;
		color:#FFF;
		padding:16px 8px 12px 8px;
	} .mobile-menu .links-bar ul .sub {
		display:none;
		border-top:1px solid rgba(255,255,255,.15);
		margin-top:10px;
	} .mobile-menu .links-bar ul .sub > li > a {
		display:block;
		font-size:16px;
		font-weight:100;
		letter-spacing:.5px;
		color:#FFF;
		padding:14px 8px 12px 8px;
	} .mobile-menu .links-bar ul a:active,
	  .mobile-menu .links-bar ul a:hover {
		background:#F36F2F!important;
		color:#FFF!important;
		text-decoration:none!important;
	}
	
	.mobile-menu,
	.mobile-btn {
		display:none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	
	/* // All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		.header {
			height:714px;
			background:url('../pics/pics_sliderPics_1Mob.jpg') no-repeat bottom center;
			background-size:cover;
		} .header.inside {
			height:700px;
			background:url('../images/back_insideEfectMob.jpg') no-repeat top center;
			
		} .header .logo {
			position:absolute;
			top:40px;
			left:30px;
		} .header .logo img {
			width:65%;
			height:auto;
			
		} .header .buttons {
			display:none;
			
		} .header .social {
			position:absolute;
			bottom:30px;
			right:30px;
			
		} .header .mobile-btn {
			position:absolute;
			top:40px;
			right:26px;
			display:block;
			
		} .header .slogan {
			position:absolute;
			top:32%;
			left:5%;
			width:90%;
			text-align:center;
		} .header .slogan .txt.a {
			display:block;
			padding-bottom:20px;
			font-size:27px;
			color:#F36F2F;
			line-height:1.2em;
		} .header .slogan .txt.b {
			font-size:15px;
			letter-spacing:.5px;
		} .header .slogan .txt.b br {
			display:none;
			
		} .header .scroll-mouse {
			bottom:75px;
			
		} .header-spacer {
			width:100%;
			height:714px;
		}
		
		.content .main-about {
			position:relative;
			width:100%;
			height:888px;
			padding:20px;
			background:url('../pics/pics_aboutPics_1.jpg') no-repeat bottom center;
			background-size:cover;
		} .content .main-about .boxes {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			margin:auto;
		} .content .main-about .boxes > div:nth-child(1) {
			display:block;
		} .content .main-about .boxes .seat {
			position:absolute;
			z-index:1;
			top:inherit;
			right:inherit;
			bottom:0;
		} .content .main-about .boxes .seat img {
			width:100%;
			height:auto;
		} .content .main-about .boxes .efect {
			position:absolute;
			z-index:1;
			top:inherit;
			bottom:240px;
			right:240px;
			zoom:.5;
		} .content .main-about .boxes .text {
			position:relative;
			z-index:3;
			padding:30px 10px;
		} .content .main-about .boxes .text .logo {
			width:300px;
			height:auto;
		} .content .main-about .boxes .text span {
			width:100%;
			font-size:15px;
			line-height:1.8em;
		} .content .main-about button {
			padding:18px 22px 16px 22px;
			font-weight:bold;
		} .content .main-about button:hover {
			top:-1px;
			background:#F36F2F;
			color:#FFF;
			-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
			box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
			
		} .content .main-compet {
			width:100%;
		} .content .main-compet > div:nth-child(1) {
			width:100%;
			margin:auto;
			text-align:center;
		} .content .main-compet .titles .txt.a {
			font-size:29px;
		} .content .main-compet .titles .txt.b {
			font-size:15px;
		} .content .main-compet .list {
			margin:50px 0 0 0;
			text-align:center;
		} .content .main-compet .list .item {
			position:relative;
			display:inline-block;
			width:100%;
			height:360px;
			margin:0 0 30px 0;
		} .content .main-compet .list .item .txt.a {
			font-size:17px;
		} .content .main-compet .list .item .txt.b {
			font-size:13px;
		} .content .main-compet .list .item a {
			top:10px;
			height:40px;
		} .content .main-compet .list .item.a {
			background:url('../pics/btn_capabilityImage_1.jpg');
		} .content .main-compet .list .item.a:hover {
			background:url('../pics/btn_capabilityImage_1Hover.jpg');
			-webkit-box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
			box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
		} .content .main-compet .list .item.b {
			background:url('../pics/btn_capabilityImage_2.jpg');
		} .content .main-compet .list .item.b:hover {
			background:url('../pics/btn_capabilityImage_2Hover.jpg');
			-webkit-box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
			box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
		} .content .main-compet .list .item.c {
			background:url('../pics/btn_capabilityImage_3.jpg');
		} .content .main-compet .list .item.c:hover {
			background:url('../pics/btn_capabilityImage_3Hover.jpg');
			-webkit-box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
			box-shadow:0 10px 25px 0 rgba(243,111,47,.5);
			
		} .content .con-inside {
			width:100%;
			min-height:500px;
			margin-top:-560px;
			
		} .content .con-breadcrumb {
			width:100%;
			text-align:center;
			line-height:1.6em;
		} .content .con-breadcrumb a {
			color:inherit;
			font-weight:100;
		} .content .con-breadcrumb span {
			font-size:29px;
			
		} .content .con-contact {
			width:90%;
			margin:auto;
		} .content .con-contact .left {
			float:none;
			width:100%;
			padding-top:0;
			padding-bottom:50px;
		} .content .con-contact .left .logo {
			width:320px;
			height:auto;
		} .content .con-contact .left .ico {
			float:left;
			margin:6px 12px 0 0;
		} .content .con-contact .left .txt {
			font-size:11px;
			font-weight:100;
			color:#CCC;
		} .content .con-contact .left strong {
			font-size:19px;
		} .content .con-contact .right {
			float:none;
			width:100%;
		} .content .con-contact .right .fa {
			float:none;
			width:100%;
			margin-bottom:20px;
		} .content .con-contact .right .fb {
			float:none;
			width:100%;
			margin:0;
		} .content .con-contact .right .fc {
			float:none;
			width:100%;
			white-space:nowrap;
		} .content .con-contact .right .fc img {
			filter: invert(1) hue-rotate(180deg);
		} .content .con-contact .right .fd {
			float:none;
			width:100%;
			padding:7px 0;
			text-align:center;
			margin-top:16px;
		} .content .con-contact .right .fd button {
			width:100%;
		} .content .con-contact .notes {
			width:100%;
			padding:26px;
			font-size:10px;
		} .content .con-contact .notes img {
			float:left;
			margin:0 20px 20px 0;
			
		} .content .con-maps {
			height:360px;
		} .content .con-maps .pin {
			height:360px;
		} .content .con-maps .pin img {
			margin-top:36px;
		} .content .con-maps .map {
			height:360px;
		} .content .con-maps .map div {
			height:360px;
			
		} .content .con-under {
			width:100%;
		}
		
		.footer.a .box.hq {
			width:90%;
			min-height:auto;
			margin:auto;
		} .footer.a .box.hq img {
			display:block;
			width:100%;
			height:auto;
			margin:auto;
			-webkit-border-radius:20px;
			border-radius:20px;
			border:1px solid rgba(255,255,255,.25);
			
		} .footer.a .box.info {
			width:330px;
			margin:auto;
			min-height:380px;
			padding-bottom:40px;
		} .footer.a .box.info > div:nth-child(1) {
			width:100%;
			margin:auto;
			padding:40px 0 0 0;
			text-align:center;
		} .footer.a .box.info img {
			margin:auto;
		} .footer.a .box.info .left {
			float:none;
		} .footer.a .box.info .right {
			float:none;
			text-align:right;
			padding-top:50px;
			zoom:.8;
		} .footer.a .box.info .right .txt {
			font-size:13px;
			font-weight:100;
			color:#CCC;
		} .footer.a .box.info .right img {
			float:right;
			margin:10px 0 0 20px;
		} .footer.a .box.info .right a {
			color:#FFF;
		} .footer.a .box.info .right strong {
			font-size:19px;
			
		} .footer.b {
			position:relative;
			z-index:2;
			width:100%;
		} .footer.b > div:nth-child(1) {
			width:100%;
			background:linear-gradient(to bottom, rgba(44,44,42,1) 0%,rgba(35,35,33,1) 100%);
		} .footer.b > div:nth-child(1) > div:nth-child(1) {
			display:block;
			width:90%;
			min-height:auto;
			margin:auto;
			text-align:center;
		} .footer.b .left {
			display:block;
			width:100%;
			padding-top:30px;
		} .footer.b .left span {
			padding:20px 0;
		} .footer.b .left span > span {
			display:block;
			height:6px;
			padding:0;
			overflow:hidden;
			font-size:0;
		} .footer.b .right {
			display:block;
			width:100%;
			padding:30px 0;
			text-align:center;
		}
		
		/* 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 */
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	@-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:#999;
		font-size:14px;
		font-weight:100;
		letter-spacing:.5px;
	} .center-it .mouse {
		display:inline-block;
		height:44px;
		width:28px;
		-webkit-border-radius:12px;
		border-radius:12px;
		border:1px solid #999;
		text-align:center;
	} .center-it .mouse:after {
		content:"";
		display:inline-block;
		width:4px;
		height:10px;
		background-color:#F36F2F;
		-webkit-border-radius:50%;
		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(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:#333;
	} ::-webkit-scrollbar {
		width:12px;
		height:12px;
	} ::-webkit-scrollbar-thumb {
		-webkit-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:none;
		background-color:#F36F2F;
		border-left:1px solid #333;
	}
	
	.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:#F36F2F;
	} #blockTableDiv #dialogContent {
		margin:10px 0;
		padding:0 10px 6px 10px;
		font-size:14px;
		font-weight:200;
		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;	}
	