body {
  background: #E2E2E2;
}

#content .container {
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar-brand {
  height: auto;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-default {
  background: #E2E2E2;
  border-color: white;
  border-bottom-width: 0px;
}

  .navbar-default .container:first-child {
    background: white;
  }

.nav-link,
.nav-link--active {
  color: #777;
  text-decoration: none;
  padding:4px 10px 4px 0px;
  list-style:none;
}
.nav-link > a{
  display:block;
  border-bottom: 3px solid transparent;
}

  .nav-link > a,
  .nav-link > a:visited,
  .nav-link > a:active,
  .nav-link > a:hover {
    text-decoration: none;
    color: #777;
    padding-top:2px;
    padding-bottom:2px;
  }

.nav-link--active > a {
  border-bottom: 3px solid gray;
  background-color: #f8f8f8;
}

  .nav-link li:hover a {
    text-decoration: none;
    color: #777;
    border-bottom: 3px solid gray;
    background-color:whitesmoke;
  }

#sideNav .divider,
#sideNav li:hover .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/*==========  Mobile First Method  ==========*/
#sub-menu {
  background-color: #020183;
}

/* Small Devices, Tablets */
@media (min-width : 768px) {
  .container {
    width: 730px;
  }

  #sub-menu {
    background-image: url('../Content/background_768.png');
    width: 750px;
    background-color: transparent;
  }
}

/* Medium Devices, Desktops */
@media (min-width : 992px) {
  .container {
    width: 950px;
  }

  #sub-menu {
    background-image: url('../Content/background_992.png');
    width: 970px;
  }
}

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
  .container {
    width: 1150px;
  }

  #sub-menu {
    background-image: url('../Content/background_1200.png');
    width: 1170px;
  }
}

#myNavbar li a {
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 5px;
  border-bottom: 3px solid transparent;
}

  #myNavbar li a:first-child {
    margin-left: 15px
  }

#myNavbar li.active > a,
#myNavbar li.active > div > a {
  border-bottom: 3px solid gray;
  background-color: transparent;
}

#myNavbar li a:hover {
  border-bottom: 3px solid gray;
}

.navbar-nav > li > a,
.navbar-nav > li > div.btn-group {
  padding-top: 15px;
  padding-bottom: 15px;
}

  .navbar-nav > li > div.btn-group a {
    text-decoration: none;
  }

  .navbar-nav > li > div.btn-group.open,
  .navbar-nav > li > div.btn-group.open > a {
    background-color: #eee;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

#myNavbar a.extra {
  padding-left: 2px;
  padding-right: 2px;
}

.navbar-nav > li > div.btn-group a:visited {
  color: #777;
}

#myNavbar2 a {
  color: white;
  padding-left: 8px;
  padding-right: 8px;
}

#myNavbar2 .active a {
  background: #4E4EA8;
  color: yellow;
}

#myNavbar2 a:hover {
  background: #4E4EA8;
  color: yellow;
}

footer {
  color: white;
  margin-top: 20px;
}

.footerUp {
  padding-bottom: 26px;
  background: #6f6f6f;
}

.footerDown {
  background: #525252;
  padding: 20px 0 15px 0;
}

.btnBackToTop {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 0px;
  right: 10px;
  width: 70px;
  height: 70px;
  z-index: 100;
  display: inline;
  text-decoration: none;
  cursor: pointer;
}

  .btnBackToTop i {
    font-size: 60px;
    color: #c7c7c7;
  }

#myCarousel {
  padding-left: 0px;
  padding-right: 0px;
}

.product-image {
  max-width: 100%;
  max-height: 600px
}

.tourinfo, .productinfo {
  list-style-type: none;
  padding-left: 0px;
}

li.price {
  background: url(img/price.png)no-repeat 0 2px;
  padding: 4px 0px 4px 30px;
}

li.old-price {
  background: url(img/price_old.gif) no-repeat 0 2px;
  padding: 4px 0px 4px 30px;
  text-decoration: line-through;
}

li.check {
  background: url(img/check.gif) no-repeat 0 2px;
  padding: 4px 0px 4px 30px;
}

li.status {
  background: url(img/state.png)no-repeat 0 2px;
  padding: 4px 0px 4px 30px;
}

li.special {
  background: url(img/special.png)no-repeat 0 2px;
  padding: 4px 0px 4px 30px;
}

li.time {
  background: url(img/time.png) no-repeat 0 2px;
  padding: 4px 0px 4px 30px;
}

li.distance {
  background: url(img/distance.png) no-repeat 0 2px;
  padding: 4px 0px 4px 30px;
}

li.info {
  background: url(img/info.png) no-repeat 0 2px;
  padding: 4px 0px 4px 30px;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 1px;
  border-left-color: rgb(238, 238, 238);
  border-left-width: 5px;
  border-radius: 3px;
}

/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}

  .bs-callout-danger h4 {
    color: #ce4844;
  }

.bs-callout-warning {
  border-left-color: #aa6708;
}

  .bs-callout-warning h4 {
    color: #aa6708;
  }

.bs-callout-info {
  border-left-color: #1b809e;
}

  .bs-callout-info h4 {
    color: #1b809e;
  }


.product-grid__item {
  height: 300px;
  position: relative;
  overflow: hidden;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

  .product-grid__item:hover {
    cursor: pointer
  }

article img {
  max-width: 100%;
}

#content section:last-child div.container {
  padding-bottom: 25px;
}

.field-validation-error {
  color: red;
}

.cookie-notice{
  box-shadow: inset 0px -7px 13px rgba(0,0,0,0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2000 !important;
}

.img-thumbnail {
  margin-top: 10px;
}

.breadcrumb{
  margin-bottom:0px;
  border-radius:0px;
}
