/*
 * Theme Media Queries.
 */
@media (min-width: 2048px) and (max-width: 2560px) {
  #site-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #site-canvas.home_bg {
    background-size: contain;
  }
}

@media (min-width: 1600px) and (max-width: 2048px) {
  #site-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #site-canvas.home_bg {
    background-size: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  #site-canvas.home_bg {
    background-size: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  #site-canvas.home_bg {
    background-size: 250%;
  }
}

@media (max-width: 1024px) {
  .activity-info .registration, .activity-info .price {
   
  }
  .owl-item img {
    width: auto;
  }
  .extraoffers-list li, .extraoffers-list li.most-popular {
    width: 50%;
    float: left;
    margin-top: 20px;
  }
  .request-contact-form .form-group {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
  #site-canvas.home_bg {
    background-size: 220%;
  }
  
  .results-list .results-layout .list i, 
  .results-list .results-layout .grid i {
    padding: 0px 7px;
  }

  .activity-info .contact-details {
    width: 100%;
  }

  .company-header h1 {
    font-size: 28px;
  }
  .extraoffers-list li, .extraoffers-list li.most-popular {
    width: 50%;
    float: left;
    margin-top: 20px;
  }
  .request-contact-form .form-group {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .thin {
    font-size: 35px;
  }
  .search-field-holder i {
    font-size: 25px; 
  }
  .search-field {
    font-size: 16px;
    line-height: 25px;
  }
/*
  #site-canvas.home_bg {
    background: #000 url('../img/bg-home.jpg') no-repeat top center;
    background-size: auto;
  }
*/
  .result-item figure img.activity {
    max-width: 100%;
  }
  .result-item-container {
    padding: 0px 15px;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .result-item-options {
    display: inline-block;
    padding-bottom: 20px;
    text-align: right !important;
  }
  .result-item-options .buttons .btn_program, 
  .result-item-options .buttons .btn_offer {
    display: block;margin: 12px 0;
  }
  .results-pagination {
    display: block;
    width: 100%;
  }
    .results-pagination .results-pagination-index { padding: 15px 15px 15px 5px; }
  .results-list .results-records {
    width: 100%;
    padding: 15px 10px 15px 3%;
  }
  .align-right {
    width: 100%;
    text-align: left;
  }

  /* contact form */
  .contactform {
    width: 90%;
  }
  .activity-contact-form .form-group.left,
  .activity-contact-form .form-group.right {
    width: 100%;
  }

  .company-header .contact-details {
    margin-top: 90px;
    font-size: 16px;
    padding: 0px 20px;
    width: 100%;
    display: block;
  }
  .company-header .contact-details a {
    font-size: 1.0em;
  }
  .company-header h1 {
    margin-top: -20px;
    font-size: 20px;
    padding: 0px 20px;
    width: 100%;
    display: block;
    text-align: center;
  }  
  .extraoffers-list {
    float: none;
  }
  .extraoffers-list li {
    margin-top: 15px;
  }
  .extraoffers-list li.most-popular {
    margin-top: 20px;
  }
  .request-contact-form .form-group {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .navbar-brand, .toggle-nav {
   /* padding: 5px 5px 5px 5px;*/
  }
  /*.header-image > img {
    width: 80%;
  }*/
  .home-ajax-search {
    padding: 5px 2px;
  }
  .home-ajax-search li a {
    font-size: 16px;
  }
  .wizard-step h4 {
    font-size: 0.8em;
  }
  .align-right {
    width: 100%;
    text-align: left;
  }

  .company-header h1 {
    margin-top: -20px;
    font-size: 20px;
    padding: 0px 20px;
  }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  /*margin: 0 -15px 15px;*/
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.blog-nav li {
		position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
	
}
.blog-nav li a {
    color: #fff;
}

.home-search-dropdown {
  color: #000;
}