@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');



/* 00349d  mavi*/
/* 91b900	yeşil */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* {
    box-sizing: border-box;
}


body {
	margin:0;
	padding:0;
    max-width: 100% !important;/*yatay kaydırma yok*/
    overflow-x: hidden !important;/*yatay kaydırma yok*/
	background-color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-align: justify;
}

.yatayscrollengelle{ max-width:100%;position: relative;top: 0;bottom: 0;left: 0;right: 0;overflow: hidden;}

a{color:#000;text-decoration:none;}

body,p{
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3vw;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	color:#444;
	line-height:140%;
}


.ortala{
  margin-left: auto;
  margin-right: auto; 
  display: table;
}
.ortalawidthauto{
	width:auto;
	margin-left: auto; /*genişliği belli olmayanı ortala*/
	margin-right: auto; /*genişliği belli olmayanı ortala*/
	display: table; /*genişliği belli olmayanı ortala*/
    *zoom:1; /*genişliği belli olmayanı ortala*/
}

h1{font-size:3vw;font-weight:700;text-align:center;color:#333;margin-bottom:2vw;line-height:100%;}
h2{font-size:2vw;font-weight:300;text-align:center;color:#333;margin-bottom:1.5vw;line-height:120%}
h3{font-size:1.5vw;font-weight:400;text-align:center;color:#333;margin-bottom:1vw;}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #ccc;
}

.rowCab {
	margin: 0 auto;
	width: 100%;
}

.kutu {
  float: left;
  width: 31%;/*javadan da değiştir*/
  padding: 0vw;
  border:solid 0px red;
  margin:1vw;
  overflow:hidden;
}

.kutu img{width:100%}

.hovermavi img{
  	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.hovermavi:hover{
	background-color:#00349d;
}
.hovermavi:hover > h3{
	color:#fff;
}
.hovermavi:hover > img{
	transform: scale(1.1);
  	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/* Clear floats after the kutus */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
    float: left;
	height:auto;
}
.column.full {
    width: 100%;
	height:auto;
	margin: 0 15vw 3vw 0;
	background-color:#fff;
	padding: 2vw;
}
.column.elli {
	height:auto;
    width: 50%;
	margin: 0;
	padding: 5vw;
	overflow: hidden;
}



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Clear floats after the columns */
.row{
	margin:5vw 0 5vw 0;
	width:100%;
}

.parallax{
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top:0px;
	margin-bottom:4vw;
}

.liumut li {
	padding-bottom:.7em;
	text-align: justify;
	line-height:120%;
	list-style-type: none;
	position:relative;
	font-weight:400;

}
.liumut li:before {
	content: '•';
	display: inline-block;
	position: absolute;
	left: -1em;
}

.beyaztxt{
	color:#fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1),
				 0 0 2px rgba(0, 0, 0, 1),
				 0 0 2px rgba(0, 0, 0, 1);
}

.siyahtxt{
	color:#444;
	text-shadow: 0 0 2px rgba(255, 255, 255, 1),
				 0 0 2px rgba(255, 255, 255, 1),
				 0 0 2px rgba(255, 255, 255, 1);
}

.besli{
	width:100%;
	font-size:1.7vw;
	line-height:100%;
	text-align:center;
	padding-top:2vw;
	padding-bottom:2vw;
	}
.besli th {width:20%;}
.besli img {width:20%;margin-top:1vw;}
.besli span{	font-size:.8vw;margin:0;padding:0}
.counter-value{margin-bottom:-3.5vw}

/* Style the footer */
.footer {
    padding:0px;
    text-align: right;
	line-height:100%;
}


.copyrighttable  {border-spacing:0;width:100%;padding:0;margin:0;}
.copyrighttable-ftr{padding:1.2vw;width:30%;text-align:right;font-size:1vw;}



a.jssorbttn {
  color: #0f0;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
  margin:3vw
}
a.jssorbttn:hover {
  color: #000;
}
a.jssorbttn:focus {
  color: #000;
}

.jssorbttn {
  font-size: 1.4vw;
  letter-spacing: .2vw;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: auto;
  font-weight: 400;
  padding: 1vw 2vw;
  border: .15vw solid #0f0;
  border-radius: .2vw;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index:9
}
.jssorbttn:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #0f0;
  z-index: -2;
}
.jssorbttn:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.jssorbttn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}


.group-list-3lu {
    -moz-column-gap: 5vw;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -webkit-column-gap: 5vw;
    column-count: 3; /*sütun sayı*/
    column-gap: 5vw; /*sütun arası*/
	column-rule: 1px solid #eee; /*sütun çizgi*/
	font-size:1vw;
}


.golge {
  -webkit-box-shadow: 3px 3px 15px -5px #000;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 15px -5px #000;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 15px -5px #000;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.golgeic {
  -webkit-box-shadow: inset 0px 0px 20px -5px #000;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    inset 0px 0px 20px -5px #000;  /* Firefox 3.5 - 3.6 */
  box-shadow:         inset 0px 0px 20px -5px #000;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.oval{
	-webkit-border-radius: 2vw;
	-moz-border-radius: 2vw;
	border-radius: 2vw;
}



.black25 {background-image:url('../i/25black.png');background-repeat: repeat}
.black50 {background-image:url('../i/50black.png');background-repeat: repeat}
.black75 {background-image:url('../i/75black.png');background-repeat: repeat}
.white25 {background-image:url('../i/25white.png');background-repeat: repeat}
.white50 {background-image:url('../i/50white.png');background-repeat: repeat}
.white75 {background-image:url('../i/75white.png');background-repeat: repeat}
.white85 {background-image:url('../i/85white.png');background-repeat: repeat}

.imgfull{width:100%;}
.imgyarim{width:50%;}

::-webkit-scrollbar {width: 0.8vw;}
::-webkit-scrollbar-track {box-shadow: inset 0.146vw 0.146vw 0.366vw -0.146vw grey;background-color:#c1c1c1;border-radius: 0.366vw;-webkit-border-radius: 0.366vw;-moz-border-radius: 0.366vw;}
::-webkit-scrollbar-thumb {background: #666;border-radius: 0.366vw;-webkit-border-radius: 0.366vw;-moz-border-radius: 0.366vw;border:1px solid #999;}
::-webkit-scrollbar-thumb:hover {background: #00349d;}


#back2Top {
	text-shadow: -5px 8px 4px rgba(0, 0, 0, 0.2);
    width: 2.928vw;
    line-height: 2.928vw;
    overflow: hidden;
    z-index: 999999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 0.732vw;
    right: 0.732vw;
    color: #00349d;
    text-align: center;
    font-size: 2.196vw;
    text-decoration: none;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(221, 221, 221);
    /* RGBa with 0.6 opacity */
    background-color: rgba(221, 221, 221, 0);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd, endColorstr=#99dddddd);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd, endColorstr=#99dddddd)";
}
#back2Top:hover {
	color: #000;
}

* {
/*-webkit-user-select: none; yandex form input kiltliyor*/
-html-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}

.jssor_1{
position:relative;margin:0 auto;top:0px;left:0px;width:1366px;height:600px;overflow:hidden;visibility:hidden;display:block;
}

.jssor-yerine{display:none}

.ustbosluk{margin:3vw;}

/* Mobil Responsive */
@media screen and (max-width: 600px) {
	

	h1{font-size:6vw;}	h2{font-size:5vw;}	h3{font-size:4vw;}
    .column.sidel, .column.sider, .column.middle, .column.middleautoheight, .column.altmis, .column.yetmis, .column.CABkirk, .column.kirkalti, .column.elli{width:98%; margin:0 0 5vw 0; height:auto}
	body,p {font-size:3.6vw;}
	.breadcrumb{top:-5vw;font-size:3vw;} .breadcrumb a{font-size:3vw;}
	.ftrnavtbl{display:none}
	.imgyarim{width:100%;}
	#jssor_1{display:none}
	.jssor-yerine{display:block}
	::-webkit-scrollbar {width:0px;}
	.besli{font-size:3vw;}
	.besli th {width:20%;}
	.besli img {width:60%}
	.besli span{	font-size:2vw;}
	.copyrighttable-ftr{width:33%;line-height:100%;font-size:3vw;}
	a.jssorbttn {margin:.5vw}
	.jssorbttn {font-size: 3vw;letter-spacing: .6vw;padding: 2vw 4vw;}
	#back2Top {width: 6vw;font-size: 6vw;line-height: 6vw;}
	.ustbosluk{margin:10vw;}
	.group-list-3lu {-moz-column-count: 2; -webkit-column-count: 2; column-count: 2; font-size:3vw; text-align: left;}


}