/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
 .tp-revslider-slidesli, .tp-revslider-mainul
  {
  display:none
  }
  
  .aaa
{
display:none
}


}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
 .tp-revslider-slidesli, .tp-revslider-mainul
  {
  display:none
  }
  
  .aaa
{
display:none
}

 
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    
  
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 


}


/* Extra large devices (large desktops, 1200px and up)*/



.vc_custom_1476706807104
{
    padding-top: 45px !important;
    padding-bottom: 18px !important;
}



body.site_layout_17 .stm_works_wr .stm_works_masonry_disabled .item .info.large .title
{
width:70% !important
}




.vc_custom_heading.text_align_right > * {
    text-align: center !important;
}




body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #11b4a5;
  outline: 1px solid slategrey;
}
