body {
	padding-top: 67px;
	font-family: "Open Sans", sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease-in-out;
	-moz-transition: opacity 0.15s ease-in-out;
	-ms-transition: opacity 0.15s ease-in-out;
	-o-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

body:not(.homepage){
	background-color: #0099cc !important;
}

a:not(.btn):not(.nav-link):not(.dropdown-item){
	color:black;
	/*text-decoration: none;*/
}

a:not(.btn):not(.nav-link):not(.dropdown-item):hover{
	/*font-weight: bold;*/
	/*text-decoration: none;*/
	color:black;
}


.breadcrumb {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: transparent;
	margin-bottom: 0;
}

.breadcrumb li {
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
    padding-right: 0.5rem;
    color: #ffffff;
    content: " | ";
}

.bg-primary {
	background-color: #0099cc !important;
}

.bg-secondary {
	background-color: #eceff2 !important;
}

.h2,
h2 {
	font-size: 1.8rem;
	font-weight: lighter;
	margin-bottom: 1em;
}

.h3, h3 {
	font-size: 1.25rem;
	color: #0099cc;
	margin-bottom: 1.5em;
	font-weight: bold;
}

.hide{
	opacity: 0 !important;
}
.orange {
	color: #d1581c;
}

ul,ol {
	padding-inline-start: 20px;
	padding-left:1.2em;
}

ul.pluslist {
	list-style-type: none;
}

ul.pluslist li {
	margin-bottom: 1.5em;
}

ul.pluslist li:before {
	content: "+ ";
	color: #d1581c;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: -1.2rem;
	position: absolute;
	margin-top: -0.4rem;
	margin-right: 0rem;
}


div#green-block {
    background: url(/img/illu_road.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mainpage .card{
	/*background-color: #eceff2;*/
	background-image: -moz-linear-gradient( 90deg, rgb(216,216,216) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(216,216,216) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(216,216,216) 0%, rgb(255,255,255) 100%);

}

.card a{
	text-decoration: none;
}

.cardlink:hover{
	text-decoration: none;
}

.card-title{
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 600;
}
.card-body .card-text {
	font-size: 1em;
	color: #333;
	
}

.card:hover{
	box-shadow: none!important;
	border: 1px solid #0099cc;
}

.card .card-img-top{
	transition: all .2s ease-in-out;
	transform: scale(0.9);
}

.card:hover .card-img-top{
	transform: scale(0.98);
}

.carousel-item {
  display: block!important;
  opacity: 0;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  height: 100%;

}

.carousel-item.active{
	display: block;
	opacity: 1;
}

.carousel-inner{
	height: 100%;
}

.carousel{
	height: 350px;
}

footer {
	color: #333;
	font-size: 16px;
}

footer .display-1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

input.form-control,
textarea.form-control {
	border-radius: 1rem;
	outline: none;
}

footer .copyright {
	font-size: 12px;
	font-weight: 100;
	color: #666;
}

footer .footerlogo {
	font-size: 12px;
	color: #b5b5b5;
}

footer .footerlogo img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
  	opacity: 0.5;
}

footer .footerlogo img:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
  	opacity: 1;
}


.btn.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0099cc;
	border-color: #0099cc;
	border-radius: 25px;
	/*padding-bottom: 5px;
	padding-top: 5px;*/
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	/*box-shadow: 0 0 0 0.2rem rgb(255, 148, 96);*/
	box-shadow:none;
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #00bbee;
	border-color: #00bbee;
	box-shadow:none;
}
.btn-primary:hover {
	color: #fff;
	background-color: #00bbee;
	border-color: #00bbee;
}


.btn.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #318b2c;
	border-radius: 25px;
	padding-bottom: 6px;
	border-color: #318b2c;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	/*box-shadow: 0 0 0 0.2rem rgba(51, 153, 51, 0.48);*/
	box-shadow:none;
}

.btn-secondary.focus,
.btn-secondary:focus {
	/*box-shadow: 0 0 0 0.2rem #5fb224;*/
	box-shadow:none;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #59a534;
	border-color: #59a534;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 1);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255,255,255);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255,255,255);
}

.navbar-expand-lg .nav-item .nav-link{
	padding-left: 0;
	padding-right: 0;
	border-bottom: 2px solid transparent;
}

.nav-item.current .nav-link{
	font-weight: bolder;
}

nav.navbar {
    border-bottom: 1px solid rgba(0, 51, 102, 0.4);
}

.dropdown-toggle::after {
	vertical-align: 0.155em;
}

.dropdown-item.current,
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #318b2c;
}


.dropdown-item.current:before{
	content: '';
	display: inline-block;
	margin-left: .255em;
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
	width: 1em;
	margin-left: -1em;
}


.control-label, .form-control {
    font-weight: normal;
}

button:focus {
	outline: 5px auto #0099ccd9;
}


.card-img-box.shadow{
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3) !important;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3) !important;
}

.shadow{
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3) !important;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3) !important;
}

#overonsimg{
	opacity: 0;
	-webkit-transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-ms-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}



/***** A N I M A T I O N *****/

@-webkit-keyframes LOGO-ANIM {
	0% {
		opacity: 0;
		transform: scale(0.8);
		/*margin-left:2em;*/
	}
	100% {
		opacity: 1;
		transform: scale(0.9);
		/*margin-left:0em;*/
	}
}
@-moz-keyframes LOGO-ANIM {
	0% {
		opacity: 0;
		transform: scale(0.8);
		/*margin-left:2em;*/
	}
	100% {
		opacity: 1;
		transform: scale(0.9);
		/*margin-left:0em;*/
	}
}
@-o-keyframes LOGO-ANIM {
	0% {
		opacity: 0;
		transform: scale(0.8);
		/*margin-left:2em;*/
	}
	100% {
		opacity: 1;
		transform: scale(0.9);
		/*margin-left:0em;*/
	}
}
@keyframes LOGO-ANIM {
	0% {
		opacity: 0;
		transform: scale(0.8);
		/*margin-left:2em;*/
	}
	100% {
		opacity: 1;
		transform: scale(0.9);
		/*margin-left:0em;*/
	}
}

.logoanim {
	-webkit-animation: LOGO-ANIM 2s; /* Safari 4+ */
	-moz-animation: LOGO-ANIM 2s; /* Fx 5+ */
	-o-animation: LOGO-ANIM 2s; /* Opera 12+ */
	animation: LOGO-ANIM 2s; /* IE 10+, Fx 29+ */
	transform-origin: left center;
	display: inline-block;
}

.card-img-top {
	-webkit-animation: LOGO-ANIM 2s; /* Safari 4+ */
	-moz-animation: LOGO-ANIM 2s; /* Fx 5+ */
	-o-animation: LOGO-ANIM 2s; /* Opera 12+ */
	animation: LOGO-ANIM 2s; /* IE 10+, Fx 29+ */
	transform-origin: center center;
}


.homepage nav.nav-bar{
	background: transparent;
}
.homepage .carousel, .carousel-item.active{
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.homepage .carousel-item-left,.carousel-item-right{
	transform: none !important;
}

.carousel-indicators li {
	cursor: pointer;
}

.homepage .vehiclesanim{
	position: absolute;
	height: 250px;
    width: 1500px;
    top: 100px;
}
.homepage .vehiclesanim.animate{
	-webkit-transition: 12s linear;
	-moz-transition: 12s linear;
	-o-transition: 12s linear;
	transition: 12s linear;
}


.homepage .vehicleanim.auto, .homepage .vehicleanim.motor{
	position: absolute;
	max-width:275px;
}

.homepage .vehicleanim.scooter, .homepage .vehicleanim.truck{
	position: absolute;
	max-width:225px;
}

.homepage #slide1{
	background-color: rgba(0, 157, 210,0);
	background-image: -moz-linear-gradient( -90deg, rgb(0,153,204) 0%, rgb(0,152,203) 55%, rgb(0,151,202) 61%, rgb(0,151,202) 65%, rgb(0,150,202) 68%, rgb(23,179,221) 75%, rgb(0,174,221) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(0,153,204) 0%, rgb(0,152,203) 55%, rgb(0,151,202) 61%, rgb(0,151,202) 65%, rgb(0,150,202) 68%, rgb(23,179,221) 75%, rgb(0,174,221) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(0,153,204) 0%, rgb(0,152,203) 55%, rgb(0,151,202) 61%, rgb(0,151,202) 65%, rgb(0,150,202) 68%, rgb(23,179,221) 75%, rgb(0,174,221) 100%);
}

.homepage #slide2{
	background-color: rgba(100,157,210,1);
	background-image: -moz-linear-gradient( -90deg, rgb(126,135,222) 0%, rgb(122,129,220) 55%, rgb(117,122,217) 61%, rgb(117,122,217) 65%, rgb(117,122,217) 68%, rgb(126,135,222) 75%, rgb(126,135,222) 100%);
  	background-image: -webkit-linear-gradient( -90deg, rgb(126,135,222) 0%, rgb(122,129,220) 55%, rgb(117,122,217) 61%, rgb(117,122,217) 65%, rgb(117,122,217) 68%, rgb(126,135,222) 75%, rgb(126,135,222) 100%);
  	background-image: -ms-linear-gradient( -90deg, rgb(126,135,222) 0%, rgb(122,129,220) 55%, rgb(117,122,217) 61%, rgb(117,122,217) 65%, rgb(117,122,217) 68%, rgb(126,135,222) 75%, rgb(126,135,222) 100%);
}

.homepage #slide3{
	background-color: rgba(112,186,197,1);
	background-image: -moz-linear-gradient( -90deg, rgb(112,186,197) 0%, rgb(103,183,196) 55%, rgb(93,180,194) 61%, rgb(85,178,194) 65%, rgb(77,176,194) 68%, rgb(118,187,197) 75%, rgb(111,186,197) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(112,186,197) 0%, rgb(103,183,196) 55%, rgb(93,180,194) 61%, rgb(85,178,194) 65%, rgb(77,176,194) 68%, rgb(118,187,197) 75%, rgb(111,186,197) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(112,186,197) 0%, rgb(103,183,196) 55%, rgb(93,180,194) 61%, rgb(85,178,194) 65%, rgb(77,176,194) 68%, rgb(118,187,197) 75%, rgb(111,186,197) 100%);
}


.homepage #slideimg1a, .homepage #slideimg2a, .homepage #slideimg3a, .homepage #slideimg3b{
	transform-origin: bottom center;
}
.homepage #slideimg1a.animate, .homepage #slideimg1b.animate, .homepage #slideimg2a.animate, .homepage #slideimg3a.animate, .homepage #slideimg3b.animate{
	-webkit-transition: 7s linear;
	-moz-transition: 7s linear;
	-o-transition: 7s linear;
	transition: 7s linear;
	bottom:0;
}

.homepage #slideimg3c.animate{
	-webkit-transition: transform 1s ease-in-out;
	-moz-transition: transform 1s ease-in-out;
	-o-transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
}

.homepage #caption1a.animate, .homepage #caption1b.animate{
	-webkit-transition: opacity 600ms ease-in-out;
	-moz-transition: opacity 600ms ease-in-out;
	-ms-transition: opacity 600ms ease-in-out;
	-o-transition: opacity 600ms ease-in-out;
	transition: opacity 600ms ease-in-out;
}


.homepage .carousel-caption{
	width: 400px;
    position: relative;
    top: 90px;
    left: 0px;
}

.homepage .carousel-caption .lead {
    /*font-size: 1.5em;*/
    font-size: 1.65em;
    max-width: 90%;
}

/*****   M E D I A  Q U E R I E S   *****/

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

#grey-block > .container > .row > div > .card {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

body{
	padding-top: 74px;
}


nav.breadcrumbs {
    margin-top: 4px;
}

.breadcrumb{
	padding: .50rem 1rem;
}

.menubackgroundimg{
	display: none;
	position: fixed;
    top: 0px;
    z-index: 100000;
    right: 40px;
    transform-origin: right top;
    height: 140px;
}

.carousel-caption{
	max-width: 95vw;
}

/* Super-duper small (portrait phones, 475px and smaller)*/
@media (max-width: 475px) {
	footer .col-6{
		min-width: 100%;
		max-width: 100%;

		/*text-align: justify; !important;*/
		display: block;
	}

	footer .col-6:first-child{
		margin-bottom:2em;
	}

	.homepage header.masthead.bg-primary.text-white.text-center {
	    margin-top: 4px;
	}

	.homepage .carousel-caption .lead{
		font-size: 1.3em;
	}
	.homepage #slide1 .carousel-caption{
    	top: 20px;
	}

	.homepage #slide2 .carousel-caption{
		top:10px;
	}

	.homepage #slide3 .carousel-caption{
		top:20px;
		/*max-width: 95%;*/
		/*font-size:0.9em;*/
	}
	#slideimg1c{
		right: calc(50% - 200px) !important;
	}

	#slideimg3d{
		left:unset !important;
		right: 10px !important;
	}

	#slideimg3c{
		left: 16% !important;
		max-width: 23%;
	}
	.flinkering{
    	right: calc(50% - 327px);
    	bottom: 10px;
	}
}

/* Small devices (landscape phones, 475px - 768px) */
@media (min-width: 475px) and (max-width: 768px) {
	.homepage header.masthead.bg-primary.text-white.text-center {
	    margin-top: 4px;
	}

	.homepage #slide1 .carousel-caption{
    	width: 600px;
    	top: 20px;
	}

	.homepage #slide2 .carousel-caption{
		width: 600px;
		top:10px;
	}

	.homepage #slide3 .carousel-caption{
		width: 600px;
		top:20px;
		max-width: 90%;
		font-size:1em;
	}
	#slideimg1c{
		right: calc(50% - 200px) !important;
	}

	#slideimg3d{
		left:unset !important;
		right: 10px !important;
	}

	#slideimg3c{
		left: 16% !important;
		max-width: 23%;
	}
	.flinkering{
    	right: calc(50% - 357px);
	}
}

/* Extra media query */
@media (min-width: 581px) and (max-width: 768px) {
	#slideimg3c {
	    right: 344px !important;
	    left: unset !important;
	}
}




/* Medium devices (tablets, 768px - 992px) */
@media (min-width: 768px) and (max-width: 992px) {

	#grey-block > .container > .row > div:nth-child(2n) > .card {
		border-left: 1px solid rgba(0, 0, 0, 0.125);
	}

	.homepage #slide1 .carousel-caption{
    	width: 600px;
    	top: 20px;
	}

	.homepage #slide2 .carousel-caption{
		width: 600px;
		top:10px;
	}

	.homepage header.masthead.bg-primary.text-white.text-center {
	    margin-top: 4px;
	}

	.homepage #slide3 .carousel-caption{
		width: 600px;
		top:20px;
		max-width: 90%;
		font-size:1em;
	}
}

/* Large devices (desktops, 992px - 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {

	body{
		padding-top: 95px;
	}
	.menubackgroundimg{
		display: block;
	}

	#grey-block > .container > .row > div:nth-child(3n + 2) > .card {
		border-left: 1px solid rgba(0, 0, 0, 0.125);
		border-right: 1px solid rgba(0, 0, 0, 0.125);
	}

	.homepage .carousel-caption .lead{
		max-width: 100%;
	}

	.homepage #slide1 .carousel-caption{
    	width: 442px;
	}




	.nav-item.current .nav-link,.nav-item .nav-link:hover{
		border-bottom: 2px solid white;
	}

	.homepage nav.navbar{
		background-color: rgba(0, 153, 204, 0);
		border-bottom: 1px solid rgba(0, 51, 102, 0) !important;
	}
	body.homepage{
		padding-top: 0;
	}

	nav.breadcrumbs {
	    margin-top: -1px
	}


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	body{
		padding-top: 95px;
	}
	.menubackgroundimg{
		display: block;
	}

	#grey-block > .container > .row > div:nth-child(3n + 2) > .card {
		border-left: 1px solid rgba(0, 0, 0, 0.125);
		border-right: 1px solid rgba(0, 0, 0, 0.125);
	}

	.homepage .carousel-caption .lead{
		max-width: 100%;
	}

	.homepage #slide1 .carousel-caption{
    	width: 442px;
	}
	
	.nav-item.current .nav-link,.nav-item .nav-link:hover{
		border-bottom: 2px solid white;
	}

	.homepage nav.navbar{
		background-color: rgba(0, 153, 204, 0);
		border-bottom: 1px solid rgba(0, 51, 102, 0) !important;
	}
	body.homepage {
		padding-top: 0;
	}
	nav.breadcrumbs {
	    margin-top: -1px
	}
}


/***** B O O T S T R A P  E X T E N S I O N *****/


.col-20-percent, .col-sm-20-percent, .col-md-20-percent, .col-lg-20-percent, .col-xl-20-percent{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}



.col-20-percent{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}




@media (min-width: 576px){
	.col-sm-20-percent {
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}

@media (min-width: 768px){
	.col-md-20-percent {
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}

@media (min-width: 992px){
	.col-lg-20-percent {
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}

@media (min-width: 1200px){
	.col-xl-20-percent {
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}
