@charset "utf-8";
body {
	background-color: #e6e6e6;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
}
.main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
}
.clearAll {
	clear: both;
}
.onlyDesk {
	display:block !important;
}
.onlyMob {
	display:none !important;
}

.HEADER------------- {}

.header {
	height: 100px;
	background-image: url(../images/header-bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 100px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

.header .logo {
	font-family: 'Roboto Slab', serif;
	color: #FFFFFF;
	font-size: 220%;
	font-weight: 100;
	text-shadow: 0px 3px 3px hsla(0,0%,0%,0.50);
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 70px;
	float: left;
	line-height: 70px;
	background-image: none;
	margin-top: 0px;
	margin-left: 0px;
	background-color: transparent;
	transition-duration: 0.3s;
	overflow-x: visible;
}
.header .logo:hover {
	color: #FFFFFF;
	text-shadow: 0px 1px 1px hsla(0,0%,0%,0.70);
	width: auto;
	background-color: transparent;
}
.header .navDesk {
	float: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 10px;
}
.navDesk .izaberi {
	font-family: 'Roboto Slab', serif;
	background-color: hsla(0,0%,0%,0.20);
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-right: 20px;
	padding-left: 60px;
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	font-weight: 300;
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	margin-right: 20px;
	padding-top: 0px;
	float: right;
	transition-duration: 0.3s;
}
.navDesk .izaberi:hover {
	background-color: hsla(0,0%,0%,0.40);
	color: hsla(0,0%,100%,1.00);
}
.navDesk .menu {
	font-family: 'Roboto Slab', serif;
	background-color: hsla(0,0%,0%,0.20);
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	font-weight: 300;
	background-image: url(../images/hamburger.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	width: 50px;
	float: right;
	transition-duration: 0.3s;
}
.navDesk .menu:hover {
	background-color: hsla(0,0%,0%,0.40);
	color: hsla(0,0%,100%,1.00);
}
.header .navMob {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 10px;
}
.navMob .izaberi {
	font-family: 'Roboto Slab', serif;
	background-color: hsla(0,0%,0%,0.20);
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-right: 20px;
	padding-left: 60px;
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	font-weight: 300;
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	float: right;
}
.navMob .izaberi:hover {
	background-color: hsla(0,0%,0%,0.40);
	color: hsla(0,0%,100%,1.00);
	margin-right: 0px;
}
.navMob .menu {
	font-family: 'Roboto Slab', serif;
	background-color: hsla(0,0%,0%,0.20);
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	font-weight: 300;
	background-image: url(../images/hamburger.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	width: 50px;
	float: left;
}
.navMob.menu:hover {
	background-color: hsla(0,0%,0%,0.40);
	color: hsla(0,0%,100%,1.00);
}
.navOpstine {
	background-color: #1f7ec0;
	-webkit-box-shadow: 0px 1px 20px 5px hsla(0,0%,0%,0.20);
	box-shadow: 0px 1px 20px 5px hsla(0,0%,0%,0.20);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	position: absolute;
	z-index: 9;
	top: 0px;
	width: 100%;
	padding-bottom: 20px;
}
.navOpstineHead {
	height: 100px;
	background-image: url(../images/header-bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 100px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.navOpstine a {
	font-family: 'Roboto Slab', serif;
	background-color: hsla(0,0%,0%,0.20);
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 55px;
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	font-weight: 300;
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	float: left;
	margin-right: 2%;
	width: 46%;
	margin-bottom: 1%;
	margin-left: 2%;
	white-space: nowrap;
	overflow-x: hidden;
}
.navOpstine .home {
	background-image: url(../images/home.png);
}
.navOpstine .email {
	background-image: url(../images/email.png);
}
.navOpstine a:hover {
	background-color: hsla(0,0%,0%,0.40);
}
.navOpstineHead a {
	background-color: hsla(0,0%,0%,0.20);
	display: block;
	height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0px;
	padding-left: 0px;
	color: hsla(0,0%,100%,1.00);
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	float: right;
	width: 50px;
	margin-top: 10px;
	margin-right: 0;
}
.navOpstineHead a:hover {
	background-color: hsla(0,0%,0%,0.40);
}
.navOpstineInput {
	font-family: 'Roboto Slab', serif;
	background-color: hsla(0,0%,0%,0.20);
	color: #FFFFFF;
	font-size: 100%;
	border-style: none;
	font-weight: 300;
	line-height: 50px;
	border-radius: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	height: 50px;
}
.navOpstine form #button {
	background-color: hsla(0,0%,0%,0.20);
	height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: hsla(0,0%,100%,1.00);
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	width: 50px;
	border-style: none;
	cursor: pointer;
	cursor: hand;
}

.TTL------------- {}

.ttl {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ttl h1 {
	float: left;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 200%;
	display: block;
	width: 49%;
	line-height: 120%;
}
.ttl p {
	float: right;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 140%;
	display: block;
	width: 49%;
	text-align: right;
	line-height: 120%;
}


.INTRO------------- {}

.intro {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.introItem {
	width: 98%;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-decoration: none;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.introHalf {
	width: 50%;
	float: left;
}

.introItem p {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 100%;
	display: block;
	line-height: 160%;
	color: #000000;
	text-align: center;
}
.introItem h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 140%;
	display: block;
	line-height: 160%;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}
.introItem a {
	font-family: 'Roboto Slab', serif;
	background-color: #0060a3;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-right: 20px;
	padding-left: 60px;
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	font-weight: 300;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	transition-duration: 0.3s;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-image: url(../images/email.png);
}
.introItem a:hover {
	background-color: hsla(0,0%,0%,0.30);
	color: hsla(0,0%,100%,1.00);
}

.PREPORUCENE------------- {}

.prep {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.prep a {
	width: 49%;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #FFFFFF;
	float: left;
	text-decoration: none;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 10px hsla(0,0%,0%,0.20);
	box-shadow: 0px 1px 10px hsla(0,0%,0%,0.20);
	background-image: url(../images/more.png);
	background-size: 65px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	transition-duration: 0.3s;
}
.prep a:hover {
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
	-webkit-box-shadow: 0px 3px 10px hsla(0,0%,0%,0.40);
	box-shadow: 0px 3px 10px hsla(0,0%,0%,0.40);
}
.prep a:nth-child(odd) {
	margin-right: 2%;
}
.prepImg {
	width: 20%;
	float: left;
	margin-right: 2%;
}
.prepImg img {
	width: 100%;
	display: block;
}

.prepTxt {
	width: 75%;
	float: left;
	white-space: nowrap;
	overflow-x: hidden;
}

.prep h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 200%;
	color: #BD7500;
	margin-top: 2%;
	margin-bottom: 2%;
}
.prep p {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 100%;
	display: block;
	line-height: 150%;
	color: #000000;
}

.OSTALE------------- {}

.ostaleBG {
	background-color: #B3B3B3;
	background-image: url(../images/divider-01.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 40px;
	padding-top: 60px;
	padding-bottom: 1px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.ostale {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.ostale a {
	width: 49%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #999999;
	float: left;
	text-decoration: none;
	margin-bottom: 20px;
	background-image: url(../images/more-ostale.png);
	background-size: 65px auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 1%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	transition-duration: 0.3s;
}
.ostale a:hover {
	-ms-transform: scale(1.05, 1.05); /* IE 9 */
	-webkit-transform: scale(1.05, 1.05); /* Safari */
	transform: scale(1.05, 1.05);
	-webkit-box-shadow: 0px 3px 10px hsla(0,0%,0%,0.20);
	box-shadow: 0px 3px 10px hsla(0,0%,0%,0.20);
	background-color: #898989;
}
.ostale a:nth-child(odd) {
	margin-right: 2%;
}
.ostale h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 200%;
	color: #FFFFFF;
	margin-bottom: 1%;
}
.ostale p {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 100%;
	display: block;
	line-height: 140%;
	color: #FFFFFF;
}

.BILBORDS------------- {}

.bilbords {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 20px;
}
.bilbords a {
	width: 49%;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #FFFFFF; 
	float: left;
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 10px hsla(0,0%,0%,0.20);
	box-shadow: 0px 1px 10px hsla(0,0%,0%,0.20);
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url(../images/more.png);
	background-size: 65px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	transition-duration: 0.3s;
}
.bilbords a:hover {
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
	-webkit-box-shadow: 0px 3px 10px hsla(0,0%,0%,0.40);
	box-shadow: 0px 3px 10px hsla(0,0%,0%,0.40);
}
.bilbords a img {
	width: 100%;
}

.bilbords a:first-child {
	margin-right: 2%;
	margin-bottom: 30px;
}
.bilbords h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 200%;
	color: #BD7500;
	margin-left: 2%;
	margin-top: 10px;
}
.bilbords p {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 100%;
	display: block;
	line-height: 160%;
	color: #000000;
	margin-left: 2%;
}

.FOOTER------------- {}

.footerBG {
	background-color: #999999;
	background-image: url(../images/divider-02.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 40px;
}
.footer {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-bottom: 30px;
}
.footerL {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 45%;
	margin-top: 50px;
}
.footerR {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 30%;
	margin-top: 40px;
}
.footer p {
	font-size: 70%;
	line-height: 120%;
	margin-bottom: 1%;
	color: #555555;
}
.footerR .top {
	font-family: 'Roboto Slab', serif;
	display: block;
	height: 50px;
	line-height: 50px;
	box-sizing: content-box;
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	font-weight: 300;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	width: 50px;
	float: right;
	margin-right: 10px;
}
.footerR .ioi {
	font-family: 'Roboto Slab', serif;
	display: block;
	height: 100px;
	line-height: 100px;
	box-sizing: content-box;
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	font-weight: 300;
	background-image: url(../images/ioi.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100px;
	width: 100px;
	float: right;
	margin-top: 10px;
}

.TTLPAGE------------- {}

.ttlPage {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 2%;
}
.ttlPageImg {
	width: 20%;
	float: left;
	margin-right: 3%;
}
.ttlPageImg img {
	width: 100%;
	display: block;
	-webkit-box-shadow: 0px 1px 10px hsla(0,0%,0%,0.20);
	box-shadow: 0px 1px 10px hsla(0,0%,0%,0.20);
}
.ttlPageTxt {
	width: 75%;
	float: left;
	/*white-space: nowrap;*/
}
.ttlPageL {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0%;
	padding-right: 1%;
}
.ttlPageR {
	float: right;
	width: 50%;
	padding-left: 1%;
	padding-right: 1%;
	left: 1%;
	right: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ttlPage h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 200%;
	line-height: 120%;
}
.ttlPage p {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 140%;
	line-height: 130%;
}

.BTTN------------- {}

.bttn {
}
.bttn a {
	font-family: 'Roboto Slab', serif;
	background-color: #0060a3;
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 60px;
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	font-weight: 300;
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	float: left;
	width: 49%;
	margin-bottom: 2%;
}
.bttn .phone {
	background-image: url(../images/phone.png);
}
.bttn .web {
	background-image: url(../images/web.png);
}
.bttn .email {
	background-image: url(../images/email.png);
}

.bttn a:nth-child(odd) {
	margin-right: 2%;
}

.OPIS------------- {}

.opis {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/divider-04.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 40px;
	padding-top: 50px;
}
.opisCont {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding-left: 1%;
	padding-right: 1%;
}
.opis h1 {
	color: #010101;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 180%;
	line-height: 120%;
}
.opis h2 {
	color: #010101;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 160%;
	line-height: 120%;
}
.opis h1 {
	color: #010101;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 180%;
	line-height: 120%;
}
.opis h3 {
	color: #010101;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 130%;
	line-height: 100%;
}
.opis p {
	line-height: 140%;
	color: #464646;
	font-weight: 300;
	margin-bottom: 10px;

}
.opis ul {
	line-height: 120%;
	color: #464646;
	font-weight: 300;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2%;
}
.opis li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
.opis strong {
	font-weight: 400;
	color: #03A1E4;
}


.KARAT------------- {}

.karat {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/divider-03.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 40px;
	padding-top: 50px;
}
.karatCont {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding-left: 1%;
	padding-right: 1%;
}
.karatItem {
	width: 16.66%;
	float: left;
}

.karatIcon {
	display: block;
	background-image: url(../images/karak-da.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
	background-size: 50px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.karatIcon.ne {
	background-image: url(../images/karak-ne.png);
}
.karatIcon.neznam {
	background-image: url(../images/karak-nepoznato.png);
}


.karatCont p {
	font-size: 70%;
	text-align: center;
	margin-top: 5px;
}




.GALERIJA------------- {}

.galerijaBG {
	background-color: #B3B3B3;
	background-image: url(../images/divider-01.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 40px;
	padding-top: 40px;
	padding-bottom: 1px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.galerija {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 20px;
}
.galerija h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 200%;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 1%;
}
.swiper-container {
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.40);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.40);
	height: auto;
} 
.swiper-container1 {
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 5px;
	border-top-width: 5px;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.40);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.40);
	height: auto;
} 
.swiper-wrapper .swiper-slide img {
	width: 100%;
	
}

.MAP------------- {}
.mapBG {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background-color: #B3B3B3;
}
.mapNav {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mapNav a {
	font-family: 'Roboto Slab', serif;
	background-color: #0060a3;
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
	color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	font-weight: 300;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.mapOver {
	background-image: url(../images/divider-02.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 40px;
	height: 100px;
	position: absolute;
	display: block;
	width: 100%;
	z-index: 6;
	top: -2px;
}

.mapOverD {
	background-image: url(../images/divider-05.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 40px;
	height: 100px;
	position: absolute;
	display: block;
	width: 100%;
	z-index: 6;
	top: 252px;
}
.mapBG #map {
	max-width: 100%;
	height: 350px;
	}

.SOCIAL------------- {}

.socialBG {
	background-color: #E6E6E6;
	background-image: url(../images/divider-02.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 40px;
	padding-top: 60px;
	padding-bottom: 1px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.social {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 20px;
}
.socialItem {
	display: block;
	float: left;
	text-align: center;
}
.socialItem p {
	font-family: 'Open Sans', sans-serif;
	font-size: 80%;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 140%;
	margin-top: 5px;
}





.MID------------- {}


@media only screen and (max-width: 980px) {



.prepTxt {
	width: 75%;
	float: left;
	white-space: nowrap;
}
.prep h1 {
	font-size: 170%;
}
.prep p {
	font-size: 90%;
	line-height: 130%;
}
.ostale h1 {
	font-size: 170%;
}
.ostale p {
	font-size: 90%;
	line-height: 130%;
}
.mapOverD {
	top: 152px;
}
.mapBG #map {
	height: 250px;
	}




}



.MOB------------- {}




@media only screen and (max-width: 780px) {

body {
	font-size: 100%;
}

.header {
	height: 110px;
	background-image: url(../images/header-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 100px;
}
.onlyDesk {
	display:none !important;
}
.onlyMob {
	display:block !important;
}	
.ttl {
	max-width: 100%;
}
.ttl h1 {
	float: none;
	width: 100%;
	font-size: 160%;
	margin-bottom: 2%;
}
.ttl p {
	float: none;
	width: 100%;
	/*font-size: 100%;*/
	text-align: left;
}
.bilbords {
	margin-top: 10px;
}
.bilbords a {
	width: 100%;
	float: none;
}
.prep a {
	width: 94%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.prep a:nth-child(odd) {
	margin-right: auto;
}
.prepImg {
	width: 25%;
	float: left;
	margin-right: 2%;
}
.prepImg img {
	width: 100%;
}
.prepTxt {
	width: 70%;
	float: left;
	white-space: nowrap;
}
.prep h1 {
	/*font-size: 170%;*/
}
.prep p {
	/*font-size: 90%;*/
	line-height: 160%;
}

.introItem {
	width: 94%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.introItem p {
	line-height: 140%;
}
.introHalf {
	width: 100%;
	float: none;
}
.ostaleBG {
	padding-top: 50px;
}
.ostale a {
	width: 94%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.ostale a:nth-child(odd) {
	margin-right: auto;
}
.ostale h1 {
	font-size: 180%;
	margin-bottom: 1%;
}
.ostale p {
	font-size: 90%;
	line-height: 120%;
}
.footer {
	max-width: 94%;
}
.footerL {
	width: 65%;
}
.footerR {
	width: 30%;
}
.footerR .ioi {
	margin-top: 40px;
}
.ttlPage {
	margin-bottom: 4%;
}
.ttlPageImg {
	width: 25%;
	float: left;
	margin-right: 3%;
}
.ttlPageTxt {
	width: 70%;
}
.ttlPage h1 {
	font-size: 190%;
	line-height: 120%;
}
.ttlPage p {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 100%;
	line-height: 140%;
}
.ttlPageL {
	float: none;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1%;
}
.ttlPageR {
	float: none;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.bttn {
	margin-top: 20px;
}
.bttn a {
	float: none;
	width: 100%;
}
.bttn a:nth-child(even) {
	margin-right: 0%;
}
.opisCont {
	padding-left: 4%;
	padding-right: 4%;
}
.opis p {
	column-count: 1;
}
.opis ul {
	margin-left: 4%;
}
.galerija {
	max-width: 100%;
}
.galerija h2 {
	margin-left: 4%;
}
.karatItem {
	width: 33.33%;
	float: left;
	margin-bottom: 20px;
}
	
	
	
}


.MOBSMALL------------- {}




@media only screen and (max-width: 320px) {

body {
	font-size: 80%;
}
.navOpstine a {
	font-size: 90%
}

}



}
