section#content {
  min-height: 40px;
  padding-top: 0px;
  text-align: left;
  background: white;
-webkit-box-shadow: 4px 7px 37px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 7px 37px -9px rgba(0,0,0,0.75);
box-shadow: 4px 7px 37px -9px rgba(0,0,0,0.75);
}

.tab-pane .row {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

#hotel-description .features label {
    margin: 0px;
    margin-left: 20px;
    width: 220px;
    border-right: 1px solid #f5f5f5;
    margin-right: 20px;
    color: #2957A4;
    margin-bottom: 25px;
}
/*HEADER*/
.main-title {
  color: #999999;
}
.main-title:hover {
    color: #3BB3C2;
}

.activePage {
    font-weight: bold !important;
}

@media only screen and (max-width: 385px) {
    .main-title {
        font-size: 0.8em !important;
    }
}
/*Top padding za content na contact i about*/
.spacer {
    height: 40px;
    width: 100%;
}
/*custom style za city.blade.php*/
#city-container {
    padding-top: 40px;
}

.sidebar .travelo-box {
    padding: 10px;
	box-shadow: 0 1px 3px rgba(89, 85, 85, 0.46);
	background: linear-gradient(to bottom, #EDEDED 0%, #FEFEFE 100%);
	
}

.main-categories h4, .see-more, .subcat {
    background: #2957A4;
    color: #fff;
    padding: 5px;
}
.app-title {
    margin-bottom: 10px;
    margin-top: 20px;
    color: #999999;
}
.app-img {
	height: auto;
	max-height: 250px;
	width:100%;
	max-width: 150px;
	margin: 0 auto 0;
}
.img-wrap {
	text-align: center;
	background: #fff;
	border: 5px solid #f5f5f5;
}
.img-wrap img {
	border: none;
}
.playstore
{
	width: 100%;
	text-align: center;
	padding-bottom:15px
}
.logo-bottom {
	margin:0 auto 0;
}
.social-icons {
	margin: 0 auto 0;
	width: auto;

	display: inline-block;
	margin-bottom: 50px;
}
.social-icons li:first-child {
	padding-left: 0px;
}
.contact-details {
	clear: left;
	
	
}
.logo-bottom {
	margin-left: 50px;
    padding-bottom: 20px;
}
.social-wrap {
	text-align: center;
	margin-top: 0px;
}
.info {
	text-align: center;
}
.main-title {
    display: none;
}

.logo.navbar-brand img {
    height: 157px;
    width: 100%;
    max-width: 250px;
}

.about-app {
    font-size: 1.2em;
    background:#ffffffa6;
    padding: 20px;
    color: black;
    margin: 0 !important;
}
/*
h2{
text-align: center
}*/


/*
#imgrs {
  border: 0;
  position:absolute;
  margin: 8px 0 0 20px;
  height: 700px;
}*/
#contact li {
  border-bottom: 1px solid transparent;
  transition: all .4s ease-in-out;
}
#contact li, 
#contact li a,
#contact p {
  color: #fff;
}

#contact li:hover {
  border-bottom: 1px solid #fff;
  opacity: .8;
}


.event-list ul li a:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -6px;
  background-color: #55595c;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.event-list ul li a {
  position: relative;
}

.event-list ul li a:hover:after
{
  opacity: 1;
}
.team-icon i:hover {
  color: #2957A4;
}
.uslovi-koriscenja {
  text-align: left;
}
.uslovi-koriscenja ul {
  list-style-type: disc;
  text-align: left;
}
.uslovi-koriscenja ul.number {
  list-style-type: decimal;
}
.uslovi-koriscenja ul.number:first-child {
  margin-left: 30px;
}
.uslovi-koriscenja ul li {
  margin-left: 50px;
  margin-bottom: 20px;
}
.uslovi-koriscenja a {
  color: #27569a;
}


h2 {
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ea000d;
  text-transform: uppercase;
  border-bottom: 2px solid #ea000d;
  padding-bottom: 10px;
}

h3 {
  font-family: 'Georgia', serif;
  font-size: 32px;
  font-weight: normal;
  color: #2c3e50;
  margin: 30px 0;
  text-align: center;
  letter-spacing: 1px;
}


.embed-responsive-16by9 {
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  position: relative;
}

.embed-responsive-16by9 iframe,
.embed-responsive-16by9 object,
.embed-responsive-16by9 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}