.site-logo {
    width: 100%;
    /* max-width: 350px; */
    padding-left: 0px;
    position: absolute;
    /* -webkit-filter: drop-shadow(3px 5px 10px #222); */
    filter: drop-shadow(3px 8px 12px #fff);
    /* z-index: 999999; */
}

.float-right{
  margin-top: 10px;
  float:right;
}

.float-right img {
  float: right;
}

.sag-kisim{
  margin-top: 1px;
  float: right;
}

.logo-baslik{
  color: #0a5429;
  font-size: 15px;
  font-weight: bold;
  margin-top: 105px;
}

.sagagit{
  margin-top: 1px;
  float: right;
}

nav-item show{
    z-index: 999999;
}
.accordion-menu {
    width: 100%;
    max-width: 350px;
    margin: 7px auto 7px;
    background: #fff;
    border-radius: 2px;
    padding-left: 0px;
}
.accordion-menu li.open .dropdownlink {
  color: #CDDC39;

}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}
.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}
.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 14px 11px 15px 15px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
}
.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems {
  display: none;
  background: #C8E6C9;

}
.submenuItems li {
  border-bottom: 1px solid #B6B6B6;
}

.submenuItems a {
  display: block;
  color: #727272;
  padding: 12px 12px 12px 10px;
  transition: all 0.4s ease-out;
}
.submenuItems a:hover {
  background-color: #CDDC39;
  color: #fff;
}

.accordion ul {
  list-style: none;z
}

.accordion a {
  text-decoration: none;
}

.accordion h2 {
  text-align: center;
  margin: 20px auto;
  color: #000;
}


.stylish-input-group button {
    border: 0;
    background: transparent;
    border-left: solid 1px #ccc;
    height: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 10px;
    font-size: 13px;
}

.show-on-hover:hover > ul.dropdown-menu {
        display: block;
    }
.dropdown-menu {
                top: 94%;
                padding-left: 7px;
                }

.categories .dropdown-menu li a{display: block; white-space: nowrap; padding: 2px 15px 2px 0;}

.bittiyav{
border-left: solid 3px #f00;
padding-left: 5px;
color: #000;
font-weight: bold;
    }

.ortala{
justify-content: center;

}

.services-section {padding-top: 3px;padding-bottom: 5px;/* background:#e2e2e2; */}
.service-box h3 {
    color: #59626b;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 36px;
    letter-spacing:1px;
    margin: 0;
}
.service-content p {margin-top:5px;margin-bottom: 20px;}
.service-icon{width: 50px;
    height: 50px;
      text-align: center;
    line-height: 50px;
    font-size: 30px;
    float:left;
    display: table;
    color:red;
    transform: rotate(-45deg);}
.service-content{margin-top: 15px;margin-left: 75px;padding-top: -2px;}


.srvices_main1 {
    overflow: hidden;
    padding: 30px 0 0;
    width: 100%;
}
.service_first {
    /* background: #f2efef none repeat scroll 0 0; */
    border: 1px dotted #c0c0c0;
    border-radius: 0;
    padding: 10px 10px;
    width: 100%;
}
.service_first h1 {
    color: #000;
    font-family: roboto;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    padding: 5px 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative;
}
.service_first p {
    font-family: roboto;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0 3px 6px;
    /* text-align: center; */
}
.service_button {
    padding: 10px 0;
    width: 100%;
}
.service_button a {
    background-color: rgb(255, 102, 0);
    background-image: linear-gradient(to bottom, rgb(240, 146, 4), rgb(230, 92, 0));
    border: 1px solid;
    border-radius: 0;
    color: #fff;
    font-family: roboto;
    font-size: 16px;
    margin: 0 135px;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.service_button a:hover {
    background: #000000 none repeat scroll 0 0;
}
.service_first:hover {
    background: #e6e4e4 none repeat scroll 0 0;
    border: 1px dashed #aaa;
    cursor: auto;
    display: block;
}

.cuadro_intro_hover{
    padding: 0px;
		position: relative;
		overflow: hidden;
		height: 200px;
    margin-bottom: 15px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:150px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		text-align: center;
		top:0px;
		width: 100%;
	}

  .cuadro_intro_hover h3{
    z-index: 10;
    color: #fff;
    text-align: center;
    font-size: 16px;
    top:0px;
    width: 100%;
    border-top:2px solid white;
    border-bottom:2px solid white;
    padding:14px;
  }

  .owl-nome .item{
    background:#f1f1f1;
    height:300px;
    text-align:center;
  }

  .owl-item {
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1.0, 1.0);
  }

  .owl-nome .owl-dots{
    margin-top:50px;
  }

  .owl-nome .owl-nav [class*=owl-] {
      color: white;
      font-size: 22px;
      margin: 0px;
      padding: 5px 10px;
      background: none;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px;
      background-color: #b69753;
  }

  .owl-nome .owl-nav [class*=owl-]:hover {
      color: #f5f5f5;
      background: none;
      background-color: #7b1a22;
  }

  .owl-nome .owl-dots .owl-dot span {
      width: 50px;
      height: 5px;
      margin: 5px 7px;
      background: #866d37;
      transition: opacity .2s ease;
      border-radius: 30px;
  }

  .owl-nome .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: red;
  }

  .owl-nome .owl-nav {
      position: absolute;
      width: 7%;
      top: -23%;
      background:blue;
      height:0px;
      /* float: right; */
      right: 0;
  }

  .owl-nome .owl-next{
    position:absolute;
    background:blue;
    right:1%;
  }

  .owl-nome .owl-prev{
    position:absolute;
    background:blue;
    left:1%;
  }



  .owl-nome1 .owl-dots{
    margin-top:50px;
  }

  .owl-nome1 .owl-nav [class*=owl-] {
      color: white;
      font-size: 40px;
      margin: 0px;
      padding: 5px 10px;
      background: none;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px;
      background-color: #b69753;
  }

  .owl-nome1 .owl-nav [class*=owl-]:hover {
      color: #f5f5f5;
      background: none;
      background-color: #7b1a22;
  }

  .owl-nome1 .owl-dots .owl-dot span {
      width: 50px;
      height: 5px;
      margin: 5px 7px;
      background: #866d37;
      transition: opacity .2s ease;
      border-radius: 30px;
  }

  .owl-nome1 .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: red;
  }

  .owl-nome1 .owl-nav {
      position: absolute;
      width: 100%;
      top: 26%;
      background:blue;
      height:0px;
      /* float: right; */
      /* right: 0; */
  }

  .owl-nome1 .owl-next{
    position:absolute;
    background:blue;
    right:1%;
  }

  .owl-nome1 .owl-prev{
    position:absolute;
    background:blue;
    left:1%;
  }


  .note-float-left{ display: inline; float: left;  margin: 1em 2em 1em 0;}

  .note-float-right { display: inline; float: right;  margin:2em 2em 2em 2px;}

  .mb-4 {
      margin-bottom: 0.1rem !important;
  }


  .asocial-area {  float: right;}@media screen and (max-width: 768px) {
  .asocial-area {    float: none;    text-align: center;  }}
  .asocial-icon {  line-height: 35px;  font-size: 14px;  font-size: 1.4rem;  text-align: right;}
  .asocial-icon a {  color: #ffffff;  padding: 2px 6px;  font-size: 20px;}@media screen and (max-width: 1000px) {
  .asocial-icon {    font-size: 20px;    font-size: 2rem;    line-height: 50px;  }}
  .facebook a:hover {  color: #3b5998;}
  .twitter a:hover {  color: #2b7bb9;}
  .googleplus a:hover {  color: #dd4b39;}
  .linkedin a:hover {  color: #007bb6;}
  .youtube a:hover {  color: #cc181e;}
  .flickr a:hover {  color: #2b7bb9;}
  .rss a:hover {  color: #FB6405;}
  .instagram a:hover {  color: #3f729b;}
  .social a{display:inline-block;margin:10px 10px 5px 0;padding:10px 15px;color:#fff;font-weight:bold;text-align:center;text-decoration:none;border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;}/*Twitter*/.twit{background:#9AE4E8;}/*Facebook*/.face{background:#3B5998;}/*Google Plus*/.google-plus{background:#D34836;}/*vk*/.vkp{    background-color: #6287ae;    }/*whatsup*/.whatsup{background:#1eb55b;}




.nav-menu .header-second, .nav-menu .main-navigation.main-navigation--mega-menu.animated, .nav-menu nav.navbar.navbar-expand-lg.navbar-light.p-0{height: 100%;}
.header .navbar-nav li ul .nav-link{padding: 10px 15px; border: 0;}
.categories button.btn.btn-default.dropdown-toggle{margin-top: 35px;}

.header .navbar-nav li ul{border: 0;}
.header .navbar-nav li .nav-link:hover, .header .navbar-nav .show > .nav-link{border-left: 0; border-right: 0;}
.banner .row{margin-left: 0; margin-right: 0;}

.cuadro_intro_hover p{margin-top: 0;}
.cuadro_intro_hover h3{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.cuadro_intro_hover:hover h3{white-space: normal; text-overflow: initial; overflow: initial;}


blockquote {
    padding: 10px 20px;
    /* margin-top: 12px; */
    /* margin-top: 15px; */
    margin: 15px 0px 15px;
    font-size: 18px;
    border-left: 5px solid #ff0000;
    color: #27141c;
    font-style: italic;
    }

blockquote.alignright {max-width: 70%;float:right;color: #000000;text-align:right;border-right: 5px solid #ff0000;border-left:transparent;}

blockquote.alignleft {/* max-width: 60%; */float:left;margin-top: 20px;}


.featured-wrap.hide_title {
    margin-top: 25px;
}


.featured-wrap {
    float: left;
    width: 100%;
}

.featured-large:nth-child(1) {
    position: relative;
    overflow: hidden;
}

.featured-o-thumb {
    overflow: hidden;
}

.col-md-8 .featured-large:first-child .featured-o {
    bottom: 14px;
    left: 4px;
}

.featured-o {
    pointer-events: none;
    color: #fff;
    position: absolute;
    padding: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.col-md-4 .featured-large {
    position: relative;
    width: 100%;
    padding: 0 0 15px 15px;
    float: left;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.featured-large .cat-links {
    top: 12%;
    left: 1%;
}

.cat-links ul {
    display: inline-block;
}

.cat-links ul li {
    display: inline-block;
    list-style: none;
    line-height: 20px;
    font-size: 10px;
    font-family: Roboto;
    margin-right: 4px;
    text-transform: uppercase;
}

.cat-links ul li a, .tagcloud a {
    /* background-color: #d98846e8!important; */
}

.cat-links ul li a, .tagcloud a {
    color: #fff!important;
    font-size: 15px;
    padding: 0px 4px;
    line-height: 22px;
    /* background: #e28000; */
    font-weight: 600;
    text-align: center;
    display: block;
    border-radius: 2px;
    text-shadow: 1px 2px 5px black;
}

.featured-o-thumb {
    overflow: hidden;
}

figure {
    display: block!important;
    margin: 5px 0px 0px 0px;
    float: right;
    border: 1px solid #1b1a193d;
}


.buyutme {
  margin: 0 auto;
  overflow: hidden;
  /* font-size: 0; */
}
img {
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}
.buyutme:hover img {
  transform: scale(1.2);
}

.buyutme-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
  text-align:center;
	border-radius: 50%;
  padding:.5em .3em 0 .3em;
  margin:.5em;
	/*color: rgba(255, 255, 255, 0.8);*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fa:hover, .fa:active {
  color:#9e0825;
 	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.nopadding {
     padding-right:0 !important;
     padding-left:0 !important;
     margin-right:0 !important;
     margin-left:0 !important;
}

.sagbosluk{
     margin: 5px 0px 0px 0px;
     padding-right:15px;
}
.sagbosluksifirla{
     padding-right:0px;
}

.ustaralik{
     padding-top:6px;
}


.ustbosluk
{
     padding-bottom:5px;
}

.featured-o-title {
    font-size: 15px;
    text-shadow: 1px 2px 5px black;
    text-transform: uppercase;
    font-weight: 600;
}
.yuvarlak{
     border-radius: 0% 15%;
}

.sliderustbosluk
{
     margin-top:5px;
}



#slides {overflow: hidden;position: relative; width:98%; height: 100px;margin-top: 10px;}

#slides ul {list-style: none; width:98%;height:100px;margin: 0;padding: 0;position: relative;}

 #slides li {width:98%; height:100px;float:left;text-align: center;position: relative;font-family: roboto, sans-serif;}
/* Styling for prev and next buttons */
.btn-bar{
    max-width: -1px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 33px;
    width: 97%;
}

#buttons {padding: 0 0 1px 0;float:right;}

#buttons a {text-align:center;display:block;font-size: 40px;float:left;outline:0;margin: 0 1px;color:#b14943;text-decoration:none;display:block;padding: 4px;width: 30px;}

a#prev:hover, a#next:hover {
color:#b69753;
text-shadow:.2px 0px #b14943;
}

.quote-phrase, .quote-author {font-family:sans-serif;font-weight: 100;display: table-cell;vertical-align: middle;padding: 0px 20px;font-family: 'roboto', Calibri, Arial, sans-serif;}

.quote-phrase {height: 3px;font-size: 19px;color: #292828;font-style:italic;text-shadow:.5px 0px #b14943;}

.quote-marks {font-size: 20px;padding:0 3px 3px;position:inherit;}

.quote-author {font-style:normal;font-size: 13px;color:#b14943;font-weight:200;height: 22px;}

.quoteContainer, .authorContainer {
display: table;
width: 100%;
}



* clearfix */

.owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}


/* display none until init */

.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}


/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}


/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}

@keyframes empty {
  0% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  color: #FFF;
  font-size: 12px;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
}


/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center
}


/* CUSTOM USER OPTIONS */

.carousel-container {
  width: 100%;
}

.item {
  margin: 0 10px;
  background: #fff;
  color: #333;
}

.item img {
  width: 100%;
}

.item h4 {
  margin-top: 10px;
  color: #333;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
}

.item p {
  color: #333;
  padding: 0 10px 30px;
  font-family: 'PT Serif', serif;
}

.customNavigation {
  margin-top: 5px;
  margin-right: 11px;
  text-align: right;
}

.customNavigation .btn {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin: -1.9px;
  padding: 0.8em 1.1em;
  border: 0;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 20px;
  cursor: crosshair;
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition-property: all .1s ease-in 0s;
  -webkit-font-smoothing: antialiased;
  background: #333;
}

.customNavigation .btn:hover {
  background: #222;
}

.hoverfx {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.hoverfx img {
  position: absolute;
  left: 0;
  width: 100%;
}

.hoverfx:before {
  display: inline-block;
  padding-top: 60%;
  content: '';
  vertical-align: middle;
}

.hoverfx .figure {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 15px;
  max-width: 60%;
  border: 3px solid #e9e9e9;
  color: #ecf0f1;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.hoverfx .figure:hover {
  background: #e9e9e9;
  color: #333;
}

.hoverfx .overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 50%;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.item:hover .figure,
.item:hover .overlay {
  opacity: 1;
}


.sepet{
  background: #000000;
  color: #fff;
  font-size: 14px;
}

.arama {
    margin-top: 20px;
    margin-bottom: 0px;
}

.imkanlar{
    margin-top: 22px;
    margin-bottom: 0px;
    color: #252121;
    font-size: 16px;
    font-weight: 400;
}
.bosluk{
    padding-right: 8px;
    max-width: 112px;
    /* text-align: center; */
}

a {
    text-shadow: none;
    color: #0d638f;
}
ul {
    margin: 0px;
    padding: 0px;
}
.ace-responsive-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #333;
    float:left;
    width:100%;
    font-family: 'Roboto', sans-serif;
    border-bottom: 3px solid #FD5025;
}
.ace-responsive-menu li{
    list-style: none;
}
.ace-responsive-menu li ul {
    display:none;
}
.ace-responsive-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: left;
}
.ace-responsive-menu li a {
        color:#c0c0c0;
}
.ace-responsive-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 18px 20px 18px 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: #c0c0c0;
}
.ace-responsive-menu li a i {
    padding-right: 5px;
    color: #FF5737;
}
.ace-responsive-menu > li > a i {
    font-size: 16px;
    text-shadow: none;
    color: #FF5737;
}
.ace-responsive-menu li ul.sub-menu li a i {
    padding-right: 10px;
}
.ace-responsive-menu li.menu-active > a {
    background: #272727 !important;
    color:#fff;
}
.ace-responsive-menu li .menu-active {
    position: relative;
}
.ace-responsive-menu > li > a > .arrow:before {
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
}
.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
}
.ace-responsive-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
}
.ace-responsive-menu li ul.sub-menu {
    background: #333;
}
.ace-responsive-menu li ul.sub-menu > li {
    width: 185px;
}
.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 12px 20px 12px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    background: none;
    z-index: 99999999;
}
.ace-responsive-menu > li > ul.sub-menu > li {
    position: relative;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background: #333;
}
.menu-toggle h3 {
    float: left;
    color: #FFF;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}
.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #F5F5F5 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 3px;
}
.menu-toggle .icon-bar:hover {
    background-color: #F5F5F5 !important;
}
.menu-toggle #menu-btn {
    float: right;
    background: #202020;
    border: 1px solid #0C0C0C;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}
.hide-menu {
    display: none;
}


/* Accordion Menu Styles
----------------------------------------*/

ul[data-menu-style="accordion"] {
    width: 250px;
}
ul[data-menu-style="accordion"] > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: none !important;
}
ul[data-menu-style="accordion"] > li:first-child {
    border-top: 2px solid #FD5025;
}
ul[data-menu-style="accordion"] li ul.sub-menu > li {
    width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li {
    border-bottom: 1px solid #242424;
}
ul[data-menu-style="accordion"] li a:hover {
    background: #272727 !important;
}
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}

/* Vertical Menu Styles
----------------------------------------*/

ul[data-menu-style="vertical"] {
    width: 200px;
}
ul[data-menu-style="vertical"] > li {
    float: none;
}
ul[data-menu-style="vertical"] > li:first-child {
    border-top: 2px solid #FD5025;
}
ul[data-menu-style="vertical"] li ul.sub-menu > li {
    width: 100%;
}
ul[data-menu-style="vertical"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}
ul[data-menu-style="vertical"] > li.menu-active {
position:relative;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu {
    position: absolute;
    left:200px;
    top:0px;
    width:200px;
    z-index: 99999999;
}
ul[data-menu-style="vertical"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}
ul[data-menu-style="vertical"]> li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width:200px;
    left: 200px;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width:200px;
    left: 200px;
}
ul[data-menu-style="vertical"] > li {
    border-bottom: 1px solid #242424;
}
ul[data-menu-style="vertical"] li a:hover {
    background: #272727 !important;
}

/* Responsive Menu Styles
----------------------------------------*/
/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/

@media screen and (max-width: 768px) {
    .demo {
		width:96%;
		padding:2%;
    }
    ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    }
    .ace-responsive-menu {
        float: left;
        width:100%;
    }
    .ace-responsive-menu > li {
        border-bottom: 1px solid #242424;
       float: none;
    }
    .ace-responsive-menu li a:hover {
        background: #272727 !important;
    }
    .ace-responsive-menu > li:first-child {
        border-top: 2px solid #FD5025;
    }
    .ace-responsive-menu > li > a i {
        padding-right: 10px;
        color: #FF5737;
    }
    .ace-responsive-menu > li > a > .arrow:before {
        float: right;
        content: "\f105";
    }
    li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }
    .ace-responsive-menu li ul.sub-menu > li {
        width: 100%;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a
        {
        padding-left: 30px;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a
       {
        padding-left: 50px;
    }
    .ace-responsive-menu > li > ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }

    .sag{
    float:right;
    margin-top: -44px;
    }

.fixmenumobile{
    position: fixed;
    width: 100%;
    top: 138px;
    /* left: 0; */
    z-index: 1006;
}
}

#sagresim {display:block;
    z-index: 9999999;
    position: relative;}
#solresim {display:block;
  z-index: 9999999;
  position: relative;}

@media screen and (max-width: 1366px) {
  #sagresim {display:none;}
  #solresim {display:none;}
    }


.ustyazi{
margin-top:7px;
font-size: 15px;
    }


.saglogo {
  margin-top: 1px;
  float: right;
    }

.yazianasayfa{
font-size: 16px;
}

.fix{
    position:fixed;
    top:0;
    left:0;
    right:0;
    margin:0;
}
