/*
Theme Name: deKook
Theme URI: http://www.nordzuwort.de/
Description: deKook
Author: Marketing NordzuWort
Author URI: http://www.nordzuwort.de/
Version: 1.0.0
*/
* html {
  visibility: visible; }

body {
  font-family: "Open Sans", Arial, sans-serif !important;
  color: #444D54;
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 1.3em;
  background: #444D54; }

h1, h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 38px; }

h3, h4, h5, h6 {
  font-size: 30px;
  font-family: "Montserrat", Arial, sans-serif; }

section {
  float: left;
  width: 100%;
  background: white; }

html, body, p {
  margin: 0 !important;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

p {
  line-height: 1.3em; }

article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
  display: block; }

a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

section {
  float: left;
  width: 100%;
  clear: both; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0em; }

.navbar .navbar-collapse .navbar-right > li:last-child {
  padding-left: 0px; }

.navbar.navbar-default .nav-collapse {
  background-color: #f8f8f8; }

.navbar.navbar-inverse .nav-collapse {
  background-color: #222; }

.navbar .nav-collapse .navbar-form {
  border-width: 0;
  box-shadow: none; }

.nav-collapse > li {
  float: right; }

.navbar-default .navbar-nav > li > a {
  color: white !important;
  font-size: 13px;
  text-transform: uppercase; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: #871811;
  color: white; }

html body .navbar-default .navbar-nav > li > a:hover, html body .navbar-default .navbar-nav > .active > a {
  color: #fff !important; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: #871811;
  color: white; }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: auto !important; }

#header {
  background: #444D54;
  clear: both;
  float: left;
  width: 100%;
  text-align: center; }
  #header .logo {
    float: left;
    width: 165px;
    margin: 48px 3% 23px 0; }
    #header .logo img {
      max-width: 100%; }
  #header .navbar .navbar-collapse {
    float: left;
    width: 80%;
    text-align: center;
    margin-top: 50px; }
  #header .navbar-default {
    background: #444D54;
    border: none;
    margin: 0px 0 0 0; }
  #header .navbar-header {
    background: #444D54;
    width: 100%;
    text-align: center;
    margin-top: 10px; }
    #header .navbar-header ul {
      float: left;
      width: 100%;
      text-align: center;
      padding: 4px 10px 7px 10px; }
  #header.scrolling {
    background: #333A3F !important; }
    #header.scrolling .navbar-default {
      background: #333A3F !important; }
    #header.scrolling .navbar-header {
      background: #333A3F !important; }
      #header.scrolling .navbar-header .logo {
        width: 130px;
        margin-top: 5px;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      #header.scrolling .navbar-header .navbar-collapse {
        margin-top: 0px !important;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
  #header .navbar-nav {
    margin: 0 0 0 0; }
  #header .navbar .navbar-collapse .navbar-right > li {
    color: #871811; }
  #header .navbar .navbar-collapse .navbar-right > li a {
    font-size: 13px !important;
    text-align: left;
    text-transform: uppercase;
    color: white !important;
    font-family: "Montserrat", Arial, sans-serif; }
  #header .dropdown-menu {
    border: none;
    box-shadow: none;
    background: #871811;
    color: white;
    min-width: 190px;
    left: 0 !important; }
  #header .dropdown-menu > li > a {
    padding: 10px 20px 10px 5px;
    white-space: pre-wrap; }
    #header .dropdown-menu > li > a:hover {
      background: #444D54;
      color: white; }
  #header .navbar .navbar-collapse .navbar-right > li a:hover {
    color: #fff; }

.placeholder {
  float: left;
  width: 100%;
  height: 140px; }

footer {
  font-size: 16px;
  padding: 60px 0;
  float: left;
  width: 100%;
  clear: both;
  font-family: "Montserrat", Arial, sans-serif; }
  footer a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: white;
    margin-right: 8px;
    display: inline-block; }
    footer a:hover {
      color: white;
      text-decoration: none; }
  footer .copyright {
    color: white; }
  footer .delim {
    color: white;
    display: inline-block;
    margin: 0 4px; }
  footer ul {
    float: none;
    text-align: right; }
    footer ul li {
      display: inline; }
      footer ul li a {
        display: inline-block;
        margin-left: 8px; }

#rotator {
  float: left;
  width: 100%;
  clear: both; }
  #rotator .slides {
    float: left;
    width: 100%; }
    #rotator .slides li {
      position: relative;
      max-height: 690px;
      overflow: hidden; }
      #rotator .slides li img {
        position: relative;
        width: 100%; }
      #rotator .slides li .container {
        height: 100%; }
        #rotator .slides li .container .rotatorCaption {
          float: left;
          width: 260px;
          background: url(images/bg1.png) top left repeat;
          position: absolute;
          bottom: 50px;
          padding: 0px 10px 80px 20px; }
          #rotator .slides li .container .rotatorCaption .quote {
            background: url(images/quote.png) 100% 0% no-repeat;
            margin-top: 10px;
            color: #fff;
            font-size: 25px !important;
            font-weight: 300;
            float: left;
            width: 100%;
            padding-top: 20px; }
          #rotator .slides li .container .rotatorCaption p {
            line-height: 1.2em !important;
            font-family: "Montserrat", Arial, sans-serif;
            text-transform: uppercase; }

#mainContent h1 {
  font-size: 26px;
  font-weight: 300;
  margin-top: 45px;
  text-transform: uppercase; }
#mainContent .cms-content {
  font-size: 15px;
  line-height: 1.3em;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  float: left;
  width: 100%; }
  #mainContent .cms-content h1 {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 1.2em; }
  #mainContent .cms-content h2 {
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 1.2em; }
  #mainContent .cms-content h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 1.2em; }
  #mainContent .cms-content h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 1.2em; }
  #mainContent .cms-content h5 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 1.2em; }
  #mainContent .cms-content h6 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 1.2em; }
  #mainContent .cms-content a {
    font-size: 15px !important;
    font-weight: normal;
    color: #871811; }
  #mainContent .cms-content li a {
    background: none;
    padding-left: 0; }
  #mainContent .cms-content p {
    text-align: left;
    font-size: 15px;
    margin: 0 0 15px;
    line-height: 1.3em !important; }
  #mainContent .cms-content strong,
  #mainContent .cms-content b {
    font-weight: 700; }
  #mainContent .cms-content em,
  #mainContent .cms-content i {
    font-style: italic; }
  #mainContent .cms-content img {
    max-width: 100%;
    height: auto; }
  #mainContent .cms-content .alignleft {
    float: left;
    margin: 0 15px 10px 0;
    border-bottom: 4px solid #871811; }
  #mainContent .cms-content .alignright {
    float: right;
    margin: 0 0 10px 15px;
    border-bottom: 4px solid #871811; }
  #mainContent .cms-content .aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center; }
  #mainContent .cms-content ul li, #mainContent .cms-content ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 10px !important;
    padding-left: 0 !important; }
  #mainContent .cms-content ol li, #mainContent .cms-content ol {
    list-style-type: lower-alpha;
    list-style-position: inside;
    margin-left: 0 !important;
    padding-left: 0 !important; }

#ctas .cta {
  float: left;
  width: 100%;
  text-decoration: none; }
  #ctas .cta .ctaImg {
    float: left;
    width: 100%;
    position: relative;
    min-height: 350px; }
    #ctas .cta .ctaImg img {
      width: 100%;
      float: left;
      position: relative; }
    #ctas .cta .ctaImg .title {
      display: block;
      position: absolute;
      background: url(images/bg2.png) top left repeat;
      color: #fff;
      left: 20px;
      bottom: 20px;
      text-transform: uppercase;
      font-size: 15px;
      padding: 60px 50px 60px 15px;
      height: 170px;
      width: 170px;
      text-align: left;
      display: table; }
      #ctas .cta .ctaImg .title span {
        display: table-cell;
        vertical-align: middle; }
  #ctas .cta .ctaText {
    color: #444D54;
    font-size: 15px;
    text-align: left;
    line-height: 1.2em !important;
    padding: 22px 0 34px 0;
    display: block;
    float: left;
    width: 100%; }
  #ctas .cta:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  #ctas .cta:hover .title {
    background: url(images/bg1.png) top left repeat;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.smallCTA a {
  text-decoration: none;
  color: #444C54;
  border: 2px solid #444C54;
  float: left;
  width: 100%;
  padding: 30px 5%;
  text-transform: uppercase;
  font-size: 20px;
  margin: 100px 0 34px 0; }
  .smallCTA a:hover {
    color: #fff;
    background: #871811;
    border-color: #871811; }

#second {
  padding-bottom: 90px; }
  #second .secondCta {
    float: left;
    width: 100%;
    text-decoration: none;
    margin-bottom: 34px; }
    #second .secondCta .title {
      text-transform: uppercase;
      color: #fff;
      background: #444D54;
      float: left;
      width: 100%;
      padding: 22px 30px;
      font-weight: bold;
      font-size: 16px;
      text-align: left;
      display: table; }
      #second .secondCta .title p {
        display: table-cell;
        vertical-align: middle; }
    #second .secondCta .secondImg {
      float: left;
      width: 100%;
      position: relative; }
      #second .secondCta .secondImg img {
        width: 100%;
        float: left;
        position: relative; }
      #second .secondCta .secondImg .text {
        display: block;
        position: absolute;
        background: url(images/bg2.png) top left repeat;
        color: #fff;
        left: 20px;
        bottom: 20px;
        font-size: 15px;
        padding: 20px 34px 20px 15px;
        height: 190px;
        width: 55%;
        text-align: left;
        display: table; }
        #second .secondCta .secondImg .text p {
          display: table-cell;
          vertical-align: middle; }
    #second .secondCta:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90);
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #second .secondCta:hover .title {
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #second .secondCta:hover .secondImg .text {
      background: url(images/bg1.png) top left repeat;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

#pageHeader {
  float: left;
  width: 100%;
  position: relative;
  max-height: 570px;
  overflow: hidden; }
  #pageHeader .headerBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1110px;
    margin-left: -555px; }
  #pageHeader img {
    float: left;
    width: 100%; }
  #pageHeader h1 {
    font-size: 40px;
    color: #7d7d7e;
    text-transform: uppercase; }

#contentBlocks {
  padding-bottom: 90px; }
  #contentBlocks .blockRow {
    float: left;
    width: 100%; }
  #contentBlocks .oneColumn .cta {
    float: left;
    width: 100%;
    text-decoration: none;
    margin-bottom: 30px; }
    #contentBlocks .oneColumn .cta .ctaText {
      background: #444C54;
      float: left;
      width: 100%;
      padding: 30px 5%;
      color: #fff;
      font-size: 16px;
      min-height: 350px; }
    #contentBlocks .oneColumn .cta img {
      float: left;
      width: 100%; }
    #contentBlocks .oneColumn .cta .ctaImg {
      float: left;
      width: 100%;
      position: relative; }
      #contentBlocks .oneColumn .cta .ctaImg img {
        width: 100%;
        float: left;
        position: relative; }
      #contentBlocks .oneColumn .cta .ctaImg .title {
        display: block;
        position: absolute;
        background: url(images/bg2.png) top left repeat;
        color: #fff;
        left: 20px;
        bottom: 20px;
        text-transform: uppercase;
        font-size: 15px;
        padding: 60px 50px 60px 15px;
        height: 170px;
        text-align: left;
        display: table; }
        #contentBlocks .oneColumn .cta .ctaImg .title span {
          display: table-cell;
          vertical-align: middle; }
    #contentBlocks .oneColumn .cta:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90);
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #contentBlocks .oneColumn .cta:hover .title {
      background: url(images/bg1.png) top left repeat;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #contentBlocks .oneColumn .cta.noLink .ctaImg .title {
      background: none; }
    #contentBlocks .oneColumn .cta.noLink:hover .title {
      background: none; }
  #contentBlocks .twoColumn .cta {
    float: left;
    width: 100%;
    text-decoration: none;
    margin-bottom: 30px; }
    #contentBlocks .twoColumn .cta .ctaText {
      background: #444C54;
      float: left;
      width: 100%;
      padding: 30px 5%;
      color: #fff;
      font-size: 16px;
      display: table;
      min-height: 350px; }
      #contentBlocks .twoColumn .cta .ctaText.ctaImgFix {
        padding: 0 !important; }
    #contentBlocks .twoColumn .cta img {
      float: left;
      width: 100%; }
    #contentBlocks .twoColumn .cta .ctaImg {
      float: left;
      width: 100%;
      position: relative; }
      #contentBlocks .twoColumn .cta .ctaImg img {
        width: 100%;
        float: left;
        position: relative; }
      #contentBlocks .twoColumn .cta .ctaImg .title {
        display: block;
        position: absolute;
        background: url(images/bg2.png) top left repeat;
        color: #fff;
        min-width: 190px;
        left: 20px;
        bottom: 20px;
        text-transform: uppercase;
        font-size: 15px;
        padding: 60px 10px 60px 10px;
        height: 170px;
        text-align: left;
        display: table; }
        #contentBlocks .twoColumn .cta .ctaImg .title span {
          display: table-cell;
          vertical-align: middle; }
    #contentBlocks .twoColumn .cta .ctaCenter {
      /*position: absolute;
      top: 50%;*/
      width: 85%;
      display: table-cell;
      vertical-align: middle; }
    #contentBlocks .twoColumn .cta:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90);
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #contentBlocks .twoColumn .cta:hover .title {
      background: url(images/bg1.png) top left repeat;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #contentBlocks .twoColumn .cta.noLink .ctaImg .title {
      background: none; }
    #contentBlocks .twoColumn .cta.noLink:hover .title {
      background: none; }
  #contentBlocks .threeColumn .cta {
    float: left;
    width: 100%;
    text-decoration: none;
    margin-bottom: 30px; }
    #contentBlocks .threeColumn .cta .ctaText {
      background: #8F9398;
      float: left;
      width: 100%;
      padding: 30px 5%;
      color: #fff;
      font-size: 16px;
      display: table;
      min-height: 350px; }
      #contentBlocks .threeColumn .cta .ctaText.ctaImgFix {
        padding: 0 !important; }
    #contentBlocks .threeColumn .cta img {
      float: left;
      width: 100%; }
    #contentBlocks .threeColumn .cta .ctaImg {
      float: left;
      width: 100%;
      position: relative; }
      #contentBlocks .threeColumn .cta .ctaImg img {
        width: 100%;
        float: left;
        position: relative; }
      #contentBlocks .threeColumn .cta .ctaImg .title {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 20px;
        text-transform: uppercase;
        font-size: 15px;
        padding: 60px 50px 60px 15px;
        height: 170px;
        text-align: left;
        display: table; }
        #contentBlocks .threeColumn .cta .ctaImg .title span {
          display: table-cell;
          vertical-align: middle; }
    #contentBlocks .threeColumn .cta .ctaCenter {
      /*position: absolute;
      top: 50%;*/
      width: 85%;
      display: table-cell;
      vertical-align: middle; }
    #contentBlocks .threeColumn .cta:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90);
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #contentBlocks .threeColumn .cta:hover .title {
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  #contentBlocks .fourColumn .cta {
    float: left;
    width: 100%;
    text-decoration: none;
    margin-bottom: 30px; }
    #contentBlocks .fourColumn .cta .ctaText {
      background: #8F9398;
      float: left;
      width: 100%;
      padding: 30px 5%;
      color: #fff;
      font-size: 16px;
      display: table;
      min-height: 350px; }
      #contentBlocks .fourColumn .cta .ctaText.ctaImgFix {
        padding: 0 !important; }
    #contentBlocks .fourColumn .cta img {
      float: left;
      width: 100%; }
    #contentBlocks .fourColumn .cta .ctaImg {
      float: left;
      width: 100%;
      position: relative; }
      #contentBlocks .fourColumn .cta .ctaImg img {
        width: 100%;
        float: left;
        position: relative; }
      #contentBlocks .fourColumn .cta .ctaImg .title {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 20px;
        text-transform: uppercase;
        font-size: 15px;
        padding: 60px 50px 60px 15px;
        height: 170px;
        text-align: left;
        display: table; }
        #contentBlocks .fourColumn .cta .ctaImg .title span {
          display: table-cell;
          vertical-align: middle; }
    #contentBlocks .fourColumn .cta .ctaCenter {
      /*position: absolute;
      top: 50%;*/
      width: 85%;
      display: table-cell;
      vertical-align: middle; }
    #contentBlocks .fourColumn .cta:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90);
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #contentBlocks .fourColumn .cta:hover .title {
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

.address {
  margin-top: 20px; }

.contactForm {
  float: left;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 34px; }
  .contactForm label {
    font-weight: normal;
    margin-top: 5px;
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 4px; }
  .contactForm input[type=text], .contactForm input[type=email], .contactForm textarea {
    border: 2px solid #444C54;
    padding: 3px 6px;
    float: left;
    width: 100%;
    margin-bottom: 4px;
    font-weight: 300 !important; }
  .contactForm input[type=submit] {
    background: #444C54;
    color: #fff;
    padding: 10px 25px;
    float: right;
    font-weight: 300 !important; }

.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #ff0000 !important; }

span.wpcf7-not-valid-tip {
  display: none !important; }

div.wpcf7-validation-errors {
  background: #ffe2e2 !important;
  border: 1px solid #ff0000 !important;
  color: #C10000 !important; }

div.wpcf7-response-output {
  margin: 2em 0;
  padding: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.wpcf7-spam-blocked {
  background: #e2e2e2;
  border: 1px solid #bcbcbc !important;
  color: #383838; }

.wpcf7-mail-sent-ng {
  background: #fcf8e3;
  border: 1px solid #ac9163 !important;
  color: #8a6d3b; }

.wpcf7-mail-sent-ok {
  background: #dff0d8;
  border: 1px solid #3c763d !important;
  color: #3c763d; }

.pp_content_container * {
  transition: none !important; }

.pp_content_container .pp_details, .pp_content_container .pp_gallery .pp_arrow_previous, .pp_content_container .pp_gallery .pp_arrow_next {
  display: none !important; }

.pp_content_container .pp_gallery {
  display: block !important; }

.pp_content_container .pp_gallery div, .pp_content_container .pp_gallery ul {
  float: left;
  width: 100%;
  text-align: center; }

.pp_content_container .pp_gallery li {
  float: none;
  display: inline-block;
  margin: 0 auto; }

.pp_content_container .pp_gallery li a {
  border-radius: 25px;
  border-color: white;
  margin-right: 2px;
  margin-left: 2px;
  background: #fff;
  width: 14px;
  height: 14px; }

.pp_content_container .pp_gallery li.selected a {
  background: #871811;
  border-color: #871811; }

.pp_content_container .pp_gallery li img {
  display: none; }

div.dark_square a.pp_expand, div.dark_square a.pp_contract, div.dark_square a.pp_expand:hover, div.dark_square a.pp_contract:hover {
  width: 48px;
  height: 48px;
  background: url(images/prettyPhoto/dark_square/sprite.png) 0px -120px no-repeat; }

div.dark_square a.pp_next, div.dark_square a.pp_next:hover {
  background: url(images/prettyPhoto/dark_square/btnNext.png) right center no-repeat; }

div.dark_square a.pp_previous, div.dark_square a.pp_previous:hover {
  background: url(images/prettyPhoto/dark_square/btnPrevious.png) left center no-repeat; }

/*.pp_content_container .pp_right { padding-right: 0 !important }
.pp_content_container .pp_left { padding-left: 0 !important }
.pp_top, .pp_bottom { display:none !important }*/
.teamBox {
  float: left;
  width: 100%; }
  .teamBox a {
    float: left;
    width: 100%;
    position: relative;
    text-decoration: none;
    color: #fff;
    margin-bottom: 25px; }
    .teamBox a img {
      position: relative;
      z-index: 2;
      width: 100%; }
    .teamBox a .infoBox {
      position: absolute;
      bottom: 4%;
      left: 4%;
      display: block;
      z-index: 10; }
      .teamBox a .infoBox .infoName {
        background: url(images/bg2.png) top left repeat;
        display: block;
        padding: 10px 15px;
        font-size: 24px;
        color: #fff; }
      .teamBox a .infoBox .infoTitle {
        background: url(images/bg1.png) top left repeat;
        padding: 10px 15px;
        display: block;
        float: left;
        color: #fff;
        font-size: 18px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: none !important; }

@media only screen and (max-width: 1200px) {
  footer {
    font-size: 14px; }

  #header .logo {
    margin-right: 0 !important; }

  #contentBlocks .fourColumn .cta .ctaCenter {
    width: 75%; }

  #pageHeader .headerBox {
    width: 910px;
    margin-left: -455px; } }
@media only screen and (max-width: 990px) {
  footer {
    text-align: center !important;
    font-size: 16px; }
    footer ul {
      margin-top: 40px;
      float: left;
      width: 100%;
      text-align: center; }

  #header .logo {
    width: 130px !important; }

  .navbar-nav > li > a {
    padding: 15px 5px; }

  #header .navbar .navbar-collapse .navbar-right > li a {
    font-size: 12px !important; }

  #ctas .cta .ctaImg .title {
    height: 140px; }

  #second .secondCta .secondImg .text {
    width: 87%; }

  #pageHeader .headerBox {
    width: 686px;
    margin-left: -343px; } }
@media only screen and (min-width: 770px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; }

  .navbar-nav > li.active:hover {
    background: #871811; }

  .navbar-nav > li:hover {
    background: #871811; }

  .navbar-nav > li:hover > .dropdown-menu {
    display: block;
    margin-top: 0; } }
@media only screen and (max-width: 769px) {
  .ctaImg .ctaText.ctaImgFix img {
    position: static; }

  #pageHeader .headerBox {
    width: 90%;
    margin-left: 28px;
    left: 0; }

  #header .logo {
    margin-top: 18px !important;
    margin-left: 10px; }

  #header .navbar-header {
    margin-top: 0; }

  #header .container {
    margin-left: 0; }

  .navbar-toggle {
    margin-top: 27px;
    margin-right: 0; }

  #header .navbar .navbar-collapse {
    width: 95% !important;
    margin-top: -20px; }

  #header .navbar-default .navbar-collapse, #header .navbar-default .navbar-form {
    border: none !important;
    box-shadow: none !important; }

  .navbar-nav > li > a {
    text-align: right !important;
    padding: 10px 5px; }

  .placeholder {
    height: 85px; }

  #ctas .cta .ctaImg .title {
    height: 170px; }

  #second .secondCta .secondImg .text {
    width: 55%; }

  #contentBlocks .oneColumn .cta .ctaCenter {
    position: static;
    padding-top: 50px;
    padding-bottom: 50px;
    top: auto;
    transform: none;
    float: left;
    width: 100%; }

  #contentBlocks .twoColumn .cta .ctaCenter {
    position: static;
    padding-top: 50px;
    padding-bottom: 50px;
    top: auto;
    transform: none;
    float: left;
    width: 100%; }

  #contentBlocks .threeColumn .cta .ctaCenter {
    position: static;
    padding-top: 50px;
    padding-bottom: 50px;
    top: auto;
    transform: none;
    float: left;
    width: 100%; }

  #contentBlocks .fourColumn .cta .ctaCenter {
    position: static;
    padding-top: 50px;
    padding-bottom: 50px;
    top: auto;
    transform: none;
    float: left;
    width: 100%; }

  #header .navbar-header ul {
    float: none !important; } }
@media only screen and (max-width: 670px) {
  #rotator .slides li .container .rotatorCaption {
    position: static;
    width: 100% !important;
    background: #871811; }

  #rotator .slides li .container {
    padding: 0 !important;
    width: 100% !important; }

  #pageHeader h1 {
    font-size: 30px; } }
@media only screen and (max-width: 475px) {
  #second .secondCta .secondImg .text {
    position: static;
    height: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 30px 34px 30px 15px;
    float: left;
    width: 100%; } }

/*# sourceMappingURL=style.css.map */


/* ################ */
.soc-footer-link
{
  display: inline-block;
}
.soc-footer-link .fa
{
  font-size: 23px;
  width: 25px;
  height: 25px;
}

.soc-footer-link i:not(.fa)
{
  display: none;
}

footer
{
  padding-bottom: 180px;
}

footer ul
{
  padding: 0;
}

footer ul li a {
    display: inline-block;
    margin-left: 0px;
}