/* @import url('https://fonts.googleapis.com/css?family=Work+Sans:900');
@import url('https://fonts.googleapis.com/css?family=Catamaran:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Oswald:400&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Abel:400&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Cuprum:400&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Istok+Web:400&subset=latin-ext');

https://www.creativebloq.com/typography/free-web-fonts-1131610/2 - ODI IMA LISTA FONTOVA
Visoki font: Oswald

font-family: 'Open Sans', sans-serif;

 */

@import url('https://fonts.googleapis.com/css?family=Barlow:400&subset=latin-ext');
body{
    /*font-family: "Catamaran"!important;
	font-family: "Open sans"!important;*/
	font-family: "Barlow"!important;
}
h1 , h2 , h3 , h4 , h5 , p , span {
    font-family: "Open sans";
	font-family: "Barlow"!important;
}
a {
    font-family: "Barlow";
    color: #3a3a3a;
}
a:hover , a:focus {
    text-decoration: none!important;
}

h1 , h2 , h3 , h4 , h5 , p {
    margin: 0px;
}

h1, h2 {
    font-size: 27px;
    font-weight: 500;
    color: #f90;
    text-transform: uppercase;
    margin: 20px 0px 0px 0px;
    text-shadow: 2px 2px #ffdede;
}
h1 {
    font-size: 24px;
    color: Red;
}
h2 {
font-size: 18px;
color: #484848;
border-bottom: 3px solid #5fff06;
margin: 20px 0px 6px 0px;
}

/* ------------------------------------------------------
/* --------------------- HEADER  --------------------- */
.header_wide {
    width: 100%;
    background: #000;
}

.wrap_head {
    position: relative;
    background-color: #000;
    color: #fff;
    display: block;
    height: 90px;
    z-index: 100;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 1200px;
}
.head_logo{
position: absolute;
top: 12px;
left: 0px;
}
.head_logo img{
width:260px;
}

.head_user{
position:absolute;
top:8px;
right:400px;
xxxright:600px;
font-size:10px;
color:#999;
}
.head_links{
position:absolute;
top:12px;
right:35px;
xxxright:135px;
color:#8a8a8a;
}
.head_links a{
color: #d77600 !important;
font-size:13px;
display:inline-block;
    padding: 1px 3px;
}
.head_links > a:hover{
color:DarkOrange !important;
background-color: #fff;
}




.lang-link img{
	margin-bottom: 2px;
	padding: 0 3px
}
.lang-box {
	position: relative;
	display: inline-block;
	cursor:pointer;
}
.lang-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	border: 1px solid #eee;
	border-top: 0px;
	z-index: 1;
	right: 0px;
}
.lang-box:hover .lang-content {display: block;}
.lang-box:hover .lang-link {background-color: #fff; color: DarkOrange;}

.lang-content ul {
margin: 3px;
padding: 0px;
}
.lang-content ul li {
	margin: 0;
	list-style: none;
	line-height: 1.5em;
	white-space: nowrap;
	clear: both;
	padding-left: 10px;
}
.lang-content ul li:hover {
	background-color: #333;
}
.lang-content ul li:hover a {
	color:#fff !important;
}
.lang-content ul li > a {
padding-left: 20px;
color: #010101 !important;
position:relative;
display: block;
padding-left: 36px;
}
.lang-content ul li a span {
	background-repeat: no-repeat;
	background-position: center;
	height: 21px;
	width: 23px;
	position: absolute;
	left: 0px;
	top: 2px;
}
.lang-content ul li a .en {
	background-image: url(../images/flags/en.gif);
}
.lang-content ul li a .hr {
	background-image: url(../images/flags/hr.gif);
}
.lang-content ul li a .fr {
	background-image: url(../images/flags/fr.gif);
}
.lang-content ul li a .nl {
	background-image: url(../images/flags/nl.gif);
}
.navigation-box .drop-panel-lang {
	width: 160px;
}




/* --------------------- END HEADER  --------------------- */





/* ------------------------------------------------------
/* --------------------- FOOTER  --------------------- */
.footer-design {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
    padding: 44px 0px 30px 0px;
    color: #fff;
    float: right;
}
.footer-design h5{
    padding: 4px 0px 2px 0px;
    border-bottom:1px solid #262626;
    color: #fff;
font-weight: 600;
}

.footer_contact{
padding:6px 0px;
color: #fff;
}
.footer_contact div:nth-child(1){
font-size: 22px;
color: #fff;
}



/*drugi stupac*/
.footer_menu ul{
    font-weight: 700;
    padding-left: 0px;
    padding-top: 15px;
}
.footer_menu ul li{
list-style: none;
display: inline;
float: left;
background-color: #f00;
margin: 2px;
padding: 2px 4px;
border-radius: 4px;
cursor: pointer;
}
.footer_menu ul li:hover{
    background-color: #ededed;
}
.footer_menu ul li a {
    display:block;
    margin: 2px auto;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 2px 4px;
	transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
.footer_menu ul li a:hover{
    color:rgba(51,51,51, 1)!important;
	transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
}



/* --------------------- END FOOTER  --------------------- */



/* ------------------------------------------------------
/* --------------------- INDEX  --------------------- */


/* --------------------- END INDEX  --------------------- */


/*----------------------GENERAL FRAMEWORK------------------*/
.content-row{
height: auto;
padding: 4px 0px;
margin: 10px auto;
width: 100%;
max-width: 1200px;
}

.row{
margin-right: 0px;
margin-left: 0px;	
}
.flex_container{
display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
display: flex;
flex-direction:row;
wrap:flex;
align-items: stretch;
}

.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.relative {
position: relative;
}

.border_right{
border-right:1px solid #dcdcdc;
}

.green_bar{
	background-color: #1ce100;
	height:14px;
	font-size: 10px;
}

/*------------------------------BOOTSTRAP OVERIDE*/
.btn_small {
    padding: 3px 2px;
    font-size: 12px;
	margin:3px 1px;
}

.tooltip {
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 11px;
	color: #fff;
	padding: 3px 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity:1;
}

.tooltip > div {
	text-align:left !important;
}


/*------------------------------NASLOVI*/

.naslovi{
font-family:Helvetica, Arial, sans-serif;
position:relative;
font-size: 20px;
color: #f00;
padding: 10px 2px 2px 5px;
margin: 6px 4px;

text-align: left;
border-bottom: 5px solid #fff156;
background-color: #f8f8f8;
color: #171717;
border-radius: 6px;
border-radius: 12px 3px;
clear: both;
}
.naslovi a{
color:DodgerBlue;
font-size: 20px;
}
.naslovi a:hover{
color:DarkOrange;
}


.help{
margin: -5px 5px 10px 5px;
padding: 5px 15px;
background-color: #787878;
border-radius: 2px;
color: #fff;
}


/*------------------------------PRIKAZ REZULTATA*/
.prikazRezultata  {  
font-family:Barlow;
font-size:11px;
text-align:center;
color:#333333; 
padding:10px 0px 10px 0px; 
}
.errors {
font-family:Arial;
font-size:12px;
text-align:center;
color: #FF6600;
padding:6px;
}
.profil_text{
padding:3px 5px;
}
.div_results {
font-family: Arial;
font-size: 13px;
text-align: left;
color: #483A31;
padding: 6px;
margin: 10px 3px;
border-radius: 6px;
background-color: #f0ece6;
}


/*------------------------------TRAZILICE LISTING, CLASSIC*/
.search_field{
background-color: #3b3b3b;
margin: 3px;
padding: 8px;
border-radius: 6px;
}
.search_field td{
color:#fff;
}
.search_field .inputi_auto {
border: 1px solid #3cff00 !important;
}



/*------------------------------MODALI UI*/
.tbl_info td{
font-size:11px;
border-bottom:1px solid #e0e0e0;
padding-left:5px;
}

.tbl_small{
font-size:11px;
}
.tbl_left{
text-align:left;
padding-left:3px;
}


/*------------------------------TABLICE */
table.tablesorter {
	/*
	font-family:Verdana, sans-serif;
	xfont-family: "Open sans";
	xfont-family: "Catamaran"!important;
	font-family:Tahoma, Geneva, sans-serif;
	font-family:Snell Roundhand, cursive;
	*/
	font-family:Barlow;
	background-color: #cdcdcd;
	margin:5px 0pt 6px;
	font-size: 10pt;
	text-align: center;
	border:3px solid #ededed;
	border-radius: 8px;
}
/*#e6EEEE  E3FDB5*/
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
text-align:center;
	background-color:#ededed;
	font-size:8pt;
	padding:4px 1px;
	background-color: #2d2d2d;
	color: #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #fff;
	text-transform: uppercase;
}
table.tablesorter thead tr th:last-child, table.tablesorter tfoot tr > th:last-child {
	border-right: 0px;
}
/*
table.tablesorter thead tr th:nth-last-child(), table.tablesorter tfoot tr th:nth-last-child() {
	border-right: 1px solid Red;
}
*/



table.tablesorter tbody td {
color: #3d3d3d;
padding:1px;
padding-left:2px;
background-color:#fff;
text-align:center;
border-bottom: 1px solid #000;
border-right: 1px solid #fff;
}
.tablesorter tbody td:last-child {
border-right: 0px;
}
table.tablesorter tbody td a {
font-family:Barlow;
color: darkgreen;
text-decoration:none;
}
table.tablesorter thead th a {
font-family:Barlow;
color: #ffd853;
text-decoration:none;
font-size:15px;
}
table.tablesorter thead th a:hover {
color: #fff;
}

.tip_color{
color:#fff;
font-weight: bold;
}


/*------------------------------TOOLTIP MARKER */
.tooltip_mark{
color:Yellow;
}



/*ZA TABLICE U PRINT FORMAMA*/
table.table_white thead tr th, table.table_white tfoot tr th {
	background-color:#ededed;
	color: #000;
	border-top:1px solid #000;

}

table.table_white tbody td{
	border-right: 1px solid #9f9f9f;

}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
	background-color: #F5F5F;
}

.tablesorter tbody tr.even td {
	background-color: #e5e3c6;
	background-color: #dedede;
}
.tablesorter tbody tr.odd  td {
	background-color: #e0dfce;
}
.tablesorter tbody tr.marking  td {
	background-color: Yellow !important;
}
.tablesorter tbody tr.stop_sale  td {
	background-color: #d7f9c0  !important;
	xcolor: #fff;
}
/*
.tablesorter tbody tr.xstop_sale  td {
      background-color: #fffba9 !important;
}

.tablesorter tbody tr.akcija td {
      background-color: #FF6951 !important;
}
.tablesorter tbody tr.poslovnice  td {
      background-color: #7cbd1e !important;
}

.tablesorter tbody tr.on_request  td {
      background-color: DeepSkyBlue !important;
}

*/
table.tablesorter .tabsor_left {
	text-align:left;
	padding-left:2px;
}

.tbl_naslov{
	font-weight:bold;
	font-size:16px;
	color: DarkOrange;
}


/*------------------------------NEW LINK*/
.new_link {
	position:absolute;
	top:9px;
    text-align: right;
    padding: 2px;
	color:#fff;
	font-size: 13px;
	right: 18px;
	z-index:10;
	

}
.new_button_link{
border-radius: 4px;
color: #fff !important;
font-weight: 700;
font-size: 15px !important;
padding: 5px;
background-image: url('../admin/images/plus.png');
background-repeat: no-repeat;
cursor: pointer;
background-position: 95%;
background-color: #f00;
text-align:left;
width:70px;
display:block;
}
.new_button_link:hover{
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #fff;
	color:#f00 !important;
}
.new_button_link_licence{
font-weight: 700;
padding: 5px;
background-image: unset;
background-color: #f00;
width:170px;
}



/*------------------------------TABLICA BROJEVA*/
#table_grid td{
cursor:pointer;
cursor:hand;
}


/*------------------------------FORME*/
.table_form {
font-size: 11px;
text-align:center;
margin:0px;
color:Brown;
padding:5px 0px
}
.table_form td{
font-family:Barlow;
font-size: 14px;
text-align:left;
color: #333;
padding:2px 3px;
border-bottom:1px solid #ededed;
}
.table_form td .label{
font-size: 11px;
text-align:left;
color: SteelBlue;
padding:6px 3px 2px 6px;
}

.search_label{
font-size:11px;
padding:8px 0px 2px 0px;
font-weight:bold;
}
/*------------------------------KOD MALIH TBL SA CHECKBOXOVIMA*/
.table_check{
font-size: 11px;
text-align:center;
margin:0px;
color:Brown;
padding:3px 0px
}
.table_check td{
font-size: 11px;
text-align:left;
color: #333;
padding:0px 3px;
border-bottom:1px solid #ededed;
}


/*------------------------------ELEMENTI FORME*/


/*------------------------------GRESKA KA U NIKIJA*/

/*------------------------------MODALI UI*/
.licence_error{
margin-right: 14px; font-size: 16px;
text-align: center;
}

.licence_error > div > span{
font-size: 35px;
color: #ff0505;
display: block;
line-height: 1;
}

.licence_error_wide{
margin-right: 2px; font-size: 16px;
text-align: center;
}
.licence_error_wide > div{
padding: 0px;
margin-bottom:4px;
}
.licence_error_wide > div > span{
font-size: 16px;
color: #ff0505;
display: unset;
//line-height: 1;
}

/*---LICENCING Tablet*/
/*

*/
.licence_tbl thead  tr th, .licence_tbl tfoot tr th {
text-align:center;
	background-color:#ededed;
	font-size:14px;
	padding:4px 1px;
	background-color: #ecebeb;
	color: #000;
	border-bottom: 1px solid #bababa;
	border-right: 1px solid #fff;
}
.licence_tbl > thead > tr th:last-child, .licence_tbl tfoot tr > th:last-child {
	border-right: 0px;
}

.licence_tbl td{
font-size:16px;
border-bottom:1px solid #e0e0e0;
padding-left:5px;
text-align:center;
}
.licence_tbl td:nth-child(4){
color:Red;
font-weight:700;
}
.licence_tbl td:nth-child(3){
color:Green;
font-weight:700;
}
.licence_tbl .new_limit{
border: 1px solid rgb(222, 222, 222);
padding: 2px 14px 3px;
background-color: rgb(211, 244, 201);
border-radius: 3px;
line-height: 25px;
margin: 2px 1px 1px;
}

.licence_tbl td .lic_name, .licence_tbl th .lic_name{
font-size:16px;
padding-left:5px;
text-align:left;
font-weight:700;
}

.licence_tbl tfoot tr th > #price_total_label {
text-align:right;
	font-size:14px;
	padding-right:4px;
	background-color: #ecebeb;
	color: #000;
}



.licence_smallXXXX{
font-size:11px;
}
.licence_left{
text-align:left;
padding-left:3px;
}


.plus_minus {
	font-size:25px;
}
.plus_minus a{
	font-size:25px;
	border:1px solid #dedede;
	padding: 0px 14px 1px 14px;
	background-color:#d3f4c9;
	border-radius: 4px;
}
.plus_minus a:hover{
	border:1px solid #dedede;
	background-color:#f4c9c9;
}


.ev_no{
    font-family: Arial;
    padding: 4px;
    margin: 10px 3px;
    border-radius: 6px;
    background-color: #f0ece6;
	background-color:DarkOrange;
	background-color: #f99635;
	text-align:left;
}
.ev_no_text, .ev_no_text a{
font-family:Barlow;
font-size:14px;
color:#fff;
padding:6px 4px;
xbackground-color:DarkOrange;
xbackground-color: #f99635;
}

.ev_no_text a{
background-color: #232323;
font-size: 14px;
padding: 6px;
color: #fff;
border-radius:3px;
}
.ev_no_text a:hover{
background-color:#ededed;
color:#f90;
}


/*------------------------------SEKCIJE S GRUPAMA PODATAKA*/
.sekcije_frame{
border:solid 1px #dcdcdc;
background-color:#ececec;
margin:10px;
padding:5px;
border-radius: 4px;
display: flow-root;
}
.sekcije_frame .reset_link{
color: #fefefe;
font-weight: 700;
font-size: 11px;
border: solid 1px #fff;
background-color: DarkOrange;
padding: 5px;
border-radius: 4px;
width: 96px;
display: inline-block;
text-align: center;
}
.sekcije_frame .reset_link:hover{
color: DarkOrange;
border: solid 1px DarkOrange;
background-color: #fefefe;
padding: 5px;
text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.sekcije_naslov{
clear: both;
padding-left: 4px;
font-weight: 600;
}


.sekcije_naslov{
background-color: #ededed;
border-bottom: 1px solid #fe9a05;
margin: 4px 4px 10px 0px;
font-size:16px;
font-weight:bold;
color: #303030;
padding:6px 0px 6px 5px;
border-radius: 3px;
}
.sekcije_tip{
text-align:center;
font-size:14px;
font-weight:bold;
padding:10px;
color:white;
}
.sekcije_frame table td{
border-bottom:1px solid #fff;
}




/*------------------------------PRIKAZ PODATAKA I INFORMACIJA*/
.row_listing{
margin: 0px 0px 6px 0px;
border-bottom: 1px solid #ededed;
font-size: 13px;
padding: 1px 0 6px 0;
}

.row_listing_multi{
	text-align:center;
}
.row_listing_multi > div span{
	color:Red;
	font-weight:700;
}


.info-row{
width: 100%;
height: auto;
float: left;
xmargin: 4px 0px 4px 0px;
border-bottom:1px solid #fff;
font-size: 13px;
xheight: 20px;
display: flex;
justify-content: center;
align-items: center;
padding: 4px 0 4px 0;
}

.info-row > .info-label-2{
width: 50%;
display: block;
float: left;
margin: 0px;
padding-right: 30px;
text-align: left;
padding-left: 4px;
}
.info-row > .info-info-2{
width: 50%;
display: block;
float: left;
margin: 0px;
text-align: left;
padding-left: 4px;
}
.info-row > .info-info-25{
width: 25%;
display: block;
float: left;
margin: 0px;
text-align: left;
padding-left: 4px;
}








.info-row > .input_1 > span{
width: 100%;
display: block;
float: left;
margin: 0px;
font-size: 13px;
}
.info-row > .input_1 > .input_sub_4{
width: 25%;
display: block;
float: left;
margin: 0px;
font-size: 13px;
}


.info-row > .input_2 > span{
width: 100%;
display: block;
float: left;
margin: 0px;
font-size: 13px;
}

.info-row > .input_3{
width: 32%;
display: block;
float: left;
margin: 0px;
padding-right: 30px;
}
.info-row > .input_3 > span{
width: 100%;
display: block;
float: left;
margin: 0px;
font-size: 13px;
}



/*----------------------END GENERAL FRAMEWORK------------------*/


/*-----------------------INDEX-------------------------------------*/
/* ESKURZIJE section */

.eskurzije-section {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 2px 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.eskurzije-section > .container > span a{
    color:DarkOrange !important;
    font-size:14px;
    font-weight:600;
}
.eskurzije-section > .container > span a:hover{
    color: #333333;
}
.eskurzije-box {
    width: 49%;
    height: auto;
    display: block;
    padding: 0px;
    background-repeat: no-repeat;
    float: left;
    margin: 0px 5px 20px 0px;
    position:relative;
}

.eskurzije-box .price_box_img {
padding:6px;
top: 100px;
right: 3px;
z-index: 10;
}

.img-box.eskurzija {
    background-size: cover;
}

.eskurzije-box > div:nth-child(1) > span {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    width: auto;
    height: 30px;
    background: #f65044;
    padding:9px 11px;
}
.eskurzije-box > div:nth-child(1) > span > span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.eskurzije-box .img-box  {
    width: 100%;
    height: 246px;
    display: block;
    float: left;
    position: relative;
}
.eskurzije-box .img-box > div:nth-child(1) , .eskurzije-box .img-box > div:nth-child(2) {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
.eskurzije-box .img-box > div:nth-child(1) > span {
    font-size: 20px;
    font-weight: 500;
    color: #edd84a;
    padding: 8px;
    background: rgba(0,0,0,0.7);
    float: left;
    display: block;
}
.eskurzije-box .img-box > div:nth-child(2) > span {
    font-size: 11px;
    font-weight: 700;
    color: #edd84a;
    padding: 8px;
    background: rgba(0,0,0,0.7);
    float: left;
    display: block;
}
.eskurzije-box .img-box > div:nth-child(2) > span > span {
    color: #fff;
}
.eskurzije-box .img-box > div:nth-child(2) > span img {
    margin: 0px 8px 0px 0px;
}
.eskurzije-box .img-box > div:nth-last-child(1) {
    width: 38%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 6px;
    background: rgba(0,0,0,0.7);
}
.eskurzije-box .img-box > div:nth-last-child(1) > span:nth-child(1) img {
    margin: 0px 6px 6px 0px;
}
.eskurzije-box .img-box > div:nth-last-child(1) > span:nth-child(1) {
    font-size: 12px;
    font-weight: 700;
    color: #edd84a;
    display: block;
    float: left;
}
.eskurzije-box .img-box > div:nth-last-child(1) > span:nth-child(2) {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    display: block;
    float: left;
}

.eskurzije-box > div:nth-last-child(1) {
    width: 100%;
    height: 46px;
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    background: #f2f2f2;
    padding: 13px 8px 0px 8px;
	color: #fff;
	text-shadow: 1px 1px #000;
}
.eskurzije-box > div:nth-last-child(1) > span:nth-child(1) {
    text-align: left;
    font-weight: 700;
}
.eskurzije-box > div:nth-last-child(1) > span:nth-child(2) {
    float: right;
}

.eskurzije-box > div:nth-last-child(1) > span img {
    margin: 0px 4px 0px 0px;
    font-weight: 700;
}

.eskurzije-box-showroom {
    width: 32.5%;
}


/* ESKURZIJE section */
.img-box.eskurzija > .span_type {
    left:4px;
    bottom:4px;
}




.span_type {
    padding: 4px;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}



/*BLOK CIJENA NA ABS DIVU NA SLICI */
.price_box_img {
    position:absolute;
    top:10px;
    right:10px;
    background-color:#fff;
    opacity:0.8;
    padding:10px;
    border-radius:5px;
    text-align:center;
}
.blue_btn, .red_btn {
  xbackground-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  xbackground-image: -moz-linear-gradient(top, #3498db, #2980b9);
  xbackground-image: -ms-linear-gradient(top, #3498db, #2980b9);
  xbackground-image: -o-linear-gradient(top, #3498db, #2980b9);
  xbackground-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 13px;
  padding: 6px 8px 6px 8px;
  text-decoration: none;
  cursor:pointer;
}
.blue_btn {
background: #3498db;
}
.red_btn {
background: Red;
}

.blue_btn:hover, .red_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: #ffffff;
}
.price {
    color: Red;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.cijena_eur{
font-size:13px;
}


/* --------------------- END INDEX  --------------------- */


/* --------------------- IZLETI  --------------------- */

.exc_3price{
text-align: center;
color: #000;
font-weight: 500;
font-size: 12px;
}
.exc_3price > div{
font-size: 13px;
}
.exc_3price  .inputi_inline{
font-size: 20px;
text-align: center;
padding-left: 2px;
}



/* --------------------- VOUCHERI ADD  --------------------- */
.exc_osoba{
text-align: center;
color: #fff;
font-weight: 500;
font-size: 12px;
}
.exc_osoba > div{
font-size: 13px;
}
.exc_osoba .inputi_inline{
font-size: 20px;
text-align: center;
padding-left: 2px;
}

.total_row > div{
font-size: 28px;
color: #fff;
}
.total_row .inputi_inline{
font-size: 22px;
text-align: center;
padding-left: 2px;
width: 60%;
}


.sekcije_tile{
background-color:#ff7e00;
margin:0px;
padding:5px;
border-radius: 2px;
display: flow-root;
}
.sekcije_tile:nth-child(1){
xbackground-color:unset;
}


/*------------------------------PRIKAZ PODATAKA I INFORMACIJA*/
.tile-row{
width: 100%;
height: auto;
float: left;
font-size: 13px;
display: flex;
justify-content: center;
align-items: center;
padding: 0 0 3px 0;
}

.tile-row > .tile-info-2 > .tile-label-2{
margin-bottom: -6px;
padding-left: 4px;
color: #a5e921;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
}
.tile-row > .tile-info-2{
width: 50%;
display: block;
float: left;
margin: 0px;
text-align: left;
padding: 20px 5px;
background-color: #7e3e00;
font-size: 23px;
text-align: center;
color: #fff;
}

.tile-row > .tile-info-2:nth-child(1){
width: 50%;
margin-right: 4px;
}


.tile-naslov {
font-size: 32px;
padding:0px 10px 10px 0px;
color:#fff;
}

.tile-tickets{
position: absolute;
top: 5px;
right: 5px;
background-color: #7e3e00;
padding: 3px 6px;
color: #fff;
border-radius: 2px;
}


.tile-label {
font-size: 13px;
padding:0px;
color:#8dff00;
font-weight: 700;
margin-bottom: -8px;
}

.itinerer{
margin-top: 20px;
}

.voucheri_back{
min-height: 260px;
margin-right: 15px;
background-repeat: no-repeat;
background-size: cover;
}


.exc_desc{
color: #fff;
padding:10px;
font-size: 16px;
}


.exc_incl{
padding: 10px;
}
.exc_incl h3{
color: #fff;
color: #7e3e00;
padding-bottom: 15px;
}
.exc_incl > p{
color: #fff;
font-size: 18px;
padding-bottom: 15px;
}


/* --------------------- END VOUCHERI ADD  --------------------- */






.blok_list {
    position:relative;
}
.blok_list > h2 {
    border-bottom: 1px solid #dcdcdc;
    clear: both;
    padding: 0px 28px 0px 0px !important;
    font-size: 18px;
    color: #bf3600;
    margin-bottom: 4px;
    margin-top: 14px;
    width: 100%;
    position: relative;
    text-transform:  none !important;
    font-weight: normal !important;
}
.blok_list > .link_top {
    width: 30px;
    position: absolute;
    top: -4px;
    right: 8px;
}


/*NABRAJALICE*/
.listing_faq {
    width: 80%;
    height: auto;
    padding: 00px 20px;
    
}
.listing_faq li{
    list-style-type: circle;
    list-style-position: inside;
    padding: 3px 0px;
    display:block;
    font-size: 14px;
    color: #8d8d8d !important;
    padding: 0px 0px 0px 16px;
}
/* --------------------- END FAQ  --------------------- */






/* --------------------- FORME  --------------------- */

/*------------FORMA TRAZILICA--------*/

.service-search-form {
position: relative;
height: auto;
display: inline-block;
padding: 30px 10px 20px 10px;
background: rgba(255,255,255,1);
outline: 13px solid rgba(255,255,255, 0.49);
margin: 0px 14px 4px 0px;
border: 1px solid #dcdcdc;
border-radius: 8px;
}
.search_label{
font-size: 21px;
color: #666;
padding: 0px 4px 0px 9px;
border-bottom: 1px solid #dcdcdc;
margin-bottom: 25px;
}
.service-search-form .search-button{
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	width: 96%;
	height: 56px;
	display: block;
	background: rgba(38,145,255, 1);
	border: 1px solid rgba(38,145,255, 1);
	margin: 0px auto;
	border-radius: 4px;
}

/*------------FORMA SEND INQUIRY--------*/



/*nevidljivi botun menija*/
 #menu-icon {
 	 position: absolute;
	left: 8px;
	top: 92px;
    display: none;
    width: 40px;
    height: 40px;
    background: #4C8FEC url(../images/search-icon.png) center;
    border-radius: 3px;
    cursor: pointer;

}
a:hover#menu-icon {
    background-color: #FF6605;
    border-radius: 4px 4px 0 0;
}
#menu-icon-close {
display:none;
cursor: pointer;
}


/*------------VERTICAL SEARCH FORM --------*/
/*red inputa*/
.search-row{
width: 100%;
height: auto;
display: block;
float: left;
margin: 0px auto 25px auto;
padding: 0px 9px;
}

.search-row > .input_1{
width: 100%;
display: block;
float: left;
margin: 0px;
padding: 0px;
position: relative;
}
.search-row > .input_1 > span{
position: absolute;
top: -15px;
left: 6px;
font-size: 12px;
font-weight: 500;
color: #3b3b3b;
background: #fff;
padding: 1px 2px;
}

.search-row > .input_21, .search-row > .input_22{
width: 50%;
display: block;
float: left;
margin: 0px;
position: relative;
}
.search-row > .input_21{
padding-right: 5px;
}
.search-row > .input_22{
padding-left: 5px;
}


.search-row > .input_2{
width: 50%;
display: block;
float: left;
margin: 0px;
padding-right: 6px;
}



.search-row > .input_21 > span, .search-row > .input_22 > span{
position: absolute;
top: -11px;
font-size: 12px;
font-weight: 500;
color: #3b3b3b;
background: #fff;
padding: 1px 2px;
}
.search-row > .input_21 > span{
left: 6px;
}
.search-row > .input_22 > span{
right: 6px;
}


/*osnovni input form field*/
.inputi_search {
    width: 100%;
    height: 34px;
    xdisplay: block;
    color: #323232;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    padding-left: 6px;
}
.inputi_search-date {
    width: 100%;
    height: 34px;
    display: block;
    color: #323232;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;

    padding-left: 33px;
    background-image: url(../media/images/calendar.png);
    background-size: 20px;
    background-position: 5px 9px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.input-highlight{
background-color:Red;
color:#fff !important;
font-weight:700;
}



/* --------------------- END FORME  --------------------- */








/*------------FORMA NEW/UPDATE - INLINE LABEL - 2 columns--------*/
.inline_form{
padding: 18px 4px;
}

.input-row{
width: 100%;
height: auto;
display: flex;
float: left;
margin: 0px 0px 6px 0px;
border-bottom: 1px solid #ededed;
font-size: 13px;
padding: 1px 0 6px 0;
align-items: center;
justify-content: center;
}
.input-row > .input_1{
width: 100%;
display: block;
float: left;
margin: 0px;
padding-right: 6px;
}
.input-row > .input_1 > span{
width: 100%;
display: block;
float: left;
margin: 0px;
font-size: 13px;
}
.input-row > .input_1 > .input_sub_4{
width: 25%;
display: block;
float: left;
margin: 0px;
font-size: 13px;
}

.input-row > .input_2{
width: 50%;
display: block;
float: left;
margin: 0px;
padding-right: 6px;
}
.input-row > .input_2 > span{
width: 100%;
display: block;
float: left;
margin: 0px;
font-size: 13px;
}

.input-row > .input_3{
width: 32%;
display: block;
float: left;
margin: 0px;
padding-right: 6px;
}
.input-row > .input_3 > span{
width: 100%;
display: block;
float: left;
margin: 0px;
font-size: 13px;
}

.down_border{
border-bottom:3px solid #f2eeaf;
}

/*osnovni input form field*/
.inputi_inline {
	padding: 2px 2px 2px 6px;
	font-size: 13px;
	font-weight: regular;
	color: #030303;
	border: 1px solid #6894c1;
	border-radius: 3px;
	background-color: #FFFFCC;
	width: 100%;
}
.inputi_inline_mini {
	width: 40%;
}
.inputi_inline_small {
	width: 50%;
}
.inputi_inline_tiny {
	width: 60px;
}
.inputi_inline_mid {
	width: 80%;
}


.inputi-date {
	padding-left: 36px;
	background-image: url(../media/images/calendar.png);
	/* background-image: url('../images/icon_date.gif'); */
background-size: 18px;
background-position: 5px 1px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 140px;
}
.inputi-req{/*require*/
background-color: PapayaWhip;
background-color: #fffc00 !important;
}
.inputi-small{/*require*/
    width:60px;
}



.inputi_auto, .inputi_autoZut {
  color: #030303;
  border: 1px solid IndianRed;
  padding-left:3px;
  background-image: url('../images/list_auto.png');
  background-repeat:no-repeat;
  background-position:right;
}
.inputi_autoZut {
background-color: #FFFFCC;
}


.select_big{
  font-family: Verdana, Arial, Helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #999999;
  padding:5px 15px 5px 8px;
  background-color: YellowGreen;
  cursor:pointer;
}
.select_input_small {
	font-family:Verdana, Helvetica;
	font-size:11px;
	color:#333;
	padding-left:3px;
	border:1px solid #999999;
	background-color:#ededed;
	width:60px;
}
.select_input_mid {
	width:90px;
}

/*ZA SVE CHECKBOXOVE I LABELE */
.checkbox_div{
width: 100%;
text-align: left;
padding-left: 10px;
padding-top: 15px;
clear: both;
}
.checkbox_list {
	position: relative;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
.checkbox_list label, .radio_list label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	font-weight:600;
}
.checkbox_list input[type="checkbox"], .radio_list input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
	vertical-align: middle;
	bottom: 1px;
}


/*------------------------------PAGINATION*/
#pagination {
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    font-family: Barlow;
    font-size: 12px;
    font-weight: normal;
    margin: 12px 0px 12px 0px;
}

#pagination a:link, #pagination a:visited{
    padding: 5px 11px;
    border:1px solid #EBEBEB;
    border-radius: 4px;
    margin-left:4px;
    text-decoration:none;
    background-color:#F5F5F5;
    color:#0072bc!important;
    xfloat: left;
    margin-bottom: 4px;
}

#pagination a:hover {
    background-color:#DDEEFF;
    border:1px solid #BBDDFF;
    color:#0072BC!important;
}

#pagination .active_link {
    padding: 5px 11px;
    border:1px solid #BBDDFF;
    margin-left:9px;
    text-decoration:none;
    background-color:#DDEEFF;
    color:#0072BC!important;
    cursor:default;
    border-radius: 4px;
    xfloat: left;
}

#pagination .disabled_link {
    padding: 5px 11px;
    border:1px solid #EBEBEB;
    margin-left:4px;
    text-decoration:none;
    background-color:#F5F5F5;
    color:#323232!important;
    cursor:default;
    border-radius: 4px;
    xfloat: left;
}
/*------------------------------kraj paginationa*/




.content_gallery {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 0px;
}
.content_gallery img{
    width: auto;
    height: 60px;
    display: inline-block;
    float: left;
    padding: 1px;
    margin: 0px;
}


/*itinerary*/
table.tbl_itinerer tbody tr td{
    border-bottom: 1px solid #dedede;
    padding: 4px 6px;
    font-size: 13px;
color:#fff;
font-weight:700;
}
table.tbl_itinerer tbody tr td:nth-child(1){
    border-radius: 6px 0px 0px 6px;
    font-weight: 700;
text-align:center;
}
table.tbl_itinerer tbody tr td:nth-child(2){
    color: #333;
    font-weight: 700;
}









/* /////// Tablet , Mobile wide 1640px VERSION //////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
@media (max-width: 1640px) { 
    
}



/* /////// Tablet , Mobile wide 1199px VERSION ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
@media (max-width: 1199px) { 

}





/* /////// Tablet , Mobile wide 992px VERSION ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
@media (max-width: 992px) { 


}


/* /////// TABLET VERSION 767px ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
@media (max-width: 750px) { 

/*HEADER*/
.head_logo {
top: 40px;
left: 15px;
}
.head_logo img {
width: 260px;
}



#cssmenu {
    right: 2px !important;
    top: 82px !important;
}
#cssmenu #menu-button {
    padding: 14px;
}


/*FORM*/
.input-row > .input_3{
width: 50%;
}


}





/* /////// MOBILE VERSION 576px ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
@media (max-width: 576px) { 

.content-row {
    padding: 8px;
}


.service-search-form{
margin: 0px 0px 4px 0px;
}

#menu-icon {
    display: inline-block;
    z-index:100;
	top: 46px;
left: 6px;
}
#menu-icon-close {
display:unset;
position: absolute;
top: 5px;
right: 16px;
border: 1px solid #dcdcdc;
padding: 1px 8px;
border-radius: 3px;
font-weight: 600;
background-color: #ffdc46;
color: #fff;
}


/*HEADER*/
.head_logo {
position: absolute;
top: 15px;
left: 5px;
}
.head_logo img {
    width: 140px;
}
.head_user{
position:absolute;
top:60px;
left:52px;
right:unset;
font-size:10px;
color:#999;
}
.head_links{
position:absolute;
top:1px;
right:10px;
}
.head_links a{
font-size:10px !important;
}

#cssmenu {
    right: 2px !important;
    top: 70px !important;
}
#cssmenu #menu-button {
    padding: 14px;
}

/*FOOTER**/
.footer-design {
padding: 30px 5px 170px 8px;
}

.container {
padding-right: 0px; 
padding-left: 0px; 
}


.naslovi {
padding:2px;
}
.new_link {
top: 0px;
right: 4px;
}
.border_right{
border-right:0px;
}

/*INVISIBLE COLUMNS*/
#col_no{
  display: none;
}


/*GALERIJA IZLETA*/
.content_gallery img {
width: auto;
height: 50px;
}
.wpgpxmaps_summary{
    width: 100%;
}

/*INDEX*/


/*IZLETI*/



}/* MOBILE end */

