.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: bottom; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futurafuturisc-webfont.eot');
    src: url('../fonts/futurafuturisc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurafuturisc-webfont.woff2') format('woff2'),
         url('../fonts/futurafuturisc-webfont.ttf') format('truetype'),
         url('../fonts/futurafuturisc-webfont.svg#futurafuturiscregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futurafuturisc-bold-webfont.eot');
    src: url('../fonts/futurafuturisc-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurafuturisc-bold-webfont.woff2') format('woff2'),
         url('../fonts/futurafuturisc-bold-webfont.ttf') format('truetype'),
         url('../fonts/futurafuturisc-bold-webfont.svg#futurafuturiscregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'GoodDog';
    src: url('../fonts/gooddog.eot');
    src: url('../fonts/gooddog.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gooddog.woff') format('woff'),
         url('../fonts/gooddog.ttf') format('truetype'),
         url('../fonts/gooddog.svg#gooddogregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, main {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height:1;
    margin: 0;
}

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

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* GET STARTED */

body {
  font-family: 'Futura', Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.48;
  color:#000;
}

ul,
ol {
  list-style-position: inside;
}

ul.list-unstyled,
ol.list-unstyled {
  list-style-type: none;
  padding-left: 0;
}

a {
  color:#007436;
}

a:hover {
  color:#009c49;
  text-decoration: none;
}

a.color-orange:hover {
  color:#ffbe21;
}

.page-wrap {
  overflow: hidden;
}

.form-group + .form-group {
  margin-top: 5px;
}

.form-group-inline {
  font-size: 0;
  letter-spacing: -5px;
}

.form-group-inline .label,
.form-group-inline input[type="text"],
.form-group-inline input[type="password"],
.form-group-inline select,
.form-group-inline textarea {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.form-group-inline .label {
  line-height: 28px;
  padding-right: 10px;
  border-right: 1px solid #6f5536;
}


.form-group > * {
  letter-spacing: 0;
}

button {
  border:0;
  background: none;
  cursor: pointer;
  font-family: Arial, sans-serif;
}

button:active,
button:focus {
  outline: none;
}

input[type="text"],
input[type="password"],
select,
textarea {
  border-radius: 0;
  border:0;
  padding: 5px 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  background: transparent;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline:none;
}



input[type="radio"],
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 0;
  left:-1000px;
}

textarea {
  resize: none;
}

article {
  margin-bottom: 50px;
}


p {
  margin: 0 0 20px 0;
}

article > * + *:last-child {
  margin-bottom:0;
}

ul, ol, dl {
  margin-bottom: 20px;
}

li {
  margin-bottom: 10px;
}

.cr-label { /*Class for label elements what wrap checkbox or radio */
  -webkit-user-select: none;
 -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
 user-select: none;
 display: block;
}

fieldset {
  display: table-cell;
}

.label {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  color:#6f5536;
}

.label.req::after {
  display: inline;
  content: '*';
  color:#ff0000;
  margin-left: 5px;
}

.download-link {
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 17px;
  white-space: nowrap;
}

.download-link .material-icons {
  border:2px solid;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  font-size: 20px;
}

.download-link span {
  vertical-align: top;
  display: inline-block;

}

iframe {
  max-width: 100%;
}

img.responsive {
  width: 100%;
  height: auto;
}

.fixed {
  position: fixed;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.flexheight {
  display: block;
  width: 100%;
}

.media {

  margin-bottom: 20px;
}

.media .row {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.media *[class^=col-] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}



.media-item {
  overflow: hidden;
  margin: 0.5px;
  position: relative;
  opacity:1;
}

.media-item:hover {
  opacity:0.8;
}

.media-item .cover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}

.media-item:hover .cover {
  -webkit-transform: scale(1.2, 1.2) translate(-41%, -42%);
  -ms-transform: scale(1.2, 1.2) translate(-41%, -21%);
  -o-transform: scale(1.2, 1.2) translate(-41%, -42%);
  transform: scale(1.2, 1.2) translate(-41%, -42%);
}

*[data-ineraction=owl] {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

*[data-ineraction=owl].on {
  opacity: 1;
}


.clearfix::after,
.clearfix::before,
header::after,
header::before,
main::after,
main::before,
footer::after,
footer::before,
.container::after,
.container::before,
.fluid-container::after,
.fluid-container::before,
.row::after,
.row::before,
*[class^=col-]::after,
*[class^=col-]::before {
  float: none;
  line-height: 0;
  clear: both;
  display: block;
  content: '';
}


.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container {
    width: 540px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;

  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;

  }
}

@media (min-width: 1279px) {
  .container {
    width: 1200px;

  }
}

.fluid-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.row {
  margin-right: -5px;
  margin-left: -5px;
}

*[class^=col-] {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
} /* classname for update */


.inv *[class^=col-] {
  float: right;
} /* for update */

.hide {
  display: none !important;
}

.hide-xs {
  display: none !important;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}



@media (min-width:640px) {

  .row {
    margin-left:-10px;
    margin-right:-10px;
  }

  *[class^=col-] {
    padding-left:10px;
    padding-right:10px;
  }

  .hide-xs {
    display: block !important;
  }

  .hide-sm {
    display: none !important;
  }


  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}


@media (min-width: 768px) {

  .row {
    margin-left:-10px;
    margin-right:-10px;
  }

  *[class^=col-] {
    padding-left:10px;
    padding-right:10px;
  }

  .hide-xs {
    display: block !important;
  }

  .hide-sm {
    display: block !important;
  }

  .hide-md {
    display: none !important;
  }

  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {

  .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  *[class^=col-xl] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hide-xs {
    display: block !important;
  }

  .hide-sm {
    display: block !important;
  }

  .hide-md {
    display: block !important;
  }

  .hide-lg {
    display: none !important;
  }

  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {

  .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  *[class^=col-xl] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hide-xs {
    display: block !important;
  }

  .hide-sm {
    display: block !important;
  }

  .hide-md {
    display: block !important;
  }

  .hide-lg {
    display: block !important;
  }

  .hide-xl {
    display: none !important;
  }

  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}

.dropdown,
.expandion-content {
  display: none;
}

.on.dropdown,
.expand > .expandion-content {
  display: block;
}

ul[data-ineraction="owl"],
ol[data-ineraction="owl"] {
  margin-bottom: 0;
  list-style-type: none;
} /* for update */

*[data-ineraction="owl"] .slide {
  position: relative;
}

*[data-ineraction="owl"] li {
  margin-bottom: 0;
}

*[data-ineraction="owl"] .slide > .cover {
  position: absolute;
} /* for update */



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

.align-center {
  text-align: center;
}

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

.align-justify {
  text-align: justify;
}

.align-justify-width-helper {
  content:' ';
  font-size: 0;
  display: block;
  width: 100%;
}

.capitolize {
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.color-coldgreen {
  color:#0c8033;
}

.color-orange {
  color:#f3a619;
}

.page-header {
  padding: 30px 0;
}


.btn,
a.btn {
  font-size: 1.4rem;
  background: #209545;
  background: -moz-linear-gradient(-45deg, #209545 0%, #007436 100%);
  background: -webkit-linear-gradient(-45deg, #209545 0%,#007436 100%);
  background: linear-gradient(135deg, #209545 0%,#007436 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209545', endColorstr='#007436',GradientType=1 );
  color:#fff;
  font-size:1.1rem;
  padding: 14px 24px;
  border-radius: 100px;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  color:#fff;
  -webkit-transition: all 0.05s;
  -o-transition: all 0.05s;
  transition: all 0.05s;
  text-decoration: none;
  font-family: 'Futura', Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.btn:hover,
a.btn:hover {
  background: #007436;
background: -moz-linear-gradient(-45deg, #007436 0%, #209545 100%);
background: -webkit-linear-gradient(-45deg, #007436 0%,#209545 100%);
background: linear-gradient(135deg, #007436 0%,#209545 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007436', endColorstr='#209545',GradientType=1 );
  color:#fff;
}

.page-section .btn {
  margin-top: 40px;
}

.btn.btn-orange,
a.btn.btn-orange {
  background: #fcd70c;
  background: -moz-linear-gradient(-45deg, #fcd70c 0%, #f2b506 100%);
  background: -webkit-linear-gradient(-45deg, #fcd70c 0%,#f2b506 100%);
  background: linear-gradient(135deg, #fcd70c 0%,#f2b506 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd70c', endColorstr='#f2b506',GradientType=1 );
}

.btn.btn-orange:hover,
a.btn.btn-orange:hover {
  background: #f2b506;
background: -moz-linear-gradient(-45deg, #f2b506 0%, #fcd70c 100%);
background: -webkit-linear-gradient(-45deg, #f2b506 0%,#fcd70c 100%);
background: linear-gradient(135deg, #f2b506 0%,#fcd70c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b506', endColorstr='#fcd70c',GradientType=1 );
}

.btn.btn-white,
a.btn.btn-white,
.btn.btn-white:hover,
a.btn.btn-white:hover {
  border:2px solid;
  color:#0c8033;
  background: transparent;
}



.btn-lg {
  font-size: 1.8rem;
  padding: 14px 38px;
}

.btn-sm {
  font-size: 0.7rem;
  padding: 6px 14px;
}

.text-lg {
  font-size: 1.4rem;
}

.page-section article > * + .btn {
  margin-top: 20px;
}


.article-slider {
  margin-bottom: 20px;
  width: calc(100% + 40px);
  transform: translateX(-20px);
}




.article-slider .description-index {
  position: relative;
  padding-right: 80px;
  font-size: 1.4rem;
  margin-top: 20px;
  color:#6f5536;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(111,85,54,0.3);
}

.article-slider .owl-prev .material-icons,
.article-slider .owl-next .material-icons {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-size: 2rem;
  width: 46px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: rgb(31,149,69);
  background: -moz-linear-gradient(top, rgba(31,149,69,1) 0%, rgba(6,122,57,1) 100%);
  background: -webkit-linear-gradient(top, rgba(31,149,69,1) 0%,rgba(6,122,57,1) 100%);
  background: linear-gradient(to bottom, rgba(31,149,69,1) 0%,rgba(6,122,57,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f9545', endColorstr='#067a39',GradientType=0 );
  color: #fff;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.article-slider .owl-prev:hover .material-icons,
.article-slider .owl-next:hover .material-icons {
  background: rgb(31,149,69);
background: -moz-linear-gradient(top, rgba(6,122,57,1) 0%, rgba(31,149,69,1) 100%);
background: -webkit-linear-gradient(top, rgba(6,122,57,1) 0%, rgba(31,149,69,1) 100%);
background: linear-gradient(to bottom, rgba(6,122,57,1) 0%, rgba(31,149,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#067a39', endColorstr='#1f9545',GradientType=0 );
}

.article-slider .owl-prev .material-icons {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.article-slider .owl-next .material-icons {
  right: 0;
  border-radius: 5px 0 0 5px;
}

@media (min-width: 640px) {
  .article-slider {
    margin-bottom: 50px;
    width: 100%;
    transform: translateX(0);
  }
  .article-slider .description-index {
    padding-bottom: 20px;
  }

  .article-slider .owl-carousel .owl-stage-outer {
    border-radius: 30px;
  }

}

.article-slider .description-index p {
  margin-bottom: 0;
  padding-left: 20px;
}

.article-slider .description-index span {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color:#a5c6ad;
}



form .btn-group {
  margin-top: 50px;
}

.btn-group .btn + .btn {
  margin-left: 5px;
}

.btn-group.blocks .btn {
  display: block;
}

.btn-group.blocks .btn + .btn {
  margin-left: 0;
  margin-top: 10px;
}

.close,
.box-modal_close {
  cursor: pointer;
}

.box-modal_close {
  color:#fff;
  z-index: 10;
  position: absolute;
  right: 50%;

    margin-right: -17px;

      top:46px;
      color: #669a73;
      font-size: 2rem;
}


.modal-title {
  font-family: 'GoodDog';
  font-size: 35px;
  line-height: 1;
  margin-bottom: 15px;
}

@media (min-width:768px) {
.modal-title {
  margin-bottom: 40px;
  font-size: 55px;
}
.article-slider .description-index p {

  padding-left: 0;
}

.article-slider .description-index span {
  right: 0;
}
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
}

h1,
.h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

h2,
.h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

h3,
.h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

h4,
.h4 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

h5,
.h5 {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

h6,
.h6 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}


/* CUSTOM STYLES NOT BUILD!!! */

blockquote {
  position: relative;
  padding-left: 0;
  padding-top: 170px;
  padding-bottom: 0;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
}

blockquote figure {
  width: 150px;
  height:150px;
  overflow: hidden;
  text-align: center;
  border-radius: 150px;
  position: absolute;
  left:50%;
  transform: translate(-50%, 0);
  top:0;
  border:2px solid;
}

@media (min-width:768px) {
  blockquote {
    position: relative;
    padding-left: 170px;
    padding-top: 35px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  blockquote figure {
    width: 150px;
    height:150px;
    overflow: hidden;
    text-align: center;
    border-radius: 150px;
    position: absolute;
    left:0;
    transform: translate(0, -50%);
    top:50%;
    border:2px solid;
  }
}

.page-title,
.section-title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 55px;
  font-family: 'GoodDog';
  line-height: 1;
}

@media min-width(768px) {
  .page-title,
  .section-title {
    margin-top: 80px;
  }
}


.section-title {
  margin-top: 0;
}



.subtitle {
  margin-bottom: 40px;
  font-size: 24px;
}

.date {
    color:#6f5536;
}

#page-header {
  background: #007436;
  width: 100%;
  height: 60px;
  z-index: 20;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

#page-header::before {
  height: 60px;
  width: 130px;
  background: -moz-linear-gradient(-40deg, rgba(112,235,154,1) 0%, rgba(0,116,55,0.32) 30%, rgba(0,116,55,0) 43%, rgba(0,116,55,0) 100%);
background: -webkit-linear-gradient(-40deg, rgba(112,235,154,1) 0%,rgba(0,116,55,0.32) 30%,rgba(0,116,55,0) 43%,rgba(0,116,55,0) 100%);
background: linear-gradient(140deg, rgba(112,235,154,1) 0%,rgba(0,116,55,0.32) 30%,rgba(0,116,55,0) 43%,rgba(0,116,55,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d9644', endColorstr='#00007437',GradientType=1 );
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  opacity: 0.4;
}

#page-header .col-xl-8 {
  position: static;
}

.logo {
  position: relative;
  z-index: 100;
}

.logo span,
.logo a {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  min-width: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('../images/logos2021_08.png') -106px -300px no-repeat;
  z-index: 100;
}


#page-header .logo span,
#page-header .logo a {
  /*height:50px;
  background-position: -106px -300px;
  top:5px;*/
  height: 70px;
    background-position: -76px -230px;
     top: 0px;
}



@media (min-width:768px) {

  #page-header .logo span,
  #page-header .logo a {
    min-width: 240px;
  }

  /*#page-header .logo span::before,
  #page-header .logo a::before {
    position: absolute;
    width: 678px;
    height: 80px;
    display: block;
    content: '';
    background: url('../images/blurspot.png') no-repeat 0 0;
    top:0;
    right:0;
  }

  #page-header.firescroll span::before,
  #page-header.firescroll a::before {
    top:-5px;
  }*/

  #page-header .logo span,
  #page-header .logo a   {
    background-position: -46px -131px;
    height:98px;
    top:0;
  }



  #page-header.firescroll .logo span,
  #page-header.firescroll .logo a {
    height:71px;
    background-position: -81px -229px;
    top:0px;
    z-index: 2;
  }
}

@media (min-width:768px) {
  #page-header .logo span,
  #page-header .logo a   {
    /*background-position: center -131px;
    height:98px;*/
    top:0;
	
	background-position: center -134px;
    height: 95px;
  }
}

@media (min-width:1279px) {
  #page-header .logo span,
  #page-header .logo a {

    background-position: 0 0;
    height: 131px;
  }

  #page-header.firescroll .logo span,
  #page-header.firescroll .logo a {
    /*background: url('../images/logos.png') no-repeat;
    height:71px;
    background-position: -81px -229px;
    top:0px;
    z-index: 2;
	*/
	background: url(../images/logos2021_08.png) no-repeat;
    height: 95px;
    background-position: -47px -134px;
    top: 0px;
    z-index: 2;
  }

}

.burger {
  cursor: pointer;
  color:#fff;
  height: 60px;
  line-height: 60px;
}

.burger .material-icons {
  vertical-align: middle;
  font-size: 34px;
}

@media (min-width:640px) {
  .burger .material-icons {
    font-size: 24px;
  }
}

.burger .close {
  display: none;
}

.burger.switch-on .open {
  display: none;
}

.burger.switch-on .close {
  display: inline-block;
}


#page-nav {
  position: absolute;
  top:-100vh;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #007436;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
  padding-bottom: 10px;
}

.modal-open #page-header {
  padding-right: 17px;
}

#page-nav > .row {
  margin: 0;
}

#page-nav.on {
  top:60px;
}

#page-nav ol,
#page-nav ul,
#page-nav li {
  margin-bottom: 0;
}

#page-nav li {
  height:50px;
  line-height: 50px;
}

#page-nav ol {
  border-top:1px solid rgba(0, 0, 0, 0.2);
  border-bottom:1px solid rgba(0, 0, 0, 0.2);
}

#page-nav ol > li + li {
  border-top:1px solid rgba(0, 0, 0, 0.2);
}

#page-nav a {
  color:#fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-decoration: none;

}

#page-nav ol a {
  width: 100%;
  padding: 0 20px;
}

#page-nav ul {
  margin: 10px 20px 0 20px;
}

#page-nav li.active a {
  color:#ffe53f;
  cursor: default;
}

.nav-social-media {
  margin-top:10px;
  height:50px;
  line-height: 50px;
  font-size: 0;
  letter-spacing: -5px;
}

#page-nav .nav-social-media {
  padding: 7px 0 0;
}
#page-nav .nav-social-media li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  margin: 0 7px 0 0;
}
#page-nav .nav-social-media li:last-child {
  margin: 0;
}
#page-nav .nav-social-media a, #page-nav .nav-social-media a:link, #page-nav .nav-social-media a:hover, #page-nav .nav-social-media a:visited, #page-nav .nav-social-media a:active {
  display: block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#page-nav .nav-social-media .facebook  {
  background: url(../images/fb.png);
  background-image: url(../images/fb.svg) , none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#page-nav .nav-social-media .vkontakte  {
  background: url(../images/vk.png);
  background-image: url(../images/vk.svg) , none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#page-nav .nav-social-media .youtube  {
  background: url(../images/yt.png);
  background-image: url(../images/yt.svg) , none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


#page-main {
  padding-top: 60px;
  padding-bottom: 80px;
}

#page-main.nbp {
  padding-bottom: 0;
}



.page-section article {
  margin-bottom: 0;
}

#page-footer {
  position: relative;
  padding: 20px 0;
  z-index: 2;
  box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
}

#page-footer .logo {
  height: 68px;
}

#page-footer .logo a,
#page-footer .logo span {
  background-position: center -350px;
  height: 68px;
}

#page-footer .hotline {
  margin: 25px 0;
}

#page-footer .phone {
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width: 768px) {

  #page-footer .feedback {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }

  #page-nav ol a {
    padding-left: 0;
    padding-right: 0;
  }

  #page-nav ul {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }


}

#page-footer .phone .number {
  color:#f3a619;
    font-family: 'GoodDog';
    font-size: 55px;
    line-height: 0.6;
    font-size: 48px;

}

#page-footer .copyright {
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 14px;

}

#page-footer .copyright p {
  margin-bottom: 0;
  color:#a3a3a3;
}

@media (min-width: 768px) {

  .nav-social-media {
    margin-top: 0;
  }

  #page-header {
    height: 80px;
  }


    #page-header::before {
      height: 80px;
    }

  #page-nav {
    position: relative;
    top:auto;
    left: auto;
    box-shadow: none;
    padding-bottom: 0;
  }

  #page-nav ol {
    border: 0;
  }

  #page-nav ol > li + li {
    border: 0;
  }

  #page-nav.on {
    top: 0;
  }

  #page-nav ol > li {
    display: inline-block;
    height:80px;
    line-height: 80px;
  }

  #page-nav ol > li + li {
    margin-left: 10px;
  }


  #page-nav a {
    color:#fff;
    display: inline-block;
    vertical-align: middle;
  }

  #page-nav a .container {
    margin: 0 auto;
  }

  .nav-social-media {
    text-align: right;
  }

  .nav-social-media {
    height:80px;
    line-height: 80px;
  }

  #page-main {
    padding-top: 80px;
  }

  #page-footer {
    padding: 35px 0;
  }

  #page-footer .hotline {
    margin-top: 0;
  }

  #page-footer .phone {
    margin-bottom: 0;
  }

  #page-footer .phone {
    text-align: left;
    margin-bottom: 0;
  }

}

@media (min-width:992px) {

  #page-header .logo span, #page-header .logo a {
    width: 333px;
  } 

  #page-header::before {
    display: none;
  }

    #page-footer .hotline {
      margin-bottom: 0;
    }

  #page-nav ol > li + li {
    margin-left: 50px;
  }

  #page-footer .copyright {
    text-align: left;
  }
  #page-footer .copyright {
    margin-top: 34px;
  }

}


#slider-welcome {
  position: relative;
}





#slider-welcome,
#slider-welcome .slide {
  /*min-height: 594px;*/
  overflow: hidden;
  min-height: 340px;
  position: relative;
}

/*#slider-welcome .slide img {
  width: 256%;
  position: absolute;
  top:0;
  left: 38%;
  transform: translateX(-50%);
}

#slider-welcome .slide a {
  position: absolute;
  z-index: 10;
  text-decoration: none;
  bottom:80px;
  left:40%;
  display: inline-block;
  font-family: 'GoodDog';
  font-size: 48px;
  line-height: 1;

}

#slider-welcome .slide a span {
  display: block;
}*/

#slider-welcome .owl-prev,
#slider-welcome .owl-next {
  visibility: hidden;
}


@media (min-width:360px) {
  #slider-welcome,
  #slider-welcome .slide {
      /*min-height: 386px;*/
      min-height: 230px;
      height: 230px;
  }
}


@media (min-width:410px) {
  #slider-welcome,
  #slider-welcome .slide {
    /*min-height: 440px;*/
    min-height: 240px;
    height: 240px;
  }
}

@media (min-width:768px) {

#slider-welcome .slide a {
  font-size: 92px;
  bottom: 180px;
}

  #slider-welcome .owl-prev,
  #slider-welcome .owl-next {
    visibility: visible;
  }


  #slider-welcome,
  #slider-welcome .slide {
    /*min-height: 886px;*/
	min-height: 350px;
  }

  /*#slider-welcome .slide img {
    height: 916px;
    width: 2049px;
    position: absolute;
    top:0;
    left: 38%;
    transform: translateX(-50%);
  }*/
}

@media (min-width:992px) {

  #slider-welcome .slide a {
    font-size: 82px;
    bottom: 120px;
    left:52%;
  }

  .page-section-welcome,
  #slider-welcome,
  #slider-welcome .slide {
    min-height: 0;
    height: calc(100vh - 80px);
  }

  /*.ipad .page-section-welcome {
    height:100vh;
  }


  .ipad #slider-welcome,
  .ipad #slider-welcome .slide {
    min-height: 0;
    height: calc(100vh - 140px);
  }

  #slider-welcome .slide img {
    width: auto;
    height: 100vh;
    position: absolute;
    top:auto;
    left: 50%;
    bottom:-7%;
    transform: translateX(-50%);
  }*/
}


@media (min-width:1300px) {

  #slider-welcome .slide a {
    bottom: 80px;
    left:52%;
  }

  .page-section-welcome,
  #slider-welcome,
  #slider-welcome .slide {
    height: calc(100vh - 80px);
    min-height: 594px;
  }

  /*#slider-welcome .slide img {
    min-height: 594px;
    height: 100vh;
    width: auto;
    min-width: 1350px;
    position: relative;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
  }*/


}

@media (min-width:1600px) {
  #slider-welcome,
  #slider-welcome .slide {
    height: calc(100vh - 80px);
  }

  /*#slider-welcome .slide img {

    min-height: 100vh;
    width: 100%;
    min-width: 2330px;
    position: relative;
    bottom:5%;
    top:auto;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
  }*/
}



#slider-welcome > *[data-ineraction="scrollto"] {
  position: absolute;
  bottom:10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-decoration: none;
  opacity: 1;

}

#slider-welcome > *[data-ineraction="scrollto"] span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
}

#slider-welcome > *[data-ineraction="scrollto"] .material-icons {
  display: block;
  margin: 0 auto;
  width: 30px;
  text-align: center;
  line-height: 8px;
  margin-top: 5px;
}

#slider-welcome .owl-controls .material-icons {
  position: absolute;
  top:50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-size:2rem;
  width: 46px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: rgb(31,149,69);
  background: -moz-linear-gradient(top, rgba(31,149,69,1) 0%, rgba(6,122,57,1) 100%);
  background: -webkit-linear-gradient(top, rgba(31,149,69,1) 0%,rgba(6,122,57,1) 100%);
  background: linear-gradient(to bottom, rgba(31,149,69,1) 0%,rgba(6,122,57,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f9545', endColorstr='#067a39',GradientType=0 );
  color:#fff;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#slider-welcome .owl-controls .material-icons:hover {
  background: rgb(31,149,69);
  background: -moz-linear-gradient(top, rgba(6,122,57,1) 0%, rgba(31,149,69,1) 100%);
  background: -webkit-linear-gradient(top, rgba(6,122,57,1) 0%, rgba(31,149,69,1) 100%);
  background: linear-gradient(to bottom, rgba(6,122,57,1) 0%, rgba(31,149,69,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#067a39', endColorstr='#1f9545',GradientType=0 );
}

#slider-welcome .owl-prev .material-icons {
  left:0;
  border-radius:0 5px 5px 0 ;
}

#slider-welcome .owl-next .material-icons {
  right:0;
  border-radius:5px 0 0 5px;
}

#slider-welcome .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top:30px;
  z-index: 151;
}

#slider-welcome .owl-dot {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: top;

}

#slider-welcome .owl-dot span {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

#slider-welcome .owl-dot span::before {
  display: inline-block;
  content: '';
  vertical-align: top;
  border-radius:24px;
  border:2px solid #fff;
  width: 14px;
  height: 14px;
}


#slider-welcome .owl-dot + .owl-dot {
  margin-left: 0;
}

#slider-welcome .owl-dot.active span::before {
  background: #006a31;
}

@media (min-width:768px) {


  #slider-welcome > *[data-ineraction="scrollto"] {
    position: absolute;
    bottom:15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-decoration: none;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0);

    border-radius: 100px;
    font-size:0.96rem;
  }

  .ipad #slider-welcome > *[data-ineraction="scrollto"] {
    bottom: auto;
    top:90%;
  }

  #slider-welcome .owl-dot span::before {
    width: 14px;
    height: 14px;
    border-radius:18px;
  }

  #slider-welcome .owl-dot + .owl-dot {
    margin-left: 8px;
  }
}

@media (min-width:992px) {
  #slider-welcome .owl-dot span::before {
    width: 14px;
    height: 14px;
    border-radius:14px;
  }

  #slider-welcome .owl-dot + .owl-dot {
    margin-left: 14px;
  }
}

.page-section-about {
  padding: 50px 0 30px 0;
  overflow: hidden;
  text-align: center;
}

.page-section-about article {
  position: relative;
  z-index: 1;
}

.page-section-about .title {
  text-align: center;
  font-size: 62px;
}

@media (min-width:768px) {
  .page-section-about article p{
    text-align: left;
  }
}

@media (min-width: 992px) {
  .page-section-about .title {
    font-size: 80px;
  }

}

.page-section-about figure {
  text-align: center;
}

.page-section-about figure img {
  position: relative;

  width: 85%;
  top:0;

}

@media (min-width:992px) {
  .page-section-about figure img {
    left:-15%;
    top: 0;
    width: 150%;
    height: auto;
    transform: translateX(0);
  }

  .page-section-about .title,
  .page-section-about article,
  .page-section-about article p {
    text-align: left;
  }
}





.page-section-events {
  background: #f2f2f2;
background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
position: relative;
}

.page-section-events{
  padding: 50px 0;
}

.page-section-events .slide .title {
  margin-bottom: 15px;
  display:inline-block;
  font-size: 1.5rem;
  line-height: 1.3;
  text-decoration: none;
}



.page-section-events .date {
  margin-bottom: 15px;
}



.page-section-enjoy {
  background: #80c04c;
  color:#fff;
  padding: 40px 0 50px 0;
  text-align: center;
  /*overflow: hidden;*/

}


.page-section-enjoy .section-title,
.page-section-enjoy p {
  margin-bottom: 10px;
}

.page-section-enjoy .section-title {
  font-size: 67px;
}


  .page-section-enjoy img {
    width: 100%;
    margin-top: 80px;
  }

  @media (min-width: 768px) {


    .page-section-enjoy article {
      font-size: 0.95rem;
    }

    .page-section-enjoy .text-lg {
      font-size:1.2rem;
    }

    .page-section-enjoy img {
      width: 90%;
      margin-top: 90px;
    }


    .page-section-enjoy .section-title {
      white-space: nowrap;
      position: relative;
      z-index: 2;
    }

    .page-section-enjoy {
      margin-left: 20px;
      margin-right: 20px;
      border-radius: 25px;
      border:10px solid #63ae43;
      margin-top: 20px;
      text-align: left;

        margin-bottom: 80px;

    }

    .page-section-enjoy .container {
      margin-left: auto;
      margin-right: auto;
      width: 720px;
    }
  }

  @media (min-width:992px) {
    .page-section-enjoy img {
      width: 110%;
      margin-top: 20px;
    }

    .page-section-enjoy .container {
      margin-left: auto;
      margin-right: auto;
      width: 960px;
    }
  }


.page-section-action-prizes {
  padding: 40px 0 0 0;
}

.page-section-action-prizes ul {
  font-size: 0;
  letter-spacing: -5px;
}

.page-section-action-prizes ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 7.5px;
  letter-spacing: 0;
  margin-bottom: 50px;
}

.page-section-action-prizes ul li a {
  display: block;
  border:2px solid #f3a619;
  text-align: center;
  border-radius: 200px;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 460px) {
  .page-section-action-prizes ul li {
    padding: 0 30px;
  }

}

@media (min-width: 768px) {
  .page-section-action-prizes ul li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 25px;
  }


}

@media (min-width: 992px) {
  .page-section-action-prizes ul li {
    padding: 0 30px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1300px) {
  .page-section-enjoy img {
    width: auto;
    margin-top: -60px;
  }
}

.page-section-action-prizes ul li a img {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

}

.page-section-action-rules,
.page-section-article-body {
  padding: 0 0 50px 0;
}

@media (min-width:992px) {
  .page-section-action-rules,
  .page-section-article-body {
    padding: 0 0 80px 0;
  }

}



.events-list,
.entertaiment-list {
  margin-bottom: 0;
}

.events-list li,
.entertaiment-list li {
  margin-bottom: 20px;
}

.events-list li a,
.entertaiment-list li a {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.24);
  padding: 32px 32px 54px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  position: relative;
  text-decoration: none;
}


.entertaiment-list li a {
  display: block;
  padding: 0;
}

.page-section + .page-section-events .events-list li a  {
  display: none;
}


.page-section + .page-section-events .events-list li:nth-child(1) a {
  display: block;
}



@media (min-width: 768px) {

  .page-section + .page-section-events .events-list li:nth-child(1) a,
  .page-section + .page-section-events .events-list li:nth-child(2) a {
    display: block;
  }


}

@media (min-width: 1200px) {
  .page-section + .page-section-events .events-list li a  {
    display: block;
  }
}

.events-list li a i,
.entertaiment-list li a i {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  color:#0c8033;
  border:2px solid #0c8033;
  border-radius: 100px;
  text-align: center;
}

.entertaiment-list li a i {
  top:20px;
  right: 20px;
}

.entertaiment-list li a .thumb {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}


.events-list li a:hover,
.entertaiment-list li a:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  z-index: 1;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}



.events-list li a .date,
.entertaiment-list li a .date {

  margin-right: 60px;
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.events-list li a .title,
.entertaiment-list li a .title {
  margin-right: 60px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: normal;
  max-height:62px;
}

.entertaiment-list li a .title {
  max-height: none;
}

.events-list li a:hover .title,
.entertaiment-list li a:hover .title {
  color:#0c8033;
}

.events-list li a:hover > .material-icons,
.entertaiment-list li a:hover > .material-icons {
  color:#fff;
  border-color:#0c8033;
  background: #1e8f45;
  background: -moz-linear-gradient(-45deg, #1e8f45 0%, #017537 100%);
  background: -webkit-linear-gradient(-45deg, #1e8f45 0%,#017537 100%);
  background: linear-gradient(135deg, #1e8f45 0%,#017537 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e8f45', endColorstr='#017537',GradientType=1 );
}

.events-list li a .text,
.entertaiment-list li a .text {
  color:#000;
  margin-bottom: 10px;
  max-height:110px;
  font-size: 18px;
}

.events-list li a .date {
  font-size: 1rem;
  font-size: 18px;
}

.page-section-action-header {
  background: #f6a91d;
  color:#fff;
  padding: 50px 0 0 0;
  overflow: hidden;
}

.action-date {
  max-height: 44px;
  font-size: 15px;
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.page-section-action-header .page-title {
  font-size: 62px;
  line-height: 1.1;
  /*margin-top: 50px;*/
  margin-bottom: 20px;
}

.page-section-action-header .date {
  color:#fff;
  vertical-align: top;
  line-height: 40px;
  display: block;
  white-space: nowrap;
  font-size: 15px;
}

.page-section-action-header .date span {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  line-height: 1.8;
}

.page-section-action-header .material-icons {
  border: 2px solid;
    border-radius: 100px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color:#fff;
    vertical-align: top;
    margin-right: 10px;
}

.page-section-action-header .btn {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-section-article-header .page-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'Futura', Arial, sans-serif;
}

.page-section-article-header {
  margin-bottom: 20px;
}

.page-section-article-header .material-icons {
  width: 40px;
  height: 40px;
  line-height: 36px;
  color: #0c8033;
  border: 2px solid #0c8033;
  border-radius: 100px;
  text-align: center;
  margin-right: 15px;
}

.page-section-article-header .date {
  line-height: 40px;
  margin: 2px 0;
  display: inline-block;
  vertical-align: top;
}

.page-section-article-header .date span {
  display: block;

}


  .page-section-action-header img.responsive {
    width: 145%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: -80px;
    margin-bottom: -80px;
    margin-left: 10px;
  }

@media (min-width:640px) {
  .page-section-action-header img.responsive {
    width: 260%;
    margin-left: 0;

  }
}

@media (min-width:768px) {
  .page-section-action-header img.responsive {

  margin-bottom: -40px;

  }

  .page-section-action-header .page-title {
    font-size: 75px;
  }

  .page-section-action-header .date {
    font-size: 20px;
  }

  .page-section-action-header .date span {

    line-height: 1.8;
  }


}

@media (min-width:992px) {
  .page-section-action-header img.responsive {
    width: 145%;
  }
}


@media (min-width:1300px) {
  .page-section-action-header img.responsive {
    width: 100%;
    margin-bottom: -20px;
  }
}



.slider-products-vertical {
  position: absolute;
  right: 50%;
  top:50%;
  width: 60px;
  transform: translate(475%, -50%);
  z-index: 25;
}

#slider-products {
  width: 280px;
  margin: 0 auto;
}

@media (min-width:380px) {
  #slider-products {
    width: 320px;
    margin: 0 auto;
  }

}

@media (min-width:460px) {
  #slider-products {
    width: 420px;
    margin: 0 auto;
  }

}

#slider-products .owl-item {
  width: 51px;
  height: 51px;
}

#slider-products .owl-item img {
  max-width:36px;
  height: auto;
  margin-top: 0;
}

#slider-products .slide,
.slider-products-vertical .slide {
  display: block;
  overflow: hidden;
  border-radius: 200px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border:2px solid;
  background: #fff;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
  color:#0c8033;
  font-size:0;
}

#slider-products .owl-prev,
#slider-products .owl-next {
  color:#0c8033;
  position: absolute;
  top:50%;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%);

}

#slider-products .owl-prev,
#slider-products .owl-next {
  display: none !important;
}




@media (min-width: 768px) {

  #slider-products .owl-prev .material-icons,
  #slider-products .owl-next .material-icons {
    font-size: 3.5rem;

  }


  #slider-products .owl-prev {
    left: -45px;
    display: block !important;
  }

  #slider-products .owl-next {
    right: -45px;
    display: block !important;
  }

}


#slider-products .slide.on,
.slider-products-vertical .slide.on {


  background: #209545;
  background: -moz-linear-gradient(-45deg, #209545 0%, #007436 100%);
  background: -webkit-linear-gradient(-45deg, #209545 0%,#007436 100%);
  background: linear-gradient(135deg, #209545 0%,#007436 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209545', endColorstr='#007436',GradientType=1 );
  color:#fff;
  cursor: default;
}

.slider-products-vertical .slide.on {
  left: 0;
}



#slider-products .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

#slider-products .owl-carousel .owl-item .slide.on {
  top:0;
}

#slider-products .owl-carousel .owl-item .slide.on img {
  margin: 0 auto;
}

.product-co,
.product-unco {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.product-co.on,
.product-unco.on {
  height: auto;
  overflow: visible;
  opacity: 1;
}

@media (min-width: 768px) {

  #slider-products {
    width: 620px;
    margin: 0 auto 20px auto;
  }

  #slider-products .owl-item {
    width: 132px;
    height: 132px;
    line-height: 130px;
  }

  #slider-products .owl-item li {
    display: inline-block;
    vertical-align: middle;
    line-height: 132px;
    height: 132px;
    width: 100%;
    text-align: center;
  }

  #slider-products .slide {
    display: inline-block;
    vertical-align: middle;

    border-radius: 200px;
    width: 91px;
    height: 91px;
    border:2px solid;
    background: #fff;
    text-decoration: none;
    position: relative;
    color:#0c8033;
    font-size:14px;
    text-align: center;
  }


  #slider-products .slide.on {
    width: 126px;
    height: 126px;
    top:0;
    background: #209545;
    background: -moz-linear-gradient(-45deg, #209545 0%, #007436 100%);
    background: -webkit-linear-gradient(-45deg, #209545 0%,#007436 100%);
    background: linear-gradient(135deg, #209545 0%,#007436 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209545', endColorstr='#007436',GradientType=1 );
    bottom: 0;
    color:#fff;
    cursor: default;
  }



}


.slider-products-vertical .slider-wrap {
  overflow: hidden;
  height: 520px;
  position: relative;
  z-index: 25;
}

.slider-products-vertical .prev,
.slider-products-vertical .next {
  position: absolute;
  cursor: default;
  z-index: 20;
  color:#0c8033;
  left:50%;
  margin-left: -22px;
  cursor:pointer;
  font-size: 2.5rem;
}

.slider-products-vertical .prev {
  top:-45px;
}

.slider-products-vertical .next {
  bottom:-45px;
}

.slider-products-vertical .slider-wrap ul {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s;
}

.slider-products-vertical .slider-wrap ul li {
  margin-bottom: 0;
  width: 130px;
  height: 130px;
  text-align: center;
  line-height: 130px;
}



.slider-products-vertical .slide {
  top:0;
}

.slider-products-vertical .slide img {
  display: block;
  margin: 12px auto 0 auto;
  width: 70%;
}

.slider-products-vertical .slide.on img {
  margin-top: 22px;
}


.page-section-products {
  background: url('../images/wood.jpg') center top repeat-y;
  background-size: 1100px auto;
  position: relative;
  z-index: 1;
  min-height: 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  overflow: hidden;
}



.page-section-products .panes {
  position: relative;

  height: 100%;
  width:100%;
}

.page-section-products .panes .pane {

display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color:#000;

}

.page-section-products .panes .pane .col-md-5 {
  position: static;
}

.page-section-products .panes .pane.on {
  display: block;
}

.page-section-products .panes .pane article {
  font-size: 15px;
  line-height: 1.2;
}




@media (min-width:768px) {


  .slider-products-vertical {
    width: 134px;
    transform: translate(450%, -50%);
    right: auto;
    left: 100%;
    margin-left: -810px;
  }
}

@media (min-width:992px) {

  .page-section-products .panes .pane article {
    font-size: 20px;
    line-height: 1.48;
  }

  .slider-products-vertical {
    transform: translate(480%, -50%);
  }

  .slider-products-vertical .owl-item {
    width: 130px;
  }

  .slider-products-vertical .slide {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 200px;
    width: 91px;
    height: 91px;
    line-height: 1;
    border:2px solid;
    background: #fff;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    color:#0c8033;
    font-size:11px;

  }

  .slider-products-vertical .slide span {
    margin-top: 5px;
    display: block;
  }


  .slider-products-vertical .slide.on {
    width: 126px;
    height: 126px;
  }

}


@media (min-width:1020px) {
  /*.slider-products-vertical {
        transform: translate(445%, -50%);
  }*/
}

@media (min-width:1300px) {




  .page-section-enjoy img {
    width: auto;
    margin-top: -100px;
  }

  .page-section-enjoy .container {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
  }

  .slider-products-vertical {
        transform: translate(450%, -50%);
  }
}

@media (min-width:1400px) {
  .page-section-enjoy {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width:1900px) {
  .slider-products-vertical {
    margin-left: -1090px;
  }
}



.page-section-products .panes .row {
  position: relative;
}

.page-section-products .panes .pane.on {
  opacity: 1;
  z-index: 2;
}

.page-section-products .panes .pane figure {
  text-align: center;
  margin-top: 30px;
}


.page-section-products .panes .pane figure img.responsive {
  /*max-height: 100%;*/
  width: auto;
  max-width: 90%;
  left:10%;
  position: relative;
  display: none;
}


.page-section-products .panes .pane figure img.responsive.on {
  display: inline-block;
}

.page-section-products .panes .pane .section-title {
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
  font-size: 44px !important;
}

.page-section-products .panes .pane .section-title.hide-xl {
  font-size: 48px;
  margin-top: 20px;

}

@media (min-width:768px) {
  .page-section-products .panes .pane .section-title,
  .section-title,
  .page-title {
    font-size: 62px;
  }


}



@media (min-width:992px) {
  .page-section-products .panes .pane .section-title,
  .section-title,
  .page-title {
    font-size: 80px;
  }
}

@media (min-width: 1300px) {
  .page-section-products .panes .pane .section-title {
    font-size: 80px !important;
  }
}

.page-section-products .panes .pane .product-co > .packages,
.page-section-products .panes .pane .product-unco > .packages {
  position: absolute;
  left: 10px;
  top: 100%;
  margin-top:-74px;
  z-index:1;
}


@media (min-width:1300px) {
  .page-section-products .panes .pane .product-co > .packages,
  .page-section-products .panes .pane .product-unco > .packages {
    margin-top: -75px;
  }
}

.page-section-products .panes .pane figure .profit {
  text-align: left;

}

.page-section-products .panes .pane figure + .packages {
  position: relative;
  margin-bottom: 10px;
}

@media (min-width:768px) {




  #slider-products .owl-carousel .owl-item img,
  #slider-products .owl-carousel .owl-item span {
    display: block;
  }

  #slider-products .owl-carousel .owl-item img {
    margin: 12px auto 0 auto;
    max-width: none;
    width: 70%;
  }

  #slider-products .owl-carousel .owl-item .slide.on img {
    margin-top: 22px;
  }

  #slider-products .owl-carousel .owl-item span {
    line-height: 1;
    font-size: 0.65rem;
    margin-top: 5px;
  }

  .page-section-products .panes .pane {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    outline: 0;
    z-index: 0;
  }

  .page-section-products .panes .pane.on {
    z-index: 5;
    opacity: 1;
  }

}

.page-section-products .panes .pane .packages .title {
  font-size:1.4rem;
  margin-bottom: 10px;
  line-height: 20px;
}

.page-section-products .panes .pane .packages span {
  display: inline-block;
  vertical-align: top;
  border:2px solid;
  padding: 1px 14px;
  border-radius: 100px;
  width: 78px;
  cursor:pointer;
  white-space: nowrap;
  text-align: center;
}

.page-section-products .panes .pane .co-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  z-index: 10;
}


.page-section-products .panes .pane .co-select span,
.page-section-products .panes .pane .co-select a {
  display: inline-block;
  vertical-align: top;
  border:2px solid #f6a91d;
  padding: 5px 15px;
  border-radius: 100px;
  cursor:pointer;
  color:#f6a91d;
  width: 130px;
  text-align: center;
  text-decoration: none;
}

.page-section-products .panes .pane .packages,
.page-section-products .panes .pane .co-select {
  font-size: 0;
  letter-spacing: -5px;
}

.page-section-products .panes .pane .packages span,
.page-section-products .panes .pane .co-select span,
.page-section-products .panes .pane .co-select a,
.page-section-products .panes .pane .packages .title,
.page-section-products .panes .pane .co-select .title {

  letter-spacing: 0;

}

.page-section-products .panes .pane .packages .title,
.page-section-products .panes .pane .co-select .title {
  font-size: 1.4rem;
  text-align: left;

}








.page-section-products .panes .pane .packages span {
  font-size:1rem;

  margin-right: 5px;
  margin-bottom: 12px;
}

@media (min-width: 480px) {
  .page-section-products .panes .pane .packages span {
    margin-right: 8px;
  }

  .page-section-products .panes .pane .section-title {
    overflow: visible;
    text-overflow: inherit;
  }
}

.page-section-products .panes .pane .packages span {
  font-size:1rem;

  margin-right: 5px;
  margin-bottom: 12px;
}

.page-section-products .panes .pane .co-select span,
.page-section-products .panes .pane .co-select a {
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  margin-bottom: 8px;
}

@media (min-width:768px) {
  .page-section-products .panes .pane .co-select span,
  .page-section-products .panes .pane .co-select a {
    margin-right: 10px;
    padding: 5px 20px;
    margin-bottom: 8px;
  }

  .page-section-products .panes .pane .co-select {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
  }
}

.page-section-products .panes .pane .packages span.on {
  color:#fff;
  background: #0c8033;
  border-color: #0c8033;
  cursor:default;
}

.page-section-products .panes .pane .co-select span {
    background: #f6a91d;
    color:#fff;
    border-color: #f6a91d;


}

.page-section-products .panes .pane figure {
  margin-top: 0;
}

.page-section-products .panes .pane figure .profit {
  position: absolute;
  z-index: 10;
  top:82px;
  left: 0;
  color:#0c8033;

  font-size: 1.5rem;
  line-height: 1;
}

.page-section-products .panes .pane figure .profit span {
  font-family: 'GoodDog';
  display: block;
  font-size: 55px;
}

.page-section-products::after {
  background: url('../images/wood-2.jpg') repeat-x left bottom;
  position: absolute;
  display: none;
  content: '';
  left: 0;
  top:0;
  width: 100%;
  height: 654px;
}

@media (min-width:768px) {

  .page-section-products {
    /*background: url('../images/wood.jpg') center bottom;*/
    position: relative;
    z-index: 1;
    min-height: 654px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
  }

  .page-section-products::after {

    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: auto;
    bottom: 0;

    height: 654px;
  }

  .page-section-products {
    padding-top: 10px;
  }

  .page-section-products .panes .pane figure {
    position: relative;
    height: 460px;
  }

  .page-section-products .panes .pane figure img.responsive {
    position: absolute;
    bottom:0;
    left: 55%;
    transform: translateX(-50%);
    width: 88%;
  }


  .page-section-products .panes .pane figure .profit {
    left: 35px;
    text-align: center;
    top:55px;
  }


  .page-section-products .panes .pane .co-select {
    margin-bottom: 10px;
  }
}


@media (min-width:992px) {

  .page-section-products .panes .pane figure {
    height: 570px;
  }

  .page-section-products .panes .pane figure .profit  {
    top:80px;
    left:10px;
  }

  .page-section-products .panes .pane figure {
    margin-top: 0;
  }




  .page-section-products .panes .pane figure img.responsive {
    position: absolute;
    bottom: 0;
    left: 38%;
    transform: translateX(-50%);
    width: 70%;
  }


  .page-section-products {
    padding-top: 50px;
    bottom:0;
  }
}

@media (min-width:1300px) {

  .page-section-products .panes .pane figure .profit {
    left:60px;
  }

  .page-section-products .panes .pane figure {
    height: 570px;
  }

  .page-section-products .panes .pane figure img.responsive {
    position: absolute;
    bottom:0;
    left: 42%;
    transform: translateX(-50%);
    width: 70%;
  }
}



.page-section-products #product__1 .section-title {
  color:#77c035;
}

.page-section-products #product__2 .section-title {
  color:#fba421;
}

.page-section-products #product__3 .section-title {
  color:#008100;
}

.page-section-products #product__4 .section-title {
  color:#7C000B;
}

.show-more {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  font-size: 0.9rem;
  margin-top: 20px;
}

.show-more .icon {
  width: 50px;
  height: 50px;
  line-height: 44px;
  margin: 0 auto 10px auto;
  border:2px solid #0c8033;
  border-radius: 100px;
}

.show-more:hover .icon {
  border-color:#009c49;
}


.show-more .icon .material-icons {
  vertical-align: middle;
}

.fillwood {
  background: url('../images/wood.jpg');
}

.feedbackModal-open .arcticmodal-container_i {
  margin: 0;
  width: 100%;
}

.feedbackModal-open .arcticmodal-container_i2 {
  padding-bottom: 0;
  background: url('../images/letter.png') no-repeat center bottom;
}

#feedbackModal .modal-content {
  height: 720px;
  padding-top:170px;

}

#feedbackModal .modal-content.container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#feedbackModal .form-group-inline .label {
  display: block;
}

#feedbackModal .form-group {
  white-space: nowrap;
}

#feedbackModal .form-group > * {
  white-space: normal;
}

#feedbackModal input,
#feedbackModal textarea,
#feedbackModal .label {
  font-family: Arial, sans-serif;
  font-size: 16px;
}



/*

.form-group-inline .label {
  line-height: 28px;
  padding-right: 10px;
  border-right: 1px solid #6f5536;
}*/

#feedbackModal  .form-group + .form-group {
  margin-top: 15px;
}

#feedbackModal  .form-group input[type="text"],
#feedbackModal  .form-group textarea {
  padding-left: 0;
  padding-right: 0;

}

#feedbackModal .form-group-inline .label,
#feedbackModal .form-group .label {
  border-bottom: 1px solid #d2c4af;
  border-right: 0;
}

#feedbackModal  .form-group.align-center {
  text-align: left;
}




#feedbackModal  .form-group.align-center .label {
  line-height: 1;
}

#feedbackModal  .btn-group {
  margin-top: 30px;
}

#feedbackModal .btn {
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width:768px) {

  #feedbackModal  .btn-group {
    margin-top: 50px;
  }

  #feedbackModal textarea {
    height: 70px;

  }

  #feedbackModal  .form-group.align-center input,
  #feedbackModal  .form-group.align-center .label {
    font-family: 'Futura';
    font-size: 24px;
  }

  #feedbackModal  .form-group input[type="text"],
  #feedbackModal  .form-group textarea {
    padding-left: 10px;
    padding-right: 10px;

  }

  #feedbackModal .form-group textarea {
    width: 66%;
  }


  #feedbackModal  .form-group.align-center {
    width: 80%;
    margin-left: 10%;
    margin-top: 60px;
  }

  #feedbackModal  .form-group.align-center input[type="text"]{
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #d2c4af;
  }

  #feedbackModal  .form-group.align-center input[type="text"]::-webkit-input-placeholder {
  color: #f6a91d;
  }

  #feedbackModal  .form-group.align-center input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #f6a91d;
  }

  #feedbackModal  .form-group.align-center input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
  color: #f6a91d;
  }



  #feedbackModal  .form-group.align-center input[type="text"]:-ms-input-placeholder {
  color: #f6a91d;
  }

  #feedbackModal .form-group-inline .label {
    border-right: 1px solid #6f5536;
    border-bottom: 0;
    display: inline-block;
  }

  #feedbackModal  .form-group.align-center {
    text-align: center;
  }

  #feedbackModal  .form-group.align-center .label {
    border-bottom: 0;
  }
}

@media (min-width:992px) {


  #slider-events ul li {
    padding-right: 20px;
    padding-left: 0;
  }

  #feedbackModal textarea {
    width: 60%;
  }
}

  .side,
  #slider-events .side {
    width: auto;
    background: transparent;
    color:#0c8033;
    position: absolute;
    z-index: 10;
    top:50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    font-size:2rem;
    cursor: pointer;

  }


  .side.prev,
  #slider-events .side.prev {
    text-align: left;
    left:10px;
  }

  .side.next,
  #slider-events .side.next {
    text-align: right;
    right:10px;
  }

@media (min-width:640px) {
  #slider-events ul li {
    padding-left: 0;
    padding-right: 20px;
  }
}

@media (min-width:768px) {



  .side,
  #slider-events .side {

    width: 46px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: rgb(31,149,69);
    background: -moz-linear-gradient(top, rgba(31,149,69,1) 0%, rgba(6,122,57,1) 100%);
    background: -webkit-linear-gradient(top, rgba(31,149,69,1) 0%,rgba(6,122,57,1) 100%);
    background: linear-gradient(to bottom, rgba(31,149,69,1) 0%,rgba(6,122,57,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f9545', endColorstr='#067a39',GradientType=0 );
    color:#fff;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }




.side:hover,
#slider-events .side:hover {
  background: rgb(31,149,69);
background: -moz-linear-gradient(top, rgba(6,122,57,1) 0%, rgba(31,149,69,1) 100%);
background: -webkit-linear-gradient(top, rgba(6,122,57,1) 0%, rgba(31,149,69,1) 100%);
background: linear-gradient(to bottom, rgba(6,122,57,1) 0%, rgba(31,149,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#067a39', endColorstr='#1f9545',GradientType=0 );
}

  .side.prev,
  #slider-events .side.prev {
    left: 0;
    border-radius:0 5px 5px 0 ;
    text-align: center;
  }

  .side.next,
  #slider-events .side.next {
    right: 0;
    border-radius:5px 0 0 5px;
    text-align: center;
  }
}

@media (min-width:1300px) {
  #slider-events ul li {
    padding-left: 0;
  }

}

.page-section-entertaiment-list nav ol {
  margin-left: -15px;
  margin-top: -10px;
}

.page-section-entertaiment-list nav li {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-top: 10px;
}

.page-section-entertaiment-list nav li a {
  display: block;
  padding: 5px 20px;
  border-radius: 100px;
  background: transparent;
}

.page-section-entertaiment-list nav li.active a {
  background: #f6a91d;
  color: #fff;
}


.page-section-entertaiment-list a {
  text-decoration: none;
}

.page-section-entertaiment-list .bottom {
  padding: 25px;
}

.page-section-entertaiment-list .bottom .title {
  margin-top: 0;
}

.page-section-entertaiment-list .bottom .btn {
  margin-top: 20px;
}

#slider-events .slide {
  padding: 0 35px;

}

#slider-events .slide .text {

  font-size: 18px;
}

#slider-events .slide .date {
  font-size: 15px;

}




@media (min-width:768px) {
  #slider-events .slide {
    padding: 0;
  }
}

.page-section-events-list .title {
  font-size: 72px;
}


.all {
  position: relative;
  overflow: hidden;
  max-height: 100%;
}
.all img {
  display: block; width: 100%;
}
/*.all .text {
  position: absolute;
  right: 0; top: 0;
  width: 50%; height: 100%;
  white-space: nowrap;
}*/

.all .text__inner {
  position: absolute;
  z-index: 10;
  text-decoration: none;
  bottom: 80px;
  left: 40%;
  display: inline-block;
  font-family: 'GoodDog';
  font-size: 48px;
  line-height: 1;
}


@media (max-width: 1130px){
  #slider-welcome .slide a {
    font-size: 75px;
  }
}

@media (min-width: 992px){
  #slider-welcome .slide a {
    bottom: 120px;
    left: 56%;
    bottom: 25px;
  }
}

@media (max-width: 769px){
  #slider-welcome .slide a {
    font-size: 82px;
    bottom: 270px;
    left: 18%;
  }
}
@media screen and (max-width: 769px) and (orientation:portrait){
  .slide .all img:not(.bubble):not(.hero) {
    /*width: 200% !important;*/
    /*fix*/
    /*min-height: calc(100vh - 80px);*/
  }
}

@media (max-width: 500px){
  #slider-welcome .slide a {
    font-size: 55px;
    bottom: 100px;
    left: 16%;
  }
}

@media (max-width: 340px){
  #slider-welcome .slide a {
    font-size: 39px;
    bottom: 110px;
    left: 16%;
  }
}

/*NEW STYLES FOR SLIDER*/
.slide .all .bubble{
  position: absolute;
  /*top: 25%;
  left: 54.4%;
  width: 23.27%;*/
  top: -1%;
  left: 54.4%;
  width: 42%;
}
.slide .all .hero{
  position: absolute;
  /*top: 18%;
  left: 20.4%;
  width: 30.05%;*/
  top: 24%;
  left: 20.4%;
  width: 24.4%;
}

@media screen and (max-width: 1023px) and (orientation:portrait){
  .slide .all .bubble {
      /*top: 10%;
      left: 11%;
      width: 32.27%;*/
      top: 6%;
      left: 60%;
      width: 38.27%;
  }
  .slide .all .hero {
      position: absolute;
      /*top: 20%;
      left: 30%;
      width: 60.05%;*/
      top: 27%;
      left: 14%;
      width: 58.05%;
  }
  #slider-welcome .slide a {
      font-size: 82px;
      bottom: 102px;
      left: 18%;
  }
}
@media screen and (max-width: 820px) and (orientation:portrait){
    .slide .all img:not(.bubble):not(.hero) {
      /*min-height: calc(100vh - 60px);*/
     /* width: 130%;
      left: -20%;*/
      position: relative;
    }
    .slide .all .bubble {
      /*top: 12%;
      left: 5%;
      width: 35.27%;*/
      top: 6%;
      left: 60%;
      width: 38.27%;
    }
    #slider-welcome .slide a {
        font-size: 54px;
        bottom: 13%;
        left: 16%;
    }
}
@media screen and (max-width: 767px) and (orientation:landscape){
  .slide .all .hero {
      top: 10%;
  }
  .slide .all .bubble {
      top: 14%;
  }
  #slider-welcome .slide a {
      font-size: 55px;
      bottom: 88px;
      left: 13%;
  }
}

@media screen and (max-width: 479px){
  .slide .all .hero {
    position: absolute;
    /*top: 25%;
    left: 22%;
    width: 55.05%;*/
    top: 28%;
    left: 16%;
    width: 55.05%;
  }
  .slide .all .bubble {
      /*top: 13%;
      left: 13%;
      width: 35.27%;*/
      top: 10%;
      left: 62%;
      width: 36.27%;
  }
}
@media screen and (max-width: 340px){
    #slider-welcome .slide a {
      font-size: 39px;
      bottom: 13%;
      left: 16%;
  }
}
/*NEW STYLES FOR SLIDER END*/

/*fixes*/
.events-list li a{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .events-list li a .text{
    margin-bottom: 40px;
  }
}

/*Banner fix*/
@media (max-width: 1280px){
  .page-section-action-header img.responsive {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    }
  }
@media (max-width: 767px){
  .page-section-action-header img.responsive {
    width: 100%;
    margin: 0;
    position: static;
    top: auto;
    transform: none;
    left: auto;
    }
    .page-section-action-header .page-title{
      font-size: 55px;
    }
  }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

@font-face {
    font-family: 'Cabana';
    src: url('../fonts/Cabana.ttf');
    font-weight: normal;
    font-style: normal;
}

.all a.cabana {
  font-family: 'Cabana', Arial, sans-serif;
}

.margin0 {
    margin: 0;
}
.invisible {
    opacity: 0;
}
.redText {
    color: red;
    text-align: center;
}
.fitted {
  height: 103%;
  position: absolute;
  left: 0%;
}
.awaiting {
    display: none;
}

.article-slider {
    margin-bottom: -20px;
}

@media (min-width: 1300px) {
    .page-section-action-header img.responsive {
        margin-top: 20px;
    }
}

/*# sourceMappingURL=front.css.map */
