/* Import other css */
@import url('3r-elements.css');

/* RESET -----------------------------------------------------------*/

html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, hr, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, section, audio, video {
	display: block;
}
sup { 
	vertical-align: super;
	font-size: smaller;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
a img { border: 0; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*	opacity for every browser
.opacity {
	-khtml-opacity: .70; 
	-moz-opacity: .70; 
	-ms-filter: ”alpha(opacity=70)”;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .70;
} */

/* SELECT -----------------------------------------------------------*/

/* Selection colours (easy to forget)
::selection 	 	{ background: rgb(160,255,250); }
::-moz-selection 	{ background: rgb(160,255,250); }
img::selection 		{ background: transparent; }
img::-moz-selection	{ background: transparent; }
body { -webkit-tap-highlight-color: rgb(160,255,250); } */

html{ 
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: transparent;
}
p,h1,h2,h3,h4,h5,h6,br,td,span,article,ul,li, .lists-check li{
    -o-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	float: left;
	border-collapse: collapse;
	border-spacing: 0;
}
.back {
/*	background-image: url(../images/stariMaribor/stariMaribor-06.jpg);
	background-size: 100% 100%;	*/
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}
.back img {
	width: 100%;
	height: 100%;
}

.blur {
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -o-filter: blur(13px);
    -ms-filter: blur(13px);
    filter: blur(13px);
}

.fb-page {
	float: left;
	width: 100%;
/*	height: calc(100% - 100px);	*/
	height: auto;
	min-height: 520px;
	background-color: rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}
/**/
.fb-like {
	float: left;
	width: 100%;
	margin-top: 100px;
	margin-left: 50%;
	padding-bottom: 80px;
	transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-moz-transform: scale(2);	
}


/* BLINK -----------------------------------------------------------*/
form input[type="submit"].blink,
.blink {
    -webkit-animation: blink 700ms infinite alternate;
    -moz-animation: blink 700ms infinite alternate;
    -o-animation: blink 700ms infinite alternate;
    animation: blink 700ms infinite alternate;
}
@-webkit-keyframes blink {
/*	from { opacity:1; }
	to { opacity:0; }*/
	from { background-color: #eaeaea; }
	to { background-color: #f4ff00; }

}
@-o-keyframes blink {
	from { background-color: #eaeaea; }
	to { background-color: #f4ff00; }
}
@-moz-keyframes blink {
	from { background-color: #eaeaea; }
	to { background-color: #f4ff00; }
}
@keyframes blink {
	from { background-color: #eaeaea; }
	to { background-color: #f4ff00; }
};

/* CIRCLES -----------------------------------------------------------*/

.circles {
	width: 80%;
	margin: 0 auto;
	padding-top: 2%;
	padding-bottom: 2%;
}
.circles > a > div {
    overflow: hidden;
    float: left;
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
/*	border inside div	*/
	box-shadow: inset 0px 0px 0px 10px #eeeeee;
	-moz-box-shadow: inset 0px 0px 0px 10px #eeeeee;
	-webkit-box-shadow: inset 0px 0px 0px 10px #eeeeee;
	-o-box-shadow: inset 0px 0px 0px 10px #eeeeee;
	-ms-box-shadow: inset 0px 0px 0px 10px #eeeeee;

	background-color: rgba(255,255,255,1.00);
}
.circles > a > div { padding: 14.666%; margin: 2%; }
.circles > a > div:hover {
	background-color: rgba(215,215,215,0.15);
}

.circles > a > div > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.circles > a > div > div > div {
    display: table;
    width: 100%;
    height: 100%;
}
.circles > a > div > div > div > div {
	display: table-cell;
	padding: 10%;
	/*
	1vw = 1% of viewport width
	1vh = 1% of viewport height
	1vmin = 1vw or 1vh, whichever is smaller
	1vmax = 1vw or 1vh, whichever is larger
	*/
	font-size: 3.0vw; /* responsive font size */
	line-height: 3.0vw;
	text-align: center;
	vertical-align: middle;
}
.krug-poz {
	float: left;
	position:fixed;
	width: 100%;
	height: 100%;
	z-index:1000;
	top:0;
	bottom:0;
	left:0;
	right:0;
	pointer-events: none;
}
.krug {
	pointer-events: auto;
	position: absolute;
}

.krug > a > div {
	float: left;
    overflow: hidden;
	width: auto;
	max-width: 300px;
	min-width: 160px;
	height: auto;
	display: table-cell;
	padding: 20%;

	font-size: 3.0vw; /* responsive font size */
	line-height: 3.0vw;
	text-align: center;
	vertical-align: middle;
	color: #4d3200;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
/*	border inside div	*/
	box-shadow: inset 0px 0px 0px 10px #eeeeee;
	-moz-box-shadow: inset 0px 0px 0px 10px #eeeeee;
	-webkit-box-shadow: inset 0px 0px 0px 10px #eeeeee;
	-o-box-shadow: inset 0px 0px 0px 10px #eeeeee;
	-ms-box-shadow: inset 0px 0px 0px 10px #eeeeee;

	background-color: rgba(255,255,255,0.85);
}
.krug > a > div:hover {
	background-color: rgba(215,215,215,0.7);
}

/* GENERAL -----------------------------------------------------------*/

body {
	background: url(../images/main-pattern.png) repeat;
	position: relative;
	display: block;
	clear: both;
/*	overflow-x: hidden;	*/
}

body p {
	margin-bottom: 30px;
}

body a {
	text-decoration: none;
	color: #FE9600;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

body a:hover {
	color: #00823F;
	cursor: pointer;
}

.wrapper {
	margin: 0 auto;
	position: relative;
}

.clearfix { clear:both; }

/* MAIN ------------------------------------------------------------*/
/**/
.main-box { float: left; width: 100%; }

.content-box {
	float: left;
	margin: 0 5%;
	width: 90%;
/*	width: 1200px;
	position: relative;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,.1);	*/
}

.content-box.padd { padding-top:50px; padding-bottom:30px; }

.box-background {
	background-position: right center;
	background-image: url(../images/header2.png);
	background-size: 200% 100%;
	background-origin: content-box;
}

#reg-log { height: 40px; }
#reg-log .nav { margin-top: 0px; }
.reg-log { float: right; }
.reg-log li { background-color: #666; }
.reg-log li a { height: 29px; line-height:24px; }

#page-content {
	float: left;
	width: 912px;
	margin-left: 24px;
	margin-top: 24px;
	padding-bottom: 20px;	/**/
}
#page-content.facebook {
	width: 936px;
}
#page-content.about {
	width: 60%;
}

#page-content-full {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.page-content { overflow:hidden; width: auto !important; }

.home-block-heading {
/*	border-bottom: 1px solid #ccc;	*/
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 20px;
}

.h-heading {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 32px;
}

.h-margin {
	margin-bottom: 32px;
}

.block-divider {
	margin-bottom: 120px;
}

.submit-align { float: left; clear: both; }
.reset-align { float: right; }
.cancel-align { float: right; margin-left: 20px; clear: right; }

.to-top {
	position: fixed;
    bottom: 0;
	left: 0;
	right: 0;
	width: 68px;
	height: 67px;
	margin: 0 auto;
	background: url(../images/to-top-80.png) no-repeat;
	opacity: 0.6;
	cursor: pointer;
	z-index: 1000;
    display: none;
}

.to-top:hover { opacity: 0.4; }


/* MASTHEAD ------------------------------------------------------------*/

#masthead {
	position: relative;
	background-color: rgba(146,146,146,1.00);
	padding-left: 24px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
	box-shadow: 0px 0px 4px rgba(0,0,0,.5);
}

#masthead.les{
	background-color: rgba(107,86,0,0.60);/* žuto */
}

#masthead span {
	line-height: 69px;
	font-family: Corbert-It;
}

#masthead .head {
	font-family: Corbert-Bold-It;
	font-size: 21px;
	color: #ddd;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

#masthead .subhead {
	font-size: 18px;
	color: #C9E4C9;
	margin-left: 21px;
	padding-right: 20px;
}

#masthead .breadcrumbs {
	position: absolute;
	overflow: hidden;
	top: 24px;
	right: 24px;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	color: #cccccc;
}

#masthead .breadcrumbs a {
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

#masthead .breadcrumbs a:hover {
	color: #FFED00;
}

#masthead .breadcrumbs li {
	display: inline;
}

/* FONTS & HEADINGS ------------------------------------------------------------*/

body {
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 18px;
	font-family: Corbert, sans-serif;
	color: #777777;
	line-height: 1.8em;
}

/*	Typography presets ------------------	*/
.gigantic		{ font-size: 110px; line-height: 120px; letter-spacing: -2px; }
.huge			{ font-size: 68px; line-height: 72px; letter-spacing: -1px; }
.large			{ font-size: 42px; line-height: 48px; }
.bigger			{ font-size: 26px; line-height: 36px; }
.big			{ font-size: 22px; line-height: 30px; }
.small			{ font-size: 13px; line-height: 18px; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-family: Corbert-It, sans-serif;
	line-height: normal;
}
.project-heading h1,
aside h3 {
	line-height: 1.1em;
}
.project-heading h4 {
	margin-top:20px;
}

.headline {
	color: #dddddd;
	text-align: center;
	padding: 20px 5px 20px 5px;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	background-color: #707070;
	overflow: hidden;
}

.text-shadow {
/*	text-shadow: 1px 2px rgba(255, 255, 255, .85);	*/
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1); 
}

	h1 { font-size: 56px; }
	h2 { font-size: 42px; }
	h3 { font-size: 36px; }
	h4 { font-size: 28px; }
	h5 { font-size: 24px; }
	h6 { font-size: 20px; }

h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	text-shadow: 2px 2px rgba(255, 255, 255, .5);
}
.publi.heading { margin: 40px 0 -86px 50px; }
.publi.main-box { background-color: #E8D7EC; };

subheadline {
	font-family: Corbert-Bold-It;
}

#heading-box {
	background-repeat: repeat-x;
	background-position: center bottom -3px;
	background-image: url(../images/header.png);/*	height: 180px;	*/
	height: 120px;
	font-size: 20px;
	line-height: 114px;
	text-align: center;
	color: #FFFFFF;
	padding: 30px 15px;
}
.sponsors .vertical {
	padding: 10%;
}
.vertical {
	text-align: center;
	display:table-cell;
	vertical-align: middle;
}
.fullbutton .vertical {
	margin-left:24px;
	margin-right:24px;
}

.subheadline {
	display: block;
	/*	color: #FFFF00;	*/
	color: #000000;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* HEADER ------------------------------------------------------------*/

header {
	width: 100%;
	height: 120px;
	position: relative;

	background: rgba(255,255,255,0.80);
}

#logo {
	width: 200px;
	height: 120px;
	color: #FFFFFF;
	font-size: 36px;
}
#logo img {
	width: 100%;
}
#logo-butterfly {
	float: left;
	display: none;
	width: 180px;
	padding-top: 10px;
}
#logo-butterfly img {
	width: 100%;
}

#topnav {
	float: right;
	list-style: none;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	margin-right: 14px;
}
#topnav li {
	float: left;
	line-height: 30px;
	font-size: 8pt;
	text-align: center;
	padding-right: 0px;
	padding-left: 20px;
	position: relative;
}
#topnav a  {
	text-decoration: none;
	color: #777;
	white-space: nowrap;
	display: block;
}
#topnav a:hover {
	color: #09F;
}

.color-hover-black {
	height: 100%;
	background: rgba(0,0,0,0.10);/* crno */
}
.color-hover-white {
	height: 100%;
	background: rgba(255,255,255,0.70);/* belo */
}
.color-hover-blue {
	height: 100%;
	background: rgba(0,50,255,0.10);/* plavo */
}
.color-hover-red {
	height: 100%;
	background: rgba(255,0,0,0.30);/* crveno */
}
.color-hover-green {
	height: 100%;
	background-color: rgba(68,140,23,0.20);/* zeleno */
}
.color-hover-yellow {
	height: 100%;
	background-color: rgba(204,145,0,0.70);/* žuto */
}
.color-hover-brown {
	height: 100%;
	background-color: rgba(69,49,0,0.70);/* braon */
}


/* BALANCE -----------------------------------------------------------*/
#info {
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 24px;
}
#info-header { float: left; }
#infostanje,
#u-minusu {
	float: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 30px;
	margin-left: 10px;
}
#infostanje { color: #4899D5; } /* CYAN */
#u-minusu a {
	font-weight: bold;
	text-decoration: none;
	font-size: 30px;
}
a.minus { color: #FF0000; } /* CRVENA */
a.minus:hover { color: #0e223e; } /* TAAAAMNO PLAVA */


#email {
/*	float: left;
	margin-left: 10px;
	line-height: 50px;
*/	margin-bottom: 10px;
}


/* NAVIGATION ------------------------------------------------------------*/

nav {
	position: absolute;
	right: 5%;
	top: 20px;
	display: block;
	font: normal normal normal 14px/1.6em Corbert-Medium, sans-serif;
	font-size: 14px;
	line-height: 14px;
}

ul.nav {
	list-style:none;
/*	position:relative;	*/
	margin:0;
	padding:0;
	z-index:1000;
}
ul.nav li { 
	float:left;
	display:block;
	margin:1px;
	position:relative;
	background: rgba(0,0,0,.2);
	text-align: center;
}
ul.nav li:hover { background: rgba(0,0,0,.4); }
ul.nav li a {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 15px;
	height: 70px;
	color: #CCCCCC;
	text-align: left;
}
ul.nav li a:hover {
	color: rgba(255,255,255,1.00);
}
ul.nav li.nm-promo a,
ul.nav li.nm-promo a:hover {
	font-weight:bold;
	color: red;
	background: rgba(255,255,255,.5);
}

ul.nav li.highlight a { color: #FFFFFF; background: rgba(0,0,0,.3); }
ul.nav li.highlight a:hover { background: rgba(0,0,0,.4); }

ul.nav ul.childNav {
	position:absolute;
	top:82px;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
}

ul.nav ul.childNav li { float:none; }
ul.nav ul.childNav li a { height:auto; }

ul.nav li.highlight ul.childNav a { color: #F5FF57; background: rgba(0,0,0,.3); }
ul.nav li.highlight ul.childNav a:hover { color: #00FF4C; background: rgba(0,0,0,.4); }

ul.nav li.highlight ul.childNav li.highlight a { color: #000000; background-color: #C3FDF3; }
ul.nav li.highlight ul.childNav li.highlight a:hover { color: #FFBE00; background-color: #74FFE7; }

/**/
ul.pdf-files {
	width: auto !important;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 50px;
}
ul.pdf-files > li {
	float: none;
/*	width: 100%;
	display: block;	*/
	text-align: left;
	margin: 30px 0;
}
ul.pdf-files > li.first {
	margin-left: 0px;
}
ul.pdf-files > li.last {
	margin-right: 0px;
}


/* PHONE ------------------------------------------------*/

#phone {
	float: right;
	margin-right: 14px;
}
#phone a {
	background-image: url(../images/telephone1.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	right: 120px;
	width: 36px;
	height: 50px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#phone a:hover {
	background-image: url(../images/telephone2.png);
}
#phone img {
	position: absolute;
	right: 124px;
	width: 36px;
	margin-top: 0px;
}
.phone-txt {
	float: left;
	margin-top: 20px;
	margin-left: 4px;
	font-size: 14px;
	line-height: 16px;
}


/* MOBILE NAVIGATION ------------------------------------------------*/

#mobile-nav, #login { display: none; }
#mobile-nav-open { display: none; }

#login {
	padding-left: 24px;
	padding-right: 24px;
}

#mobile-nav-open {
	background-color: #FFFFFF;
	background-image: url(../images/3-bar-menu.png);
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	width: 42px;
	height: 42px;
	margin-top: 37px;
}
#mobile-nav-open:hover {
/*	opacity for every browser */
	-khtml-opacity: .50; 
	-moz-opacity: .50; 
	-ms-filter: ”alpha(opacity=50)”;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .50; 
}

.nav-mob {
	position: relative;
	background: rgba(0,0,0,0.85);
    padding-top: 30px;
    padding-bottom: 30px;
}

.mob-nav { display: none; }
.mob-nav {
	width: 90%;
	margin: 0 5%;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

.mob-nav a {
	display: block;
	padding: 14px;
	text-decoration: none;
	color: #f5f5f5;
	font-size: 16px;
	line-height:normal;
	cursor: pointer;
	
	-webkit-transition: all  0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mob-nav.nav2 a { color: #ffffff; }

.mob-nav li a,
.mob-nav li ul li a {
	border-bottom: 1px solid #555;
}
/*
.mob-nav li:last-child a {
	border: none;
}
*/
.mob-nav li a.first-child {
	border-top: 1px solid #555;
}
.mob-nav li a.last-child {
	border-bottom: 1px solid #555;
}

.mob-nav li > ul a {
	color: #888888;
	margin-left: 30px;
}

.mob-nav li > ul > li > ul a {
	color: #5F9ED3;
	margin-left: 60px;
}
/*
.mob-nav a:hover,
.mob-nav a:focus {
	background-color: #000000;
	color: #00D668;
}
*/
.mob-nav a:hover {
	background-color: #000000;
	color: #DFC24A;
}

.mob-nav a:hover {
	padding-left: 30px;
}

.mob-nav > .current-menu-item > a,
.mob-nav > .current_page_item > a {
	background: rgba(255,255,255,0.1);
	color: #DFC24A;	
	padding-left: 30px;
}
.mob-nav > .current-menu-item > a:hover,
.mob-nav > .current_page_item > a:hover {
	background: rgba(255,255,255,.2);
}


/* SLIDER PLUS----------------------------------------------------------*/

#sliderplus {
	background-repeat: repeat-x;
	background-position: center bottom -3px;
	background-image: url(../images/header.png);/*	height: 180px;	*/
	color: #eeeeee;
}
#sliderplus p {
	padding-top: 10px;
	padding-bottom: 20px;
}

.city {
	padding:20px 24px;
	text-align:center;
}
.city label {
	float:none;
	clear:none;
	color:#aaaaaa;
	margin-left:20px;
	margin-right:10px;
	line-height: 50px;
}
.city input {
	float:none;
	clear:none;
	margin-right:20px;
	margin-bottom:0;
	line-height: 1.0em;
}

/* COLUMNS LAYOUT----------------------------------------------------------*/

/*
.one-half,
.one-third {	
	float:left;
	position:relative;
}
*/
.one-third {	
	float:left;
	position:relative;
	width: 30.30%;
	margin-right: 4.54%;
}

.last {
	clear:right;
	margin-right:0 !important;
}

.sameheight { float: left; width: 100%; position: relative; }

.sameheight:before, .sameheight:after { content: ""; display: table; }
.sameheight:after { clear: both; }
.tekst { float:left; width:80%; margin:0 10%; text-align: center;}
/*.slika { padding: 80px 20%; }	*/

	#resitve2a table,
	#resitve3a table { border-top:1px solid #333; }
	#resitve2a table.first,
	#resitve3a table.first { border:none; }

.col-left { float: left; width: 50%; }
.col-left:before {
	width: 50%;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}

.col-right { float: right; width: 50%; }
.col-right:before {
	width: 50%;
	content: '';
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}



.fullbutton {
	cursor: pointer;
/*	float: left;
	height: 40px;
	color: #FFFFFF;
	background:rgba(0,0,0,.3);
	line-height: 40px;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;

	-webkit-transition: all  0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	*/
}
.fullbutton:hover, .sameheight:hover {
	background-color: rgba(0,0,0,0.05);
}
.publi.sameheight:hover { background:none; }

/*
.fullbutton.active {
	background-color: rgba(0,255,108,0.30);
}
.fullbutton.active:hover {
	background-color: rgba(0,153,64,0.30);
}
*/

.fullbutton.boss {
	background-color: #001E7F;
}
.fullbutton.boss:hover {
	background-color: #fe8300;
	cursor: pointer;
}

.fullbutton-container {
	float: left;
	display: block;
	position: relative;
	width: 100%;
/*	background: rgba(0,0,0,0.1);
	padding: 24px 0 14px 0;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;*/
}

.fullbutton-container.boss {
	padding: 0;
}

.cont-box {
	display: block;
	position: relative;
	margin: 0 24px;
	color: #333333;
}
.cont-box img {
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.cont-box h1,
.cont-box h2,
.cont-box h3,
.cont-box h4,
.cont-box h5,
.cont-box h6 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cont-box p {
	margin-bottom: 20px;
}

.img0 {
	position: absolute;
	right: 0px;
	width: 150px;
	z-index: 9999;
}
.img1 {
	width: 100%;
	margin-top: -20px;
	margin-bottom: 20px;
}
.img1a {
	width: 45%;
	margin-top: -20px;
}
.img2 {
	float: right;
	width: 40%;
	margin-top: 0px;
}
.img2a {
	float: right;
	width: 200px;
	margin-top: -20px;
}
	
 	
/* SOCIAL --------------------------------------------------------*/

#social-bar {
	margin-top: 100px;
/*	margin-top: 16px;	*/
}

#social-bar ul {
	overflow: hidden;
	margin: 0px;
}
#social-bar li {	
	float: left;
	margin: 0px 6px;
}
#social-bar .twitt img {
	width: 50px;
	height: 50px;
}
#social-bar li:hover img {
	opacity: 0.5;
}
#social-bar a { display: inline; }


/* FEATURED ------------------------------------------------------------*/

.featured { overflow: hidden; }

.featured figure {
	position: relative;
	float: left;
	width: calc(18% - 12px);
	margin: 1%;
/*	width: 392px;
	margin-left: 26px;
	margin-bottom: 30px;	*/
}

.featured figure.four {
	width: 287px;
}

.featured figure.half {
	width: 35%;
	margin-left: 12%;
	margin-right: 3%;
	float: left;
	position: relative;
}

.featured figure.half.right {
	float: right;
	margin-left: 3%;
	margin-right: 12%;
}

.featured figure .gallery,
.featured figure .thumb {
	display: block;
	background: url(../images/plus.png) no-repeat center center;
	margin-bottom: 21px;

	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2);
	box-shadow: 3px 3px 0px rgba(0,0,0,.2);
}

.featured figure .gallery {
	background: url(../images/black.png) no-repeat center center;
}

.featured figure .gallery:hover img,
.featured figure .thumb:hover img {
/*	opacity for every browser */
	-khtml-opacity: .50; 
	-moz-opacity: .50; 
	-ms-filter: ”alpha(opacity=50)”;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .50; 
}

.featured figure.img-hover img {
	display: block;
}

.featured figure.img-hover img:hover {
	border: 5px solid #ffffff;
	width: 110%;
	max-width: 110%;
}

.featured figure:hover .link {
	display: block;
}

.featured figure img {
	display: block;
	width: 100%;
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.featured figure img:hover {
	margin-left: -5%;
	margin-top: -5%;
	width: 110%;
	max-width: 110%;

	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.featured figure a.heading {
	text-decoration: none;
	display: block;
	margin-bottom: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 30px;
	line-height: 1em;
}

.featured figure a.heading:hover {
	color: #00D668;
}

.featured figure .link {
	display: none;
	position: absolute;
	padding-top: 4px;
	top: -8px;
	right: -8px;
	background: url(../images/external_link.png) no-repeat top left;
	width: 40px;
	height: 40px;
	opacity: 0.8;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.featured figure .link:hover {
	top: -20px;
	right: -20px;
}


/* PORTFOLIO ------------------------------------------------------------*/

.featured.portfolio-list {
	margin-top: 70px;
}

.project-heading {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.project-heading.left {
	text-align: left;
}


.project-heading.heading {
	margin-right: 20px;
	line-height: 1em;
}

.project-heading .launch {
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-heading .launch:hover {
	color: #00D668;
}

.project-description {
	float: left;
	width: 584px;
	margin-bottom: 20px;
	margin-left: 256px; /* 20% od 1280 (kao slider) */
}


.project-info {
	float: right;
	width: 160px;
	margin-left: 24px;
	margin-right: 256px;
	margin-bottom: 20px;
	text-align: right;
}

.project-description b,
.project-info b {
	color: #444;
}


.project-pager {
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}

.project-pager a {
	text-decoration: none;
	color: #444;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-pager a:hover {
	text-decoration: none;
	color: #00D668;
}

.project-pager .prev-project {
	float: left;
}

.project-pager .next-project {
	float: right;
}

/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects {
	display: block;
	background-color: #eaeaea;
	padding: 30px;
}

.related-projects.event {
	margin-top: 60px;
}
.related-heading {
	margin: 0px 0px 24px 24px;
}

.related-projects figure {
	display: block;
	float: left;
	line-height: 20px;
}

.related-projects .related-list {
	display: block;
}

.related-projects .thumb {
	display: block;
	background: url(../images/plus.png) no-repeat center center;
	margin-bottom: 21px;
	
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
}

.related-projects .thumb:hover img {
	opacity: 0.5;
}

.related-projects figure img {
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related-projects a.heading {
	text-decoration: none;
	text-align: center;
	display: block;
	margin-bottom: 14px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related-projects a.heading {
	line-height: 1em;
	font-size: 26px;
}

.related-projects a.heading:hover {
	color: #00D668;
}


/* SIDEBAR ------------------------------------------------------------*/

#sidebar {
	width: 420px;
	float: right;
}
.sidebar-content {
	margin-left: 50px;
	margin-bottom: 50px;
	padding: 30px;
	background-color: #eaeaea;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	line-height: normal;
}
.sidebar-content.promo {
	padding: 0px;
	margin-top: 8px;
}
.sidebar-content.left {
	margin-left: 0;
	margin-right: 50px;
}

#sidebar.facebook {
	width: 272px;
	margin-bottom: 40px;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#sidebar.reference {
	background-color: #DCDCDC;
	width: 324px;
}

#sidebar a {
	color: #444;
	text-decoration: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#sidebar a:hover { color: #F0E3AE; }

#sidebar ul {
	margin-top: 20px;
}
#sidebar ul.menu { margin-bottom: 20px; }
#sidebar ul.menu li { font-size: 16px; padding: 7px 10px; line-height: normal; border-bottom: 1px solid #ccc; }
#sidebar ul.menu li.last { border-bottom: none; }
#sidebar ul.menu li:hover { background: rgb(160,255,250); color: #000; }
#sidebar ul.menu li:hover a { color: #000; }

#sidebar h4 {
	margin: 10px 0 10px 0;
}


/* RETRACTIL SIDEBAR ------------------------------------------------------------*/
	/* aside */

aside.retractil{
	position: absolute;
	top: 72px;
	background-color: #eaeaea;
	width: 276px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
	box-shadow: 0px 0px 2px rgba(0,0,0,.5);
}

aside.retractil #sidebar-opener{
	cursor: pointer;
	margin: 15px 24px;
	color: #444;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-opener:hover{
	color: #00D668;
}

aside.retractil #sidebar-closer{
	display: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-closer:hover{
	opacity: 0.5;
}

aside.retractil #sidebar-content{
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 50px;
	display: none;	
}


aside.retractil #sidebar-content a{
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-content a:hover{
	color: #444;
}

/* TEXT POSTS ------------------------------------------------------------*/

.text-posts {
	overflow: hidden;
	padding-bottom: 20px;
}

.text-posts li {
	display: block;
	float: left;
	margin-left: 24px;
	margin-bottom: 21px;
	width: 290px;
}

.text-posts .heading {
	display: block;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	margin-bottom: 4px;
}

.text-posts .heading:hover {
	color: #00D668; 
}


/* HOME-GALLERY ------------------------------------------------------------*/

.home-gallery {
	display: block;
	padding-bottom: 30px;
	overflow: hidden;
	padding-top: 30px;
}

.home-gallery li {
	display: block;
	float: left;
	margin-left: 24px;
	margin-bottom: 20px;
	width: 290px;
}
.home-gallery.workers li {
	text-align: center;
	line-height: normal;
	width: 185px;
	padding-bottom: 4px;
}

.home-gallery.workers li:hover {
	background: rgba(115,220,49,0.20);/* zeleno */
}

.home-gallery li a.heading {
	display: block;
	margin-top: 14px;
	margin-bottom: 14px;
	text-align: center;
}

.home-gallery li a.heading h4 {
	line-height: 1em;
}

.home-gallery .gallery,
.home-gallery .thumb { 
	line-height: 0em;
	display: block;
	background: url(../images/plus.png) no-repeat center center;

	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	box-shadow: 3px 3px 0px rgba(0,0,0,.2);
}

.home-gallery .gallery { 
	background: url(../images/black.png) no-repeat center center;
}

.home-gallery img {
	width: 100%;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-gallery.workers li:hover img,
.home-gallery .gallery:hover img,
.home-gallery .thumb:hover img {
	opacity: 0.5;
}

/* BLOG ------------------------------------------------------------*/

#posts-list {
	width: 100%;
}

#post-content {
	width: 100%;
	float: left;
	margin-top: 24px;
	margin-bottom: 24px;
}

#post-content .content-area {
	padding-bottom: 50px; 
}

#posts-list article {
	border-top: 1px solid #ccc;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}

#post-content .feature-image {
	width: 100%;
	background: url(../images/plus.png) no-repeat center center;
	line-height: 0em;
	margin-bottom: 20px;
}
#posts-list .feature-image {
	width: 528px;
	line-height: 0em;
	text-align: center;
}
#posts-list .feature-image.events {
	width: 500px;
	text-align: left;
}

#posts-list .feature-image img,
#post-content .feature-image img {
	max-width: 100%;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .feature-image a img:hover,
#post-content .feature-image:hover img {
	opacity: 0.5;
}

#posts-list .post-heading,
#post-content .post-heading {
	float: left;
	width: 100%;
	max-width: 100%;
	display: block;
	text-decoration: none;
	margin-top: 18px;
	margin-bottom: 20px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .post-heading:hover {
	color: #00D668;
}

#posts-list .meta,
#post-content .meta {
	font-family: Corbert-It;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: normal;
}

#posts-list .meta {
	padding-top: 20px;
	margin-bottom: 20px;
	line-height: normal;
}

#posts-list .meta .entry-date {
	font-family: Corbert-It, sans-serif;
	font-size: 16px;
	line-height:1.8em;
	margin-right: 20px;
}

#posts-list .meta .categories {
	font-size: 16px;
	color: #000000;
}

#posts-list .meta a,
#post-content .meta a {
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .meta a:hover,
#post-content .meta a:hover {
	color: #00D668;
}

#posts-list .excerpt {
	margin-top: 20px;
	margin-bottom: 20px;
}

.goto-sidebar,
.read-more, .vech, .manj {
	background-color: #eaeaea;
	padding: 10px 20px;
	line-height: 1.6em;
	text-decoration: none;
	text-align:center;
	color: #333;
	border: 1px solid #333;
	white-space:nowrap;
	
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 5px rgba(0,0,0,.5); 
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.read-more.right {
	float:right;
	margin-top:14px;
}
.read-more.left {
	float:left;
	margin-bottom:24px;
}
.goto-sidebar {
	float:right;
	margin-top:-1px;
	margin-bottom:20px;
}
.goto-sidebar:hover,
.read-more:hover, .vech:hover, .manj:hover {
	color: #fff;
	background-color: #FE9600;
}
.read-more.active{
	background-color: #83B166;
}

.read-more.active:hover{
	background-color: #FE9600;
}
.vech, .manj {
	padding-left: 40px;
	background-position: 14px center;
	background-size: 16px auto;
	background-repeat: no-repeat;
}

.vech { background-image: url(../images/icons/arrowbottom32.png); }
.manj {
	background-color: #1B9100;
	background-image: url(../images/icons/arrowtop32.png);
	color: #FFFFFF;
	display: none;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	overflow: hidden;
	display: block;
	font-size: 11px;
	margin: 0px 24px 0px 24px;
	padding-bottom: 50px;
}

.pager li{
	display: block;
	margin-right: 5px;
	float: left;
}

.pager li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #484848;
	width: 20px;
	border: 1px solid #ccc;
	line-height: 20px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pager li.active a,
.pager li:hover a{
	color: #fff;
	background-color: #00D668;
}

.pager .paged {
	float:right;
	font-style:italic;
}


/* ABOUT ------------------------------------------------------------*/

#map {
	display: block;
	height: 300px;
	width: 100%;
}
#map_el, #map_met {
	display: block;
	height: 400px;
	width: 100%;
}

.address-block {
	margin-top: 20px;
}
.address-block li {
	padding-left: 30px;
	margin-bottom: 10px;
}
.address-block li {
	font-size: 14px;
	background-position: left top;
	background-size: 16px auto;
	background-repeat: no-repeat;
}

footer .address-block li {
	margin-bottom: 0px;
	background-position: left 3px;
	line-height: 22px;
}

.address-block li.user { background-image: url(../images/icons/user32.png); }
.address-block li.bag { background-image: url(../images/icons/bag32.png); }
.address-block li.address { background-image: url(../images/icons/address32.png); margin-bottom: 16px;}
.address-block li.phone { background-image: url(../images/icons/phone32.png); color:#00BBFF; }
.address-block li.mobile { background-image: url(../images/icons/mobile32.png); }
.address-block li.email { background-image: url(../images/icons/email32.png); }
.address-block li.hour { background-image: url(../images/icons/clock32.png); }
.address-block li.light { background-image: url(../images/icons/lightbulb32.png); }


/* FOOTER ------------------------------------------------------------*/

footer {
	float: left;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.85);
	color: #9F9F9F;/*	*/
}

footer a {
	color: #DDDDDD;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer a:hover {
	color: #00D668;
}

#footer-cols {
	position: relative;
	display: block;
	padding-top: 40px 0 0 0;
	margin: 0;
	overflow: hidden;
}
#footer-cols p {
	line-height: normal;
}
#footer-cols>li {
	float: left;
	display: block;
	margin-top: 50px;
}

#footer-cols>li h3 {
	margin-bottom: 30px;
}

#footer-cols>li.first-col { width: 31.33%; padding-right: 2%; }
#footer-cols>li.second-col { width: 29.33%; padding-left: 2%; padding-right: 2%; }
#footer-cols>li.third-col { width: 31.33%; padding-left: 2%; float: right; }
/*
#footer-cols>li.first-col ul li {
	margin-bottom: 20px;
}
*/
.rrr { white-space: nowrap; }



/* WIDGETS ------------------------------------------------------------*/

.recent-post{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
}

.recent-post .thumb{
	display: block;
	float: left;
	line-height: 0em;
	background-color: #fff;
	padding: 3px;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
	box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
}

.recent-post .post-head{
	float: left;
	width: 324px;
	margin-left: 7px;
	font-size: 13px;
	line-height: 1.5em;
}

.recent-post .post-head span{
	display: block;
	font-size: 11px;
	color: #888888;
}


/* BUTTONS ------------------------------------------------------------*/

.workers {
	width: 100%;
	text-align: center;
}

#login-btn, #logout-btn, #reg-btn {
	display: none;
	float: right;
	padding: 5px 0 0 10px;
	margin-right: 24px;
	line-height: 40px;
}

.promo-img1 {
	margin-left: 20px;
	width: 400px;
}
.promo-img2 {
	width: 300px;
}
.promo-btn {
	padding: 25px;
}
