#top_search {
	display:none;
}

#main {
	margin-bottom:30px;
}

#home_slider {
	min-height:441px;
	background-image: url(../../../uploads/2017/05/avio_karte_naslovna2.jpg);
	background-repeat:no-repeat!important;
	padding: 30px 0;
}

.home_slider {
	min-height:350px;
	background-image: url(../../../uploads/2017/05/avio_karte_naslovna2.jpg);
	background-repeat:no-repeat;
	padding: 20px 0 50px 0;
}

.b_home_slider {
	background-image: url(../img/autobus_naslovna.JPG);
}

.s_home_slider {
	background-image: url(../img/hotel_booking.jpg);
}

#nt_cont{
	width: 58%;
	display: block;
	margin: 0px auto;
	padding: 15px 25px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 8px;
}

#letovi_cont {
	margin-bottom: 15px!important;
}

#nt_cont ul {
	border-bottom:none;
	margin-bottom:30px;
}

.tra {
	margin-right:20px;
}

.tra > a > img {
	width: 35px;
	display: block;
	margin:0 auto;
}

.tra_bus_icon {
	width:53px!important;
	padding:6.5px 0;
}

.tra.active a,
.tra > a:hover {
	background-color:cornflowerblue!important;
	border:none!important;
	color:#fff!important;
}

.tra > a {
	border-radius:4px!important;
	background-color:#666666;
	border:none!important;
	color:#fff;
	min-width:114px;
	text-align:center;
}

.polaz label, 
.povr label{
	display:block;
	color:#fff;
}

.polaz input,
.povr input {
	width:70%;
	height: 35px;
	border-radius: 2%;
}

.polaz,
.povr {
	display:inline-block;
	width:49%;
	position:relative;
}

#znamenitosti_forma > div.povr,
#smjestaj_forma > div.povr,
#znamenitosti_formai > div.povr{
	display:block;
	margin-bottom:20px;
}

.return {
	width:100%;
	display:block;
	color:#fff;
	margin-bottom:20px;
	display:inline-block;
}

/* INFO HOVER */

p.info_p {
   background: #F8F8F8;
    border: 5px solid #DFDFDF;
    color: #717171;
    font-size: 13px;
    position: absolute;
    text-align: left;
    top: -114px;
    left: -250px;
    display: none;
    padding: 3px 10px;
    width: 750px;
    z-index: 9999;
}
p.info_p:after {
    content:'';
    position:absolute;
    bottom:-10px; 
    width:10px;
    height:10px;
    border-bottom:5px solid #dfdfdf;
    border-right:5px solid #dfdfdf;
    background:#f8f8f8;
    left:35%;
    margin-left:-10px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
span.info_t {
    position:relative;
    cursor:pointer;
	margin-left:25px;
	display:inline-block;
}

span.info_t img {
	width:20px;
}

span.info_t:hover p {
    display:block;
}

.av_top_headline {
	text-align:center;
	margin-bottom:20px;
	color: #4D4948;
}

.letz > div > h2.av_top_headline {
	margin-top:35px;
}

.let-cont {
	text-align:center;
	margin-bottom: 10px;
	border: 1px solid #54c5cf;
	box-shadow: -webkit-box-shadow: 1px 1px 2px 0px rgba(173,173,173,1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(173,173,173,1);
	box-shadow: 1px 1px 2px 0px rgba(173,173,173,1);
}

.let-top {
	background-image:url(../img/plane.jpg);
	background-color:#54c5cf;
	text-align: left;
	height: 37px;
	text-indent: 10px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.bus-top {
	background-image:url(../img/autobus_akcije.png);
	background-color:#99cd65;
	text-align: left;
	height: 37px;
	text-indent: 10px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.let-naslov {
	margin-top: 8px;
	font-size: 16px;
	margin-bottom: 0;
	/*min-height:36px;*/
}

.let-strelice {
	margin-bottom:0;
}

.let-datum {
	margin-bottom: 2px;
}

.let_relacija, 
.let_vrsta, 
.let_datum, 
.let_cijena, 
.let_bot span {
    display: inline-block;
}

.single_let_link {
	color:#000;
}

.single_let_link:hover {
	text-decoration:none;
	color:#000;
}

.let-cijena {
	display: inline-block;
	padding: 0px 20px;
	border: 1px solid #F59E25;
	color: #000;
	margin-bottom:5px;
}

.bus_cijena {
	border: 1px solid #99cd65;
}

.let-cijena:hover {
	background-color:#F59E25;
}

.bus_cijena:hover {
	background-color:#99cd65;
}

.let-cont:hover {
	border: 1px solid #35969f;
}

.let-cont > a:hover {
	color: #ffffff;
	text-decoration: none;
}

.bus_pov_tabs {
	display: block;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    width: 85%;
	margin-top:25px;
}

.bus_pov_tabs > li.active > a, 
.bus_pov_tabs > li > a:hover {
    background-color: #7cb445!important;
    color: #fff!important;
}

.bus_top_icon {
	width:40px!important;
}

.bus_pov_tabs a {
	margin-right: 2px;
    margin-left: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #b2b2b2;
    border-radius: 4px 4px 0 0;
    color: #000;
    height: 30px;
    padding-top: 5px!important;
}

#testiranje_d,
#letz,
#ostali_letovi	{
	padding: 0 2%;
	margin-bottom: 20px;
}

#testiranje_d {
	display:inline-block;
	width:100%;
	text-align: center;
	margin-left:0;
	margin-right:0;
}

#testiranje_d > div.col-md-2 {
	padding:0 5px!important;
}

#testiranje,
.testiranje {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-left:0;
	list-style-type:none;
	width:85%;
	margin-bottom: 60px;
}

#testiranje li,
.testiranje li {
	margin:10px 0;
	background-color:#fff;
	border: 1px solid #dddddd;
}

#testiranje li:hover,
.testiranje li:hover {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(173,173,173,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(173,173,173,1);
	box-shadow: 0px 0px 7px 0px rgba(173,173,173,1);
	cursor: pointer;
}

#testiranje > li > p > span,
.testiranje > li > p > span {
	display: inline-block;
}

p.let_red {
	margin-bottom: 0;
	padding: 7px 0;
}
.let_bold {
	font-weight:bold;
	font-size:13px;
}

.let {
	width:20%;
	padding:0 5px;
	float:left;
}

#testiranje_d > .let {
	float:none;
	display:inline-block;
}

.let > a.letz_link > img {
	max-width:100%;
	margin-bottom:10px;
}

.let > a.letz_link {
	text-align:center;
	color:#000;
	text-decoration:none;
	border: 1px solid #c7c6c6;
	box-shadow: -webkit-box-shadow: 1px 1px 2px 0px rgba(173,173,173,1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(173,173,173,1);
	box-shadow: 1px 1px 2px 0px rgba(173,173,173,1);
	display:block;
	margin-bottom: 10px;
}

.dugacki_tekst {
	margin: 0 auto;
    display: block;
    width: 83%;
}

.let > a.letz_link:hover {
	border: 1px solid #9c9c9c;
}

.letz_naziv {
	font-size:17px;
	font-weight:bold;
	margin-bottom:0;
}

.letz_drzava {
	font-size:14px;
}

.sv_link {
	background-color:#54c5cf;
	color:#fff;
	display:inline-block;
	padding:10px 70px;
	font-weight: bold;
	border-radius: 5px;
	margin: 20px 0;
}

.sv_link_b {
	background-color:#99cd65!important;
}

.sv_link_b:hover {
	background-color:#7cb445!important;
}

.sv_link_cont > a {
	font-size: 20px;
}

.sv_link_cont > a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#3caeb8;
}

.sv_link_cont {
	text-align:center;
	margin-bottom:15px;
}

.letovi_line {
	height:4px;
	background-color:#edf1f2;
	margin:30px 0;
}

.let_dno {
	text-align:center;
	margin-bottom:20px;
}

.let_dno h3 {
	font-weight:bold;
}

.let_dno p {
	font-size:17px;
}

.fly_com {
	margin-top:30px;
	margin-bottom:30px!important;
	padding-bottom:20px;
}

.fly_com_naslov {
	text-align:center;
	background-color:#888888;
	margin:0;
	padding:20px 0;
}

.dole_link {
	text-align:center;
}

.dole_link a {
	text-align: center;
	background-color: #f9ba6c;
	padding: 5px 20px;
	margin-bottom: 10px;
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(51,51,51,1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(51,51,51,1);
	box-shadow: 1px 1px 3px 0px rgba(51,51,51,1);
}

.dole_link_b a {
	background-color: #e6e7e9;
}

.dole_link a:hover{
	background-color: #ec9e3c;
}

.dole_link_b a:hover {
	background-color:#cfd1d4;
}

#datetimepicker1 {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
}

#datetimepicker1 > div {
	width: 49%;
	display:inline-block;
	position:relative;
}

#datetimepicker1 > div > label {
	color:#fff;
}

.return {
	font-size:15px;
}

.return input {
	margin-right:3px;
	margin-top:1px;
	position: relative;
    top: 2px;
}

.tr_submit {
	background-color: cornflowerblue;
	border: none;
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}

.tr_submit:hover {
	background-color: #497bd6;
}

.povr > label,
.polaz > label,
.datpol > label, 
.datpov > label {
	font-size: 22px;
	font-weight: normal;
	display:block;
}

.povr > input,
.polaz > input,
.datpol > input, 
.datpov > input {
	border-radius:5px!important;
	border:none;
}

#crumbs {
	margin-left: 20%;
	width: 60%;
}

.add-on i {
	position: absolute;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 27px;
	color:cornflowerblue;
	z-index:9;
	left:0;
}

.trazilica_marker {
    position: absolute;
    height: 25px;
    margin-top: 5px;
    left: 2px;
    z-index: 99;
}

.trazilica_kalendar {
    left: 8px;
}

#polaziste,
#polaziste_b,
#odrediste,
#odrediste_b,
#datum_polaska,
#datum_dolaska,
#znamenitost,
#b_datum_polaska, 
#b_datum_dolaska,
#smjestaj,
#znamenitost_i {
	text-indent: 30px;
	margin-bottom:7px;
	width:70%;
}

#ui-datepicker-div .ui-icon {
	text-indent: 22px!important;
}

#ui-datepicker-div {
	z-index:100!important;
}

.let_cijena {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	/*width: 16%!important;*/
}

.cijena_c {
	background-color:cornflowerblue;
	border-radius:5px;
	padding:5px 20px;
}

.cijena_c:hover {
	background-color:#3673e1;
}

.let_cijena:hover {
	text-decoration:none;
	color:#fff;
}

/* LETOVI IZMJENE */

.nasl {
	text-align:center;
	margin:0;
}
.ponuda_naslov {
	background-color:#fff;
	padding: 5px 60px;
	border:1px solid #dddddd
}

.broj_letova {
	display:inline-block;
	background-color:#9fdd92;
	padding:5px 15px;
	font-weight:bold;
	margin-left:7.5%;
}
.broj_letova img {
	width:25px;
	margin-right: 5px;
}
.top_sp span,
.let_mid span {
	width:25%;
	text-align:center;
}
.top_sp {
	background-color:#eeeded!important;
}
.top_sp:hover {
	box-shadow:none!important;
}
.let_red span {
	border-right:2px solid #ddd;
}

.let_top {
	text-align:left;
	border-bottom:1px dashed #dddddd;
}

.let_top > img {
	width:30px;
	margin:0 9px;
}

.let_ids {
	background-color:#e3e3e3;
	border:1px solid #dddddd;
	padding:0 7px;
}

.let_mid {
	font-weight:bold;
	text-align: left;
}

.let_bot {
	text-align:right;
	border-top:1px dashed #dddddd;
	margin-bottom:0;
}

.let_bot img {
	width:20px;
	margin-right:10px;
}

.let_bot span {
	width:20%;
	margin:5px 0;
}

.let_prijevoznik,
.let_detalji {
	text-align:center;
}

.let_detalji {
	text-transform:uppercase;
	font-weight:bold;
	color:green;
	border-left:2px solid #888;
}

.ucitaj {
	text-align: center;
	width: 25%;
	margin: 0 auto;
}

.vise {
	display:block;
	width: 45%!important;
	margin: 0 auto 30px auto;
	border-radius: 5px;
    padding: 5px 20px;
	background-color:cornflowerblue;
}

.vise:hover {
	cursor:pointer;
}

#testiranje li {
	/*display:none;*/
}

/* LISTA */

#list {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-left:0;
	list-style-type:none;
	width:85%;
	padding-bottom:30px;
}

#list li {
	margin:5px 0;
	background-color:#eeeded;
	border: 1px solid #dddddd;
}
#list li:hover {
	-webkit-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
}
#list span {
	width: 25%;
	display: inline-block;
	text-align: center;
}
#list > div.col-md-2 {
	padding:0 5px!important;
}

.list_link {
	color:#000;
}

#lr {
	display:none;
}

#list li {
	/*display:none;*/
}

.load_ing {
	background-color:transparent!important;
	border:none!important;
}

.avio_reklama {
	text-align:center;
}

.avio_reklama img {
	max-height:100px;
}

.tri_link {
	color:#000!important;
	text-decoration:none;
}

.tri_link:hover {
	color:#000;
	text-decoration:none;
}

/* SMJEŠTAJ CSS */

#testiranje_s {
	padding: 0 3.5%;
	margin-bottom: 25px;
}

.smjestaj_top_link,
.smjestaj_top_link :hover {
	text-decoration:none!important;
	color:#494949!important;
}

.smjestaj_cont {
	width:20%;
	display:inline-block;
	padding: 0 12px;
	text-align:center;
	margin-bottom:25px;
}

.smjestaj_cont_rb {
	border: 1px solid #c3c2c2;
    box-shadow: -webkit-box-shadow: 1px 1px 2px 0px rgba(173,173,173,1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(173,173,173,1);
    box-shadow: 1px 1px 2px 0px rgba(173,173,173,1);
}
.smjestaj_cont_rb:hover {
	border: 1px solid #969595;
}

.smjestaj_cont p {
	margin-bottom:0;
}

.image_cont {
	position:relative;
	text-align:center;
}

.smjestaj_popust {
	position:absolute;
	left: 10px;
}

.smjestaj_top_slika {
	max-width:100%;
	min-height:110px;
	width:100%;
	height:110px;
}

.smjestaj_top_naziv {
	min-height:35px;
	font-size:17px;
	line-height: 17px;
	margin-top:10px;
}

.smjestaj_top_grad {
	font-style: italic;
}

.smjestaj_top_cijena {
	font-size:18px;
	color:red!important;
	font-weight:bold;
}

.smjestaj_top_cijena:hover {
	color:red!important;
}

.smjestaj_top_rezerviraj {
	background-color:cornflowerblue;
	color:#fff;
	text-decoration:none;
	display:block;
	padding: 5px 0;
    font-size: 15px;
    font-weight: bold;
}

.smjestaj_top_rezerviraj:hover {
	background-color:#497bd6;
}

.smjestaj_top_rezerviraj:hover {
	color:#fff;
	text-decoration:none;
}

.broj_smjestaja {
	background-color:cornflowerblue;
	padding:5px;
	text-align:center;
	margin-bottom:15px;
}

.broj_smjestaja img {
	height:25px;
	margin-right:10px;
}

.smjestaj_filtriraj {
	text-align: center;
    margin-bottom: 0;
    padding: 5px;
}

.smjestaj_filtriraj p {
	font-size: 18px;
    margin-bottom: 0;
}

.broj_smjestaja p {
	display:inline-block;
	color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    top: 2px;
}

.filter_naslov {
	margin-bottom: 0;
    text-align: center;
    display: block;
    width: 90%;
    margin: 10px auto;
    background-color: #e1dede;
    padding: 5px 25px;
}

#smjestaj_fil input[type="radio"] {
	-webkit-appearance: checkbox; /* Chrome, Safari, Opera */
	-moz-appearance: checkbox;    /* Firefox */
	-ms-appearance: checkbox;     /* not currently supported */
	margin-left:5%;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

#smjestaj_fil img {
	margin-right:3px;
}

.filter_submit {
	margin: 10px auto;
	display:block;
}

.filter_submit:hover {
	background-color:#497bd6!important;
}

.smjestaj_dot {
	height: 3px;
    border-bottom: 1px dotted #ddd;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.smjestaj_top_naslov {
	text-align:center;
}

/* SMJEŠTAJ LISTA */

.smjestaj_list {
	display:table;
	width:100%;
}

.ler {
	width:33%;
	display:table-cell;
	vertical-align: middle;
}

.list_img_cont {
	text-align:left;
	padding:10px;
	width:3%;
}

.list_tex_cont {
	width:50%;
}

.list_link_cont {
	width:25%;
}

.smjestaj_list_slika {
	height: 120px;
	width: 180px;
}

.smjestaj_top_ocjena {
	min-height:20px;
}

.smjestaj_list_ocjena img,
.smjestaj_top_ocjena img {
	margin-right:5px;
}

.smjestaj_list_naziv {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.smjestaj_list_rezerviraj {
	background-color: cornflowerblue;
    color: #fff!important;
	text-decoration:none!important;
    padding: 8px 20px;
	font-size:18px;
	font-weight:bold;
    border-radius: 5px;
	display: inline-block;
}
.smjestaj_list_rezerviraj:hover {
	background-color:#497bd6;
}

/* SMJEŠTAJ GRAD */

#smjestaj_grad_ostalo {
    margin: 0 0% 35px 2%;
}

.smjestaj_grad_desno {
    margin-right: 5%;
}

.smjestaj_grad_lijevo,
.smjestaj_grad_desno {
	border: 1px solid #dddddd;
	
}

#smjestaj_grad_ostalo > ul.smjestaj_grad_lista {
	width:91%;
	margin-bottom:35px;
}

.smjestaj_panel {
	margin-bottom:30px!important;
}

.smjestaj_grad_lista li {
	margin: 15px 0;
}

.smjestaj_grad_lista li,
.smjestaj_grad_lista li:hover {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(173,173,173,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(173,173,173,1);
	box-shadow: 2px 2px 5px 0px rgba(173,173,173,1);
}
.smjestaj_grad_lista li:hover {
	border: 1px solid #bfbebe;
}

.smjestaj_desno_lista {
	padding-left: 15px;
    list-style-type: none;
}

.smjestaj_desno_lista li {
	margin-bottom:10px;
}

.smjestaj_desno_lista li a {
	color:#4d4948;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}

.smjestaj_desno_lista li a:hover {
	color:#000;
}

.smjestaj_desno_lista li a img {
	margin-right:15px;
	width:35px;
}

.smjestaj_grad_reklama {
    margin: 30px 0px;
	padding: 0 2%;
}

.smjestaj_grad_reklama a {
	padding-left:0!important;
}

.smjestaj_grad_reklama img {
	width:100%;
}

.smjestaj_info_list {
	padding-left:15px;
	list-style-type:none;
}

.smjestaj_info_list li {
	margin-bottom:8px;
	margin-bottom:10px;
}

.smjestaj_info_list li a {
	color:#4d4948;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}

.smjestaj_info_list li a:hover {
	color:#000;
}

.smjestaj_info_list li a img {
	margin-right:15px;
}

.smjestaj_info_list  i {
	margin-right:10px;
}

.smjestaj_link  a img{
	padding-top:5px;
	max-width:28px!important;
	margin-bottom:2px;
}

/* TAGOVI CSS */

.tag_naslov_top_cont {
	margin-bottom:15px;
}

.category_cloud_cont h2,
.tag_cloud_cont h2 {
	margin-top:10px;
	margin-bottom:0;
	text-align:center;
	padding:5px;
	color:#636363;
}

.tag_naslov_top {
	text-align:center;
	margin:0;
	padding:10px 0;
}

.category_cloud,
.tag_cloud {
	padding: 15px 10px;
}

.category_cloud a,
.tag_cloud a {
	color:#636363;
}

.tags_lista {
	list-style-type:none;
	padding-left:0;
	width: 96%;
	margin: 0 auto;
}

.category_cloud_cont {
	margin-top: 30px;
    padding: 0 2%;
}

.tag_cloud_cont {
	padding: 0 2%;
}

.tags_body > .smjestaj_grad_reklama {
	padding: 0 2%;
}

.tag_cont {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(173,173,173,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(173,173,173,1);
    box-shadow: 2px 2px 5px 0px rgba(173,173,173,1);
	margin:0 auto 15px auto;
	width:90%;
	border: 1px solid #dddddd;
}

.tag_cont:hover {
	border: 1px solid #bfbebe;
}

.tag_cont a {
	display:table;
	color:#000;
	text-decoration:none;
}

.tag_image_cont {
	display: table-cell;
    width: 30%;
	vertical-align:middle;
}

.tag_image_cont img {
	height: 120px;
    width: 180px;
	padding:10px;
}

.tag_text {
	display: table-cell;
    width: 70%;
	text-align:center;
	vertical-align:middle;
}

.tag_text h2 {
	border:none;
	margin:0;
	font-size:20px;
	padding: 0 10px;
}

.tag_text p {
	padding-right:10px;
}

.tags_pagination {
	text-align:center;
}

.tags_pagination > nav > h2 {
	display:none;
}

.tag_page {
	border-bottom:#red;
}

.tags_top_li {
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
}

.tag_blue {
	background-color:cornflowerblue;
}

.tag_red {
	background-color:red;
}

.tag_green {
	background-color:green;
}

.tag_orange {
	background-color:orange;
}

.tag_top {
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:5px 10px;
}

.attachment-post-thumbnail {
    margin: 0px 0px;
}

/* ALBUMI CSS */

.albumi_cont {
	text-align:center;
	border: 1px solid #dddddd;
	font-size: 25px;
    color: #5c5a5a;
	background-color:#fff;
	padding-top:2%;
}

.album_sve {
	display:inline-block;
	width: 19%;
    padding: 0 7px;
}

.single_album {
	margin-bottom:20px;
}

.album_sve img {
	max-width:100%;
}

.album_naslov {
	color: #3D57A3;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.album_broj {
	color: #5c5a5a;
    font-size: 15px;
}

.single_album > a  {
	font-size:18px;
	color:#333;
}

.single_album > a > p {
	margin-top:5px;
}

@media only screen and (max-width : 1024px) {
	#nt_cont {
		width:95%;
		padding: 10px;
		margin-top: 20px;
	}
	
	.let-naslov {
		font-size:1.1em;
	}
	
	.tra > a > strong {
		display: block;
	}
	
	.let-cont {
		min-height
	}
	.dole_link a {
		padding:5px;
	}
	
	.nasl {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width : 768px) {
	#crumbs {
		margin-left: 0;
		width: 100%;
	}
	
	#testiranje_d  > .blet {
		width:33%;
	}
	
	.let {
		width: 20%;
	}
	
	.let-naslov {
		font-size:1.3em;
		min-height: 42px;
	}
	
	.let-naslov > strong {
		font-size: 16px;
	}
	
	.let_bot span {
		width:50%;
	}
	
	.let_bot span:nth-child(1), .let_bot span:nth-child(2) {
		display: none;
	}
	
	ul#list li:nth-child(1) {
    display: none!important;
}
	
	.av_top_headline {
		font-size:20px;
		font-weight: bold;
	}
	
	.dole_link {
		text-align: center;
		width: 25%;
		float: left;
		padding: 2px;
	}
	
	.dole_link_b > a {
		min-height:50px;
	}
	
	.dole_link_b.let > a {
		/*min-height:initial;*/
	}
	
	#ui-id-1,
	#ui-id-2 {
		font-size:18px;
	}
	
	.fly_com {
		padding-top:20px;
	}
	
	.ponuda_naslov {
		padding:5px 20px;
	}
	
	.nasl {
		margin-bottom: 20px;
		font-size: 1.6em;
	}
	
	.broj_letova {
		margin-left:2%;
	}
	
	#testiranje,
	.testiranje {
		width:100%;
		margin-bottom:30px;
	}
	
	#list {
		width:100%;
	}
	
	#list > li > p > span {
		width: 25%;
		margin-bottom: 5px;
	}
	
	/* tražilica */
	
	.tra > a > strong {
		display: none;
	}
	
	ul#bus_nav_top li.tra {
		margin-right: 5px;
		float:none!important;
		display:inline-block;
		width:30%;
	}
	
	.tra > a {
		min-width: 70px;
	}
	
	.nav > li > a {
		padding: 3px 8px!important;
	}
	
	#nt_cont ul {
		margin-bottom: 15px;
	}
	
	#polaziste,
	#polaziste_b,
	#odrediste,
	#odrediste_b,
	#datum_polaska,
	#b_datum_polaska,
	#b_datum_dolaska,
	#datum_dolaska {
		margin-bottom: 5px;
		width:100%;
	}
	#datum_polaska {
		margin-bottom:10px;
	}
	
	#home_slider {
		min-height: 100px;
		background-image: url(../../../uploads/2017/05/avio_karte_naslovna2.jpg);
		background-repeat: no-repeat;
		padding: 30px 0;
		background-size: cover;
		background-position: 27% -5px;
	}
	
	.polaz label,
	.povr label,
	.datpol label,
	.datpov  label {
		font-size: 20px;
		margin-bottom: 2px;
	}
	.polaz,
	.povr {
		display:inline-block;
		width:70%;
		position:relative;
	}
	.return {
		margin-bottom: 10px;
	}
	
	.busreturn  {
		display:block;
	}
	
	.busreturn input {
		margin-left:0!important;
		float:left;
		margin-top:1px!important;
	}
	
	.busreturn span {
		display:block;
	}
	
	span.info_t {
		position: absolute;
		cursor: pointer;
		/* margin-left: 25px; */
		display: inline-block;
		right: 0;
		z-index: 99;
	}
	
	span.b_info_t {
		padding-top:0!important;
		margin-top:-20px;
	}
	
	span.info_t img {
		float: right;
		margin-right: 40px;
	}
	
	span.info_t:hover p {
		display: block;
		position: relative;
		width: 97%;
		top: 35px;
		z-index: 99;
		margin: 0 auto;
		left:-12px;
	}
	
	p.info_p:after {
		top: -10px;
		left: 91%;
	}
	
	.polaz input,
	.povr input,
	.datpol input,
	.datpov  input {
		width: 90%;
	}
	
	/* kraj tražilice */
	
	.let-cijena {
		padding: 0px 10px;
	}
	
	.letz_drzava {
		font-size: 13px;
	}
	
	.dole_link a {
		padding: 5px 15px;
	}
	
	.vise {
		width: 50%!important;
		padding: 10px 10px;
	}

	.letz_naziv {
		min-height: 50px;
	}
	
	.mobile_popup {
		display: block;
		position: fixed;
		z-index: 999;
		bottom: 0;
	}
	
	.mobile_popup img {
		max-width:100%;
	}
	
	.mobile_popup_close {
		max-height: 20px;
		position: absolute;
		display: block;
		right: 0;
		top: -10px;
	}
	
	.sv_link_cont {
		clear:both;
	}
	
	/* SMJEŠTAJ CSS */
	
	.smjestaj_cont {
		width:33%;
	}
	
	.list_link_cont {
		width:20%;
	}
	
	.smjestaj_list_rezerviraj {
		padding: 2px 10px;
		font-size: 17px;
	}
	
	.smjestaj_naslov {
		font-size:1.7em;
	}
	
	.smjestaj_pagination {
		float:none;
	}
	
	.smjestaj_grad_desno {
		margin-right:0;
	}
	
	.smjestaj_grad_reklama a {
		padding-left:0!important;
	}
	
	.smjestaj_grad_reklama a img {
		width:100%;
	}
	
	.smjestaj_pagination a {
		margin:0 5px;
	}
	
	div.hidden-lg > div.smjestaj_grad_reklama {
		text-align:center;
	}
	
	div.hidden-lg > div.smjestaj_grad_reklama a img {
		width:90%;
	}
	
	.smjestaj_icon {
		display:inline-block;
		margin-left:20px;
	}
	
	.smjestaj_icon img {
		height:14px;
	}
	
	#smjestaj_fil {
		display:none;
	}
	
	.smjestaj_filtriraj {
		margin-bottom:15px;
	}
	
	/* TAGOVI CSS */
	
	.tag_naslov_top_cont {
		margin-top:70px;
	}
	
	.tags_pagination nav {
		width:100%;
	}
	
	/* ALBUMI CSS */
	
	.popphotos_popokvir {
		height: auto;
		margin-top: 70px;
		font-size: 24px;
		padding-bottom: 5px;
	}
	
	.album_sve {
		width:49%;
	}
}

@media only screen and (max-width : 480px) {
	.polaz, .povr {
		display: block;
		width: 100%;
	}
	
	.polaz input, .povr input {
		width: 100%;
		height: 35px;
		border-radius: 2%;
	}
	
	#datetimepicker1 > div {
		width: 100%;
		float: none;
	}
	
	.letz_naziv {
		min-height: initial;
}
	
	.tr_submit {
		width:100%;
	}
	
	.smj_submit_m {
		width:40%;
	}
	
	#testiranje_d  > .blet {
		width:95%!important;
	}
	
	.let {
		width: 95%;
		padding: 0 5px;
		float: none;
		margin: 0 auto;
	}
	
	.mone {
		float:left;
	}
	.mone a {
		min-height:50px;
	}
	
	.letz_link {
		margin-bottom:10px;
	}
	
	.letz_link img {
		width:100%;
	}
	
	.let_red span {
		font-size: 17px;
	}
	
	.sv_link {
		padding: 10px 40px;
	}
	
	.dole_link {
		width:49%;
		padding: 1px 4px;
	}
	
	.dole_link_b {
		float:left;
	}
	
	.dole_link_b a {
		min-height:50px;
	}
	
	.dole_link a {
		padding: 5px 20px;
	}
	
	.ponuda_naslov {
		padding:5px;
	}
	
	.let_bold {
		display:none;
	}
	
	.let_mid span {
		display:block;
		width:100%;
		margin-bottom:5px;
	}
	
	.cijena_c {
		width:70%!important;
		margin:0 auto;
	}
	
	#testiranje > li > p > span.let_cijena {
		/*display:block;*/
	}
	
	#testiranje > li > p.let_bot span:nth-child(1),
	#testiranje > li > p.let_bot span:nth-child(2) {
		display:none;
	}
	
	ul#testiranje li.top_sp {
		display: none!important;
	}
	
	ul#testiranje1 li.top_sp {
		display: none!important;
	}
	
	.vise {
		width: 100%!important;
		margin-bottom: 20px;
	}
	
	#list span {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}
	
	#crumbs {
		margin-top: 0px;
	}
	
	#home_slider,
	.b_home_slider {
		padding: 40px 0 20px 0;
	}
	
	.home_slider {
		background-size:cover;
		background-position-x: 25%;
		margin-bottom: 10px;
	}
	
	#nt_cont > ul > li.tra {
		float:none;
		display:inline-block;
		width:30%;
		margin-right:5px;
	}
	
	.av_top_headline {
		margin-bottom:15px;
	}
	
	.let-cijena {
		padding: 0px 20px;
	}
	
	.let-naslov > strong {
		font-size: 19px;
	}
	
	.let-naslov {
		font-size:1.4em;
		min-height: 38px;
	}
	
	.let_relacija {
		font-size: 18px!important;
	}
	
	span.info_t {
		padding-top:30px;
	}
	
	span.bus_info_t {
		padding-top: 0px;
		margin-top: -20px;
	}
	
	/* SMJEŠTAJ MOBILNA */
	
	.smjestaj_cont {
		width:100%;
	}
	
	.smjestaj_top_naziv {
		min-height: initial;
	}
	
	.ler {
		display: initial;
		padding:0;
	}
	
	.smjestaj_list_slika {
		width:90%;
		margin: 15px;
	}
	
	.list_link_cont {
		width: 41%;
		margin: 15px auto;
		display: block;
	}
	
	.smjestaj_pagination {
		float:none;
	}
	
	.smjestaj_grad_desno {
		margin-right:0;
	}
	
	.smjestaj_grad_reklama a {
		padding-left:0!important;
	}
	
	.smjestaj_grad_reklama img {
		width: 100%;
	}
	
	#bus_cont > div.row  > div.col-md-9 {
		width:96%;
		margin:0 auto;
	}
	
	/* TAGOVI CSS */
	
	.tag_naslov_top {
		font-size:20px;
		padding:10px;
	}
	
	.tag_top {
		margin:0 4px 10px 4px;
	}
	
	.tag_cont a {
		display:initial;
	}
	
	.tag_image_cont {
		display: initial;
		width: auto;
	}
	
	.tag_image_cont img {
		height: auto;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	
	.tag_text {
		display: initial;
		width: auto;
		text-align: center;
	}
	
	.tag_text p {
		padding: 0 10px;
	}
	
	/* ALBUMI CSS */
	
	.popphotos_popokvir {
		font-size: 24px;
		height: auto;
		margin-top: 70px;
	}
	
	.album_sve {
		width:100%;
	}
	
}