a {
  color: #e3212c;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
.section ul {
  padding: 10px 0px 10px 20px;
  margin: 0px 0px 0px 10px;
  list-style: square outside url("../../images/bgr-ul.png");
}
.section ul li {
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 0px 0px 10px 0px;
}
.section ol {
  padding: 0px 0px 10px 15px;
}
.section ol li {
  color: #737373;
  font-size: 0.95em;
  padding: 0px 0px 0px 0px;
}

.full {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.half {
  float: left;
  width: 50%;
  margin: 0px 0px 0px 0px;
}
.third {
  float: left;
  width: 33%;
  margin: 0px 0px 0px 0px;
}
.col {
  float: left;
}
.col5 {
  float: left;
  width: 5%;
}
.col10 {
  float: left;
  width: 10%;
}
.col12 {
  float: left;
  width: 12%;
}
.col14 {
  float: left;
  width: 14%;
}
.col15 {
  float: left;
  width: 15%;
}
.col16 {
  float: left;
  width: 16.66%;
}
.col20 {
  float: left;
  width: 20%;
}
.col24 {
  float: left;
  width: 24%;
}
.col25 {
  float: left;
  width: 25%;
}
.col30 {
  float: left;
  width: 30%;
}
.col33 {
  float: left;
  width: 33.33%;
}
.col33a {
  float: left;
  width: 33%;
}
.col35 {
  float: left;
  width: 35%;
}
.col40 {
  float: left;
  width: 40%;
}
.col45 {
  float: left;
  width: 45%;
}
.col50 {
  float: left;
  width: 50%;
}
.col50r {
  float: right;
  width: 50%;
}
.col55 {
  float: left;
  width: 55%;
}
.col60 {
  float: left;
  width: 60%;
}
.col65 {
  float: left;
  width: 65%;
}
.col66 {
  float: left;
  width: 66%;
}
.col70 {
  float: left;
  width: 70%;
}
.col75 {
  float: left;
  width: 75%;
}
.col80 {
  float: left;
  width: 80%;
}
.col100 {
  float: left;
  width: 100%;
}
.imgleft {
  float: left;
  margin: 0px 10px 20px 0px;
}
.imgright {
  float: right;
  margin: 0px 0px 20px 20px;
}
img.resp {
  width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
.toleft {
  float: left;
}
.toright {
  float: right;
}
.rpad {
  padding-right: 15px;
}
.lpad {
  padding-left: 15px;
}
.verpad30 {
  padding: 30px 0px 30px 0px;
}
.verpad50 {
  padding: 50px 0px 50px 0px;
}
.verpad70 {
  padding: 70px 0px 70px 0px;
}
.verpad7030 {
  padding: 70px 0px 30px 0px;
}


.btn {
  padding: 9px 19px 9px 19px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 1.0em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 0px;
  border: none;
  border: 1px solid #e3212c;
  border-radius: 4px;
}
.btn.dark {
  color: #fff;
  background: #e3212c;
}
.btn.dark:hover {
  color: #000;
  background: #fff;
  border: 1px solid #dadada;
  text-decoration: none;
}
.btn.light {
  color: #000;
  background: #fff;
  border: 1px solid #dadada;
}
.btn.light:hover {
  color: #fff;
  background: #e3212c;
  border: 1px solid #e3212c;
  text-decoration: none;
}
.btn i {
  padding-left: 40px;
}
/*div.gap {
  width: 20px;
  height: 20px;
}*/


.smlbtn {
  padding: 5px 15px 5px 15px;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  border: none;
}
.smlbtn.light {
  color: #303e47;
  background: #fff;
}
.smlbtn.light:hover {
  text-decoration: none;
}
.smlbtn.dark {
  color: #fff;
  background: #008e8a;
}
.smlbtn.dark:hover {
  text-decoration: none;
}

button {
  padding: 0px; margin:0px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: none;
}

p {
  font-size: 0.9em;
  line-height: 1.4em;
  padding-bottom: 20px;
  margin: 0px;
}
p strong {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
}
p.btns {
  float: left;
  width: 100%;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
p.btnsc {
  float: left;
  width: 100%;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.calc p.btns {
  text-align: center;
}
p.btnsml {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
strong {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-weight: normal
}
hr {
  float: left;
  width: 100%;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
h1, h2, h2.clear  {
  float: left;
  width: 100%;
  font-family: 'montserratlight', Tahoma, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  text-align: left;
}
h1 {
  color: #000000;
  font-family: 'montserratlight', Tahoma, Arial, sans-serif;
  font-size: 46px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}
h1 strong, h2 strong {
  font-family: 'montserratextrabold', Tahoma, Arial, sans-serif;
}
h1 span {
  float: left;
  width: 100%;
  color: #e3212c;
  font-size: 21px;
  font-family: 'montserratblack', Tahoma, Arial, sans-serif;
  line-height: 1.3em;
  letter-spacing: 4px;
}
div.section.red h1 span {
  color: #fff;
}
div#slider.section h1 {
  margin: 0px 0px 0px 0px;
}
h2 {
  color: #082547;
  font-size: 42px;
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
}
h3, h4 {
  color: #000;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  /*line-height: 1.1em;*/
  font-weight: normal;
}
h3 span, h4 span {
  font-family: 'montserratlight', Tahoma, Arial, sans-serif;
}
h3 {
  font-size: 1.3em;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
}
h4 {
  font-size: 1.2em;
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  background: none;
}

div.icos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0px 0px 0px;
}
div.icos div.col33 {
  padding: 0px 0px 40px 0px;
  text-align: left;
}
div.icos div.col33 h3 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 20px 0px 0px;
}
div.icos p {
  line-height: 1.1em;
  padding: 5px 20px 0px 0px;
}

div.splide {
  float: left;
  padding: 0px 0px 30px 0px;
}
li.splide__slide {
  float: left;
  background: #fff;
  border-bottom: 3px solid #000;
}
li.splide__slide:hover {
  background: #000;
  border-bottom: 3px solid #e3212c;
}
li.splide__slide div.slide_cont {
  padding: 10px 20px 0px 20px;
  margin: 0px 0px 0px 0px;
}
li.splide__slide img {
  width: 100%;
  height: auto;
}
li.splide__slide h3 {
  color: #e3212c;
  font-size: 18px;
  padding: 10px 0px 10px 0px;
}
li.splide__slide h3 a:hover {
  color: #fff;
}
li.splide__slide p {
  color: #8e8e8e;
  font-size: 14px;
  padding: 0px 0px 0px 0px;
}
ul.splide__pagination {
  display: none;
}
div.splide__arrows {
  position: relative;
  width: 100%;
  height: 40px;
  color: #fff;
}
div.splide__arrows button.splide__arrow {
  position: absolute;
  top: 15px;
  right: 0px;
  background: none;
}
div.splide__arrows button.splide__arrow--prev {
  right: 20px;
}

label {
  float: left;
  width: 100%;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
}
input[type=text], input[type=file], input[type=email], textarea {
  float: left;
  width: 100%;
  height: 30px;
  padding: 7px 10px 7px 10px;
  margin: 0px 0px 10px 0px;
  background: #fff;
  border: 1px solid #cdcdcd;

  color: #818181;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  font-size: 0.8em;
  border-radius: 4px;
}
textarea {
  height: 100px;
}
div.alert {
  float: left;
  width: 100%;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  background: red;
  color: #fff;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
}
div#success_page {
  color: #000;
}
div.alert.success {
  background: #4fb345;
}

div.items {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding: 15px 0px 0px 0px;
}
div.items div.item {
  position: relative;
  float: left;
  width: 20%;
  padding: 0px 10px 20px 10px;
}
div.items div.item img {
  float: left;
  width: 100%;
  height: auto;
  max-width: 240px;
}

div.gall {
  float: left;
  width: 100%;
  padding: 0px 0px 30px 0px;
}
div.gall div.show {
  float: left;
  width: 25%;
  padding: 0px 20px 0px 0px;
  text-align: center;
}
div.gall div.show a {
  float: left;
  width: 100%;
}
div.gall div.show a img {
  float: left;
  width: 100%;
  height: auto;
  max-width: 400px;
}
div.gall div.show h4 {
  float: left;
  width: 100%;
}
table {
  margin:  10px 0px 20px 0px;
}
table tr th {
  color: #fff;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  padding: 10px 10px 10px 10px;
  text-align: center;
  background: #d91c25;
}
table tr td {
  padding:  5px 10px 5px 10px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
