h1 {
	padding:0 0 10px;
}

/* MENU */

#mrow {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
	transition:all 1s;	
	border-bottom:1px solid rgba(255, 255, 255, 0.8);;
}

#mrow.fix_menu {
    background: rgba(255, 255, 255, 1) !important;
transition:all 1s;
border-bottom:1px solid #80b036;
}

#mrow .sparky_cell,
#crow .sparky_cell {
	padding-top:0;
	padding-bottom:0;
}

.sparky_logo_image {
    padding-top: 25px;
}

.topmenushow {
    animation-name: none !important;
}

/* CAROUSEL */

.ken .overlay {
	background: url(../images/c_over.png) !important;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

/*
.carousel {
	margin-top:-200px;
}
*/

.moduletable.carousel {
position: relative;
    margin-bottom: 20px;
    line-height: 1;
    width: 100%;
    height: 310px;
    background-image: url(../images/carousel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -20px;
}

/*
.moduletable.carousel:after {
content:"";
width: 100%;
height: 310px;	
background-image: url(../images/carousel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	animation: move 60s ease;
  -ms-animation: move 60s ease;
  -webkit-animation: move 60s ease;
  -0-animation: move 60s ease;
  -moz-animation: move 60s ease;
  position: absolute;
}
*/

.domov .moduletable.carousel {
	height: 510px;
}

.domov .moduletable.carousel:after {
	height: 510px;
}

.moduletable.kamnik {
    position: absolute;
    top: 120px;
    z-index: 9;
    max-width: 1040px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.domov .moduletable.kamnik {
	top: 190px;
}

.kamnik h1 {
	color:#fff;
	font-weight:900;
	font-size:80px;
	padding-bottom:0;
}

.domov .kamnik h1 {
	font-size:103px;
}

.kamnik p {
	color:#fff;
	font-weight:900;
	font-size:45px;
	margin-top:-20px;
}

/* Vsebina */

.urejanje .nav-stacked {
    display: none!important;
}

.control-group .icon-calendar {
	display: block !important;
}

.icon-calendar {
	display: none !important;
}

.published {
	color: #268bcb;
}

.published:before,
.loc:before,
.phone:before,
.email:before,
.donas:before {
	font-family:FontAwesome;
}

.published:before {
	display: inline-block;
	padding-right:5px;
}

.loc,
.phone,
.email,
.donas {
	position:relative;
}

.loc:before,
.phone:before,
.email:before {
	position: absolute;
    color: #4e5247;
}

.published:before {
	content:"\f073";
}
/*
.loc:before {
	content:"\f041";
	left: -18px;
    font-size: 1.5em;
}

.phone:before {
	content:"\f10b";
	    left: -18px;
    font-size: 1.5em;
}

.email:before {
	content:"\f0e0";
		    left: -20px;
    font-size: 1.1em;
}
*/

.donas {
	clear: both;
	padding-left:10px;
}

.donas:before {
	content: "\f041";
    margin-left: 0;
    font-size: 1.5em;
    padding-right: 10px;
}

.items-row {
    border-bottom: 1px solid #80b036;
}

.items-row:last-child {
    border-bottom: 0 solid #80b036;
	margin-bottom:20px;
}

.item-page h2 {
	padding-bottom:5px;
}

.lg {
	margin-top:30px;
	float: left;
}

.pod p {
	margin-bottom:0;
	line-height: 1.7em;
	font-weight:normal;
}

.pod a {
	color:#555;
}

.pod {
    margin-bottom: 20px;
    padding-left: 20px;
    float: left;
    margin-left: 20px;
    border-left: 3px solid #80b036;
}

#nrow h3 {
	color:#767776;
	font-size:34px;
	font-weight:900;
}

#nrow .sparky_container{
	border-bottom:1px solid #e4e4e4;
}

.program p:first-child:before {
content: "";
    background-image: url(../images/program.png);
    width: 105px;
    height: 99px;
    float: left;
    padding-right: 20px;
    background-repeat: no-repeat;
}

.gumb a{
	color: #fff;
    background-color: #80b036;
    font-weight: 300;
    display: block;
    float: right;
    padding: 2px 25px;
    font-size: 17px;
}

.mod-articles-category-date {
    float: left;
    background-color: #80b036;
    color: #fff;
    padding: 1px 7px;
    margin-right: 10px;
}

ul.category-module {
	margin: 0 0 15px 0;
}

.category-module li {
	padding-bottom:10px;
	list-style: none;
	font-size:14px;
}

.category-module li a{
	font-size:20px;
	font-weight:300;
	color:#7e7e7e;
}

.arhiv {
	text-align:right;
}

.arhiv a{
	font-family:Roboto Condensed;
	font-size:17px;
	color:#767776;
}

.arhiv a:after{
    content: "";
    background-image: url(../images/arhiv.png);
    width: 39px;
    height: 32px;
    float: right;
    margin-top: -14px;
    margin-left: 8px;
    background-repeat: no-repeat;
}

.moduletable.nov {
	padding-right:50px;
}

#irow h3 {
	color:#268bcb;
	font-size:22px;
	font-weight:500;
}

#irow .custom {
	border-left:7px solid #ededed;
	padding-left: 20px;
}

#irow .sparky_cell {
	padding:15px 25px;
}

#irow p{
	font-weight:300;
	font-size:16px;
	color:#767776;
}

#irow {
	margin-bottom:20px;
}

.pull-right.item-image {
    margin-left: 15px;
    max-width: 320px;
    margin: 0 20px 20px 20px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.48);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.48);
}

.predstavitev .pull-right.item-image {
 max-width: 247px;
}

.item-page {
	margin-bottom:40px;
}

/* NOGA */

#prow {
	background:url(../images/parallax.jpg) bottom right no-repeat fixed;
	    margin-top: 35px;
}

#prow .sparky_cell {
	height:100px;
	padding:0;
}

#frow,
#crrow {
	background-color:#eaeaea;
}

#frow a,
#frow p,
#crrow a,
#crrow p {
	color:#4e5247;
	font-weight:500;
	margin-bottom:5px;
}

#crrow p {
	text-align:center;
	margin-bottom:0;
}

#crrow {
	border-top:1px solid #c5c5c5;
}


.nav-collapse.opened li a {
    height: 40px;
}

.nav-collapse.opened > ul {
    background: #cccccc;
}

.nav-collapse.opened li a {
    color: #333 !important;
}

.nav-collapse.opened li a:hover {
    color: #cccccc; !important;
}


@media only screen and (max-width: 1100px) {
	.moduletable.kamnik {
    padding: 0 20px;
}
}

@media only screen and (max-width: 991px) {
.sparky_feature .sparky_logo_image {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mp_mainmenu .nav-toggle {
    width: 40px;
    height: 40px;
	margin-top: 14px;
}
.sparky_wrapper #mrow {
    background-color: rgba(255, 255, 255, 1);
}
.domov .sparky_container .moduletable.carousel {
    height: 230px;
}
.domov .sparky_container .kamnik h1 {
    font-size: 80px;
}
.sparky_container .kamnik p {
    font-size: 35px;
}
.domov .sparky_container .moduletable.kamnik {
    top: 72px;
	max-width: 750px
}
.sparky_container .mp_user1,
.sparky_container .mp_user2 {
	width:100%;
}
#nrow .sparky_cell {
	padding-bottom:0;
	padding-top:0;
}
#nrow .moduletable.nov {
    padding-right: 0;
}
}

@media only screen and (max-width: 767px) {
	.sparky_container .mp_logo {
		max-width: 250px;
	}
	
	.sparky_container .mp_mainmenu {
		width:calc(100% - 250px) !important;
	}
}

@media only screen and (max-width: 500px) {
.sparky_container .kamnik h1 {
    font-size: 15vw !important;
	padding-bottom:10px !important;
}	
.sparky_container .kamnik p {
    font-size: 7vw !important;
}
.sparky_container .moduletable.carousel {
    height: 55vw !important;
}
.sparky_container .moduletable.kamnik {
    top: 22vw !important;
}
.sparky_container .mp_logo {
    max-width: 180px;
}
.sparky_container .mp_mainmenu {
    width: calc(100% - 180px) !important;
}
.mp_mainmenu .nav-toggle {
    margin-top: 8px;
}
.mod-articles-category-date {
    float: none;
    display: block;
}
.pull-right.item-image {
	float:none !important;
	display: block !important;
}
}

