@font-face {
font-family: Roboto;
src: url('/vendors/fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
font-family: Roboto-bold;
src: url('/vendors/fonts/roboto/Roboto-Bold.ttf');
}
@font-face {
font-family: Roboto-thin;
src: url('/vendors/fonts/roboto/Roboto-Thin.ttf');
}


body {
  padding-top: 70px;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.9;
  background-color:#f8f8f8;
  color: #5b5b5b;
}
footer {
    margin-top: 0rem;
}


.navbar-brand img {
    height: 50px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
a, a:link, a:visited, a:hover {
  color: #2a2a2a;
}
.active .nav-link {
  background-color: #f17b20;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  border: none;
  border-radius: 8px;
  color: white
}
.active .nav-link:hover, .active .nav-link:focus, .active .nav-link:active, .active .nav-link.active {
    color: #fff;
    background-color: #fd922d;
    border: none;
}


.nav-link {
  padding: 0rem 0rem;
}
link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: inherit;
  border-color: #dee2e6 #dee2e6 #f8f8f8 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #f8f8f8 !important;
}


h2.homepage {
  text-transform: uppercase;
  color: #f17b20;
  font-family: 'Roboto-bold', sans-serif !important;
  word-wrap: break-word;
  font-size: 300%;
}
@media (max-width: 991.98px) {
  h2.homepage {
    font-size: 200%;
  }
}

h2.use {
  text-transform: uppercase;
  color: white;
  font-family: 'Roboto-bold', sans-serif !important;
  font-size: 300%;
}
h2.desecta {
  margin-top: 0;
  text-transform: uppercase;
  color: black;
  font-family: 'Roboto-bold', sans-serif !important;
  font-size: 300%;
}
h2.contact {
  text-transform: uppercase;
  color: black;
  font-family: 'Roboto-bold', sans-serif !important;
  word-wrap: break-word;
  font-size: 300%;
}
h3.contact {
  text-transform: uppercase;
  color: black;
  font-family: 'Roboto-thin', sans-serif !important;
  word-wrap: break-word;
  font-size: 250%;
}
.product-head {
  margin-top: 2rem;
}
.thin {
  text-transform: uppercase;
  color: black;
  font-family: 'Roboto-thin', sans-serif !important;
}


.nav-tabs{
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .nav-tabs .nav-item a.nav-link  {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991.98px) {
  .nav-tabs .nav-item a.nav-link  {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.tab-pane {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  font-size: 95%;
}
link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: inherit;
    border-color: #dee2e6 #dee2e6 #fff;
}


.text-native {
  color: #f17b20;
}
.text-upper {
  text-transform: uppercase;
}
.text-thin {
  font-family: 'Roboto-thin', sans-serif !important;
}
.text-regular {
  font-family: 'Roboto', sans-serif !important;
}
.text-bold {
  font-family: 'Roboto-bold', sans-serif !important;
}


.btn {
  border-radius: 8px;
}




@media (min-width: 992px) {
  .bg-native {
    background-color: #f17b20;
  }
}
@media (max-width: 991.98px) {
  .bg-native {
    background-color: #252525;
  }
}
.bg-gray {
  background-color: #e6e6e6;
}
.bg-dark {
  background-color: #252525 !important;
}

.btn-warning, .btn-warning a {
  background-color: #f17b20;
  border-radius: 12px;
  border: none;
  padding: 0.7rem;
  color: white !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.btn-wide {
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #fd922d;
    border: none;
}


.btn-dark, .btn-dark a {
  border-radius: 12px;
  border: none;
  padding: 0.7rem 1rem;
}

.border-3 {
  border-top: 3px solid #333;
}

.img-ico {
  max-height: 50px;
}

.card {
  background-color: inherit;
  border: none;
}


@media (min-width: 992px) {
  .img-break-lg {
    display: block;
  }
  .img-break-md {
    display: none;
    padding-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .img-break-lg {
    display: none;
  }
  .img-break-md {
    display: block;
  }
}


@media (min-width: 768px) {
  .img-break-sm {
    display: none;
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .img-break-sm {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .no-pl-md {
    padding-left: 0px;
  }
  .no-pr-md {
    padding-right: 0px;
  }
}

@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
}
@media (max-width: 1199.98px) {
  .text-right-lg {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
}
@media (max-width: 1199.98px) {
  .text-left-lg {
    text-align: center;
  }
}


.navbar-collapse.collapse.show .nav-link {
  margin-top: 1rem;
}


@media (min-width: 992px) {
  .spart {
    margin-top: -5rem;
    width: 85%;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .spart {
    margin-top: -5rem;
    width: 50%;
    text-align: center;
  }
}
.spart-fix {
  margin-bottom: 8rem;
}
.sparts {
  padding-bottom: 4%;
  color: #252525;
  font-family: 'Roboto-bold', sans-serif !important;
}


.price-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.price-head {
  line-height: 1.0;
}
.price-col {
  background-color: white;
  margin-top: 1rem;
  /*margin-bottom: 0.1rem;*/
  /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
}
.price-col-right {
  background-color: #f17b20;
  float: right;
  font-size: 80%;
  padding: 0rem 1rem;
  color: white;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.price-col-right-dark {
  background-color: #252525;
  float: right;
  font-size: 80%;
  padding: 0rem 1rem;
  color: white;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.row-white {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 1rem;
  background-color: white;
}


.price-col-title {
  color: #575757;
  font-size: 200%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto-bold', sans-serif !important;
}
.price-col-sub {
  color: gray;
  margin-top: -1rem;
  font-size: 100%;
}


@media (min-width: 992px) {
  .dark-box {
    color: white;
    padding-top: 3rem;
    padding-right: 7rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .dark-box {
    color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.carousel-box {
    color: white;
    padding-top: 3rem;
    padding-right: 0.5rem;
    padding-bottom: 3rem;
    text-align: left;
}
.carousel-box-col {
    background-color: #252525;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 3%;
}

@media (min-width: 992px) {
  .sport-layer {
  width: 350px;
  margin-top: -3rem;
  margin-left: -12rem;
  }
}
@media (max-width: 991.98px) {
  .sport-layer {
    margin-top: 0rem;
    margin-left: 0rem;
    height: 50vh;
    margin-bottom: 2rem;
  }
  .sport-layer-fix {
  width: 100px;
  text-align: center;
  }
}
@media (max-width: 400px) {
  .sport-layer {
    margin-top: 0rem;
    margin-left: 0rem;
    height: 30vh;
    margin-bottom: 2rem;
  }
  .sport-layer-fix {
  width: 100px;
  text-align: center;
  }
}

@media (max-width: 500px) {
  .desecta-layer {
    height: 20vh;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .sto-layer {
  margin-top: -3rem;
  margin-left: -8rem;
  }
}
@media (max-width: 991.98px) {
  .sto-layer {

  }
  .sto-layer-fix {
  width: 100px;
  text-align: right;
  }
}

.carousel-inner {
    overflow: visible;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}

.mlneg-1 {
  margin-left: -1rem;
}


@media (min-width: 992px) {
  .desecta-layer {
  margin-top: -5rem;
  margin-left: -5rem;
  }
}
@media (max-width: 991.98px) {
  .desecta-layer {
  }
  .desecta-layer-fix {
  text-align: right;
  }
}

.brand-bottom {
  margin-bottom: -1rem;
}
.bg-logo {
  background-image: url(/vendors-custom/images/bg_sax.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
}

.brand-layer {
  max-width: 50px;
}

.verysmall {
  font-size: 70%;
}

.ribbon-ds {
position: absolute;
/*left: 11px;
top: -4px;*/
z-index: 1;
overflow: hidden;
width: 75px;
height: 75px;
text-align: right;
}
.ribbon-ds span {
font-size: 10px;
color: #fff;
text-transform: uppercase;
text-align: center;
line-height: 20px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 100px;
display: block;
-webkit-box-shadow: 0 0 8px 0 rgba(241,245,247,.06),0 1px 0 0 rgba(241,245,247,.02);
box-shadow: 0 0 8px 0 rgba(241,245,247,.06),0 1px 0 0 rgba(241,245,247,.02);
background: #71b6f9;
position: absolute;
top: 19px;
left: -21px;
}

.jump:before {
  display: block;
  content: " ";
  margin-top: -50px;
  height: 50px;
  visibility: hidden;
}








/*
******** BASE FRONT STYLE ***********
*************************************
******************
*/

.ribbon {
position: absolute;
left: 11px;
top: -4px;
z-index: 1;
overflow: hidden;
width: 75px;
height: 75px;
text-align: right;
}
.ribbon span {
font-size: 10px;
color: #fff;
text-transform: uppercase;
text-align: center;
line-height: 20px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 100px;
display: block;
-webkit-box-shadow: 0 0 8px 0 rgba(241,245,247,.06),0 1px 0 0 rgba(241,245,247,.02);
box-shadow: 0 0 8px 0 rgba(241,245,247,.06),0 1px 0 0 rgba(241,245,247,.02);
background: #71b6f9;
position: absolute;
top: 19px;
left: -21px;
}


/*
******** BASE FRONT STYLE ******END****
*************************************
******************
*/


/*
******** BASE ADMIN + FRONT STYLE ***********
*************************************
******************
*/
/* opacity */
.opacity-75 {
  opacity: 0.75;
}
.opacity-50 {
  opacity: 0.50;
}
.opacity-25 {
  opacity: 0.25;
}
/* text size */
.text-size-50 {
font-size: 50%;
}
.text-size-75 {
font-size: 75%;
}
.text-size-90 {
font-size: 90%;
}
.text-size-110 {
font-size: 110%;
}
.text-size-125 {
font-size: 125%;
}
.text-size-150 {
font-size: 150%;
}
.text-size-200 {
font-size: 200%;
}
.text-size-250 {
font-size: 250%;
}
.text-size-300 {
font-size: 300%;
}
.text-size-400 {
font-size: 400%;
}
.text-size-500 {
font-size: 500%;
}
/* spacing */
.spacing-top-25 {
margin-top: 2.5rem !important;
}
.spacing-bottom-25 {
margin-bottom: 2.5rem !important;
}
.spacing-left-25 {
margin-left: 2.5rem !important;
}
.spacing-right-25 {
margin-right: 2.5rem !important;
}
.spacing-top-35 {
margin-top: 3.5rem !important;
}
.spacing-bottom-35 {
margin-bottom: 3.5rem !important;
}
.spacing-left-35 {
margin-left: 3.5rem !important;
}
.spacing-right-35 {
margin-right: 3.5rem !important;
}
.spacing-top-50 {
margin-top: 5.0rem !important;
}
.spacing-bottom-50 {
margin-bottom: 5.0rem !important;
}
.spacing-left-50 {
margin-left: 5.0rem !important;
}
.spacing-right-50 {
margin-right: 5.0rem !important;
}
.spacing-top-75 {
margin-top: 7.5rem !important;
}
.spacing-bottom-70 {
margin-bottom: 7.5rem !important;
}
.spacing-left-75 {
margin-left: 7.5rem !important;
}
.spacing-right-75 {
margin-right: 7.5rem !important;
}
.spacing-top-100 {
margin-top: 10rem !important;
}
.spacing-bottom-100 {
margin-bottom: 10rem !important;
}
.spacing-left-100 {
margin-left: 10rem !important;
}
.spacing-right-100 {
margin-right: 10rem !important;
}
/* text decoration */
.text-contrast {
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
}
.text-shadow {
  text-shadow: 1px 1px 2px #000;
}
/* text color */
.text-inherit {
color: inherit;
text-decoration: none;
}
.text-black {
  color: black !important;
}
.text-white {
  color: white !important;
}
.text-chartreuse {
  color: chartreuse !important;
}
.text-purple {
  color: #5b69bc !important;
}
.text-pink {
  color: #ff8acc !important;
}
/* text custom font-family */
@font-face {
font-family: Custom;
src: url('/vendors/fonts/custom/custom.ttf');
}
.text-custom {
font-family: 'Custom', sans-serif !important;
}
/* background color */
.bg-inherit {
  background-color:: inherit;
}
.bg-black {
  background-color: black !important;
}
.bg-white {
  background-color: white !important;
}
.bg-chartreuse {
  background-color: chartreuse !important;
}
.bg-purple {
  background-color: #5b69bc !important;
}
.bg-pink {
  background-color: #ff8acc !important;
}
/* control Form */
.required {
font-weight: bold;
}
form table {
width: 100%;
}
form th {
text-align: right;
font-weight: normal;
padding-right: 2rem;
}
form th {
width: 30%;
}
form td {
width: 70%;
}
label {
  font-size: .75rem;
}

/*
******** BASE ADMIN + FRONT STYLE ******END****
*************************************
******************
*/
