::-webkit-scrollbar {
 width: 10px;
 height: 10px;
}
::-webkit-scrollbar-track-piece {
 background: #FFF;
}
::-webkit-scrollbar-thumb:vertical {
 background: #AFAFAF;
 background-color: var(--bir);
}
::selection {
	background: #AFAFAF;
	background: var(--bir);
	color: #FFF;
}
.k {
	font-weight: bold !important;
}
.n {
	font-weight: normal !important;
}
.i {
	font-style: italic !important;
}
.u {
	text-decoration: underline !important;
}
.un {
	text-decoration: none;
}
.beyaz, .beyaz a, .beyaz li a {
	color: #FFF !important;
}
.bbeyaz, .bbeyaz a, .bbeyaz li a, .bbeyaz:hover, .bbeyaz a:hover, .bbeyaz li a:hover {
	color: #FFF !important;
}
.siyah, .siyah a, .siyah li a {
	color: #002A5C !important;
}
.mavi, .mavi a, .mavi li a {
	color: var(--bir);
}
.bgw {
	background: #FFF !important;
}
.f10 {
	font-size: 10px !important;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f17 {
	font-size: 17px;
}
.f18 {
	font-size: 18px;
}
.f19 {
	font-size: 19px;
}
.f20 {
	font-size: 20px;
}
.f21 {
	font-size: 21px;
}
.f22 {
	font-size: 22px;
}
.f23 {
	font-size: 23px;
}
.f24 {
	font-size: 24px;
}
.f25 {
	font-size: 25px;
}
.f26 {
	font-size: 26px;
}
.f27 {
	font-size: 27px;
}
.f28 {
	font-size: 28px;
}
.f29 {
	font-size: 29px;
}
.f30 {
	font-size: 30px;
}
.f31 {
	font-size: 31px;
}
.f32 {
	font-size: 32px;
}
.f33 {
	font-size: 33px;
}
.f34 {
	font-size: 34px;
}
.f35 {
	font-size: 35px;
}
.f36 {
	font-size: 36px;
}
.f37 {
	font-size: 37px;
}
.f38 {
	font-size: 38px;
}
.f39 {
	font-size: 39px;
}
.f40 {
	font-size: 40px;
	line-height: 48px !important;
}
.f41 {
	font-size: 41px;
}
.f42 {
	font-size: 42px;
}
.f43 {
	font-size: 43px;
}
.f44 {
	font-size: 44px;
}
.f45 {
	font-size: 45px;
}
.f46 {
	font-size: 46px;
}
.f47 {
	font-size: 47px;
}
.f48 {
	font-size: 48px;
}
.f49 {
	font-size: 49px;
}
.f50 {
	font-size: 50px;
}

.lh20{
	line-height:20px;
}
.lh28{
	line-height:28px;
}
.lh38{
	line-height:38px;
}
.f100 {
	font-weight: 100;
}
.f200 {
	font-weight: 200;
}
.f300 {
	font-weight: 300;
}
.f400 {
	font-weight: 400;
}
.f500 {
	font-weight: 500;
}
.f600 {
	font-weight: 600;
}
.f700 {
	font-weight: 700;
}
.f800 {
	font-weight: 800;
}
.f900 {
	font-weight: 900;
}
.overflow {
	overflow: hidden;
}
.nowrap, .nobr {
	white-space: nowrap;
}
.w100 {
	width: 100%;
}
.l0 {
	left: 0;
}
.b0 {
	bottom: 0;
}
.r0 {
	right: 0;
}
.t0 {
	top: 0;
}
.ccc {
	color: #CCC;
}

/* YUKARISI col-sm */
@media (min-width: 768px) {
.bilgisayar {
	display: block;
}
.bilgisayar2 {
	display: inherit;
}
.telefon {
	display: none !important;
}
.telefon2 {
	display: none !important;
}
}

/* YUKARISI col-md */
@media (min-width: 992px) {
.pc {
	display: block;
}
.pc2 {
	display: inherit;
}
.tablet {
	display: none !important;
}
.tablet2 {
	display: none !important;
}
}

/* ASAGISI */
@media (max-width: 992px) {
.pc {
	display: none;
}
.pc2 {
	display: none;
}
.tablet {
	display: block !important;
}
.tablet2 {
	display: inherit !important;
}
}

/* ASAGISI *** AGIRLIK BURAYA */
@media (max-width: 768px) {
.bilgisayar {
	display: none;
}
.bilgisayar2 {
	display: none;
}
.telefon {
	display: block !important;
}
.telefon2 {
	display: inherit !important;
}
}
