body{
	overflow-x:hidden;
  background-image: url('../images/arkaplan.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}

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

@font-face {
  font-family: 'VAGRoundedBT-Regular';
  src: url('../font/VAGRoundedBT-Regular.svg#VAGRoundedBT-Regular') format('svg'),
  url('../font/VAGRoundedBT-Regular.ttf') format('truetype'),
  url('../font/VAGRoundedBT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


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


.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;
    height: 180px;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}

.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    filter: grayscale(100%);
    transform: 0.5;
}
.nbs-flexisel-item img:hover{
   filter: grayscale(0%);
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    height: 35px;
    width: 35px;
    position: absolute;
    z-index: 4;
    top: 90%;
    transform: translateY(-50%);   
    background: rgb(0, 159, 227);
    color: #fff;
    font-size: 20px;
    
}

.nbs-flexisel-nav-left {
    right: 55px;
    cursor: pointer;
}
.nbs-flexisel-nav-right {
    right: 15px;
    cursor: pointer;
}
.nbs-flexisel-nav-left:before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    margin: auto;
    margin-top:7px;
    background-image: url('../images/right.png');
    background-size: cover;
    transition: transform .2s;
}
.nbs-flexisel-nav-left:hover:before{
 transform: scale(1.3);
}
.nbs-flexisel-nav-right:hover:before{
 transform: scale(1.3);
}

.nbs-flexisel-nav-right:before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    margin: auto;
    margin-top: 7px;
    background-image: url('../images/left.png');
    transition: transform .2s;
    background-size: cover;
}
.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.ref-genel{
  margin-top: 100px;
}
.red{background: red}.green{background: green}.sky{background: skyblue}.blue{background:blue}.yellow{background: yellow}
.title{
  min-height: 65px;
  width: 100%;
  padding-left: 20px;
  border-left: solid 5px #009fe3;
  font-size: 25px;
  margin-bottom: 20px;
}

.atext{
  text-decoration: none;
}




.menu-logo{
  height: 100px;
  width: 25%;
  padding-top: 22px;
  padding-left: 45px;
  float: left;
  border-right: solid 2px #7f83861f;

}
.menu-iletisim{
  height: 100px;
  width: 25%;
  float: left;
  background: white;
  border-bottom: solid 2px #7f83861f;

}
.menu-iletisim-item{
  float: left;
  width: 50%;
  height: 100px;
  text-align: center;
  padding-top: 20px;
  color: #7f8386;
}
.menu-iletisim-item > ul{
  padding: 0px;
  margin: auto;
  min-height: 35px;
  width: 100%;
  margin-top: 10px;
  margin-left: -10px;
}
.menu-iletisim-item > ul > li > a{
  color: #0eb3d6;
}
.menu-iletisim-item > ul > li{
  height: 35px;
  width: 35px;
  border-radius: 50px;
  list-style-type: none;
  float: left;
  margin-left:15px;
  line-height: 35px;
  background: #edf2f9;
  position: relative;
  z-index: 1;
}
.menu-iletisim-item > ul > li::before {
  content: '';
  background: #009fe3;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 0px;
  width: 0px;
  z-index: -1;
}
.menu-iletisim-item > ul > li:hover:before{
  height: 35px;
  width: 35px;
}
.menu-iletisim-item > ul > li:hover a{
  color: white;
}
.menu-iletisim-item > ul > li > a {
  display: block;
  height: 100%;
  width: 100%;
}
.menu-genel{
  width: 100%;
  max-height: 100px;
  position: fixed;
  top: 0px;
  background: white;
  z-index: 99999999999;
  border-bottom: solid 2px #7f83861f;
}

.menu{
  width: 50%;
  float: left;
  transition: 0.5s;
  min-height: 100px;

}
.menu ul li a{
  color: #7f8386;
  font-weight: bold;
}
.menu .menu-ul > li{
  float: left;
  list-style-type: none;
  position: relative;
  min-width: 80px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  transition: 0.5s;
  margin-left: 10px;
}
.menu .menu-ul > li a{
  text-decoration: none;
  display: block;
  height: 100%;
}
.menu .menu-ul li > .menu-active-ul{
  margin: 0;
  padding: 0;
  position: absolute;
  background: #009fe3;
  min-width: 230px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: rotateX(90deg) skew(-6deg);
  transform: rotateX(90deg) skew(-6deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
}
.menu .menu-ul li > .menu-active-ul li{
  height: 50px;
  line-height: 50px;
  list-style-type: none;
  text-align: left;
  padding-left: 10px;
  overflow: hidden;
  
}
.menu .menu-ul li > .menu-active-ul li a{
  display: block;
  text-decoration: none;
  color: white;
  word-break: break-all;
  white-space: normal;
}

.menu-active-ul::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.menu-active-ul::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.menu-active-ul::-webkit-scrollbar-thumb
{
  background-color: #bfbfbf;
}

.menu-button{
  border-style: solid;
  border-width: 1px;
  border-left: 1px solid #40b1d4;
  border-top: 1px solid #40b1d4;
  border-bottom: 1px solid #e8a527;
  border-right: 1px solid #e8a527;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  float: right;
  margin-right: 50px;
  color: #7f8386;
  line-height: 30px;
  font-weight: bold;
  display: none;
}
.menu-button:active {
  position:relative;
  top:1px;
}
#active_li{
  color: transparent;
}

.m{
  margin-top: 100px;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px; 
}
.i-hakkimizda-genel{
  min-height: 500px;
  margin-top: 50px;
}
.i-hakkimizda-img{
  height: 500px;

}
.i-hakkimizda-title{
  min-height: 65px;
  width: 100%;
  padding-left: 20px;
  border-left: solid 5px #009fe3;
}
.i-hakkimizda-title > strong{
  line-height: 25px;
  opacity: 0.5;
}
.i-hakkimizda-title > h3 {
  font-weight: bold;
  line-height: 40px;
}
.i-hakkimizda{
  padding-left: 50px;

}
.i-hakkimizda-text{
  padding-top: 20px;
  opacity: 0.8;
}
.i-hakkimizda-button > a{
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border:solid 1px #0000000f;
  text-align: center;
  float: left;
  margin-top: 30px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  transition: 0.2s;
  margin-right: 50px;
}
.i-hakkimizda-button > a:hover{
  -webkit-box-shadow: 0px 13px 12px -11px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 13px 12px -11px rgba(0,0,0,0.34);
  box-shadow: 0px 13px 12px -11px rgba(0,0,0,0.34);
}
.hizmetler-genel{
  margin-top: 100px;
}
.hizmetler-genel > .row > div {
  margin-top: 15px;
}
.hizmet-item{
  height: 200px;
  width: 350px;
  margin: auto;
  overflow: hidden;
  margin-top: 30px;
}
.hizmet-item-hover{
  position: relative;
  height: 200px;
  width: 350px;
  background: #000000e0;
  z-index: 2;
  margin-top: -75px;
  transition: 0.5s;
}
.hizmet-item-hover a{
  text-decoration: none;
}
.hizmet-item:hover .hizmet-item-hover{
  margin-top:-200px;
}
.hizmet-item-title{
  width: 350px;
  height: 74px;
  padding: 15px;
}
.hizmet-item-title img{
  float: left;
  margin-right: 20px;
  display: block;
  height: 50px;
  width: 50px;
}
.hizmet-item-title > h4{ 
  font-size: 16px;
  color: white;
  line-height: 50px;
}
.hizmet-item-text{
  padding-left: 85px;
  color: white;
  padding-right: 15px;
}
.hizmet-item-text a{
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  
}
.footer-genel{
  border-top: solid 3px #009fe3;
  min-height: 300px;
  width:100%;
}
.footer-genel > .row div {
  padding-top:30px;
}
.footer-hakkimizda > img{
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.footer-text{
  margin-left: 20px;
  font-weight: bold;
  font-size: 15px;
}
.footer-ul{
  padding-top: 70px;
  padding-left: 50px;
}
.footer-ul ul{
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}
.footer-ul ul li{
  list-style-type: none;
  opacity: 0.5;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
}
.footer-ul ul li h6{
  font-weight: bold;
  font-size: 15px;
}
.footer-ul ul li a{
  text-decoration: none;
  color: black;
}
.footer-bottom-genel{
  margin-bottom: 8px;
}
.footer-adress{
  height: 250px;
  width: 100%;
  margin-top: 50px;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
}

.head-img{
  height: 350px;
  background-image:url('../images/gemi-boya-isleri-hizmeti.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 44px;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.iletisim-img{
  height: 350px;
  background-image:url('../images/gemi-boya-isleri-hizmeti.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0px;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}

.left-menu-genel ul{
  margin: 0;
  padding: 0;
  margin-top:20px;
  border-left: solid 5px #009fe3;
  border-right: dashed 1px #0000005b;
  border-bottom: dashed 1px #0000005b;
  }
.left-menu-genel ul li{
  list-style-type: none;
  min-height: 50px;
  line-height: 50px;
  width: 100%;
  opacity: 0.8;
  transition: 0.8s;
}
.left-menu-genel ul li a{
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
  color: black;
  border-top: dashed 1px #0000005b;
  padding-left: 20px;
}
.left-menu-genel ul li:hover{
  opacity: 1;
}
.hakkimizda-genel{
  min-height: 350px;
  padding-bottom: 100px;
}
.hakkimizda-text-genel{
  margin-top: 50px;
}
.hakkimizda-text{
  min-height:100px;
  text-align: left;
  padding-left: 5%;
}
.hakkimizda-title{
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-left: 5%;
}
.hizmet-genel{
  min-height: 350px;
  padding-bottom: 100px;
  margin-top:50px;
}
.hizmet-text-genel{
  margin-top: 20px;
}
.hizmet-text{
  min-height:100px;
  text-align: left;
  padding-left: 5%;
}
.hizmet-title{
  min-height: 75px;
  line-height: 50px;
  width: 100%;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-left: 5%;
  padding-top: 20px;
}
.hizmet-adres{
  height: 75px;
  width: 100%;
  background: #009fe3;
  line-height: 75px;
  color: white;
}
.hizmet-adres-text{
  margin-left: 60px;
}
.hizmet-adres-text a{
  text-decoration: none;
  color: white;
}
.adres{
  height: 50px;
  width: 70%;
  margin-left: -10%;
  background: #009fe37d;
  margin-top: -50px;
  -ms-transform: skewX(50deg); /* IE 9 */
  -webkit-transform: skewX(50deg); /* Safari 3-8 */
  transform: skewX(50deg);
  position: relative;
}
.adres-text{
  height: 50px;
  width: 100%;
  margin-left: 23%;
  -ms-transform: skewX(-50deg); /* IE 9 */
  -webkit-transform: skewX(-50deg); /* Safari 3-8 */
  transform: skewX(-50deg);
  line-height: 50px;
  color: white;
}
.adres-text a{
  text-decoration: none;
  color: white;
}
.scroll-top{
  z-index: 99999999999999999999999999;
  height: 50px;
  width: 50px;
  background: #009fe3;
  position: fixed;
  right:-50px;
  transition: 0.5s;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: white;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.19);
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.19);
}
.iletisim-genel{
  min-height: 400px;
  margin-top: 50px;
}
.iletisim-adres{
  text-align: left;
  font-size: 20px;
}
.iletisim-form{
}



.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: ; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 9999999999999999999;

}

/* Modal Content */
.modal-content {
  width: 80%;
  min-height: 50px;
  margin: auto;
  z-index: 9999;
  padding: 10px;
  top: -20px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.video-item{
  margin-top: 0px;
  margin-bottom: 60px;
}
.videolar-genel{
  padding-top: 50px;
}
.video-title{
  text-align: center;
}
.referans-genel{
  margin-top: 50px;
  margin-bottom: 100px;
 
}
.ref-item{
  height: 150px;
  min-width: 200px;

}
.ref-item img{
  cursor: pointer;
  display: block;
  margin: auto;
  margin-top: 12px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ref-item img:hover{
   -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.chancolor{
  background: #009fe3;
  color :#ffff;
}

/*
 font-family: 'VAGRoundedBT-Regular';
 font-family: 'VAGRON';
 font-family: 'MixolydianTitlingRg-Regular';
font-family: 'CircleD';
*/