/* ============================================================================================================== */
/* ----------------------------------------------------------------------------------------------------- FONTS -- */
/* ============================================================================================================== */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Cabin:400,600,700');

/*
font-family: 'Roboto Condensed', 'Source Sans Pro', Helvetica, Arial, sans-serif;
font-family: 'Raleway', 'Source Sans Pro', Helvetica, Arial, sans-serif;
*/

/* ============================================================================================================== */
/* -------------------------------------------------------------------------------------------------- DEFAULTS -- */
/* ============================================================================================================== */

html {
	overflow-y: scroll;
}

body {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #383336;
	font-size: 19px;
	line-height: 24px;
}

label {
	margin: 25px 0 5px 0;
	font-size: 14px;
    opacity: 0.8;
	filter: alpha(opacity=80);  /* For IE8 and earlier */
}

.list-group-item {
	background-color: #dc5e77;
	border: 1px solid #ffffff;
	font-size: 16px;
}

a.list-group-item:hover, a.list-group-item:focus  {
	background-color: #B0465C;
	border: 1px solid #ffffff;
}

.list-group-item a { #F0F5EE;
	font-size: 16px;
}

.list-group-item.sub {
	background-color: #65B7D9;
}

.list-group-item.sub span {
	margin-left: 10px;
	font-size: 14px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus  {
	background-color: #B0465C;
	border-color: #ffffff;;
	color: #2F6616;
}

.list-group-item span {
	color: #ffffff;
	font-weight: 300;
	font-size: 17px;
}

.list-group-item.active span {
	color: #ffffff;
	font-weight: 400;
	font-size: 17px;
}

.list-group-item.active.sub {
	color: #ffffff;
	font-weight: 400;
	background-color: #509EBE;
	border-color: #ffffff;
}

.list-group-item.sub:hover, .list-group-item.sub:focus {
	background-color: #B0465C;
	}

.container {
	max-width: 1170px;
}

.btn-custom {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	padding: 15px 25px;
	text-transform: uppercase;
	font-size: 16px;
}

.btn {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	padding: 10px 20px;
	font-size: 14px;
	margin: 20px 0;
	background-color: #B0465C;
	border-color: #B0465C;
	border-radius: 2px;
	color: #ffffff;
}

.btn-primary:hover {
	background-color: #992d43;
	border-color: #992d43;
	color: #ffffff;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-color: #B0465C;
	border-color: #B0465C;
	color: #ffffff;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	background-color: #B0465C;
	border-color: #B0465C;
	color: #ffffff;
}

h1 {
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 7px 0;
	color: #383336;
}

h2, h2 a {
	font-size: 20px;
	line-height: 26px;
	color: #383336;
}

h4 {  /* For module titles */
	font-size: 15px;
	font-weight: 400;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	/*opacity: 0.5;  TO POKVARI MODAL  */
	filter: alpha(opacity=50);  /* For IE8 and earlier */
}

h5 {
	font-size: 12px;
	color: #666666;
	font-weight: 300;
	font-style: italic;
	margin-top: 20px;
}

.smalltext {
	font-size: 18px;
	opacity: 0.8;
	filter: alpha(opacity=80);  /* For IE8 and earlier */
	margin: 25px;
}

.ck-text {
	margin-bottom: 30px;
	line-height: 24px;
}

.alert {
	text-align: center;
}

.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}

.subsite {
	margin: 0 0 40px 0;
}

.subsite-center {
	margin: 0 0 40px 0;
	text-align: center;
}


.label-info {
	margin-top: 3px;
}

.separator {
	border-bottom: 1px solid #DEEEE2;
	margin: 20px 80px;
}

.content {
	margin-top: 20px;
}

@media(max-width:767px){
  .content {
    margin-top: 0px;
  }
}

.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

td {
	background-color: #F0F9ED;
	padding: 5px 10px;
}

table {
	margin: 5px 0;
}

.thumbnail {
	margin-bottom: 12px;
}

.container-fluid {
	padding: 0;
}

.subhero {
	margin-top: 25px;
	margin-bottom: 25px;
}

.map {
	margin-top: 25px;
}


/* ============================================================================================================== */
/* ------------------------------------------------------------------------------------------------ CUSTOM CSS -- */
/* ============================================================================================================== */


#brand {
	height: 90px;
}

#brand .container {
	position: relative;
	padding-top: 25px;
}

.logo {
	padding: 0;
	margin-top: 3px;
	margin-left: 5px;
}

@media(max-width:767px){
  .logo {
    margin-left: -10px;
    margin-top: 10px;
  }
}


.navrow {
	position: absolute;
	top: 50px;
	right: 2px;
}

.navrow a {
	text-transform:  uppercase;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	padding: 7px 15px;
}

.navrow a:hover {
	color: #797979;
	text-decoration: none;
}

.navrow .active {
	color: #ffffff;
	text-decoration: none; 
	background-color: #B0465C;
	padding: 7px 15px;
	border-radius: 3px;
}

.navrow .active:hover {
	color: #ffffff;
	background-color: #a34054;
}

.lang_mobile {
	margin: 0 0 20px 20px;
}

.lang_mobile img {
	margin-right: 10px;
}

.ekko-lightbox-nav-overlay a {
	color: #000000;
	font-size: 40px;
}



/* ============================================================================================================== */
/* -------------------------------------------------------------------------------------------------- BURGER MENU */
/* ============================================================================================================== */

.burger {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 120;
}

.burger .btn {
	background-color: #B0465C;
	border-color: #B0465C;
	border-radius: 4px;
}

.burger .dropdown-toggle.btn-default:hover, {
	background-color: #B0465C;
	border-color: #B0465C;
	color: #383336;
}

.burger .dropdown-menu {
	min-width: 250px;
	margin: 0;
	padding: 0;
}

.burger .dropdown-menu span {
	font-size: 14px;
}

.burger .dropdown-toggle.btn-default:hover, {
	background-color: #75ac5a;
	border-color: #75ac5a;
}

.burger .dropdown-menu {
	background-color: #B0465C;
	border: 1px solid #B0465C;
}

.burger .dropdown-menu li {
	font-size: 15px;
	margin: 8px 0;
}

.burger .dropdown-menu li a {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
}

.burger .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #A2D1E4;
}


/* ============================================================================================================== */
/* -------------------------------------------------------------------------------- BURGER PRODUCTS - MOBILE MENU */
/* ============================================================================================================== */


.burger-products {
	position: absolute;
	top: 0px;
	left: 15px;
	z-index: 100;
	width: 100%;
	padding-right: 32px;
}

.burger-products span {
	margin-right: 5px;
}

.burger-products .btn {
	background-color: #B0465C;
	border-color: #B0465C;
	border-radius: 4px;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px; 0 20px;
	color: #ffffff;
	border-radius: 4px;
	width: 100%;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.burger-products .dropdown-menu {
	min-width: 350px;
	margin: 0;
	padding: 0;
}

.burger-products .dropdown-menu span {
	font-size: 14px;
}

.burger-products .dropdown-toggle.btn-default:hover, {
	background-color: #B0465C;
	border-color: #B0465C;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	background-color: #B0465C;
	border-color: #B0465C;
}

/* ============================================================================================================== */
/* ---------------------------------------------------------------------------------------------------- SHORTCUTS */
/* ============================================================================================================== */

#shortcuts {
	padding: 50px 0;
	background: #FAFAFA;
}

@media(max-width:767px){
  #shortcuts {
    padding-top: 0px;
  }
}

#shortcuts .shortcut-item {
	text-align: center;
	margin: 30px 0 30px 0;
}

#shortcuts .shortcut-item-desc {
	text-align: left;
	margin-top: 25px;
}

@media(max-width:767px){
  #shortcuts .shortcut-item-desc {
    text-align: center;
  }
}


#shortcuts .shortcut-item-desc .title h2 {
	font-size: 23px;
	color: #B0465C;
	font-weight: bold;
	margin-bottom: 15px;
}

#shortcuts .shortcut-item-desc .desc {
	font-size: 17px;
	line-height: 24px;
	color: #4A4A4A;
	font-weight: 300;
}

#shortcuts h2 a {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #383336;
	line-height: 14px;
}

@media(max-width:767px){
  #shortcuts h2 a {
    font-size: 13px;
  }
}

#shortcuts .desc {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #858585;
}

@media(max-width:767px){
  #shortcuts .desc {
    margin-bottom: 30px;
  }
}



/* ============================================================================================================== */
/* ----------------------------------------------------------------------------------------------------- PRODUCTS */
/* ============================================================================================================== */

.back {
	float: right;
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
	text-decoration: underline;
}

@media(max-width:992px){
  .articles {
    margin-top: 60px;
  }
}

.back span {
	margin-right: 4px;
}

.box {
	text-align: center;
}

.grid-item  {
	height: 200px;
	overflow: hidden;
	position: relative;
	border: 1px solid #eeeeee;
	color: #cccccc;
}

.grid-item-single  {
	height: 240px;
	overflow: hidden;
	position: relative;
	border: 1px solid #eeeeee;
}

.grid-item-single img  {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.grid-item-single:hover img  {
	opacity: 0.8;
	filter: alpha(opacity=80);  /* For IE8 and earlier */ 
}

.grid-item-single:hover .image {
  opacity: 0.3;
}

.grid-item-title a {
	text-decoration: underline;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	height: 60px;
	overflow: hidden;
	color: #858585;
	margin: 0;
}

.grid-item img {
	opacity: 1;
	transition: .5s ease;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.grid-item:hover .image-product {
	opacity: 0.3;
}






.grid-item-desc {
	margin-bottom: 20px;
	height: 170px;
	overflow: hidden;
}

@media(max-width:992px){
  .grid-item-desc {
	margin-bottom: 15px;
    height: 180px;
	overflow: hidden;
  }
}

.grid-item-desc h2 {
	margin: 0 0 2px 0;
	font-size: 10px;
	line-height: 20px;
}

.grid-item-desc h2 a {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #B0465C;
}

@media(max-width:992px){
  .grid-item-desc h2 a {
    font-size: 14px;
    line-height: 16px;
  }
}

.grid-item-desc .caption {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

.grid-item-desc .btn {
	margin: 0px;
}

.grid-item-desc .caption a {
	color: #B0465C;
	font-weight: 400;
}

.short-desc {
	font-size: 14px;
	line-height: 22px;
}



.additional {
	float: left;
}

.additional img .thumbnail {
	width: 10px;
}

.media-left {
	padding-right: 20px;
}

.media-body h2 {
	color: #B0465C;
	line-height: 22px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 15px;
}

.close {
	font-size: 30px;
	font-weight: bold;
	color: #6BBD45;
	filter: alpha(opacity=90);
	opacity: .9;
}



/* ============================================================================================================== */
/* -------------------------------------------------------------------------------------------------------- INTRO */
/* ============================================================================================================== */

#intro {
	border-top: 1px solid #eeeeee;
	padding: 40px 0;
}

#intro .container {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	padding: 0 40px;
}

@media(max-width:992px){
  #intro .container {
	font-size: 15px;
    line-height: 22px;
  }
}

#intro .caption h2 {
	color: #B0465C;
	font-size: 34px;
	margin-bottom: 40px;
}

@media(max-width:950px){
  #intro .caption h2 {
    font-size: 4vw;
  }
}

#intro .caption {
	color: #454545;
	line-height: 30px;
	font-size: 20px;
	font-weight: 400;
}

#intro .btn {
	margin-top: 40px;
	padding: 15px 60px;
	font-size: 20px;
	font-weight: 400;
}

@media(max-width:992px){
  #intro .btn {
    font-size: 17px;
    font-weight: 400;
    padding: 10px 30px;
  }
}

#banner .container img {
	margin: 0;
	margin-bottom: 20px;
}

#brands {
	padding: 60px 0;
}

#brands .caption {
	font-size: 19px;
	line-height: 26px;
	color: #6D6D6D;
}

#brands .logos {
	padding: 20px 0;
}

@media(max-width:992px){
  #brands .logos {
    margin-bottom: 30px;
  }
}

#brands img  {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 60px;
}

@media(max-width:992px){
  #brands .logos img {
    max-width: 90vw;
  }
}


/* ============================================================================================================== */
/* ------------------------------------------------------------------------------------------------------- FOOTER */
/* ============================================================================================================== */

#footer {
	background-color: #F3F1F1;
	padding: 50px 0 50px 0;
	font-size: 20px;
	color: #4A4A4A;
	font-weight: 300;
	line-height: 30px;
}

#footer a {
	color: #4A4A4A;
}

#footer .box {
	text-align: left;
}

@media(max-width:992px){
  #footer .box {
    margin-bottom: 30px;
    text-align: center;
  }
}

#footer .box-right {
	text-align: right;
}

@media(max-width:992px){
  #footer .box-right {
    margin-bottom: 30px;
    text-align: center;
  }
}

#footer .box-right img {
	margin-top: 20px;
}

#footer .card {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 15px;
}

#footer h3 {
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	font-size: 16px;
}

.signature {
	text-align: center;
	padding: 12px 0;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer .bonitetna {
	margin-top: 23px;
}

#footer .social {
	margin-top: 20px;
}

#footer .social img {
	width: 32px;
	filter: alpha(opacity=80);
	opacity: .8;
	margin: 0 5px 0 0px;
}


/* ============================================================================================================== */
/* =================================================================================================== KONTAKT == */
/* ============================================================================================================== */

.submit {
	margin: 50px 0;
}

#form .glyphicon {
	color: #B0465C;
}

.formCaptchaImage {
	position: absolute;
	right: 20px;
	top: 55px;
	text-align: center;
	color: #b7b7b7;
	font-size: 11px;
	font-style: italic;
}

.formCaptchaImage img {
	margin: 0 0 5px 0;
	border: 1px solid #cac4b6;
}

.formErrorLabel .formFieldText {
	border: 1px solid #ce3131;
}

.formErrorLabel .formFieldTextarea {
	border: 1px solid #ce3131;
}

.error, .success, .info {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	padding: 10px;
	margin: 0 0 25px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

.error, .success {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 20px 10px 20px 40px;
	margin: 0 0 20px 0;
	background-image: none;
	background-position: 10px center;
	background-repeat: no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error {
	background-color: #f4d2d2;
	background-image: url(../images/msg_error.gif);
}

.success {
	background-color: #e4f9e3;
	background-image: url(../images/msg_success.gif);
}

.none {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 200;
	font-style: italic;
	padding: 80px 0;
	text-align: center;
	color: #999999;
	border: 1px dotted #999999;
	line-height: 24px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}





/* ============================================================================================================== */
/* ================================================================================================= SLIDESHOW == */
/* ============================================================================================================== */


.slideshow {
	margin: 25px 0 0 0;
}

.slideshow .carousel-control {
	position: absolute;
	top: 44%;
	font-size: 26px;
	width: 40px;
	height: 42px;
	line-height: 3px;
	background: none;
}

.slideshow .carousel-control.left {
	left: 0;
	border-radius: 0 3px 3px 0;
}

.slideshow .carousel-control.right {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.glyphicon-chevron-right,
.glyphicon-chevron-left {
	color: #ffffff;
}

.slideshow .carousel-indicators {
	bottom: 10px;
}

.slideshow .carousel-caption {
	background: #4A4A4A;
	opacity: 0.9;
	filter: alpha(opacity=90);  /* For IE8 and earlier */
	margin-bottom: 60px;
    border-radius: 4px;
	padding: 1.4vw 0 1.8vw 0;
}

.slideshow .carousel-caption .title {
	line-height: 42px;
	text-shadow: none;
}

.slideshow .carousel-caption .title h2 {
	position: relative;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 2.1vw;
	font-weight: 400;
	display: inline;
	vertical-align: middle;
	color: #ffffff;
	border-radius: 3px;
}

.slideshow .carousel-caption .more {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	display: block;
	color: #ffffff;
	line-height: 24px;
	font-weight: 400;
	font-size: 1.4vw;
	text-shadow: none;
	margin-top: 1.1vw;
}





