/*********************************************************
	Company: Chery
	by Halo Creative Team, http://www.haloteam.rs/
	Date (create): 01-03-2023
	Date (update): 01-03-2025
		
	******************************
	*****      Index       *****
	******************************
	CONTENT:
	1. HEADER
	2. SLIDER
	3. SEARCH
	4. CONTENT
	5. FOOTER
	6. RESPONSIVE
	
*********************************************************/

/****************Fonts****************/
/*
TITLE 
TEXT 
	300 - Light
	400 - Regular
	700 - Bold
	900 - Black
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800;900&display=swap');
@import url('fonts/client/font.css');

@import url('bootstrap-extra.css');
@import url('animate-main.css');
@import url('animate-extra.css');



.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	width: 100vw;
	height: 100vh;
	position: relative;
	top: 0;
	z-index: 999;
	overflow: hidden;
	margin-bottom: -3.8em;
	background: #000 url('/images/loader.gif') center center no-repeat;
}
.se-pre-con.box {
	position: relative;
	height: 100px;
	background-color: transparent;
}

#setPrice .se-pre-con.box,
#banner .se-pre-con.box {
	height: 50px;
}

body {
	font-family: 'Poppins';
	font-weight: 400;
	background-color: #fff;
	color: #313131;
	position: relative;
	min-height: 100vh;
	margin: 0!important;  padding: 0!important;
}
.body-secundary {
	background: #f4f3f8;	
}
#loading {
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
}
#loading .speen {
}
#loading .loader {
  	background-image: url('../../images/sign-color.svg');
  	background-repeat: no-repeat;
  	background-position: 0% 0%;
  	background-size: auto 100%;
	width: 200px;
	height: 200px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
img.is-loaded {
	opacity: 1;
}
img.lazy {
	opacity: 0;
	-webkit-transition: opacity .38s;
	transition: opacity .38s;
}
.article-thumb-wrapper {
	position: relative;
}
.article-thumb-wrapper:before {
	content: '';
	top: 40%; left: 40%;
	position: absolute; z-index: -1;
	border: 5px solid #f3f3f3; 
	border-top: 5px solid #1b2e3f;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
}

h1,h2,h3,h4,h5,h6 {
	color: #1f1f1f;
	letter-spacing: -.5px;
}

p { color: #313131; }
pre, address {
	
	color: #313131;
	font-size: 1.125rem;
	font-style: italic;
	
}
.RSD {
	font-size: smaller;
	display: block; opacity: .8;
}

.text-small {
	font-size: 0.75rem; line-height: 0.75rem;
}
a:hover,
a:focus {
	text-decoration: none;
}
.clearfix {
	display: block;
	width: 100%;
	clear: both;
}


.gray-line { 
	border-top: solid 1px #dfdfdf;
	margin-top: 10px; padding-top: 10px;
	border-top: solid 1px #dfdfdf;
}

.label-default {
	background-color: #cccccc
}
.wtm:before {
	content: attr(data-website) "\0040" attr(data-user);
	unicode-bidi: bidi-override;
	direction: rtl;
}
.box-hide {
	display: none;
}
.img-cover {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
.img-contain {
    object-fit: contain;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
.object-top { object-position: 50% 0%; }
.object-bottom { object-position: 50% 100%; }

.videoBox:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    margin: -30px 0 0 -30px;
    width: 80px; height: 80px;
    background: url(../../images/play_video.png) no-repeat top left;
    z-index: 10;
    line-height: 0;
    text-indent: -999px;
    background-size: auto 100%; 
}
.videoBox:after {
    display: block;
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
	background-color: transparent;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    /*background: #007dc6;
    opacity: 0.3;*/
}

/****************Button****************/


/****************Admin****************/
/* Sort images */
.sortable-list			{ padding:0; }
li.sortme 		 		{ padding:4px 8px; color:#000; cursor:move; list-style:none; width:500px; background:#ddd; margin:10px 0; border:1px solid #999; }
li.sortme-image	 		{ cursor:move; list-style:none; width: 90px; height: 60px; overflow: hidden; background:#ddd; margin:10px; border:1px solid #999; float: left; clear: none; }
li.sortme-image-auto	 	{ cursor:move; list-style:none; overflow: hidden; background:#ddd; margin:10px; border:1px solid #999; float: left; clear: none; }


.admin_edit {
	width: 64px; height: 32px;
	display: block; position: absolute; z-index: 1001;
	margin: 0; padding: 0; 
	overflow: visible;
}
.admin_edit > a {
	clear: none; text-align: center; color: #fff;
	float: left; display: block;  
	width: 25px; height: 25px;
	overflow: visible;
	background: #e62a36;
	border: solid 1px #fff;
	border-radius: 3px;
}


/****************Homepage****************/



/****************Pagination & scrollbutton****************/
.pagination .page-item {
	margin-bottom: 1rem;	
}
/*location*/
.breadcrumb {
	padding: 15px 0; margin: 0;
	background: transparent;
	border: none;
	color: #000;
	font-size: 1rem;
	text-transform: uppercase 
}
.breadcrumb > li > a {
	color: #000;
   padding-bottom: 2px;
   text-decoration: none;
   vertical-align: bottom;
   font-size: 1rem;
	border-bottom: 1px solid transparent;
	margin-bottom: 2px;
   moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   webkit-transition: all .2s ease-in-out;   
}
.breadcrumb > li > a:hover {  border-bottom: 1px solid rgb(164, 137, 108); margin-bottom: 0px; }
.breadcrumb > .active  { 
	color: rgb(164, 137, 108);
   padding-bottom: 2px;
   text-decoration: none;
   vertical-align: bottom;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.scrollbutton {
  display: none;
  width: 40px; height: 40px;
  position: fixed;
  bottom: 45px;
  right: 15px;
  background: #333d47;
  /*border-radius: 50%;
  border: 2px solid #fff; */
  z-index: 999997;
	-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
	text-align: center;
}
.scrollbutton i {
	font-size: 2rem;
	line-height: 40px;
	color: #fff;
}
.scrollbutton:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	color: #000;
	opacity: 1;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}



/****************Text over images****************/
figure {
	height: 100%; width: 100%;
	display: block;
	overflow: hidden;
	z-index: 100;
}
figcaption {
	height: 100%; width: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
	position: absolute;
	top: -2000px; left: 0;
	opacity: 1; 
	padding: 15px;
	font-weight: 800; 
	color: #fff;
}
figcaption p {
	color: #fff!important; text-align: center!important;
	position: absolute;
	bottom: 10px;
}
figcaption div {
	color: #fff!important;
}
.article-thumb-wrapper:hover figcaption {
	top: 0; left: 0;
	transition: all 0.7s;
}

/****************Social Share****************/
.social-share {
	position: relative;
}
.social-share .social-wrap {
	padding: 30px 0;
	border-top: solid 1px #d9d9d9; 
	border-bottom: solid 1px #d9d9d9; 
}
.social-share .social-wrap p {
	border: none;
	padding: 0;
	color: #031d34; font-weight: 300;
	text-transform: uppercase;
	line-height: 1rem;
	text-align: center;
}
.social-share a {
	display: inline-block;
	font-size: 1rem;
	color: #fff!important; padding-top: 3px;
	display: inline-block;
	width: 1rem; height: 1rem;
	text-align: center;
	margin-left: 5px;
}
.social-share a:hover {
	color: #333d47!important;
	text-decoration: none;
	background: #999999;
}


/****************Page****************/
.page-link {
	color: #555; font-weight: 400;
	background: #fff;
	border-color: #c8cdd2!important;
	border-radius: 0!important; 
	margin-right: 1rem;
}
.page-link:hover {
	color: #555;
	background: #dbdbdb;
}
.page-link.disabled {
	opacity: 0.5;
}

.page-item.active .page-link {
	color: #fff;
	background: #c7001f;
}


/****************Header Contact****************/
.header-contact {
	padding: 0;
	width: 100%;
	background: #dad9d7;
}
/* icons*/
.header-contact .navbar-icon {
	
}
.header-contact .navbar-icon .link {
    color: #343434;
    padding: 5px 0;
    margin: 2px 0 0 1rem;
    text-decoration: none;
    position: relative;
}
.header-contact .navbar-icon .link:hover {
	color: #950809;
}
.header-contact .navbar-icon .link::before {
	content: ' ';
	height: 20px; 
	left:0; margin-top: 0px;
	padding-left: 10px;
	position: absolute;
} 

/****************Logo****************/
header .navbar-logo {
	display: inline-block;
}
header .navbar-brand {
	display: block;
	width: 105px; height: 40px;
	position: relative;
	padding: 0; margin: 10px 50px 0 0;
	background-image: url('../../images/logo-black.png');
  	background-repeat: no-repeat;
  	background-position: 0% 0%;
  	background-size: auto 100%;
}
header .navbar-brand span {
	display: none;
	text-align: left;
}

/****************Navigation****************/
header .navbar-main {
	font-weight:500;
}
.navbar-main .navbar {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
	.navbar-main .navbar .navbar-collapse {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}
	.navbar-main .navbar-light .navbar-nav .nav-link {
		color: #343434; font-size: 1rem;
		padding: 1.75rem 1rem 1.5rem 1rem;
		text-transform: uppercase;
		white-space: nowrap;
		position: relative;
	}
	.navbar-main .navbar-light .navbar-nav .nav-link.active {color: #343434;}
	.navbar-main .navbar-light .navbar-nav .nav-link:hover { color: #343434; }
	
	.navbar-main .navbar-light .navbar-nav .nav-link:before {
		position: absolute;
		content: '';
		left: 0px;
		bottom: 0px;
		width: 0px;
		height: 3px;
		background-color: transparent;
		-webkit-transition: all .500s ease-in-out;
		transition: all .500s ease-in-out;
	}
	.navbar-main .navbar-light .navbar-nav .nav-link:hover:before {
		background-color: #a4896c;
		width: 100%;
	}
	
	.navbar-main .navbar-light .dropdown-toggle { padding-right: 1.25rem }
	
	.navbar-main .navbar-light .dropdown-menu { background: #AEA196; padding: 0; }
	.navbar-main .navbar-light .dropdown-item { padding: 0; }
	.navbar-main .navbar-light .dropdown-item a { color: #fff!important; font-size: 1rem; display: flex; align-items: center; padding: 1rem 2rem; text-decoration: none; text-transform: uppercase; }
	.navbar-main .navbar-light .dropdown-item a:hover {  color: #ae8c65!important; }
	.navbar-main .navbar-light .dropdown-item:focus, 
	.navbar-main .navbar-light .dropdown-item:hover { background: transparent; color: #ae8c65!important; }
	.navbar-main .navbar-light .dropdown-item:focus a, 
	.navbar-main .navbar-light .dropdown-item:hover a { color: inherit; }
	
	
	/*.navbar-main .navbar-light .dropdown-menu li {
		position: relative;
	}
	.navbar-main .navbar-light .dropdown-menu .dropdown-submenu {
		display: none;
		position: absolute;
		left: 100%;
		top: 0; margin: 0; padding: 0;
		background: rgba(34,34,34,0.9);
	}
	.navbar-main .navbar-light .dropdown-menu .dropdown-submenu-left {
		left: 100%;
	}
	.navbar-main .navbar-light .dropdown-menu > li:hover > .dropdown-submenu {
		display: block;
	}*/
	
  .dropdown-menu .dropdown-submenu {
		/*position: relative;*/
  }
  .dropdown-menu .dropdown-submenu .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: 0;
  }
  
/****************Header Sub navigation****************/
#nav-secondary-contact {
	background: #fff;
	padding: .5rem 0;
	
	position: relative;
}
#nav-secondary-contact h1,
#nav-secondary-contact h3 {
	
	font-size: 1.2rem;
	margin: 0;
	padding: .5rem 0rem;
}
#nav-secondary-contact h1 a,
#nav-secondary-contact h3 a {
	color: inherit;
	text-decoration: none;
}
#nav-secondary-contact h3 a:hover {
	color: #c7001f;
}
.navbar-secondary .navbar {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
	.navbar-secondary .navbar .navbar-collapse {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}
	.navbar-secondary .navbar-light .navbar-nav .nav-link {
    	color: #c7001f;
    	font-size: 1.1rem; 
    	padding: .5rem .5rem;
	}
	.navbar-secondary .navbar-light .navbar-nav .nav-link:hover {
		color: #000;
	}




/****************Header product navigation****************/
#nav-product-contact {
	background: rgb(247, 247, 247);
	padding: .5rem 2rem;
	
	position: relative;
}
#nav-product-contact .navbar {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#nav-product-contact .navbar .navbar-collapse {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#nav-product-contact .navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 1.1rem;
	padding: .5rem .5rem;
}
#nav-product-contact .navbar-light .navbar-nav .nav-link:hover {
	color: #c7001f;
}

.slider-page .header-contact {
    position: absolute;
    z-index: 10; top: 0;
    background: transparent;
}
.slider-page header .navbar-brand { 
	background-image: url(../../images/logo-white.png);
}
.slider-page .navbar-main .navbar-light .navbar-nav .nav-link { 
	color: #fff;
}
.slider-page .header-contact.navbar-fixed-top,
.slider-page .header-contact:hover {
	background: #dad9d7;	
}
.slider-page .header-contact.navbar-fixed-top .navbar-brand,
.slider-page header:hover .navbar-brand { 
	background-image: url(../../images/logo-black.png);
}
.slider-page .header-contact.navbar-fixed-top .navbar-main .navbar-light .navbar-nav .nav-link,
.slider-page header:hover .navbar-main .navbar-light .navbar-nav .nav-link { 
	color: #343434;
}

/********************************************************
	2. SLIDER
********************************************************/
.slide {
	position: relative;
}
.slide .carousel-item {
	height: 100vh;
}
.small-home-wrapper .slide .carousel-item {
	height: 30vw;
}

.slide .background-img {
	z-index: 2; position: absolute;
	width: 100%; height: calc(100vh - 154px);
	top: 0; left: 0;
}
.slide .video-player-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	z-index: initial;
}
.slide .video-player-wrapper .videoBackground {
	position: absolute;
	left: 0;
	object-fit: cover;
	width: 100vw;
	height: 100%;
}
.slide .video-player-wrapper video {
	position: absolute;
	top: 0px; left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%; width: 100%;
	max-width: none!important;
	margin: 0!important;
}
@supports (object-fit: cover) and (-ms-ime-align:auto) {
	.slide .video-player-wrapper video {height:auto}
}
.slide .carousel {
	position: relative;
}
.slide .article-thumb {
	height: 100%; 
}
.slide .slider-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
/*
.slide .article-thumb:before {
	width: 80%; height: 100%;
	content: '';
	position: absolute;
	background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}
.slide .caption-right .article-thumb:before {
	right: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}*/
.slide .caption-center .article-thumb:before {
	display: none;
}
.slide .vimeo-wrapper:before {
	width: 80%; height: 100%;
	content: '';
	position: absolute;
	background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}
.slide .caption-right .vimeo-wrapper:before {
	right: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}

.slide .bottom .slide-img {
    object-position: 50% 100%;
}
.slide .carousel-caption {
	z-index: 1; height: 100%;
} 
.slide .carousel-caption > div  {
	position: relative;
	text-align: left;
}
.slide .carousel-caption h1 {
	font-size: 3em;
	margin-bottom: 1em;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.slide .carousel-caption h2 {
	font-size: 2em;
	margin-bottom: 1em;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.slide .carousel-caption h3 {
	font-size: 1.5em;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.slide .carousel-caption .lead {
    font-size: 1em;
    margin-bottom: .5em;
    letter-spacing: .005em;
    line-height: .9;
    color: #fff;
}
.slide .carousel-caption p {
    font-size: 1em;
    padding: 0 0 .5em 0 ; margin: 0;
    letter-spacing: .005em;
    line-height: 1.2;
    color: #fff;
}
.slide .carousel-caption .text-bg-white p {
	padding: .5rem;
	background: rgba(255,255,255,0.25);
}

.slide .carousel-caption .text-dark p {
    color: #000;
}
.slide .carousel-caption .btn-primary  {
    color: #fff; 
    background-color: rgba(164, 137, 108, 0.8);
    text-transform: uppercase;
    padding: 1.25rem 5rem;
    border-color:#a2846a;
} 
.slide .carousel-caption .btn-primary:hover
{
	color:#fff;
	border-color: #835b37;
	background-color: #957559;
}

.slide .carousel-control-next,
.slide .carousel-control-prev {
	opacity: 1;
}
.slide .carousel-control-next-icon,
.slide .carousel-control-prev-icon {
   background-image: url(../../images/arrow-left.svg);
   background-repeat: no-repeat;
 	background-position: 50% 50%;  
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	background-size: 20% 20%; 
	width: 70px; height: 70px;
}
.slide .carousel-control-next:hover .carousel-control-next-icon,
.slide .carousel-control-prev:hover .carousel-control-prev-icon {
	background-color: rgba(0, 0, 0, 0.15);
}
.slide .carousel-control-next-icon {
    background-image: url(../../images/arrow-right.svg);
}

.slide .carousel-indicators {
    justify-content: end;
}

.slide .carousel-indicators button {
	width: 80px; height: 20px;
	padding: 0;
	border-radius: 0;
	border: none;
	background: transparent!important;
}
.slide .carousel-indicators button span {
	display: block;
	width: 100%; height: 3px;
	padding: 0;
	background-color: rgba(202, 180, 151, 0.5);
}
.slide .carousel-indicators button.active span {
	background-color: rgba(202, 180, 151, 1);
}
 
.slide .carousel-indicators button.btn-text {
	width: auto; height: 20px;
	padding: 0 1rem;
	background-color: transparent;
	border-radius: 0; border: none;
	text-indent: 0; opacity: 1;
	color: #b7b7b7;
	font-size: 1.125rem;
	
}
.slide .carousel-indicators button.btn-text.active {
	background-color: transparent;
	color: #fff;
}
 
/**
 * Change animation duration
 */
.uk-cover-background {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}
.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.accordion-classic-wrapper .slide {
}
.accordion-classic-wrapper .slide .carousel-item {
	height: 60vh; min-height: auto;
}
.accordion-classic-wrapper .slide .article-thumb {
	height: calc(60vh - 200px);
}
.accordion-classic-wrapper .slide .slider-img {
    object-fit: contain;
}
.accordion-classic-wrapper .slide .carousel-indicators {
	justify-content: center;
	bottom: auto;
	top: 0; border: none;
	position: relative;
}
.accordion-classic-wrapper .slide .carousel-indicators button {
	width: auto; height: auto;
	font-size: 1.125rem; color: #000;
	text-transform: uppercase;
	opacity: 0.5;
	margin: 0 1rem;
	text-indent: 0;
}
.accordion-classic-wrapper .slide .carousel-indicators button.active {
	opacity: 1;
	position: relative;
}
.accordion-classic-wrapper .slide .carousel-indicators button.active::after {
    position: absolute;
    bottom: -0.18rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 70%;
    background-color: #a4896b;
    height: 4px;
}
.accordion-classic-wrapper .slide .carousel-caption {
	margin: 0;
	padding: 0;
}

/****************Panorama****************/
.accordion-classic-wrapper {
    background-image: linear-gradient(rgb(155, 154, 152), rgb(221, 214, 208));
    padding: 1.45rem 0px 0.96rem;
}
.accordion-classic-wrapper .accordion-header  {
	font-size: 3rem; 
	margin-bottom: 2rem;
}
.accordion-classic-wrapper .accordion-header a {
	font-family: 'Chery';
	text-decoration: none;
	padding: 2px 1rem;
	white-space: nowrap;
	cursor: pointer;
	color: #000;
	border: none;
	border-radius:0; 
}
.accordion-classic-wrapper .accordion-header a.collapsed {
    color: #000;
    opacity: 0.5;
}
.accordion-classic-wrapper .accordion-body  {
	margin: 1rem 0;
	padding: 0;
	border: none;
}
.accordion-classic-wrapper .accordion-item,
.accordion-classic-wrapper .accordion-collapse {
	border: none;
}
.accordion-classic-wrapper .accordion-body .card-body {
	
}
.accordion-classic-wrapper .accordion-body .card-title {
	text-align: center;
	font-size: 3rem;
	line-height: 1;
	margin-top: 0; padding-top: 0;
}
.accordion-classic-wrapper .accordion-body p {
	text-align: center;
	font-size: 1.375rem;
	line-height: 2rem;
	text-transform: none;
	
	font-weight: normal;
	color: #555;
	letter-spacing: -.5px;
	text-decoration: none;
	padding: 1rem;
}

/****************Panorama****************/
#design {}
#design .accordion-header  {
	text-align: center;
	margin: 1rem 0;
	border: none;
}
#design .accordion-header a {
	font-size: 2rem;
	line-height: 2rem;
	text-transform: none;
	
	font-weight: normal;
	color: #c7001f;
	letter-spacing: -.5px;
	text-decoration: none;
	padding: 0.5rem;
}
#design .accordion-header a.collapsed {
	color: #1f1f1f;
}
#design .accordion-body  {
	margin: 1rem 0;
	padding: 0;
	border: none;
	position: relative;
	z-index: 5;
}
#design .accordion-body .name {
	text-align: center;
	font-size: 2rem;
	line-height: 2rem;
	text-transform: none;
	
	font-weight: normal;
	color: #1f1f1f;
	letter-spacing: -.5px;
	text-decoration: none;
	padding: 0 1rem;
}
#design .icon-group {
    display: block;
    border-radius: 50%;
    border: 1px solid #000;
}
#design .collapsed .icon-group {
	 border: 1px solid #fff;
}
#design .color-icon {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    position: relative;
    margin: 5px;
}
.cloudimage-360 {
    width: 100%;
}

.panorama {
	width: 100%;
	height: 30vw;
}
.pnlm-load-button {
	width: 150px!important;
	height: 150px!important;
}
.pnlm-load-button p {
	font-size: .875rem;
}

/****************DARK ****************/
.product-home-wrapper.dark .container-title.smaller h2 { color: #fff; }

.product-home-wrapper.dark #home-card-secundary {	background: #000; }
.product-home-wrapper.dark .home-big-banner {	background: #000; }

.product-home-wrapper.dark #ehev .container-title.smaller h2 { color: #000; }

.product-home-wrapper.dark #home-card-secundary .card { color: #fff; background: transparent }
.product-home-wrapper.dark #home-card-secundary .card-title { color: #fff; }
.product-home-wrapper.dark #home-card-secundary .card-body p { color: #fff; }

.product-home-wrapper.dark #interior {	background: #000; }
.product-home-wrapper.dark #interior .container-title { color: #fff; }
.product-home-wrapper.dark #interior .container-title h3 { color: #fff; }
.product-home-wrapper.dark #interior p { color: #fff; }


.product-home-wrapper.dark #design {	background: #000; }
.product-home-wrapper.dark #design .container-title { color: #fff; }
.product-home-wrapper.dark #design .container-title h3 { color: #fff; }
.product-home-wrapper.dark #design .accordion-body .name { color: #fff; }
.product-home-wrapper.dark #design .icon-group { border: 1px solid #fff; }
.product-home-wrapper.dark #design .collapsed .icon-group { border: 1px solid #000; }

.product-home-wrapper.dark #myhonda {	background: #000; }
.product-home-wrapper.dark #myhonda .container-title { color: #fff; }
.product-home-wrapper.dark #myhonda .container-title h3 { color: #fff; }

.product-home-wrapper.dark .features {	background: #000; }
.product-home-wrapper.dark .features .container-title { color: #fff; }
.product-home-wrapper.dark .features .container-title h3 { color: #fff; }
.product-home-wrapper.dark .features p {	color: #fff; }
.product-home-wrapper.dark .features .card { background: transparent }
.product-home-wrapper.dark .features .card-title { color: #fff; }
.product-home-wrapper.dark .features .card-text { color: #fff; }


/****************Slick****************/
.slick-list {
	width: 100%;
	float: left;
	position: relative;
}
.slick-dots {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
	clear: both;
}
.slick-dots li {
	float: left;
	margin: 20px 5px 0 ;
}
.slick-dots button {
	cursor: pointer;
	display: inline-block;
	width: 100px; height: 2px;
	border-radius: 0;
	padding: 0;
	margin: 1rem;
	background-color: rgba(202, 180, 151, 0.5);
	border: none;
	outline-style: none;
	text-indent: -1000em;
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}
.slick-dark .slick-dots button {
}

.slick-dots button:hover {
/*	-webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -o-transform:scale(1.4);
     transform:scale(1.4);
*/
	background-color: #a4896b;
}
.slick-dots .slick-active button {
	background-color: #a4896b;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	border: none;
	padding: 0;
	display: block; cursor: pointer;
	position: absolute; z-index: 1000;
	top: 100px; left: -60px;
	text-indent: -9999px;

	background-image: url(../../images/arrow-left.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	background-size: 20% 20%;
	width: 70px;
	height: 70px;
}
.slick-slider .slick-next {
 	right: -60px; left: auto;
	background-image: url(../../images/arrow-right.svg);
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.slick-slider button:hover, button:active, button:focus {
	outline: 0;
}	


/********************************************************
	1. HOMEPAGE
********************************************************/


	 .vimeo-wrapper  { width: 100%; height: 100%; object-fit: cover; }
	 /* maska koja stiti da video ne stane*/
	 .vimeo-mask { z-index: 2; }
	 .vimeo-wrapper iframe {
		  width: 100vw; 
		  height: 56.25vw;
		  min-height: 100vh;
		  min-width: 177.77vh;
		  position: absolute; z-index: 1;
		  top: 50%; left: 50%;
		  transform: translate(-50%, -50%);
	 }
	 
	 .vimeo-wrapper.video-contain  { width: 100%; height: 100%; object-fit: contain; }	 
	 .vimeo-wrapper.video-contain iframe {
		width: 100%; height: 100%;
		min-height: 50%;
		min-width: 50%;
	 }
	 
	 @supports (-ms-ime-align: auto) {
		  .vimeo-wrapper {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				min-width: 100%;
				min-height: 100%;
				width: auto;
				height: auto;
		  }
	 }
	 
	 
	 
/****************Content Main****************/
.content-wrapper {
	padding: 0.5rem 1rem 0 1em;
}



/****************Account****************/
.box-header  {
	padding: 0; margin: 0;
 	margin-top: -5px;
 	padding-bottom: 10px;
}
.box-header h2 {
	margin: 0!important; padding: 0!important;
	font-size: 22px; font-weight: 400!important; text-transform: uppercase;
}
.box-header p {
	margin: 0; padding: 5px 0;
	color: #999; font-weight: 300;
}
.box-header .box-icon {
    color: #fff;
    border-radius: 4px;
    background-color: #555;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
    padding: 10px 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}
.box-header .box-icon i { font-size: 16px; }


/****************Google Page****************/
#map-page-wrapper {
	padding: 0; 
	position: relative;
}
#map-canvas {
    position: relative;
    width: 100%; height: 40vh;
    top: 0; left: 0;
    overflow: hidden;
    display: block;
} 
.location-address .article-thumb-wrapper {
	height: 200px;	
}


/********************************************************
	4. CONTENT
********************************************************/

.row-big-title {
	word-break: keep-all;
	margin: .5rem 0 .25rem 0;
	padding: 0;
	font-size: 3rem;
	line-height: 1em;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #b00d27;	
}
.row-big-title:before {
    content: "";
    background: #b00d27;
    display: block;
    height: 2px;
    margin-bottom: 19px;
    width: 45px;
}
.row-small-title {
	font-size: 1.75rem; line-height: 1em; color: #555;
	word-break: keep-all;
	margin-bottom: 0; padding-bottom: 0!important;
}

/****************Article****************/
.article-thumb-wrapper {
	overflow: hidden;
	position: relative;
}
.article-thumb {
	width: 100%;
	display: block;
	position: relative;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.article-thumb img { margin: 0 auto; }

.article-slide-title {
	padding: 1rem;
}

.article-slide-desc {
}
.article-slide-desc h2,
.article-slide-desc h3 {
	color: #555;
	font-size: 2rem;
	margin: 0 auto;
	padding-bottom: 20px;
   line-height: 1;
}
.article-slide-desc h2 a { color: #555; }
.article-slide-desc h2 a:hover { color: #555; }
.article-slide-desc h3 a {color: #555;}
.article-slide-desc h3 a:hover {color: #555;}

.article-slide-desc p {
	color: #555; font-size: 16px;
}
.article-slide-desc p a {
	color: #555;
}
.article-slide-desc p a:hover {
	color: #555;
}
.article-slide-desc ol li {
text-align: left!important;
	
}


/****************Conatact Page****************/
.contact-page {
	padding-bottom: 30px;
}
.card-subtitle {
	font-size: 1.25rem; 
}
.container-title {
	margin: 2rem 0;
}
.container-title h2 {
	font-size: 2.5rem;
	text-transform: uppercase;
	color: #62523b;
}
.container-title h2 a {
	color: inherit;
	text-decoration: none;
	color: #62523b;
}
.container-title h2 strong {
}
.container-title h3 {
	font-size: 2rem; 
	color: #62523b;
}
h3.card-subtitle {
	font-size: 1.25rem; 
	font-weight: 400;
	color: #756659;
}
.container-title p {
	font-size: 1.125rem;
	color: #756659;
}
.container-title .info {
	font-size: 1.375rem;
	color: #756659;
}
.container-title.smaller h2 {
	font-size: 2.125rem; line-height: 3rem;
	text-transform: none;
	color: #62523b;
	font-weight: 700;
}

/**************** Car Box ****************/

/****************NotLogin Page****************/
.notlogin-page header {
	background: #fff;
}
.notlogin-page .content-wrapper .container-box {
}
.notlogin-page .main p {
}
.notlogin-page .page-form { 
	margin-top: 40px;
}
.notlogin-page footer.content-wrapper {
	padding: 0; margin: 0;
	max-width: none; width: 100%;
}



/**************** News list Page****************/
#news-page-wrapper {
	padding: 3rem 0;
}
#news-page-wrapper .news-wrapper .card {
	background: transparent;
}
#news-page-wrapper .news-wrapper .card-body {
	border: none;
}
#news-page-wrapper .news-wrapper .article-thumb-wrapper {
	height: 300px;
}
#news-page-wrapper .news-wrapper .card-body {
}
#news-page-wrapper .news-wrapper .card-title {
	color: #000; font-size: 1.5rem; line-height: 1.2;
	font-weight: 400;
}
#news-page-wrapper .news-wrapper .card-title a {
	color: inherit; text-decoration: none;
}
#news-page-wrapper .news-wrapper .card-title a:hover {
	color: #a4896c;
}

#news-page-wrapper .news-wrapper img {
    -webkit-transition: all 500ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 500ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 500ms ease-in;
    -moz-transform: scale(1);
    transition: all 500ms ease-in;
    transform: scale(1);
}

#news-page-wrapper .news-wrapper .article-thumb-wrapper:hover img {
    -webkit-transition: all 500ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 500ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 500ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 500ms ease-in;
    transform: scale(1.2);
}

 
/****************Inner Page****************/
#inner-page-wrapper {
	padding: 3rem 0;
}
#action-page-wrapper {
	padding: 4rem 0;
	background-image: url(../../images/news-bg.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#contact-page-wrapper {
	padding: 3rem 0;
	background: #eceae9;
}
.contact-wrapper  .home-big-banner .card-img {
	height: 70vh!important;
	min-height: auto!important;
	object-position: 50% 100%;
}
#action-page-wrapper .page-form .form-control,
#contact-page-wrapper .page-form .form-control {
	background: transparent; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.main {
	font-size: 1rem;
}

.page-header  {
	padding: 1.5rem 0; margin: 0; 
	border-bottom: none;
}
.page-header h1 {
	word-break: keep-all;
	margin: .5rem 0 .25rem 0;
	padding: 0;
	font-size: 2.5rem;
	line-height: 1em;
	letter-spacing: -1px;
	color: #000;
	text-align: left;
} 
.page-header h2 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	display: block;
	margin: 0;
	color: #3b3b3b;
}
.page-header .lead {
    font-size: 1.5em;
    line-height: 1.167;
    margin: 1em 0;
} 

#secondary-page-wrapper {
	padding: 3rem 0;
}	 
#secondary-page-wrapper .page-header h1 {
	font-size: 2rem;
	color: #000;	
}
#secondary-page-wrapper .page-header h1:before {
	display: none;
}
/****************Specification****************/
.specification-wrapper {
	padding: 0.5rem 1rem 0 1em;
}
.page-header.model-header {
	padding-bottom: 0;
	position: relative;
}
.specification-wrapper .page-header.model-header :after {
	content: "\e00a";
	color: #b00d27;
	line-height: 1;
	background-color: #f4f3f8;
	position: absolute;
	bottom: -14px; left: 50%;
	margin-left: -27px;
	width: 54px;
	font-family: glyphs28;
	font-size: 28px;
}
.page-header.model-header .subTitle {
	font-size: 1.75rem;
	
	font-weight: 400;
	line-height: 1;
	display: block;
	margin: 0;
	color: #1f1f1f;
	text-transform: none;
}
.page-header.model-header .subTitle:before {
	display: none;
}
.page-header.model-header .mainTitle {
	word-break: keep-all;
	margin: .75rem 0 ;
	padding: 0;
	font-size: 2rem;
	line-height: 1em;
	letter-spacing: -1px;
	color: #313131;
}
.specification-wrapper .mesChoose {
	text-align: center;
}
.specification-wrapper .mesChoose h3 {
	word-wrap: break-word;
	font-size: 1.5em; line-height: 1;
	margin: 0; padding: 0;
}
.specification-wrapper .mesChoose:before {
	color: #b2b1b4;
	position: relative;
	vertical-align: top;
	font-family: glyphs28;
	font-size: 28px;
	text-align: center;
}
.specification-wrapper #model .mesChoose:before {
	content: "\e097";
}
.specification-wrapper #engine .mesChoose:before {
	content: "\e014";
}
.specification-wrapper .modelItem {
	border: solid 1px #e1e4ea; 
	background: #fff;
	min-height: 75px;
	margin-bottom: 2rem;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}
.specification-wrapper .modelItem::before {
	content: '';
	display: block;
	height: 4px; width: 100%;
	background: #fff;
	margin-bottom: .5rem;
}
.specification-wrapper .modelItem:hover:before {
	background: #73a699;
}
.specification-wrapper .modelItem.active:before {
	background: #c7001f;
}
.specification-wrapper .modelItem span {
}
.specification-wrapper .modelItem span.title {
	
	border-bottom: 1px solid #73a699;
	color: #00803e;
	margin-bottom: .2rem;
}
.specification-wrapper .modelItem.active span.title {
	border-bottom: none;
	color: #c7001f;
}
.specification-wrapper .modelItem span.info {
	font-size: .85rem;
}
/* Compare */
.specification-wrapper.compare-wrapper .modelItem {
	min-height: 150px;
}
.specification-wrapper.compare-wrapper .modelItem::before { display: none }
.specification-wrapper.compare-wrapper .modelItem span.title {
	border-bottom: none;
	color: #c7001f;
	font-size: 1.1rem;
}
.specification-wrapper.compare-wrapper .modelItem.blankData  {
	background-color: #fff;
	background-image: url(../../images/selection_empty.png);
	background-repeat: repeat;
}
.specification-wrapper.compare-wrapper .blankData:after {	
	display: none;
}
.specification-wrapper.compare-wrapper .addSelect {
	border: none; background: transparent; 

	font-size: 1.5rem; line-height: 1.4em;
 	letter-spacing: -.5px;
 	
	text-transform: uppercase;
	text-align: center;
	
	text-decoration: none;
	border-bottom: 1px solid #7fbf9e;
	margin-bottom: 2px;
	color: #3b3b3b;
	display: inline;
	padding: 0;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;	
}
.specification-wrapper.compare-wrapper .addSelect:hover {
	border-bottom: 3px solid #017d75;
	color: #017d75;
}
.specification-wrapper.compare-wrapper .addSelect.disabled { opacity: .3}
.specification-wrapper.compare-wrapper .addSelect.disabled:hover { border-bottom: 1px solid #7fbf9e; color: #3b3b3b;}

.specification-wrapper .modelItem .removeModel {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    text-indent: -10em;
    overflow: hidden;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGNpcmNsZSBmaWxsPSIjRjRGM0Y4IiBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiLz4KPHBhdGggZmlsbD0iIzAwODAzRSIgZD0iTTE0LjU1Niw3LjAzNWwtMS41OTMtMS41OTFMMTAsOC40MDdMNy4wMzYsNS40NDRMNS40NDQsNy4wMzVsMi45NjMsMi45NjRsLTIuOTYzLDIuOTYybDEuNTkyLDEuNTk0CglMMTAsMTEuNTkybDIuOTY0LDIuOTYzbDEuNTkyLTEuNTk0bC0yLjk2NC0yLjk2MkwxNC41NTYsNy4wMzV6Ii8+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.specification-wrapper #specKey {
	margin-bottom: 5rem;
}
.specification-wrapper .blankData {
	position: relative;
}
.specification-wrapper .blankData:after {
	content: '';
	right: 5%; top: 25%;
	width: 50%; height: 100%;
	position: absolute;
	background-image: url(../../images/logo-sign-white.svg);  
	background-repeat: no-repeat;
}
.specification-wrapper .blankData .specDesc {
	background-color: #fff;
	background-image: url(../../images/selection_empty.png);
	background-repeat: repeat;
}
.specification-wrapper .specName {
	border-bottom: 1px solid #e2e1e2;
	border-right: 1px solid #e2e1e2;
	padding: 0.5rem;
	
	font-size: .75rem;	
}
.specification-wrapper .specName {
	border-bottom: 1px solid #e2e1e2;
	border-right: 1px solid #e2e1e2;
	padding: 0.5rem;
	font-size: .75rem;	
}
.specification-wrapper .specName strong {  color: #b00d27; 	font-size: 1rem;}
.specification-wrapper .specDesc {
	border-bottom: 1px solid #e2e1e2;
	text-align: center;
	
	font-size: .75rem;
}
.specification-wrapper .specDesc .row {
	height: 100%;
}
.specification-wrapper .specDesc .col {
	padding: 0.5rem;
	position: relative;
}
.specification-wrapper .specComp .true:before,
.specification-wrapper .specDesc .true:before {
	margin-bottom: 0.5em;
	content: "\e00d";
	font-family: glyphs14;
	font-size: 14px;
	speak: none;
	line-height: 1.5rem;
	vertical-align: top;
	color: #b00d27;
}
.specification-wrapper .specCompList {
	height: 100%;
}
.specification-wrapper .specComp {
	border-bottom: 1px solid #e2e1e2!important;
	border-right: 1px solid #e2e1e2!important;
	text-align: center;
	
	font-size: .75rem; color: #b00d27;
	padding: 0.5rem;
}
.specification-wrapper .specCompList .blankData  {
	background-color: #fff;
	background-image: url(../../images/selection_empty.png);
	background-repeat: repeat;
}
.specification-wrapper .specCompList .blankData:after {	
	display: none;
}


.specification-wrapper .currentSpec {
	background: #fff;
	color: #b00d27;
}
.specification-wrapper .higherSpec {
	border-right: 1px solid #e2e1e2;
}

.specification-wrapper .categoryTitleBox .categoryTitle {
	display: block;
	border-top: 3px solid #14948b;
	font-size: 1.5rem; line-height: 1.4em;
 	letter-spacing: -.5px;
 	
	text-transform: uppercase;
	text-align: center;
	padding: 1rem 0;
	color: #c00;
	text-decoration: none;
	position: relative;
}
.specification-wrapper .categoryTitleBox .categoryTitle:hover {
	border-top: 3px solid #14948b;
	color: #00803e;
}
.specification-wrapper .categoryTitleBox .categoryTitle:after {
   content: "\e015";
   top: -1px; right: 0px;
	position: absolute;
	font-size: 22px;
	font-weight: 700;
	font-family: glyphs14;
	speak: none;
	line-height: 3;
}
.specification-wrapper .categoryTitleBox .categoryTitle.collapsed:after {
   content: "\e013";
}
.specification-wrapper .categoryTitleBox .categoryTitle:hover:after { background: #14948b; color: #fff; }

.specification-wrapper #categoryKey .categoryTitleBox:first-child .categoryTitle {
	border-top: 3px solid #ddd;
}
.specification-wrapper #categoryKey .categoryTitleBox:first-child .categoryTitle:hover {
	border-top: 3px solid #14948b;
}
.specification-wrapper .categoryTitleBox .categoryTitleEnd {
	border-top: 3px solid #14948b;
}

.specification-wrapper .categoryName {
	padding: 1rem;
	background: #fff;
}
.specification-wrapper .categoryNameBox .categoryTitle {
	display: block;
	border-top: 1px solid #14948b;
	padding: .5rem 0; margin: .5rem 0rem;
	text-decoration: none;
	position: relative;
	color: #3b3b3b; font-size: 1rem;
}
.specification-wrapper .categoryNameBox:first-child .categoryTitle {
	border-top: none;
}
.specification-wrapper .categoryNameBox .categoryTitle:after {
   content: "Zatvori";
   top: 10px; right: 0px;
	position: absolute;
	font-size: 1rem;

}
.specification-wrapper .categoryNameBox .categoryTitle.collapsed:after {
   content: "Otvori";
}
.specification-wrapper .categoryName .specDesc {
	padding-top: .5rem;
	text-align: left;
	color: #c7001f;
}

.specification-wrapper .categoryName .row div:nth-last-child(2), 
.specification-wrapper .categoryName .row .specDesc:last-child {
	border-bottom: none;
}

.specification-wrapper .openAll {
	position: relative;
	color: #3b3b3b;
	font-size: 1em;
	text-decoration: none;
	border-bottom: 1px solid #7ab99b;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	overflow: visible;
	background: transparent; border: none;
	margin-bottom: 2rem;
}
.specification-wrapper .openAll:hover {
    border-bottom: 2px solid #7ab99b;
}
.specification-wrapper .openAll:before {
	position: absolute;
    width: 20px;
    height: 13px;
    top: 0.2em;
    left: -20px;
    content: ' ';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTMgMTMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEzIDEzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwMDgwM0UiIGQ9Ik0xMywyYzAtMS4xMDQtMC44OTYtMi0yLTJIMkMwLjg5NiwwLDAsMC44OTYsMCwydjkKCWMwLDEuMTA0LDAuODk2LDIsMiwyaDljMS4xMDQsMCwyLTAuODk2LDItMlYyeiBNMTEsMTFIMlYyaDlWMTF6Ii8+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.specification-wrapper .openAll.active:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTMgMTMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEzIDEzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iI0RDMTgyRCIgZD0iTTEwLjkwMiwxLjI1MUw0LjYsNy41NTZMMi4wOTcsNS4wNTJMMCw3LjE0N2w0LjYsNC42MDJsMi4wOTctMi4wOTdMMTMsMy4zNDlMMTAuOTAyLDEuMjUxeiIvPgo8L3N2Zz4=);
}

.main h2 {
	word-break: keep-all;
	margin: 1rem 0 .5rem 0;
	padding: 0;
	font-size: 2.25rem;
	line-height: 1.5em;
	letter-spacing: -1px;
	color: #000; font-weight: 500;
	display: inline-block;
}
.main h3 {
 	font-size: 2rem;
 	padding-top: 1rem;
 	padding-bottom: .5rem; 
 	color: #000;
 	font-weight: 500;
}
.main h3 strong { font-weight: 500; color: #000; }

.main h4 {
 	font-size: 2rem;
 	padding-top: 1rem;
 	padding-bottom: .5rem; 
 	
}
.main .blockquote {
	padding: 1rem;
	border: solid 2px #d9d9d9;
	color: #000; font-size: 1.125rem; 
	text-align: center;
	
}
.main .blockquote p {
	color: #000; font-size: 1.125rem; 
	
}
.main .jumbotron {
	background-color: #f3f3f3;
	padding: 15px;
	border: solid 1px #d9d9d9;
	border-radius: 0; 
}
.main .jumbotron h2, 
.main .jumbotron h3 {
	margin: 0; color: #2e63a3;
	padding-top: 0;
}
.main .date { background: #c7001f; color: #fff; display: inline-table; margin: 20px 0; padding-right: 5px; border: solid 2px #fff;  }
.main .date span { background: #000; display: inline-table; padding: 5px 10px; margin-right: 5px; border-right: 3px solid #fff; }

.main .snippet-image { margin: 1.5rem 0; }
.main .snippet-image.center { padding: 0; max-height: 250px; }

.main .snippet-image.logo { 
	padding: 15px 0 15px 15px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.main .snippet-image.logo:hover { 
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.video-player-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.videoBackground  {
	width: 100%;
}
.play_btn {
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    margin: -30px 0 0 -30px;
    width: 80px; height: 80px;
    background: url(../../images/play_video.png) no-repeat top left;
    z-index: 10;
    line-height: 0;
    text-indent: -999px;
    background-size: auto 100%; 
}
.play_btn.none {
	display: none!important;
	opacity: 0!important;
}
/* Text over images */
.main figcaption {
	background-color: rgba(0, 0, 0, 0.6);
}
.main figcaption h3 {
	color: #fff!important; text-align: center!important;
}
.main figcaption p {
	color: #fff!important; text-align: center!important;
	top: 10px;
 }
.main a:hover figcaption {
    color: #fff;
}
.main .snippet-image p {
	color: #313131;
	margin: 0; padding: 5px 10px; 
	
}
.main p:not([class]) {
	font-size: 1.25rem;
	color: #313131;
	line-height: 1.80em;
	padding: .75rem 0;
}
.main div:not([class]) {
	font-size: 1.25rem;
	color: #313131;
	line-height: 1.80em;
	padding: .75rem 0;
}

.main a:not([class]), 
.main a.wtm { 
	color: #c7001f;
	text-decoration: underline;
}
.main a:not([class]):hover,
.main a.wtm:hover
 { 
	text-decoration: none;
}

.main strong {
	color: #313131; 
}
.main .page-content {
	margin-bottom: 1em;
}
.main table,
.main th,
.main td {
	border: none;
}
.main table {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	border-bottom: solid 1px #dfdfdf;
}
.main th,
.main td {
	border-collapse: collapse;
	padding: 10px;
}
.main td {
	color: #131212; font-size: 1rem;
}
.main tbody > tr > td {
	vertical-align: middle!important;
	padding: 5px 10px;
}
.main td p {
	margin: 0; padding: 0;
	color: #000;
}
.table>thead>tr>th {
    padding-right: 10px!important;
    border-bottom: none;
}
.table>thead>tr>th.select div {
    width: 30px!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
}
td.footable-sortable>span.fooicon, th.footable-sortable>span.fooicon {
	margin-top: -15px!important;
}
.main td.name {
	color: #131212;
	font-size: 14px; font-weight: 400;
}
.main td.report {
	text-transform: uppercase;
	width: 10%;	
}
.main td .status { text-transform: uppercase; font-weight: 700; } 
.main td .pending { color: #2e63a3;  } 
.main td .approved { color: #009933;  } 
.main td .declined { color: #e62a36; } 
.main td .deleted { background-color: #e62a36; color: #fff; padding: 0px 2px; }  

.main td .admin {
	color: #003073;
	font-size: 14px; font-weight: 400;
	text-decoration: underline;
}
.main td .admin:hover {
	text-decoration: none;
}
.main td .admin i {
	font-size: 18px; margin: 5px;
}

.main table > thead > tr {
  background-color: #fff;
}
.main table > thead > tr > th {
	color: #000; font-weight: 800;
	font-size: 13px; /*text-transform: uppercase;*/
	border-bottom: 2px solid #dee2e6;
}

.main table > tbody > tr:nth-of-type(even) {
  background-color: #fff!important;
  border-bottom: solid 1px #e5e5e5; 
}
.main table > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2!important;
  border-bottom: solid 1px #e5e5e5; 
}
/*.main table > tbody > tr:hover {
  background-color: #a3dcff!important;
}
.main table > tbody > tr:hover td {
  color: #000!important;
}*/
.main table > tbody > tr[data-expanded="true"],
.main table > tbody > .footable-detail-row {
}

.main table > tbody > tr.total {
  background-color: #eef8e8!important;
  font-weight: 700;
}
.main table > tbody > tr.total td.name {
	font-weight: 700;
}
table>tbody>tr>td>span.footable-toggle {
	border-radius: 100%;
	background-color:  #2e63a3;
	color: #fff;
	padding: 0 2px;
	text-align: center;
	opacity: 1!important;
	font-weight: 800;
	font-size: 12px;
}

table.footable .footable-detail-row:nth-of-type(odd) {
	background-color: #fff;	
}
table.footable .footable-detail-row:nth-of-type(even) {
	background-color: #e9e9e9;	
}
table.footable .footable-detail-row>td {
	padding: 0; margin: 0; border: none;
}

table.footable, table.footable-details {
	margin: 0; border: none!important;
	background: transparent!important;
}
table.footable, table.footable-details tr,
table.footable-details th,
table.footable-details td {
	border: none!important;
	background: transparent!important;
}

table.footable-details>tbody>tr>th:nth-child(1) {
	width: 20%!important;
	overflow: hidden!important;
	text-overflow: ellipsis!important;
	white-space: nowrap!important;
	color: #003073;
	font-weight: 700;
	
}
table.footable-details>tbody>tr>td:nth-child(2) {
	width: 80%!important;
}

/* legend */
.legend {
	color: #b3b3b3; font-weight: 400;
	font-size: 14px;
}
.legend strong {
	color: #231f20; font-weight: 700;
}



/* forms */

.page-form { 
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1.5rem;
	font-size: 16px;
}
.page-form .form-group  {
	margin: .75rem 0;
}
.page-form .form-control {
 	color: #333;
	border-radius: 0;
	-ms-border-radius: 0;
	height: 2.5rem; padding: 0.3125rem;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-size: .875rem;
	
	background: transparent; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.page-form .form-control.form-print {
	padding-top: 0.625rem; height: auto;
	min-height: 2.5rem;  
	border: none; border-radius: 0;
}
.page-form .form-control .before {
   display: block;
	position: absolute;
	width: 50px; height: 50px;	
	z-index: 100;			
}
.page-form select.form-control {
	padding: 0.3125rem;
	border: solid 1px #ddd;
}
.page-form textarea.form-control {
	height: 7rem;
}
.page-form select.form-control option { color: #333; }
.page-form .fileinput-button {
}

.page-form .form-control.currency {
	padding-left: 2rem;
}
.page-form .currency-input { position: relative; }
.page-form .currency-symbol {
	position:absolute;
	left: 4px; top: 6px;
	color: #555;
}
.page-form.form-inline .button-read-more {
	height: 2rem; padding: 0.5rem 1rem; 
}

.form-control::-moz-placeholder {
	color: #B7B7B7;
	opacity: 0.5;
}
.form-control:-ms-input-placeholder {
	color: #B7B7B7;
	opacity: 0.5;
}
.form-control::-webkit-input-placeholder {
	color: #B7B7B7;
	opacity: 0.5;
}

.page-form .form-control:focus {
	background: #fff;
	color: #333;
	outline-color: transparent; outline: 0;
	box-shadow: none;
	border-color: #017d75;	
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
:-webkit-autofill, input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background: #fff!important;
	color: #555;
}

.form-group label { 
	display: block;
	color: #333;

	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.4;
	/*text-transform: uppercase;*/
}
.form-group .form-control:focus + .form-group label, .form-group select:focus + label, .form-group textarea:focus + label {
	font-size: 10px; color: #3b3b3b; text-transform: uppercase;
}
.form-group p { font-size: 0.875em; color: #555; text-transform: none }
.form-group a:not([class]) { text-decoration: none; border-bottom: 1px solid #017d75; margin-bottom: 2px; }
.form-group a:not([class]):hover { border-bottom: 3px solid #017d75; margin-bottom: 0px; }

.form-group .form-check-label { font-size: 0.875em; color: #555; text-transform: none; font-size: .875rem;
	 }

.page-form .btn { border-radius: 0; }

.page-form .form-control:-moz-read-only { background: transparent!important; border: none; box-shadow: none; color: #555; }

.page-form .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.page-form .custom-file-input::before {
  content: 'Izaberite dokument';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 400;
  font-size: 10pt;
}
.page-form .custom-file-input:hover::before {
  border-color: black;
}
.page-form .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

/*************** Custom checked~radio  ***************/ 
.custom-checkbox .custom-control-label::before {
	border-radius: 0; 
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #555;
    background-color: #555;
}

/***************GALLERY***********************/
#location-page-wrapper { 
    margin: 0;
}
#location-page-wrapper .card-title {
	font-size: 2.5rem;	
	margin: 0; padding: 0;
}
#location-page-wrapper .card-body strong {
	font-size: 1.5rem;	
	font-weight: normal;
	
	margin: 0; padding: 0;
}
#location-page-wrapper .card-body a {
	color: #c7001f;
	text-decoration: none;
	border-bottom: solid 1px #c7001f;		
}
#location-page-wrapper .card-body a:hover {
	border-bottom: solid 3px #c7001f;		
}
/***************GALLERY***********************/
#gallery-page-wrapper { 
    margin: 0;
    background: #f4f3f8;
    border-top: solid 1px #017d75;
    border-bottom: solid 5px #017d75;
}
#gallery-page-wrapper .slick-gallery {
	overflow: hidden;
	position: relative;
}
#gallery-page-wrapper .slick-gallery div {
	padding-bottom: 1rem;
	padding: 0; margin: 0;
	display: inline-block;
	overflow: hidden;
	height: 350px;
	border-left: solid 1px #c2d4e5;
}

#gallery-page-wrapper .slick-gallery div > img {
	object-position: 50% 0%;
}
#gallery-page-wrapper .slick-slider .slick-prev,
#gallery-page-wrapper .slick-slider .slick-next {
	background-color: #c00;
	opacity: 1;
}
#gallery-page-wrapper .slick-slider .slick-prev:hover,
#gallery-page-wrapper .slick-slider .slick-next:hover {
	background-color: #c00;
	opacity: 1;
}

/**************** Course page wrapper ****************/
#home-offer {
	background: #fff;
	position: relative;
}
#home-offer::before {
	background: #f5f5f5;
	content: '';
	height: 150px; width: 100%;
	position: absolute;
	bottom: 0;
}
 
.product-box-wrapper {
	display: block;
	text-decoration: none;
	padding: 2rem 0;
	position: relative;
	/*height: 40vw;*/
	overflow: hidden;
	padding-top: 4rem;
} 

.product-box-wrapper .article-thumb-wrapper {
    display: block;
    transition: transform .2s;
    margin: 0 auto;
    width: 100%;
}
.product-box-wrapper .article-thumb-wrapper:hover {
  transform: scale(1.1);
}


/* Cookie Dialog */
#gdpr-cookie-message {
   position: fixed;
   right: 30px;
   bottom: 30px;
   max-width: 500px;
   background-color: #000;
   padding: 20px;
   border-radius: 5px;
   box-shadow: 0 6px 6px rgba(0,0,0,0.25);
   margin-left: 30px;

   z-index: 5000;
}
#gdpr-cookie-message h4 {
   font-size: 18px;
   margin-bottom: 10px;
   color: #fff;
}
#gdpr-cookie-message h5 {
   font-size: 1rem;
   margin-bottom: 10px;
   color: #fff;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
   color: #fff;
   font-size: 1rem;
   line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
   margin-bottom: 0;
   text-align: right;
}
#gdpr-cookie-message li {
   width: 33%;
   display: inline-block;
}
#gdpr-cookie-message a {
   color: #c7001f;
   text-decoration: none;
   font-size: 1rem;
   padding-bottom: 2px;
   border-bottom: 1px dotted rgba(255,255,255,0.75);
   transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
   color: white;
   border-bottom-color: var(--red);
   transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
   border: none;
   background: #b00d27;
   color: white;
   font-size: 1rem;
   padding: 7px;
   border-radius: 3px;
   margin-left: 15px;
   cursor: pointer;
   transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
   background: white;
   color: #b00d27;
   transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
   background: white;
   color: #b00d27;
}
#gdpr-cookie-message button:disabled {
   opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
   float: none;
   margin-top: 0;
   margin-right: 5px;
   color:#000;
}
#gdpr-cookie-types{
   margin-bottom:20px;
}#gdpr-cookie-types label{
   display:inline;
}
/* END COOKIE  */

/**************** Home Banner ****************/
.home-big-banner {  }
.home-big-banner .card { border: none; }
.home-big-banner .card-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 75vh; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
.home-big-banner .card-img.bottom {
    object-position: 50% 100%;
}

.home-big-banner .video-player-wrapper {
	background-image: url(../../images/bg_overview_video.png);
	background-position: center;
	height: 75vh;
	position: relative;
	overflow: hidden	
}
.home-big-banner .video-player-wrapper .videoBackground {
	position: absolute;
	left: 0;
	object-fit: cover;
	width: 100vw;
	height: 100%;
}

.home-big-banner .article-thumb {
/*	width: 80%; height: 100%;
	content: '';
	position: absolute;
	background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
*/	
}
.home-big-banner .caption-right .article-thumb {
	width: 80%; height: 100%;
	right: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,1) 100%);
}
.home-big-banner .caption-center .article-thumb, 
.home-big-banner .contentBox .article-thumb {
	display: none;
}

.home-big-banner .card-img-overlay .row {
	width: 100%;
}
.home-big-banner .card-body {
}
.home-big-banner .card-title {
    font-size: 2.5em;
    margin-bottom: .5em;
    letter-spacing: .005em;
    line-height: .9;
    color: #fff;
	
}
.home-big-banner .card-text p {
    font-size: 1.5em;
    margin-bottom: .5em;
    letter-spacing: .005em;
    line-height: 1.2;
    color: #fff;
}
.home-big-banner .contentBox .card-body {
    padding: 2em 2em 6em;
    text-align: left;
    background-color: #fff;
}
.home-big-banner .contentBox .card-title h3 {
    font-size: 2.5em;
    color: #3b3b3b;
}
.home-big-banner .contentBox .card-title:before {
    content: "";
    background: #b00d27;
    display: block;
    height: 2px;
    margin-bottom: 19px;
    width: 45px;
}
.home-big-banner .contentBox .card-text p.info {
    font-size: 1.5em;
    
    line-height: 1;
    color: #3b3b3b;
}
.home-big-banner .contentBox .card-text p {
	font-size: .875em; line-height: 1.5;
	
	color: #555;
}

.home-big-banner .contentBox .card-body {
    padding: 2em 2em 6em;
    text-align: left;
    background-color: #f4f3f8;
}
.home-big-banner .contentBox .card-title {
    font-size: 2.5em;
    color: #3b3b3b;
}
.home-big-banner .contentBox .card-title:before {
    content: "";
    background: #b00d27;
    display: block;
    height: 2px;
    margin-bottom: 19px;
    width: 45px;
}
.home-big-banner .contentBox .card-text p.info {
    font-size: 1.5em;
    
    line-height: 1;
    color: #3b3b3b;
}
.home-big-banner .contentBox .card-text p {
	font-size: .875em; line-height: 1.5;
	color: #555;
}
.home-big-banner .btn-primary  {
    color: #fff; 
    background-color: rgba(164, 137, 108, 0.8);
    text-transform: uppercase;
    padding: 1.25rem 5rem;
    border-color:#a2846a;
    margin-top: 2rem;
} 
.home-big-banner .btn-primary:hover
{
	color:#fff;
	border-color: #835b37;
	background-color: #957559;
}

/**************** Home Classic Banner ****************/
.home-classic-banner {  }
.home-classic-banner .card { border: none; background-color:  transparent;}
.home-classic-banner .video-player-wrapper {
	background-image: url(../../images/bg_overview_video.png);
	background-position: center;
	height: 75vh;
	position: relative;
	overflow: hidden	
}
.home-classic-banner .video-player-wrapper .videoBackground {
	position: absolute;
	left: 0;
	object-fit: cover;
	width: 100vw;
	height: 100%;
}
.home-classic-banner .card-body {
}
.home-classic-banner .card-title {
    font-size: 1em;
    margin-bottom: .5em;
    letter-spacing: .005em;
    line-height: .9;
    color: #b00d27;
    font-weight: 700;
}
.home-classic-banner .card-title:after {
    content: "";
    background: #b00d27;
    display: block;
    height: 4px;
    margin-top: 19px;
    width: 45px;
}
.home-classic-banner .card-text p {
	margin-bottom: .5em;
	letter-spacing: .005em;
	font-size: .875em; line-height: 1.5;
	
	color: #555;
}
.home-classic-banner .card-text p.info {
    font-size: 1.5em;
    
    line-height: 1;
    color: #3b3b3b;
}

.home-classic-banner.bg-black .card-title { color: #fff; }
.home-classic-banner.bg-black .card-text p { color: #fff; }
.home-classic-banner.bg-black .card-text p.info { color: #fff; }

/**************** News list Page****************/
#home-diler {
    background-color: #c00;
    padding: 30px 0;
}
#home-diler .container-title {
    margin: 0; 
}
#home-diler .container-title h2 {
    color: #fff;
}
#home-diler .container-title p {
    color: #fff;
}
/**************** News list Page****************/
.home-news {
	padding: 4rem 0;
	background: #fff;
}
.home-news .news-wrapper {
	background: transparent!important;
	box-shadow: none;
}
.home-news .news-wrapper .card-title {
	font-size: 1.5rem; color: #000; 
	line-height: 1.3;
}
.home-news .news-wrapper:hover .card-title,
.home-news .news-wrapper .card-title a:hover {
	color: #fff;	
}
.home-news .news-wrapper .card-body {
	border: none!important;
}
.home-news .news-wrapper .card-text {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #000;
}
.home-news .news-wrapper:hover .card-body {
	background: #A5896D;
}
.home-news .news-wrapper:hover .article-thumb-wrapper::after {
	content: '';
	width: 100%; height: 80%;
	position: absolute;
	bottom: 0; z-index: 10;
	background: rgba(164, 137, 108,.2);
	background: linear-gradient(180deg, rgba(164, 137, 108,0) 0%, rgba(164, 137, 108,0) 22%, rgba(164, 137, 108,1) 100%);
}
.home-news .news-wrapper .btn {
	padding: 1rem 0;
}
.home-news .news-wrapper:hover .btn,
.home-news .news-wrapper .btn:hover {
	color: #fff;	
	border-bottom: solid 1px #fff;
}

/*************** progress ***************/ 
#slick-center {
	display: block;
	position: relative;
}
.slick-wrapper {
	box-shadow: none;
	position: relative;
}
.slick-wrapper .card-title {
	font-size: 1.75rem; line-height: 1;
}
.slick-wrapper .card-title a:hover {
	color: #c7001f;	
}
.slick-wrapper .card-body {
	border: none!important;
}
.slick-wrapper .card-text {
    font-size: 1.125rem;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #979797;
}
.slick-wrapper .article-thumb-wrapper {
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;	
}
.slick-wrapper .article-thumb-wrapper .article-thumb {
	height: 100%;	
}
.slick-wrapper .article-thumb-wrapper .article-thumb img {
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%; width: 100%;
	max-width: none!important;
	margin: 0!important;
}


.slick-wrapper .article-thumb-wrapper:hover .article-thumb {
	-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

/*************** progress ***************/ 

.accordion-video-wrapper .progress {
	height: 4px;
	overflow: visible; 
	margin-bottom: 50px;
}
.accordion-video-wrapper .progress .progress-bar {
	overflow: visible; position: relative;
	width: 25%;
	background: #c7001f;
}
.accordion-video-wrapper .progress .progress-bar a {
	position: absolute;
	bottom: -40px;	
	font-size: 1.125rem;
	color: #000; text-decoration: none	
}
.accordion-video-wrapper .progress .progress-bar a:before {
	content: ''; position: absolute;
	left: 0; top: -23px;
	display: block;
	background: #c7001f;
	border: 0;
	width: 14px; height: 14px;
	border-radius: 50%;
	margin: 0; padding: 0;
}
.accordion-video-wrapper .progress .progress-bar a:after {
	content: ''; position: absolute;
	left: 0; top: -23px;
	display: block;
	background: none;
	opacity: 0; border: 1px solid #000;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 0; padding: 0;
	border: 1px solid;
}
.accordion-video-wrapper .progress .progress-bar a:not(.collapsed):after {
    border: 1px solid;
    opacity: 1;
    animation-name: active-point;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.accordion-video-wrapper .article-thumb {
	height: 40px;
}
.accordion-video-wrapper .accordion-item {
	border: none;
	background: transparent;
	font-size: 1.375rem; line-height:1;
}
.accordion-video-wrapper .video {
	position: relative;
	overflow: hidden;
	height: calc(56.25vw - 60px);
	/*min-height: 100vh;*/
}

#home-product {
	padding: 5rem 0 3rem 0;
}

#ehev {}
#ehev .progress .progress-bar:nth-child(1) a:before {
    background: #0c4f7e;
}
#ehev .progress .progress-bar:nth-child(1) {
    width: 25%;
    background: linear-gradient(90deg, #0c4f7e 0%, #578028 100%);
}
#ehev .progress .progress-bar:nth-child(2) a:before {
    background: #578028;
}
#ehev .progress .progress-bar:nth-child(2) {
    width: 25%;
    background: linear-gradient(90deg, #578028 0%, #f0f105 100%);
}
#ehev .progress .progress-bar:nth-child(3) a:before {
    background: #f0f105;
}
#ehev .progress .progress-bar:nth-child(3) {
    width: 25%;
    background: linear-gradient(90deg, #f0f105 0%, #f17705 100%)
}
#ehev .progress .progress-bar:nth-child(4) a:before {
    background: #f17705;
}
#ehev .progress .progress-bar:nth-child(4) {
    width: 25%;
    background: linear-gradient(90deg, #f17705 0%, #0c4f7e 100%);
}
#ehev.accordion-video-wrapper .video {
	position: relative;
	overflow: hidden;
	height: 40vh;
	min-height: 20vh;
}

/*************** Product box explain ***************/ 
#home-card-secundary {
}
#home-card-secundary .card {
	padding: 1rem;
	background: linear-gradient(180deg, rgba(242,237,237,0.4), #fff);
}
#home-card-secundary .article-thumb {
	height: 165px; margin: 1rem 0;
}
#home-card-secundary .article-thumb .card-img-top {
    object-fit: contain;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;	
}
#home-card-secundary .card-body {
	padding-top: 1rem;
	text-align: center;
}
#home-card-secundary .card-title {
	margin: 0;
	margin-bottom: 1rem;	
}
#home-card-secundary h5 {
	font-size: 1.75rem;
	
	list-style: 1.2; 
}
#home-card-secundary .card-body p {
	font-size: 1.375rem; line-height: 1.2;
	color: #777;  
}


.ip-box-auto .card-title {
	font-size: 1.75rem;
	text-align: center;
}
.ip-box-auto.text-white .card-title {
	color: #fff;
}

/*************** secured ***************/ 
#home-secured {
	padding: 2rem 0 2rem 0;
	background: #fff;
}
#home-secured .card {
	border-left: 1px solid #999999;
	padding: 0 1.5rem;
	background: transparent;	
}
#home-secured .row div:first-child .card {
	border-left: 0; 
}
#home-secured .card:before {
	content: ' ';
	width: 40px; height: 40px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
 
#home-secured .article-thumb {
	height: 50px
}
#home-secured .card-body {
	padding-top: 1rem;	
	background: transparent;
}
#home-secured .card-title {
	margin: 0;	
}
#home-secured h5 {
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #c7001f;
}
#home-secured .card-text a { color: #000; text-decoration: underline }
#home-secured .card-text a:hover { color: #000; text-decoration: none }


/*************** download ***************/ 
.download-wrapper {
	margin: 30px 0; 
}
.download-wrapper h2 {
    font-size: 2.5rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.download-wrapper a {
	font-size: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	
	text-decoration: none;
	line-height: 1.3;
	color: #000;
}
.download-wrapper a:hover { color: #b00d27; }
.download-wrapper .icon {
	border: 2px solid #000;
	border-radius: 50%; 
	width: 3rem; height: 3rem;
	padding: 0.5rem 0.75rem; 
	margin-right: 1rem;	
	font-size: 1.25rem;
	text-align: center;
}
.download-wrapper .icon img {
	width: 20px; height: 20px;
	margin: 5px;
}
.download-wrapper a:hover .icon { 
	background: #b00d27;
	border-color:  #b00d27;
	color: #fff;
}

/*************** Modal ***************/
.modal {
  text-align: center;
}
.modal-header {
	background: #fff;
	border-radius: 0!important;
	border: none;
}
.modal-content {
	border-radius: 0; 
}

.modal-title {
	color: #555;
	font-size: 2rem;
	
	line-height: 1;
	text-align: center;
}
.notlogin-page .modal-body .page-form { margin: 20px 0!important; }
.modal-body p {
	clear: both;
	color: #555; font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0.5rem 0;
}
.modal-body p.info {
	color: #555; font-size: 1.25rem;
	line-height: 1.5;
}
.modal-body a:not([class]) { color: #b00d27; text-decoration: none; }
.modal-body a:not([class]):hover { color: #555; }
 
.ekko-lightbox .modal-dialog,
.ekko-lightbox .modal-content {
	background: transparent;
	padding-top: 0;
	max-width: 80vw;
}
.ekko-lightbox .modal-title {	
	padding: 0; margin: 0;
	display: none;
}
.ekko-lightbox .modal-header {
	width: 100%;
	margin: 0;
}
.ekko-lightbox .modal-content {
}
.ekko-lightbox .modal-body {	
	padding: 0; margin: 0;
}
.modal-content.testemonial .modal-body {
	background: #fff; border: solid 2px #6b6b6b;
}
 


.cookieNotice {
	-webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    padding: 1.5rem;
    box-sizing: border-box;
    z-index: 999999;
    background-color: rgba(166, 147, 127, 0.9);
    color: #584c3f;
}
.cookieNotice .title {
	color: #3e342a; font-size: 1.125rem;
	font-weight: 600; margin-bottom: 1.5rem;
}
.cookieNotice p {
	color: #584c3f; font-size: 1rem;
}
.cookieNotice a {
	color: #584c3f; font-weight:700;
}
.cookieNotice .btn {
}
/********************************************************
	5. FOOTER
********************************************************/
footer {
	background: #f4f4f4;
	border-top: solid 1px #e8e8e8;
	padding: 2rem 0;
} 
footer .content-wrapper {
	margin: 0; padding: 3rem 0 2rem 0;
	background: #f4f4f4;
} 
footer .footerHeading {
    color: #212121;
    display: block;
    line-height: 1.15;
    margin-bottom: 1rem;
    padding: .5em 0;
    font-size: 1.15rem;
    font-weight: 600;
}
footer .footerContent  {
    color: #212121;
    font-size: 1em;
    letter-spacing: 0;
	padding-right: 3rem; 
}
footer .footerContent a {
	text-decoration: none;
	color: #212121;
	text-transform: uppercase;
}
footer .footerContent a:hover {
	color: #A4896C;
} 

footer .share a {
	font-size: 1.25rem;	
	text-decoration: none;
	color: #212121; padding-right: 1rem;
}
footer .share a:hover {
	color: #A4896C;
} 

footer .navbar-logo {
	display: inline-block;
}
footer .navbar-brand {
	display: block;
	width: 140px; height: 55px;
	position: relative;
	padding: 0; margin: 1rem 0 2rem 0;
	background-image: url('../../images/logo-black.png');
  	background-repeat: no-repeat;
  	background-position: 0% 0%;
  	background-size: auto 100%;
}


/********************************************************
  Banner
********************************************************/

#banner { 
	padding: 0; margin: 0;
	position: relative;
	overflow: hidden;
	border: none;
	border-radius: 0; 
}
#banner .article-thumb-wrapper {
	width: 100%;
	position: absolute;
	left: 0; bottom: 0;
	z-index: 0;
	color: #fff;
}
#banner .background-img {
	z-index: 2; position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}
#banner .background-video {
	z-index: 2; position: absolute;
	width: 100%; 	height: 100%;
	background: #000;
	top: 0; left: 0;
}
#banner .background-video video {
	position: absolute;
	top: 0px; left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%; width: 100%;
	max-width: none!important;
	margin: 0!important;
}

#banner { min-height: 70vh; }
#banner .article-thumb { height: 70vh; }

#banner.snippet { height: 70vh; }
#banner.snippet .article-thumb { height: 70vh; }

.vehicle-page #banner { height: 70vh; }
.vehicle-page #banner .article-thumb-wrapper { height: 70vh; }

#banner .top img {
 	object-position: 50% 0%;
} 
#banner .bottom img {
 	object-position: 50% 100%;
} 
/*#banner .card-img-overlay {
	background: transparent;
	background: linear-gradient(0deg, rgba(27,46,63,0.8) 0%, rgba(27,46,63,0) 40%);
}
#banner.blank .card-img-overlay {
	background: linear-gradient(0deg, rgba(27,46,63,0) 0%, rgba(27,46,63,0.8) 100%);
}*/
#banner .container-fluid {
	height: 100%;  
}
#banner .container-fluid > div {
	height: 100%;
}
#banner .container-fluid .page-header {
	background: #fff;
	text-align: center;	
}
#banner .card-img-overlay h1,
#banner .card-img-overlay h2 {
	font-size: 2.5em;
	margin-bottom: .15em;
	letter-spacing: .1em;
	line-height: 1.2;
	color: #fff;
}
#banner .card-img-overlay p {
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 1.1;
	color: #fff;
}

#banner #map-canvas {
    position: relative;
    width: 100%;
    height: 50vh;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
}
#banner .article-slide-desc { 
	height: auto; width: 100%; 
	position: absolute; 
	left: 0; bottom: 0; margin: 0;  
}
#banner .article-slide-desc .text-wrapper { 
	background-color: #fff; 
	padding: 3rem 20rem 3rem 3rem;
}

#top-main-header {
	padding: 2rem 2rem;
	z-index: 10;
}
#top-main-header.topMove {
	margin-top: -20vh;
}
#top-main-header .card-body {
	padding: 1rem 0;
}


#sidebar-navigation {
 
}
#sidebar-navigation div {
	overflow: hidden;
   -webkit-transform: translateX(0);
	text-align: right;
	position: relative;
	margin-bottom: 4px;
}
#sidebar-navigation a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.25em;
	letter-spacing: 0.05em;
	text-align: left;
	float: right;
	height: 55px;
	width: 55px;
	transition: width .5s;
	-webkit-transition: width .5s;
}
/* :hover */
#sidebar-navigation a:hover {
    width: 290px;
}
#sidebar-navigation a:after,
#sidebar-navigation a:before {
	z-index: 10;
	color: #fff;
	position: absolute;
	left: auto;
	font-size: 45px;
	top: 11px;
}
#sidebar-navigation a::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ' ';
    width: 20px;
    height: 20px;
    
    right: 17px;
    top: 13px;
    width: 22px;
    height: 22px;
}
#sidebar-navigation a:after {
	z-index: 1;
	background-color: #b00d27;
	top: 6px;
	width: 31px;
	height: 31px;
	content: "";
	transform: rotate(45deg);
    
	right: 10px;
	top: 7px;
	width: 36px;
height: 36px;
}

#sidebar-navigation a span.cropText {
    display: inline-block;
    width: 244px;
    overflow: hidden;
    float: right;
    margin-right: 26px;
}
#sidebar-navigation a span.cropText span {
    display: inline-block;
    /*background: #c00;
    padding: 11px;*/
    border-radius: 5px;
    padding-left: 28px;
    position: relative;
}
#sidebar-navigation a span.cropText span {
    background: rgba(220,24,45,0);
    transform: translateX(190px);
    -webkit-transform: translateX(190px);
    transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-left: 32px;
    font-size: 1rem;
}
#sidebar-navigation a:hover span.cropText span {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    background: rgba(220,24,45,1);
    margin-left: 0;
}
#sidebar-navigation a span.cropText span:before {
    content: "\e00a";
    font-family: glyphs14;
    font-size: 1rem;
    display: block;
    left: 4px;
    position: absolute;
}
#sidebar-navigation .service:before {
	background-image: url(/images/icon-spanner-white.svg);
}
#sidebar-navigation .test:before {
	background-image: url(/images/icon-steering-white.svg);
}
#sidebar-navigation .helmet:before {
	background-image: url(/images/icon-helmet-white.svg);
}
#sidebar-navigation .price:before {
	background-image: url(/images/icon-brochure-white.svg);
	width: 18px; height: 18px;
}
#sidebar-navigation .dealer:before {
	background-image: url(/images/icon-dealer-white.svg);
}
#sidebar-navigation .offers:before {
	background-image: url(/images/icon-offers-white.svg);
}

/********************************************************
	6. RESPONSIVE
********************************************************/
/* Medium c-md */
@media screen and (min-width: 768px) {
	
}
/* Large -lg */
@media screen and (min-width: 992px) {
	.navbar-main {
		height: 77px;
	}
	.navbar-main .navbar-expand-lg .navbar-nav {
		height: 77px;
	}
	/* alow dropdown with 100% page */
	.dropdown-cars {
		position: static !important;
		position: initial !important;
	}
	.navbar-main .dropdown-cars .dropdown-menu-wide {
		left: 0; top: 77px; z-index: 14;
  		border: none; position: absolute;
  		border-radius: 0;
  		width: 100%; 
 		background-size: 100% 100%;
 		background-image: url(../../images/nav-car-bg.jpg);
	}
	.navbar-main .dropdown-cars .dropdown-menu-wide .dropdown-toggle::after {
		display: none;
	}
	.navbar-main .dropdown-cars .dropdown-menu-wide .menu-anchor {
		position: relative;
		/*background: fuchsia;
		display: inline-block;*/
		background-image: url(../../images/nav-model-bg.png);
		background-repeat: repeat;
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		width: 20vw;
		align-items: center;
	}
	.navbar-main .dropdown-cars .dropdown-menu-wide .dropdown-submenu {
		width: 100%
	}
	.navbar-main .dropdown-cars .dropdown-menu-wide .model {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 4rem 2rem;
		cursor: pointer;
		font-family: 'Chery';
		font-size: 2rem;
		color: rgba(255, 255, 255, 0.5);
	}
	
	.navbar-main .dropdown-cars .dropdown-menu-wide .model:hover,
	.navbar-main .dropdown-cars .dropdown-menu-wide .model:focus {
		color: #fff!important;
	}
	.navbar-main .dropdown-cars .dropdown-menu-wide .dropdown-submenu .dropdown-menu {
        /*position: absolute;*/ top: 0;
        border: none;
        border-radius: 0;
        height: 100%; 
    }
    
    .navbar-main .dropdown-cars .dropdown-menu-wide .dropdown-submenu .dropdown-menu.modelBox {
		width: 20vw;
		background-image: linear-gradient(to bottom, #9d9790, #c1bbb6);
		z-index: 20;
		padding: 2rem 0;
	}
	
	.navbar-main .dropdown-cars .dropdown-menu-wide .version {
		color: rgba(255, 255, 255, 0.5);
		font-size: 1.5rem;
		font-weight: 600;
		text-transform: uppercase;
		padding: 1rem 2rem;
	}
	.navbar-main .dropdown-cars .dropdown-menu-wide .showNav,
	.navbar-main .dropdown-cars .dropdown-menu-wide .version:hover,
	.navbar-main .dropdown-cars .dropdown-menu-wide .version:focus {
		color: #fff!important;
	}
	.navbar-main .dropdown-cars .dropdown-menu-wide .carBox {
		padding: 2rem 3rem;
 		width: 60vw; height: 100%!important;
 		overflow: hidden;
 		background-size: 100% 100%;
 		background-image: url(../../images/nav-car-bg.jpg);
	}
	.navbar-main .dropdown-cars .article-thumb-wrapper {	
		padding-top: 2rem;
		height: calc(100% - 50px); overflow: hidden;
	}
	.navbar-main .dropdown-cars .title {	
		font-family: 'Chery';
    	text-decoration: none;
    	font-size: 8rem; line-height: 1;
    	color: rgba(0,0,0,0.05);
    	text-align: center;
    	position: absolute;
    	top: 0.5rem;
    	width: calc(60vw - 6rem);
	}
	
	/* alow dropdown with 100% page */
	.navbar-main, .navbar, .dropdown-horisontal {
		position: static !important; /* for IE */
		position: initial !important; /* IE not support*/
	}
	.navbar-main .dropdown-horisontal .dropdown-content {
		left: 0; top: 77px; z-index: 14;
  		transition: all .3s ease-in-out;
  		border: none;
  		border-radius: 0;
  		overflow: hidden; 
  		background: rgba(95, 67, 43, 0.5);	/*#AEA196*/
  		width: 100%;
  		padding: 0 0 0 300px; 
	}
 
	.navbar-main .dropdown-horisontal .dropdown-item {
		color: #fff; white-space: normal;
	}
	.navbar-main .dropdown-horisontal .dropdown-item:hover {
		color: #ae8c65;
	}
	.navbar-main .dropdown-horisontal .active .dropdown-item {
		background: transparent	
	}
	.navbar-main .dropdown-item.active, .dropdown-item:active {
		background: transparent	
	}
	.navbar-main .dropdown-horisontal .dropdown-content .st {
		margin: 1rem 0;
	}
	.navbar-main .dropdown-horisontal .dropdown-content .nd {
		padding-left: 0rem;
	}
	.navbar-main .dropdown-horisontal .dropdown-content .nd a {
		padding-left: .5rem;
	}
	.navbar-main .dropdown-horisontal .st > .dropdown-item {
		font-size: 1rem;
		font-weight: 500;
		text-transform: uppercase;	
		padding: .25rem 1.5rem;
	}
		
	.navbar-main .dropdown-horisontal .product-box-wrapper {
		margin: 0px;
	}
	
	.navbar-fixed-top {
		width: 100%;
		/*-webkit-box-shadow: 0 4px 20px 0 #000;
		box-shadow: 0 -2px 20px 0 #000;*/
		position: fixed!important; top: 0;
		z-index: 1000;
		-webkit-transition: transform 300ms ease;
		-moz-transition: transform 300ms ease;
		-o-transition: transform 300ms ease;
		-ms-transition: transform 300ms ease;
 		transition: transform 300ms ease;
	}

	#nav-secondary-contact {
		padding: .5rem 2rem;
	}
	.navbar-secondary .navbar-light .navbar-nav .nav-link {
    	font-size: 1.25rem;
    	padding: 0.5rem 0.75rem;
	}
	#nav-product-contact .navbar-light .navbar-nav .nav-link {
		font-size: 1.125rem;
		padding: .5rem 1.5rem;
	}
	
	.col:nth-child(odd) .product-box-wrapper .article-thumb-wrapper {
		padding-top: 3rem;
	}

	
	
	#sidebar-navigation {
		position: fixed;
		right: 16px;
		top: 50%;
		margin-top: -84px;
		z-index: 99;
	}
	
	.portal-wrapper {
    /*width: 100vw;*/
    height: 100vh;
    position: relative;
    top: 0;
    z-index: 1;
    overflow: hidden;
	 background: url(data:image/gif;base64,R0lGODlh3ADcAKIEAMnJydfX17y8vOTk5P///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiOTI3OWQwNC00YTNjLTBkNDUtYTk3NS02NTA1ZTc0ZTAxMDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzJCNkIwQzMyQkEyMTFFNTk4MjI4NjU1MjYxOUY5Q0YiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzJCNkIwQzIyQkEyMTFFNTk4MjI4NjU1MjYxOUY5Q0YiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Y2FkY2RmOTQtODA1NC1hNDQ3LWE2MGMtM2NmNWIwNjU0ZmFiIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTA1MDM3ZTAtMmJhMS0xMWU1LTgzMjAtOGE0YTVlNGUyMmUyIi8+IDwvcmRmOkRlc2NyaXB0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) center center no-repeat #000;
	}
	.portal-wrapper header {
		position: absolute;
		z-index: 3;
	}
	.portal-wrapper header .navbar-brand {
		padding: 0; margin: 50px 50px;
   	width: 135px; height: 20px;
		background-image: url('../../images/logo-white.svg');
	}
	.portal-wrapper .mask {
        position: absolute;
        display: block;
        z-index: 999;
        width: 100vw;
        height: 100vh;
        transform: translateY(100vh);
        transition: all ease 0.6s;
        background: #000;
    }

	.portal-wrapper #navigationHP {
    	animation: slideIn 2s;
    	transition: bottom ease-out 2s;
    	z-index: 30;
    	position: absolute;
    	width: 100vw;
		left: 0; bottom: 0;
    	margin: 0; padding: 0;
	}
	.portal-wrapper #navigationHP .item {
    	text-align: center;
    	font-size: 1.25em;
	}
	.portal-wrapper #navigationHP .item a {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	min-height: 80px;
    	border-top: solid 1px #333;
    	border-right: solid 1px #333;
    	text-decoration: none;
    	background: #000;
    	cursor: pointer;
    	position: relative;
	}
	.portal-wrapper a {
    	color: #d2d2d2;
    	text-decoration: none;
	}
	.portal-wrapper a:hover {
    	color: #fff;
	}
	.portal-wrapper #navigationHP .item a::before {
        content: " ";
        left: -1px;
        top: 999em;
        height: 100%;
        position: absolute;
        background: #c00;
        width: 1px;
    }
	.portal-wrapper #navigationHP .item:hover > a::before,
	.portal-wrapper #navigationHP .item.active > a::before {
	  left: 0; top: 0;
	  transition: width 8s;
	  transition-timing-function: linear;
	  width: 100%;
   }
	.portal-wrapper #navigationHP .item .thumb {
    	display: none;
	}
	.portal-wrapper #navigationHP .item a span {
    	z-index: 1;
		
	}

	.portal-wrapper .display .item {
        width: 100vw;
        height: 100vh;
        position: absolute;
        display: none;
    }
    .portal-wrapper .display .item.active {
        display: block;
    }
	.portal-wrapper .display .item h1 {
		  position: absolute;
		  left: -999em;
	 }
	 .portal-wrapper .display .item img {
		  width: 100%;
		  height: 100%;
		  object-fit: cover;
	 }
	 
	.slide .carousel-item {
		min-height: 40vw;
	}
	.product-home-wrapper .slide .carousel-item {
		min-height: 40vw;
	}
	.small-home-wrapper .slide .carousel-item {
    	min-height: 30vw;
	}
	.home-big-banner .card-img {
		min-height: 35vw;
	}
	 
	.slick-wrapper .article-thumb-wrapper {
		height: 220px;
	}
	.slickNo3 .slick-wrapper .article-thumb-wrapper {
		height: 300px;
	}
	.slick-center-half .slick-wrapper .article-thumb-wrapper {
		height: 320px;
	}
	.slick-center-big .slick-wrapper .article-thumb-wrapper {
		height: 40vw;
	}
	.slick-center-big .slick-wrapper {
		width: 80vw;
	}

	
	.home-news .news-wrapper .article-thumb-wrapper {	height: 35vh; }

	
	
}

/* Large -xl */
@media screen and (min-width: 1200px) {
	.cloudimage-360 {
    	width: 100%;
    	/*height: 5vw;*/
	}
}

@media screen and (min-width: 1400px) {
	#slick-center-big .card-text {
		width: 50%;
	}
}

@media screen and (min-width: 1500px) {
}

@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 1800px) {
}

/* Max -xl */
@media screen and (max-width: 1399px) {
	.product-home-wrapper .slide .carousel-item {
		height: 40vw;
	}
	.slide .carousel-caption h2 {
		font-size: 3.0em;
	}
}

/* Max -lg */
@media screen and (max-width: 1199px) {
}
/* Max -sm */
@media screen and (max-width: 991px) {

	 .navbar-fixed-top {
        width: 100%;
        position: fixed !important;
        top: 0;
        z-index: 1000;
        -webkit-transition: transform 300ms ease;
        -moz-transition: transform 300ms ease;
        -o-transition: transform 300ms ease;
        -ms-transition: transform 300ms ease;
        transition: transform 300ms ease;
    }

	.page-slider header {
		position: absolute;
		z-index: 100;
		width: 100%;
	}
	/*.page-slider .navbar-light .navbar-toggler-icon {
		background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.95)\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e')
	}*/
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.page-slider .navbar-light .navbar-text {
		color:rgba(255,255,255,.95)
	}
	.navbar-toggler {
		margin-top: 1rem;
	}
	
	header .navbar-brand {
		width: 82px;
    	height: 30px;
    	position: relative;
    	padding: 0;
    	margin-left: 10px;
	}
	
	/*.header-contact {
		background-color: transparent;
		border: none;
	}*/

	.header-contact .navbar-icon {
		/*padding: 0 5px;*/
		margin-top: 5px;
	}
	.header-contact .navbar-icon .link {
		margin-left: 5px; 
		padding: 10px 0;
	}
	.header-contact .navbar-icon .link::before {
		display: none;
	}
	.header-contact .navbar-icon .link span.icon {
		width: 16px; margin: 0 4px;
		background-position: bottom;
    }
	.navbar-main {
		padding: 0;
	}
	.navbar-collapse {
		z-index: 1;
		position: relative;
	}
	.navbar-light .navbar-toggler {
    	color: #fff;
    	border-color: transparent;
	}
	.navbar-main .navbar-light .navbar-nav .nav-link {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		text-align: left;
		font-size: 1.125rem; font-weight: 500;
		padding: 1.25rem 1rem;
	}
	.navbar-main .navbar-light .dropdown-menu {
 		background: transparent;
 		border: 0; 
 		border-radius: 0; 
	}
	.slider-page .header-contact.navbar-fixed-top .navbar-main .navbar-light .navbar-nav .nav-link.show,
	.slider-page header:hover .navbar-main .navbar-light .navbar-nav .nav-link.show {
 		color: #c0a080;
 		border-bottom: none;
 		padding-bottom: 0;
	}
	.navbar-main .navbar-light .navbar-nav .nav-link:hover:before {
		display: none;
	}
	.navbar-main .dropdown-horisontal .st > .dropdown-item {
		font-size: 1rem;
		font-weight: 400;
		text-transform: uppercase;
		padding: .5rem 1.5rem;
		color: #a49382;
 	}
 	.dropdown-toggle::after {
    	margin-left: 0;
    	vertical-align: 0;
    	
		background: url(../../images/icons/plus.svg) no-repeat;
		background-size: 23px auto;
		width: 23px;
		height: 23px;
		position: absolute;
		right: 14px;
		top: 50%;
		margin: 0;
		border: none;
	}
	.dropdown-toggle.show::after {
		background: url(../../images/icons/minus.svg) no-repeat;
	}
	
	.navbar-main .dropdown-cars .dropdown-menu-wide .menu-anchor {
		padding: 1rem; 
	}
	.navbar-main .dropdown-cars .dropdown-menu-wide .dropdown-item  {
		color: #a49382;
	}
	.navbar-main .dropdown-cars .dropdown-menu-wide .model {
		color: #a49382;	font-weight: 500;
		position: relative;
		padding: 0;
		font-family: 'Chery';
		font-size: 1.5rem;
	}
	.navbar-main .dropdown-cars .dropdown-menu-wide .version {
		padding: .5rem 0;
	}
	/*.navbar-main .dropdown-cars .dropdown-menu-wide .carBox { display: none; }*/
	.navbar-main .dropdown-cars .dropdown-menu-wide .version.dropdown-toggle::after  { display: none; }
	
	 .navbar-main .dropdown-cars .article-thumb-wrapper {
        padding-top: 1.5rem;
        overflow: hidden;
        height: 35vw;
    }
	.navbar-main .dropdown-cars .title {
        font-family: 'Chery';
        text-decoration: none;
        font-size: 4rem;
        line-height: 1;
        color: rgba(0, 0, 0, 0.05);
        text-align: center;
        position: absolute;
        top: 0;
        width: 80vw;
    }
	
	
	/* sekundarna navigacija otvorena */
	#navbarSupportedContent .navbar-nav {
		flex-direction: row;
	}
	#navbarProductContent .navbar-nav {
		flex-direction: row;
	}
	.navbar-main .navbar .product-box-wrapper {
		flex-direction: row!important;
		height: 100px;
		padding: 0 15px; 
	}
	.navbar-main .navbar .product-box-wrapper .article-text {
		width: 70%; padding-left: 2rem;
	}
	.navbar-main .navbar .product-box-wrapper .article-thumb-wrapper {
		width: 30%; height: 100px;
		order: -1!important;
	}
	.navbar-main .navbar .product-box-wrapper .desc {
		display: none;
	}
	#sidebar-navigation {
    	position: relative;
    	right: 16px;
    	margin-top: 30px;
	}
	#sidebar-navigation > div {
		padding-left: 20px;
	}
	#sidebar-navigation a {
		width: 100%; float: none;
		position: relative;
	}
	#sidebar-navigation a:hover {
    	width: 100%;
	}
	#sidebar-navigation a span.cropText {
    	display: block;
    	width: 100%;
    	overflow: hidden;
    	margin-right: 0px;
	}
	#sidebar-navigation a span.cropText span {
    	background: rgba(220,24,45,1);
    	margin-left: 0;
    	-webkit-transform: translateX(24px)!important;
    	transform: translateX(24px)!important;
	}
	#sidebar-navigation a::before {
		left: 15px;
	}
	#sidebar-navigation a:after {
		left: 7px;
	}
	
	.product-box-wrapper {
	}
	
	.portal-wrapper {
		background: #000;
	}		 
	.portal-wrapper a {
    	color: #d2d2d2;
    	text-decoration: none;
	}
	.portal-wrapper a:hover {
    	color: #fff;
	}
	.portal-wrapper .title {
    	padding: .5rem 1rem;
    	display: block;
    	font-size: 2rem;
	}
	.portal-wrapper .title::before {
    	content: '\e00a';
    	position: absolute;
    	font-family: 'glyphs14';
    	left: 0;
    	color: #c00;
	}
	
	.product-home-wrapper .slide .carousel-item {	height: auto; }

	.slide .carousel-item { height: 90vh; }

	.slide .carousel-caption > .row {margin: 0;}
	.slide .carousel-caption h1, .slide .carousel-caption h2 { font-size: 1.125rem; }
 	.slide .carousel-caption .lead  { display: none }
 	.slide .carousel-caption p  { font-size: .875em; }
 	 .slide .carousel-caption .btn-primary { padding: 1rem 2rem; margin: 0 auto; width: 100%; }
 	
  	.slide .vimeo-wrapper iframe {
    	width: 100vw;
    	height: 56vw;
    	min-height: 56vw;
    	min-width: 100vw;
    	top: 0;     transform: translate(-50%, 0%);
    }
 	.slide .video-player-wrapper { position: relative; width: 100%; height: 100%; }
 	.slide .video-player-wrapper .videoBackground { position: relative; 
 		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

 	/*.slick-slider .slick-prev,
	.slick-slider .slick-next {
		top: calc(30vw + 1rem); left: 30px;
		width: 30px; height: 30px;	
	}
	.slick-slider .slick-next { right: 30px;  left: auto;}*/
	.slide .carousel-control-next, .slide .carousel-control-prev {
		display: none;
	}
	
	.slick-wrapper .article-thumb-wrapper { height: 30vw; max-height: auto; margin-bottom: 40px;  }
	
 	.slick-center.slick-slider .slick-prev,
	.slick-center.slick-slider .slick-next {
		top: calc(48vw + 1rem);
	}
	.slick-center .slick-wrapper .article-thumb-wrapper { height: 48vw; }

	.float-start.w-50 {
		/*width: 100%!important; padding-right: 0rem!important;*/
	}

	.home-news { padding: 2rem 0; }
	.home-news .news-wrapper .article-thumb-wrapper {	height: 120vw; }
	.home-news .news-wrapper .card-title { font-size: 1.5rem; color: #fff; }
	.home-news .news-wrapper .img-cover { object-fit: contain; }
	.home-news .news-wrapper .card-body {	background: #A5896D;}
	.home-news .news-wrapper .btn { color: #fff; border-bottom: solid 1px #fff; }
	.home-news .news-wrapper .article-thumb-wrapper::after {
		content: '';
		width: 100%; height: 80%;
		position: absolute;
		bottom: 0; z-index: 10;
		background: rgba(164, 137, 108,.2);
		background: linear-gradient(180deg, rgba(164, 137, 108,0) 0%, rgba(164, 137, 108,0) 22%, rgba(164, 137, 108,1) 100%);
	}
	
	
	.play_btn { width: 50px; height: 50px; }
	
   .container-title {
    	margin: 1rem 0;
    	text-align: center;
	}
	.container-title p { font-size: 1rem; }
	.container-title h2 { font-size: 1.5rem;  }
 	.card-body { padding: 1rem; }
 	 	
 	.home-big-banner .article-thumb { display: none; 	}
 	/*.home-big-banner .card-img-overlay { position: relative; background-color: #3B3B3B; border-radius: 0; 	}*/
 	.home-big-banner .card-img { height: 65vh!important; }
 	.contact-wrapper .home-big-banner .card-img { height: 75vw!important; }
	.home-big-banner .card-title { font-size: 2em; }
	.home-big-banner .card-text p { font-size: 1.2em; }
    	
	.main h3, 
	.container-title h3 {
    	font-size: 1.5rem;
	}
	.container-title.smaller h2 {
    	font-size: 1.5rem;
    	line-height: 1.5rem;
	}
	
	.slide .carousel-indicators {
		margin: 0 .5rem	
	}
	.slide .carousel-indicators button.btn-text {
		font-size: .875rem;
		padding: 0 .2rem;
		height: auto;
	}
	
	.slide .carousel-control-next-icon, .slide .carousel-control-prev-icon {
    background-size: 40% 40%;
    width: 40px; height: 40px;
}
	
	.accordion-classic-wrapper .accordion-header { font-size: 1.75rem; margin-bottom: 1.5rem; }
	.accordion-classic-wrapper .slide .carousel-indicators {	margin-bottom: 1rem; }
	.accordion-classic-wrapper .slide .carousel-indicators button { font-size: 1.0rem; margin: 0 0.5rem;}
	.accordion-classic-wrapper .slide .carousel-item { height: 60vw; }
	.accordion-classic-wrapper .slide .article-thumb { height: 50vw; }
	
	
	#news-page-wrapper .news-wrapper .article-thumb-wrapper {
		height: auto; max-height: 120vw;
	}
	
	#design .accordion-header a {
		font-size: 1rem;
		line-height: 1rem;
		padding: 0.5rem;
	}
	#design .color-icon {
    	width: 20px;
    	height: 20px;
    	margin: 2px;
	}
	.accordion-video-wrapper .progress .progress-bar a {
		word-break:break-all;
		overflow-wrap: break-word;
		font-size: 1rem;
	}
	
	#design .accordion-body .name {
    	font-size: 1.4rem;
    	line-height: 1rem;
    	padding: 0rem;
	}
	
	.page-header h1 { 
		margin-bottom: 2rem;
		font-size: 1.75rem; line-height: 1.5;
	}
	.page-header .lead {
		font-size: 1.15em;
		line-height: 1;
	}
	.main h2 {
		font-size: 1.2rem; line-height: 1.5;
	}
	.main p:not([class]) {
    	font-size: 1rem;
    	line-height: 1.5em;
	}
	#location-page-wrapper .card-title {
    font-size: 1.5rem;
    }
   #top-main-header { padding: 0rem 1.5rem; } 
	#inner-page-wrapper, 
	#action-page-wrapper { padding: 1.5rem 0; }
	.download-wrapper a {
    font-size: 1.125rem;
	}
}
/* Max -sm */
@media screen and (max-width: 767px) {
}

/* Max -xs */
@media screen and (max-width: 575px) {
}

