@charset "iso-8859-9";

/*
	Project Name: Okurzemin - 05.04.2023 - 09:15
	Project Site: Okurzemin - 
	CSS Author Portfolio: M.G.C - Grimor Interactive Agency - www.grimor.com
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');


body {
	font-family: 'Montserrat', sans-serif;
	padding:0;
	margin:0;
	font-size:13px;
}

.clear {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
a {
	text-decoration:none;
}
.clear {
	clear:both;
}
.mb8 {
	margin-bottom:8px;
}
.fl25 {
	padding-left:25px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt20 {
	padding-top:20px;
}
.pt25 {
	padding-top:25px;
}
.pt30 {
	padding-top:30px;
}
.pt35 {
	padding-top:35px;
}
.pt70 {
	padding-top:70px;
}
.pt50 {
	padding-top:50px;
}
.pl5 {
	padding-left:5px;
}
.pl10 {
	padding-left:10px;
}
.p20 {
	padding:20px;
}
.pr5 {
	padding-right:5px;
}
.pr10 {
	padding-right:10px;
}
.pr30 {
	padding-right:30px;
}
.pb20 {
	padding-bottom:20px;
}
.pb10 {
	padding-bottom:10px;
}
.pb15 {
	padding-bottom:15px;
}
.pr9 {
	padding-right:4px;
}
.pb5 {
	padding-bottom:5px;
}
.pb3 {
	padding-bottom:3px;
}
.pb2 {
	padding-bottom:2px;
}
.pl20 {
	padding-left:20px;
}
.mr20 {
	margin-right:20px;
}
.p10 {
	padding:10px;
}
.pr9 {
	padding-right:9px;
}
.pr20 {
	padding-right:20px;
}
.ml5 {
	margin-left:5px;
}
.ml8 {
	margin-left:8px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml50 {
	margin-left:50px;
}
.mr5 {
	margin-right:5px;
}
.mr6 {
	margin-right:6px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:40px;
}
.mt3 {
	margin-top:3px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt12 {
	margin-top:12px;
}
.mt20 {
	margin-top:20px;
}
.mt27 {
	margin-top:27px;
}
.mt30 {
	margin-top:30px;
}
.mt42 {
	margin-top:42px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mr25 {
	margin-right:25px;
}
.pt2 {
	padding-top:2px;
}
.mr3 {
	margin-right:3px;
}

.body1200 {
	display:block;
}

.body768 {
	display:none;
}

.body480 {
	display:none;
}

.body320 {
	display:none;
}

.tp-tn {
	float:left;
	margin:0px 10px 0 ;
	display:block;
}

.lang {
	float:right;
	display:block;
	margin:0 20px 0 10px;
	color:#212422;
	font-weight:600;
	line-height:18px;
}

.lang a {
	color:#212422;
}

.page {
	max-width:1640px;
	margin:auto;
	padding:0 0 0 0px;
}

.page1200 {
	max-width:1196px;
	margin:auto;
	padding:0 2px 0 2px;
}

/* MAIN URUNLER */


.main-urun-sec {
	width: 32%;
	margin:1% 1% 3% 0%;
	float:left;
	display:block;
}

.main-urun-sec-2 {
	width: 24%;
	margin: 0 0% 3% 1%;
	float:left;
	display:block;
}

.main-urun-sec-tt {
	color:#000;
	font-size:20px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:10px 10px 10px 10px;
	margin:20px 0 20px 0; 
}

.main-urun-sec-tt-2 {
	color:#000;
	font-size:18px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:10px 10px 10px 10px;
	margin:20px 0 20px 0;
	
}

.main-urun-sec-txt {
	color:#393939;
	font-weight:400;
	font-size:13px;
	margin:0 0 20px 0;
	display:flex;
	line-height:20px;
	align-content:center;
	align-items:center;
	position:relative; 
	min-height:60px;
}

.main-urun-sec .button-box {
	position:relative;
	padding-right:3rem;
	padding-left:3rem;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
	border:1px solid #c2c2c2;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	text-decoration:none !important;
	overflow:hidden;
	letter-spacing:6px;
	font-weight:600;
	-webkit-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-moz-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-o-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-ms-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	z-index:1;
	width:100%;
	font-size:14px;
	color:#393939 !important;
}

.main-urun-sec .button-box:hover {
	background-color:rgba(255, 199, 0, 0.1);
	border-color:#00A5B9;
	font-size:14px;
	color:#393939 !important;
	background-color:#00a5b9;
}
/*------blog-----*/
.blog-sec {
	width: 32%;
	margin: 0 0% 3% 1%;
	float:left;
	display:block;
}

.blog-sec-tt {
	color:#000;
	font-size:16px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:5px 10px 5px 10px;
	margin:15px 0 15px 0; 
}

.blog-sec-txt {
	color:#393939;
	font-weight:400;
	font-size:13px;
	margin:0 0 20px 0;
	display:flex;
	line-height:20px;
	align-content:center;
	align-items:center;
	position:relative; 
	min-height:80px;
}

/*------blog-----*/

.main-grey-bg {
	background-color:#f3f3f3;
	padding:25px 0 25px 0;
}

.kampanya-gn-tt {
	color:#f48320;
	font-size:20px;
	font-weight:600;
	padding:45px 0 10px 0;
}

.border-bottom-km {
	background-color:#000;
	min-height:4px;
	width:100%;
	margin-bottom:40px;
}

.border-trnc {
	background-color:#f48320;
	width:270px;
	display:block;
	float:left;
	min-height:4px;
}


.mainurun-panelgl2768 {
	display:none;
}


.mainurun-panelgl2480 {
	display:none;
}


.mainurun-panelgl2 {
	position:relative;
	display:block;
	margin-bottom:125px;
}

.mainurun2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.mainurun2 li {
	width:700px;
	height:350px;
	margin-right:30px;
	float:left;
	display:block;
	list-style-type:none;
}
.mainurun-panelgl2 .mainurun_solgl2 {
	position:absolute;
	left:46%;
	top:370px; 

}
.mainurun-panelgl2 .mainurun_saggl2 {
	position:absolute;
	top:370px; 
	left:50%;
}

.kampanya-box {
	display:block;
	float:left;
	width:700px;
	margin:1% 0 3% 0;
}

.kampanya-img {
	float:left;
	display:block;
	width:30%;
}


.kampanya-box-txt {
	width:300px;
	float:left;
	margin-left:20px;
	color:#262b2f;
	font-weight:500;
}

.kampanya-box-tt {
	font-weight:bold;
	font-size:26px;
	padding-bottom:35px;
}

.kmp-blg {
	font-weight:600;
	font-size:15px;
	float:left;
	min-width:120px;
	margin-bottom:10px;
}

.kampanya-box-fiyat-m2 {
	font-weight:600;
	font-size:20px;
	color:#262b2f;
	padding:25px 0 0 0;
}

.blog-gn-tt {
	color:#4a4a49;
	font-size:48px;
	font-weight:400;
	margin:55px 0 55px 0;
}

.blog-gn-tt span {
	color:#f48320;
}


.mainurun-panelgl3768 {
	display:none;
}


.mainurun-panelgl3480 {
	display:none;
}


.mainurun-panelgl3 {
	position:relative;
	display:block;
	margin-bottom:80px;
}

.mainurun3 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.mainurun3 li {
	width:500px;
	height:450px;
	margin-right:15px;
	float:left;
	display:block;
	list-style-type:none;
}

.mainurun-panelgl3 .mainurun_solgl3 {
	position:absolute;
	left:46%;
	top:370px; 

}
.mainurun-panelgl3 .mainurun_saggl3 {
	position:absolute;
	top:370px; 
	left:50%;
}

.main-blog-sec {
	display:block;
	float:left;
	margin:0 0 45px 0;
	text-decoration:none !important;
}

.blog-img {
	float:left;
	display:block;
	width:250px;
}

.blog-trnc {
	float:left;
	display:block;
	width:232px;
}

.main-date {
	color:#000;
	font-size:13px;
	font-weight:400;
	padding:20px 0 5px 0;
}

.main-blog-tt {
	font-size:16px;
	color:#000;
	font-weight:600;
	margin-bottom:5px;
}

.main-blog-txt {
	color:#7d737d;
	font-weight:400;
	font-size:15px;
	line-height:18px;
}

/* Footer */


/* IC CSS */

.break {
	padding:20px 0px 20px 10px;
	color:#000;
	background-color:#f9fcff;
	font-weight:500 !important;
	font-size:13px;
	letter-spacing:1px;
	display:block;
}

.break a {
	color:#000;
}

.tab-tt {
	color:#212422;
	font-weight:600;
	font-size:22px;
	padding:10px 0 12px 0px;
	margin-bottom:20px;
	border-bottom:2px solid #000;
}

.tab-tt-ic {
	color:#212422;
	font-weight:600;
	font-size:22px;
	float:left;
	padding:10px 0 12px 0px;
	margin-bottom:25px;
	border-bottom:2px solid #000;
}

.text-blm {
	min-height:430px;
	line-height:22px;
	font-size:14px;
	color:#000;
	padding-bottom:25px;
	font-weight:500;
}

.text-blm h1 {
	padding-top:6px;
	font-size:22px;
	color:#000;
	font-weight:600;
	margin:20px 0 30px 0;
}

.text-blm2 {
	min-height:430px;
	max-width:1250px;
	line-height:22px;
	font-size:14px;
	color:#000;
	padding-bottom:25px;
	font-weight:500;
}

.text-blm2 h1 {
	padding-top:6px;
	font-size:22px;
	color:#000;
	font-weight:600;
	margin:20px 0 30px 0;
}

.text-blm strong {
	color:#00a5b9;
	font-weight:600;
	font-size:14px;
}
.text-blm2 strong {
	color:#00a5b9;
	font-weight:600;
	font-size:14px;
}
.form-width { width:60%;}

.smry {
	color:#585858;
	font-size:40px;
	font-weight:300;
	margin-bottom:35px;
}

.krm-imgs {
	margin:45px 0 25px 0;
	display:block;
	float:right;
}

.blog-tarih {
	border-bottom:1px solid #c0bfcb;
	color:#393939;
	font-size:18px;
	line-height:18px;
	padding:20px 0 10px 0;
}


.button-box-2 {
	position:relative;
	padding-right:3rem;
	padding-left:3rem;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
	border:1px solid #c2c2c2;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	text-decoration:none !important;
	overflow:hidden;
	letter-spacing:6px;
	font-weight:600;
	-webkit-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-moz-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-o-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-ms-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	z-index:1;
	width:100%;
	font-size:13px;
	color:#393939 !important;
}

.button-box-2:hover {
	background-color:rgba(255, 199, 0, 0.1);
	border-color:#00A5B9;
	font-size:13px;
	color:#fff !important;
	background-color:#00a5b9;
}


/* Ürünler Detay */

.urun-txt-blm {
	float:left;
	width:54%;
	display:block;
	color:#3b3b3b;
	font-size:15px;
	line-height:22px;
}

.dokuman-indir {
	background-color:#9490c6;
	width:280px;
	color:#fff !important;
	display:block !important;
	font-size:16px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:25px 0 0 0;
	line-height:3;
}

.dokuman-indir a {
	color:#fff;
	display:block !important;
}


/* Proje Detay */

.proje-txt-blm {
	float:left;
	width:682px;
	display:block;
	color:#3b3b3b;
	font-size:15px;
	line-height:22px;
}

.proje-detay-tt {
	color:#a4a1cf;
	font-weight:600;
	font-size:17px;
	padding-bottom:25px;
}

.proje-blg-box {
	border-bottom:1px solid #e2e1ea;
	width:320px;
	display:block;
	margin:0 0 40px 0;
	padding-bottom:10px;
	float:left;
}

.pmb {
	margin-bottom:55px;
}

.proje-blg-txt {
	color:#000;
	font-weight:500;
	font-size:14px;
}

.proje-blg-tt {
	color:#a4a1cf;
	font-weight:600;
	font-size:16px;
	padding-bottom:5px;
}

.proje-detay-img {
	float:right;
	display:block !important;
	margin:0 10px 45px 0px !important;
	width:44%;
}


.galeri-gn-tt {
	margin:45px 0 20px 0;
	font-size:18px;
	font-weight:bold;
}

.proje-galeri {
	display:block;
	float:left;
	margin:0 5px 25px 5px;
	width:19.1%;
	height:190px;
}

.border-bottom-km2 {
	background-color:#000000;
	min-height:8px;
	width:100%;
	margin-bottom:40px;
}

.border-yvr {
	background-color:#9490c6;
	width:270px;
	display:block;
	float:left;
	min-height:8px;
}


.fotogaleri-galeri {
	width:15.6%;
	/*height:270px;*/
	float:left;
	display:block;
	margin:0 7px 20px 7px;
}

.renkler-galeri {
  width: 24.1%;
  float: left;
  display: block;
  margin: 0 0px 10px 10px;
 
}
.renkler-galeri-tt {
	color:#000;
	font-size:14px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:15px 0 15px 0;
}

.byk-galeri {
	width:24.1%; 
	float:left;
	display:block;
	margin:0 0px 10px 10px;
}

.teknik-dokuman {
	width: 490px;
	float: left;
	display: block;
	border-bottom: 1px solid #f48320;
	margin: 10px 12px 40px 12px;
	padding-bottom: 15px;
}


.teknik-tt {
	color:#000;
	font-size:15px;
	float:left;
	font-weight:600;
	padding:10px 0 0 0;
}

.teknik-dosya {
	background-color:#9490c6;
	color:#fff;
	font-size:16px;
	float:right;
	padding:10px;
	display:block;
}

.kampanya-sec {
	width:502px;
	min-height:270px;
	display:block;
	float:left;
	border:1px solid #666666;
	margin:0 12px 30px 0;
}

.kmp-img {
	margin:18px 10px 18px 10px;
	float:left;
	width:44%;
}

.kampanya-txt {
	width:250px;
	float:left;
	margin:18px 0 0 0;
	font-size:13px;
}

.kampanya-txt-tt {
	color:#000;
	font-size:13px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:0px 0 10px 0;
}

.kmp-txt-blg {
	font-weight:600;
	font-size:13px;
	float:left;
	min-width:100px;
	margin-bottom:10px;
}

.kampanya-box-fiyat-m2-trc {
	background-color:#f48320;
	font-weight:600;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:10px 0 10px 0;
	margin-top:10px;
}


.iletisim-blm {
	margin:10px 0 55px 0;
	display:block;	
}

.tt-ilt {
	color:#00a5b9;
	font-size:16px;
	font-weight:600;
	padding-bottom:15px;
}

.iletisim-txt {
	color:#212422;
	font-size:15px;
	width:790px;
	float:left;
	display:block;
}

.adres-txt {
	line-height:44px;
	font-size:14px;
	margin-bottom:15px;
}

.kisi-box {
	border:1px solid #9490c6;
	width:250px;
	float:left;
	display:block;
	margin:30px 13px 0 0;
	padding:20px 0 20px 0;
}

.kisi-txt {
	width: 161px;
	text-align: center;
	color: #161616;
	font-weight: 600;
	font-size: 15px;
	float: left;
}

.maps {
	float:right;
	display:block;
	width:650px;
}




img.grayscale {
/*  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
  filter: gray;*/
  float:left;
  margin:0 14px 25px 14px;
  border:1px solid #999999;
  /*-webkit-filter: grayscale(100%);*/

}

img.grayscale:hover {
  filter: none;
   transition: all 580ms ease-in-out;
 /* -webkit-filter: grayscale(0%);*/
}


.video-sec {
	width:300px;
	float:left;
	display:block;
	background-color:#f1f1f1;
	margin: 10px 15px 20px 0;
}

.video-sec-tt {
	text-align:center;
	padding:10px 0 10px 0;
	color:#000;
	font-size:13px;
	font-weight:600;
}

.video-hover {
	margin-top:-303px;
	position:relative;
}


.sertifika-sec {
	width:385px;
	background-color:#edf4fa;
	display:block;
	border:1px solid #edf4fa;
	float:left;
	margin:0 12px 40px 12px;
}

.sertifika-sec-tt {
	text-align:center;
	line-height:58px;
	color:#0066b3;
	letter-spacing:2px;
	font-size:16px;
	font-weight:600;
}

.partner {
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	width:385px;
	display:block;
	float:left;
	margin:0 25px 45px 0;
}

.partner-img {
	float:right;
	margin:0 0 40px 25px;
	display:block;
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
}

.partner-galeri {
	border:1px solid #e3f2fe;
	float:left;
	display:block;
	margin:0 40px 25px 0;
}


.galeri-kc {
	float:left;
	width:140px !important;
	height:120px !important;
	display:block;
	margin:15px 0px 0 14px;
}

.bs {
	float:left;
	width:25px;
	height:20px;
	display:block;
}

.urun-detay-sag {
	width:755px;
	float:right;
	display:block;
}


select {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom:7px;
}
select {
	height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
label, select {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
label {
	display: block;
	margin-bottom: 5px;
}
select {
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.to-top-container {
	display:none;
}



@media only screen and (min-width:1359px) and (max-width:1530px) {

.tp-tn {
	float:left;
	margin:0px 10px 0 ;
	display:block;
}

.lang {
	float:right;
	display:block;
	margin:0 20px 0 10px;
	color:#212422;
	font-weight:600;
	line-height:18px;
}

.lang a {
	color:#212422;
}

.page {
	max-width:1640px;
	margin:auto;
	padding:0 0 0 0px;
}

.page1200 {
	max-width:1196px;
	margin:auto;
	padding:0 2px 0 2px;
}

/* MAIN URUNLER */


.main-urun-sec {
	width: 32%;
	margin: 0 0% 3% 1%;
	float:left;
	display:block;
}

.main-urun-sec-2 {
	width: 24%;
	margin: 0 0% 3% 1%;
	float:left;
	display:block;
}

.main-urun-sec-tt {
	color:#000;
	font-size:18px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:5px 10px 5px 10px;
	margin:15px 0 15px 0;
	min-height:33px;
}

.main-urun-sec-tt-2 {
	color:#000;
	font-size:18px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:10px 10px 10px 10px;
	margin:20px 0 20px 0;
	
}

.main-urun-sec-txt {
	color:#393939;
	font-weight:400;
	font-size:13px;
	margin:0 0 20px 0;
	display:flex;
	line-height:18px;
	align-content:center;
	align-items:center;
	position:relative;
	min-height: 60px;
}

.main-urun-sec .button-box {
	position:relative;
	padding-right:3rem;
	padding-left:3rem;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
	border:1px solid #c2c2c2;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	text-decoration:none !important;
	overflow:hidden;
	letter-spacing:6px;
	font-weight:600;
	-webkit-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-moz-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-o-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-ms-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	z-index:1;
	width:100%;
	font-size:14px;
	color:#393939 !important;
}

.main-urun-sec .button-box:hover {
	background-color:rgba(255, 199, 0, 0.1);
	border-color:#00A5B9;
	font-size:14px;
	color:#393939 !important;
	background-color:#00a5b9;
}
/*---blog----*/
.blog-sec {
	width: 32%;
	margin: 0 0% 3% 1%;
	float:left;
	display:block;
}

 
.blog-sec-tt {
	color:#000;
	font-size:15px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:3px 10px 3px 10px;
	margin:15px 0 15px 0;
	height:44px;
	line-height: 20px;
}
 
.blog-sec-txt {
	color:#393939;
	font-weight:400;
	font-size:13px;
	margin:0 0 20px 0;
	display:flex;
	line-height:20px;
	align-content:center;
	align-items:center;
	position:relative;
}


/*---blog----*/
.main-grey-bg {
	background-color:#f3f3f3;
	padding:25px 0 25px 0;
}

.kampanya-gn-tt {
	color:#f48320;
	font-size:20px;
	font-weight:600;
	padding:45px 0 10px 0;
}

.border-bottom-km {
	background-color:#000;
	min-height:8px;
	width:100%;
	margin-bottom:40px;
}

.border-trnc {
	background-color:#f48320;
	width:270px;
	display:block;
	float:left;
	min-height:8px;
}


.mainurun-panelgl2768 {
	display:none;
}


.mainurun-panelgl2480 {
	display:none;
}


.mainurun-panelgl2 {
	position:relative;
	display:block;
	margin-bottom:125px;
}

.mainurun2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.mainurun2 li {
	width:585px;
	height:350px;
	margin-right:30px;
	float:left;
	display:block;
	list-style-type:none;
}
.mainurun-panelgl2 .mainurun_solgl2 {
	position:absolute;
	left:0;
	top:390px;
	/*border:1px solid #e7e7e7;*/

}
.mainurun-panelgl2 .mainurun_saggl2 {
	position:absolute;
	top:390px;
	/*border:1px solid #e7e7e7;*/
	left:55px;
}


.kampanya-box {
	display:block;
	float:left;
}

.kampanya-img {
	width:295px;
	float:left;
}

.kampanya-box-txt {
	width:250px;
	float:left;
	margin-left:10px;
	color:#262b2f;
	font-weight:500;
}

.kampanya-box-tt {
	font-weight:bold;
	font-size:26px;
	padding-bottom:35px;
}

.kmp-blg {
	font-weight:600;
	font-size:15px;
	float:left;
	min-width:120px;
	margin-bottom:10px;
}

.kampanya-box-fiyat-m2 {
	font-weight:600;
	font-size:18px;
	color:#262b2f;
	padding:25px 0 0 0;
}

.blog-gn-tt {
	color:#4a4a49;
	font-size:48px;
	font-weight:400;
	margin:55px 0 55px 0;
}

.blog-gn-tt span {
	color:#f48320;
}


.mainurun-panelgl3768 {
	display:none;
}


.mainurun-panelgl3480 {
	display:none;
}


.mainurun-panelgl3 {
	position:relative;
	display:block;
	margin-bottom:80px;
}

.mainurun3 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mainurun3 li {
	width:500px;
	height:450px;
	margin-right:15px;
	float:left;
	display:block;
	list-style-type:none;
}
.mainurun-panelgl3 .mainurun_solgl3 {
	position:absolute;
	left:57%;
	top: 410px;

}
.mainurun-panelgl3 .mainurun_saggl3 {
	position:absolute;
	top: 410px;
	right:33%;
}

.main-blog-sec {
	display:block;
	float:left;
	margin:0 0 45px 0;
	text-decoration:none !important;
}

.blog-img {
	float:left;
	display:block;
	width:250px;
}

.blog-trnc {
	float:left;
	display:block;
	width:231px;
}


.main-date {
	color:#000;
	font-size:13px;
	font-weight:400;
	padding:20px 0 5px 0;
}

.main-blog-tt {
	font-size:16px;
	color:#000;
	font-weight:600;
	margin-bottom:5px;
}

.main-blog-txt {
	color:#7d737d;
	font-weight:400;
	font-size:15px;
	line-height:18px;
}

/* Footer */


/* IC CSS */

.break {
	padding:20px 0px 20px 10px;
	color:#000;
	background-color:#f9fcff;
	font-weight:500 !important;
	font-size:13px;
	letter-spacing:1px;
	display:block;
}

.break a {
	color:#000;
}

.tab-tt {
	color:#212422;
	font-weight:600;
	font-size:22px;
	padding:10px 0 12px 0px;
	margin-bottom:20px;
	border-bottom:2px solid #000;
}

.tab-tt-ic {
	color:#212422;
	font-weight:600;
	font-size:22px;
	float:left;
	padding:10px 0 12px 0px;
	margin-bottom:25px;
	border-bottom:2px solid #000;
}

.text-blm {
	min-height:430px;
	line-height:22px;
	font-size:14px;
	color:#000;
	padding-bottom:25px;
	font-weight:500;
}

.text-blm h1 {
	padding-top:6px;
	font-size:22px;
	color:#000;
	font-weight:600;
	margin:20px 0 30px 0;
}

.text-blm2 {
	min-height:430px;
	max-width:1250px;
	line-height:22px;
	font-size:14px;
	color:#000;
	padding-bottom:25px;
	font-weight:500;
}

.text-blm2 h1 {
	padding-top:6px;
	font-size:22px;
	color:#000;
	font-weight:600;
	margin:20px 0 30px 0;
}

.text-blm2 strong {
	color:#00a5b9;
	font-weight:600;
	font-size:22px;
	padding-bottom:20px;
}

.form-width { width:70%;}

.smry {
	color:#585858;
	font-size:40px;
	font-weight:300;
	margin-bottom:35px;
}

.krm-imgs {
	margin:45px 0 25px 0;
	display:block;
	float:right;
}

.blog-tarih {
	border-bottom:1px solid #c0bfcb;
	color:#393939;
	font-size:18px;
	line-height:18px;
	padding:20px 0 10px 0;
}


.button-box-2 {
	position:relative;
	padding-right:3rem;
	padding-left:3rem;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
	border:1px solid #c2c2c2;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	text-decoration:none !important;
	overflow:hidden;
	letter-spacing:6px;
	font-weight:600;
	-webkit-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-moz-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-o-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-ms-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	z-index:1;
	width:100%;
	font-size:13px;
	color:#393939 !important;
}

.button-box-2:hover {
	background-color:rgba(255, 199, 0, 0.1);
	border-color:#00A5B9;
	font-size:13px;
	color:#fff !important;
	background-color:#00a5b9;
}


/* Ürünler Detay */

.urun-txt-blm {
	float:left;
	width:550px;
	display:block;
	color:#3b3b3b;
	font-size:15px;
	line-height:22px;
}

.dokuman-indir {
	background-color:#9490c6;
	width:280px;
	color:#fff !important;
	display:block !important;
	font-size:16px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:25px 0 0 0;
	line-height:3;
}

.dokuman-indir a {
	color:#fff;
	display:block !important;
}


/* Proje Detay */

.proje-txt-blm {
	float:left;
	width:500px;
	display:block;
	color:#3b3b3b;
	font-size:15px;
	line-height:22px;
}

.proje-detay-tt {
	color:#a4a1cf;
	font-weight:600;
	font-size:18px;
	padding-bottom:25px;
}

.proje-blg-box {
	border-bottom:1px solid #e2e1ea;
	width:370px;
	display:block;
	margin:0 0 30px 0;
	padding-bottom:10px;
	float:left;
}

.pmb {
	margin-bottom:55px;
}

.proje-blg-txt {
	color:#000;
	font-weight:500;
	font-size:14px;
}

.proje-blg-tt {
	color:#a4a1cf;
	font-weight:600;
	font-size:16px;
	padding-bottom:5px;
}

.proje-detay-img {
	float:right;
	display:block !important;
	margin:0 10px 45px 0px !important;
	width:48%;
}


.galeri-gn-tt {
	margin:45px 0 20px 0;
	font-size:18px;
	font-weight:bold;
}

.proje-galeri {
	display:block;
	float:left;
	margin:0 5px 25px 5px;
	width:250px;
	height:200px;
}

.border-bottom-km2 {
	background-color:#000000;
	min-height:8px;
	width:100%;
	margin-bottom:40px;
}

.border-yvr {
	background-color:#9490c6;
	width:270px;
	display:block;
	float:left;
	min-height:8px;
}

.fotogaleri-galeri {
	width:250px;
	height:255px;
	float:left;
	display:block;
	margin:0 7px 30px 7px;
}

.renkler-galeri {
	width:23.6%;
	/*! height:255px; */
	float:left;
	display:block;
	margin:0 7px 30px 7px;
}

.renkler-galeri-tt {
	color:#000;
	font-size:16px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:15px 0 15px 0;
}

.byk-galeri {
	float:left;
	margin:10px;
	display:block;
	width:23.2%; 
}

.teknik-dokuman {
	width: 490px;
	float: left;
	display: block;
	border-bottom: 1px solid #f48320;
	margin: 10px 12px 40px 12px;
	padding-bottom: 15px;
}

.teknik-tt {
	color:#000;
	font-size:15px;
	float:left;
	font-weight:600;
	padding:10px 0 0 0;
}

.teknik-dosya {
	background-color:#9490c6;
	color:#fff;
	font-size:16px;
	float:right;
	padding:10px;
	display:block;
}

.kampanya-sec {
	width:510px;
	min-height:270px;
	display:block;
	float:left;
	border:1px solid #666666;
	margin:0 20px 30px 0;
}

.kmp-img {
	margin:18px 10px 18px 15px;
	float:left;
}

.kampanya-txt {
	width:250px;
	float:left;
	margin:18px 0 0 0;
	font-size:13px;
}

.kampanya-txt-tt {
	color:#000;
	font-size:13px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:0px 0 10px 0;
}

.kmp-txt-blg {
	font-weight:600;
	font-size:13px;
	float:left;
	min-width:100px;
	margin-bottom:10px;
}

.kampanya-box-fiyat-m2-trc {
	background-color:#f48320;
	font-weight:600;
	font-size:16px;
	color:#fff;
	text-align:center;
	padding:10px 0 10px 0;
	margin-top:10px;
}


.iletisim-blm {
	margin:10px 0 55px 0;
	display:block;	
}

.tt-ilt {
	color:#00a5b9;
	font-size:16px;
	font-weight:600;
	padding-bottom:15px;
}

.iletisim-txt {
	color:#212422;
	font-size:15px;
	width:580px;
	float:left;
	display:block;
}

.adres-txt {
	line-height:24px;
	font-size:13px;
	margin-bottom:15px;
}

.kisi-box {
	border:1px solid #9490c6;
	width:250px;
	float:left;
	display:block;
	margin:30px 13px 0 0;
	padding:20px 0 20px 0;
}

.kisi-txt {
	width:145px;
	text-align:center;
	color:#161616;
	font-weight:600;
	font-size:15px;
	float:left;
}

.maps {
	float:right;
	display:block;
	width:550px;
}




img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  float:left;
  margin:0 14px 25px 14px;
  border:1px solid #999999;
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
   transition: all 580ms ease-in-out;
  -webkit-filter: grayscale(0%);
}


.video-sec {
	width:300px;
	float:left;
	display:block;
	background-color:#f1f1f1;
	margin: 10px 15px 20px 0;
}

.video-sec-tt {
	text-align:center;
	padding:10px 0 10px 0;
	color:#000;
	font-size:13px;
	font-weight:600;
}

.video-hover {
	margin-top:-303px;
	position:relative;
}


.sertifika-sec {
	width:385px;
	background-color:#edf4fa;
	display:block;
	border:1px solid #edf4fa;
	float:left;
	margin:0 12px 40px 12px;
}

.sertifika-sec-tt {
	text-align:center;
	line-height:58px;
	color:#0066b3;
	letter-spacing:2px;
	font-size:16px;
	font-weight:600;
}

.partner {
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	width:385px;
	display:block;
	float:left;
	margin:0 25px 45px 0;
}

.partner-img {
	float:right;
	margin:0 0 40px 25px;
	display:block;
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
}

.partner-galeri {
	border:1px solid #e3f2fe;
	float:left;
	display:block;
	margin:0 40px 25px 0;
}


.galeri-kc {
	float:left;
	width:140px !important;
	height:120px !important;
	display:block;
	margin:15px 0px 0 14px;
}

.bs {
	float:left;
	width:25px;
	height:20px;
	display:block;
}

.urun-detay-sag {
	width:755px;
	float:right;
	display:block;
}


select {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom:7px;
}
select {
	height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
label, select {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
label {
	display: block;
	margin-bottom: 5px;
}
select {
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.to-top-container {
	display:none;
}


}


@media only screen and (min-width:1070px) and (max-width:1350px) {

.tp-tn {
	float:left;
	margin:0px 10px 0 ;
	display:block;
}

.lang {
	float:right;
	display:block;
	margin:0 20px 0 10px;
	color:#212422;
	font-weight:600;
	line-height:18px;
}

.lang a {
	color:#212422;
}

.page {
	max-width:1640px;
	margin:auto;
	padding:0 0 0 0px;
}

.page1200 {
	max-width:1196px;
	margin:auto;
	padding:0 2px 0 2px;
}

/* MAIN URUNLER */


.main-urun-sec {
	width: 32%;
	margin: 0 0% 3% 1%;
	float:left;
	display:block;
}

.main-urun-sec-2 {
	width: 24%;
	margin: 0 0% 3% 1%;
	float:left;
	display:block;
}

.main-urun-sec-tt {
	color:#000;
	font-size:22px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:20px 0 20px 0;
}

.main-urun-sec-tt-2 {
	color:#000;
	font-size:16px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:20px 0 20px 0;
	
}

.main-urun-sec-txt {
	color:#393939;
	font-weight:400;
	font-size:13px;
	margin:0 0 20px 0;
	display:flex;
	line-height:20px;
	align-content:center;
	align-items:center;
	position:relative;
}

.main-urun-sec .button-box {
	position:relative;
	padding-right:3rem;
	padding-left:3rem;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
	border:1px solid #c2c2c2;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	text-decoration:none !important;
	overflow:hidden;
	letter-spacing:6px;
	font-weight:600;
	-webkit-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-moz-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-o-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-ms-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	z-index:1;
	width:100%;
	font-size:14px;
	color:#393939 !important;
}

.main-urun-sec .button-box:hover {
	background-color:rgba(255, 199, 0, 0.1);
	border-color:#00A5B9;
	font-size:14px;
	color:#393939 !important;
	background-color:#00a5b9;
}

/**-----blog-----*/
.blog-sec {
	width: 32%;
	margin: 0 0% 3% 1%;
	float:left;
	display:block;
}

.blog-sec-tt {
	color:#000;
	font-size:22px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:20px 0 20px 0;
}
 
.blog-sec-txt {
	color:#393939;
	font-weight:400;
	font-size:13px;
	margin:0 0 20px 0;
	display:flex;
	line-height:20px;
	align-content:center;
	align-items:center;
	position:relative;
}
/**-----blog-----*/

.main-grey-bg {
	background-color:#f3f3f3;
	padding:25px 0 25px 0;
}

.kampanya-gn-tt {
	color:#f48320;
	font-size:20px;
	font-weight:600;
	padding:45px 0 10px 0;
}

.border-bottom-km {
	background-color:#000;
	min-height:8px;
	width:100%;
	margin-bottom:40px;
}

.border-trnc {
	background-color:#f48320;
	width:270px;
	display:block;
	float:left;
	min-height:8px;
}


.mainurun-panelgl2768 {
	display:none;
}


.mainurun-panelgl2480 {
	display:none;
}


.mainurun-panelgl2 {
	position:relative;
	display:block;
	margin-bottom:125px;
}

.mainurun2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.mainurun2 li {
	width:585px;
	height:350px;
	margin-right:30px;
	float:left;
	display:block;
	list-style-type:none;
}
.mainurun-panelgl2 .mainurun_solgl2 {
	position:absolute;
	left:0;
	top:390px;
	/*border:1px solid #e7e7e7;/*/

}
.mainurun-panelgl2 .mainurun_saggl2 {
	position:absolute;
	top:390px;
	/*border:1px solid #e7e7e7;*/
	left:55px;
}


.kampanya-box {
	display:block;
	float:left;
}

.kampanya-img {
	width:310px;
	float:left;
}

.kampanya-box-txt {
	width:250px;
	float:left;
	margin-left:10px;
	color:#262b2f;
	font-weight:500;
}

.kampanya-box-tt {
	font-weight:bold;
	font-size:26px;
	padding-bottom:35px;
}

.kmp-blg {
	font-weight:600;
	font-size:15px;
	float:left;
	min-width:120px;
	margin-bottom:10px;
}

.kampanya-box-fiyat-m2 {
	font-weight:600;
	font-size:18px;
	color:#262b2f;
	padding:25px 0 0 0;
}

.blog-gn-tt {
	color:#4a4a49;
	font-size:48px;
	font-weight:400;
	margin:55px 0 55px 0;
}

.blog-gn-tt span {
	color:#f48320;
}


.mainurun-panelgl3768 {
	display:none;
}


.mainurun-panelgl3480 {
	display:none;
}


.mainurun-panelgl3 {
	position:relative;
	display:block;
	margin-bottom:80px;
}

.mainurun3 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mainurun3 li {
	width:500px;
	height:450px;
	margin-right:15px;
	float:left;
	display:block;
	list-style-type:none;
}
.mainurun-panelgl3 .mainurun_solgl3 {
	position:absolute;
	left:42%;
	top: 410px;

}
.mainurun-panelgl3 .mainurun_saggl3 {
	position:absolute;
	top: 410px;
	right:42%;
}


.main-blog-sec {
	display:block;
	float:left;
	margin:0 0 45px 0;
	text-decoration:none !important;
}

.main-date {
	color:#000;
	font-size:13px;
	font-weight:400;
	padding:20px 0 5px 0;
}

.main-blog-tt {
	font-size:16px;
	color:#000;
	font-weight:600;
	margin-bottom:5px;
}

.main-blog-txt {
	color:#7d737d;
	font-weight:400;
	font-size:15px;
	line-height:18px;
}

/* Footer */


/* IC CSS */

.break {
	padding:20px 0px 20px 10px;
	color:#000;
	background-color:#f9fcff;
	font-weight:500 !important;
	font-size:13px;
	letter-spacing:1px;
	display:block;
}

.break a {
	color:#000;
}

.tab-tt {
	color:#212422;
	font-weight:600;
	font-size:22px;
	padding:10px 0 12px 0px;
	margin-bottom:20px;
	border-bottom:2px solid #000;
}

.tab-tt-ic {
	color:#212422;
	font-weight:600;
	font-size:22px;
	float:left;
	padding:10px 0 12px 0px;
	margin-bottom:25px;
	border-bottom:2px solid #000;
}

.text-blm {
	min-height:430px;
	line-height:22px;
	font-size:14px;
	color:#000;
	padding-bottom:25px;
	font-weight:500;
}

.text-blm h1 {
	padding-top:6px;
	font-size:22px;
	color:#000;
	font-weight:600;
	margin:20px 0 30px 0;
}

.text-blm2 {
	min-height:430px;
	max-width:1250px;
	line-height:22px;
	font-size:14px;
	color:#000;
	padding-bottom:25px;
	font-weight:500;
}

.text-blm2 h1 {
	padding-top:6px;
	font-size:22px;
	color:#000;
	font-weight:600;
	margin:20px 0 30px 0;
}

.text-blm2 strong {
	color:#00a5b9;
	font-weight:600;
	font-size:22px;
	padding-bottom:20px;
}

.form-width { width:100%;}

.smry {
	color:#585858;
	font-size:40px;
	font-weight:300;
	margin-bottom:35px;
}

.krm-imgs {
	margin:45px 0 25px 0;
	display:block;
	float:right;
}

.blog-tarih {
	border-bottom:1px solid #c0bfcb;
	color:#393939;
	font-size:18px;
	line-height:18px;
	padding:20px 0 10px 0;
}


.button-box-2 {
	position:relative;
	padding-right:3rem;
	padding-left:3rem;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
	border:1px solid #c2c2c2;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	text-decoration:none !important;
	overflow:hidden;
	letter-spacing:6px;
	font-weight:600;
	-webkit-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-moz-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-o-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-ms-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	z-index:1;
	width:100%;
	font-size:13px;
	color:#393939 !important;
}

.button-box-2:hover {
	background-color:rgba(255, 199, 0, 0.1);
	border-color:#00A5B9;
	font-size:13px;
	color:#fff !important;
	background-color:#00a5b9;
}


/* Ürünler Detay */

.urun-txt-blm {
	float:left;
	width:550px;
	display:block;
	color:#3b3b3b;
	font-size:15px;
	line-height:22px;
}

.dokuman-indir {
	background-color:#9490c6;
	width:280px;
	color:#fff !important;
	display:block !important;
	font-size:16px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:25px 0 0 0;
	line-height:3;
}

.dokuman-indir a {
	color:#fff;
	display:block !important;
}


/* Proje Detay */

.proje-txt-blm {
	float:left;
	width:530px;
	display:block;
	color:#3b3b3b;
	font-size:15px;
	line-height:22px;
}

.proje-detay-tt {
	color:#a4a1cf;
	font-weight:600;
	font-size:18px;
	padding-bottom:25px;
}

.proje-blg-box {
	border-bottom:1px solid #e2e1ea;
	width:370px;
	display:block;
	margin:0 0 30px 0;
	padding-bottom:10px;
	float:left;
}

.pmb {
	margin-bottom:55px;
}

.proje-blg-txt {
	color:#000;
	font-weight:500;
	font-size:14px;
}

.proje-blg-tt {
	color:#a4a1cf;
	font-weight:600;
	font-size:16px;
	padding-bottom:5px;
}

.proje-detay-img {
	float:right;
	display:block !important;
	margin:0 10px 45px 0px !important;
	width:48%;
}


.galeri-gn-tt {
	margin:45px 0 20px 0;
	font-size:18px;
	font-weight:bold;
}

.proje-galeri {
	display:block;
	float:left;
	margin:0 5px 25px 5px;
	width:250px;
	height:200px;
}

.border-bottom-km2 {
	background-color:#000000;
	min-height:8px;
	width:98%;
	margin-bottom:40px;
}

.border-yvr {
	background-color:#9490c6;
	width:270px;
	display:block;
	float:left;
	min-height:8px;
}

.fotogaleri-galeri {
	width:250px;
	height:255px;
	float:left;
	display:block;
	margin:0 7px 30px 7px;
}
.renkler-galeri {
	width:250px;
	height:255px;
	float:left;
	display:block;
	margin:0 7px 30px 7px;
}

.renkler-galeri-tt {
	color:#000;
	font-size:16px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:15px 0 15px 0;
}

.byk-galeri {
	width: 340px;
	height: 222px;
	display: block;
	margin: 0 8px 30px 8px;
	float: left;
}

.teknik-dokuman {
	width: 490px;
	float: left;
	display: block;
	border-bottom: 1px solid #f48320;
	margin: 10px 12px 40px 12px;
	padding-bottom: 15px;
}

.teknik-tt {
	color:#000;
	font-size:15px;
	float:left;
	font-weight:600;
	padding:10px 0 0 0;
}

.teknik-dosya {
	background-color:#9490c6;
	color:#fff;
	font-size:16px;
	float:right;
	padding:10px;
	display:block;
}

.kampanya-sec {
	width:510px;
	min-height:270px;
	display:block;
	float:left;
	border:1px solid #666666;
	margin:0 20px 30px 0;
}

.kmp-img {
	margin:18px 10px 18px 15px;
	float:left;
}

.kampanya-txt {
	width:250px;
	float:left;
	margin:18px 0 0 0;
	font-size:13px;
}

.kampanya-txt-tt {
	color:#000;
	font-size:13px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:0px 0 10px 0;
}

.kmp-txt-blg {
	font-weight:600;
	font-size:13px;
	float:left;
	min-width:100px;
	margin-bottom:10px;
}

.kampanya-box-fiyat-m2-trc {
	background-color:#f48320;
	font-weight:600;
	font-size:16px;
	color:#fff;
	text-align:center;
	padding:10px 0 10px 0;
	margin-top:10px;
}


.iletisim-blm {
	margin:10px 0 55px 0;
	display:block;	
}

.tt-ilt {
	color:#00a5b9;
	font-size:16px;
	font-weight:600;
	padding-bottom:15px;
}

.iletisim-txt {
	color:#212422;
	font-size:15px;
	width:100%;
	float:none !important;
	display:block;
}

.adres-txt {
	line-height:44px;
	font-size:14px;
	margin-bottom:15px;
}

.kisi-box {
	border:1px solid #9490c6;
	width:250px;
	float:left;
	display:block;
	margin:30px 13px 0 0;
	padding:20px 0 20px 0;
}

.kisi-txt {
	width:145px;
	text-align:center;
	color:#161616;
	font-weight:600;
	font-size:15px;
	float:left;
}

.maps {
	float:none !important;
	display:block;
	width:100%;
	margin-top:30px;
}




img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  float:left;
  margin:0 14px 25px 14px;
  border:1px solid #999999;
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
   transition: all 580ms ease-in-out;
  -webkit-filter: grayscale(0%);
}


.video-sec {
	width:300px;
	float:left;
	display:block;
	background-color:#f1f1f1;
	margin: 10px 15px 20px 0;
}

.video-sec-tt {
	text-align:center;
	padding:10px 0 10px 0;
	color:#000;
	font-size:13px;
	font-weight:600;
}

.video-hover {
	margin-top:-303px;
	position:relative;
}


.sertifika-sec {
	width:385px;
	background-color:#edf4fa;
	display:block;
	border:1px solid #edf4fa;
	float:left;
	margin:0 12px 40px 12px;
}

.sertifika-sec-tt {
	text-align:center;
	line-height:58px;
	color:#0066b3;
	letter-spacing:2px;
	font-size:16px;
	font-weight:600;
}

.partner {
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	width:385px;
	display:block;
	float:left;
	margin:0 25px 45px 0;
}

.partner-img {
	float:right;
	margin:0 0 40px 25px;
	display:block;
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
}

.partner-galeri {
	border:1px solid #e3f2fe;
	float:left;
	display:block;
	margin:0 40px 25px 0;
}


.galeri-kc {
	float:left;
	width:140px !important;
	height:120px !important;
	display:block;
	margin:15px 0px 0 14px;
}

.bs {
	float:left;
	width:25px;
	height:20px;
	display:block;
}

.urun-detay-sag {
	width:755px;
	float:right;
	display:block;
}


select {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom:7px;
}
select {
	height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
label, select {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
label {
	display: block;
	margin-bottom: 5px;
}
select {
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.to-top-container {
	display:none;
}




}

/* TABLET */

@media only screen and (min-width:475px) and (max-width:1085px) {

.tp-tn {
	float:left;
	margin:0px 10px 0 ;
	display:block;
}

.lang {
	float:right;
	display:block;
	margin:0 20px 0 10px;
	color:#212422;
	font-weight:600;
	line-height:18px;
}

.lang a {
	color:#212422;
}

.page {
	max-width:1640px;
	margin:auto;
	padding:0 0 0 0px;
}

.page1200 {
	max-width:1196px;
	margin:auto;
	padding:0 2px 0 2px;
}

/* MAIN URUNLER */


.main-urun-sec {
	width: 46%;
	margin: 0 2% 5% 2%;
	float:left;
	display:block;
}

.main-urun-sec-2 {
	width: 46%;
	margin: 0 2% 5% 2%;
	float:left;
	display:block;
}

.main-urun-sec-tt {
	color:#000;
	font-size:20px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:20px 0 20px 0;
}

.main-urun-sec-tt-2 {
	color:#000;
	font-size:16px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:20px 0 20px 0;
	
}

.main-urun-sec-txt {
	color:#393939;
	font-weight:400;
	font-size:13px;
	margin:0 0 20px 0;
	display:flex;
	line-height:20px;
	align-content:center;
	align-items:center;
	position:relative;
}

.main-urun-sec .button-box {
	position:relative;
	padding-right:3rem;
	padding-left:3rem;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
	border:1px solid #c2c2c2;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	text-decoration:none !important;
	overflow:hidden;
	letter-spacing:6px;
	font-weight:600;
	-webkit-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-moz-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-o-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-ms-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	z-index:1;
	width:100%;
	font-size:14px;
	color:#393939 !important;
}

.main-urun-sec .button-box:hover {
	background-color:rgba(255, 199, 0, 0.1);
	border-color:#00A5B9;
	font-size:14px;
	color:#393939 !important;
	background-color:#00a5b9;
}

/*----blog---*/
.blog-sec {
	width: 46%;
	margin: 0 2% 5% 2%;
	float:left;
	display:block;
}

.blog-sec-tt {
	color:#000;
	font-size:20px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:20px 0 20px 0;
}
.blog-sec-txt {
	color:#393939;
	font-weight:400;
	font-size:13px;
	margin:0 0 20px 0;
	display:flex;
	line-height:20px;
	align-content:center;
	align-items:center;
	position:relative;
}
/*---blog----*/

.main-grey-bg {
	background-color:#f3f3f3;
	padding:25px 0 25px 0;
}

.kampanya-gn-tt {
	color:#f48320;
	font-size:20px;
	font-weight:600;
	padding:45px 0 10px 0;
}

.border-bottom-km {
	background-color:#000;
	min-height:8px;
	width:100%;
	margin-bottom:40px;
}

.border-trnc {
	background-color:#f48320;
	width:270px;
	display:block;
	float:left;
	min-height:8px;
}


.mainurun-panelgl2 {
	display:none !important;
}


.mainurun-panelgl2480 {
	display:none;
}


.mainurun-panelgl2768 {
	position:relative;
	display:block !important;
	margin-bottom:125px;
}

.mainurun2768 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.mainurun2768 li {
	width:585px;
	height:350px;
	margin-right:30px;
	float:left;
	display:block;
	list-style-type:none;
}
.mainurun-panelgl2768 .mainurun_solgl2768 {
	position:absolute;
	left:0;
	top:390px;
	/*border:1px solid #e7e7e7;*/

}
.mainurun-panelgl2768 .mainurun_saggl2768 {
	position:absolute;
	top:390px;
	/*border:1px solid #e7e7e7;*/
	left:55px;
}


.kampanya-box {
	display:block;
	float:left;
}

.kampanya-img {
	width:310px;
	float:left;
}



.kampanya-box-txt {
	width:250px;
	float:left;
	margin-left:10px;
	color:#262b2f;
	font-weight:500;
}

.kampanya-box-tt {
	font-weight:bold;
	font-size:26px;
	padding-bottom:35px;
}

.kmp-blg {
	font-weight:600;
	font-size:15px;
	float:left;
	min-width:120px;
	margin-bottom:10px;
}

.kampanya-box-fiyat-m2 {
	font-weight:600;
	font-size:18px;
	color:#262b2f;
	padding:25px 0 0 0;
}

.blog-gn-tt {
	color:#4a4a49;
	font-size:48px;
	font-weight:400;
	margin:55px 0 55px 0;
}

.blog-gn-tt span {
	color:#f48320;
}


.mainurun-panelgl3 {
	display:none !important;
}


.mainurun-panelgl3480 {
	display:none;
}


.mainurun-panelgl3768 {
	position:relative;
	display:block !important;
	width:500px;
	margin:0 auto 80px auto;
}

.mainurun3768 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mainurun3768 li {
	width:500px;
	height:450px;
	margin-right:0px;
	float:left;
	display:block;
	list-style-type:none;
}
.mainurun-panelgl3768 .mainurun_solgl3768 {
	position:absolute;
	left:32%;
	top: 410px;

}
.mainurun-panelgl3768 .mainurun_saggl3768 {
	position:absolute;
	top: 410px;
	right:40%;
}


.main-blog-sec {
	display:block;
	float:left;
	margin:0 0 45px 0;
	text-decoration:none !important;
}

.main-date {
	color:#000;
	font-size:13px;
	font-weight:400;
	padding:20px 0 5px 0;
}

.main-blog-tt {
	font-size:16px;
	color:#000;
	font-weight:600;
	margin-bottom:5px;
}

.main-blog-txt {
	color:#7d737d;
	font-weight:400;
	font-size:15px;
	line-height:18px;
}

/* Footer */


/* IC CSS */

.break {
	padding:20px 0px 20px 10px;
	color:#000;
	background-color:#f9fcff;
	font-weight:500 !important;
	font-size:13px;
	letter-spacing:1px;
	display:block;
}

.break a {
	color:#000;
}

.tab-tt {
	color:#212422;
	font-weight:600;
	font-size:22px;
	padding:10px 0 12px 0px;
	margin-bottom:20px;
	border-bottom:2px solid #000;
}

.tab-tt-ic {
	color:#212422;
	font-weight:600;
	font-size:22px;
	float:left;
	padding:10px 0 12px 0px;
	margin-bottom:25px;
	border-bottom:2px solid #000;
}

.text-blm {
	min-height:430px;
	line-height:22px;
	font-size:14px;
	color:#000;
	padding-bottom:25px;
	font-weight:500;
}

.text-blm h1 {
	padding-top:6px;
	font-size:22px;
	color:#000;
	font-weight:600;
	margin:20px 0 30px 0;
}

.text-blm2 {
	min-height:430px;
	max-width:1250px;
	line-height:22px;
	font-size:14px;
	color:#000;
	padding-bottom:25px;
	font-weight:500;
}

.text-blm2 h1 {
	padding-top:6px;
	font-size:22px;
	color:#000;
	font-weight:600;
	margin:20px 0 30px 0;
}

.text-blm2 strong {
	color:#00a5b9;
	font-weight:600;
	font-size:22px;
	padding-bottom:20px;
}

.form-width { width:100%;}

.smry {
	color:#585858;
	font-size:40px;
	font-weight:300;
	margin-bottom:35px;
}

.krm-imgs {
	margin:45px 0 25px 0;
	display:block;
	float:right;
}

.blog-tarih {
	border-bottom:1px solid #c0bfcb;
	color:#393939;
	font-size:18px;
	line-height:18px;
	padding:20px 0 10px 0;
}


.button-box-2 {
	position:relative;
	padding-right:3rem;
	padding-left:3rem;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
	border:1px solid #c2c2c2;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	text-decoration:none !important;
	overflow:hidden;
	letter-spacing:6px;
	font-weight:600;
	-webkit-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-moz-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-o-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-ms-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	z-index:1;
	width:100%;
	font-size:13px;
	color:#393939 !important;
}

.button-box-2:hover {
	background-color:rgba(255, 199, 0, 0.1);
	border-color:#00A5B9;
	font-size:13px;
	color:#fff !important;
	background-color:#00a5b9;
}


/* Ürünler Detay */

.urun-txt-blm {
	float:none !important;
	width:100%;
	display:block;
	color:#3b3b3b;
	font-size:15px;
	line-height:22px;
}

.dokuman-indir {
	background-color:#9490c6;
	width:280px;
	color:#fff !important;
	display:block !important;
	font-size:16px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:25px 0 0 0;
	line-height:3;
}

.dokuman-indir a {
	color:#fff;
	display:block !important;
}


/* Proje Detay */

.proje-txt-blm {
	float:none !important;
	width:100%;
	display:block;
	color:#3b3b3b;
	font-size:15px;
	line-height:22px;
}

.proje-detay-tt {
	color:#a4a1cf;
	font-weight:600;
	font-size:18px;
	padding-bottom:25px;
}

.proje-blg-box {
	border-bottom:1px solid #e2e1ea;
	width:370px;
	display:block;
	margin:0 0 30px 0;
	padding-bottom:10px;
	float:left;
}

.pmb {
	margin-bottom:50px;
}

.proje-blg-txt {
	color:#000;
	font-weight:500;
	font-size:14px;
}

.proje-blg-tt {
	color:#a4a1cf;
	font-weight:600;
	font-size:16px;
	padding-bottom:5px;
}

.proje-detay-img {
	float:none !important;
	display:block !important;
	margin:0 auto 45px auto !important;
	width:100%;
}


.galeri-gn-tt {
	margin:45px 0 10px 0;
	font-size:18px;
	font-weight:bold;
}

.proje-galeri {
	display: block;
	float: left;
	margin: 0 5px 25px 5px;
	width: 220px;
	height: 178px;
}

.border-bottom-km2 {
	background-color:#000000;
	min-height:8px;
	width:98%;
	margin-bottom:40px;
}

.border-yvr {
	background-color:#9490c6;
	width:270px;
	display:block;
	float:left;
	min-height:8px;
}

.fotogaleri-galeri {
	width:220px;
	height:240px;
	float:left;
	display:block;
	margin:0 7px 30px 7px;
}

.renkler-galeri {
float: left;
    margin: 0 11px 36px 8px;
    display: block;
    width: 22.4%;
}

.renkler-galeri-tt {
	color:#000;
	font-size:16px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:15px 0 15px 0;
}

.byk-galeri {
	float: left;
    margin: 0 11px 36px 8px;
    display: block;
    width: 22.4%;
}

.teknik-dokuman {
	width: 80% !important;
	float: none !important;
	display: block;
	border-bottom: 1px solid #f48320;
	margin: 10px auto 40px auto !important;
	padding-bottom: 12px;
}

.teknik-tt {
	color:#000;
	font-size:15px;
	float:left;
	font-weight:600;
	padding:10px 0 0 0;
}

.teknik-dosya {
	background-color:#9490c6;
	color:#fff;
	font-size:16px;
	float:right;
	padding:10px;
	display:block;
}

.kampanya-sec {
	width:48%;
	min-height:270px;
	display:block;
	float:left !important;
	border:1px solid #666666;
	margin:0 auto 2% 2% !important;
}

.kmp-img {
	margin:13px 10px 13px 13px;
	float:left;
}

.kampanya-txt {
	width:98%;
	float:left;
	margin:18px 20px 10px 12px;
	font-size:13px;
}

.kampanya-txt-tt {
	color:#000;
	font-size:13px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:0px 10px 8px 10px;
	margin:0px 0 10px 0;
}

.kmp-txt-blg {
	font-weight:600;
	font-size:13px;
	float:left;
	min-width:100px;
	margin-bottom:7px;
}

.kampanya-box-fiyat-m2-trc {
	background-color:#f48320;
	font-weight:600;
	font-size:15px;
	color:#fff;
	text-align:center;
	padding:10px 0 10px 0;
	margin-top:10px;
	width: 95%;
}


.iletisim-blm {
	margin:10px 0 55px 0;
	display:block;	
}

.tt-ilt {
	color:#00a5b9;
	font-size:16px;
	font-weight:600;
	padding-bottom:15px;
}

.iletisim-txt {
	color:#212422;
	font-size:15px;
	width:100%;
	float:none !important;
	display:block;
}

.adres-txt {
	line-height:44px;
	font-size:14px;
	margin-bottom:15px;
}

.kisi-box {
	border:1px solid #9490c6;
	width:250px;
	float:left;
	display:block;
	margin:30px 13px 0 0;
	padding:20px 0 20px 0;
}

.kisi-txt {
	width:145px;
	text-align:center;
	color:#161616;
	font-weight:600;
	font-size:15px;
	float:left;
}

.maps {
	float:none !important;
	display:block;
	width:100%;
	margin-top:30px;
}





img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  float:left;
  margin:0 14px 25px 14px;
  border:1px solid #999999;
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
   transition: all 580ms ease-in-out;
  -webkit-filter: grayscale(0%);
}


.video-sec {
	width:300px;
	float:left;
	display:block;
	background-color:#f1f1f1;
	margin: 10px 15px 20px 0;
}

.video-sec-tt {
	text-align:center;
	padding:10px 0 10px 0;
	color:#000;
	font-size:13px;
	font-weight:600;
}

.video-hover {
	margin-top:-303px;
	position:relative;
}


.sertifika-sec {
	width:385px;
	background-color:#edf4fa;
	display:block;
	border:1px solid #edf4fa;
	float:left;
	margin:0 12px 40px 12px;
}

.sertifika-sec-tt {
	text-align:center;
	line-height:58px;
	color:#0066b3;
	letter-spacing:2px;
	font-size:16px;
	font-weight:600;
}

.partner {
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	width:385px;
	display:block;
	float:left;
	margin:0 25px 45px 0;
}

.partner-img {
	float:right;
	margin:0 0 40px 25px;
	display:block;
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
}

.partner-galeri {
	border:1px solid #e3f2fe;
	float:left;
	display:block;
	margin:0 40px 25px 0;
}


.galeri-kc {
	float:left;
	width:140px !important;
	height:120px !important;
	display:block;
	margin:15px 0px 0 14px;
}

.bs {
	float:left;
	width:25px;
	height:20px;
	display:block;
}

.urun-detay-sag {
	width:755px;
	float:right;
	display:block;
}


select {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom:7px;
}
select {
	height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
label, select {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
label {
	display: block;
	margin-bottom: 5px;
}
select {
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.to-top-container {
	display:none;
}

}



/* CEP */

@media only screen and (min-width:300px) and (max-width:475px) {

.tp-tn {
	float:left;
	margin:0px 10px 0 ;
	display:block;
}

.lang {
	float:right;
	display:block;
	margin:0 20px 0 10px;
	color:#212422;
	font-weight:600;
	line-height:18px;
}

.lang a {
	color:#212422;
}

.page {
	max-width:1640px;
	margin:auto;
	padding:0 0 0 0px;
}

.page1200 {
	max-width:1196px;
	margin:auto;
	padding:0 2px 0 2px;
}

/* MAIN URUNLER */


.main-urun-sec {
	width: 100%;
	margin: 0 auto 12% auto;
	float:none;
	display:block;
}

.main-urun-sec-2 {
	width: 100%;
	margin: 0 auto 12% auto;
	float:none;
	display:block;
}

.main-urun-sec-tt {
	color:#000;
	font-size:20px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:20px 0 20px 0;
}

.main-urun-sec-tt-2 {
	color:#000;
	font-size:16px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:20px 0 20px 0;
	
}

.main-urun-sec-txt {
	color:#393939;
	font-weight:400;
	font-size:13px;
	margin:0 0 20px 0;
	display:flex;
	line-height:20px;
	align-content:center;
	align-items:center;
	position:relative;
}

.main-urun-sec .button-box {
	position:relative;
	padding-right:3rem;
	padding-left:3rem;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
	border:1px solid #c2c2c2;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	text-decoration:none !important;
	overflow:hidden;
	letter-spacing:6px;
	font-weight:600;
	-webkit-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-moz-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-o-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-ms-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	z-index:1;
	width:100%;
	font-size:14px;
	color:#393939 !important;
}

.main-urun-sec .button-box:hover {
	background-color:rgba(255, 199, 0, 0.1);
	border-color:#00A5B9;
	font-size:14px;
	color:#393939 !important;
	background-color:#00a5b9;
}

/*------blog-----*/
.blog-sec {
	width: 100%;
	margin: 0 auto 12% auto;
	float:none;
	display:block;
} 

.blog-sec-tt {
	color:#000;
	font-size:20px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:20px 0 20px 0;
} 

.blog-sec-txt {
	color:#393939;
	font-weight:400;
	font-size:13px;
	margin:0 0 20px 0;
	display:flex;
	line-height:20px;
	align-content:center;
	align-items:center;
	position:relative;
}

/*------blog-----*/

.main-grey-bg {
	background-color:#f3f3f3;
	padding:25px 0 25px 0;
}

.kampanya-gn-tt {
	color:#f48320;
	font-size:20px;
	font-weight:600;
	padding:45px 0 10px 0;
}

.border-bottom-km {
	background-color:#000;
	min-height:8px;
	width:100%;
	margin-bottom:40px;
}

.border-trnc {
	background-color:#f48320;
	width:270px;
	display:block;
	float:left;
	min-height:8px;
}

.mainurun-panelgl2 {
	display:none !important;
}

.mainurun-panelgl2480 {
	display:none;
}

.mainurun-panelgl2768 {
	position:relative;
	display:block !important;
	width:310px !important;
	margin:auto auto 100px auto !important;
}

.mainurun2768 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.mainurun2768 li {
	width:310px;
	height:620px;
	margin-right:0px;
	float:left;
	display:block;
	list-style-type:none;
}
.mainurun-panelgl2768 .mainurun_solgl2768 {
	position:absolute;
	left:0;
	top:650px;
	/*border:1px solid #e7e7e7;*/

}
.mainurun-panelgl2768 .mainurun_saggl2768 {
	position:absolute;
	top:650px;
	/*border:1px solid #e7e7e7;*/
	left:55px;
}


.kampanya-box {
	display:block;
	float:left;
}

.kampanya-img {
	width:290px;
	margin-bottom:20px;
	float: none !important;
}

.kampanya-box-txt {
	width:250px;
	float:left;
	margin-left:10px;
	color:#262b2f;
	font-weight:500;
}

.kampanya-box-tt {
	font-weight:bold;
	font-size:26px;
	padding-bottom:35px;
}

.kmp-blg {
	font-weight:600;
	font-size:15px;
	float:left;
	min-width:120px;
	margin-bottom:10px;
}

.kampanya-box-fiyat-m2 {
	font-weight:600;
	font-size:18px;
	color:#262b2f;
	padding:25px 0 0 0;
}

.blog-gn-tt {
	color: #4a4a49;
	font-size: 36px;
	font-weight: 400;
	margin: 130px 0 50px 0;
}

.blog-gn-tt span {
	color:#f48320;
}


.mainurun-panelgl3 {
	display:none !important;
}


.mainurun-panelgl3480 {
	display:none;
}


.mainurun-panelgl3768 {
	position:relative;
	display:block !important;
	width:280px;
	margin:0 auto 0px auto;
}

.mainurun3768 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mainurun3768 li {
	width:280px;
	height:480px;
	margin-right:0px;
	float:left;
	display:block;
	list-style-type:none;
}

.mainurun-panelgl3768 .mainurun_solgl3768 {
	position:absolute;
	left: 19%;
	top: 340px;
}

.mainurun-panelgl3768 .mainurun_saggl3768 {
	position:absolute;
	top: 340px;
	right:40%;
}

.main-blog-sec {
	display:block;
	float:left;
	margin:0 0 45px 0;
	text-decoration:none !important;
}

.blog-img {
	float:left;
	display:block;
	width:250px;
}

.blog-trnc {
	float:left;
	display:none !important;
	width:232px;
}

.main-date {
	color:#000;
	font-size:13px;
	font-weight:400;
	padding:20px 0 5px 0;
}

.main-blog-tt {
	font-size:16px;
	color:#000;
	font-weight:600;
	margin-bottom:5px;
}

.main-blog-txt {
	color:#7d737d;
	font-weight:400;
	font-size:15px;
	line-height:18px;
}

/* Footer */


/* IC CSS */

.break {
	padding:20px 0px 20px 10px;
	color:#000;
	background-color:#f9fcff;
	font-weight:500 !important;
	font-size:13px;
	letter-spacing:1px;
	display:block;
}

.break a {
	color:#000;
}

.tab-tt {
	color:#212422;
	font-weight:600;
	font-size:22px;
	padding:10px 0 12px 0px;
	margin-bottom:20px;
	border-bottom:2px solid #000;
}

.tab-tt-ic {
	color:#212422;
	font-weight:600;
	font-size:22px;
	float:left;
	padding:10px 0 12px 0px;
	margin-bottom:25px;
	border-bottom:2px solid #000;
}

.text-blm {
	min-height:430px;
	line-height:22px;
	font-size:14px;
	color:#000;
	padding-bottom:25px;
	font-weight:500;
}

.text-blm h1 {
	padding-top:6px;
	font-size:22px;
	color:#000;
	font-weight:600;
	margin:20px 0 30px 0;
}

.text-blm2 {
	min-height:430px;
	max-width:1250px;
	line-height:22px;
	font-size:14px;
	color:#000;
	padding-bottom:25px;
	font-weight:500;
}

.text-blm2 h1 {
	padding-top:6px;
	font-size:22px;
	color:#000;
	font-weight:600;
	margin:20px 0 30px 0;
}

.text-blm2 strong {
	color:#00a5b9;
	font-weight:600;
	font-size:22px;
	padding-bottom:20px;
}

.form-width { width:100%;}
.smry {
	color:#585858;
	font-size:32px;
	font-weight:300;
	margin-bottom:35px;
	line-height:1;
}

.krm-imgs {
	margin:45px 0 25px 0;
	display:block;
	float:right;
}

.blog-tarih {
	border-bottom:1px solid #c0bfcb;
	color:#393939;
	font-size:18px;
	line-height:18px;
	padding:20px 0 10px 0;
}


.button-box-2 {
	position:relative;
	padding-right:3rem;
	padding-left:3rem;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
	border:1px solid #c2c2c2;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	text-decoration:none !important;
	overflow:hidden;
	letter-spacing:6px;
	font-weight:600;
	-webkit-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-moz-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-o-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	-ms-transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	transition:background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.4s;
	z-index:1;
	width:100%;
	font-size:13px;
	color:#393939 !important;
}

.button-box-2:hover {
	background-color:rgba(255, 199, 0, 0.1);
	border-color:#00A5B9;
	font-size:13px;
	color:#fff !important;
	background-color:#00a5b9;
}


/* Ürünler Detay */

.urun-txt-blm {
	float:none !important;
	width:100%;
	display:block;
	color:#3b3b3b;
	font-size:15px;
	line-height:22px;
}

.dokuman-indir {
	background-color:#9490c6;
	width:280px;
	color:#fff !important;
	display:block !important;
	font-size:16px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:25px 0 0 0;
	line-height:3;
}

.dokuman-indir a {
	color:#fff;
	display:block !important;
}


/* Proje Detay */

.proje-txt-blm {
	float:none !important;
	width:100%;
	display:block;
	color:#3b3b3b;
	font-size:15px;
	line-height:22px;
}

.proje-detay-tt {
	color:#a4a1cf;
	font-weight:600;
	font-size:18px;
	padding-bottom:25px;
}

.proje-blg-box {
	border-bottom:1px solid #e2e1ea;
	width:370px;
	display:block;
	margin:0 0 30px 0;
	padding-bottom:10px;
	float:left;
}

.pmb {
	margin-bottom:50px;
}

.proje-blg-txt {
	color:#000;
	font-weight:500;
	font-size:14px;
}

.proje-blg-tt {
	color:#a4a1cf;
	font-weight:600;
	font-size:16px;
	padding-bottom:5px;
}

.proje-detay-img {
	float:none !important;
	display:block !important;
	margin:0 auto 45px auto !important;
	width:100%;
}


.galeri-gn-tt {
	margin:45px 0 10px 0;
	font-size:18px;
	font-weight:bold;
}

.proje-galeri {
	display: block;
	float: none;
	margin: 0 auto 25px auto;
	width: 250px;
	height: 200px;
}

.border-bottom-km2 {
	background-color:#000000;
	min-height:8px;
	width:98%;
	margin-bottom:40px;
}

.border-yvr {
	background-color:#9490c6;
	width:270px;
	display:block;
	float:left;
	min-height:8px;
}

.fotogaleri-galeri {
	width: 250px;
	height: 250px;
	float:none;
	display:block;
	margin:0 auto 40px auto;
}

.renkler-galeri {
  width: 47%;
  height: 250px;
  float: left;
  display: block;
  margin: 0 2% 20px auto;
}

.renkler-galeri-tt {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-left: 6px solid #9490c6;
  padding: 4px 5px 4px 5px;
  margin: 15px 0 15px 0;
}

.byk-galeri {
	width: 310px;
	height: 200px;
	display: block;
	margin: 0 auto 30px auto;
	float: none;
}

.teknik-dokuman {
	width: 100% !important;
	float: none !important;
	display: block;
	border-bottom: 1px solid #f48320;
	margin: 10px auto 40px auto !important;
	padding-bottom: 12px;
}

.teknik-tt {
	color:#000;
	font-size:15px;
	float:left;
	font-weight:600;
	padding:10px 0 0 0;
}

.teknik-dosya {
	background-color:#9490c6;
	color:#fff;
	font-size:14px;
	float:right;
	padding:6px;
	display:block;
}

.kampanya-sec {
	width:310px;
	min-height:270px;
	display:block;
	float:left !important;
	border:1px solid #666666;
	margin:0 auto 30px auto !important;
}

.kmp-img {
	margin:18px 20px 5px 20px !important;
	float:none !important;
}

.kampanya-txt {
	width:90% !important;
	float:none !important;
	margin:18px auto 18px auto;
	font-size:13px;
}

.kampanya-txt-tt {
	color:#000;
	font-size:13px;
	font-weight:600;
	border-left:4px solid #9490c6;
	padding:8px 10px 8px 10px;
	margin:0px 0 10px 0;
}

.kmp-txt-blg {
	font-weight:600;
	font-size:12px;
	float:left;
	min-width:100px;
	margin-bottom:8px;
}

.kampanya-box-fiyat-m2-trc {
	background-color:#f48320;
	font-weight:600;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:8px 0 8px 0;
	margin-top:10px;
}


.iletisim-blm {
	margin:10px 0 55px 0;
	display:block;	
}

.tt-ilt {
	color:#00a5b9;
	font-size:16px;
	font-weight:600;
	padding-bottom:15px;
}

.iletisim-txt {
	color:#212422;
	font-size:15px;
	width:100%;
	float:none !important;
	display:block;
}

.adres-txt {
	line-height:44px;
	font-size:14px;
	margin-bottom:15px;
}

.kisi-box {
	border:1px solid #9490c6;
	width:250px;
	float:left;
	display:block;
	margin:30px 13px 0 0;
	padding:20px 0 20px 0;
}

.kisi-txt {
	width:145px;
	text-align:center;
	color:#161616;
	font-weight:600;
	font-size:15px;
	float:left;
}

.maps {
	float:none !important;
	display:block;
	width:100%;
	margin-top:30px;
}




img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  float:none !important;
  margin:0 auto 25px auto !important;
  width:250px;
  border:1px solid #999999;
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
   transition: all 580ms ease-in-out;
  -webkit-filter: grayscale(0%);
}


.video-sec {
	width:300px;
	float:left;
	display:block;
	background-color:#f1f1f1;
	margin: 10px 15px 20px 0;
}

.video-sec-tt {
	text-align:center;
	padding:10px 0 10px 0;
	color:#000;
	font-size:13px;
	font-weight:600;
}

.video-hover {
	margin-top:-303px;
	position:relative;
}


.sertifika-sec {
	width:385px;
	background-color:#edf4fa;
	display:block;
	border:1px solid #edf4fa;
	float:left;
	margin:0 12px 40px 12px;
}

.sertifika-sec-tt {
	text-align:center;
	line-height:58px;
	color:#0066b3;
	letter-spacing:2px;
	font-size:16px;
	font-weight:600;
}

.partner {
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	width:385px;
	display:block;
	float:left;
	margin:0 25px 45px 0;
}

.partner-img {
	float:right;
	margin:0 0 40px 25px;
	display:block;
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
}

.partner-galeri {
	border:1px solid #e3f2fe;
	float:left;
	display:block;
	margin:0 40px 25px 0;
}


.galeri-kc {
	float:left;
	width:140px !important;
	height:120px !important;
	display:block;
	margin:15px 0px 0 14px;
}

.bs {
	float:left;
	width:25px;
	height:20px;
	display:block;
}

.urun-detay-sag {
	width:755px;
	float:right;
	display:block;
}


select {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom:7px;
}
select {
	height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
label, select {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
label {
	display: block;
	margin-bottom: 5px;
}
select {
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.to-top-container {
	display:none;
}
 
}



.tablecss {
  width: 100%;
}
.tablecss td{
 padding: 6px 6px;
 }
.tablecss th {
  padding: 6px 6px;
  background: #DDDDDD;
  text-align:left;
}
.tablecss tbody td {
  font-size: 14px;
}
.tablecss thead {
  background: #DDDDDD;
}
.tablecss thead th {
  font-size: 15px;
  font-weight: bold;
}