/*
Template Name: Exploration.io
Description: Media and Technology
Author: Rafael
Contributor: Tiny Ramirez
Version: 1.0
*/

/* ==================================================================

 * Table of Contents:
 *
 * 1.0 - Fonts
 * 2.0 - General
 * 3.0 - Navigation
 * 4.0 - Homepage
 * 5.0 - Slider
 * 6.0 - Blocks
 * 7.0 - Software
 * 8.0 - Sales
 * 9.0 - Learn
 * 10.0 - News
 * 11.0- Services
 * 12.0- About Us
 * 13.0- Surveys
 * 14.0- Contact
 * 15.0- Newsletter
 * 16.0- Footer
 * 17.0- Other


================================================================== */


/* ==================================================================
                              FONTS
================================================================== */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400');

/* ==================================================================
                             GENERAL
================================================================== */
html {
  min-height: 100%;
}

.es {
  display: none;
}

html[lang='es'] .es {
  display: block;
}

html[lang='es'] .en {
  display: none;
}

body {
  font-family: 'Montserrat','Nunito Sans';
  background: #fff;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:active,
a:hover,
a:focus ,
a:link {
  color: #0d0d0d;
  outline: 0 none;
  text-decoration: none;
}

a {
  color: #0d0d0d;
}

ol,
ul {
  margin: 0;
  padding: 0;
  color: #0d0d0d;
  list-style: none;
}

a.button, button {
  background:#f62500;
  border:none;
  color: white;
  border-radius: 4px;
}

a.button {
  padding: 10px 30px;
  float: right;
  margin-left: 10px;
}

h1 {
  font-weight: bold;
  font-size: 3em;
  letter-spacing: -1px;
  color: #0d0d0d;
  margin: 0;
  line-height: 1;
}

h2 {
  font-size: 1.5em;
  color: #0d0d0d;
  margin-bottom: 40px;
  margin-top: 15px;
}

.no-margin {
  margin: 0
}

h3 {
  font-size: 1.35em;
  color: #0d0d0d;
  font-weight: bold;
  margin-bottom: 25px;
}

p {
  color: #2b2b2b;
  font-size: 1em;
}

img {
  width: 100%;
  display: block;
}

section:before,
section:after {
  content: " ";
  display: table;
}

section:after {
  clear: both;
}

select {
  background: transparent;
  border: none;
}

select:focus {
  outline: none;
}

.social-img {
  width: 50%;
  display: block;
}

.social-img-med {
  width: 40%;
  display: block;
}

.deezer {
  padding-top: 20px;
}

.social-logos {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 468px) {
  .social-logos .row {
    padding-bottom: 40px;
  }

  .less-padding {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 468px) {
  .social-logos .row {
    padding-bottom: 0px;
  }

  .social-img {
    padding-bottom: 30px;
  }

  .less-padding {
    padding-bottom: 10px;
  }
}

.border-curved {
  border-radius: 25px;
}

.previous-post {
  color: white;
  background-color: #FF0000;
  padding: 10px 25px;
  border-radius: 5px;
}

.next-post {
  color: white;
  background-color: #FF0000;
  padding: 5px 10px;
  border-radius: 5px;
}

/* ==================================================================
                            NAVIGATION
================================================================== */

.main-nav-wrapper {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.home-template .main-nav-wrapper {
  position: absolute;
  border-bottom: none;
}

.main-nav-wrapper .navbar-header {
  float: none;
  margin-top: 45px;
  margin-bottom: 45px;
}

.main-nav-wrapper .navbar-left .logo {
  display: block;
  height: 100%;
  float: left;
}

.main-nav-wrapper .navbar-left .logo img {
  width: 275px;
}

.main-nav-wrapper .navbar-right {
  margin-right: 0;
}

.main-nav-wrapper .navbar-right a.hamburger-button {
  position: relative;
  float: right;
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
  border: none;
  padding: 0;
}

.main-nav-wrapper .navbar-right .icon-bar {
  display: block;
  background-color: #0d0d0d;
  width: 30px;
  height: 3px;
  border-radius: 1px;
}

.main-nav-wrapper .navbar-right .icon-bar+.icon-bar {
  margin-top: 6px;
}

.main-nav-wrapper .navbar-right .navbar-list {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav-wrapper .navbar-right .navbar-list a {
  text-decoration: none;
  padding: 3px 5px;
  margin-right: 60px;
  line-height: 1em;
  font-size: 1em;
  display: block;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  color:#0d0d0d;
  font-family: 'montserrat';
  font-weight: 600;
}

.main-nav-wrapper .navbar-right .navbar-list li a:hover {
  color: #f62500;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

.main-nav-wrapper .navbar-right .navbar-list li {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
}

.main-nav-wrapper .navbar-right .navbar-list li.select {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin-right: 60px;
  white-space: nowrap;
}

.main-nav-wrapper .navbar-right .navbar-list li.join {
  height: 40px;
}

.main-nav-wrapper .navbar-right .navbar-list li.join a {
  padding: 12px 30px;
  border-radius: 4px;
  background: #f62500;
  color: white;
  margin: 0px;
}

.main-nav-wrapper .navbar-right .navbar-list li.join a {
  background: #f62500;
  color: white;
  margin: 0px;
}

.main-nav-wrapper .navbar-nav a.hamburger-button {
  padding: 5px 25px;
}

#mobile-nav-wrapper:not(.mm-menu) {
  display: none;
}

#mobile-nav-wrapper li.join a {
  background: #f62500;
  color: white;
}

@media only screen and (max-width: 1200px) {
  .main-nav-wrapper .navbar-left .logo img {
      width: 250px;
  }

  .main-nav-wrapper .navbar-right .navbar-list a {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .main-nav-wrapper .navbar-right a.hamburger-button {
    display: block;
  }

  .main-nav-wrapper .navbar-header {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main-nav-wrapper .navbar-header {
    float: none;
  }

  .main-nav-wrapper .navbar-right .navbar-list {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .main-nav-wrapper .navbar-right a.hamburger-button {
    display: none;
  }

  .main-nav-wrapper .navbar-right .navbar-list {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .main-nav-wrapper .navbar-header {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 468px) {
  .main-nav-wrapper .navbar-left .logo img {
    width: 180px;
  }

  .main-nav-wrapper .nav li a {
    margin-left: 15px;
  }
}


/* ==================================================================
                              HOME PAGE
================================================================== */

.intro-header  {
  position: relative;
  height: 40vh;
  z-index: 1;
}

.intro-header .flexslider .slides-img  {
  background-position: center 55%;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}

.intro-header .intro-header-text {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
}

.intro-header .intro-header-text-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  -webkit-transform: translateY(-50%);
}

.intro-header .intro-header .heading {
  text-align: center;
  color: #0d0d0d;
  padding-top: 50px;
}

.intro-header .heading h1{
  margin-top: 0;
  font-size: 4.2em;
  letter-spacing: -3.5px;
  font-weight: bold;
  color: #0d0d0d;
  font-family: 'Montserrat';
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
}

.intro-header .heading button {
  padding: 18px 45px;
  font-size: 18px;
  letter-spacing: 0.8px;
  margin-top: 30px;
}

@media only screen and (min-width: 991px) and (max-width: 1400px){
  .intro-header .heading h1{
    font-size: 3.2em;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px){
  .intro-header .heading h1 {
    font-size: 2.8em;
  }
}

@media only screen and (min-width: 468px) and (max-width: 768px){
  .intro-header .heading h1{
    font-size: 2.5em;
  }
}

@media only screen  and (max-width: 468px) {
  .intro-header .heading h1 {
    font-size: 2em;
  }
}

/* ==================================================================
                         SLIDER (HOME PAGE)
================================================================== */

.intro-header .flex-container a:hover,
.intro-header .flex-slider a:hover {
  outline: none;
}

.intro-header .slides,
.intro-header .slides > li,
.intro-header .flex-control-nav,
.intro-header .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro-header .flexslider {
  margin: 0;
  padding: 0;
  height: 100%;
}

.intro-header .flexslider ul{
   height: 100%;
}

.intro-header .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  height: 100%;
}

.intro-header .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .intro-header .flexslider .slides {
  display: block;
}

* html .intro-header .flexslider .slides {
  height: 1%;
}

.no-js .intro-header .flexslider .slides > li:first-child {
  display: block;
}

.intro-header .flexslider {
  position: relative;
  zoom: 1;
}

.intro-header .flexslider:before {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 3;
}

.intro-header .flexslider .slides {
  zoom: 1;
}

.intro-header .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* ==================================================================
                           BLOCKS (HOME PAGE)
================================================================== */
.section-pages {
  width:100%;
}

.section-pages p {
  font-size: 1.1em;
  color: #2b2b2b;
  margin-top: 22px;
}

.section-pages a {
  font-size: 1.1em;
  margin-top: 22px;
}

.section-pages a.btn {
  background:#f62500;
  border:none;
  color: white;
  border-radius: 4px;
  padding: 10px 30px;
}

.section-pages .row {
  padding: 80px 45px;
  display: flex;
  align-items:center;
}

.section-pages img.shrink-med {
  max-width: 90%;
  max-height: 90%;
}

.section-pages img.shrink {
  max-width: 70%;
  max-height: 90%;
}

.section-pages img.curved {
  border-radius: 5px;
}

.section-pages img.shadow {
  filter: brightness(120%);
  filter: contrast(120%);
  filter: drop-shadow(2px 2px 2px #666666);
}

.section-features {
  min-height: 100%;
  padding: 80px;
  background-color: #0d0d0d;
}

.section-features .block-features {
  text-align: center;
  padding: 0 25px;
}

.section-features .block-features h2 {
  font-size: 1.5em;
  color: #f9f9f9;
  font-weight: 600;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
}

.section-features .block-features .features-padding-bottom {
  padding-bottom: 26px;
}

.section-features .block-features .features-icon {
  font-size: 2em;
  display: block;
  padding-bottom: 20px;
}

.section-features .block-features p {
  color: #f9f9f9;
}

.section-social-proof {
  min-height: 100%;
  padding: 80px;
}


.section-social-proof .block-social-proof {
  text-align: center;
  padding: 0 25px;
}

.section-social-proof .block-social-proof h2 {
  font-size: 2.8em;
  color: black;
  font-weight: 600;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
}

.section-social-proof .block-social-proof p {
  color: black;
}

@media only screen and (min-width:48rem) {
	.exploration-mobile {
		display: none!important
	}
}

@media only screen and (max-width:49rem) {
	.exploration-desktop {
		display: none!important
	}
}

google-translate-element {
  width: 100%;
  line-height: none;
}

.google-translate-icon {
  font-size: 2rem;
}

.exploration-banner {
	position: fixed;
	width: 100%;
  height: 50px;
	padding: 15px;
	bottom: 0;
	right: 0;
	background-color:#f62500;
	color: white;
	text-align: center;
	font-weight: 500;
	z-index: 10;
}

.exploration-banner-button {
	color: black;
	font-size: .688rem;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 25px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	background-color: white;
	z-index: 1;
	-webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1);
	transition: all .2s cubic-bezier(.02, .01, .47, 1);
}

.exploration-banner-button:hover {
	color: black;
}

.exploration-banner__mobile {
	position: fixed;
	width: 100%;
	padding: 10px;
	bottom: 0;
	right: 0;
	background-color: #f62500;
	color: white;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	z-index: 10;
}

.exploration-banner-button__mobile {
	color: black;
	font-size: .688rem;
	padding: 5px 12px;
	font-size: 11px;
	display: block;
	margin: auto;
	width: 50%;
	font-weight: 600;
	border: 1px solid white;
	border-radius: 2px;
	background-color: white;
	z-index: 1;
	-webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1);
	transition: all .2s cubic-bezier(.02, .01, .47, 1);
}

.section-block {
  position: relative;
  z-index: 3;
}

.section-block .block{
  background: #f8f8f8;
  position: relative;
  width: 100%;
  overflow:hidden;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
}

.section-block .block-text {
  padding-left: 40px;
  position: absolute;
  width: 40%;
  top: 20%;
}

.section-block .block-text h2 {
  font-size: 2.3em;
  color: #0d0d0d;
  font-family: 'Nunito Sans';
  font-weight: 300;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
}

.section-block a:hover h2 {
   color: #f62500;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
}

.section-block a:hover .block {
  box-shadow: 2px 10px 15px rgba(0,0,0,0.045), 0 0px 6px rgba(0,0,0,0.2)
}

.section-block .block-text p {
  font-size: 1.1em;
  color: #2b2b2b;
  margin-top: 22px;
}

.section-block img.double {
  position: absolute;
  top:0;
  display: block;
}

.section-block ul > li, .section-block ul > li {
  margin-bottom: 10px;
}

.section-block ul > li:before, .section-block ul > li:before {
  content: "";
  margin-right: 15px;
  color: #f62500;
  width: 15px;
  height: 2px;
  background: #f62500;
  display: inline-block;
  vertical-align: middle;
}

.section-top:before, .section-top:after,
.section-bottom:before, .section-bottom:after {
  content: " ";
  display: table;
}
.section-top:after,.section-bottom:after {
  clear: both;
}

@media only screen and (max-width: 468px) {
  .section-block .block-text {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .section-block .block-text {
    font-size: 2vw;
  }
}

@media only screen and (min-width: 992px) {
  .section-block .section-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-block .section-top{
    padding-top: 10px;
  }

  .section-block .left-top-block,
  .section-block .left-bottom-block {
    padding-right: 5px;
  }

  .section-block .right-top-block,
  .section-block .right-bottom-block {
    padding-left: 5px;
  }

}

@media only screen and (max-width: 991px) {
  .section-block .section-top .left-top-block,
  .section-block .section-top .right-top-block {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .section-block .section-bottom .right-bottom-block,
  .section-block .section-bottom .left-bottom-block {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1400px) {
  .section-block .block-text h2 {
    font-size: 2em;
  }
  .section-block .block-text p {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 467px) and (max-width: 991px){
  .section-block .block-text h2 {
    font-size: 2.6em;
    color: #0d0d0d;
  }
  .section-block .block-text p {
    font-size: 1.1em;
    color: #2b2b2b;
    margin-top: 22px;
  }
}

@media only screen and (max-width: 467px) {
  .section-block .block-text h2 {
    font-size: 3.5em;
  }
  .section-block .block-text p {
    font-size: 1.65em;
  }
}

/* ==================================================================
                           BLOCKS (OTHER PAGES)
================================================================== */

.section-block-pages {
  position: relative;
  z-index: 3;
}

.section-block-pages .block{
  background: #f8f8f8;
  position: relative;
  width: 100%;
  height: 800px;
  overflow:hidden;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
}

.section-block-pages .block-text {
  padding-left: 40px;
  position: absolute;
  width: 40%;
  top: 10%;
}

.section-block-pages .block-text h2 {
  font-size: 2.3em;
  color: #0d0d0d;
  font-family: 'Nunito Sans';
  font-weight: 300;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
}

'
.section-block-pages a:hover h2 {
   color: #f62500;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
}

.section-block-pages a:hover .block {
  box-shadow: 2px 10px 15px rgba(0,0,0,0.045), 0 0px 6px rgba(0,0,0,0.2)
}

.section-block-pages .block-text p {
  font-size: 1.1em;
  color: #2b2b2b;
  margin-top: 22px;
}

.section-block-pages img.double {
  position: absolute;
  top:0;
  display: block;
}

.section-block-pages img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-block-pages ul > li, .section-block ul > li {
  margin-bottom: 10px;
}

.section-block-pages ul > li:before, .section-block ul > li:before {
  content: "";
  margin-right: 15px;
  color: #f62500;
  width: 15px;
  height: 2px;
  background: #f62500;
  display: inline-block;
  vertical-align: middle;
}

.section-top:before, .section-top:after,
.section-bottom:before, .section-bottom:after {
  content: " ";
  display: table;
}
.section-top:after,.section-bottom:after {
  clear: both;
}

@media only screen and (max-width: 468px) {
  .section-block-pages .block-text {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .section-block-pages .block-text {
    font-size: 2vw;
  }
}

@media only screen and (min-width: 992px) {
  .section-block-pages .section-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-block-pages .section-top{
    padding-top: 10px;
  }

  .section-block-pages .left-top-block,
  .section-block-pages .left-bottom-block {
    padding-right: 5px;
  }

  .section-block-pages .right-top-block,
  .section-block-pages .right-bottom-block {
    padding-left: 5px;
  }

}

@media only screen and (max-width: 991px) {
  .section-block-pages .section-top .left-top-block,
  .section-block-pages .section-top .right-top-block {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .section-block-pages .section-bottom .right-bottom-block,
  .section-block-pages .section-bottom .left-bottom-block {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1400px) {
  .section-block-pages .block-text h2 {
    font-size: 2em;
  }
  .section-block-pages .block-text p {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 467px) and (max-width: 991px){
  .section-block-pages .block-text h2 {
    font-size: 2.6em;
    color: #0d0d0d;
  }
  .section-block-pages .block-text p {
    font-size: 1.1em;
    color: #2b2b2b;
    margin-top: 22px;
  }
}

@media only screen and (max-width: 467px) {
  .section-block-pages .block-text h2 {
    font-size: 3.5em;
  }
  .section-block-pages .block-text p {
    font-size: 1.65em;
  }
}

/* ==================================================================
                                SERVICES
================================================================== */

.section-software ul > li, .section-services ul > li {
  margin-bottom: 35px;
}

.section-software ul > li:before, .section-services ul > li:before {
  content: "";
  margin-right: 15px;
  color: #f62500;
  width: 15px;
  height: 2px;
  background: #f62500;
  display: inline-block;
  vertical-align: middle;
}

.section-software button, .section-services button {
  padding: 15px 45px;
  margin-top: 35px;
}

/* ==================================================================
                                 LEARN
================================================================== */

.section-learn table {
  width: 100%;
  border-collapse: collapse;
}

.section-learn tr > td:first-of-type {
  text-align: center;
  color: #f62500;
  padding-right: 15px;
}

.section-learn table td {
  padding: 20px 0;
}

.section-learn tr {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.section-learn table button {
  padding: 10px 30px;
  float: right;
  margin-left: 10px;
}

.section-learn .chapter-title {
  margin-bottom: 50px;
}

.categories {
  min-width: 100%;
  margin-bottom: 50px;
}

.section-learn .category-header h2 {
  font-weight: 600;
}

.learn-container {
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: space-between;
}

.learn-link {
  color: black;
}

.learn-link:hover {
  color: #FF0000;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;

  margin: 0;
  position: relative;
  top: 30%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow:hover {
  cursor: pointer;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.scoll-pane {
  width: 100%;
  height: auto;
  overflow: auto;
  outline: none;
  overflow-y: hidden;
  padding-bottom: 15px;
  -ms-overflow-style: scroll;
  scrollbar-width: none;
  margin: 0 auto;
}

.scoll-pane::-webkit-scrollbar {
  display: none;
}

.section-learn ul.images {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  white-space: nowrap;
  width: 100%;
}

.section-learn ul.images li {
  display: inline;
  width: 300px;
  height: 350px;
  margin-right: 20px;
}

.section-learn ul.images li .course-thumbnail {
  width: 300px;
  height: 200px;
  margin-bottom: 20px;
}

.section-learn ul.images li .course-title {
  font-size: medium;
  font-weight: 600;
  white-space: normal;
}

.section-learn ul.images li .course-description {
  font-size: small;
  white-space: normal;
}

.search {
  padding-top: 100px;
}

.search .input-group input[type=text] {
  border:none;
  background: #f9f9f9;
  height: 50px;
  padding-left: 15px;
  font-size: 0.9em;
}

.search .input-group input:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.search .input-group button {
  padding: 14px 35px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
}

.search .text-search {
  height: 50px;
}

.search p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.home-template .search {
   border:none;
   margin-top: 0;
}

.news-page .search {
   margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .search .input-group button,
  .search .input-group input  {
    width: 100%;
  }
  .search .text-search{
    margin-bottom: 10px;
  }

  .search .input-group {
    display: block;
  }

  .search .input-group-btn {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .search .input-group button {
    margin-left: 15px;
  }
}

.gh-search-item p {
  margin-bottom: 30px;
}

.gh-search-item h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.gh-search-item h4 {
  font-size: 1em;
}

#my-custom-results {
  font-weight: 600;
  font-size: 1.5em;
}

#my-custom-results p {
  display: block;
  margin: 20px 0 20px;
}

#my-custom-results a {
  display: block;
  margin: 20px 0 20px;
}

#my-custom-results a:hover {
  color: #f62500;
}

/* ==================================================================
                                NEWS
================================================================== */

.section-news .timeline {
  list-style: none;
  padding: 0px;
  margin: 0;
  position: relative;
}

.section-news .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #e9e9e9;;
  left: 50%;
  margin-left: -1.5px;
  text-align: center;
}

.section-news .timeline .date time {
  display: inline-block;
  background: white;
  border: 1px solid #dcdcdc;
  color: #0d0d0d;
  margin: 0 auto;
  padding: 12px 35px;
  text-align: center;
  border-radius: 4px;
}

.section-news .timeline li {
  position: relative;
}

.section-news .timeline .timeline-panel,
.section-news .timeline .date {
  margin-bottom: 55px;
}

.section-news .timeline li:before,
.section-news .timeline li:after {
  content: " ";
  display: table;
}

.section-news .timeline li:after {
  clear: both;
}

.section-news .timeline .timeline-body {
  padding: 30px;
}

.section-news .timeline .timeline-body p {
  font-size: 0.9em;
  margin-top: 25px;
  letter-spacing: -0.5px;
}

.section-news .timeline .timeline-heading h2 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 10px;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

.section-news .timeline .timeline-heading h2:hover {
  color: #f62500;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

.section-news .timeline .timeline-heading address {
  font-size: 0.7em;
  color: grey;
  margin-bottom: 0;
}

.section-news .timeline .timeline-heading time {
  margin-left: 5px;
}

.section-news .timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.section-news .timeline li.timeline-right .timeline-panel {
  float: right;
}

.section-news .content-archive h3 {
  margin-bottom: 60px;
  margin-top: 0;
}

.section-news .content-archive ul {
  list-style: none;
  padding: 0;
}

.section-news .content-archive ul li{
  margin-bottom: 22px;
}

.section-news .content-archive ul li a{
  font-size: 0.9em;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

.section-news .content-archive ul li a:hover {
  color: #f62500;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

@media only screen and (min-width: 769px) {
  .section-news .timeline .date {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .section-news .timeline li .timeline-panel {
    width: 44%;
  }
}

@media only screen and (max-width: 768px) {
  .section-news .timeline:before {
    left: 25px;
  }

  .section-news .timeline li .timeline-panel {
    width: calc(100% - 60px);
  }

  .section-news .timeline > li > .timeline-panel {
    float: right;
  }
}

@media only screen and (max-width: 991px) {
  .section-news .content-archive {
    display: none;
  }
}

/* ==================================================================
                             SERVICES
================================================================== */

@media only screen and (max-width: 991px) {
  .section-services .content-bottom .col-md-4:not(:nth-last-child(1)) {
    margin-bottom: 65px;
  }
}

/* ==================================================================
                             ABOUT US
================================================================== */

.section-about h2 {
  font-size: x-large;
  font-weight: bold;
  display: block;
}

.section-about .full-container {
  background: #f9f9f9;
}

.section-about .content-about {
  padding: 60px 0;
}

.section-about a {
  font-size: 1em;
}

.section-about a:hover {
  color: #f62500;
}

.section-about a i {
  font-size: 1.5em;
}

.container-about {
  padding-top: 35px;
  padding-bottom: 100px;
  padding-right: 100px;
}

.work {
  background-color: #f9f9f9;
}

/* ==================================================================
                             SURVEYS
================================================================== */

a.survey-link {
  text-decoration: none;
  color: #0000EE;
}

a.survey-link:hover {
  font-weight: 600;
}

img.half {
  width: 50%;
  display: block;
}

img.smaller {
  width: 30%;
  display: block;
}

.logos {
  background: #C80F2D;
  padding: 8px;
}

.survey-form {
  padding: 80px 0;
}

.survey-form .input-group input[type=email] {
  border:none;
  background: #f9f9f9;
  height: 50px;
  padding-left: 15px;
  font-size: 0.9em;
}

.survey-form .input-group input:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.survey-form .input-group button {
  margin-top: 0px;
  padding: 14px 35px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
}

.survey-form .text-newsletter {
  height: 50px;
}

.survey-form p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.home-template .survey-form {
   border:none;
   margin-top: 0;
}

.news-page .survey-form {
   margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .survey-form .input-group button,
  .survey-form.input-group input  {
    width: 100%;
  }
  .survey-form.text-newsletter{
    margin-bottom: 10px;
  }

  .survey-form .input-group {
    display: block;
  }

  .survey-form .input-group-btn {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .survey-form .input-group button {
    margin-left: 15px;
  }
}

.contact-page section.survey-form {
  border:none;
  margin-top: 0;
}

@media only screen and (min-width:48rem) {
	.mobile-header {
		display: none!important
	}
}

@media only screen and (max-width:48rem) {
	.desktop-header {
		display: none!important
	}
}

.contact-header {
  text-decoration: underline;
  text-decoration-color: #FF0000;
}

/* ==================================================================
                             FAQS
================================================================== */
.section-faqs ul > li, .section-faqs ul > li {
  list-style-type: none;
  margin-bottom: 35px;
}

.section-faqs ul > li:before, .section-faqs ul > li:before {
  content: "";
  margin-right: 15px;
  color: #f62500;
  width: 15px;
  height: 2px;
  background: #f62500;
  display: inline-block;
  vertical-align: middle;
}

.post-meta time {
  opacity: 0;
}

.section-faqs a {
  text-decoration: none;
  color: #0000EE;
}

.section-faqs button, .section-faqs button {
  padding: 15px 45px;
  margin-top: 35px;
}

.section-faqs h2 {
  font-size: x-large;
  font-weight: bold;
  display: block;
}

.section-faqs p {
  display: hidden;
}

.section-faqs ol {
  list-style: decimal;
  margin-left: 15px;
}

.section-faqs ol > li, .section-faqs ol > li {
  list-style: decimal;
  padding-left: 15px;
  margin-bottom: 35px;
}

/* Style the buttons that are used to open and close the faq-page body */
.faq-heading {
  cursor: pointer;
  transition: 0.4s;
  margin: auto;
  padding: 20px 0;
  font-weight: normal !important;
}
.faq-body{
  margin: 20px 0;
}
.faq-hr {
  margin: auto;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-heading:hover {
  background-color: #F9F9F9;
}
/* Style the faq-page panel. Note: hidden by default */
.faq-body {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}
.faq-heading:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: black;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

@media only screen and (max-width: 768px) {
  .section-faqs #sitewide-button {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 769px) {
  .section-faqs #sitewide-button {
    margin: 0 20px;
  }
}

/* .faq-search {
  padding: 50px 0;
}

 .faq-search .input-group input[type=text] {
  border:none;
  background: #f9f9f9;
  height: 50px;
  margin-top: 35px;
  padding-left: 15px;
  font-size: 0.9em;
}

 .faq-search .input-group input:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

 .faq-search .input-group button {
  padding: 14px 35px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
}

 .faq-search .text-search {
  height: 50px;
}

@media only screen and (max-width: 768px) {
   .faq-search .input-group button,
   .faq-search .input-group input  {
    width: 100%;
  }
   .faq-search .text-search{
    margin-bottom: 10px;
  }

  .faq-search .input-group {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
   .faq-search .input-group button {
    margin-left: 15px;
  }
} */


/* ==================================================================
                             CONTACT
================================================================== */

.section-contact .text {
  margin-bottom: 30px;
  width: 80%;
}

.section-contact input,
.section-contact textarea {
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.15);
}

.section-contact .form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.section-contact .form-group {
  margin-bottom: 30px;
}

.section-contact textarea {
  padding: 18px 18px 165px;
}

.section-contact input {
  padding: 0px 18px;
  height: 50px;
}

.section-contact button {
  padding: 12px 35px;
}

.section-contact .text {
  width: 80%;
  color: #0d0d0d;
}

.section-contact ul li  {
  list-style: none;
  padding: 10px 0;
  color: #0d0d0d;
  display: table;
}

.section-contact ul li span {
  padding-left: 15px;
  display: table-cell;
}

.section-contact .social {
  white-space: nowrap;
}

.section-contact .social a{
  font-size: 25px;
  padding-right: 40px;
  display: inline-block;
}

.section-contact .contact-info ul li i:before {
  text-align: center;
  width: 30px;
}

.section-contact .contact-info ul li:not(.social) i {
  font-size: 35px;
  vertical-align: middle;
  line-height: 1;
  color: #f62500;
}

.section-map .g_maps {
  height: 450px;
  width: 100%;
}

.section-map {
  padding-top: 80px;
}

.contact-page section.newsletter {
  border:none;
  margin-top: 0;
}

@media only screen and (min-width: 991px) {
  .section-contact .form-group:first-of-type .row {
    margin-right: 0;
  }
  .section-contact .form-group:nth-of-type(2) .row {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .section-contact .contact-info {
    display: none;
  }
  .section-contact .text{
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .section-contact button[type=submit] {
    width: 100%;
  }
}

/* ==================================================================
                                SALES
================================================================== */

.section-sales .container-sales {
  padding-top: 35px;
  padding-bottom: 35px;
}

.section-sales ul > li, .section-sales ul > li {
  margin-bottom: 35px;
}

.section-sales ul > li:before, .section-sales ul > li:before {
  content: "";
  margin-right: 15px;
  color: #f62500;
  width: 15px;
  height: 2px;
  background: #f62500;
  display: inline-block;
  vertical-align: middle;
}

.section-sales ol {
  list-style: decimal;
  margin-left: 15px;
}

.section-sales ol > li, .section-sales ol > li {
  padding-left: 15px;
  margin-bottom: 35px;
}

.section-sales .button {
  text-decoration: none;
}

.section-sales .button:hover {
  color: white;
  font-size: 1em;
  text-decoration: none;
}

.section-sales h2 {
  font-size: x-large;
  font-weight: bold;
  display: block;
}

.section-sales a {
  text-decoration: underline;
  text-decoration-color: #f62500;
}

.section-sales a:hover {
  color: #f62500;
  font-size: 1.1em;
  text-decoration: none;
}

.section-sales a.survey-link {
  text-decoration: none;
  color: #0000EE;
}

.section-sales a.survey-link:hover {
  font-weight: 600;
  font-size: 1em;
}

.section-sales button, .section-sales button {
  padding: 15px 45px;
  margin-top: 35px;
}

/* ==================================================================
                              NEWSLETTER
================================================================== */

.newsletter {
  padding: 80px 0;
  border-top: 1px solid #f0f0f0;
}

.newsletter .input-group input[type=email] {
  border:none;
  background: #f9f9f9;
  height: 50px;
  padding-left: 15px;
  font-size: 0.9em;
}

.newsletter .input-group input:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.newsletter .input-group button {
  padding: 14px 35px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
}

.newsletter .text-newsletter {
  height: 50px;
}

.newsletter p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.home-template .newsletter {
   border:none;
   margin-top: 0;
}

.news-page .newsletter {
   margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .newsletter .input-group button,
  .newsletter .input-group input  {
    width: 100%;
  }
  .newsletter .text-newsletter{
    margin-bottom: 10px;
  }

  .newsletter .input-group {
    display: block;
  }

  .newsletter .input-group-btn {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .newsletter .input-group button {
    margin-left: 15px;
  }
}


/* ==================================================================
                              FOOTER
================================================================== */

footer {
  background: #f9f9f9;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li  {
  list-style: none;
  padding: 10px 0;
  color: #0d0d0d;
}
footer ul li a{
  font-size: 0.95em;
  white-space: nowrap;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

footer ul li a:hover {
  color: #f62500;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

footer ul li span {
  padding-left: 15px;
}

footer .footer-links {
  float: right;
  margin-top: 60px;
}

footer .social {
  white-space: nowrap;
}

footer .social a{
  font-size: 25px;
}

footer .second-level ul li:not(.social) i {
  font-size: 35px;
  vertical-align: middle;
  line-height: 1;
}

footer .second-level ul li i:before {
  text-align: center;
  width: 30px;
}

footer .copyright p {
}

@media only screen and (min-width: 992px) {
  footer .second-level {
    margin-top: 30px;
  }

  footer .second-level ul li {
    display: table;
  }

  footer ul li span {
    display: table-cell;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer-right,
  footer .footer-left {
    margin: 0;
    padding: 0;
  }

  footer .footer-links {
    text-align: center;
    margin: 0;
    padding: 0;
  }

  footer ul li {
    margin: 0;
    padding: 25px 0;
    border-bottom:1px solid #eaeaea;
  }

  footer ul li a{
    line-height: 1;
  }

  footer .social a{
    font-size: 28px;
  }
}

/* ==================================================================
                               OTHER
================================================================== */

.content-title {
  padding: 85px 0px 50px;
}

.content-bottom {
  margin-top: 90px;
}

@media only screen and (max-width: 991px) {
  .content-right {
    margin-top: 60px;
  }
  .content-title {
    padding: 60px 0px 25px;
  }
}

@media only screen and (min-width: 992px) {
  .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .content-left .text {
    padding-right: 50px;
  }
}

.post-content p {
  font-size:120%;
  margin-bottom:30px;
}

.post-content ul {
  list-style: inherit;
}

.post-meta {
  margin-top:3px;
}

.content-archive {
  margin-left:30px;
}

.red {
  border-color: #f62500;
  color: #f62500;
}

.bg-red {
  background-color: #f62500;
}

/* ==================================================================
                               KOENIG
================================================================== */

.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin: auto calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
}

.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.kg-gallery-container {
    display: flex;
    flex-direction: column;
    margin: 1.5em auto;
    max-width: 1040px;
    width: 100vw;
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 0.75em;
}

/* ==================================================================
                          TESTIMONIAL SLIDER
================================================================== */
/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f9f9f9;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

q {
  font-size: 1.1em;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {font-weight: 600;}

/* ==================================================================
                             LINKS
================================================================== */
.section-links {
  min-height: 100%;
  text-align: center;
  margin: auto;
  background-position: center 55%;
  background-size: cover;
  overflow: visible;
}

.section-links .container {
  width: 100%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

.links-header {
  margin-bottom: 20px;
}

.links-header .logo {
  width: 50px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.links-header .handle {
  display: block;
  font-weight: 600;
}

.links-header .subheading {
  font-size: 12px;
}

.links-list .heading {
  font-size: 16px;
  line-height: 3;
  color: black;
}

@media only screen and (min-width:49rem) {
	.links-list .items {
    display: block;
    max-width: 60%;
    margin: 0 auto 15px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }

  .links-socials .items a {
    font-size: 25px;
    padding: 0 20px;
    display: inline-block;
  }
}

@media only screen and (max-width:48rem) {
	.links-list .items {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }

  .links-socials .items a {
    font-size: 25px;
    padding: 0 10px;
    display: inline-block;
  }
}

.links-list .items .item--general {
  border-bottom: 3px solid #f62500;
  box-shadow: inset 0 -4px 0 #f62500;
  border-radius: 25px;
  border: 2px solid #f62500;
  background-color: #f62500;
  color: white;
}

.links-socials {
  margin-top: 20px;
}

/* ==================================================================
                             SEARCH
================================================================== */

#sitewide-results a.search-title {
  color: black;
  font-weight: 600;
  font-size: 1.5em;
}

#sitewide-results a.read-more {
  color: black;
  font-weight: 600;
}

#sitewide-results p {
  display: block;
  margin: 20px 0 20px;
}

#sitewide-results a {
  display: block;
  margin: 20px 0 20px;
}

#sitewide-results a:hover {
  color: #f62500;
}

.search-bar {
  min-width: 100% !important;
  border:none;
  background: #f9f9f9;
  height: 50px;
  padding-left: 15px;
  font-size: 0.9em;
}

.search-bar input:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

/* ==================================================================
                             NEWS POST
================================================================== */


.news-post {
	position: relative;
	color: black;
}

.news-thumbnail {
	object-fit: cover;
	width: 100%;
	height: 400px;
}

.news-title {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.3em;
	font-weight: 600;
  min-width: 300px;
	padding: 30px;
}

mark {
  background-color: white;
  color: black;
}

.news-details {
	padding: 20px;
	background-color: black;
	height: 300px;
}

.news-description {
	display: block;
	font-size: 1rem;
	line-height: normal;
	color: white !important;
}

/* ==================================================================
                        TRANSLATE POPUP
================================================================== */
/* Popup box BEGIN */
.translate-popup {
  background: rgba(0,0,0,.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top:0;
  width:100%;
  z-index:10000;
}
.translate-popup .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.translate-popup > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 5px;
}

/* ==================================================================
                        MAILCHIMP POPUP
================================================================== */
/* Popup box BEGIN */
.mailchimp-popup {
  background: rgba(0,0,0,.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top:0;
  width:100%;
  z-index:10000;
}
.mailchimp-popup .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mailchimp-popup > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 5px;
}
.mailchimp-popup-close {
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.mailchimp-popup-close:hover {
  background-color: #ccc;
}

/* ==================================================================
                                BRANDING
================================================================== */
.section-branding ul > li:before, .section-branding ul > li:before {
  content: "";
  margin-right: 15px;
  color: #f62500;
  width: 15px;
  height: 2px;
  background: #f62500;
  display: inline-block;
  vertical-align: middle;
}

/* ==================================================================
                                COMPONENTS
================================================================== */

.red-dash ul > li:before, .red-dash ul > li:before {
  content: "";
  margin-right: 15px;
  color: #f62500;
  width: 15px;
  height: 2px;
  background: #f62500;
  display: inline-block;
  vertical-align: middle;
}
