/*MAIN CSS*/
body, html {height:100%;margin:0;padding:0;}
body {background:#F3F3F3 url(images/bg.jpg) top center repeat;font:13px Arial, Helvetica, sans-serif;color:#323232;min-width:1100px;}
.main {background:#fff;box-shadow: 0 2px 5px #2E93D1;}
header{height:154px;}
header,.container{margin:0 auto;position:relative;width:1100px;}
.fontStyle{font-weight:bold;color:#2E93D1;text-decoration:none;}
/*index front*/
.clearFix{clear:both;}
#middleContainer{width:1100px;min-width:1100px;margin: 10px auto 40px;display:inline-block;}
#leftMiddle{width:524px;float:left;position:relative;box-shadow: 3px 2px 8px #A19F9F;}
#rightMiddle{width:522px;float: left;position:relative;margin-left:54px;}
.middleTitles{z-index:100;position:absolute;bottom:0;font-size:14px;font-weight:bold;color:#2E93D1;background-color: rgba(255, 255, 255, .9);padding:10px 0;text-align:center;text-decoration:none;width:100%;}
.middleImg{display:block;}
#rightMiddleLeft, #rightMiddleRight{float:left;}
#rightMiddleLeft{margin-right:15px;}
.middleHrefImg{display:block;}
.rightMiddleInner{position:relative;box-shadow: 3px 2px 8px #A19F9F;}
.middInner{margin-bottom: 11px;}
.middleImgRight{width:253px;height:185px;}
.mask{overflow: hidden;}
.view{position: absolute;overflow: hidden;height:100%;top: 0;left: 0;background-color: rgba(255,255,255,.75);padding:10px;color:#49494A;text-align:left;-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-o-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;cursor: pointer;}
.rightMiddleInner:hover .view{transform: translateX(0);}
#bottomContiner{margin-bottom:40px;}
.regija{overflow:hidden;float:left;width: 212px;background: #fff;margin: 0px 6px 0px 0px;border: 1px solid #ccc;color: #777B7C;height: 490px;box-shadow: 1px 2px 3px #D0D0D0;}
.regijaInner{position:relative;cursor: pointer;}
.regijaInnerTitle{margin: 0;position: absolute;text-align: center;width: 100%;background-color: rgba(255, 139, 8, .8);color: #fff;padding: 10px 0;top: 40%;z-index:9999999;}
.regijaInner:hover .regijaInnerTitle{background-color: rgba(245, 164, 57, 0.8);}
.regijaInnerImg{width:212px; height:170px;}
.regija p{margin: 0;padding: 5px 10px 10px;font-size: 12px;}
.regija p.nasloviopisa {margin: 0;padding: 15px 10px 5px;font-size: 16px;}
.regija a.nasloviopisa{color: #51ABF9;text-decoration:none;}
.regija a.nasloviopisa:hover{color: #1087EF;}
.middleExtra{border: 1px solid #F0E7E7;display: block;width: 100%;margin-bottom: 30px;background-color: #fff;box-shadow: 3px 2px 8px #DBD9D9;color: #777B7C}
.middleExtra a{display:block;color:#777B7C;text-decoration: none;}
.middleExtra a:link {text-decoration: none;}
.middleExtra a:visited {text-decoration: none;}
.middleExtra a:hover {text-decoration: none; background-color:#16AAFB;color:#fff;}
.middleExtra a:active {text-decoration: none; background-color:#16AAFB;color:#fff;}
.listMiddle{list-style-type: none;display: inline-block;width: 100%;padding: 0;margin: 5px;}
.listMiddle li{float: left;width: 33%;text-align: center;line-height: 2;}
.listMiddle h2,.listMiddle h1{margin:0;}
.listMiddle h1{font-size: 19.5px;line-height: 2;font-weight: 700;}
.listMiddle h2 {font-size: 18px;}
.wrapperHeader {width:100%;position:relative;}
.scrollToTop{position: fixed;right: 20px;bottom: 30px;z-index:13;}
.scrollToTop a{background:url(icons/totop.png);display: block; width:45px; height:45px; text-align: center;color: #F3EAEA;text-decoration: none;text-transform: uppercase;font-size: 28px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.scrollToTop a:hover{color: #C9C0C0;}
.staticPages p{line-height:2;padding: 20px;text-align: justify;}
/*Jezici i social*/
.languagesMenu{display:inline-block;}
.language{width:36px; height:36px; display:inline;}
.language:hover, .social a:hover {opacity:0.7;}
.social{display:inline-block;margin-top:3px;}
.social a{text-decoration:none;}
/*Registracija i Login*/
#nav{margin-top: 15px;position:relative;}
#top_nav {float:right;margin:5px 0 0;}
#top_nav li {float:left;padding-left:5px;list-style:none;}
#top_nav a{cursor:pointer;display:block;border:1px solid #C4BFBF;background-color:#fff;width:79px;font-size:12px;line-height:29px;color:#323232;text-align:center;text-decoration:none;}
#top_nav a:hover{color:#fff;background:#16AAFB;}
/*Login page*/
.loginBackground{background: #F3F3F3 url(img/1/hotelAdriatic1.jpg) top center no-repeat;background-size: cover;}
#login{background: #fff;box-shadow: 0 1px 3px rgba(0,0,0,.5);border-radius:4px;width:420px;margin:100px auto;color: #777B7C;text-align:center;font-size:13px;}
.loginTitle{font-size: 20px;padding: 15px;border-bottom: 1px dashed rgba(0,0,0,.2);border-top-left-radius: 4px;border-top-right-radius: 4px;color: #A7A5A2;}
#loginContent{margin: 15px;}
.loginInput{padding: 10px;width: 320px;-webkit-box-shadow: inset 2px 2px 10px 0px #D6D5D3;-moz-box-shadow: inset 2px 2px 10px 0px #D6D5D3;box-shadow: inset 2px 2px 10px 0px #D6D5D3;border: 1px solid #D6D5D3;}
.submitBtn{display: block;width: 342px;height: 38px;margin: 0 auto;cursor: pointer;border-radius: 4px;border: 1px solid #2E93D1;color: #fff;background-color: #2E93D1;  
	background-image: -moz-linear-gradient(top,  #2E93D1 0%, #16AAFB 100%); /* FF3.6+ */  
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E93D1), color-stop(100%,#16AAFB)); /* Chrome,Safari4+ */  
	background-image: -webkit-linear-gradient(top,  #2E93D1 0%,#16AAFB 100%); /* Chrome10+,Safari5.1+ */  
	background-image: -o-linear-gradient(top,  #2E93D1 0%,#16AAFB 100%); /* Opera 11.10+ */  
	background-image: -ms-linear-gradient(top,  #2E93D1 0%,#16AAFB 100%); /* IE10+ */  
	background-image: linear-gradient(to bottom,  #2E93D1 0%,#16AAFB 100%); /* W3C */}
.loginBottom{padding: 15px;margin-top: 25px;border-top: 1px dashed rgba(0,0,0,.2);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.loginBottom a{text-decoration:none;color: #16AAFB;}
#errorMessage{margin:10px 0;color:#FF0000;}
.error_strings{color:#FF0000;font-size: 11px;}
/*Registracija*/
.regHeaderTitle{font-size:10px;display: inline-block;margin: 10px;vertical-align: top;}
.prijavaHeaderTitle{text-decoration:none;color: #16AAFB;}
/*Glavni menu*/
#menu {width:100%;padding:0;}
#menu li {float:left;list-style:none;height: 33px;}
#menu li a {display:block;font-size:13px;color:#777B7C;font-weight:bold;text-decoration:none;text-transform:uppercase;height: 15.3px; padding: 9px 7px;}
#menu li a.tipovi:hover{background-color:#16AAFB;color:#fff;}
.separator{/*padding: 12px;*/margin: 0px 1px 10px;}
/*Panorama i search box*/
.panorama{position: absolute;left: 0px;z-index: 1;width: 100%;height: 440px;min-width:1100px;}
.searchTitle{font-size:35px;line-height:52px;font-weight:600;color:#fff;margin: 20px 0 10px;padding: 0;text-shadow: 1px 1px #C4BFBF;text-transform: none;}
.searchBackground{opacity:0.9;width:240px;padding:25px;line-height:40px;text-align:justify;color:#fff;border-radius:5px;
background-color: #2E93D1;  
background-image: -moz-linear-gradient(top,  #2E93D1 0%, #16AAFB 100%); /* FF3.6+ */  
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E93D1), color-stop(100%,#16AAFB)); /* Chrome,Safari4+ */  
background-image: -webkit-linear-gradient(top,  #2E93D1 0%,#16AAFB 100%); /* Chrome10+,Safari5.1+ */  
background-image: -o-linear-gradient(top,  #2E93D1 0%,#16AAFB 100%); /* Opera 11.10+ */  
background-image: -ms-linear-gradient(top,  #2E93D1 0%,#16AAFB 100%); /* IE10+ */  
background-image: linear-gradient(to bottom,  #2E93D1 0%,#16AAFB 100%); /* W3C */ }
.selectLabel{padding: 0;line-height: 1;margin: 0;}
.wrapperSelect{width:100%;padding: 5px;border-radius: 5px;background-color:#fff;}
.searchSubmit {position:relative;cursor:pointer;display:block;border:1px solid #C4BFBF;background-color:#fff;width:100%;font-size:12px;line-height:29px;color:#323232;text-align:center;text-decoration:none;}
.innersearchIcon{position:absolute;content:""; display:inline-block; background:url(icons/search.png);width:16px;height:16px;left: 75px;top: 8px;}
.clearStyleButton{display: inline-block;width: 100%;border: none;background: none;height: 32px;cursor: pointer;}
.clearStyleButton:hover, .submitLogin:hover, .cancelLogin:hover, .submitBtn:hover {font-weight:bold;}
/*Registracija Slika*/
.registracijaSlika{position: absolute;right: 0;top: 10px;z-index:2;}
/*Support menu*/
.supportInfo{position:absolute;right:0;top: 380px;z-index:2;}
.info{float:left;border:1px solid #C4BFBF;background-color:#fff;font-size:14px;padding:10px;height:35px;margin-right:10px;}
.infoIkona{float: left !important;margin-right: 10px;}
.innerInfo {display:inline-block;height: 100%;color:#4D4E4E;}
.innerInfo a{text-decoration:none;color:#777B7C;font-weight: bold;display:block;}
.innerInfo a:hover{color:#f09e2f;}
/*Lijeva strana i desna strana div*/
#leftSide{width:290px;float:left;margin-top: 40px}
#rightSide{width:810px;float:right;margin-top: 125px;}
#uvuceno{margin-left:50px;}
/*Izdvojeni oglasi*/
#izdvojeniSlider{height:300px}
.izdvojeniSlider{width: 100%;margin:0px 0 20px 0;}
.izdvojeniOglasi{}
.izdvojeniTitle{font-size:18px;margin-bottom: 30px;text-transform:uppercase;font-weight: 100;line-height: 2;color:#777B7C;position:relative;text-align:center;}
.izdvojeniTitle::before{content:"";border-bottom:1px solid #777B7C;position:absolute;left:0;top:50%;width:40px; }
.izdvojeniTitle::after{content:"";border-bottom:1px solid #777B7C;position:absolute;right:0;top:50%;width:40px;}
.izdvojeniOglas {margin-bottom:20px;background-color:#fff;border:1px solid #C4BFBF;border-radius: 4px;box-shadow: 0px 0px 8px rgba(0,0,0,.2);}
.izdvojeniSlika a {position:relative;display:block;text-decoration: none;font-weight:bold;font-size: 16px;text-align: left;}
.overlayTop{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background-color: rgba(75, 66, 66, 0.2);color: #fff;display: block;left: 0;position: absolute;top: 0;width: 100%;padding:0 10px;z-index: 1;border-top-right-radius: 3px;border-top-left-radius: 3px;}
.overlayTop p{display:inline-block; margin-top:8px;margin-bottom:0;}
.overlayTop p:nth-child(2){margin-left:10px;}
.overlayTop p:last-child{margin:10px 0;font-weight:normal;font-size:13px;display:block;}
.overlayTopFront{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background-color: rgba(75, 66, 66, 0.2);color: #fff;display: block;left: 0;position: absolute;top: 0;width: 100%;padding:10px;z-index: 1;border-top-right-radius: 3px;border-top-left-radius: 3px;}
.izdvojeniSlika .profilna{width:100%;height:200px;border-top-right-radius: 4px;border-top-left-radius: 4px;}
.izdvojeniSlikaFront img{width:100%;height:200px;border-top-right-radius: 4px;border-top-left-radius: 4px;}
.izdvojeniSlikaFront a {position:relative;display:block;text-decoration: none;font-weight:bold;font-size: 16px;text-align: center;}
.izdvojeniInfo{margin: 0px 10px 0px;}
.udaljenosti{display:inline-block;background-color: #fff;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05),0 0 0 3px rgba(0,0,0,.025) inset;-moz-box-shadow: 0 1px 0 rgba(0,0,0,.05),0 0 0 3px rgba(0,0,0,.025) inset;box-shadow: 0 1px 0 rgba(0,0,0,.05),0 0 0 3px rgba(0,0,0,.025) inset;border: 1px solid #e2e2e2;text-align: center;width: 60px;height: 60px;margin:10px 10px 10px 0;}
.udaljenosti img{display:block;margin:5px auto;}
.udaljenostiExtra{width: 55px;height: 55px;padding-bottom: 6px;margin: 5px 6px 5px 0;}
/*Registracija page*/
.regHeaderTitle{font-size: 10px;display: inline-block;padding: 0;vertical-align: top;line-height: 4;margin: 0 10px 0 0;}
.containerInner{background: #fff;box-shadow: 0 1px 3px rgba(0,0,0,.5);border-radius:4px;width:1100px;margin:100px auto;color: #777B7C;font-size:13px;}
.regBottom{padding: 15px;border-top: 1px dashed rgba(0,0,0,.2);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.regTitle{text-align:center;font-size: 20px;padding: 15px;border-bottom: 1px dashed rgba(0,0,0,.2);border-top-left-radius: 4px;border-top-right-radius: 4px;color: #A7A5A2;}
.regTitle h1{margin: 0;font-size: inherit;}
#regContentLeft{padding: 0 25px 0 25px;float:left;border-right: 1px dashed rgba(0,0,0,.2);margin: 25px 0;}
#regContentRight{display: inline-block;margin-top: 24px;}
#regContentRight h2{text-align: center;font-size: 24px;padding: 0 15px 15px;margin:0;margin-bottom:25px;color: #2E93D1;}
.listAbout{	list-style-type:none;}
.listAbout li{float: left;width: 180px;margin:0 25px 15px 0;text-align: center;line-height: 2;}
.razmak{clear: both;margin: 0px 40px 22px 40px;border-bottom: 1px solid #ddd;}
/*table*/
.containerInner form {display:inline-block;}
.containerInner form label{line-height: 2;}
.regA,a.selected {text-decoration: none;color: #16AAFB;}
.rowinput{width:220px;height:22px;-webkit-box-shadow: inset 2px 2px 10px 0px #D6D5D3;-moz-box-shadow: inset 2px 2px 10px 0px #D6D5D3;box-shadow: inset 2px 2px 10px 0px #D6D5D3;border: 1px solid #D6D5D3;}
.emailInputtz{display:none;}
/*uvjeti*/
.messagepop{background: #fff;cursor: default;display: none;position: absolute;text-align: left;width: 645px;z-index: 999;overflow-x: hidden;overflow-y: scroll;left: 435px;top: 75px;height: 490px;font-size: 14px;}
.messagepop p, .messagepop.div {margin: 0;padding-bottom: 10px;}
.close{text-decoration:none; position:absolute;top:5px;right:5px;}
/*kontakt i lozinka povrat*/
#mapa{width:100%;height:400px;}
.containerInner{background: #fff;box-shadow: 0 1px 3px rgba(0,0,0,.5);border-radius: 4px;margin: 100px auto;color: #777B7C;}
.kontaktFormularInfo p{margin:0;margin-top: 20px;padding:0 20px;font-size: 16px;line-height:1.5;}
.kontaktFormular{padding: 0 25px 0 25px;float: left;border-right: 1px dashed rgba(0,0,0,.2);margin: 25px 0;}
.tvrtkaInfo{float: left;margin: 13px 0 0 40px;}
.tvrtkaInfo h2{color: #f09e2f;}
.ps{font-weight:bold;}
.kontaktMapa{padding-top: 1px;border-top: 1px dashed rgba(0,0,0,.2);}
.lozinkaFormular{padding: 0 25px 25px 25px;margin: 25px 0;}
/*Pretraga*/
.pretragaukupno{}
.pretragaNaslovTop{font-weight:bold;color:#B3B3AF;text-decoration:none;list-style:none;margin:25px 0 0;padding:0;}
.pretragaNaslovTop li{float:left;}
.pretragaNaslovTop li >a{color:#B3B3AF;text-decoration:none;}
.pretragaNaslovTop li >a:hover{color:#f09e2f;}
.profil{box-shadow: 1px 1px 6px rgba(0,0,0,.2);background:#f4f0e7;margin-bottom:20px;padding:15px;}
.profil2{box-shadow: 1px 1px 6px rgba(0,0,0,.2);background:#fff;margin-bottom:20px;padding:15px;}
.profilImage{float:left;width: 250px;}
.profilImage img{width: 250px;height: 192px;}
.profilInfo{float: left;width: 63%;margin-left: 15px;}
.profilInfo h3{margin:0 0 5px 0;font-size: 16px;}
.profilInfo h3 a{text-decoration:none;color: #777B7C;}
.profilMjesto{margin: 10px 0;font-weight: bold;}
.profilMjesto img{width: 32px;vertical-align: middle;margin-right: 15px;}
/*.ikoneBotttom{margin-top: 20px;}*/
.ikoneBotttom{margin-top: -18px;}
.pagination{display: inline-block;border: 1px solid #C4BFBF;background-color: #fff;width: 80px;font-size: 12px;color: #323232;text-decoration: none;padding: 5px;}
.pagination:hover, .paginationSmall:hover{color:#fff;background:#16AAFB;}
.paginationSmall{border: 1px solid #C4BFBF;background-color: #fff;font-size: 12px;color: #323232;text-decoration: none;padding: 4px;}
.pagActivated{color:#fff;background:#f09e2f;}
.pretragaGlavniTag{margin: 0px 0px 15px 50px;font: 700 21px Arial,Helvetica,sans-serif;letter-spacing: 1.5px;color: #2E93D1;}
/*About*/
.grayscale {filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */filter: gray; /* IE6-9 */-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */}
.grayscale:hover{filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");-webkit-filter: grayscale(0%);}
.grayscale:hover .txtColor,.grayscale:hover .langStyleAbout {color:#2E93D1;}
.sectionAbout{width:100%;background-color:#fff;border-top:1px dashed rgba(0,0,0,.2);padding-bottom: 25px; position: relative;min-width:1100px;}
.panorama2{position: absolute;left: 0px;z-index: -1;width: 100%;min-width:1100px;opacity: 0.5;height:357px;}
.langStyleAbout{text-decoration:none; font-size:12px; color:#777B7C;}
.registracijaLink{display: block;background:#16AAFB;border: 1px solid #2E93D1;font-weight:bold;color:#fff;padding: 25px 25px 25px 70px;font-size: 20px;position: relative;border-radius: 10px;text-decoration:none;opacity:0.8;}
.registracijaLink::before{content: "";background: url(icons/connect.png) no-repeat;position: absolute;left: 10px;top: 13px;width: 48px;height: 48px;}
/*Footer*/
#footer{padding: 10px 0 5px 0;box-shadow: 0 -1px 5px #2E93D1;color:#fff;
background-color: #16AAFB;  
background-image: -moz-linear-gradient(top,  #16AAFB 0%, #2E93D1 100%); /* FF3.6+ */  
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16AAFB), color-stop(100%,#2E93D1)); /* Chrome,Safari4+ */  
background-image: -webkit-linear-gradient(top,  #16AAFB 0%,#2E93D1 100%); /* Chrome10+,Safari5.1+ */  
background-image: -o-linear-gradient(top,  #16AAFB 0%,#2E93D1 100%); /* Opera 11.10+ */  
background-image: -ms-linear-gradient(top,  #16AAFB 0%,#2E93D1 100%); /* IE10+ */  
background-image: linear-gradient(to bottom,  #16AAFB 0%,#2E93D1 100%); /* W3C */ }
#footerCopyright a, .regijeFooter, .columnsLinks{text-decoration:none; color:#fff;}
#footerBottom .regijeFooter::after{content: " | ";}
#footerBottom .regijeFooter:last-of-type::after{content: "";}
#footerCopyright a{font-weight:bold;}
#footerBottom{margin-top: 30px;}
.footerColumns{float: left;width: 355px;margin-right: 75px;}
.footerColLast{margin-right: 0;width: 215px;padding-left: 20px;}
.footerColumns p{font-size: 25px;margin: 15px 0;font-weight: bold;text-shadow: 1px 1px 5px rgb(129, 55, 20);}
.footerColumns ul{padding: 0px;margin: 0px;list-style-type: none;}
.footerColumns ul li{padding:5px 0;}
.columnsLinks{-webkit-transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-ms-transition: opacity .25s ease-in-out;-o-transition: opacity .25s ease-in-out;transition: opacity .25s ease-in-out;}
.columnsLinks:hover{opacity:0.5;border-bottom:1px dotted;}
/*CSS kontakt upiti*/
.upitNaslovnaPoruka{margin:10px 0;color: #777B7C;}
.hidden{display:none;}
.leftFloat{float:left;width:33%;}
.lastFloat{width: 33.5%;}
.labelUpit{display:block;margin: 5px 0;}
.inputUpit{width: 220px;height: 32px;padding-left: 10px;}
.selectUpit{width: 232px;height: 36px;display:block;}
.textUpit{height: 227px;width: 100%;resize:none;}
.textUpit, .inputUpit, .selectUpit{border-radius:4px;-webkit-box-shadow: inset 2px 2px 10px 0px #D6D5D3;-moz-box-shadow: inset 2px 2px 10px 0px #D6D5D3;box-shadow: inset 2px 2px 10px 0px #D6D5D3;border: 1px solid #D6D5D3;}
.submitUpit{margin: 20px 0;}
.submitExtra{margin:0;width: 232px;}
/*custom select field
.styled-select select {background: transparent;-webkit-appearance: none;-moz-appearance: none;appearance: none;border: none;height: 30px;display: block;-webkit-box-shadow: inset 2px 2px 10px 0px #D6D5D3;-moz-box-shadow: inset 2px 2px 10px 0px #D6D5D3;box-shadow: inset 2px 2px 10px 0px #D6D5D3;}
.styled-select {overflow: hidden;background: url(icons/arrowDown.png) no-repeat 95% 50% #fff;height: 30px;border-radius: 5px;border: none;margin: 5px 0;}
.extraStyle{width:45%;float: right;background: url(icons/arrowDown.png) no-repeat 90% 50% #fff;}
*/
/*OBJEKT PRIKAZ*/
.content{background:#fff;margin-top:20px;padding:15px;box-shadow: 0px 0px 8px rgba(0,0,0,.2);}
.objektNaslov h1{font-size:38px;margin: 0 0 10px;display: inline-block;position:relative;}
.objektNaslov .icons{width:16px;vertical-align:bottom;margin-right:5px;}
.iconsJezici{width:25px;height:20px;vertical-align: bottom;margin-right:5px;}
.brojPregleda{position: absolute;top: 0;right: 10px;color: #9D9C9C;}
.opisObjekta{margin: 10px 0 20px;text-align: justify;color:#777B7C;}
.opisObjekta span{color:#323232;}
.slike_resize_main {width: 120px;height: 120px;border-radius: 3px;box-shadow:0 2px 4px grey;}
.slike_resize {width: 70px;height: 70px;border-radius: 3px;box-shadow:0 2px 4px grey;}
.tabbed{color: #777B7C;}
.izborSmjestaja{font-size:20px;color: #323232;font-weight:700;}
/*REZERVACIJA*/
.prikazBottom, .prikazRezervacija{width:100%;}
.prikazBottom h3, .prikazRezervacija h3{background: #16AAFB;padding: 5px;color: #fff;margin-top: 0px;font-size:14px;}
.udaljenostOuter{width:47%;float:right;margin-top: 15px;}
.udaljenostOuter p{margin: 0 0 10px 0;
color: #2E93D1;
font-weight: bold;
text-transform: uppercase;}
.shiftRight{float:right;}
.udaljenostInner{list-style-type: none;margin: 0;padding: 0;}
.udaljenostInner li{float: left;
list-style-type: none;
width: 42%;
margin-right: 30px;
margin-top: 10px;}
/*RAZMJENA LINKOVA*/
.razmjenaLinkova{
	text-decoration: none;
	font-size: 18px;
	color: #FF840D;
}
.razmjenaLinkova:hover{
	color:#F0AB69;
	border-bottom:1px dotted;
}
.fb_iframe_widget {display: inline-block;
position: absolute !important;
top: 115px;
right: 0px;}
/*.fb-like {
    overflow:hidden;
}*/

/*Image Slider*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: 470px;
  float: left;
  width: 100%;
  border: 0;
  }
  
<!--.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }-->

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("icons/left_right.png") no-repeat left top;
  margin-top: 0;
  
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  margin-top:0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("icons/left_right.png") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
  
.caption{
text-align:justify;
	color: #fff;
  width: 21%;
  border-radius: 10px;
  height: 220px;
  background-color: rgb(83, 192, 237);
  /*box-shadow: 10px 10px 10px #97D9FC;*/
  position: relative;
  left: 924px;
   top: 128px;
  padding: 5px;
  opacity: 0.6;
    filter: Alpha(opacity=50);
}
.captionUltra{
bottom: 100px;
position: absolute;
right: 160px;
font-size: 23px;
color: #F5F5DC;
}

.captionUltra a {
cursor: pointer;
border-radius: 4px;
border: 1px solid #371B95;
color: #FFF;
background-color: #410DB7;
background-image: linear-gradient(to bottom, #7415B7 0%, #623BCC 100%);
padding: 10px;
text-decoration: none;
letter-spacing: 2.5px;
}
/**
   * Base styles for horizontal navigation
   */
  .horizontal-nav {
    background: #E9951A;
    border-radius: 6px;
	  
  }
  .horizontal-nav  #navigate{
   
    float: left;
    text-align: center;
    border-radius: 8px;
    /*border: 2px solid #E9951A;*/
	position:relative;
	top: -47px;
	/*left: 27px;*/
	font-weight:bold;
	text-transform:uppercase;
	line-height:2;
	list-style-type: none;
  }
  .horizontal-nav #navigate li {
    float: left;
   
	
  }
  
  .horizontal-nav #navigate li:first-child {
    border-left: 0 none;
  }
  .horizontal-nav  #navigate li a {
    display: block;
    padding: 4px 0px;
    color: #E9951A;
   
	text-decoration:none;
	color:#777B7C;
	height:25px;
	position: relative;
	top: -2px;
  }
  /*.horizontal-nav #navigate li:first-child a {
    border-left: 0 none;
  }*/
  .horizontal-nav #navigate li a:hover {
    background: #2E93D1;
	color:#fff;
	
  }
/*SIDE BAR PLAĆANJA*/
#accordion-1{width:100%;}

 
