/*
Theme Name: Avista
Author: Avista
Description: Wordpess responsive theme.
Version: 1.0.1
 */
/*-------------------------------------------------------------------------*/
/*	1. Globally Applied Styles */
/*-------------------------------------------------------------------------*/
@font-face {
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	src: local('Roboto'), local('Roboto-Regular'), url(//avista-haustechnik.de/wp-content/uploads/sgf-css/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2'), url(//avista-haustechnik.de/wp-content/uploads/sgf-css/KFOmCnqEu92Fr1Mu7GxM.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Roboto Condensed";
	font-weight: 300;
	font-style: normal;
	src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(//avista-haustechnik.de/wp-content/uploads/sgf-css/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYb9lecyVC4A.woff2) format('woff2'), url(//avista-haustechnik.de/wp-content/uploads/sgf-css/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYaQ.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-style: normal;
	src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(//avista-haustechnik.de/wp-content/uploads/sgf-css/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DQk6YvNkeg.woff2) format('woff2'), url(//avista-haustechnik.de/wp-content/uploads/sgf-css/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7Cw.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-style: normal;
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(//avista-haustechnik.de/wp-content/uploads/sgf-css/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb9lecyVC4A.woff2) format('woff2'), url(//avista-haustechnik.de/wp-content/uploads/sgf-css/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYaQ.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
  min-width: 320px;
}

p{
	font-weight: 200;
}

/*	Resets	*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, header, footer, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

a img {
  border: 0;
}

figure {
  position: relative;
}

figure img {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/*-------------------------------------------------------------------------*/
/*	2.	Header Styles */
/*-------------------------------------------------------------------------*/
.header .container {
  position: relative;
  z-index: 50;
}
.header .menu-icon__toggle {
  display: none;
}

.header__i {
  padding: 35px 70px;
  background-color: #FFF;
  position: absolute;
  left: -70px;
}
.header__i:after {
  content: "";
  display: block;
  clear: both;
}
.header__i:before {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
}

.header__logo {
  display: inline-block;
  vertical-align: middle;
}

.header__nav {
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
}
.header__nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.header__nav .menu > li {
  display: inline-block;
  margin: 0 5px;
  list-style: none;
  vertical-align: middle;
}
.header__nav .menu > li.menu-item-has-children {
  position: relative;
}
.header__nav .menu > li > a {
  font-size: 16px;
  line-height: 20px;
  color: #838383;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.header__nav .menu > li > a:hover {
  color: #a72331;
  text-decoration: none;
}
.header__nav .menu li.current-menu-item > a {
  color: #a72331;
}
.header__nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 10px 20px;
  top: 68px;
  background-color: #FFF;
  left: -15px;
  min-width: 150px;
}
.header__nav .sub-menu li {
  margin: 3px 0;
}
.header__nav .sub-menu li a {
  font-size: 14px;
  line-height: 18px;
  color: #838383;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.header__nav .sub-menu li a:hover {
  color: #a72331;
  text-decoration: none;
}

.cbp-af-header {
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cbp-af-header .header__i {
  position: relative;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.cbp-af-header-shrink {
  background-color: #FFF;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
.cbp-af-header-shrink .header__i {
  padding: 20px 70px;
}

/* Scroll down animation */
@-webkit-keyframes scroll-inner {
  from {
    margin-top: 15%;
  }
  to {
    margin-top: 50%;
  }
}
@keyframes scroll-inner {
  from {
    margin-top: 15%;
  }
  to {
    margin-top: 50%;
  }
}
@-webkit-keyframes scroll-mouse {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 15px;
  }
}
@keyframes scroll-mouse {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 15px;
  }
}
div.mouse-container {
  position: absolute;
  display: block;
  height: 50px;
  left: 0;
  width: 100%;
  bottom: 50px;
  z-index: 20;
}

div.mouse {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 24px;
  height: 38px;
  border: solid 2px #fff;
  border-radius: 20px;
  -webkit-animation: scroll-mouse 1.5s;
  animation: scroll-mouse 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
div.mouse a {
  display: block;
  height: 100%;
}
div.mouse span.scroll-down {
  display: block;
  width: 3px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin: 15% auto auto auto;
  -webkit-animation: scroll-inner 1.5s;
  animation: scroll-inner 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* -- */
/*-------------------------------------------------------------------------*/
/*	3.	Main Content Styles */
/*-------------------------------------------------------------------------*/
.main-slider-wrap {
  overflow: hidden;
  position: relative;
}

.main-slider .slide {
  height: 100vh;
  min-height: 600px;
  width: 100%;
  position: relative;
  outline: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.main-slider .slide .slide__image{
  display: none;
}
.main-slider .slide__i {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 120px;
  z-index: 1;
}
.main-slider .slide__text {
  width: 490px;
  color: #fff;
  background-color: #a72331;
  padding: 40px;
}

.slider-nav {
  width: 220px;
  background: #FFF;
}
.slider-nav:after {
  content: "";
  display: block;
  clear: both;
}

.slider-nav__left {
  width: 50%;
  display: block;
  float: left;
  position: relative;
  height: 60px;
  outline: none;
}
.slider-nav__left:after {
  content: "";
  display: block;
  width: 51px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -8px;
  background-image: url(img/slider-nav.png);
  background-position: -5px -5px;
}
.slider-nav__left:hover:after {
  background-position: -5px -32px;
}

.slider-nav__right {
  width: 50%;
  float: right;
  display: block;
  position: relative;
  height: 60px;
  outline: none !important;
}
.slider-nav__right:after {
  content: "";
  display: block;
  width: 51px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -8px;
  background-image: url(img/slider-nav.png);
  background-position: -5px -59px;
}
.slider-nav__right:hover:after {
  background-position: -66px -5px;
}

.slide__text .title {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.slide__text .text {
  color: #fff;
}
.slide__text .link {
  margin-top: 20px;
}

h1 {
  font-size: 40px;
  line-height: 40px;
  color: #0c0c0c;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

h2 {
  font-size: 36px;
  line-height: 40px;
  color: #0c0c0c;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0c0c0c;
  margin-bottom: 20px;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0c0c0c;
  margin-bottom: 15px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #838383;
  margin-bottom: 5px;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

p.justify {
  text-align: justify;
}

.button {
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  min-width: 200px;
  text-align: center;
  line-height: 35px;
  padding: 15px 50px;
  text-transform: uppercase;
  background-color: #a72331;
}
.button:hover, .button:focus {
  color: #FFF;
  outline: none;
  text-decoration: none;
  background-color: #B63240;
}

.button--white {
  background-color: #FFF;
  color: #373737;
}
.button--white:hover, .button--white:focus {
  color: #a72331;
  background-color: rgba(255, 255, 255, 0.8);
}

ul.list {
  margin: 0 0 20px 0;
}
ul.list li {
  margin-bottom: 5px;
  list-style-position: inside;
}

ol.list {
  margin: 0 0 20px 0;
}
ol.list li {
  margin-bottom: 5px;
  list-style-position: inside;
}

.parallax {
  background: none;
}

.fullwidth-sect {
  padding: 150px 0;
}

.fullwidth-sect.sect3 {
  padding: 0 0 150px 0;
}

.intro-sect {
  padding: 150px 0 0 0;
}

.sect1__i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sect1__img {
  width: 577px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sect1__content {
  width: 475px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content-sect .sect1__img {
  width: 40%;
}
.content-sect .sect1__content {
  width: 55%;
}
.content-sect p {
  color: #000;
}
.content-sect ul{
	padding-left: 20px;
}

.hero-image {
  margin-bottom: 150px;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-image .container {
  height: 100%;
  position: relative;
}

.hero-image__text {
  background: #a72331;
  padding: 55px 60px;
  color: #fff;
  width: 550px;
  position: absolute;
  bottom: -150px;
  left: 0;
}
.hero-image__text h2 {
  color: #fff;
  margin-bottom: 50px;
}
.hero-image__text h5 {
  color: #b6b6b6;
}
.hero-image__text p {
  letter-spacing: 0.5px;
}

.hero-image__text--right {
  left: initial;
  left: auto;
  right: 0;
}

.articles .article {
  margin: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articles .article:nth-child(even) .article__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.articles .article:nth-child(even) .article__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.article__image {
  width: 577px;
}

.article__text {
  width: 475px;
}

.main-banner {
  position: relative;
  height: 730px;
}

.banner__text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.banner__text h1 {
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 55px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.team-member {
  width: 343px;
  margin: 25px;
  position: relative;
}

.member__photo {
  margin-bottom: 30px;
  border-right: 7px solid #a72331;
}
.member__photo img {
  display: block;
  margin-right: 3px;
}

.member__name {
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  color: #a72331;
  font-weight: bold;
  margin-bottom: 3px;
  padding-right: 60px;
  letter-spacing: 0.5px;
}

.member__position {
  font-size: 22px;
  color: #8b8b8b;
  padding-right: 60px;
  letter-spacing: 0.5px;
}

.member__email {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.sidebar-sect__i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-sect__i .sidebar {
  width: 360px;
}
.sidebar-sect__i .content {
  width: 660px;
}
.sidebar-sect__i .content--fullwidth {
  width: 100% !important;
}

.sidebar p {
  margin-bottom: 20px;
}

.page-id-16 .content-wrap {
  -webkit-box-shadow: 0px 1px 3px #eee;
  box-shadow: 0px 1px 3px #eee;
}

div.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
}
div.wpcf7 input[type="text"], div.wpcf7 input[type="email"], div.wpcf7 input[type="number"], div.wpcf7 input[type="tel"], div.wpcf7 textarea {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  outline: none;
  border: 1px solid #838383;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.wpcf7 input[type="text"]:focus, div.wpcf7 input[type="email"]:focus, div.wpcf7 input[type="number"]:focus, div.wpcf7 input[type="tel"]:focus, div.wpcf7 textarea:focus {
  border-color: #CD1618;
}
div.wpcf7 textarea {
  height: 250px;
  padding: 10px 15px;
  resize: none;
}
div.wpcf7 p {
  margin-bottom: 15px;
}
div.wpcf7 input[type="submit"] {
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.wpcf7-response-output {
  text-align: center;
  line-height: 18px;
  font-size: 16px;
  color: #000;
  margin: 10px 0 0 0;
  padding: 15px;
  clear: both;
  text-align: center;
  font-weight: 500;
}

.wpcf7-not-valid {
  background: #F3C6BB !important;
}

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

div.wpcf7-validation-errors {
  border: 1px solid #f7e80c;
  background-color: #f7e80c;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #51ca1d;
  background-color: #51ca1d;
}

#error404 {
  text-align: center;
  padding: 170px 0 110px 0;
}

#error404 .title-link {
  font-size: 16px;
}

#error404 h1 {
  font-size: 150px;
  line-height: 160px;
  color: #99A7AF;
  margin: 30px 0 10px 0;
}

#error404 h3 {
  color: #CD1109;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

#error404 p {
  margin: 0;
}

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.tcon > * {
  display: block;
}

.tcon:hover, .tcon:focus {
  outline: none;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000;
  position: relative;
}

.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 3px;
  width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
  transform-origin: 2.85714px center;
  width: 100%;
}

.tcon-menu__lines::before {
  top: 6px;
}

.tcon-menu__lines::after {
  top: -6px;
}

.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xbutterfly {
  width: auto;
}

.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top .3s .6s ease, -webkit-transform .3s ease;
  -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  transition: top .3s ease, -webkit-transform .3s .5s ease;
  -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
  width: 30px;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.content .ff-stream {
  padding-top: 0;
}

/*-------------------------------------------------------------------------*/
/*	4.	Footer Styles */
/*-------------------------------------------------------------------------*/
.contact-widget {
  margin-top: 150px;
  height: 700px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact-widget__block {
  background: #a72331;
  padding: 70px 50px;
  color: #fff;
  width: 550px;
  position: relative;
  top: -150px;
  float: right;
}

.home .contact-widget__block {
  float: left;
}

.contact-widget__label {
  font-size: 16px;
  line-height: 20px;
  color: #b6b6b6;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contact-widget__title {
  color: #FFF;
  font-size: 36px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-widget__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.contact-widget__cta {
  margin-top: 30px;
}

.footer-widgets {
  padding: 90px 0;
}

.footer-widget h4 {
  font-size: 16px;
  line-height: 20px;
  color: #373737;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer-widgets__i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-nav ul {
  margin: 0;
  padding: 0;
}
.widget-nav li {
  list-style: none;
}
.widget-nav a {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #373737;
}
.widget-nav a:hover {
  color: #a72331;
}

.widget-contact p {
  font-size: 14px;
  line-height: 20px;
  color: #373737;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}

p.contact {
  margin-bottom: 0;
}
p.contact a {
  color: #373737;
}
p.contact span {
  display: inline-block;
  min-width: 70px;
}

.widget-social a {
  font-size: 35px;
  color: #979797;
}
.widget-social a:hover {
  color: #a72331;
}

.footer {
  padding: 20px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #373737;
  letter-spacing: 0.3px;
}
.footer a {
  color: #373737;
}
.footer a:hover {
  color: #a72331;
}

.footer__copyright {
  float: left;
}

.footer__link {
  float: right;
}

/*-------------------------------------------------------------------------*/
/*	5.	Responsive */
/*-------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}
@media (max-width: 1199px) {
  .header__nav {
    margin-left: 50px;
  }

  .header__nav .menu > li > a {
    padding: 8px;
  }

  .header__i {
    padding: 35px;
    left: -35px;
  }

  .cbp-af-header-shrink .header__i {
    padding: 20px 35px;
  }

  .fullwidth-sect {
    padding: 100px 0;
  }

  .fullwidth-sect.sect3 {
    padding: 0 0 50px 0;
  }

  .intro-sect {
    padding: 100px 0 0 0;
  }

  h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  h5 {
    line-height: 16px;
    margin-bottom: 3px;
  }

  p {
    margin-bottom: 25px;
  }

  .button {
    line-height: 25px;
    padding: 15px 30px;
  }

  .hero-image {
    height: 500px;
  }

  .contact-widget {
    height: 500px;
  }

  .hero-image__text h2 {
    margin-bottom: 30px;
  }

  .contact-widget__block, .hero-image__text {
    padding: 50px 45px;
  }

  .footer-widgets {
    padding: 70px 0;
  }

  .team-list {
    margin: 0 -20px;
  }

  .team-member {
    width: 295px;
    margin: 20px;
  }

  .member__name {
    font-size: 20px;
  }

  .member__position {
    font-size: 18px;
  }

  .sidebar-sect__i .content {
    width: 550px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect1__img {
    width: 480px;
  }

  .sect1__content {
    width: 450px;
  }

  .article__image {
    width: 450px;
  }

  .main-banner {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .menu li.current_page_ancestor > a {
    color: #a72331;
  }

  .header__nav {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .header .container {
    width: 100%;
  }

  .header__i {
    padding: 20px;
    left: 0;
    width: 100%;
  }

  .cbp-af-header-shrink .header__i {
    padding: 20px;
  }

  .header__nav {
    display: none;
    margin-left: 0;
    float: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    top: 80px;
    width: 100%;
    left: 0;
    padding: 25px 15px;
  }

  .header__nav .menu > li {
    display: block;
    margin: 5px 0;
    text-align: center;
  }

  .header__nav .menu > li > a {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .header__nav .sub-menu {
    display: block !important;
    position: static;
    padding: 0;
    top: 0;
    margin-bottom: 10px;
    background-color: transparent;
    left: 0;
    min-width: 0;
  }

  .header__nav .sub-menu li {
    margin: 3px 0;
  }

  .header__nav .sub-menu li a {
    font-size: 15px;
    color: #fff;
  }

  .header__nav li.current-menu-item > a {
    font-weight: bold;
    color: #a72331;
  }

  .header .menu-icon__toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
  }

  .main-slider .slide__text {
    width: 450px;
    padding: 25px;
  }

  .slide__text .title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .slider-nav__left, .slider-nav__right {
    height: 50px;
  }

  .slider-nav {
    width: 200px;
  }

  .slider-nav__right:after {
    left: 20px;
  }

  .slider-nav__left:after {
    left: 20px;
  }

  div.mouse-container {
    bottom: 20px;
  }

  .main-slider .slide__i {
    bottom: 90px;
  }

  .main-slider .slide {
    min-height: 500px;
  }

  .sect1__i, .articles .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sect1__img, .content-sect .sect1__img {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sect1__content, .content-sect .sect1__content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .article__image {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }

  .article__text {
    width: 100%;
  }

  .articles .article:nth-child(even) .article__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .articles .article:nth-child(even) .article__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer-widgets {
    padding: 50px 0 30px 0;
  }

  .main-banner {
    height: 500px;
  }

  .member__photo {
    margin-bottom: 15px;
    border-right: 5px solid #a72331;
  }

  .team-list {
    margin: 0 -10px;
  }

  .team-member {
    width: 235px;
    margin: 20px 10px;
  }

  .member__name {
    font-size: 17px;
    padding-right: 40px;
    line-height: 20px;
  }

  .member__position {
    font-size: 18px;
    padding-right: 40px;
  }

  .member__email {
    bottom: 20px;
    width: 27px;
  }

  .sidebar-sect__i .content {
    width: 100%;
  }

  .sidebar-sect__i {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sidebar-sect__i .sidebar {
    width: 100%;
    margin-top: 70px;
  }

  .banner__text h1 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .wow {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .header__i {
    padding: 15px;
  }

  .cbp-af-header-shrink .header__i {
    padding: 15px;
  }

  .header .menu-icon__toggle {
    top: 15px;
  }

  .main-slider .slide__i {
    padding: 0 15px;
  }

  .header__nav {
    top: 70px;
    padding: 20px 15px;
  }

  .fullwidth-sect {
    padding: 50px 15px;
  }

  .fullwidth-sect.sect3 {
    padding: 0 15px 30px 15px;
  }

  .intro-sect {
    padding: 50px 15px 0 15px;
  }

  .hero-image {
    height: 400px;
  }

  .hero-image .container {
    margin: 0 15px;
  }

  .hero-image__text {
    padding: 45px 40px;
    width: 100%;
  }

  .slide__text .title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  h1 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  p {
    margin-bottom: 20px;
  }

  .contact-widget__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .article__image {
    margin-bottom: 30px;
  }

  .contact-widget__block, .hero-image__text {
    padding: 45px 40px;
    width: 100%;
  }

  .contact-widget .container {
    margin: 0 15px;
  }

  .footer-widgets {
    padding: 50px 15px 35px 15px;
  }

  .footer-widgets__i {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .widget-logo {
    text-align: center;
    margin-bottom: 25px;
  }

  .widget-nav {
    text-align: center;
  }

  .footer-widget h4 {
    margin-bottom: 10px;
  }

  .widget-contact {
    text-align: center;
    margin: 25px 0;
  }

  .widget-social {
    text-align: center;
  }

  .footer {
    padding: 15px;
  }

  .main-banner {
    height: 400px;
  }

  .team-list {
    margin: 0 -3%;
  }

  .team-member {
    width: 44%;
    margin: 15px 3%;
  }

  .member__photo {
    border-right: 3px solid #a72331;
  }

  div.wpcf7 textarea {
    height: 200px;
  }

  .sidebar-sect__i .sidebar {
    margin-top: 50px;
  }

  .banner__text h1 {
    font-size: 45px;
  }
}
@media (max-width: 599px) {
  .main-slider .slide {
    min-height: 0;
    height: auto;
    padding-top: 70px;
    background-image: none !important;
  }
  .main-slider .slide .slide__image{
    display: block;
  }
  .main-slider .slide__i {
      bottom: 0;
      position: relative;
      margin-top: -50px;
      z-index: 10;
  }
  .articles .article {
    margin: 70px 0;
  }

  .contact-widget__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .contact-widget__block, .hero-image__text {
    padding: 35px 30px;
  }

  .button {
    line-height: 20px;
    padding: 14px 25px;
    min-width: 150px;
    font-size: 14px;
  }

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

  .banner__text h1 {
    font-size: 40px;
  }
  div.mouse-container{
    display: none;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .header__logo {
    width: 150px;
  }

  .header .menu-icon__toggle {
    top: 11px;
    right: 15px;
  }

  .header__nav {
    top: 58px;
  }

  .header__nav .menu > li > a {
    font-size: 16px;
    padding: 5px;
  }

  .header__nav .sub-menu li a {
    font-size: 13px;
    padding: 1px;
    line-height: 15px;
  }

  .main-slider .slide__text {
    width: 100%;
    padding: 20px;
  }

  .main-banner {
    height: 300px;
  }

  .contact-widget__block, .hero-image__text {
    padding: 28px 22px;
  }

  .hero-image__text h2 {
    margin-bottom: 15px;
  }

  .team-list {
    margin: 0;
  }

  .team-member {
    width: 100%;
    margin: 15px 0;
  }

  div.wpcf7 textarea {
    height: 150px;
  }

  .banner__text h1 {
    font-size: 35px;
    letter-spacing: 1px;
  }
  .main-slider .slide {
    padding-top: 57px;
  }
  .slide__text .title {
    font-size: 22px;
    line-height: 25px;
  }
  .slide__text .text {
    font-size: 15px;
    line-height: 22px;
  }
}

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