/* DIMENSIONS */
/* COLORS */
/* ## fonts ## */
/* ## Fix the clear on elements without the required class. NB: watch it! ## */
/* ## rounded corners ## */
/* ## Box shadow ## */
/* ## Accessibility ## */
/* Places an item out of sight while keeping it available for screenreaders. */
/* Focusable elements such as links and inputs are placed back in sight on focus, for keyboard users. */
/* To hide hide text */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/* ## keyframes ## */
/* MEDIA QUERIES */
/* 
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
*/
/* line 9, sass/partials/base/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 30, sass/partials/base/_reset.scss */
body {
  line-height: 1;
}

/* line 34, sass/partials/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 39, sass/partials/base/_reset.scss */
nav ul {
  list-style: none;
}

/* line 43, sass/partials/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 47, sass/partials/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 53, sass/partials/base/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 62, sass/partials/base/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 69, sass/partials/base/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 76, sass/partials/base/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 80, sass/partials/base/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 85, sass/partials/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 91, sass/partials/base/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 100, sass/partials/base/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 104, sass/partials/base/_reset.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, sass/partials/base/_base.scss */
html {
  min-height: 100%;
  position: relative;
}

/* line 6, sass/partials/base/_base.scss */
body {
  height: 100%;
  font-family: 'Nunito', sans-serif;
}

/* line 11, sass/partials/base/_base.scss */
#wrapper {
  padding: 0;
  background: #e6eff8;
}
/* line 15, sass/partials/base/_base.scss */
#wrapper #main {
  padding: 0;
}

/* line 20, sass/partials/base/_base.scss */
h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #0d264c;
}

/* line 28, sass/partials/base/_base.scss */
h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

/* line 34, sass/partials/base/_base.scss */
h3 {
  font-size: 18px;
  font-weight: 700;
}

/* line 39, sass/partials/base/_base.scss */
h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
}

/* line 46, sass/partials/base/_base.scss */
p {
  margin: 0 0 15px;
  line-height: 25px;
  font-size: 16px;
  color: #0d264c;
  text-align: left;
}

div{
  line-height: 25px;
}

/* line 53, sass/partials/base/_base.scss */
span {
  font-size: 16px;
  font-weight: 300;
}

/* line 59, sass/partials/base/_base.scss */
.title {
  font-weight: 700;
}

/* line 63, sass/partials/base/_base.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 25px;
  padding-left: 25px;
}

/* line 68, sass/partials/base/_base.scss */
.content-row {
  padding: 50px 25px 50px 25px;
}

/* line 72, sass/partials/base/_base.scss */
#content {
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 24px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 24px -2px rgba(0, 0, 0, 0.75);
}

/* line 79, sass/partials/base/_base.scss */
.error-block {
  padding: 100px 25px 100px 25px;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  background-color: #e6eff8;
}
/* line 85, sass/partials/base/_base.scss */
.error-block a {
  color: #3FA9F5;
}

/* line 90, sass/partials/base/_base.scss */
.page-content {
  padding: 50px 25px 50px 25px;
}

/* line 95, sass/partials/base/_base.scss */
.page-content h3, .page-content h3, .page-content h5, .page-content h6 {
  line-height: 27px;
  font-size: 20px;
  font-weight: 400;
  color: #3FA9F5;
}
/* line 102, sass/partials/base/_base.scss */
.page-content ul {
  line-height: 25px;
  margin-left: 40px;
}

/* line 108, sass/partials/base/_base.scss */
.date {
  text-transform: uppercase;
}

/* line 112, sass/partials/base/_base.scss */
.left {
  float: left;
}

/* line 116, sass/partials/base/_base.scss */
.right {
  float: right;
}

/*menu css*/
/* line 121, sass/partials/base/_base.scss */
.sidebar-holder {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.facebook-logo a{
    padding: 10px;
    width: 40px;
    display: block;
}

.facebook-logo a img{
  max-width: 100%;
}

.sidebar-holder .search{
  padding: 15px;
}

.sidebar-holder .search h3{
  color: #7AC943;
  margin-bottom: 10px;

}

.sidebar-holder .search input{
  padding: 5px;
  border: solid 1px #f5f5f5;
  border-radius: 3px;
  width: 100%;
}

.sidebar-holder .search .search-submit{
  padding: 5px 8px;
  width: 95%;
  margin-left: 5%;
  background: #7AC943;
  color: #fff;
  border: solid 1px #7AC943;
}

.sidebar-holder .search .col-xs-8{
  padding: 0 0 0 15px;
}

.sidebar-holder .search .col-xs-4{
  padding: 0 15px 0 0;
}


/* line 127, sass/partials/base/_base.scss */
.sidebar-holder .scroll-to-top {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: #7AC943;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
}
/* line 140, sass/partials/base/_base.scss */
.sidebar-holder .scroll-to-top span {
  padding-top: 17px;
}

/* line 145, sass/partials/base/_base.scss */
#sidebar {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0d264c;
  -webkit-box-shadow: 3px 0px 12px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 0px 12px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 0px 12px -1px rgba(0, 0, 0, 0.75);
}
/* line 157, sass/partials/base/_base.scss */
#sidebar .logo-holder {
  padding: 50px;
}
/* line 160, sass/partials/base/_base.scss */
#sidebar .logo-holder img {
  max-width: 100%;
}
/* line 164, sass/partials/base/_base.scss */
#sidebar ul {
  list-style: none;
}
/* line 166, sass/partials/base/_base.scss */
#sidebar ul li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 3px;
}
/* line 173, sass/partials/base/_base.scss */
#sidebar ul li:hover {
  background-color: #263c5e;
}
/* line 176, sass/partials/base/_base.scss */
#sidebar ul li a {
  padding: 15px;
  display: block;
  color: #fff;
}
/* line 180, sass/partials/base/_base.scss */
#sidebar ul li a:hover {
  text-decoration: none;
}
/* line 184, sass/partials/base/_base.scss */
#sidebar ul li .sub-menu {
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 0;
  width: 100%;
  padding-top: 81px;
  background: #263c5e;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 205, sass/partials/base/_base.scss */
#sidebar ul li .sub-menu li {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  border-top: solid 1px #7d8a9e;
}
/* line 212, sass/partials/base/_base.scss */
#sidebar ul li .sub-menu li:hover {
  background: #0d264c;
}
/* line 216, sass/partials/base/_base.scss */
#sidebar ul li .sub-menu span {
  font-size: 24px;
  color: #7AC943;
  margin-left: 15px;
  margin-bottom: 15px;
  display: block;
}
/* line 226, sass/partials/base/_base.scss */
#sidebar ul li.current-menu-item {
  background: #263c5e;
}
/* line 229, sass/partials/base/_base.scss */
#sidebar ul li.current-menu-parent {
  background: #263c5e;
}
/* line 233, sass/partials/base/_base.scss */
#sidebar ul li.menu-item-has-children {
  background-image: url(images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
/* line 238, sass/partials/base/_base.scss */
#sidebar ul li.menu-item-has-children .sub-menu li.current-menu-item {
  background: #0d264c;
}
/* line 246, sass/partials/base/_base.scss */
#sidebar ul .menu-item-has-children:hover .sub-menu {
  left: 100%;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/*content*/
/*shop search block*/
/* line 262, sass/partials/base/_base.scss */
.selection-block {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #e6eff8;
  border: solid 1px #eaf2f4;
}
/* line 268, sass/partials/base/_base.scss */
.selection-block .search-text {
  float: left;
  margin: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #0d264c;
}
/* line 277, sass/partials/base/_base.scss */
.selection-block .shop-search-box {
  position: relative;
  z-index: 20;
  float: left;
  min-width: 300px;
}
/* line 282, sass/partials/base/_base.scss */
.selection-block .shop-search-box .glyphicon-chevron-down {
  margin-left: 20px;
  top: 3px;
}
/* line 287, sass/partials/base/_base.scss */
.selection-block .shop-search-box ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  width: 100%;
  list-style: none;
  padding: 30px 15px 30px 15px;
  background: #fff;
  border-left: solid 1px #f5f5f5;
  border-right: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
  max-height: 320px;
  overflow: auto;
}
/* line 302, sass/partials/base/_base.scss */
.selection-block .shop-search-box ul li {
  cursor: pointer;
  padding: 15px;
  border-bottom: solid 1px #f5f5f5;
  color: #0d264c;
}
/* line 307, sass/partials/base/_base.scss */
.selection-block .shop-search-box ul li:hover {
  text-decoration: underline;
}
/* line 310, sass/partials/base/_base.scss */
.selection-block .shop-search-box ul li a {
  color: #0d264c;
}
/* line 314, sass/partials/base/_base.scss */
.selection-block .shop-search-box ul li.active {
  color: #3FA9F5;
}
/* line 316, sass/partials/base/_base.scss */
.selection-block .shop-search-box ul li.active a {
  color: #3FA9F5;
}
/* line 322, sass/partials/base/_base.scss */
.selection-block .shop-search-box .search-btn {
  border-radius: 30px;
  padding: 20px 30px 20px 30px;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
  color: #3FA9F5;
  display: inline-block;
}
/* line 333, sass/partials/base/_base.scss */
.selection-block .all-shops {
  display: inline-block;
  padding: 17px 30px 20px 30px;
}

/*homepage*/
/* line 342, sass/partials/base/_base.scss */
#content {
  padding: 0;
}

#content .content ul{
  padding-left: 15px;
  line-height: 22px;
}
/* line 346, sass/partials/base/_base.scss */
#content .small-header .header-slider-wrapper h2 {
  bottom: 140px !important;
}
/* line 352, sass/partials/base/_base.scss */
#content .small-header .header-block {
  bottom: 50px !important;
}
/* line 357, sass/partials/base/_base.scss */
#content .header {
  height: 450px;
  position: relative;
}
/* line 360, sass/partials/base/_base.scss */
#content .header .header-image {
  width: 100%;
  height: 100%;
  z-index: -10;
  top: 0;
  left: 0;
  position: absolute;
}
/* line 368, sass/partials/base/_base.scss */
#content .header h1 {
  width: 100%;
  text-align: center;
  color: #fff;
}
/* line 375, sass/partials/base/_base.scss */
#content .header .header-block {
  position: absolute;
  z-index: 15;
  width: 100%;
  text-align: center;
  bottom: 150px;
}
/* line 382, sass/partials/base/_base.scss */
#content .header .header-block .search-btn {
  border-radius: 30px;
  padding: 20px 30px 20px 30px;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
  color: #0d264c;
  display: inline-block;
  background: #fff;
  font-weight: 700;
}
/* line 393, sass/partials/base/_base.scss */
#content .header .header-block .search-btn span {
  margin-left: 20px;
}
/* line 400, sass/partials/base/_base.scss */
#content .header .header-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 168, 255, 0.6);
  z-index: 10;
}
/* line 412, sass/partials/base/_base.scss */
#content .header .header-slider-wrapper .sy-slide {
  height: 100%;
}
/* line 414, sass/partials/base/_base.scss */
#content .header .header-slider-wrapper .sy-slide .header-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 1 !important;
  display: block;
}
/* line 426, sass/partials/base/_base.scss */
#content .header .header-slider-wrapper .sy-pager {
  margin-top: -25px;
  position: relative;
  z-index: 5;
}
/* line 431, sass/partials/base/_base.scss */
#content .header .header-slider-wrapper .sy-pager a {
  background: transparent;
  border: solid 1px #fff;
}
/* line 437, sass/partials/base/_base.scss */
#content .header .header-slider-wrapper .sy-pager .sy-active a {
  background: #fff;
}
/* line 443, sass/partials/base/_base.scss */
#content .header .header-slider-wrapper .sy-controls {
  display: none;
}
/* line 447, sass/partials/base/_base.scss */
#content .header .header-slider-wrapper h2 {
  font-size: 44px;
  line-height: 62px;
  font-weight: 700;
  position: absolute;
  z-index: 15;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 15% 0 15%;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.55);
  bottom: 300px;
}
/* line 463, sass/partials/base/_base.scss */
#content .shortinfo {
  padding-top: 50px;
}
/* line 466, sass/partials/base/_base.scss */
#content .shortinfo .text-holder {
  padding-right: 0;
}
/* line 470, sass/partials/base/_base.scss */
#content .shortinfo .img-holder {
  padding: 0;
  text-align: center;
}
/* line 473, sass/partials/base/_base.scss */
#content .shortinfo .img-holder img {
  max-width: 100%;
  margin-top: 8px;
}
/* line 479, sass/partials/base/_base.scss */
#content .shortinfo .img-holder.car {
  margin-top: 13px;
}
/* line 483, sass/partials/base/_base.scss */
#content .shortinfo p {
  font-weight: 700;
}
/* line 486, sass/partials/base/_base.scss */
#content .shortinfo .bold {
  color: #0d264c;
}
/* line 490, sass/partials/base/_base.scss */
#content .shortinfo .light {
  color: #3FA9F5;
}
/* line 495, sass/partials/base/_base.scss */
#content .quick-links {
  padding-top: 50px;
}
/* line 497, sass/partials/base/_base.scss */
#content .quick-links span {
  font-size: 18px;
}
/* line 500, sass/partials/base/_base.scss */
#content .quick-links .block {
  margin-bottom: 25px;
}
/* line 502, sass/partials/base/_base.scss */
#content .quick-links .block .block-content {
  display: block;
}
/* line 507, sass/partials/base/_base.scss */
#content .quick-links .block:hover .bg-layer {
  opacity: 0.6;
}
/* line 512, sass/partials/base/_base.scss */
#content .quick-links .block img {
  max-width: 100%;
  width: 100%;
}
/* line 516, sass/partials/base/_base.scss */
#content .quick-links .block .link-block {
  background: #e6eff8;
  display: block;
  padding: 25px 15px 25px 15px;
  text-align: center;
}
/* line 522, sass/partials/base/_base.scss */
#content .quick-links .block .link-block a {
  text-decoration: none;
  position: relative;
  color: #0d264c;
}
/* line 526, sass/partials/base/_base.scss */
#content .quick-links .block .link-block a span {
  color: #3FA9F5;
  margin-left: 3px;
  font-size: 12px;
}
/* line 531, sass/partials/base/_base.scss */
#content .quick-links .block .link-block a .border {
  position: absolute;
  width: 95%;
  border-bottom: solid 2px #3FA9F5;
  left: 5%;
  bottom: -6px;
}
/* line 542, sass/partials/base/_base.scss */
#content .quick-links .block .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 554, sass/partials/base/_base.scss */
#content .quick-links .block .green {
  background-color: rgba(137, 216, 82, 0.82);
}
/* line 558, sass/partials/base/_base.scss */
#content .quick-links .block .dark-blue {
  background-color: rgba(3, 35, 83, 0.82);
}
/* line 562, sass/partials/base/_base.scss */
#content .quick-links .block .light-blue {
  background-color: rgba(43, 166, 255, 0.82);
}
/* line 566, sass/partials/base/_base.scss */
#content .quick-links .block .block-content {
  position: relative;
}
/* line 569, sass/partials/base/_base.scss */
#content .quick-links .block .block-content .block-text {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  color: #fff;
  top: 35%;
}

#content #aanbieding{
  background: #fafafa;
  padding-top:100px;
  padding-bottom: 100px;
}

#content .aanbieding, #content .aanbieding p{
  text-align: center;
  font-size: 24px;
  color: #0d264c;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}

#content .aanbieding a{
  border-radius: 30px;
  padding: 20px 30px 20px 30px;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
  color: #fff;
  display: inline-block;
  background: #0d264c;
  font-weight: 700;
}

#content #activities{
  padding-top:100px;
  padding-bottom: 100px;
  background: #0d264c;
  margin-bottom:50px;
  margin-top:0 !important;
}

#content #activities ul{
  list-style: none;
}

#content #activities .title{
  color: #fff;
}

#content #activities .activities-list{
  text-align: center;
}

#content #activities .categorie-block{
  margin-top:0;
}

#content #activities ul, #content #activities p{
  color:#fff;
}

/* line 581, sass/partials/base/_base.scss */
#content .news {
  height: 350px;
  overflow: hidden;
  margin-top: 50px;
  background-color: #0d264c;
  padding: 0;
  position: relative;
}
/* line 588, sass/partials/base/_base.scss */
#content .news .text-content {
  color: #fff;
  padding: 50px;
}
/* line 593, sass/partials/base/_base.scss */
#content .news h2 {
  margin-bottom: 15px;
}
/* line 598, sass/partials/base/_base.scss */
#content .news .news-slider .news-image {
  height: 350px;
  position: relative;
  padding: 0;
}
/* line 602, sass/partials/base/_base.scss */
#content .news .news-slider .news-image .image {
  width: 100%;
  height: 100%;
}
/* line 607, sass/partials/base/_base.scss */
#content .news .news-slider .date {
  margin-bottom: 30px;
  display: block;
  float: none;
  margin-bottom: 10px;
}
/* line 613, sass/partials/base/_base.scss */
#content .news .news-slider a {
  color: #3FA9F5;
}
/* line 615, sass/partials/base/_base.scss */
#content .news .news-slider a span {
  font-size: 12px;
}
/* line 620, sass/partials/base/_base.scss */
#content .news .sy-pager {
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: left;
  padding-left: 60px;
  z-index: 10;
}
/* line 628, sass/partials/base/_base.scss */
#content .news .sy-pager a {
  background: transparent;
  border: solid 1px #fff;
}
/* line 634, sass/partials/base/_base.scss */
#content .news .sy-pager .sy-active a {
  background: #fff;
}
/* line 640, sass/partials/base/_base.scss */
#content .news .sy-controls {
  display: none;
}
/* line 645, sass/partials/base/_base.scss */
#content .categorie-block {
  margin-top: 50px;
}
/* line 647, sass/partials/base/_base.scss */
#content .categorie-block div.title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
/* line 651, sass/partials/base/_base.scss */
#content .categorie-block span.title {
  font-size: 24px;
  color: #0d264c;
  display: block;
  margin-bottom: 20px;
}
/* line 658, sass/partials/base/_base.scss */
#content .categorie-block span.subtitle {
  font-size: 18px;
  color: #3FA9F5;
  display: block;
  font-weight: 300;
}
/* line 666, sass/partials/base/_base.scss */
#content .categorie-block a.categorie {
  display: block;
  padding: 15px;
  border-bottom: solid 1px #3FA9F5;
  color: #0d264c;
}
/* line 671, sass/partials/base/_base.scss */
#content .categorie-block a.categorie span {
  float: right;
  color: #0d264c;
  font-size: 15px;
}
/* line 680, sass/partials/base/_base.scss */
#content .tag-overview {
  height: 400px;
  padding-top: 50px;
}

/*winkels*/
/* line 690, sass/partials/base/_base.scss */
#content .shops {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 694, sass/partials/base/_base.scss */
#content .shop-holder {
  margin-bottom: 40px;
  position: relative;
}
/* line 700, sass/partials/base/_base.scss */
#content .shop-holder .open {
  padding: 10px 25px 10px 25px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #7AC943;
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  color: #fff;
  z-index: 10;
}
/* line 714, sass/partials/base/_base.scss */
#content .shop-holder .image-holder {
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  display: block;
  background-color: #263c5e;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-interpolation-mode: bicubic;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeSpeed;
  /* Legal fallback                 */
  image-rendering: -moz-crisp-edges;
  /* Firefox                        */
  image-rendering: -o-crisp-edges;
  /* Opera                          */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and eventually Safari) */
  image-rendering: crisp-edges;
  /* CSS3 Proposed                  */
  -ms-interpolation-mode: bicubic;
  /* IE8+                           */
}
/* line 735, sass/partials/base/_base.scss */
#content .shop-holder .backup-holder {
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  display: block;
  background-color: #0d264c;
}






/* line 744, sass/partials/base/_base.scss */
#content .shop-holder .title-holder {
  background: #e6eff8;
  height: 480px;
  text-align: center;
  padding: 20px 15px 10px 15px;
  position: relative;
}
/* line 751, sass/partials/base/_base.scss */
#content .shop-holder .title-holder img {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -22px;
}
/* line 757, sass/partials/base/_base.scss */
#content .shop-holder .title-holder h2 {
  font-size: 18px;
  line-height: 25px;
  color: #0d264c;
}
/* line 762, sass/partials/base/_base.scss */
#content .shop-holder .title-holder a {
  /* color: #3FA9F5; */
  margin-top: 5px;
  display: inline-block;
  border-bottom: solid 0px;
  padding-bottom: 5px;
}
/* line 768, sass/partials/base/_base.scss */
#content .shop-holder .title-holder a span {
  margin-left: 10px;
  font-size: 16px;
}
/* line 773, sass/partials/base/_base.scss */
#content .shop-holder .title-holder a:hover {
  text-decoration: none;
}
/* line 780, sass/partials/base/_base.scss */
#content .shop-holder:hover .image-holder {
  opacity: 0.7;
}

/* line 916, sass/partials/base/_base.scss */
#content .shop-holder .title-holder .buttons {
  margin-top: 20px;
}
/* line 919, sass/partials/base/_base.scss */
#content .shop-holder .title-holder .buttons .btn {
  display: block;
  width: 100%;
  padding: 15px;
  margin-top: 15px;
  text-align: left;
  background-color: #fff;
  color: #0d264c;
  font-weight: 700;
  font-size: 16px;
}
/* line 931, sass/partials/base/_base.scss */
#content .shop-holder .title-holder .buttons .btn.web {
  background-color: #7AC943;
  color: #fff;
  margin-top: 0;
}
/* line 937, sass/partials/base/_base.scss */
#content .shop-holder .title-holder .buttons span.text {
  display: block;
  float: left;
  margin-left: 20px;
}
/* line 943, sass/partials/base/_base.scss */
#content .shop-holder .title-holder .buttons span.icon {
  display: block;
  float: left;
  width: 23px;
  height: 23px;
}
/* line 950, sass/partials/base/_base.scss */
#content .shop-holder .title-holder .buttons span.arrow {
  background: url(images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 956, sass/partials/base/_base.scss */
#content .shop-holder .title-holder .buttons span.envelope {
  background: url(images/envelope.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 962, sass/partials/base/_base.scss */
#content .shop-holder .title-holder .buttons span.location-pin {
  background: url(images/maps-pin.png);
  background-repeat: no-repeat;
  background-position: center;
}

#content .shop-holder .title-holder .buttons span.phone-icon{
  background: url(images/phone.png);
  background-repeat: no-repeat;
  background-position: center;
}

#content .shop-holder .title-holder .buttons .phone{
	cursor: default;
	display: block;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    text-align: left;
    background-color: #fff;
    color: #0d264c;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
}





/* line 786, sass/partials/base/_base.scss */
#content .small-header {
  background: #0d264c;
  height: 300px;
}
/* line 789, sass/partials/base/_base.scss */
#content .small-header h1 {
  color: #fff;
  text-align: center;
  padding-top: 120px;
  font-size: 44px;
  line-height: 62px;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.55);
  position: absolute;
  z-index: 10;
}

/* line 802, sass/partials/base/_base.scss */
.pagination {
  text-align: center;
}
/* line 804, sass/partials/base/_base.scss */
.pagination span {
  display: block;
  color: #0d264c;
}
/* line 808, sass/partials/base/_base.scss */
.pagination span.current {
  padding: 10px 13px 10px 13px;
  display: inline-block;
  background: #f5f5f5;
  font-weight: bold;
}
/* line 815, sass/partials/base/_base.scss */
.pagination a {
  padding: 10px;
  display: inline-block;
  color: #3FA9F5;
}

/*winkel / single post*/
/* line 825, sass/partials/base/_base.scss */
.post-header {
  height: 600px;
  position: relative;
  background-color: #0d264c;
}

/* line 829, sass/partials/base/_base.scss */
.post-header .header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 838, sass/partials/base/_base.scss */
.shop .content-row {
  padding: 50px 25px 0px 25px;
}
/* line 841, sass/partials/base/_base.scss */
.shop .content-row .border {
  border-bottom: solid 2px #e6eff8;
  margin-top: 50px;
}
/* line 845, sass/partials/base/_base.scss */
.shop .content-row .post-content {
  text-align: justify;
}
/* line 848, sass/partials/base/_base.scss */
.shop .content-row .post-content h1 {
  color: #0d264c;
}
/* line 852, sass/partials/base/_base.scss */
.shop .content-row .post-content .offer-block {
  padding: 25px;
  background: #3FA9F5;
  color: #fff;
  position: relative;
  margin-top: 50px;
}
/* line 859, sass/partials/base/_base.scss */
.shop .content-row .post-content .offer-block .offer-sticker {
  background: #FF931E;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  position: absolute;
  top: 0;
  top: -22px;
  right: 50px;
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
/* line 872, sass/partials/base/_base.scss */
.shop .content-row .post-content .offer-block .img-wrap {
  text-align: center;
}
/* line 874, sass/partials/base/_base.scss */
.shop .content-row .post-content .offer-block .img-wrap img {
  max-width: 100%;
  max-height: 400px;
}
/* line 881, sass/partials/base/_base.scss */
.shop .content-row .post-content .offer-block h2 {
  font-size: 18px;
  font-weight: normal;
}
/* line 885, sass/partials/base/_base.scss */


.shop .content-row .post-content .content p, .shop .content-row .post-content .content span{
  font-size: 16px !important;
  color: #0d264c !important;
  text-align: left !important;
  font-family: 'Nunito', sans-serif !important;
}

.shop .content-row .post-content .content a{
  font-size: 16px !important;
  font-family: 'Nunito', sans-serif !important;
}

.shop .content-row .post-content .offer-block p, .shop .content-row .post-content .offer-block span {
  color: #fff !important;
  font-size: 16px !important;
  text-align: left !important;
  font-family: 'Nunito', sans-serif !important;
}
/* line 892, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info {
  background: #e6eff8;
  margin-bottom: 20px;
  padding: 20px;
  margin-top: -245px;
}
/* line 898, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .logo-holder {
  background: #fff;
  padding: 15px;
  text-align: center;
  height: 140px;
}
/* line 903, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .logo-holder img {
  max-width: 100%;
  max-height: 105px;
}
/* line 909, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .details {
  margin-top: 20px;
}
/* line 911, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .details p {
  margin-bottom: 5px;
  font-weight: 300;
}
/* line 916, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .buttons {
  margin-top: 20px;
}
/* line 919, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .buttons .btn {
  display: block;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  text-align: left;
  background-color: #fff;
  color: #0d264c;
  font-weight: 700;
  font-size: 16px;
}
/* line 931, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .buttons .btn.web {
  background-color: #7AC943;
  color: #fff;
  margin-top: 0;
}
/* line 937, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .buttons span.text {
  display: block;
  float: left;
  margin-left: 20px;
}
/* line 943, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .buttons span.icon {
  display: block;
  float: left;
  width: 23px;
  height: 23px;
}
/* line 950, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .buttons span.arrow {
  background: url(images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 956, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .buttons span.envelope {
  background: url(images/envelope.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 962, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .shop-info .buttons span.location-pin {
  background: url(images/maps-pin.png);
  background-repeat: no-repeat;
  background-position: center;
}

.shop .content-row .shop-sidebar .shop-info .buttons span.phone-icon{
  background: url(images/phone.png);
  background-repeat: no-repeat;
  background-position: center;
}

.shop .content-row .shop-sidebar .shop-info .buttons .phone{
	cursor: default;
	display: block;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    text-align: left;
    background-color: #fff;
    color: #0d264c;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
}

/* line 969, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .time-table {
  background: #e6eff8;
  min-height: 200px;
  padding: 20px;
}
/* line 974, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .time-table table {
  width: 100%;
}
/* line 976, sass/partials/base/_base.scss */
.shop .content-row .shop-sidebar .time-table table td {
  padding-bottom: 5px;
}

/* line 985, sass/partials/base/_base.scss */
.shop .related-shops {
  padding: 50px 25px 0px 25px;
}
/* line 988, sass/partials/base/_base.scss */
.shop .related-shops h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 50px;
  font-weight: 400;
  text-align: center;
}
/* line 996, sass/partials/base/_base.scss */
.shop .related-shops h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

/* line 1004, sass/partials/base/_base.scss */
.shop {
  /* fixes potential theme css conflict */
}
/* line 1005, sass/partials/base/_base.scss */
.shop .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
/* line 1013, sass/partials/base/_base.scss */
.shop .acf-map img {
  max-width: inherit !important;
}

/* line 1019, sass/partials/base/_base.scss */
.shops.offers .shop-holder {
  
}
/* line 1021, sass/partials/base/_base.scss */
.shops.offers .shop-holder .backup-holder, .shops.offers .shop-holder .image-holder {
  height: 300px !important;
}

.shops.offers .shop-holder .offer-desc{
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#content .shops.offers .shop-holder .title-holder{
  height:auto;
}

.shops.offers .shop-holder .offer-desc.expandable, .shops.offers .shop-holder .offer-desc.expanded{
  cursor:pointer;
}

/*social*/
.social{
  text-align: center;
}

@media(max-width: 1200px){
  .social iframe{
    width:100% !important;
  }
}


/*news*/
/* line 1028, sass/partials/base/_base.scss */
#content.news {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 1034, sass/partials/base/_base.scss */
#content .news-wrapper {
  margin-top: 50px;
}
/* line 1038, sass/partials/base/_base.scss */
#content .news-holder {
  height: 380px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
/* line 1045, sass/partials/base/_base.scss */
#content .news-holder .backup-holder {
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  display: block;
  background-color: #0d264c;
}
/* line 1054, sass/partials/base/_base.scss */
#content .news-holder .image-holder {
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  display: block;
  background-color: #939EAE;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1067, sass/partials/base/_base.scss */
#content .news-holder .date {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 35px;
  background: #7AC943;
  padding: 7px;
  color: #fff;
}
/* line 1077, sass/partials/base/_base.scss */
#content .news-holder .title-holder {
  height: 130px;
  background: #e6eff8;
  padding: 30px 15px 30px 15px;
  position: relative;
  text-align: center;
}
/* line 1083, sass/partials/base/_base.scss */
#content .news-holder .title-holder img {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -23px;
}
/* line 1089, sass/partials/base/_base.scss */
#content .news-holder .title-holder .news-title {
  color: #0d264c;
  font-size: 18px;
  display: block;
  line-height: 25px;
  font-weight: 700;
}
/* line 1097, sass/partials/base/_base.scss */
#content .news-holder .title-holder a {
  margin-top: 16px;
  display: inline-block;
  position: relative;
  color: #3FA9F5;
  text-decoration: none;
}
/* line 1103, sass/partials/base/_base.scss */
#content .news-holder .title-holder a span {
  font-size: 12px;
}
/* line 1106, sass/partials/base/_base.scss */
#content .news-holder .title-holder a .border {
  position: absolute;
  width: 95%;
  border-bottom: solid 1px #3FA9F5;
  left: 5%;
  bottom: -6px;
}
/* line 1117, sass/partials/base/_base.scss */
#content .news-holder:hover .image-holder {
  opacity: 0.7;
}

/*offer*/
/* line 1127, sass/partials/base/_base.scss */
.offer #content {
  padding: 50px 25px 50px 25px;
}

/* line 1132, sass/partials/base/_base.scss */
.back-btn-wrap {
  margin-bottom: 50px;
}
/* line 1135, sass/partials/base/_base.scss */
.back-btn-wrap .back-btn {
  padding: 10px 25px 10px 25px;
  background: #e6eff8;
  border-radius: 3px;
  color: #0d264c;
}

/*footer*/
/* line 1146, sass/partials/base/_base.scss */
#footer {
  background: #0d264c;
  color: #fff;
  padding: 30px 15px 30px 15px;
  position: relative;
  font-weight: 300;
}
/* line 1153, sass/partials/base/_base.scss */
#footer .footer-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 1160, sass/partials/base/_base.scss */
#footer .footer-wrapper {
  padding: 50px;
}
/* line 1162, sass/partials/base/_base.scss */
#footer .footer-wrapper .block {
  margin-bottom: 50px;
}
/* line 1164, sass/partials/base/_base.scss */
#footer .footer-wrapper .block .textwidget {
  line-height: 35px;
}
/* line 1166, sass/partials/base/_base.scss */
#footer .footer-wrapper .block .textwidget p {
  color: #fff;
  line-height: 35px;
}
/* line 1172, sass/partials/base/_base.scss */
#footer .footer-wrapper .block a {
  color: #fff;
}
/* line 1176, sass/partials/base/_base.scss */
#footer .footer-wrapper .block li {
  list-style: none;
}
/* line 1179, sass/partials/base/_base.scss */
#footer .footer-wrapper .block img {
  max-width: 100%;
}
/* line 1182, sass/partials/base/_base.scss */
#footer .footer-wrapper .block ul {
  list-style: none;
}
/* line 1184, sass/partials/base/_base.scss */
#footer .footer-wrapper .block ul li {
  line-height: 35px;
}
/* line 1186, sass/partials/base/_base.scss */
#footer .footer-wrapper .block ul li a {
  color: #fff;
}
/* line 1189, sass/partials/base/_base.scss */
#footer .footer-wrapper .block ul li .sub-menu {
  display: none;
}

/*front-end forms*/
/* line 1201, sass/partials/base/_base.scss */
.newpassword {
  margin-bottom: 10px;
  background: #7AC943;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}

/* line 1212, sass/partials/base/_base.scss */
.media-modal-content .media-frame-content .details .edit-attachment {
  display: none;
}

/* line 1220, sass/partials/base/_base.scss */
.acf-form-submit input.button {
  padding: 10px 15px 10px 15px;
  border-radius: 3px;
  border: none;
  float: right;
  background: #0d264c;
  color: #fff;
}

/* line 1230, sass/partials/base/_base.scss */
.acf-repeater .acf-table .acf-row td.order span {
  display: none !important;
}

/* line 1234, sass/partials/base/_base.scss */
.post-content .acf-form {
  margin-bottom: 150px;
}
/* line 1238, sass/partials/base/_base.scss */
.post-content .offer-btn {
  margin-bottom: 20px;
  padding-left: 0;
}
/* line 1240, sass/partials/base/_base.scss */
.post-content .offer-btn a {
  width: 100%;
}
/* line 1245, sass/partials/base/_base.scss */
.post-content .offer-btn .edit-offer, .post-content .offer-btn .create-offer {
  padding: 10px 25px 10px 25px;
  background: #e6eff8;
  float: right;
  border-radius: 3px;
  color: #0d264c;
}

/* line 1255, sass/partials/base/_base.scss */
#message.updated {
  padding: 15px 15px 1px 15px;
  background: #7AC943;
  color: #fff;
  border-radius: 5px;
}
/* line 1260, sass/partials/base/_base.scss */
#message.updated p {
  color: #fff;
}

/*front-end login form*/
/* line 1266, sass/partials/base/_base.scss */
.login-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #e6eff8;
  margin-top: 150px;
  margin-bottom: 150px;
}
/* line 1272, sass/partials/base/_base.scss */
.login-wrapper h2 {
  margin-bottom: 25px;
}

/* line 1279, sass/partials/base/_base.scss */
#login-form .field-group input {
  display: block;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  border: solid 1px #d5d5d5;
  margin-bottom: 15px;
}
/* line 1288, sass/partials/base/_base.scss */
#login-form .field-group label {
  margin-bottom: 5px;
}
/* line 1293, sass/partials/base/_base.scss */
#login-form #login-submit {
  float: right;
  display: inline-block;
  width: auto;
  padding: 10px 15px 10px 15px;
  background: #0d264c;
  color: #fff;
}

/* line 1304, sass/partials/base/_base.scss */
.responsive-wrapper .logo-holder {
  display: none;
}

.responsive-wrapper{
  position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
}

/*contact*/
/* line 1311, sass/partials/base/_base.scss */
.wpcf7-form {
  width: 700px;
  max-width:100%;
  background: #e6eff8;
  padding: 25px;
}
/* line 1317, sass/partials/base/_base.scss */
.wpcf7-form label {
  width: 100%;
}
/* line 1321, sass/partials/base/_base.scss */
.wpcf7-form span {
  width: 100%;
}
/* line 1325, sass/partials/base/_base.scss */
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 7px;
  max-width: 100%;
}
/* line 1333, sass/partials/base/_base.scss */
.wpcf7-form select {
  width: 100%;
  border: 0;
  height: 40px;
  padding: 0 5px;
}
/* line 1340, sass/partials/base/_base.scss */
.wpcf7-form input.wpcf7-submit {
  padding: 10px 15px 10px 15px;
  border-radius: 3px;
  border: none;
  float: left;
  background: #0d264c;
  color: #fff;
  width: auto;
  float: right;
}

@media (min-height: 850px) {
  /* line 1355, sass/partials/base/_base.scss */
  .sidebar-holder {
    position: fixed !important;
  }
}
@media (min-width: 991px) {
  /* line 1362, sass/partials/base/_base.scss */
  .menu-responsive {
    display: none;
  }
}
@media (max-width: 1600px) {
  /* line 1369, sass/partials/base/_base.scss */
  .container {
    width: 100%;
  }

  #sidebar .logo-holder{
    padding: 15px;
  }
}
@media (min-width: 1600px) {
  /* line 1375, sass/partials/base/_base.scss */
  .container {
    width: 1300px;
  }
}
@media (max-width: 1200px) {
  /* line 1383, sass/partials/base/_base.scss */
  #content .large-header {
    height: 500px;
  }
  /* line 1387, sass/partials/base/_base.scss */
  #content .shop-info {
    margin-top: 50px;
  }

  .shop-header{
    height: 400px;
  }

  #main{
    margin-top: 150px;
  }

  /* line 1392, sass/partials/base/_base.scss */
  #content .header .header-slider-wrapper h2 {
    font-size: 34px;
    line-height: 50px;
  }

  /* line 1397, sass/partials/base/_base.scss */
  .info-wrap p{
    text-align: center;
  }
  /* line 1399, sass/partials/base/_base.scss */
  .info-wrap .text-holder {
    padding-left: 0;
    text-align: center;
  }
  /* line 1403, sass/partials/base/_base.scss */
  .info-wrap .img-holder {
    margin-bottom: 10px;
  }

  /* line 1410, sass/partials/base/_base.scss */
  .sidebar-holder {
    left: -67%;
    width: 67%;
    z-index: 990;
  }

  .sub-menu{
    display: none;
  }

  /* line 1416, sass/partials/base/_base.scss */
  .responsive-wrapper {
    width: 100%;
    background: #0d264c;
    height: 150px;
  }
  /* line 1422, sass/partials/base/_base.scss */
  .responsive-wrapper .menu-responsive {
    display: block;
    padding-top: 64px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    float: left;
    height: 100%;
  }
  /* line 1432, sass/partials/base/_base.scss */
  .responsive-wrapper .menu-responsive span {
    font-size: 24px;
  }
  /* line 1437, sass/partials/base/_base.scss */
  .responsive-wrapper .logo-holder {
    float: left;
    text-align: center;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #263c5e;
    display: block;
  }
  /* line 1445, sass/partials/base/_base.scss */
  .responsive-wrapper .logo-holder img {
    max-width: 100%;
    max-height: 100%;
  }

  /* line 1452, sass/partials/base/_base.scss */
  .footer-wrapper {
    text-align: center;
  }
}
@media (max-width: 990px) {
  /* line 1459, sass/partials/base/_base.scss */
  #content .news {
    height: 500px;
  }
  /* line 1461, sass/partials/base/_base.scss */
  #content .news .news-image {
    height: 330px;
  }

  /* line 1466, sass/partials/base/_base.scss */
  .wpcf7-form {
    width: 100%;
  }

  /* line 1471, sass/partials/base/_base.scss */
  .quick-links .block {
    margin-bottom: 25px;
  }

  /* line 1476, sass/partials/base/_base.scss */
  .large-header {
    height: 350px !important;
  }
  /* line 1478, sass/partials/base/_base.scss */
  .large-header .header-block {
    bottom: 75px !important;
  }
  /* line 1481, sass/partials/base/_base.scss */
  .large-header h2 {
    bottom: 155px !important;
  }

  /* line 1486, sass/partials/base/_base.scss */
  #content .header .header-slider-wrapper h2 {
    bottom: 260px;
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  /* line 1496, sass/partials/base/_base.scss */
  .shortinfo .info-wrap {
    margin-top: 30px;
  }
  /* line 1500, sass/partials/base/_base.scss */
  .shortinfo .img-holder {
    margin-bottom: 10px;
  }
  /* line 1503, sass/partials/base/_base.scss */
  .shortinfo .text-holder {
    text-align: center;
    padding-left: 0;
  }

  .shop-header{
    height: 300px;
  }

  /* line 1510, sass/partials/base/_base.scss */
  .large-header h2 {
    font-size: 26px !important;
    line-height: 33px !important;
  }

  /* line 1517, sass/partials/base/_base.scss */
  .small-header h1 {
    font-size: 26px !important;
    line-height: 33px !important;
  }
}
