/*
Erkam Karaoğlan
Web Designer
Creative Ajans: www.digitalkure.com ;
Freelancer: www.kurekod.com ;
Mailto: erkam@kurekod.com ;
Mailto: erkam@digitalkure.com ;
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body{font-family: 'Open Sans', sans-serif;	width: 100%;	height: 100vh;}
a, a:active, a:focus { color: #fff; text-decoration: none; }
a:hover, a:active{color: #fff; 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;}

.navbar-nav {
	position: absolute;
	right: 15%;
}
.container-fluid {
	padding: 0px 150px;
}
.navbar-brand {
	position: absolute;
	top: 0px;
	background: #fff;
	padding: 22px;
	box-shadow: 0px 0px 20px #333;
}
.navbar-brand img{
	width: 195px;
}
header {
	height: 70px;
	width: 100%;
	background:#fff; 
	position: relative;
	z-index: 9999;
}
.navbar {
	height: 70px;
}
.nav-link {
	padding: 24px 18px !important;
	font-weight: 600;
	text-transform: uppercase;
}
.btn-menucuk{
	padding: 23px 18px !important;
	border-radius: 0px !important;
	background-color: transparent !important;
	border-color: transparent !important;
	color: rgba(0,0,0,.5)!important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.btn-menucuk:hover{
	background-color: #ed1c24 !important;
	color: #fff !important;
	transition: .5s;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0) !important;
	background-color: #ed1c24 !important;
	color: #fff !important;
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0) !important;
	background-color: #ed1c24 !important;
	color: #fff !important;
}
.nav-link:hover {
	background-color: #ed1c24;
	color: #fff !important;
	transition: .5s;
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
	border-radius: 0px;
	top: 70px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 0px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}
.dropdown-item {
	color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
	background: #fff !important;
	color: #000 !important
}

.leftslider {transform: rotate(180deg);width: 60px; right: 50px; position: relative;}
.rightslider {width: 60px; left: 50px; position: relative;}

.slide {
	width: 100%;
	position: relative;
	top: -80px;
	left: 0px;
	margin-bottom: -70px;
}

footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 50px;
	left: 0px;
	background-color: #4e4e50;
}

.alt-medya {
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,2%);
}
.alt-medya li{margin: 5px;}
.alt-medya li a{
	width: 45px;
	height: 45px;
	background: #4e4e50;
	border:2px solid #fff;
	display: block;
	text-align: center;
	line-height: 43px;
	border-radius: 50%;
}
.carousel-caption {
	width: 100%;
	left: 0px;
	height: 100%;
}
.slidertext1 {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	width: 40%;
	height: 85px;
	font:300 3em/175% 'Open Sans';
	right: 0%;
	top: 36%;
	text-align: left;
	padding-left: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	animation: sliderbir_a 1s linear;
	opacity: 1;
}
.slidertext1::before {
	content: '';
	height: 85px;
	background: #ed1c24;
	width: 15px;
	position: absolute;
	left: -25px;
}

@keyframes sliderbir_a {
	0%{opacity: 0; top: 30%;}
	100%{opacity: 1;top: 36%;}
}



.slidertext_2 {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	width: 40%;
	height: 85px;
	font:300 3em/175% 'Open Sans';
	left: 0%;
	top: 60%;
	text-align: right;
	padding-right: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	animation: slideriki_a 1s linear;
	opacity: 1;
}

.slidertext_2::before {
	content: '';
	height: 85px;
	background: #ed1c24;
	width: 15px;
	position: absolute;
	right: -25px;
}
@keyframes slideriki_a {
	0%{opacity: 0; top: 66%;}
	100%{opacity: 1;top: 60%;}
}


.slidertext_3 {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	width: 40%;
	height: 100px;
	font:300 3em/217% 'Open Sans';
	left: 0%;
	top: 40%;
	text-align: left;
	padding-left: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	animation: slideruc_a 1s linear;
	opacity: 1;
}
.slidertext_3::before {
	content: '';
	height: 100px;
	background: #ed1c24;
	width: 15px;
	position: absolute;
	right: -25px;
}
@keyframes slideruc_a {
	0%{opacity: 0; top: 42%;}
	100%{opacity: 1;top: 40%;}
}

/* Anasayfa end */

.text-about h3{
	background: #4e4e50;
	color: #fff;
	font-weight: 300;
	font-size: 2em;
	margin-bottom: 20px;
	display: inline-block;
	padding: 3px 10px;
	position: relative;
}
.text-about h3:before {
	content: '';
	position: absolute;
	right: -15px;
	height: 100%;
	top: 0px;
	background-color: #ed1c24;
	width: 10px;
}
.text-about p {
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 30px;
}

/* Referanslar */

.referanslic h3{
	background: #4e4e50;
	color: #fff;
	font-weight: 300;
	font-size: 2em;
	margin-bottom: 20px;
	display: inline-block;
	padding: 3px 10px;
	position: relative;
}

.referanslic img{ width: 80%;margin:0 auto;;
 }
.referanslic img:hover {-webkit-filter: grayscale(0%);
filter: grayscale(0%);}
.referanslic h3:before{
	content: '';
	position: absolute;
	right: -15px;
	height: 100%;
	top: 0px;
	background-color: #ed1c24;
	width: 10px;
}
.referanslic ul{
	width: 100%;
	text-align: center;
	min-height: 650px;
}
.referanslic ul li{
	border: 1px solid #eee;
	width: 25%;
	height: 200px;
	float: left;
}

.iletisim h3{
	background: #4e4e50;
	color: #fff;
	font-weight: 300;
	font-size: 2em;
	margin-bottom: 20px;
	display: inline-block;
	padding: 3px 10px;
	position: relative;
}
.iletisim h3:before{
	content: '';
	position: absolute;
	right: -15px;
	height: 100%;
	top: 0px;
	background-color: #ed1c24;
	width: 10px;
}


.icon-iletisim {
	width: 5px !important;
}
.table thead th{
	border-bottom: 0px!important;
}
.iletisim_b {
	width:120px;
	font-weight: bold;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.iletisim_ikinokta{
	width: 2px;
	padding-left: 0px !important;
}
.table{
	color: #6a6a6a;
}
label {
	width: 20%;
	float: left;
	line-height: 38px;
	font-weight: bold;
	color: #6a6a6a;
	font-size: 15px;
}
.form-control {
	width: 80%;
	float: left;
}
textarea {
	width: 80%!important;
	float: left!important;
}
.iletisim-form{
	margin-top: 65px;
}
.iletisim-btn {
	float: right;
	position: relative;
	top: 30px;
	margin-bottom: 30px;
	background: #4e4e50;
	border-color: #4e4e50;
	border-radius: 0px;
	padding: 9px 40px;
	font-weight: bold;
	transition: .5s;
}
.iletisim-btn:hover{
	background-color: #f01514;
	border-color: #f01514;
}
.diller{
    position: absolute;
    right: 0px;
}
.diller .dropdown .dropdown-menu{
	    background: rgba(0, 0, 0, .7);
    border-radius: 0px;
}
.gizleme {display: none}
.mobil_diller {display: none}

@media screen and (min-width: 1920px){
}
@media screen and (max-width: 1224px){
}

.visible-xs {display: none}
.ic_mobil_banner  	{width: 100%}

/*BURASI MOBİL*/
@media all and (max-width : 720px) {

	.gizlee {display: none}
.visible-xs {display: block}

	.hidden-xs {display: none}
	.m-text-center {text-align: center}
	.slidertext_2 , .slidertext1 {width: 90%;}
	.slidertext1 {top: 50%}
 	.container-fluid {padding: 10px !important}
 	.navbar-brand img {width: 95px }
 	.navbar-toggler {    position: absolute;
    right: 20px;}
    .navbar-nav {
    position: absolute;
    right: 0;
    background: #fff;
    top: 60px;
}
.diller {     position: absolute;
    right: 0px;
    top: 16px;
    right: 60px;
    z-index: 9999;
    display: block;}
    .diller .btn {padding:5px !important;}
.alt-medya {margin-top: 60px}
.gizle {display: none}
.gizleme {display: block}
.mobil_diller {display: block;    right: 90px;
    top: 25px;}

.rightslider {
    width: 60px;
    left: 0;
    position: relative;
    top: 60px;
}

.leftslider {
    transform: rotate(180deg);
    width: 60px;
    left: 0;
    position: relative;
    top: 60px;
}

.text-about {padding: 10px;}
.ic_banner {width: 100%;height: 140px}

.referanslic ul li {height: auto !important;padding: 10px}
.sag_menu {margin-left: 0 !important;}
 .sag_menu li {width: 100%;margin-bottom: 10px;}
.sag_menu li a {display: block;width: 100%}
 .urunx {margin-bottom: 10px}

}

.sag_menu li {float: left;}
.sag_menu li a  {border:1px solid #eee;padding:10px 40px ;color: #000;}
.sag_menu li a:hover  {background:#333;color: #fff;}


.urun_kategori , .sag_menu {float: left;}
.sag_menu {margin-left: 40px;
    margin-top: 10px;}

 
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 

