@charset "UTF-8";
/***********************************************************/
/*_custheader.scss her sayfa/layout başında import edilmeli*/
/***************************
 VARIABLES
***************************/
/*0 temasındaki bootstrap içinde override etmek istediğimiz variable'lar*/
/*
 * Edited by: Selcuk Demir (sdemir@sdemir.com)
 * Github: https://github.com/sdemircom
 * Feel free to import this sass file. This file dont cause a css file output.
*/
/* 2D TRANSITIONS */
/* Grow */
/* Shrink */
/* Pulse */
/* Pulse Grow */
/* Pulse Shrink */
/* Push */
/* Pop */
/* Bounce In */
/* Bounce Out */
/* Rotate */
/* Grow Rotate */
/* Float */
/* Sink */
/* Bob */
/* Hang */
/* Skew */
/* Skew Forward */
/* Skew Backward */
/* Wobble Vertical */
/* Wobble Horizontal */
/* Wobble To Bottom Right */
/* Wobble To Top Right */
/* Wobble Top */
/* Wobble Bottom */
/* Wobble Skew */
/* Buzz */
/* Buzz Out */
/* BACKGROUND TRANSITIONS */
/* Fade */
/* Back Pulse */
/* Sweep To Right */
/* Sweep To Left */
/* Sweep To Bottom */
/* Sweep To Top */
/* Bounce To Right */
/* Bounce To Left */
/* Bounce To Bottom */
/* Bounce To Top */
/* Radial Out */
/* Radial In */
/* Rectangle In */
/* Rectangle Out */
/* Shutter In Horizontal */
/* Shutter Out Horizontal */
/* Shutter In Vertical */
/* Shutter Out Vertical */
/* BORDER TRANSITIONS */
/* Border Fade */
/* Hollow */
/* Trim */
/* Ripple Out */
/* Ripple In */
/* Outline Out */
/* Outline In */
/* Round Corners */
/* Underline From Left */
/* Underline From Center */
/* Underline From Right */
/* Overline From Left */
/* Overline From Center */
/* Overline From Right */
/* Reveal */
/* Underline Reveal */
/* Overline Reveal */
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
/* Shadow */
/* Grow Shadow */
/* Box Shadow Outset */
/* Box Shadow Inset */
/* Float Shadow */
/* Shadow Radial */
/* SPEECH BUBBLES */
/* Bubble Top */
/* Bubble Right */
/* Bubble Bottom */
/* Bubble Left */
/* Bubble Float Top */
/* Bubble Float Right */
/* Bubble Float Bottom */
/* Bubble Float Left */
/* ICONS */
/* Icon Back */
/* Icon Forward */
/* Icon Down */
/* Icon Down */
/* Icon Up */
/* Icon Up */
/* Icon Spin */
/* Icon Drop */
/* Icon Drop */
/* Icon Fade */
/* Icon Float Away */
/* Icon Float Away */
/* Icon Sink Away */
/* Icon Sink Away */
/* Icon Grow */
/* Icon Shrink */
/* Icon Pulse */
/* Icon Pulse Grow */
/* Icon Pulse Shrink */
/* Icon Push */
/* Icon Pop */
/* Icon Bounce */
/* Icon Rotate */
/* Icon Grow Rotate */
/* Icon Float */
/* Icon Sink */
/* Icon Bob */
/* Icon Hang */
/* Icon Wobble Horizontal */
/* Icon Wobble Vertical */
/* Icon Buzz */
/* Icon Buzz Out */
/* CURLS */
/* Curl Top Left */
/* Curl Top Right */
/* Curl Bottom Right */
/* Curl Bottom Left */
/**/
/**/
/*
    İster tüm değerler tek seferde $prop değişkeni üzerine yüklenir, ister sadece istenen değişken değiştirilerek gölge  verilebilir
*/
/***********************************************************/
/*libraryde oldugunda burdan*/
/*header variables*/
/*header variables*/
/*search bar için eklenen classlar*/
.hide-this {
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
}

.show-this {
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
}

/*search bar için eklenen classlar*/
/*sticky navigation menu için eklenen classlar ve animasyon*/
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffa200;
  animation: slide-down 0.5s;
  opacity: 1;
  z-index: 999;
  padding: 0 !important;
}

.sticky .col-sm-1 {
  display: none;
}

.sticky .col-sm-9 {
  float: right !important;
}

.sticky ul.main-menu li.item:hover > span a {
  color: #334E6F !important;
}

.sticky ul.main-menu li.dropdown:hover {
  color: #334E6F !important;
}

.inner-sticky {
  margin: 0 auto;
  max-width: 1200px;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/*sticky navigation menu için eklenen classlar ve animasyon*/
.global-wrapper {
  margin-bottom: 10px;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.global-wrapper header {
  /*responsive header eklenen ayarlar*/
  /*responsive header eklenen ayarlar*/
  /*responsive buton scss*/
  /*responsive buton scss*/
}

.global-wrapper header .head-top {
  font-size: 15px;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner {
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-phone, .global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-mail {
  line-height: 49px;
}

@media (width: 320px) {
  .global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-phone, .global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-mail {
    line-height: 25px;
  }
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-phone i, .global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-mail i {
  padding-right: 3px;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-phone a, .global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-mail a {
  color: #fff;
  font-size: 13px;
  transition: 0.2s all;
}

@media (max-width: 1023px) and (min-width: 767px) {
  .global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-phone a, .global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-mail a {
    font-size: 12px;
  }
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-phone a:hover, .global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-mail a:hover {
  color: #FFA200;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-social {
  line-height: 45px;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-social ul.social-icons {
  text-align: center;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-social ul.social-icons li {
  display: inline-block;
  margin: 3px 0;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-social ul.social-icons li a.social-icon {
  margin: 3px 6px;
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-social ul.social-icons li a.social-icon {
    margin: 3px;
  }
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-social ul.social-icons li a.social-icon i {
  color: #fff;
  font-size: 16px;
  transition: 0.2s all;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-social ul.social-icons li a.social-icon i:hover {
  color: #FFA200;
  font-size: 18px;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search {
  padding: 10px;
  line-height: 30px;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search i.fa-search {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  transition: 0.5s all;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search i.fa-search:hover {
  color: #FFA200;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search ul.menu {
  display: inline-block;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search ul.menu > li.dropdown {
  max-width: 90px;
  float: left;
  padding: 0 10px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s all;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search ul.menu > li.dropdown:hover {
  color: #4cb757;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search ul.menu > li.dropdown:hover ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search ul.menu > li.dropdown ul.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
  min-width: 80px !important;
  left: -12px;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search ul.menu > li.dropdown ul.dropdown-menu li > a {
  transition: 0.5s all;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search ul.menu > li.dropdown ul.dropdown-menu li > a:hover, .global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search ul.menu > li.dropdown ul.dropdown-menu li > a:focus {
  color: #4cb757;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-search ul.menu > li.dropdown i.fa-angle-up {
  display: none;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-empty .search-bar {
  z-index: 999;
  transition: 1s all;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 0;
  right: 0;
  margin-bottom: 0 !important;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-empty .search-bar input {
  border: none !important;
  font-size: 18px;
  font-weight: 700;
  text-indent: 15px;
  color: #fff;
  background-image: none !important;
  background-color: transparent !important;
  height: 49px;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-empty .search-bar input:focus {
  border: none !important;
}

.global-wrapper header .head-top .container .col-12 .head-top-inner .head-top-empty .search-bar .search-label {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 17px;
}

.global-wrapper header .head-down {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .global-wrapper header .head-down {
    display: none;
  }
}

.global-wrapper header .head-down .container .row .logocont .logoimg a > img {
  width: 155px;
  max-height: 45px;
}

.global-wrapper header .head-down .container .row ul.main-menu {
  text-align: left;
  line-height: 54px;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item {
  display: inline-block;
  position: relative;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item i.fa-angle-up {
  display: none;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item > span.brgmenu-item {
  padding: 10px 0;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  color: #fff;
  font-size: 16px;
  transition: 0.5s all;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item > span.brgmenu-item > a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.030em;
  transition: 0.5s all;
  /*&:after {
                                        display: inline-block;
                                        font-style: normal;
                                        content: "\f107";
                                        font-family: "FontAwesome";
                                        font-weight: 900;
                                        font-size: 10px;
                                        position: relative;
                                        padding-left: 5px;
                                    }*/
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item ul.itemlist {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
  list-style: none;
  background-color: #fff;
  min-width: 150px;
  border-radius: 5px;
  box-shadow: 0 0 24px #464646;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item ul.itemlist > li.item {
  line-height: 40px;
  text-align: left;
  border-radius: 5px;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item ul.itemlist > li.item:hover {
  background-color: #ececec;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item ul.itemlist > li.item:hover > span {
  color: #FFA200 !important;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item ul.itemlist > li.item:hover > span > a.brgmenu-iteminner {
  color: #FFA200 !important;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item ul.itemlist > li.item > span {
  padding: 0 10px;
  color: #464646;
  cursor: pointer;
  transition: 0.3s all;
  /*&:hover {
                                            > span {
                                                color: #FFA200;
                                            }

                                            a.brgmenu-iteminner {
                                                color: #FFA200;
                                            }
                                        }*/
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item ul.itemlist > li.item > span a.brgmenu-iteminner {
  color: #464646;
  transition: 0.3s all;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item:hover > span {
  color: #FFA200;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item:hover > span > a {
  color: #FFA200;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.item:hover ul.itemlist {
  visibility: visible;
  opacity: 1;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.has-submenu > span.brgmenu-item a:after {
  display: inline-block;
  font-style: normal;
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 10px;
  position: relative;
  padding-left: 5px;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.dropdown {
  margin: 0 10px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s all;
  cursor: pointer;
  font-size: 13px;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.dropdown:hover {
  color: #FFA200;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.dropdown:hover ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.dropdown ul.dropdown-menu {
  min-width: 110px;
  border-radius: 5px;
  visibility: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: 0.5s all;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.dropdown ul.dropdown-menu li > a {
  transition: 0.5s all;
  border-radius: 5px;
  line-height: 25px;
}

.global-wrapper header .head-down .container .row ul.main-menu > li.dropdown ul.dropdown-menu li > a:hover, .global-wrapper header .head-down .container .row ul.main-menu > li.dropdown ul.dropdown-menu li > a:focus {
  color: #FFA200;
}

.global-wrapper header .head-down .container .row ul.user {
  float: right;
  line-height: 55px;
}

.global-wrapper header .head-down .container .row ul.user li.login {
  float: left;
}

.global-wrapper header .head-down .container .row ul.user li.login div a {
  padding: 10px 14px;
  border: 1px solid #4cb757;
  border-radius: 10px;
  color: #fff;
  background-color: #4cb757;
  transition: 0.5s all;
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .global-wrapper header .head-down .container .row ul.user li.login div a {
    padding: 10px 6px;
  }
}

.global-wrapper header .head-down .container .row ul.user li.login div a:hover {
  background-color: #FFA200;
  border-color: #FFA200;
}

.global-wrapper header .head-down .container .row ul.user li.login div a i {
  color: #fff;
  padding-right: 2px;
}

.global-wrapper header .head-slim.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.global-wrapper header .head-slim {
  z-index: 999;
}

@media (min-width: 992px) {
  .global-wrapper header .head-slim {
    display: none;
  }
}

.global-wrapper header .head-slim .brw-slimmenu1 {
  clear: both;
}

.global-wrapper header .head-slim .brw-slimmenu1 * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.global-wrapper header .head-slim .brw-slimmenu1 .menu-collapser {
  position: relative;
  width: 100%;
  min-height: 48px;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 48px;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .global-wrapper header .head-slim .brw-slimmenu1 .menu-collapser {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 767px) {
  .global-wrapper header .head-slim .brw-slimmenu1 .menu-collapser {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.global-wrapper header .head-slim .brw-slimmenu1 .collapse-button {
  position: absolute;
  right: 0;
  top: 0;
  color: #aaa;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  padding: 0 8px;
}

.global-wrapper header .head-slim .brw-slimmenu1 .collapse-button:hover, .global-wrapper header .head-slim .brw-slimmenu1 .collapse-button:focus {
  color: #666;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu:before, .global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu:after {
  content: '';
  display: table;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu:after {
  clear: both;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu .slmmenu-space {
  display: inline-block;
}

@media (min-width: 768px) {
  .global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu .slmmenu-space {
    width: 20px;
  }
}

@media (min-width: 525px) and (max-width: 767px) {
  .global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu .slmmenu-space {
    width: 15px;
  }
}

@media (max-width: 524px) {
  .global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu .slmmenu-space {
    width: 10px;
  }
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
  background-color: #FAB614;
  width: 100%;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li ul li {
  background-color: rgba(255, 255, 255, 0.15);
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .brgmenu-item {
  display: block;
  padding: 12px 0;
  font-size: 16px !important;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  padding-right: 64px;
  padding-left: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .brgmenu-item, .global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .brgmenu-item a {
  color: #333;
}

@media (min-width: 525px) and (max-width: 767px) {
  .global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .brgmenu-item {
    padding-left: 15px;
  }
}

@media (max-width: 524px) {
  .global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .brgmenu-item {
    padding-left: 10px;
  }
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .brgmenu-item:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 48px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .sub-toggle::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .sub-toggle .slm-collapseicon {
  display: inline-block;
  vertical-align: middle;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .sub-toggle .slm-collapseicon::before {
  content: "" !important;
  font-family: FontAwesome !important;
  display: inline-block;
  font-size: 18px;
  padding-right: 0;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .sub-toggle .slm-expandicon {
  display: inline-block;
  vertical-align: middle;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .sub-toggle .slm-expandicon::before {
  content: "" !important;
  font-family: FontAwesome !important;
  display: inline-block;
  font-size: 18px;
  padding-right: 0;
}

.global-wrapper header .head-slim .user-menu {
  text-align: center;
}

.global-wrapper header .head-slim .user-menu ul.user {
  line-height: 55px;
  display: inline-block;
}

.global-wrapper header .head-slim .user-menu ul.user li.login {
  float: left;
  padding: 0 5px;
}

.global-wrapper header .head-slim .user-menu ul.user li.login div a {
  padding: 10px 14px;
  border: 1px solid #4cb757;
  border-radius: 10px;
  color: #fff;
  background-color: #4cb757;
  transition: 0.5s all;
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .global-wrapper header .head-slim .user-menu ul.user li.login div a {
    padding: 6px 3px;
  }
}

.global-wrapper header .head-slim .user-menu ul.user li.login div a:hover {
  background-color: #FFA200;
  border-color: #FFA200;
}

.global-wrapper header .head-slim .user-menu ul.user li.login div a i {
  color: #fff;
  padding-right: 2px;
}

.global-wrapper header .head-slim .head-slim-logo {
  text-align: center;
}

.global-wrapper header .head-slim .head-slim-logo a img {
  max-height: 50px;
  max-width: 185px;
}

.global-wrapper header .head-slim .brw-slimmenu1 .menu-collapser {
  line-height: 30px;
  min-height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

.global-wrapper header .head-slim .brw-slimmenu1 .menu-collapser .collapse-button {
  color: #fff;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu {
  width: 100%;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li {
  background-color: #FFA200;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li span.sub-toggle {
  color: #fff;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .brgmenu-item {
  padding-left: 25px;
  color: #fff;
  font-weight: 100;
}

.global-wrapper header .head-slim .brw-slimmenu1 ul.slimmenu li .brgmenu-item a {
  color: #fff;
}

.global-wrapper header .collapse-button {
  margin-right: 5.5%;
}

@media (max-width: 768px) {
  .mylng-az .bird-ftr .topftr .ftr-ebult .partial-uccontebulten, .mylng-ru .bird-ftr .topftr .ftr-ebult .partial-uccontebulten {
    width: 314px !important;
    margin: 5px calc(50% - 157px) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bird-ftr .botftr {
    margin-top: 0 !important;
  }
  .bird-ftr .botftr .row .col-md-4 {
    text-align: center;
    margin: 15px 0px;
  }
  .bird-ftr .botftr .row .ftr-menu {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .bird-ftr .topftr .ftr-ebult span {
    width: 100%;
    text-align: center;
    padding: 5px 0 !important;
  }
  .bird-ftr .topftr .ftr-ebult .partial-uccontebulten {
    width: 238px;
    margin: 5px calc(50% - 119px);
  }
  .bird-ftr .topftr .ftr-ebult .content .ebult-email input {
    width: 175px !important;
  }
  .bird-ftr .botftr {
    margin-top: 0 !important;
    padding-left: 0 !important;
  }
  .bird-ftr .botftr .row .col-md-4 {
    text-align: center;
    margin: 15px 0px;
  }
  .bird-ftr .botftr .row .ftr-menu > ul > li {
    width: 100% !important;
    text-align: center;
  }
}

.bird-ftr .topftr {
  background-color: #334E6F;
  color: white;
  overflow: hidden;
}

.bird-ftr .topftr .brl-defwidthf {
  max-width: 560px;
  margin: 0 auto;
}

.bird-ftr .topftr .widget-title-holder {
  display: none;
}

.bird-ftr .topftr .content .ebult-annoncement {
  display: none;
}

.bird-ftr .topftr .content .ebult-email {
  margin: 0 !important;
}

.bird-ftr .topftr .content .ebult-email label {
  display: none;
}

.bird-ftr .topftr .content .ebult-email, .bird-ftr .topftr .content .btn {
  float: left;
}

.bird-ftr .topftr .content .btn {
  background-color: #ffa200;
}

.bird-ftr .topftr .content .btn:hover {
  background-color: #30afca;
}

.bird-ftr .topftr .ftr-ebult span, .bird-ftr .topftr .ftr-ebult > div {
  float: left;
}

.bird-ftr .topftr .ftr-ebult span {
  padding: 13px 10px;
  font-size: 14px;
}

.bird-ftr .topftr .ftr-ebult .content {
  padding-top: 6px;
}

.bird-ftr .topftr .ftr-ebult .content .ebult-email input {
  background: white !important;
  color: black !important;
  height: 26px;
  border-radius: 0;
}

.bird-ftr .topftr .ftr-ebult .content .btn {
  height: 26px;
  line-height: 18px;
  border-radius: 0px;
  padding: 4px 10px !important;
}

.bird-ftr .botftr {
  padding-left: 30px;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
}

.bird-ftr .botftr .ftr-leftcol .ftr-logo {
  width: 245px;
}

.bird-ftr .botftr .ftr-leftcol p {
  padding-top: 5px;
  font-size: 12px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 20px;
}

.bird-ftr .botftr .row .ftr-menu > ul > li {
  width: 25%;
  float: left;
}

.bird-ftr .botftr .row .ftr-menu > ul > li > span > a, .bird-ftr .botftr .row .ftr-menu > ul > li > span > span {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 30px !important;
  color: #000;
  text-transform: uppercase;
}

.bird-ftr .botftr .row .ftr-menu ul li ul li span span, .bird-ftr .botftr .row .ftr-menu ul li ul li span a {
  color: #000;
  line-height: 25px;
  font-size: 12px;
  text-transform: uppercase;
}

.bird-ftr .botftr .row .ftr-menu ul li ul li span span:hover, .bird-ftr .botftr .row .ftr-menu ul li ul li span a:hover {
  color: #30afca;
}

.bird-ftr .botftr .ftr-sec {
  margin-top: 30px;
  text-align: center;
}

.bird-ftr .botftr .ftr-sec img {
  height: 27px;
}

.brl-defwidthf {
  max-width: 565px !important;
  margin: 0 auto;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 23px;
  border: none;
  outline: none;
  background-color: #686868;
  color: white;
  cursor: pointer;
  width: 45px;
  height: 40px;
  border-radius: 10px;
  opacity: 0.9;
  transition: 0.3s;
}

#myBtn:hover {
  background-color: #8d8d8d;
}

/*# sourceMappingURL=layout.css.map */
