
// J!Blank Template for Joomla by JBlank.pro (JBZoo.com)
// Examples and test styles

@import "misc/variables";   // your template vars
@import "misc/mixins";      // custom mixin libs
@import "misc/aliases";     // popuplar mixin's names
@import "/templates/terminalpack/less/layouts/reset";    // Simple style resets
@import "/templates/terminalpack/less/layouts/messages"; // Joomla messages (<jdoc:include type="message" />)
@import "/templates/terminalpack/less/layouts/error";    // Joomla error page markup (when fatal error appeared)
@import "/templates/terminalpack/less/layouts/debug";    // Joomla profiler's styles (when debug is mode on)
@import "/templates/terminalpack/less/layouts/offline";  // Joomla offline page (when offline is mode on)

// ***************************************** FRONTEND STYLES ***********************************************************

// classic clear fix
.clearfix {
    .clearfix();
}

// example for custom fonts
// .font-face('FontAwesome', 'fontawesome-webfont');

// include own files
//@import "layouts/some-layout.less";

// OR write your code here!
body {
    background: #f0f0f0;
    margin: 0;
    padding: 0;

    .component-wrapper {
        padding: 30px 50px 50px;
        margin: 30px auto;
        background: #fcfcfc;
        border: 1px solid #aaa;
        .size(800px, 'auto');
        .box-shadow(0 3px 10px #bbb);
        .border-radius(6px);
        .gradient(#ddd, #fff);
    }
}

// base64 example
.example-smallImage-to-base64 {
    background: url('../images/test.png'); // test simple relation path
    -test1-background: data-uri('../images/test.png'); // test convertion image to base64
    -test2-background: data-uri('../images/inner/test.png') 0 50% no-repeat;
    //-test3-background: data-uri('not-exists-image.gif');
}
.header-top{
    width:100%;
    background: #f2f2f2 ;

}
.header-top .header-top-inner{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.header-top .header-top-inner .header-top-inner-city
{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color:#828282;
    display:flex;
  height: 17px;
}
.current-location{
  position: relative;
    &:after {
        content: "\f107";
        font-family: FontAwesome;
        margin-left: 10px;
        color:#0099ff;
    }
    &:before {
      position:absolute;
      top:20px;
      left:0;
      width:70%;
      border-bottom: 1px dashed #0099ff !important;
      content:"";
    }

}
.fa-clock{
  &:before{
    color: #0099ff;
  }
}
.header-top .header-top-inner .header-top-inner-adres
{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color:#828282;
  /*margin-left: -160px;*/

    &:before {
        content: '\f041';
        font-family: FontAwesome;
        margin-right: 10px;
        color:#0099ff;
    }
}
.header-top .header-top-inner .header-top-inner-mail
{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color:#828282;
    &:before {
        content: '\f0e0';
        font-family: FontAwesome;
        margin-right: 10px;
        color:#0099ff;
    }
}
.header-top .header-top-inner .header-top-inner-time
{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color:#828282;
   /* &:before {
        content: '\f017';
        font-family: FontAwesome;
    }*/
}
.header-midle {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px;
}
.search{
    position: relative;
}
.search_input{
    width:300px;
    height: 45px;
    padding-left: 15px;

}
.btn_srch{
    height: 45px;
    border:none;
    position: absolute;
    right: 16px;
    color:#b3b3b3;
    background: none;
    &:before{
        content: '\f002';
        font-family: FontAwesome;

    }
}
.phones_wrap{
    display:flex;
    &:before{
        content: '\f095';
        font-family: FontAwesome;
        margin-right: 10px;
        color:#0099ff;
    }
}
.phone{
    text-decoration: none;

        font-size: 19px;
        font-family: "Open Sans";
        color: rgb(51, 51, 51);
        font-weight: bold;
        line-height: 0.842;
        text-align: left;
margin-bottom: 5px;


}

.btn_call{
    padding: 18px 26px;
    background: #0099ff;
    color: #ffffff;
    text-decoration: none;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    &:hover{
        text-decoration: none;
        background: #414141;

    }
}
#jbfilter-id-itemname{
    width: 300px;
    height: 45px;
    padding-left: 15px;
    border-radius: unset;
}
.mcs-module .current-location{
  color: #0099ff!important;
  border-bottom: none!important;
}
.header-top-inner-soc{
  display: flex;
  font-size: 17px;
  color: #8c8c8c;

}
.header-top-inner-soc .header-top-inner-soc-item i{
  padding: 0px;
 /* width:10px;*/

}
.header-top-inner-soc .header-top-inner-soc-item a i{
  color: #8c8c8c;

}
.header-top-inner-soc .header-top-inner-soc-item a i:hover{
  color: #000000;

}
.header-top-inner-soc .header-top-inner-soc-item{
  border: 1px solid #8c8c8c;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.header-top-inner-soc .header-top-inner-soc-item:hover{
  border: 1px solid #000000;
}
button.contactus-button:hover{
  background: #000000!important;
}
.mcs-dialog{
  border-radius: unset!important;
}
.mcs-dialog .cities .cities-group .first-letter-cities{
  font-size: 22px!important;
  color: #474747!important;
  font-family: "Open Sans";
}
.mcs-modal-header .mcs-header .title{
  font-size: 22px!important;
  color: #474747!important;
  font-family: "Open Sans";
}
.mcs-dialog a{
  font-size: 14px!important;
  color: #474747!important;
  font-family: "Open Sans";
}
.mcs-modal-header .quick-search input{
  border-radius: unset!important;
}
.itemid233{
  position: absolute!important;
  right: 0px;
}
#jbmodule-default-159 {
  display: none;
}
.sm-filter-cont {
  display: none;
}
#contactus-lightbox99 > div.contactus-lightbox-caption {
  background-color: unset !important;
}
div.contactus-lightbox-caption {
  border-bottom: unset;
}
.contactus-lightbox-cap > p.text-center, p.contactus-lightbox-text-center {
  color: #474747 !important;
  font-family: "Open Sans" !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  padding-top: 33px !important;
}
#contactus-lightbox99 > div.contactus-lightbox-body {
  padding: 0 50px 50px 50px;
}
.contactus-fields {
  border: 1px solid #dadada;
}
.contactus-fields::placeholder {
  color: #bfbfbf;
}
@media (max-width: 1024px) {
  .search {
    display: none;
  }
}
@media (max-width: 998px) {
  .header-top-inner-mail {
    display: none;
  }
  .header-top-inner-time {
    display: none;
  }
  .header-top .header-top-inner {
    justify-content: space-around;
  }
  #button-contactus-lightbox-form99 {
    display: none;
  }
  .header-midle {
    width: 95%;
  }
  #jbmodule-default-92 {
    margin-left: 0;
  }
}
@media (max-width: 998px) {
  .header-top > div > div.header-top-inner-soc > div:nth-child(4) {
    display: none;
  }
}
@media (max-width: 722px) {
  #button-contactus-lightbox-form99 {
    display: none;
  }
}
@media (max-width: 425px) {
  .header-top-inner-soc {
    display: none;
  }
  .logo {
    margin: 0 auto;
    padding-bottom: 25px;
  }
  .phones_wrap:before {
    display: none;
  }
  #b1b {
    margin: 0 auto;
  }
}





// ***************************************** MEDIA QUERIES *************************************************************
// see variables.less
@media @print       { @import "/templates/terminalpack/less/media/print.less";       }
@media @mobile-mini { @import "/templates/terminalpack/less/media/mobile-mini.less"; }
@media @mobile      { @import "/templates/terminalpack/less/media/mobile.less";      }
@media @tablet-mini { @import "/templates/terminalpack/less/media/tablet-mini.less"; }
@media @tablet      { @import "/templates/terminalpack/less/media/tablet.less";      }
@media @desktop     { @import "/templates/terminalpack/less/media/desktop.less";     }
@media @desktop-xl  { @import "/templates/terminalpack/less/media/desktop-xl.less";  }
@media @retina      { @import "/templates/terminalpack/less/media/retina.less";      }

// Combo! =)
/*@media @retina, @tablet {
    @import "media/retina-tablet.less";
}*/