/* CSS Document */

body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;
          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);

          z-index: 100;
}

@media (max-width: 760px) {
	.no-xs-padding {
		padding-right: 0 !Important;
		padding-left: 0 !Important;
	}
}

@media (min-width: 1400px) {
.container {
   width: 1440px !Important;
   
}
.top-lg-padding {
	padding-top: 44px;
}

}

.no-right-padding {
	padding-right: 0;
}

#myDIV {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: lightblue;
    margin-top: 20px;
}

.font-write {
	font-family: 'Dancing Script', cursive;
}

/* BUTTONS */


#my-paypal-button-container {
	position: fixed;
	display: block;
	visibility: visible;
	z-index: 9999999999999999999999999999999999;

}


.btn-primary {
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  color: #fff;
  text-align: center;
  background: #b9479b;
  border: 1px solid #b9479b;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.btn-primary:hover {
	color: #ffffff;
}


.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  font-weight: 300;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: darken(#dcdfe4, 10%);
  border: 1px solid darken(#dcdfe4, 20%);
  border-bottom: 3px solid darken(#dcdfe4, 20%);
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: transparent;
  border: 1px solid #ffffff;
  margin-bottom: 7px;
}

.btn.focus, .btn:focus, .btn:hover {
    background: #ffffff;
	color: #b9479b;
    text-decoration: none;
}

.btn-default:hover {
	background: #b9479b;
	color: #ffffff !important;
}

.btn-primary {
	color: #fff !important;
	background-color: #b9479b;
	border-color: #9C3D82;
}

.btn-primary:hover {
	color: #b9479b !important;
	background-color: #ffffff;
	border-color: #676976;
}


.btn-xlarge {
	width: 100%;
    padding: 12px 28px;
	height: auto !Important;
    font-size: 22px !Important; 
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}


.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #b9479b;
    border-color: #9C3D82;
}

.uglasitev {
}

.uglasitev .btn-uglasitev {
	display: inline-block;
	margin-top: 4px;
	margin-right: 4px;
	padding: 3px 10px;
	border: solid 1px #ccc;
	/* float: left; */
	border-radius: 4px;
}
.uglasitev .active {
	background-color: #b9479b;
	color: #ffffff;
}


/* DATA TABLES */
#control-panel {
  border: none;
  background-color: #b9479b;
  padding: 10px 10px 10px 24px;
  margin-bottom: 0;
  overflow: hidden;
  color: #ffffff;
}

#dropdown-filter-div {
  float: right;
  width: 50%;
  text-align: right;
}

#checkbox-filter-div {
  float: left;
  padding-top: 4px;
}

#checkbox-filter-div label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    float: right;
    margin-top: 3px;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox]::-ms-check {
  display: none;
}
input[type=checkbox] {
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid gray;
  /* Adjusts the position of the checkboxes on the text baseline */ 
  vertical-align: -2px;
  /* Set here so that Windows' High-Contrast Mode can override */
  color: #b9479b;
  margin: 0 10px 0 0;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 11px;
    border-radius: 3px;


}

input[type=checkbox]::before {
  content: "✔";
  position: absolute;
  font-size: 1.4em;
  right: 2px;
  top: -0.3em;
  visibility: hidden;
}

input[type=checkbox]:checked::before {
  /* Use `visibility` instead of `display` to avoid recalculating layout */
  visibility: visible;
}

input[type=checkbox]:disabled {
  border-color: black;
  background: #ddd;
  color: gray;
}

.medium, medium {
    font-size: 120%;
}

table {
  border: 1px solid black;
}

.my-table-shadow {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    border-radius: 3px;
}

td.details-control {
    background: url('http://www.datatables.net/examples/resources/details_open.png')       no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('http://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

#load-more {
  cursor: pointer;
  font-weight: bold;
}

.dataTables_paginate {
 	display: inline-block !Important;
	visibility:visible !important;
}

.dataTables_filter {
	display: inline-block !Important;
	visibility:visible !important;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #EEEEEE !important;
    color: #222222;
    font-weight: bold;
}

/* End DataTables */


/* LOGIN */

.login-btn-igram {
	padding: 8px 24px 8px 44px;
	font-family: Roboto;
	color: #b9479b !important;
	background-image: url(../images/i-icon.png) !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
	background-position: 10px 9px !important;
	width: 100% !important;
	text-align: left !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #b9479b !important;
}

.login-btn-igram:hover {
	color: #ffffff !important
}

.arrow-igram {
	display: block;
	position:relative;
}
.arrow-igram:after {
    z-index: 1;
    position: absolute;
    top: 98.1%;
    left: 70%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 20px #b9479b;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

@media (max-width: 992px) {
	.login-btn-igram {
		margin-bottom: 7px;
	}
	.arrow-igram:after {
		display:none;
		visibility: hidden;
	}
}

.login-btn-google {
	padding: 8px 24px 8px 44px;
	font-family: Roboto;
	color: #b9479b !important;
	background-image: url(../images/g-logo.png) !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
	background-position: 10px 9px !important;
	border: 1px solid #ddd;
	width: 100% !important;
	text-align:left !important;
	border-left: 6px solid #D50F25 !important;
	/* color: #676767 !important; */
}

.login-btn-google:hover {
	color: #ffffff !important
}
@media (max-width: 992px) {
	.login-btn-google {
		margin-bottom: 7px;
	}
}

.login-btn-facebook {
	padding: 8px 24px 8px 44px;
	font-family: Roboto;
	color: #b9479b !important;
	background-image: url(../images/f-logo.png) !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
	background-position: 10px 9px !important;
	border: 1px solid #ddd;
	width: 100% !important;
	text-align:left !important;
	border-left: 6px solid #3B5998 !important;
	/* color: #676767 !important */
}

.login-btn-facebook:hover {
	color: #ffffff !important
}






/* End LOGIN */

.custom-font-size {
		font-size: 1.2rem !important;
}

.property-tab .tab-pane {
    padding: 0px;
}

.loader {
	background-color: #F3F3F3 !important;
}

.hidden {
	visibility:hidden !important;
	display: none !important;
}

.cssload-thecube .cssload-cube::before {
    background-color: #b9479b;
}

.color-green {
	color: #4A8C2B !important;
}

.bg-green {
	background-color: #4A8C2B !important;
	color: #ffffff;
}

.color-white {
	color: #ffffff !important;
}

.bg-white {
	background: #ffffff !important;
}



.color-purple {
	color: #b9479b !important;
}


.bg-color-purple {
	background-color: #b9479b;
	color: #ffffff;
}

.bg-bottom-shadow {
	 -webkit-box-shadow: inset 0px -5px 5px -5px #ccc;
    box-shadow: inset 0px -5px 5px -5px #ccc;
}

.bg-top-shadow {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
  z-index: 9999999999999999999999999999999;
}

.text-shadow-dk {
	text-shadow: 0px 2px 5px #4D4D4D !important;
}

.no-text-transform {
	text-transform: none !important;
}

.no-top-margin {
	margin-top: 0 !important;
}
.no-bottom-margin {
	margin-bottom: 0 !important;
}

.no-text-transform {
	text-transform: none !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

.no-bottom-padding {
	padding-bottom: 0 !important;
}

.text-lowercase {
	text-transform: lowercase !Important;
}

.font-400 {
	font-weight: 400 !important;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-16 {
	font-size: 16px;
}

.h1, h1 {
    font-size: 30px;
	margin-top: 0;
	margin-bottom:24px;
}


h2, h3, h4 {
    font-weight: 400;
    margin: 14px 0;
}

p {
    line-height: 1.6;
}




.text-center, .text-center p {
	text-align: center;
}

.text-italic, .text-italic p {
	font-style:italic !important;
}

.text-left {
	text-align: left !important;
}

.custom-icon-link {
	display: block;
	margin-bottom:14px;
	font-size: 20px;
}

.icon {
	float:left;
	width: 45px;
	margin-right: 12px;
}

.bottom-border {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 14px;
}

.padding {
    padding: 90px 0;
}

.padding-medium {
    padding: 45px 0;
}

.full-width {
	width: 100%;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-80 {
	margin-bottom: 80px;
}


.zoom {

    transition: transform .2s; /* Animation */

}

.zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	overflow: hidden;
}


.hide-small {
	visibility:visible;
}

.feature_box .icon-paid {
	background-color: #4A8C2B;
}

.feature_box .icon-paid:after {
    border-color: transparent #4A8C2B transparent transparent;
}

@media (max-width: 992px) {
.hide-small {
	visibility:hidden;
	display:none;
}
.feature_box { 
    border: 2px solid #f3f3f3;
    padding: 0 10px 15px 20px;
    position: relative;
}

.size-24 {
	font-size: 24px !Important;
}

}



.img-full-width {
	width: 100%;
	max-width: 100%;
}

hr.linear { 
    border:none;
    height: 20px;
 	width: 90%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 24px 24px -24px #333;
  	margin: 24px auto 44px 30px; 
}

.right-border-white {
	border-right: dotted 1px #ffffff;
}


/* HEADER */

@media (min-width: 1200px) {
.logo {
	width: 300px;
}
}

@media (max-width: 1367px) {
.logo {
	width: 200px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -35px;
}

}

@media (max-width: 979px) {
#header-top_2 .header_set {
    display: none;
}
}

@media (min-width: 1024px) AND (max-width: 1199px) {
.logo-scrolled {
	display: none;
	visibility: hidden;
}
}


#header-top_2 .logo.logo-scrolled {
    margin-top: 85px;
    margin-left: 100px;
}

#header-top_2 .wrap-sticky .navbar-brand {
    position: absolute;
    top: -90px;
    /* left: -80px; */
}

@media (min-width: 1600px) {
#header-top_2 .wrap-sticky .navbar-brand {
   left: -80px; 
}
}

#header-top_2 .logo.logo-scrolled {
    margin-top: 80px;
}

@media (max-width: 992px) {

#header-top_2 nav.navbar.bootsnav ul.nav > li > a {
    color: #4e4e4e;
}
#header-top_2 .wrap-sticky .navbar-brand {
    position: absolute;
    top: -100px;
    left: -90px;
}
#header-top_2 .logo.logo-scrolled {
    margin-top: 80px;
}



}


.modal-header .custom-close {
    margin-top: -25px !important;
    margin-right: 0px !Important; 
    position: relative;
    font-size: 30px;
}


.facebook-top  {
	background-color: #29487d !important;
}

a:hover.facebook-top {
	background-color: white !important;
	color: #29487d !important;
}

#header-top {
	padding: 10px 0;
	margin-bottom: 15px;
	background-color: #767988;
}

nav.navbar.bootsnav.sticked .navbar-brand {
    display: inline-block;
    padding: 17px 0 8px 0;
    width: 180px;
}

.nav_3 .navbar-nav {
    text-align: center;
}

#header-top_3 nav.navbar.bootsnav.sticked {
    background: #fff;
	box-shadow: 0 14px 14px -14px #333;
}

#header-bottom .col-md-9 {
	text-align: right;
}

@media (max-width: 992px) {
nav.navbar.bootsnav .navbar-brand > img {
    width: 190px;
}

#home_icon .home_feature {

    border-bottom: 1px solid #ffffff;
}


#header-top {
    display: block;
}


nav.navbar.bootsnav ul.nav > li > a { /* Drop down menu pri mali resoluciji */
    padding: 12px 0;
    margin: 0;
    border-bottom: none;
}

nav.navbar.bootsnav .navbar-toggle {
    color: #fff;
    float: right;
    margin-right: 0;
    margin-top: 5px;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 0;
}

}

.custom-font {
	font-family: 'Roboto', sans-serif !Important;
}

.custom-font h4 {
	font-size: 14px;
}

/* GLAVNI MENU */

.custom-news-drop-down {
	min-width: 400px;
}

/* UPORABNIŠKI RAČUN */

.custom-account-menu {
	background-color: #b9479b;
	border-top: solid 1px #ffbeee;
}

.custom-navbar-default {
	margin-bottom: 0;
	background-color: #b9479b;
	border: 0;
	color: #ffffff;
}

.custom-navbar-default li {
	text-align:center;
	width: 100%;
}

.custom-navbar-default .navbar-nav>li>a {
    color: #ffffff;
	padding: 10px 25px;
	border-right: dotted 1px #FFD7FB;
	font-size:1.3rem;
}


@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
}
.custom-navbar-default li {
	text-align:center;
	width: 14%;
}
}



.custom-navbar-default .navbar-nav>li>a:focus, .custom-navbar-default .navbar-nav>li>a:hover {
	color: #FFD7FB;
	background-color: transparent;
}


@media (max-width: 992px) {
.custom-account-menu {
	background-color: #ffffff;
	margin-top: 64px;
	padding: 0;
}
.custom-account-menu .container {
	padding: 0;
}

.custom-account-menu .col-md-12 {
	padding: 0;
}

.custom-navbar-default li {
	text-align:left;
	border-bottom: solid 1px #ffffff;
}
.custom-navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

}


/* Dropdown Button */
.dropbtn {
  color: #ccc;
  padding: 10px;
  font-size: 16px;
  border: none;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	top: 50px;
	right: -35px;
	text-align: left;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #ffffff;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  border-bottom: dotted 1px #ffffff;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #b9479b;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #ffffff; color: #b9479b !Important;}

/* CARDS */

.button-purple {
	background-color:#b9479b; 
	color: #ffffff;
}

.button-green {
	background-color:#4A8C2B; 
	color: #ffffff;
}

/* MIX */


.custom-first-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
  
}

.cfi-additional-settings {
width: 100%;

-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}


.slider-text-wrap {
    padding: 250px 0 80px 0;
	background: transparent;
}


.hero_slider {
    position: relative;
    width: 100%;
    background: url(../images/naslovne/bg-kitara.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}

#main-banner {
    position: relative;
    width: 100%;
    background: url(../images/naslovne/bg-kitara.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}

#main-banner-0 {
    position: relative;
    width: 100%;
    background: url(../images/naslovne/bg-frelih-ucenka.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}


#main-banner-1 {
    position: relative;
    width: 100%;
    background: url(../images/naslovne/bg-frelih-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

#main-banner-2 {
    position: relative;
    width: 100%;
    background: url(../images/naslovne/bg-kitara-2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

#main-banner-3 {
    position: relative;
    width: 100%;
    background: url(../images/naslovne/bg-frelih-2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}


.img-responsive {
	display: inline-block;
}

.tutorial-img {
	width: 100%;
	max-width: 100%;
}

.tutorial-img-cont {
	position: relative;
	width: 100%;
}

.tutorial-img-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 13px 24px;
  background: rgba(0,0,0,0.7);
  color: #ffffff;
  font-weight: 500;
  text-align: right;
}

.tutorial-img-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tutorial-img-play img {
	width: 110px;
}

@media (max-width: 992px) {
.tutorial-img-play img {
	width: 80px;
}
}

.bg_light {
    background: #f7f7f7;
}

.custom-wide-cta {
	width: 100%;
	padding: 44px 0;
}

.custom-wide-cta i {
	margin-right: 10px;
}

.custom-wide-cta h2 {
	font-size: 26px;
}

/* Original v style.css - onemogočeno

.custom-content {
    margin-top: -200px;
    background: #222;
    position: relative;
    z-index: 1;
    padding: 50px;
}
.custom-content h5{
    font-size:24px;
    font-style: oblique;
    letter-spacing: 1px;
    font-weight:400;
    text-transform:uppercase;
}
*/

.custom-content {
	font-size:16px;
}
.custom-content p {
	padding-bottom: 14px;
	line-height: 1.5;
}

.custom-content a {
	color: #b9479b;
}

.custom-content ul {
	margin-bottom: 24px;
}

.custom-content li {
	list-style: none;
}


.custom-content h1 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom:24px;
	font-weight: 400;
}

.custom-content h2 {
	font-size: 26px;
	margin-bottom:14px;
}


.custom-content h3 {
	font-size: 20px;
	margin-bottom:14px;
}


.custom-offer-title {
	line-height:1.2;
	min-height: 60px;
}

.custom-content .our-mission-box-detail ul {
     margin-top: 0px; 
	 margin-bottom: 24px;
	 padding-left: 24px;
}

.custom-content .our-mission-box-detail ul li {
    display: block;
    padding-top: 19px;
    position: relative;
    padding-left: 30px;
}

.custom-content .our-mission-box-img img {
    width: 100%;
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.3);
    border: 5px solid #fff;
	margin-top: 14px;
}

.custom-content .my-breadcrumb {
	background-color: transparent;
}

.custom-content .my-breadcrumb  li {
	display: inline-block;
	line-height: 2.3em;
	color: #BBBCC1;
	padding-left: 0.75em;
	width: auto;
	float: none;
	text-transform: lowercase;
	font-size: 13px;
}


.custom-content-img {
	width: 100%; 
	max-width: 100%;
}

.cc-title {
	padding: 14px;
	text-align:center;
	font-size: .8em;
}

@media (max-width: 992px) {
.custom-content-img {
	float: none;
	width:100%;
	max-width: 100%;
	margin:0 0 24px 0;
}
}

.custom-cbp-item {
	max-width:32%;
}


#content .news-tag > a {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #676767;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 10px 22px;
}
#content .news-tag > a:hover {
	background-color: #EEEEEE;
}

/* CUSTOM VIDEO PAGE */

.ui-widget-content {
	z-index: 99999999999;
}

.custom-list nav {
  margin: 0px;
}


.custom-list ul {
  overflow: auto;
  list-style-type: none;
}

.custom-list li {
  height: 22px;
  float: left;
  margin-right: 0px;
  border-right: 1px solid #aaa;
  padding: 0 20px;
}

.custom-list li:first-child {
   padding-left: 0;
}
.custom-list li:last-child {
  border-right: none;
}

/*
.custom-list li a {
  text-decoration: none;
  color: #ccc;
  font: 25px/1 Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
}
*/ 

.custom-list li a:hover {
  color: #666;
}

.custom-list li.active a {
  font-weight: bold;
  color: #333;
}

.custom-list h4 {
	font-size: 16px;
	margin-bottom: 8px;
	vertical-align: central;
}

@media (max-width: 1064px) {
.custom-list li {
	height: 15px;
	font-size: 11px;
	padding: 0 18px;
}
}



@media (min-width: 960px) {
.top-padding-lg {
	padding-top: 68px;
}
}


h1,
h2,
h3 {
  line-height: 1.5;
}



::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background: #f1f3f5;
  border-left: 1px solid darken(#f1f3f5, 10%);
}

::-webkit-scrollbar-thumb {
  background: darken(#f1f3f5, 20%);
}




@media (max-width: 992px) {
.custom-cbp-item {
	max-width:50%;
}
}

.custom-panel {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    padding: 30px 40px;
}

/* SLIDER */

.custom-slider {
	visibility: visible; 
	animation-delay: 0.5s; 
	animation-name: fadeIn; 
	margin-top: 220px
}

@media (max-width: 767px) {
.custom-slider {
	margin-top: 0px
}
.slider-text-wrap {
    padding: 150px 0 50px 0;
}
.button-normal {
    padding: 15px;
}
}

#rev_slider_4_1 .tp-bgimg.defaultimg {
    opacity: 0.5 !important;
}

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
 
    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.3);
}
 

.tp-caption-custom {
	line-height: 1.5 !Important; 
}

/* FIRST PAGE */

.form-wrap {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

#home_icon { /* pod sliderjem z videi */
    background: #b9479b;
	border-top: solid 1px #ffffff;
}

.news-cont {
	
}

.custom-first-news .image {
	max-height: 270px;
	overflow: hidden;
}

@media (min-width: 1240px) {
.custom-first-news .image {
	max-height: 240px;
	overflow: hidden;
}
}

.custom-first-news p {
	font-size: 14px;
	line-height: 1.5;
}

.custom-first-news .proerty_text {
	min-height:260px;
}

.custom-first-news .proerty_text a {
	color: #b9479b;
}
.custom-first-news .proerty_text a:hover {
	color: #676767;
}

.custom-first-news .proerty_content .favroute ul li a {
    background: #b9479b;
	color: #ffffff;
}
.custom-first-news .proerty_content .favroute ul li a:hover {
	background: #E6E6E6;
	color: #b9479b;
}


.grid figcaption {
    position: absolute;
    top: -20%;
    z-index: 11;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.video-thumb {
max-height: 278px; 
overflow: hidden;
}

.video-thumb img {
	width:auto;
	min-height:280px;
}

.video-thumb  span {
    top: 75% !Important;
}

.thumb-shadow {
    -webkit-box-shadow: 0px 13px 17px -12px rgba(148,146,148,1);
-moz-box-shadow: 0px 13px 17px -12px rgba(148,146,148,1);
box-shadow: 0px 13px 17px -12px rgba(148,146,148,1);
}

.gallery .grid figcaption h2 {
    background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	padding: 14px;
    margin: 0 0 20px 0
}


/* BREZPLAČNO */

.custom-cont {
}

.custom-cont a {
	color: #b9479b;
}


.panel-custom {
	border: 1px solid #ccc;
}

.panel-content {
	padding: 24px;
}

.panel-custom .block-menu li {
	list-style: none;
}

.block-menu {
}

.block-menu a {
	color: #676767;
}

/* NEWS */

@media (min-width: 992px) {
.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center !important;
	background-size: 100% auto !important;
}
}


.padding-bottom-top-90 {
    padding: 120px 0 90px 0;
}

.news-list-padding {
	padding: 24px;
}

.property-list-list {
	padding-bottom:0;
}

.property-list-list .property-list-list-info div {
    padding-left:inherit;
}

@media (max-width: 992px) {
.news-list-padding {
	padding: 0;
}
}

.property-list-list-image img {
	margin-top: 3px;
}


/* CONTENT */

.property-details .text-it-p {
    padding: 25px 25px 15px 25px;
    background: #F7F7F7;
}



.content-menu ul {
	padding-left:24px;
}
.content-menu li {
	list-style-type: circle;
}

.content-menu .color-red {
	color: #D00 !important;
}

.content-menu .color-grey {
	color: #949494 !important;
}

.content-menu .custom_level_1 {
	list-style-type:none;
	padding-left: 0 !important;;
	font-weight: 400;
	font-size: 16px;
}
.content-menu .custom_level_2 {
	padding-left:12px !important;
	list-style: inside circle !important;	
}

.content-menu .custom_level_3 {
	list-style: inside square !important;	
	padding-left:36px !important;;
}


/* GALLERY */

.custom-gallery-image {
	max-height: 250px !important;;
	overflow: hidden !important;;
}


/* POP UP COOKIE NOTE */

#note {
        position: absolute;
        z-index: 6001;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(60, 60, 60, 0.7);
        text-align: left;
        line-height: 2.5;
		color: #ffffff;
        overflow: hidden; 
        -webkit-box-shadow: 0 0 5px black;
        -moz-box-shadow:    0 0 5px black;
        box-shadow:         0 0 5px black;
		font-size: 13px;
    }
    .cssanimations.csstransforms #note {
        -webkit-transform: translateY(-50px);
        -webkit-animation: slideDown 6.5s 1.0s 1 ease forwards;
        -moz-transform:    translateY(-50px);
        -moz-animation:    slideDown 6.5s 3.0s 1 ease forwards;
    }

    #close {
      position: absolute;
      right: 20px;
      top: 9px;

      background: url(images/close.png);
      height: 16px;
      width: 16px;
      cursor: pointer;
    }
    .cssanimations.csstransforms #close {
      display: none;
    }
    
    @-webkit-keyframes slideDown {
        0%, 100% { -webkit-transform: translateY(-50px); }
        10%, 90% { -webkit-transform: translateY(0px); }
    }
    @-moz-keyframes slideDown {
        0%, 100% { -moz-transform: translateY(-50px); }
        10%, 90% { -moz-transform: translateY(0px); }
    }

/* MODAL */

.modal-title {
	text-transform: none;
}

.modal-video-picture {
	width: 100%;
	max-width: 100%;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
}

.custom-content .modal-header .close {
    margin-top: -55px;
}


/* LOCATIONS */

.agency-listing .agency-listing-box .details > .agency-box {
    border: 1px solid #ccc;
    border-radius: 0.5em;
    padding: 1.5em;
    margin: 1em 0;
	background: rgba(255, 255, 255, 0.8);
}

.agency-listing .agency-listing-box .details > .agency-box p {
    margin: 0;
    padding: 3px 0;
    line-height: auto;
}

.agency-listing .agency-listing-box .details::before {
    border-left: none;
}
.agency-box h3  {
    font-weight: 400;
	margin-bottom:14px;
}

.agency-box h3 .fa {
    color: #b9479b;
	margin-right: 4px;
}



.project-owl-slideee {
    min-width: 60%;
}

/* OFFER */

.breadcrumb {
    padding: 8px 15px 0 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 1px;
}

.custom-title-padding {
	padding: 7px 25px;
}

.news_padding p {
	line-height: 1.5;
}

.news-description {
	height: auto;
	margin-bottom:14px;
}

.news_3 .news_image {
	max-height: 300px;
	overflow: hidden;
}

.product-related-pic {
 width: 100%;
 max-width: 100%;	

}

@media (min-width: 992px) {
.news-description {
	min-height: 180px;
}
.news_3 .news_image {
	max-height: 200px;
	overflow: hidden;
}

}

.feature .tag {
    background: #b9479b;
    color: #fff;
    font-size: 12px;
    left: 15px;
    padding: 5px 15px;
    position: absolute;
    top: 15px;
    border-radius: 5px;
    opacity: .9;
}

.white_border, .dark_border, .btn_fill, .btn_brd {
    padding: 12px 26px !important;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
	font-size: 13px;
}

#image-text {
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top 0px;
	background-image: url(../images/za_vse_generacije.jpg);
}

.btn-fill-custom {
    padding: 22px 66px !important;
    font-size: 22px;
}


/*
.active .fa {
	color: #b9479b !important;
	font-size: 20px;
}
*/

/* FAQ */



#faq2 .panel-default > .panel-heading {
    color: #ffffff;
    border: none;
    border-radius: 0;
}


.faq-custom a:hover {
	color: #EED2E7;
 }

.faq-custom a:focus {
	 color: #ffffff;
 }

.panel-body a {
	color: #b9479b;
}


/* CONTACT */

.random-number {
	font-size:36px !Important; 
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	margin-bottom:14px;
	width: 100%;
}
.custom-padding-right {
}
@media (min-width: 992px) {
.custom-padding-right {
	padding-right: 44px;
}
}


.single-query option {
    background: #ffffff;
    color: #737272  !important;
	padding: 14px 20pxc
	border-bottom: dotted 1px #ccc !Important;
	line-height: 3px !Important;
}


/* VIDEO */
.video-custom {
  width: 100% ;
  max-width: 100%;
  height: auto;
}
.videoWrapper {
	clear:both;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.custom-upload-file-field {
	padding: 14px 24px !important;
	min-height: 60px !important;
	background:#F9F9F9 !important;
}

.custom-file-upload-tekst {
	color:#ACAEB5;
	margin: 7px 0;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Izberite datoteko';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 75px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  float: right;
}
.custom-file-input:hover::before {
  border-color: black;
}


.alert-secondary {
	color: #383d41;
	background-color: #F2F3F4;
	border-color: #E8E9EA;
}

.custom-original-video iframe {
	width: 100% !important;
	height: 520px !important;
}

@media (max-width: 992px) {
.custom-original-video iframe {
	width: 100% !important;
	height: 230px !important;
}

}


.song-details {
	margin-bottom:0;
	padding-right: 24px;
}

.song-details .song-uglasitev {
	border: solid 1px #ccc;
	margin-top: 7px;
	padding: 7px 14px;
	font-weight: 500;
}

.song-details li span {
	color: #b9479b;
}

.title-uglasitev {
	font-size: 32px !Important;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 400;
	color: #5D5D5D;
	text-transform: none;
}

/* YOUTUBE MODAL */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	/*height: 0; */
	display: block;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.my-custom-modal {
	min-width: 65%;
	
}
.my-customm-modal-cont {
	background: rgba(0, 0, 0, 0.6);
}


/* UPORABNIKI */

.bg-rok-harmonika {
	background-image:url(../images/rok-harmonika-m.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position:bottom center;
}

.first-page-icon {
	display: block;
	position: absolute;
	font-size: 24px; 
	color: #ffffff; 
	left: 74px;
	top: 34px;
}
@media (max-width: 1024px) {

.first-page-icon {
	position: inherit;
}
}

.custom_header_set {
     margin: 27px 0 85px 0 !Important;
}


.form-appointment p {
	text-align: left;
	color: #ffffff;
}

.search-form-group .check-box-2 {
	float: left;
	margin-right: 8px;
}

.search-form-group  span {
	line-height: 1.9;
}

.feature_box {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12),
            0 2px 4px 0 rgba(0,0,0,0.08);
}

.feature_box .description:hover h4 {
	color: #b9479b !important;
}

.feature_box .description:hover span {
	color: #b9479b !important;
}

.feature_box:hover {
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
            0 2px 4px 0 rgba(0,0,0,0.08);
}

.feature_box p {
	font-size: 1em;
	margin-top: 14px;
}


.custom-row {
	line-height:3;
}



.custom-row:nth-child(even) {
    background: #F8F8F8;
}
.custom-row:nth-child(odd) {
     background: #ffffff;
}

.custom-row:hover {
	background-color: #F2DFED;
	color: #b9479b;
}

/* FOOTER */
.custom-footer-logo {
	margin: -20px 0 0 -15px;
	width: 90%;
	max-width: 250px;
}

@media (max-width: 992px) {
.custom-footer-logo {
	margin: -20px 0 0 -20px;
	width: 100%;
	max-width: 100%;
}
}

/* TABLE */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
   text-align: left;
}

@media screen and (min-width: 767px) {
table th,
table td {
  padding: 1.3em .825em;
 
}
tr:hover {
    background-color: #F8F8F8;
  background-image:
    linear-gradient(
      #ffffff, #EBEBEB
    );
	transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  box-shadow: 0px 3px 4px rgba(214,214,214,0.3);
  -webkit-box-shadow: 0px 3px 4px rgba(214,214,214,0.3);
  -moz-box-shadow: 0px 3px 4px rgba(214,214,214,0.3);
}
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
tr:nth-child(even) {
    background-color: #ffffff;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .9em;
    text-align: left !important;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
  
  
   	table, 
  	thead, 
	tbody, 
	th, 
	td, 
	tr { 
		display: block; 
	}
 
  
  table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		 content: attr(data-title); 
	}

}

@media (max-width: 767px) {
	
	.custom-padding {
		padding: 14px;
	}
	
	.custom_header_set {
		margin: 14px 0 !important;
	}
	#header-top_2  {
		display: block !Important;
		position: absolute !important;
	}
	#header-top_2 .get-tuch {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	#header-top_2 .header_set {
		margin: 14px 0;
	}
	
	#header-top_2 .logo.logo-scrolled {
	 margin-top: 85px;
     margin-left: 90px;
	}

	nav.navbar.bootsnav .navbar-toggle { /* Ikona za drop down pri xs */
		color: #fff;
		float: right;
		margin-right: 0;
		margin-top: 0px;
		padding: 8px 12px;
		line-height: 1.5;
		border-radius: 0;
	}

}


/* TABS */

.nav-tabs > li > a > .fa {
    color: #676767;
}

.active .fa {
    /* color: #b9479b !important; */
}

@media (min-width: 768px) {
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
    box-shadow: 3px -3px 6px #EBEBEB;
	color: #b9479b;
}
}

.nazaj-icon {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	margin-top: -40px;
	background-image:url(../images/nazaj.png);
	z-index: 998;
}

/* AUTHORS */

.author-image {
	height: 215px;
	overflow: hidden;
}

.author-image img {
	min-height: 220px;
}

/* SONGBOOK PAGE */

.custom-songbook {
}

.price-regular {
	text-decoration:line-through;
	color: #ccc;
}

@media (max-width: 767px) {
.custom-songbook {
	padding-bottom: 0;
}
}

.custom-songbook ul {
	padding-left: 24px;
}
.custom-songbook li {
	line-height: 1.7;
}
.custom-songbook li:before{
   font-family: FontAwesome;
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   content: "\f046";
   font-size: 22px;
   color: #b9479b;
}

/* CONTACT */

.agetn-contact {
}

.agetn-contact .fa {
	margin-right: 12px;
}

.agent-p-contact {
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 0px;
}

div.disabled
{
  pointer-events: none;

  /* for "disabled" effect */
  opacity: 0.5;
  background: #CCC;
}

/* Autocomplete Form */

.igram-label {
	margin:7px 10px 7px 0; 
	font-size: 13px;
	font-weight: normal;

}


.ui-menu .ui-menu-item {
	min-width:400px;
	background-color: #ffffff;
	padding: 7px 14px;
	border: dotted 1px #E6E6E6;	
	cursor: pointer;
}

.ui-menu .ui-menu-item:hover, .ui-state-hover, .ui-widget-content .ui-widget-content .ui-state-focus {

	background-image: none !important;
    font-weight: normal;
	border: solid 1px #ffffff !Important; 	
}

.ui-menu .ui-state-focus {
	color: #b9479b !Important; ;
}

.ui-widget-content {
	box-shadow: 1px 5px 5px 3px rgba(0, 0, 0, 0.15);
	border: solid 1px #ffffff;
	border-radius: 5px;
}

#search-igram h1 {
	font-size: 24px;
	margin: 0;
}

#search-igram .field-input {
    width: 95% !important;
	max-width: 240px;
	float:left !important;
    border: 1px solid #dfdfdf !important;
    outline: none !Important;
    font-family: 'Open sans';
    padding: 10px 14px;
    resize: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#search-igram .btn {
	border-radius: 0;
	margin-top: 1px;
	max-width: 95%;
	float:left;
	padding: 10px 20px;
}

.custom-btn-title {
	width:100%; 
	margin-top: 0px; 
	font-size: 16px; 
	padding-left: 0; 
	padding-right:0;
}

.awe-btn.awe-btn-small
{
	font-size: 12px;
}

.awe-btn.awe-btn-small {
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}





@media (max-width: 1600px) {
#search-igram .field-input {
	float:none;
	max-width: 240px;
}
.custom-btn-title {
	font-size: 12px !important; 
	line-heigth: 1;
	padding-left: 0; 
	padding-right:0;
}
}

@media (max-width: 1200px) {
#search-igram .field-input {
	max-width: 190px;
}
.custom-btn-title {
	font-size: 12px !important; 
	line-heigth: 1;
	padding-left: 0; 
	padding-right:0;
}
.awe-btn.awe-btn-small
{
	padding-left: 24px !important; 
	padding-right: 34px !important; 
}
}



@media (max-width: 1024px) {
#search-igram .field-input {
	float: none !important;
		width: 95% !important;
}
.awe-btn.awe-btn-small
{
	padding-left: 24px !important; 
	padding-right:34px !important; 
}

}



@media (max-width: 960px) {
	#search-igram h1 {
		font-size: 20px;
		margin: 0;
	}

	#search-igram .field-input {
		float: none !important;
		width: 95% !important;
		max-width: 100% !Important;
	}
	#search-igram .btn {
		float: none !important;
		width: 100% !important;
	}
	.awe-btn.awe-btn-small
	{
		padding-left: 24px !important; 
		padding-right:34px !important; 
	}
}

@media (max-width: 767px) {
	.awe-btn.awe-btn-small
	{
		padding-left: 24px !important; 
		padding-right:34px !important; 
	}
}

/* PAGINATION */

.pagination {
    display: inline-block;
    margin: 0;
    border-radius: 4px;
}

@media (max-width: 991px) {
.pagination {
    display: block;
}
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #b9479b;
    border-color: #942e79;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #b9479b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #b9479b;
    background-color: #eee;
    border-color: #ddd;
}


/* SEARCH */

.search-list {
}

.search-list p {
	line-height: 2;
}

.search-list p a {
	font-size: 20px !important;
	display: block;
}

.search-list p a:hover {
	background-color: #EFEFEF;
}

.search-list span {
	display: inline-block;
	width: 24px;
	text-align: right;
	margin-right: 14px;
}

/* USER */

.my-form {
}

.my-form .row {
	margin-bottom: 14px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,ffffff+100 */
background: rgb(231,231,231); /* Old browsers */
background: -moz-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(231,231,231,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* POLKI */

.polki-spodaj {
	position: fixed;
	z-index: 9999;
	bottom: 0px;
	margin-bottom: 0;
	right: 0;
	margin-right: 50px;
	background-image: url(../images/rok-harmonika-m.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 450px;
	background-size: 100% 100%;
}

@media (max-width: 991px) {
.polki-spodaj {
	position: fixed;
	z-index: 9999;
	bottom: 0px;
	margin-bottom: 0;
	left: 0;
	margin-left: 0px;
	background-image: url(../images/rok-harmonika-m.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 250px;
	background-size: 100% 100%;
}
}


