/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.pwr-sec-txt_references{
  margin:60px 0px!important;
}
.cta_light, .cta_light a{
color:#fff!important;
}
a:hover { color: #00518c; }
a:active { color: #ffffff; }
.reference-page p { color: #505050;margin-bottom: .5rem; }

.r-hero-banner {
  background-color: rgba(240, 240, 240, 0.8);
}
.r-hero-banner .r-block {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-right: 100px;
  padding-left: 100px;
}
.r-hero-banner .r-image {
  display: block;
  width: 100%;
  height: 100%;
}

.r-general-specifications {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 1);
}
.r-general-specifications .r-data p {
  color: #1d6e89;
  text-align: left;
}
.r-principle-arrangement {
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 1);
}
.r-principle-arrangement .r-image {
  padding-top: 30px
}
.r-propellar-data {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 81, 140 ,1);
}
.r-propellar-data h3 {
  color: #fff;
}
.r-propellar-data p {
  color: #fff;
}
.r-description {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(240, 240, 240, 1);
}
.r-description .r-copy {
  color: #1d6e89;
}
.r-similar {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 1);
  float: left;
  width:100%;
}

.r-back {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 1);
}
.reference-page .back-reference a  {
  color: #fff;
  background-color: rgba(0, 81, 140 ,1);
  padding: 15px 35px 15px 35px;
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.reference-page .back-reference a:hover { 
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.title_dd{
  font-size:12px;
  font-weight: 700;
}
.r-filters form select::after {
    box-shadow: inset -2px 2px 0 0;
    color: var(--clr-txt-nav-dk);
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-5px) rotate(135deg);
    transform: translateY(-5px) rotate(135deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 7px;
}
.r-filters {
  padding-top: 50px;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 1);
}

.r-filters form { 
  padding-top: 50px;
  padding-bottom: 20px;
}

.r-filters form label {
  font-size:12px;
  padding: 10px 0 0;
  display: block;
  margin-top: 25px;
}
.r-filters form input {
  border-width: 1px;
  border-style: solid;
  border-color: #212121;
}
.r-filters form select {
  border: 1px solid #00abcd;
  border-radius: 0;
  margin-right: 30px;
  appearance: none;
  width: 100%;
  text-transform: uppercase;
  color: var(--clr-text-lt);
  font-family: var(--ff-btn);
  font-size: 13px;
  font-weight: 700;
}
.r-filters form select:focus {
    box-shadow: none!important;
}

.r-filters form select:focus {
  background: none;
}
.pwr-filter__list-item {
    padding:0!important;
}
.r-listings .heading {
  padding-bottom: 50px;
}
.r-listings .col-6 { margin-bottom: 35px; }
.r-listings .r-block {
  background: #fff; 
  -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
/*   margin-bottom: 35px; */
  height: 100%;
  
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.r-listings .r-block:hover {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.r-listings .image { 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 140px; 
  width: 100%; 
}
.r-listings .box { 
  padding-left: 10px; 
  padding-right: 10px; 
  padding-top: 19px;
  Padding-bottom: 10px;
  text-align: center;
}

.reference-listings-page .r-listings .r-block {
  background: #00518c;
  text-align: center;
}
.reference-listings-page .r-listings .box h5 { 
  color: #fff;
}

.search { position:relative; }
.search #submit-button {
  border: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  cursor: pointer;
}

.reference-listings .reference-block {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 220px;
  position: relative;
  border-radius: 12px;
  margin-bottom: 30px;
}

.reference-listings .reference-block a {
  display: block;
  height: 100%;
}

.reference-listings .reference-block a:hover .title {
  background: rgba(0, 81, 140, 0.9);
}

.loadmore-wrap { text-align: center; margin-bottom: 80px; }
.loadmore-wrap a {
  background: rgba(0, 171, 205,1) url() right 40px center no-repeat;
  text-align: left;
/*   width: 332px; */
  padding: 15px 35px 15px 35px;
  border-radius: 50px;
  display: inline-block;
  line-height: 1em;
  color: #FFF;
  font-size: 22px;
  /* border: 1px solid #e7f0f1; */
/*   border-radius: 10px; */
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.loadmore-wrap a:active { color: #FFF; }
.loadmore-wrap a:hover { color: #FFF;background-color: #00518c; }

.Similar_references{
  width: 23%;
  margin: 0 1%;
  float: left;
}
.similar_inner{
  margin:0 auto;
  max-width:1290px;
}

@media screen and (max-width: 991px) {
  .r-hero-banner .r-block {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .r-hero-banner .r-block h1 {
    word-break: break-all;
  }
   .r-listings .heading {
    padding: 20px;
  }
  .Similar_references{
  width: 48%;
  }
.pwr-hero--regular {
    height: 305px!important;
  }
}

@media screen and (min-width: 900px) { /*Mette Mi*/
  .r-filters { /*Mette Mi*/
    padding-right: 60px; /*Mette Mi*/
    padding-left: 60px; /*Mette Mi*/
}

  .r-listings { /*Mette Mi*/
    padding-right: 60px; /*Mette Mi*/
    padding-left: 60px; /*Mette Mi*/
    width: 100%;
    float: left;
}