/*
Theme Name: aluwindow v2
Theme URI: https://www.lp-webdesign.cz/
Author: Lukas Perny
Author URI: https://www.lp-webdesign.cz/
Description: Theme for Aluwindow.cz
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aluwindow
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://fonts.googleapis.com/css?family=Catamaran|Fira+Sans+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,300&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Catamaran', sans-serif;

    font-family: 'Open Sans', sans-serif;*/
}

h1 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 15px;
  color: #666666;
  font-size: 1.6rem;
}

h3 {
  margin-bottom: 15px;
  color: #666666;
  font-size: 1.4rem;
}

h4 {
  margin-bottom: 15px;
  margin-top: 15px;
  color: #fc1b57;
  font-size: 1.2rem;
}

h5 {
  color: #676767;
  font-size: 1rem;
}


a:link, a:visited, a:active {
  color: #fc1b57;
  text-decoration: underline;
}

a:hover {
  color: #c40235;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fc1b57;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0e385c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

#main{
	margin-top: 110px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/bg1.jpg") top center;
  background-size: cover;
  /* margin-bottom: -200px; */
}

#hero .container {
  position: relative;
}

#hero p{
  color: #fff;
  /* color: #28547e; */
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 36px;
}

#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  text-transform: uppercase;
  color: #c49b66;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 20px 0;
  font-size: 36px;
}

#hero .btn-get-started {
  font-family: "JosefinSans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 14px 35px 12px 35px;
  margin-top: 30px;
  margin-right: 30px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: #c49b66;
}

#hero .btn-get-started:hover {
  background: #0e385c;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }

  #hero .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 110vh;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 16px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
  background-color: #050f16;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
  text-decoration:none;
}

#topbar .contact-info a:hover {
  color: #fc1b57;
}

#topbar .contact-info i {
  color: #fc1b57;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
	font-size:24px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #c49b66;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #c49b66;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); */
}

#header.header-scrolled {
  top: 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

.header-icon {
  display: inline-block;
  color: #fc1b57;
  font-size: 1.4rem;
  vertical-align: top;
  margin-right: 5px;
  line-height: 1;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #fc1b57;
  color: #fff;
  padding: 10px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  display: inline-block;
	text-decoration:none !important;
	border: 2px solid #fc1b57;
}

.appointment-btn span{
	text-decoration:none !important;
	color: #fff;
}

.appointment-btn:hover {
  color: #fc1b57;
  background: #fff;
}

.appointment-btn:hover span{
	text-decoration:none;
   color: #fc1b57;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #282828;
  white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
  transition: 0.3s;
	text-decoration:none;
  /*border-bottom: 2px solid transparent;*/
  padding: 5px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fc1b57;
  /*border-color: #c49b66;*/
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
	text-decoration:none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fc1b57;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/*@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}*/

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 28, 28, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color:#fc1b57;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fc1b57;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
	visibility: visible !important;
}



@media screen and (max-width: 992px) {
  .header-contact-h5 {
    display: none;
  }
}

.breadcrumbs span {
  font-size: 0.8rem;
}

.navbar-menu {
  background-color: #FFFFFF;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.menu {
  width: 81%;
}

@media screen and (max-width: 992px) {
  .menu {
    width: 35%;
  }
}

.main-menu {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}

.main-menu li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  line-height: 60px;
}

.main-menu li a {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .main-menu li {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #FFFFFF;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    position: relative;
  }
}

.main-menu ul {
  margin-bottom: 0px;
}

.main-menu ul ul {
  display: none;
  position: absolute;
  top: 60px;
  /* this should be the same height as the top level menu -- height + padding + borders */
}

.main-menu li .drop-content {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  top: 60px;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 24px;
  visibility: hidden;
  z-index: 9999;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.main-menu li:hover .drop-content {
  visibility: visible;
}

.main-menu li .drop-content .column img {
  width: 200px;
  height: 150px;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .main-menu li .drop-content .column img {
    display: none;
  }
  .main-menu li .drop-content {
    position: relative;
    background-color: #dedede;
    width: 100%;
    left: 0;
    top: 0;
    padding: 1px 5px;
    display: none;
    visibility: hidden;
    z-index: 9999;
  }
  .menu-img-a {
    display: none !important;
  }
  .column {
    display: block;
    width: 100%;
  }
  .main-menu li:hover .drop-content {
    visibility: visible;
    display: block;
  }
  .main-menu li .drop-content .column h5 {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 1.1rem;
  }
}

/*.sub-menu{
	display: none;
	position: absolute;
  top: 60px; 
	left: 0px;
	right: 0px;
	z-index: 999;
}*/
/*.main-menu li:hover > ul{
	display: block;
	padding-left: 0px;
	
}*/
/*.main-menu li > ul li{
  display: block;
	width: 100%;
}*/
.main-menu li a:link {
  display: inline-block;
  color: #fc1b57;
  text-decoration: none;
  width: 100%;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  line-height: 32px;
}

.main-menu li a:not([href]):not([tabindex]) {
  color: #fc1b57;
}

.main-menu li a:visited, .main-menu li a:active {
  color: #fc1b57;
  text-decoration: none;
}

.main-menu li a:hover {
  color: #c40235;
  text-decoration: none;
}

.btn-order {
  /*height: 100%;*/
  background-color: #fc1b57;
  display: inline-block;
  padding: 0 15px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.btn-order:link, .btn-order:visited, .btn-order:active {
  color: #ffffff;
  text-decoration: none;
}

.btn-order:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #c40235;
}

.logo {
  width: 100%;
  max-width: 325px;
}

@media screen and (max-width: 992px) {
  .logo {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}

.img-profil-100 {
  width: 100%;
}

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

#sentence {
  background-color: #ffffff;
  line-height: 100px;
}

#sentence .right {
  background-color: #383838;
  text-align: center;
}

@media screen and (min-width: 992px) {
  #sentence .left {
    background-image: url("images/sentencebg.png");
    background-position: right;
    background-repeat: no-repeat;
  }
}

#sentence h3 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 5px;
}

#sentence h4 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  margin-top: 0px;
}

#sentence a.btn-form {
  line-height: 66px;
  display: block;
  margin: 17px auto 17px auto;
  height: 66px;
  border: 2px solid #fc1b57;
  border-radius: 4px;
  color: #fc1b57;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
}

@media screen and (min-width: 992px) {
  #sentence a.btn-form {
    width: 55%;
  }
}

#sentence a.btn-form:link, #sentence a.btn-form:visited, #sentence a.btn-form:active {
  color: #fc1b57;
  text-decoration: none;
}

#sentence a.btn-form:hover {
  background-color: #fc1b57;
  color: #383838;
  text-decoration: none;
}

.offer {
  padding-top: 3rem;
}

.offer-box {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.offer-box:before {
  z-index: 999;
  content: "";
  width: 0px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 10%;
  -webkit-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

.offer-box:after {
  z-index: 999;
  content: "";
  width: 1px;
  top: 0px;
  height: 0px;
  background-color: #ffffff;
  position: absolute;
  right: 10%;
  -webkit-transition: height ease-in-out 0.5s;
  transition: height ease-in-out 0.5s;
}

.offer-box-img {
  width: 100%;
}

.offer-box-title {
  position: absolute;
  top: 20%;
  left: 0%;
  background-color: rgba(252, 27, 87, 0.9);
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: padding ease-in-out 0.4s;
  transition: padding ease-in-out 0.4s;
}

.offer-box:hover .offer-box-title {
  padding-left: 25px;
}

.offer-box:hover:before {
  width: 100%;
}

.offer-box:hover:after {
  height: 100%;
}

#aboutus {
  padding-bottom: 60px;
  padding-top: 60px;
}

#aboutus h2 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 40px;
}

#aboutus h2:after {
  content: "";
  position: relative;
  display: block;
  left: 0;
  top: 10px;
  width: 60px;
  height: 2px;
  background-color: #fc1b57;
}

.service {
  background-position: center center;
  background-size: cover;
}

.service-one {
  background-image: url("images/serviceALU.jpg");
  background-position: center center;
  background-size: cover;
}

.service-two {
  background-image: url("wp-content/themes/template/images/servicePVC.jpg");
  background-position: center center;
  background-size: cover;
}

.service-three {
  background-image: url("wp-content/themes/template/images/servicePVC.jpg");
  background-position: center center;
  background-size: cover;
}

.service-four {
  background-image: url("wp-content/themes/template/images/servicePVC.jpg");
  background-position: center center;
  background-size: cover;
}

.service-hover {
  height: 100px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  vertical-align: center;
}

.service h5 {
  font-size: 1.2rem;
  color: #ffffff;
}

.service p {
  color: #fc1b57;
}

/*.service-one{
    background-color: gray;
    background-image: url("../images/serviceALU.jpg");
    background-position: center center;
    background-size: cover;
    height: 100%;
   // margin-left: -15px;
   // margin-right: -15px;
}
.service-two{
    background-color: gray;
    background-image: url("../images/servicePVC.jpg");
    background-position: center center;
    background-size: cover;
    height: 100%;
    //margin-left: -15px;
    //margin-right: -15px;
}
.service-three{
    background-color: gray;
    background-image: url("../images/serviceALU.jpg");
    background-position: center center;
    background-size: cover;
    height: 100%;
    //margin-left: -15px;
    //margin-right: -15px;
}
.service-four{
    background-color: gray;
    background-image: url("../images/serviceALU.jpg");
    background-position: center center;
    background-size: cover;
    height: 100%;
    //margin-left: -15px;
    //margin-right: -15px;
}*/
.box-wrapper {
  background-color: #fc1b57;
  padding: 20px;
  /*&:hover, &:focus{
        background-color: $color-darker;
    }*/
}

.box-wrapper:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 20px solid rgba(0, 0, 0, 0.1);
  border-right: 20px solid transparent;
}

.box-wrapper:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 19px solid #fff;
  border-left: 19px solid transparent;
}

.box-wrapper h2 {
  margin-bottom: 15px !important;
  font-size: 2rem;
  color: #ffffff;
}

.box-wrapper h2:after {
  visibility: hidden;
}

.box-wrapper h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 5px !important;
}

.box-wrapper p {
  color: #ffffff;
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.box-wrapper .fas {
  font-size: 1.6rem;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1.6rem;
  color: #ffffff;
}

.box-wrapper span {
  color: #ffffff;
}

#carousel {
  background-image: url("images/carouselbig.jpg");
  background-repeat: repeat-x;
  background-position: right;
  width: 100%;
  background-size: cover;
}

.carousel-right {
  /*background-image: url("/wp-content/themes/template/images/carouselbgmew.jpg");*/
  /*height: 100%;
	width: 100%;*/
  height: 400px;
  background-size: cover;
}

#carousel p {
  color: #383838;
}

#carousel-sub {
  background-color: #dadada;
  width: 100%;
  min-height: 15rem;
}

#carousel-sub h1 {
  margin-top: 20px;
}

#carousel-sub p {
  color: #383838;
}

.lukasperny {
  display: block;
  margin-top: 80px;
  font-size: 0.8rem;
  color: #ffffff;
}

.white {
  color: #ffffff !important;
}

footer {
  background-color: #282828;
  padding-top: 25px;
  padding-bottom: 25px;
}

footer p {
  color: #ffffff;
  font-size: 0.9rem;
}

footer a:link, footer a:visited, footer a:active {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
}

.carousel-box {
  background-color: #666666;
  position: relative;
  top: 80px;
  left: 0;
  width: 100%;
  min-height: 100px;
  padding: 25px;
}

.carousel-info {
  /*text-align: center;*/
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  margin-top: 40px;
}

.carousel-info h2 {
  color: #ffffff;
}

.carousel-info p {
  color: #ffffff;
}

.carousel-note {
  color: #ffffff;
  font-size: 1.4rem;
}

.carousel-note:before {
  content: "'";
}

.carousel-note:after {
  content: "'";
}

.btn-carousel {
  display: block;
  margin: 0 auto;
  width: 240px;
  margin-top: 20px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  padding: 10px 20px;
  color: #ffffff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.6rem;
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
}

.btn-carousel:link, .btn-carousel:visited, .btn-carousel:active {
  color: #ffffff;
  text-decoration: none;
}

.btn-carousel:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

.btn-menu-order {
  display: block;
  background-color: #666666;
  border-radius: 4px;
  padding: 10px 20px;
  color: #ffffff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.1rem;
}

.btn-menu-order:hover {
  color: #000000;
  text-decoration: none;
}

#info-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

#order-form {
  padding: 3rem 0;
}

.box-info {
  text-align: center;
  background-color: #383838;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  position: relative;
  top: 0;
}

.box-info:hover {
  position: relative;
  top: -10px;
}

.box-info-inner {
  padding: 10px;
}

.box-info-inner li {
  margin-top: 10px;
}

.box-info-anchor {
  text-decoration: none !important;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .box-info-anchor {
    margin-top: 0px;
  }
}

.box-info img {
  width: 100%;
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.box-info-anchor:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  cursor: pointer;
}

.box-info:hover, .box-info:focus {
  background-color: #383838;
}

.box-info h3 {
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  color: #fc1b57;
  font-size: 1.4rem;
}

.box-info h3:after {
  visibility: hidden;
}

.box-info h2 {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 5px !important;
}

.box-info p {
  color: #ffffff;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.box-info li {
  color: #ffffff;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-5 {
  margin-top: 50px;
}

#reference {
  padding-bottom: 60px;
  padding-top: 60px;
}

#reference h2 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #383838;
  margin-bottom: 40px;
}

#reference h2:after {
  content: "";
  position: relative;
  display: block;
  left: 0;
  top: 10px;
  width: 60px;
  height: 2px;
  background-color: #fc1b57;
}

.container-form {
  max-width: 800px;
}

.copyright {
  color: #ffffff;
  font-size: 0.9rem;
}

.copyright-box {
  border-top: 1px solid #666666;
  padding-top: 15px;
  margin-top: 25px;
}

.footer-menu {
  font-size: 0.9rem;
  list-style: none;
  padding-left: 0px;
}

.footer-navigation {
  background-color: #ffffff;
}

.footer-menu i {
  color: #fc1b57;
  margin-right: 10px;
  width: 16.4px;
}

.footer-menu li {
  color: #ffffff;
}

.profil {
  /*width: 100%;*/
  padding-bottom: 4rem;
}

@media screen and (max-width: 992px) {
  .navbar-collapse {
    /*height: 50vh;*/
    position: fixed;
    left: 0%;
    /*background-color: white;
  top: 0px;*/
    width: 100%;
    z-index: 999;
  }
}

.navbar-toggler {
  z-index: 9999;
}

.toggler-close {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/*@media screen and (min-width: 992px) {
.toggler-close{
	display: hidden;
}
}*/
.formnote {
  font-size: 0.8rem;
  color: #fc1b57;
}

.form-label-text {
  display: block;
  margin-bottom: 5px;
}

.forminput {
  width: 100%;
  margin-bottom: 15px;
}

.formsubmit {
  padding: 10px;
  background-color: #fc1b57;
}

.secondary-color {
  color: #fc1b57;
}
/*# sourceMappingURL=style.css.map */