@font-face {
  font-family: 'Bahamas Bold';
  src: url('../font/Bahamas Bold.eot');
  src: url('../font/Bahamas Bold.eot?#iefix') format('embedded-opentype'),
  url('../font/Bahamas Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BahamasBold';
  src: url('../font/BahamasBold.svg#BahamasBold') format('svg'),
  url('../font/BahamasBold.ttf') format('truetype'),
  url('../font/BahamasBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rodger-Regular';
  src: url('../font/Rodger-Regular.eot');
  src: url('../font/Rodger-Regular.eot?#iefix') format('embedded-opentype'),
       url('../font/Rodger-Regular.svg#Rodger-Regular') format('svg'),
       url('../font/Rodger-Regular.ttf') format('truetype'),
       url('../font/Rodger-Regular.woff') format('woff'),
       url('../font/Rodger-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rodger-Black';
  src: url('../font/Rodger-Black.eot');
  src: url('../font/Rodger-Black.eot?#iefix') format('embedded-opentype'),
       url('../font/Rodger-Black.svg#Rodger-Black') format('svg'),
       url('../font/Rodger-Black.ttf') format('truetype'),
       url('../font/Rodger-Black.woff') format('woff'),
       url('../font/Rodger-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rodger-Bold';
  src: url('../font/Rodger-Bold.eot');
  src: url('../font/Rodger-Bold.eot?#iefix') format('embedded-opentype'),
       url('../font/Rodger-Bold.svg#Rodger-Bold') format('svg'),
       url('../font/Rodger-Bold.ttf') format('truetype'),
       url('../font/Rodger-Bold.woff') format('woff'),
       url('../font/Rodger-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rodger-Light';
  src: url('../font/Rodger-Light.eot');
  src: url('../font/Rodger-Light.eot?#iefix') format('embedded-opentype'),
       url('../font/Rodger-Light.svg#Rodger-Light') format('svg'),
       url('../font/Rodger-Light.ttf') format('truetype'),
       url('../font/Rodger-Light.woff') format('woff'),
       url('../font/Rodger-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rodger-Thin';
  src: url('../font/Rodger-Thin.eot');
  src: url('../font/Rodger-Thin.eot?#iefix') format('embedded-opentype'),
       url('../font/Rodger-Thin.svg#Rodger-Thin') format('svg'),
       url('../font/Rodger-Thin.ttf') format('truetype'),
       url('../font/Rodger-Thin.woff') format('woff'),
       url('../font/Rodger-Thin.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nadall';
  src: url('../font/Nadall.svg#Nadall') format('svg'),
       url('../font/Nadall.ttf') format('truetype'),
       url('../font/Nadall.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Quizma-LightDemo';
  src: url('../font/Quizma-LightDemo.eot');
  src: url('../font/Quizma-LightDemo.eot?#iefix') format('embedded-opentype'),
       url('../font/Quizma-LightDemo.svg#Quizma-LightDemo') format('svg'),
       url('../font/Quizma-LightDemo.ttf') format('truetype'),
       url('../font/Quizma-LightDemo.woff') format('woff'),
       url('../font/Quizma-LightDemo.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.sl-wrapper .sl-close{
	top: 20%;
}
.black{
	background: black
}
.red{
	background: red
}
.blue{
	background: blue

}
.green{
	background: green
}
.yellow{
	background: yellow
}
.h400{
	height: 400px;
}
.h200{
	height: 200px;
}

html{
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
	font-family: Rodger-Regular;
    letter-spacing: 0.6px;
}
.web{
	 font-family: 'Quizma-LightDemo';
	 text-decoration: none;
	 color: black;
}
.san{
	font-family: 'Nadall';
	text-decoration: none;
	color: black;
}
.web-logo{
	width: 150px;
	margin-top: 20px;
	opacity: 0.9;
	margin-right: 20px;
}
.sanatu{
	font-size: 25px;
}
.webtsr{
	line-height: 5px;
}
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
    display: none;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

.slider{
	background:black;
	height: 100vh;
	width: 100%;
	opacity: 0.5;
}
.menu > ul{
	margin: 0;
	padding: 0;
}
.menu > ul > li {
	position: relative;
	list-style-type: none;
	float: left;
	line-height: 60px;
	height: 60px;
	min-height: 60px;
	overflow: hidden;
	transition: 0.5s;
}
.menu > ul > li > a{
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2vw;
	color:white;
	transition: 0.2s;
	text-transform: uppercase;
	font-family: Rodger-Regular;
    letter-spacing: 0.6px;
    font-weight: bolder;

}
.menu > ul > li > a:hover{
	color: #fdb713;
}
.menu > ul > li > .alt-menu{
	transition: 0.3s;
	position: absolute;
	margin-top: 15px;
	background: #fdb713;
}

.menu ul li:hover{
	overflow: visible;
}
.menu ul li:hover .alt-menu{
	background: #fdb713;
	margin-top: 0px;
	-webkit-box-shadow: inset 0px 14px 18px -15px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 14px 18px -15px rgba(0,0,0,1);
	box-shadow: inset 0px 14px 18px -15px rgba(0,0,0,1);
}
.alt-menu li a{
	display: block;
	width: 100%;
	height: 60px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: white;
	font-size: 14px;
}
.alt-menu li a:hover{
	background: #292728;
	color: #fab913;
}
.alt-menu{
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
.alt-menu li{
	list-style-type: none;
}
.menu .menu-left{
	float: left;
}
.menu .menu-right{
	float: right;
}

.menu-genel{
	height:60px;
	width: 100%;
	margin-top: 50px;
	position: relative;
	z-index: 999999999;
	position: absolute;
}
.menu{
	min-height: 60px;
	height:60px;
	width: 70vw;
	background: #292728;
	margin: auto;
	position: relative;
	padding-left:4vw;
	padding-right:4vw;
	border-radius:200px;
	transition: 0.3s;
	margin-left: none;
}
.menu-logo{
	cursor: pointer;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -65px;
	margin-top: -30px;
	background: white;
	height: 130px;
	width: 130px;
	border-radius: 150px;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
	transition: 0.5s;
}
.menu-logo img{
	display: block;
	margin: auto;
	margin-top: 5px;
}

.menu-botton{
	height: 35px;
	width: 40px;
	position: fixed;
	right:15px;
	top: 10px;
	z-index: 999999;
	overflow: hidden;
	cursor: pointer;
	display: none;
}
.m1,.m2,.m3{
	height: 5px;
	width: 100%;
	background: black;
	display: block;
	margin-top: 6px;
	transition: 0.5s;
}
.mo{
	height: 5px;
	width: 100%;
	background: black;
	display: block;
	margin-top: -5px;
	transition: 0.5s;
}
.i-hakkimizda-text{
	height:650px;
	background-image: url("../images/ayvaz-home-logo-bg.png");
	background-size: 100% 100%;
	padding-top:15%;
	padding-left: 7%;
	padding-right: 7%;
	top: -150px;
}
.i-hakkimizda-genel{
	margin-top: 50px;
}
.text-baslik h1{
	font-size: 40px;
}
.text-baslik h4{
	opacity: 0.8;
}
.i-hakkimizda-btn{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 100px;
	border: solid 1px #5d5959;

}
.i-hakkimizda-btn a{
	text-decoration: none;
	color: black;
	color: #5d5959;
	font-size: 20px;
}

/*
.galeri-genel{
	margin-top: 35px;
	background: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 100px;
    position: relative;
    background-image: url("../images/galeri-image.jpg");
    background-size: cover;

}
.galeri-slider{
	height: 300px;
}

.galeri-genel:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
*/
.galeri-genel{
	min-height:450px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.galery-img{
	text-align: center;
}
.referan-genel{
	height: 150px;
}
.galeri-btn{
	text-align: center;
	opacity: 0.4;
}
.galeri-btn a{
	margin-top: 50px;
	display: block;
	text-decoration: none;
	font-size: 35px;
	color:black;
	font-weight: bold;
}
.parallax-genel{
	min-height: 400px;
	width: 100%;
	background-image: url("../images/Ayvaz-Et-Parallax-BG.jpg");
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 30px;
  	padding-left: 30px;
}
.parallax-text{
	padding-right: 100px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding-left: 50px;
}
.parallax-title{
	height: 40px;
	width: 230px;
	color: #fcb815;
	border-bottom: solid 5px white;
}
.sertifika-link{
	min-height: 300px;
	width: 60%;
	float: right;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	border-top: solid 10px #fbb816b0;
	border-left: solid 10px #fbb816b0;
	border-bottom: solid 10px #fbb816b0;
}
.sertifika-link{
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	padding-top: 35px
}
.sertifika-link a{
	text-decoration: none;
	color: white;
}
.left-border{
	height: 1px;
	width: 45%;
	float: left;
	border:dashed 2px #f8ba15;
}
.right-border{
	height: 1px;
	width: 45%;
	float: right;
	border:dashed 2px #f8ba15;
}
.footer-logo{
	height: 100px;
	width: 100px;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50px;
	margin-top: -50px;
	border-radius: 100px;
	background-image: url("../images/ayvaz-Et-Footer-Logo.png");
	background-size: 100%;
}
.footer-top{
	height: 100px;
	width: 100%;
	padding-top: 52px;
}
.footer-bottom-genel{
	min-height: 50px;
	width: 100%;
	background:#f8ba15;
	line-height: 50px;
}
.ftr-auto-genel{
	padding-top: 50px;
}
.ftr-auto{
	text-align: center;
	font-weight: bold;
	opacity: 0.7;
}
.sosy-medya{
	min-height: 50px;
	min-width: 150px;
	text-align: center;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.sosy-medya span {
	font-weight: bold;
	opacity: 0.7;
}
.footer-text{
  margin-left: 20px;
  font-weight: bold;
  font-size: 15px;
}
.text-left{
	float: left;
	left: 10%;
}
.text-right{
	float: right;
	right: 10%;
}
footer{
	background: red;
	margin-top: 50px;
	background-image: url("../images/galeri-image.jpg");
	background-size: cover;
}
.head-img{
  height: 25vw;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.head-adres{
	border-top: 2px dashed #f5b83c;
	height: 50px;
	width: 100%;
	background:#292728;
	padding-left: 75px;
	color:white;
	font-size: 1.5vw;
}
.head-adres a{
	line-height: 50px;
	font-size: 1.2vw;
	text-decoration: none;
	color: white
}
.hakkimiz-genel{
	background-image: url("../images/ayvaz-home-logo-bg.png");
	background-repeat: no-repeat;
	background-size: 500;
	background-position: center;
	min-height: 800px;
	margin: auto;
	margin-top: -200px;
	max-width: 800px;
	padding-top: 100px;
}
.hakkimiz-baslik{
	width: 50%;
	margin:auto;
	text-align: center;
}
.hakkimiz-metin{
	width: 70%;
	margin-top: 110px;
}
.iletisim-genel{
	margin-top: 50px;
}
.sertifikalar-genel{
	margin-top: 100px;
}
.uretim-genel{
	margin-top: 100px;
}
.uretim-text{
	text-align: justify;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.uretim{
	margin-bottom: 100px;
}