body {

}

.lira-logo {
  width: 80px;
  position:absolute;
  padding: 0 !important;
  -webkit-transition: width 0.3s, height 0.15s; /* For Safari 3.1 to 6.0 */
  transition: width 0.3s, height 0.15s;
}
.lira-logo img {
  max-width:85%;
}
.navbar-transparent .lira-logo {
  width: 150px !important;
  height: 110px !important;
  background: white;
  top:10px;
  border-radius: 15px;
  box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}
.navbar-transparent .lira-logo img {
  margin: 10px;
}
.navbar-transparent .lira-logo.lira-logo-v2 {
  border-radius: 0 0 15px 15px;
  top:0px;
  position:fixed;
}

.btn.btn-green {
    color: #fff;
    background-color: #45a315;
    border-color: #45a315;
    box-shadow: 0 2px 2px 0 rgba(71, 167, 21, 0.14), 0 3px 1px -2px rgba(71, 167, 21, 0.2), 0 1px 5px 0 rgba(71, 167, 21, 0.12);
}

.btn.btn-green:hover {
    color: #fff;
    background-color: #4fba18;
    border-color: #3e9212;
}

.btn.btn-green:focus,
.btn.btn-green.focus,
.btn.btn-green:hover {
    color: #fff;
    background-color: #4fba18;
    border-color: #3e9212;
}

.btn.btn-green:active,
.btn.btn-green.active,
.open>.btn.btn-green.dropdown-toggle,
.show>.btn.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #4fba18;
    border-color: #3e9212;
    box-shadow: 0 2px 2px 0 rgba(71, 167, 21, 0.14), 0 3px 1px -2px rgba(71, 167, 21, 0.2), 0 1px 5px 0 rgba(71, 167, 21, 0.12);
}

.btn.btn-green:active:hover,
.btn.btn-green:active:focus,
.btn.btn-green:active.focus,
.btn.btn-green.active:hover,
.btn.btn-green.active:focus,
.btn.btn-green.active.focus,
.open>.btn.btn-green.dropdown-toggle:hover,
.open>.btn.btn-green.dropdown-toggle:focus,
.open>.btn.btn-green.dropdown-toggle.focus,
.show>.btn.btn-green.dropdown-toggle:hover,
.show>.btn.btn-green.dropdown-toggle:focus,
.show>.btn.btn-green.dropdown-toggle.focus {
    color: #fff;
    background-color: #4fba18;
    border-color: #30720e;
}

.open>.btn.btn-green.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #45a315;
}

.open>.btn.btn-green.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #4fba18;
}

.btn.btn-green.disabled:focus,
.btn.btn-green.disabled.focus,
.btn.btn-green:disabled:focus,
.btn.btn-green:disabled.focus {
    background-color: #45a315;
    border-color: #45a315;
}

.btn.btn-green.disabled:hover,
.btn.btn-green:disabled:hover {
    background-color: #45a315;
    border-color: #45a315;
}

.btn.btn-green:focus,
.btn.btn-green:active,
.btn.btn-green:hover {
    box-shadow: 0 14px 26px -12px rgba(71, 167, 21, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(71, 167, 21, 0.2);
}

.btn.btn-green.btn-link {
    background-color: transparent;
    color: #45a315;
    box-shadow: none;
}

.btn.btn-green.btn-link:hover,
.btn.btn-green.btn-link:focus,
.btn.btn-green.btn-link:active {
    background-color: transparent;
    color: #45a315;
}

.text-green {
	color: #3e9212 !important; /* #4fba18 */
}

.landing-page{
	overflow-x: hidden;
}

.section-shipping .image-container {
    height: 560px;
    position: relative;
}
.section-shipping .shipping-image {
    width: auto;
    left: -100px;
    top: 0;
    height: 100%;
    position: absolute;
}

.section-dark-green, .section-image {
    background-color: #2f4c1f;
    background-size: 200% 240%;
    background: #183907;
    background: radial-gradient(ellipse at center, #5d7451 0, #183907 100%);
    background-size: 550% 450%;
}
.section-dark-green .card-plain .card-title, .section-dark-green .card-plain .icon i, .section-dark-green .title, .section-image .card-plain .card-title, .section-image .card-plain .icon i, .section-image .title {
    color: #fff;
}
.section-dark-green .card-plain .card-description, .section-dark-green .card-plain .icon, .section-dark-green .description, .section-image .card-plain .card-description, .section-image .card-plain .icon, .section-image .description {
    color: hsla(0, 0%, 100%, .76);
}

.section-dark, .section-image {
    background-color: #343434;
    background-size: 200% 240%;
    background: #232323;
    background: radial-gradient(ellipse at center, #585858 0, #232323 100%);
    background-size: 550% 450%;
}
.section, .section-image {
    background-position: 50%;
    background-size: cover;
}
.section-dark .card-plain .card-title, .section-dark .card-plain .icon i, .section-dark .title, .section-image .card-plain .card-title, .section-image .card-plain .icon i, .section-image .title {
    color: #fff;
}
.section-dark .card-plain .card-description, .section-dark .card-plain .icon, .section-dark .description, .section-image .card-plain .card-description, .section-image .card-plain .icon, .section-image .description {
    color: hsla(0, 0%, 100%, .76);
}


.index-page .section-cards .image-container, .landing-page .section-cards .image-container {
    max-width: 1040px;
    margin-top: -140px;
    position: relative;
    height: 660px;
}
.index-page .section-cards .image-container img, .landing-page .section-cards .image-container img {
    max-width: 1040px;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.landing-page .image-container .img-tls {
    width:100%;
}


.contact-us .contact-content {
    padding-bottom: 40px;
    padding-top: 40px;
}
.contact-us .big-map {
    height: 55vh;
    width: 100%;
    display: block;
    position: relative;
}

.icon.icon-green {
    color: #3e9212;
}
.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top, #45a315 2px, rgba(69, 163, 21, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.navbar.bg-dark-green {
    color: #fff;
    background-color: #2f4c1f !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(47, 76, 31, 0.46);
}

.navbar.bg-dark-green .dropdown-item:hover,
.navbar.bg-dark-green .dropdown-item:focus {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(47, 76, 31, 0.4);
    background-color: #45a315;
    color: #fff;
}

.navbar.bg-dark-green .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
}

.navbar.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none;
    padding-top: 25px;
    color: #fff;
}

.modal-backdrop.show {
    opacity: 1;
}

.section-sand .image-container {
	margin-top: -100px !important;
	height: 640px !important;
}

.landing-page .section .section-logo{
	width:180px;
	margin-bottom:20px;
}
.gallery {
	padding-left:5%;
}
.gallery img {
    width: 20%;
    margin-right: 5%;
    margin-bottom: 5%;
    float: left;
}

.card .card-header-green,
.card.bg-green,
.card.card-rotate.bg-green .front,
.card.card-rotate.bg-green .back {
    background: linear-gradient(60deg, #3e9212, #30720e);
}

.company-profile .corporate-information label {
	color: #d3d3d3;
	line-height:1.5em;
	text-transform: uppercase;
}
.company-profile .corporate-information p {
	margin-bottom: 20px;
}

.company-profile p.text {
    font-size: 1.188rem;
    line-height: 1.5em;
    color: #555;
    margin-bottom: 30px;
}

.footer-black {
    background: #232323;
    background: radial-gradient(ellipse at center, #585858 0, #232323 100%);
    background-size: 550% 450%;
}

.footer-big {
    padding: 1.875rem 0;
}

.footer-big .content {
    text-align: left;
}

.footer-quick-link ul li {
	display:block;
	
}
.footer-quick-link ul li a {
    color: inherit;
    padding: 0;
    /*font-weight: 500;*/
    font-weight: 200;
    font-size: 14px;
    text-transform:none;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
}
.footer-quick-link ul li a:hover, .footer-quick-link ul li a:focus {
    color: #45a315;
    text-decoration: none;
}
.footer-quick-link img.logo {
	width:100%;
}
.footer-quick-link p {
	color:#3C4858;
}

@media (max-width: 575.98px) {
	.section-shipping .image-container {
	    height: 380px;
	}
	.section-shipping .shipping-image {
	    left: -30px;
	}
}
@media (max-width: 767.98px) {
	.section-earth .image-container {
	    margin-top: -100px !important;
	    height: 580px !important;
	}
	.section-earth .earth-image, .section-sand .sand-image {
		max-width:800px !important;
		right: -120px !important;
	}
}
