/* Imports */
/* Imports */
/* Colors */
/* Header */
/* Contact bar */
/* Main bar */
/* Buttons */
/* General settings */
/* General settings */
html, body {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@font-face {
  font-family: LatoFont;
  src: url("../fonts/Lato/Lato-Regular.ttf");
  font-weight: 500;
}

@font-face {
  font-family: LatoFont;
  src: url("../fonts/Lato/Lato-Bold.ttf");
  font-weight: 700;
}

body {
  font-family: LatoFont, sans-serif;
  background-color: #fff;
}

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

/* Micro clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

ul > li {
  display: block;
  line-height: 1.6;
  list-style-type: circle;
  display: list-item;
  margin-left: 1.125rem;
  list-style-position: outside;
}

.d-none {
  display: none !important;
}

.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: flex;
  border-bottom: 0.0625rem solid #bfbfbf;
  overflow: auto;
}

.tabs .tab {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tabs .tab .tab-link {
  background-color: #fff;
  border: 0;
  font-size: 1rem;
  line-height: 1;
  padding: 1.15rem;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease;
}

.tabs .tab.active .tab-link, .tabs .tab .tab-link:hover, .tabs .tab .tab-link:focus {
  border-color: #006231;
  background-color: #f3f3f3;
  font-weight: 500;
}

.tab-heading {
  padding: 0 10px;
  margin-bottom: 15px;
}

/* Pages */
.header-img {
  width: 100%;
  height: 20rem;
}

.actual-position {
  margin-top: 0.9375rem;
}

/* Alert messages */
.send-success {
  margin-top: 1.25rem;
  color: #fff;
  background-color: #006231;
  border-radius: 1.375rem;
}

.send-success p {
  line-height: 2.8125rem;
  padding: 0 1.25rem;
  margin-bottom: 0;
}

.send-fail {
  margin-top: 1.25rem;
  color: #fff;
  background-color: #D90F0F;
  border-radius: 1.375rem;
}

.send-fail p {
  line-height: 2.8125rem;
  padding: 0 1.25rem;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1023px) {
  .header-img {
    height: 17.5rem;
  }
}

@media (max-width: 500px) {
  .header-img {
    height: 15rem;
  }
}

/* Helper classes */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.f-w-700 {
  font-weight: 700;
}

.t-dec-u {
  text-decoration: underline;
}

.margin-0 {
  margin: 0;
}

.w-30 {
  width: 30px;
}

.p-r-3 {
  padding-right: 0.1875rem;
}

.p-r-6 {
  padding-right: 0.375rem;
}

.p-r-10 {
  padding-right: 0.625rem;
}

.p-r-24 {
  padding-right: 1.5rem;
}

.p-r-25 {
  padding-right: 1.5625rem;
}

.p-r-30 {
  padding-right: 1.875rem;
}

.p-t-20 {
  padding-top: 1.25rem;
}

.p-b-20 {
  padding-bottom: 1.25rem;
}

.p-t-40 {
  padding-top: 2.5rem;
}

.p-b-40 {
  padding-bottom: 2.5rem;
}

/* Layout */
.container {
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Typography */
body {
  color: #222222;
}

p {
  margin-bottom: 1.25rem;
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 1.75rem;
  font-weight: 700;
  padding: 3.125rem 0 2.5rem 0;
}

h2 {
  font-size: 1.125rem;
}

a {
  text-decoration: none;
  color: #222222;
}

a:hover, a:focus {
  color: #006231;
}

a.show-more {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  padding: 0 1.875rem;
  border: 0.125rem solid #000;
  border-radius: 1.40625rem;
  margin: 1.25rem 0 3.125rem 0;
}

a.show-more-lg {
  display: inline-block;
  font-size: 1.625rem;
  line-height: 3.875rem;
  padding: 0 2.5rem;
  border: 0.125rem solid #000;
  border-radius: 1.9375rem;
  margin: 4.375rem 0 4.375rem 0;
}

a.show-more-lg:hover, a.show-more-lg:focus {
  background-color: #006231;
  border-color: #006231;
  color: #fff;
  -webkit-transition: background-color .25s, color;
  transition: background-color .25s, color;
}

a.show-more:hover, a.show-more:focus {
  background-color: #006231;
  border-color: #006231;
  color: #fff;
  -webkit-transition: background-color .25s, color;
  transition: background-color .25s, color;
}

/* Buttons */
.btn-primary {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  padding: 0 1.875rem;
  border: 0.125rem solid #000;
  border-radius: 1.40625rem;
  margin: 1.25rem 0 3.125rem 0;
  color: #fff;
  background-color: #006231;
}

.btn-primary:hover, .btn-primary:focus {
  cursor: pointer;
  background-color: #00763b;
  border-color: #006231;
  -webkit-transition: background-color .15s, border-color .15s;
  transition: background-color .15s, border-color .15s;
}

/* Forms */
form {
  max-width: 50rem;
  margin: 0 auto;
}

form label {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 0.625rem;
}

form input,
form textarea,
form select {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0.375rem;
  border: 0.0625rem solid #bfbfbf;
  border-radius: 0.25rem;
}

form input[type="checkbox"],
form textarea[type="checkbox"],
form select[type="checkbox"] {
  display: inline-block;
  width: auto;
}

/* Responsive */
@media (max-width: 550px) {
  a.show-more-lg {
    font-size: 1.25rem;
    line-height: 2.8125rem;
  }
  .send-fail,
  .send-success {
    width: 100%;
    margin-top: 0;
    margin-bottom: 3.125rem;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .send-fail p,
  .send-success p {
    font-size: 78%;
  }
}

@media (max-width: 350px) {
  a.show-more-lg {
    font-size: 1.25rem;
    line-height: 2.8125rem;
    padding: 0 1.25rem;
  }
}

/* tables*/
table tbody {
  background-color: #f3f3f3;
}

table tr {
  border-bottom: 2px solid white;
}

table td {
  padding: 10px;
  vertical-align: middle;
  border-right: 2px solid white;
}

table td p {
  margin: 0;
}

/* Header */
#contact-bar {
  background-color: #252525;
  color: #fff;
  z-index: 5;
}

#contact-bar i {
  color: gray;
}

#contact-bar .telephone, #contact-bar .email {
  padding-right: 1.25rem;
}

#contact-bar .telephone a:not(:last-child) {
  padding-right: 0.5rem;
}

#contact-bar .telephone a:not(:last-child)::after {
  content: ";";
}

#contact-bar .telephone a:last-child, #contact-bar .email a {
  padding-right: 1.25rem;
  border-right: 0.0625rem solid gray;
  line-height: 2.75rem;
}

#contact-bar a {
  color: #fff;
  line-height: 2.75rem;
}

#contact-bar a .fab {
  color: white;
}

#contact-bar .language a {
  color: gray;
  padding: 4px;
}

#contact-bar .language a:hover {
  background: gray;
  color: #fff;
}

#contact-bar .language a.active {
  color: gray;
  background: #fff;
}

/* Responsive */
@media (max-width: 610px) {
  #contact-bar .telephone, #contact-bar .email {
    display: none;
  }
}

/* Main bar */
/* Logo */
/* Navigation */
#main-bar {
  position: relative;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.33);
  z-index: 2;
}

#main-bar .logo a {
  display: inline-block;
  margin-top: 0.9375rem;
}

#main-nav li {
  float: left;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 5rem;
  list-style-type: none;
  margin-left: 0;
  position: relative;
  /* Submenu */
}

#main-nav li a {
  display: block;
  color: #222222;
  padding: 0 1.125rem;
}

#main-nav li a:hover,
#main-nav li a:focus {
  background-color: #f3f3f3;
}

#main-nav li .submenu-icon {
  padding-left: 0.375rem;
}

#main-nav li .submenu-parent {
  position: relative;
}

#main-nav li ul.submenu {
  display: none;
  position: absolute;
  width: 14.375rem;
  background-color: #f3f3f3;
  z-index: 50;
}

#main-nav li ul.submenu ul.submenu {
  left: 100%;
  top: 0;
}

#main-nav li ul.submenu > li {
  float: none;
  display: block;
  line-height: 3.0303rem;
  border-bottom: 0.0625rem solid #d9d9d9;
  text-transform: none;
  font-size: 0.9375rem;
}

#main-nav li ul.submenu > li:last-child {
  border-bottom: none;
}

#main-nav li ul.submenu > li a {
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 15px;
}

#main-nav li ul.submenu > li a:hover, #main-nav li ul.submenu > li a:focus {
  color: #fff;
  background-color: #006231;
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
}

/* Show submenu on hover or focus */
#main-nav li:hover > .submenu {
  display: block;
}

.toggle-menu-icon-wrapper {
  display: none;
}

.toggle-menu-icon-wrapper a {
  display: inline-block;
  font-size: 1.25rem;
  padding: 0 1.5625rem;
  line-height: 5rem;
}

.toggle-menu-icon-wrapper a:hover, .toggle-menu-icon-wrapper a:focus {
  background-color: #f3f3f3;
}

/* Responsive */
@media (max-width: 1220px) {
  #main-nav li {
    line-height: 2.5rem;
  }
  #main-nav li a {
    display: block;
    padding: 1rem;
    line-height: 2.5rem;
    max-height: 5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main-nav {
    display: none;
  }
  #main-nav ul {
    width: 100%;
  }
  #main-nav li {
    float: none;
    text-align: center;
    /*
    a {
      line-height: $main-bar-height/1.2;
    }*/
  }
  #main-nav li:hover .submenu {
    display: none;
  }
  .submenu-icon {
    display: none;
  }
  .toggle-menu-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* Main content */
/* Main slider */
#main-slider {
  position: relative;
}

#main-slider .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -2.625rem;
}

#main-slider .owl-nav button.owl-prev {
  left: 3.125rem;
}

#main-slider .owl-nav button.owl-next {
  right: 3.125rem;
}

.slide {
  /*  display: flex;
  justify-content: flex-end;
  align-items: center;*/
  position: relative;
  height: 450px;
}

.slide .one-row {
  position: absolute;
  top: 50%;
  right: 12%;
  margin-top: -44px;
}

.slide .three-rows {
  position: absolute;
  top: 50%;
  right: 12%;
  margin-top: -120px;
}

.slide .container {
  width: 77.5rem;
}

.slide h1 {
  display: inline-block;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 500;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.625rem;
}

.slide .p-r-90 {
  padding-right: 5.625rem;
}

.slide .p-r-20 {
  padding-right: 1.25rem;
}

.slide .p-r-280 {
  padding-right: 17.5rem;
}

.slide .f-s-30 {
  font-size: 1.875rem;
}

.owl-dots {
  display: none;
}

/* Responsive */
@media (max-width: 1420px) {
  .slide .container {
    margin-right: 6.875rem;
  }
}

@media (max-width: 1200px) {
  .slide {
    height: 400px;
  }
}

@media (max-width: 900px) {
  .owl-nav {
    display: none;
  }
  .slide .container {
    margin-right: 0rem;
  }
  .slide .p-r-90 {
    padding-right: 0;
  }
  .slide .p-r-20 {
    padding-right: 0;
  }
  .slide .p-r-280 {
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .slide h1 {
    font-size: 130%;
    line-height: 1.5;
  }
  .slide h1.f-s-30 {
    font-size: 140%;
  }
}

@media (max-width: 550px) {
  .slide .one-row {
    right: 0%;
    margin-right: 30px;
    margin-left: 30px;
  }
  .slide .one-row h1 {
    text-align: center;
  }
  .slide .three-rows {
    right: 0%;
    margin-right: 30px;
    margin-left: 30px;
  }
  .slide .three-rows h1 {
    text-align: center;
  }
}

.positions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.position {
  background-color: #f3f3f3;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
  margin: 10px;
  width: calc(25% - 20px);
  margin-bottom: 1.875rem;
}

.position h2 {
  padding: 0.9375rem 1.25rem;
  font-weight: 700;
}

.position i {
  padding: 0.9375rem 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.position .position-img {
  position: relative;
  height: 10.625rem;
}

.position .position-img .position-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #006231;
  z-index: 2;
  display: none;
}

.position .position-img .position-hover .more-text {
  display: inline-block;
  color: #000;
  background-color: #fff;
  margin-top: 3.875rem;
  padding: 0.9375rem 1.875rem;
  border-radius: 1.3125rem;
}

.position .position-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive */
@media (max-width: 1150px) {
  #free-positions .position:nth-child(4) {
    display: none;
  }
  #free-positions .position:nth-child(3) {
    margin-right: 0;
  }
  #free-positions .position {
    width: calc(33% - 20px);
  }
}

@media (min-width: 871px) {
  .position .position-img:hover .position-hover {
    display: block;
  }
}

@media (max-width: 870px) {
  #free-positions .position:nth-child(3) {
    display: none;
  }
  #free-positions .position:nth-child(2) {
    margin-right: 0;
  }
  #free-positions .position {
    width: calc(50% - 20px);
  }
}

@media (max-width: 570px) {
  #free-positions .position:nth-child(2) {
    display: none;
  }
  #free-positions .position {
    width: 100%;
  }
}

/* Why-us */
#why-us {
  background-color: #f3f3f3;
}

.why-us-box {
  display: inline-block;
  background-color: #fff;
  width: 23.125%;
  margin-right: 2.5%;
  margin-bottom: 1.875rem;
  padding: 2.5rem 0;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
}

.why-us-box:last-child {
  margin-right: 0;
}

.why-us-box .icon {
  display: inline-block;
  font-size: 5rem;
  padding-bottom: 2.25rem;
}

.why-us-box h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.why-us-box:hover, .why-us-box:focus {
  background-color: #006231;
  color: #fff !important;
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

/* Responsive */
@media (max-width: 1050px) {
  .why-us-box {
    width: 48.75%;
  }
  .why-us-box:nth-child(2) {
    margin-right: 0;
  }
  .why-us-box:nth-child(4) {
    margin-right: 0;
  }
}

@media (max-width: 570px) {
  .why-us-box {
    width: 100%;
    margin-right: 0;
  }
}

/* pre-footer */
#pre-footer.grey {
  background-color: #f3f3f3;
}

/* Volne pozice - page */
#header-volne-pozice {
  background-image: url("../images/header-images/volne-pozice.jpg");
}

.volne-pozice-info {
  margin-bottom: 3.125rem;
}

.volne-pozice-info h2 {
  padding: 1.25rem 0;
  font-weight: 700;
}

#form-section-vp {
  background-color: #f3f3f3;
}

#form-section-vp .required {
  color: #D90F0F;
}

/* Responsive */
@media (max-width: 1150px) {
  .positions-subpage .position {
    width: calc(33% - 20px);
  }
}

@media (max-width: 870px) {
  .positions-subpage .position {
    width: calc(50% - 20px);
  }
}

@media (max-width: 570px) {
  .positions-subpage .position {
    width: 100%;
    margin-right: 0% !important;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .volne-pozice-info h2 {
    line-height: 1.4;
  }
}

/* Proc k nam - page */
#header-proc-k-nam {
  background-image: url("../images/header-images/proc-k-nam.jpg");
  background-position: center;
}

.proc-k-nam-info {
  margin-bottom: 3.125rem;
}

.proc-k-nam-info .benefit {
  margin-bottom: 1.875rem;
}

.proc-k-nam-info .benefit:last-child {
  margin-bottom: 0;
}

.proc-k-nam-info .icon {
  color: #252525;
}

.proc-k-nam-info h2 {
  font-size: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #bfbfbf;
}

.proc-k-nam-info ul, .proc-k-nam-info ol {
  padding-top: 1.25rem;
}

#header-proc-k-nam ~ div table {
  margin: 0 auto;
  max-width: 90vw;
}

/* Kontakt */
#header-kontakt {
  background-image: url("../images/header-images/kontakt.jpg");
}

.contact-info-page,
.contact-map-page {
  width: 50%;
}

.contact-info-page h2,
.contact-map-page h2 {
  margin-bottom: 0.625rem;
}

.contact-info-page table td,
.contact-map-page table td {
  padding: 0.3125rem;
}

.contact-info-page p.poledni-pauza,
.contact-map-page p.poledni-pauza {
  margin-top: 0.5rem;
}

/* Map */
#contact-map {
  width: 37.5rem;
  height: 21.875rem;
}

/* Responsive */
@media (max-width: 1250px) {
  #contact-map {
    width: 31.25rem;
  }
}

@media (max-width: 1050px) {
  #contact-map {
    width: 28.125rem;
  }
}

@media (max-width: 950px) {
  #contact-map {
    width: 25rem;
  }
}

@media (max-width: 850px) {
  #contact-map {
    width: 21.875rem;
    height: 18.75rem;
  }
}

@media (max-width: 750px) {
  .contact-info-page,
  .contact-map-page {
    width: 100%;
  }
  .contact-map {
    float: none !important;
  }
  #contact-map {
    margin: 0 auto;
    width: 31.25rem;
    height: 18.75rem;
  }
}

@media (max-width: 1300px) {
  #header-kontakt {
    background-position: 27% center;
  }
}

@media (max-width: 1000px) {
  #header-kontakt {
    background-position: 35% center;
  }
}

@media (max-width: 700px) {
  #header-kontakt {
    background-position: 25% center;
  }
}

@media (max-width: 550px) {
  #contact-map {
    width: 21.875rem;
    height: 15.625rem;
  }
}

@media (max-width: 400px) {
  #contact-map {
    width: 18.75rem;
    height: 14.375rem;
  }
}

/* Contact form */
#form-section-contact {
  margin-top: 3.125rem;
  background-color: #f3f3f3;
}

#form-section-contact .required {
  color: #D90F0F;
}

/* Prubeh vyberoveho rizeni */
#header-prubeh-rizeni {
  background-image: url("../images/header-images/prubeh-vyberoveho-rizeni.jpg");
  background-position: center;
}

.had {
  position: relative;
  background-image: url("../images/had.png");
  background-position: center 35px;
  background-repeat: no-repeat;
  background-size: 200px 597px;
  height: 670px;
  width: 850px;
  margin: 50px auto 50px auto;
}

.had .step:nth-child(2n):not(.text-center) {
  margin-right: 50%;
  padding-right: 110px;
  text-align: right;
}

.had .step:nth-child(2n-1):not(.text-center) {
  margin-left: 50%;
  padding-left: 110px;
}

.had .step {
  font-size: 18px;
  text-transform: uppercase;
}

.had .step-2 {
  padding-top: 74px;
  padding-right: 35px;
}

.had .step-3 {
  padding-top: 30px;
  padding-left: 34px;
}

.had .step-4 {
  padding-top: 55px;
  padding-right: 86px;
}

.had .step-5 {
  padding-top: 55px;
  padding-left: 156px;
}

.had .step-6 {
  padding-top: 30px;
  padding-right: 7px;
}

.had .step-7 {
  padding-top: 65px;
}

html[lang="cs"] .had .step-3 {
  padding-top: 56px;
}

html[lang="cs"] .had .step-6 {
  padding-top: 54px;
}

html[lang="cs"] .had .step-7 {
  padding-top: 82px;
}

.had-responsive {
  display: none;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 100%;
  background-color: #252525;
  z-index: -1;
}

/* Responsive */
@media (max-width: 900px) {
  .had-responsive {
    display: block;
  }
  .had {
    height: auto;
    width: auto;
    margin: 0;
    background-size: auto;
    background-image: none;
  }
  .had .step {
    text-align: center !important;
    background-color: #f3f3f3;
    padding: 1rem 1.25rem !important;
    border-radius: 1.25rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .had p.step {
    margin-bottom: 1.875rem;
  }
  .had p.step:last-child {
    margin-bottom: 3.125rem;
  }
}

#header-detail-pozice {
  background-image: url("../images/header-images/prubeh-vyberoveho-rizeni.jpg");
  background-position: center;
}

.detail-pozice-info {
  margin-bottom: 3.125rem;
}

.detail-pozice-info .social-networks {
  font-size: 1.875rem;
}

.detail-pozice-info h2 {
  padding: 1.25rem 0;
}

#form-section-dp {
  background-color: #f3f3f3;
}

#form-section-dp .required {
  color: #D90F0F;
}

.fb-share-button,
.twitter-share-button-wrapper,
.email-wrapper {
  display: inline-block;
}

.twitter-share-button-wrapper a {
  display: inline-block;
  line-height: 28px;
  padding: 0 10px;
  background-color: #00aced;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 4px;
}

.twitter-share-button-wrapper a:hover, .twitter-share-button-wrapper a:focus {
  background-color: #00a1de;
}

.email-wrapper {
  line-height: 28px;
  padding: 0 10px;
  background-color: #f3f3f3;
  font-size: 0.875rem;
  border-radius: 4px;
}

.email-wrapper:hover, .email-wrapper:focus,
.email-wrapper a:hover,
.email-wrapper a:focus {
  color: #222222;
  background-color: #ebebeb;
}

.social-networks-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -30px;
  margin-bottom: 1.25rem;
}

.social-networks-wrapper div {
  margin-right: 0.875rem;
}

.social-networks-wrapper div:last-child {
  margin-right: 0;
}

.blocker {
  background-color: rgba(0, 0, 0, 0.1);
}

.modal {
  max-width: 50vw;
  width: 100%;
  border-radius: 0;
  border: solid 8px #006231;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.modal h2 {
  margin: 0.625rem 0 1.25rem 0;
  font-weight: 700;
}

.modal p {
  line-height: 1.6;
}

@media (max-width: 768px) {
  .modal {
    max-width: 80vw;
  }
}

/* Footer */
/* Footer */
#footer {
  color: #fff;
  background-color: #252525;
  padding: 3.125rem 0;
}

#footer .logo {
  margin-top: 1.875rem;
}

#footer .copyright {
  margin-top: 0.625rem;
}

#footer .text-align-wrapper {
  white-space: nowrap;
}

.contact-info div {
  display: inline-block;
  width: 33.33%;
}

.contact-info h2 {
  text-transform: uppercase;
  color: gray;
  font-size: 1.25rem;
  padding-bottom: 1.25rem;
}

.contact-info p {
  font-size: 1.125rem;
}

.contact-info .icon {
  color: gray;
}

.contact-info .icon.fab {
  font-size: 2rem;
}

.contact-info a {
  color: #fff;
}

.contact-info a:hover, .contact-info a:focus {
  color: #fff;
}

.contact-info a .fab {
  color: white;
}

/* Responsive */
@media (max-width: 1080px) {
  .contact-info div.help-center {
    width: 50%;
  }
  .contact-info div.telephone {
    width: 25%;
  }
  .contact-info div.email {
    width: 25%;
  }
}

@media (max-width: 870px) {
  .contact-info div.help-center {
    width: 100%;
    float: none;
    text-align: center;
  }
  .contact-info div.telephone {
    width: 100%;
    float: none;
  }
  .contact-info div.email {
    width: 100%;
    float: none;
    text-align: center;
  }
  .contact-info div.fcb {
    width: 100%;
    float: none;
    text-align: center;
  }
}
/*# sourceMappingURL=main.css.map */