body {
	font-family: 'Poppins', sans-serif;
	background-color:#ffffff;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

html {
    overflow: scroll;
	-webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
   
}


#wpadminbar { display: none !important; }

.lang-item {
	border-bottom:none !important; 
}

.lang-item a { color:#a0a0a0 !important; 
	border-bottom:none !important; 
}



figure {
    margin: 0;
    margin-bottom: 15px !important;
	margin-top:10px !important;
}

#button {
  display:none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
  
}
#button:active {
  
}


.haber-fix {
    /* height: 190px; */
    overflow: hidden;
	max-height: 350px;
}



/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}




.urunlerMenu {
	color:#313131;
}

.urunlerMenu:hover {
	color:#313131;
	text-decoration: none;
}

.urunlerMenu h2 {
	border-bottom:1px solid #6e6e6e;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	/* background-image: url("../img/eksi.png"); */
	background-repeat: no-repeat;
	background-position: right 10px; 
	display: block;
}


.collapsed h2 {
	
	/* background-image: url("../img/arti.png") !important; */
}

.collapsed {
	
	/* background-image: url("../img/arti.png") !important; */
	
}



.mobileH1 {
	
	display: block;
	text-align: left;
	background-position: right;
	background-repeat: no-repeat;
	
}


.bgImage {
	position: absolute;
	bottom: 0px;
	z-index: 0;
}



.gradientBG {
	
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(247,246,246,1) 50%);
	padding-bottom:50px !important;
	position: relative;
	
}



.tekbemBG {
	
	background-image: url(../img/slider-background.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: auto;
    background-size: 400px;
	
}


.footer-bg ul {
	
	margin-bottom:40px;
	
}

.footer-bg ul li {
	
	margin:0px;
	padding-left: 0px;
	float:left;
	list-style: none;
	
}

.footer-bg ul {
	
	padding-left:0px;
	
}

.en-lnk a {
	color:#a0a0a0 !important;
}


.geriDon {
	
	font-weight: 700;
	color:#ebb431;
}

.geriDon:hover {
	
	color:#ebb431;
}


.haberDetayContainer {
	padding-bottom:100px !important;
	
}

.haberMenu ul li {
	
	border-bottom:1px solid #dbdbdb;
	padding-bottom:10px;
	margin-bottom:10px;
	
}

.haberDetayContainer h1 {
	
	font-weight: 700;
	font-size: 25px;
	margin-bottom:20px;	
}

.locRight {
	
	text-align: right !important;
}

.haberDetayBilgiRow {
	
	margin-bottom:20px; 
}

.haberDetayLeftContainer { 
	
	padding-right: 20px;
	
}

.haberDetayContainer p {
	
	font-size: 16px;
	line-height: 25px;
	
}



.flexBoxContainer {
	
	margin-top:70px;
	
}


.iletisimContainer {
	
	padding-bottom:50px !important; 
	
}


.iletisimContainer h2 {
	
	color:#ebb431;
	
}


.sidebarMenuDokumanlar {

	padding-left: 50px;
    padding-right: 50px;
	
}

.sidebarMenuDokumanlar ul li a {
    font-size: 15px;
    color: #505050;
    font-weight: 300;
}

.sidebarMenuDokumanlar ul {
	margin:0px;
	padding:0px;
}

.sidebarMenuDokumanlar ul li {
    margin-bottom: 5px;
	list-style: none;
}
.haberMenu ul li {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}



.sidebarVideo {
	
	padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
	
}

.sidebarVideo h2 {
	
	margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;	
}

.sidebarVideo p {
	font-size: 16px;
}


.sidebarUlasim h2 {
	
	margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
	
}


.sidebarUlasim a {
	
	color:#333;
}

.sidebarMenuDokumanlar h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}


.mobileH1 {
	
	font-size: 25px;
	font-weight: 700;
	margin-top:20px;
	margin-bottom:20px;
	
}

.mobile-btn {
	
	margin-bottom:10px;
	
}

.heroUrunlerContainer {
	
	padding:15px;
	max-width: 400px;
	margin:0 auto;
	
}

.heroUrunlerContainer h1 {
	
	font-size: 15px;
	font-weight: 700;
}

.heroUrunlerContainer p {
	
	font-size: 13px;
	line-height: 17px;
	
}

.homelogo {
	
	padding-top:15px;
	padding-bottom:10px;
	
}



.dropdown-tbm {
	
	padding: 0px !important;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	
}



.loading {
	
	background-image:url("../img/tekbemfavloading.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 999999;
	opacity: 0.9;
	
}


.sm ul {
	
	float: right;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

.sm ul li { 

	float:left;
	list-style: none;
	margin-left:15px;
}

.sm ul li a {
	
	color:#ffffff;
	font-size: 20px;

	
}





.golge {
	-webkit-box-shadow: -4px 15px 69px -17px rgba(0,0,0,0.51);
	-moz-box-shadow: -4px 15px 69px -17px rgba(0,0,0,0.51);
	box-shadow: -4px 15px 69px -17px rgba(0,0,0,0.51);
}


.hero---banner-menu {
	margin-top:0px;
	margin-bottom:0px;
	background-color:#f4f4f4;
	padding-top:0px;
	padding-bottom:0px;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.hero---banner {
	padding-top:20px;
	background-color:black;
	padding-bottom:200px;
	background-size: cover;
	opacity: 1;
}

.hero---banner-menu-nav {
	
	padding-top:20px;
	
}


.hero---banner-menu-nav nav ul {

	float: right;
}

.hero---banner-menu-nav nav ul li {

	float:left;
	list-style: none;
	margin-right: 20px;
}

.hero---banner-menu-nav nav ul li:last-child {

	margin-right:0px ;	
}


.hero---banner-menu-nav nav ul li a {
	text-shadow: 2px 1px 10px rgba(0,0,0,0.28);
	font-size: 16px;
	font-weight: 700;
	color:#ffffff;
	cursor: pointer;
}

.hero---banner-menu-nav nav ul li a:hover {

	text-decoration: none;
}


.activeMenu {
	
	padding-bottom:5px;
	border-bottom: 3px solid #e8b231;
}

.current-menu-item {
	
	padding-bottom:5px;
	border-bottom: 3px solid #e8b231;
	
}

.current-page-ancestor {
	
	padding-bottom:5px;
	border-bottom: 3px solid #e8b231;
	
}


.pagging {
	
	text-align: center;
	
}


.pagging a, .pagging span {
	
	border:1px solid #ddd;
	padding:5px;
	padding-left:10px;
	padding-right: 10px;
	
	border-radius: 5px;
	
}


.pagging span {
	
	background-color: #eee;
	
}



.hero---banner-item {
	
	padding-top:250px;
	padding-bottom:200px;
}

.hero---banner-item-text {
	font-size: 40px;
	color:#ffffff;
	font-weight: 700;
	text-shadow: 2px 1px 10px rgba(0,0,0,0.28);
	line-height: 48px;
}


.hero---banner-item-text a {
	
	background-color:#ffffff;
	text-shadow: none;
	border-radius: 60px;
	font-size: 15px;
	padding:30px;
	padding-top:10px;
	padding-bottom:10px;
	color:#333333;
}


.hero---banner-item-text a:hover {

	text-decoration: none;
}

.hero---banner-item-btn {
	
	margin-top:30px;
}


.urunlerhizmetler---h1 {
	
	padding-top:50px;
	padding-bottom:50px;
	font-size: 30px;
	font-weight: 700;
	color:#303e48;
}

.urunlerhizmetler-fluid {
	
	background-image: url("../img/slider-background.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: auto;
	background-size: 400px;
	padding-bottom:150px;
}


.urunlerhizmetler---sidebar h1 {
	font-weight: 700;
	font-size: 25px;
	margin-bottom:20px;
}

.urunlerhizmetler---sidebar ul {
	
	padding:0px;
}

.urunlerhizmetler---sidebar ul li {
	
	list-style: none;
	margin-bottom:15px;
}

.urunlerhizmetler---sidebar ul li a {
	
	color:#303e48;
	font-size: 17px;
	font-weight: 300;
}

.urunlerhizmetler---sidebar ul li a:hover {
	
	text-decoration: none;
}


.urunlerhizmetler---content {
	
	background-color:#e7e7e7;
	border-radius: 30px;
	position: relative;
	
	
}



.tutucu {
	
	width: 100%;

	height: 200px;
}

.col-1 {
	padding:50px;
	padding-top:30px;
	float: left;
	width: 50%;
}

.col-1 h2 {
	
	font-size: 20px;
	font-weight: 700;	
}

.col-1 p {
	
	font-size: 15px;
	font-weight: 300;
	
}

.col-1-btn { margin-top:20px; }
.col-1-btn a {
	
	background-color:#383b44;
	border-radius: 20px;
	padding:5px;
	font-size: 13px;
	font-weight: 300;
	color:#ffffff;
	padding-left:20px;
	padding-right: 20px;
	
}

.col-1-btn a:hover {
	
	text-decoration: none;
}

.col-2 {
	
	float:right;
	width: 50%;
}

.urunlerhizmetler---row {
	
	margin-bottom: 100px !important;
	
}


.katalog---bg {
	margin-bottom:0px;
	background-color:#f2f2f2;
	padding-top:50px;
	padding-bottom:50px;
	/* background-image: url("../img/katalog-background.png"); */
	background-position: right;
	background-repeat: no-repeat;
}


.katalog---col {
	
	max-width: 500px;
	
}

.katalog---col h2 {
	
	font-weight: 700;
	font-size: 30px;
}

.katalog---col p {
	
	max-width: 350px;
	line-height: 25px;
	font-size: 17px;
	font-weight: 300;
}

.haberler---title {
	margin-bottom:50px;
}

.haberler---title h2 {
	
	padding:0px;
	margin:0px;
	font-weight: 700;
	font-size: 25px;
}

.haberler---title a {
	
	color:#e8b231;
	font-weight: 700;
	font-size: 25px;	
}

.haberler---title a:hover {
	text-decoration: none;
}


.hero-cerceve {
	
	border:2px solid #ebebeb;
	border-radius: 30px;
	overflow: hidden;	
}

.hero-txt {
	
	padding:5px;
	padding-bottom:0px;	
}

.hero-txt h2 {
	
	font-weight: 700;
}

.hero-txt p {
	margin-top:30px;
	max-width: 80%;
	font-size: 16px;
	font-weight: 300;
	
}

.hero-link {
	
	padding:5px;
	padding-top:20px;
	padding-bottom:50px;
	
}

.hero-link a {
	border:2px solid #383b44;
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top:10px;
	padding-bottom:10px;
	color:#383b44;
	font-weight: 500;
}

.hero-link a:hover {
	text-decoration: none;
}


.haberler---title p {
	
	font-weight: 800;
	font-size: 25px;
	
}


.sub-haber-row {
	
	padding-left:20px;
}

.sub-haber-col {
	
	padding-left:10px;
	padding-right: 10px;	
}

.sub-haber-title {
	padding-top:20px;
	font-size: 18px;
	font-weight: 700;
}

.sub-haber-link {
	
	padding-top:20px;
	padding-bottom:50px;
	
}

.sub-haber-link a {
	
	border:2px solid #383b44;
	border-radius: 20px;
	font-size: 13px;
	padding-left:20px;
	padding-right: 20px;
	padding-top:5px;
	padding-bottom:5px;
	color:#383b44;
	font-weight: 500;
	
}

.sub-haber-link a:hover {
	
	text-decoration: none;
}

.owl-carousel.owl-drag .owl-item {

	background-color:#ffffff;
	
}

.ebulten-container {
	
	margin-top:0px;
	background-color:#ffffff;
}

.ebulten-container-col {
	
	padding-top:100px;
	padding-bottom:100px;
	padding-left:100px;
	
}


.ebulten-cerceve p {
	margin-top:50px;
	max-width: 500px;
	color:#5f5f5f;
	font-size: 15px;
}

.ebulten-cerceve h2 {
	
	font-size: 25px;
	font-weight: 700;
	margin-bottom:20px;
}

.ebulten-cerceve span {
	
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom:5px;
	margin-top:10px;
}

.ebulten-cerceve input[type=text] {
	
	border-radius: 20px;
	border:none;
	border:2px solid #707070;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background:none;
}


.ebulten-cerceve input[type=submit] {

	border:none;
	border-radius: 20px;
	background-color:#383b44;
	font-weight: 700;
	color:#ffffff;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
}

.is-ortaklari-container {
	
	margin-top:50px;
	margin-bottom:100px;
	
}

.is-ortaklari-container h2 {
	
	font-weight: 700;
	font-size: 25px;
	margin-bottom:30px;
}




.footer-bg {
	padding-top:50px;
	padding-bottom:50px;
	margin-top:0px;
	background-color:#383b44;
}




.footer-bg h3 {
	
	color:#e8b231;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	margin-top:0px;
	
}


.footer-bg p {

	color:#ffffff;
	font-size: 13px;
	line-height: 18px;
}


.footer-container {
	
	color:#e8b231;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	
}

.footer-col-1 {
	width: 50%;
	float:left;
}

.footer-col-2 {
	width: 50%;
	float:right;
}



.footer-col-1 a {
	color:#ffffff;
}

.footer-col-2 a {
	color:#ffffff;
}

.footer-col-1 a:hover {
	text-decoration: none;
}

.footer-col-2 a:hover {
	text-decoration: none;
}








.owl-carousel .owl-item {
	
	height: 130px;
	border:1px solid #eeeeee;
	
}

.owl-carousel .owl-item img {
	
	width: auto !important;
	
}

.owl-centered .owl-wrapper {
  display: table !important;
}
.owl-centered .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.owl-centered .owl-item > div {
  text-align: center;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

	background-color:#e8b231;
	
}

.owl-centeredTWO .owl-item {
  display: table-cell;
  float: none;
  vertical-align: top !important;
}











.carousel-inner>.item {
    
    height: auto;
	background-size: cover;
	min-height: 685px;
}


.carousel-default {
	
	margin-top:0px;
	
}


.carousel-indicators .active {
    margin: 0;
    width: 23px;
    height: 23px;
    background-color: #fff;
	margin-right: 5px;
}


.carousel-indicators li {
    display: inline-block;
	border-radius: 100px !important;
    width: 23px;
    height: 23px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);

	margin-right: 5px;
}






/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {

	
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}


.navbar-active {
	
	background-color:#ffffff;
	
}







.mobileCol1 {
	
	border:2px solid #ebebeb;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-right: none;
	padding-top:50px;
	padding-bottom:50px;
	font-weight: 700;
	font-size: 15px;
}

.mobileCol2 {
	
	border:2px solid #ebebeb;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top:50px;
	padding-bottom:50px;
	font-weight: 700;
	font-size: 15px;
}




.scrollMenu {
	
	height: 100vh;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}

.scrollMenu ul li {
	
	padding-left:0px;
	margin-left:0px;
	
}


.mobileInfo {
	
	padding-left:10px;
	padding-right: 10px;
	color:#ffffff;
	font-size: 15px;
	border-top: 1px solid gray;
	margin-top:25px;
	padding-top:25px;
}


.mobileInfo a {
	
	text-decoration: none;
	color:#ffffff;
	
}

.mobileInfo span {
	color:#e8b231;
	font-weight: 700;
	display: block;
	font-size: 17px;
}

.mobileContainer {
	
	background-color:#212121;
	text-align: left;
	z-index: 99999999;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	
}


.mobileContainer ul {
	padding: 0px;
	margin:0px;
	margin-top:50px;
	
}


.mobileContainer ul li {
	list-style: none;
	margin-bottom:30px;
}


.mobileContainer ul li a {
	
	color:#ffffff;
	font-weight: 300;
	font-size: 25px;
	
}




.closeMobile {
	
	position: fixed;
	right: 30px;
	z-index: 10;
	
}





.tekbemhidden { visibility: hidden; }


.visible { visibility: visible; }







/* SUB  */




.subMenu .sm ul li a {
	
	color:#000000;
	font-size: 20px;
	margin-top:50px;
	margin-bottom:50px;

	
}

.homelogoSub {
	
	padding-top:18px;
	
}

.subMenu nav ul li a {
	
	text-shadow: none !important;
	color:#141414;      	
}

.subMenuContainer {
	
	background-color:#f4f4f4;
	padding-bottom:160px;
}

.activeSubMenu {
	
	color:#e8b231 !important;
	font-weight: 700 !important;
	
}


.subTitle {
	
	border:1px solid #dbdbdb;
	border-radius: 5px;
	background-color:#ffffff;
	padding:50px;
	padding-top:70px;
	padding-bottom:70px;
	-webkit-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	margin-top:-70px;
	background-repeat: no-repeat;
	background-position: right center;
}

.subTitle h1 {
	
	font-weight: 700;
	color:#505050;
	padding:0px; 
	margin:0px;
	font-size: 30px;
}


.subContainer {
	
	font-size: 18px;
	color:#505050;
	padding:50px;
	font-weight: 300;
	line-height: 28px;
	padding-bottom:20px;
}

.uckolon {
	
	margin-top:50px;
	margin-bottom:50px;
	
}

.uckolon h2 {
	
	font-weight: 700;
	color:#ebb431;
	font-size: 25px;
	margin-bottom:40px;
}

.uckolon p {
	
	font-size: 15px;
	line-height: 25px;
	width: 80%;
}


.degerlerimiz h2 {
	
	font-weight: 700;
	color:#ebb431;
	font-size: 25px;
	margin-bottom:100px;
	
}

.widget-header-div {
  display: flex;
  flex-wrap: wrap;
}

.degerBox {
	
	border:1px solid #dbdbdb;
	border-radius: 5px;
	background-color:#ffffff;
	padding:50px;
	-webkit-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	margin-top:-70px;
	background-image: url("../img/ok-icon.png");
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
	padding-bottom:150px;
}


.degerBox h3 {
	
	font-weight: 700;
	color:#505050;
	margin-bottom:20px;
}

.degerBox p {
	
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
}

.degerCol { 

	padding:20px;
	
}



.sonHaberlerContainer {
	background-color:#f9f9f9;
	padding-top:50px;
	padding-bottom:50px;
}

.backMenu { 
	position: absolute; 
	z-index: 2; 
	bottom:20px; 
	right: 10px;

}

.item a {
	
	color:#333 !important;
	text-decoration: none;
	
}


.urunlerContainer {
	padding-top:10px;
	padding-bottom:10px;
	position: relative;
	padding-bottom:100px;
}

.urunlerContainer h3 {
	font-weight: 700;
	color:#ebb431;
	font-size: 25px;
	margin-bottom:50px;
	margin-left:15px;
}

.sonHaberlerContainer h3 {
	
	font-weight: 700;
	color:#ebb431;
	font-size: 25px;
	margin-bottom:50px;
	margin-left:15px;
	
}

.haberCol {
	
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom:50px;
	
}

.haberCol a {
	
	text-decoration: none;
	
}


.haber-img {
	
	/* height: 190px; */
	overflow: hidden;
	
}

.haberTarihLoc { float:left; width: 50%; color:#545454; text-align: left; }


.haberCerceveTwo {
	
	
	overflow: hidden;
	border-radius: 0px;
	height: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	
}

.haberCerceveTwo:hover {
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	
	-webkit-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.5);
	box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.5);
	
	
}



.haberCerceve {
	
	overflow: hidden;
	border-radius: 5px;
	height: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
}


.haberCerceve {
	
	overflow: hidden;
	border-radius: 5px;
	height: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.2);
	
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	
}

.haberCerceve:hover {
	
	-webkit-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.6);
	box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.6);
	
	transform:scale(1.05);
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	
}

.haberCerceve a:hover {
	
	text-decoration: none !important;
	
}

.haber-cerceve {
	
	padding-left:40px;
	padding-right: 40px;
	padding-top:30px;
	padding-bottom:30px;
}

.urun-cerceve {
	
	padding-left:40px;
	padding-right: 40px;
	padding-top:30px;
	padding-bottom:30px;
}

.urun-img {
    height: 140px;
    overflow: hidden;
}









.urun-cerceve h2 {
	color:#545454;
	padding:0px;
	margin:0px;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	margin-bottom:0px;
}


.haber-cerceve h2 {
	color:#545454;
	padding:0px;
	margin:0px;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin-bottom:20px;
}

.haber-cerceve p {
	
	color:#545454;
}



.buyutec {
	background-image: url("../img/buyutec.png");
	background-position:  bottom 20px right 20px;;
	background-repeat: no-repeat;
}

.nextIcon {
	background-image: url("../img/next.png");
	background-position:  bottom 10px right 20px;;
	background-repeat: no-repeat;
}



.urunlerContainer {
	
	margin-top:40px;
	margin-bottom:0px;
	
}



.sidebar {
	
	border-radius: 10px;
	border:1px solid #dbdbdb;
	background-color:#f8f8f8;
	-webkit-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.1);
	margin-bottom:100px;
}

.sidebarIletisim{
	
	
	border-radius: 10px;
	border:1px solid #dbdbdb;
	background-color:#f8f8f8;
	-webkit-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 31px -8px rgba(0,0,0,0.1);
	margin-bottom:100px;
	padding-left:50px;
	padding-right:50px;
	padding-top:50px;
	padding-bottom:10px;
	
}

















.sidebarIletisim a {
	
	color:#333;
}


.sidebarMenu {
	
	padding-left:50px;
	padding-right:50px;
	padding-top:50px;
	padding-bottom:10px;
}


.sidebarIletisim h1 {
	
	margin:0px;
	padding:0px;
	font-size: 25px;
	font-weight: 700;
	margin-bottom:30px;
	
}


.sidebarIletisim h2 {
	
	margin:0px;
	padding:0px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom:10px;
	
}


.sidebarMenu h1 {
	
	margin:0px;
	padding:0px;
	font-size: 25px;
	font-weight: 700;
	margin-bottom:30px;
	
}

.sidebarMenu {
	
	margin-bottom:20px;
	
}


.sidebarMenu h2 {
	
	margin:0px;

	font-size: 17px;
	font-weight: 700;
	margin-bottom:10px;
	
}

.sidebarMenu ul {
	padding:0px;
	margin:0px;
	list-style: none;
	margin-bottom:30px;
}

.sidebarMenu ul li {
	
	margin-bottom:5px;
	
}

.sidebarMenu ul li a {
	
	font-size: 15px;
	color:#505050;
	font-weight: 300;
}

.urunGorsellerihref {
	
	display: block;
	background-color:#ebb431;
	padding-left:50px;
	padding-right: 50px;
	padding-top:30px;
	padding-bottom:30px;
	font-size: 20px;
	font-weight: 700;
	color:#ffffff;
	border-radius: 5px;
	
}

.urunGorsellerihref:hover {
	
	color:#505050;
	text-decoration: none;
	
}

.sidebarUlasim {
	
	padding-left:50px;
	padding-right:50px;
	padding-top:0px;
	padding-bottom:50px;
}

.sidebarUlasim h1 {
	
	margin:0px;
	padding:0px;
	font-size: 25px;
	font-weight: 700;
	margin-bottom:30px;
	
}


.sidebarUlasim p {
	
	font-weight: 700;
	color:#2b66de;
	font-size: 20px;
}

.sidebarUlasim span {
	font-weight: 700;
}


.mainTxtContent {
	
	padding-left:50px;
	padding-right:0px;	
}

.mainTxtContent h1 {
	
	font-weight: 700;
	font-size: 30px;
	color:#505050;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.mainTxtContent h2 {
	
	font-weight: 700;
	font-size: 25px;
	color:#505050;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	margin-top:25px;
	
}

.mainTxtContent h3 {
	
	font-weight: 700;
	font-size: 20px;
	color:#505050;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	margin-top:25px;
}

.mainTxtContent h4 {
	
	font-weight: 700;
	font-size: 18px;
	color:#505050;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	margin-top:25px;
}


.haberDetayLeftContainer h2 {
	
	font-weight: 700;
	font-size: 25px;
	color:#505050;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	margin-top:25px;
	
}


.haberDetayLeftContainer h3 {
	
	font-weight: 700;
	font-size: 20px;
	color:#505050;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	margin-top:25px;
}

.haberDetayLeftContainer h4 {
	
	font-weight: 700;
	font-size: 18px;
	color:#505050;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	margin-top:25px;
}

.mainTxtContent p {
	
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	
}

figcaption { text-align: center; font-style: italic; color:#9e9e9e; margin-bottom:30px; margin-top:10px; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; }


.mainTxtContent ol, li {
	
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom:10px;
	
}

.mainTxtContentHero {
	
	padding-top:10px;
	padding-bottom:15px;
	
}



/* SUB */















/*
* Media Queries
*******************/

@media only screen and (max-width : 1200px) {
	
	
	.sidebarMenu, .sidebarMenuDokumanlar, .sidebarVideo, .sidebarUlasim {
		
		padding:30px;
		
	}
	
	
	.hero---banner-menu-nav nav ul li {
		float:left;
		list-style: none;
		margin-right: 10px;
	}

	.hero---banner-menu-nav nav ul li a {
		text-shadow: 2px 1px 10px rgba(0,0,0,0.28);
		font-size: 17px;
		font-weight: 700;
	}
	
	.hero---banner-item-text {
		font-size: 30px;
		color: #ffffff;
		font-weight: 700;
		text-shadow: 2px 1px 10px rgba(0,0,0,0.28);
		line-height: 38px;
	}
	
	.hero---banner-item-text a {
		background-color:#ffffff;
		text-shadow: none;
		border-radius: 60px;
		font-size: 13px;
		padding:20px;
		padding-top:10px;
		padding-bottom:10px;
		color:#333333;
	}
	
	.col-1 {
		padding: 30px;
		padding-top: 10px;
		float: left;
		width: 50%;
	}
	
	.col-1 p {
		font-size: 13px;
		line-height: 17px;
		font-weight: 300;
	}
	
	.col-1-btn a {
		background-color:#383b44;
		border-radius: 20px;
		padding:5px;
		font-size: 11px;
		font-weight: 300;
		color:#ffffff;
		padding-left:20px;
		padding-right: 20px;
	}
	
	.katalog---bg {
		margin-bottom: 50px;
		background-color: #f2f2f2;
		padding-top: 100px;
		padding-bottom: 100px;
		background-image:none;
		background-position: top right -200px;
		background-repeat: no-repeat;
	}
	
	.urunlerhizmetler---sidebar h1 {
		font-weight: 700;
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.katalog---col h2 {
		font-weight: 700;
		font-size: 25px;
	}
	
	.katalog---col p {
		max-width: 350px;
		line-height: 23px;
		font-size: 15px;
		font-weight: 300;
	}
	
	.sub-haber-title {
		padding-top: 20px;
		font-size: 15px;
		font-weight: 700;
	}
	
	.hero-txt p {
		margin-top: 30px;
		max-width: 80%;
		font-size: 14px;
		font-weight: 300;
	}
	
	.heroh2 {
		
		font-size: 25px !important; 
	}
	
	.hero-txt {
		padding-top: 10px !important;
		padding-bottom: 0px;
	}
	
	.hero-link a {
		border:2px solid #383b44;
		border-radius: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top:5px;
		padding-bottom:5px;
		color:#383b44;
		font-weight: 500;
		font-size: 13px;
	}
	
	.sub-haber-link a {
		border: 2px solid #383b44;
		border-radius: 20px;
		font-size: 11px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 3px;
		padding-bottom: 3px;
		color: #383b44;
		font-weight: 500;
	}
	
	.ebulten-container-col {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.ebulten-cerceve h2 {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	
	.ebulten-cerceve p {
		margin-top: 20px;
		max-width: 500px;
		color: #5f5f5f;
		font-size: 13px;
	}
	
	.ebulten-cerceve input[type=text] {
		border-radius: 20px;
		border: none;
		border: 2px solid #707070;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		background: none;
		font-size: 14px;
	}
	
	.urun-cerceve {
		padding:20px;
		padding-bottom:40px;	
	}
	
	.urun-img {
		height: 110px;
		overflow: hidden;
	}
	
}

@media only screen and (max-width : 992px) {
	
	.mobileUrunler { display: inline-block; }
	
	.desktopUrunler { display: none; }
	
	.gradientBG { background:none; }
	
	.mobileInfo { padding:0px; padding-top:20px; }
	
	.sidebarIletisim { margin-bottom:50px; }
	
	.sidebar { margin-bottom: 30px; }
	
	.mainTxtContent {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.urunGorsellerihref {
		
		padding-left:20px;
		
	}
	
	.hero---banner-menu-nav { padding-top:0px; }
	
	.sub-haber-title{
		padding-left:20px;
	}
	
	.sub-haber-link {
		
		padding-left:20px;
		
	}
	
	.urunlerhizmetler---h1 {
		padding-bottom:10px;
	}
	
	
	.mobileUrunSlider { display:block !important; }
	
		
	
	
	.subMenu i { color:#000000 !important; text-shadow: none !important; display: block !important; }
	
	.desktopTutucu { display: none; }
	
	.mobileMenu { display: block !important; }
	
	.mobileUrunHizmet { display: block !important; }
	
	.urunlerhizmetler---row { display: none; }
	
	.hero---banner-menu-nav nav { display: none !important; }
	
	.sub-haber-row { padding-left:0px !important; }
	
	.hero-cerceve { border:none; overflow: visible; }
	
	.hero-cerceve img { border-radius: 20px; border:2px solid #ebebeb; }
	
	.ebulten-container {
		margin-top: 0px;
		background-color: #f7f7f7;
	}
	
	.footer-bg {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 0px;
		background-color: #383b44;
	}
	
	.hero---banner-item-text {
		
		text-align: center;
	}
	
	.mobile-menu { display: block !important; font-size: 20px; }
	
	.mobile-menu a { 
		color:#ffffff; 
		font-size: 33px; 
		padding-right: 10px;
		text-shadow: 2px 1px 10px rgba(0,0,0,0.28);
	}

	
}


@media only screen and (max-width: 767px) {
	
	.katalog---bg {
		margin-bottom: 0px;
	}
	
	.carousel-inner>.item {

		height: auto;
		background-size: cover;
		min-height:inherit;
	}
	
	.sonHaberlerContainer h3 { text-align: center; }
	
	.haberCerceve { max-width: 280px;}
	
	.haberCol { margin:0 auto; margin-bottom:20px; }
	
	.off { display: none !important; }
	
	.sidebarIletisim { padding-left:15px; padding-right: 15px; margin-bottom:30px;}
	
	
	
	.mobileContainer ul li a {
		color: #ffffff;
		font-weight: 300;
		font-size: 20px;
	}
	
	
	.mobileContainer ul li{
		margin-bottom:20px;
	}
	
	.mobileContainer {
		background-color: #212121;
		text-align: left;
		z-index: 99999999;
		width: 100vw;
		top: 0;
	}
	
	
	
	.hero-txt p {
		margin-top: 30px;
		max-width: 100%;
		font-size: 14px;
		font-weight: 300;
	}
	
	.hero-link {
    	text-align: center;
	}
	
	.sub-haber-col { text-align: center; }
	
	.hero-txt { text-align: center; }
	
	.haberler---title p {
		font-weight: 800;
		font-size: 20px;
	}
	
	.haberler---title a {
		color: #e8b231;
		font-weight: 700;
		font-size: 18px !important;
	}
	
	.footer-bg h3 {
		margin-top:0px !important;
	}
	
	.mobileH1 {
		font-size: 20px;
		font-weight: 700;
	}
	
	.urunlerhizmetler---h1 {
		font-size: 20px;
	}
	
	.is-ortaklari-container h2 {
		font-weight: 700;
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	.urunlerhizmetler-fluid {
		padding-left: 9px;
		padding-right: 9px;
	}
	

	
	.haberler---title {
		padding-left: 9px;
		padding-right: 9px;
		margin-bottom: 20px;
	}
	
	.ebulten-container-col {
   		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.ebulten-cerceve input[type=text] {
		width: 100%;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:10px;
		padding-right: 10px;
	}
	
	.is-ortaklari-container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.haberler---title a {
		color: #e8b231;
		font-weight: 700;
		font-size: 25px;
	}
	
	
	.homelogo {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.homelogo img {
		
		max-width: 120px;
		
	}
	
	
	.hero---banner-menu-nav {
		padding-top: 0px;
	}
	
	
	
	
	
	
	
	.carousel-default {
		margin-top: 68px !important;
	}
	
	
	
	.carousel-indicators {
		position: absolute;
		bottom: 5px;
		left: 50%;
		z-index: 15;
		width: 60%;
		margin-left: -30%;
		padding-left: 0;
		list-style: none;
		text-align: center;
	}
	
	.carousel-indicators li {
		display: inline-block;
		border-radius: 100px !important;
		width: 13px;
		height: 13px;
		margin: 1px;
		text-indent: -999px;
		border: 1px solid #fff;
		border-radius: 10px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0,0,0,0);
		margin-right: 5px;
	}
	
	.carousel-indicators .active {
		margin: 0;
		width: 13px;
		height: 13px;
		background-color: #fff;
		margin-right: 5px;
	}
	
	
	.hero---banner-item-text {
		font-size: 25px;
		color: #ffffff;
		font-weight: 700;
		text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.42);
		line-height: 32px;
	}
	
	.carousel-default { margin-top:82px; }
	
	
	
	
	
	
	
	
	
	
	
	.hero---banner-item { padding-top:50px !important; padding-bottom:50px !important; }

	
	
	.sidebar {
		margin-bottom: 20px;
	}
	
	.urunlerContainer {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	
	.hero---banner-menu  {
	
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.hero---banner-item {
		
		padding-left: 10px;
		padding-right: 10px;	
	}
	
	.container {
		
		padding-left: 10px;
		padding-right: 10px;	
	}
	
	.katalog---bg {
		padding-left: 9px;
		padding-right: 9px;
		padding-top:30px;
		padding-bottom:30px;
		background-image:none;
		background-color:#f1f1f1;
		text-align: left !important; 	
	}
	
	.katalog---col {
		max-width: 100%;
		padding:10px;
	}
	
	.katalog---col p {
		max-width: 100% !important;
		line-height: 23px;
		font-size: 15px;
		font-weight: 300;
	}
	
	
	.hero---banner-item {
		padding-top: 250px;
		padding-bottom:250px;
	}
	
	
}


@media only screen and (max-width : 580px){
	
	
	.wp-block-media-text__content {
		
		padding-left:0px !important;
		padding-right: 0px !important; 
	}
	
	.urunGorsellerihref {
		display: block;
		background-color: #ebb431;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
		font-weight: 700;
		color: #ffffff;
		overflow: hidden;
	}
	
	.mainTxtContent ol, li {
		font-size: 16px;
		font-weight: 300;
		line-height: 25px;
		margin:0px;
		margin-left:5px;
		padding:0px;
		margin-bottom:10px;
	}
	
	.mainTxtContent ul, li {
		font-size: 16px;
		font-weight: 300;
		line-height: 25px;
		margin:0px;
		margin-left:10px;
		padding:0px;
		margin-bottom:10px;
	}
	
	.sidebarMenu {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.sidebarMenuDokumanlar {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.sidebarVideo {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.sidebarUlasim {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	
	.sub-haber-title {
		padding-left: 0px;
	}
	
	.sub-haber-link {
		padding-left: 0px;
	}
	
	.urunlerhizmetler---h1 {
		padding-bottom:10px;
	}
	
	.hero---banner-item {
		padding-top: 150px;
		padding-bottom:100px;
	}
	
	.hero---banner-item-text {
		font-size: 20px;
		color: #ffffff;
		font-weight: 700;
		text-shadow: 2px 1px 10px rgba(0,0,0,0.28);
		line-height: 25px;
	}
	
	.homelogo img {
		
		max-width: 150px;
	}
	
	
	.hero-txt p {
		margin-top: 30px;
		max-width: 100%;
		font-size: 14px;
		font-weight: 300;
	}
	
	.hero-link { text-align: center; }
	
	.footerUrunler { display: none; }
	
	
	
	/*SUB PAGE */
	
	.degerCol {
		padding: 10px;
	}
	
	.subTitle {
		
		background-position: center right -50px
	}
	
	.subTitle h1 {
		font-weight: 700;
		color: #505050;
		padding: 0px;
		padding-left:10px;
		margin: 0px;
		font-size: 20px;
	}
	
	.subContainer {
		padding-left:20px;
		padding-right: 20px;
		font-size: 15px;
		line-height: 23px;
	}
	
	.uckolon {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.uckolon h2 {
		font-weight: 700;
		color: #ebb431;
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	.degerlerimiz h2 {
		font-weight: 700;
		color: #ebb431;
		font-size: 20px;
		margin-bottom: 50px;
	}
	
	.degerBox {
		padding:40px;
		padding-bottom:100px;
	}
	
	.degerBox p {
		font-weight: 300;
		font-size: 13px;
		line-height: 20px;
	}
	
	
	.sonHaberlerContainer {
		background-color: #f9f9f9;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.haber-cerceve h2 {
		color: #545454;
		padding: 0px;
		margin: 0px;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	
	.haber-cerceve p {
		color: #545454;
		font-size: 13px;
	}
	
	
	.mainTxtContent {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.mainTxtContent h1 {
		font-weight: 700;
		font-size: 20px;
		color: #505050;
		margin: 0px;
		padding: 0px;
		margin-bottom: 30px;
	}
	
	.mainTxtContent p {
		font-size: 15px;
		font-weight: 300;
		line-height: 25px;
	}
	
	.sonHaberlerContainer h3 {
		text-align: center;
	}
	
	

}


@media only screen and (max-width : 520px) {
	
	.carousel-inner>.item {

		height: auto;
		background-size: cover;
		min-height: 300px;
	}
	
	.subMenuContainer {
		background-color: #f4f4f4;
		padding-bottom: 130px;
	}
	
}


@media only screen and (max-width : 480px) {


}

@media only screen and (max-width : 370px){


}

@media only screen and (max-width : 320px) {


}


@media only screen and (min-width : 1200px) {



}

@media only screen and (min-width : 1360px) {


}

@media only screen and (min-width : 1439px) {


}

@media only screen and (min-width : 1599px) {



}


