.plamen_red {
    color: #D81725;
}

.plamen_blue {
    color: #255370;
}

.plamen_gray {
    color: #A0B2BA;
}

.logo {
    font-size: 100px;
    color: #D81725;
}

body {
    color: #818181;
}

.bg-grey {
    background-color: #f6f6f6;
} 

.jumbotron {
    font-family: Arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: inherit;
}

.slogan {
    font-family: Italianno;
}

.navbar {
    font-family: Ubuntu, sans-serif;
    margin-bottom: 0;
    background-color: #A0B2BA;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.42857143 !important;
    border-radius: 0;
    min-height: 50px;
    padding: 0;
}

.navbar li a, .navbar .navbar-brand {
    color: #255370 !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #D81725 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand > img {
  height: 100%;
  padding: 10px;
  width: auto;
}

.flag > img {
    border: 1px solid #A0B2BA;
    border-radius: 5px;
}

.nav-link-padding {
    padding: 15px;
}

footer .fa {
    font-size: 20px;
    margin-bottom: 20px;
    color: #A0B2BA;
}

.greyline {
    border-bottom: 1px solid #eee;
}

.accordion-button-grey {
    background-color: #f5f5f5; !important
}

.tooltip-inner {
    color: #255370;
    background-color: #A0B2BA;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #A0B2BA;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #A0B2BA;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #A0B2BA;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #A0B2BA;
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}

.panel-group .regija {
    padding-top:  0px;
    padding-bottom:  0px;
    margin-bottom:  0px;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.vrsta-list-img {
    height: 270px;
}

.vrsta-list-img > a > img {
    height: 250px;
}

.product-name > h2 {
    color: #255370;
}

.product-type-banner {
    padding-bottom: 15px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.carousel-indicators .active {
    background-color: #D81725;
}

.carousel-indicators li {
    border-color: #A0B2BA;
}

.carousel-control .glyphicon,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    color: #D81725;
}

.product-features > tbody > tr > td {
    padding: 3px;   
}

.product-colors {
    border-top: 1px solid #A0B2BA;
    border-bottom: 1px solid #A0B2BA;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.product-colors > span {
    height: 25px;
    width: 25px;
    border: 1px solid #A0B2BA;
    display: inline-block;
}

.product-documentation > tbody > tr > td {
    padding-left: 10px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: small;
}

.product-type-banner > a > img,
.vrsta-list-img > a > img,
.product-image > img,
.carousel-inner > div > a > img,
.product-list > li > div > a > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-list {
    list-style: none;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
}

.product-list > li {
    background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px rgb(51, 51, 51);
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
	padding: 0px;
	margin: 0px 0px 20px;
}

.product-list > li > .main-feature-title,
.product-list > li > .main-feature {
    width: 100%;
    color: rgb(255, 255, 255);    
    font-size: 30pt;
    font-weight: 100;
    line-height: 1;    
}

.product-list > li > .main-feature {
    height: 54px;
    background-color: #255370;
    position: relative;
    padding: 2px;
    background-size: 50px 50px;    
    background-origin: content-box;    
    background-repeat: no-repeat;
}

.product-list > li > .main-feature > span {
    position: absolute;
    bottom: 0px;
    right: 2px;
}

.product-list > li > .main-feature-title {
    padding: 5px;
    background-color: #A0B2BA;
}

.product-list > li > .main-feature-title,
.product-list > li > .info {
    padding-top: 5px;
	text-align: center;
}

.product-list > li > .main-feature-title > span {
    position: absolute;
    color: #255370;
    right: 25px;
}

.product-list > li > .info > .title {
		font-size: 17pt;
		font-weight: 700;
		margin: 0px;
        color: #255370;
        display: none;
}

.product-list > li > .info > span {
    display: none;
    color: #255370;
    font-size: 20pt;
    position: absolute;
    right: 5px;
    top: 5px;
}

.webshoplink > a:hover {
    color: #D81725;
}
.webshoplink > a {
    color: #255370;
}

.vrsta-list > h3 > a:hover,
.vrsta-list > h3 > a,
.product-list > li > .main-feature-title > h2 > a:hover,
.product-list > li > .main-feature-title > h2 > a 
.product-list > li > .info > .title > a:hover,
.product-list > li > .info > .title > a {
    color: #255370 !important;
    text-decoration: none;
}

.no-decoration {
    text-decoration: none;
}

.carousel-indicators {
    background: rgba(0,0,0,0.2);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter-function: grayscale(100%);
}

@media (min-width: 768px) {       
    
		.product-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 140px;
			padding: 0px;
            background-color: rgb(245, 245, 245);
            overflow: hidden;
		}

        .product-list > li > .main-feature-title {
            display: none;
        }
		
        .product-list > li > .main-feature,
		.product-list > li > div > a > img  {
			height: 140px;
            float: left;
			padding: 0px;
			margin: 0px;                       
		}
        
        .product-list > li > .main-feature {
            width: 130px;
            background-size: 70px 70px;
        }

        .product-list > li > .img {
            float: left;
            padding-left: 20px;
            display: inline-block; 
            width: 150px;
        }

        .product-list > li > .info {
            display: block;
            overflow: hidden;
            padding-left: 20px; 
            height: 140px;           
		}

        .product-list > li > .info > span {
            display: block;
        }

        .product-list > li > .info > .title {
            display: inline-block;
            height: 40px;
        }
	}