/*
#------------------------------------------------------------------------
# Mo - January Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */
.va-section {
  background-image: url("../images/header3_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 1rem;
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}

/*.va-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}*/

.va-section * {
  /*position: relative;
  z-index: 2;*/
  /*color: white !important; /* bela slova svuda */
}

.va-section h1, 
.va-section h5,
.va-section p {
  color: white !important;
}

.btn-primary, .btn-secondary {
  font-size: 1.3rem;
  padding: 20px 50px;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.va-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
}

.va-languages a {
  font-size: 1rem;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.va-badges img,
.va-award img,
.va-cards img {
  max-width: 120px;
  margin: 10px;
}



/*dugme submit*/
#submitBtn .btn-primary:hover{
    background-color: #007bff;
    border-color: #007bff;
}

.mod-languages ul.lang-inline, .mod-languages ul.lang-block {
    display: inline-flex !important;
}


/*za tabelu sa cenama*/
/*normalan ekran ukidanje slicica*/
@media only screen and (min-width: 600px) {
img.mobil-pic {
display:none;
}
}

.cene-front {

}


.cene-front img {
vertical-align:middle;
}

/*mobilni*/
@media only screen and (max-width: 580px) {
td.cene-front {
font-size: 2em;
}

tr.cene-front-prvi {
display:none;
}
}


/*kraj tabele sa cenama*/


.gkCols {
    margin: 0px -43px;
    width: auto;
}
/* kvadratne slicice na pocetnim stranama */
.gk-header3 .gk-avatar a {
    color: #fff;
    font-size: 2px;
    height: 120px;
    line-height: 73px;
    margin: -36px 0 0 0;
    position: absolute;
    text-align: center;
    text-indent: 5px;
    top: 50%;
	width: 120px;
}


.gk-header3 .gk-avatar i { color: #fff; }
.gk-header3 .gk-avatar .gk-fb { left: 0; background: url('../images/to_airport.png') no-repeat center center;}
.gk-header3 .gk-avatar .gk-twitter { right: 0; background: url('../images/from_airport.png') no-repeat center center;}
.gk-header3 .gk-avatar .gk-fb2 { left: 0; background: url('../images/to_airportDE.png') no-repeat center center;}
.gk-header3 .gk-avatar .gk-twitter2 { right: 0; background: url('../images/from_airportDE.png') no-repeat center center;}
.gk-header3 .gk-avatar .gk-fb3 { left: 0; background: url('../images/to_airport_RO.png') no-repeat center center;}
.gk-header3 .gk-avatar .gk-twitter3 { right: 0; background: url('../images/from_airport_RO.png') no-repeat center center;}
.gk-header3 .gk-avatar .gk-fb4 { left: 0; background: url('../images/to_airport_RU.png') no-repeat center center;}
.gk-header3 .gk-avatar .gk-twitter4 { right: 0; background: url('../images/from_airport_RU.png') no-repeat center center;}
.gk-header3 small {
	display: block;
}
.blog_book {
    display: block;
    overflow: hidden;
    text-align: center;
}
/*slicica za mobilni*/
@media screen and (min-width: 0px) and (max-width: 500px) {
  #mobilni { display: block; margin-left: auto; margin-right: auto; }
}

@media screen and (min-width: 501px) and (max-width: 2400px) {
  #mobilni { display: none; }
}
/*skidanje tacki sa Li*/
.box .custom li:before {
  content: none;!important
}
/*povecanje sirine za sidebar*/
.hotel li {
    width: 280px;
}
.hotel li h5 {
  margin: 0;
}
/*povecanje sirine sidebara*/
#gkSidebar {
    padding: 0 0 30px 30px;
}