@font-face {
    font-family: 'cooper_blackregular';
    src: url('/theme/assets/fonts/coopbl-webfont.eot');
    src: url('//theme/assets/fonts/coopbl-webfont.eot?#iefix') format('embedded-opentype'),
         url('//theme/assets/fonts/coopbl-webfont.woff2') format('woff2'),
         url('/theme/assets/fonts/coopbl-webfont.woff') format('woff'),
         url('/theme/assets/fonts/coopbl-webfont.ttf') format('truetype'),
         url('/theme/assets/fonts/coopbl-webfont.svg#cooper_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
  font-family: 'Cantarell', sans-serif;
  padding-top: 105px;
  letter-spacing: 0.4px;
  color: #000;
  background: #f2f2f2;
}

.like-h1{
  font-size: 45px;
  line-height: 43px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'cooper_blackregular';
}

.slider-content h1 {
font-size: 50px !important;
}

h2{
  font-size: 28px;
  line-height: 65px;
  margin-bottom:30px;
  margin-top: 0px;
}

h3{
  margin-bottom: 35px;
  font-size: 20px;
}

p{
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #000;
}

ol li {
  font-size: 16px;
  line-height: 32px;
}

ul li {
  font-size: 16px;
  line-height: 32px;
}

#header{
  height: 105px;
  width:100%;
  position: fixed;
  z-index: 121;
  top: 0;
  left: 0;
  background: #f2f2f2;
}

#header > .container{
  padding-top:15px;
  padding-left: 25px;
}

#header .container, #header .row{
  height: 100%;
  position: relative;
}

#logo{
  max-width:250px;
}

/* #logo img{
  height: 100%;
  width: auto;
} */

#mainmenu{
  position:absolute;
  bottom:0;
  right: 0;
  height: 52px;
}

.menu-container{
  height: 100%;
}

.navbar-nav{
  padding-top:30px;
  padding-bottom:0;
}

.navbar-header{
  height:105px;
}

.navbar-collapse{
  background:#f2f2f2;
}

.navbar-nav li a{
  color: #000;
  font-size: 14px;
  line-height: 11px;
  text-transform: uppercase;
}

.navbar-nav li a:hover, .navbar-nav li.active a{
  color: #d80000;
}

.navbar-nav li a:hover{
  background:none;
}
.navbar-nav li:hover ul{
  display: block;
}

.navbar-toggle{
  position: absolute;
  bottom: 5px;
  right: 0;
}

.navbar-toggle .icon-bar{
  background: #d80000;
}

.navbar {
background: #f2f2f2 !important;
}

#cta-bar{
  position: absolute;
  top:0;
  right:0;
  height: 52px;
}

#cta-bar{
  padding-top: 6px;

  color: #797d80;
  font-size: 17px;
  line-height:35px;
}

#cta-bar a{
  color: #FFF;
}

.header-image-container{
  width:100%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  padding: 20px 0;
  color: #FFF;
}

.header-image-container h2{
  font-size:72px;
}

.header-image-container h1 {
margin-top: 100px;
font-size: 45px;
text-shadow: 1px 1px 1px #000;
}

.btn, input[type="submit"]{
  height: 54px;
  padding: 16px 20px;
  font-size: 19px;
  color: #fff;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
  border: 0;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.btn:hover{
  background-color: #007f00;
  border-color:#007f00;
  color: #fff;
}

.center-button{
  width:100%;
  text-align: center;
}

.btn.left{
  float: left;
}

.btn.right{
  float:right;
}
.red, .btn {
background-color: #d80000;
}
.green, article.block.green .btn:hover{
  background-color: #00b200;
}

.darkgreen, article.block.darkgreen .btn:hover{
  background-color: #76914c;
}

.orange, article.block.orange .btn:hover{
  background-color: #e5b535;
}

.bg-grey{
  background: #f4f4ef;
  padding-top: 20px;
}

.bg-green {
  background: #007f00;
  color: #000;
  padding: 20px 0;
}

.bg-green p, .bg-black p, .footer-black p, .header-image-container p{
  color: #FFF;
}

.bg-black{
  background: #181a1c;
  color: #FFF;
  padding: 20px 0;
}

.footer-black{
  background: #222427;
  color: #FFF;
  padding: 20px 0;
}

.main-section, .default-section{
  padding: 20px 0;
}

/* Form */

select, input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], textarea {
  display: block;
  width: 100%;
  height: 47px;
  padding: 12px 20px;
     margin: 8px 0;
  box-sizing: border-box;
  -webkit-appearance: field;
  -moz-appearance: field;
  appearance: field;
  background-color: #fff;
  outline: none;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="number"]:focus{
  background-color: #FFF;
}

textarea{
  resize:vertical;
    width: 100%;
height: 150px;
}

label{
  margin-top: 20px;
}

input[type="submit"]{
  background-color: #d80000;
  float: right;
  margin-top: 30px;
}

/* Menu */

.navbar-nav > li > .dropdown-menu{
  border-radius: none;
}
.navbar-nav>li>.dropdown-menu a{
  padding: 10px 10px;
}

.cta-block-container{
  margin-top: -400px;
  position: relative;
  z-index: 100;
}

.navbar{
  background: #fff;
}
.navbar-brand{
  /*padding-top: 0px;*/
}


/* Slider */

.slider-section-slider, .slider-section-slider .slider-slide {
  height: 550px;
  position:relative;
  width:100%;
  background-position: center 50%;
  background-size: cover;
}

.slider-section-slider .slider-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 120;
}

.slider-content h1 {
font-size: 70px;
color: #fff;
text-shadow: 1px 1px 1px #000;
line-height: 90px;
}

/* FOTOSLIDER */
.fotoslider { -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000; }
.fotoslider_pic { height: 275px; width: 100%; }

@media (max-width:767px){
  .slider-content h1 {
  font-size: 35px !important;
  text-shadow: 1px 1px 1px #000;
  line-height: 28px;
  }

  .header-image-container h1 {
      font-size: 25px;
  }

  #mainmenu .navbar-nav{
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    background: #dadada;
    padding: 5px 10px;
  }

    #mainmenu .navbar-nav li{
      margin: 20px 7px;
    }

  #mainmenu .navbar-nav li a{
    font-size: 16px;
  }
}

@media all and (min-width: 450px) {
  /* FOTOSLIDER */
.fotoslider_pic { height: 375px; width: 100%; }
}

@media all and (min-width: 700px) {
/* FOTOSLIDER */
.fotoslider_pic { height: 475px; width: 100%; }
}

.icon-img {
width: 100%;
background-size: cover;
object-fit: cover;
}
