/* reset */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    font-weight: normal;
    font-style: normal;
	line-height: 1.4;
}

/* image */
img {
	display: inline-block;
	vertical-align: top;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* wbhe */
table.excel {
	border-collapse: collapse;
}
table.excel td{
	border: solid 1px #eeeeee;
	padding: 1px 4px;
}

.wbhe-tablo {
	border-collapse: collapse;
}
.wbhe-tablo td {
	vertical-align: top;
	padding: 2px;
}
.wbhe-tblbdr td {
	border: solid 1px #dddddd;
}


h1 {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	padding: 40px 0 20px 0;
	color: #333333;
}
h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase; /* bkz */
	color: #333333;
}

@media (max-width: 768px) {
	.sub-page h1 {
		padding-top: 0px;
	}
} /* 768px */


.page-head {
	height: 180px;
	line-height: 180px;
	text-align: center;
	background-color: #152845;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(res/page-head.jpg);
	color: #ffffff;
	letter-spacing: 4px;
}


button.sublink {
	font: inherit;
	border: none;
}
a.sublink,
button.sublink {
	display: inline-block;
	padding: 12px 24px;
	background-color: #00b0f0;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.4px;
    outline: none;
}
a.sublink.newcolor,
button.sublink.newcolor {
	background-color: #dddddd;
	color: #222222;
}
a.sublink:hover,
button.sublink:hover {
	background-color: #245e99;
}
a.sublink.newcolor:hover,
button.sublink.newcolor:hover {
	background-color: #404040;
	color: #ffffff;
}


a.more-link {
	color: #333333;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
}
a.more-link:hover {
	text-decoration: underline;
}



.wbhe-hold {
	padding: 15px 0;
	line-height: 1.5;
}

.wbhe-hold img {
	border-radius: 4px;
}

.wbhe-hold ul {
	line-height: 1.5;
	
	list-style: none;
	padding: 0;
	
	margin: 10px 0;
}
.wbhe-hold li {
	padding-left: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.wbhe-hold li:before {
	content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: #404040;
}



/* Burada */

.ikili .col6,
.dortlu .col3,
.dort-cift .col3,
.dort-iki .col3,
.uclu .col4 {
    display: inline-block;
    vertical-align: top;
    float: none;
}

@media (max-width: 1200px) {
    .ikili .col6 {
        width: 50%;
    }
    .dortlu .col3 {
        width: 33.333%;
    }
} /* 1200px */

@media (max-width: 992px) {
    .dortlu .col3 {
        width: 50%;
    }
    .dort-iki .col3 {
        width: 50%;
    }
    .uclu .col4 {
        width: 50%;
    }
} /* 992px */

@media (max-width: 768px) { /* Daima */
    .ikili .col6 {
        width: 50%;
    }
    .dortlu .col3 {
        width: 100%;
    }
    .dort-cift .col3 {
        width: 50%;
    }
    .dort-iki .col3 {
        width: 25%;
    }
    .uclu .col4 {
        width: 50%;
    }
} /* 768px */

@media (max-width: 576px) {
    .ikili .col6 {
        width: 100%;
    }
    .dort-cift .col3 {
        width: 50%;
    }
    .dort-iki .col3 {
        width: 50%;
    }
    .uclu .col4 {
        width: 100%;
    }
} /* 576px */



