@charset "UTF-8";



/*--------------------------------------------------------------
>>> SADRZAJ:
----------------------------------------------------------------
# Globalni stilovi
----------------------------------------------------------------
# Pocetna stranica
	# Navigation
	# Header
	# Section 1
	# Section 2
	# Section 3
	# Section 4
	# Testimonials
	# Footer
----------------------------------------------------------------
# O nama
----------------------------------------------------------------
# Kontakt
--------------------------------------------------------------*/


/*------------------------------- Global styles -------------------------------*/

body, html {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

header {
	margin: 0 auto;
	text-align: center;
}

header > h2 {
	line-height: 5;
}

section {
	text-align: center;
}

section > h2 {
	line-height: 5;
}

footer {
	text-align: center;
}

footer > h2 {
	line-height: 5;
}

button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*------------------------------- Navigation -------------------------------*/

.nav-wrap {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	background-color: rgb(255,255,255);
	z-index: 2;
	text-align: center;
	vertical-align: middle;
}

.logo {
	float: left;
	margin-left: 0.5em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.logo a {
	display: inline-block;
	line-height: 5.875em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.logo a img {
	vertical-align: middle;
}

.social-bar {
	height: 2.938em;
	float: right;
}

.social-bar a {
	color: rgb(0,0,0);
	font-size: 2em;
	padding: 0 10px;
}

.social-bar a:last-child {

}

nav {

}

nav ul {
	position: absolute;
	width: 100%;
	top: 5em;
	visibility: hidden;
	/*margin-top: -20px;*/
	opacity: 0;
  	transition: visibility 0s, opacity 0.3s linear;
}

nav ul li a {
	display: block;
	color: black;
	font-style: bold;
	text-decoration: none;
	line-height: 1em; 
	padding: 1em 0;
	background-color: white;
}

nav ul li a:hover {
	
}

.mob_menu {
	position: relative;
	display: block;
	float: right;
	width: 3.2em;
	height: 3em;
	overflow: hidden;
	margin-top: 1.5em;
	margin-right: 1.5em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mob_menu_wrap {
	position: absolute;
	left: -3.2em;
	top: -2.4em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.mob_menu_wrap svg {
	width: 145px;
	height: 113px;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mob_menu_wrap path {
	fill: none;
	-webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 40px;
	stroke-linecap: round;
	stroke: rgb(200,200,200);
	stroke-dashoffset: 0px;
}

path#top,
path#bottom {
	stroke-dasharray: 240px 950px;
}

path#middle {
	stroke-dasharray: 240px 240px;
}

.cross path#top,
.cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}

.cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}

.open {
	visibility: visible;
	opacity: 1;
}

.scrollToTop {
    width: 52px;
    height: 52px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
    z-index: 9999;
    background-color: rgb(8,88,151);
    border-radius: 3px;
}

.scrollToTop:after {
	position: absolute;
	top: 6px;
	left: 14px;
	font-family: 'FontAwesome';
	font-size: 1.5em;
	font-weight: 800;
	content: "\f077";
	color: rgb(255,255,255);
}

.social-bar {
	display: none;
}

@media screen and (min-width: 48em) {

nav ul {
	position: static;
	width: auto;
	height: 50px;
	float: right;
	clear: right;
	padding-top: 0;
	visibility: visible;
	opacity: 1;
}

nav ul li {
	float: left;
}

nav ul li a {
	font-size: 20px;
	padding: 13px 0;
	margin-right: 1.25em;
	-webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

nav ul li a:hover {
	border-bottom: 4px solid red;
}

nav ul li:last-child a {
	margin-right: 0.7em;
}

nav ul li:last-child a:hover {
	border-bottom: none;
}

.social-bar {
	display: inline;
}

.mob_menu {
	display: none;
}
}

.active-menu {
	border-bottom: 4px solid red;
}

@media screen and (min-width: 75.5em) {

.nav-wrap {
	width: 73.75em;
}
}

/*-------------------------------- Header --------------------------------*/

header {
	background-color: rgb(255,255,255);
}


hgroup {
	display: block;
	margin: 0 auto;
}

hgroup h1 {
	padding-top: 3em;
}

.slide-container {
	width: 100%;
	height: 36.875em;
	margin: 0 auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide1 {
	background-image: url(../_img/slide-1.jpg);
}

.slide1-content {
	color: rgb(255,255,255);
	margin: 0 auto;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

.slide2 {
	background-image: url(../_img/slide-2.jpg);
}

.slide2-content {
	color: rgb(0,0,0);
	margin: 0 auto;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

.slide3 {
	background-image: url(../_img/slide-3.jpg);
}

.slide3-content {
	color: rgb(255,255,255);
	margin: 0 auto;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

@media screen and (min-width: 48em) {

}

@media screen and (min-width: 75.5em) {

.slide1-content {
	width: 73.75em;
}

.slide2-content {
	width: 73.75em;
}

.slide3-content {
	width: 73.75em;
}

hgroup {
	width: 100%;
}
}

@media screen and (min-width: 121.1em) {

hgroup {
	width: 120em;
}
}

/*------------------------------- Section 1 -------------------------------*/

.s1 {
	background-color: rgb(255,255,255);
}

.s1_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 0.8em;
}

.s1_content {
	text-align: center;
}

.s1_content h2 {
	line-height: 4;
}

.s1_content p {
	padding-bottom: 1em;
}

@media screen and (min-width: 48em) {
}

@media screen and (min-width: 75.5em) {

.s1_wrap {
	width: 73.75em;
	padding: 0;
}

.s1_content {
	display: inline-block;
	float: left;
	text-align: left;
	width: 66%;
}

.s1_content h2 {
	line-height: 4;
	padding: 1em 0 0.5em;
}

.s1_content p {
	padding-bottom: 5em;
}

.s1_wrap img {
	display: inline-block;
	padding-top: 1.2em;
	float: right;
}
}

/*------------------------------- Section 2 -------------------------------*/

.s2 {
	background-color: rgb(245,245,245);
}

.s2_wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.s2_box {
	display: inline-block;
	border: 1px solid rgb(224,224,224);
	border-bottom: 3px solid rgb(224,224,224);
	width: 17.5em;
	margin: 2em 1em;
	background-color: rgb(255,255,255);
	padding: 7em 1em 0;
}

.s2_box > h3 {
	line-height: 3;
}

.s2_box > p {
	height: 4.5em;
	overflow: hidden;
}


.s2_box > button {
	margin: 1.8em 0;
	padding: 0.3em 1em;
	color: rgb(255,255,255);
	background-color: red;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.s2_box:first-child {
	background: url(../_img/icon-1.png) no-repeat center 20px, rgb(255,255,255);
}

.s2_box:nth-child(2) {
	background: url(../_img/icon-2.png) no-repeat center 25px, rgb(255,255,255);
}

.s2_box:nth-child(3) {
	background: url(../_img/icon-3.png) no-repeat center 35px, rgb(255,255,255);
}

.s2_box:last-child {
	background: url(../_img/icon-4.png) no-repeat center 25px, rgb(255,255,255);
}

@media screen and (min-width: 48em) {

.s2_wrap {
	width: 46.9em;
}
}

@media screen and (min-width: 68.9em) {

.s2_wrap {
	width: 59em;
}
}

@media screen and (min-width: 75.5em) {

.s2_wrap {
	width: 73.75em;
}

.s2_box {
	margin: 6em 0;
	margin-right: 1.25em;
	float: left;
}

.s2_box:last-child {
	float: right;
	margin-right: 0; 
}
}

/*------------------------------- Section 3 -------------------------------*/

.s3 {
	background: url(../_img/slide-3.jpg) no-repeat center center;
	background-size: cover;
}

.s3_wrap {
	width: 100%;
	padding: 6em 0;
	margin: 0 auto;
	color: rgb(255,255,255);
}

.s3_wrap h2 {
	line-height: 4;
}

.s3_wrap p {
	padding: 1em 1em 4em;
}

.s3_wrap button {
	padding: 1em 2.5em;
	color: rgb(255,255,255);
	background-color: red;
	border: none;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

@media screen and (min-width: 48em) {
}

@media screen and (min-width: 75.5em) {

.s3_wrap {
	width: 73.75em;
}
}

/*------------------------------- Section 4 -------------------------------*/

.s4 {
	background-color: rgb(255,255,255);
}

.s4_wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.s4_wrap > h2 {
	display: block;
	position: relative;
	width: 100%;
	font-size: 1.500em;
	text-align: center;
	color: rgb(8,88,151);
	vertical-align: top;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 1em;
	padding-bottom: 1em;

}

.s4_wrap > h2:after {
	position: absolute;
	content: '';
	border-bottom: 2px dashed rgb(223,223,223);
	width: 140px;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.s4_wrap > p {
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: top;
	line-height: 2;
	margin: 0 auto;
	padding: 0 10px 1em 10px;
}

.s4_box {
	display: inline-block;
	border: 1px solid rgb(224,224,224);
	border-bottom: 3px solid rgb(224,224,224);
	width: 22.85em;
	background-color: rgb(255,255,255);
	padding-top: 11em;
	margin: 0 0.2em 2em;
}

.s4_box > h3 {
	line-height: 3;
}

.s4_box > p {
	height: 3.5em;
	padding: 0.2em;
	overflow: hidden;
}

.s4_box > button {
	margin: 1em 0 1.8em;
	padding: 0.5em 2em;
	color: rgb(255,255,255);
	background-color: red;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.s4_box:first-child {
	background: url(../_img/s4-1.jpg) no-repeat center 10px, rgb(255,255,255);
	background-size: 21.250em 9.813em;
}

.s4_box:nth-child(2) {
	background: url(../_img/s4-2.jpg) no-repeat center 10px, rgb(255,255,255);
	background-size: 21.250em 9.813em;
}

.s4_box:last-child {
	background: url(../_img/s4-3.jpg) no-repeat center 10px, rgb(255,255,255);
	background-size: 21.250em 9.813em;
}

@media screen and (min-width: 31em) {
.s4_wrap > h2 {

}
.s4_box {
	margin: 0 1.3em 2em;
}
}

@media screen and (min-width: 71em) {
.s4_box {

}
}

@media screen and (min-width: 75.5em) {

.s4_wrap > h2 {
	display: inline-block;
	width: 33%;
	font-size: 2em;
	padding: 0.3em 2.8em 0.4em 0.4em;
	text-align: left;
}

.s4_wrap > h2:after {
	content: none;
}

.s4_wrap > p {
	display: inline-block;
	width: 66%;
	padding: 0.3em 0 0 3em;
	text-align: left;
	border-left: 2px dashed rgb(223,223,223); 
}

.s4_wrap {
	width: 73.75em;
	margin-top: 5em;
}

.s4_box {
	margin-right: 1.6em;
	float: left;
	margin: 0 1.3em 8em;
}

.s4_box:first-child {
	margin-left: 0;
}

.s4_box:last-child {
	float: right;
	margin-right: 0; 
}
}

/*---------------------------------- Footer ----------------------------------*/

footer {
	background-color: rgb(13,28,55);
	border-top: 4px solid red;
}

.footer_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px;
}

.footer_newsletter {
	color: white;
	text-align: center;
	max-width: 16.8em;
	line-height: 1;
	margin: 0 auto;
}

.footer_newsletter input {
	width: 100%;
	height: 2.625em;
	border: none;
	border-radius: 3px;
	margin-top: 1.5em;
	padding-left: 10px;
}

.footer_newsletter button {
	float: right;
	margin: 1em 0 1.8em;
	padding: 0.3em 1em;
	color: rgb(255,255,255);
	background-color: red;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.footer_info {
	position: relative;
	color: white;
	text-align: left;
	padding-top: 4.5em;
	margin: 0 auto;
	margin-bottom: 4em;
	max-width: 22em;
}

.footer_info p {
	position: relative;
	margin-bottom: 1em;
	padding-left: 3.5em;
	font-size: 1.125em;
	text-transform: uppercase;
}

.footer_info p:first-child:before {
	position: absolute;
	left: 23px;
	font-family: 'FontAwesome';
	content: "\f041";
	font-size: 1.5em;
	color: red;
	top: 50%;
	transform: translateY(-50%);
}

.footer_info p:nth-child(2):before {
	position: absolute;
	left: 20px;
	font-family: 'FontAwesome';
	content: "\f095";
	font-size: 1.5em;
	color: red;
	top: 50%;
	transform: translateY(-50%);
}

.footer_info p:last-of-type:before {
	position: absolute;
	left: 16px;
	font-family: 'FontAwesome';
	content: "\f0e0";
	font-size: 1.5em;
	color: red;
	top: 50%;
	transform: translateY(-50%);
}

.footer_info p:last-of-type a {
	text-transform: none;
	text-decoration: none;
	color: red;
}

.footer_info > .social-bar {
	height: 2.938em;
	float: none;
	margin-left: 17px;
}

.footer_info > .social-bar a {
	color: rgb(255,255,255);
	font-size: 1.5em;
	padding: 0 10px;
}

.footer_info > .social-bar a:first-child {
	padding-left: 0;
}

.footer_bottom {
	width: 100%;
	text-align: center;
}

.footer_bottom p {
	display: inline-block;
	color: rgb(255,255,255);
	line-height: 3;
	text-align: center;
}

.footer_bottom p span {
	display: inline-block;
}

.footer_bottom p span > a {
	color: red;
	text-decoration: none;
}

.footer_bottom ul {
	display: inline-block;
	width: auto;
	padding-top: 0;
	visibility: visible;
	opacity: 1;
	text-align: right;
	margin: 0 auto;
}

.footer_bottom ul li {
	float: left;
}

.footer_bottom ul li a {
	font-size: 1em;
	padding: 13px 0;
	margin-right: 1.25em;
	-webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: none;
    color: rgb(255,255,255);
    line-height: 3.5;
}

.footer_bottom ul li:last-child a {
	margin-right: 0;
}

.footer_bottom ul li:last-child a:hover {
	border-bottom: none;
}

.footer_bottom_strip {
	background-color: rgb(5,14,31);
}

@media screen and (min-width: 31em) {
.footer_bottom p {
	text-align: left;
}
}

@media screen and (min-width: 40em) {
.footer_info {
    float: left;
}

.footer_newsletter {
    float: right;
    padding-top: 4.5em;
    text-align: left;
}
}

@media screen and (min-width: 43.5em) {
.footer_bottom {
	text-align: left;
}

.footer_bottom p {
	line-height: 4.375;
}

.footer_bottom ul {
	float: right;
}

.footer_bottom ul li a {
	line-height: 4.375;
}
}


@media screen and (min-width: 75.5em) {

.footer_wrap {
	width: 73.75em;
}
}

/*------------------------------------------------------------------------------------------
---------------------------------------- Usluge --------------------------------------------
------------------------------------------------------------------------------------------*/

.usluge_header {
	position: relative;
	height: 19.125em;
	text-align: center;
	background: url(../_img/usluge-header.jpg) no-repeat center center;
	background-size: cover;
}

.usluge_header_wrap {
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: rgb(255,255,255);
	padding: 0 10px;
}

.usluge_header_wrap h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
}

.usluge_header_wrap p {
	margin-bottom: 2em;
}

.usluge_text_wrap {
	margin: 0 auto;
	padding: 3em 0 2em;
	padding-left: 10px;
	padding-right: 10px;
}

.usluge_text_wrap h2 {
	margin-bottom: 2em;
}

.usluge_text_wrap p {
	margin-bottom: 2em;
}

.usluge_main {
	background-color: rgb(245,245,245);
	text-align: center;
}

.usluge_main_wrap {
	margin: 0 auto;
	padding: 4em 10px;
	width: 100%;
}

.usluge_box {
	display: inline-block;
	height: 20em;
	width: 100%;
	margin: 0 0 2em;
	padding: 10em 2em 10px;
	border: 1px solid rgb(224,224,224);
	border-bottom: 3px solid rgb(224,224,224);
	background-color: rgb(255,255,255);
}

.usluge_box:nth-child(1) {
	background: url(../_img/shape1.png) no-repeat center 4em, rgb(255,255,255);
}

.usluge_box:nth-child(2) {
	background: url(../_img/shape2.png) no-repeat center 4em, rgb(255,255,255);
}

.usluge_box:nth-child(3) {
	background: url(../_img/shape3.png) no-repeat center 4em, rgb(255,255,255);
}

.usluge_box:nth-child(4) {
	background: url(../_img/shape4.png) no-repeat center 4em, rgb(255,255,255);
}

.usluge_box:nth-child(5) {
	background: url(../_img/shape5.png) no-repeat center 4em, rgb(255,255,255);
}

.usluge_box:nth-child(6) {
	background: url(../_img/shape6.png) no-repeat center 4em, rgb(255,255,255);
	float: right;
}

.usluge_box h3 {
	line-height: 3;
}

.usluge_box i {
	margin-top: 0.5em;
	font-size: 5em;
}

.usluge_cjenik {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5em;
	text-align: center;
	overflow-x: auto;
}

.usluge_cjenik table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

.usluge_cjenik table th {
	background-color: rgb(8,88,151);
	border: 1px solid white;
    color: white;
    line-height: 3;
}

.usluge_cjenik table th:nth-child(1) {
	line-height: 1.2;
	width: 1em;
}

.usluge_cjenik table th:nth-child(1) {
	line-height: 1.2;
	width: 1em;
}

.usluge_cjenik table th:nth-child(1) {
	line-height: 1.2;
	width: 1em;
}

.usluge_cjenik table td {
    border: 1px solid white;
    padding: 0.3em 1em;
}

.usluge_cjenik tr:nth-child(even) {
	background-color: #f2f2f2;
}

.usluge_cjenik td + td {
	text-align: left;
}

.usluge_cjenik td + td + td {
	text-align: right;
}

.usluge_galerija {
	height: auto;
}

.usluge_galerija_wrap {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 26.875em) {

.usluge_main_wrap {
	padding: 4em 0;
}

.usluge_box {
	display: inline-block;
	height: 20em;
	width: 23em;
	margin: 0 1em 2em;
}
}

@media screen and (min-width: 50em) {

.usluge_main_wrap {
	width: 50em;
}
.usluge_box {
	float: left;
}

.usluge_box:nth-child(2) {
	float: right;
}

.usluge_box:nth-child(4) {
	float: right;
}

.usluge_box:nth-child(6) {
	float: right;
}
}

@media screen and (min-width: 75.5em) {

.usluge_header_wrap {
	width: 73.75em;
}

.usluge_header_wrap p {
	width: 60%;
}

.usluge_text_wrap {
	width: 73.75em;
	padding-left: 0px;
	padding-right: 0px;
}

.usluge_main_wrap {
	width: 73.75em;
}

.usluge_box {
	float: left;
	margin: 0 2.3em 2.3em 0;
}


.usluge_box:nth-child(2) {
	float: left;
}

.usluge_box:nth-child(3) {
	float: right;
	margin-right: 0;
}

.usluge_box:nth-child(4) {
	float: left;
}

.usluge_box:nth-child(6) {
	float: right;
	margin-right: 0;
}

.usluge_cjenik {
	width: 73.75em;
}
}

/*------------------------------------------------------------------------------------------
---------------------------------------- O nama --------------------------------------------
------------------------------------------------------------------------------------------*/

.onama_header {
	margin: 0 auto;
	text-align: center;
	background-color: rgb(250,250,250);
}

.onama_header_wrap  {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 3em;
	padding-left: 10px;
	padding-right: 10px;
}

.onama_header_wrap h2 {
	padding-top: 2em;
	font-size: 2rem;
	line-height: 4;
}

.onama_map {
	background-color: rgb(252,252,252);
}

.map {
  width: 100%;
  height: 399px;
  margin-bottom: 2em;
}

.onama_kontakt_wrap {
	padding: 0 2em 2em;
}

.onama_kontakt_wrap h2 {
	line-height: 4;
}

.onama_kontakt_wrap h3 {
	padding-bottom: 2em;
}

.onama_kontakt_wrap i {
	font-size: 4em;
	margin-right: 1em; 
}

.onama_klijenti {
	background-color: rgb(225,225,225);
	padding-bottom: 50px;
}

.onama_klijenti_wrap {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 3.125em;
}

.onama_klijenti_wrap h2 {
	line-height: 5;
}

.onama_klijent {
	height: 10em;
	width: 14.250em;
	margin: 0 auto;
	text-align: center;
	border: 1px solid black;
	background-color: white;
}

.onama_social ul {
	padding-bottom: 2em;
}

.onama_social ul li {
	display: inline-block;
}

.onama_social ul li a {
	color: rgb(230,230,230);
	text-decoration: none;
	font-size: 48px;
	margin-right: 0.5em;
}

.onama_social ul li a:hover {
	color: black;
}

@media screen and (min-width: 75.5em) {

.onama_header_wrap {
	width: 75.5em;
	padding-left: 0px;
	padding-right: 0px;
}

.map {
	width: 75.5em;
}

.onama_klijenti_wrap {
	width: 75.5em;
}
}



/* The work below, CSSBox, is released under the Creative Commons Zero 1.0 license
   and is available on https://notabug.org/SylvieLorxu/CSSBox */

.cssbox_thumb {
	margin-right: 0.5em;
	border: 5px solid grey;
}

.cssbox_thumb_last {
	margin-bottom: 2em;
}

span.cssbox_full {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s, opacity 0.5s linear;
}

span.cssbox_full img {
	position: fixed;
	background-color: white;
	margin: 0;
	padding: 0;
	max-height: 90%;
	max-width: 90%;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 20px black;
}

img.cssbox_thumb:focus + span.cssbox_full {
	visibility: visible;
	opacity: 1;
}

img.cssbox_thumb, span.cssbox_full {
	cursor: pointer;
}

@media screen and (min-width: 42.5em) {

.cssbox_thumb_last {
	margin-bottom: 0;
}
}