/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}
@font-face {
    font-family: 'Akrobat';
    src: url('Akrobat-Regular.eot');
    src: url('Akrobat-Regular.eot?#iefix') format('embedded-opentype'),
        url('Akrobat-Regular.woff2') format('woff2'),
        url('Akrobat-Regular.woff') format('woff'),
        url('Akrobat-Regular.ttf') format('truetype'),
        url('Akrobat-Regular.svg#Akrobat-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
}

html {
  font-size: 62.5%;
  margin:0px auto;
}

body {
font-size:14px;

  color: #4a3553;
  background-color: #ffffff;
  font-family:"Akrobat",arial;
}

a {
  color: #e4b149;
  text-decoration: none;
  font-size:large;
}

a:hover{
color:#FFFFFF;
}

/* -------------------------------- 

Slider

-------------------------------- */
.gm-style .place-card-large{display:none;}
.cd-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  /* hide horizontal scrollbar on IE11 */
  overflow: hidden;
}
.cd-slider-wrapper .cd-slider, .cd-slider-wrapper .cd-slider > li {
  height: 100%;
  width: 100%;
  mar
}

.cd-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* used to vertically center its content */
  display: table;
  text-align:center;
  
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-slider > li.visible {
  /* selected slide */
  position: relative;
  z-index: 2;
  opacity: 1;
}
.cd-slider > li:first-of-type {
  background-color: #4a3553;
  background-image:url(../img/arkaplan-imaj.jpg)
}
.cd-slider > li:nth-of-type(2) {
  background-color: #ffb251;
  background-image: url(../img/img-2.jpg);
}
.cd-slider > li:nth-of-type(3) {
  background-color: #7d7160;
  background-image: url(../img/img-3.jpg);
}
.cd-slider > li:nth-of-type(4) {
  background-color: #ff625a;
  background-image: url(../img/img-4.jpg);
  }
.cd-slider > li:nth-of-type(5) {
  background-color: #ff625a;
  background-image: url(../img/img-5.jpg);
 }
@font-face {
    font-family: 'Akrobat';
    src: url('../akrobat/Akrobat-Regular.eot');
    src: url('../akrobat/Akrobat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../akrobat/Akrobat-Regular.woff2') format('woff2'),
        url('../akrobat/Akrobat-Regular.woff') format('woff'),
        url('../akrobat/Akrobat-Regular.ttf') format('truetype'),
        url('../akrobat/Akrobat-Regular.svg#Akrobat-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
}


.cd-slider > li:first-of-type, .cd-slider > li:nth-of-type(2), .cd-slider > li:nth-of-type(3), .cd-slider > li:nth-of-type(4) {
  background-size: cover;
}
.cd-slider > li > div {
  /* vertically center the slider content */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin:0px auto;
}
.cd-slider > li h2, .cd-slider > li p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 320px;
}
.cd-slider > li h2 {
  font-size: 2.4rem;
}
.cd-slider > li p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.cd-slider > li .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: .25em;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin:0px auto;
}
.no-touch .cd-slider > li .cd-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 600px) {
  .cd-slider > li h2, .cd-slider > li p {
    max-width: 960px;

  }
  .cd-slider > li h2 {
    font-size: 2.4em;
    font-weight: 300;
  }
  .cd-slider > li .cd-btn {
    font-size: 1.4rem;
  }
.cd-slider > li > div{overflow:auto}
}
@media only screen and (min-width: 1170px) {
  .cd-slider > li h2, .cd-slider > li p {
    margin-bottom: 20px;
  }
  .cd-slider > li h2 {
    font-size: 3.2em;
  }
  .cd-slider > li p {
    font-size: 1.8rem;
  }

}

/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-navigation {
  position: absolute;
  bottom: 10px;
  left: 50%;
  right: auto;
  
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 35%;
  color:white;
  vertical-align:middle;
  background-color:rgba(0,0,0,0.43);
  border-radius:4px;
}
.cd-slider-navigation::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-navigation li {
  display: inline-block;
  margin-right: 20px;
}
.cd-slider-navigation li:last-of-type {
  margin-right: 0;
}
.cd-slider-navigation a {
  display: block;
  position: relative;
padding:16px;
margin-bottom:-14px;



}
table{text-align:center;}
.no-touch .cd-slider-navigation a:hover em {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s, -webkit-transform 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s, -moz-transform 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s, transform 0.2s 0s;
}
.cd-slider-navigation li.selected:first-of-type a {
  /* change custom icon using image sprites */
  background-position: -10px -70px;
}
.cd-slider-navigation li:nth-of-type(2) a {
  background-position: -70px -10px;
}
.cd-slider-navigation li.selected:nth-of-type(2) a {
  background-position: -70px -70px;
}
.cd-slider-navigation li:nth-of-type(3) a {
  background-position: -130px -10px;
}
.cd-slider-navigation li.selected:nth-of-type(3) a {
  background-position: -130px -70px;
}
.cd-slider-navigation li:nth-of-type(4) a {
  background-position: -190px -10px;
}
.cd-slider-navigation li.selected:nth-of-type(4) a {
  background-position: -190px -70px;
}
.cd-slider-navigation li:nth-of-type(5) a {
  background-position: -190px -10px;
}
.cd-slider-navigation li.selected:nth-of-type(5) a {
  background-position: -190px -70px;
}
.cd-slider-navigation em {
  /* tooltip visible on hover */
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  padding: 8px 10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  font-size: 1.3rem;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;

}
.cd-slider-navigation em::after {
  /* tooltip arrow */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;

  bottom: -10px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 1170px) {
  .cd-slider-navigation a {
 
  }
  .cd-slider-navigation li:first-of-type a {
    /* change custom icon using image sprites */
    background-position: 0 0px;
  }
  .cd-slider-navigation li.selected:first-of-type a {
    /* change custom icon using image sprites */
    background-position: 0 -60px;
  }
  .cd-slider-navigation li:nth-of-type(2) a {
    background-position: -60px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(2) a {
    background-position: -60px -60px;
  }
  .cd-slider-navigation li:nth-of-type(3) a {
    background-position: -120px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(3) a {
    background-position: -120px -60px;
  }
  .cd-slider-navigation li:nth-of-type(4) a {
    background-position: -180px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(4) a {
    background-position: -180px -60px;
  }
  .cd-slider-navigation li:nth-of-type(5) a {
    background-position: -180px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(5) a {
    background-position: -180px -60px;
  }
}

/* -------------------------------- 

svg cover layer

-------------------------------- */
.cd-svg-cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
}
.cd-svg-cover path {
  fill: #e4b149;
}
.cd-svg-cover.is-animating {
  z-index: 4;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.flex-container {
  display: flex;
  flex-wrap:wrap;
width:60%;
margin:0px auto;
  text-align:center;
 
}

.flex-container::before{
	{
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .4; 
  z-index: -1;
  background:url(../img/img-4.jpg));
}
	}

.flex-container > div {
  
 
  margin: 0px auto;
  text-align: center;
  line-height: 75px;
  font-size: 24px;
}
.text {
font-size:14px;
color:#E3C815;
    background-color: rgba(0,0,0,0.43);
    border-radius: 4px;
margin-top:-120px;

border:1px solid rgba(227,200,21,0.40);
padding:5px 45px}
.text:hover{
	background:rgba(227,200,21,0.8);
	color:#000;
	}
	
#dis_bolme { 
    max-width: 70%;
    flex-wrap: wrap;
    margin: 0px auto;
	overflow:auto;

}


.ic_bolme{
text-align: center;
    float: left;
    margin: 0px auto;
    flex-wrap: wrap;
    width: 48%;
    height: 140vw;
    border: 1px solid rgba(227,200,21,0.40);
    background-color: rgba(0,0,0,0.51);
    margin-right: 10px;
    vertical-align: middle;
	max-height:85vh;
    margin-left: 4px;}
@media only screen and (-webkit-device-pixel-ratio: 2) and (device-height: 667px) and (device-width: 375px)
{
	ic_bolme{    max-height: 140vw;
	
    min-width: 100%;}
	}

#dis_bolme h2{
	font-weight:400;
	color:#C4AE1D;
	font-size:16px;  flex-wrap:wrap;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	font-weight:bold;
	display:block;

	border-bottom:1px solid rgba(227,200,21,0.40);
	
	}
	
	

#dis_bolme img{
	float:left;
	flex-wrap:wrap;
	max-height:60%;

		border:1px dashed rgba(227,200,21,0.40);  flex-wrap:wrap;
		margin:10px;
		background:rgba(0,0,0,0.35);
		display:flex;
		margin-top:-5px;
	
		
		
	}
#dis_bolme p
 {
	text-align:justify;
	color:#FFFFFF;	display:block;
	font-size:14px
	}
	
	#dis_bolme table{
	display:flex;
	flex-wrap:wrap;
	text-wrap:normal;
		margin-right:10px;
		}
		
		#dis_bolme .tablo{
display:inline-table;
border:none;
	width:90%;
	text-wrap:normal;
		margin-right:10px;
		}
		#dis_bolme .tablo tr{border:none;}
		#dis_bolme .tablo tr td{
	border: none;
	top: auto;
}
	#dis_bolme table tr{
		color:#fff;
		font-family:"Akrobat",arial;
		font-size:16px;
		text-align:left;
			margin-right:10px;
			border:1px dashed rgba(227,200,21,0.40); 
		}
	#dis_bolme table tr td{
		padding:3px;
			margin-right:10px;
				border:1px dashed rgba(227,200,21,0.40); 
				font-size:16px;
		}
			#dis_bolme table tr td:first-child{  
  font-weight:bold;
 background:rgba(0,0,0,0.65);
 color:#E3C815;
} 

	.imaj-galeri{
	text-align:center;  flex-wrap:wrap;
    
	margin:0px auto;
  width:97%;
    height:22%;
	display:flex;
    border:1px solid rgba(227,200,21,0.40);

    margin-right: 10px;
	vertical-align:middle;
	margin:0px auto;
	bottom:0px;
	
	}
	.imaj-galeri img{background:rgba(0,0,0,0.00); height:28%; width:28%; margin-top:32px; display:block; padding:5px}
	
	input[type=text], select {
    width: 80%;  flex-wrap:wrap;
    padding: 12px 20px;
    margin: 8px 0;
		border:1px solid rgba(227,200,21,0.40);
    display: inline-block;
   
	background-color:rgba(0,0,0,0.43);
    border-radius: 4px;
    box-sizing: border-box;
	color:#fff;
}
input[type=reset],
input[type=submit] {
    width: 40%;
    background-color: rgba(227,200,21,0.40);
    color: white;
    padding: 8px 10px;  flex-wrap:wrap;
    margin: 8px 0;
    
    border-radius: 4px;
    cursor: pointer;
		border:1px solid rgba(227,200,21,0.40);
}
input[type=reset]:hover,
input[type=submit]:hover {
background-color: rgba(0,0,0,0.40)  flex-wrap:wrap;
color: rgba(227,200,21,0.40);
}

textarea {
    width: 80%;
    height: 150px;  flex-wrap:wrap;
    padding: 12px 20px;
		border:1px solid rgba(227,200,21,0.40);
    box-sizing: border-box;
   
    border-radius: 4px;
    background-color: rgba(0,0,0,0.43);
    resize: none;
	text-wrap:none;
}
.yatay{
	padding-top:10px;  flex-wrap:wrap;
	}
.yatay li{ 
display: inline-block;  flex-wrap:wrap;
margin:0px 10px;
color:#fff;
float:left;
padding-left:13px;
	
	}
	
#dis_bolme .yatay li a img{	border:none;
background-color:transparent;

	
	}@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {.cd-slider > li > div{overflow:auto} 
	.cd-slider-navigation{width:100%}
	.ic_bolme{width:90%;overflow:auto; margin-bottom:10px;}
	#dis_bolme{max-width:90%; height:140vw}
	.main-product{max-width:10vw}
	#dis_bolme p{text-align:left;}
	#ortala{height:140vw; width:80vw%};
	.cd-slider > li > div{vertical-align:top;
	margin-top:10px}
	#dis_bolme img{margin:4px}
	}
	
	@media only screen 
	and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) { 
	#dis_bolme img{margin:4px}
	.main-product{max-width:10vw}
	.cd-slider-navigation{width:100%}
	#ortala{height:140vw;min-width:100%;overflow:auto; width:80vw};
	.cd-slider > li > div{overflow:auto}
	#dis_bolme{max-width:90%; height:140vw}
	.ic_bolme{width:90%; overflow:auto; margin-bottom:10px;}
	#dis_bolme p{text-align:left;}
		.cd-slider > li > div{vertical-align:top;
	margin-top:10px}
	}
	@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3)
	{
	#dis_bolme img{margin:4px}
			#dis_bolme{max-width:90%; height:140vw}
		.main-product{max-width:10vw}
	.cd-slider-navigation{width:100%}	
	.cd-slider > li > div{overflow:auto}
	#ortala{min-height:100%;width:80vw};
	.ic_bolme{overflow:auto;width:90%; margin-bottom:10px;}

	#dis_bolme p{text-align:left;}
		.cd-slider > li > div{vertical-align:top;
	margin-top:10px}
	
	 }
	 #ortala{
		margin: 0px auto;
    width: 60%;
    padding: 20px;
    max-height: 93%;
    top: 100%;
    border: 1px solid rgba(227,200,21,0.40);
    overflow: auto;
    background: rgba(0,0,0,0.65);
    margin-top: 10%;
}
		 }
		 #ortala p { font-size:16px;}
.ic_bolme form table{width:100%;}
.main-product{max-width:10vw}