@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	background: #fff url('/img/bg.jpg') no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-attachment: fixed;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.85;
	transition: 0.05s background;
}

@media (max-width:767px) {
	body {
		font-size: 13px;
		background-size: cover;
	}
}

a {
	color: #54730c;
}

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

a[name] {
	margin-top: -130px;
	margin-bottom: 130px;
    display: block;
}

p {
	margin: 0;
}

h1 {
	font-size: 120px;
	font-weight: bold;
}

h1 .small {
	font-size: 30px;
}

h1, h2, h3 {
	color: #54730c;
	font-family: 'Roboto Condensed', sans-serif;
}

h2 {
	font-size: 40px;
	margin: 35px 0 50px 0;
}

h3 {
	text-transform: uppercase;
	font-size: 25px;
	margin: 20px 0;
}

h2 small {
	Xcolor: green;
}

li {
	font-size: 17px;
}

.bold {
	font-weight: bold;
}

.mui-btn {
	border-radius: 11px;
}

.mui-btn-lg {
    font-size: 16px;
	padding: 0 40px;
	height: 45px;
	line-height: 45px;
}

.mui-btn--primary {
    color: #eee;
    background-color: #54730c;
    transition: 0.2s all;
}

.mui-btn--primary:active, .mui-btn--primary:focus, .mui-btn--primary:hover {
    color: #FFF;
    background-color: #4c6909;
    transition: 0.2s all;
}

#footer {
	text-align: center;
	color: #fff; /* #555; */
	background-color: #54730c;	/* #ccc; */
	padding: 30px 10px;
	border-top: 1px solid #54730c;
    font-size: 14px;
}

#footer a {
	color: #fff;
	font-weight: bold;
}

.title-layer {
	position: absolute;
	top: -40%;
	background: rgba(255,255,255,0.77);
	width: 150%;
	height: 350%;
	margin-left: -45%;
	transform: rotate(-15deg);
	border-radius: 100%;
}
@media(min-width:1000px) {
	.title-layer {
		margin-left: -65%;
	}
}
@media(min-width:1200px) {
	.title-layer {
		margin-left: -85%;
	}
}
@media(min-width:1700px) {
	.title-layer {
		margin-left: -105%;
	}
}
@media(max-width:767px) {
	.title-layer {
		margin-left: -50px;
		border-radius: 0;
		top: -100%;
		transform: rotate(0deg);
	}
}

.title-box {
	position: absolute;
}

.section {
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 380px;
	overflow-x: hidden;	/* ensure slide effects never cause scrollbar to appear */
}


@media (min-width:1200px) {
	.section {
		padding-top: 110px;
		padding-bottom: 110px;
	}
}

#header + .section {
	padding-top: 125px!important;
}

.section.welcome {
	Xtext-align: center;
	font-size: 20px;
	overflow: hidden;
	min-height: 400px;
	background: url('../img/logistics.jpg') no-repeat center right;
	background-size: cover;
	padding: 50px 15px;
	font-family: "Roboto Condensed";
	position: relative;
}

.section.welcome h1 {
	margin-top: 100px;
	-webkit-filter: drop-shadow(1px 1px #333);
	        filter: drop-shadow(1px 1px #333);
	font-size: 72px;
}

.section.welcome h1 > img {
	height: 61px;
    margin-bottom: 13px;
    margin-right: 10px;
}

@media (min-width:1200px) {
	.section.welcome h1 {
		margin: 180px 0 50px 0;
	}
}

.section.about {
	text-align: center;
	background: #f9f9f9;
	max-height: 530px;
	overflow: hidden; 
}

.section.about i {
	margin-bottom: 30px;
}

.section.about a {
	font-size: 20px;
    font-weight: bold;
    font-family: "Roboto Condensed";
    margin-left: 20px;
    position: relative;
}

.section.about a.active:after {
	content: '';
	width: 100px;
	height: 100px;
	background: #eee;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: 111px;
	left: -18px;
}
.section.about a:nth-child(4).active:after {
	left: -11px;
}
.section.about a:nth-child(5).active:after {
	left: -8px;
}

@media(max-width:1199px) {
	.section.about a.active:after {
		top: 85px;
		left: -25px;
	}
	.section.about a:nth-child(4).active:after {
		left: -20px;
	}
	.section.about a:nth-child(5).active:after {
		left: -15px;
	}
}


.section.about a:hover {
	text-decoration: none;
}

@media (min-width:992px) {
	.section.about a {
	    font-size: 25px;
	}
}

.section.about .container {
	max-width: 1000px;
}

.section.contacts,
.section.downloads {
	background: #eeeeee94;
}

.section.partners {
	background: #eee;
	overflow: hidden;
	position: relative;
	min-height: 500px;
}

.partners-pager {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
    padding: 5px;
	text-align: center;
	display: block;
	transition: 0.3s all;
}

.partners-pager:hover {
	transform: scale(1.7);
	transition: 0.5s all;
}

.partners-pager a {
	font-size: 20px;
	color: #888;
}

.partners-pager a:hover {
	color: darkgreen;
	text-decoration: none;
}

.partners-pager a:active, 
.partners-pager a:focus {
	text-decoration: none;
}

.section.service {
	text-align: left;
	background: #eee;
}

.section.service p:first-of-type {
	margin-bottom: 30px;
}

.section.service li {
	font-size: 15px;
	margin-left: -20px;
}

.section.service .contact-us-label {
	color: #555;
	padding-top: 10px;
}

.section img.wide {
	display: none;
	width: 100%;
}

.section.service img.wide {
	padding-right: 50px;
}

.section img.mobile {
	padding-top: 30px;
	width: 100%;
}

.section.service img {
	width: 100%;
	max-width: 100%;
	-webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: 1s all;
}

.section.service:hover img {
	-webkit-filter: none;
    -moz-filter: none;
    filter: none;
    transition: 0.5s all;
}

.section.service img {
	border-radius: 50px;
	border: 2px solid #54730c;
	transform: rotate(1deg);
}

.section.service img {
	transform: rotate(-1deg);
}


.section.desc {
	background: #ddddddad;
}

.section.desc i + h3 + p {
	font-size: 95%;
}

.section.map {
	padding-bottom: 0;
}

.navbar-static-top {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(235,235,235,0.9);
	border-color: #688c14;
}

.navbar-default .navbar-nav>li>a {
    color: #555;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #aaaaaa52;
}

@media (min-width: 768px) {
	.navbar-static-top ul.navbar-nav > li > a {
    	padding: 30px 26px;
	    font-size: 17px;
    	font-weight: bold;
	    font-family: "Roboto Condensed";
	}
}

@media (min-width: 992px) {
	.navbar-static-top ul.navbar-nav > li > a {
    	padding: 30px 49px;
	}
}

@media (min-width: 1200px) {
	.navbar-static-top ul.navbar-nav > li > a {
    	padding: 30px 60px;
	    font-size: 19px;
	}
}

.dropdown-menu {
	background: rgba(235,235,235,0.9);
}

.nav .dropdown-menu>li>a {
	padding: 8px 30px;
	border-color: #688c14;
}

.title {
	margin: 10px 0;
}

.partner {
	float:left;
	width: 170px;
	height: 120px;
	position: relative;
	display: table;
}

.partners-box {
	max-width:10000px;
	width: 100%;
	margin: 50px auto;
	position: absolute;
	transition: 0.2s all;
}

.partner img {
	padding: 30px;
	position: absolute;
	margin: auto auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*width: 100%;*/
	max-height: 110px; 
	max-width: 100%;
	-webkit-filter: grayscale(100%) invert(20%);	/* we do invert bit to improve solid black logos */
	-moz-filter:    grayscale(100%) invert(20%);
	filter:         grayscale(100%) invert(20%);
    transition: 0.3s all;
    display: inline-block;
}

.partner img:hover {
	-webkit-filter: none;
    -moz-filter: none;
    filter: none;
    transition: 0.3s all;
}

.partner img.fix-inverted {
	-webkit-filter: grayscale(100%) invert(80%);
	-moz-filter:    grayscale(100%) invert(80%);
	filter:         grayscale(100%) invert(80%);
}
.partner img.fix-inverted:hover {
	-webkit-filter: grayscale(100%) invert(100%);
	-moz-filter:    grayscale(100%) invert(100%);
	filter:         grayscale(100%) invert(100%);
}

.partner span {
    font-weight: bold;
    color: #555;
    font-size: 15px;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
}

.partner:hover span {
	color: #000;
}

.partner span.logotext-short {
    font-size: 20px;
}

.partner span.logotext-shortest {
    font-size: 25px;
}

.partner span.logotext-long {
    font-size: 13px;
}

.title-color {
	background: #333;
	background: -webkit-linear-gradient(#999, #333);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.subtitle-color {
	color: #688c14 !important;
}

.section.desc .glyphicon,
.section.desc i.fa,
.section.about i.fa {
	font-size: 50px;
	color: #54730c;
}

.section.desc * {
	text-align: center;
}

.rotatedtexts {
	display: inline-block;
	position: relative;
	width: 190px;
	overflow: hidden;
    height: 45px;
    line-height: 49px;
    margin-bottom: -15px;
    text-align: left;
}

.rotatedtextout,
.rotatedtextin,
.rotatedtextin.in {
	position: absolute;
	height: 45px;
	top: 0;	
	left: 0;
    line-height: 49px;
   	transition: 1.1s all;

}
.rotatedtextout.out {
	top: -50px;	
	transition: 0.9s all;
}

.rotatedtextin {
	top: 50px;	
}

.card {
	max-width: 360px;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #54730c;
	transform: rotate(-1deg);
	margin: -20px;
	margin-top: 15px;
	padding: 20px;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.file {
	display: block;
	margin: 10px 0;
	font-size: 16px;
	color: #555;
}

a.file:hover {
	text-decoration: none;
}

.file i {
	display: inline-block;
	width: 31px;
	font-size: 23px;
}

.wreath {
    text-align: center;
    font-size: 20px;
    font-family: "Roboto Condensed";
    line-height: 23px;
    margin-top: 40px;
}

@media(min-height:800px) {
	.wreath {
    	margin-top: 150px;
	}	
}

.wreath-inner {
	background: url(../img/laurel-wreath.png) no-repeat;
    background-size: 100% auto;
    height: 150px;
    width: 150px;
    text-align: center;
}

.wreath .top-line {
    color: #555;
    display: block;
    font-size: 14px;
    padding-top: 26px;
}

.wreath .middle-line {
    color: #333;
    display: block;
    font-size: 60px;
    line-height: 48px;
    font-weight: 900;
    background: -webkit-linear-gradient(#666, #444);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.wreath .bottom-line {
    color: #444;
    display: block;
    font-size: 16px;
}

/* slide in when element in view effects */
.slide-on-scroll {
	opacity: 0;
	transition: 1.5s all;
}

.slide-on-scroll.slide-complete {
	opacity: 1;
}

.slide-from-right {
	margin-left: 50vw;
	margin-right: -50vw;
}

.slide-from-left {
	margin-left: -50vw;
	margin-right: 50vw;
}

.slide-from-right.slide-complete,
.slide-from-left.slide-complete {
	margin-left: 0;
	margin-right: 0;
}

.slide-grow {
	transform: scale(0.2);
}

.slide-shrink {
	transform: scale(5);
}

.slide-grow.slide-complete,
.slide-shrink.slide-complete {
	transform: scale(1);
}

/* custom slide-in timings */
.slide-delay1 {
	transition: 2.5s all;
}
.slide-delay2 {
	transition: 3.5s all;
}
.slide-delay3 {
	transition: 4.5s all;
}
.slide-faster1 {
	transition: 0.7s;
}
.slide-faster2 {
	transition: 0.3s;
}

@media (min-width: 768px) {
	.col-sm-offset-both-1 {	/* same as col-sm-offset-1 but with right side offset too */
		margin-left: 8.33333333%;
		margin-right: 8.33333333%;
	}
}

@media (max-width: 767px) {
	.navbar-brand {
    	height: 50px;
    	padding: 4px 11px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    	padding: 8px 36px;
	}
}


a.lang-switcher {
    background: #54730c;
    border-radius: 32px;
    padding: 10px 16px;
    margin: 15px 12px;
    position: fixed;
    top: 0px;
    right: 0px;
}

@media (max-width: 767px) {
	a.lang-switcher {
		margin: 5px 69px;
		padding: 7px 13px 8px 13px;
	}
}

/* Hide not-default languages on load */
*[lang="en"] {
	display: none;
}