/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(218,37): run-time error CSS1046: Expect comma, found '0'
(218,41): run-time error CSS1046: Expect comma, found '/'
(235,31): run-time error CSS1038: Expected hex color, found '#0000'
 */
.homeBlogDesc {
  min-height: 125px;
}

/* loading wrapper */
.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 999999;
  overflow: hidden;
}

.loading-wrapper.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.loading-wrapper.hide .loading-logo {
  opacity: 0;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

@-webkit-keyframes loader-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loader-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.loading-wrapper .loading-logo {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.loading-wrapper .loading-logo .spinner {
  position: absolute;
  max-width: 100px;
  overflow: hidden;
  height: 10px;
  z-index: 9;
  display: block;
  top: 0;
  right: 30px;
  width: 100%;
}

.loading-wrapper .loading-logo .spinner::before {
  content: "";
  bottom: 0;
  border-radius: 50px;
  left: 0;
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #f39200;
  -webkit-animation-name: loader-animation;
          animation-name: loader-animation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  max-width: 100px;
}
@media screen and (max-width: 500px){
  .bultenData input {
    width: 100%;
  }
}


/*  ---- WP start  ------*/
.mypage-alo-phone,.popOpen1 {
    z-index: 999;
}
.mypage-alo-phone {
    position: fixed;
    bottom: 110px;
    left: 0;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.mypage-alo-ph-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle {
    border-color: #43b91e;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    opacity: .5;
}
.mypage-alo-ph-circle-fill, .mypage-alo-ph-img-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle-fill, .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -ms-transition: all .2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: .4!important;
}
.mypage-alo-ph-circle-fill, .mypage-alo-ph-img-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle-fill, .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: url(/Upload/Dosyalar/resim-png/wtsp-6179ec8f-3946-421e-a165-7-09674e0f-bfce-44fc-b041-8b3b0cfcfcdb.png) center center no-repeat rgba(30,30,30,.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 100%;
}
/*  ---- WP end  ------*/

table li {
    list-style-type: none;
}
td {
    padding: 0 15px 0 15px;
}
.blogCon {
    padding-top: 10px;
  height: auto;
}
#home-blog-owl .owl-dots {
    margin-bottom: 15px;
}
.item a .homeBlogDesc {
    min-height: 175px;
}
/* Popup Start*/
        .modalOverlay {
            width: 100%;
            height: 120vh;
            background-color: rgb(0 0 0 / 66%);
            position: absolute;
            top: 0;
            z-index: 9900;
        }
        .modalDialog {
            opacity: 0;
            pointer-events: none;
            position: fixed;
            z-index: 9999;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            width: 45%;
            height: 0;
            padding-bottom: 35%;
            overflow: revert;
            background-color: #0000;
            transition: all .3s ease-in-out;
        }
        
        .modalDialog.Bshow {
            opacity: 1;
            pointer-events: all;
        }
        
        .modalContent {
            margin: auto;
            width: auto;
        }
        
        .modalContent > .close {
            color: #fff;
            position: fixed;
            right: 20px;
            top: 10px;
            font-size: 28px;
            font-weight: bold;
            transition: color .3s ease-in;
            font-family: arial;
            opacity: 1 !important;
            z-index: 1;
        }
        
        .close:hover,
        .close:focus {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
        }

        .mGorsel {
            height: auto;
            width: 100%;
            display: block;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            position: absolute;
        }
.aboutCarouselBox.tekbox {
    height: 300px;
}
@media (max-width: 540px) {
  .modalDialog{width: 90%;padding-bottom: 88%;}
  
}

#Bmodal {
	display:none;
}

/* Popup End*/
