/*--------------------------------- EMBED FONTS ---------------------------*/


@font-face {
	font-family: 'barlowblack';
	src: url('../fonts/barlow-black-webfont.eot');
	src: url('../fonts/barlow-black-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/barlow-black-webfont.woff2') format('woff2'),
	url('../fonts/barlow-black-webfont.woff') format('woff'),
	url('../fonts/barlow-black-webfont.svg#barlowblack') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'barlowbold';
	src: url('../fonts/barlow-bold-webfont.eot');
	src: url('../fonts/barlow-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/barlow-bold-webfont.woff2') format('woff2'),
	url('../fonts/barlow-bold-webfont.woff') format('woff'),
	url('../fonts/barlow-bold-webfont.svg#barlowbold') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'barlowlight';
	src: url('../fonts/barlow-light-webfont.eot');
	src: url('../fonts/barlow-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/barlow-light-webfont.woff2') format('woff2'),
	url('../fonts/barlow-light-webfont.woff') format('woff'),
	url('../fonts/barlow-light-webfont.svg#barlowlight') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'barlowmedium';
	src: url('../fonts/barlow-medium-webfont.eot');
	src: url('../fonts/barlow-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/barlow-medium-webfont.woff2') format('woff2'),
	url('../fonts/barlow-medium-webfont.woff') format('woff'),
	url('../fonts/barlow-medium-webfont.svg#barlowmedium') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'barlowregular';
	src: url('../fonts/barlow-regular-webfont.eot');
	src: url('../fonts/barlow-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/barlow-regular-webfont.woff2') format('woff2'),
	url('../fonts/barlow-regular-webfont.woff') format('woff'),
	url('../fonts/barlow-regular-webfont.svg#barlowregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'barlowsemibold';
	src: url('../fonts/barlow-semibold-webfont.eot');
	src: url('../fonts/barlow-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/barlow-semibold-webfont.woff2') format('woff2'),
	url('../fonts/barlow-semibold-webfont.woff') format('woff'),
	url('../fonts/barlow-semibold-webfont.svg#barlowsemibold') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'barlowthin';
	src: url('../fonts/barlow-thin-webfont.eot');
	src: url('../fonts/barlow-thin-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/barlow-thin-webfont.woff2') format('woff2'),
	url('../fonts/barlow-thin-webfont.woff') format('woff'),
	url('../fonts/barlow-thin-webfont.svg#barlowthin') format('svg');
	font-weight: normal;
	font-style: normal;

}

body {
	font-family: "barlowregular", sans serif;
	height: auto;
}
input {
	border: none;
}
.font-alt {
	font-family: 'barlowbold', sans serif;
	text-transform: unset;
	letter-spacing: 0;
}

.hs-line-11 {
	letter-spacing: .05em;
	color: #fff;
	line-height: 40px;
}


.works-filter {
	letter-spacing: .1em;
	font-size: 16px;
}
.ci-title {
	letter-spacing: 1px;
}

/*------------------------------- MARGİN ve PADDİNGLER ---------------------------------*/

.nav-logo-wrap .logo img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ml-0 {
	margin-left: 0 !important;
}
.ml-35 {
	margin-left: 35px !important;
}
.mt-75 {
	margin-top: 75px;
}
.local-scroll a {
	margin: 0;
}
.ptb-100 {
	padding: 100px 0!important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-100 {
	padding-top: 100xp!important;
}
.pb-40{
	padding-bottom: 40px !important;
}

/*--------------------------- MENU ---------------------------------*/

.inner-nav {
	float: left;
	margin-left: 100px;
}
.inner-nav ul {
	font-size: 13px;
	line-height: 90px;
}

.bdr-nav-right {
	float: right;
}
.bdr-nav-right ul {
	font-size: 22px;
}
.small-height {
	height: 90px!important;
}
.inner-nav ul li {
	margin-left: 90px;
}
.full-wrapper {
	margin: 0 5%;
}

/*-------------------------- SLİDER --------------------------------*/

.bg-dark-alfa-90:before, .bg-dark-alfa-90 .YTPOverlay:before{
	background:transparent;
}
.home-text {
	text-align: left;
}


/*---------------------------------- SECTİONLAR ------------------------*/

.bdr-filter {
	width: 66.66666667%;
	text-align: left;
	padding-left: 5%;
}
.bdr-filter a {
	font-family: 'barlowbold', sans serif;
	color: #fff;
	border: 3px solid #e42f1d;
	border-radius: 20px;
	padding: 3px 17px;
	background: #e42f1d;
}
.bdr-filter a:hover {
	color: #000;
	background: #fff;
	border: 3px solid #fff;
}

.bdr-filter-vid  video{
	max-width: 100%;
}
.bdr-overlay {
	height: 700px;
}
.bdr-overlay:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .8);
}
.page-section, .small-section {
	background-position: top;
}

/*----------------------------- COLOR -------------------------*/

.bg-dark {
	background: #000;
}
.main-nav.dark {
	background-color: #000; 
}
.black-p {
	color: #000 !important;
}
.bdr-list ul li {
	color: #000;
}
.bg-dark-alfa-70:before, .bg-dark-alfa-70 .YTPOverlay:before {
	background-color: #000;
}
.bdr-bg:before {
	background-color: #000;
}

/*------------------------------------------- ÜRÜNLER --------------------------------------*/
.bdr-urun-table{
	display: table;
	
}
.bdr-urun {
	display: table-cell;
	text-align: center;
	border: 2px solid #00000020;
	padding: 0 15px;
	transition: all .5s linear;
}
.bdr-urun:hover {
	box-shadow: 1px 1px 15px #5f5f5f70;
	transition: all .5s linear;
}
.bdr-urun-detay {
	display: table-cell;
	border: none;
	padding: 0 15px;
	width: 100%;
}
.bdr-urun-detay img {
	max-width: 400px;
	display: inline-block;
}
.bdr-urun-inline {
	display: inline-block;
	margin-bottom: 0;
}

.bdr-urun img {
	max-width: 300px;
	display: inline-block;
}
.bdr-urun-cizim img {
	max-width: 600px;
	display: inline-block;
}
.bdr-item {
	display: block;
	
	text-align: center;	
}
.bdr-content-info {
	padding: 0 30px;
	margin-bottom: 75px;
}
.content-title {
	font-size: 45px;
}
.bdr-content-col {
	clear: none !important;
	padding-left: 100px;
	color: #000;
}
.bdr-content-text {
	font-size: 18px;
}
.detay-p p {
	line-height: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*------- animasyon -----*/
.chart {
	position: relative;
	display: inline-block;
	color: #999;
	font-size: 20px;
	text-align: center;
}

.chart figcaption {
	position: absolute;
	left: 0;
	top: 38px;
	padding: 50px 25px;
	width: 205px;
	height: 204px;
	border: 7px solid #f0f0f0;
	border-radius: 50%;
	line-height: 50px;
}

.chart img {
	position: absolute;
	max-width: 200px;
	max-height: 200px;
	background: transparent;
}
/* END Container styles */

/* Colors for the circles and positions for the graphics */
.html {
	top: 50px;
	left: 0;
}

.html + svg .outer {
	stroke: #e42f1d;
}


.chart svg {
	position: relative;
	top: 0;
	left: 0;
}

.outer {
	fill: transparent;
	stroke: #333;
	stroke-width: 4;
	stroke-dasharray: 628;
	transition: stroke-dashoffset 1s;
	-webkit-animation-play-state: running;
	
	/* firefox bug fix - won't rotate at 90deg angles */
	-moz-transform: rotate(-89deg) translateX(-190px);
}

.chart:hover .outer {
	stroke-dashoffset: 0 !important;
	-webkit-animation-play-state: paused;
}
/* END Circle colors and graphic positions */


/* Set the initial values for the animation */
.chart[data-percent='100'] .outer {
	stroke-dashoffset: 628;
	-webkit-animation: show100 2s;
	animation: show100 2s;
}


/* END set initial animation values */

/* Keyframes for the initial animation */
@-webkit-keyframes show100 {
	from {
		stroke-dashoffset: 0;
	}
	
	to {
		stroke-dashoffset: 537;
	}
}

@keyframes show100 {
	from {
		stroke-dashoffset: 0;
	}
	
	to {
		stroke-dashoffset: 537;
	}
}


.post-prev-title {
	font-family: "barlowmedium", sans serif;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-align: left;
}
.post-prev-title a {
	color: #000;		
}
/*------------------------------------- FOOTER -------------------------------------------------*/

.bdr-footer {
	float: right;
}
.bdr-footer-alt {
	float: left;
	margin-right: 75px;
	font-size: 15px;
}
.bdr-footer-alt a {
	margin-right: 15px;
}
.bdr-footer-ust {
	padding: 0 ;
}
a.link-to-top{
	right: 50%;
}
.footer-copy {
	letter-spacing: 1px;
}
.footer-social-links a:hover:before {
	background: transparent;
	color: #000;
}
.footer-social-links a:before {
	border:none;
}
.footer-social-links {
	font-size: 21px;
}
.footer-social-links a:hover {
	color: #000;
}
/*------------------------------------- GENEL AYARLAR --------------------------*/

.float-left
{
	float: left !important;
}
p {
	line-height: 20px;
	color: #fff;
}


.banner-heading {
	letter-spacing: 0;
}

.text h3 {
	font-size: 32px;
}
.fixed-bottom-nav {
	display: none;
}
.bdr-baglanti-table {
	display: flex;
	justify-content: center;
}
.bdr-urun-baglanti {
	width: 100px;
	height: 100px;
}
.product-aside-teklif-button {
	border: 1px solid #000;
	border-radius: 4px;
	padding: 8px 30px;
	margin-bottom: 40px;
	background: #000;
	color: #fff;
	display: block;
	text-decoration: none;
	transition: all .2s linear;
}
.product-aside-teklif-button span {
	float: right;
}
.product-aside-teklif-button:hover {
	background: #ccc;
	border: 1px solid #ccc;
	color: #000;
	text-decoration: none;
}
.product-aside-pdf {
	border: 1px solid #c9c9c9;
	padding: 30px 22px 28px;
	border-radius: 3px;
}
.product-pdf-title {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: .5px;
}
.product-pdf-content {
	margin-top: 40px;
	
}
.product-pdf-link,
.product-pdf-link:hover {
	text-decoration: none;
}

.product-pdf-content i {
	margin-right: 15px;
}
.offer-main {
	border-right: 1px solid #ccc;
}
.offer-main input {
	width: 100%;
	padding: 10px 10px;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.radio-btn-bdr input {
	width: auto;
}
::placeholder {
	color: #000;
	opacity: .7;
}
.radio-btn-bdr label {
	margin: 0 25px 0 5px;
}
.form-flex {
	display: flex;
}
.offer-message textarea{
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.offer-submit {
	display: flex;
	justify-content: flex-end;
	margin-top: 25px;
}
.offer-submit button {
	padding: 10px 30px;
	border: 1px solid #000;
	color: #fff;
	background: #000;
	transition: all .2s linear;

}
.offer-submit button:hover {
	background: #e7e7e7;
	border: 1px solid #000;
	color: #000;
}
.offer-form-table {
	display: table;
}
.offer-form-table,
.offer-form-table div {
	padding: 0 15px 0 0;
}
.offer-aside p {
		color: #000;
		font-size: 14px;
		line-height: 25px;
}
.offer-aside p a {
	text-decoration: none;
}

.slide-mo {
	display: none;
}

.group-btn {
	width: 100%;
	float: left;
	display: inline-block;
	margin-top:50px;
	outline: none;
}
.group-btn a i {
	margin-right: 5px;
}
.group-btn a:nth-child(1) {
	padding: 5px 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	outline: none;
	text-decoration: none;
}
.group-btn a:nth-child(2) {
	padding: 5px 20px;
	border: 1px solid #ccc;
	outline: none;
	margin-right: -4px;
	margin-left: -4px;
	text-decoration: none;
}
.group-btn a:nth-child(3) {
	padding: 5px 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	outline: none;
	text-decoration: none;
}
.caption p {
	margin: 0 !important;
	line-height: 75px;
}
.news-bdr {
	list-style: none;
	display: block;
	float: left;
	padding: 0 15px;
	max-height: 1050px;
	overflow: hidden;
}
.news-bdr li {
	padding: 10px;
}
.news-bdr li img{
	width: 100%;
}

.news-bdr li:nth-child(1) {
	width: 33.33%;
}
.news-bdr li:nth-child(2) {
	width: 33.33%;
}
.news-bdr li:nth-child(3) {
	width: 33.33%;
}
.news-bdr li:nth-child(4) {
	width: 66.66%;
}
.news-bdr li:nth-child(5) {
	width: 33.33%;
}
.banner-content {
	padding: 100px 50px;
	text-align: left;
	
}
.banner-content p,
.banner-content h2 {
	color: #000;
}
.banner-content h2 {
	font-size: 42px;
}
.banner-content p {
	font-size: 16px;
	line-height: 25px;
	color: #0000009e;
}
.more-btn a {
	border: 2px solid #f00100;
	color: #000;
	background: #fff;
	height: auto;
	padding: 8px 37px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.more-btn a:hover {
	background: #f00100;
	color: #fff;
}
.bdr-filter-vid {
	padding: 0 40px;
}
.bulten-container {
	background-color: #cccccc40;
	padding: 50px 25px;
	text-align: left;
}
.bulten-container h1 {
	margin-bottom: 0;
}
.bulten-container p {
	color: #0006;
}
.bdr-bulten-input input {
	width: 95%;
	padding: 15px;
}
.bdr-bulten-input button {
	width: 4%;
	padding: 15px;
	border: none;
}
.footer-list,
 {
	padding: 15px 40px;
} 
.footer-about p {
	color: #0000009e;
	text-align: left;
	font-size: 15px;
	letter-spacing: 1px;
}
.footer-list ul {
	list-style: none;
	text-align: left;
	padding: 0;
	font-size: 15px;
	color: #0000009e;
	letter-spacing: 1px;
}
.footer-list h2,
.footer-about h2 {
	text-align: left;
}
.copy-text {
	padding: 15px;
	text-align: left;
	color: #0000009e;
	margin: 15px auto;
}
.about-text-500 {
	width: 625px;
	margin: 0 auto;
}
.about-text-900 h2 {
	width: 900px;
	float: none;
	margin: 0 auto;
	font-size: 38px;
	line-height: 50px;
	text-align: center;
	color: #000;
}
.about-text-900 h2.color-white {
	color: #fff;
}
.line-vertical {
	width: 2px;
	height: 100px;
	background-color: #f00100;
	margin: 0 auto;
	display: block;
}
.text-wel {
	display: block;
	font-size: 20px;
	text-transform: capitalize;
	text-align: center;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
	margin-top: 15px;
}
.about-second-col {
	margin-top: 100px;
	padding-left: 60px;
	padding-right: 60px;
}
.about-second-col p {
	color: #000;
	font-size: 22px;
	line-height: 30px;
}
.about-second-col p.color-white {
	color: #fff;
}
.about-ico {
	display: block;
	text-align: center;
	font-size: 72px;
	margin-bottom:50px;
	color: #000000a6;
}
.flex-row {
	display: flex;
}
.flex-cont {
	display: flex;
	justify-content: center;
	width: auto;
}
.flex-prod-menu ul{
	list-style: none;
	text-align: left;
}
.flex-prod-menu ul li a{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.footer-col {
	width: 33.33%;
}
.footer-social {
	display: table;
	margin: 25px 0;
}
.footer-social a i {
	font-size: 25px;
	color: #fff;
	margin: 0 8px;
}
.footer-logo img {
	width: 100%;
}
.flex-row .col-lg-6.col-md-6:last-child {
	background-color: #cb0907;
	padding: 80px;
}
.flex-footer-adr {
	display: flex;
}
.flex-footer-adr .ico {
	display: inline-flex;
	font-size: 25px;
	font-weight: 700;
	color: #ff9a99;
	margin-right: 15px;
}
.flex-footer-adr .conte p{
	color: #fff;
	font-size: 16px;
	text-align: left;
}
.flex-footer-conta {
	display: flex;
	align-items: center;
}
.flex-footer-conta ul {
	list-style: none;
	width: 50%;
	padding: 0;
}
.contact-form-btn {
	width: 50%;
	display: flex;
	flex-flow: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.contact-form-btn a {
	color: #ff9a99;
}
.btn-footer-content {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #ff9a99;
	border: 1px solid #ff9a99;
	border-radius: 3px;
	line-height: 40px;
	margin-bottom: 15px;
}
a.btn-footer-content:hover {
	text-decoration: none;
	background-color: #fff;
	color: #f00100;
	cursor: pointer;
}

.flex-footer-conta ul li{
	display: flex;
	margin-bottom: 12px;
	align-items: center;
}
.flex-footer-conta ul li .ico {
	display: inline-flex;
	font-size: 25px;
	font-weight: 700;
	color: #ff9a99;
	margin-right: 15px;
}
.flex-footer-conta ul li .conte p {
	color: #fff;
	font-size: 16px;
	text-align: left;
	margin: 0;
}
.about-deger-col {
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
}
.deger-list {
	text-align: center;
	flex: 0 0 20%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.deger-list span {
	color: #f00100;
	font-size: 17px;
	font-weight: 700;
}
.deger-list-item {
	width: 50px;
	height: 70px;
	position: relative;
	display: flex;
	margin: 0 auto 20px;
	align-items: center;
}
.deger-list-item img{
	max-width: 100%;
}
.about-deger-col .deger-list:nth-child(1) {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.about-deger-col .deger-list:nth-child(2) {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.about-deger-col .deger-list:nth-child(3) {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.about-deger-col .deger-list:nth-child(4) {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.about-deger-col .deger-list:nth-child(5) {
	border-bottom: 1px solid #ddd;
}
.about-deger-col .deger-list:nth-child(6) {
	border-right: 1px solid #ddd;
}
.about-deger-col .deger-list:nth-child(7) {
	border-right: 1px solid #ddd;
}
.about-deger-col .deger-list:nth-child(8) {
	border-right: 1px solid #ddd;
}
.about-deger-col .deger-list:nth-child(9) {
	border-right: 1px solid #ddd;
}
.about-deger h2{
	letter-spacing: 3px;
}
.about-deger span {
	display: block;
	text-align: center;
	font-size: 24px;
	font-style: italic;
	margin-top: 35px;
}
.row-main-about {
	display: flex;
	flex-wrap: wrap;
}
.about-img-items {
	display: flex;
}
.catalog {
	width: 40%;
	margin-right: 25px;
	background-color: #b80713;
}
.about-gif {
	width: 60%;
}
.catalog a {
	overflow: hidden;
	display: block;
	position: relative;
	height: 100%;
	text-decoration: none;
}
span.bg-book {
	position: absolute;
	bottom: -8px;
	left: -65px;
}
span.bg-book i {
	font-size: 200px;
	opacity: .1;
}
span.text-content {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	height: 100%;
}
.text-content i {
	font-size: 50px;
}
.main-about-title {
	font-family: system-ui;
	font-size: 70px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 25px;
	color: #e5e5e5;
}
.about-us-col h3 {
	margin-top: 0;
	font-family: 'barlowbold', sans-serif;
	font-size: 26px;
	line-height: 26px;
}
.about-us-col p {
	color: #000;
	letter-spacing: 1px;
	font-size: 14px;
}


/*============= SWİPER ============*/

.SwiperSection .prod-slide-container {
	padding: 100px 0;
	height: 100%;
}

.prod-swiper-col {
	height: 400px;
	transition: all .5s linear;
}

.SwiperSlider .swiper-slide-active .prod-swiper-col {
	transform: scale(1.4, 1.4);
	z-index: 9;
	box-shadow: 0 7px 11px 0 #000000ba;
	display: flex;
	align-items: center;
	justify-content: center;
}
.SwiperSlider .swiper-slide-active {
	z-index: 99;
}
.prod-swiper-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.swiper-slide-active .swiper-text {
	opacity: 0;
	visibility: hidden;
	top: 0;
	margin-top: -10px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	z-index: 9999999;
}
a.swiper-text {
	position: absolute;
	bottom: 0;
	vertical-align: middle;
	z-index: 9;
	left: -70px;
	right: -70px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all .5s linear;
	height: auto;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-prev i,
.swiper-button-next i{
	color: #f00100;
	background: #fff;
	font-size: 22px;
	padding: 8px;
	border: 1px solid #f00100;
	border-radius: 50%;
	transition: all .2s linear;
}

.swiper-button-prev:hover i,
.swiper-button-next:hover i{
	background: #f00100;
	color: #fff;
	border: 1px solid #fff;

}
.navbtn-swiper {
	position: absolute;
	top: 50%;
	left: 25px;
	right: 25px;
}
.texture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	background: url(../images/img/icon/texture.png);
}
.prod-swiper-title {
	font-size: 42px;
	font-family: 'barlowbold', sans-serif;
	font-weight: 900;
	margin: 25px 0;
	color: #e52f1c;
}
.link-btn {
	display: inline-flex;
	justify-content: initial;
	height: auto;
	width: 175px;
	position: relative;
	overflow: hidden;
	transition: all .2s linear;
	align-items: center;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
}
.swiper-slide i {
	width: 40px;
	height: 40px;
	color: #e52f1c;
	font-size: 21px;
	left: -120px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 3px;
	background: #e5e5e596;
	transition: all .2s linear;
	text-decoration: none;
}
.link-btn:hover {
	text-decoration: none;
}
.link-btn:hover span {
	background: #e52f1c;
	color: #fff;
	left: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.link-btn:hover i {
	background: #e52f1c;
	color: #fff;
	left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

span.btn-detay {
	position: relative;
	height: 100%;
	top: 0;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
	font-size: 14px;
	font-family: 'barlowbold', sans-serif;
	display: inline-block;
	border-radius: 3px;
	background: #ddd;
	width: auto;
	padding: 0 25px;
	left: -130px;
	user-select: none;
	transition: all .2s linear;

}
.bdr-color-bg {
	background-color: #f00100;
}
.rbr {
	border-right: 2px solid #f00100
}
.owl-next {
	color: #fff;
}
.owl-next:before {
	background: #f00100;
}

.table-striped {
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 0 20px #ccc;
    table-layout: fixed;
}
.table-striped tr th {
    padding: 15px;
    color:#fff;
    background: #e52f1c;
}
.table-striped tr td {
    padding: 15px;
    line-height: normal;
}
.table-striped tr td img {
    height: 60px!important;
    margin-right: 20px;
}
  .table-striped tr td .img-container img {
   cursor: zoom-in;
}
a {
    text-decoration: none;
}
.d-text-none {
    display: none;
}
.swiper-slide p {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-top: 50px;
}


/*============= LİST =============*/


ul.list-location {
	list-style: none;
	padding: 0;
}
ul.list-location li:before {
	content: "\2022";
  	color: red;
  	font-weight: bold;
  	display: inline-block; 
  	width: 1em;
  	margin-left: -1em;
}











