body, html {
	font-size:14px;
	font-weight:normal;
	line-height:1.42857143;
	color:#333;
}
*, *:focus, *:active {
	outline:none!important;
	outline:0!important;
}
a,img,input,button,textarea,select,
a:active,img:active,input:active,button:active,
a:focus,img:focus,input:focus,button:focus {
	outline:none!important;
	outline:0!important;	
}
a:hover, a:focus {
	text-decoration:none!important;
}
.gerekli {
	color: #c9302c;
}
.active {
	color: #cfb783;
}
nav.sticky {
	background-image: none;
	background-color: rgba(255,255,255,0.95);
	position: fixed;
	min-height: 84px;
	transition: all 0.6s ease-in-out 0s;
	-webkit-box-shadow: 0px 6px 10px -8px #888; 
	-moz-box-shadow: 0px 6px 10px -8px #888;
	box-shadow: 0px 6px 10px -8px #888;
}
.navbar img {
	max-width: 100%;
	height: 80px;
	margin: 3px 0px;
}
.navbar {
	z-index: 4;
	background:rgba(0,0,0,0.01);
	padding-top: 0.3rem!important;
	padding-bottom: 0.3rem!important;
}
.navbar .nav-link {
	color: #212e47;
	font-size: 1.2em;
	font-weight: 600;
	padding: 10px 0px 5px 27px!important;
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
	color: #F2BC01;
}
.dropdown-menu {
	background: rgba(255,255,255);
	margin-top: 0px;
}
.dropdown-menu a {
	color: #212e47!important;
	font-size: 1.1rem!important;
}
.dropdown-menu a:hover, .dropdown-menu a:focus {
	background: none!important;
	color: #212e47!important;
}
.btn-outline-secondary {
	border-left: none;
	color: #F2BC01!important;
	border-color: #F2BC01;
	border-radius: 0px 20px 20px 0px!important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
	background: none!important;
	box-shadow: none!important;
	border-color: #F2BC01!important;
	color: #F2BC01!important;
}
.btn-outline-secondary i {
	font-size: 1.3em;
}
.arama {
	width: 400px;
	max-width:100%;
	margin: 10px auto 0px auto!important;
}
.arama input {
	background:#f5f5f5!important;
	border-right: none;
	border-color: #F2BC01;
	border-radius: 20px 0px 0px 20px!important;
}
.arama input:focus {
	box-shadow: none!important;
	border-color: #F2BC01!important;
}
.arama button {
	background:#f5f5f5!important;
}
.arama button:hover {
	background:#f5f5f5!important;
}
.dilx {
	display:none;
}
.dilx img {
	height:16px!important;
	margin:3px!important;
}
.dil li a {
	color: #212e47;
	font-size: 1.3rem;
	padding: 0px!important;
}
.dil li a:hover {
	color: #F2BC01;
}
.dil img {
	height:17px!important;
	margin:3px!important;
}
.carousel-item {
	height: 100vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-caption {
	background: rgba(255,255,255,0.2);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #212e47;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	flex-direction: column!important;
}
.carousel-caption h1 {
	background: rgba(255,255,255,0.75);
	max-width: 90%;
	font-size: 2.5rem;
	padding: 10px 30px;
	margin: 0px auto 20px;
	border-radius: 30px;
	transform: translateY(-5%) scale(.6);
	transition: 1s ease;
	opacity: 0;
}
.carousel-caption p {
	background: rgba(255,255,255,0.75);
	max-width: 90%;
	font-size: 1.9rem;
	padding: 10px 30px;
	border-radius: 30px;
	transform: translateY(-5%) scale(.6);
	transition: 1s ease;
	opacity: 0;
}
.carousel-item.active h1, .carousel-item.active p {
	opacity: 1;
	transform: translateY(0%) scale(1);
	transition: 1s ease;
}
#icsayfa .navbar,
#icsayfa .sticky {
	background-color:rgba(255,255,255);
}
#kategori {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	z-index: 2;
}
.kategori {
	padding: 20px 0px;
	border: 1px solid #aaa;
	margin-bottom: 0px;
	height:100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: rgba(33, 46, 71, 0.75);
}
.kategori * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.kategori:hover {
	background-color: rgba(33, 46, 71, 0.9);
}
.kategori:hover img {
	-moz-transform:scale(1.09);
	-webkit-transform:scale(1.09);
	transform:scale(1.09);
}
.kategori img {
	max-width: 100%;
	height: 28px;
	margin: 0px auto 10px;
}
.kategori figcaption {
	color: #fff;
	font-size: 1.1rem;
}
.kategori a, .haber a, .haberx a, .urun a {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.baslik {
	text-align: center;
}
.baslik h1 {
	color: #333;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 0px;
}
.sep-with-icon-wrap{
	margin-bottom: 25px;
}
.sep-with-icon {
	display: inline-block;
	vertical-align: middle;
}
.sep-icon {
	line-height: 16px;
	font-size: 16px;
	vertical-align: middle;
	margin: 0 20px;
}
.sep-with-icon {
	height: 1px;
	width: 90px;
	background: #e5e5e5;
}
.oshine_diamond {
	width: 9px;
	height: 9px;
	background: #212e47;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	font-size: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin: 0 15px;
}
#section2 {
	background: url(../img/banner/anasayfa.jpg) no-repeat bottom center fixed;
	background-size: 100% 100%;
	height: 300px;
	color: #fff;
	margin-bottom: 40px;
	position:relative;
}
#section2:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
}
.text {
	width: 600px;
	height: 300px;
	padding: 50px 0px 50px 50px;
	position: relative;
	z-index: 1;
}
.text:before {
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	left: -800px;
	z-index: -1;
	opacity: .95;
	background: #212e47;
}
.text:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 300px 0 0 300px;
	border-color: transparent transparent transparent #212e47;
	position: absolute;
	top: 0;
	right: -300px;
	opacity: .95;
}
.text h1 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 10px;
}
.text p {
	font-size: 1.25rem;
	line-height: 150%;
}
#section3 p {
	font-size: 1.25rem;
	line-height: 150%;
	text-align:center;
}
.scroll {
	height: 290px;
	overflow-y: scroll;
	padding-right: 15px;
}
.divider-decor {
	display: inline-block;
	width: 90px;
	margin: 5px 0px 5px 0px;
}
.divider-decor>:first-child {
	width: 90px;
}
.divider-decor>* {
	border-top: 2px solid #F2BC01;
	margin: 5px auto 0;
}
.divider-decor>:last-child {
	width: 60px;
}
#banner {
	height: 180px;
	position: relative;
	text-align: center;
	margin-top:100px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-size: cover;
	background-attachment: fixed;
}
#banner:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
	background:rgba(33,46,71,0.8);
}
#banner h1 {
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top:15px;
	text-shadow: 3px 2px 2px rgba(0,0,0,0.6);
}
#section1 {
	padding:40px 0px;
}
.owl-carousel .haberx {
	margin-bottom: 0px;
}
.haberx {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
	background: #1a1a1a;
	color: #ffffff;
	text-align: left;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.haberx * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.haberx .image {
	position: relative;
}
.haberx img {
	width: 100%;
	height: 170px;
	vertical-align: top;
}
.haberx h1 {
	font-size: 1.3rem;
	margin: 0 0 5px;
	font-weight: 500;
	color: #212e47;
	height:20px;
	overflow:hidden;
}
.haberx p {
	margin: 0;
	font-size: 1.2rem;
}
.haberx figcaption {
	padding: 15px 0px;
	background-color: #ffffff;
	color: #000000;
	position: relative;
	font-size: 0.9em;
}
.haberx figcaption p {
	margin-bottom: 15px;
	color:#444;
}
.haberx figcaption:before {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 100%;
	right: 0;
	content: '';
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
	background-color: #212e47;
	-webkit-transform: skew(-45deg) translateX(50%);
	transform: skew(-45deg) translateX(50%);
	border-right: 1px solid #212e47;
}
.haberx .date {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	max-height: 48px;
	max-width: 48px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 1;
}
.haberx .date span {
	display: block;
	line-height: 24px;
}
.haberx .date .month {
	font-size: 14px;
}
.haber{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background: #f9f9f9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(214,214,214,1);
	box-shadow: 0px 0px 5px 0px rgba(214,214,214,1);
}
.haber .haber-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.haber .haber-img img{
	width: 100%;
	height:170px;
}
.haber:hover .haber-img:before{
	content: "";
	position: absolute;
	width: 100%;
	height:100%;
	background-color: rgba(33, 46, 71, 0.75);
}
.haber .haber-img:after{
	content: "\f1ea";
	font-family: "FontAwesome";
	position: absolute;
	font-size: 2.5em;
	color:#fff;
	opacity: 0;
	transform: scale(0.8);
	transition:all 0.3s linear 0s;
}
.haber:hover .haber-img:after{
	opacity: 1;
	transform: scale(1);
}
.haber figcaption {
	padding: 15px;	
}
.haber span{
	color:#8f8f8f;
	font-size: 12px;
	margin-right: 16px;
	text-transform: uppercase;
	font-style: italic;
}
.haber span > i{
	margin-right: 5px;
}
.haber h1 {
	font-size: 1.3em;
	font-weight: bold;
	height:20px;
	overflow:hidden;
}
.haber p{
	height: 100px;
	overflow: hidden;
	font-size: 1.15em;
	margin-bottom: 0px;
}
.haber p:before{
	content: "";
	display: block;
	border-top: 3px solid #F2BC01;
	padding-bottom: 10px;
	width: 50px;
}
.paylas {
	text-align:center;
	margin-top:50px;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px dashed #eee;
}
.paylasx {
	text-align:center;
	margin-top:50px;
	padding-top:20px;
	border-top:1px dashed #eee;
}
.hgaleri {
	width: 100%;
	text-align: center;
	margin-bottom:30px;
}
.hgaleri img {
	width:100%;
	height: 100px;
}
.urun {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	-moz-transition: all 0.9s;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.urun:hover {
	-moz-transform:scale(1.03);
	-webkit-transform:scale(1.03);
	transform:scale(1.03);
}
.urun img {
	width: 100%;
	height: 230px;
}
.urun figcaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #fff;
	height: 45px;
	line-height: 40px;
	font-size: 1.2em;
	font-weight: bold;
	background: rgba(33,46,71,0.8);

}
.belge {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background-color: #000000;
	border: 2px solid #212e47;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.belge *,
.belge *:before,
.belge *:after {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.belge img {
	width: 100%;
	height: 210px;
}
.belge i {
	position: absolute;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 1.8em;
	z-index: 1;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(100%, 100%);
	transform: translate(100%, 100%);
}
.belge i:after {
	position: absolute;
	bottom: 3px;
	right: 3px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 55px 55px;
	border-color: transparent transparent #212e47;
	z-index: -1;
}
.belge a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.belge:hover img {
	zoom: 1;
	filter: alpha(opacity=70);
	-webkit-opacity: 0.7;
	opacity: 0.7;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.belge:hover i {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.katalog {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background-color: #000000;
	border: 2px solid #212e47;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.katalog *,
.katalog *:before,
.katalog *:after {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.katalog img {
	width: 100%;
	height: 300px;
}
.katalog i {
	position: absolute;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 1.8em;
	z-index: 1;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(100%, 100%);
	transform: translate(100%, 100%);
}
.katalog i:after {
	position: absolute;
	bottom: 3px;
	right: 3px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 55px 55px;
	border-color: transparent transparent #212e47;
	z-index: -1;
}
.katalog a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.katalog:hover img {
	zoom: 1;
	filter: alpha(opacity=70);
	-webkit-opacity: 0.7;
	opacity: 0.7;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.katalog:hover i {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.main-timeline{
	width: 80%;
	margin: 20px auto;
	position: relative;
}
.main-timeline:before{
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background:#221947;
	margin: 0 0 0 -1px;
	position: absolute;
	top: 0;
	left: 50%;
}
.main-timeline .timeline{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.main-timeline .timeline:after{
	content: "";
	display: block;
	clear: both;
}
.main-timeline .timeline-content{
	width: 40%;
	float: left;
	margin: 5px 0 0 0;
	border-radius: 6px;
}
.main-timeline .date{
	display: block;
	width: 70px;
	height: 70px;
	line-height: 55px;
	border-radius: 50%;
	background: #212e47;
	padding: 5px 0;
	margin: 0 0 0 -36px;
	position: absolute;
	top: 0;
	left: 50%;
	font-weight: bold;
	color: #F2BC01;
	border: 2px solid #221947;
}
.main-timeline .date span{
	display: block;
	font-size: 1.5em;
	text-align: center;
}
.main-timeline .title{
	padding: 15px;
	margin: 0;
	font-size: 20px;
	color: #212e47;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 6px;
	position: relative;
	text-align: left!important;
}
.main-timeline .title:after{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	right: -8px;
	background: #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	transform: rotate(-45deg);
}
.main-timeline .description{
	padding: 15px;
	margin: 0;
	font-size: 14px;
	color: #656565;
	background: #fff;
	border-radius: 0 0 6px 6px;
}
.main-timeline .timeline:nth-child(2n+2) .timeline-content{
	float: right;
	text-align: right!important;
}
.main-timeline .timeline:nth-child(2n+2) .title:after{
	left: -8px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right:none;
	border-bottom:none;
}

@media only screen and (max-width: 990px){
	.main-timeline{ width: 100%; }
}
@media only screen and (max-width: 767px){
	.main-timeline:before,
	.main-timeline .date{
		left: 6%;
	}
	.main-timeline .timeline-content{
		width: 85%;
		float: right;
	}
	.main-timeline .title:after{
		left: -5px;
	}
}
@media only screen and (max-width: 480px){
	.main-timeline:before,
	.main-timeline .date{
		left: 12%;
	}
	.main-timeline .timeline-content{
		width: 75%;
	}
	.main-timeline .date{
		width: 60px;
		height: 60px;
		margin-left: -30px;
	}
	.main-timeline .month{
		font-size: 14px;
	}
}
.harita {
	width:100%!important;
	height:260px;
	margin-bottom: 60px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
}
footer {
	background: #212e47;
	height: auto;
	color: #eee;
	margin-top: 40px;
	padding: 30px 0px 10px 0px;
	border-top: 1px solid #efefef;
}
.alt-menu h1, .alt-iletisim h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 8px;
	color: #eee;
	border-left: 3px solid #F2BC01;
}
.alt-menu ul li, .alt-iletisim ul li {
	margin-bottom: 7px;
	font-size: 1.05em;
}
.alt-menu ul li, .sosyal-medya ul li {
	margin-bottom: 15px;
}
.alt-menu ul li a, .alt-iletisim ul li a, .sosyal-medya a, .yasal a {
	color: #eee;
}
.alt-menu ul li a:hover, .alt-menu ul li a:focus, .alt-iletisim ul li a:hover, .alt-iletisim ul li a:focus {
	color: #F2BC01;
}
.alt-menu ul li i, .alt-iletisim ul li i {
	color: #F2BC01;
	margin-right: 5px;
}
.alt-menu ul li:before {
	content: "\f101";
	color: #F2BC01;
	margin-right: 5px;
	font-family: FontAwesome;
}
.alt-menu img {
	max-width: 100%;
	height: 120px;
	border:1px solid #2a3852;
}
.sosyal-medya {
	margin-bottom: 10px;
}
.sosyal-medya li:hover {
	opacity:1;
}
.sosyal-medya ul{
	margin-bottom:0 !important;
}
.sosyal-medya li{
	margin-bottom: 0;
	opacity:0.8;
}
.sosyal-medya li:hover {
	color: #fff!important;
}
.sosyal-medya li i{
	background:#314469;
	color: #eee!important;
	width:32px;
	height:32px;
	border-radius: 5px;
	text-align:center;
	line-height:32px;
	font-size: 1.3em;
}
a li:hover .fa-facebook{
	background:#3b5998;
	color:#fff!important;
}
a li:hover .fa-linkedin{
	background:#0274b3;
	color:#fff!important;
}
a li:hover .fa-instagram{
	background:#dc2b6f;
	color:#fff!important;
}
.yasal {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #2a3852;
}
.yasal p {
	width: 100%;
	margin-bottom: 0px;
}
.naature {
	width: 100%;
	height: 25px;
	text-align: right;
}
.naature img {
	max-width: 100%;
	height: 22px;
}
.mh {
	width:100%;
	height:auto;
	min-height:400px;	
}
#content {
	width:100%;
	color:#333;
	margin-bottom:10px;
	min-height:300px;
}
#content p {
	font-size: 1.1rem;
	line-height: 170%;
	text-align: justify;
}
#content a, #content a:hover, #content a:focus {
	text-decoration:none!important;
	color:#333;
}
#content img[align=middle], #content img[align=left], #content img[align=right], table tr td img, #content iframe[align=middle] {
	max-width:100%;
	height:300px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
	box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
}
#content img[align=middle], #content iframe[align=middle] {
	display:block;
	margin:0px auto 20px auto;
}
#content img[align=left], #content iframe[align=left] {
	margin: 7px 25px 15px auto;
}
#content img[align=right], #content iframe[align=right] {
	margin:auto auto 15px 25px;
}
table tr td img {
	height:150px!important;
	margin:0px auto 0px auto;
}
#content ul, #content ol {
	padding-left: 0px;
	list-style:none;
	font-size:1.1rem;
}
#content ul li, #content ol li {
	margin-bottom:7px;
}
#content ul li:before, #content ol li:before {
	font-family: FontAwesome;
	content: "\f0da";
	margin-right:7px;
	color:#F2BC01;
	font-weight:bold;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color:#212e47;
	font-weight:bold;
	font-size:1.3em;
	margin-top:0px;
	margin-bottom:10px;
}
table{
	width: 100%;
	max-width: 100%;
	margin-bottom:30px;
}
table:last-child{
	margin-bottom:0px;
}
table, table tr th, table tr td {
	padding: 0px 8px 15px 0px!important;
	line-height: 1.42857143;
	font-size:1.1rem;
}
.tablo {
	border: 1px solid #eee;
	margin-bottom: 10px!important;
}
.tablo tr th, .tablo tr td {
	padding: 10px 0px 10px 0px!important;
}
table tr th, table tr td {
	border:none!important;
}
.table-responsive {
	border:none;
}
table[border="1"] > tbody > tr:nth-of-type(odd) {
	background: rgba(242,188,1,0.2);
}
table[border="1"] {
	width: 100%;
	max-width: 100%;
	border:1px solid #f5f5f5!important; 
	background:#fcfcfc;
}
table[border="1"] tr th, table[border="1"] tr td {
	padding: 10px 20px!important;
	line-height: 1.42857143;
	vertical-align: top;
	border:none!important; 
	vertical-align:middle!important;
}
table[border="1"] tr td i{
	font-size:1.2em;
}
tbody tr td {
	font-size:1.1em;
}
.thead {
	background:#f5f5f5;
	color:#333;
}
.navbar-toggler {
	background:none;
	border: none;
	line-height: normal;
	float: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-left: auto;
}
.navbar-toggler:hover, .navbar-toggler:focus {
	background:none;
}
.navbar-toggler i {
	color:#323d65!important;
	font-size:1.3em;
}
.btn-primary {color: #fff!important;background-color: #337ab7!important;border-color: #2e6da4!important;}
.btn-primary:focus,.btn-primary.focus {color: #fff!important;background-color: #286090!important;border-color: #122b40!important;}
.btn-primary:hover {color: #fff!important;background-color: #286090!important;border-color: #204d74!important;}
.btn-danger {color: #fff!important;background-color: #d9534f!important;border-color: #d43f3a!important;}
.btn-danger:focus,.btn-danger.focus {color: #fff!important;background-color: #c9302c!important;border-color: #761c19!important;}
.btn-danger:hover {color: #fff!important;background-color: #c9302c!important;border-color: #ac2925!important;}
.btn-warning {color: #fff!important;background-color: #f0ad4e!important;border-color: #eea236!important;}
.btn-warning:focus,.btn-warning.focus {color: #fff!important;background-color: #ec971f!important;border-color: #985f0d!important;}
.btn-warning:hover {color: #fff!important;background-color: #ec971f!important;border-color: #d58512!important;}
.btn-info {color: #fff!important;background-color: #5bc0de!important;border-color: #46b8da!important;}
.btn-info:focus,.btn-info.focus {color: #fff!important;background-color: #31b0d5!important;border-color: #1b6d85!important;}
.btn-info:hover {color: #fff!important;background-color: #31b0d5!important;border-color: #269abc!important;}
.btn-success {color: #fff!important;background-color: #5cb85c!important;border-color: #4cae4c!important;}
.btn-success:focus,.btn-success.focus {color: #fff!important;background-color: #449d44!important;border-color: #255625!important;}
.btn-success:hover {color: #fff!important;background-color: #449d44!important;}
.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
#iletisimdugme,#whatsappdugme {
	display:none;
}
@media (max-width:991px) {
#iletisimdugme {
	display:inline-block;
	position: fixed;
	bottom:0;
	left:15px;
	z-index: 100;
    width: auto;
	height: auto;
	background:#F2BC01;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}
#iletisimdugme a {
	display:inline-block;
	width:100%;
	padding:7px 30px;
	color:#fff;
}
#whatsappdugme {
	display:inline-block;
	position: fixed;
	bottom:0;
	right:15px;
	z-index: 100;
    width: auto;
	height: auto;
	background:rgb(31, 138, 24);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}
#whatsappdugme a {
	display:inline-block;
	width:100%;
	padding:7px 30px;
	color:#fff;
}
#ntrcanlidestek {
	display:none;
}
}