/**
 * WP theme Vrtec Slovenska Bistrica
 * https://cpi.si
 * Copyright 2015 Bosko. All rights reserved.
 * https://bosko.si
 */

/* MAIN TAGS */

html, body, div, ul, h1, h2, h3, h4, h5, p, ul, ol {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto Slab', serif;
	background: #F0F0F0;
	font-size: 16px;
	color: #3F4043;
	line-height: 1.5;
	min-width: 320px;
}
h1, h1 a,
h2, h2 a,
h3, h3 a {
	font-family: 'Bree Serif', serif;
	font-weight: normal;
	color: #398790;
	line-height: 1.3;
}
h3, h3 a {
	color: #3F3F43;
}
h4, h4 a, 
h5, h5 a {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #3F3F43;
	line-height: 1.0;
}
h1 {
	font-size: 40px;
	text-align: left;
	margin-bottom: 50px;
}
h1.with-icon {
	line-height: 74px;
	display: inline-block;
}
h1 .icon {
	float: left;
	margin-right: 20px;
}
h2 {
	font-size: 30px;
	margin-bottom: 40px;
}
h2.with-icon {
	line-height: 84px;
	margin-bottom: 40px;
}
h2 .icon {
	float: left;
	margin-right: 20px;
}
h3 {
	font-size: 22px;
	margin-bottom: 24px;
}
h3.with-icon {
	line-height: 52px;
}
h3.no-text {
	height: 20px;
}
h3.with-icon.no-text {
	height: 52px;
}
h3 .icon {
	float: left;
	margin-right: 20px;
}
h4 {
	font-size: 19px;
	margin-bottom: 20px;
}
h5 {
	font-size: 17px;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
	word-wrap: break-word !important;
}
p:last-child {
	margin: 0;
}
p.with-image::after {
	content:'';
    display:table;
    clear: both;
}
a {
	text-decoration: none;
	color: #398790;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
	outline: none;
	cursor: pointer;
}
a:hover {
	color: #29b5b3;
}

/* LAYOUT */
#page {
	position: relative;
	z-index: 0;
	min-width: 320px;
	padding-top: 80px;
}
.section {
	position: relative;
	clear: both;
	padding: 60px 0; 
}
.section.compact-top {
	padding-top: 0; 
}
.section.compact-half-top {
	padding-top: 40px; 
}
.section.compact-bottom {
	padding-bottom: 0; 
}
.section.compact-half-bottom {
	padding-bottom: 40px; 
}
.wrapper-outer {
	max-width: 1180px;
	margin: auto;
}
.wrapper-inner {
	margin: 0 30px;
	position: relative;
}
.section h2,
.section h3,
.section h4,
.section h5 {
	margin-top: 50px;
}
.section h2.main,
.section h3.main,
.section h4.main {
	margin-bottom: 40px;
}
.section h2:nth-of-type(1),
.section h3:nth-of-type(1),
.section h4:nth-of-type(1),
.section h5:nth-of-type(1) {
	margin-top: 0;
}
.section h2.compact,
.section h2.compact:nth-of-type(1),
.section h3.compact,
.section h3.compact:nth-of-type(1),
.section h4.compact,
.section h4.compact:nth-of-type(1),
.section h5.compact,
.section h5.compact:nth-of-type(1) {
	margin-top: 40px;
}
.section h2:first-child,
.section h3:first-child,
.section h4:first-child,
.section h5:first-child {
	margin-top: 0;
}
.section h2 + h3,
.section h3 + h4 {
	margin-top: 20px;
	margin-bottom: 40px;
}


/* HEADER */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #FFF;
	height: 80px;
	text-align: center;
	z-index: 999;
	min-width: 320px;
	-webkit-box-shadow: 0px -5px 15px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px -5px 15px 5px rgba(0,0,0,0.20);
	-ms-box-shadow: 0px -5px 15px 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0px -5px 15px 5px rgba(0,0,0,0.20);
	box-shadow: 0px -5px 15px 5px rgba(0,0,0,0.20);
}
#logo {
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 90px;
	background: #FFF;
	top: -70px;
	left: -55px;
}
#logo-vrtec {
	position: absolute;
	height: 80px;
	width: 70px;
	display: block;
	top: 70px;
	left: 55px;
	background: url(../img/logo-vrtec-slobistrica.png?v=1.8.1) center no-repeat;
	background-size: cover;
}
#logo-ekovrtec {
	position: absolute;
	height: 80px;
	width: 70px;
	top: 70px;
	left: 55px;
	background: url(../img/logo-ekovrtec-slobistrica.png?v=1.8.1) center no-repeat;
	display: none;
	background-size: cover;
}
#logo-kakovost {
	position: absolute;
	top: 15px;
	right: 0;
	width: 44px;
	height: 50px;
	background: url(../img/logo-kakovost.png?v=1.8.1) center no-repeat;
	background-size: cover;
	opacity: 0.5;
}
#mainmenu {
	margin: auto;
	display: inline-block;
	padding-left: 35px;
}
#mainmenu ul {
	display: block;
	list-style: none;
	font-size: 0;
}
#mainmenu li {
	display: inline-block;
	position: relative;
}
#mainmenu a {
	font-size: 14.5px;
	color: #525354;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: block;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	font-weight: bold;
	padding: 0 20px;
}
#mainmenu .submenu {
	position: absolute;
	padding: 0 20px;
	line-height: 40px;
	margin-left: -20px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	overflow: hidden;
	height: 0;
	min-width: 100%;
	white-space: nowrap;
}
#mainmenu li:hover .submenu {
	height: auto;
	padding: 20px;
}
#mainmenu .submenu li {
	display: block;
	text-align: left;
}
#mainmenu .submenu a {
	text-transform: none;
	color: #FFF;
	display: block;
	height: 36px;
	line-height: 36px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#mainmenu .bullet-up {
	width: 24px;
	height: 12px;
	border-radius: 0 0 12px 12px;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -12px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#mainmenu li:hover .bullet-up,
#mainmenu a.current .bullet-up {
	top: -2px;
}
#mainmenu .bullet-down {
	width: 24px;
	height: 12px;
	border-radius: 12px 12px 0 0;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -12px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#mainmenu li:hover .bullet-down {
	bottom: -2px;
}
#mobilemenu {
	position: absolute;
	left: 100px;
	right: -10px;
	top: 0;
	height: 60px;
	display: none;
	text-align: left;
}
#mobilemenu .title {
	height: 60px;
	line-height:  60px;
	color: #525354;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	display: inline-block;
}
#mobilemenu .lang {
	height: 60px;
	line-height:  60px;
	color: #525354;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	float: right;
	margin-right: 60px;
}
#mobilemenu .lang .bullet-up {
	top: -10px;
}
#mobilemenu .lang:hover .bullet-up {
	top: -1px;
}
#menuicon {
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
}
#menuicon apan {
	margin-top: 5px;
}
#menuicon .close {
	display: none;
}
#mobilemenu.opened #menuicon .menu {
	display: none;
}
#mobilemenu.opened #menuicon .close {
	display: block;
}
#mobilemenu ul {
	display: block;
	list-style: none;
	position: absolute;
	top: 60px;
	right: -15px;
	background: #FFF;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 0;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	white-space: nowrap;
	min-width: 250px;
}
#mobilemenu.opened ul {
	max-height: 320px;
	max-height: calc(100vh - 60px);
}
#mobilemenu li {
	display: block;
}
#mobilemenu li ul {
	display: block;
	position: relative;
	top: auto;
	right: auto;
}
#mobilemenu ul a {
	font-size: 15px;
	color: #525354;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: block;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-weight: bold;
	padding: 0 25px;
}
#mobilemenu ul .bullet-left {
	width: 10px;
	height: 20px;
	border-radius: 0 10px 10px 0;
	position: absolute;
	top: 13px;
	left: 0;
}
#mobilemenu ul .expand {
	float: right;
	width: 46px;
	height: 46px;
	margin-left: 5px;
	position: relative;
}
#mobilemenu ul .bullet-up {
	width: 20px;
	height: 10px;
	border-radius: 0 0 10px 10px;
	position: absolute;
	top: 18px;
	right: 0;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#mobilemenu ul .expanded .bullet-up {
	border-radius: 10px 10px 0 0;
}
#mobilemenu .submenu {
	position: relative;
	line-height: 40px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	overflow: hidden;
	height: 0;
	max-height: none;
	padding: 0;
}
#mobilemenu li.hover .submenu {
	height: auto;
	padding: 15px 0;
}
#mobilemenu .submenu a {
	text-transform: none;
	color: #FFF;
	display: block;
	height: 36px;
	line-height: 36px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#header .quick-contact {
	position: absolute;
	right: 40px;
	top: 5px;
}
#header .quick-contact a {
	float: left;
	width: 32px;
	height: 50px;
	margin-left: 10px;
}
#header .quick-contact a .icon {
	float: left;
	margin-top: 12px;
}
#header .quick-contact a .icon.email {
	margin-top: 14px; 
}
#page-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	background: #FFF;
	background: rgba(255,255,255,0.5);
	font-family: 'Bree Serif', serif;
	font-size: 19px;
	line-height: 48px;
	height: 50px;
	z-index: 99;
}
#page-title .wrapper-inner {
	margin-left: 150px;
}
#page-title .title {
	float: left;
}
#page-title .quick-contact {
	float: right;
}
#page-title a {
	float: left;
	font-size: 17px;
	margin-left: 30px;
}
#page-title .short {
	display: none;
}
@media (max-width: 420px) {
	#page-title .quick-contact {
		display: none;
	}
}
@media (max-width: 700px) {
	#header .quick-contact {
		top: 0;
		right: 40px;
	}
}
@media (min-width: 801px) {
	#mobilemenu {
		right: -15px;
	}
}
@media (max-width: 900px) {
	#page-title .quick-contact {
		display: none;
	}
}
@media (min-width: 901px) {
	#header .quick-contact {
		display: none;
	}
}
@media (max-width: 1079px) {
	#header {
		text-align: right;
	}
	#mainmenu {
		margin-right: -13px;
	}
	#mainmenu > ul > li:last-child .submenu {
		right: 0;
		margin: 0 -13px 0 0;
	}
	#page-title .long {
		display: none;
	}
	#page-title .short {
		display: block;
	}
	#page-title .logo-kakovost {
		display: block;
	}
	#page-title .quick-contact {
		margin-right: 50px;
	}
}
@media (max-width: 1179px) {
	#mainmenu a {
		padding: 0 13px;	
	}
	#mainmenu > ul > li:last-child .text {
		display: none;
	}
	#mainmenu .submenu {
		margin-left: -13px;
		padding: 0 13px;
	}
	#mainmenu li:hover .submenu {
		padding: 15px 13px;
	}
}
@media (min-width: 1180px) {
	#mainmenu > ul > li:last-child .dots {
		display: none;
	}
}
@media (min-width: 1180px) and (max-width: 1279px) {
	#mainmenu a {
		padding: 0 15px;	
	}
	#mainmenu .submenu {
		margin-left: -15px;
		padding: 0 15px;
	}
	#mainmenu li:hover .submenu {
		padding: 15px;
	}
}

@media (max-width: 1399px) {
	#mainmenu > ul > li:first-child {
		display: none;
	}
}

/* BANNER */
#banners {
	display: block;
	width: 100%;
	padding-top: 28%;
	font-size: 0;
	position: relative;
}
.banner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}
.banner.current {
	display: block;
}
.banner-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
}
#banner-bullets {
	position: absolute;
	bottom: 30px;
	z-index: 30;
}
#banner-bullets .bullet {
	border: solid 2px #FFF;
	background: none;
}
#banner-bullets .bullet:hover,
#banner-bullets .bullet.selected {
	background: #FFF;
}
#banner-image {
	display: block;
	width: 100%;
	padding-top: 28%;
	font-size: 0;
	position: relative;
	background-position: center center;
	background-size: cover;
}

@media (max-width: 700px) {
	.banner-content {
		padding: 20px 0 56px;
		text-align: center;
	}
	#banner-bullets {
		bottom: 20px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
@media (min-width: 701px) {
	.banner-content {
		padding: 25px 0;
	}
	.banners-5 .banner-content .wrapper-inner {
		padding-right: 160px;
	}
	.banners-4 .banner-content .wrapper-inner {
		padding-right: 130px;
	}
	.banners-3 .banner-content .wrapper-inner {
		padding-right: 100px;
	}
	.banners-2 .banner-content .wrapper-inner {
		padding-right: 70px;
	}
	#banner-bullets {
		bottom: 28px;
	}
}
@media (min-width: 701px) and (max-width: 800px) {
	#banner-bullets {
		right: 25px;
	}
}
@media (min-width: 801px) and (max-width: 1180px) {
	#banner-bullets {
		right: 30px;
	}
}
@media (max-width: 900px) {
	.banner-content {
		font-size: 15px;
	}
}
@media (min-width: 901px) {
	.banner-content {
		font-size: 16px;
	}
}
@media (min-width: 1181px) {
	#banner-bullets {
		right: 50%;
		margin-right: -560px;
	}
}

/* TITLE */
#title {
	padding-top: 50px;
	text-align: center
}
#title span.space {
	display: block;
	height: 1px;
}
#title h1,
#title span.space {
	padding: 40px 0 45px;
	margin: 0;
}
#title h1.with-icon {
	padding: 30px 0 35px;
	display: inline-block;
}

/* FEATURED */
.featured4 {
	display: none;
}

/* SPEECH */

#speech {
	font-size: 17px;
}
#speech .wrapper-inner {
	margin: 0 100px;
}
#speech .avatar {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: solid 3px #FFF;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 3px;
}
#speech p {
	margin: 0 0 10px 146px;
}
#speech .signature {
	display: block;
	font-weight: 300;
	margin-left: 146px;
}

/* NEWS */
.notification {
	margin-bottom: 30px;
	font-size: 16px;
}
.notification:last-of-type {
	margin-bottom: 0;
}
.notification .date {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	float: left;
	margin: 3px 20px 0 0;
	color: #FFF !important;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
}
.notification .date-long {
	font-size: 16px;
	margin-bottom: 7px;
	display: none;
}
.notification .title {
	display: block;
	margin-left: 70px;
}
.notification .content {
	margin-left: 70px;
}
.section .notification h3 {
	margin: 7px 0 10px;
	line-height: 1.4;
}
.section .notification h3.show-hide {
	cursor: pointer;
}
.notification h4 {
	margin: 7px 0 10px;
	line-height: 1.4;
}
.notification h5 {
	margin: 7px 0;
	line-height: 1.4;
}
.notification .text {
	display: none;
}
#notifications .arhive-link {
	margin: 30px 0 0 0;
}
#quick-links ul {
	display: block;
	list-style: none;
	position: relative;
	margin: 0;
}
#quick-links li {
	margin-bottom: 10px;
	box-sizing: border-box;
}

@media (min-width: 480px) {
	#quick-links li {
		float: left;
	}
}
@media (min-width: 480px) and (max-width: 599px) {
	#quick-links li {
		margin-right: 30px;
	}
}
@media (min-width: 600px) {
	#quick-links li {
		margin-right: 40px;
	}
}
@media (min-width: 1024px) {
	#quick-links li:nth-child(5) {
		clear: left;
	}
}

/* STATS */
.stats {
	text-align: center;
}
.stats .circle {
	width: 126px;
	height: 126px;
	border-radius: 65px;
	border-width: 4px;
	border-style: solid;
	display: inline-block;
	margin: 0 40px;
	color: #3F4043;
	box-sizing: content-box;
}
.stats.with-background .circle {
	color: #FFF;
}
.stats.outer-text .circle {
	margin: 0 80px;
	width: 106px;
	height: 106px;
	border-radius: 55px;
}
.stats .circle:first-child,
.stats.outer-text .circle:first-child {
	margin-left: 0;
}
.stats .circle:last-child,
.stats.outer-text .circle:last-child {
	margin-right: 0;
}
.stats .number {
	font-family: 'Bree Serif', serif;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	display: block;
	margin-top: 34px;
}
.stats.outer-text .number {
	font-size: 40px;
	height: 106px;
	line-height: 102px;
	margin-top: 0px;
}
.stats.with-background .number.turquoise,
.stats.with-background .number.blue,
.stats.with-background .number.green,
.stats.with-background .number.yellow,
.stats.with-background .number.orange,
.stats.with-background .number.red {
	color: #FFF !important;
}
.stats .info {
	font-size: 13px;
	height: 13px;
	line-height: 13px;
	font-weight: bold;
	display: block;
	margin-top: 6px;
	text-transform: uppercase;
}
.stats.outer-text .info {
	margin-top: 20px;
	position: relative;
	margin: 0 -40px;
	padding-top: 20px;
	line-height: 1.4;
}
.stats .info.short {
	display: none;
}

/* UNITS */

.unit {
	margin-top: 25px;
}
.unit .link {
	text-transform: uppercase;
}
.unit .icon {
	float: left;
	margin: 5px 20px 0 0;
}
.unit address {
	display: block;
	font-size: 15px;
	margin-top: 5px;
	margin-left: 72px;
	font-style: normal;
}
.unit address .comma {
	display: none;
}
#units-other {
	margin-top: 55px;
}
.contacts address {
	display: block;
	font-style: normal;
	margin-bottom: 20px;
}
.contacts .email {
	display: inline-block;
	margin-bottom: 20px;
}

.contacts .phones {
	display: block;
	list-style: none;
	margin-bottom: 20px;
}
.contacts .phones li {
	display: block;
	margin-bottom: 5px;
}
.contacts .phones li:last-child {
	margin: 0;
}

@media (max-width: 380px), (min-width: 551px) and (max-width: 1200px) {
	.unit .link .name {
		display: none;
	}
}

/* MAP */
#map {
	position: relative;
	width: 100%;
	padding-top: 25%;
}
#canvas {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}

/* QUOTE */

.quote,
.statement {
	text-align: center;
	font-size: 17px;
}
.quote .wrapper-inner,
.statement .wrapper-inner {
	margin: 0 100px;
}
.quote .author,
.statement .author {
	font-weight: 300;
	display: inline-block;
	margin-left: 20px;
}

/* SLIDER */
#slider {
	position: relative;
	overflow: hidden;
}
#slider .slides {
	position: relative;
	float: left;
}
#slider .slide {
	float: left;
}
#slider img {
	display: block;
	width: 100%;
}
#slider .bullets {
	margin-top: 30px;
}

/* GALLERY */

#gallery-categories {
	display: block;
	text-align: center;
	list-style: none;
	margin-bottom: 20px;
}
#gallery-categories li {
	display: inline-block;
	margin: 0 25px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: #525252;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
#gallery-categories li:hover {
	color: #28B4B2;
}
#gallery-categories li.selected {
	cursor: default;
	color: #28B4B2;
}
#gallery-categories .bullet-down {
	width: 24px;
	height: 12px;
	border-radius: 12px 12px 0 0;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -12px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#gallery-categories li.selected .bullet-down,
#gallery-categories li:hover .bullet-down {
	bottom: -2px;
}
.gallery-category {
	position: relative;
	overflow: hidden;
	display: none;
	margin: auto;
}
#galleries {
	position: relative;
	overflow: hidden;
}
#galleries .galleries {
	position: relative;
	float: left;
}
#galleries .gallery {
	float: left;
	width: 100%;
}
.gallery-category.current {
	display: block;
}
.galleries {
	list-style: none;
	float: left;
	position: relative;
	width: 100%;
}
.galleries li {
	width: 16.6666% ;
	padding-top: 10%;
	float: left;
	position: relative;
	cursor: pointer;
	list-style: none;
	overflow: hidden;
}
.galleries a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.galleries a.hidden {
	bottom: auto;
	right: auto;
}
.galleries .thumb {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.galleries a:hover .thumb {
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
}
.galleries .icon {
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.galleries .icon.move-up {
	margin-top: -30px;
}
.galleries .icon.play {
	opacity: 0.75;
}
.galleries a:hover .icon,
.galleries a:hover .icon.play {
	opacity: 1.0;
   -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
   transform: scale(1.1);
}
.galleries .mosaic {
	float: left;
	width: 50%;
	height: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.galleries li .title-bar {
	position: absolute;
	z-index: 20;
	height: 0;
	overflow: hidden;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	padding: 0 25px;
}
.galleries li:hover .title-bar {
	height: auto;
	padding: 15px 25px;
}
.galleries .title {
	color: #FFF;
	font-size: 15px;
	text-align: center;
	display: block;
}
#gallery-bullets {
	margin-top: 30px;
}

#contact-info {
	font-size: 15px;
	line-height: 1.6;
}
#contact-info .icon {
	float: left;
	margin-right: 3px;
}
#contact-info .info {
	margin-left: 55px;
	display: block;
}
#contact-info .column {
	margin-right: 50px;
}
#contact-info .column:last-child {
	margin-right: 0;
}
#contact-info .comma,
#contact-info .short {
	display: none;
}
#contact-info br.after-title {
	display: none;
}
@media (max-width: 900px) {
	#contact-info {
		padding: 20px 0;
	}
}
@media (min-width: 901px) {
	#contact-info {
		padding: 25px 0;
	}
}

/* FOOTER */
#footer a,
#legal a {
	color: #78797B;
}
#footer a:hover,
#legal a:hover {
	color: #398790;
}
#footer-menu {
	display: block;
	list-style: none;
	position: relative;
}
#footer-menu > li {
	box-sizing: border-box;
	font-family: 'Bree Serif', serif;
	font-size: 17px;
}
#footer-menu ul {
	list-style: none;
	margin: 7px 0 0;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
}
#footer-menu ul li {
	margin: 0 0 5px;
}
#footer-menu ul li:last-child {
	margin: 0;
}

/*#footer-logos .wrapper-outer {
   max-width: none;
}*/

#supporter-logos {
   list-style: none;
   width: 100%;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   -o-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-flex-direction: row;
   -moz-flex-direction: row;
   -ms-flex-direction: row;
   -o-flex-direction: row;
   flex-direction: row;
   position: relative;
   z-index: 1;
   -webkit-column-gap: 30px;
   -moz-column-gap: 30px;
   -ms-column-gap: 30px;
   -o-column-gap: 30px;
   column-gap: 30px;
}
#supporter-logos.with-border {
   border-bottom: solid 1px #AAA;
}
#extra-logos {
   list-style: none;
   font-size: 0;
}
#extra-logos li {
   display: inline-block;
}
#extra-logos li:last-child {
   margin-right: 0;
}
.footer-logos .logo {
   display: block;
   position: relative;
}
.footer-logos .logo {
   margin: 10px 0;
}
.footer-logos .logo.high {
   margin: 5px 0;
}
.footer-logos .logo.low {
   margin: 15px 0;
}
.footer-logos a .on-hover {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 5;
   opacity: 0;
   -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.footer-logos a:hover .on-hover {
   opacity: 1;
}
#supporter-logos + #extra-logos {
   margin-top: 15px;
}
#supporter-logos + #footer-logos-text {
   margin-top: 15px;
}
#footer-logos-text p {
   max-width: 768px;
}

@media (max-width: 639px) {
   #extra-logos + #footer-logos-text {
      margin-top: 5px;
   }
   #supporter-logos.with-border {
      padding-bottom: 10px;
   }
}
@media (min-width: 640px) {
   #extra-logos {
      float: left;
   }
}
@media (min-width: 640px) and (max-width: 900px) {
   #extra-logos {
      margin-right: 30px;
   }
   #extra-logos + #footer-logos-text {
      margin-top: 20px;
   }
   #supporter-logos.with-border {
      padding-bottom: 15px;
   }
}
@media (max-width: 700px) {
	#footer-logos {
		padding: 10px 0;
	}
   #footer-logos-text {
      margin-bottom: 5px;
   }
}
@media (min-width: 701px) and (max-width: 900px) {
	#footer-logos {
		padding: 15px 0;
	}
   #footer-logos-text {
      margin-bottom: 10px;
   }
}
@media (max-width: 900px) {
   #supporter-logos li,
   #extra-logos li {
      height: 50px;
   }
   .footer-logos .logo,
   .footer-logos .logo img {
      height: 30px;
   }
   .footer-logos.logo.high,
   .footer-logos .logo.high img {
      height: 40px;
   }
   .footer-logos .logo.low,
   .footer-logos .logo.low img {
      height: 20px;
   }
   #extra-logos li {
      margin: 0 20px 0 0;
   }
}
@media (min-width: 901px) {
	#footer-logos {
		padding: 20px 0;
	}
   #footer-logos-text {
      margin-bottom: 15px;
   }

   #supporter-logos li,
   #extra-logos li {
      height: 60px;
   }
   .footer-logos .logo,
   .footer-logos .logo img {
      height: 40px;
   }
   .footer-logos.logo.high,
   .footer-logos .logo.high img {
      height: 50px;
   }
   .footer-logos .logo.low,
   .footer-logos .logo.low img {
      height: 30px;
   }
   #extra-logos {
      margin-right: 50px;
   }
   #extra-logos li {
      margin: 0 30px 0 0;
   }
   #extra-logos + #footer-logos-text {
      margin-top: 25px;
   }
   #supporter-logos.with-border {
      padding-bottom: 20px;
   }
}
@media (max-width: 1179px) {
   #supporter-logos {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
   }
}
@media (min-width: 1180px) {
   #supporter-logos {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
   }
}

#legal {
	font-size: 13px;
	font-weight: normal;
}

@media (max-width: 400px) {
	#copyright .long {
		display: none;
	}
}
@media (min-width: 401px) {
	#copyright .short {
		display: none;
	}
}
@media (max-width: 500px) {
	#copyright {
		margin-top: 15px;
	}	
}
@media (min-width: 501px) {
	#copyright {
		float: left;
	}
	#privacy {
		float: right;
	}
}
@media (max-width: 700px) {
	#footer {
		padding: 25px 0;
	}
	#footer-menu > li {
		margin-bottom: 15px;
	}
	#footer-menu > li:last-child {
		margin-bottom: 0;
	}
	#footer-menu > li li {
		display: inline;
	}
}
@media (min-width: 701px) {
	#footer-menu {
		margin: 0 -15px;
	}
	#footer-menu > li {
		float: left;
		padding: 0 15px;
	}
	#footer-menu > li li .separator {
		display: none;
	}
}
@media (min-width: 701px) and (max-width: 900px) {
	#footer {
		padding: 30px 0;
	}
	#footer-menu > li {
		width: 33.333%;
		margin-bottom: 30px;
	}
	#footer-menu > li:nth-child(3n+1) {
		clear: left;
	}
	#footer-menu > li:nth-child(1n+7) {
		margin-bottom: 0;
	}
}
@media (max-width: 900px) {
	#legal {
		padding: 20px 0;
	}
}
@media (min-width: 901px) {
	#footer {
		padding: 40px 0;
	}
	#footer-menu > li {
		margin-bottom: 30px;
	}
	#legal {
		padding: 25px 0;
	}
}
@media (min-width: 901px) and (max-width: 1100px) {
	#footer-menu > li {
		width: 26.5%;
	}
	#footer-menu > li:nth-child(4),
	#footer-menu > li:nth-child(8) {
		width: 20.5%;
	}
	#footer-menu > li:nth-child(4n+1) {
		clear: left;
	}
	#footer-menu > li:last-child {
		width: 100%;
		margin-bottom: 0;
	}
	#footer-menu > li:last-child li {
		float: left;
		margin-right: 30px;
	}
}
@media (max-width: 1100px) {
   #footer-logos .column {
      width: 100%;
   }
   #footer-logos .column #footer-logos-text {
      margin-bottom: 10px;
   }
}
@media (min-width: 1101px) {
	#footer-menu > li {
		width: 22%;
	}
	#footer-menu > li:nth-child(4),
	#footer-menu > li:nth-child(5) {
		width: 17%;
	}
	#footer-menu > li:nth-child(5n+1) {
		clear: left;
	}
	#footer-menu > li:nth-child(1n+6) {
		margin-bottom: 0;
	}
}


/* COOKIE */

#cookie-law {  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999; 
  font-size: 14px;
  text-align: right;
  background: #F0F0F0;
  min-width: 320px;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.20);
  -ms-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.20);
  -o-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.20);
  box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.20);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: none;
  opacity: 0;
}
#cookie-law.visible {
	opacity: 1; 
}
#cookie-message {
	display: block;
	text-align: left;
	position: relative;
	margin: 15px 0;
}
#cookie-link {
	display: inline-block;
}

@media (max-width: 600px) {
	#cookie-law p {
		margin: 0 0 10px 0;
	}
}
@media (min-width: 601px) {
	#cookie-law p {
		margin: 0 150px 0 0;
		min-height: 34px;
	}
	#cookie-consent {
		position: absolute;
		top: 3px;
		right: 0;
	}
}
@media (min-width: 1081px) {
	#cookie-law p {
		padding-top: 8px;
	}
}

/* CONTENT */

#content-languages {
	display: block;
	text-align: left;
	list-style: none;
	position: relative;
	margin: -15px 0 30px;
	float: right;
}
#content-languages li {
	display: inline-block;
	margin: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: #3F4043;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	padding: 15px 0 0;
}
#content-languages li:first-child {
	margin-right: 30px;
}
#content-languages li::before {
	display: none;
}
#content-languages li:hover {
	color: #28B4B2;
}
#content-languages li.selected {
	cursor: default;
	color: #3F4043;
}
#content-languages a {
	color: #3F4043;
}
#content-languages .bullet-up {
	width: 24px;
	height: 12px;
	border-radius: 0 0 12px 12px;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -12px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#content-languages li.selected .bullet-up,
#content-languages li:hover .bullet-up {
	top: -2px;
}
.content-language {
	position: relative;
	overflow: hidden;
	display: none;
	margin: auto;
}

.content ul {
	display: block;
	margin: 0 0 20px 0;
	list-style: none;
	position: relative;
}
.content ul:last-child {
	margin: 0;
}
.content ul li { 
    padding: 0 0 10px 20px;
	position: relative;
}
.content ul.compact li {
    padding: 0;
}
.content ul li::before {
    content: "• ";
    color: #3f4043;
	font-size: 26px;
	position: absolute;
	left: -2px;
	top: -8px;
}
.content ul.compact li::before {
    content: "";
	display: none;
}
.content ol {
	display: block;
	margin: 0 0 20px 0;
	list-style: none;
	position: relative;
}
.content ol li { 
    padding: 0 0 10px 20px;
	position: relative;
	counter-increment: item;
}
.content ol li::before {
	content: counter(item) ". ";
	color: #3f4043;
	position: absolute;
	left: -2px;
	font-weight: bold;
}
.section.content .wp-caption {
	margin-bottom: 20px;
	position: relative;
	max-width: 100%;
}
/*.section.content .wp-caption:last-of-type {
	margin-bottom: 0;
}*/
.section.content .wp-caption.alignleft {
	float: left;
	padding-right: 30px;
	width: 33.3333%;
	max-width: 33.3333%;
}
.section.content .wp-caption.alignright {
	float: right;
	padding-left: 30px;
	width: 33.3333%;
	max-width: 33.3333%;
}
.section.content .wp-caption-text {
	font-size: 15px;
	opacity: 0.66;
	margin: 5px 0 0;
}
.section.content img {
	display: block;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}
.section.content img.alignleft {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
	width: 33.3333%;
	max-width: 33.3333%;
}
.section.content img.alignright {
	float: right;
	padding-left: 30px;
	padding-bottom: 10px;
	width: 33.3333%;
	max-width: 33.3333%;
}

.section.content .image-link {
	position: relative;
	overflow: hidden;
	display: block;
}
.section.content .image-link span.thumb {
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.section.content .image-link:hover span.thumb {
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
}
.section.content .image-link .icon {
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.section.content .image-link:hover .icon {
	opacity: 1.0;
}

.section::after {
    content:'';
    display:table;
    clear: both;
}
.section.content hr {
	display: block;
	width: 100%;
	height: 1px;
	border: none;
	clear: both;
	margin: 0 0 30px;
}
.section.content hr + h2,
.section.content hr + div + h2,
.section.content hr + h3,
.section.content hr + div + h3,
.section.content hr + h4,
.section.content hr + div + h4,
.section.content hr + h5,
.section.content hr + div + h5 {
	margin-top: 0;
}

.box {
	margin-bottom: 20px;
}
.box::after {
	content:'';
    display:table;
    clear: both;
}
.border-box {
	border: solid 2px #38868F;
	border-radius: 10px;
	padding: 25px 30px;
	margin-bottom: 25px;
}
.columns.compact-bottom .column.half:last-child .border-box {
	margin-bottom: 0;  
}
@media (min-width: 701px) {
	.columns.compact-bottom .column.half:nth-child(2n+1):nth-last-child(-n+2) .border-box {
		margin-bottom: 0;  
	}
}

.border-box h3,
.border-box h4,
.border-box h5,
.border-box p {
	margin-bottom: 15px;
}
.border-box p:last-child {
	margin: 0;
}
.border-box a {
	color: #3f4043;
}
.column-box {
	-webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.column-box.two {
	-webkit-column-count: 2;
    -moz-column-count: 2;
	column-count: 2;
}
.column-box.tree {
	-webkit-column-count: 3;
    -moz-column-count: 3;
	column-count: 3;
}
.column-box.two {
	-webkit-column-count: 2;
    -moz-column-count: 2;
	column-count: 2;
}
.column-box h3,
.column-box h4,
.column-box h5 {
	-webkit-column-span: all;
    column-span: all;
}
.column-box p {
	margin: 0;
}
.prev-nex-links {
	text-align: center;
	position: relative;
}
.prev-nex-links .prev {
	position: absolute;
	left: 0;
}
.prev-nex-links .next {
	position: absolute;
	right: 0;
}
ul.document-links {
	display: block;
	list-style: none;
	margin-bottom: 0;
}
ul.document-links li {
	margin-bottom: 15px;
	padding: 0;
	font-size: 15px;
}
ul.document-links.compact li {
	margin-bottom: 5px;
}
ul.document-links li::before {
	display: none;
	content: "";
}
ul.document-links li:last-child {
	margin-bottom: 0;
}
ul.document-links .link,
ul.document-links .link-button {
	margin-right: 25px;
}
ul.document-links .file-info {
	font-weight: normal;
}

.infos .info {
	margin-bottom: 10px;
}
.infos .info:last-child {
	margin: 0;
}
.infos .info h3 {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	padding-right: 20px;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
	cursor: pointer;
	position: relative;
}
.infos .info h3::after {
	content: "";
	width: 8px;
	height: 30px;
	background: url(../img/link-bullets@2x.png?v=1.8.1) right 0px no-repeat;
	background-size: 8px 210px;
	position: absolute;
	bottom: -1px;
	right: 0;
}
.infos .info h3.hover-ige::after {
	background-position: right -180px;
}
.infos .info h3:hover {
	padding-right: 24px;
	color: #398790;
}
.infos .info h3 a:hover {
	color: #398790;
}
.infos .info .text {
	padding-bottom: 40px;
	display: none;
}
.infos .info .text::after {
	content:'';
    display:table;
    clear: both;
}
.infos .info:last-child .text {
	padding-bottom: 0;
}
.infos .excerpt {
	position: relative;
	margin: -10px 0 25px 0;
}

.infos .wp-caption {
	margin-bottom: 20px;
	position: relative;
	max-width: 100%;
}
.infos .text .wp-caption.alignleft {
	float: left;
	padding-right: 30px;
	max-width: 33.3333%;
}
.infos .text .wp-caption.alignright {
	float: right;
	padding-left: 30px;
	max-width: 33.3333%;
}
.infos .text .wp-caption-text {
	font-size: 15px;
	opacity: 0.66;
	margin: 5px 0 0;
}
.infos .text img {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
}
.infos .text img.alignleft {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
	max-width: 33.3333%;
}
.infos .text img.alignright {
	float: right;
	padding-left: 30px;
	padding-bottom: 10px;
	max-width: 33.3333%;
}

.infos .text .image-link {
	position: relative;
	overflow: hidden;
	display: block;
}
.infos .text .image-link span.thumb {
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.infos .text .image-link:hover span.thumb {
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
}
.infos .text .image-link .icon {
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.infos .text .image-link:hover .icon {
	opacity: 1.0;
}


#ige-logos {
	list-style: none;
}
#ige-logos li {
	float: left;
	margin-right: 40px;
}
#ige-logos li:last-child {
	margin: 0;
}
#ige-logos a {
	display: block;
	height: 50px;
	background: url(../img/ige-logos@2x.png) no-repeat;
	background-size: 399px 50px;
}
#ige-logos a.izs {
	width: 128px;
	background-position: 0 0;
}
#ige-logos a.izs-en {
	width: 117px;
	background-position: -130px 0;
}
#ige-logos a.vrtec-sb {
	width: 63px;
	background-position: -250px 0;
}
#ige-logos a.trans4m {
	width: 84px;
	background-position: -315px 0;
}

/* COLUMNS */

.columns {
	position: relative;
	margin: 0 -20px;
}
.columns.compact {
	position: relative;
	margin: 0 -15px;
}
.columns::after {
    content:'';
    display:table;
    clear: both;
}
.column {
	float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}
.columns.compact .column {
	padding: 0 15px;
}
.content-columns h3,
.content-columns h4,
.content-columns h5 {
	line-height: 1.0;
}
.content-columns p {
	margin-bottom: 0;
}
.content-columns .link {
	margin-top: 20px;
	clear: both;
}
.border-box.office p {
	margin-bottom: 10px;
}
.border-box.office address {
	font-style: normal;
	margin-bottom: 10px;
}
.border-box.office h4 {
	margin-bottom: 10px;
	line-height: 1.4;
}
.border-box.office h5 {
	margin: 35px 0 10px;
}
.border-box.office .name {
	display: inline-block;
	margin: 20px 0 0;
}
.border-box.office .name.first {
	margin-top: 10px;
}
.border-box.office .tasks {
	display: inline-block;
	margin-bottom: 5px;
}

/* FORMS */
.form {
	display: block;
	position: relative;
}
.input-field {
	display: block;
	margin-bottom: 20px;
}
.input-field:last-child {
	margin: 0;
}
input[type="text"],
input[type="email"],
input[type="search"],
.textbox {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border-radius: 4px;
	border: solid 1px #C1C1C1;
	line-height: 20px;
	padding: 10px 15px;
	font-family: "Roboto Slab",serif;
	font-size: 15px;
	color: #3F4043;
	-webkit-appearance: none;
	background: #FFF;
}
textarea,
.textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border-radius: 4px;
	border: solid 1px #C1C1C1;
	line-height: 20px;
	padding: 10px 15px;
	height: 227px;
	font-family: "Roboto Slab",serif;
	font-size: 15px;
	color: #3F4043;
	resize: none;
	-webkit-appearance: none;
	background: #FFF;
}
input[type="text"].error,
input[type="email"].error,
input[type="search"].error,
.textbox.error,
textarea.error,
.textarea.error {
	border-color: #E8485B;
}
input.textbox.focus-turquoise:focus,
input.textbox.error.focus-turquoise:focus,
textarea.focus-turquoise:focus,
textarea.error.focus-turquoise:focus,
.checkbox.focus-turquoise:hover label::before {
	border: solid 1px #398790 !important;
}
input.textbox.focus-blue:focus,
input.textbox.error.focus-blue:focus,
textarea.focus-blue:focus,
textarea.error.focus-blue:focus,
.checkbox.focus-blue:hover label::before {
	border: solid 1px #29B5B3 !important;
}
input.textbox.focus-green:focus,
input.textbox.error.focus-green:focus,
textarea.focus-green:focus,
textarea.error.focus-green:focus,
.checkbox.focus-green:hover label::before {
	border: solid 1px #70C582 !important;
}
input.textbox.focus-yellow:focus,
input.textbox.error.focus-yellow:focus,
textarea.focus-yellow:focus,
textarea.error.focus-yellow:focus,
.checkbox.focus-yellow:hover label::before {
	border: solid 1px #EDC647 !important;
}
input.textbox.focus-orange:focus,
input.textbox.error.focus-orange:focus,
textarea.focus-orange:focus,
textarea.error.focus-orange:focus,
.checkbox.focus-orange:hover label::before {
	border: solid 1px #F2AF59 !important;
}
input.textbox.focus-red:focus,
input.textbox.error.focus-red:focus,
textarea.focus-red:focus,
textarea.error.focus-red:focus,
.checkbox.focus-red:hover label::before {
	border: solid 1px #E8485B !important;
}

.checkbox {
	display: block;
	position: relative;
	padding: 10px 0;
}
input[type="checkbox"] {
	float: left;
	visibility: hidden;
	width: auto;
	position: absolute;
}
.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 15px;
	float: none;
	width: auto;
	text-align: left;
	margin: 0;
}
.checkbox label::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: solid 1px #C1C1C1;
	background: #FFF;
	cursor: pointer;
	left: 0;
	top: 1px;
	box-sizing: border-box;
}
.checkbox label::before {
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	border: solid 1px #C1C1C1;
	background: #FFF;
	cursor: pointer;
	left: 0;
	top: -2px;
	box-sizing: border-box;
}
.checkbox.error label::before {
	border-color: #E8485B;
}
input[type="checkbox"]:checked + label::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 14px;
	border-right: solid 2px #3F4043;
	border-bottom: solid 2px #3F4043;
	top: 2px;
	left: 9px;
	box-sizing: border-box;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	transform: rotate(45deg); 
}

::-webkit-input-placeholder {
    color: #3F4043;
    opacity: 0.5 !important; 
}
:-moz-placeholder { 
    color: #3F4043;
	opacity: 0.5 !important; 
}
::-moz-placeholder {  
    color: #3F4043;
	opacity: 0.5 !important; 
}
:-ms-input-placeholder {  
   color: #3F4043;
   opacity: 0.5 !important; 
}
.form-message {
	line-height: 40px;
	display: inline-block;
	margin-left: 30px;
}
.form-message.error {
	color: #E8485B;
}
.form-message.success {
	color: #398790;
}


/* BULLETS */
.bullets {
	display: block;
	list-style: none;
	text-align: center;
}
.bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	border: solid #398790 2px;
	background: none;
	margin: 0 7px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.bullet:first-child {
	margin-left: 0;	
}
.bullet:last-child {
	margin-right: 0;	
}
.bullet:hover {
	background: #398790;
}
.bullet.selected {
	background: #398790;
	cursor: default;
}

/* LINKS */

a.link {
	display: inline-block;
	min-height: 30px;
	line-height: 30px;
	padding-right: 20px;
	background: url(../img/link-bullets@2x.png?v=1.8.1) right 0px no-repeat;
	background-size: 8px 210px;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
	 border-right: 4px solid transparent;
}
a.link.reverse {
	padding-right: 0;
	padding-left: 20px;
	background-image: url(../img/link-bullets-reverse@2x.png?v=1.8.1);
	background-position: left 0px;
	border-left: 4px solid transparent;
	border-right: none;
}
a.link:hover {
	padding-right: 24px;
	border-right: 0 solid transparent;
}
a.link.reverse:hover {
	padding-right: 0;
	padding-left: 24px;
	border-left: 0px solid transparent;
}
a.link.turquoise {
	background-position: right 0px;
}
a.link.reverse.turquoise {
	background-position: left 0px;
}
a.link.blue {
	background-position: right -30px;
}
a.link.reverse.blue {
	background-position: left -30px;
}
a.link.green {
	background-position: right -60px;
}
a.link.reverse.green {
	background-position: left -60px;
}
a.link.yellow {
	background-position: right -90px;
}
a.link.reverse.yellow {
	background-position: left -90px;
}
a.link.orange {
	background-position: right -120px;
}
a.link.reverse.orange {
	background-position: left -120px;
}
a.link.red {
	background-position: right -150px;
}
a.link.reverse.red {
	background-position: left -150px;
}
a.link.ige {
	background-position: right -180px;
}
a.link.with-icon,
a.link.with-icon:hover {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: none;
	padding: 0;
	font-size: 16px;
}
a.link.with-icon .icon {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	margin-top: 5px;
	background: url(../img/link-buttons@2x.png?v=1.8.1) 0 0 no-repeat;
	background-size: 120px 40px;
}
a.link.with-icon.turquoise .icon.arrow-down {
	background-position: 0 0;
}
a.link.with-icon.turquoise .icon.arrow-right {
	background-position: 0 -20px;
}
a.link.with-icon.blue .icon.arrow-down {
	background-position: -20px 0;
}
a.link.with-icon.turquoise .icon.arrow-right {
	background-position: -20px -20px;
}
a.link.with-icon.green .icon.arrow-down {
	background-position: -40px 0;
}
a.link.with-icon.green .icon.arrow-right {
	background-position: -40px -20px;
}
a.link.with-icon.yellow .icon.arrow-down {
	background-position: -60px 0;
}
a.link.with-icon.yellow .icon.arrow-right {
	background-position: -60px -20px;
}
a.link.with-icon.orange .icon.arrow-down {
	background-position: -80px 0;
}
a.link.with-icon.orange .icon.arrow-right {
	background-position: -80px -20px;
}
a.link.with-icon.red .icon.arrow-down {
	background-position: -100px 0;
}
a.link.with-icon.red .icon.arrow-right {
	background-position: -100px -20px;
}

.link-button {
	display: inline-block;
	line-height: 20px;
	border-radius: 8px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.link-button.with-icon {
	padding-right: 15px;
}
.link-button.small {
	display: inline-block;
	line-height: 1.0;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 14px;
}
	
a.link-button.turquoise,
a.link-button.blue,
a.link-button.green,
a.link-button.yellow,
a.link-button.orange,
a.link-button.red,
a.link-button.ige {
	color: #FFF !important;
}
a.link-button .bullet-right {
	position: absolute;
	width: 8px;
	height: 16px;
	top: 50%;
	right: 0;
	margin-top: -8px;
	background: url(../img/link-bullets@2x.png?v=1.8.1) right 0px no-repeat;
	background-size: 8px 180px;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
a.link-button .bullet-right.turquoise {
	background-position: right -7px;
}
a.link-button .bullet-right.blue {
	background-position: right -37px;
}
a.link-button .bullet-right.green {
	background-position: right -67px;
}
a.link-button .bullet-right.yellow {
	background-position: right -97px;
}
a.link-button .bullet-right.orange {
	background-position: right -127px;
}
a.link-button .bullet-right.red {
	background-position: right -157px;
}
a.link-button:hover .bullet-right {
	right: -8px;
}
a.link-button .icon {
	width: 20px;
	height: 20px;
	float: right;
	margin-left: 12px;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
a.link-button .icon.arrow-down {
	background: url(../img/arrow-down-icon@2x.png?v=1.8.1) 0 0 no-repeat;
	background-size: 20px 20px;
}
a.link-button:hover .icon.arrow-down {
	animation: play-arrow-down 1s steps(10) infinite;
}
@keyframes play-arrow-down {
   0% { background-position: 0 0; }
   49.999% { background-position: 0 20px; }
   50% { background-position: 0 -20px; }
   100% { background-position: 0 0; }
}
a.link-button .icon.arrow-right {
	background: url(../img/arrow-right-icon@2x.png?v=1.8.1) 0 0 no-repeat;
	background-size: 20px 20px;
}
a.link-button:hover .icon.arrow-right {
	animation: play-arrow-right 1s steps(10) infinite;
}
@keyframes play-arrow-right {
   0% { background-position: 0 0; }
   49.999% { background-position: 20px 0; }
   50% { background-position: -20px 0; }
   100% { background-position: 0 0; }
}

/* ICONS */

.icon {
	width: 52px;
	height: 52px;
	display: inline-block;
	background: url(../img/icons-turquoise@2x.png?v=1.8.1) top left no-repeat;
	background-size: 156px 416px;
}
.icon.turquoise {
	background-image: url(../img/icons-turquoise@2x.png?v=1.8.1);
}
.icon.blue {
	background-image: url(../img/icons-blue@2x.png?v=1.8.1);
}
.icon.green {
	background-image: url(../img/icons-green@2x.png?v=1.8.1);
}
.icon.yellow {
	background-image: url(../img/icons-yellow@2x.png?v=1.8.1);
}
.icon.orange {
	background-image: url(../img/icons-orange@2x.png?v=1.8.1);
}
.icon.red {
	background-image: url(../img/icons-red@2x.png?v=1.8.1);
}
.icon.white {
	background-image: url(../img/icons-white@2x.png?v=1.8.1);
}
.icon.large {
	width: 74px;
	height: 74px;
	background-size: 222px 592px;
}

.icon.none,
.icon.turquoise.none,
.icon.blue.none,
.icon.green.none,
.icon.yellow.none,
.icon.orange.none,
.icon.red.none,
.icon.red.white  {
	width: 0;
	margin-right: 0;
	background: none;
}
.icon.dice {
	background-position: 0px 0px;
}
.icon.starball {
	background-position: 0px -52px;
}
.icon.large.ball {
	background-position: 0px -74px;
}
.icon.apple {
	background-position: 0px -104px;
}
.icon.large.apple {
	background-position: 0px -148px;
}
.icon.kids {
	background-position: 0px -156px;
}
.icon.large.kids {
	background-position: 0px -222px;
}
.icon.sun {
	background-position: -52px 0px;
}
.icon.large.sun {
	background-position: -74px 0px;
}
.icon.ciciban {
	background-position: -52px -52px;
}
.icon.large.ciciban {
	background-position: -74px -74px;
}
.icon.bee {
	background-position: -52px -104px;
}
.icon.large.bee {
	background-position: -74px -148px;
}
.icon.hand {
	background-position: -52px -156px;
}
.icon.large.hand {
	background-position: -74px -222px;
}
.icon.moon {
	background-position: -52px -208px;
}
.icon.large.moon {
	background-position: -74px -296px;
}
.icon.train {
	background-position: -52px -260px;
}
.icon.large.train {
	background-position: -74px -370px;
}
.icon.baby {
	background-position: 0 -260px;
}
.icon.large.baby {
	background-position: 0 -370px;
}
.icon.clover {
	background-position: -52px -312px;
}
.icon.large.clover {
	background-position: -74px -444px;
}
.icon.flower {
	background-position: -104px 0px;
}
.icon.large.flower {
	background-position: -148px 0;
}
.icon.spruce {
	background-position: -104px -52px;
}
.icon.large.spruce {
	background-position: -148px -74px;
}
.icon.pasque {
	background-position: -104px -104px;
}
.icon.large.pasque {
	background-position: -148px -148px;
}
.icon.ball {
	background-position: -104px -156px;
}
.icon.large.ball {
	background-position: -148px -222px;
}
.icon.mill {
	background-position: -104px -208px;
}
.icon.large.mill {
	background-position: -148px -296px;
}
.icon.church {
	background-position: -104px -260px;
}
.icon.large.church {
	background-position: -148px -370px;
}
.icon.mole {
	background-position: -104px -312px;
}
.icon.large.mole {
	background-position: -148px -444px;
}
.icon.foot {
	background-position: -52px -364px;
}
.icon.large.foot {
	background-position: -74px -518px;
}
.icon.ladybug {
	background-position: -104px -364px;
}
.icon.large.ladybug {
	background-position: -148px -518px;
}
.icon.castle {
	background-position: 0 -208px;
}
.icon.large.castle {
	background-position: 0 -296px;
}
.icon.small {
	width: 32px;
	height: 32px;
}
.icon.marker {
	background-position: 0 -312px;
   height: 32px;
}
.icon.phone {
	background-position: 0 -352px;
   height: 31px;
}
.icon.email {
	background-position: 0 -391px;
   height: 25px;
}
.icon.menu.turquoise,
.icon.menu.blue,
.icon.menu.green,
.icon.menu.yellow,
.icon.menu.orange,
.icon.menu.red,
.icon.close.turquoise,
.icon.close.blue,
.icon.close.green,
.icon.close.yellow,
.icon.close.orange,
.icon.close.red,
.icon.search.turquoise,
.icon.search.blue,
.icon.search.green,
.icon.search.yellow,
.icon.search.orange,
.icon.search.red {
	background-image: url(../img/menu-icons@2x.png?v=1.8.1);
	background-size: 150px 300px;
	width: 50px;
	height: 50px;
}
.icon.menu {
	background-position: 0 0;
}
.icon.menu.blue {
	background-position: 0 -50px;
}
.icon.menu.green {
	background-position: 0 -100px;
}
.icon.menu.yellow {
	background-position: 0 -150px;
}
.icon.menu.orange {
	background-position: 0 -200px;
}
.icon.menu.red {
	background-position: 0 -250px;
}
.icon.close {
	background-position: -50px 0;
}
.icon.close.blue {
	background-position: -50px -50px;
}
.icon.close.green {
	background-position: -50px -100px;
}
.icon.close.yellow {
	background-position: -50px -150px;
}
.icon.close.orange {
	background-position: -50px -200px;
}
.icon.close.red {
	background-position: -50px -250px;
}
.icon.search {
	background-position: -100px 0;
}
.icon.search.blue {
	background-position: -100px -50px;
}
.icon.search.green {
	background-position: -100px -100px;
}
.icon.search.yellow {
	background-position: -100px -150px;
}
.icon.search.orange {
	background-position: -100px -200px;
}
.icon.search.red {
	background-position: -100px -200px;
}
.icon.zoom {
	width: 50px;
	height: 50px;
	background: url(../img/fancybox@2x.png) 0 0 no-repeat;
	background-size: 203px 50px;
}
.icon.play {
	width: 50px;
	height: 50px;
	background: url(../img/fancybox@2x.png) -153px 0 no-repeat;
	background-size: 203px 50px;
}
.icon.fancy-close {
	width: 26px;
	height: 26px;
	background: url(../img/fancybox@2x.png) -41px 0 no-repeat;
	background-size: 162px 40px;
}

/* COLORS */

.black {
	color: #3F4043 !important;
}
.gray {
	color: #78797B !important;
}
.white {
	color: #FFF !important;
}
.turquoise {
	color: #398790 !important;
}
.blue {
	color: #29B5B3 !important;
}
.green {
	color: #70C582 !important;
}
.yellow {
	color: #EDC647 !important;
}
.orange {
	color: #F2AF59 !important;
}
.red {
	color: #E8485B !important;
}
.ige,
.hover-ige:hover,
.hover-ige:hover a {
	color: #2A9F35 !important;
}
.hover-turquoise:hover,
.hover .hover-turquoise {
	color: #398790 !important;
}
.hover-blue:hover,
.hover .hover-blue {
	color: #29B5B3 !important;
}
.hover-green:hover,
.hover .hover-green {
	color: #70C582 !important;
}
.hover-yellow:hover,
.hover .hover-yellow {
	color: #EDC647 !important;
}
.hover-orange:hover,
.hover .hover-orange {
	color: #F2AF59 !important;
}
.hover-red:hover,
.hover .hover-red {
	color: #E8485B !important;
}
.background-turquoise {
	background: #398790 !important;
}
.background-turquoise-faded {
	background: #398790 !important;
	background: rgba(57,135,144,0.85) !important;
}
.background-blue {
	background: #29B5B3 !important;
}
.background-blue-faded {
	background: #29B5B3 !important;
	background: rgba(41,181,179,0.85) !important;
}
.background-green {
	background: #70C582 !important;
}
.background-green-faded {
	background: #70C582 !important;
	background: rgba(112,197,130,0.85) !important;
}
.background-yellow {
	background: #EDC647 !important;
}
.background-yellow-faded {
	background: #EDC647 !important;
	background: rgba(237,198,71,0.85) !important;
}
.background-orange {
	background: #F2AF59 !important;
}
.background-orange-faded {
	background: #F2AF59 !important;
	background: rgba(242,175,89,0.85) !important;
}
.background-red {
	background: #E8485B !important;
}
.background-red-faded {
	background: #E8485B !important;
	background: rgba(232,72,91,0.85) !important;
}
.background-silver {
	background: #E0E0E0 !important;
}
.background-white {
	background: #FFF !important;
}
.background-ige {
	background: #54B15E !important;
}
.border-turquoise {
	border-color: #398790 !important;
}
.border-blue {
	border-color: #29B5B3 !important;
}
.border-green {
	border-color: #70C582 !important;
}
.border-yellow {
	border-color: #EDC647 !important;
}
.border-orange {
	border-color: #F2AF59 !important;
}
.border-red {
	border-color: #E8485B !important;
}
.title-turquoise h3,
.title-turquoise h4,
.title-turquoise h5 {
	color: #398790 !important;
}
.title-blue h3,
.title-blue h4,
.title-blue h5 {
	color: #29B5B3 !important;
}
.title-green h3,
.title-green h4,
.title-green h5 {
	color: #70C582 !important;
}
.title-yellow h3,
.title-yellow h4,
.title-yellow h5 {
	color: #EDC647 !important;
}
.title-orange h3,
.title-orange h4,
.title-orange h5 {
	color: #F2AF59 !important;
}
.title-red h3,
.title-red h4,
.title-red h5 {
	color: #E8485B !important;
}
.pattern-turquoise {
	background: url(../img/background-turquoise.png?v=1.8.1) center center repeat;
	background-attachment: fixed;
}
.pattern-blue {
	background: url(../img/background-blue.png?v=1.8.1) center center repeat;
	background-attachment: fixed;
}
.pattern-green {
	background: url(../img/background-green.png?v=1.8.1) center center repeat;
	background-attachment: fixed;
}
.pattern-yellow {
	background: url(../img/background-yellow.png?v=1.8.1) center center repeat;
	background-attachment: fixed;
}
.pattern-orange {
	background: url(../img/background-orange.png?v=1.8.1) center center repeat;
	background-attachment: fixed;
}
.pattern-red {
	background: url(../img/background-red.png?v=1.8.1) center center repeat;
	background-attachment: fixed;
}
.pattern-silver {
	background: url(../img/background-silver.png?v=1.8.1) center center repeat;
	background-attachment: fixed;
}
.pattern-ige {
	background: url(../img/background-ige.png?v=1.8.1) center center repeat;
	background-attachment: fixed;
}

/* FANCYBOX */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
	
}

#fancybox-loading div {
  position: relative;
  border-top: 5px solid rgba(57,135,144, 0.2);  
  border-right: 5px solid rgba(57,135,144, 0.2);
  border-bottom: 5px solid rgba(57,135,144, 0.2);
  border-left: 5px solid #398790;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}
#fancybox-loading div,
#fancybox-loading div::after {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background: url('../img/fancybox@2x.png?v=1.8.1') 0 0 no-repeat;
	background-size: 162px 40px;
}

.fancybox-close {
	position: absolute;
	top: -26px;
	right: 10px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 8040;
	background-position: -41px 0;
}

.fancybox-nav {
	position: absolute;
	top: 50px;
	width: 40%;
	bottom: 50px;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	bottom: -84px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {
	left: 0;
	background-position: -68px 0;
}

.fancybox-next span {
	right: 0;
	background-position: -95px 0;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(255,255,255,0.85);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8030;
	text-align: center;
	font-size: 15px;
	padding: 0 45px;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('../img/fancybox_buttons.png?v=1.8.1');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}



/* COMMON */

.block {
	display: block !important;
}
.clear {
	clear: both !important;
}
.clear-all {
	display: block;
	height: 1px;
	clear: both !important;
}
.space {
	display: block;
	width: 100%;
	height: 20px;
	clear: both !important;
}
.group::after {
    content:'';
    display:table;
    clear: both;
}
.hidden {
	display: none !important;
}
.faded {
	opacity: 0.66;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
.gap-top-none {
	margin-top: 0 !important;
}
.gap-top-half {
	margin-top: 15px !important;
}
.gap-top {
	margin-top: 20px !important;
}
.gap-top-double {
	margin-top: 40px !important;
}
.gap-top-triple {
	margin-top: 60px !important;
}
.gap-bottom-none {
	margin-bottom: 0 !important;
}
.gap-bottom {
	margin-bottom: 20px !important;
}
.gap-bottom-double {
	margin-bottom: 40px !important;
}
.gap-bottom-triple {
	margin-bottom: 60px !important;
}
.third {
	width: 33.33%;
}
.half {
	width: 50%;
}
.two-thirds {
	width: 66.66%;
}
.full {
	width: 100%;
}
.full {
	width: 100%;
}
.nowrap {
	white-space: nowrap;
}

@media (max-width: 1900px) {
	.galleries li {
		width: 20% ;
		padding-top: 12%;
	}
	.galleries .thumb10,
	.galleries .thumb11 {
		display: none;
	}
	.galleries.limit .thumb-11,
	.galleries.limit .thumb-12 {
		display: none;
	}
}
@media (max-width: 1600px) {
	#banners,
	#banner-image {
		padding-top: 30%;
	}
	.galleries li {
		width: 25% ;
		padding-top: 15%;
	}
	.galleries .thumb8,
	.galleries .thumb9 {
		display: none;
	}
	.galleries.limit .thumb-9,
	.galleries.limit .thumb-10 {
		display: none;
	}
}
@media (max-width: 1400px) {
	#banners,
	#banner-image {
		padding-top: 30%;
	}
}
@media (max-width: 1200px) {
	#banners,
	#banner-image {
		padding-top: 40%;
	}
	.section {
		padding: 50px 0;
	}
	.stats .circle {
		margin: 0 25px;
	}
	.stats.outer-text .circle {
		margin: 0 65px;
	}
	#map {
		padding-top: 27%;
	}
	.galleries li {
		width: 33.3333% ;
		padding-top: 20%;
	}
	.galleries .thumb6,
	.galleries .thumb7 {
		display: none;
	}
	.galleries.limit .thumb-7,
	.galleries.limit .thumb-8 {
		display: none;
	}
	#contact-info .long {
		display: none;
	}
	#contact-info .short {
		display: inline;
	}
	.stats.outer-text .circle {
		margin: 0 60px;
	}
	#title h1,
	#title span.space {
		padding: 30px 0 35px;
	}
	#title h1.with-icon {
		padding: 25px 0 30px;
	}
	.border-box {
		padding: 20px 25px;
	}
}

@media (max-width: 1000px) {
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 36px;
		margin-bottom: 45px;
	}
	h1.with-icon {
		line-height: 52px;
	}
	h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	h3.with-icon {
		line-height: 44px;
	}
	h3.no-text {
		height: 18px;
	}
	h3.with-icon.no-text {
		height: 44px;
	}
	h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	h3 .icon {
		margin-right: 15px;
	}
	#banners,
	#banner-image {
		padding-top: 50%;
	}
	#page {
		padding-top: 70px;
	}
	#header {
		height: 70px;
	}
	#logo {
		border-radius: 80px;
		width: 160px;
		height: 160px;
		left: -50px;
		top: -64px;
	}
	#logo-vrtec,
	#logo-ekovrtec {
		width: 61px;
		height: 70px;
		left: 50px;
		top: 64px;
	}
	#logo-kakovost {
		width: 38px;
		height: 44px;
		top: 13px;
	}
	#mainmenu {
		padding-left: 21px;
	}
	#mainmenu a {
		font-size: 14px;
		height: 70px;
    	line-height: 70px;
	}
	#mainmenu .submenu {
		line-height: 40px;
	}
	#page-title {
		top: 70px;
		font-size: 18px;
		line-height: 44px;
		height: 46px;
	}
	#page-title .wrapper-inner {
		margin-left: 140px;
	}
	.section {
		padding: 45px 0;
	}
	#speech {
		font-size: 16px;
	}
	#speech .wrapper-inner,
	.quote .wrapper-inner,
	.statement .wrapper-inner {
		margin: 0 50px;
	}
	#speech .avatar {
		border: 3px solid #fff;
		border-radius: 50px;
		width: 90px;
		height: 90px;
	}
	#speech p,
	#speech .signature {
		margin-left: 136px;
	}
	.stats .circle {
		width: 116px;
		height: 116px;
		border-radius: 60px;
		border-width: 3px;
		margin: 0 20px;
	}
	.stats.outer-text .circle {
		margin: 0 45px;
	}
	.stats .number {
		font-size: 32px;
		height: 32px;
		line-height: 32px;
		margin-top: 30px;
	}
	.unit address {
		margin-left: 64px;
	}
	.quote {
		font-size: 15px;
	}
	.icon {
		width: 44px;
		height: 44px;
		background-size: 132px 352px;
	}
	.icon.large {
		width: 52px;
		height: 52px;
		background-size: 156px 416px;
	}
	.icon.turquoise {
		background-image: url(../img/icons-smaller-turquoise@2x.png?v=1.8.1);
	}
	.icon.blue {
		background-image: url(../img/icons-smaller-blue@2x.png?v=1.8.1);
	}
	.icon.green {
		background-image: url(../img/icons-smaller-green@2x.png?v=1.8.1);
	}
	.icon.yellow {
		background-image: url(../img/icons-smaller-yellow@2x.png?v=1.8.1);
	}
	.icon.orange {
		background-image: url(../img/icons-smaller-orange@2x.png?v=1.8.1);
	}
	.icon.red {
		background-image: url(../img/icons-smaller-red@2x.png?v=1.8.1);
	}
	.icon.white {
		background-image: url(../img/icons-smaller-white@2x.png?v=1.8.1);
	}
	.icon.dice {
		background-position: 0px 0px;
	}
	.icon.starball {
		background-position: 0px -44px;
	}
	.icon.apple {
		background-position: 0px -88px;
	}
	.icon.kids {
		background-position: 0px -132px;
	}
	.icon.sun {
		background-position: -44px 0px;
	}
	.icon.ciciban {
		background-position: -44px -44px;
	}
	.icon.bee {
		background-position: -44px -88px;
	}
	.icon.hand {
		background-position: -44px -132px;
	}
	.icon.moon {
		background-position: -44px -176px;
	}
	.icon.train {
		background-position: -44px -220px;
	}
   .icon.baby {
		background-position: 0 -220px;
	}
	.icon.clover {
		background-position: -44px -264px;
	}
	.icon.flower {
		background-position: -88px 0px;
	}
	.icon.spruce {
		background-position: -88px -44px;
	}
	.icon.pasque {
		background-position: -88px -88px;
	}
	.icon.ball {
		background-position: -88px -132px;
	}
	.icon.mill {
		background-position: -88px -176px;
	}
	.icon.church {
		background-position: -88px -220px;
	}
	.icon.mole {
		background-position: -88px -264px;
	}
	.icon.foot {
		background-position: -44px -308px;
	}
	.icon.ladybug {
		background-position: -88px -308px;
	}
	.icon.castle {
		background-position: 0 -176px;
	}
	.icon.small {
		width: 26px;
		height: 26px;
	}
	.icon.marker {
		background-position: 0 -264px;
      height: 27px;
	}
	.icon.phone {
		background-position: 0 -298px;
      height: 26px;
	}
	.icon.email {
		background-position: 0 -331px;
      height: 21px;
	}
	.icon.large.ball {
		background-position: 0px -52px;
	}
	.icon.large.apple {
		background-position: 0px -104px;
	}
	.icon.large.kids {
		background-position: 0px -156px;
	}
	.icon.large.sun {
		background-position: -52px 0px;
	}
	.icon.large.ciciban {
		background-position: -52px -52px;
	}
	.icon.large.bee {
		background-position: -52px -104px;
	}
	.icon.large.hand {
		background-position: -52px -156px;
	}
	.icon.large.moon {
		background-position: -52px -208px;
	}
	.icon.large.train {
		background-position: -52px -260px;
	}
   .icon.large.baby {
		background-position: 0 -260px;
	}
	.icon.large.clover {
		background-position: -52px -312px;
	}
	.icon.large.flower {
		background-position: -104px 0px;
	}
	.icon.large.spruce {
		background-position: -104px -52px;
	}
	.icon.large.pasque {
		background-position: -104px -104px;
	}
	.icon.large.ball {
		background-position: -104px -156px;
	}
	.icon.large.mill {
		background-position: -104px -208px;
	}
	.icon.large.church {
		background-position: -104px -260px;
	}
	.icon.large.mole {
		background-position: -104px -312px;
	}
	.icon.large.foot {
		background-position: -52px -364px;
	}
	.icon.large.ladybug {
		background-position: -104px -364px;
	}
	
	#contact-info .icon  {
		margin-right: 0;
	}
	#contact-info .info {
		margin-left: 44px;
	}
	.infos .info h3 {
		font-size: 18px;
	}
	.border-box.office h5 {
		margin-top: 25px;
	}
}
@media (max-width: 980px) {
	.unit .icon {
		float: none;
		margin-bottom: 7px;
		display: block;
	}
	.unit address {
		margin-left: 0;
	}
}
@media (max-width: 900px) {
	h2 {
		font-size: 24px;
	}
	h3.with-icon {
		line-height: 1.5;
	}
	h3.no-text {
		height: auto;
		min-height: 18px;
	}
	h3.with-icon.no-text {
		height: 81px;
	}
	h3 .icon {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.section {
		padding: 40px 0;
	}
	.stats .circle {
		margin: 0 15px;
	}
	.stats.outer-text .circle {
		margin: 0 40px;
	}
	.stats .number {
		font-size: 28px;
		height: 28px;
		line-height: 28px;
		margin-top: 30px;
	}
	.stats .info {
		font-size: 12px;
		height: 12px;
	}
	.stats.outer-text .info {
		margin: 0 -30px;
	}
	#gallery-categories li {
		margin: 0 15px;
	}
	#contact-info .column {
		margin-right: 20px;
	}
	.border-box {
		margin-bottom: 20px;
	}
	.column-box.tree {
		-webkit-column-count: 2;
   		-moz-column-count: 2;
		column-count: 2;
	}
	.column-box.tree p {
		margin-bottom: 15px;
	}
	.column-box.tree p:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 950px) { 
	#page {
		padding-top: 60px;
	}
	#header {
		height: 60px;
	}
	#logo {
		border-radius: 80px;
		width: 140px;
		height: 140px;
		left: -43px;
		top: -54px;
	}
	#logo-vrtec,
	#logo-ekovrtec {
		width: 52px;
		height: 60px;
		left: 43px;
		top: 54px;
	}
	#mainmenu {
		display: none;
	}
	#mobilemenu {
		display: block;
	}
	#page-title {
		top: 60px;
		font-size: 17px;
	}
	#page-title .wrapper-inner {
		margin-left: 120px;
	}
	#contact-info .column {
		float: none;
		margin: 0;
		padding: 0 0 20px;
		clear: both;
		min-height: 44px;
	}
	#contact-info .column:last-child {
		padding: 0;
	}
	#contact-info .short,
	#contact-info br {
		display: none;
	}
	#contact-info .long,
	#contact-info .comma {
		display: inline;
	}
}
@media (max-width: 850px) { 
	#gallery-categories .bullet-down {
		border-radius: 10px 10px 0 0;
		bottom: -10px;
		height: 10px;
		left: 50%;
		margin-left: -10px;
		width: 20px;
	}
	#gallery-categories li.selected .bullet-down, #gallery-categories li:hover .bullet-down {
		bottom: -1px;
	}
	#contact-info {
		padding-bottom: 0;
	}
	#contact-info .columns {
		margin: 0;
	}
}
@media (max-width: 800px) {
	#banner-image {
		padding-top: 40%;
	}
	h1 {
		font-size: 30px;
   		margin-bottom: 39px;
	}
	#title h1,
	#title span.space {
		padding: 25px 0 30px;
	}
	#title h1.with-icon {
		padding: 20px 0 25px;
	}
	.section {
		padding: 35px 0;
	}
	.wrapper-inner {
		margin: 0 25px;
	}
	#speech p,
	#speech .signature {
		margin-left: 126px;
	}
	.notification {
		margin-bottom: 25px;
	}
	#quick-links li {
		margin-bottom: 7px;
	}
	#speech {
		font-size: 15px;
	}
	#speech .wrapper-inner {
		margin: 0 25px
	}
	.stats .circle {
		width: auto;
		height: auto;
		border: none;
		border-radius: 0;
		margin: 0 30px;
	}
	.stats.outer-text .circle {
		margin: 0 15px;
		width: auto;
		height: auto;
	}
	.stats .number {
		margin: 0;
	}
	.stats.outer-text .number {
		line-height: 1.0;
		height: auto;
	}
	.stats .info {
		margin-top: 10px;
	}
	.stats.outer-text .info {
		margin: 0;
	}
	.stats.with-background .number.turquoise {
		color: #29B5B3 !important;
	}
	.stats.with-background .number.blue {
		color: #29B5B3 !important;
	}
	.stats.with-background .number.green {
		color: #70C582 !important;
	}
	.stats.with-background .number.yellow {
		color: #EDC647 !important;
	}
	.stats.with-background .number.orange {
		color: #F2AF59 !important;
	}
	.stats.with-background .number.red {
		color: #E8485B !important;
	}
	#map {
		padding-top: 35%;
	}
	#gallery-categories li {
		margin: 0 10px;
		font-size: 14px;
	}
	#contact-info .long {
		display: none;
	}
	#contact-info .short {
		display: inline;
	}
	ul.document-links .link, 
	ul.document-links .link-button {
		margin-right: 0;
	}
	ul.document-links.compact li {
		margin-bottom: 10px;
	}
	.document-links .faded {
		display: block;
		margin: 0 0 0 32px;
		font-size: 14px;
	}
	.document-links  .faded.full {
		margin: 10px 0 0 0;
	}
	.infos .info .text {
		padding-bottom: 30px;
	}
	.gap-top-double {
		margin-top: 35px !important;
	}
	.gap-top-triple {
		margin-top: 50px !important;
	}
	.gap-bottom-double {
		margin-bottom: 35px !important;
	}
	.gap-bottom-triple {
		margin-bottom: 50px !important;
	}
	.border-box {
		padding: 15px 20px;
	}
	.columns {
		margin: 0 -15px;
	}
	.column  {
		padding: 0 10px
	}
	.columns.compact {
		margin: 0 -10px;
	}
	.columns.compact .column  {
		padding: 0 10px
	}
	#ige-logos li {
		margin-right: 30px;
	}
}
@media (max-width: 750px) {
	.stats .info.long {
		display: none;
	}
	.stats .info.short {
		display: block;
	}
	.stats.outer-text .circle {
		margin: 0 30px;
	}
	.galleries .icon {
		display: none;
	}
	.galleries li .title-bar.background-blue,
	.galleries li:hover .title-bar {
		height: auto;
		padding: 10px 15px;
		font-size: 13px;
		background: rgba(41,181,179,0.66) !important
	}
	.checkbox label::before {
		top: 3px;
	}
	input[type="checkbox"]:checked + label::after {
		top: 7px;
	}
}
@media (max-width: 800px) {
	#units .columns {
		margin: 0;
	}
	#units .column {
		padding: 0;
		width: 100%;
	}
	.units-slobistrica .column {
		float: none;
		display: inline;
	}
	#units .unit {
		width: 50%;
		float: left;
		margin-top: 20px;
		padding: 0;
	}
	.units-slobistrica .column.first,
	.units-slobistrica .column.second {
		width: 50%;
	}
	.units-slobistrica .column.first .unit,
	.units-slobistrica .column.second .unit {
		width: 100%;
	}
	#units-other {
		margin-top: 0;
	}
	#units-other h4 {
		margin-top: 45px;
	}
	.unit .icon {
		float: left;
		margin: 5px 20px 0 0;
	}
	.unit address {
		margin-left: 64px;
	}
}
@media (min-width: 801px) {
	#units-other .unit:first-of-type {
		margin-top: 45px;
	}
}
@media (max-width: 700px) {
	#banners,
	#banner-image {
		padding-top: 60%;
	}
	h1 {
    	margin-bottom: 35px
	}
	#page {
		padding-top: 50px;
	}
	#header {
		height: 50px;
	}
	#logo {
		border-radius: 80px;
		width: 100px;
		height: 100px;
		left: -28px;
		top: -34px;
	}
	#logo-vrtec,
	#logo-ekovrtec {
		width: 43px;
		height: 50px;
		left: 28px;
		top: 34px;
	}
   #logo-kakovost {
		width: 28px;
		height: 32px;
		top: 9px;
	}
	#mobilemenu {
		height: 50px;
		left: 65px;
	}
	#mobilemenu .title,
	#mobilemenu .lang {
		height: 50px;
		line-height: 50px;
	}
	#menuicon {
		top: 0;
	}
	#menuicon span {
		margin-top: 0;
	}
	#mobilemenu ul {
		top: 50px;
		right: -5px;
	}
	#mobilemenu.opened ul {
		max-height: 320px;
		max-height: calc(100vh - 50px);
	}
	#mobilemenu ul .bullet-down {
		right: 15px;
	}
	#page-title {
		top: 50px;
	}
	#page-title .wrapper-inner {
		margin-left: 80px;
	}
	.wrapper-inner {
		margin: 0 15px;
	}
	
	.featured .column {
		width: 50%;
	}
	.featured3 {
		clear: left;	
	}
	.featured3,
	.featured4 {
		margin-top: 30px;	
	}
	.featured4 {
		display: block;
	}
	
	#speech .wrapper-inner,
	.quote .wrapper-inner,
	.statement .wrapper-inner {
		margin: 0 15px;
	}
	.notification h4 {
		font-size: 15px;
	}
	.stats .circle {
		margin: 0 20px;
	}
	#slider .column.third {
		width: 40%;
	}
	#slider .column.two-thirds {
		width: 60%;
	}
	a.link {
		line-height: 24px;
	}
	a.link.turquoise {
    	background-position: right -3px;
	}
	a.link.blue {
		background-position: right -33px;
	}
	a.link.green {
		background-position: right -63px;
	}
	a.link.yellow {
		background-position: right -93px;
	}
	a.link.orange {
		background-position: right -123px;
	}
	a.link.red {
		background-position: right -153px;
	}
	.pattern-turquoise,
	.pattern-blue,
	.pattern-green,
	.pattern-yellow,
	.pattern-orange,
	.pattern-red,
	.pattern-silver {
		background-size: 220px 220px;
	}
	#slider .column.third {
		width: 50%;
		padding-right: 25px;
	}
	#slider .column.two-thirds {
		display: block;
		float: none;
		width: 100%;
	}
	.galleries li {
		width: 50% ;
		padding-top: 30%;
	}
	.galleries .thumb4,
	.galleries .thumb5 {
		display: none;
	}
	.galleries.limit .thumb-5,
	.galleries.limit .thumb-6 {
		display: none;
	}
	#contact {
		padding-bottom: 40px;
	}
	.form .column.half {
		width: 100%;
		clear: both;
	}
	.form .column.second {
		margin-top: 20px; 
	}
	.border-box {
		margin-bottom: 15px;
	}
	.columns.offices {
		margin: 0;
	}
	.columns.offices .column.half {
		width: 100%;
		clear: both;
		padding: 0;
	}
	#content-languages {
		float: none;
	}
}
@media (max-width: 600px) {
	.section {
		padding: 35px 0;
	}
	#speech .avatar {
		border-radius: 40px;
		height: 70px;
		width: 70px;
	}
	#speech p, 
	#speech .signature {
		margin-left: 96px;
	}
	/*
	.notification .date,
	.notification .date.turquoise,
	.notification .date.blue,
	.notification .date.green,
	.notification .date.yellow,
	.notification .date.orange,
	.notification .date.red {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		float: left;
		margin-right: 20px;
		color: #FFF !important;
		text-align: center;
		font-size: 14px;
		line-height: 50px;
	}
	.notification .date.background-turquoise {
		background: #398790 !important;
	}
	.notification .date.background-blue {
		background: #29B5B3 !important;
	}
	.notification .date.background-green {
		background: #70C582 !important;
	}
	.notification .date.background-yellow {
		background: #EDC647 !important;
	}
	.notification .date.background-orange {
		background: #F2AF59 !important;
	}
	.notification .date.background-red {
		background: #E8485B !important;
	}
	#notifications .text {
		margin-left: 70px;
	}
	.notification h4 {
		margin-top: 5px;
	}
	#notifications .link {
		margin-left: 70px;
	}
	#quick-links li {
		display: inline-block;
		margin: 0 30px 0 0;
	}*/
	#quick-links a:hover {
		padding-right: 20px;
	}
	/*
	#quick-links ul {
		float: left;
		width: 100%;
	}
	#quick-links ul li {
		float: left;
		width: 50%;
	}
	#notifications h2,
	#quick-links h2 {
		text-align: center;
	}*/
	.stats .circle {
		margin: 0 15px;
	}
	.stats.outer-text .circle {
		margin: 0 15px;
	}
	.unit .icon {
		display: block;
		float: none;
		margin-bottom: 7px;
	}
	.unit address {
		margin-left: 0;
	}
	#map {
		padding-top: 40%;
	}
	#gallery-categories li {
		display: none;
	}
	#contact-info br.after-title {
		display: block;
	}
	.gap-top-double {
		margin-top: 30px !important;
	}
	.gap-top-triple {
		margin-top: 40px !important;
	}
	.gap-bottom-double {
		margin-bottom: 30px !important;
	}
	.gap-bottom-triple {
		margin-bottom: 40px !important;
	}
	.form-message {
		display: block;
		margin: 20px 0 0;
	}
	.infos .info h3,
	.infos .info h3:hover {
		line-height: 1.5;
		padding-bottom: 5px;
		margin-bottom: 15px;
		height: auto;
		padding: 0 0 0 20px;
	}
	.infos .info h3::after,
	.infos .info h3:hover::after {
		top: -1px;
		bottom: auto;
		right: auto;
		left: 0;
	}
	.infos .info .text {
		padding-left: 20px;
	}
	.column-box.tree,
	.column-box.two {
		-webkit-column-count: 1;
   		-moz-column-count: 1;
		column-count: 1;
	}
	
	.column-box.two p {
		margin-bottom: 15px;
	}
	.column-box.two p:last-child {
		margin-bottom: 0;
	}
	.section.content .wp-caption.alignleft,
	.section.content .wp-caption.alignright,
	.section.content img.alignleft,
	.section.content img.alignright {
		padding-right: 20px;
		width: 40%;
		max-width: 40%;
		
	}
	.columns.with-image .column.third {
		width: 40%;
		padding: 0 20px 10px 10px;
	}
	.columns.with-image .column.two-thirds {
		float: none;
		width: auto;
	}
	#ige-logos li {
		margin-right: 25px;
	}
	#ige-logos a {
		height: 40px;
		background-size: 319px 40px;
	}
	#ige-logos a.izs {
		width: 102px;
	}
	#ige-logos a.izs-en {
		width: 94px;
		background-position: -104px 0;
	}
	#ige-logos a.vrtec-sb {
		width: 50px;
		background-position: -200px 0;
	}
	#ige-logos a.trans4m {
		width: 67px;
		background-position: -252px 0;
	}

}
@media (max-width: 550px) {
	#contact-info .column:first-child br {
		display: block;
	}
	#contact-info .short,
	#contact-info .column:first-child .comma {
		display: none;
	}
	#contact-info .long {
		display: inline;
	}
	#contact-info .column:first-child br.after-title,
	#contact-info br.after-title {
		display: none;
	}
	#mobilemenu .title {
		display: none;
	}
}
@media (max-width: 550px) {
	#units .column,
	.units-slobistrica .column {
		float: none;
		width: 100%;
		display: block;
	}
	#units .unit {
		float: none;
		display: block;
		width: 100%;
	}
	#units h4 {
		margin-bottom: 30px;
	}
	.unit .icon {
		float: left;
		margin: 5px 15px 0 0;
	}
	.unit address {
		margin: 0 0 0 59px;
	}
	.unit address br {
		display: none;
	}
	.unit address .comma {
		display: inline;
	}
}
@media (max-width: 500px) {
	h1 {
    	margin-bottom: 25px
	}
	#title h1,
	#title span.space {
		padding: 20px 0 25px;
	}
	#title h1.with-icon {
		padding: 15px 0 20px;
	}
	h3.with-icon {
		line-height: 44px;
	}
	h3.with-icon.no-text {
		height: 44px;
	}
	h3 .icon {
		float: left;
		margin-bottom: 0;
	}
	#banners,
	#banner-image {
		padding-top: 80%;
	}
	.section {
		padding: 25px 0;
	}
	.featured .column {
		width: 100%;
		float: none;
	}
	.featured2,
	.featured3,
	.featured4 {
		margin-top: 25px;
	}
	.featured4 {
		display: none;
	}
	#speech .avatar {
		border-radius: 36px;
		height: 60px;
		width: 60px;
		margin: 3px 15px 5px 0;
	}
	#speech p, 
	#speech .signature {
		margin-left: 86px;
	}
	#circle-townships {
		display: none;
	}
	#circle-sections-all {
		display: none;
	}
	#circle-sections-first {
		margin-left: 0;
	}
	#map {
		padding-top: 45%;
	}
	#slider .column.third {
		width: 50%;
		padding-right: 25px;
	}
	#slider .column.two-thirds {
		display: block;
		float: none;
		width: 100%;
	}
	#contact-info .long {
		display: none;
	}
	#contact-info .short {
		display: inline;
	}
	ul.document-links .file-info {
		display: none;
	}
	.notification .date {
		display: none;
	}
	.notification .date-long {
		display: block;
	}
	.notification .title,
	.notification .content {
		margin-left: 0;
	}
	#notifications .link {
		margin-left: 0;
	}
}
@media (max-width: 400px) {
	h1 {
		font-size: 28px;
	}
	#title h1,
	#title span.space {
		padding: 15px 0 20px;
	}
	#title h1.with-icon {
		padding: 10px 0 15px;
	}
	#banners,
	#banner-image {
		padding-top: 95%;
	}
	#speech p, 
	#speech .signature {
		margin-left: 0;
	}
	#quick-links li {
		text-align: left;
		display: block;
		margin-bottom: 5px;
	}
	#quick-links a:hover {
		padding-right: 25px;
	}
	.unit .icon {
		margin-right: 20px;
	}
	.unit address {
		margin-left: 64px;
	}
	.unit address br {
		display: block;
	}
	.unit address .comma {
		display: none;
	}
	#circle-children {
		display: none;
	}
	.stats.outer-text .circle {
		margin: 0 15px;
	}
	.stats.outer-text .info {
		font-size: 10px;
		padding-top: 15px;
	}
	.galleries li {
		width: 100% ;
		padding-top: 60%;
	}
	.section.content .wp-caption.alignleft,
	.section.content .wp-caption.alignright,
	.section.content img.alignleft,
	.section.content img.alignright {
		float: none;
		padding: 0 0 10px 0;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.columns.with-image {
		margin: 0;
	}
	.columns.with-image .column.third {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.columns.with-image .column.two-thirds {
		float: none;
		width: 100%;
		padding: 0;
	}
	#map {
		padding-top: 50%;
	}
}
@media (max-width: 350px) {
	.stats.outer-text .circle {
		margin: 0 10px;
	}
	.stats.outer-text .info {
		font-size: 9px;
	}
}

@media (max-width: 700px) {
	.section.compact {
		padding: 25px 0;
	}
}
@media (min-width: 701px) and (max-width: 900px) {
	.section.compact {
		padding: 30px 0;
	}
}
@media (min-width: 901px) {
	.section.compact {
		padding: 40px 0;
	}
}

.color-gray {
   color: #78797B;
}
.font-small {
   font-size: 13px;
}
