body {
	font: 100%/1.5 Roboto, "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #333;
	font-size: 1.125rem;
	font-weight:300;
}
/** TYPOGRAPHY  **/
h1, .h1, h2, .h2{
	margin-bottom: 2rem;
}
h3, .h3{
	font-size: 1.5rem;
}
/** TYPOGRAPHY  **/
/*
@media screen and (min-width:1500px){
	.navbar-expand-lg>.container,
	.container{
		max-width:1300px
	}
}	*/
.main-container, .parallax-container, .set-content {
	margin-top:80px;
}
.custom-list {
	list-style:none;
}
.custom-list i.fas{
	margin-left: -25px;
	color: #0054A6;
}
.custom-list li{
	margin-bottom:.5rem;
}
ul.custom-color {
	list-style: none;
}

ul.custom-color li::before {
  content: "\2022";
  color: #0054A6;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.card-title{
	font-size: 1.25rem;
}
/* HERO */

.hero-container .carousel-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
	right: 5%;
	left: 5%;
/*
  padding-top: 0;
  padding-bottom: 0;
	position: absolute;
	bottom: 0;
	*/
}
.display-3 {
	font-size: 2rem;
}
.carousel-caption .title {
    font-size: 16px;
    font-size: 1.5rem;
	font-weight: 400;
}
.carousel-caption .text{
	font-size: 26px;
	font-weight: 400;
	display :none;
}
.parallax .btn-primary,
.modal .btn-primary,
.hero-container .btn-primary {
	background-color: #223979;
	border-color: #223979;
}
.parallax .btn-primary:hover,
.modal .btn-primary:hover,
.hero-container .btn-primary:hover {
	background-color: #198AB7;
	border-color: #1580AA;
}
/* HERO END */
/* PARALLAX */
.parallax {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
/**/-webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
    perspective: 1px;
    perspective-origin: 0%;
}
.parallax .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 15vh 0;
    position: relative;
    color: #FFF;
    text-align: center;
    transform-origin: 0;
    transform: translateZ(-1px) scale(2);
}
.parallax .title{
	font-size: 40px;
}
/* PARALLAX  END */
/* HEAD   */

.head-container {
	background: #f1f1f1;
    -webkit-box-shadow: 0px 3px 15px 7px rgb(217 209 192 / 23%);
    -moz-box-shadow: 0px 3px 15px 7px rgb(217 209 192 / 23%);
    box-shadow:0px 3px 15px 7px rgb(217 209 192 / 23%);
}

.bg-light {
    background-color: #f1f1f1 !important;
}
/* NAV */
/* STANDART VERSION */
.navbar-nav .nav-link {
	font-weight: 400;
}
.languages .nav-link,
.languages .dropdown-menu .nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .dropdown-menu .nav-link {
  color: #404040;
}
.navbar-nav .dropdown-item.active > .nav-link,
.navbar-nav .dropdown-item:active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #0054A6;
}
/*.dropdown-menu {
	background-color: #0092D1;
	color: #ffffff;
}*/


.navbar-light .navbar-nav .dropdown-item:focus,
.navbar-light .navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-menu .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0054A6;

}
.navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: #def;
}

.dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
/*	border-top: 2px solid;
	border-top-color: #0054A6; */
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #eaf5ff;
		color: #0054A6;
}
/* STANDART VERSION END */
/* FLAYOUT VERSION */
/* FLAYOUT VERSION END */
/* NAV END */
/* MAIN */
.page-title::before {
  background: #0054A6;
	content: "";
  display: block;
  height: 2px;
  width: 2.5rem;
  margin-bottom: 1.5rem;
}
.page-subtitle {
	border-left: 2px solid #0054A6;
	padding-left:1.5rem;
}
.product-content .item {
	margin-top:2rem;
}
.product-set .set-img, .product-set .set-text {
	/*padding-top: 1.5rem; */
	padding-bottom: 1rem;
}
/*
.refereces-list {
	list-style: none;
	padding-left: 0;
}
.refereces-list li{
	padding: 1.5rem 1rem;
	font-weight: 400;
	border: 1px solid #CCC;
	padding: .3em 1em;
	margin: .2em;
	display: inline-block;
	width: 16%;
}
*/
.references-content .card-title {
    color: #949494;
}

/* MAIN END */
/* MODAL */

/*.modal .btn-primary{

}*/
/* MODAL END */
.form-control {
	border: 1px solid #0054A6;
}
/* FOOTER */
.footer-nav-content{
	padding-top: 5rem;
	padding-bottom: 6rem;
}

.footer-nav {
	font-weight: 500;
}

.footer-nav .nav-link{
	color: #1A1A1A;
	padding-left: .35rem;
	padding-right: .35rem;
}
.footer-nav .dropdown-item {
	padding-left: 5px;
}
.footer-nav .dropdown-item .nav-link {
  color: #404040;
}
.footer-nav .dropdown-item .nav-link:hover {
  color: #0054A6;
}
.footer-nav .dropdown-submenu .nav-link {
	padding: 0.2rem 1rem;
}

.footer-sub-nav{
	font-size: 1.125rem;
	justify-content: center;
}
.footer-sub-nav .nav-link{
	color: #FFFFFF;
}
.footer-nav-content{
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
	background-position: center right;
	background-color: #FAFAFA;
	-webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-sub-content{
	background-color: #35424F;/* #0054A6;*/
	color: #FFFFFF;
}

hr {
	border-top: 1px solid #999999;
}
/*.footer-sub {
	border-right:1px solid #FFFFFF;
} */
.footer-sub p {
	/* margin-bottom: 0; */
	text-align: center;
	/*text-align: ;*/
}
/*
.footer-sub .pipe {
	margin-left: 20px;
}*/

.footer-sub-nav .nav-link {
	padding: 0 .5rem;
}
.footer-nav .nav-item:first-child .nav-link::before {
    content: normal;
}
.footer-nav .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.footer-nav .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

/* HELPER */
.wrap::before {
    content: "\A";
    white-space: pre;
}
/* CONTACT POPOVER */
.contact-button {
    background-color: #bd1428;
    padding: 0 1.5rem 0 0;
		font-size: 1.2rem;
    border-radius: 4rem;
		white-space: nowrap;
	/*	line-height: 1.8;
	  display: none;
    bottom: 10rem;
    position: fixed;
    right: 1rem;

    z-index: 10;*/
}
.badge-custom {
	font-size: 1.2rem;
  color: #bd1428;
  background-color: #FFFFFF;
	padding: .6em;
	border-radius: 10rem;
	margin: 2px 0.8rem 2px 2px;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.contact-button  .badge-custom {
    position: relative;
    top: auto;
}

.popover-header {
	background-color: #3DA3CB;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 600;
}
.popover-body{
	font-size: 1rem;
}
/*.btn-lg {
	 padding: .2rem;
	 font-size: 2rem;
	 line-height: .2.2;
	 border-radius: .3rem;
}*/
/*  Small devices (landscape phones, 576px and up)  */
@media (min-width: 576px) and (max-width: 767.98px) {
	.carousel-caption .text{
		display :block;
	}
	.footer-sub p {
		text-align: center;
	}

}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
/*	.hero-container .carousel-caption {
 	 right: 5%;
 	 left: 5%;
  }*/
	.carousel-caption h1 {
		margin-bottom: 1rem;
	}
	.carousel-caption .title{
		font-weight: 500;
	}
	.display-3 {
	 font-size: 2rem;
	}
	.carousel-caption .text{
		display :block;
	}

	.product-content .item {
		margin-top:0;
	}
	.product-content .item .h4 {
		font-weight: 400;
	}
	.product-set .set-img, .product-set .set-text {
	/*	padding-top: 2rem; */
		padding-bottom: 1.5rem;
	}
	/*.contact-button {
	    bottom: 11rem;
		}
		*/
	.footer-nav .nav-item {
    text-align: left;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

 .navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
	}
	.navbar-nav >.nav-item >.nav-link:hover,
	.navbar-nav >.nav-item.active >.nav-link {
		background:transparent;
	}

	.navbar-nav >.nav-item {

	}
.navbar-nav >.nav-item:hover,
.navbar-nav >.nav-item.active {

}

	.menue-banner {
		padding: 0 3rem 0 15px;
		border-left: 1px solid #0054A6;
	}



 .hero-container .carousel-caption {
	 right: 10%;
	 left: 10%;
 }
/* FLAYOUT VERSION */
.navbar-expand-lg .navbar-nav .nav-item > .nav-link {
	padding:25px 1rem;
	white-space: nowrap;
}
 /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
 padding-top:0px;
 padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
 padding: 0 1rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {
	position:static;
}

.navbar .dropdown-menu {
 width:50%;
 left:10%;
 /* right:30%; */
 margin-top: -1px;
 padding: 0 0 1rem 0;
/*  height of nav-item
 top:5.4rem;
 border: 1px solid rgba(0,0,0,.15);*/
 border-top: 0;
 background-color: #f8f9fa;

 -webkit-box-shadow: 0px 4px 8px 0px rgba(72, 72, 72, 0.7);
 -moz-box-shadow: 0px 4px 8px 0px rgba(72, 72, 72, 0.7);
 box-shadow: 0px 4px 8px 0px rgba(72, 72, 72, 0.7);
}

 /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
 display:block!important;
}

 .dropdown-menu .title {
	 padding: 1rem 0 1rem 2.8rem;
	/* background-color: #f8f9fa;
	 background-color: #eb6913;*/
	 /*background-color: #3DA3CB;
   color: #fff;
	 */
 }
/* FLAYOUT VERSION END */

 /*.carousel-caption .title{
	 font-weight: 500;
 }
 .display-3 {
 	font-size: 3rem;
 } */
 .footer-sub p {
	 text-align: right;
	 margin-bottom: 0;
 }
 .footer-sub-nav{
 	justify-content: left;
 }

 .product-set-colored {
 /*	padding-top: 3rem;
 	padding-bottom: 4rem;*/
	background-color: #f5f5f5;
	/*margin-bottom: 3rem; */
 }
  .product-set-colored .set-text {
		padding-left: 3rem !important;
		padding-right: 3rem !important;

	}
 .wrap::before {
			content: "\A";
			white-space: nowrap;
	}
	/*
	.contact-button {

	    bottom: 10rem;
		}
		*/

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.hero-container .carousel-caption {
		right: 20%;
		left: 20%;
	}
	.carousel-caption .title{
		font-weight: 700;
		    color: #ffb100;
	}
	.display-3 {
		font-size: 3rem;
	} 
	.contact-button {
	    padding: 0 1.5rem 0 0;
	    font-size: 1.4rem;
	    border-radius: 5rem;
		}
		.badge-custom {
			font-size: 1.5rem;
			padding: .6em;
			border-radius: 10rem;
			margin: 2px 0.8rem 2px 2px;
		}


	.product-content .item .h4 {
		font-weight: 500;
	}
	.footer-nav .nav-link{
	 padding-left: 1rem;
	 padding-right: 1rem;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1700px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
    max-width: 1400px;
	}

}




.features-section {
  padding: 30px 40px;
  background: #ffffff;
  border-radius: 16px;

}



.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 18px;
  color: #444;
  list-style:disc;
  font-weight:300;
  line-height: 1.6;
}

.feature-list li::before {

  position: absolute;
  left: 0;
  top: 2px;
  color: #0078d7;
  font-size: 16px;
  font-weight: 600;
}

