/*!
 * Start Bootstrap - Grayscale v5.0.8 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

#mainNav {
  min-height: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #ea5b06;
  border: 1px solid #ea5b06;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #ea5b06;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

.fil0 {
	fill:#ea5b06;
}

.blue {
  color: #05415a;
}

.orange {
  color: #ea5b06;
}

 .main_img img {
  padding: 0;
  width:100%;
  margin-bottom: -120px;
 }

.review-section i {
	color: #ea5b06;
	padding-bottom: 1rem;
}

.carousel-item {
  
  display: block;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item.active,
.carousel-item-next {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
    #mainNav .lang {
    display: none;
  }
  
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #1b485f;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #1b485f;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #ea5b06;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #000000;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #ea5b06;
    outline: 0;
    border-bottom: 0.25rem solid #ea5b06;
  }
  .main_img img {
  padding: 0;
  width:100%;
  margin-bottom: -120px;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: #1b485f;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: none;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #ea5b06;
}

.btn-primary:hover {
  background-color: #bc4600;
}

.btn-primary:focus {
  background-color: #bc4600;
  color: white;
}

.btn-primary:active {
  background-color: #a03c01 !important;
}

.about-section {
  padding: 10rem 0 5rem 0;
  background: #1b485f
}

.about-section p {
  margin-bottom: 5rem;
}

.history-section {
  padding: 6rem 0;
}

.history-section .featured-text {
  padding: 2rem;
}

.gallery-section {
  padding: 6rem 0 3rem 0;
}

.gallery-section .featured-text {
  padding: 2rem;
}

.press-section {
  padding: 6rem 0;
}

.press-section .featured-text {
  padding: 2rem;
}

.review-section {
  padding: 6rem 0;
}

.review-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .press .press-text {
    padding: 5rem;
  }
  .press .press-text hr {
    border-color: #343a40;
    border-width: .25rem;
    width: 30%;
  }
  .review .review-text {
    padding: 5rem;
  }
  .review .review-text hr {
    border-color: #343a40;
    border-width: .25rem;
    width: 30%;
  }
  .history .history-text {
    padding: 4.5rem;
  }
  .history .history-text hr {
    border-color: #ea5b06;
    border-width: .25rem;
    width: 30%;
  }
}

.history-text {
  padding: 2rem;
}

.contact-section {
  padding: 7rem 0 0 0;
  background: url("../img/bg-contact.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.contact-section .featured-text {
  padding: 0rem;
}

.contact-section .form-inline input {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.sale-section {
  padding: 6rem 0 6rem 0;
}

.sale-section .card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0.25rem solid #ea5b06;
  transition: background-color .15s ease-in-out;
  color: #000000;
}

.sale-section .card:hover {
  background-color: #ebedef;
}

.sale-section .card:focus {
  background-color: #dde0e3;
}
.sale-section .card:active {
  background-color: #dde0e3 !important;
}

.sale-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.sale-section .card hr {
  border-color: #343a40;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 2rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section, .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section, .social a:active {
  color: #fff;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;  
  overflow-x: hidden;
}

span.small {
  font-family: 'Nunito';
  margin: 0 5px 0 5px;
  padding: 0 5px 0 0px;
}
span.normal {
  font-family: 'Nunito';
  padding-left: 5px;
  font-weight: 400;
}

.content {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
	padding: 0;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}

.content-details {
    position: absolute;
    text-align: center;
    width: 100%;
	left: 50%;
	top: 55%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 55%;
    left: 50%;
    opacity: 1
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}

.fadeIn-bottom {
    top: 80%
}

hr.nadspis-light {
	width: 60px;
	height: 2px;
	background-color: #ea5b06;
	margin-bottom: 2em;
}

hr.nadspis-dark {
	width: 60px;
	height: 2px;
	background-color: #ea5b06;
	margin-bottom: 2em;
}

a {
  color: #808080;
}

a:focus, a:hover {
  text-decoration: none;
  color: #ea5b06;
  transition: color .15s ease-in-out;
}

.bg-black {
  background-color: #01263c !important;
}

.bg-dark {
  background-color: #05415a !important;
}

.bg-primary {
  background-color: #05415a !important;
}

.text-primary {
  color: #05415a !important;
}

.thumbnail {
    padding: .5rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
	transition: background-color .15s ease-in-out;
    max-width: 100%;
    height: auto;
}

.thumbnail:hover {
    padding: .5rem;
    background-color: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
    max-width: 100%;
    height: auto;
}

footer {
  padding: 2.5rem 0 5rem 0;
}

.select-css {
    display: block;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 60px;
    max-width: 100%;
    margin: 0;
	margin-left: 1.5rem;
    border: 0;
	font-weight: 600;
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	color: #fff;
	background: url("../img/chevron-down-solid.svg") no-repeat #343a40;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 3em;
}		

.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
	color: rgba(255, 255, 255, 0.7);
    border: 0;
	cursor: pointer;
}

.left_cell {
	text-align: left;
	float: left;
	margin: 0 auto 0 0;
	color: #fff;
}
.left_cell_light {
	text-align: left;
	float: left;
	margin: 0 auto 0 0;
	color: rgba(0,0,0,.75);
}
.right_cell {
	text-align: right;
	width: 80%;
	margin: 0 0 0 auto;
	color: rgba(255,255,255,.5);
}
figure { 
	display: inline-grid;
}

@media (max-width: 991px) {
	.dropdown-lang {
	display: none;
  }
  .main_img img {
  padding: 0;
  width:100%;
  margin-top: -120px;
  margin-bottom: 30px;
	}
  
}
@media (min-width: 992px) {
	.dropdown-lang {
	display: block;
  }
}

.col-sm-5cols {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
.col-sm-5cols {
        width: 20%;
        float: left;
    }
}

.footer_url, #moreless {
    color: rgba(255,255,255,.5)!important;
}
.footer_url:hover, #moreless:hover {
    color: #fff!important;
	
}