/*!
 * css styles
 * ver 4
 * history:
 * --------- ver 4.1 -------------------------
 * adding footer social networks and header phone and emails
 * --------- ver 4.0 -------------------------
 * change menu styles (adding bs3 menu to support the most browsers)
 * --------- ver 3.2 ----------------
 * adding :focus on :hover style on buttons 
 * --------- ver 3.1 ----------------
 * adding img.logo-md style to large screens
 * --------- ver 3.0 ----------------
 * removing ***correcting Bootstrap*** .row
 * --------- ver 2.2 ----------------
 * adding section-cutter::before, after
 */
/*======================== start of tags ===========================*/
html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  /*background: #444;_____.bg-dark-gray*/
  font-family: "Frutiger LT W01_45 Ligh1475730", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #626262;
  font-size: 16px;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
h1,.h1{
  font-size: 48px;
}
h2,
.h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 7.5px;
}
p {
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: justify;
}
a {
  color: #e22309;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
a:focus,
a:hover {
  text-decoration: none;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
  background-color: #e22309;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
a img {
  border: 0;
}
/*=========================end of tags===========================*/

.txt-block .paraph + .paraph {
margin-top: 40px;
}

.txt-block .a-list a {
display: block;
color: #626262;
font-size: 19px;
}
.myicon {
margin: auto;
text-align: center;
}
.myicon img {
width: 100%;
}
.block .image.thumb {
width: 100px;
margin-bottom: 20px;
}

.heading {
margin-bottom: 7.5px;
}
.heading.large {
font-size: 25px;
}
.heading.medium {
font-size: 20px;
}
/*========================start of correcting Bootstrap===========================*/
.navbar {
margin-bottom: 0;
}
/*========================end of correcting Bootstrap===========================*/

.row .row {
margin-right: -15px;
margin-left: -15px;
}

.page_bg {
background-color: #fff;
}

.section-cutter {
padding: 50px 25px;
}
.section-cutter::before {
content: '';
display: table;
}
.section-cutter:after {
content: '';
display: table;
clear: both;
}

.button {
outline: none;
line-height: 1.2;
min-width: 190px;
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 19px;
font-size: 15px;
text-align: center;
cursor: pointer;
border: 2px solid #e22309;
color: #e22309;
}
.button:hover, .button:focus {
background-color: #e22309;
color: #fff;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.56), 0 2px 10px 0 rgba(0,0,0,0.52);
}
.button,
.button:hover,
.button:focus {
background-color: transparent;
}

.col-gllry {
padding: 3px;
}
.row-gllry {
margin-left: -3px;
margin-right: -3px;
}
.row-gllry a {
display: block;
position: relative;
}
.row-gllry a:hover .cap-container {
visibility: visible;
}
.caption {
color: #fff;
padding: 20px 10px;
}

.cap-container {
visibility: hidden;
left: 0px;
right: 0px;
background-color: rgba(255, 0, 0, 0.5);
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 11;
}

.counterblock_bg {
/*without grayover*/
/*background: transparent;
  position: relative;*/
background: rgba(0, 0, 0, 0.4);
}

.cblock_item {
text-align: center;
color: #fff;
}
.cblock_item img {
width: 50px;
}
.cblock_number {
font-size: 30px;
}
.full-width {
width: 100%;
}

/*=============================*/
/*-----------------------------*/
/* Start of Header ver.4 style */
/*-----------------------------*/
/*=============================*/

* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
body {
font-family: arial;
/* background-image: url("../../assets/images/background_images/company_bg1600x800.png"); */
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
header {
background-color: #fff;
}

/*-------------------------------*/
/* start of bootstrap correction */
/*-------------------------------*/
dl,
ol,
ul {
margin: 0;
}
.bs3-nav .bs3-open > a, 
.bs3-nav .bs3-open > a:hover, 
.bs3-nav .bs3-open > a:focus {
background-color: #eeeeee;
border-color: #337ab7;
background-color: transparent;
border-bottom-color: red;
border-right-color: lightgray;
}
@media (max-width: 767px){
.bs3-navbar-nav .bs3-open .bs3-dropdown-menu > li > a, 
.bs3-navbar-nav .bs3-open .bs3-dropdown-menu .bs3-dropdown-header {
  padding: 5px 15px 5px 25px;
  padding: 12px 16px;
  padding-left: 48px;
}

.bs3-navbar-nav .bs3-open .bs3-dropdown-menu {
  background-color: lightgray;
}
}
/*-----------------------------*/
/* end of bootstrap correction */
/*-----------------------------*/
.bs3-open span.down-arrow {
  display: none;
}
.bs3-open span.down-arrow {
  display: none;
}
.bs3-open span.up-arrow {
  display: block;
}
img.logo-md{
width: 75px;
}
.logoIcon {
border-bottom: 1px solid #ededed;
padding: 5px 15px;
}

#Login, .up-contacts {
display: none;
} 

.shadow-box-relative{
position: relative;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*---------------------------------------------*/
/* start of media query for big screen > 992px */
/*---------------------------------------------*/
@media screen and (min-width: 992px) {
/* start of page-cutter style only on screen >= lg */
/*-------------------------------------------------*/

#myNav{
  position: relative;
}

.page-cutter::before,
.page-cutter::after {
  content: ".";
  color: #333;
  background-color: #444;
  line-height: 20px;
  width: 100%;
  display: block;
}
.page-cutter {
  margin: 0 20px;
}
.flex-left {
  position: fixed;
  left: 0px;
  height: 100%;
  padding: 10px;
  background-color: #444;
  /*z-index: 1;*/
}
.flex-right {
  position: fixed;
  right: 0px;
  height: 100%;
  padding: 10px;
  background-color: #444;
  /*z-index: 1;*/
} 
/* end of page-cutter style only on screen >= lg */
/*-----------------------------------------------*/

.logoIcon {
  overflow: hidden;
}
}
/* end of media query */
#Login , .up-contacts {
  display: block;
  float: right;
  color: gray;
  text-decoration: none;
  padding: 24px 20px;
}
#Login {
  display: none;
}
.icon-up-contacts {
  border: 1px solid darkgray;
  padding: 4px;
  margin: 0 4px;
  border-radius: 50%;
}

.lgClearFix::after {
  content: "";
  clear: both;
  display: table;
}
#myNav.mysticky{
  position: fixed;
}
.mysticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

/*dimPageOver*/
#dimPageOver {
width: 100%;
height: 100%;
position: fixed;
z-index: 18;
top: 0;
left: 0;
background-color: hsla(0, 1%, 2%, 0.52);
opacity: 0;
visibility: hidden;
}

/*=================================*/
/*= ----------------------------- =*/
/*= - end of Header ver.4 style - =*/
/*= ----------------------------- =*/
/*=================================*/

/*-------------------------*/
/*- start of Footer style -*/
/*-------------------------*/
#footer {
background: #545454;
font-size: 15px;
color: #ccc;
}
.footerbottom {
line-height: 20px;
border-top: 1px solid gray;
padding: 30px 10px;
text-align: center;
}
.footer-top {
padding: 30px 10px;
}
#footer .heading {
color: #fff;
}
#footer .row .row {
margin-right: auto;
margin-left: auto;
}
.heading.small {
font-size: 18px;
}
.mt-blocks {
margin-top: 0px;
}
.mt-slabs {
margin-top: 0px;
}
.mt-cuttosize {
margin-top: 0px;
}
.news-preview {
display: block;
margin-bottom: 10px;
background-color: #444;
color: #fff;
position: relative;
}
.news-preview .image {
width: 80px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
}
.news-preview-content {
margin-right: 80px;
min-height: 80px;
padding: 10px 20px;
position: relative;
border-right: 5px solid #e22309;
}
a.news-preview:hover {
background-color: #e22309;
color: white;
}
.news-preview .title {
padding-bottom: 10px;
border-bottom: 1px solid gray;
}
a.news-preview:hover .title {
border-bottom: 1px solid white;
}
.news-date {
color: gray;
}
a.news-preview:hover .news-date {
color: white;
}
.info-item {
margin-bottom: 5px;
background-color: #444;
padding: 7px 20px;
color: lightgray;
}
.info-item:hover {
background-color: #e22309;
color: white;
}
.address-item {
color: lightgray;
}
.address-item a {
color: white;
}
#work-time {
padding: 20px 0;
}
.work-time {
margin: 8px 0;
}
.social-items i {
color: lightgray;
padding: 0px 5px;
}
.social-items i:hover {
color: white;
}
#footer .group {
padding: 20px;
margin-top: 50px;
}
.member {
display: inline;
}
.member a img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
max-height: 75px;
padding: 5px;
display: inline;
}
.member a img:hover {
-webkit-filter: none;
filter: none;
}

  /*  start of footer 4.1 */

  .px-3,
  .p-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .py-3,
  .p-3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .px-32,
  .p-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .font-size-2x {
    font-size: 2em;
  }

  .font-size-larger {
    font-size: 1.5em;
  }



  /* .social-items i.fa-linkedin {
    color: #0a66c2;
    padding: 0 2px;
  } */

  .bs3-row-no-gutters-lg-rgs {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-up-contacts {
    border: 1px solid darkgray;
    padding: 4px;
    border-radius: 50%;
  }

  .social-items .linkedin {
    color: #0a66c2;
    background-color: white;
    line-height: 1;
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    border-radius: 4px;
    padding: 0px 2px;
  }

  /* the instagram-* styles were in the instagram site for the logo */
  .instagram-set-text {
    display: block;
    /* display: inline; */
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }

  .instagram-image {
    background-image: url(assets/images/logo/instagram.png);
  }

  .instagram-set-image {
    background-repeat: no-repeat;
    background-position: 0 -130px;
    height: 51px;
    width: 175px;
  }
      /*  end of footer 4.1 */

/*-----------------------*/
/*- end of Footer style -*/
/*-----------------------*/

/*========================start of spacing classes===========================*/
.mt {
margin-top: 25px;
}
.mb {
margin-bottom: 25px;
}
.mb-4 { 
  margin-bottom: 24px;
}
.my-lg {
margin: 100px 0;
}
.mt-sm {
margin-top: 20px;
}
.pt {
padding-top: 25px;
}
.pt-lg {
padding-top: 50px;
}
.pb {
padding-bottom: 25px;
}
.pr-0,
.px-0 {
padding-right: 0px;
}
.pl-0,
.px-0 {
padding-left: 0px;
}
.pt-0,
.py-0 {
padding-top: 0px;
}
.pb-0,
.py-0 {
padding-bottom: 0px;
}

/*========================end of spacing classes===========================*/

/* .bg-white {
background-color: #fff;
}
.bg-black{
background-color: #000;
} *//* exist on bootstrap4*/
.bg-gray {
background-color: #ededed;
}
.bg-white {
background-color: #fff;
}
.bg-black{
background-color: #000;
}
.bg-dark-gray {
background-color: #444;
}
.bg-red {
background-color: red;
}
.bg-blue {
background-color: blue;
}
.bg-green {
background-color: green;
}
.bg-yellow {
background-color: yellow;
}
.bg-greenyellow,
.bg-yellowgreen {
background-color: greenyellow;
/* background-color: yellowgreen; */
}
.bg-orange {
background-color: orange;
}

.mycol,
.mycols {
/*    width: 100%; */
float: left;
}

.nofloat {
float: none;
}

.rgs-float-right{
  float: right;
}

.rgs-text-capitalize {
  text-transform: capitalize;
}

.rgs-text-uppercase{
  text-transform: uppercase;
}

/*========================start of meida query===========================*/
/*** media query of larger screen should be usually at the end because mobile screen style have higher priority***/

/* Large devices (large desktops, 1200px and up --(80rem (if root=15px))--) ... -xl */
@media print, screen and (min-width: 1200px) {
}

/* Medium devices (desktops, 992px and up --(66.13333rem (if root=15px))--) ... -lg */
@media print, screen and (min-width: 992px) {
.page_cutter {
  margin: 20px;
}
.heading.large {
  font-size: 32px;
}
.heading.medium {
  font-size: 25px;
}
.l-5 {
  width: 41.6667%;
}
.mt-remove-for-lg {
  margin-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0px;
}
.pl-0,
.px-0 {
  padding-left: 0px;
}
.heading.small {
  font-size: 20px;
}

}

/* Small devices (tablets, 768px and up --(51.2rem (if root=15px))--) ... -md */
@media print, screen and (min-width: 768px) {
p{
  line-height: 1.7;
}
.mycol,
.mycols {
  padding-left: 20px;
  padding-right: 20px;
}
.section-cutter {
  padding: 100px 40px;
}
.footer-top {
  padding: 30px 10px;
}
.counterblock {
  padding: 100px 0;
}
.counterblock .row {
  margin-right: auto;
  margin-left: auto;
}
.pr-more {
  padding-right: 40px;
}
.pb {
  padding-bottom: 50px;
}
.pt {
  padding-top: 50px;
}
.pb-lg {
  padding-bottom: 91px;
}
.pt-lg {
  padding-top: 100px;
}
h2,
.h2 {
  font-size: 40px;
}
.mt {
  margin-top: 50px;
}
.mb {
  margin-bottom: 50px;
}
.my-lg {
  margin: 100px 0;
}
.row .row {
  margin-right: -20px;
  margin-left: -20px;
}
.pr-0,
.px-0 {
  padding-right: 0px;
}
.pl-0,
.px-0 {
  padding-left: 0px;
}
.pt-0,
.py-0 {
  padding-top: 0px;
}
.pb-0,
.py-0 {
  padding-bottom: 0px;
}
#footer .row .row {
  margin-right: auto;
  margin-left: auto;
}

.logoIcon {
  padding: 10px 20px;
}
img.logo-md {
  margin-left: 24px;
}
.rgs-nav-main {
  float: none;
  padding-right: 0;
}
}

/* Extra small devices (phones, less than 768px)  ... -sm */
/* No media query since this is the default in Bootstrap */

.myclearfix::after {
content: "";
clear: both;
display: table;
}
/*========================end of meida query===========================*/

  /* bs3 menu styles */
  .bs3-navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: medium none currentColor;
  }

  .rgs-nav-main {
    float: none;
    padding-right: 0px;
  }

  .bs3-navbar a {
    color: black;
  }

  img.logo-sticky {
    display: none;
    width: 64px;
    /* img width + padding-left + padding-right */
    padding: 10px;
    margin-left: 60px;
  }

  .logo-sm {
    display: inline-block;
    width: 75px;
    /* syc with .logo-md */
    margin-left: 44px;
    /* syc with the width of toggle-bar botton */
  }

  .bs3-navbar-brand {
    padding: 20px;
  }

  .bs3-dropdown-menu>li>a:hover,
  .bs3-dropdown-menu>li>a:focus {
    color: #262626;
    border-bottom-color: red;
    text-decoration: none;
    background-color: #f5f5f5;
  }

  .bs3-dropdown-menu>li>a {
    padding: 12px 16px;
    line-height: 20px;
    color: black;
    border-bottom: 1px solid gray;
  }

  .bs3-dropdown-menu {
    padding: 0;
    font-size: 15px;
    background-color: lightgray;
    border: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .bs3-nav .open>a,
  .bs3-nav .open>a:hover,
  .bs3-nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
    border-bottom-color: red;
  }

  .bs3-navbar-nav>li>a {
    padding: 12px 16px;
    line-height: 1.5;
  }

  .bs3-nav>li>a {
    padding: 12px 16px;
    font-size: 17px;
    border-bottom: 2px solid gray;
  }

  .bs3-navbar-toggle {
    padding: 20px 10px;
  }

  .bs3-navbar-toggle .bs3-icon-bar {
    background-color: black;
  }


  .bs3-navbar-nav .open .bs3-dropdown-menu>li>a,
  .bs3-navbar-nav .open .bs3-dropdown-menu .bs3-dropdown-header {
    padding: 12px 16px;
    padding-left: 50px;
  }

  .bs3-nav>li>a:hover,
  .bs3-nav>li>a:focus {
    border-bottom-color: red;
  }

  .bs3-navbar-nav {
    margin: 0 -15px;
    border-bottom-color: #ccc;
  }

  .logoIcon {
    display: none;
    list-style: none;
  }

  .bs3-navbar-brand {
    display: none;
  }

  .bs3-navbar-header {
    padding: 8px;
    border-bottom: 2px solid gray;
    text-align: center;
  }

  span.down-arrow:focus,
  .open span.down-arrow {
    display: none;
  }

  span.down-arrow {
    float: right;
    outline: none;
    font-size: 18px;
  }

  span.up-arrow:focus,
  .open span.up-arrow {
    display: block;
    outline: none;
    font-size: 16px;
  }

  span.up-arrow {
    float: right;
    display: none;
  }


  .language-switch{
    float: none;
    padding: 16px;
    margin: 0 -15px;
    border-bottom: 2px solid gray;
  }
  
  .language-select{
    margin: 0;
    min-width: auto;
  }
  
  .language-select li a {
    padding-right: 20px;
    text-transform: uppercase;
  }
   
  @media screen and (min-width: 768px) {

    .language-switch{
      float: right;
      margin: 0;
      border-bottom: 0px solid gray;
    }
  
    .bs3-open span.up-arrow,
    span.down-arrow {
      display: none;
    }

    .bs3-navbar-header {
      display: none;
    }

    .logo-sm {
      display: none;
    }

    img.logo-sticky {
      display: none;
    }

    .logoIcon {
      display: block;
    }

    .bs3-navbar-nav .open .bs3-dropdown-menu>li>a,
    .bs3-navbar-nav .open .bs3-dropdown-menu .bs3-dropdown-header {
      padding: 12px 16px;
    }

    /* .bs3-nav>li>a:focus {
      text-decoration: none;
      background-color: transparent;
      border-bottom: 2px solid transparent;
    } */

    .bs3-nav>li>a:focus,
    .bs3-nav>li>a:hover {
      text-decoration: none;
      background-color: transparent;
      border-bottom: 2px solid red;
    }

    .mysticky img.logo-sticky {
      display: block;
      float: left;
    }

    .mysticky .bs3-navbar-brand {
      display: none;
    }

    .bs3-navbar-nav>li>a {
      padding: 20px;
      border-right: 1px solid lightgray;
      border-bottom: 2px solid white;
      border-bottom: 2px solid transparent;
    }

    .bs3-nav .open>a,
    .bs3-nav .open>a:hover,
    .bs3-nav .open>a:focus {
      background-color: transparent;
      border-bottom-color: red;
      border-right-color: lightgray;
    }

    /* .bs3-navbar-nav>li:last-child>a:first-child */
    .bs3-navbar-nav>li:last-child>a {
      border-right: 0;
    }

    /* footer */
    #footer .social-items{
      padding-bottom: 0;
    }
  }

  @media screen and (min-width: 992px) {
    .rgs-nav-main {
      float: right;
      padding-right: 60px;
    }
  }

  /* end of menu styles */

/*------------==================*****************temp*/
