@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Abel|Fjalla+One|Quicksand|Ubuntu');
    html, body, ul, ol {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    color: #373737;
}
a {
    text-decoration: none;
    color: inherit;
}
h2, h3, h4, h5, h6 {
    color: #fff;
    line-height: 1.2;
	font-weight: 100;
}
h1 {
    color: #fff;
    line-height: 1.2;
	font-weight: 100;
}
body {
    color: #373737;
    font-weight: 400;
    background-color: #F4F4F4;
    -webkit-transition: 0.5s background-color linear;
    transition: 0.5s background-color linear;
    line-height: 1.6;
    font-size: 18px;
}
.force-hardware-acceleration {
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.unclickable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none;
    -moz-user-drag: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    pointer-events: none;
}
.unselectable {
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#fp-nav {
    bottom: 20px;
    top: initial !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #F4F4F4 !important;
}
.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
    -webkit-animation: arrowSlide 1s infinite;
    animation: arrowSlide 1s infinite;
}
@-webkit-keyframes arrowSlide {
    0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
}@keyframes arrowSlide {
    0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
}.fp-tooltip {
    background-color: rgba(55, 55, 55, 0.8);
    padding: 5px 15px;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    border-radius: 50px 25px 25px 50px;
    border: 1px solid #F4F4F4;
}
.background {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section.active .content, .section.active .headsets {
    opacity: 1;
}
.section .content, .section .headsets {
    opacity: 0;
    -webkit-transition: 2s opacity ease-in-out;
    transition: 2s opacity ease-in-out;
}
@media screen and (max-width: 768px) {
    .section {
    padding-top: 0;
    padding-bottom: 40px;
}

.section .fp-tableCell {
    display: block;
    height: auto !important;
}
.section .background {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 400px;
}
.section .content {
    opacity: 1;
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
    padding: 400px 30px 0 30px;
    box-sizing: border-box;
}

.section .content h1:nth-child(1) {
    display: block;
}
.section .content p, .section .content ul, .section .content li {
    font-size: 25px;
}
.section .content ul {
    padding: 0 30px;
}
.section .content blockquote footer {
    font-size: 14px;
}
}

.content h1 {
    font-size: 30px;
    text-shadow: 0 0 0px #C0B283;
}
.content h2 {
    font-size: 70px;
    text-shadow: 0 0 0px #C0B283;
}
.content p, .content ul, .content li {
    color: #fff;
    font-weight: 300;
    text-shadow: 0 0 0px #373737;
	font-size: 30px;
}
.content .subtitle {
    font-family: Verdana,  sans-serif;
}
.content .italic {
    font-style: italic !important;
}
.content .bold {
    font-weight: 800 !important;
}
#load-curtain {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #F4F4F4;
    display: none;
}
#load-curtain .icon {
    background-image: url(../media/infinity.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -50px;
}
.logo {
    position: absolute;
    top: 2px;
    left: 5px;
    -webkit-transform: none;
    transform: none;
    width: 160px;    
	-webkit-transition: 1s -webkit-transform ease-in-out;
    transition: 1s -webkit-transform ease-in-out;
    transition: 1s transform ease-in-out;
    transition: 1s transform ease-in-out,  1s -webkit-transform ease-in-out;

}


.logo-small {
    position: absolute;
    top: 30px;
    left: 30px;
    -webkit-transform: none;
    transform: none;
    width: 80px;
    -webkit-transition: 1s -webkit-transform ease-in-out;
    transition: 1s -webkit-transform ease-in-out;
    transition: 1s transform ease-in-out;
    transition: 1s transform ease-in-out,  1s -webkit-transform ease-in-out;
}

line {
	position: fixed;
	top:0;
	width: 100%;
	height: 62px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1999;
	
}
line2 {
	position: fixed;
	top:62px;;
	width: 100%;
	height: 5px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1998;
	
}
.line-menu {
	height: 12px;
	width: 1px;
	
}
.inst {
	position: relative;
	top: 3px;
	height: 18px;
	
}
.menu-menu {
    position: absolute;
    top: 20px;
    right: 20px;
	list-style-type: none;
	z-index: 1999;
}
.menu-menu li {
	font-family: 'Quicksand', sans-serif;
	height: 30px;
    color: white;
	font-weight: 400;
	text-shadow: 1px 1px #000;
	font-size: 18px;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	border: 0px solid;
    border-radius: 4px;
	float: left;
	cursor: pointer;
}
.menu-menu li:hover {
    color:  #9191d0;	
}
.menu-server {
    position: absolute;
    top: 38px;
    right: 5px;
	list-style-type: none;
	z-index: 1999;
}

.menu-server li:hover {
	background-color: #5aabe0;
}
.menu-server li.back-menu1 {
	background-color: #31b44b;
}
.menu-server li.back-menu1:hover {
	background-color: #58d771;
}
h1 {
   position: absolute;
    top: 35px;
    left: 20px;
    width: 700px;
    z-index: 999;
	text-align:left;
	font-size:18px;
	z-index: 1999;
}

.menu-server .enter {
    position: relative;
    top: 7px;
    margin-left: 5px;
	height: 25px;
}

#mobile-menu1 {
	display: none;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 50px;
	}
#mobile-menu2 {
	display: none;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 50px;
	}	

@media screen and (max-width: 1080px) {
    .menu-menu li {
	font-size: 16px;
}
}

@media screen and (max-width: 1000px) {
    .menu-menu li {
	font-size: 14px;
}
}

@media screen and (max-width: 945px) {
    .menu-menu {
    position: fixed;
    top: 70px;
    right: 20px;
	list-style-type: none;
	z-index: 1999;
}
.menu-menu li {
	font-family: 'Quicksand', sans-serif;
	height: 30px;
    color: white;
	font-weight: 400;
	text-shadow: 1px 1px #000;
	font-size: 18px;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	border: 0px solid;
    border-radius: 4px;
	float:inherit;
	cursor: pointer;
	text-align: right;
}
	.none {
	display: none;	
}
	line3 {
	display: none;
	position: fixed;
	top:62px;
	right:0;
	width: 180px;
	height: 290px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 1px 1px 10px 20px;
    border-style: solid;
    border-right: 0px solid #ffff;
    border-left: 4px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 0px solid #fff;
	z-index: 1998;
	
}
			
#mobile-menu1 {
	display: block;
	}
	
#menu {
	display: none;
	}
	
#section-oglasavanje .content p {
    color: #fff;
    font-weight: 300;
	font-size:13px;
	text-align: left !important;
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
	
	#section-novac .content .boxes {
	left: 0px !important;

}
	#section-contact .content .boxes {
	left: 0px !important;

}
	

	
}




















#section-hero .background {
    background-image: url(../media/back1.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
#section-hero .content .logo {
    position: absolute;
    top: 110px;
    left: 30px;
    width: 300px;
    z-index: 999;
}

@media screen and (max-width: 768px) {
    #section-hero .content .logo {
    position: absolute;
    top: 70px;
    left: 10px;
    width: 200px;
    z-index: 999;
}
}

@media screen and (max-width: 768px) {
    #section-hero .background {
    height: initial;
    background-position: top center;
}
}


@media screen and (max-width: 768px) {
    #section-hero .content {
    padding: 0;
    position: absolute !important;
    height: 400px;
}
}
@media screen and (max-height: 650px) and (min-width: 768px) {
    #section-hero .content {
    right: initial;
    left: initial;
}
}

#section-hero .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
	text-align:center;
}

#section-hero .content .box {
    background-color: rgba(255, 255, 255, 0.5);
	margin: 5px;
	max-width: 800px;
	padding: 15px;
}


#section-hero .content h2 {
    font-size: 25px;
    text-align: left;
	font-weight: 500;
	color:#000;	
	padding:5px 0 0 0;
	margin:0;
}
#section-hero .content h3 {
    font-size: 20px;
    text-align: left;
	font-weight: 500;
	color:#000;
    padding:5px 0 0 0;
	margin:0;	
}
#section-hero .content h4 {
    font-size: 16px;
    text-align: left;
	font-weight: 500;
	color:#000;	
	padding:5px 0 0 0;
	margin:0;
}
#section-hero .content p {
    color: #000;
    font-weight: 300;
	font-size:13px;
	text-align: justify;
	padding:5px 0 0 0;
	margin:0;
	
}
#section-hero .content ul {
	margin-left:15px;
	
}
#section-hero .content li {
    color: #000;
    font-weight: 300;
	font-size:13px;
	text-align: justify;
	padding:0 0 0 0;
	margin:0;
	
}
#section-hero .content a {
    color:  blue;
	text-decoration: underline;
	
}
#section-hero .content .boxes {
	position: relative;
	top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}







#section-oglasavanje .background {
    background-image: url(../media/back2.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#section-oglasavanje .content {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 100%;
	text-align:center;
}
#section-oglasavanje .content2 {
    position: absolute;
    bottom: 65px;
    right: 30px;
    width: 300px;
	text-align:center;
}

#section-oglasavanje .content .box {
    background-color: rgba(99, 115, 124, 0.9);
	margin: 5px;
	max-width: 600px;
	padding: 14px;
	border: 2px solid #F4F4F4;
	border-radius: 1px;
}
#section-oglasavanje .content2 .box {
    background-color: rgba(99, 115, 124, 0.9);
	margin: 5px;
	max-width: 600px;
	padding: 14px;
	border: 2px solid #F4F4F4;
	border-radius: 1px;
}


#section-oglasavanje .content h2 {
    font-size: 25px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-oglasavanje .content h3 {
    font-size: 20px;
    text-align: left;
	font-weight: 500;
	color:#fff;
    padding:5px 0 0 0;
	margin:0;	
	text-shadow: 1px 1px 3px #000;
}

#section-oglasavanje .content2 h3 {
    font-size: 18px;
    text-align: left;
	font-weight: 500;
	color:#fff;
    padding:5px 0 0 0;
	margin:0;	
	text-shadow: 1px 1px 3px #000;
}

#section-oglasavanje .content h4 {
    font-size: 14px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-oglasavanje .content2 h4 {
    font-size: 14px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-oglasavanje .content p {
    color: #fff;
    font-weight: 300;
	font-size: 13px;
	text-align: justify;
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
#section-oglasavanje .content ul {
	margin-left:15px;
	
}
#section-oglasavanje .content li {
    color: #fff;
    font-weight: 300;
	font-size:15px;
	text-align: justify;
	padding:0 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
#section-oglasavanje .content2 ul {
	margin-left:15px;
	
}
#section-oglasavanje .content2 li {
    color: #fff;
    font-weight: 300;
	font-size:13px;
	text-align: justify;
	padding:0 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
#section-oglasavanje .content a {
    color:  blue;
	text-decoration: underline;
	
}
#section-oglasavanje .content .boxes {
	position: relative;
	top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
#section-oglasavanje .content2 .boxes {
	position: relative;
	top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
#section-oglasavanje .content .img-add {
   max-width: 170px;
   padding-bottom: 0px !important;
	
}





#section-mesto .background {
    background-image: url(../media/back3.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#section-mesto .content {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 100%;
	text-align:center;
}
#section-mesto .content .box {
    background-color: rgba(99, 115, 124, 0.9);
	margin: 5px;
	max-width: 800px;
	padding: 15px;
	border: 2px solid #F4F4F4;
	border-radius: 1px;
}


#section-mesto .content h2 {
    font-size: 25px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-mesto .content h3 {
    font-size: 20px;
    text-align: left;
	font-weight: 500;
	color:#fff;
    padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-mesto .content h4 {
    font-size: 16px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
}
#section-mesto .content p {
    color: #fff;
    font-weight: 300;
	font-size:13px;
	text-align: left;
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
#section-mesto .content ul {
	margin-left:15px;
	margin-top:7px;
	
}
#section-mesto .content li {
    color: #fff;
    font-weight: 300;
	font-size:13px;
	text-align: justify;
	padding:0 0 0 0;
	margin:0;
	
}
#section-mesto .content a {
    color:  blue;
	text-decoration: underline;
	
}
#section-mesto .content .boxes {
	position: relative;
	top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}





#section-vreme .background {
    background-image: url(../media/back4.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#section-vreme .content {
    position: absolute;
    top: 190px;
    right: 50px;
    width: 800px;
	text-align:center;
}
#section-vreme .content .box {
    background-color: rgba(99, 115, 124, 0.9);
	margin: 5px;
	max-width: 800px;
	padding: 15px;
	border: 2px solid #F4F4F4;
	border-radius: 1px;
}


#section-vreme .content h2 {
    font-size: 25px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-vreme .content h3 {
    font-size: 20px;
    text-align: left;
	font-weight: 500;
	color:#fff;
    padding:5px 0 0 0;
	margin:0;	
}
#section-vreme .content h4 {
    font-size: 16px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
}
#section-vreme .content p {
    color: #fff;
    font-weight: 300;
	font-size:13px;
	text-align: left;
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
#section-vreme .content ul {
	margin-left:15px;
	margin-top:7px;
	
}
#section-vreme .content li {
    color: #000;
    font-weight: 300;
	font-size:13px;
	text-align: justify;
	padding:0 0 0 0;
	margin:0;
	
}
#section-vreme .content a {
    color:  blue;
	text-decoration: underline;
	
}
#section-vreme .content .boxes {
	position: relative;
	top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}




#section-ljudi .background {
    background-image: url(../media/back5.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#section-ljudi .content {
    position: absolute;
    top: 22%;
    left: 60%;
    width: 100%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
	text-align:center;
}
#section-ljudi .content .box {
    background-color: rgba(99, 115, 124, 0.9);
	margin: 5px;
	max-width: 700px;
	padding: 15px;
	border: 2px solid #F4F4F4;
	border-radius: 1px;
}


#section-ljudi .content h2 {
    font-size: 25px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-ljudi .content h3 {
    font-size: 20px;
    text-align: left;
	font-weight: 500;
	color:#fff;
    padding:5px 0 0 0;
	margin:0;	
}
#section-ljudi .content h4 {
    font-size: 16px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
}
#section-ljudi .content p {
    color: #fff;
    font-weight: 300;
	font-size:13px;
	text-align: left;
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
#section-ljudi .content ul {
	margin-left:15px;
	margin-top:7px;
	
}
#section-ljudi .content li {
    color: #000;
    font-weight: 300;
	font-size:13px;
	text-align: justify;
	padding:0 0 0 0;
	margin:0;
	
}
#section-ljudi .content a {
    color:  blue;
	text-decoration: underline;
	
}
#section-ljudi .content .boxes {
	position: relative;
	top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}






#section-novac .background {
    background-image: url(../media/back6.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#section-novac .content {
    position: absolute;
    bottom: 50px;
    right: 120px;
    width: 800px;
	text-align:left;
}
#section-novac .content .box {
    background-color: rgba(99, 115, 124, 0.9);
	margin: 5px;
	max-width: 800px;
	padding: 15px;
	border: 2px solid #F4F4F4;
	border-radius: 1px;
}


#section-novac .content h2 {
    font-size: 25px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-novac .content h3 {
    font-size: 20px;
    text-align: left;
	font-weight: 500;
	color:#fff;
    padding:5px 0 0 0;
	margin:0;	
}
#section-novac .content h4 {
    font-size: 16px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
}
#section-novac .content p {
    color: #fff;
    font-weight: 300;
	font-size:13px;
	text-align: left;
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
#section-novac .content ul {
	margin-left:15px;
	margin-top:7px;
	
}
#section-novac .content li {
    color: #000;
    font-weight: 300;
	font-size:13px;
	text-align: justify;
	padding:0 0 0 0;
	margin:0;
	
}
#section-novac .content a {
    color:  blue;
	text-decoration: underline;
	
}
#section-novac .content .boxes {
	position: relative;
	top: 40px;
	left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}





#section-lokacija .background {
    background-image: url(../media/back7.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#section-lokacija .content {
    position: absolute;
	bottom: 0;

    width: 100%;

	text-align:left;
}
#section-lokacija .content .box {
    background-color: rgba(99, 115, 124, 0.9);
	margin: 5px;
	width: 190px;
	padding: 10px;
	border: 2px solid #F4F4F4;
	border-radius: 1px;
}


#section-lokacija .content h2 {
    font-size: 25px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-lokacija .content h3 {
    font-size: 20px;
	line-height: 18px;
    text-align: left;
	font-weight: 500;
	color:#fff;
    padding:0px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-lokacija .content h4 {
    font-size: 16px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
}
#section-lokacija .content p {
    color: #fff;
    font-weight: 300;
	font-size:12px;
	text-align: left;
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
#section-lokacija .content ul {
	margin-left:15px;
	margin-top:7px;
	
}
#section-lokacija .content li {
    color: #000;
    font-weight: 300;
	font-size:13px;
	text-align: justify;
	padding:0 0 0 0;
	margin:0;
	
}
#section-lokacija .content a {
    color:  blue;
	text-decoration: underline;
	
}
#section-lokacija .content .boxes {
	position: relative;
	top: 0px;
	left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

#section-lokacija .content .zona1 {
	position: relative;
	top: 2px;
	font-size: 29px;
	color:#00fcff;
	text-shadow: 1px 1px 0px #000;
}
#section-lokacija .content .zona2 {
	position: relative;
	top: 2px;
	font-size: 29px;
	color:#ff4143;
	text-shadow: 1px 1px 0px #000;
}






#section-lokacija .content2 {
    position: absolute;
	top: 65px;
	right: -20px;

    width: 200px;

	text-align:left;
}
#section-lokacija .content2 .box {
    background-color: rgba(99, 115, 124, 0.9);
	margin: 5px;
	width: 170px;
	padding: 10px;
	border: 2px solid #F4F4F4;
	border-radius: 1px;
}


#section-lokacija .content2 h2 {
    font-size: 25px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-lokacija .content2 h3 {
    font-size: 20px;
	line-height: 18px;
    text-align: left;
	font-weight: 500;
	color:#fff;
    padding:0px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-lokacija .content2 h4 {
    font-size: 16px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
}
#section-lokacija .content2 p {
    color: #fff;
    font-weight: 300;
	font-size:12px;
	text-align: left;
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
#section-lokacija .content2 ul {
	margin-left:15px;
	margin-top:7px;
	
}
#section-lokacija .content2 li {
    color: #000;
    font-weight: 300;
	font-size:13px;
	text-align: justify;
	padding:0 0 0 0;
	margin:0;
	
}
#section-lokacija .content2 a {
    color:  blue;
	text-decoration: underline;
	
}
#section-lokacija .content2 .boxes {
	position: relative;
	top: 0px;
	left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

#section-lokacija .content2 .zona1 {
	position: relative;
	top: 2px;
	font-size: 29px;
	color:#00fcff;
	text-shadow: 1px 1px 0px #000;
}
#section-lokacija .content2 .zona2 {
	position: relative;
	top: 2px;
	font-size: 29px;
	color:#ff4143;
	text-shadow: 1px 1px 0px #000;
}




#section-contact .background {
    background-image: url(../media/back8.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#section-contact .content {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
	text-align:left;
}
#section-contact .content .box {
    background-color: rgba(99, 115, 124, 0.9);
	margin: 5px;
	max-width: 800px;
	padding: 15px;
	border: 2px solid #F4F4F4;
	border-radius: 1px;
}


#section-contact .content h2 {
    font-size: 25px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}
#section-contact .content h3 {
    font-size: 20px;
    text-align: left;
	font-weight: 500;
	color:#fff;
    padding:5px 0 0 0;
	margin:0;	
}
#section-contact .content h4 {
    font-size: 16px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:5px 0 0 0;
	margin:0;
}
#section-contact .content p {
    color: #fff;
    font-weight: 300;
	font-size:15px;
	text-align: left;
	padding:5px 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
#section-contact .content ul {
	margin-left:15px;
	margin-top:7px;
	
}
#section-contact .content li {
    color: #fff;
    font-weight: 300;
	font-size:16px;
	text-align: justify;
	padding:0 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
	
}
#section-contact .content a {
    color:aqua;
	text-decoration: underline;
	
}
#section-contact .content .boxes {
	position: relative;
	top: 40px;
	left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

















#section-info .background {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 1),  rgba(255, 255, 255, 1));
    background-image: linear-gradient(rgba(255, 255, 255, 1),  rgba(255, 255, 255, 1));
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
#section-info .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
	text-align:center;
}
#section-info .content .line {
   position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 2px;
    -webkit-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
    z-index: 999;
	text-align:center;
}
#section-info .content .forma {
	display:none;
}
#section-info .content .mail {
   position: realtive;
    margin-top: 30px;
    width: 200px;
	cursor:pointer;
}

#section-info .content .mail {
   position: realtive;
    margin-top: 30px;
    width: 200px;
}
#section-info .content .phone {
   position: realtive;
    margin-top: 30px;
    width: 200px;
}
#section-info .content h2 {
    font-size: 60px;
    text-align: center;
	font-weight: 500;
	color:#000;	
}
#section-info .content p {
    color: #fff;
    font-weight: 400;
	font-size:30px !important;
}
#section-info .content .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #section-info .content .boxes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: -400px;
}
#section-info .content .line {
   display:none;
}
}
#section-info .content .boxes .box {
    display: block;
    width: 50%;
    border-radius: 5px;
    margin: 20px 5px 5px 5px;
    padding: 5px 10px;
}
@media screen and (max-width: 768px) {
    #section-info .content .boxes .box {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
}
#section-info .content .boxes .box p {
    font-size: 14px;
}
#section-info .content .boxes .box.newsletter-box form div {
    width: 100%;
    margin: 100px auto 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
    #section-info .content .boxes .box.newsletter-box form div {
    width: 100%}
}
#section-info .content .boxes .box.newsletter-box form div#popup {
    display: none;
    background-color: #373737;
    border: 2px solid #F4F4F4;
    text-align: center;
    color: #ecf0f1;
    font-size: 20px;
    line-height: 26px;
}
#section-info .content .boxes .box.newsletter-box form div #email {
    width: 100%;
    border-radius: 0px 0 0 10px;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 16px;
    box-shadow: none;
    border: 2px solid #373737;
    border-right: 0;
    display: block;
    float: left;
    background-color: #F4F4F4;
}
#section-info .content .boxes .box.newsletter-box form div button {
    display: block;
    width: 90px;
    opacity: 1;
    float: left;
    padding: 10px 15px;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 16px;
    border: 2px solid #373737;
    border-left: 1px solid #373737;
    border-radius: 0 0px 0px 0;
    margin: 0;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    background-color: #000;
}
#section-info .content .boxes .box.newsletter-box form div button:hover {
    background-color: #DCD0C0;
}
#section-info .content .boxes .box.museums-box .find-on-map {
    text-decoration: underline;
}

#section-info .content .copy-small {
    text-align: center;
    font-size: 14px;
    display: none;
}
@media screen and (max-width: 768px) {
    body.fp-responsive {
    background-color: #271d59 !important;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}
body.fp-responsive .fp-slides {
    overflow-y: visible;
    overflow-x: hidden;
    height: auto;
}
body.fp-responsive .fp-slidesNav {
    display: none;
}
}


















@media screen and (max-width: 768px) {
.logo-small {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 60px;
    -webkit-transition: 1s -webkit-transform ease-in-out;
    transition: 1s -webkit-transform ease-in-out;
    transition: 1s transform ease-in-out;
    transition: 1s transform ease-in-out,  1s -webkit-transform ease-in-out;
}
.content h2 {
    font-size: 30px;
    text-shadow: 0 0 0px #C0B283;
}	
#section-hero .content h2 {
   position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 300px;
    -webkit-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
    z-index: 999;
	text-align:center;
}
.content h1 {
    font-size: 25px;
    text-shadow: 0 0 0px #C0B283;
}


#section-hero .content p {
   position: absolute;
    top: auto;
    left: 50%;
	bottom: -35%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 300px;
    -webkit-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
    z-index: 999;
	text-align:center;
	line-height: 1.2;
}


}




.content h2 {
    font-size: 25px;
    text-shadow: 0 0 0px #C0B283;
}	
#section-hero .content h2 {
   position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 300px;
    -webkit-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
    z-index: 999;
	text-align:center;
}
.content h1 {
    font-size: 18px;
    text-shadow: 0 0 0px #C0B283;
}


#section-hero .content p {
   position: absolute;
    top: auto;
    left: 50%;
	bottom: -27%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 300px;
    -webkit-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
    z-index: 999;
	text-align:center;
	line-height: 1.2;
	font-size: 18px !important;
}
}

@media screen and (max-width: 500px) {
	#section-info .content h2 {
    font-size: 40px;
    text-align: center;
	font-weight: 500;
	color:#000;	
}
	#section-info .content .boxes .box p {
    font-size: 20px !important;
	margin-bottom: -10px !important;
	margin-top: -15px !important;
}
	#section-info .content .mail {
	position: realtive;
    margin-top: 30px;
    width: 100px;
	cursor:pointer;
}
	#section-info .content .phone {
	position: realtive;
    margin-top: 30px;
    width: 100px;
}
}


@media screen and (max-height: 400px) {
.logo-small {
    top: 10%;
    left: 6%;
}
.logo {
    top: 55px !important;
    width: 300px !important;

}

#section-hero .content h2 {
    top: 33%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 300px;
    -webkit-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
    z-index: 999;
	text-align:center;
}	
.content h2 {
    font-size: 18px;
    text-shadow: 0 0 0px #C0B283;
}	

	#section-info .content h2 {
    font-size: 40px;
    text-align: center;
	font-weight: 500;
	color:#000;	
}
	#section-info .content .boxes .box p {
    font-size: 20px !important;
	margin-bottom: -10px !important;
	margin-top: -15px !important;
}
	#section-info .content .mail {
	position: realtive;
    margin-top: 30px;
    width: 100px;
	cursor:pointer;
}
	#section-info .content .phone {
	position: realtive;
    margin-top: 30px;
    width: 100px;
}

}













#section-galerija .background {
	background-color: #150b3d;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#section-galerija .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
	text-align:left;
}
#section-galerija .content .box {
    background-color: rgba(99, 115, 124, 0.9);
	margin: 5px;
	max-width: 1900px;
	padding: 15px;
	border: 2px solid #F4F4F4;
	border-radius: 1px;
}


#section-galerija .content h2 {
    font-size: 35px;
    text-align: left;
	font-weight: 500;
	color:#fff;	
	padding:0 0 0 0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}

#section-galerija .content a {
    color:aqua;
	text-decoration: none;
	
}
#section-galerija .content .boxes {
	position: relative;
	top: 40px;
	left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}



div.gallery img {
    width: 100%;
    height: auto;
	border: 1px solid #FFFFFF; 
}
div.gallery img:hover {
	filter: alpha(opacity=80);
    opacity: 0.8;
}


div.desc {
    padding: 0px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 10px 10px;
    float: left;
    width: 10.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}




