		body{
			background-color:#f8f9fa;
		}
		.okinar_font{
			font-family: 'Graphie';
		}
		footer{
			
		}
		footer a{
			text-decoration: none;
		}

		.btn-dark{
			color: white !important;
			background-color: #313131;
		}
		.btn-dark:hover{
			color: white !important;
			background-color: rgb(57, 100, 37);
		}


		#nav a{
			color: #383b3f;
		}
		/* NAV BOTTOM*/
		#nav{
			height: 64px;
			background-color: #ffffff;
			color: #000000;
			transition: height 0.5s;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		}
		#nav span{
			line-height: 64px;
		}
		#nav ul{
			line-height: 64px;
			margin: 0px;
			list-style-type: none;
			float: right;
		}
		#nav .mobilemenu>ul{
			line-height: 64px;
			margin: 0px;
			list-style-type: none;
			float: none;
			padding-left: 0px;
		}
		#nav .mobilemenu>ul li {
			float: none;
			margin-left: 5px;
			margin-right: 5px;
			font-weight: bold;
			position: relative;
		}
		#nav .mobilemenu>ul li a{
			text-decoration: none;
			color: #ffffff;
		}
		#nav ul li {
			float: left;
			margin-left: 6px;
			margin-right: 6px;
			font-weight: bold;
			position: relative;
		}

		#nav ul li a{
			text-decoration: none;
		}
		#nav ul li a:hover{
			text-decoration: none;
			color: #1b75bc;
		}
		#nav ul>li>.submenu{
			display: none;
			background-color: #1b75bc;
			height: 200px;
		}
		#nav ul>li>.submenu>ul{
			float: none;
		}
		#nav .bars{
			display: none;
		}
		#nav ul>li:hover .submenu{
			display:block;
			background-color: #1b75bc;
			float: none;
			position: absolute;
			top: 64px;
			left: 0px;
			right: 0px;
			z-index: 99;
		}
		.navfixt{
			position: fixed;
			z-index: 40;
			top: 0px;
			left: 0px;
			right: 0px;
		}
		.navfixb{
			position: fixed;
			z-index: 40;
			top: 0px;
			left: 0px;
			right: 0px;
			color: #000000;
			opacity: 0.9 !important;
		}
		#nav .btnmenu {
			display: none;
		}

		#mobilemenu{
			display: none;
		}
		.mobilemenu{
			display: block !important;
			background-color: #3c3f41;
			min-height: 250px;
			width: 100%;
			z-index: 99;
			opacity: 0.9;
			animation-name: example;
			animation-duration: 0.5s;
		}
		.btn_color{
			background-color: #1b75bc;
			border: #1b75bc;
		}
		.card_set{
			min-height: 190px;
		}
		@keyframes example {
			0%   {background-color:white; opacity: 0.7;}
			50%   {background-color:#1b75bc; opacity: 1;}
			100%  {background-color:#3c3f41;opacity: 0.9;}
		}
		@media only screen and (max-width: 768px) {

			#nav .btnmenu{
				display: block;
				position: relative;
				top: 0px; right: 0px;
				z-index: 99;
				float: right;
				margin: 15px;
			}
			.displaynone{
				display: none;
			}

		}
		.okinar_color{
			color: #1b75bc;
		}
		.banner{
			min-height: 300px;


		}

		address i{
			width: 24px;
		}
		address h3{
			color: #1b75bc;
			font-size: 23px;
		}
		footer  li a{
			color: #989898;
		}
		footer  li a:hover{
			color: #ffffff;
		}

		.card{
			border-radius: 5px 5px 5px 5px;
			-moz-border-radius: 5px 5px 5px 5px;
			-webkit-border-radius: 5px 5px 5px 5px;
			background-color: white;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
			text-align: left;
			margin: 5px;
			overflow: hidden;
			cursor: pointer;
			margin-top: 10px;
			transition: margin-top 0.3s;
		}
		.card:hover{
			margin-top: 0px;
		}

		.card:hover img{
			background-color: #c0c0c0;
			filter: brightness(60%);
		}


		.ctype{
			position: absolute;
			left:0px;
			top:0px;
			padding: 5px;
			padding-left: 10px;
			padding-right: 10px;
			border-radius: 5px 0px 5px 0px;
			-moz-border-radius: 5px 0px 5px 0px;
			-webkit-border-radius: 5px 0px 5px 0px;

		}
		.ctype-t0{
			opacity: 0;
		}
		.ctype-t1{
			background-color: #0d6632;
			color: white;
			opacity: 0.9;
			-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
			box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
		}
		.ctype-t2{
			background-color: #d60944;
			color: white;
			opacity: 0.9;
			-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
			box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
		}
		.ctype-t3{
			background-color: #d69509;
			color: #000000;
			opacity: 0.9;
			-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
			box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
		}
		.ctype-t4{
			background-color: #ba95f1;
			color: #000000;
			opacity: 0.9;
			-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
			box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
		}
		.ctype-t1::before{
			content: 'Canlı';
		}
		.ctype-t2::before{
			content: 'Video';
		}
		.ctype-t3::before{
			content: 'Yeni';
		}
		.ctype-t4::before{
			content: 'Deneme';
		}

		.card-footer i{
			float: right;
		}

		.card-detail{
			position: absolute;
			z-index: 10;
			top: 3px;
			right: 3px;
			padding: 5px;
			color: white;
			display: none;
			border-radius: 5px 5px 5px 5px;
			-moz-border-radius: 5px 5px 5px 5px;
			-webkit-border-radius: 5px 5px 5px 5px;

		}
		.card:hover .card-detail{
			display: block;
		}

		.card a{
			text-decoration: none;
			color: black;
		}




		.ccard{
			border-radius: 5px 5px 5px 5px;
			-moz-border-radius: 5px 5px 5px 5px;
			-webkit-border-radius: 5px 5px 5px 5px;
			background-color: white;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
			text-align: left;
			font-size: 20px;
		}

		.ccard .ccard-body{
			margin: 5px;
			font-size: 1em;
		}
		.ccard .ccard-body .ccard-title{
			width: 100%;
			text-align: left;
			font-weight: bold;
			font-size: 1.2em;

		}

		.ccard .ccard-type{
			font-size: 0.8rem;
			background-color: red;
			position: absolute;
			top: 10px;
			left: 10px;
			z-index: 10;
		}

		.ccard .ccard-footer{
			padding: 0.9em;
			color: #737679;
			text-align: right;
			background-color: yellow;
		}

		.price{
			color: #383b3f;
			font-size: 24px;
		}

		.card  li{
			color: rgba(56, 59, 63, 0.6);
			list-style: none;
		}

		.accordion-body{
			-webkit-box-shadow: inset 0px -9px 25px -11px rgba(0,0,0,0.75);
			-moz-box-shadow: inset 0px -9px 25px -11px rgba(0,0,0,0.75);
			box-shadow: inset 0px -9px 25px -11px rgba(0,0,0,0.75);
		}
