@charset "UTF-8";
/* CSS Document */
/* Bs Fade carousel*/
/*tipography*/
html body {
	font-family: 'Roboto', sans-serif;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ffffff;
	background-color: #d40032 !important;
    
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
	color:#ffffff;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

#cookModal a {
    text-decoration: underline;
	color:#d40032;
}



table{
	border: 1px solid;
	border-color: #ffffff;
}
.bggrey{
	background-color: #979797}

.sekcijash {
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #ee6f20;
}
.tell {
	font-size: 1.4rem;
	font-weight: 500;
}
.tell a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.8s;
}
.tell a:hover {
	color: #ec6501;
	text-decoration: none;
}
.card-title {
	font-size: 1.2rem !important;
}
.apstrade {
	font-size: 0.9rem;
	line-height: 126%;
}
.orange {
	color: #ffffff !important;
	text-decoration: underline;
	transition: all 0.8s;
}
.orange:hover {
	color: #ec6501 !important;
	text-decoration: underline;
}
.orangebg {
	background-color: #ec6501 !important;
	color: #ffffff !important;
}
.kartesa {
	color: #ec6501 !important;
	text-decoration: underline;
	transition: all 0.8s;
}
.kartesa:hover {
	color: #404a4f !important;
	text-decoration: underline;
}
/* navbar*/
.bg-dark {
	background-color: #425462 !important;
}
.ksenukai {
	width: 100%;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	display: inline-block;
	background-image: url("../images/logo_nav.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}
.bgfix {
	top: 0;
	right: 0;
}
.bgfixwhit {
	top: 0;
	left: 0;
}
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.6rem;
	color: #ffffff !important;
	line-height: 1;
	background-color: transparent;
	border: none;
	transition: all 0.8s;
}
.navbar-toggler:hover {
	font-size: 1.6rem;
	color: #ec6501 !important;
}
.menufix {
	height: 2rem;
}
.menufixbot {
	height: 1rem;
}
.dark a {
	color: #404a4f;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.8s;
}
.dark a:hover {
	color: #404a4f;
	text-decoration: none;
}
.current a {
	color: #ec6501 !important;
}
.current > .orangebg {
	color: #ffffff !important;
}
.current a::before {
	-webkit-transform: scaleX(1.2) !important;
	transform: scaleX(1.2) !important;
}
.fade-carousel {
	position: relative;
	height: 18vmax;
}
.fade-carousel .carousel-inner .carousel-item {
	height: 19vmax;
}
.fade-carousel .carousel-indicators > li {
	opacity: .7;
	width: 12px;
	height: 12px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	transition: all 0.8s;
}
.fade-carousel .carousel-indicators > li.active {
	width: 12px;
	height: 12px;
	border: 1px solid #e77a29;
	opacity: 1;
}
.fade-carousel .carousel-indicators > li:hover {
	width: 12px;
	height: 12px;
	border: 1px solid #e77a29;
	opacity: 1;
}
/*      Carousel Captions       */
.fade-carousel .carousel-inner .carousel-caption {
	top: 70%;
	left: 50%;
	color: #ec6501;
	text-align: left;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.middleslide {
	top: 45% !important;
	height: 18vmax !important;
}
.fade-carousel .carousel-inner .carousel-caption h1 {
	font-size: 3.7vmax;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.fade-carousel .carousel-inner .carousel-caption h3 {
	font-size: 1.2vmax;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.fade-carousel .carousel-inner .carousel-caption {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .5s;
	-moz-transition: 2s all ease-in-out .5s;
	-ms-transition: 2s all ease-in-out .5s;
	-o-transition: 2s all ease-in-out .5s;
	transition: 2s all ease-in-out .5s;
}
.fade-carousel .carousel-inner .active .carousel-caption {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .5s;
	-moz-transition: 2s all ease-in-out .5s;
	-ms-transition: 2s all ease-in-out .5s;
	-o-transition: 2s all ease-in-out .5s;
	transition: 2s all ease-in-out .5s;
}
/*       Slides backgrounds     */
.fade-carousel .carousel-inner .slide-1, .fade-carousel .carousel-inner .slide-2, .fade-carousel .carousel-inner .slide-3, .fade-carousel .carousel-inner .slide-4 {
	height: 23vmax;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .carousel-inner .slide-1 {
	background-image: url("../images/slider-1.jpg");
}
.fade-carousel .carousel-inner .slide-2 {
	background-image: url("../images/slider-2.jpg");
}
.fade-carousel .carousel-inner .slide-3 {
	background-image: url("../images/slider-3.jpg");
}
.fade-carousel .carousel-inner .slide-4 {
	background-image: url("../images/slider-4.jpg");
}
.carousel-control-prev-icon {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOSAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gcG9pbnRzPSIxOSwzMy4xIDMuNywxNy41IDE5LDEuOSAxNy4xLDAgMCwxNy41IDEuOCwxOS40IDEuOCwxOS40IDE3LjIsMzUgIi8+Cjwvc3ZnPgo=');
}
.carousel-control-next-icon {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOSAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gcG9pbnRzPSIwLDMzLjEgMTUuMywxNy41IDAsMS45IDEuOSwwIDE5LDE3LjUgMTcuMiwxOS40IDE3LjIsMTkuNCAxLjgsMzUgIi8+Cjwvc3ZnPgo=');
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 28px;
	height: 50px;
}
.carousel-control-prev {
	justify-content: flex-start;
	left: 15px;
}
.carousel-control-next {
	justify-content: flex-end;
	right: 15px;
}
.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 15px;
	width: 100%;
	position: relative;
}
.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
	text-align: center;
	padding: 10px;
	margin: 10px;
	background: #ffffff;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
	position: absolute;
	top: calc(50% - 75px);
}
.MultiCarousel .leftLst {
	left: 0;
	cursor: pointer;
}
.MultiCarousel .rightLst {
	right: 0;
	cursor: pointer;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
	pointer-events: none;
	cursor: default;
	opacity: 0.1;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #ee6f20;
	border-color: #ee6f20;
	box-shadow: none;
	outline: none;
}
.btn-primary {
	color: #fff;
	background-color: #ee6f20;
	border-color: #ee6f20;
}
.cardbg {
 background: linear-gradient(90deg, #425462 50%, #d40032 50%);
}
.card-body {
	padding-bottom: 0.1rem;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.bg-darkcard {
	background-color: #323e44;
}
#bganfix {
	background-color: transparent !important;
}
.prlogo {
	height: 40px;
	width: 60px;
}
.karte li {
	list-style: outside none;
}
.descript {
	font-size: 0.8rem;
}
.pro {
	font-weight: 700;
}
.pro span {
	font-weight: 500;
	color: #ee6f20;
}
#top-menedzeri .card {
	border: none;
	background: #d7d7d7;
	border-radius: 0px;
}
.backside {
	background-color: #d7d7d7;
}
.backside.flipped {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.frontside.flipped {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.mainflip {
	-webkit-transition: 1.2s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 1.2s;
	-moz-transition: 1.2s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform: preserve-3d;
	transition: 1.2s;
	transform-style: preserve-3d;
	position: relative;
}
.frontside {
	position: relative;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	z-index: 2;
}
.amats {
	font-size: 0.9rem;
	line-height: 120%;
}
.backside {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.backside .card-text, .apraksts {
	color: #535b5f;
	font-size: 0.8rem;
	line-height: 120%;
}
.frontside, .backside {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 1.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 1.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 1.6s;
	-o-transform-style: preserve-3d;
	-ms-transition: 1.6s;
	-ms-transform-style: preserve-3d;
	transition: 1.6s;
	transition-delay: 0.3s;
	transform-style: preserve-3d;
}
.sazinaties {
	transition: all 0.8s;
}
.sazinaties:hover {
	color: #2f3a40;
}
.backside .card a {
	font-size: 1rem;
	line-height: 2rem;
	color: #ffffff !important;
	text-decoration: none;
	transition: all 0.8s;
}
.backside .card a:hover {
	color: #2f3a40 !important;
	text-decoration: none;
}
.backside .card .social-icon {
	color: #ee6f20 !important;
	font-size: 2rem;
	line-height: 2rem;
	transition: all 0.8s;
}
.backside .card .social-icon:hover {
	color: #2f3a40 !important;
	transition: all 0.8s;
}
.backside .card .fa {
	color: #ee6f20 !important;
	font-size: 2rem !important;
	transition: all 0.8s;
}
.backside .card a:hover .fa {
	color: #2f3a40 !important;
	font-size: 2rem !important;
}
.frontside .card .card-title, .backside .card .card-title {
	color: #2f3a40 !important;
}
.frontside .card .card-body img {}
#map {
	height: 40vmax;
}
.pakalpojumi {
	list-style: outside none;
}
.pakalpojumi li {
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 128%;
	font-weight: 700;
	color: #404a4f;
	margin-bottom: 10px;
}
.pakalpojumi li img {
	width: 32px;
	height: 32px;
}
.formrow {
	/*background-color: #425462;*/
	color: #ffffff;
}
footer p {
	font-size: 0.8rem;
}
.datuapstrade {
	color: #2f3a40;
	text-decoration: underline;
	transition: all 0.8s;
}
.datuapstrade:hover {
	color: #ee6f20;
	text-decoration: underline;
}
.close {
	float: right;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.8rem;
	color: #ffffff;
	text-shadow: none;
	opacity: 1;
	transition: all 0.8s;
}
.success {
	background-image: url("../images/smile.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
.form-control-no-border:focus {
	border-color: #ee6f20;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.carousel-indicators {
	bottom: -20px;
}
@media (max-width: 991.98px) {}
@media (max-width: 767.98px) {
	.fade-carousel {
		height: 34vmax !important;
	}
	.fade-carousel .carousel-inner .carousel-item {
		height: 35vmax !important;
	}
	.middleslide {
		top: 45% !important;
		height: 34vmax !important;
	}
	.fade-carousel .carousel-inner .slide-1, .fade-carousel .carousel-inner .slide-2, .fade-carousel .carousel-inner .slide-3, .fade-carousel .carousel-inner .slide-4 {
		height: 35vmax !important;
	}
	.slide-4 {
		opacity: 0.5;
		filter: blur(3px);
		-webkit-filter: blur(3px);
	}
	.tell {
		font-size: 1.2rem;
		font-weight: 700;
	}
	.backside .card a {
		color: #2f3a40 !important;
		font-size: 0.8rem;
		line-height: 1rem;
	}
	.backside .card a:hover {
		color: #ee6f20 !important;
		font-size: 0.8rem;
		line-height: 1rem;
	}
	.rolands {
		font-size: 0.7rem !important;
	}
	.rolands:hover {
		font-size: 0.7rem !important;
	}
	.backside .card .fa {
		color: #ee6f20 !important;
		font-size: 1.5rem !important;
		line-height: 2rem;
		transition: all 0.8s;
	}
	.backside .card a:hover .fa {
		color: #2f3a40 !important;
		font-size: 1.5rem !important;
		line-height: 2rem;
	}
	.card-title {
		font-size: 1rem !important;
	}
	.amats {
		font-size: 0.8rem;
	}
	.menu, .menu.cloned {
		display: none !important;
	}
}
