	
	/*	/////////		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:'Gotham';
		font-size:15px;
		font-weight:300;
		color:#152030;
		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: 'Gotham';
		src: url('Gotham-Bold_TR.eot');
		src: local('☺'), url('Gotham-Bold_TR.woff') format('woff'), url('Gotham-Bold_TR.ttf') format('truetype'), url('Gotham-Bold_TR.svg') format('svg');
		font-weight: bold;
		font-style: normal;
		font-display:block;
	}
	@font-face {
		font-family: 'Gotham';
		src: url('Gotham-Book_TR.eot');
		src: local('☺'), url('Gotham-Book_TR.woff') format('woff'), url('Gotham-Book_TR.ttf') format('truetype'), url('Gotham-Book_TR.svg') format('svg');
		font-weight: normal;
		font-style: normal;
		font-display:block;
	}
	
	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			///////// */
	/*	/////////////////////////////////////////////////// */
	
	.mobile-menu {
		overflow:auto;
		overflow-x:hidden;
	} .mobile-menu ul {
		display:none;
		list-style:none;
		width:80%;
		margin:20px auto 0 auto;
		padding:0;
		font-size:17px;
		text-align:center;
	} .mobile-menu ul li:first-child,
	  .mobile-menu ul ul li:first-child {
		border-top:0;
	} .mobile-menu ul li {
		display:block;
		border-bottom:1px solid rgba(0,0,0,0.1);
		border-top:1px solid rgba(255,255,255,0.15);
		font-weight:700;
	} .mobile-menu ul li:last-child {
		border-bottom:0;
	} .mobile-menu ul li a {
		display:block;
		padding:15px 0;
		color:#FFF;
		text-decoration:none;
		text-shadow:0 1px 2px rgba(0,0,0,0.5);
	} .mobile-menu ul li a:active {
		background:#7BAE36;
		color:#FFF!important;
		text-shadow:0 0 0 rgba(0,0,0,0);
	}
	
	.header-top {
		position:fixed;
		z-index:10;
		display:none;
		top:0;
		left:0;
		width:100%;
		height:90px;
		background:#152030;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
	} .header-top .left {
		float:left;
		padding:22px 0;
	} .header-top .right {
		float:right;
		padding:35px 40px 0 0;
	} .header-top .buttons {
		list-style:none;
		margin:0;
		padding:0;
	} .header-top .buttons li {
		display:inline-block;
		padding:0 30px 0 0;
	} .header-top .buttons li:last-child {
		padding:0;
	} .header-top .buttons li a {
		display:block;
		font-size:17px;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
		text-shadow:0 1px 3px #000;
		letter-spacing:-.5px;
	} .header-top .buttons li a:hover,
	  .header-top .buttons li a.active {
		color:#7CAB35;
	}
	
	.header {
		position:relative;
		width:100%;
		background:#111 url('../pics/pics_sliderPics_1.jpg') no-repeat top;
		background-size:cover;
	} .header-inside {
		background:#333;
		
	} .header .logo {
		position:absolute;
		z-index:2;
		top:50px;
		left:0;
	} .header .logo span {
		position:absolute;
		top:70px;
		left:142px;
		display:block;
		font-size:19px;
		line-height:1.6em;
		color:#FFF;
		text-shadow:0 1px 3px #000;
		
	} .header .efect {
		position:absolute;
		z-index:2;
		bottom:0;
		width:100%;
		height:296px;
		background:url('../images/back_headerSliderEfect.png') repeat-x;
		
	} .header .social-bar {
		position:absolute;
		z-index:2;
		top:0;
		right:40px;
	} .header .social-bar .icon {
		float:left;
		width:46px;
		height:46px;
		background:url('../images/icon_socialPhones.png') no-repeat center;
	} .header .social-bar .phone {
		float:left;
		height:46px;
		padding:16px;
		border-left:1px solid rgba(255,255,255,0.25);
	} .header .social-bar .phone span {
		font-size:15px;
		color:#FFF;
		text-shadow:0 1px 3px #000;
	} .header .social-bar .s {
		float:left;
		width:46px;
		height:46px;
		font-size:0;
		margin:0 1px 0 0; 
		
	} .header .button-bar {
		position:absolute;
		z-index:2;
		top:86px;
		right:40px;
		
	} .header .buttons,
	  .header-inside .buttons {
		list-style:none;
		margin:0;
		padding:0;
	} .header .buttons > li,
	  .header-inside .buttons > li {
		position:relative;
		display:inline-block;
		padding:0 30px 0 0;
	} .header .buttons > li:last-child,
	  .header-inside .buttons > li:last-child {
		padding:0;
	} .header .buttons > li a,
	  .header-inside .buttons > li a {
		display:block;
		font-size:19px;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
		text-shadow:0 1px 3px #000;
		letter-spacing:-.5px;
	} .header .buttons > li a:hover,
	  .header .buttons > li a.active,
	  .header-inside .buttons > li a:hover,
	  .header-inside .buttons > li a.active {
		color:#7CAB35;
	} .header .buttons > li:hover .sub,
	  .header-inside .buttons > li:hover .sub {
		display:block!important;
	} .header .buttons .sub,
	  .header-inside .buttons .sub {
		display:none;
		position:absolute;
		top:20px;
		left:-22px;
		padding:10px 0 0 0;
		white-space:nowrap;
	} .header .buttons .sub ul,
	  .header-inside .buttons .sub ul {
		list-style:none;
		margin:0;
		padding:18px 18px 6px 18px;
		background:#FFF;
		border-left:5px solid #7CAB35;
		-webkit-border-radius:4px;
		border-radius:4px;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.15);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.15);
	} .header .buttons .sub li,
	  .header-inside .buttons .sub li {
		padding:0 24px 10px 0;
	} .header .buttons .sub li a,
	  .header-inside .buttons .sub li a {
		font-weight:normal;
		font-size:15px;
		letter-spacing:0;
		color:#152030;
		text-shadow:0 0 0 rgba(0,0,0,0);
	} .header .buttons .sub li a:hover,
	  .header-inside .buttons .sub li a:hover {
		color:#7CAB35;
		
	} .header .slogan {
		position:relative;
		z-index:1;
		display:table;
		width:100%;
		height:100%;
		color:#FFF;
	} .header .slogan > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		padding-top:6%;
		text-align:center;
	} .header .slogan span {
		display:block;
		margin:auto;
		width:620px;
		font-size:37px;
		font-weight:bold;
		line-height:1.3em;
		letter-spacing:-2px;
		text-shadow:0 1px 1px rgba(0,0,0,.5), 0 10px 10px rgba(0,0,0,.5);
	} .header .slogan button {
		padding:16px 30px;
		background:#7CAB35;
		cursor:pointer;
		font-size:21px;
		font-weight:bold;
		color:#FFF;
		letter-spacing:-1px;
		text-shadow:0 1px 2px rgba(0,0,0,.5);
		-webkit-border-radius:50px;
		border-radius:50px;
		-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);
		
	} .header-inside > div:nth-child(1) {
		position:relative;
		width:100%;
		height:440px;
		background:url('../pics/pics_insideHeaderPics.jpg') no-repeat center;
		background-size:cover;
	} .header-inside > div:nth-child(1) > div:nth-child(1) {
		position:relative;
		width:100%;
		height:440px;
		background:rgba(0,0,0,.35);
		
	} .header-inside .logo {
		position:absolute;
		z-index:4;
		top:50px;
		left:0;
	} .header-inside .logo span {
		position:absolute;
		top:70px;
		left:142px;
		display:block;
		font-size:19px;
		line-height:1.6em;
		color:#FFF;
		text-shadow:0 1px 3px #000;
		
	} .header-inside .efect {
		position:absolute;
		z-index:2;
		bottom:0;
		width:100%;
		height:296px;
		background:url('../images/back_headerSliderEfect.png') repeat-x;
		
	} .header-inside .social-bar {
		position:absolute;
		z-index:2;
		top:0;
		right:40px;
	} .header-inside .social-bar .icon {
		float:left;
		width:46px;
		height:46px;
		background:url('../images/icon_socialPhones.png') no-repeat center;
	} .header-inside .social-bar .phone {
		float:left;
		height:46px;
		padding:16px;
		border-left:1px solid rgba(255,255,255,0.25);
	} .header-inside .social-bar .phone span {
		font-size:15px;
		color:#FFF;
		text-shadow:0 1px 3px #000;
	} .header-inside .social-bar .s {
		float:left;
		width:46px;
		height:46px;
		font-size:0;
		margin:0 1px 0 0; 
		
	} .header-inside .button-bar {
		position:absolute;
		z-index:2;
		top:86px;
		right:40px;
	}
	
	.content {
		position:relative;
		width:100%;
		
	} .content .main-box.a {
		display:table;
		width:100%;
		height:400px;
	} .content .main-box.a .img {
		display:table-cell;
		width:50%;
		cursor:pointer;
	} .content .main-box.a .img > div:nth-child(1) {
		position:relative;
		width:100%;
		height:100%;
		background:url('../images/back_headerBottomEfect.png') no-repeat;
		background-size:100% 100%;
	} .content .main-box.a .img > div:nth-child(1) > div:nth-child(1) {
		position:absolute;
		bottom:0;
		width:100%;
		padding:40px;
	} .content .main-box.a .img button {
		float:right;
		padding:10px 20px;
		background:url('../images/spacer.gif');
		cursor:pointer;
		font-size:14px;
		color:#FFF;
		border:1px solid #FFF;
		-webkit-border-radius:50px;
		border-radius:50px;
	} .content .main-box.a .img span {
		font-size:27px;
		color:#FFF;
		letter-spacing:-1px;
		text-shadow:0 1px 3px #000;
		
	} .content .main-box.b {
		display:table;
		width:100%;
		height:360px;
	} .content .main-box.b .img {
		display:table-cell;
		width:20%;
	} .content .main-box.b .text {
		display:table-cell;
		width:40%;
		background:#F0F0F0;
		padding:40px;
	} .content .main-box.b .text .txt.a {
		display:block;
		font-size:27px;
		font-weight:bold;
		letter-spacing:-1px;
	} .content .main-box.b .text .txt.b {
		display:block;
		margin:10px 0;
		font-size:17px;
		line-height:1.6em;
		
	} .content .main-box.c {
		width:100%;
		background:#E6E6E7;
		padding:60px 0;
	} .content .main-box.c > div:nth-child(1) {
		display:table;
		width:1200px;
		margin:auto;
	} .content .main-box.c .info-bar {
		display:table-cell;
		width:auto;
		vertical-align:middle;
	} .content .main-box.c .info-bar a {
		font-size:31px;
		color:#7CAB35;
		letter-spacing:-1px;
	} .content .main-box.c .info-bar ul {
		list-style:none;
		margin:10px 0;
		padding:0;
		font-size:21px;
		line-height:1.8em;
	} .content .main-box.c .galery-bar {
		display:table-cell;
		width:738px;
		vertical-align:middle;
	} .content .main-box.c .galery-bar .img.a {
		float:left;
		width:220px;
		height:280px;
		border-right:1px solid #FFF;
	} .content .main-box.c .galery-bar .img.b {
		float:left;
		width:220px;
		height:280px;
		border-right:1px solid #FFF;
	} .content .main-box.c .galery-bar .img.c {
		float:left;
		width:298px;
		height:360px;
		border-bottom:1px solid #FFF;
	} .content .main-box.c .galery-bar .img.d {
		width:738px;
		height:80px;
		margin:-80px 0 0 0;
	} .content .main-box.c .galery-bar .img.e {
		float:left;
		width:298px;
		height:360px;
		margin:-80px 0 0 0;
		border-top:1px solid #FFF;
		border-right:1px solid #FFF;
	} .content .main-box.c .galery-bar .img.f {
		float:left;
		width:220px;
		height:280px;
		border-right:1px solid #FFF;
	} .content .main-box.c .galery-bar .img.g {
		float:left;
		width:220px;
		height:280px;
		
	} .content .main-box.d {
		width:100%;
		padding:40px 0;
	} .content .main-box.d > div:nth-child(1) {
		width:1200px;
		margin:auto;
	} .content .main-box.d .txt {
		display:block;
		font-size:27px;
		color:#7CAB35;
		letter-spacing:-1px;
		text-align:center;
	} .content .main-box.d ul {
		list-style:none;
		margin:0;
		padding:0;
		font-size:21px;
		line-height:1.8em;
	} .content .main-box.d ul li {
		display:inline-block;
		margin:0 18px 0 0;
	} .content .main-box.d ul li:nth-child(7n+0) {
		margin:0 0 0 0;
		
	} .content .breadcrumb {
		position:absolute;
		z-index:9;
		top:-150px;
		right:0;
		width:100%;
		height:150px;
		overflow:hidden;
		white-space:nowrap;
	} .content .breadcrumb span {
		display:block;
		padding:30px;
		text-align:right;
		font-size:130px;
		font-weight:bold;
		letter-spacing:-8px;
		color:rgba(255,255,255,0.15);
		
	} .content .con-inside {
		width:100%;
		min-height:600px;
		padding-bottom:100px;
		background:url('../images/back_headerSliderEfectInvert.png') repeat-x bottom;
	} .content .con-inside > div:nth-child(1) {
		width:1200px;
		padding:40px 0;
		margin:auto;
		
	} .content .con-inside .con-text {
		display:block;
		line-height:1.8em;
	} .content .con-inside .con-text h2 {
		font-size:27px;
		line-height:1.4em;
	} .content .con-inside .con-text .img {
		float:right;
		margin:0 0 30px 30px;
		-webkit-border-radius:4px;
		border-radius:4px;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.15);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.15);
		
	} .content .services .item {
		display:inline-block;
		width:382px;
		height:462px;
		vertical-align:top;
		margin-bottom:20px;
		-webkit-border-radius:4px;
		border-radius:4px;
	} .content .services .item.big {
		width:582px;
		height:362px;
	} .content .services .item:hover {
		-webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.35);
		box-shadow: 0 20px 40px 0 rgba(0,0,0,.35);
	} .content .services .item .img {
		display:block;
		position:relative;
		width:382px;
		height:300px;
		cursor:pointer;
		-webkit-border-radius:4px 4px 0 0;
		border-radius:4px 4px 0 0;
	} .content .services .item.big .img {
		width:582px;
		height:300px;
	} .content .services .item .text {
		display:block;
		height:162px;
		padding:20px;
		-webkit-border-radius:0 0 4px 4px;
		border-radius:0 0 4px 4px;
	} .content .services .item.big .text {
		height:62px;
	} .content .services .item .text h2 {
		display:block;
		font-size:19px;
		line-height:1.2em;
		letter-spacing:-.5px;
		color:#152030;
	} .content .services .item .text span {
		display:block;
		font-size:14px;
		line-height:1.4em;
		color:#666;
	} .content .services .item:hover .text {
		background:#7CAB35;
		-webkit-border-radius:0 0 4px 4px;
		border-radius:0 0 4px 4px;
	} .content .services .item:hover .text * {
		color:#FFF!important;
		text-decoration:none;
		
	} .content .services .detail {
		display:block;
		line-height:1.8em;
	} .content .services .detail h2 {
		font-size:27px;
		line-height:1.4em;
		letter-spacing:-1px;
	} .content .services .detail .img {
		float:right;
		margin:0 0 30px 30px;
		-webkit-border-radius:4px;
		border-radius:4px;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.15);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.15);
		
	} .content .con-news .item {
		float:left;
		width:360px;
	} .content .con-news .item .img {
		position:relative;
		width:100%;
		height:260px;
		-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.25);
		box-shadow:0 5px 10px 0 rgba(0,0,0,0.25);
		cursor:pointer;
	} .content .con-news .item .dates {
		position:absolute;
		bottom:0;
		left:0;
		width:90px;
		height:80px;
		padding:16px 0 0 0;
		background:#7CAB35;
		color:#FFF;
		line-height:1.8em;
		text-align:center;
	} .content .con-news .item .dates .a {
		display:block;
		font-size:34px;
		font-weight:500;
	} .content .con-news .item .dates .b {
		display:block;
		font-size:14px;
	} .content .con-news .item .text {
		padding:20px 0;
	} .content .con-news .item .text a {
		display:block;
		font-size:21px;
		font-weight:500;
		letter-spacing:-.5px;
		color:#7CAB35;
	} .content .con-news .item .text span {
		display:block;
		padding:12px 0;
		font-size:15px;
		line-height:1.4em;
		color:#333;
		
	} .content  .con-news-detail {
		width:100%;
		margin:auto;
	} .content  .con-news-detail .button {
		float:right;
	} .content  .con-news-detail .button button {
		font-size:15px;
		font-weight:normal;
		padding:12px;
		cursor:pointer;
	} .content  .con-news-detail .img {
		float:right;
		width:50%;
		margin:0 0 50px 50px;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.25);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.25);
	} .content  .con-news-detail .img .top {
		position:relative;
		z-index:1;
		display:block;
	} .content  .con-news-detail .img .bottom {
		display:block;
	} .content  .con-news-detail .txt.a {
		display:block;
		width:80%;
		font-size:37px;
		color:#7CAB35;
		letter-spacing:-2px;
		line-height:1.1em;
	} .content  .con-news-detail .txt.b {
		display:block;
		font-size:25px;
		margin:16px 0 20px 0;
		letter-spacing:-1px;
		line-height:1.4em;
	} .content  .con-news-detail .txt.c {
		display:block;
		color:#333;
		line-height:1.9em;
		
	} .content .photos .item {
		display:inline-block;
		width:382px;
		height:340px;
		vertical-align:top;
		-webkit-border-radius:4px;
		border-radius:4px;
	} .content .photos .item:hover {
		-webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.35);
		box-shadow: 0 20px 40px 0 rgba(0,0,0,.35);
	} .content .photos .item .img {
		display:block;
		position:relative;
		width:382px;
		height:280px;
		cursor:pointer;
		-webkit-border-radius:4px 4px 0 0;
		border-radius:4px 4px 0 0;
	} .content .photos .item .text {
		display:block;
		padding:20px;
		-webkit-border-radius:0 0 4px 4px;
		border-radius:0 0 4px 4px;
	} .content .photos .item .text h2 {
		display:block;
		font-size:19px;
		line-height:1.2em;
		letter-spacing:-.5px;
		color:#152030;
	} .content .photos .item:hover .text {
		background:#7CAB35;
		-webkit-border-radius:0 0 4px 4px;
		border-radius:0 0 4px 4px;
	} .content .photos .item:hover .text * {
		color:#FFF!important;
		text-decoration:none;
	
	} .content .contact .box.a {
		float:left;
		width:50%;
		line-height:1.5em;
	} .content .contact .box.a .txt.a{
		font-size:19px;
		letter-spacing:-1px;
		
	} .content .contact .box.b {
		float:left;
		width:50%;
		line-height:1.5em;
	} .content .contact .box.b .txt.a {
		font-size:31px;
		color:#7CAB35;
		line-height:1.2em;
		letter-spacing:-1px;
	} .content .contact .box.b .txt.b {
		font-size:19px;
		line-height:1.8em;
		
	} .content .contact form .txt {
		display:block;
		margin:0 0 10px 0;
		line-height:1.4em;
		
	} .content .contact .form.a {
		float:left;
		width:48%;
		margin:0 20px 20px 0;
	} .content .contact .form.a input {
		width:89%;
		vertical-align:middle;
		margin:0 0 0 -2%;
		padding:11px 10px 11px 16px;
		-webkit-border-radius:4px;
		border-radius:4px;
	} .content .contact .form.a select {
		width:89%;
		vertical-align:middle;
		margin:0 0 0 -2%;
		padding:11px 10px 11px 16px;
	} .content .contact .form.b {
		float:left;
		width:48%;
		margin:0 0 20px 0;
	} .content .contact .form.b input {
		width:89%;
		vertical-align:middle;
		margin:0 0 0 -2%;
		padding:11px 10px 11px 16px;
		-webkit-border-radius:4px;
		border-radius:4px;
	} .content .contact .form.c {
		float:left;
		width:100%;
		margin:0 0 20px 0;
	} .content .contact .form.c .icon {
		height:200px;
	} .content .contact .form.c textarea {
		width:93.4%;
		height:200px;
		vertical-align:top;
		margin:0 0 0 -2%;
		padding:11px 10px 11px 28px;
		-webkit-border-radius:4px;
		border-radius:4px;
	} .content .contact .form.d {
		float:right;
		margin:0 1.7% 0 0;
	} .content .contact .form.e {
		width:95.6%;
		margin:0 0 20px 0;
	} .content .contact .form.e input {
		width:140px;
		vertical-align:top;
		margin:0 0 0 -2%;
		padding:11px 10px 11px 26px;
		-webkit-border-radius:4px;
		border-radius:4px;
	} .content .contact .form .icon {
		position:relative;
		z-index:1;
		display:inline-block;
		width:46px;
		height:39px;
		border:1px solid #CCC;
		vertical-align:middle;
		-webkit-border-radius:4px;
		border-radius:4px;
		background:url(../images/back_headerColor.png) no-repeat;
		background-size:100% 100%;
	} .content .contact .form .icon span {
		display:block;
		width:100%;
		height:100%;
	} .content .contact .form input:focus,
	  .content .contact .form textarea:focus {
		border:1px solid #7CAB35;
	} .content .contact .form button {
		float:right;
		position:relative;
		padding:12px 16px;
		cursor:pointer;
		background:#102D7D;
		color:#FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
	} .content .contact .form button span {
		position:relative;
		z-index:1;
		font-size:16px;
	} .content .contact .form button::before {
		position:absolute;
		z-index:0;
		bottom:0;
		left:0;
		width:100%;
		height:0;
		display:block;
		content:'';
		-webkit-border-radius:4px;
		border-radius:4px;
		transition:all .2s ease;
		-webkit-transition:all .2s ease;
	} .content .contact .form button:hover::before {
		background:#7CAB35;
		height:100%;
		
	} .content .con-under {
		width:260px;
		margin:120px auto;
		white-space:nowrap;
	} .content .con-under img {
		vertical-align:middle;
	} .content .con-under span {
		font-size:21px;
		font-weight:100;
		letter-spacing:-1px;
	}
	
	.footer {
		width:100%;
		
	} .footer .top {
		width:100%;
		background:#102D7D;
	} .footer .top > div:nth-child(1) {
		width:1200px;
		margin:auto;
		padding:50px 0 40px 0;
		
	} .footer .top .info-bar {
		float:left;
		position:relative;
		width:30%;
		height:290px;
		padding:20px 0 0 2%;
		margin:0 0 0 3%;
		border-left:1px solid rgba(124,171,54,.25);
	} .footer .top .info-bar .txt.a {
		font-size:19px;
		color:#7CAB35;
		line-height:1.4em;
	} .footer .top .info-bar .txt.b {
		font-size:15px;
		color:#FFF;
		line-height:1.4em;
		
	} .footer .top .links-bar {
		float:left;
		position:relative;
		width:30%;
		height:290px;
		padding:20px 0 0 2%;
		margin:0 0 0 3%;
		font-size:18px;
		font-weight:bold;
		line-height:1.7em;
		border-left:1px solid rgba(124,171,54,.25);
	
	} .footer .top .others-bar {
		float:left;
		width:30%;
		height:290px;
		padding:20px 0 0 2%;
		margin:0 0 0 3%;
		border-left:1px solid rgba(124,171,54,.25);
	} .footer .top .others-bar .box.a {
		position:relative;
		width:100%;
	} .footer .top .others-bar .box.a span {
		font-size:19px;
		font-weight:bold;
		color:#7CAB35;
		line-height:1.4em;
	} .footer .top .others-bar .box.b {
		position:relative;
		width:100%;
	} .footer .top .others-bar .box.b span {
		font-size:19px;
		font-weight:bold;
		color:#7CAB35;
		line-height:1.4em;
	} .footer .top .others-bar .txt {
		font-size:15px;
		color:#FFF;
		
	} .footer .bottom {
		width:100%;
		height:100px;
		background:#04033F;
	} .footer .bottom > div:nth-child(1) {
		width:1200px;
		margin:auto;
		padding:40px 0 0 0;
	} .footer .bottom .left {
		float:left;
		width:50%;
	} .footer .bottom .left span {
		font-size:15px;
		color:#FFF;
	} .footer .bottom .left span br {
		display:none;
	} .footer .bottom .right {
		float:left;
		width:50%;
		text-align:right;
	}
	
	.gg1 {
		background:-moz-linear-gradient(top, #FFF 0%, #f6f6f6 47%, #ededed 100%);
		background:-webkit-linear-gradient(top, #FFF 0%,#f6f6f6 47%,#ededed 100%);
		background:linear-gradient(to bottom, #FFF 0%,#f6f6f6 47%,#ededed 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#ededed',GradientType=0 );
	}
	
	.mobile-menu,
	.mobile-btn {
		display:none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	
	/* // All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		.mobile-btn {
			position:absolute;
			z-index:4;
			display:block;
			top:76px;
			right:0;
			padding:12px;
			-webkit-border-radius:8px 0 0 8px;
			border-radius:8px 0 0 8px;
			background:#7BAE36;
		}
		
		.header-top {
			display:none!important;
		}
		
		.nomobile {
			display:none;
		}
		
		.header {
			position:relative;
			width:100%;
			background:#111 url('../pics/pics_sliderPics_1.jpg') no-repeat;
			background-size:auto 200%;
			background-position:54% 74%;
		} .header-inside {
			background:#333;
			
		} .header .logo {
			position:absolute;
			z-index:2;
			top:80px;
			left:0;
		} .header .logo img {
			width:200px;
			height:auto;
		} .header .logo span {
			position:absolute;
			top:50px;
			left:100px;
			display:block;
			font-size:14px;
			line-height:1.6em;
			color:#FFF;
			text-shadow:0 1px 3px #000;
			
		} .header .social-bar {
			position:absolute;
			z-index:2;
			top:0;
			right:10px;
		} .header .social-bar .icon {
			display:none;
		} .header .social-bar .phone {
			display:none;
		} .header .social-bar span {
			float:left;
			background:rgba(0,0,0,0.6);
			margin:0 1px 0 0;
		} .header .social-bar .s {
			width:46px;
			height:46px;
			font-size:0;
			margin:0; 
			
		} .header .button-bar {
			position:absolute;
			z-index:2;
			top:86px;
			right:40px;
			
		} .header .buttons,
		  .header-inside .buttons {
			display:none;
			
		} .header .slogan {
			position:relative;
			z-index:2;
			width:100%;
			height:100%;
		} .header .slogan span {
			width:86%;
			font-size:21px;
			line-height:1.3em;
			letter-spacing:0;
			padding-top:160px;
		} .header .slogan button {
			padding:14px 20px;
			font-size:19px;
			
		} .header-inside > div:nth-child(1) {
			position:relative;
			width:100%;
			height:340px;
			background:url('../pics/pics_insideHeaderPics.jpg') no-repeat center;
			background-size:cover;
		} .header-inside > div:nth-child(1) > div:nth-child(1) {
			position:relative;
			width:100%;
			height:340px;
			background:rgba(0,0,0,.35);
		
		} .header-inside .logo {
			position:absolute;
			z-index:4;
			top:80px;
			left:0;
		} .header-inside .logo img {
			width:200px;
			height:auto;
		} .header-inside .logo span {
			position:absolute;
			top:50px;
			left:100px;
			display:block;
			font-size:14px;
			line-height:1.6em;
			color:#FFF;
			text-shadow:0 1px 3px #000;
			
		} .header-inside .social-bar {
			position:absolute;
			z-index:2;
			top:0;
			right:10px;
		} .header-inside .social-bar .icon {
			display:none;
		} .header-inside .social-bar .phone {
			display:none;
		} .header-inside .social-bar span {
			float:left;
			background:rgba(0,0,0,0.6);
			margin:0 1px 0 0;
		} .header-inside .social-bar .s {
			width:46px;
			height:46px;
			font-size:0;
			margin:0; 
			
		} .header-inside .button-bar {
			position:absolute;
			z-index:2;
			top:86px;
			right:40px;
			
		} .header-inside .button-bar {
			position:absolute;
			z-index:2;
			top:86px;
			right:40px;
		}
		
		.content .main-box.a {
			width:100%;
			height:auto;
		} .content .main-box.a .img {
			display:block;
			width:100%;
			height:260px;
			border-top:1px solid #FFF;
		} .content .main-box.a .img > div:nth-child(1) > div:nth-child(1) {
			padding:26px 20px;
		} .content .main-box.a .img span {
			font-size:19px;
			letter-spacing:0;
			
		} .content .main-box.b {
			display:block;
			height:auto;
		} .content .main-box.b .img {
			display:block;
			width:100%;
			height:260px;
			border-top:1px solid #FFF;
		} .content .main-box.b .text {
			display:block;
			width:100%;
			padding:20px;
		} .content .main-box.b .text .txt.a {
			display:block;
			font-size:19px;
			letter-spacing:0;
		} .content .main-box.b .text .txt.b {
			display:block;
			margin:10px 0;
			font-size:14px;
			line-height:1.6em;
			
		} .content .main-box.c {
			width:100%;
			padding:30px;
		} .content .main-box.c > div:nth-child(1) {
			display:block;
			width:100%;
		} .content .main-box.c .info-bar {
			display:block;
			width:auto;
			text-align:center;
		} .content .main-box.c .info-bar a {
			font-size:27px;
			color:#7CAB35;
			letter-spacing:-1px;
		} .content .main-box.c .info-bar ul {
			list-style:none;
			margin:10px 0;
			padding:0;
			font-size:17px;
			line-height:1.8em;
		} .content .main-box.c .galery-bar {
			display:none;
			
		} .content .main-box.d {
			width:100%;
			padding:40px 0;
		} .content .main-box.d > div:nth-child(1) {
			width:100%;
			margin:auto;
			text-align:center;
		} .content .main-box.d .txt {
			display:block;
			font-size:27px;
			color:#7CAB35;
			letter-spacing:-1px;
			text-align:center;
		} .content .main-box.d ul {
			list-style:none;
			margin:0;
			padding:0;
			font-size:21px;
			line-height:1.8em;
		} .content .main-box.d ul li {
			display:inline-block;
			margin:0;
		} .content .main-box.d ul li:last-child {
			display:inline-block;
			margin:0;
		} .content .main-box.d ul li:nth-child(7n+0) {
			margin:0;
			
		} .content .breadcrumb {
			position:absolute;
			z-index:9;
			top:-90px;
			right:0;
			width:100%;
			height:90px;
			overflow:hidden;
			white-space:nowrap;
		} .content .breadcrumb span {
			display:block;
			padding:30px 6px;
			text-align:right;
			font-size:60px;
			font-weight:bold;
			letter-spacing:-6px;
			color:rgba(255,255,255,0.15);
			
		} .content .con-inside > div:nth-child(1) {
			width:100%;
			padding:20px;
			margin:auto;
			
		} .content .con-inside .con-text {
			display:block;
			line-height:1.8em;
		} .content .con-inside .con-text h2 {
			font-size:21px;
			line-height:1.2em;
		} .content .con-inside .con-text .img {
			float:none;
			width:100%;
			height:auto;
			margin:0 auto 30px auto;
			
		} .content .con-inside .login-panel {
			text-align:center;
			font-size:14px;
			line-height:1.4em;
		} .content .con-inside .login-panel .left,
		  .content .con-inside .login-panel .right {
			float:none!important;
		} .content .con-inside .login-panel label {
			display:block;
			width:100%;
			margin:0 0 8px 0;
			text-align:right;
		} .content .con-inside .login-panel label span {
			float:left;
			display:inline-block;
			width:120px;
			padding:5px;
			text-align:left;
		} .content .con-inside .login-panel .spacer {
			display:none;
		} .content .con-inside .login-panel button {
			width:100%;
		} .content .con-inside .ref-titles {
			font-size:14px!important;
			line-height:1.4em;
		} .content .con-inside .ref-comlist * {
			font-size:12px!important;
			
		} .content .services .item {
			width:100%;
			height:362px;
		} .content .services .item.big {
			width:100%;
			height:322px;
		} .content .services .item .img {
			width:100%;
			height:240px;
		} .content .services .item.big .img {
			width:100%;
			height:240px;
		} .content .services .item.big .text {
			height:82px;
		} .content .services .item .text h2 {
			font-size:19px;
		} .content .services .item .text span {
			font-size:13px;
			
		} .content .services .detail {
			display:block;
			line-height:1.8em;
		} .content .services .detail h2 {
			font-size:27px;
			line-height:1.2em;
			letter-spacing:-1px;
		} .content .services .detail .img {
			float:none;
			margin:20px 0 30px 0;
			width:100%;
			height:auto;
			
		} .content .photos .item {
			width:100%;
			height:300px;
		} .content .photos .item .img {
			width:100%;
			height:240px;
		} .content .photos .item .text h2 {
			font-size:19px;
		
		} .content .contact .box.a {
			float:none;
			width:100%;
			line-height:1.5em;
		} .content .contact .box.a .txt.a{
			font-size:19px;
			letter-spacing:-1px;
			
		} .content .contact .box.b {
			float:none;
			width:100%;
			line-height:1.5em;
		} .content .contact .box.b .txt.a {
			font-size:21px;
			color:#7CAB35;
			line-height:1.2em;
			letter-spacing:-1px;
		} .content .contact .box.b .txt.b {
			font-size:17px;
			line-height:1.8em;
			
		} .content .contact form .txt {
			display:block;
			margin:0 0 10px 0;
			line-height:1.4em;
			
		} .content .contact .form.a {
			float:none;
			width:100%;
		} .content .contact .form.a input {
			width:85%;
		} .content .contact .form.a select {
			width:85%;
		} .content .contact .form.b {
			float:none;
			width:100%;
		} .content .contact .form.b input {
			width:85%;
		} .content .contact .form.c {
			float:none;
			width:100%;
			margin:0 0 20px 0;
		} .content .contact .form.c .icon {
			height:200px;
		} .content .contact .form.c textarea {
			width:85%;
		} .content .contact .form.d {
			float:right;
			margin:0 1.7% 0 0;
		} .content .contact .form.e {
			position:relative;
			width:100%;
			margin:0 0 20px 0;
		} .content .contact .form.e input {
			width:140px;
			vertical-align:top;
			margin:0 0 0 -2%;
			padding:11px 10px 11px 26px;
			-webkit-border-radius:4px;
			border-radius:4px;
		} .content .contact .form .icon {
			position:relative;
			z-index:1;
			display:inline-block;
			width:46px;
			height:39px;
			border:1px solid #CCC;
			vertical-align:middle;
			-webkit-border-radius:4px;
			border-radius:4px;
			background:url(../images/back_headerColor.png) no-repeat;
			background-size:100% 100%;
		} .content .contact .form .icon span {
			display:block;
			width:100%;
			height:100%;
		} .content .contact .form input:focus,
		  .content .contact .form textarea:focus {
			border:1px solid #7CAB35;
		} .content .contact .form button {
			position:absolute;
			width:100%;
			float:none;
			margin-top:60px;
			padding:12px 16px;
			cursor:pointer;
			background:#102D7D;
			color:#FFF;
			-webkit-border-radius:4px;
			border-radius:4px;
		} .content .contact .form button span {
			position:relative;
			z-index:1;
			font-size:16px;
		} .content .contact .form button::before {
			position:absolute;
			z-index:0;
			bottom:0;
			left:0;
			width:100%;
			height:0;
			display:block;
			content:'';
			-webkit-border-radius:4px;
			border-radius:4px;
			transition:all .2s ease;
			-webkit-transition:all .2s ease;
		} .content .contact .form button:hover::before {
			background:#7CAB35;
			height:100%;
			
		} .content .con-under {
			width:260px;
			margin:120px auto;
			white-space:nowrap;
		} .content .con-under img {
			vertical-align:middle;
		} .content .con-under span {
			font-size:21px;
			font-weight:100;
			letter-spacing:-1px;
		}
		
		.footer .top > div:nth-child(1) {
			width:100%;
			margin:auto;
			padding:20px;
			
		} .footer .top .info-bar {
			float:none;
			width:100%;
			height:auto;
			padding:20px;
			margin:0;
			border-left:0;
			text-align:center;
		} .footer .top .info-bar img {
			display:none;
		} .footer .top .info-bar .txt.b {
			font-size:14px;
			
		} .footer .top .links-bar {
			float:none;
			width:100%;
			height:auto;
			padding:20px;
			margin:0;
			border-left:0;
			text-align:center;
		
		} .footer .top .others-bar {
			float:none;
			width:100%;
			height:auto;
			padding:20px;
			margin:0;
			border-left:0;
			text-align:center;
		} .footer .top .others-bar img {
			display:none;
		} .footer .top .others-bar .txt {
			font-size:14px;
			color:#FFF;
			
		} .footer .bottom {
			width:100%;
			height:auto;
		} .footer .bottom > div:nth-child(1) {
			width:100%;
			margin:auto;
			padding:0;
		} .footer .bottom .left {
			float:none;
			width:100%;
			padding:20px;
			text-align:center;
		} .footer .bottom .left span {
			font-size:13px;
			line-height:1.8em;
		} .footer .bottom .left span br {
			display:block;
		} .footer .bottom .right {
			float:none;
			width:100%;
			padding:0 20px 30px 20px;
			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 */
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	
	
	.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=number], 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=number], input:focus[type=password], textarea:focus, select:focus {
		border:1px solid #3D67CB;
		color:#5A5A5A;
	}
	
	#blockPopupDiv {
		position:fixed;
		z-index:9998;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	} #blockPopupDiv > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} #blockPopupDiv > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} #blockPopupDiv #ytplayer {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
	} #blockPopupDiv .popup-img {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		width:auto;
		max-width:80%;
		height:auto;
		max-height:80%;
		padding:10px;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
	}
	
	#blockCallCenter {
		display:none;
		position:fixed;
		z-index:9998;
		width:100%;
		background:url(../images/blockImageBlack.png);
	} #blockCallCenter > div:nth-child(1) {
		position:fixed;
		display:table;
		width:100%;
		height:100%;
	} #blockCallCenter > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} #blockCallCenter .dialogBorder {
		position:relative;
		margin:auto;
		min-height:240px;
		padding:20px;
		width:640px;
		background:#FFF;
		border:1px solid #CCC;
		-moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	} #blockCallCenter .girl {
		position:absolute;
		top:-32px;
		right:-38px;
	} #blockCallCenter .title {
		font-size:36px;
		letter-spacing:-1px;
		color:#173C8A;
	} #blockCallCenter .table {
		display:table;
		width:85%;
	} #blockCallCenter .table .row {
		display:table-row;
	} #blockCallCenter .table .row > .cell:nth-child(1) {
		display:table-cell;
		width:32%;
	} #blockCallCenter .table .row > .cell:nth-child(2) {
		display:table-cell;
		width:3%;
	} #blockCallCenter .table .row > .cell:nth-child(3) {
		display:table-cell;
		width:65%;
		padding:2px 0;
	} #blockCallCenter .table .row .cell input {
		width:86%;
	}
	
	#processDiv {
		display:none;
		position:fixed;
		background:#5A5A5A;
		color:#FFF;
		z-index:9999;;
		top:0;
		left:0;
	}
	
	#blockDiv {
		display:none;
		position:fixed;
		z-index:999;
		width:100%;
		background:url(../images/blockImageBlack.png);
	}
	
	#blockTableDiv {
		display:none;
		position:fixed;
		z-index:9999;
		width:100%;
		background:url(../images/blockImageBlack.png);
	} #blockTableDiv .dialogBorder {
		width:90%;
		max-width:400px;
		background:#FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
		-webkit-box-shadow: 0 10px 34px 0 rgba(0,0,0,0.35);
		box-shadow: 0 10px 34px 0 rgba(0,0,0,0.35);
	} #blockTableDiv .dialogBack {
		border:10px solid #FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
	} #blockTableDiv #dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#333;
	} #blockTableDiv #dialogContent {
		margin:10px 0 16px 0;
		padding:0 10px 6px 10px;
		font-size:14px;
		line-height:1.4em;
		color:#333;
	} #blockTableDiv .dialogButton {
		margin:auto;
		padding:0 0 14px 0;
	} #blockTableDiv .dialogButton>input[type=button] {
		border:0;
		display:block;
		padding:10px 14px;
		font-size:14px;
		color:#FFF;
		background:#333;
		cursor:pointer;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
	}
	
	#blockLoaderDiv {
		display:block;
		position:fixed;
		z-index:9998;
		width:100%;
		text-align:center;
	} #blockLoaderDiv .dialogBorder {
		display:inline-block;
		min-width:280px;
		background:#FFF;
		border:1px solid #CCC;
		-moz-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogBack {
		border:10px solid #FFF;
		height:80px;
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#5A5A5A;
	}
	
	img {
		border:0;
	}
	
	.clear, .clr {
		clear:both;
	}
	
	a:link		{ text-decoration:none; 		}
	a:visited 	{ text-decoration:none; 		}
	a:hover   	{ text-decoration:underline; 	}
	