.acilir-menu-li{position: relative}
.acilir-menu-li ul.drop-menu{
    position: absolute;
    width: auto;
    max-width: 200px;
    min-width: 180px;
    background-color: #333;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    border-radius: 4px;
    pointer-events: none;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    z-index: 2;
    left: -40px;
    top: 30px;
    text-align: center
}
.acilir-menu-li:hover ul.drop-menu{
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.acilir-menu-li ul.drop-menu li{
    display: block;
    margin: 0;
    color: inherit;
    font-size: inherit
}
.acilir-menu-li ul.drop-menu > li > a{
    font-weight: 400;
    font-size: .9em;
    color: #fff;
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    letter-spacing: .02em;
    border-bottom: 1px dashed rgba(255,255,255,.1);
    transition: all .2s linear;
}
.acilir-menu-li ul.drop-menu > li > a:hover{
    background-color: rgba(255,255,255,.1);
    margin-top: inherit
}
@media only screen and (max-width: 768px){
    .slider--item h3{
        font-size: 40px
    }
}
.kurumsal-sag-alan-matsas-kurumsal{
    cursor: inherit;
}
.kurumsal-footer{
    margin-bottom: 0
}
.page-pagination {
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}
.page-pagination a,
.page-pagination span {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-width: 1px;
    margin: 4px;
    font-size: 1em;
}
.page-pagination a em,
.page-pagination a i,
.page-pagination span em,
.page-pagination span i {
    font-size: 1em;
}
.page-pagination a.icon,
.page-pagination span.icon {
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.page-pagination a.dots,
.page-pagination span.dots {
    width: 30px;
    height: 30px;
    line-height: 20px;
}
.base-wrapper {
    position: relative;
    overflow: hidden;
}
.base-wrapper > *:first-child {
    margin-top: 0;
    padding-top: 0;
}
.base-wrapper > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.base-wrapper p{
    margin-bottom: 10px
}
.base-wrapper h1,
.base-wrapper h2,
.base-wrapper h3,
.base-wrapper h4,
.base-wrapper h5,
.base-wrapper h6 {
    font-family: "Exo 2", sans-serif;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px
}
.base-wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
}
.base-wrapper img.float {
    max-width: 50%;
    float: left;
    margin: 0 20px 20px 0;
}
.base-wrapper img.float.small {
    max-width: 35%;
}
.base-wrapper img.float.medium {
    max-width: 50%;
}
.base-wrapper img.float.large {
    max-width: 65%;
}
.base-wrapper img.float + * {
    margin-top: 0;
}
.base-wrapper strong,
.base-wrapper b {
    font-family: "Open Sans", sans-serif;
    color: #222;
    font-weight: 700;
}
.base-wrapper li {
    padding: 4px 0;
}
.base-wrapper p,
.base-wrapper li,
.base-wrapper td,
.base-wrapper th {
    font-size: 1.06em;
    color: #555;
}
.base-wrapper p a,
.base-wrapper li a,
.base-wrapper td a,
.base-wrapper th a {
    text-decoration: none;
    color: #d12025;
}
.base-wrapper p a:hover,
.base-wrapper li a:hover,
.base-wrapper td a:hover,
.base-wrapper th a:hover {
    text-decoration: underline;
}
.base-wrapper table {
    width: auto;
    max-width: 100%;
    height: auto;
    border-collapse: collapse;
}
.base-wrapper table thead tr {
    background-color: #3b5999;
}
.base-wrapper table thead tr > * {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.071em;
    color: #fff;
    padding: 14px;
}
.base-wrapper table tbody tr:nth-child(odd),
.base-wrapper table tfoot tr:nth-child(odd) {
    background-color: #fafafa;
}
.base-wrapper table tbody tr td,
.base-wrapper table tfoot tr td {
    font-size: 1em;
    padding: 14px;
    border: 1px solid #f4f4f4;
}

.base-wrapper iframe {
    width: 100%;
    min-height: 360px;
    display: block;
    border: 0 solid;
}

.parsley-error-list {
    position: absolute;
    display: none!important;
    width: 100%;
    left: 0;
  }
  .parsley-error-list .parsley-error {
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 0.97em;
    color: #222;
    font-weight: 400;
    z-index: 9999;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  }
  @-webkit-keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateX(-50%) translateY(30px);
      transform: translateX(-50%) translateY(30px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateX(-50%) translateY(30px);
      transform: translateX(-50%) translateY(30px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
      opacity: 1;
    }
  }
  .parsley-error-list .parsley-error:after {
    position: absolute;
    top: -10px;
    width: 100%;
    text-align: center;
    z-index: 99;
    font-size: 2em;
    font-family: iconmonstr-iconic-font;
    font-weight: 900;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "";
  }
  .parsley-error-list .parsley-error:before {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    text-rendering: auto;
    color: #fff;
    width: 26px;
    height: 26px;
    background-color: rgba(255, 0, 0, 0.6);
    text-align: center;
    line-height: 26px;
    border-radius: 2px;
    margin-right: 7px;
    content: "!";
  }
  
  #radio-errors .parsley-error-list,
  #checkbox-errors .parsley-error-list {
    position: relative;
    width: 100%;
    left: inherit;
  }
  #radio-errors .parsley-error-list .parsley-error,
  #checkbox-errors .parsley-error-list .parsley-error {
    position: relative;
    width: auto;
    left: 0;
    transform: none;
    padding: 2px 5px;
    background-color: #F2DEDE;
    font-family: "Open Sans", sans-serif;
    font-size: 0.94em;
    color: #B94A48;
    font-weight: 400;
    z-index: 9999;
    border-radius: 0;
    cursor: pointer;
    white-space: inherit;
    -webkit-animation: none;
    animation: none;
    box-shadow: none;
  }
  #radio-errors .parsley-error-list .parsley-error:before, #radio-errors .parsley-error-list .parsley-error:after,
  #checkbox-errors .parsley-error-list .parsley-error:before,
  #checkbox-errors .parsley-error-list .parsley-error:after {
    display: none;
  }
  
  .page-swall-message {
    z-index: 9999999 !important;
  }
  .page-swall-message .u-swal-popup {
    padding: 50px;
    width: auto;
    min-width: 460px;
  }
  .page-swall-message .u-swal-popup * {
    margin: 0;
  }
  .page-swall-message .u-swal-popup .u-swal-header {
    margin-bottom: 10px;
  }
  .page-swall-message .u-swal-popup .u-swal-header .u-swal-title {
    font-family: "Exo 2", sans-serif;
    font-size: 1.5em;
    color: #333;
    font-weight: 600;
    margin-top: 20px;
  }
  .page-swall-message .u-swal-popup .u-swal-content {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #777;
  }
  .page-swall-message .u-swal-popup .u-swal-actions {
    margin-top: 25px;
  }
  .page-swall-message .u-swal-popup .u-swal-actions .u-swal-confirm-button,
  .page-swall-message .u-swal-popup .u-swal-actions .u-swal-cancel-button {
    border: 0 solid !important;
    background-color: #3b5999;
    font-family: "Exo 2", sans-serif;
    font-size: 0.92em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 12px 20px;
    outline: none;
    margin: 0 10px;
    background-image: inherit !important;
    transition: all 0.2s linear;
  }
  .page-swall-message .u-swal-popup .u-swal-actions .u-swal-confirm-button:hover,
  .page-swall-message .u-swal-popup .u-swal-actions .u-swal-cancel-button:hover {
    background-color: #2a2a2a;
  }
  .page-swall-message .u-swal-popup .u-swal-actions .u-swal-confirm-button:focus,
  .page-swall-message .u-swal-popup .u-swal-actions .u-swal-cancel-button:focus {
    box-shadow: inherit !important;
  }
  .page-swall-message .u-swal-popup .u-swal-actions .u-swal-cancel-button {
    background-color: #ddd;
    color: #333;
  }
  .page-swall-message .u-swal-popup .u-swal-actions .u-swal-cancel-button:hover {
    background-color: #ccc;
  }

  form li{position: relative;}

input.parsley-error,
textarea.parsley-error,
select.parsley-error{
    border-color: red!important;
    background-color: #f1cece!important;
}

label.parsley-error{
    border-color: red!important;
    background-color: #f1cece!important;
}

.iletisim .container .sag-alan form li input[type="checkbox"]{margin: 0!important;}

.plus-mod-acil .container .sag-alan label{color: #fff;}

.plus-mod-acil .container .sag-alan{
    max-width: 580px;
}

.img-replace{display:inline-block;overflow:hidden;text-indent:100%;color:transparent;white-space:nowrap}
.bts-popup{z-index:9999999999999999; position:fixed;left:0;top:0;height:100%;width:100%;background-color:rgba(0,0,0,0.5);opacity:0;visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0 .3s;-moz-transition:opacity .3s 0s,visibility 0 .3s;transition:opacity .3s 0s,visibility 0 .3s}
.bts-popup.is-visible{opacity:1;visibility:visible;-webkit-transition:opacity .3s 0s,visibility 0 0;-moz-transition:opacity .3s 0s,visibility 0 0;transition:opacity .3s 0s,visibility 0 0}
.bts-popup-container{position:relative;width:90%;max-width:100%;margin:4em auto; top:5%; border-radius:none;text-align:center; -webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px);-webkit-backface-visibility:hidden;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;transition-property:transform;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s}
.bts-popup-container img{padding:20px 0 0}
.bts-popup-container p{color:#fff;padding:10px 40px}
.bts-popup-container .bts-popup-button{padding:5px 25px;border:2px solid #fff;display:inline-block;margin-bottom:10px}
.bts-popup-container a{color:#fff;text-decoration:none;text-transform:uppercase}
.bts-popup-container .bts-popup-close{position:absolute;top:8px;right:8px;width:30px;height:30px; z-index:99999999999999;}
.bts-popup-container .bts-popup-close::before,.bts-popup-container .bts-popup-close::after{content:'';position:absolute;top:12px;width:16px;height:3px;background-color:#fff}
.bts-popup-container .bts-popup-close::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);left:8px}
.bts-popup-container .bts-popup-close::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);right:6px;top:13px}
.is-visible .bts-popup-container{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
@media only screen and (min-width: 1170px) {
.bts-popup-container{margin:8em auto}
}



.popup-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s linear;
  }
  .popup-wrapper.open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  .popup-wrapper .content {
    width: auto;
    height: auto;
    max-width: 800px;
    position: relative;
    background-color: #fff;
    z-index: 10;
  }
  .popup-wrapper .content .pw-ct .swiper-slide {
    box-sizing: border-box;
    position: relative;
  }
  .popup-wrapper .content .pw-ct .swiper-slide .video {
    display: block;
    width: 800px;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
  }
  .popup-wrapper .content .pw-ct .swiper-slide .video iframe {
      display: block;
      width: 100%;
      height: 100%;
  }
  .popup-wrapper .content .pw-ct .swiper-slide .image {
    display: block;
    width: auto;
    height: auto;
  }
  .popup-wrapper .content .pw-ct .swiper-slide .image a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .popup-wrapper .content .pw-ct .swiper-slide .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 94vh;
    display: block;
  }
  .popup-wrapper .content .pw-ct .swiper-slide .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    z-index: 2;
    padding: 50px 30px;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  }
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper h1,
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper h2,
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper h3,
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper h4,
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper h5,
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper h6 {
    color: #fff;
  }
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper strong,
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper b {
    color: #fff;
  }
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper p,
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper li,
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper td,
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .base-wrapper th {
    color: #fff;
  }
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .btn-detail{
    display: inline-block;
    padding: 12px 20px;
    background-color: #d12025;
    font-size: .7em;
    letter-spacing: 0.1em;
    font-family: "Varela Round", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s linear;
  }
  .popup-wrapper .content .pw-ct .swiper-slide .overlay .btn-detail:hover{
    background-color: #d12025;
    color: #fff;
  }
  .popup-wrapper .content .swiper-button-next {
    right: 20px;
  }
  .popup-wrapper .content .swiper-button-prev {
    left: 20px;
  }
  .popup-wrapper .content .swiper-container:hover .swiper-button-next:not(.swiper-button-disabled),
  .popup-wrapper .content .swiper-container:hover .swiper-button-prev:not(.swiper-button-disabled) {
    opacity: 1;
  }
  .popup-wrapper .content .swiper-container:hover .swiper-button-next.swiper-button-disabled,
  .popup-wrapper .content .swiper-container:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.2;
  }
  .popup-wrapper .content .swiper-button-next,
  .popup-wrapper .content .swiper-button-prev {
    width: 34px;
    height: 34px;
    background-image: inherit;
    background-size: inherit;
    margin-top: -17px;
    line-height: 34px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s linear;
  }
  .popup-wrapper .content .swiper-button-next:hover,
  .popup-wrapper .content .swiper-button-prev:hover {
    background-color: #d12025;
    color: #fff;
  }
  .popup-wrapper .content .swiper-button-next.swiper-button-disabled,
  .popup-wrapper .content .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
  .popup-wrapper .content .swiper-button-next i,
  .popup-wrapper .content .swiper-button-prev i {
    font-size: 0.9em;
  }
  .popup-wrapper .content .swiper-button-next:after, .popup-wrapper .content .swiper-button-next:before,
  .popup-wrapper .content .swiper-button-prev:after,
  .popup-wrapper .content .swiper-button-prev:before {
    display: none;
  }
  .popup-wrapper .content .close-popup {
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 2;
  }
  .popup-wrapper .content .close-popup a {
    display: flex;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #777;
    background-color: #fff;
    transition: all 0.2s linear;
  }
  .popup-wrapper .content .close-popup a i {
    font-size: 0.9em;
  }
  .popup-wrapper .content .close-popup a:hover {
    background-color: #d12025;
    color: #fff;
  }
  .popup-wrapper .popup-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
  }

  @media only screen and (max-width: 768px) {
    .popup-wrapper .content {
      max-width: 95%;
    }
    .popup-wrapper .content .pw-ct .swiper-slide .overlay {
      padding: 20px;
    }
    .popup-wrapper .content .swiper-button-next,
  .popup-wrapper .content .swiper-button-prev {
      opacity: 1;
    }
    .popup-wrapper .content .close-popup {
      right: -10px;
    }
  }

  @media only screen and (max-width: 425px) {
    .popup-wrapper .content .close-popup {
      right: -5px;
    }
  }

.copyright{
    display: block;
    text-align: center;
    color: rgba(255,255,255,.6);
    font-size: .9em;
    padding-bottom: 20px;
}
.copyright strong{color: rgba(255,255,255,.8)}
.copyright .nav{
    padding: 10px;
}
.copyright .nav a{
    display: inline-block;
    font-size: .8em;
    margin: 0 5px;
    color: #fff;
    text-decoration: none;
}
.copyright .nav a:hover{
    text-decoration: underline;
}

.made{
    display: block;
    text-align: center;
    color: rgba(255,255,255,.6);
    font-size: .9em;
    margin-top: 15px;
}
.made strong{color: rgba(255,255,255,.8)}

.header{position: relative}

.online-btn{
    display: block;
    position: absolute;
    top: 20px;
    right: -130px
}
.online-btn img{
    width: auto;
    height: auto;
    max-height: 38px;
}
.lang{
    display: block;
    position: absolute;
    top: -4px;
    right: 8px
}

@media only screen and (max-width: 600px){
    .slick-arrow.slick-next:hover:before{
        right: 50px;
    }
    .slick-arrow.slick-next:hover:after{
        right: 113px;
        opacity: 0;
        width: 160px
    }
}

.base-wrapper ul,
.base-wrapper ol{
    margin-left: 30px!important;
}

.base-wrapper ul,
.base-wrapper ul li{
    list-style: disc!important;
}
.base-wrapper ol,
.base-wrapper ol li{
    list-style: decimal!important;
}

@media screen and (max-width: 481px) and (min-width: 320px){
    .iletisim .container .sag-alan form li input[type="checkbox"]{
        width: inherit;
    }
}

.header{
    max-width: 1200px;
}
.header .logo{
    margin-top: -5px;
}

.list.in-box-style .item {
    margin: 10px 0;
}
.list.in-box-style .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #ecf0f1;
    padding: 20px 20px;
    font-family: "Exo 2", sans-serif;
    font-size: 1.16em;
    font-weight: 600;
    border-radius: 4px;
    color: #555;
    transition: all 0.2s linear;
}
.list.in-box-style .item a em {
    font-size: 1em;
    margin-right: 10px;
}
.list.in-box-style .item a:hover {
    color: #fff;
    background-color: #18161b;
}

.mobile-whatsapp-btn{
	display: block;
	text-decoration: none;
	position: fixed;
	z-index: 33333;
	bottom: 40vh;
	right: 30px;
	background-color: #24d366;
	transform: rotate(270deg) translateY(190%);
	color: rgba(255,255,255,.8)!important;
	transition: all .3s ease;
	height: 40px;
	line-height: 40px;
	width: 130px;
	text-align: center;
	font-size: 16px;
	box-shadow: 0 14px 28px rgba(0,0,0,.2), 0 10px 10px rgba(0,0,0,.2);
}
.mobile-whatsapp-btn:hover{
	color: #fff!important;
	background-color: #24d366!important;
	text-decoration: none
}
.mobile-whatsapp-btn img{
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 3px;
	margin-bottom: -4.5px
}

@media only screen and (min-width: 1280px){
	.mobile-whatsapp-btn{
		right: 37px;
		height: 55px;
		line-height: 55px;
		width: 190px;
		font-size: 20px;
	}
	.mobile-whatsapp-btn img{
		width: 22px;
		height: 22px
	}
}

.cc_container{
	max-width: 90%!important
}

body:not(.homepage) .icerik ul,
body:not(.homepage) .icerik ol,
body:not(.homepage) .haber-icerik ul,
body:not(.homepage) .haber-icerik ol{
	margin: 20px
}

body:not(.homepage) .icerik ul li,
body:not(.homepage) .haber-icerik ul li{
	list-style-type: disc;
	font-size: 14px;
	margin-bottom: 6px
}

body:not(.homepage) .icerik ol li,
body:not(.homepage) .haber-icerik ol li{
	list-style-type: decimal;
	font-size: 14px;
	margin-bottom: 6px
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: -50px
}

.bx-wrapper img{
	height: auto!important
}

.bx-wrapper .bx-pager.bx-default-pager a{
	width: 9px;
	height: 9px
}

@media screen and (max-width: 481px){
	.bx-viewport {
		height: 95px!important;
	}
	.bx-wrapper .bx-controls-direction a{
		transform: scale(.5)
	}
	.bx-wrapper .bx-next{
		right: -25px
	}
	.bx-wrapper .bx-prev{
		left: -25px
	}
}

@media screen and (max-width: 900px){
    nav{
        display: none!important;
    }
}