.bold {
	font-weight: bold;
}

.bold-txt {
	font-weight: bold;
}

.red-txt {
	color: #ff0000;
}

.blue-txt {
	color: #2489da
}

.text__marg-zero p {
	margin-bottom: 0px;
}

.mar-b10 {
	margin-bottom: 10px;
}

.warning {
	color: red;
	text-align: center;
	font-size: 22px;
	padding-left: 20px;
	padding-right: 20px;
}

.row-orange {
	font-weight: bold;
	background: #E19322;
}

@media (max-width: 600px) {
  .warning {
	  font-size: 20px;
	  line-height: 1.2;
  }

  .warning a {
	  display: block;
  }
}



table.first_row_color_thead tbody > tr:first-child {color: #fff; background-color: #052641; font-size: 18px; font-weight:bold}



.intro_slide h1 {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #052641;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  width: 700px;
  margin: auto;
}

.intro_slide p{
  font-size: 24px;
  font-weight: 700;
  color: #052641;
  display: block;
  width: 700px;
  margin: auto;
  position: relative;
  text-align: center;  
  margin-top: 40px;
}

@media (max-width:767px){
  .intro_slide h1, .intro_slide p{
    width: 100%;
    padding: 0 15px;
  }
}

.sales {
    margin: 0 -5px;
}

.sales img{
    padding: 0 5px;    
}

.slick-dots{
    bottom: -50px !important;
}