/* Core Imports */
/* Responsive Breakpoints
========================================================================== */
/* Sub-section comment block
========================================================================== */
/* Clearfix
========================================================================== */
/* Box Model
========================================================================== */
/* Border Radius
========================================================================== */
/* line 127, ../sass/mixins.scss */
.submit-button {
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  background-clip: padding-box;
}

/* Opacity
========================================================================== */
/* Center-align a block level element
========================================================================== */
/* Text overflow
========================================================================== */
/* Absolute positioned
========================================================================== */
/* Font Size
========================================================================== */
/* Cross browser inline block
========================================================================== */
/* Text replacement (instead of text-indent)
========================================================================== */
/* Line Height
========================================================================== */
/* Placeholder
========================================================================== */
/* ==|== Primary Styles =====================================================
 * ========================================================================== */
/* Fonts */
/* Colors */
/* Grid */
/* line 12, ../sass/mobilev2.scss */
* {
  outline: 0;
}

/* line 16, ../sass/mobilev2.scss */
.btnMobile {
  display: none;
}

/* line 20, ../sass/mobilev2.scss */
.intro-box {
  min-height: 400px;
}
/* line 22, ../sass/mobilev2.scss */
/*.intro-box h1 {
  margin-top: -10px;
}*/
/* line 25, ../sass/mobilev2.scss */
.intro-box .orderGift {
  left: 35px;
}
/* line 28, ../sass/mobilev2.scss */
.intro-box .logos {
  width: 100%;
}
/* line 30, ../sass/mobilev2.scss */
.intro-box .logos a.last {
  position: absolute;
  top: 0px;
  right: 21px;
}

/* line 38, ../sass/mobilev2.scss */
#CDSSCROLLINGRAVE.narrow {
  left: 16px;
  position: relative;
  top: 20px;
  width: 282px;
}

/* line 45, ../sass/mobilev2.scss */
#TA_excellent873 {
  position: absolute;
  top: 0;
  left: 5px;
}

/* line 52, ../sass/mobilev2.scss */
.eyecatcher h1 {
  display: none;
}

/* line 57, ../sass/mobilev2.scss */
.images {
  display: none !important;
}

/* line 62, ../sass/mobilev2.scss */
#news .header {
  border-bottom: 1px solid #f0efef;
  padding: 20px;
  background: #f0f0f0;
}
/* line 67, ../sass/mobilev2.scss */
#news .content {
  padding: 20px;
}
/* line 69, ../sass/mobilev2.scss */
#news .content h2 {
  font-size: 1.5em;
  color: #094a72;
}
/* line 73, ../sass/mobilev2.scss */
#news .content div, #news .content p {
  margin-bottom: 20px;
}
/* line 76, ../sass/mobilev2.scss */
#news .content img {
  max-width: 100%;
  max-height: 50%;
}
@media (max-width: 750px) {
  /* line 81, ../sass/mobilev2.scss */
  #news .content iframe {
    max-height: 200px;
  }
}

/* line 88, ../sass/mobilev2.scss */
.homepage .fancybox-close {
  display: block !important;
}

@media (min-width: 1024px) {
  /* line 93, ../sass/mobilev2.scss */
  #news {
    min-width: 800px;
    min-height: 200px;
  }
  /* line 96, ../sass/mobilev2.scss */
  #news .content {
    min-height: 100px;
  }
}
@media (min-width: 751px) {
  /* line 104, ../sass/mobilev2.scss */
  header nav {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  /* line 111, ../sass/mobilev2.scss */
  header[role="main"] nav.main ul li, header[role="main"] nav.secondary ul li {
    margin: 0 20px 0 0;
  }

  /* line 114, ../sass/mobilev2.scss */
  header[role="main"] nav.main, header[role="main"] nav.secondary {
    font-size: 16px;
  }

  /* line 117, ../sass/mobilev2.scss */
  .intro-box h1 span {
    font-size: 21px;
  }

  /* line 121, ../sass/mobilev2.scss */
  .gallery img {
    position: relative;
    top: 4px;
    width: 90px;
  }

  /* line 127, ../sass/mobilev2.scss */
  #mainContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  /* line 132, ../sass/mobilev2.scss */
  .eyecatcher h1 {
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #094a72), color-stop(100%, rgba(33, 105, 35, 0.1)));
    background: -webkit-linear-gradient(top left, #094a72, rgba(33, 105, 35, 0.1));
    background: -moz-linear-gradient(top left, #094a72, rgba(33, 105, 35, 0.1));
    background: -o-linear-gradient(top left, #094a72, rgba(33, 105, 35, 0.1));
    background: linear-gradient(top left, #094a72, rgba(33, 105, 35, 0.1));
    background: #094A72\9;
    color: white;
    font-weight: 400;
    margin: 0;
    height: 27px;
    padding: 20px 0 25px 0px;
    position: relative;
    top: 3px;
    left: 0px;
    display: block;
    position: absolute;
    top: 88px;
    width: 100%;
    padding-left: 30px !important;
  }

  /* line 153, ../sass/mobilev2.scss */
  form.default input, form.default textarea {
    width: 90%;
  }

  /* line 156, ../sass/mobilev2.scss */
  .products-list .item {
    width: 95% !important;
  }
  /* line 158, ../sass/mobilev2.scss */
  .products-list .item h3 {
    width: 30%;
  }
  /* line 161, ../sass/mobilev2.scss */
  .products-list .item .price {
    left: 35%;
  }
  /* line 164, ../sass/mobilev2.scss */
  .products-list .item .btn {
    position: absolute;
    top: 5px;
    right: 200px;
    z-index: 1000;
  }
  /* line 169, ../sass/mobilev2.scss */
  .products-list .item .btn .info {
    left: 0px;
  }
  /* line 172, ../sass/mobilev2.scss */
  .products-list .item .btn .buy {
    left: 62px;
  }

  /* line 177, ../sass/mobilev2.scss */
  .page > .content > h1 {
    display: none !important;
  }

  /* line 180, ../sass/mobilev2.scss */
  header .container {
    overflow: visible;
  }

  /* line 183, ../sass/mobilev2.scss */
  footer .column:first-child {
    display: none;
  }

  /* line 186, ../sass/mobilev2.scss */
  .intro-box .cta.fb {
    right: 50px !important;
    margin-top: 0 !important;
  }

  /* line 190, ../sass/mobilev2.scss */
  footer[role="main"] > .container .column ul li, footer[role="main"] > .page .column ul li, footer[role="main"] > .eyecatchers .column ul li {
    line-height: 210%;
  }

  /* line 193, ../sass/mobilev2.scss */
  footer[role="main"] > .container .column:nth-child(3), footer[role="main"] > .page .column:nth-child(3), footer[role="main"] > .eyecatchers .column:nth-child(3) {
    width: 40%;
  }

  /* line 196, ../sass/mobilev2.scss */
  footer[role="main"] {
    font-size: 13px;
  }

  /* line 199, ../sass/mobilev2.scss */
  .container, .page, .eyecatchers {
    position: relative;
    width: 96%;
    height: auto;
    overflow: hidden;
  }
  /* line 206, ../sass/mobilev2.scss */
  .container li a img, .page li a img, .eyecatchers li a img {
    width: 100%;
  }

  /* line 212, ../sass/mobilev2.scss */
  .page {
    width: 95% !important;
  }

  /* line 215, ../sass/mobilev2.scss */
  .page > aside {
    top: 0px;
  }

  /* line 218, ../sass/mobilev2.scss */
  .menuRounded {
    display: none;
  }

  /* line 221, ../sass/mobilev2.scss */
  .intro-box {
    min-height: 420px;
    padding-bottom: 140px;
  }
  /* line 224, ../sass/mobilev2.scss */
  .intro-box .orderGift {
    position: relative;
    top: 0;
  }
  /* line 228, ../sass/mobilev2.scss */
  .intro-box #TA_excellent873 {
    position: relative;
    margin-top: 40px;
  }
  /* line 232, ../sass/mobilev2.scss */
  .intro-box .cta.fb {
    margin-top: 50px;
  }

  /* line 236, ../sass/mobilev2.scss */
  .page .home.page {
    padding-bottom: 20px;
    height: auto;
  }

  /* line 240, ../sass/mobilev2.scss */
  .page > .content {
    top: 0px !important;
  }

  /* line 243, ../sass/mobilev2.scss */
  .page > .content > h1 {
    height: auto;
  }

  /* line 246, ../sass/mobilev2.scss */
  .eyecatcher {
    margin-top: -20px;
  }

  /* line 249, ../sass/mobilev2.scss */
  .news-grid {
    width: 95%;
  }

  /* line 252, ../sass/mobilev2.scss */
  .news-grid .entry a {
    padding: 4px 6px 2px 6px;
    margin-left: 5px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    border: 0px;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    clear: both;
    float: none;
    margin-right: 200000px;
    width: 70px;
    text-align: center;
    margin-top: 20px;
    position: relative;
    left: -5px;
  }

  /* line 273, ../sass/mobilev2.scss */
  .contact h2 {
    margin-top: 40px !important;
  }

  /* line 276, ../sass/mobilev2.scss */
  .page .content {
    width: 65% !important;
  }

  /* line 279, ../sass/mobilev2.scss */
  footer[role="main"] > .container .column form input[type="submit"], footer[role="main"] > .page .column form input[type="submit"], footer[role="main"] > .eyecatchers .column form input[type="submit"], footer[role="main"] > .container .column form.default textarea[type="submit"], footer[role="main"] > .page .column form.default textarea[type="submit"], footer[role="main"] > .eyecatchers .column form.default textarea[type="submit"] {
    width: 40%;
  }

  /* line 282, ../sass/mobilev2.scss */
  .about .column.first {
    width: 50.1064%;
  }

  /* line 285, ../sass/mobilev2.scss */
  iframe {
    max-width: 95%;
  }

  /* line 288, ../sass/mobilev2.scss */
  .about .column.last {
    width: 40.0638%;
  }
}
@media (max-width: 840px) {
  /* line 294, ../sass/mobilev2.scss */
  header[role="main"] nav.main ul li, header[role="main"] nav.secondary ul li {
    margin: 0 15px 0 0;
  }

  /* line 297, ../sass/mobilev2.scss */
  header[role="main"] nav.main, header[role="main"] nav.secondary {
    font-size: 14px;
  }

  /* line 300, ../sass/mobilev2.scss */
  footer[role="main"] > .container .column:nth-child(4), footer[role="main"] > .page .column:nth-child(4), footer[role="main"] > .eyecatchers .column:nth-child(4) {
    float: right;
    position: relative;
    right: 40px;
    width: 32.9149%;
  }
}
@media (max-width: 750px) {
  /* line 309, ../sass/mobilev2.scss */
  header[role="main"] {
    height: 120px;
    margin-bottom: 20px;
  }
  /* line 312, ../sass/mobilev2.scss */
  header[role="main"] a.logo {
    left: 0px;
  }
  /* line 315, ../sass/mobilev2.scss */
  header[role="main"] a.logo img {
    width: 110px;
  }

  /* line 319, ../sass/mobilev2.scss */
  .otherlinks {
    left: 124px !important;
  }

  /* line 322, ../sass/mobilev2.scss */
  header[role="main"] nav.main, header[role="main"] nav.secondary {
    position: relative !important;
    display: none;
  }
  /* line 325, ../sass/mobilev2.scss */
  header[role="main"] nav.main li, header[role="main"] nav.secondary li {
    display: block;
    width: 100%;
  }
  /* line 328, ../sass/mobilev2.scss */
  header[role="main"] nav.main li a, header[role="main"] nav.secondary li a {
    display: block;
    width: 105%;
    margin-left: -7%;
    height: 30px !important;
    line-height: 30px !important;
    background: #ffffff;
    border-bottom: 1px solid #cccccc !important;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  /* line 340, ../sass/mobilev2.scss */
  header[role="main"] nav.main li a:hover, header[role="main"] nav.secondary li a:hover {
    background: #094a72;
    color: #ffffff !important;
  }

  /* line 347, ../sass/mobilev2.scss */
  nav.main {
    position: relative;
    top: 0;
  }

  /* line 351, ../sass/mobilev2.scss */
  header[role="main"] nav.secondary {
    bottom: auto;
  }

  /* line 354, ../sass/mobilev2.scss */
  .services-grid {
    width: 100% !important;
    margin: 20px 0 !important;
  }

  /* line 358, ../sass/mobilev2.scss */
  .eyecatcher {
    height: 100px !important;
  }

  /* line 361, ../sass/mobilev2.scss */
  .page > .content {
    top: 0px !important;
  }

  /* line 364, ../sass/mobilev2.scss */
  header[role="main"] nav.main ul li:last-child {
    display: none !important;
  }

  header[role="main"] nav:not(.mobile):not(.languages) {
    display: none !important;
  }

  header[role="main"] nav.mobile ul {
    display: flex;
    flex-direction: column;
  }

  header[role="main"] nav.mobile li:nth-child(1) {
    order: 1;
  }

  header[role="main"] nav.mobile li:nth-child(2) {
    order: 8;
  }

  header[role="main"] nav.mobile li:nth-child(3) {
    order: 7;
  }

  header[role="main"] nav.mobile li:nth-child(4) {
    order: 9;
  }

  header[role="main"] nav.mobile li:nth-child(5) {
    order: 11;
  }

  header[role="main"] nav.mobile li:nth-child(6) {
    order: 10;
  }

  header[role="main"] nav.mobile li:nth-child(7) {
    order: 2;
  }

  header[role="main"] nav.mobile li:nth-child(8) {
    order: 3;
  }

  header[role="main"] nav.mobile li:nth-child(9) {
    order: 4;
  }

  header[role="main"] nav.mobile li:nth-child(10) {
    order: 5;
  }

  header[role="main"] nav.mobile li:nth-child(11) {
    order: 6;
  }

  /* line 367, ../sass/mobilev2.scss */
  .page > .content > h1 {
    display: none !important;
  }

  /* line 370, ../sass/mobilev2.scss */
  .intro-box {
    min-height: 210px;
  }

  /* line 373, ../sass/mobilev2.scss */
  nav.pages > ul > li:first-child {
    display: none;
  }

  /* line 376, ../sass/mobilev2.scss */
  .eyecatchers {
    margin-top: 10px;
    margin-bottom: 0px;
    left: -2%;
  }

  /* line 381, ../sass/mobilev2.scss */
  .services-grid .item {
    margin-bottom: 20px;
  }
  /* line 383, ../sass/mobilev2.scss */
  .services-grid .item a {
    font-size: 16px !important;
  }

  /* line 387, ../sass/mobilev2.scss */
  .contact div {
    width: 99% !important;
  }

  /* line 390, ../sass/mobilev2.scss */
  .page .content {
    padding-left: 0px !important;
    width: 100% !important;
  }
  /* line 393, ../sass/mobilev2.scss */
  .page .content .entry {
    width: 95%;
  }

  /* line 397, ../sass/mobilev2.scss */
  .page > aside {
    width: 100% !important;
  }

  /* line 400, ../sass/mobilev2.scss */
  .progress-bar li a {
    color: #999;
    border: 0;
    display: block;
    padding: 15px 0px;
    text-align: center;
    font-size: 10px;
  }

  /* line 409, ../sass/mobilev2.scss */
  .content img {
    max-width: 40%;
    height: auto;
  }

  /* line 414, ../sass/mobilev2.scss */
  .basket-grid form .column {
    width: 95%;
  }

  /* line 417, ../sass/mobilev2.scss */
  .page .home.page {
    height: auto;
    min-height: 480px;
  }

  /* line 421, ../sass/mobilev2.scss */
  .table-bordered .left, .table-bordered .right {
    width: 95%;
  }

  /* line 424, ../sass/mobilev2.scss */
  .sites {
    display: none;
  }

  /* line 427, ../sass/mobilev2.scss */
  .banners {
    display: none;
  }

  /* line 430, ../sass/mobilev2.scss */
  .page {
    padding-bottom: 40px;
  }
  /* line 432, ../sass/mobilev2.scss */
  .page .gallery {
    top: 15px;
  }

  /* line 436, ../sass/mobilev2.scss */
  .intro-box {
    width: 100% !important;
    left: -10px;
    margin-bottom: 150px;
  }

  /* line 441, ../sass/mobilev2.scss */
  footer[role="main"] {
    overflow: hidden !important;
  }

  /* line 444, ../sass/mobilev2.scss */
  .about .column.first {
    width: 100% !important;
    height: 150px !important;
  }

  /* line 448, ../sass/mobilev2.scss */
  footer[role="main"] > .container .column h6, footer[role="main"] > .page .column h6, footer[role="main"] > .eyecatchers .column h6 {
    font-size: 16px;
  }

  /* line 451, ../sass/mobilev2.scss */
  .newsletter div .error {
    font-size: 13px !important;
    top: 18px !important;
  }

  /* line 455, ../sass/mobilev2.scss */
  .eyecatcher h1 {
    left: 0px;
    display: block;
    position: absolute;
    top: 56px;
    width: 100%;
    height: auto !important;
    line-height: 24px;
    padding: 10px 0 10px 0px;
    padding-left: 10px !important;
    font-size: 21px;
  }

  /* line 467, ../sass/mobilev2.scss */
  .products-list .item {
    width: 95% !important;
    padding-bottom: 15px;
  }
  /* line 470, ../sass/mobilev2.scss */
  .products-list .item h3 {
    width: 100%;
  }
  /* line 472, ../sass/mobilev2.scss */
  .products-list .item h3 a {
    line-height: 24px;
    font-size: 14px;
  }
  /* line 477, ../sass/mobilev2.scss */
  .products-list .item .price {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 25px;
    margin-bottom: 15px;
  }
  /* line 484, ../sass/mobilev2.scss */
  .products-list .item .btn {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1000;
    margin-bottom: 40px;
    left: 35px;
  }
  /* line 491, ../sass/mobilev2.scss */
  .products-list .item .btn .info {
    left: 0px;
  }
  /* line 494, ../sass/mobilev2.scss */
  .products-list .item .btn .buy {
    left: 62px;
  }
  /* line 498, ../sass/mobilev2.scss */
  .products-list .item .longText {
    margin-top: 70px;
  }

  /* line 502, ../sass/mobilev2.scss */
  .about .column.last {
    width: 80% !important;
    height: 250px !important;
  }

  /* line 506, ../sass/mobilev2.scss */
  footer[role="main"] .disclaimer {
    background: #052b43;
    padding-top: 20px;
    color: #ffffff;
  }
  /* line 510, ../sass/mobilev2.scss */
  footer[role="main"] .disclaimer a {
    color: #ffffff !important;
  }
  /* line 513, ../sass/mobilev2.scss */
  footer[role="main"] .disclaimer p {
    float: left !important;
    width: 100% !important;
    text-align: left !important;
  }

  /* line 519, ../sass/mobilev2.scss */
  footer[role="main"] {
    background: url("../images/footer.jpg") center !important;
  }

  /* line 522, ../sass/mobilev2.scss */
  footer[role="main"] > .container .column, footer[role="main"] > .page .column, footer[role="main"] > .eyecatchers .column {
    width: 100% !important;
    margin-bottom: 20px;
  }

  /* line 526, ../sass/mobilev2.scss */
  footer[role="main"] > .container .column:nth-child(4), footer[role="main"] > .page .column:nth-child(4), footer[role="main"] > .eyecatchers .column:nth-child(4) {
    right: 0px !important;
  }

  /* line 529, ../sass/mobilev2.scss */
  .btnMobile {
    position: absolute;
    display: block;
    top: 70px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 21px;
    line-height: 40px;
    text-align: center;
    background: #094a72;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  /* line 542, ../sass/mobilev2.scss */
  .btnMobile:hover, .btnMobile.active {
    background: #052b43;
    color: #ffffff !important;
  }
}
@media (max-width: 500px) {
  /* line 550, ../sass/mobilev2.scss */
  body .basket-grid td, .basket-grid th {
    font-size: 11px !important;
  }

  /* line 553, ../sass/mobilev2.scss */
  .basket-grid .item .amount img {
    display: none !important;
  }

  /* line 556, ../sass/mobilev2.scss */
  .basket-grid .item .delete a {
    position: relative;
    left: -35px;
  }
}
@media (max-width: 400px) {
  /* line 563, ../sass/mobilev2.scss */
  .gift {
    width: 180px;
    height: auto;
  }

  /* line 567, ../sass/mobilev2.scss */
  .cta.fb {
    top: 272px;
  }

  /* line 570, ../sass/mobilev2.scss */
  .intro-box {
    margin-bottom: 100px !important;
  }

  /* line 573, ../sass/mobilev2.scss */
  .newsletter div .error {
    font-size: 13px !important;
    top: 14px !important;
  }

  /* line 577, ../sass/mobilev2.scss */
  .intro-box h1 {
    margin-top: 5px;
    font-size: 17px;
  }

  /* line 581, ../sass/mobilev2.scss */
  .table th, .table td {
    padding: 0px;
  }

  /* line 584, ../sass/mobilev2.scss */
  .basket-grid td, .basket-grid th {
    min-width: 10px;
  }

  /* line 587, ../sass/mobilev2.scss */
  #dialog a {
    font-size: 11px;
  }

  /* line 590, ../sass/mobilev2.scss */
  .gallery img {
    top: 8px;
    width: 70px;
  }

  /* line 594, ../sass/mobilev2.scss */
  body .basket-grid td, .basket-grid th {
    font-size: 9px !important;
  }
}

@media (max-width: 750px){
	.cta.fb span{
		position: relative;
		display: block;
		left: -20px;
	}
	.logos{
		position: relative;
		top: 800px;
	}
	body .cta.fb {
		position: absolute;
		left: 201px !important;
		top: 35px !important;
		right: auto !important;
	}  
	.TA_cdsscrollingravenarrow{
		position: absolute !important;
	}
}

@media (max-width: 668px){
	body .logos a.last {
		position: absolute;
		top: 30px;
		left: 380px;
	}
	.tripadvisor2015{
		top: 0px !important;
	}
	.tripadvisor2015total{
		display: none !important;
	}
	.TA_cdsscrollingravenarrow{
		display: none !important;
	}
}

@media (max-width: 510px){
	.logos{
		top: 751px !important;
	}
	body .cta.fb{
		top: 71px !important;
	}
	body .logos a.last {
		position: absolute;
		top: -30px !important;
		left: 185px !important;
	}
}

@media (max-width: 400px){
	.logos{
		top: 694px !important;
	}
}

.intro-box{
    display: block !important;
}


@media(max-width:600px){
    .intro-box{
        min-height: 700px !important;  
    }
    html body .page .home.page{
        height: 680px !important;
    }
}

@media(max-width:767px){
    header[role="main"] nav.main ul li:last-child{
        display: block !important;
    }
    .btn-external{  
        display: block !important;
        width: 100%;
        margin-left: 0%;
        height: 30px !important;
        line-height: 30px !important;
        background: #ffffff;
        border-bottom: 0px solid #cccccc !important;
        padding: 10px 15px;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .btn-external:hover{
        background: #094a72;
        color: #ffffff !important;
    }
}