@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap');
@import url(color.css);
@import url(font-awesome.min.css);
* {
  font-family: "Open Sans", sans-serif, Helvetica;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}
body {
  margin: 0;
  text-algin: center;
  color: #444
}
body, div, td, p, ul, li, ol, input, textarea, select {
  font-size: 13px;
  line-height: 170%;
  font-weight: 300
}
:focus {
  outline: none
}
a {
  color: #000;
  text-decoration: underline
}
strong, b, .button, button, .link {
  font-weight: 400
}
img {
  border: 0
}
ul {
  padding-left: 0
}
ul li {
  list-style: none;
  background: url('/images/dot.png') no-repeat 4px 6px;
  background-size: 10px;
  padding-left: 22px;
  padding-bottom: 2px;
  margin: 0
}
hr {
  clear: both;
  border: 0;
  border-top: 1px solid #ddd;
  background: transparent;
  height: 1px;
  clear: both;
  margin: 10px 0
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 10px 0px;
  line-height: normal
}
h1 {
  font-size: 28px
}
h2 {
  font-size: 24px
}
h3 {
  font-size: 21px
}
h4 {
  font-size: 16px
}
h5 {
  font-size: 13px
}
h6 {
  font-size: 11px
}
a h1, a h2, a h3, a h4, a h5, a h6 {
  text-decoration: none
}
.edge {
  position: absolute;
  right: 0;
  margin-top: -24px;
  padding: 3px 7px;
  padding-bottom: 0px;
  z-index: 1000;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px 0px 0px 0px
}
.edge:hover {
  margin-top: -28px;
  padding: 5px;
  padding-bottom: 0
}
.edge img {
  width: 14px;
  margin-bottom: -2px
}
.edge:hover img {
  width: 20px;
  filter: none
}
/* Form */
.form {
  background: #eee;
  padding: 20px
}
input, textarea, select {
  padding: 10px;
  width: 100%;
  border: 0
}
textarea {
  height: 140px
}
input:focus, textarea:focus {
  border-bottom: 1px solid #999
}
input[type="checkbox"], input[type="radio"], input[type="submit"] {
  width: auto;
  border: 0
}
input[type="submit"] {
  -webkit-appearance: none
}
input.required {
  border-bottom: 1px dashed #C00;
  transition: 0.3s
}
input.required:focus {
  border-bottom: 1px solid #C00
}
input.required.ok {
  border-bottom: 1px dashed yellowgreen;
  background: #f3fbef
}
input[type=text] {
  border-left: 1px solid #ddd
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: url('/images/select.png') no-repeat 6px;
  background-size: 12px;
  filter: grayscale(100%);
  transition: 0.3s;
  background-color: #fff;
  padding-left: 24px
}
select:hover {
  background-color: #333;
  color: #fff
}
.required::-webkit-input-placeholder {
  color: #c00
}
.form div.padded {
  padding: 4px
}
button {
  appearance: none;
  -webkit-appearance: none;
  border: 0
}
label input[type=checkbox]:checked + module {
  opacity: 1
}
label {
  display: inline-block;
  vertical-align: top
}
label [type="radio"], label [type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
label [type="checkbox"] + span, label [type="radio"] + span {
  display: inline-block;
  margin: 8px;
  margin-right: 14px;
  margin-top: 3px;
  cursor: hand;
  cursor: pointer;
  width: 20px;
  float: left
}
label [type="radio"] + span:before, label [type="checkbox"] + span:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0.2em #ddd;
  margin: 0 5px;
  transition: 0.3s ease all
}
label [type="checkbox"] + span:before, label [type="radio"] + span:before {
  background: #fff
}
label [type="radio"]:checked + span:before, label [type="checkbox"]:checked + span:before {
  box-shadow: 0 0 0 2px #ddd
}
.nogo {
  display: none
}
/* Search */
.search {
  height: 20px;
  white-space: nowrap;
  padding: 0 10px;
  display: inline-block;
  position: relative
}
.search em {
  display: inline-block;
  font-size: 18px;
  color: gray
}
.search input {
  display: none;
  margin: 0;
  margin-right: -30px;
  width: 200px;
  border: 0;
  box-shadow: 0 0 10px #eee;
  background: #ddd
}
/* Languages */
.langs {
  position: absolute;
  right: 0px;
  min-height: 62px;
  top: 0px;
  padding: 11px;
  background: #111
}
.langs div {
  max-height: 34px;
  overflow: hidden;
  transition: 0.3s;
  padding: 10px 7px
}
.langs div:hover {
  max-height: 800px
}
.langs a {
  display: block
}
.langs img {
  width: 20px;
  border-radius: 50%;
  margin: 4px;
  margin-top: 1px;
  margin-bottom: 8px
}
/* Navigation */
.navigation {
  position: fixed;
  top: 0;
  margin-top: 0px;
  left: 0;
  right: 0;
  height: 62px;
  /* -webkit-animation:fadein 2s;-moz-animation:fadein 2s;-ms-animation:fadein 2s;-o-animation:fadein 2s;animation:fadein 2s; */
}
.zerotop {
  top: 0
}
.navitems a {
  display: inline-block;
  min-width: 5%;
  font-size: 15px;
  text-align: center;
  padding: 20px;
  margin: 0px;
  text-decoration: none
}
.navitems .active {}
.navitems {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}
.menu2 {
  display: inline-block;
  padding: 10px;
  border-radius: 8px;
  margin: 3px
}
.menu2 a {
  text-decoration: none
}
/* Main image */
.mainimage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.mainimage .img {
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover
}
.mainimage .text {
  position: absolute;
  bottom: 16%;
  left: 6%;
  right: 6%;
  z-index: 1;
  overflow: hidden
}
.text .padded {
  padding: 20px
}
.mainimage h1, .mainimage h2, .mainimage h3, .mainimage h4 {
  margin: -20px;
  margin-bottom: 0;
  padding: 4px 20px
}
.mainimagespacer {
  position: relative;
  height: 109vh;
  z-index: -2
}
.contentimage {
  overflow: hidden
}
.contentimage img {
  margin: -5% 0;
  margin-top: -31%;
  width: 100%
}
/* Image bar */
.imagebar, .imagebarL {
  overflow: hidden;
  clear: both;
  max-height: 700px
}
.imagebarL {
  height: auto
}
.imagebar img, .imagebarL img {
  width: 100%;
  margin: -8% 0
}
.imagebarL img {
  margin: 0
}
/* Social */
.social {
  position: fixed;
  left: -25px;
  0;
  top: 40%;
  width: 35px;
  height: 155px;
  z-index: 1;
  padding: 10px;
  text-align: center;
  border-radius: 0 3px 3px 0
}
.social a {
  text-decoration: none
}
.social em {
  color: #ccc;
  display: block;
  margin: 10px 0;
  font-size: 16px;
  margin: 10px 0px
}
.social em:hover {
  color: #fff
}
.social:hover {
  left: 0
}
/* Scroll down / top */
.scrolldown, .totop {
  z-index: 10;
  position: fixed;
  padding: 6px 12px;
  right: 25px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%
}
.totop {
  display: none
}
/*NEWS*/
.newslist, .bloglist, .traininglist {
  display: inline-block;
  position: relative;
  margin: 1vh 0.5vh;
  background: url('/images/quote.png')98% 10px no-repeat;
  background-color: #fff;
  background-size: 30px;
  border-radius: 1.5%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: 0.2s
}
.newslist:hover, .traininglist:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
  background-size: 40px;
  color: #111
}
.newslist h2, .newslist h3, .newslist h4, .newsview h2, .newsview h3, .newsview h4 {
  color: #444
}
.date {
  color: #999;
  float: left
}
.newshot, .bloghot {
  clear: both
}
.news, .newsview .more {
  display: none
}
.newsview .news {
  display: block
}
.newsview .date {
  display: inline-block
}
.newsview {
  height: 100%;
  width: 100%;
  max-width: 900px;
  text-align: left;
  margin: auto;
  overflow: auto;
  position: relative
}
.newslist .button, .bloglist .button, .traininglist .button {
  float: right
}
/* .grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(320px,1fr))} */
.grid {
  columns: 4
}
/* Calendar */
.btime {
  border-bottom: 1px dashed #ddd;
  padding: 5px
}
.btime:hover {
  border-bottom: 1px solid #ccc;
  color: #000
}
.btime.taken {
  background: brown;
  color: #fff
}
.binfo {
  position: absolute;
  top: 0px;
  background: #fff;
  box-shadow: 0px 0px 10px #ddd;
  border-radius: 3px;
  padding: 10px;
  margin-left: -6%;
  margin-top: -15px;
  z-index: 10;
  width: 100%;
  display: none
}
.binfo .padded {
  padding: 0px
}
.binfo input[type=text], .binfo textarea {
  width: 85%
}
.bday {
  border: 1px solid #eee;
  border-top: 0px;
  margin: -1px;
  position: relative
}
/* Rent */
.calendar {
  background: radial-gradient(#eee, #fff);
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #ddd
}
.daynames {
  height: 60px;
  border-radius: 3px;
  margin: 0 -10px;
  color: var(--main-color)
}
#calendar {
  padding: 0
}
#calendar div {
  padding: 9px;
  font-size: 13px
}
.day {
  background: #fff;
  height: 4vw;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: relative;
  border: 1px solid #f5f5f5;
  border-top: 1px solid #eee;
  font-weight: 600;
  transition: 0.3s;
  color: #777
}
.day.chosen {
  background: #61cdf4;
  color: #fff;
  border: 0
}
.day.chosen:hover {
  border: 1px solid var(--main-color)
}
#calendar .close {
  position: absolute;
  width: 20px
}
.renttotal {
  font-size: 32px;
  color: var(--main-color)
}
.renttotal b {
  font-size: 32px;
  display: inline-block;
  margin-bottom: -10px
}
.priceinfo {
  display: none;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  text-align: center;
  background: #fff;
  border-top: 3px solid #ddd;
  padding: 40px 20px;
  margin: 0 10px;
  border-radious: 3px;
  width: auto;
  border: 1px solid #ddd;
  margin: 1px 0
}
.priceinfo .close {
  position: absolute;
  width: 30px;
  top: 6px;
  right: 6px;
  margin: 0;
  background: #eee;
  padding: 4px
}
.priceinfo .cancelselection {
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  padding: 10px 30px;
  padding-right: 50px;
  background: #666;
  font-weight: 600;
  color: #fff;
  border-radius: 50px
}
.day:not(.past, .today, .closed, .chosen):hover {
  background: #eee;
  color: #333
}
.day.today, .day.today.past {
  color: #000;
  border: 2px solid #444
}
.day.today.closed {
  border: 4px solid purple
}
/* .day.closed{background:#e695d8;color:#fff;font-size:11px} */
.day.closed {
  color: #cb6092;
  background: #ffafd5;
  border: 0
}
.day:not(.past, .closed) {
  cursor: hand;
  cursor: -webkit-pointer
}
.priceday {
  font-weight: 600;
  font-size: 22px
}
#calendar .dayname, #calendar-body div {
  width: 16.6%;
  float: left;
  margin: 0;
  text-align: center
}
#calendar div.dayname {
  font-weight: 600;
  font-size: 21px;
  padding: 5px
}
.priceinfo select {
  width: 60px;
  border: 0;
  box-shadow: none;
  background-color: #eee
}
.seldates {
  font-weight: 600
}
#calendar-body .end {
  background: var(--main-color);
  color: #fff
}
#calendar-body .d6:not(.chosen, .closed), #calendar-body .d7:not(.chosen, .closed) {
  background: #f5f5f5
}
#calendar-body .d6:not(.chosen, .closed) {
  border-left: 2px solid #ddd
}
.day.past, #calendar-body .day.d6.past, #calendar-body .day.d7.past {
  color: #ccc;
  background: #fff;
  border: 0;
  font-weight: 300
}
#calendar-body .d6, #calendar-body .d7, #calendar .dayname.d6, #calendar .dayname.d7 {
  width: 8.3%
}
.priceinfo button.addtocart {
  padding: 14px 20px;
  border-radius: 50px;
  display: inline-block;
  width: auto;
  margin-top: 5px
}
.chmonth img {
  width: 40px;
  margin: 0 10px;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
.freedevices {
  position: absolute;
  left: 0;
  top: -22px;
  background: #fff;
  color: #666;
  padding: 0px 3px;
  font-weight: normal;
  display: none;
  font-size: 13px;
  white-space: nowrap;
  border-radius: :3px
}
#calendar-body .d6.empty {
  background: transparent;
  border: 0
}
#calendar-body .day.first:not(.chosen) {
  border-left: 6px solid #333;
  color: var(--main-color)
}
/* #calendar-body .day.last:not(.chosen){border-right:6px solid #333} */
.nomonth, .nomonth.button {
  padding: 8px 10px;
  transition: none
}
#calendar:hover .freedevices {
  display: block
}
.addons {
  display: none
}
#calendar-body h2 {
  clear: both;
  display: block;
  text-align: center
}
/* .day.first,.day.d1{clear:both} */
#calendar-body div.day.last {
  margin-bottom: 30px
}
#calendar-body div.first.spaced.d2 {
  margin-left: 16.6%
}
#calendar-body div.first.spaced.d3 {
  margin-left: 33.2%
}
#calendar-body div.first.spaced.d4 {
  margin-left: 49.8%
}
#calendar-body div.first.spaced.d5 {
  margin-left: 66.4%
}
#calendar-body div.first.spaced.d6 {
  margin-left: 83%
}
#calendar-body div.first.spaced.d7 {
  margin-left: 91.5%
}
/* Gallery */
.gallery .pic {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 18%;
  height: 14%;
  margin: 1%;
  object-fit: cover;
  transition: 0.3s
}
.gallery.g3 .pic {
  width: 31%;
  height: 20%
}
.gallery.g2 .pic {
  width: 48%;
  height: 20%
}
.gallery.g1 .pic {
  width: 98%;
  height: auto
}
.gallery.nocrop .pic {
  width: 31%;
  height: auto
}
.gallery .pic:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  z-index: 10
}
.pic {
  border-radius: 3px
}
.pic.pano {
  width: 38%
}
/* Testimonials */
.testimonials {
  padding: 80px 0
}
.testimonials h1 {
  margin: 50px 0;
  margin-bottom: 80px
}
.testimonial {
  width: 20.5%;
  margin: 1%;
  margin-left: 3%;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative
}
.testimonial img {
  width: 40%;
  border-radius: 50%;
  float: right;
  margin: 10px;
  margin-top: -40px;
  margin-right: -40px
}
.testimonial .socialmedia {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px
}
.testimonial .socialmedia em {
  margin: 0 3px
}
/*CLIENT LOGIN*/
.cllogin a.gray {
  color: #444
}
.cllogin {
  display: block;
  float: right;
  white-space: nowrap;
  margin-right: 10px
}
.cllogin span {
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  padding: 5px 8px;
  opacity: 0.6
}
.cllogin span:hover {
  opacity: 1
}
.cllogin .clbox {
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  position: absolute;
  margin-left: -76px;
  min-width: 230px;
  text-align: left;
  display: none;
  transform: 0.3s
}
.clbox a {
  color: #666;
  text-decoration: none
}
.clbox a:hover {
  color: #666
}
a.exit {
  color: orange;
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding-bottom: 5px;
}
.cllogin input.cluser {
  width: 110px;
  text-align: center
}
.cllogin input.clpass, input.clpass {
  width: 60px;
  color: #666;
  text-align: center
}
.cllogin input[type=image] {
  width: 30px;
  margin: 0 0 -10px 5px;
  padding: 0;
  background: transparent;
  cursor: hand
}
.cllogin .point {
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
  position: absolute;
  margin: -15px 90px
}
.cllogin .clbox, .cllogin .point, .cllogin span {
  background: #eee
}
.cllogin .login {
  background: transparent
}
.cllogin .login img {
  width: 24px;
  margin-top: 3px
}
.cllogin .close {
  position: relative;
  width: 20px;
  padding: 2px;
  float: right;
  top: auto;
  right: auto
}
#login:disabled {
  opacity: 0.2;
  cursor: default
}
/*CLIENT LOGIN END*/
/*ANIMATED BOXES*/
.animBlock {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  transition: ease-in-out 0.5s
}
.animBlock[data-position="left"] {
  left: -80%
}
.animBlock[data-position="right"] {
  right: -80%
}
.animBlock[data-position="fade"] {
  top: 0px
}
.animBlock[data-position="top"] {
  margin-top: -65px
}
.animBlock[data-position="bottom"] {
  margin-bottom: -70px
}
.animBlock[data-position="left"].viewed {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100)
}
.animBlock[data-position="right"].viewed {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100)
}
.animBlock[data-position="fade"].viewed {
  opacity: 1;
  filter: alpha(opacity=100)
}
.animBlock[data-position="top"].viewed {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100)
}
.animBlock[data-position="bottom"].viewed {
  margin-bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100)
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
/*ANIMATED BOXES END*/
/* SLIDER STYLES */
#slider {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1
}
.da-slide a {
  text-decoration: none
}
.da-slider {
  width: 100%;
  display: block;
  position: relative;
  transition: 0.5s
}
.da-slide h1, .da-slide h2.da-slide h3, .da-slide h4, .da-slide h5, .da-slide h6 {
  color: white
}
.da-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  display: block
}
.da-slider-fb .da-slide {
  opacity: 1;
  left: 100%
}
.da-slide-current {
  z-index: 10;
  opacity: 1
}
.da-slider-fb .da-slide.da-slide-current {
  left: 0px;
  opacity: 1
}
.da-slide h1, .da-slide p, .da-slide .da-link, .da-slide .da-img {
  position: absolute;
  opacity: 0;
  left: 110%
}
.da-slide .da-imgbig {
  position: absolute;
  opacity: 0;
  top: 0px
}
.da-slider-fb .da-slide .da-img {
  left: 54%;
  opacity: 1
}
.da-slider-fb .da-slide .da-imgbig {
  opacity: 1
}
.da-slide .subject {
  color: #666;
  width: 40%;
  z-index: 10;
  text-shadow: 1px 1px 4px #000;
  font-size: 32px;
  line-height: 36px
}
.da-slide a {
  color: white
}
.da-slide p {
  width: 42%;
  color: #888;
  font-size: 17px;
  line-height: 26px;
  font-style: italic;
  z-index: 10;
  text-shadow: 1px 1px 2px #444
}
.da-slide .da-img {
  text-align: center;
  width: 30%;
  max-height: 65%;
  top: 0
}
.da-slide .da-imgbig img {
  width: 100%
}
.da-slide .da-link {
  border-radius: 3px;
  box-shadow: 0px 1px 4px gray;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
  font-size: 16px;
  text-align: center;
  z-index: 10;
  white-space: nowrap;
  position: absolute
}
.da-slide .da-link:hover {
  box-shadow: 0px 0px 20px #999
}
.da-dots {
  position: absolute;
  width: 100%;
  z-index: 30;
  border-radius: 5px 5px 0px 0px;
  margin: 0 auto;
  text-align: center
}
.da-dots span {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  margin: 0 3px;
  cursor: pointer;
  background: var(--main-color)
}
.da-dots span:hover {
  background: #555;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s
}
.da-dots span.da-dots-current:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  background: #fff
}
.da-arrows {
  -moz-user-select: none;
  -webkit-user-select: none
}
.da-arrows span {
  position: absolute;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 35;
  opacity: 0.1;
  padding: 5px;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  -moz-transition: opacity 0.3s ease-in-out 0.2s;
  -o-transition: opacity 0.3s ease-in-out 0.2s;
  -ms-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s
}
.da-arrows:hover span {
  opacity: 1
}
.da-slider:hover .da-arrows span {
  opacity: .5
}
.da-arrows span.da-arrows-prev {
  background: transparent url(/images/previous.png) no-repeat center;
  background-size: 35px;
  left: 0%;
  border-radius: 0% 50% 50% 0%; /* background-color:#333; */
}
.da-arrows span.da-arrows-next {
  background: transparent url(/images/next.png) no-repeat center;
  background-size: 35px;
  right: 0%;
  border-radius: 50% 0% 0% 50%; /* background-color:#333; */
}
.da-arrows span.da-arrows-next:hover, .da-arrows span.da-arrows-prev:hover {
  opacity: 1
}
.da-slide-current h1, .da-slide-current p, .da-slide-current .da-link, .da-slider-fb .da-slide h1, .da-slider-fb .da-slide p, .da-slider-fb .da-slide .da-link {
  left: 11%;
  opacity: 1
}
.da-slide-current .da-img {
  left: 54%;
  opacity: 1
}
.da-slide-current .da-imgbig {
  opacity: 1
}
.da-slider .big {
  color: white;
  text-shadow: none
}
.sliderspacer {
  z-index: -2;
  position: relative;
  clear: both;
  margin-top: 100%
}
.sliderthumbs {
  position: absolute;
  margin-top: -150px;
  left: 50%;
  margin-left: -175px;
  width: 180px;
  background: transparent;
  z-index: 20;
  text-align: center
}
.sliderthumbs div {
  width: 180px;
  height: 90px;
  display: inline-block;
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;
  position: absolute
}
.sliderthumbs div img {
  width: 100%
}
.da-slide .subject {
  margin-top: 17%
}
.da-slide p {
  margin-top: 29%
}
.da-link {
  margin-top: 64%
}
.da-dots {
  margin-top: 66%
}
.bodycontainer .da-slide .subject {
  margin-top: 3%;
  text-shadow: none;
  background: #fff
}
.bodycontainer .da-slide p {
  margin-top: 7%;
  text-shadow: none
}
.bodycontainer .da-link {
  margin-top: 33%
}
/*SLIDER STYLES END*/
/* General styles */
.button, button {
  padding: 6px 12px;
  margin: 5px 0;
  display: inline-block;
  text-decoration: none
}
.padded {
  padding: 40px
}
.toedge {
  margin-left: -40px;
  margin-right: -40px
}
.paddedh {
  padding-left: 40px;
  padding-right: 40px
}
.paddedv {
  padding-top: 40px;
  padding-bottom: 40px
}
.shadow, .scrolldown, .totop {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3)
}
.textshadow {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.glow {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.9)
}
.maxwidth {
  max-width: 1250px;
  margin: auto
}
.content {
  position: relative;
  margin-top: -100px
}
.whiteborder {
  outline: 3px solid #fff
}
.slogan {
  float: right;
  padding: 14px;
  margin-right: 62px;
  height: 62px;
  line-height: 32px;
  margin-bottom: -3px
}
.logo {
  float: left;
  padding: 10px;
  font-size: 21px;
  margin: 0 30px
}
.logo em {
  font-size: 28px
}
.logo img {
  max-height: 40px
}
.close {
  position: fixed;
  right: 2vw;
  top: 2vw;
  width: 40px;
  padding: 8px;
  background: #333;
  border-radius: 50%
}
.close:hover, .resetfilter:hover .close, .filters:hover .close {
  transform: rotate(90deg)
}
form :disabled {
  background: #fff;
  color: #ccc
}
.footer {
  position: relative
}
.fcbox {
  margin-right: 55px;
  font-size: 16px
}
#body {
  transition: 0.3s
}
.bottommsg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(#444, #555);
  padding: 10px 40px;
  display: none;
  animation-name: slide_from_bottom;
  animation-duration: 1s
}
.bottommsg, .bottommsg h1, .bottommsg h2, .bottommsg h3 {
  color: #eee
}
.bottommsg .close {
  top: auto;
  background: transparent
}
.prodview, #cartinfo, .msgbox {
  margin: 80px auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1)
}
.msgbox {
  padding: 100px;
  width: 800px;
  margin: 20% auto
}
/* Color options */
.white {
  color: white
}
.gray {
  color: gray
}
.lightgray {
  color: lightgray
}
.black {
  color: black
}
.yellow {
  color: yellow
}
.orange {
  color: orange
}
.red {
  color: red
}
.brown {
  color: brown
}
.green {
  color: green
}
.blue {
  color: blue
}
.purple {
  color: purple
}
.pink {
  color: pink
}
.bg_white {
  background: white
}
.bg_gray {
  background: gray
}
.bg_black {
  background: black
}
.bg_yellow {
  background: yellow
}
.bg_orange {
  background: orange
}
.bg_red {
  background: red
}
.bg_brown {
  background: brown
}
.bg_green {
  background: green
}
.bg_blue {
  background: blue
}
.bg_purple {
  background: purple
}
.bg_pink {
  background: pink
}
/* layers order */
#imagewindow {
  z-index: 110
}
#window {
  z-index: 100
}
.toggle {
  display: none;
  z-index: 30
}
.navigation, .social {
  z-index: 20
}
.content, .close, .next, .previous, .scrolldown, .totop {
  z-index: 10
}
.mainimage {
  z-index: 0
}
/* Transitions */
.button, button, .service, .close, .mainimage .text, .edge, .edge img, .navitems a, .imagebar, .social, .social em, .next, .previous, .testimonial {
  transition: 0.3s
}
.navigation {
  transition: 0.5s
}
/* Options */
.hand, .button, button, scrolldown, .totop, .pic, .close, .fa-search, .logo, .next, .previous, a, .filters {
  cursor: hand;
	cursor: pointer;
}
.rounded, .button, button, input[type="submit"], .text, .pictitle, #image, .testimonial {
  border-radius: 3px
}
.overlaph {
  margin-left: -70px;
  margin-right: -70px
}
.overlapv {
  margin-top: -70px;
  margin-bottom: -70px
}
.overlaptop {
  margin-top: -70px
}
.overlapbottom {
  margin-bottom: -70px
}
.nopadding {
  margin-top: -40px;
  margin-bottom: -40px
}
.bringfront {
  z-index: 10;
  position: relative
}
.block {
  display: block
}
.load, .mainimage, .imagebar {
  background: url('/images/load.gif') center no-repeat
}
.blur {
  filter: blur(14px)
}
table {
  width: 100%
}
.table td {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 10px
}
.table {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd
}
.clear {
  clear: both
}
.absolute {
  position: absolute
}
.fixed {
  position: fixed
}
.relative {
  position: relative
}
.hidden {
  display: none
}
.show {
  display: block
}
.desktop {
  display: block
}
.mobile {
  display: none
}
.col100 {
  width: 100%
}
.col90 {
  width: 90%
}
.col80 {
  width: 80%
}
.col75 {
  width: 75%
}
.col70 {
  width: 70%
}
.col66 {
  width: 66.66%
}
.col60 {
  width: 60%
}
.col50 {
  width: 50%
}
.col40 {
  width: 40%
}
.col33 {
  width: 33.33%
}
.col30 {
  width: 30%
}
.col25 {
  width: 25%
}
.col20 {
  width: 20%
}
.col15 {
  width: 15%
}
.col10 {
  width: 10%
}
.col5 {
  width: 5%
}
.acol100 {
  width: 100%
}
.acol90 {
  width: 90%
}
.acol80 {
  width: 80%
}
.acol75 {
  width: 75%
}
.acol70 {
  width: 70%
}
.acol66 {
  width: 66.66%
}
.acol60 {
  width: 60%
}
.acol50 {
  width: 50%
}
.acol40 {
  width: 40%
}
.acol33 {
  width: 33.33%
}
.acol30 {
  width: 30%
}
.acol25 {
  width: 25%
}
.acol20 {
  width: 20%
}
.acol15 {
  width: 15%
}
.acol10 {
  width: 10%
}
.acol5 {
  width: 5%
}
.noscroll {
  overflow: hidden
}
.floatl, .afloatl {
  float: left
}
.floatr, .afloatr {
  float: right
}
.inline {
  display: inline-block
}
.textcenter {
  text-align: center
}
.touchscroll {
  -webkit-overflow-scrolling: touch
}
.anchor {
  margin-top: -150px;
  position: absolute
}
.center {
  margin-left: auto;
  margin-right: auto
}
.round {
  border-radius: 50%;
  overflow: hidden
}
.d100 {
  width: 100px;
  height: 100px
}
.d200 {
  width: 200px;
  height: 200px
}
.d250 {
  width: 250px;
  height: 250px
}
.d300 {
  width: 300px;
  height: 300px
}
#window, #imagewindow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: rgba(255, 255, 255, 0.6)
}
#imagewindow #image {
  max-width: 98%;
  max-height: 96%;
  vertical-align: middle;
  z-index: 0;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
#imagewindow #image.pano {
  max-width: none
}
.pictitle {
  background: #000;
  color: #999;
  font-size: 18px;
  position: fixed;
  padding: 6px 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s
}
.next, .previous {
  position: fixed;
  top: 49%;
  display: block;
  color: #222;
  height: 46px;
  margin-top: -15px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
  padding: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5
}
.previous {
  padding-left: 3px;
  padding-right: 11px
}
.next {
  padding-right: 3px;
  padding-left: 11px
}
.next:hover, .previous:hover {
  color: #555;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  opacity: 1
}
#window .next, #imagewindow .next {
  right: 1%
}
#window .previous, #imagewindow .previous {
  left: 1%
}
/* FULL */
.textbox {
  position: absolute;
  margin-top: 10%;
  margin-left: 10%;
  max-width: 500px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden
}
.textbox .h1 {
  margin: -40px;
  margin-bottom: 30px;
  padding: 30px;
  background: #008cc0;
  color: #fff
}
.page {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff
}
.page img {
  height: 100%;
  position: absolute;
  top: 0
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0
}
.full .logo {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 30
}

.cookiemonster{position:fixed;bottom:40px;left:40px;border-radius:5px;background:#fff;z-index:10;display:relative;padding:30px;max-width:400px}
.cookiemonster .close{position:absolute;right:-18px;top:-18px}

.mark img{width:80px;height:80px;object-fit:scale-down;display:inline-block;vertical-align:middle;margin:18px;filter:grayscale(100%);transition:0.1s}
.mark img:hover{border-radius:5px;filter:grayscale(0)}

.logod{text-align:center;border-top:1px solid #eee;margin-top:40px}
.logod img{max-width:100px;max-height:70px;margin:5px 20px}

@keyframes slide_in_left {
  from {
    margin-left: -100vw
  }
  to {
    margin-left: 0
  }
}
@keyframes slide_in_right {
  from {
    margin-right: -100vw
  }
  to {
    margin-right: 0
  }
}
@keyframes slide_out_left {
  from {
    margin-left: 0
  }
  to {
    margin-left: -100vw
  }
}
@keyframes slide_out_right {
  from {
    margin-right: 0
  }
  to {
    margin-right: -100vw
  }
}
@keyframes slide_in_top {
  from {
    margin-top: -100vh
  }
  to {
    margin-top: 0
  }
}
@keyframes slide_from_bottom {
  from {
    margin-bottom: -100vh
  }
  to {
    margin-bottom: 0
  }
}
@keyframes slide_out_top {
  from {
    margin-top: 0
  }
  to {
    margin-top: -100vh
  }
}
@keyframes slide_out_bottom {
  from {
    margin-bottom: 0
  }
  to {
    margin-bottom: -100vh
  }
}
@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@media(min-width:1200px) {
  .hotproducts .prod {
    width: 20%
  }
}
@media(min-width:1600px) {
  .hotproducts .prod {
    width: 20%
  }
}

@media screen and (max-width:1260px) {
  .testimonial {
    width: 29%
  }
  .mainimage .text {
    width: 40%
  }
  .grid {
    columns: 3
  }
}
@media screen and (max-width:1100px) {
  .grid {
    columns: 2
  }
}
@media screen and (max-width:900px) {}
/*RESPONSIVE*/
@media screen and (max-width:820px) {
  .floatl, .floatr {
    float: none
  }
  .mainimage .text {
    width: 80%;
    left: 10%
  }
  .contentimage img {
    margin: 0;
    height: auto
  }
  .imagebar {
    height: auto
  }
  .imagebar img {
    width: 110%;
    height: auto;
    margin: 0 -5%
  }
  .padded {
    padding: 8%
  }
  .toedge {
    margin: 0 -10%
  }
  .nopadding {
    margin: 0
  }
  .overlaph, .overlapv, .overlaptop, .overlapbottom {
    margin: 0
  }
  .langs {
    left: 0;
    right: auto;
    background: #eee;
    padding: 10px
  }
  .navigation {
    top: 0;
    margin-top: 0;
    position:fixed;
    top:0;
  }
  .navitems a, .navitems a.active {
    display: block;
    font-size: 15px;
    padding: 10px;
    border-bottom: 1px solid #eee
  }
  .navitems {
    display: none;
    clear: both;
    background: rgba(255, 255, 255, 0.96);
    padding: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    position:fixed;
    top:60px;
    bottom:0;
    left:0;
    right:0;
    z-index:10;
    overflow:auto;
  }
  .navitems .active {
    margin: 0
  }
  .logo {
    position: relative;
    margin-left: 66px;
    width: 50%;
    max-width: 150px
  }
  .logo img {
    width: 100%;
    max-height: none
  }
  .search {
    display: none
  }
  .slogan {
    width: 96%;
    padding: 2%;
    margin: 0;
    text-align: center;
    display: none
  }
  .toggle {
    display: block;
    font-size: 24px;
    padding: 10px 14px;
    position: absolute;
    right: 0px;
    color:var(--main-color);
  }
  .col5, .col10, .col15, .col20, .col25, .col30, .col33, .col40, .col50, .col60, .col66, .col70, .col75, .col80, .col90 {
    width: 100%
  }
  .testimonial {
    margin-top: 50px;
    width: 96%
  }
  .testimonial img {
    width: 30%;
    margin-top: -14%;
    margin-right: -8%
  }
  .mobile {
    display: block
  }
  .desktop {
    display: none
  }
  .cllogin {
    position: absolute;
    top: 0;
    right: 40px;
    margin: 0;
    z-index: 100
  }
  .cllogin .clbox {
    right: 0
  }
  .cllogin .point {
    margin-right: 10px;
    margin-left: 195px
  }
  .textbox {
    margin: 10%
  }
  .page img {
    margin-left: -80%
  }
  .gallery .pic, .gallery.g2 .pic, .gallery.g3 .pic, .gallery.g4 .pic {
    width: 44%;
    height: 10%;
    margin: 3%
  }
  .pic.pano {
    width: 98%
  }
  .totop {
    bottom: 30px
  }
  .anchor {
    margin-top: 0
  }
  .calendar {
    margin: 0 -50px;
    width: auto
  }
  .grid {
    columns: 1
  }
  .bottommsg .button {
    padding: 14px 12px;
    margin: 20px -10px 10px 20px
  }
  .cookiemonster{position:fixed;bottom:0;left:0;right:0;border-radius:0;max-width:none;}
  .cookiemonster .close{right:20px;top:20px}
}
@media screen and (max-width:770px) and (orientation: landscape) {
  .pictitle {
    display: none
  }
}
