@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese");
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,500;0,700;1,100;1,500;1,700&family=Courgette&family=Khand:wght@300;400;500;600&family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
body {
	/*
		font-family: 'Barlow Condensed', sans-serif;
font-family: 'Courgette', cursive;
font-family: 'Khand', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
	*/
	font-family: "Barlow Condensed", sans-serif;
	background: url(../images/dot_bg.png) !important;
}

a,
a:active,
a:focus {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active {
	color: #1f1f1f;
	text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none !important;
}

b,
strong {
	font-weight: 600;
}

section {
	padding: 30px 0px;
}

p {
	margin-bottom: 0px;
}

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

ul li {
	list-style: none;
	padding: 0px;
}

h1,
h2,
h3,
h1,
h2,
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

::selection {
	color: #000;
	background: #dbdbdb;
}

::-moz-selection {
	color: #000;
	background: #dbdbdb;
}

::-webkit-input-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
}

::-moz-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	opacity: 1;
}

:focus {
	outline: 0 !important;
}

header {
	position: relative;
	/* height: 100px; */
	/* background: #f1f1f1; */
	/* background-size:100%; */
	/* background-attachment: fixed; */
	/* top: 0; */
	/* z-index: 9999; */
}

header .container {
	position: relative;
}

header .logo {
	padding: 12px 0;
	position: relative;
}
.logo img {
	height: 76px;
}
header nav.menu {
	padding: 23px 0px;
	position: absolute;
	right: 0px;
	/* top:25px; */
}

header nav.menu ul {
	float: left;
	margin-left: 10px;
}

header nav.menu ul li a {
	font-family: "Barlow Condensed", sans-serif;
	padding: 12px 10px;
	font-weight: 400;
	display: table;
	font-size: 16px;
	transition: .3s;
}

header nav.menu ul li a:hover {
	color: #3986c7;
	
}

header nav.menu #menuList li {
	float: left;
	padding: 0px;
}

header nav.menu #menuList .katalog a {
	background: #3986c7;
	color: #fff;
	transition: .5s;
	padding: 10px;
	border: 1px solid #3986c7;
	/* margin-top: 4px; */
	border-radius: 30px;
	font-weight: 500 !important;
}

header nav.menu #menuList .katalog a:hover {
	background: #3d444c;
	border: 1px solid #3a4149;
	color: #3986c7;
}

header nav.menu #menuSosyal li {
	float: left;
}

header nav.menu #menuSosyal li a {
	padding: 5px;
	position: relative;
	top: 4px;
}

header nav.menu .dropdownLang {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	top: 6px;
}

header nav.menu .dropdownLang:hover .dropdown-content {
	display: block;
}

header nav.menu .dropdownLang .dropbtn {
	color: white;
	font-size: 13px;
	border: none;
	border: 1px solid #000;
	background: transparent;
	color: #000;
	line-height: 28px;
}

header nav.menu .dropdownLang .dropdown-content {
	display: none;
	width: 70px;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}

header nav.menu .dropdownLang .dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 7px;
	border-top: 1px solid #eee;
}

header nav.menu .dropdownLang .dropdown-content a:hover {
	background-color: #ddd;
}

header .dropdownList {
	position: relative;
	display: inline-block;
}

header .dropdownList:hover .dropdown-contentList {
	display: block;
}

header .dropdownList .dropbtnList {
	font-family: "Barlow Condensed", sans-serif;
	padding: 0px 8px;
	font-weight: 600;
	display: table;
	font-size: 14px;
	border: none;
	background: transparent;
	color: #000;
	text-transform: uppercase;
	transition: .5s;
}

header .dropdownList .dropdown-contentList {
	display: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	transition: .5s;
	min-width: 195px;
}
header .dropdownList .dropdown-contentList a {
	color: #333;
	text-decoration: none;
	display: block !important;
	padding: 8px 12px;
	border-top: 1px solid #eee;
	width: 100%;
	text-transform: uppercase;
}

header .dropdownList .dropdown-contentList a:hover {
	background-color: #3d444c;
	color: #fff;
	border:none;
}

.slider {
	padding: 0px;

}

.slider #owl-slider .owl-nav {
	position: absolute;
	bottom: 20%;
	right: 5%;
}

.slider #owl-slider .owl-nav .owl-prev {
	right: 0;
}

.slider #owl-slider .owl-nav .owl-next {
	left: 0;
}

.slider #owl-slider .owl-nav button {
	position: absolute;
	color: #fff;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 30px;
}

.slider #owl-slider .owl-nav button:hover {
	background: #f9f9f9;
	color: #000;
}

.slider #owl-slider .owl-dots {
	position: absolute;
	right: 0%;
	top: 50%;
	transform: rotate(90deg);
}

.slider #owl-slider .owl-dots .active span {
	border-color: #fff !important;
}

.slider #owl-slider .owl-dots button span {
	background: transparent;
	border: 3px solid rgba(255, 252, 252, 0.5);
}

.slider #owl-slider .icSlider {
	background-repeat: no-repeat !important;
	width: 100%;
	height: 450px;
	background-size:100% !important;
	background-attachment: fixed;
}

.slider #owl-slider .icSlider .container {
	position: relative;
	display: table;
	height: 100%;
}

.slider #owl-slider .icSlider .text {
	position: absolute;
	left: 0px;
	top: 50%;
	color: #fff;
	background:rgba(0,0,0,0.3);
	transform: translateY(-50%);
	padding:15px;
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
}

.slider #owl-slider .icSlider .text h2 {
	font-size: 35px;
	font-weight: 600;
}

.slider #owl-slider .icSlider .text b {
	font-style: italic;
	font-weight: 100;
	font-size: 35px;
}

.aboutHome {
	padding: 100px 0px;
	position: relative;
}


.aboutHome:before {
	width: 33.33%;
	content: '';
	text-transform: uppercase;
	position: absolute;
	left: 0px;
	height: 100%;
	top: 0;
	background: url('../images/solBg.jpg') no-repeat left center;
	background-size: cover;
	z-index: -1;
}

.aboutHome:after {
	width: 70%;
	content: '';
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0;
	background-image: url(../images/linner.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	z-index: -1;
}

.aboutHome .text span {
	margin-bottom: 10px;
	display: table;
	color: #333333;
	font-size: 18px;
	font-weight: 300;
}

.aboutHome .text h2 {
	color: #3986c7;
	font-weight: 400;
	font-size: 45px;
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom: 0;
}

.aboutHome .text h2 b {
	font-weight: 900;
}

.aboutHome .text p {
	margin-bottom: 30px;
	color: #333;
}

.aboutHome .text a {
	padding: 9px 20px;
	background: #3986c7;
	color: #ffffff;
	font-size: 14px;
	transition: .3s;
	border: 1px solid transparent;
	border-radius:30px;
}

.aboutHome .text a:hover {
	border: 1px solid #323a4a;
	color: #323a4a;
	background: transparent;
}

.videoOynat {
	position: absolute;
	top: 50%;
	left: 0;
	display: block !important;
	width: 33.33%;
	text-align: center;
	transform: translate(0, -50%);
	z-index: 2;
}

.videoOynat .haricilink {
	display: block;
	background:#fff;
	padding:30px 20px;
	width:75%;
	margin:0 auto;
	box-shadow: 0px 0px 30px rgba(0,0,0, .2);
	
}
.videoOynat .haricilink a.links {
	padding: 8px 20px;
	background: #3986c7;
	color: #ffffff;
	font-size: 14px;
	transition: .3s;
	border: 1px solid transparent;
	border-radius:30px;
	margin-top:20px;
	cursor: pointer;
}

.videoOynat .haricilink a.links:hover {
	border: 1px solid #323a4a;
	color: #323a4a;
	background: transparent;
}


.homeUrunler {
	padding: 0;
	position: relative;
	display: table;
	width: 100%;
	background: #f1f1f1;
}

.homeUrunler .right {
	width: 100%;
}

.homeUrunler .right ul {
	width: 100%;
	display: table;
}

.homeUrunler .right ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	background: #f1f1f1;
	position: relative;
	overflow: hidden;
	transition: .3s;
}

.homeUrunler .right ul li a {
	display: table;
	width: 100%;
	height: 100%;
}

.homeUrunler .right ul li a img {width: 100.5%;opacity: .8;transition: .3s;}

.homeUrunler .right ul li a h2 {
	width: 100.5%;
	background: rgba(44, 41, 49, 0.7);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	transition: .3s;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	padding: 15px 0;
}

.homeUrunler .right ul li a:hover h2 {
	padding: 25px 0;
	background: rgba(44, 41, 49, 1);
}

.homeUrunler .right ul li a:hover img {
	opacity: 1;
}

.homeUrunler .right ul li:hover {
	-webkit-box-shadow: 0px 0px 50px -2px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 50px -2px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 50px -2px rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.contdown {
	padding-top: 25px;
	padding-bottom: 0;
	position: relative;
	background: #efefef;
}
.planindex {
	padding-top:25px;
	padding-bottom: 0;
	position: relative;
	background: #3f8dcf;
	text-align: center;
}

.planinfo {
	color:#fff;
	font-weight: 300;
	border: 1px solid #2c80c7;
	padding:15px;
}
.planinfo img {
	padding: 20px;
	border: 1px solid #ffffff;
	border-radius: 64px;
}
.planinfo h2 {
	display: block;
	/* border-top:1px solid #3986c7; */
	margin-top: 11px;
}
.part-item {
	border: 1px solid #ddd;
	padding: 15px;
}

.part-item img {
	width: 100%;
}

.news-block {
	position: relative;
}

.news-block .inner-box {
	position: relative;
	border: 1px solid #ddd;
	padding: 10px;
}

.news-block .inner-box .image {
	position: relative;
	background-color: #0b0b0b;
	overflow: hidden;
}

.news-block .inner-box img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.news-block .inner-box:hover .image img {
	opacity: 0.7;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block .inner-box .lower-box {
	position: relative;
	padding-top: 10px;
	text-align: center;
}

.news-block .inner-box .lower-box .post-info {
	position: relative;
	color: #6b6b6b;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}

.news-block .inner-box .lower-box h3 {
	position: relative;
	/* color:#242424; */
	font-size: 17px;
	/* line-height:1.6em; */
	font-weight: 400;
	margin-bottom: 10px;
}

.news-block .inner-box .lower-box h3 a {
	position: relative;
	color: #323a4a;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	font-size: 16px;
	-o-transition: all 0.5s ease;
}

.news-block .inner-box .lower-box .read-more {
	padding: 5px 7px;
	background: #3986c7;
	color: #ffffff;
	font-size: 17px;
	transition: .3s;
	font-weight: 300;
	/* margin-top: 5px; */
	display: block;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 15px;
}

.news-block .inner-box:hover .lower-box .read-more{
	border: 1px solid #3a4149;
	color: #3a4149;
	background: transparent;
}

a.whatsappDetay {
	padding: 5px 7px;
	background: #33bb46;
	color: #fff;
	font-size: 14;
	transition: .3s;
	 margin-top: 5px;
	display: block;
	text-align: center;
	border: 1px solid transparent;
  font-weight: 300;
}

a.whatsappDetay:hover {
	border: 1px solid #33bb46;
	color: #33bb46;
	background: transparent;
}

a.telMore {
	padding: 5px 7px;
	background: #3986c7;
	color: #fff;
	font-size: 14;
	transition: .3s;
	 margin-top: 5px;
	display: block;
	text-align: center;
	border: 1px solid transparent;
  font-weight: 300;
}

a.telMore:hover {
	border: 1px solid #3986c7;
	color: #3986c7;
	background: transparent;
}
.sec-title {
	position: relative;
	padding-bottom: 40px;
	text-align: center;
}

.sec-title h2 {
	position: relative;
	color: #323a4a;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
}

.sec-title h2:after {
	position: absolute;
	content: '';
	left: 100%;
	margin-left: 10px;
	width: 70px;
	height: 2px;
	bottom: 8px;
	background-color: #3986c7;
}
.sec-title h2:before {
	position: absolute;
	content: '';
	right: 100%;
	margin-right: 10px;
	width: 70px;
	height: 2px;
	bottom: 8px;
	background-color: #3986c7;
}

.sec-title .title {
	position: relative;
	color: #797979;
	font-size: 20px;
	font-style: italic;
	margin-top: 8px;
	line-height: 1.6em;

}

.sec-title .text {
	position: relative;
	color: #494949;
	font-size: 16px;
	margin-top: 15px !important;
	line-height: 1.2em;
}

.footerLogo img {
	height: 50px;
}

footer {
	width: 100%;
	background: rgba(44, 41, 49, 1);
	padding-top: 25px;
}

.footerText  {
	text-align: right;
}

.footerText a {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #212121;
	font-weight: 300;
	height: 45px;
	line-height: 43px;
	margin-top: 25px;
	transition: .3s;
	border: 1px solid transparent;
	border-radius: 30px;
	float: right;
	width: 49%;
	margin-right: 1%;
}

.footerSocial {
	text-align: left;
}

h4.foot {
	font-weight: 100;
	color: #fff;
	font-size: 21px;
	
	width: 100%;
}

.footerSocial a {
	height: 45px;
	line-height: 43px;
	width: 45px;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #212121;
	font-weight: 300;
	margin-top: 25px;
	transition: .3s;
	border: 1px solid transparent;
}

.footerText a:hover,
.footerSocial a:hover {
	background: transparent;
	border-color: #fff;
}

.footerCopy {
	padding: 15px 0 25px 0;
	border-top: 1px solid #212121;
	margin-top: 25px;
	color: #eee;
	font-weight: 300;
	font-size: 13px;
}


.basliklar {
	padding: 0;
}

.basliklar h1 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
	text-shadow: 0px 0px 10px rgb(0,0,0,.2);
}

.dlinkler {
	width: 100%;
	/* padding: 10px 0; */
	/* background: rgba(0, 0, 0, 0.5); */
	/* margin-top: 35px; */
	text-align: center;
}

.dlinkler a {
	display: inline-block;
	color: #fff;
	font-weight: 300;
	text-transform: lowercase;
	font-size: 17px !important;
	text-shadow: 0px 0px 10px rgb(0,0,0,.2);
}

.sideBar {

}
.sideBar img {
	width:100%;
}

.sideBar a {
	color: #383838;
	padding: 15px;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	transition: .3s;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	text-transform: uppercase;
}

.sideBar a:last-child {
	border: none;
}

.sideBar a:hover {
	background: #383838;
	color: #fff;
}

.sideBar h1 {
	color: #383838;
	background: #f1f1f1;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.icBractum {
	padding: 50px 0px;
	display: table;
	width: 100%;
	overflow: hidden;
	background: url(../images/header_bg.jpg) no-repeat center right;
	background-size: cover;
}

.icBractum .leftimg {
	width: 70%;
	float: left;
	overflow: hidden;
	height: 372px;
}

.icBractum .rightlist {
	width: 30%;
	float: left;
	background: #ed1e24;
	min-height: 200px;
	padding: 102px;
}

.icBractum .rightlist ul {
	display: table;
	float: right;
	text-align: right;
	position: relative;
}

.icBractum .rightlist ul h2 {
	position: absolute;
	right: -115px;
	top: 71px;
	text-transform: uppercase;
	transform: rotate(90deg);
	letter-spacing: 20px;
	font-size: 50px;
	color: rgba(0, 0, 0, 0.1);
}

.icBractum .rightlist ul li a {
	font-size: 25px;
	line-height: 42px;
	text-transform: uppercase;
	padding-right: 66px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.2);
	transition: .5s;
}

.icBractum .rightlist ul li a:hover {
	color: #000;
}

.icBractum .rightlist .urunList li {
	padding-right: 50px;
	color: #414141;
	font-size: 40px;
	line-height: 50px;
	position: relative;
}

.icBractum .trightList {
	background: #333;
	padding: 61px 100px;
}

.icBractum .trightList ul h2 {
	letter-spacing: 6px;
	color: #fff;
	top: 95px;
}

.icBractum .trightList ul li {
	padding-left: 150px;
	color: #414141;
	font-size: 40px;
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
}

.aboutPage {
	position: relative;
	padding: 25px 0;
	background: url(../images/dot_bg.png);
}
.aboutPage .text h2 {
	color: #ed1e24;
	font-weight: 600;
	font-size: 41px;
	
	margin-bottom: 30px;
}

.aboutPage .text p {
	/* text-align: justify; */
	font-weight: 400;
	font-size: 18px;
	color: #888;
}
.aboutPage .text p strong {
	border-bottom:1px solid #888;
}
.urunlerPage {
	padding: 21px 0px;
	background: #fff;
}

.urunlerPage .text {
	text-align: center;
	padding-bottom: 50px;
}

.urunlerPage .text h4 {
	text-transform: uppercase;
	font-weight: 300;
}

.urunlerPage .text p {
	font-weight: 200;
}

.urunlerPage ul {
	width: 100%;
	display: table;
}

.urunlerPage ul li {
	width: 25%;
	float: left;
	text-align: center;
	background: #f1f1f1;
	transition: 1s;
}

.urunlerPage ul li:nth-child(even) {
	background: #dedcdc;
}

.urunlerPage ul li a {
	display: table;
	width: 100%;
	height: 100%;
	padding: 30px;
}

.urunlerPage ul li a img {
	margin-bottom: 40px;
}

.urunlerPage ul li a h2 {
	height: 35px;
	transition: .3s;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	border-bottom: 1px solid #333333;
}

.urunlerPage ul li:hover h2 {
	color: #ed1e24;
	border-bottom: 1px solid #ed1e24
}

.urunlerPage ul li:hover {
	background: #fff;
}

.urunlerIc a {
	display: table;
	width: 100%;
	height: 100%;
	transition: .3s;
	z-index: 99;
}

.urunlerIc a span {
	display: block;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	color: #fff;
	background: #3986c7;
	font-weight: normal !important;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border: none;
	transition: .3s;
	opacity: 0;
	z-index: 99;
}

.urunlerIc a:hover span {
	opacity: 1;
}

.urunlerIc a img {
	width: 100%;
	margin: 0 auto;
	display: table;
	transition: .3s;
}

.urunlerIc a h2 {
	text-align: center;
	font-size: 14px;
	padding: 20px;
	color: #333;
	background: #f1f1f1;
	text-transform: uppercase;
	transition: .3s;
}

.urunlerIc {
    border: 1px solid #f1f1f1;
}

.urunlerIc a:hover h2 {
	background: #3986c7;
	color: #fff;
}

.urunlerIc a:hover img {
	opacity: .6;
}

.urunlerPage .urundetayQP #urundetayimg {
	border: 1px solid #dedcdc;
}

.urunlerPage .urundetayQP #urundetayimg .item img {
	width: 75%;
	padding: 30px;
	margin: 0 auto;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav button {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	border: 1px solid #333;
	background: #333;
	color: #fff;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-prev {
	left: -27px;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-next {
	right: -27px;
}

.urunlerPage .urundetayQP .textDetay {
	padding-left: 40px;
}

.urunlerPage .urundetayQP .textDetay h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.urunlerPage .urundetayQP .textDetay ul li {
	text-align: left;
	float: inherit;
	width: 100%;
	margin-bottom: 20px;
}

.urunlerPage .urundetayQP .textDetay ul li:nth-child(even) {
	background: none;
}

.urunlerPage .urundetayQP .textDetay ul li span {
	width: 93px;
	margin-right: 20px;
	display: table;
	float: left;
}

.urunlerPage .urundetayQP .textDetay .colorUrun h4 {
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 20px;
}

.headerMobil {
	height: 76px;
	background: #fff;
	position: relative;
	display: none;
	background: #f1f1f1 url('../images/mobileBack.png') no-repeat bottom center;
	background-size:100%;
}

.headerMobil .logo2 {
	position: absolute;
	top: 7px;
}
.headerMobil .logo2 img {
	height:60px;
}
.headerMobil .mobile-menu {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;
	min-height: 100%;
	height: 100%;
	background: #3a4149 url('../images/mobileBack.png') no-repeat bottom center;
	background-size: contain;
	margin: 0;
	position: fixed;
	margin-left:-100%;
	transition: .5s;
}

@media (min-width: 1024px) {
	.headerMobil .mobile-menu {
		float: right;
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		min-height: auto;
		height: auto;
		padding: 0;
		width: auto;
		background: transparent;
		display: block;
	}
}

.headerMobil .mobile-menu.open {
	margin-left:0;
}

.headerMobil .mobile-menu .logoic {
	position: absolute;
	top: 18px;
	left: 15px;
}

.headerMobil .mobile-menu .langMobil {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.headerMobil .mobile-menu .langMobil ul li {
	float: left;
	margin: 0px 10px;
}

.headerMobil .mobile-menu .langMobil ul li a {
	color: #000;
}

.headerMobil .mobile-menu .MobilSosyal {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
}

.headerMobil .mobile-menu .MobilSosyal ul li {
	float: left;
	margin: 0px 10px;
}

.headerMobil .mobile-menu .MobilSosyal ul li a {
	color: #fff;
}

.headerMobil a {
	text-decoration: none;
}

.headerMobil .main-menu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
	.headerMobil .main-menu {
		width: 600px;
		margin: 0 auto;
	}
}

.headerMobil .main-menu__item {
	padding: 0;
	display: block;
	position: relative;
}

@media (min-width: 1024px) {
	.headerMobil .main-menu__item {
		float: left;
		display: block;
	}
}

.headerMobil .main-menu__link {
	border-bottom: 0;
	color: #fff;
	display: block;
	padding: 9px;
	position: relative;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Barlow Condensed", sans-serif;
	transition: .3s;
	border-radius: 30px;
}

@media (min-width: 1024px) {
	.headerMobil .main-menu__link {
		float: left;
		color: black;
	}
}

.headerMobil .main-menu__link:hover,
.headerMobil .main-menu__link:focus,
.headerMobil .main-menu__link:active {
	border-bottom: 0;
	background: #3986c7;
	color: #3a4149;
}

.headerMobil .open-button {
	width: 30px;
	height: 30px;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	position: absolute;
	cursor: pointer;
	border-bottom: 0;
	top: 50px;
	right: 15px;
	z-index: 9999;
	border-bottom: 0;
	top: 30px;
}

@media (min-width: 1024px) {
	.headerMobil .open-button {
		display: none;
	}
}

.headerMobil .open-button:hover {
	border-bottom: 0;
}

.headerMobil .open-button span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.headerMobil .open-button span:nth-child(1) {
	top: 0px;
	transform-origin: left center;
}

.headerMobil .open-button span:nth-child(2) {
	top: 10px;
	transform-origin: left center;
}

.headerMobil .open-button span:nth-child(3) {
	top: 20px;
	transform-origin: left center;
}

.headerMobil .open-button.open span:nth-child(1) {
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

.headerMobil .open-button.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.headerMobil .open-button.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 19px;
	left: 8px;
}

.homeUrunler .right ul li a img {
	height: auto !important;
	/* width: 100% !important; */
	opacity: .8;
	transition: .3s;
}

#urunSlider {
	position: relative !important;
}

#urunSlider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
}

#urunSlider .owl-nav .owl-prev {
	left: -60px;
}

#urunSlider .owl-nav .owl-next {
	right: -60px;
}

#urunSlider .owl-nav button {
	position: absolute;
	color: #000;
	border: 1px solid #000;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 30px;
}

#urunSlider .owl-nav button:hover {
	background: #000;
	color: #fff;
}

#tekUrunSlide {
	position: relative !important;
}

#tekUrunSlide .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
}

#tekUrunSlide .owl-nav .owl-prev {
	left: 0;
}

#tekUrunSlide .owl-nav .owl-next {
	right: 0;
}

#tekUrunSlide .owl-nav button {
	position: absolute;
	color: #000;
	border: 1px solid #000;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 30px;
}

#tekUrunSlide .owl-nav button:hover {
	background: #000;
	color: #fff;
}

.urunlerDETAY ul {
	width: 100% !important;
	font-size: 14px;
	margin: 10px 0;
	padding: 0;
	margin-bottom: 15px
}

.urunlerDETAY ul li {
	background: #a5a5a5;
	color: #404040;
	padding:7px 10px;
}
.urunlerDETAY ul li::before {
	content: '-';
	display: inline-block;
	padding-right: 5px;
}
.urunlerDETAY ul li:nth-child(odd) {
	background: #cecece;
}

.ileisimPAGE {
	display: table;
	width: 100%;
	padding: 0px;
	margin-top: -7px;
}



.iletisimBilgi p {
	
	font-size:18px;
}
.iletisimBilgi p a {
	color:#fff;
}
.ileisimPAGE .left {

	width: 50%;
	float: left;

}

.ileisimPAGE .right {
	background: #f1f1f1;
	padding: 75px 100px 55px 100px;
	width: 50%;
	float: left;
}

.ileisimPAGE .right h2 {
	font-size: 28px;
	color: #757575;
	margin-bottom: 20px;
}

.ileisimPAGE .right form .form-control {
	background: transparent;
	border-radius: 20px;
	border-color: #b9b9b9;
	padding: 10px;
	font-size: 13px;
	resize: none;
}

.ileisimPAGE .right form textarea.form-control {
	height: 83px;
}

.ileisimPAGE .right form .form-control:focus {
	border-color: #3986c7;
	box-shadow: 0 0 0 0.2rem rgba(19, 99, 79, 0.14);
}

.ileisimPAGE .right form .btn-primary:active,
.ileisimPAGE .right form .btn-primary.active {
	background-color: #333333;
	border-color: #bc912d;
}

.ileisimPAGE .right form button {
	transition: .3s;
	float: right;
	background: #3986c7;
	border-color: #3986c7;
	color: #fff;
	font-weight: 300;
	padding: 8px 30px;
	border-radius: 20px;
	/* border-radius: 0px; */
}

.ileisimPAGE .right form button:focus {
	box-shadow: 0 0 0 0.2rem rgba(188, 145, 45, 0.25);
}

.ileisimPAGE .right form button:hover {
	background: #384049 !important;
	color: #3986c7;
	border-color: #3a4149 !important;
}

@media screen and (max-width: 1500px) {
	.aboutHome .leftText {
		left: -147px;
	}
	.ileisimPAGE .left {
		/* padding: 117px 157px; */
	}
}

@media screen and (max-width: 720px) {
	.bForm {
		margin-top: 15px; 
	}
	header {
		display: none;
	}
	.aboutHome {
		padding: 0;
		padding-bottom: 50px;
	}
	.aboutHome:before {
		display: none
	}
	footer {
		text-align: center !important;
	}
	.footerSocial {
		text-align: center;
		margin-top: 15px;
	}
	.videoOynat {
		position: relative !important;
		display: block !important;
		width: 100%;
		text-align: center;
		transform: translate(0, 0) !important;
		z-index: 2;
		padding: 25px 0;
		background: url('../images/solBg.jpg') no-repeat center center;
		background-size: cover;
		margin-bottom: 15px;
	}
	.aboutHome .leftText {
		display: none;
	}
	.aboutHome .text h2 {
		font-size: 35px;
	}
	.slider #owl-slider .icSlider {
		height: 250px;
		background-size: cover !important;
	}
	.slider #owl-slider .icSlider .text {
		width: 100%;
		display:none;
	}
	.slider #owl-slider .icSlider .text h2 {
		font-size: 30px;
		font-weight: 500;
		
	}
	.slider #owl-slider .icSlider .text span {
		display: none;
	}
	.slider #owl-slider .owl-dots {
		display: none;
	}
	.slider #owl-slider .owl-nav {
		right: 50%;
		transform: translateX(50%;
		);
		bottom: 20%;
	}
	.slider #owl-slider .owl-nav button {
		width: 25px;
		height: 25px;
	}
	#urunSlider .owl-nav .owl-prev {
		left: 0;
	}
	#urunSlider .owl-nav .owl-next {
		right: 0;
	}
	#tekUrunSlide .owl-nav .owl-prev {
		left: 0;
	}
	#tekUrunSlide .owl-nav .owl-next {
		right: 0;
	}
	.homeUrunler .left {
		width: 100%;
		padding: 50px 0;
	}
	.homeUrunler .left h2 {
		font-size: 25px;
		text-align: center;
	}
	.homeUrunler .right {
		width: 100%;
	}
	.homeUrunler .right ul li {
		width: 100%;
	}
	.headerMobil {
		display: block;
	}
	.icBractum .leftimg {
		width: 100%;
		height: auto;
	}
	.icBractum .rightlist {
		width: 100%;
		padding: 65px;
	}
	.icBractum .rightlist ul {
		text-align: center;
		margin: 0 auto;
		float: inherit;
		width: 100%;
	}
	.icBractum .rightlist ul li a {
		text-align: center;
		padding-right: 0;
	}
	.icBractum .trightList ul li {
		padding: 0px !important;
	}
	.aboutPage {
		padding: 30px;
	}
	.aboutPage:before {
		background-repeat: repeat-y;
		opacity: .5;
	}
	.urunlerPage {
		padding-bottom: 0px;
	}
	.urunlerPage ul li {
		width: 100%;
		float: none !important;
		display: block;
		margin-bottom: 15px;
	}
	.urunlerPage ul li:nth-child(odd) {
		background: #dedcdc;
	}
	.urunlerPage ul li:nth-child(even) {
		background: none;
	}
	.urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-prev {
		left: 8px;
	}
	.urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-next {
		right: 8px;
	}
	.urunlerPage .urundetayQP .textDetay {
		padding-left: 0px;
		padding: 30px 0px;
	}
	.urunlerPage .urundetayQP ul li:nth-child(odd) {
		background: none;
	}
	.footerTop h4 {
		text-align: center;
		margin-bottom: 20px;
	}
	.footerTop h4 b {
		margin: 0 auto;
	}
	.footerTop ul {
		top: 0px;
		float: inherit;
		margin: 0 auto;
		display: table;
	}
	.markalarHome .imgg {
		margin-bottom: 20px;
	}
	.haberlerPAGE .textHab {
		/* padding: 0px 30px; */
	}
	.haberlerPAGE .textHab h2 {
		font-size: 23px;
	}
	.ileisimPAGE .left {
		width: 100%;
		padding: 30px;
	}
	.ileisimPAGE .left ul li {
		font-size: 14px;
	}
	.ileisimPAGE .right {
		width: 100%;
		padding: 30px;
		border-bottom: 1px solid #eee;
	}

	footer {
		margin-bottom:45px;
	}

	.whatsapp2, .mobilePhone {
		position: fixed;
		bottom:0;
		display: block !important;
		width:50%;
		height:50px;
		text-align: center;
		background: #33bb46 !important;
		color:#fff !important;
		font-size: 20px;
		cursor: pointer;
		z-index: 200;
		line-height: 50px;
		font-weight: 300;
	}
	.whatsapp {
		display: none;
	}
	#back-to-top {
		bottom: 60px !important;
	}
	.mobilePhone {
		right:0px !important;
		background:#323840 !important;
	}
}
.whatsapp2, .mobilePhone {
	display: none;
}
.whatsapp, #back-to-top, .katalogs {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 200;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #323840;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	border: 1px solid transparent;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	transition: .3s;
	border-radius: 40px;
}
.katalogs {
	opacity: 1 !important;
	bottom: 40px;
    display:block;
	left: 85px;
	background: #3986c7 !important
}
.katalogs:hover {
	color:#fff;
	border:1px solid #fff;
}
.whatsapp {
	opacity: 1 !important;
	bottom: 40px;
	left: 40px;
	background: #33bb46 !important
}
.whatsapp:hover {
	color:#fff;
	border:1px solid #fff;
}
#back-to-top:hover {
	background: rgba(44, 41, 49, 1);
	border-color: #fff;
	color: #fff;
}

#back-to-top.show {
	opacity: 1;
}

.textImg {
	width: 100%;
	margin-bottom: 15px;
	border:
}

.refImg {
	background: #f1f1f1;
	padding:5px;
}
.refImg img {width: 100%;}
.digerUrun {
	padding:25px 0;
	width: 100%;
	background: #f1f1f1;
}
.itemsUrun {
	border:1px solid #f1f1f1;
	overflow: hidden;
	height: 350px;
	/* text-align: center; */
}

.itemsUrun img {
    height: 100%;
    width: auto !important;
    margin: 0 auto;
    /* position: relative; */
    /* top: 50%; */
    /* margin-top: -50%; */
}


/* popUp */
.popupSite {
	background:none !important;
	border:none !important;
	position:relative !important;
}
.popupSite button {
	text-shadow: none !important;
	display:block;
	position:absolute;
	right:25px; 
	top:25px;
	color:#fff;
	background:#bf232f !important;
	width:35px;
	height:35px;
	opacity:1 !important;
	transition:.3s;
	font-size:20px;
}
.popupSite button:hover {
	background:#fff !important;
	color:#bf232f !important;
	border:1px solid #bf232f !important;
}
.popupSite img{
	width:100%;
}

.icerikEtiket {
	border-top:1px solid #eee;
	margin-top:15px;
	padding:5px 0;
}
.icerikEtiket a {
	display:inline-block;
	font-size:12px;
	padding:7px; 
	margin-right:5px;
    margin-top:8px;
	border-radius:4px;
	background:#eee;
	transition:.3s;
}
.icerikEtiket a:hover {
	color:#fff;
	background:#aaa;
}

.bForm input {
    width: 100%;
    padding: 14px 15px;
    font-weight: 300;
    color: #fff;
    border: none;
    outline: none;
    background: #2c2931;
    /* margin-top: 14px; */
    /* min-width: 450px; */
    border: 1px solid #ffffff;
    font-size: 18px;
    border-radius: 30px;
}

.bForm button {
    position: absolute;
    /* top: 14px; */
    right: 15px;
    padding: 16px 25px;
    border: none;
    outline: none;
    border-left: 1px solid #ffffff;
    background: none;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    }

.bForm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.bForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}