
  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 5em;
  }

  h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: black;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #00b300;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #2ca449;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
    cursor: pointer;
  }

  .section-btn:hover {
    transform: translateY(-5px);
    cursor: pointer;
    background-color: #2f8ac9;
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #2ca449;
    cursor: pointer;
  }

  .btn-blue {
    background: #2ca449;
    cursor: pointer;
  }

  .news-thumb {
    background: white;
    border-radius: 30px;
  }
  .news-thumb img {
    border-radius: 30px 30px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  /*#about, */#team, #news,
  #news-detail {
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #00b300;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #ffffff;
   box-shadow: 0 2px 8px rgba(0,0,0,.075); 
    border: none;
    margin-bottom: 0;
    padding: 18.2px; 
     padding-left: 70px;
    padding-right: 70px;
  }
  .navbar-default .navbar-brand {
    margin-top: -25px;
  }

.navbar-nav>li {
    margin: 10px;
    text-transform: uppercase;
    box-shadow: none;
  }
 
 .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    font: -webkit-control;
    font-weight: bolder;
}
.navbar-default .navbar-nav > li a {
    color: black;
}
  .navbar-default .navbar-nav > li a:hover {
    color: #fff !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
     background-color: #2ca449;
    /* transition: 1s;*/
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #2ca449;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: #4da6ff;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    /*background-color: #4da6ff;*/
    background-color: unset;
  }


  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
  width: 100%
  }

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 800px;
  }

  .slider .item-first {
    background-image: url(../images/slider1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/slider2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider3.jpg);
  }


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    background-size: cover;
   /* background: #f2f2f2;*/
    /*padding-top: 10px;
    padding-bottom: 10px;*/
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #858585;
    margin: 0;
  }
  /*----------------------------------------
      SHERBIMET
    --------------------------------------*/
   
  .heading {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }

  .services-area{
   /* padding: 5px 0;*/
  }
  .single-service {
    text-align: center;
    /* background-color: #fff; */
    position: relative;
    margin-bottom: 10px;
    padding: 1px 5px 6px;
    height: 290px;
    /* border: 1px solid #2383c6; */
    box-shadow: 2px 4px 12px #888888;
}
  /*.single-service{
    text-align: center;
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
    padding: 40px 0px 5px;
    height: 240px;
     border: 1px solid #2383c6; 
    box-shadow: 2px 4px 12px #888888;
  }
*/  .icon-area{
    position: absolute;
    left: 50%;
    top: -45px;
    width: 80px;
    height: 80px;
    margin-left: -45px;
    background: #2ca449;
    font-size: 50px;
    color: #fff;
    transition: 2s;
  }
  .single-service:hover .icon-area{
    transform: scale(.5, .5);
  }
  .icon-area:after{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0;
    transform: scale(0.8, 0.8);
    transition: .5s;

  }
  .single-service:hover .icon-area:after{
    opacity: 1;
    transform: scale(1, 1);
  }
  .single-service h3{
    font-size: 20px;
    margin: 0 0 10px 0;
  }


  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #00b300;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #00b300;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }


/*=============================================
         KLIENTET
===========================================*/
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 100%
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

/*.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}*/

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 188px; 
    /*gjatesia e fotove tani behet 100% dhe bihet fit ne 180px*/
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
  /*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

  #appointment {
    padding-top: 15px;
  }

  #appointment label {
    color: #393939;
    font-weight: 500;
  }

  #appointment .form-control {
    background: #f9f9f9;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #appointment input,
  #appointment select {
    height: 45px;
  }

  #appointment button#cf-submit {
    background: #2ca449;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #appointment button#cf-submit:hover {
    background: #2ca449;
    color: #ffffff;
  }


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 20px;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #2ca449;
  }

  footer a:hover {
    color: #2f8ac9;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #2ca449;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    display: block;
    cursor: pointer;
  }

  .angle-up-btn a {
    background: #2ca449;
    border: 1px solid #2ca449;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
    
  }

  .angle-up-btn a:hover {
    background: #2f8ac9;
    color: #ffffff;
    transform: translateY(-5px);
    
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #2f8ac9;
    color: #ffffff;
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

   /* .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }*/


  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 1000px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      /*display: inline-block;*/
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .navbar-brand>img {
    display: block;
    max-width: 225px;
    max-height: 77px;
    margin: 0px;
   }

    .news-sidebar {
      margin-top: 2em;
    }
    .newss-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      /*padding-top: 4em;*/
      padding-bottom: 4em;
    }

    footer {
      padding-top: 75px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 0em;
      cursor: pointer;
    }
  }

 

/*----------------------------------------
   Produktet 
   --------------------------------------*/

#produkte{
background-color: #f2f2f2;
 width: 100%;
 height: 100%;
 padding-bottom: 35px;
}
#produkte h2 {
    text-align: center;
    background: #fff;
    color: #2ca449;
    width: 100%;
    font-size: 40px;
    height: 60px;
  }
#produkte img{

  width: 100%;
  height: 250px;
  padding-top: 35px;
} 
#produkte img:hover{
  transform: translateY(-10px);
    cursor: pointer;
    opacity: 0.7;
}
/*<!-- CSS VETEM PER MODAL MESAZHIN QE DEL ME POP UP  -->*/
/* Popup Box */
.open_popup{
  background:tomato;
  border:none;
  padding:5px 15px;
  color:#fff;
}
.popup_body{
  display:none;
  position:fixed;
  top:0;left:0;right:0;bottom:0;
  -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.popup_body_show{
  display:block;
  -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}/*
.btn{
  color: blue;
}*/
.popup_back{
  background: rgba(0,0,0,0.4);
  position: fixed;
  left:0;right:0;top:0;bottom:0;
}
.popup_contain{
  position:relative;
  background:#fff;
  min-width:300px;
  max-width:80%;
  margin:100px auto 50px;
  min-height:150px;
  padding: 10px 20px;
}
.popup_close{
  background:red;
  padding:3px 10px 5px;
  position: absolute;
  right:-10px;
  top:-10px;
  color: #fff;
  border-radius: 50%;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 350px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.close {
  color: #2ca449;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.navbar-default {
    padding: 40px;
    padding-left: 110px;
    padding-right: 100px;
    height: 105px;
}
.navbar-brand>img {
    display: block;
    max-width: 274px;
    max-height: UNSET;
    margin: -20PX;
}
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
hr {

  border: 2px solid #eee;
  display: block;
}
.pi{
     padding-top: 0px;
     padding-left: 100px;
     font-weight: 700;
     color: #2383c6;

}


/*PJESA E GALLERY GRID KREJT QKA KA TBEJ ME FOTO TE PRODUKTEVE*/
h2 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5;  
}
 h2:before {
    content: "|";
    color: green;
    margin:0 10px;
  }
p {
  margin: .5rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
      text-align: -webkit-left;
}
/* First the Grid */
.gallery-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /*grid-gap: 1.5rem;*/
  justify-items: center;
  margin: 0;
  padding: 0;
}

/* The Picture Frame */
.gallery-frame {
  padding: .5rem;
  font-size: 1.2rem;
  text-align: center;
  background-color: white;
  color: green;
}

/* The Images */
.gallery-img {
  max-width: 100%;
  height: 194.66px;
  object-fit: cover;
  transition: opacity 0.25s ease-in-out;
  background-color: white;
  border: 1px solid #999;
}

.gallery-img:hover {
  opacity: .7;
}
  
figcaption {
  background-color: #e6e6e6;
  color: #032b07;
  font-style: italic;
  padding: 2px;
  text-align: center;
  font-size: 22pX;
  }
figcaption:hover {
  background-color: black;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
  font-size: 22pX;
  }
/*PERFUNDON KTU PRODUKTET*/

#butoni{
float: right;
    margin: 0;
    padding-top: 5px;
    border: none;
    padding: 0;
border: none;
background: none;
color: blue;
} 
p {
  margin: .5rem 0;
  font-size: 1.40rem;
  line-height: 1.5;
      text-align: -webkit-left;
}
li{
  text-align: -webkit-left
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media only screen and (max-width: 312px){
.navbar-default .navbar-toggle {
    border: none;
    padding-top: 11px;
     padding: 7px 6px;
    margin-top: 12px;
    margin-right: 5px;
    margin-bottom: 7px;
  
}
.navbar-default {
    max-height: 80px; 
}
.navbar-brand>img {
    display: block;
    max-width: 160px;
    height: unset;
    margin: 8px;
}

}
@media screen and (max-width: 500px) {
  .column {padding-left: 20px;
   width: 100%;
  height: unset;
  width: 50%;
  }
  
  .pi{
     padding-left: 30px;
  }
  .columni {
    width: 100%;
  }
  hr{
     margin-left: 30px;
     margin-right: 30px;
  }
  .pi{
     padding-left: 30px;
  }

}

 @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }
@media only screen and (max-width: 767px)
{
.navbar-default {
    background: #ffffff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    border: none;
    margin-bottom: 0;
    padding: 16.2px;
    max-height: 100px;
    top: 8px;
}

.container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -30px;
    margin-left: -30px;
} 
 
.navbar-brand>img {
    display: block;
    max-width: 260px;
    height: unset;
    margin: 1px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

hr {
  border: 2px solid #eee;
  display: block;
}
* {
  box-sizing: border-box;
}
hr{
  border-top: 3px solid #eee;
}
.pi{
     padding-top: 0px;
     padding-left: 100px;
     font-weight: 700;
     color: #2383c6;

}
#butoni{
float: right;
    margin: 0;
    padding-top: 5px;
    border: none;
    padding: 0;
border: none;
background: none;
}
.section-title h2 {
    font-size: 23px;
  }
 
/*.section-title h2 {
    font-size: 38px;
  }*/
 h2:before {
    content: "|";
    color: green;
    margin:0 10px;
  }

.owl-carousel.owl-loaded {
    /*display: revert;*/
        display: flex;

}
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

p{
  padding-left: 10px;
  text-align: -webkit-left;
}
dl{
    text-align: -webkit-left;
}
.button{
    color: blue;
    border: none;
    background: transparent;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

  /* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.gallery-img {
  max-width: 290px;
  height: 250px;
  object-fit: cover;
  transition: opacity 0.25s ease-in-out;
  background-color: white;
  border: 1px solid #999;
}
 .single-service {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    padding: 1px 5px 6px;
    height: auto;
    box-shadow: 2px 4px 12px #888888;
}
}


@media only screen and (max-width: 499px)
{
  .column {
  float: left;
  padding: 20px;
  height: unset; 
  width: 100%;
}
}
@media only screen and (min-width: 500px) and (max-width: 860px)
{
  .column {
  float: left;
  padding: 20px;
  height: unset; 
  width: 49%;
}
}
/*@media screen (min-width: 501px) and (max-width: 960px) {
.column {padding-left: 20px;
   width: 50%;
  height: unset;
  }
}
*/
@media (max-width: 900px)
{
   .navbar-nav {
    margin: 23.5px -9px;
    background: white;
  }
  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 20px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

}
@media (min-width: 861px) {
.column {padding-left: 20px;
   width: 33%;
   float: left;
   height: unset;
  
  }
}

.butonback{
  width: 50px; 
  height: 40px;
   padding-bottom: 5px;"
}


 @media only screen and (min-width: 1680px)
{
  .container-fluid .gallery-grid{
    padding-right: 200px;
    padding-left: 200px;
    
  }
}