.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icons/fonts/icomoon.eot?rxxlnh');
  src: url('../fonts/icons/fonts/icomoon.eot?rxxlnh#iefix') format('embedded-opentype'), url('../fonts/icons/fonts/icomoon.ttf?rxxlnh') format('truetype'), url('../fonts/icons/fonts/icomoon.woff?rxxlnh') format('woff'), url('../fonts/icons/fonts/icomoon.svg?rxxlnh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.icon-marathon-runner:before {
  content: "\e900";
}
.icon.icon-bike:before {
  content: "\e901";
}
.icon.icon-football-ball:before {
  content: "\e902";
}
.icon.icon-facebook:before {
  content: "\e903";
}
html h1,
body h1,
html .h1,
body .h1,
html h2,
body h2,
html .h2,
body .h2 {
  color: #0c56c1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html h1 span,
body h1 span,
html .h1 span,
body .h1 span,
html h2 span,
body h2 span,
html .h2 span,
body .h2 span {
  color: #808080;
  font-weight: normal;
  font-family: 'OpenSans', Arial, sans-serif;
}
html h1,
body h1,
html .h1,
body .h1 {
  font-size: 1.6em;
}
html h1 span,
body h1 span,
html .h1 span,
body .h1 span {
  font-size: 0.6em;
}
html h2,
body h2,
html .h2,
body .h2 {
  font-size: 1.3em;
}
html h1,
body h1,
html h2,
body h2,
html h3,
body h3,
html h4,
body h4,
html .h1,
body .h1,
html .h2,
body .h2,
html .h3,
body .h3,
html .h4,
body .h4 {
  color: #45261a;
}
html.full {
  background: url('../img/base/bg.jpg') no-repeat top center fixed;
  background-color: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html.full body {
  height: 100%;
}
html.full body #content {
  min-height: -webkit-calc(100% - 270px);
  min-height: -moz-calc(100% - 270px);
  min-height: calc(100% - 270px);
}
body.main {
  background-color: transparent;
}
.content {
  background-color: #ffffff;
}
.no-padding-l {
  padding-left: 0;
}
.no-padding-r {
  padding-right: 0;
}
.no-padding-h {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-v {
  padding-top: 0;
  padding-bottom: 0;
}
.bottom-buffer {
  margin-bottom: 15px;
}
.bootstrap-select .btn {
  border: solid 1px #aeaeae;
  height: 42px;
}
.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus {
  background-color: #fff;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active:focus {
  background: #aeaeae;
  border-color: #959595;
}
.btn-primary:hover,
.btn-primary:hover:focus {
  background-color: #959595;
  border-color: #7b7b7b;
}
.btn-danger,
.btn-danger:focus,
.btn-danger:active:focus {
  background: #ec1b23;
  border-color: #c41017;
}
.btn-danger:hover,
.btn-danger:hover:focus {
  background-color: #c41017;
  border-color: #950c12;
}
.btn-info,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #0c56c1;
  border-color: #094191;
}
.btn-info:hover,
.btn-info:hover:focus {
  background-color: #094191;
  border-color: #062b61;
}
.btn-success,
.btn-success:focus,
.btn-success:active:focus {
  background: #56da13;
  border-color: #43ab0f;
}
.btn-success:hover,
.btn-success:hover:focus {
  background-color: #43ab0f;
  border-color: #317c0b;
  box-shadow: none;
}
.label-sm {
  font-size: 12px;
}
.label-md {
  font-size: 16px;
}
.label-lg {
  font-size: 20px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0c56c1;
  border-color: #0c56c1;
}
.pagination > li > a,
.pagination > li > span {
  color: #0c56c1;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #313131;
}
.btn {
  border: none;
  /*border-radius: 0;*/
}
.small-print {
  font-size: 10px;
  color: #313131;
  text-align: justify;
}
.text-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cart-total {
  font-weight: bold;
  padding-left: 10px;
}
.reference-row {
  background-color: #0c56c1;
  text-align: right;
  margin-bottom: 20px;
}
.reference-row .booking-reference {
  font-weight: bold;
  font-size: 1.4em;
  padding-left: 10px;
  padding-right: 15px;
}
.contact-block {
  background-color: #aeaeae;
  width: 120px;
  height: 120px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 5px;
}
.contact-block img {
  width: 60px;
  height: 60px;
}
.color-grey {
  color: #808080 !important;
}
.color-main {
  color: #0c56c1 !important;
}
.color-orange {
  color: #56da13 !important;
}
.orange-btn {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5em;
  background-color: #256fcf;
}
.orange-btn:hover .orange-btn:focus {
  color: #fff;
}
.grey-btn {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5em;
  background-color: #808080;
}
.grey-btn:hover,
.grey-btn:focus {
  color: #fff;
}
.booking-details {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.tour-title p {
  font-weight: bold;
  font-size: 20px;
  color: #0c56c1;
}
.tour-title p a {
  color: #0c56c1;
}
.tour-title p a:hover,
.tour-title p a:focus {
  color: #0c56c1;
}
.breadcrumb li {
  /*a {
			color: @color-third;
		}*/
}
.breadcrumb li.active {
  color: #56da13;
}
.ui-timepicker-div .ui-widget-header,
.ui-timepicker-div .ui_tpicker_time_label {
  display: none !important;
}
.ui-timepicker-div dl {
  text-align: center !important;
  margin-top: 5px;
}
.ui-timepicker-div dl .ui-timepicker-select {
  border-radius: 0;
}
body {
  padding-right: 0 !important;
}
.btn-pt {
  border-radius: 4px;
  color: #0c56c1;
  border: solid 1px #0c56c1;
}
.btn-pt.active,
.btn-pt.btn-default:hover,
.btn-pt.btn-default:focus {
  background-color: #0c56c1;
  color: #fff;
}
.link-img {
  position: relative;
}
.link-img .tag-container {
  position: absolute;
  top: 15px;
  left: -10px;
  background-color: #56da13;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding-left: 20px;
  line-height: 24px;
}
.link-img .tag-container:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: -24px;
  border-color: #56da13;
  border-width: 12px;
  border-style: solid;
  border-right-color: transparent;
}
.link-img .tag-container:after {
  border-color: #317c0b #317c0b transparent transparent;
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-width: 4px 5px;
  border-style: solid;
}
.link-img .tag-container.tag-color-green {
  background-color: #0c56c1;
}
.link-img .tag-container.tag-color-green:before {
  border-color: #0c56c1;
  border-right-color: transparent;
}
.link-img .tag-container.tag-color-green:after {
  border-color: #062b61 #062b61 transparent transparent;
}
.link-img .tag-container.tag-color-red {
  background-color: #f00;
}
.link-img .tag-container.tag-color-red:before {
  border-color: #f00;
  border-right-color: transparent;
}
.link-img .tag-container.tag-color-red:after {
  border-color: #990000 #990000 transparent transparent;
}
.link-img .tag-container.tag-color-blue {
  background-color: #00f;
}
.link-img .tag-container.tag-color-blue:before {
  border-color: #00f;
  border-right-color: transparent;
}
.link-img .tag-container.tag-color-blue:after {
  border-color: #000099 #000099 transparent transparent;
}
.link-img .tag-container.tag-color-yellow {
  background-color: #ffff00;
}
.link-img .tag-container.tag-color-yellow:before {
  border-color: #ffff00;
  border-right-color: transparent;
}
.link-img .tag-container.tag-color-yellow:after {
  border-color: #999900 #999900 transparent transparent;
}
.link-img .tag-container.tag-color-brown {
  background-color: #a0522d;
}
.link-img .tag-container.tag-color-brown:before {
  border-color: #a0522d;
  border-right-color: transparent;
}
.link-img .tag-container.tag-color-brown:after {
  border-color: #502917 #502917 transparent transparent;
}
.link-img .tag-container.tag-color-violet {
  background-color: #8b008b;
}
.link-img .tag-container.tag-color-violet:before {
  border-color: #8b008b;
  border-right-color: transparent;
}
.link-img .tag-container.tag-color-violet:after {
  border-color: #250025 #250025 transparent transparent;
}
.link-img .tag-container.tag-color-grey {
  background-color: #696969;
}
.link-img .tag-container.tag-color-grey:before {
  border-color: #696969;
  border-right-color: transparent;
}
.link-img .tag-container.tag-color-grey:after {
  border-color: #363636 #363636 transparent transparent;
}
.navbar-main-relative {
  height: 50px;
}
.color-navbar-bg {
  color: #0c56c1;
}
.color-logo-sign {
  color: #ec1b23;
}
.color-promo-bg {
  color: #56da13;
}
.color-content-heading {
  color: #45261a;
}
.color-content-bg {
  color: #ffffff;
}
#rental-price-list-widget .nav-skier-type.nav-tabs > li,
#rental-price-list-widget .nav-product-type.nav-tabs > li,
#rental-price-list-widget .nav-skier-type.nav-pills > li,
#rental-price-list-widget .nav-product-type.nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}
#rental-price-list-widget .nav-skier-type.nav-pills > li > a,
#rental-price-list-widget .nav-product-type.nav-pills > li > a,
#rental-price-list-widget .nav-skier-type.nav-pills > li > a:hover,
#rental-price-list-widget .nav-product-type.nav-pills > li > a:hover,
#rental-price-list-widget .nav-skier-type.nav-pills > li > a:focus,
#rental-price-list-widget .nav-product-type.nav-pills > li > a:focus {
  color: #0c56c1;
}
#rental-price-list-widget .nav-skier-type.nav-pills > li.active > a,
#rental-price-list-widget .nav-product-type.nav-pills > li.active > a,
#rental-price-list-widget .nav-skier-type.nav-pills > li.active > a:hover,
#rental-price-list-widget .nav-product-type.nav-pills > li.active > a:hover,
#rental-price-list-widget .nav-skier-type.nav-pills > li.active > a:focus,
#rental-price-list-widget .nav-product-type.nav-pills > li.active > a:focus {
  background-color: #0c56c1;
  color: #ffffff;
}
#rental-price-list-widget .nav-skier-type.nav-tabs,
#rental-price-list-widget .nav-product-type.nav-tabs,
#rental-price-list-widget .nav-skier-type.nav-pills,
#rental-price-list-widget .nav-product-type.nav-pills {
  text-align: center;
  margin-top: 10px;
}
.text-xl {
  font-size: 56px;
}
.text-lg {
  font-size: 28px !important;
}
.text-md {
  font-size: 25px;
}
.text-sm {
  font-size: 16px;
}
.text-xs {
  font-size: 14px;
}
.color-blue {
  color: #0c56c1;
}
.color-red {
  color: #ec1b23;
}
.color-white {
  color: white !important;
}
.image {
  width: 100%;
}
.container-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 992px) {
  .container-left {
    padding-right: 5px;
  }
  .container-center {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-right {
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .container-flex-sm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .container-flex-sm .bg-white,
  .container-flex-sm .bg-black {
    height: 100%;
  }
  .container-left-sm {
    padding-right: 5px;
  }
  .container-center-sm {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-right-sm {
    padding-left: 5px;
  }
}
@media screen and (max-width: 992px) {
  .container-top-sm {
    padding-bottom: 5px;
  }
  .container-middle-sm {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .container-bottom-sm {
    padding-top: 5px;
  }
}
.container-top {
  padding-bottom: 5px;
}
.container-middle {
  padding-top: 5px;
  padding-bottom: 5px;
}
.container-bottom {
  padding-top: 5px;
}
.text-center-justify {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
ul.checked {
  list-style-image: url('../img/booking/checkbox.png');
}
@media screen and (min-width: 768px) {
  .footer-logo {
    position: relative;
    top: -30px;
    left: 5px;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo {
    text-align: center;
    margin-top: 20px;
  }
}
#navbar {
  width: 100%;
  background-color: rgba(69, 38, 26, 0.75);
  color: #fff;
  border-color: #f5e8c7;
}
#navbar .navbar-nav > li > a {
  color: #f5e8c7;
  font-size: 15px;
}
#navbar .navbar-nav > li > a:hover,
#navbar .navbar-nav > li > a:focus {
  color: #333;
  background-color: #f0deb6;
}
#navbar .navbar-nav > li.active > a,
#navbar .navbar-nav > li.active > a:hover,
#navbar .navbar-nav > li.active > afocus {
  color: #333;
  background-color: #f0deb6;
}
#second-menu {
  background-color: #f0deb6;
}
#second-menu .second-menu-link {
  padding: 0;
}
#second-menu .second-menu-link.active a {
  background-color: #45261a;
  color: #f0deb6;
}
#second-menu .second-menu-link.not-active a {
  pointer-events: none;
  cursor: default;
  color: #f9f1e0;
}
#second-menu .second-menu-link a {
  display: block;
  padding: 15px 15px;
  text-align: center;
  color: #45261a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
#second-menu .second-menu-link a:hover,
#second-menu .second-menu-link a:focus,
#second-menu .second-menu-link a:active {
  text-decoration: none;
  background-color: #45261a;
  color: #f0deb6;
}
#second-menu .second-menu-link a .second-menu-icon {
  vertical-align: middle;
  font-size: 36px;
}
#second-menu .second-menu-link a .second-menu-label {
  vertical-align: middle;
}
.main-navbar {
  display: flex;
}
@media (max-width: 768px) {
  .main-navbar {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  /*
	.navbar-fixed-top {
		position: relative;
	}
	*/
}
/*
@media (max-width: @screen-lg) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
*/
#logo {
  margin-top: 15px;
  margin-bottom: 15px;
}
#logo a.logo-link {
  display: block;
}
#logo a.logo-link:hover,
#logo a.logo-link:active,
#logo a.logo-link:focus {
  text-decoration: none;
}
#logo a.logo-link .logo-container {
  background-color: rgba(69, 38, 26, 0.55);
  border-radius: 30px;
}
#logo a.logo-link .logo-container img {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
#logo a.logo-link .logo-container .label-small {
  margin-bottom: 0;
  color: #f5e8c7;
  text-transform: uppercase;
}
#logo a.logo-link .logo-container .label-large {
  font-weight: bold;
  color: #f5e8c7;
  text-transform: uppercase;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  #logo {
    /*height: 120px;*/
  }
}
#logo .logo-link {
  display: block;
}
.nav-futbols.nav-pills > li.active > a,
.nav-futbols.nav-pills > li.active > a:hover,
.nav-futbols.nav-pills > li.active > a:focus {
  color: #f0deb6;
  background-color: #45261a;
}
.nav-futbols.nav-pills > li a {
  color: #45261a;
}
.nav-futbols.nav-pills > li a:hover,
.nav-futbols.nav-pills > li a:focus {
  color: #f0deb6;
  background-color: #45261a;
}
#equipment .equipment-set-row {
  display: flex;
}
#equipment .equipment-set-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#equipment .plus {
  font-size: 30px;
}
#equipment .equals {
  font-weight: bold;
  font-size: 50px;
}
#equipment .price {
  font-size: 30px;
  font-weight: bold;
}
.equipment-single {
  margin-bottom: 15px;
}
.equipment-single__container {
  border: 1px solid #ccc;
}
.equipment-single__img-container {
  text-align: center;
  height: 200px;
  background-color: #fff;
  padding: 10px;
}
.equipment-single__img-container_parts {
  height: auto;
}
.equipment-single__img-container_parts:after {
  clear: both;
  content: " ";
  display: table;
}
.equipment-single__img-part {
  height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 1200px) {
  .equipment-single__img-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.equipment-single__label {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
}
.equipment-single__img {
  height: 100%;
}
.equipment-single__img-responsive {
  width: 100%;
}
.equipment-single__info-container {
  background-color: #dcdcdc;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.equipment-single__name {
  font-size: 16px;
}
.equipment-single__price {
  font-size: 20px;
  color: #ff002f;
  text-align: right;
}
/*# sourceMappingURL=style.css.map */