/**
Synapse - adaptive theme
.col-xs- <544px Extra small
.col-sm- ≥544px Small
.col-md- ≥768px Medium
.col-lg- ≥992px Large
.col-xl- ≥1200px Extra large
Gutter width	1.875rem / 30px (15px on each side of a column)
*/
/** Main Bootstrap Defaults */
@font-face {
    font-family: 'pf_din_text_comp_promedium';
    src: url('fonts/pfdintextcomppro-medium-webfont.eot');
    src: url('fonts/pfdintextcomppro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdintextcomppro-medium-webfont.woff') format('woff'),
         url('fonts/pfdintextcomppro-medium-webfont.ttf') format('truetype'),
         url('fonts/pfdintextcomppro-medium-webfont.svg#pf_din_text_comp_promedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Conv_DINPro-Medium';
  src: url('fonts/DINPro-Medium.eot');
  src: local('☺'),
       url('fonts/DINPro-Medium.woff') format('woff'),
       url('fonts/DINPro-Medium.ttf') format('truetype'),
       url('fonts/DINPro-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'als_rublregular';
    src: url('fonts/rouble-webfont.eot');
    src: url('fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rouble-webfont.woff') format('woff'),
         url('fonts/rouble-webfont.ttf') format('truetype'),
         url('fonts/rouble-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'dincondensedcregular';
    src: url('fonts/dincondensedc/dincondensedc-webfont.eot');
    src: url('fonts/dincondensedc/dincondensedc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dincondensedc/dincondensedc-webfont.woff') format('woff'),
         url('fonts/dincondensedc/dincondensedc-webfont.ttf') format('truetype'),
         url('fonts/dincondensedc/dincondensedc-webfont.svg#dincondensedcregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'pf_scandal_proregular';
    src: url('fonts/pfscandalpro-reg/pfscandalpro-reg-webfont.eot');
    src: url('fonts/pfscandalpro-reg/pfscandalpro-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfscandalpro-reg/pfscandalpro-reg-webfont.woff2') format('woff2'),
         url('fonts/pfscandalpro-reg/pfscandalpro-reg-webfont.woff') format('woff'),
         url('fonts/pfscandalpro-reg/pfscandalpro-reg-webfont.ttf') format('truetype'),
         url('fonts/pfscandalpro-reg/pfscandalpro-reg-webfont.svg#pf_scandal_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
  font-size: 16px;
}
body {
  font-family: Arial;
  font-size: 1rem;
  line-height: 1.5;
  color: #444444;
  background-color: #fff;
}
body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}
a {
  color: #0275d8;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

a:focus,
button:focus {
  outline: none !important;
}

/** Headers */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.1;
}
h1 {
    font-size:3.25rem;
    text-transform: uppercase;
    color: #333333;
    font-family: 'pf_din_text_comp_promedium';
    font-weight: normal;
    max-width: 960px;
    margin-bottom: 20px;
}
h2{
  font-family: 'pf_din_text_comp_promedium';
  font-size: 2.375rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
  width: 100%;
  max-width: 932px;
}
h3 {
  font-family: 'pf_din_text_comp_promedium';
  text-transform: uppercase;
  color: #795237;
  font-size: 26px;
  margin-bottom: 7px;
}
h4 {
  font-size: 1.5rem;
}
h6{
  font-size: 1.3125rem;
  line-height: 1.875rem;
  margin-bottom: 20px;
}
p a,
ul a,
div a {
  color: #5e7c41;
}

.breadcrumb li::before {
  content: " /";
  color: #5e7c41;
}
/** Tables */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

table th,
table td {
  padding: .75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

table tbody + tbody {
  border-top: 2px solid #eceeef;
}

table table {
  background-color: #fff;
}
blockquote {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: .25rem solid #eceeef;
}

img.text-xs-right{
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
}
img.text-xs-left{
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
img.text-xs-center{
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.ui-dialog-titlebar-close {
  background: url(../images/icon-close.png) no-repeat 0 0 !important;
  width: 15px !important;
  height: 15px !important;
}

.sticky.is-sticky{
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 100;
width: 100%;
}


/** madal-dialog **/
.modal-dialog {
  max-width: 405px;
}

.modal-dialog h4 {
  font-family: 'pf_din_text_comp_promedium';
  font-size: 34px;
  color: #333333;
  text-transform: uppercase;
  margin: 0;
}

.modal-content {
  border-radius: 0;
  padding: 40px;
}

.modal-dialog .modal-header,
.modal-dialog .modal-body {
  padding: 0;
}

.modal-header .close {
  color: #fff;
  background: #6c4225;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  width: 36px;
  height: 36px;

  margin-top: -40px;
  margin-right: -40px;
}
.modal-header .close:hover {
  background: #9daf5d;
}

.modal-header,
.modal-content .form-actions {
  border: 0 !important;
}

.modal-dialog textarea,
.modal-dialog textarea:focus {
  resize: none;
  height: 100px;
  background: #9daf5d;
  border-top: 2px solid #6f7d41;
  border-radius: 10px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: #fff;
  line-height: 19px;
}

.modal-dialog .form-actions {
  text-align: center;
}

.modal-dialog .form-text,
.modal-dialog .form-email {
  background: #9daf5d;
  border-top: 2px solid #6f7d41;
  border-radius: 10px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: #fff;
  line-height: 19px;
  height: 40px;
  margin: 0px;
  padding: 11px 13px 10px;
}

.modal-dialog label {
  display: none;
}

.modal-dialog .form-actions {
  padding: 0 !important;
  text-align: left !important;
  margin: 20px 0 0 0 !important;
}

.modal-dialog .form-actions input {
  display: inline-block;
  font-size: 19px;
  color: #fff;
  font-family: 'pf_din_text_comp_promedium';
  text-transform: uppercase;
  background: #6c4225;
  border-bottom: 3px solid #412410;
  border-radius: 10px;
  height: 48px;
  line-height: 24px;
  padding: 12px 13px 6px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.modal-dialog .form-actions input:hover,
.modal-dialog .form-actions input:focus {
  background: #9daf5d;
}

.modal-dialog .field--name-field-calculation-file label {
  display: block;
}

.modal-dialog .field--name-field-calculation-file input {
  padding: 0 0 15px 0;
  border: 0 !important;
}

::-webkit-input-placeholder {color:#fff !important;}
::-moz-placeholder          {color:#fff !important;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff !important;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff !important;}


tr, tr.even {
  background: #f0f0f0;
}

tr td, tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left;
}


table tr th{
  background: #795237;
  border-bottom-style: none;
  color: #ffffff;
  font-weight: normal !important;
}

table tr th, table tr th a, table tr th a:hover{
  color: #FFF;
  font-weight: bold;
}

/** pager **/
.pagination li.is-active {
  background: #795237;
  border-color: #795237;
}

.pagination li.is-active a {
  font-weight: normal;
  color: #fff;
}

.pagination li {
  border: 3px solid #9daf5d;
  display: inline-block;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 42px;
  height: 36px;
  line-height: 32px;
  margin: 0 0 10px 0;
}

.pagination li a,
.pagination li a:hover {
  color: #9daf5d;
  font-size: 17px;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pagination .pager__item--next a,
.pagination .pager__item--next a:hover {
  background: url("../images/to_r_green_arr.png") no-repeat 10px center;
  text-indent: -9999px;
}


.pagination .pager__item--previous a,
.pagination .pager__item--previous a:hover {
  background: url("../images/to_l_green_arr.png") no-repeat 7px center;
  text-indent: -9999px;
}

.pagination .pager__item--ellipsis,
.pagination .pager__item--last,
.pagination .pager__item--first {
  display: none;
}

.node--view-mode-full ul {
  margin: 0px;
  padding: 0px;
}
.node--view-mode-full ul li {
  list-style: none;
  line-height: 28px;
  margin-bottom: 15px;
  background: url('../images/list_pointer.png') no-repeat scroll 0 13px;
  padding-left: 30px;
  font-size: 17px;
}


/* Slider hotfix */
.front .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.front .owl-carousel .owl-item {
  visibility: hidden;
}
.front .owl-carousel .owl-item.active {
  visibility: visible;
}
.front .owl-carousel .owl-item .nid-583 img {
  min-width: 104%;
}
@media (max-width: 544px) {
  .front .owl-carousel .owl-item .nid-583 img {
    min-width: 0;
    transform: translate3d(20px, 0, 0);
  }
}