/*!
Theme Name: yilmazmachine
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yilmazmachine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


@font-face {
  font-family: 'Nunito Sans';
  src: url('assets/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

*{
  outline:none;
  box-sizing: border-box;
}

.uppercase{
  text-transform: uppercase;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
  font-family: 'Nunito Sans', sans-serif;
}

body{
  font-family: 'Nunito Sans', sans-serif;
  transition: all 250ms ease-out;
}

a, button, div:not(.fancybox-content), span, input, i, img:not(.fancybox-image) {
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  text-rendering: optimizeLegibility;
  outline: none; 
  }

a:hover{
  text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* custom form styles */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.5rem;
  height: 1.75rem;
  opacity: 0; }
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: 50%/50% 50% no-repeat; }
.custom-control-label {
  padding-left: 10px;
  display: flex;
  align-items: center;
  padding-top: 5px; }
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #020e28;
  background-color: #020e28; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffffff; }
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0px 0px 0px 3px rgba(128, 128, 128, 0.25); }
/* custom form styles */




header{
  background-color:white;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); 
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}

.logoMobile {
	width: 105px;
	height: 54px;
}


.top-nav{
  background-color: #00a296;
  width:100%;
}


.lang-nav, .sub-nav{
  background-color: #007169;
  width:100%;
  height: 0;
  overflow:hidden;
  transition: height 100ms ease-in-out;
}

.lang-nav.opened, .sub-nav.opened{
  height:40px;
}

.top-nav ul.top-menu{
  list-style: none;
  text-align:right;
  margin:0;
  padding:7px 0;
}

.lang-nav ul.top-menu, .sub-nav ul.top-menu{
  list-style: none;
  text-align:right;
  margin:0;
  padding:0;
}

.lang-list{
  list-style: none;
  text-align:right;
  margin:0;
  padding:0;
  height:0;
}

.lang-menu{
  list-style: none;
  text-align:left;
  margin-top:15px;
  margin-bottom:0;
  padding:0;
}

.top-nav ul.top-menu li, .lang-nav ul.top-menu li, .lang-menu li, .sub-nav ul.top-menu li{
  display:inline-block;
  padding:7px 0;
}

.top-nav ul.top-menu li a, .lang-nav ul.top-menu li a, .lang-menu li a, .sub-nav ul.top-menu li a{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  border-radius: 4px;
  padding:4px 7px;
}

.top-nav ul li.lang-selector a, .lang-nav ul li.lang-selector a, .sub-nav ul li.active a{
  border-radius: 4px;
  background-color: rgba(0,0,0,.3);
}

.lang-menu li a{
  background-color: #00a296;
}

.top-nav ul li a:hover, .lang-nav ul li a:hover, .sub-nav ul li a:hover, .top-nav ul li.menu-opened a{
  text-decoration:none;
  background-color: rgba(0,0,0,.3);
}

.top-nav li a i{
  transition: transform 100ms ease-in-out;
}

.top-nav.lang-opened .lang-selector a i, .top-nav .menu-opened a i{
  transform: rotate(180deg);
}


navbar-nav{

}

navbar-nav li{

}

.mainmenu-subitem{
  padding:15px 10px;
}

.mainmenu-item .dropdown-menu{
  top:96%;
}

.navbar-nav2 li a{
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #020e28;
}

.search-form{
  position: relative;
  margin-left:15px;
}

.search-form button{
  position:Absolute;
  right:0;
  top:3px;
}

.search-form input{
  padding: 8px 12px 7px 13px;
  border-radius: 10px;
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
}

section.hero{
  aspect-ratio: 2.678;
}


.hero-overlay{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}


.hero-overlay h2{
  font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 15px;
}

.hero-overlay p{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 25px;
}


.hero-overlay a{
  padding: 12px 26px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  display:inline-block;
  margin-right:10px;
  border:none;
  text-decoration:none;
}

.hero-overlay.light h2 {
  color: #ffffff;
}

.hero-overlay.light p {
  color: #ffffff;
}

.hero-overlay.light a{
  background-color: #ffffff;
  color: #092e6e;
}

.hero-overlay.light a:hover {
  background-color: #092e6e;
  color: #fff;
}

.hero-overlay.dark h2 {
  color: #092e6e;
}

.hero-overlay.dark p {
  color: #092e6e;
}

.hero-overlay.dark a{
  background-color: #092e6e;
  color: #ffffff;
}

.hero-overlay.dark a:hover{
  background-color: #051a3e;
}


#hero.owl-carousel .owl-dots{
  position:absolute;
  left:0;
  bottom:15px;
  width:100%;
  text-align:center;
}

#hero.owl-carousel .owl-dots button.owl-dot{
  width: 14px;
  height: 14px;
  margin: 0 4px;
  opacity: 0.5;
  border-radius:50%;
  background-color: #000000;
  outline:none;
}

#hero.owl-carousel .owl-dots button.owl-dot.active{
  /*border: solid 3px #092e6e;*/
  background-color: #092e6e;
  opacity:1;
}

#hero.owl-carousel .owl-nav{
  position:absolute;
  left:0;
  top:45%;
  width:100%;
  height: 0;
}

#hero.owl-carousel .owl-nav button i{
  font-size:25px;
}

#hero.owl-carousel .owl-nav button {
  width:60px;
  height:60px;
  background-color:#000;
  opacity:.4;
  color:#fff;
  outline:none;
  line-height:1;
}

#hero.owl-carousel .owl-nav button.owl-prev{
  background-color:#000;
  opacity:.4;
}

#hero.owl-carousel .owl-nav button.owl-next{
  float:right;
  background-color:#000;
  opacity:.4;
}

#hero.owl-carousel .owl-nav button:hover {
  opacity:.8;
}

section.light h2, section.grey h2{
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #020e28;
}


section.dark h2{
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

section.grey{
  background-color: #efefef;
}

.products a img{
  border: solid 1px #d6d6d6;
  border-radius:12px;
}

.products a{
  text-decoration:none;
  position: relative;
    display: block;
}

.products a span{
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00767f;
  display: block;
  padding: 10px 15px;
  bottom: 0;
  position: absolute;
  width: 100%;
}

section.video{
  background:url(assets/img/bg-tanitim_opt.jpeg) center top no-repeat;
  background-size: cover;
}

.corner-round{
  border-radius:12px !important;
  overflow:hidden;
}

.drop-shadow{
  box-shadow: 0 0 17.9px 3.2px rgba(0, 0, 0, 0.58);
}
.drop-shadow-2{
  box-shadow: 0 0 12.9px 3.2px rgba(206, 206, 206, 0.58);
}


.whoweare p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #020e28;
}

.blog-item h3{
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #020e28;
  margin-top:15px;
}

.blog-item p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #020e28;
}

.blog-item span{
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  display:block;
  color: #020e28;
}

.blog-item span i{
  margin-left:5px;
}

.carousel-topnav.owl-carousel .owl-dots,
.carousel-product.owl-carousel .owl-dots{
  position:absolute;
  left:0;
  bottom:-55px;
  width:100%;
  text-align:center;
}

.carousel-topnav.owl-carousel .owl-dots button.owl-dot,
.carousel-product.owl-carousel .owl-dots button.owl-dot{
  width: 12px;
  height: 12px;
  margin: 0 4px;
  opacity: 0.5;
  border-radius:50%;
  background-color: #00a296;
  outline:none;
}

.carousel-topnav.owl-carousel .owl-dots button.owl-dot.active,
.carousel-product.owl-carousel .owl-dots button.owl-dot.active{
  /*border: solid 3px #00a296;*/
  background-color: #00a296;
  opacity:1;
}

.carousel-topnav.owl-carousel .owl-nav{
  position:Absolute;
  right:0;
  top:-72px;
  width:110px;

}

.carousel-topnav.owl-carousel .owl-nav button i{
  font-size:25px;
}

.carousel-topnav.owl-carousel .owl-nav button{
  width: 45px;
  height: 45px;
  padding: 11px 14px 10px 17px;
  border: solid 1px #020e28;
  background-color: transparent;
  margin-right:10px;
  border-radius:10px;
}

.carousel-topnav.owl-carousel .owl-nav button:hover, .carousel-topnav.owl-carousel .owl-nav button:focus {
  border: solid 1px #020e28;
  background-color: #020e28;
  color: #fff;
  outline: none;
  box-shadow: none;
}




section.newsletter{
  background-image: linear-gradient(to right, #00a296, #356b6a);
}

.newsletter h3{
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}


.newsletter form.newsletter-form {
  width:100%;
}
.newsletter form.newsletter-form button:hover{
  color: #00a296;
  background-color: #eceaea;
}


.newsletter form.newsletter-form .form-group{
  overflow:auto;
}

.newsletter form.newsletter-form .newsletter-email{
  width:80%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #eceaea;
  border:none;
  padding:10px 15px;
  display:inline-block;
  float:left;
}


.newsletter form.newsletter-form button{
  width:20%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #00a296;
  border:none;
  color:#fff;
  float:left;
  display:inline-block;
  outline:none;
  padding: 10px 0;
}

.newsletter form.newsletter-form label{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-top:3px;
}

footer h4{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #020e28;
}

footer ul{
  margin:0;
  padding:0;
  list-style:none;
}

footer ul li{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #092e6e;
  padding:3px 0;
}


footer ul li a{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  margin:0;
  color: #092e6e;
}

footer ul.mail-list span{
  display:inline-block;
  display:block;
  width:100%;
  font-weight:bold;
}

footer .col-social .button-pos{
  border-radius: 10px;
  background-color: #00a296;
  color:#fff;
  border:none;
  width:100%;
  padding:10px 0;
  text-align:center;
  margin-top:30px;
  display:inline-block;
}

footer .col-social .button-pos i{
  color:#fff;
}

footer .social-links a{
  margin:0 1px;
  display:inline-block;
}

footer .social-links a img{
  display:inline-block;
}

footer .footer-bottom{
  border-top:1px solid #ededed;
}

footer .copyright{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #020e28;
}

footer a{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #020e28;
  margin:0 8px;
  position:relative;
}

footer .footer-bottom a::after{
  content:"|";
  position:absolute;
  right: -9px;
  top: -1px;
  display: block;
  width: 1px;
}

footer .footer-bottom a:last-child::after{
  display:none;
}

footer a:hover{
  color: #00a296;
  text-decoration:none;
}

.navbar-toggler-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  line-height: 1;
  color: #000;
}



/* PAGES */



.page-title h1{
  font-size: 30px;
  font-weight: 600;
  color: #020e28;
  text-transform: uppercase;
}

.page-title ol.breadcrumb{
  padding: 0;
  margin: 0;
  background:transparent;
}

.page-title ol.breadcrumb li, .page-title ol.breadcrumb li a{
  font-size: 14px;
  color: #020e28;
}

.banner p{
  font-size: 18px;
  line-height: 1.33;
  color: #020e28;
}

.mission img{
  width:30%;
  margin-bottom:15px;
}

.mission h2{
  font-size: 35px;
  font-weight: bold;
  color: #020e28;
  margin-bottom:15px;
}

.mission h3{
  font-size: 20px;
  font-weight: 300;
  color: #020e28;
  margin-bottom:20px;
}

.mission p{
  font-size: 16px;
  font-weight: 300;
  color: #020e28;
}

.history span{
  background-color:#fff;
  padding:10px;
  display:inline-block;
  font-size: 25px;
  font-weight: bold;
  color: #020e28;
}

.history .border-left, .history .border-right{
  border-color:#092e6e;
  border-width: 2px;
}

.history p strong{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #020e28;
}

.history p{
  font-size: 16px;
  line-height: 1.25;
  color: #020e28;
}


.supply-chain h2, section h2.section-title, .content-section h2{
  font-size: 25px;
  font-weight: bold;
  color: #020e28;
}

.content-section h4{
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
}

h3.section-title{
  font-size: 20px;
  font-weight: bold;
  color: #020e28;
}

.supply-chain h3{
  font-size: 20px;
  font-weight: bold;
  color: #020e28;
}

.supply-chain p{
  font-size: 18px;
  line-height: 1.33;
  color: #020e28;
}

.team .team-item{
   border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
  background-color: #f5f5f5;
  overflow:hidden;
}

.team .team-item .member-info{
   padding:20px;
}

.team .team-item .member-info h3{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #092e6e;
  margin-bottom:5px;
}

.team .team-item .member-info span{
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.25;
  color: #092e6e;
  display:block;
  border-bottom:1px solid #bababa;
  padding-bottom:10px;
  margin-bottom:10px;
}


.team .team-item .member-info p{
  font-size: 16px;
  line-height: 1.25;
  color: #020e28;
}


.team .team-item .member-cta{
  overflow:auto;
}

.team .team-item .member-cta .btn-member-email{
  background-color: #092e6e;
  padding:8px 0;
  text-align:center;
  display:inline-block;
  width:calc(50% - 1px);
  border-right:1px solid #fff;
  float:left;
}

.team .team-item .member-cta .btn-member-email:hover, .team .team-item .member-cta .btn-member-linkedin:hover{
  background-color: #000;
}

.team .team-item .member-cta .btn-member-linkedin{
  background-color: #0077b5;
  padding:8px 0 10px 0;
  width:50%;
  text-align:center;
  display:inline-block;
  float:left;
}

.team .team-item .member-cta .btn-member-email img{
  width:24px;

}

.team .team-item .member-cta .btn-member-linkedin img{
 width:16px;
}


section.sub-menu{
  background-color: #092e6e;
}

section.sub-menu ul{
  margin:0;
  padding:0;
  list-style:none;
}

section.sub-menu ul.nav-tabs {
    border-bottom: none;
    display: flex;
    width: 100%;
    justify-content: center;
}

section.sub-menu ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section.sub-menu ul li a {
    font-size: 18px;
    color: #ffffff;
    height: 100%;
    padding: 18px;
	transition: none;
}

section.sub-menu ul li a:hover{
  text-decoration:none;
}

section.sub-menu ul li a.active{
  font-weight:bold;
}

section.sub-menu ul li a.active::after{
  content:"";
  display:block;
  width:20px;
  height:20px;
  background:url(assets/img/svg/next.svg) left top no-repeat;
  background-size:100%;
  position:absolute;
  left:48%;
  left: calc(50% - 10px);
  top:70px;
  transform: rotate(90deg);
}

form label{
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #020e28;
}

form label span{
  font-size: 12px;
  color: #020e28;
}

form input.form-control, form select.form-control, form textarea.form-control{
  border-radius: 10px;
  border: solid 1px #c3c3c3;
  background-color: #f5f5f5;
}

form input.form-control.error, form select.form-control.error, form textarea.form-control.error{
 border-color:red !important;
}


form.needs-validation .field-row{
  transition:all 500ms ease-in;
 /* overflow: hidden;*/
}

form.needs-validation.was-validated .field-row{
 
}

form .form-check label{
  font-size: 12px;
  color: #092e6e;
  min-height: 28px;
}

form .btn-submit{
  padding: 12px 30px 14px 31px;
  border-radius: 10px;
  background-color: #020e28;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #ffffff;
  display: flex;
    align-items: center;
    justify-content: center;
}

form .btn-submit .spinner-grow-sm{
	margin-right: 4px;
}

form .btn-submit:hover{
  color: #ffffff;
  background-color: #00a296;
}

section.content h2{
  font-size: 25px;
  font-weight: bold;
  color: #020e28;
}

section.content p, section.content ul li{
  font-size: 18px;
  line-height: 1.5;
  color: #020e28;
}


.products-list .product-filter,
.side-menu-box{
  padding:20px;
  position: sticky;
  border-radius:12px;
    top: 130px;
    background-color: white;
}


.products-list .product-filter h3,
.side-menu-box .side-menu h3{
  font-size: 18px;
    font-weight: bold;
    color: #231f20;
    text-transform: uppercase;
}

.products-list .product-filter .product-search-form{
  position:relative;
}

.products-list .product-filter .product-search-form input{
  border-radius: 10px;
  border: solid 1px #c3c3c3;
  background-color: #f5f5f5;
  width: 100%;
  padding:5px 10px;
  padding-right: 46px;
}

.products-list .product-filter .product-search-form button {
  background-color: #00a296;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 10px;
  border-radius:10px;
}

.products-list .product-filter .product-search-form button i{
  color:#fff;
}

.products-list .product-filter .product-categories ul,
.side-menu-box .side-menu ul{
  padding:0;
  margin:0;
  list-style:none;
}

.products-list .product-filter .product-categories ul li {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    font-size: 13px;
}

.products-list .product-filter .product-categories ul li .sub-list2 li{
  padding-left:20px;
  border:none;
}

.side-menu-box .side-menu ul li {
    border-bottom: 1px solid #e3e3e3;
    font-size: 13px;
    padding: 4px 0;
}


.product-categories .card{
  display:block;
  background:transparent;
  border:none;
  border-bottom:1px solid #e3e3e3;
  margin:0;
  border-radius:0;
  padding: 5px 0;
}

.product-categories .card:last-child{
  border-bottom:none !important;
}

.product-categories .card .card-header{
  padding:0;
  margin:0;
  border:none;
  background:transparent;
}

.product-categories .card .card-header button {
    color: #231f20;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
	outline: none;
}

.product-categories .card .card-header button:focus {
	outline: none;
	box-shadow: none;
}

.screen-reader-text{
  display:none;
}

a.page-numbers, span.page-numbers{
  margin: 3px;
  border: 2px solid #c6c6c6;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding: 4px 0;
  color: #b3b3b3;

  display:inline-block;
  font-weight: 500;
}

.side-menu-box .collapse:not(.show) {
    display: none !important;
}

.side-menu-box .collapse.side-menu {
    display: block !important;
}

span.page-numbers.current, a.page-numbers:hover{
  background: #00a296;
  color: #fff;
  border-color: #00a296;

  text-decoration:none;
}

.pagination i {
    margin-top: 4px;
    display: inline-block;
}

.product-categories .btn-link i,
.product-categories .btn-link2 i{
   transition:transform 100ms ease-in;
   transform: rotate(90deg);
}

.product-categories .btn-link.collapsed i,
.product-categories .btn-link2.collapsed i{
  transform: rotate(0deg);
}

.product-categories .card .card-header button i{
  color: #231f20;
}

.product-categories .card-body{
  padding:5px;
  padding-left:15px;
}

.product-categories .card-body .card{
 border:none;
}

.catName {
/*	background: url(assets/img/svg/next.svg) 8px 9px no-repeat;
    background-size: 9px;
    background-repeat: no-repeat;
    */
}

.product-categories .card .card-header h5 .catName a{
  line-height:1.2;
  font-size: 15px;
  color: #231f20;
  display: block;
    padding: 4px 0;
	font-weight: 600;
}

.product-categories .card .card-header h5 .catName a:hover{
  margin-left: 5px;
}

.side-menu-box .side-menu ul li.active{
  padding-left: 25px;
  background-position-x:10px;
}

.current-lang{
  text-transform:uppercase;
}​​

.side-menu-box .side-menu ul li.active a{
  font-weight:bold;
}


.products-list .product-filter .product-categories ul li:last-child,
.side-menu-box .side-menu ul li:last-child{
  border-bottom: none;
}

.products-list .product-filter .product-categories ul li a{
    line-height: 1.2;
    font-size: 14px;
    color: #231f20;
}

.side-menu-box .side-menu ul li a {
    line-height: 1.2;
    font-size: 14px;
    color: #231f20;
    display: flex;
    align-items: flex-start;
    padding: .5rem .4rem;
}

.side-menu-box .side-menu ul li a:hover {
    margin-left: 8px;
}

.side-menu-box .side-menu ul li a::before {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    color: #9a9a9a;
    margin-right: 7px;
}

.products-list .product-filter .product-categories ul li a:hover,
.side-menu-box .side-menu ul li a:hover{
  text-decoration:none;
}

.product-items .product-item {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
}

.product-items .product-item .product-info {
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-items .product-item .product-info h3{
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
  margin-bottom:5px;
}

.product-items .product-item .product-info span{
  font-size: 13px;
  color: #898989;
  display:block;
  padding-bottom:10px;
  border-bottom:1px solid #cacaca;
  margin-bottom:10px;
}

.product-items .product-item .product-info p{
  font-size: 16px;
  color: #020e28;
}

.product-items .product-item .product-info a.link-readmore{
  font-size: 16px;
  font-weight: bold;
  text-align:right;
  color: #020e28;
  display:block;
  padding-right:20px;
  background:url(assets/img/svg/next.svg) right 4px no-repeat;
  background-size:15px;
  margin-top: auto;
}

.product-items .product-item .product-info a.link-readmore:hover{
  text-decoration:none;
  margin-right: -5px;
}

.product-images{
  border-radius:10px;
  padding:15px;
  border: solid 1px #e3e3e3;
}

.carousel-product.owl-carousel .owl-nav{
  position:Absolute;
  left:0;
  top:45%;
  width:100%;
}


.carousel-product.owl-carousel .owl-nav button.owl-prev{
  width:30px;
  height:30px;
  color:#fff;
  outline:none;
}

.carousel-product.owl-carousel .owl-nav button.owl-next{
  float:right;
  width:30px;
  height:30px;
  outline:none;
}

i.btn-next{
  width:30px;
  height:30px;
  background:url(assets/img/svg/next.svg) right top no-repeat;
  background-size:100%;
  display:block;
}


i.btn-prev{
  width:30px;
  height:30px;
  background:url(assets/img/svg/next.svg) right top no-repeat;
  background-size:100%;
  transform: rotate(180deg);
  display:block;
}

i.btn-next-w{
  width:30px;
  height:30px;
  background:url(assets/img/svg/next_w.svg) right top no-repeat;
  background-size:100%;
  display:block;
}


i.btn-prev-w{
  width:30px;
  height:30px;
  background:url(assets/img/svg/next_w.svg) right top no-repeat;
  background-size:100%;
  transform: rotate(180deg);
  display:block;
}

.product-info-text p, .product-info-text ul li{
  font-size: 18px;
  color: #020e28;
}



.btn-product-video{
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  background-color: #00a296;
  border:none;
  padding:10px 20px;
  outline:none;
}

.btn-product-video:hover{
  color:#fff;
  text-decoration:none;
}

.btn-product-video img{
  width:16px;
  height:16px;
  margin-left:10px;
}

.bg-color{
  background-color: #00a296;
}

.product-details h3{
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom:30px;
}

.product-details ul{
  color:#fff;
}

.product-details ul li, .product-details p{
  font-size: 18px;
  color: #ffffff;
}

.product-details .pdf-list{
  margin:0;
  padding:0;
  list-style:none;
}

.product-details .pdf-list li{
  margin-bottom:20px;
}

.product-details .pdf-list li a{
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.product-details .pdf-list li a:hover{
text-decoration:none;
}

.product-details .pdf-list li a  img{
 width:42px;
  height:44px;
  margin-right:10px;
}

.bg-waves{
  background:url(assets/img/bg-tech.jpg) center top no-repeat;
  background-size:cover;
}


.tech-specs{
  border: solid 1px #9f9f9f;
}

.tech-specs .tech-item{
  text-align:center;
  border-right: solid 1px #9f9f9f;
  padding-top:10px;
}

.tech-specs .tech-item:last-child{
  border-right: none;
}


.tech-specs .tech-item img{
	width: 100%;
	    max-width: 180px;
}

.tech-specs .tech-item .tech-value{
  display:block;
  border-top: solid 1px #9f9f9f;
  min-height: 50px;
  margin-top:10px;
  padding: 0.5rem;
}

.tech-specs .tech-item .tech-value span{
  display:block;
  width:100%;
  text-align:center;
  font-size: 14px;
  color: #020e28;
}

.accs-item{
  overflow:hidden;
  background-color: #f8f8f8;
}

.accs-item .accs-image{
  width:40%;
  float:left
}

.accs-item .accs-info{
  width:60%;
  padding:15px;
  float:left;
  background-color: #f8f8f8;
}

.accs-item .accs-info h3{
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #cacaca;
}

.accs-item .accs-info p{
  font-size: 16px;
  color: #020e28;
}

a.btn-accs{
  font-size: 16px;
  color: #ffffff;
  background-color:#000;
  text-decoration:none;
  border-radius:10px;
  display:inline-block;
  padding:7px 15px;
  margin-right:15px;
}

a.btn-green{
  background-color: #00a296 !important;
}

.accordion .card h2 button{
  padding:0;
  font-size: 20px;
  font-weight: bold;
  color: #020e28;
  outline:none;
  display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion .card h2 button:hover, .accordion .card h2 button:focus, .accordion .card h2 button:active, .accordion .card h2 button:visited{
  text-decoration:none;
  outline:none;
  box-shadow: none;
}




.accordion .card h2 button img {
    width: 20px;
    height: 20px;
    float: right;
    transform: rotate(270deg);
    margin-top: 5px;
    transition: transform 300ms ease-in-out;
    margin-left: 10px;
}

.accordion .card h2 button.collapsed img {
    transform: rotate(90deg);
}

.accordion .card .card-header{
  border:none !important;
  background-color: #f8f8f8;
}

.accordion .card .card-body{
  background-color: #f8f8f8;
  border-top: 1px solid #cacaca;
  font-size: 16px;
  color: #020e28;
}

.accordion .card .card-body a {
  color: #020e28;
  text-decoration: underline;
}

.btn-grey{
  border:none;
  border-radius:10px;
  background-color: #646464;
  font-size: 16px;
  font-weight: bold;
  padding:10px 20px;
  color: #ffffff;
}

.bg-green{
  background-color: #00a296 !important;
}

.bg-dark{
  background-color: #020e28 !important;
}

a.bg-dark:hover{
  text-decoration:none;
  color:#fff;
}

.spare_part_image {
	    width: 100%;
    min-height: 150px;
    background-size: auto  70%;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
	background-color: #fff;
}

.fair-image{
  min-height:341px;
  background-size: auto  70%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
	background-color: #fff;
}

.spare-part-item {
	background-color: #f8f8f8;
	display: flex;
    flex-direction: column;
}

.spare-part-item .part-info{
  background-color: #f8f8f8;
  padding:15px;
  height: 100%;
    display: flex;
    flex-direction: column;
}


.spare-part-item .part-info h3{
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
  border-bottom: 1px solid #cacaca;
  padding-bottom:10px;
  margin-bottom:10px;

}

.spare-part-item .part-info p{
  font-size: 16px;
  color: #020e28;
}

.btn-yilmaz{
  padding:6px 20px;
  font-size: 16px;
  color: #ffffff;
  border:none;
  border-radius:10px;
}

.btn-yilmaz img{
  width:15px;
}

.btn-yilmaz-big{
  padding:15px 30px;
  font-weight: bold;
  color: #ffffff;
  border:none;
  border-radius:10px;
}

.drop-shadow-3{
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.27);
}

.edu-item{
  background-color: #f8f8f8;
  position:Relative;
}

.edu-item h3{
  font-size: 18px;
  font-weight: 600;
  color: #020e28;
  text-align:center;
  padding:15px 0;
  margin:0;
}

.edu-item .btn-play-wrapper{
  display:block;
}

.edu_image {
	min-height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.edu-item .btn-play-wrapper a{
  display:inline-block;
  border-radius: 50%;
  background-color: #020e28;
  opacity: 0.8;
  padding:15px;
}

.edu-item .btn-play-wrapper a img{
  width: 31px;
  height: 34px;

}

.bg-blue{
  background-color: #092e6e !important;
}

.bg-dark-grey{
  background-color: #646464 !important;
}

p.section-text{
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.event-item {
    position: relative;
    min-height: 132px;
    height: 100%;
}


.event-item .event-buttons{
  position:absolute;
  top:-135px;
  left:0;
  width:100%;
  min-height:134px;
  background-color: #eaeaea;
  transition: top 100ms ease-in-out;
}



.event-item .event-buttons.hovered{
  top:0;
}

.event-item .event-buttons button{
  font-size: 16px;
  font-weight: bold;
  outline: none;
}

.event-item .event-date{
  background-color: #5c5c5c;
  width:30%;
  text-align:center;
  color:#fff;
  min-height:134px;
}



.event-item .event-date p{
  margin: 0;
  display: block;
  text-align: center;
  width:100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.event-item .event-date p span{
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.event-item .event-title{
  width:70%;
  padding:15px;
  min-height:132px;
}

.event-item .event-title h4{
 margin:0;
  font-size: 20px;
  font-weight: bold;
  color: #020e28;
}

.bg-light{
  background-color: #ffffff !important;
  color: #020e28 !important;
}

.btn-add-calendar, .btn-event-request {
	font-size: 15px !important;
    font-weight: bold !important;
    outline: none !important;
    background-color: transparent !important;
    padding: 0 !important;
	margin: 0 auto !important;
	color: #020e28 !important;
}

.btn-add-calendar:hover, .btn-event-request:hover {
    background-color: transparent !important;
}

.btn-add-calendar::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f271";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    margin-left: 7px;
}

.btn-event-request::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    margin-left: 7px;
}

.webinar-item{
  border-radius:10px;
  overflow: hidden;
}

.webinar-item .webinar-info{
  background-color: #f8f8f8;
  padding:15px;
}

.webinar-item .webinar-info h3{
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
  margin-bottom:10px;
  border-bottom:1px solid #cacaca;
  padding-bottom:10px;
}

.webinar-item .webinar-info span{
  font-size: 13px;
  color: #898989;
  display:block;
  padding-bottom:10px;
  border-bottom:1px solid #cacaca;
  margin-bottom:10px;
}

.webinar-item .webinar-info p{
  font-size: 16px;
  color: #020e28;
}

.webinar-item .webinar-info a.link-readmore, a.link-readmore{
  font-size: 16px;
  font-weight: bold;
  text-align:right;
  color: #020e28;
  display:block;
  padding-right:20px;
  background:url(assets/img/svg/next.svg) right 4px no-repeat;
  background-size:15px;
}

.webinar-item .webinar-info a.link-readmore:hover{
  text-decoration:none;
}

.blog-carousel-item{
  position:relative;
}

.blog-carousel-item .blog-carousel-info{
  position:absolute;
  left:0;
  padding-left:20px;
  bottom:0;
  width:100%;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}

.blog-carousel-item .blog-carousel-info h3{
  margin-bottom:10px;
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
}

.blog-carousel-item .blog-carousel-info p{
  margin-bottom:15px;
  font-size: 16px;
  color: #ffffff;
}

.blog-item h3{
  font-size: 22px;
  font-weight: bold;
  color: #020e28;
  margin-bottom:10px;
}


.blog-item p{
  font-size: 16px;
  color: #020e28;
}

.blog-item a{
  font-size: 16px;
  font-weight: 600;
  color: #020e28;
}

.blog-item a img{
  width:14px;
}

.blog-suggestions .sugg-list{
padding: 0;
  margin: 0;
  list-style:none;
}

.blog-suggestions .sugg-list a{

}

.sugg-item{
  overflow:hidden;
}

.blog-suggestions .sugg-list a img{


}

.blog-suggestions a span{

  font-size: 14px;
  color: #020e28;
}

.blog-suggestions .row:last-child{
  border-bottom:none !important;
}

.blog-rating i{
  color:#ffc124;
  margin-right:3px;
  font-size:20px;
}

.blog-share{
  font-size: 20px;
  font-weight: 600;
  color: #020e28;
}

.blog-share a{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius:50%;
  background-color:#000;
  padding:5px 0;
  width:40px;
  margin-left:7px;
  display:inline-block;
  text-align:center;
}

.blog-share{}

.blog-share .blog-author a{
  color:#020e28;
  background:transparent;
  width:auto;
  padding:0;
}

.blog-author{
  float:right;
}

.blog-share .blog-author img{
  border-radius:50%;
  margin-right:5px;
}

.katalog-item{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.katalog-item h3{
  font-size:15px;
}

.contact-title p{
  font-size: 16px;
  font-weight: 600;
  color: #020e28;
}

.icon-wrapper {
    border-radius: 50%;
    background-color: #020e28;
    text-align: center;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
	margin-right: 10px;
}

.icon-wrapper img {
    width: 100%;
}

.contact-info {
    overflow: auto;
    display: flex;
    align-items: self-start;
}

.contact-info img {
    width: 18px;
    margin-right: 10px;
    margin-top: 5px;
}

.contact-info p{
  float:left;
  font-size: 16px;
  color: #020e28;
}

.career-info{
  background:url(assets/img/bg-career.jpg) center top no-repeat;
  background-size:cover;
  background-attachment: fixed;
}

.bg-dark h2.section-title, .bg-dark h3.section-title, .bg-dark h4.section-title{
  color:#fff;
}

.bg-dark label{
  color:#fff;
}

.bg-dark form .form-check label{
  color:#fff;
}

.bg-dark form .btn-submit{
  background-color:#fff;
  color: #020e28;
}

.hr-edu-item img{
  border: solid 1px #d6d6d6;
}

.hr-edu-item span{
  text-align:center;
  display:block;
  padding:10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #020e28;
}

.quality-certificate .btn-download{

  border-radius: 10px;
  background-color: #020e28;
}

.quality-certificate .btn-download img{
  width: 14px;
  height: 13px;
  margin-right:5px;
}

.quality-certificate .btn-download{

  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border:0;
  padding:10px 30px;
}

.video-item h3{
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  color: #020e28;
}

.yasr-total-average-container{
  display:none;
}

.search-results h2{
  font-weight:bold;
  padding:5px;
  border-bottom:2px solid #00a296;
}

.search-result-list h3{
  border-bottom:1px solid #cecece;
  padding:5px 0;
}

.search-result-list h3 a:hover{
text-decoration:none;
color:#00a296;
}


.search-result-list h3 a{
  color:#000;
}

.search-results .card-header h2{
  border-bottom:none;
}

.form_message{
  font-weight: bold;
  padding-left: 15px;
}


.basket{
  position:fixed;
  right:0;
  top:200px;
  padding:10px;
  background-color:white;
  width:320px;
  z-index:999;
  transition:right 500ms ease-in-out;
}

.basket.collapsed{
  right:-320px;
}

.basket .btn-close{
  position: absolute;
  border: 2px solid #000;
  left: -24px;
  top: 10px;
  width: 24px;
  height: 23px;
  line-height: 1;
  font-size:19px;
  background-color:white;
  color:#000;
  display:block;
  text-align:center;
}

.basket .btn-close i{
  transition:transform 500ms ease-in-out;
}

.basket.collapsed .btn-close i{
   transform:rotate(180deg);
  }

.basket .basket-header h2{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-align: left;
  color: #020e28;
  position: relative;
}

.basket .basket-header h2 .basket-bag{
  float:right;
}

.basket .basket-header h2 img{
 width:15px;
 position: absolute;
 right: 14px;
 top: 2px;
}

.basket .basket-list{
  margin:10px 0;
  max-height: 200px;
  overflow: auto;
}

#basket_form

.basket .basket-list .basket-item{
  border-bottom:1px solid #e6e6e6;
  padding:5px 0;
  overflow:auto;
}

.basket .basket-list .basket-item:last-child{
  border-bottom:none;
}

.basket .basket-list .basket-item .basket-product-image{
   width:52px;
   height:52px;
   float:left;
   margin-right:10px;
   border:1px solid #e6e6e6;
   display:inline-block;
}

.basket .basket-list .basket-item .basket-product-image img{
  width:100%;
}

.basket .basket-list .basket-item .basket-product-name{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-align: left;
  float:left;
  width:160px;
  color: #020e28;
}

.am-custom-fields .el-row .el-col:nth-child(1), 
.am-custom-fields .el-row .el-col:nth-child(2){
  display:none !important;
}

.amelia-app-booking .el-button--primary.el-button span, 
.am-modal.am-in-body .el-button--primary.el-button span{
  color:#fff !important;
}

.basket .basket-list .basket-item .basket-product-quantity{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-align: center;
  float:left;
  width:30px;
  color: #020e28;
}

.basket .basket-list .basket-item .basket-product-remove{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-align: center;
  float:right;
  margin-right:5px;
  width:20px;
  cursor:pointer;
  color: #020e28;
}


.basket .basket-list .basket-item .basket-out{

  text-align: left;
  float:left;
}

.basket .basket-list .basket-item .basket-out a i{
  text-align: left;
  color: #020e28;
}

h5.modal-title{
  font-weight:bold;
}

.event-meta{
  font-weight:bold;
  margin-bottom:5px;
}

.event-item .event-buttons {
    top: auto !important;
    min-height: 50px !important;
    height: 50px !important;
    bottom: 0;
}

.event-item {
  padding-bottom: 50px;
}

form .btn-upload{
  color:#000;
  border-radius: 10px;
  border: solid 1px #c3c3c3;
  background-color: #f5f5f5;
}

form .btn-upload i{
  color:#000;
}


.bg-dark form .btn-upload{
  color:#000;
  border-radius: 10px;
  border: solid 1px #c3c3c3;
  background-color: #f5f5f5;
}

.bg-dark form .btn-upload i{
  color:#000;
}

.amelia-app-booking #am-step-booking .am-select-date, .amelia-app-booking .am-step-booking-catalog .am-select-date {
    background: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%) !important;
    font-weight: 600;
}

.amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker .c-weekdays div, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker .c-weekdays div {
    font-weight: 600;
    opacity: 1;
}

.btnCategory {
    background-color: #092e6e;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.btnCategory:hover {
    background-color: #092e6e;
    color: #fff;
    text-decoration: none;
}


.product-image{
  min-height:200px;
  background-color:#fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:auto 80%;
}


.product-image-horizontal{
  background-size:90% auto;
}


@media (max-width: 1400px) {


}

@media (max-width: 1320px) {

}

@media (max-width: 1199.98px) {
  .hero-overlay h2 {
    font-size: 30px;
  }

}

@media (max-width: 991.98px) {
  .search-form input{
    width:100%;
  }

  .navbar-nav li a{
    text-align:left;
  }
  
  .side-menu-box .collapse:not(.show) {
    display: none !important;
}

.side-menu-box {
    padding: 0;
    position: static;
    background-color: white;
}


.side-menu-box .side-menu ul {
    padding: 2rem;
	padding-top: 0;
}

.side-menu-box .side-menu h3 {
    padding: 2rem;
    padding-bottom: 0;
}

  .carousel-topnav.owl-carousel .owl-dots, .carousel-product.owl-carousel .owl-dots {
    position: static;
}

}

@media (max-width: 767.98px) {

  .products a span{
    font-size: 19px;
    padding-bottom: 5px;
  }
  
  .event-item{
    padding-bottom: 50px;
  }

  .event-item .event-buttons{
    top: 134px;
    min-height: 50px;
    height:50px;
  }


  .hero-overlay h2 {
    font-size: 30px;
  }

  .hero-overlay.dark{
    background-color:rgba(255,255,255,.4);
  }

  .hero-overlay.light{
    background-color:rgba(0,0,0,.4);
  }

  #hero.owl-carousel .owl-nav {
    top:85%;
  }

  section.light h2, section.grey h2 {
    font-size: 35px;
    margin-left: 0;
  }

  .carousel-topnav.owl-carousel .owl-nav button.owl-prev, .carousel-topnav.owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
  }

  .carousel-topnav.owl-carousel .owl-nav {
    top: -56px;
    width: 100px;
  }

  .newsletter h3 {
    font-size: 25px;
  }

  .newsletter form.newsletter-form .newsletter-email {
    width: 70%;
  }

  .newsletter form.newsletter-form button {
    width: 30%;
  }

  footer h4, footer ul li{
    text-align:left;
  }

  footer .social-links{
    text-align:left;
  }

  footer .social-links a{
    margin:0 10px;
  }
  
  footer ul li {
    font-size: 12px;
}

footer ul li a {
    font-size: 12px;
}

  .navbar-collapse{
    padding:20px 0;
  }
  
section.sub-menu ul li {
    position: relative;
    display: inline-flex;
    justify-content: center;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    align-items: center;
    border: 1px solid #fff;
}

section.sub-menu ul li a {
    font-size: 16px;
    color: #ffffff;
    height: auto;
    padding: 18px 10px;
    transition: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.sub-menu ul li a.active::after {
    display: none;
}

.event-item {
   position: relative;
    min-height: 232px;
    height: 100%;
    padding-bottom: 70px;
}

.event-item .event-buttons {
    top: auto !important;
    min-height: 70px !important;
    height: 70px !important;
    bottom: 0;
	display: flex;
    flex-direction: column;
}

.event-item .event-date {
    background-color: #5c5c5c;
    width: 30%;
    text-align: center;
    color: #fff;
    min-height: 132px;
}

.event-item .event-date p span {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.event-item .event-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #020e28;
}

  }

@media (max-width: 575.98px) {

  .search-form {
    position: relative;
    margin-left: 0;
}

.icon-wrapper {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    padding: 1rem;
}

.product-images {
    margin-bottom: 15px;
}


}


.btn-rtl{
  display:block;
  width:50px;
  height:50px;
  position:fixed;
  right:20px;
  bottom:20px;
  background-color:#00a296;
  color:#fff;
  padding-top:13px;
  text-align:center;
  text-decoration: none;
  font-weight:600;
}

.btn-rtl:hover{
  text-decoration:none;
  color:#fff;
}

.chosen-container-multi .chosen-choices{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 10px;
  border: solid 1px #c3c3c3;
  background: #f5f5f5;
}


.btn-submit span{
  width:0;
  transition:width .2s ease-in;
}

.btn-submit:disabled span{
   width:1rem;
}

.map_box .map_container{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;

}


.map_box .map_container .map_render{
  height:100%;
  
}

.text-hide {
  font: 0/0 a !important;

}

.basket-item{
  overflow:auto;
}

.btn-pro-add{
  display:none;
}

.item-product-1 .btn-pro-add{
  display:block;
}


.hero-overlay.light a.stretched-link{
  background:transparent;
}

.blog-suggestions{
  border-radius:12px;
}


.sidebar-item{
  border-bottom: 1px solid #ccc;
}

.sidebar-item:last-child{
  border-bottom: none;
}

.minh-300{
  min-height:360px;
}

html[lang="ru-RU"] body .newsletter-form button{
  font-size: 14px;
  padding: 12px 0;

}