
a {
  text-decoration: none;
  transition: .3s ease-in-out color, .3s ease-in-out background-color
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none
}

ul {
  padding: 0;
  list-style: none
}

strong {
  font-weight: 400
}

.grey-med {
  color: #b2c4c4
}

.quotemarks {
  font-family: "Times New Roman", Times, serif;
  font-size: 60px;
  position: relative;
  top: 10px;
  line-height: 0;
  color: #dce7e7
}

.title-margin {
  margin-bottom: 40px
}

.btn-margin {
  margin-top: 80px
}

.mb-30 {
  margin-bottom: 30px
}

.mt-30 {
  margin-top: 30px
}

*:focus {
  outline: none !important
}

.line-after:after {
  margin-top: 40px;
  width: 100%;
  content: "";
  height: 1px;
  display: block;
  background-color: #404242
}

.read-more {
  font-size: 14px;
  color: #b2c4c4
}

.read-more img {
  width: 20px
}

figure .info-stats {
  background-color: rgba(0, 0, 0, 0.65);
  position:absolute;
  margin: 0 .5rem;
  width:auto;
  padding: .25rem .75rem;
  color:#fff;
  border-radius:7px;
  bottom:1rem;
}

.info-title {
  font-size: 1em;
  font-weight:bold;
}

.info-subtitle {
  font-size: .8em;
  font-style:italic;
}

.info-a {
  font-size: 16px
}

.info-text {
  font-size: 16px
}

.error-msg span {
  font-size: 12px;
  color: red;
  display: none
}

.info-container {
  margin-top: 20px;
  text-overflow: ellipsis
}

.info-container .info-text {
  max-width: 300px;
  margin-top: 10px;
  height: 80px;
  overflow: hidden;
  text-align: left
}

form input {
  display: inline-block;
  background-color: #f7f9f9;
  font-weight: 300;
  font-size: 16px;
  color: #404242;
  padding: 8px 12px;
  border: none;
  transition: .3s ease-in-out background-color
}

form input::-webkit-input-placeholder {
  color: #604000
}

form input:-ms-input-placeholder {
  color: #604000
}

form input::-moz-placeholder {
  color: #604000
}

form input:-moz-placeholder {
  color: #604000
}

form input:focus {
  background-color: #ebf1f1
}

button {
  background: none;
  border: none
}

.section {
  padding: 14px 0
}

.section.grey-back {
  background-color: #f7f9f9
}

.transp-white-back {
  background: rgba(255, 255, 255, 0.5)
}

.underline-me:after {
  margin-top: 5px;
  width: 0;
  content: "";
  height: 1px;
  display: block;
  background-color: #604000;
  transition: .3s ease-in-out width;
  margin-right: auto;
  margin-left: auto
}

.underline-me:hover:after {
  width: 100%
}

.underline-me-l:after {
  margin-top: 5px;
  width: 0;
  content: "";
  height: 1px;
  display: block;
  background-color: #604000;
  transition: .3s ease-in-out width
}

.underline-me-l:hover:after {
  width: 100%
}

.al2-btn {
  padding: 0;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  box-shadow: inset 0px 1px 0px 0px #b2c4c4, inset 0px -1px 0px 0px #b2c4c4
}

.al2-btn span {
  margin: 0 20px
}

.al2-btn:before {
  margin-bottom: 12px
}

.al2-btn:after {
  margin-top: 12px
}

.al2-btn:before,
.al2-btn:after {
  width: 0;
  content: "";
  height: 1px;
  display: block;
  background-color: #604000;
  transition: .3s ease-in-out width;
  margin-right: auto;
  margin-left: auto
}

.al2-btn:hover {
  box-shadow: inset 0px 1px 0px 0px #d3e0e0, inset 0px -1px 0px 0px #d3e0e0
}

.al2-btn:hover:before,
.al2-btn:hover:after {
  width: 100%
}

.fit-img>img {
  width: 100%;
  display: inline-block
}

.img-40 {
  vertical-align: baseline;
  width: 40px
}

.social-icon {
  display: inline-block;
  width: 28px
}

.social-icon img {
  width: 100%
}

.filter-list li.active {
	color: #604000;
}

*::selection {
  background-color: #604000;
  color: #ebf1f1
}

*::-moz-selection {
  background-color: #604000;
  color: #ebf1f1
}

*::-o-selection {
  background-color: #604000;
  color: #ebf1f1
}

*::-ms-selection {
  background-color: #604000;
  color: #ebf1f1
}

*::-webkit-selection {
  background-color: #604000;
  color: #ebf1f1
}

.al2-btn,
img {
  user-select: none
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #ebf1f1
}

.custom-scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: #ebf1f1
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #604000
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0
}

.glyphicon {
  font-size: 14px
}

.modal {
  margin-right: 0 !important;
  padding-top: 200px;
  background-color: rgba(235, 241, 241, 0.7)
}

.modal-open .modal {
  overflow-y: hidden
}

.modal .modal-body {
  padding: 5px
}

.modal .modal-dialog {
  margin: auto
}

.modal .modal-content {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0;
  background-color: #f7f9f9;
  border: none
}

.modal .close {
  opacity: 1;
  color: white;
  font-size: 30px;
  font-weight: 100;
  background-color: transparent;
  display: block;
  margin: 0 auto;
  float: none
}

.modal-backdrop {
  background-color: #404242 !important
}

#main-nav {
  background-color: #f7f9f9;
  margin-bottom: 0;
  padding: 4px 0
}

#main-nav.transp-nav {
  width: 100%;
  background-color: rgba(245, 247, 247, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20
}

#main-nav .nav>li>a {
  padding: 16px 12px
}

#main-nav .nav>li>a:hover {
  background-color: unset
}

#main-nav .navbar-brand {
  padding: 10px 16px 6px;
  margin-right: 20px;
  width: 100px;
  height: 60px
}

#main-nav .navbar-toggle {
  border: none
}

#main-nav .navbar-toggle .icon-bar {
  background: #404242;
  width: 30px;
  height: 2px
}

#main-nav .navbar-right.navbar-nav>li>a {
  padding-left: 8px;
  padding-right: 8px
}

#main-nav .navbar-nav:not(.navbar-right)>li>a {
  margin: 3px auto 0
}

#main-nav .navbar-nav:not(.navbar-right)>li>a:hover {
  background-color: unset
}

#main-nav .navbar-toggle {
  margin-top: 12px
}

#main-nav .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px
}

#main-nav .navbar-toggle .icon-bar {
  transition: all 0.2s
}

#main-nav .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 0%
}

#main-nav .navbar-toggle .middle-bar {
  opacity: 0
}

#main-nav .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 100%
}

#main-nav .navbar-toggle.collapsed .top-bar {
  transform: rotate(0)
}

#main-nav .navbar-toggle.collapsed .middle-bar {
  opacity: 1
}

#main-nav .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0)
}

footer {
  position: relative;
  text-align: center;
  background-color: #ebf1f1
}

footer #upper {
  padding: 80px 0
}

footer #lower {
  padding: 0 0 20px
}

footer #lower:before {
  content: "";
  height: 1px;
  width: 200px;
  display: block;
  margin: 0 auto 20px;
  background-color: #604000
}

footer #footer-logo {
  float: none
}

footer #footer-logo img {
  width: 80px
}

footer ul li {
  display: inline-block;
  padding: 12px 8px 0
}

footer #to-top {
  color: #604000;
  cursor: pointer;
  font-weight: 100;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px
}

footer #to-top img.arrow-up {
  width: 35px;
  display: block
}

.full-back {
  position: relative;
  min-height: 80vh;
  background-color: #dce7e7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  background-blend-mode: screen;
  background-attachment: fixed;
}

.side-menu ul li {
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 100;
  transition: .2s ease-in-out color
}

.side-menu ul li:hover {
  color: #604000
}

.side-menu>a,
.side-menu>span {
  display: block;
}

.side-menu>span {
  margin-bottom: 20px
}

.side-menu>a {
  margin-bottom: 10px;
  margin-top: 5px
}



.product-template .info-container:before {
  margin-bottom: 20px;
  width: 0;
  content: "";
  height: 1px;
  display: block;
  background-color: #604000;
  transition: .3s ease-in-out width
}

.product-template img {
  opacity: .9;
  transition: .2s ease-in-out opacity;
  border-radius: 7px;
}

.product-template a:hover img {
  opacity: 1
}

.product-template a:hover .info-container:before {
  width: 100%;
}


@media (max-width: 1199px) {
  .mt-md-40 {
    margin-top: 40px
  }
  .mt-md-40 {
    margin-top: 40px
  }
  .section {
    padding: 10px 0
  }
}

@media (max-width: 991px) {
  .mb-sm-40 {
    margin-bottom: 40px
  }
  .mt-sm-40 {
    margin-top: 40px
  }
  .mt-sm-20 {
    margin-top: 20px
  }
  #main-nav {
    text-align: center
  }
  #main-nav .navbar-header {
    float: none
  }
  #main-nav .navbar-toggle {
    display: block
  }
  #main-nav .navbar-collapse {
    border-top: 1px solid transparent
  }
  #main-nav .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
  }
  #main-nav .navbar-collapse.collapse {
    display: none !important
  }
  #main-nav .navbar-nav {
    float: none !important;
    margin-top: 7.5px
  }
  #main-nav .navbar-nav>li {
    float: none
  }
  #main-nav .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px
  }
  #main-nav .collapse.in {
    display: block !important
  }
  #main-nav .navbar-left,
  #main-nav .navbar-right {
    float: none !important;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebf1f1
  }
  #main-nav .navbar-nav:not(.navbar-right)>li>a {
    width: 50%
  }
  #main-nav .navbar-right li {
    display: inline-block
  }
  .side-menu {
    text-align: center;
	float:left;
  }
  .modal {
    padding-top: 100px
  }
  .iframe-news-container img,
  .iframe-news-container p {
    width: 480px
  }
  .iframe-news-container iframe {
    width: 480px;
    height: 270px
  }
  #press-section {
    text-align: center
  }
  #press-section .catalogues-template img {
    margin: 0 auto
  }
  #download-links .underline-me-l:after {
    background-color: #ebf1f1;
    width: 100%
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px
  }
  p {
    line-height: 1.5
  }
  .title-margin {
    margin-bottom: 60px
  }
  .btn-margin {
    margin-top: 60px
  }
  .modal {
    padding-top: 100px
  }
  #main-carousel .carousel-control .carousel-arrow {
    height: 40px
  }
  #main-carousel .carousel-control .carousel-arrow.arrow-left {
    left: 10px
  }
  #main-carousel .carousel-control .carousel-arrow.arrow-right {
    right: 10px
  }
  #news-section {
    text-align: center
  }
  #news-section .info-container .info-text {
    margin-left: auto;
    margin-right: auto
  }
  .iframe-news-container img {
    width: 380px
  }
  .iframe-news-container iframe {
    width: 380px;
    height: 214px
  }
  .iframe-news-container p {
    margin-left: auto;
    margin-right: auto;
    width: 380px
  }
}

@media (max-width: 479px) {
  h1,
  .quotemarks {
    font-size: 24px
  }
  .quotemarks {
    font-size: 26px;
    top: 0
  }
  p,
  a,
  .al2-btn {
    font-size: 16px
  }
  .section {
    padding: 8px 0
  }
  footer #to-top {
    position: static;
    right: unset;
    bottom: unset
  }
  .modal {
    padding-top: 30px
  }
  #download-links .underline-me-l:after {
    background-color: #604000;
    width: 0%
  }
  #download-links .file-size {
    width: 100%;
    display: inline-block;
    text-align: right;
    float: none
  }
  .designer-info-cont {
    padding: 20px;
    position: relative
  }
  .designer-info-cont img,
  .designer-info-cont p {
    margin-top: 20px
  }
  .designer-info-cont .read-more {
    position: static
  }
  .collapse a.fit-img.col-xs-1 {
    width: 10%
  }
  .iframe-news-container img,
  .iframe-news-container p {
    width: 275px
  }
  .iframe-news-container iframe {
    width: 275px;
    height: 155px
  }
}

@media screen and (orientation: landscape) and (max-height: 800px) {
  .section {
    padding: 9px 0
  }
  .btn-margin {
    margin-top: 60px
  }
  .title-margin {
    margin-bottom: 60px
  }
  #main-carousel .carousel-inner .item {
    height: 90vh
  }
  .modal {
    padding-top: 60px
  }
}

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