
/* --------------------------
--- GENERAL CSS ---
----------------------------- */

html {
	font-size: 16px;
}

body {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden; /* fix for aos animation */
}

body.bg-init,
body .animsition-overlay-slide {
	background-color: #fff;
}
body .animsition-overlay-slide {
	z-index: 3001;
}

p {
	margin: 0 0 25px;
}

ul,
ol {
	padding-left: 60px;
	margin-bottom: 25px;
}

p + ul,
p + ol {
	margin: -10px 0 25px;
}

b, strong {
    font-weight: 700;
}

.content .article-body ul {
	list-style: none;
	padding-left: 30px;
}
.content .article-body ul li {
	position: relative;
	padding-left: 25px;
	line-height: 24px;
	margin-bottom: 10px;
}
.content .article-body ul li:before {
	content: "–";
	position: absolute;
	left: 0;
	top: 0;
}
.content .article-body ul li ul {
	margin-top: 10px;
	padding-left: 15px;
}

img {
	height: auto;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'DM Serif Display', serif;
	color: #15172e;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 25px;
}

h1, .h1 {
	font-size: 80px;
}
h2, .h2 {
	font-size: 60px;
}
h3, .h3 {
	font-size: 36px;
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}

a {
	color: #8b9396;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

/* fix iPhone Safari changing colour of phone numbers */
a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}

table {
	width: 100%;
	background: #fff;
}
table tbody td {
	font-size: 16px;
}
table tbody td {
	padding: 15px;
	border: 0 none;
}
table tr:nth-child(even) td {
	background: #f7f7f7;
}
.table-responsive {
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	margin-bottom: 50px;
	border: 0 none;
}
@media (min-width: 1200px) {
	table tbody td:first-child {
		padding-left: 30px;
	}
	table tbody td:last-child {
		padding-right: 30px;
	}
}

/* --------------------------
--- CLASSES ---
----------------------------- */
.center {
	text-align: center;
}

/* Buttons */
.btn {
	position: relative;
    background: #15172e;
	border: 0 none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
    color: #fff;
	padding: 30px 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn:hover,
.btn:focus {
	color: #fff;
	background: #8b9396;
}
.btn:active {
	color: inherit;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	color: #fff;
	background: #15172e;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background: #8b9396;
}

.btn-white {
	color: #15172e;
	background: #fff;
}
.btn-white:hover,
.btn-white:focus {
	color: #fff;
	background: #434558;
}

/* Responsive BG image - image-cover */
.img-parent {
	overflow: hidden;
	display: block;
}
.image-cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-bottom: 66.66666%;
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
}
.img-parent:hover .image-cover,
.img-parent:focus .image-cover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* --------------------------
--- MAIN BLOCKS ---
----------------------------- */

/* Module title */
.module-title h3 {
	font-size: 32px;
	padding: 0 0 20px;
	margin: 0;
}
@media (min-width: 768px) {
	.module-title h3 {
		font-size: 48px;
	}
}

/* modal popup */
.modal-content {
}
.modal-header {
	padding: 20px 15px 0 15px;
	border: 0 none;
}
.modal-header .close {
	font-size: 36px;
	color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal .close-button {
	height: 36px;
}
.modal .close-button .close {
	opacity: .8;
	color: #fff;
	font-size: 30px;
}
.modal .close-button .close:hover,
.modal .close-button .close:focus {
	opacity: .5;
}
.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4 {
	color: #fff;
}

/* Header */
header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	font-weight: 400;
	background: none;
}
.logo-container {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}
.logo-container img {
	height: 40px;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.logo-container {
		top: 50px;
		left: 50px;
	}
	.logo-container img {
		height: 60px;
	}
}

/* Main Menu - navbar - navbar-collapse */
.mainmenu {
	position: relative;
	display: none;
	text-align: right;
	padding: 65px 150px 0;
}
.mainmenu .navbar-nav {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.mainmenu ul li {
	float: left;
	padding: 0 15px;
}
.mainmenu ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #15172e;
	padding: 15px 0;
}
.mainmenu ul li a:hover,
.mainmenu ul li a:hover {
	color: #8b9396;
}
.mainmenu ul li.active a:not(:first-child) {
	color: #8b9396;
}
/*.mainmenu ul li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #8b9396;
	position: absolute;
	left: 0;
	bottom: 5px;
}*/
.nav>li>a:focus,
.nav>li>a:hover {
	background: none;
}
nav.navbar {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#navbar-default {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
}
.navbar .navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar .navbar-nav li {
	padding: 0 20px;
}
.navbar .navbar-nav a,
.navbar .navbar-nav .nav-header {
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar .navbar-nav a,
.navbar .navbar-nav .nav-header {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #273e55;
	padding: 20px 0;
	background: transparent;
	position: relative;
}
.navbar .navbar-nav a:hover,
.navbar .navbar-nav .nav-header:hover {
	background: none;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-o-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}
.navbar .navbar-nav a:after,
.navbar .navbar-nav .nav-header:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #8b9396;
	position: absolute;
	z-index: -1;
	bottom: 10px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar .navbar-nav a:hover:after,
.navbar .navbar-nav .nav-header:hover:after {
	opacity: 1;
	bottom: 16px;
}
.navbar .navbar-nav .dropdown a {
	padding-right: 0;
}
@media (min-width: 1200px) {
	nav.navbar {
		display: inline-block;
	}
	.mainmenu {
		display: block;
	}
}

/* Padajuci menu */
.navbar .navbar-nav .dropdown-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0 none;
	padding: 10px 0 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: block;
	float: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, -5%, 0);
	-moz-transform: translate3d(0, -5%, 0);
	-o-transform: translate3d(0, -5%, 0);
	-ms-transform: translate3d(0, -5%, 0);
	transform: translate3d(0, -5%, 0);
	-webkit-transition: all .6s cubic-bezier(.56,.04,.2,1.01);
	-moz-transition: all .6s cubic-bezier(.56,.04,.2,1.01);
	-o-transition: all .6s cubic-bezier(.56,.04,.2,1.01);
	transition: all .6s cubic-bezier(.56,.04,.2,1.01);
}
.navbar .navbar-nav .dropdown-menu li {
	float: none;
	padding: 0 30px;
	margin: 15px 0;
}
.navbar .navbar-nav .dropdown-menu a {
	display: inline-block;
	color: #808080;
	padding: 0;
}
.navbar .navbar-nav .dropdown-menu a:after {
	bottom: 0;
	background: #e2e2e2;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background: none;
}
.chevron {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/droparrow.svg');
	margin: 0 0 0 10px;
	position: absolute;
	z-index: 10;
	top: 32px;
	right: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.navbar .navbar-nav .dropdown .chevron {
	display: none;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar .navbar-nav li.dropdown:hover .chevron,
.navbar .navbar-nav li.dropdown:focus .chevron {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.navbar .navbar-nav li.dropdown:hover .dropdown-menu,
.navbar .navbar-nav li.dropdown:focus .dropdown-menu {
    opacity: 1;
    visibility: visible;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@media (min-width: 992px) {
	.chevron {
		right: 20px;
	}
}

/* Hamburger toggle */
.hamburger-container {
	position: absolute;
	z-index: 2008;
	top: 18px;
	right: 15px;
}
.hamburger,
.hamburger-box {
	width: 40px;
	height: 40px;
}
.hamburger {
	outline: none;
	padding: 0;
	display: block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger-box {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: top;
	background: none;
	border-radius: 100%;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 1px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
	width: 40px;
	height: 2px;
	background-color: #1d1a18;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner:before, .hamburger-inner:after {
	content: "";
	display: block;
}
.hamburger-inner:before {
	top: -6px;
}
.hamburger-inner:after {
	bottom: -6px;
	opacity: 0;
}
.hamburger.is-active .hamburger-inner:after {
	opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
	background: #fff;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.hamburger-container {
		top: 66px;
		right: 50px;
	}
	.hamburger,
	.hamburger-box {
		width: 50px;
		height: 50px;
	}
	.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
		width: 50px;
	}
}

/*
   * Squeeze - Hamburger
*/
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Menu overlay #navigation */
#navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #15172e;
	color: #fff;
    z-index: 200 !important;
    overflow-y: scroll;
    /*overflow-y: auto;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-container {
	position: relative;
	margin: 0 auto;
	display: table;
	width: 100%;
	height: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 30px;
	padding-right: 50px;
}
.nav-container .nav-cell {
	display: table-cell;
}
.nav-container .cell-1 {
	display: none;
}
.nav-container .cell-2 {
	text-align: right;
}
.nav-container .contact-area {
	position: relative;
	filter: alpha(opacity=0);
	opacity: 0;
	right: -30%;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.nav-container .contact-area .fa {
	margin-right: 5px;
}
.nav-logo {
	position: relative;
	margin: 0 0 20px;
}
.nav-logo a {
	display: inline-block;
}
.nav-logo img {
	height: 80px;
}
.nav-animation .navbar-nav {
	margin: 0;
}
.nav-animation .navbar-nav,
.nav-animation ul li {
	float: none;
	margin: 0;
}
.nav-animation ul li a,
.nav-animation ul li .nav-header {
	font-family: 'DM Serif Display', serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 0;
	position: relative;
	display: inline-block;
}
.nav-animation ul li a:hover,
.nav-animation ul li a:focus {
	color: #8b9396;
}
.nav-animation ul li.active a,
.nav-animation ul li.active .nav-header {
	color: #8b9396;
}
.nav-animation ul li a.dropdown-toggle:after {
	display: none;
}
.nav-animation ul li.parent a {
	padding-bottom: 0;
}
.nav-animation ul li .chevron {
	display: none;
	background: url('../images/droparrow-white.svg');
	top: 17px;
	right: 5px;
	cursor: pointer;
}
#navigation .dropdown-menu,
.mob-foot-menu .navbar-nav .dropdown-menu {
	display: block;
	text-align: right;
	position: static;
	opacity: 1;
	visibility: visible;
	background: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0 none;
}
#navigation .dropdown-menu li,
.mob-foot-menu .dropdown-menu li {
	margin: 15px 0;
	padding: 0;
	border: 0 none;
}
.mob-foot-menu .dropdown.subopen .chevron {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#navigation .dropdown-menu li a {
	display: inline-block;
	text-transform: none;
	white-space: normal;
	padding: 0;
	background: none;
}
#navigation .dropdown-menu li a:after {
	bottom: 3px;
}
#navigation .dropdown.subopen .chevron {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.body-overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0,0,0,.7);
    z-index: 100;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-overlay-open {
	overflow: hidden;
}
.menu-overlay-open .animsition {
	overflow: hidden;
}
.menu-overlay-open .body-overlay {
	opacity: 1;
	visibility: visible;
}
#navigation .hamburger {
	margin-top: 30px;
}
#navigation .hamburger-inner,
#navigation .hamburger-inner:before,
#navigation .hamburger-inner:after {
	background-color: #fff;
}
#navigation::-webkit-scrollbar {
	background: none;
	width: 8px;
}
#navigation::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#navigation::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.2);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
@media (max-width: 1199px) {
	.nav-container .cell-1 {
		font-size: 14px;
		line-height: 1.6;
	}
}
@media (min-width: 768px) {
	.nav-container {
		padding-left: 60px;
		padding-right: 60px;
	}
	.nav-container .cell-1 {
		display: table-cell;
	}
	.nav-animation ul li .chevron {
		top: 36px;
	}
	#navigation .dropdown-menu li a {
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.nav-container {
		padding-left: 90px;
		padding-right: 90px;
	}
}
@media (min-width: 1200px) {
	.menu-overlay-open {
		padding-right: 15px;
	}
	.nav-container {
		width: 80%;
		padding-top: 100px;
		padding-bottom: 100px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.nav-animation .navbar-nav,
	.nav-animation ul li {
		margin: 10px 0;
	}
	.nav-logo img {
		height: 100px;
	}
}
@media (min-width: 1600px) {
	.nav-animation ul li a,
	.nav-animation ul li .nav-header {
		font-size: 48px;
		line-height: 1.25;
	}
}
@media (orientation: portrait) {
	.nav-container {
		padding-bottom: 50px;
	}
	.nav-container .nav-cell {
		vertical-align: top;
	}
}
@media (orientation: landscape) {
	.nav-container .nav-cell {
		vertical-align: middle;
	}
}

/* Breadcrumbs */
.breadcrumb {
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.breadcrumb li {
	padding-right: 10px;
}
.breadcrumb span.divider {
	display: none;
}
.breadcrumb>li+li:before {
	color: #808080;
}
.breadcrumb li.item-1:before {
	display: none;
}
.breadcrumb li > span {
	color: #808080;
}
.breadcrumb li.item-last span {
	color: #808080;
}
.breadcrumb li > a {
	color: #8b9396;
}
.breadcrumb li > a:hover,
.breadcrumb li > a:focus {
	color: #808080;
}
.breadcrumb li:first-child {
	display: none;
}
.breadcrumb > li + li:before {
	position: static;
	width: auto;
	height: auto;
	content: ">\00a0";
	color: #808080;
	background: none;
}

/* Google Map */
#map {
	width: auto;
	height: 600px;
	margin: 0;
	color: #333;
}
.info-box {
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 30px #222;
	-moz-box-shadow: 0px 0px 30px #222;
	box-shadow: 0px 0px 30px #222;
}
.info-box:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: #fff;
    position: absolute;
	z-index: -1;
    left: -6px;
    top: 170px;
    transform: rotate(45deg);
}
.info-box > img {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 24px;
}
.info-box .map-image img {
	max-width: 100%;
}
.info-box .info-content {
	padding: 25px;
}
.info-box .info-content p {
	margin: 0;
}
.info-box .info-content .address {
	margin-bottom: 20px;
}
.info-box .info-content .contact a {
	display: block;
	color: #000;
}
.info-box .info-content .contact a:before {
	font-family: "FontAwesome";
    position: relative;
    margin: 0 10px 0 0;
    display: inline-flex;
    vertical-align: middle;
}
.info-box .info-content .contact .phone:before {
	content: "\f095";
}
.info-box .info-content .contact .email:before {
	content: "\f003";
}

/* main Content */
.content {
	position: relative;
	padding: 0;
}
.blog-featured h1 {
	margin-top: 80px;
}

/* Footer */
.footer {
	position: relative;
	background: #15172e;
	color: #fff;
	padding: 40px 8vw;
	text-align: center;
}
.footer ul {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .nav > li > a {
	padding: 0;
}
.footer-slogan h3 {
	font-size: 32px;
	color: #fff;
}
.footer-kontakt {
	margin-bottom: 40px;
}
.footer-bottom {
	border-top: 1px solid #f2f4f5;
	padding: 60px 0 0;
	margin: 0 auto;
}
.footer-2 h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.footer-2 a {
	color: #fff;
}
.footer-2 a:hover,
.footer-2 a:focus {
	color: #8b9396;
}
.footer-copy {
	font-size: 14px;
	padding-top: 15px;
}
.footer-copy a:hover,
.footer-copy a:focus {
	color: #fff;
}
@media (min-width: 480px) {
	.footer-copy .copyright br {
		display: none;
	}
}
@media (min-width: 768px) {
	.footer {
		text-align: left;
	}
	.footer-2 a {
		font-size: 26px;
	}
	.footer-copy .developer {
		text-align: right;
	}
}
@media (min-width: 1200px) {
	.footer {
		padding: 150px 8vw 100px;
	}
	.footer-slogan h3 {
		font-size: 60px;
	}
}

/* Back to top */
#back-to-top {
	display: inline-block;
    width: 36px;
    height: 36px;
	background: #8b9396;
    border: 0 none;
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1000;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#back-to-top:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 10px;
    height: 10px;
    margin: -2px 0 0 -5px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#back-to-top.reveal {
	filter: alpha(opacity=100);
	opacity: 1;
}
#back-to-top.reachBottom {
	bottom: 15px;
}

/* System message */
#system-message-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 15px;
}
#system-message .alert {
	background: #8EBF5F;
	color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#system-message h4 {
	margin: 5px 0;
	color: #fff;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
	cursor: pointer;
}

/* bottom module */
.bottom {
	
}

/* --------------------------
--- HOMEPAGE ---
----------------------------- */

/* Home - intro-section */
.intro-section {
	position: relative;
	z-index: 10;
}
.intro-section .container {
	position: relative;
}
.mod-intro {
	position: relative;
	padding-top: 55px;
}
.mod-intro .mod-content {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 50px 15px;
}
.mod-intro .mod-content h1 {
	font-size: 36px;
	line-height: 42px;
	height: 84px;
	font-weight: 700;
	color: #15172e;
	margin: 0 0 10px;
	padding: 0;
}
.mod-intro .mod-content h1 span {
	display: block;	
}
.mod-intro .mod-content h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: calc(1rem + 0.1vw);
	font-weight: normal;
	color: #231f20;
	margin: 0;
}
.mod-intro .mod-content h2 span {
	font-weight: 400;
}
.mod-intro .mod-content .intro-text {
	font-size: calc(1rem + 0.8vw);
	line-height: 1.4;
	margin-bottom: 8vw;
}
.intro-bg-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.intro-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
/* cd headline animation */
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  letter-spacing: -2px;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
/* -------------------------------- 
xclip 
-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}
@media (min-width: 480px) {
	.mod-intro .mod-content {
		padding: 50px 4vw;
	}
}
@media (min-width: 768px) {
	.mod-intro .mod-content h1 {
		font-size: calc(1.4rem + 4vw);
		line-height: 1.2;
		height: auto;
	}
	.mod-intro .mod-content h1 span b br {
		display: none;
	}
}
@media (min-width: 992px) {
	.mod-intro {
		padding-top: 115px;
	}
	.mod-intro .mod-content {
		padding: 100px 8vw;
	}
}
@media (min-width: 1200px) {
	.mod-intro .mod-content {
		padding: 150px 8vw;
	}
}

/* wwd block - mod-about */
.wwd {
	position: relative;
	z-index: 21;
	overflow: hidden;
}
.mod-about {
	background: #f2f4f5;
	padding-top: 30px;
}
.mod-about h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #15172e;
	text-transform: uppercase;
	margin: 10px 0;
}
.row-about-1 {
	padding: 0;
	margin-bottom: 50px;
}
.row-about-1 .col-left {
	padding: 0 15px;
}
.row-about-1 .col-right {
	padding: 0 15px;
}
.row-about-2 {
	padding: 30px 0;
	padding: 0 0 50px;
	margin-bottom: 50px;
}
.row-about-2 .col-left {
	padding: 0 15px;
}
.row-about-2 .col-right {
	padding: 0 15px;
}
.row-about-2 .wwd-title-2 {
	margin-bottom: 20px;
}
.row-about-2 .wwd-desc-2 {
	margin-bottom: 30px;
}
.row-about-2 .wwd-desc-2 h3 {
	font-size: 32px;
}
@media (min-width: 768px) {
	.mod-about {
		padding-top: 10vw;
	}
	.row-about-1 {
		display: flex;
		padding: 0 8vw;
		margin-bottom: 8vw;
	}
	.row-about-1 .col-left {
		width: 30%;
		padding: 0 15px;
	}
	.row-about-1 .col-right {
		width: 70%;
		padding: 0 15px;
	}
	.row-about-1 .wwd-desc-1 {
		line-height: 1.8;
	}
	.row-about-2 {
		display: flex;
		padding: 0 8vw 10vw;
		margin-bottom: 10vw;
	}
	.row-about-2 .col-left {
		width: 30%;
		padding: 0 15px;
	}
	.row-about-2 .col-right {
		width: 70%;
		padding: 0 15px;
	}
	.row-about-2 .wwd-title-2 {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.row-about-1 .wwd-desc-1 {
		font-size: 24px;
		font-weight: 500;
	}
	.row-about-2 .wwd-desc-2 h3 {
		font-size: 60px;
	}
	.row-about-2 .wwd-desc-2 {
		margin-bottom: 100px;
	}
	.mod--slider-quotes .item-introtext {
		font-size: 60px;
	}
}

/* mod--home-usluge */
.mod--home-usluge ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mod--home-usluge ul li:first-child {
	border-top: 1px solid #231f20;
}
.mod--home-usluge ul li {
	border-bottom: 1px solid #231f20;
}
.mod--home-usluge ul li h3 {
	font-size: 20px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	margin: 0;
}
.mod--home-usluge ul li h3 a {
	display: block;
	padding: 20px 0;
	color: #231f20;
}
.mod--home-usluge ul li h3 a:hover {
	color: #8b9396;
	-webkit-transform: translate(10px, 0px);
	-moz-transform: translate(10px, 0px);
	-o-transform: translate(10px, 0px);
	-ms-transform: translate(10px, 0px);
	transform: translate(10px, 0px);
}
@media (min-width: 1200px) {
	.mod--home-usluge ul li h3 {
		font-size: 36px;
	}
}

/* home-0 */
.home-0 {
	position: relative;
}

/* home-1 */
.home-1 {
	position: relative;
	z-index: 1;
}

/* mod--slider-quotes */
.mod--slider-quotes {
	padding: 0;
	margin-bottom: 50px;
}
.mod--slider-quotes .col-left {
	padding: 0 15px;
}
.mod--slider-quotes .col-right {
	padding: 0 15px;
}
.mod--slider-quotes .module-title h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #15172e;
	text-transform: uppercase;
	margin: 0;
}
.mod--slider-quotes .item-introtext {
	font-family: 'DM Serif Display', serif;
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
	color: #15172e;
	margin-bottom: 20px;
}
.mod--slider-quotes .item-introtext p {
	margin: 0;
}
.mod--slider-quotes .item-title {
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}
@media (min-width: 768px) {
	.mod--slider-quotes {
		display: flex;
		padding: 0 8vw;
		margin-bottom: 10vw;
	}
	.mod--slider-quotes .module-title h3 {
		margin: 10px 0;
	}
	.mod--slider-quotes .col-left {
		width: 30%;
		padding: 0 15px;
	}
	.mod--slider-quotes .col-right {
		width: 70%;
		padding: 0 15px;
	}
}
@media (min-width: 1200px) {
	.mod--slider-quotes .item-introtext {
		font-size: 60px;
	}
}

/* home-2 */
.home-2 {
	position: relative;
	z-index: 1;
}

/* -----------------------------------------------
--- BLOG - default CATEGORY PAGE - blog.php ---
----------------------------------------------- */

.page.blog .logo-container .logo-blue,
.logo-container .logo-white {
	display: none;
}
.page.blog .logo-container .logo-white {
	display: inline-block;
}
.page.blog .mainmenu ul li a {
	color: #fff;
}
.page.blog .hamburger-inner,
.page.blog .hamburger-inner:before,
.page.blog .hamburger-inner:after {
	background-color: #fff;
}
.blog .category-main-content {
	background: #fff;
}
.blog .category-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	color: #fff;
	margin-bottom: 25px;
}
.blog .category-header-inner {
	padding: 90px 0 20px;
	background: rgba(0,0,0,0.4);
	background: #15172e;
}
.blog .category-header h1 {
	font-size: 38px;
	color: #fff;
	margin: 15px 0;
}
@media (min-width: 768px) {
	.blog .category-header {
		margin-bottom: 50px;
	}
	.blog .category-header h1 {
		font-size: 52px;
	}
}
@media (min-width: 992px) {
	.blog .category-header-inner {
		padding: 200px 0 80px;
	}
}
@media (min-width: 1200px) {
	.blog .category-header {
		margin-bottom: 70px;
	}
	.blog .category-header h1 {
		font-size: 60px;
		margin: 25px 0;
	}
}
@media (min-width: 1600px) {
	.blog .category-header-inner {
		padding: 12vw 0 6vw;
	}
}

/* category-body */
.blog .catitem {
	margin-bottom: 40px;
}
.blog .blog-list-thumb {
	position: relative;
	z-index: 1;
	margin: 0 0 20px;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.blog .blog-list-content h2 {
	font-size: 22px;
	margin: 15px 0 25px;
}
.blog .blog-list-content .introtext {
	margin-bottom: 30px;
}
.blog .blog-list-content .introtext a {
	color: #000;
}
.blog .blog-list-content .date-published {
	display: inline-block;
	color: #808080;
	font-size: 12px;
	text-transform: lowercase;
}
@media (min-width: 768px) {
	.blog .catitem {
		margin-bottom: 50px;
	}
	.blog .blog-list-content.withThumb {
		padding-left: 60%;
	}
	.blog .blog-list-thumb {
		float: left;
		width: 55%;
		margin: 0;
	}
	.blog .blog-list-thumb .image-cover {
		padding-bottom: 80%;
	}
}
@media (min-width: 992px) {
	.blog .blog-list-content h2 {
		font-size: 36px;
	}
	.blog .blog-list-content .date-published {
		padding-top: 20px;
	}
}
@media (min-width: 1200px) {
	.blog .blog-list-thumb .image-cover {
		padding-bottom: 66.66666%;
	}
	.blog .catitem {
		margin-bottom: 70px;
	}
}

/* -----------------------------------------------
--- BLOG - default ARTICLE PAGE - default.php ---
------------------------------------------------ */

.page-header {
	border: 0 none;
	margin: 0 0 50px;
	padding: 0;
}
.item-page {
	word-break: break-word;
}
.tpl-basic {
	padding-top: 70px;
	background: #15172e;
}
.tpl-basic .article-main-content {
	background: #fff;
}
.tpl-basic .article-header {
	position: relative;
}
.tpl-basic .article-header-inner {
	padding-top: 30px;
}
.tpl-basic .article-title h1 {
	font-size: 38px;
	margin: 15px 0;
}
.tpl-basic .date-published {
    color: #808080;
    font-size: 14px;
    text-transform: lowercase;
}
.tpl-basic .article-image-intro {
	width: 100%;
	margin: 30px 0;
}
@media (min-width: 992px) {
	.tpl-basic {
		padding-top: 170px;
	}
	.tpl-basic .article-image-intro .image-cover {
		padding-bottom: 40%;
	}
}
@media (min-width: 1200px) {
	.tpl-basic .container {
		max-width: 960px;
	}
	.tpl-basic .article-header-inner {
		padding-top: 40px;
	}
	.tpl-basic .article-title h1 {
		font-size: 60px;
		margin: 30px 0;
	}
	.tpl-basic .article-image-intro {
		width: 80%;
		margin: 40px auto 50px;
	}
}

/* article body */
.article-body {
	/*overflow-x: hidden;*/
}
.tpl-basic .article-body {
	padding-bottom: 50px;
}

/* Simple Image Gallery */
ul.sigProResponsive li.sigProThumb a.sigProLink {
	color: #e9eaeb;
	background-color: #e9eaeb;
	border: 6px solid #e9eaeb;
}
ul.sigProResponsive span.sigProPseudoCaption {
	background: #e9eaeb;
}
ul.sigProResponsive span.sigProCaption {
	color: #000;
}
ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
	color: #27303a;
	background-color: #27303a;
	border: 6px solid #27303a;
}
ul.sigProResponsive li.sigProThumb a.sigProLink:hover span.sigProPseudoCaption {
	background: #27303a;
}
ul.sigProResponsive li.sigProThumb a.sigProLink:hover span.sigProCaption {
	color: #fff;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: rgba(17,17,17,0.99);
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
	background-position: 0 0;
}

/* Simple Image Gallery - natural-photos */
.article-gallery.sigProContainer {
	padding-bottom: 15px;
}
.natural-photos-container {
	margin-left: -10px;
	margin-right: -10px;
}
.natural-photos .photo-item {
	padding: 0 10px;
	margin-bottom: 20px;
}
.natural-photos .photo-item,
.natural-photos .photo-item .image-cover {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.natural-photos .photo-item .image-cover:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.natural-photos .photo-item:hover .image-cover:after {
	opacity: 0.7;
}
.sign-plus {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	width: 4vw;
	height: 4vw;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}
.natural-photos .photo-item:hover .sign-plus {
	opacity: 1;
}
.sign-plus:before {
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	left: 10px;
	right: 10px;
	content: "";
	display: block;
	height: 1px;
	background: rgba(255,255,255,0.5);
}
.sign-plus:after {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 50%;
	margin-left: -0.5px;
	content: "";
	display: block;
	width: 1px;
	background: rgba(255,255,255,0.5);
}
@media (min-width: 768px) {
	.natural-photos .photo-item {
		float: left;
		width: 50%;
	}
}

/* Simple Image Gallery - Slickslider */
.slickslider-gallery .slick-arrow {
	top: 0;
	height: 100%;
	padding: 0 25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.slickslider-gallery .slick-arrow:after {
	background-image: url('../images/icon-arrow-right-black.png');
}
.slickslider-gallery .slick-prev {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.slickslider-gallery .slick-prev:hover {
	padding-right: 50px;
}
.slickslider-gallery .slick-next {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.slickslider-gallery .slick-next:hover {
	padding-left: 50px;
}
@media (min-width: 1200px) {
	.slickslider-gallery .slick-arrow {
		padding: 0 50px;
	}
	.slickslider-gallery .slick-prev:hover {
		padding-right: 100px;
	}
	.slickslider-gallery .slick-next:hover {
		padding-left: 100px;
	}
}

/* social share */
div.s2s_supra_contenedor {
	clear: none;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #dedede;
}
.s2s_contenedor.s2s-btn-group > div.s2s_btn {
	border-left: 0 none;
	margin-bottom: 0;
}
.blog div.s2s_supra_contenedor {
	display: none;
}
@media (min-width: 768px) {
	.s2s_contenedor.s2s-btn-group > div.s2s_btn {
		margin-right: 10px;
	}
}

/* navigacija */
.pagenav {
	margin: 30px 0;
	padding-left: 0 !important;
}
.pager li {
	padding-left: 0 !important;
}
.pager li:before {
	display: none;
}
.pager li > a,
.pager li > span {
	font-size: 14px;
	background: none;
	border: 0 none;
	padding: 0;
	color: #999;
}
.pager li > a:hover,
.pager li > a:focus {
	background: none;
	color: #000;
}
.pager li > a:hover .dir-label svg,
.pager li > a:focus .dir-label svg {
	fill: #000;
}
.pager .previous>a, .pager .previous>span {
	width: 50%;
	text-align: left;
}
.pager .next>a, .pager .next>span {
	width: 49%;
	text-align: right;
}
.dir-label {
	display: block;
	text-transform: uppercase;
	position: relative;
	padding: 0;
}
.dir-label svg {
	width: 16px;
	fill: #999;
	position: relative;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.previous .chevron,
.previous .dir-label svg {
	left: 0;
	top: 3px;
	margin: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.next .chevron,
.next .dir-label svg {
	right: 0;
	top: 3px;
	margin: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* article-bottom */
.article-bottom {

}

/* --------------------------
--- SUB SPECIFIC PAGES ---
----------------------------- */

/* Box - templates */
.box-1 {
	margin-bottom: 0;
}
.box-1 h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #15172e;
	text-transform: uppercase;
	margin: 10px 0;
}
@media (min-width: 1200px) {
	.box-1 {
		font-size: 24px;
		margin-bottom: 40px;
	}
}

/* O nama */
.page.o-nama {
	
}

/* tpl-about - article */
.tpl-about {
	padding-top: 70px;
	padding-bottom: 30px;
}
.tpl-about .article-main-content {
	background: #fff;
}
.tpl-about .article-header {
	position: relative;
}
.tpl-about .article-header-inner {
	padding-top: 20px;
}
.tpl-about .article-title h1,
.tpl-about .opsirniji-naslov h2 {
	font-size: 38px;
	margin: 15px 0;
}
.tpl-about .date-published {
    color: #808080;
    font-size: 14px;
    text-transform: lowercase;
}
.tpl-about .article-image-intro {
	width: 100%;
	margin: 30px 0;
}
@media (min-width: 992px) {
	.tpl-about {
		padding-top: 120px;
		padding-bottom: 50px;
	}
	.tpl-about .article-image-intro .image-cover {
		padding-bottom: 40%;
	}
}
@media (min-width: 1200px) {
	.tpl-about .container {
		max-width: 960px;
	}
	.tpl-about .article-header-inner {
		padding-top: 40px;
	}
	.tpl-about .article-title h1,
	.tpl-about .opsirniji-naslov h2 {
		font-size: 60px;
		margin: 30px 0;
	}
	.tpl-about .article-image-intro {
		width: 80%;
		margin: 40px auto 80px;
	}
}

/* Usluge - category */
.blog-djelatnosti {
	padding-top: 70px;
}
.blog-djelatnosti .category-header {
	padding: 20px 15px;
}
.blog-djelatnosti .category-body .col-left h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #15172e;
    text-transform: uppercase;
    margin: 10px 0 20px;
}
.blog-djelatnosti .category-body .col-left {
	padding: 0 15px;
}
.blog-djelatnosti .category-body .col-right {
	padding: 0 15px;
}
.blog-djelatnosti .catitem {
	border-bottom: 1px solid #231f20;
	margin-bottom: 25px;
}
.blog-djelatnosti .title-container h2 {
	font-size: 32px;
	margin-bottom: 15px;
}
.blog-djelatnosti .title-container h2 a {
	color: #15172e;
}
.blog-djelatnosti .title-container h2 a:hover,
.blog-djelatnosti .title-container h2 a:focus {
	color: #8b9396;
}
.blog-djelatnosti .introtext {
    line-height: 1.8;
	margin-bottom: 30px;
}
.blog-djelatnosti .introtext a {
	display: block;
	color: #000;
}
@media (min-width: 768px) {
	.blog-djelatnosti .category-header {
		padding: 4vw 8vw;
	}
	.blog-djelatnosti .category-body {
		display: flex;
		padding: 0 8vw 4vw;
		margin-bottom: 4vw;
	}
	.blog-djelatnosti .category-body .col-left h3 {
		margin: 4px 0;
	}
	.blog-djelatnosti .category-body .col-left {
		width: 30%;
		padding: 0 15px 0 0;
	}
	.blog-djelatnosti .category-body .col-right {
		width: 70%;
		padding: 0 15px;
	}
}
@media (min-width: 992px) {
	.blog-djelatnosti {
		padding-top: 120px;
	}
}
@media (min-width: 1200px) {
	.blog-djelatnosti .catitem {
		margin-bottom: 50px;
	}
	.blog-djelatnosti .category-body .col-left h3 {
		margin: 10px 0;
	}
	.blog-djelatnosti .introtext {
		font-size: 20px;
		font-weight: 500;
	}
	.blog-djelatnosti .title-container h2 {
		font-size: 50px;
		margin-bottom: 25px;
	}
}

/* Usluge - article */
.tpl-usluge {
	padding-top: 70px;
	padding-bottom: 30px;
}
.tpl-usluge .article-main-content {
	background: #fff;
}
.tpl-usluge .article-header {
	position: relative;
}
.tpl-usluge .article-header-inner {
	padding-top: 30px;
}
.tpl-usluge .article-title h1,
.tpl-usluge .opsirniji-naslov h2 {
	font-size: 38px;
	margin: 15px 0;
}
.tpl-usluge .date-published {
    color: #808080;
    font-size: 14px;
    text-transform: lowercase;
}
.tpl-usluge .article-image-intro {
	width: 100%;
	margin: 30px 0;
}
@media (min-width: 992px) {
	.tpl-usluge {
		padding-top: 120px;
		padding-bottom: 50px;
	}
	.tpl-usluge .article-image-intro .image-cover {
		padding-bottom: 40%;
	}
}
@media (min-width: 1200px) {
	.tpl-usluge .container {
		max-width: 960px;
	}
	.tpl-usluge .article-header-inner {
		padding-top: 40px;
	}
	.tpl-usluge .article-title h1,
	.tpl-usluge .opsirniji-naslov h2 {
		font-size: 60px;
		margin: 30px 0;
	}
	.tpl-usluge .article-image-intro {
		width: 80%;
		margin: 40px auto 80px;
	}
}

/* page Cjenik */
.page.cjenik .item-text .row p,
.page.cjenik .item-text .row h3 {
	margin: 0;
}
.page.cjenik .item-text .row em {
	font-size: 16px;
}
.page.cjenik .item-text .row:first-child {
	border-top: 0;
}
.page.cjenik .item-text .row {
	border-top: 1px solid #231f20;
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.page.cjenik .row .col-md-8 {
	font-size: 20px;
}
.page.cjenik .row .col-md-4 {
	text-align: right;
}

/* Page Kontakt */
.page.kontakt .item-text h3,
#contactForm h2 {
	font-size: 24px;
}
@media (max-width: 1199px) {
	.page.kontakt .tpl-about .article-image-intro {
		margin-top: 5px;
	}
}
@media (min-width: 1200px) {
	.page.kontakt .item-page {
		font-size: 20px;
	}
	.page.kontakt .item-text h3,
	#contactForm h2 {
		font-size: 36px;
	}
}

/* Prijava - page */
.form-horizontal .control-label {
	text-align: left;
}

/* com-rsform */
.com-rsform {
	padding-top: 80px;
	background: #000;
}
.com-rsform-inner {
	background: #fff;
	padding: 40px 0;
}
@media (min-width: 1200px) {
	.com-rsform {
		padding-top: 120px;
	}
	#contactForm {
		font-size: 18px;
		margin-top: 80px;
	}
}

/* Contact page and Form */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input,
.form-control {
	border: 1px solid #F5F5FA;
	background-color: #F5F5FA;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #444;
	width: 100%;
	height: 50px;
	padding: 10px 15px;
}
.form-control[readonly] {
	background-color: #F5F5FA;
}
textarea.form-control {
	padding: 10px;
}
.rsform-block label {
	font-weight: 300;
}
label strong.formRequired {
	font-weight: 400;
}
button:focus,
button:active,
input:focus,
textarea:focus,
select:focus,
.btn:focus,
.btn:active:focus {
	outline: none;
}
.form-control:focus {
	border-color: #8b9396;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.has-error .form-control:focus {
	border-color: #de350b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.formRed {
	color: #de350b;
}
p.formRed {
	margin-bottom: 10px;
	color: #de350b;
}
.formValidation .formError {
	color: #de350b;
	font-size: 12px;
	font-weight: 600;
}
.has-error .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #de350b;
}
.has-error .control-label {
	color: #102a43;
}
.has-error .help-block {
	font-weight: 600;
	line-height: 1.2;
}

/* RSform - continue button */
input[type="button"] {
    font-size: 18px;
    padding: 15px 25px;
    background: #8b9396;
    color: #fff;
	text-transform: uppercase;
	min-width: 200px;
}
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active {
    color: #fff;
    background: #a21b36;
}

/* RSform - popup thank you */
.rsfp_thankyou_popup_inner {
	border-bottom: 3px solid #8b9396;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn {
    font-size: 30px;
	font-weight: 700;
    color: #fff;
	filter: alpha(opacity=80);
    opacity: .8;
	text-shadow: 0 1px 0 #fff;
	top: -48px;
	right: 0;
}
.rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn:hover,
.rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn:focus {
	filter: alpha(opacity=50);
    opacity: .5;
}

/* --------------------------
--- SEARCH RESULTS ---
----------------------------- */

/* search module */
.search-module.moduletable {
	margin: 50px 0 15px;
}
.search-module form {
	position: relative;
}
.search-module form label {
	display: none;
}
.search-module form input {
	padding: 10px 30px;
	font-weight: normal;
}
.search-module input:focus {
	outline: none;
}
.search-icon {
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 10px;
}

/* search form */
#searchForm .btn-group {
	float: none;
}
#searchForm .btn-toolbar label {
	display: none;
}
#searchForm .btn-toolbar .btn-group:first-child {
	width: 100%;
}
#searchForm input {
	font-weight: normal;
	padding: 10px 30px;
}
#searchForm input:focus {
	outline: none;
}
#searchForm .form-limit {
    margin-bottom: 25px;
}

/* search results */
.com-search-body {
	margin-top: 50px;
}
.search-results .result-wrapper {
	border: 1px solid #ddd;
	padding: 30px 40px;
	margin-bottom: 20px;
}
.search-results .content,
.search-results .page-title {
    text-align: left;
    margin: 0 0 30px;
}
.search-results .input-group {
    display: table;
    position: relative;
    border-collapse: separate;
}
.search-results .search-input {
    margin-bottom: 25px;
}
.search-results .input-group .form-control {
    display: table-cell;
}
#search-searchword {
    height: 50px;
    padding: 10px 20px;
    font-size: 18px;
}
#searchForm .input-group-btn .btn {
    height: 50px;
    background: #eee;
    border: 1px solid #eee;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 6px 22px;
}
.searchintro {
    margin: 50px 0 60px;
}
.searchintro p {
    margin: 0;
}
.searchintro .badge {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 18px;
    background: #eee;
    color: #a22631;
    padding: 2px 8px;
}
#searchForm legend {
    border: 0 none;
    text-transform: uppercase;
    margin-bottom: 0;
}
.phrases-box label {
    display: inline-block;
    padding-left: 20px;
    margin-right: 15px;
}
.phrases .ordering-box {
    margin-bottom: 10px;
}
dl.search-results a {
    color: #a22631;
}
.result-text {
	word-break: break-all;
}
.result-category,
.result-created {
    color: #999;
    font-size: 85%;
}
span.highlight {
    background: #FFFFCC;
    font-weight: bold;
}

/* --------------------------
--- PAGINATION ---
----------------------------- */

.pagination {
	display: block;
	margin: 0 0 50px;
	font-size: 14px;
}
.pagination .counter.pull-right {
	display: none;
}
.pagination ul{display:inline-block;padding-left:0;margin:0;border-radius:0}
.pagination ul > li {
	display:inline-block;
	padding-left: 0;
	margin-bottom: 0;
}
.pagination ul > li:before {
	display: none;
}
.pagination ul > li > a,
.pagination ul > li > span{
	display:inline-block;
    position:relative;
	padding: 12px 20px;
    line-height: 20px;
    text-decoration:none;
    border:1px solid #ddd;
    margin-left:-1px;
	color: #999;
}
.pagination ul > li > a {
	background-color: #F5F5FA;
	color: #999;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span{
    margin-left:0;
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
    color: #fff;
    background-color: #8b9396;
    border-top-color: #8b9396;
    border-bottom-color: #8b9396;
}
.pagination ul > li > span:hover,
.pagination ul > li > span:focus {
}
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover,
.pagination ul > .active > a:focus,
.pagination ul > .active > span:focus{
    z-index:2;
    color: #fff;
    background-color: #8b9396;
    border-top-color: #8b9396;
    border-bottom-color: #8b9396;
    cursor:default
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > span:hover,
.pagination ul > .disabled > span:focus,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus
{color:#999;
 background-color:#F5F5FA;
 /*border-color:#dddddd;
 cursor:not-allowed*/
}
.pagination ul-lg > li > a,
.pagination ul-lg > li > span{
    padding:13px 40px;
    font-size:18px
}.pagination ul-lg > li:first-child > a,
.pagination ul-lg > li:first-child > span{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.pagination ul-lg > li:last-child > a,
.pagination ul-lg > li:last-child > span
{	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.pagination ul-sm > li > a,
.pagination ul-sm > li > span{
    padding:6px 12px;
    font-size:12px
}
.pagination ul-sm > li:first-child > a,
.pagination ul-sm > li:first-child > span{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.pagination ul-sm > li:last-child > a,
.pagination ul-sm > li:last-child > span{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}

/* --------------------------
--- ANIMATIONS ---
----------------------------- */

/* Logo, Hamburger */
.focus-in-expand{-webkit-animation:focus-in-expand .8s cubic-bezier(.25,.46,.45,.94) .8s both;animation:focus-in-expand .8s cubic-bezier(.25,.46,.45,.94) .8s both}
@-webkit-keyframes focus-in-expand{0%{letter-spacing:-.5em;-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes focus-in-expand{0%{letter-spacing:-.5em;-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}

/*  main-menu */
.fade-in-top-1{-webkit-animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .3s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .3s both}
@-webkit-keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

/* mod-intro: intro-bg-container */
.fade-in{-webkit-animation:fade-in 3s cubic-bezier(.39,.575,.565,1.000) .8s both;animation:fade-in 3s cubic-bezier(.39,.575,.565,1.000) .8s both}
@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}

/* mod-intro: title */
.titleReveal {
	display: block;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    transform: translateY(-50px);
    opacity: 0;
    animation-name: titleReveal;
    animation-timing-function: ease;
    animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
}
.timing-1 {
	animation-delay: 1.9s;
}
.timing-2 {
	animation-delay: 1.7s;
}
.timing-3 {
	animation-delay: 1.5s;
}
.timing-4 {
	animation-duration: 1s;
	animation-delay: 1.9s;
}
.timing-5 {
	animation-duration: 1s;
	animation-delay: 2.1s;
}
.timing-6 {
	animation-duration: 1s;
	animation-delay: 2.2s;
}
@keyframes titleReveal {
	0% {
		transform: translateY(-50px);
		opacity: 0;
		-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
		clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
	}
	100% {
		transform: translateY(0);
		opacity: 1;
		-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
	}
}

/* Podstranice: about us */
.fade-in-up-1{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1s both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1s both}
.fade-in-up-2{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1.5s both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1.5s both}
.fade-in-up-3{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 2s both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 2s both}
@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

/* Animsition - custom loading class */
.custom-animsition-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.custom-animsition-loading img {
	max-width: 180px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.custom-animsition-loading img {-webkit-animation:pulsate-bck .5s ease-in-out infinite both;animation:pulsate-bck .5s ease-in-out infinite both}
@-webkit-keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}


/******************************************************************************************
* responsive MAX-width 
******************************************************************************************/
@media (max-width: 479px) {
	.xdsoft_datetimepicker {
		left: 5px !important;
	}
}
@media (max-width: 767px) {
	textarea, input {
		width: 100%;
	}
}
