﻿.calr_wrap {
  text-align: center;
  width: 100%; }

.calr_pricetab {
  width: 100%; }

.calendar_search {
  background: #fff;
  padding-bottom: rc(20);
  padding-left: rc(10);
  padding-right: rc(10);
  margin-bottom: rc(10);
  border-radius: rc(0 0 3 3);
  border-top: 1px solid #589199;
  margin-top: rc(-5);
  z-index: 2400;
  position: relative; }

.sbb_cal {
  cursor: pointer; }

.cf-cal-row:after {
  display: table;
  clear: both;
  content: ''; }

.week_search, .cf-cal-row {
  display: block;
  text-align: center; }
  .week_search + .week_search, .cf-cal-row + .week_search, .week_search + .cf-cal-row, .cf-cal-row + .cf-cal-row {
    margin-top: 5px; }
  .week_search span, .cf-cal-row span {
    z-index: 999;
    position: relative; }
  .week_search a, .week_search div, .cf-cal-row a, .cf-cal-row div {
    overflow: hidden;
    width: calc(14.2% - 5px);
    color: #777;
    display: block;
    float: left;
    height: rc(30);
    line-height: rc(32);
    border-radius: rc(3);
    position: relative;
    border-radius: 3px; }
  .week_search a + a, .week_search div + div, .week_search a + div, .week_search div + a, .cf-cal-row a + a, .cf-cal-row div + div, .cf-cal-row a + div, .cf-cal-row div + a {
    margin-left: 5px; }
  .week_search .booked, .week_search .active.booked, .week_search .active.booked.end, .week_search .active.booked.start, .cf-cal-row .booked, .cf-cal-row .active.booked, .cf-cal-row .active.booked.end, .cf-cal-row .active.booked.start {
    background: #4B8087;
    color: #fff; }
    .week_search .booked:after, .week_search .booked:before, .week_search .active.booked:after, .week_search .active.booked:before, .week_search .active.booked.end:after, .week_search .active.booked.end:before, .week_search .active.booked.start:after, .week_search .active.booked.start:before, .cf-cal-row .booked:after, .cf-cal-row .booked:before, .cf-cal-row .active.booked:after, .cf-cal-row .active.booked:before, .cf-cal-row .active.booked.end:after, .cf-cal-row .active.booked.end:before, .cf-cal-row .active.booked.start:after, .cf-cal-row .active.booked.start:before {
      display: none; }
  .week_search a.end-range.start-range, .week_search a.end-range.booked, .cf-cal-row a.end-range.start-range, .cf-cal-row a.end-range.booked {
    background-color: #589199;
    color: #fff; }
  .week_search a.start-range:after, .cf-cal-row a.start-range:after {
    position: absolute;
    top: 50%;
    content: '';
    left: 50%;
    border-width: 0 0 100px 100px;
    border-style: solid;
    margin: -50px 0 0 -50px;
    width: 0;
    height: 0;
    border-color: transparent transparent #589199; }
  .week_search a.start-range.active, .week_search a.start-range.active.start, .week_search a.start-range.end-range.active, .week_search a.start-range.active.start.end-range, .cf-cal-row a.start-range.active, .cf-cal-row a.start-range.active.start, .cf-cal-row a.start-range.end-range.active, .cf-cal-row a.start-range.active.start.end-range {
    color: #fff;
    background-color: #6FBAC3; }
    .week_search a.start-range.active:after, .week_search a.start-range.active.start:after, .week_search a.start-range.end-range.active:after, .week_search a.start-range.active.start.end-range:after, .cf-cal-row a.start-range.active:after, .cf-cal-row a.start-range.active.start:after, .cf-cal-row a.start-range.end-range.active:after, .cf-cal-row a.start-range.active.start.end-range:after {
      border-width: 0 0 100px 100px !important;
      border-color: transparent transparent #589199; }
  .week_search a.start-range.end-range.active, .week_search a.start-range.active.start.end-range, .cf-cal-row a.start-range.end-range.active, .cf-cal-row a.start-range.active.start.end-range {
    color: #fff; }
    .week_search a.start-range.end-range.active:after, .week_search a.start-range.active.start.end-range:after, .cf-cal-row a.start-range.end-range.active:after, .cf-cal-row a.start-range.active.start.end-range:after {
      border-width: 0 0 100px 100px !important;
      border-color: transparent #6FBAC3 #6FBAC3; }
  .week_search a.end-range:after, .cf-cal-row a.end-range:after {
    position: absolute;
    top: 50%;
    content: '';
    left: 50%;
    border-width: 0 0 100px 100px;
    border-style: solid;
    margin: -50px 0 0 -50px;
    width: 0;
    height: 0;
    border-color: transparent #589199 transparent; }
  .week_search a.end-range.active:after, .cf-cal-row a.end-range.active:after {
    border-width: 0 0 100px 100px;
    border-color: transparent #589199 transparent; }
  .week_search .start-range, .week_search .active.start.start-range, .cf-cal-row .start-range, .cf-cal-row .active.start.start-range {
    color: #777777; }
  .week_search .end-range, .week_search .active.end.end-range, .cf-cal-row .end-range, .cf-cal-row .active.end.end-range {
    color: #777777; }
  .week_search .today, .cf-cal-row .today {
    font-weight: bold;
    text-decoration: underline;
    color: black; }
  .week_search a:hover, .cf-cal-row a:hover {
    background: #6FBAC3;
    color: #fff; }
  .week_search .active, .cf-cal-row .active {
    background: #6FBAC3;
    color: #fff; }
    .week_search .active.start, .cf-cal-row .active.start {
      color: #fff; }
    .week_search .active.end, .cf-cal-row .active.end {
      color: #ff0000; }

.day_header {
  border-bottom: solid 2px #eff3f6; }
  .day_header a {
    cursor: default;
    background: none; }
    .day_header a:hover {
      color: #777777;
      background: none; }

.prices_calendarwrap {
  padding: 10px;
  background: #eaf8fb;
  position: relative;
  min-height: rc(370); }

.cf-cal-select {
  max-width: rc(200);
  margin: rc(10) auto;
  font-size: rc(20);
  text-align: center;
  color: #333943;
  font-weight: bold; }

.cf-cal-disabled {
  cursor: default;
  color: #E8EBED !important;
  background-color: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio:not([controls]) {
  display: none;
  height: 0; }

audio, canvas, video {
  display: inline-block;
  vertical-align: baseline; }

[hidden], template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: .625em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  height: 1px;
  outline: none;
  border: none;
  background: #000;
  margin: 20px auto; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  overflow: auto; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

input {
  line-height: normal; }

button, input, select, textarea, optgroup {
  font-family: inherit;
  font-size: inherit;
  margin: 0; }

button, input {
  line-height: normal;
  padding: 2px 5px; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*---- X.X CSS Resets ----*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-smooth: always;
  direction: ltr; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input, a {
  outline: none; }

form {
  position: relative; }

body, html, form {
  min-height: 100%; }

iframe, object {
  width: 100%; }

img {
  max-width: 100%;
  border: 0; }

.image {
  line-height: 0;
  display: block; }

a, img {
  border: 0; }

a {
  text-decoration: none;
  cursor: pointer;
  background: transparent; }

a:active, a:hover {
  outline: 0; }

li {
  list-style: none; }

.clr {
  clear: both; }

::-moz-selection {
  color: #fff;
  background: #D3658C; }

::selection {
  color: #fff;
  background: #D3658C; }

.cf:after {
  clear: both;
  display: table;
  content: ""; }

.input_wrap {
  width: auto;
  display: block; }
  .input_wrap input[type="text"] {
    display: block;
    width: 100%; }
  .input_wrap input[type="submit"], .input_wrap button {
    border: none; }

body {
  color: #666;
  font-family: "Hind Siliguri", HelveticaNeue, Helvetica, Calibri, sans-serif;
  font-size: 1.5rem;
  line-height: 1.27;
  letter-spacing: .03em; }

/*#region =Content*/
u {
  text-decoration: none;
  border-bottom: 1px solid;
  display: inline-block; }

h1, h2, h3, h4, .h1, .h2, .h3 {
  position: relative;
  font-family: "Hind Siliguri", HelveticaNeue, Helvetica, Calibri, sans-serif;
  color: #589199;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0; }
  h1 + p, h1 + ul, h1 + ol, h2 + p, h2 + ul, h2 + ol, h3 + p, h3 + ul, h3 + ol, h4 + p, h4 + ul, h4 + ol, .h1 + p, .h1 + ul, .h1 + ol, .h2 + p, .h2 + ul, .h2 + ol, .h3 + p, .h3 + ul, .h3 + ol {
    margin-top: 0.5rem; }
  p + h1, ul + h1, ol + h1, p + h2, ul + h2, ol + h2, p + h3, ul + h3, ol + h3, p + h4, ul + h4, ol + h4, p + .h1, ul + .h1, ol + .h1, p + .h2, ul + .h2, ol + .h2, p + .h3, ul + .h3, ol + .h3 {
    margin-top: 2rem; }

h1, .h1 {
  font-size: 2.8rem;
  line-height: 1.07; }
  h1 + .content_wrap, .h1 + .content_wrap {
    margin-top: 0.5rem; }
  h1 small, .h1 small {
    display: block;
    font-size: 1.8rem;
    margin-top: 0.5rem; }

h2, .h2 {
  font-size: 2.2rem;
  line-height: 1.14; }

h3, .h3 {
  font-size: 1.8rem;
  line-height: 1.17; }

h1, h2, h3, h4, .h1, .h2, .h3, p {
  position: relative; }

.h1, .h2, .h3 {
  display: block; }

.content_wrap li {
  margin-left: 1.25em; }

.content_wrap ul li {
  list-style: disc; }

.content_wrap ol li {
  list-style: decimal; }

.content_wrap ol ol li {
  list-style: lower-alpha; }

.content_wrap ul ul li {
  list-style: circle; }

.content_wrap p + p, .content_wrap p + ul, .content_wrap p + ol,
.content_wrap ul + ul, .content_wrap ul + p, .content_wrap ul + ol,
.content_wrap ol + ol, .content_wrap ol + ul, .content_wrap ol + p {
  margin-top: 1rem; }

.content_wrap a {
  border-bottom: 1px solid transparent;
  color: #6FBAC3;
  display: inline-block;
  font-weight: 600; }
  .content_wrap a:hover {
    border-color: #111;
    color: #111; }

.content_wrap table {
  border: 1px solid #808080; }
  .content_wrap table td {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080; }

.content_wrap p + .tbl_wrap {
  margin-top: 0.5rem; }

.content_wrap blockquote {
  font-style: italic;
  padding: 0 1rem; }

.tbl_wrap {
  overflow-x: auto; }

table {
  width: 100%;
  table-layout: fixed; }
  table td {
    vertical-align: middle;
    padding: 0.5rem; }
  table + table {
    margin-top: 1rem; }

/*#endregion*/
.section_row {
  padding: 3rem 0; }
  .section_row + .section_row {
    padding-top: 0; }
  .section_row[class*=bg-] {
    padding: 4rem 0; }
  .section_row[class*=bg-] + .section_row {
    padding-top: 3rem; }

.col_tb_left p {
  margin: 15px 0; }

/*#region =Tile*/
.col_left h1, .col_left .h1 {
  color: #4B8087; }

.col_right + .col_right {
  margin-top: 2rem; }

.wrap_tile + .wrap_tile {
  margin-top: 2rem; }

.wrap_tile > [class*=col_] {
  margin-left: -2px;
  margin-right: -2px;
  display: inline-block;
  vertical-align: top;
  float: none; }

.wrap_tile .col_left, .wrap_tile .col_tb_left {
  float: left; }

.wrap_tile .txt {
  background: white;
  position: relative;
  margin: 1rem 0 4rem; }

.wrap_tile .bgcover {
  padding-top: 114%;
  background-color: #ccc;
  position: relative; }
  .wrap_tile .bgcover:before {
    position: absolute;
    content: '';
    background-color: transparent;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }

.wrap_tile .item {
  color: #666;
  line-height: 1.5;
  border-bottom: 2px solid transparent; }
  .wrap_tile .item, .wrap_tile .item .title {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .wrap_tile .item span {
    display: block; }
  .wrap_tile .item .title {
    color: #589199;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem; }
  .wrap_tile .item .more {
    line-height: 1;
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 1rem 0;
    font-size: .8em; }
  .wrap_tile .item:hover {
    border-color: #589199; }
    .wrap_tile .item:hover .title {
      color: black; }
    .wrap_tile .item:hover .bgcover:before {
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99589199,endColorstr=#99589199);
      background: rgba(88, 145, 153, 0.6); }

.items-list {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .items-list.section_row {
    filter: alpha(opacity=0);
    opacity: 0; }
    .items-list.section_row.op1 {
      filter: alpha(opacity=100);
      opacity: 1; }
  .media-gallery + .items-list, .items-list + .items-list {
    padding-top: 2rem; }

/*
	.items-list .h2-book:after{
		content: '';
		display: block;
		width: 10em;
		background: $clr-main;
		height: .2em;
		margin-top: .2em;
	}

	.items-list.bg--clr .h2-book:after{
		background: white;
	}
	/*#endregion*/
/*#region =Slideshow*/
.owl-carousel {
  background: url(/_assets/images/site/preload.GIF) no-repeat 50%;
  overflow: hidden;
  position: relative; }
  .owl-carousel .txt {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2rem;
    text-align: center;
    font-size: 1.2rem; }
    .owl-carousel .txt h2, .owl-carousel .txt, .owl-carousel .txt a {
      color: white; }
  .owl-carousel .black {
    background: rgba(255, 255, 255, 0.5); }
    .owl-carousel .black h2, .owl-carousel .black, .owl-carousel .black a {
      color: black; }
  .owl-carousel h2 {
    font-size: 1.67em;
    line-height: 1; }
  .owl-carousel.owl-loaded .item, .owl-carousel.owl-loaded .txt {
    filter: alpha(opacity=100);
    opacity: 1; }
  .owl-carousel .item {
    max-height: 0;
    overflow: hidden; }
  .owl-carousel .item, .owl-carousel .txt {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .owl-carousel .item:first-child {
    max-height: 100%;
    overflow: visible; }
  .owl-carousel .owl-dots {
    position: absolute;
    top: 20px;
    left: 20px; }
  .owl-carousel .owl-dot span {
    background-color: #B3B3B3; }
  .owl-carousel .owl-dot.active span {
    background-color: #589199; }

/*#endregion*/
/*#region =Shop*/
.book-comment {
  margin: 1rem auto; }
  .book-comment a {
    display: inline-block;
    color: #808080;
    text-transform: uppercase;
    font-size: 1.1rem; }
    .book-comment a:hover, .book-comment a.active {
      color: #589199; }

.header_arts {
  margin-right: 20px; }

.white_rose {
  width: 70px;
  margin-right: 20px;
  display: inline-block; }

.image .white_rose {
  margin-top: 10px; }

#basket-bottom {
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: right;
  border-top: 1px dotted #ccc; }
  #basket-bottom a {
    text-transform: uppercase; }

.tbl--basket {
  text-align: center;
  min-width: 60rem; }
  .tbl--basket .bsk1 {
    text-align: left; }
  .tbl--basket .price {
    background: none;
    font-size: 1.5rem; }
  .tbl--basket .bsk3 a {
    text-transform: uppercase; }

.basket-top td, .basket-items td {
  border-left: 1px dotted #B3B3B3; }
  .basket-top td:first-child, .basket-items td:first-child {
    border: none; }

.basket-top, .tbl--basket .col3 {
  font-weight: bold; }

.basket-items {
  background: white; }
  .basket-items td {
    padding: 0.8rem 0.5rem; }
  .basket-items + .basket-items td {
    border-top: 1px dotted #B3B3B3; }
  .basket-items .bsk4 {
    font-size: 1.2em; }

.basket-quant-txt a {
  font-weight: 700;
  display: inline-block;
  color: #589199; }
  .basket-quant-txt a:hover {
    color: #111; }

.basket-prices td {
  padding: 0 0.5rem;
  line-height: 1; }

.product-price {
  font-size: 1.6rem;
  color: #589199;
  font-weight: 700; }

.price {
  font-size: 2rem;
  color: #589199;
  font-weight: 700;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem; }

.cat-filter {
  position: relative;
  padding-left: 4.8rem;
  margin-top: 1rem; }
  .cat-filter .btn_go {
    position: absolute;
    width: 3rem;
    height: 3rem;
    line-height: 2.6rem;
    background: transparent;
    border: 2px solid #589199;
    color: #589199;
    left: 0;
    top: 1rem;
    padding: 0;
    font-weight: bold;
    text-align: center; }
    .cat-filter .btn_go:hover {
      background-color: #589199;
      color: white; }

/*#endregion*/
.bgcover {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

/*#region =Header*/
.glbl_header {
  position: relative; }
  .glbl_header .logo {
    display: inline-block; }
  .glbl_header .logo img {
    height: 4.5rem;
    margin-top: 3px; }

.nav_tgl {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 4.5rem;
  right: 1rem; }
  #admin-bar .nav_tgl {
    position: relative;
    padding-right: 3.6rem;
    width: auto;
    top: 0;
    right: 0;
    line-height: 4rem;
    color: white; }
    #admin-bar .nav_tgl > span {
      right: 0;
      margin-right: auto; }
      #admin-bar .nav_tgl > span span, #admin-bar .nav_tgl > span:before, #admin-bar .nav_tgl > span:after {
        background: white;
        box-shadow: 1px 1px rgba(88, 145, 153, 0.7); }
  .nav_tgl > span {
    width: 2.6rem;
    position: absolute;
    height: 2rem;
    right: 50%;
    top: 50%;
    margin-right: -1.3rem;
    margin-top: -1rem; }
    .nav_tgl > span span, .nav_tgl > span:before, .nav_tgl > span:after {
      position: absolute;
      height: .2rem;
      background-color: #111;
      width: 100%;
      left: 0; }
    .nav_tgl > span span {
      top: 50%;
      margin-top: -.1rem;
      filter: alpha(opacity=100);
      opacity: 1;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 200ms;
      transition-duration: 200ms;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    .nav_tgl > span:before, .nav_tgl > span:after {
      content: '';
      -webkit-transition-property: transform, top;
      transition-property: transform, top;
      -webkit-transition-duration: 200ms;
      transition-duration: 200ms;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .nav_tgl > span:before {
      bottom: 100%;
      margin-bottom: -.2rem; }
    .nav_tgl > span:after {
      top: 100%;
      margin-top: -.2rem; }
  .nav_tgl.active > span:before {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .nav_tgl.active > span:after {
    top: 50%;
    margin-top: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav_tgl.active > span span {
    filter: alpha(opacity=0);
    opacity: 0; }

.aside_nav {
  text-transform: uppercase; }
  .aside_nav a {
    display: block; }
  .aside_nav-page a {
    font-size: 1.3rem; }
  .aside_nav-page a:hover {
    color: #333; }
  .aside_nav-tgl {
    position: relative;
    background: white;
    color: #111;
    padding: 1rem 1rem 0.9rem;
    padding-right: 3rem;
    border: 1px solid #ccc;
    margin-top: 2rem;
    font-size: 1.3rem !important; }
    .aside_nav-tgl span {
      display: block; }
    .aside_nav-tgl:before {
      content: "\ea3e";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0;
      position: absolute;
      top: 0;
      height: 100%;
      right: 0;
      text-align: center;
      width: 3rem;
      line-height: 37px; }
    .aside_nav-tgl.active {
      background: #589199;
      color: white;
      border-color: #6FBAC3; }

.dd_wrap {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 1.1rem; }
  .dd_wrap-main {
    background: #589199;
    color: white;
    position: relative;
    padding: 0.8rem 1rem; }
    .dd_wrap-main:before {
      content: "\ea3e";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0;
      position: absolute;
      top: 0;
      height: 100%;
      right: 0;
      text-align: center;
      width: 3rem;
      line-height: 30px; }
  .dd_wrap ul {
    background: #dcdcdc;
    padding: 0.5rem 0 0.3rem; }
    .dd_wrap ul a {
      color: #808080;
      padding: 0.5rem 1rem; }
      .dd_wrap ul a:hover {
        color: #111; }
  .dd_wrap a {
    display: block; }

.logo {
  display: block; }

/*#endregion*/
/*#region =Footer*/
.footer-logo {
  margin-bottom: 15px; }

.glbl_ftr {
  margin-bottom: 2rem; }
  .glbl_ftr a, .glbl_ftr {
    font-size: 1.1rem;
    text-transform: uppercase; }
  .glbl_ftr-details {
    color: #B3B3B3; }
  .glbl_ftr-links a, .glbl_ftr {
    color: #808080; }
  .glbl_ftr-links a {
    display: block;
    margin-bottom: 3px; }
    .glbl_ftr-links a span {
      border-bottom: 1px solid transparent;
      display: inline-block;
      line-height: 1.1; }
    .glbl_ftr-links a:hover span {
      border-color: #808080; }
  .glbl_ftr p + .image, .glbl_ftr-links a, .glbl_ftr p {
    margin-top: 0.5rem; }

.ftr_social-tgl {
  background: #e9e9e9;
  line-height: 0; }
  .ftr_social-tgl a {
    display: inline-block;
    width: 25%;
    position: relative;
    margin-left: -2px;
    margin-right: -2px;
    height: 3rem;
    font-size: 2rem;
    color: #B3B3B3;
    border-left: 1px dotted #aaa; }
    .ftr_social-tgl a:before {
      position: absolute;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0;
      width: 100%;
      line-height: 30px;
      text-align: center; }
    .ftr_social-tgl a:hover {
      color: #589199; }
    .ftr_social-tgl a.active {
      background: #589199;
      color: white; }
  .ftr_social-tgl a:first-child {
    border-left: none; }
  .ftr_social-tgl .tw:before {
    content: "\e64e"; }
  .ftr_social-tgl .fb:before {
    content: "\e618"; }
  .ftr_social-tgl .vmo:before {
    content: "\e650"; }
  .ftr_social-tgl .mail:before {
    content: "\e6ce"; }

/*#endregion*/
#admin-bar {
  position: relative;
  background: #6FBAC3;
  padding: 0.5rem;
  background: -moz-linear-gradient(left, #6fbac3 0%, #589199 75%, #4b8087 100%);
  background: -webkit-linear-gradient(left, #6fbac3 0%, #589199 75%, #4b8087 100%);
  background: linear-gradient(to right, #6fbac3 0%, #589199 75%, #4b8087 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbac3', endColorstr='#4b8087',GradientType=1 ); }
  #admin-bar a {
    text-shadow: 1px 1px #4B8087; }
  #admin-bar .links a {
    display: inline-block;
    vertical-align: middle;
    color: white;
    padding: 0.4rem 1rem 0.3rem; }
    #admin-bar .links a:hover {
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b24B8087,endColorstr=#b24B8087);
      background: rgba(75, 128, 135, 0.7); }
  #admin-bar .nav_tgl {
    text-align: right;
    text-transform: uppercase; }
    #admin-bar .nav_tgl.active {
      border-bottom: 2px solid white;
      border-bottom: 2px solid rgba(255, 255, 255, 0.7); }

.sharethis {
  color: #FE6602;
  font-size: 1rem !important;
  line-height: 1.45;
  font-family: Arial;
  vertical-align: middle;
  padding: 0 !important;
  margin: auto !important; }
  .sharethis .aticon-compact {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 5px; }

.column-link {
  background: #589199;
  color: white;
  position: relative;
  padding: 0.8rem 1rem;
  font-size: 11px;
  margin-top: 10px;
  text-transform: uppercase;
  display: block; }

.addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.7rem; }

.at-icon-wrapper {
  vertical-align: middle;
  margin-right: 3px; }

#side-subscribe {
  text-transform: uppercase;
  font-size: 1rem;
  color: #808080;
  display: inline-block;
  line-height: 20px; }

.sitemap li {
  list-style-type: lower-roman; }

.sitemap a {
  color: #808080;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid transparent; }
  .sitemap a:hover {
    border-color: #808080; }

.sitemap ul {
  margin-left: 1.25em; }

.sitemap > ul > li + li {
  margin-top: 0.5rem; }

.faq_set + .faq_set {
  margin-top: 2rem; }

.faq_set .lnk {
  color: #808080;
  text-transform: uppercase;
  margin-top: 1rem;
  display: inline-block;
  font-size: 1.2rem; }
  .faq_set .lnk:hover {
    color: #589199; }

.faq_set .content_wrap {
  padding-top: 1rem; }

.ftr_social-group .twit-content, .ftr_social-group .facebook-feed {
  padding: 1rem 0;
  font-size: 1.2rem;
  display: block; }
  .ftr_social-group .twit-content a, .ftr_social-group .facebook-feed a {
    font-weight: 700;
    color: #589199; }
    .ftr_social-group .twit-content a:hover, .ftr_social-group .facebook-feed a:hover {
      color: #111; }

.ftr_social-group.vimeo a {
  font-weight: 700;
  color: #589199;
  padding: 1rem 0;
  font-size: 1.2rem;
  display: block; }
  .ftr_social-group.vimeo a:hover {
    color: #111; }

.ftr_social-group .twit-link a {
  color: #589199; }
  .ftr_social-group .twit-link a:hover {
    color: #111; }

.aside_nav + a {
  margin-top: 1rem; }

.aside_nav .twit-content {
  font-size: 1.3rem;
  display: block; }
  .aside_nav .twit-content a {
    font-weight: 700;
    color: #589199;
    display: inline-block; }
    .aside_nav .twit-content a:hover {
      color: #111; }

.aside_nav .twit-link a {
  color: #589199;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem; }
  .aside_nav .twit-link a:hover {
    color: #111; }

.aside_nav .twitter {
  margin-top: 1rem;
  padding: 5rem 1rem 1rem;
  position: relative;
  background-color: #f0f0f0;
  color: #444; }
  .aside_nav .twitter:after {
    position: absolute;
    height: 3rem;
    width: 100%;
    top: 1rem;
    left: 1rem;
    content: "\e64e";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    font-size: 2rem;
    background: #589199;
    color: white;
    width: 3rem;
    border-radius: 100%; }

/*#region =Layout*/
[class*=col_], [class*=col-] {
  display: block;
  float: left;
  width: 100%; }

.inner_col {
  float: none;
  width: auto;
  position: relative;
  display: block;
  margin: 1rem; }
  .inner_col + .inner_col {
    margin-top: 2rem; }

.offset {
  margin: -1rem; }

.container {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 94rem;
  width: auto;
  position: relative;
  clear: both; }

html:not(.ie8) .fade--in {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  html:not(.ie8) .fade--in.loaded {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1; }

/*#endregion*/
#CDSWIDCOE {
  float: left; }
  #CDSWIDCOE.widCOE .widCOELink a {
    font-size: 12px !important; }

@font-face {
  font-family: 'icomoon';
  src: url("/_assets/css/site/fonts/icomoon.eot?pmckxa");
  src: url("/_assets/css/site/fonts/icomoon.eot?#iefixpmckxa") format("embedded-opentype"), url("/_assets/css/site/fonts/icomoon.ttf?pmckxa") format("truetype"), url("/_assets/css/site/fonts/icomoon.woff?pmckxa") format("woff"), url("/_assets/css/site/fonts/icomoon.svg?pmckxa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.cta {
  background-color: #589199;
  color: white;
  padding: 0.5rem 1rem;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .cta.grey {
    background-color: #aaa; }
  .cta:hover {
    background-color: #333; }
  .col_left .cta {
    display: block; }
  .cta-sub {
    position: relative;
    color: #808080;
    padding: 0.2rem 1rem;
    margin-top: 2rem;
    display: inline-block;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .cta-sub:before {
      content: '';
      width: 100%;
      height: 5%;
      bottom: 0;
      left: 0;
      position: absolute;
      background: #589199;
      -webkit-transition-property: height;
      transition-property: height;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    .cta-sub:hover {
      color: white; }
    .cta-sub span {
      position: relative;
      display: block;
      z-index: 1; }
    .cta-sub:hover:before {
      height: 100%; }
    .cta-sub + .aside_nav {
      margin-top: auto; }

.donate-btn {
  cursor: pointer;
  margin: 0px 5px; }
  .donate-btn.active {
    background-color: #589199;
    color: white; }

.txt-tgl {
  color: white;
  margin-top: 1rem;
  display: inline-block;
  padding: 0.6rem 1rem;
  background: #589199;
  border-radius: .5em;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .txt-tgl:hover {
    background-color: #4B8087; }
  .txt-tgl .arr {
    display: inline-block;
    position: relative;
    width: 1px;
    height: 1rem;
    margin-left: 1rem;
    vertical-align: baseline; }
    .txt-tgl .arr, .txt-tgl .arr:before, .txt-tgl .arr:after {
      background: white; }
    .txt-tgl .arr:before, .txt-tgl .arr:after {
      content: '';
      position: absolute;
      top: 100%;
      height: 0.5rem;
      margin-top: -0.5rem;
      width: 1px; }
    .txt-tgl .arr:before {
      -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      transform: rotate(-35deg);
      left: -0.2rem; }
    .txt-tgl .arr:after {
      -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      transform: rotate(35deg);
      right: -0.2rem; }
  .txt-tgl.active .arr:before, .txt-tgl.active .arr:after {
    top: 0%;
    margin-top: 0; }
  .txt-tgl.active .arr:before {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg); }
  .txt-tgl.active .arr:after {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg); }

.btn_account:before {
  content: "\e971"; }

.btn_contact:before {
  content: "\e6c9"; }

.btn_formTgl:before {
  content: "\e6a3"; }

.btn_account:before, .btn_contact:before, .btn_formTgl:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  display: block; }

.btn_ {
  width: 26% !important;
  font-size: 12px; }

.rel {
  position: relative; }

/*
		.of {
			@if $type == "rem" {
				overflow: hidden;
			}

			@if $type == "px" {
				&:after {
					clear: both;
					display: table;
					content: "";
				}
			}
		}*/
.txt--cntr {
  text-align: center; }

.txt--left {
  text-align: left; }

.txt--right {
  text-align: right; }

.txt--sml {
  font-size: .7em; }

*.bg--clr {
  background-color: #589199; }
  *.bg--clr .col_left, *.bg--clr .col_left h1,
  *.bg--clr .col_left h2, *.bg--clr .col_left h3 {
    color: white; }
  *.bg--clr .wrap_tile .item {
    padding: 1rem;
    background: white;
    border: none; }

*.orange {
  color: #ff7f00; }

*.green {
  color: #008c69; }

*.mT {
  margin-top: 2rem; }

*.mB {
  margin-bottom: 2rem; }

.fl-l {
  float: left; }

.fl-r {
  float: right; }

*.bord--top {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px dotted #B3B3B3; }
  .col_tb_right .items-none + *.bord--top {
    border: none;
    margin-top: auto;
    padding-top: 0; }
  .media-gallery + *.bord--top {
    border: none;
    padding-top: 0; }

*.bord--btm {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px dotted #B3B3B3; }

.txt_hide {
  overflow: hidden;
  text-indent: -9999em;
  display: block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  position: absolute; }

.form {
  position: relative; }
  .form input[type="text"], .form input[type="email"], .form input[type="password"], .form input[type="number"], .form input[type="tel"], .form textarea {
    width: 100%; }
  .form textarea {
    height: 8em;
    max-height: 8em; }
  .form input.cta {
    font-size: 1.5rem; }

.input_wrap {
  position: relative; }
  .input_wrap input, .input_wrap textarea {
    font-size: 1.3rem;
    border: 1px solid #B3B3B3; }
  .input_wrap input {
    height: 3rem;
    padding: 0 1rem; }
  .input_wrap textarea {
    padding: 1rem; }
  .input_wrap.active input, .input_wrap.complete input, .input_wrap.error input {
    color: #589199; }
  .input_wrap[class*=ico_] {
    padding: 0; }
    .input_wrap[class*=ico_] input {
      padding-left: 3rem; }
  .input_wrap.ico_curr:before {
    position: absolute;
    top: 0;
    content: '\000A3';
    font-family: HelveticaNeue, Helvetica, Calibri, sans-serif;
    left: 0;
    text-align: center;
    font-size: 1.8rem;
    width: 3rem;
    line-height: 30px; }

.select {
  background: white;
  font-size: 1.3rem;
  position: absolute; }
  .select, .select .select {
    height: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .select.dd-ready {
    border: 1px solid #B3B3B3;
    position: relative; }
    .select.dd-ready, .select.dd-ready .select {
      filter: alpha(opacity=100);
      opacity: 1;
      height: 3rem; }
  .select select {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 3;
    position: relative;
    background: #fff;
    color: #589199;
    padding: 0 1rem; }
  .select select, .select span {
    width: 100%;
    height: 100%; }
  .select span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: hidden;
    padding: 0 3rem 0 1rem; }
  .select:before, .select span {
    line-height: 30px; }
  .select:before {
    content: "\ea3e";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    text-align: center;
    width: 3rem; }
  .select.dark {
    background: #589199;
    font-size: 1.1rem;
    border-color: transparent; }
    .select.dark span, .select.dark:before {
      color: white; }
  .col_left .select + .select {
    margin-top: 1rem; }

.input_chk {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0.8em;
  line-height: 1.33em;
  margin: 0.58em; }
  .input_chk input, .input_chk label {
    cursor: pointer; }
  .input_chk input, .input_chk label:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1.67em;
    width: 1.67em;
    margin-top: -0.83em; }
  .input_chk input {
    filter: alpha(opacity=0);
    opacity: 0;
    height: 3rem; }
  .input_chk label {
    position: relative;
    padding-left: 3rem;
    display: block; }
    .input_chk label:before {
      content: '';
      background: #808080;
      -moz-border-radius: 0.33em;
      -webkit-border-radius: 0.33em;
      border-radius: 0.33em; }
  .input_chk.checked label:before {
    background-color: #589199; }

.alert {
  padding: 1.5rem;
  -moz-border-radius: 0.33em;
  -webkit-border-radius: 0.33em;
  border-radius: 0.33em; }
  .alert.success {
    background-color: #0dffc2;
    color: #005943; }
  .alert.warning {
    background-color: #ffbf80;
    color: #cc6600; }
  .alert.danger {
    background-color: #ff6934;
    color: #802200; }

.frm--search input {
  background: transparent;
  border: none; }

.frm--search .input_wrap {
  border: 1px solid #B3B3B3;
  padding-right: 4rem; }

.frm--search [id*=btnSearch] {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  color: #111; }
  .frm--search [id*=btnSearch]:before {
    content: "\e6a3";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    text-align: center;
    width: 100%;
    font-size: 2.2rem;
    line-height: 32px; }
  .frm--search [id*=btnSearch]:hover {
    color: #589199; }

.frm--basket .input_wrap, .frm--basket .select {
  display: inline-block;
  vertical-align: middle;
  margin: auto 0.2rem; }

.frm--basket .cta_add {
  margin-top: 1rem; }

.frm--account h2 {
  margin-bottom: 1rem; }

.frm--account .frm--account p {
  margin: 10px 0px; }

.frm--account .frm--account label {
  width: 100%; }

.frm--account .form_row + .form_row {
  margin-top: 1rem; }

.frm--account .cta-sub, .frm--account .cta {
  margin-top: 0.5rem;
  vertical-align: bottom; }

.frm--account .select {
  display: inline-block;
  vertical-align: middle; }

.frm--account .cta {
  width: 20rem; }

.frm--account input.cta {
  width: auto; }

.frm--account .cta-sub {
  font-size: 1rem;
  padding: 0.3rem; }

.col_1 {
  width: 8.333%; }

.col_2 {
  width: 16.666%; }

.col_3 {
  width: 25%; }

.col_4 {
  width: 33.333%; }

.col_5 {
  width: 41.666%; }

.col_6 {
  width: 50%; }

.col_7 {
  width: 58.333%; }

.col_8 {
  width: 66.666%; }

.col_9 {
  width: 75%; }

.col_10 {
  width: 83.333%; }

.col_11 {
  width: 91.667%; }

.col_12 {
  width: 100%; }

.col-7_1 {
  width: 14.28%; }

.col-7_2 {
  width: 28.57%; }

.col-7_3 {
  width: 42.85%; }

.col-7_4 {
  width: 57.14%; }

.col-7_5 {
  width: 71.43%; }

.col-7_6 {
  width: 85.71%; }

.col-7_7 {
  width: 100%; }

.col-5_1 {
  width: 20%; }

.col-5_2 {
  width: 40%; }

.col-5_3 {
  width: 60%; }

.col-5_4 {
  width: 80%; }

.col-5_5 {
  width: 100%; }

*.hide {
  display: none; }

*.show {
  display: block; }

*.ib_show {
  display: inline-block; }

@media all and (min-width: 26.25em) {
  .col_mb_1 {
    width: 8.333%; }
  .col_mb_2 {
    width: 16.666%; }
  .col_mb_3 {
    width: 25%; }
  .col_mb_4 {
    width: 33.333%; }
  .col_mb_5 {
    width: 41.666%; }
  .col_mb_6 {
    width: 50%; }
  .col_mb_7 {
    width: 58.333%; }
  .col_mb_8 {
    width: 66.666%; }
  .col_mb_9 {
    width: 75%; }
  .col_mb_10 {
    width: 83.333%; }
  .col_mb_11 {
    width: 91.667%; }
  .col_mb_12 {
    width: 100%; }
  .col_mb-7_1 {
    width: 14.28%; }
  .col_mb-7_2 {
    width: 28.57%; }
  .col_mb-7_3 {
    width: 42.85%; }
  .col_mb-7_4 {
    width: 57.14%; }
  .col_mb-7_5 {
    width: 71.43%; }
  .col_mb-7_6 {
    width: 85.71%; }
  .col_mb-7_7 {
    width: 100%; }
  .col_mb-5_1 {
    width: 20%; }
  .col_mb-5_2 {
    width: 40%; }
  .col_mb-5_3 {
    width: 60%; }
  .col_mb-5_4 {
    width: 80%; }
  .col_mb-5_5 {
    width: 100%; } }

@media all and (min-width: 37.5em) {
  .col_mblge_1 {
    width: 8.333%; }
  .col_mblge_2 {
    width: 16.666%; }
  .col_mblge_3 {
    width: 25%; }
  .col_mblge_4 {
    width: 33.333%; }
  .col_mblge_5 {
    width: 41.666%; }
  .col_mblge_6 {
    width: 50%; }
  .col_mblge_7 {
    width: 58.333%; }
  .col_mblge_8 {
    width: 66.666%; }
  .col_mblge_9 {
    width: 75%; }
  .col_mblge_10 {
    width: 83.333%; }
  .col_mblge_11 {
    width: 91.667%; }
  .col_mblge_12 {
    width: 100%; }
  .col_mblge-7_1 {
    width: 14.28%; }
  .col_mblge-7_2 {
    width: 28.57%; }
  .col_mblge-7_3 {
    width: 42.85%; }
  .col_mblge-7_4 {
    width: 57.14%; }
  .col_mblge-7_5 {
    width: 71.43%; }
  .col_mblge-7_6 {
    width: 85.71%; }
  .col_mblge-7_7 {
    width: 100%; }
  .col_mblge-5_1 {
    width: 20%; }
  .col_mblge-5_2 {
    width: 40%; }
  .col_mblge-5_3 {
    width: 60%; }
  .col_mblge-5_4 {
    width: 80%; }
  .col_mblge-5_5 {
    width: 100%; } }

@media screen and (min-width: 45em), handheld and (min-width: 45em), print {
  .col_tb_1 {
    width: 8.333%; }
  .col_tb_2 {
    width: 16.666%; }
  .col_tb_3 {
    width: 25%; }
  .col_tb_4 {
    width: 33.333%; }
  .col_tb_5 {
    width: 41.666%; }
  .col_tb_6 {
    width: 50%; }
  .col_tb_7 {
    width: 58.333%; }
  .col_tb_8 {
    width: 66.666%; }
  .col_tb_9 {
    width: 75%; }
  .col_tb_10 {
    width: 83.333%; }
  .col_tb_11 {
    width: 91.667%; }
  .col_tb_12 {
    width: 100%; }
  .col_tb-7_1 {
    width: 14.28%; }
  .col_tb-7_2 {
    width: 28.57%; }
  .col_tb-7_3 {
    width: 42.85%; }
  .col_tb-7_4 {
    width: 57.14%; }
  .col_tb-7_5 {
    width: 71.43%; }
  .col_tb-7_6 {
    width: 85.71%; }
  .col_tb-7_7 {
    width: 100%; }
  .col_tb-5_1 {
    width: 20%; }
  .col_tb-5_2 {
    width: 40%; }
  .col_tb-5_3 {
    width: 60%; }
  .col_tb-5_4 {
    width: 80%; }
  .col_tb-5_5 {
    width: 100%; }
  .cat-filter .inner_col, .cat-filter .offset {
    margin: auto; }
  .cat-filter .dd_wrap {
    margin-top: 1rem; } }

@media screen and (min-width: 58.75em), handheld and (min-width: 58.75em), print {
  .col_ds_1 {
    width: 8.333%; }
  .col_ds_2 {
    width: 16.666%; }
  .col_ds_3 {
    width: 25%; }
  .col_ds_4 {
    width: 33.333%; }
  .col_ds_5 {
    width: 41.666%; }
  .col_ds_6 {
    width: 50%; }
  .col_ds_7 {
    width: 58.333%; }
  .col_ds_8 {
    width: 66.666%; }
  .col_ds_9 {
    width: 75%; }
  .col_ds_10 {
    width: 83.333%; }
  .col_ds_11 {
    width: 91.667%; }
  .col_ds_12 {
    width: 100%; }
  .col_ds-7_1 {
    width: 14.28%; }
  .col_ds-7_2 {
    width: 28.57%; }
  .col_ds-7_3 {
    width: 42.85%; }
  .col_ds-7_4 {
    width: 57.14%; }
  .col_ds-7_5 {
    width: 71.43%; }
  .col_ds-7_6 {
    width: 85.71%; }
  .col_ds-7_7 {
    width: 100%; }
  .col_ds-5_1 {
    width: 20%; }
  .col_ds-5_2 {
    width: 40%; }
  .col_ds-5_3 {
    width: 60%; }
  .col_ds-5_4 {
    width: 80%; }
  .col_ds-5_5 {
    width: 100%; } }

@media screen and (min-width: 71.875em), handheld and (min-width: 71.875em), print {
  .col_ds-mid_1 {
    width: 8.333%; }
  .col_ds-mid_2 {
    width: 16.666%; }
  .col_ds-mid_3 {
    width: 25%; }
  .col_ds-mid_4 {
    width: 33.333%; }
  .col_ds-mid_5 {
    width: 41.666%; }
  .col_ds-mid_6 {
    width: 50%; }
  .col_ds-mid_7 {
    width: 58.333%; }
  .col_ds-mid_8 {
    width: 66.666%; }
  .col_ds-mid_9 {
    width: 75%; }
  .col_ds-mid_10 {
    width: 83.333%; }
  .col_ds-mid_11 {
    width: 91.667%; }
  .col_ds-mid_12 {
    width: 100%; }
  .col_ds-mid-7_1 {
    width: 14.28%; }
  .col_ds-mid-7_2 {
    width: 28.57%; }
  .col_ds-mid-7_3 {
    width: 42.85%; }
  .col_ds-mid-7_4 {
    width: 57.14%; }
  .col_ds-mid-7_5 {
    width: 71.43%; }
  .col_ds-mid-7_6 {
    width: 85.71%; }
  .col_ds-mid-7_7 {
    width: 100%; }
  .col_ds-mid-5_1 {
    width: 20%; }
  .col_ds-mid-5_2 {
    width: 40%; }
  .col_ds-mid-5_3 {
    width: 60%; }
  .col_ds-mid-5_4 {
    width: 80%; }
  .col_ds-mid-5_5 {
    width: 100%; } }

.donate-btn {
  cursor: pointer;
  margin: 5px; }

.donate-btn.active {
  background-color: #589199;
  color: white; }

.giftaid-image {
  width: 100px;
  float: right; }

#basket-message {
  width: 652px;
  border: 1px solid #8E0C3A;
  color: #8E0C3A;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px; }

@media all and (min-width: 26.25em) {
  *.mb_hide {
    display: none; }
  *.mb_show {
    display: block; }
  *.mb_ib-show {
    display: inline-block; } }

@media all and (min-width: 37.5em) {
  /*#region =Header*/
  /*#endregion*/
  /*#region =Footer*/
  /*#endregion*/
  *.mb-lge_hide {
    display: none; }
  *.mb-lge_show {
    display: block; }
  *.mb-lge_ib-show {
    display: inline-block; } }

@media all and (max-width: 44.99em) {
  /*#region =Header*/
  .aside_nav {
    z-index: 100;
    position: relative; }
    .aside_nav [class*=col] {
      position: relative; }
    .aside_nav-page {
      background: #dcdcdc;
      position: absolute;
      width: 100%;
      left: 0;
      top: 100%; }
      .aside_nav-page a {
        color: #111;
        padding: 0.8rem 1.5rem 0.7rem;
        font-size: 1.3rem; }
        .aside_nav-page a.current {
          background: rgba(88, 145, 153, 0.5);
          color: white; }
      .aside_nav-page a + a {
        border-top: 1px dashed rgba(0, 0, 0, 0.2); }
    .aside_nav a.hide {
      display: none; }
  .glbl_topbar {
    padding-left: 1rem; }
  /*#endregion*/
  /*#region =Footer*/
  .glbl_ftr-social + div .inner_col, .glbl_ftr-details {
    border-top: 1px solid #ccc;
    padding-top: 2rem;
    margin-top: 2rem; }
  .glbl_ftr-links {
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    margin-top: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    .glbl_ftr-links a {
      display: inline-block; }
    .glbl_ftr-links a + a:before {
      content: '\0002F';
      margin-left: 0.2rem;
      margin-right: 0.5rem; }
  .glbl_ftr {
    border-top: 1px dotted #B3B3B3; }
  .glbl_ftr .offset {
    padding-top: 2rem; }
  /*#endregion*/
  #view-comments > div {
    background: white;
    padding: 1rem; }
  #view-comments > div + div {
    margin-top: 1rem; }
  .body_main h1, .body_main .h1 {
    padding-top: 2rem; }
  .txt-tgl + .wrap_tile {
    margin-top: 2rem; }
  .content_wrap + .wrap_tile {
    margin-top: 1rem; }
  .owl-carousel + .content_wrap, .col_tb_right > .items-list {
    margin-top: 2rem; }
  .owl-carousel .item .txt p {
    display: none; }
  .owl-carousel .item .txt {
    padding: 1.2rem; }
  .owl-carousel .owl-controls {
    display: none; }
  .ftr_social-group .twit-content, .ftr_social-group .facebook-feed, .ftr_social-group.vimeo a {
    font-size: 1.4rem; }
  *.mT--mb {
    margin-top: 1rem; }
  *.mB--mb {
    margin-bottom: 2rem; } }

@media screen and (min-width: 45em), handheld and (min-width: 45em), print {
  /*#region =Header*/
  .aside_nav {
    margin-top: 1.5rem; }
    .aside_nav .aside_nav-tgl {
      display: none; }
    .aside_nav-page {
      margin-bottom: 1.5rem;
      margin-left: 1rem; }
      .aside_nav-page a {
        margin-top: 0.6rem;
        color: #589199; }
        .aside_nav-page a:before {
          content: '\02013';
          float: left; }
      .aside_nav-page h3, .aside_nav-page a:before {
        margin-left: -1rem; }
      .aside_nav-page ~ .aside_nav-page {
        margin-top: 1.5rem; }
  /*#endregion*/
  /*#region =Footer*/
  .glbl_ftr {
    padding-top: 2rem;
    border-top: 1px dotted #B3B3B3; }
    .glbl_ftr .offset .inner_col {
      padding-top: 0.5rem;
      position: relative; }
    .glbl_ftr .glbl_ftr-social .inner_col:before {
      display: none; }
    .glbl_ftr .glbl_ftr-social .inner_col {
      padding-top: 0; }
    .glbl_ftr-details {
      margin-top: 3rem;
      text-align: right; }
  /*#endregion*/
  /*#region =Layout*/
  .col_tb_left {
    width: 22rem;
    float: left; }
    .col_tb_left .cta {
      display: block;
      width: 100%; }
    .col_tb_left .select, .col_tb_left .twitter, .col_tb_left .price,
    .col_tb_left .aside_nav + a, .col_tb_left .cta, .col_tb_left .dd_wrap {
      margin-top: 1.5rem; }
  .col_left h1, .col_left .h1, .col_tb_left h1, .col_tb_left .h1 {
    margin-bottom: 1.5rem; }
  .col_left .cat-filter, .col_left .cat-filter .btn_go, .col_tb_left .cat-filter, .col_tb_left .cat-filter .btn_go {
    margin-top: 0.5rem; }
  .col_left .social_wrap, .col_tb_left .social_wrap {
    margin-top: -0.4rem; }
  .col_tb_right {
    margin-left: 24rem;
    float: none;
    width: auto; }
    .col_tb_right .wrap_tile {
      margin-left: -24.8rem; }
  /*#endregion*/
  /*#region =Slideshow*/
  .owl-carousel h2 {
    font-size: 2.33em; }
  /*#endregion*/
  #view-comments {
    margin: auto -1rem; }
    #view-comments > div {
      display: inline-block;
      margin-left: -2px;
      margin-right: -2px;
      vertical-align: top;
      width: 50%;
      padding: 1rem; }
  .filter_mb {
    margin: auto; }
    .filter_mb .inner_col {
      margin: 1rem auto auto; }
  #CDSWIDCOE {
    margin: 20px 0 0 !important; }
  .frm--account h2 {
    margin-bottom: 2rem; }
  .frm--account label, .frm--account .input_wrap {
    display: inline-block;
    vertical-align: middle; }
  .frm--account label {
    width: 22rem; }
  .frm--account .input_wrap {
    width: 32rem; }
  .btn_ {
    width: 26% !important;
    font-size: 1.5rem; }
  *.tb_hide {
    display: none; }
  *.tb_show {
    display: block; }
  *.tb_ib-show {
    display: inline-block; } }

@media all and (min-width: 45em) and (max-width: 58.74em) {
  .glbl_topbar {
    padding-left: 2rem; }
  .col_tb_right .wrap_tile {
    clear: both; }
  .body_main {
    padding-top: 2rem; }
  /*#region =Footer*/
  .glbl_ftr-social {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #B3B3B3; }
  /*#endregion*/ }

@media all and (max-width: 58.74em) {
  /*#region =Header*/
  body.nav--view {
    overflow: hidden;
    position: fixed;
    width: 100%; }
    body.nav--view .body_main {
      opacity: .5; }
    body.nav--view .glbl_header .nav_tgl {
      top: 1rem;
      right: 3rem;
      z-index: 2505;
      position: fixed; }
      body.nav--view .glbl_header .nav_tgl > span span, body.nav--view .glbl_header .nav_tgl > span:before, body.nav--view .glbl_header .nav_tgl > span:after {
        background-color: #fff; }
  .glbl_header .container {
    margin: auto; }
  .glbl_topbar {
    height: 10rem;
    padding-top: 4.5rem;
    background: white;
    border-bottom: 1px solid #1cbed5; }
    .glbl_topbar-right {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
      .glbl_topbar-right a[class*=btn_] {
        display: inline-block;
        vertical-align: top;
        margin-left: -2px;
        margin-right: -2px;
        width: 33.333%;
        background: #333;
        color: white;
        height: 4rem;
        line-height: 4rem;
        border-right: 1px solid #666; }
        .glbl_topbar-right a[class*=btn_]:before {
          font-size: 2rem; }
        .glbl_topbar-right a[class*=btn_]:hover, .glbl_topbar-right a[class*=btn_].active {
          background: #589199; }
    .glbl_topbar .logo img {
      max-width: none; }
  .glbl_nav-wrap {
    overflow: auto;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2501;
    background: rgba(75, 128, 135, 0.9);
    text-align: center;
    padding: 6rem 3rem 2rem; }
  .glbl_nav a {
    display: block;
    color: white;
    padding: 1rem;
    font-size: 2rem; }
  .glbl_nav a + a, .glbl_nav div + a, .glbl_nav + .glbl_nav {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  /*#endregion*/
  /*#region =Footer*/
  .ftr_cred .TA_certificateOfExcellence, .ftr_cred .image {
    vertical-align: top;
    display: inline-block; }
  .ftr_cred .image {
    max-width: 15rem;
    margin-right: 1rem; }
  /*#endregion*/
  .acc_dd {
    position: relative;
    background: #C56F8D; }
    .acc_dd li {
      display: inline-block;
      margin-left: -2px;
      margin-right: -2px;
      border-left: 1px solid rgba(255, 255, 255, 0.5); }
      .acc_dd li:first-child {
        border: none; }
    .acc_dd a {
      color: white;
      display: block;
      padding: 1.6rem 1rem; }
  .social_wrap {
    position: fixed;
    height: 3rem;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    text-align: center; }
    .social_wrap > * {
      margin-left: -2px;
      margin-right: -2px;
      vertical-align: top;
      height: 3rem;
      line-height: 3rem !important;
      width: 50%; }
    .social_wrap #side-subscribe {
      color: #111;
      background: #ccc; }
    .social_wrap > div {
      background: #EFB381; }
      .social_wrap > div a {
        color: white; }
    .social_wrap .addthis_toolbox {
      margin-top: auto; }
  #admin-bar .links {
    background: #4B8087; }
  #admin-bar .links a {
    display: block;
    padding: 0.7rem 1rem 0.6rem; }
    #admin-bar .links a + a {
      border-top: 1px dashed white; }
  .glbl_header {
    margin-bottom: -3rem; }
  .ftr_cred .TA_certificateOfExcellence, .ftr_cred .image {
    vertical-align: top;
    display: inline-block; }
  .ftr_cred .image {
    max-width: 15rem;
    margin-right: 1rem; }
  .frm--search {
    position: absolute;
    background: #a5c7cb;
    width: 100%; }
    .frm--search ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .frm--search :-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .frm--search ::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .frm--search :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .frm--search input {
      height: 5rem; }
    .frm--search .input_wrap {
      border: none; }
    .frm--search .active input, .frm--search .complete input {
      color: black; }
    .frm--search [id*=btnSearch] {
      background: white; }
      .frm--search [id*=btnSearch]:before {
        line-height: 50px; }
  .frm--basket .select_donate {
    margin-top: 1rem; }
  .frm--basket .cta {
    padding-left: 2rem;
    padding-right: 2rem; }
  .price + .cta {
    padding: .7rem 2rem; }
  .btn_ {
    width: 26% !important;
    font-size: 1.5rem; }
  .btn_basket:before {
    content: "\e6d5";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    display: inline-block;
    margin-right: .3rem;
    vertical-align: middle; }
  .btn_ {
    font-size: 1.0rem; } }

@media screen and (min-width: 58.75em), handheld and (min-width: 58.75em), print {
  /*#region =Header*/
  .glbl_header .logo {
    float: left; }
  .glbl_header .logo img {
    height: 13rem; }
  .glbl_topbar {
    padding-top: 2.5rem;
    margin-bottom: 1.5rem; }
    .glbl_topbar-right {
      margin-left: 42rem;
      position: relative; }
      .glbl_topbar-right > div {
        width: 16rem;
        float: right; }
  .glbl_subnav {
    margin-right: 17rem;
    position: relative;
    border-right: 1px solid #B3B3B3; }
    .glbl_subnav a {
      color: #000;
      font-size: 1.3rem;
      text-transform: uppercase;
      font-family: "Hind Siliguri", HelveticaNeue, Helvetica, Calibri, sans-serif;
      display: block;
      text-align: left;
      padding: 0.2rem 1rem; }
      .glbl_subnav a:hover {
        color: #589199; }
    .glbl_subnav ul {
      float: left;
      width: 50%;
      border-left: 1px solid #B3B3B3; }
    .glbl_subnav:before {
      position: absolute;
      width: 1px;
      height: 100%;
      background: #B3B3B3;
      left: 50%;
      top: 0; }
  .glbl_nav, .glbl_topbar-right {
    text-align: right; }
  .glbl_nav {
    border-top: 1px solid #B3B3B3;
    text-align: center;
    padding-top: 0.5rem; }
    .glbl_nav a {
      display: inline-block;
      color: #589199;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.5rem;
      padding: 1rem 0.5rem 1rem; }
      .glbl_nav a:hover {
        color: #111; }
    .glbl_nav a.ds_hide {
      display: none; }
    .glbl_nav.main a {
      font-weight: 400; }
    .glbl_nav-wrap {
      position: relative;
      padding-top: 4.2rem; }
    .glbl_nav.scd {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
  .col_tb_left .cta {
    display: inline-block;
    width: auto; }
  /*#endregion*/
  /*#region =Footer*/
  /*#endregion*/
  /*#region =Layout*/
  .container {
    margin-left: auto;
    margin-right: auto; }
  .col_left, .col_tb_left {
    width: 26rem;
    float: left; }
  .col_right, .col_tb_right {
    margin-left: 30rem;
    float: none;
    width: auto; }
  .wrap_tile {
    padding-left: 30rem; }
    .wrap_tile .col_left {
      margin-left: -30rem; }
    .col_tb_right .wrap_tile {
      margin-left: -31rem; }
  /*#endregion*/
  #admin-bar .admin-lnk {
    font-size: 2.4rem;
    font-weight: bold; }
  .btn_ {
    width: 26% !important;
    font-size: 1.5rem; }
  .btn_basket {
    background: url(/_assets/images/site/basket.png) no-repeat left center white;
    padding: 0.5rem 1rem;
    padding-left: 3rem;
    display: block;
    color: #589199;
    text-align: center;
    margin-bottom: 0.5rem; }
    .btn_basket:hover {
      background-image: url(/_assets/images/site/basket_o.png);
      color: #111; }
  .loginlogout a {
    padding: 1rem;
    display: block;
    color: #589199;
    text-align: center;
    margin-bottom: 0.5rem;
    width: 100% !important; }
    .loginlogout a:hover {
      color: #111; }
  *.bord--top {
    margin-top: 4rem;
    padding-top: 4rem; }
  *.ds_hide {
    display: none; }
  *.ds_show {
    display: block; }
  *.ds_ib-show {
    display: inline-block; } }
