@import url(../user/themes/corkerspace/css/fonts.css);
@import url(../user/themes/corkerspace/css/font-awesome/css/font-awesome.min.css);
@import url(../user/themes/corkerspace/css/micons/micons.css);
.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}
.vegas-overlay {
  opacity: 0.5;
  background: url(../user/themes/corkerspace/css/overlays/02.png) center center;
}
.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}
.vegas-timer-progress {
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}
.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}
.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
body .vegas-container {
  overflow: hidden !important;
  position: relative;
}
.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide,
body.vegas-container > .vegas-timer {
  position: fixed;
  z-index: -1;
}
:root body.vegas-container > .vegas-overlay,
:root body.vegas-container > .vegas-slide,
_::full-page-media,
_:future {
  bottom: -76px;
}
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}
.vegas-transition-fade2-out {
  opacity: 0;
}
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.vegas-transition-blur2-out {
  opacity: 0;
}
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}
.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}
.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.vegas-transition-slideLeft2-out,
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.vegas-transition-slideDown,
.vegas-transition-slideDown2,
.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.vegas-transition-zoomIn2-out,
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
}
.vegas-transition-swirlLeft2-out,
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
}
.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
body,
input,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
img,
video {
  max-width: 100%;
  height: auto;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
ol,
ul {
  list-style: none;
}
li {
  display: block;
}
a {
  text-decoration: none;
  line-height: inherit;
}
a img {
  border: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.row {
  width: 94%;
  max-width: 1170px;
  margin: 0 auto;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
}
[class*="col-"],
.bgrid {
  float: left;
}
[class*="col-"] + [class*="col-"].end {
  float: right;
}
[class*="col-"] {
  padding: 0 20px;
}
.col-one {
  width: 8.33333%;
}
.col-two,
.col-1-6 {
  width: 16.66667%;
}
.col-three,
.col-1-4 {
  width: 25%;
}
.col-four,
.col-1-3 {
  width: 33.33333%;
}
.col-five {
  width: 41.66667%;
}
.col-six,
.col-1-2 {
  width: 50%;
}
.col-seven {
  width: 58.33333%;
}
.col-eight,
.col-2-3 {
  width: 66.66667%;
}
.col-nine,
.col-3-4 {
  width: 75%;
}
.col-ten,
.col-5-6 {
  width: 83.33333%;
}
.col-eleven {
  width: 91.66667%;
}
.col-twelve,
.col-full {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .row .row {
    margin-left: -18px;
    margin-right: -18px;
  }
  [class*="col-"] {
    padding: 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .row {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .row .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  [class*="col-"] {
    padding: 0 15px;
  }
  .tab-1-4 {
    width: 25%;
  }
  .tab-1-3 {
    width: 33.33333%;
  }
  .tab-1-2 {
    width: 50%;
  }
  .tab-2-3 {
    width: 66.66667%;
  }
  .tab-3-4 {
    width: 75%;
  }
  .tab-full {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .row {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  [class*="col-"] {
    padding: 0 10px;
  }
  .mob-1-4 {
    width: 25%;
  }
  .mob-1-2 {
    width: 50%;
  }
  .mob-3-4 {
    width: 75%;
  }
  .mob-full {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .row .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  [class*="col-"] {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  [class*="col-"] + [class*="col-"].end {
    float: none;
  }
}
[class*="block-"]:before,
[class*="block-"]:after {
  content: "";
  display: table;
}
[class*="block-"]:after {
  clear: both;
}
.block-1-6 .bgrid {
  width: 16.66667%;
}
.block-1-4 .bgrid {
  width: 25%;
}
.block-1-3 .bgrid {
  width: 33.33333%;
}
.block-1-2 .bgrid {
  width: 50%;
}
.block-1-6 .bgrid:nth-child(6n + 1),
.block-1-4 .bgrid:nth-child(4n + 1),
.block-1-3 .bgrid:nth-child(3n + 1),
.block-1-2 .bgrid:nth-child(2n + 1) {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .block-s-1-6 .bgrid {
    width: 16.66667%;
  }
  .block-s-1-4 .bgrid {
    width: 25%;
  }
  .block-s-1-3 .bgrid {
    width: 33.33333%;
  }
  .block-s-1-2 .bgrid {
    width: 50%;
  }
  .block-s-full .bgrid {
    width: 100%;
    clear: both;
  }
  [class*="block-s-"] .bgrid:nth-child(n) {
    clear: none;
  }
  .block-s-1-6 .bgrid:nth-child(6n + 1),
  .block-s-1-4 .bgrid:nth-child(4n + 1),
  .block-s-1-3 .bgrid:nth-child(3n + 1),
  .block-s-1-2 .bgrid:nth-child(2n + 1) {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .block-tab-1-6 .bgrid {
    width: 16.66667%;
  }
  .block-tab-1-4 .bgrid {
    width: 25%;
  }
  .block-tab-1-3 .bgrid {
    width: 33.33333%;
  }
  .block-tab-1-2 .bgrid {
    width: 50%;
  }
  .block-tab-full .bgrid {
    width: 100%;
    clear: both;
  }
  [class*="block-tab-"] .bgrid:nth-child(n) {
    clear: none;
  }
  .block-tab-1-6 .bgrid:nth-child(6n + 1),
  .block-tab-1-4 .bgrid:nth-child(4n + 1),
  .block-tab-1-3 .bgrid:nth-child(3n + 1),
  .block-tab-1-2 .bgrid:nth-child(2n + 1) {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  .block-mob-1-6 .bgrid {
    width: 16.66667%;
  }
  .block-mob-1-4 .bgrid {
    width: 25%;
  }
  .block-mob-1-3 .bgrid {
    width: 33.33333%;
  }
  .block-mob-1-2 .bgrid {
    width: 50%;
  }
  .block-mob-full .bgrid {
    width: 100%;
    clear: both;
  }
  [class*="block-mob-"] .bgrid:nth-child(n) {
    clear: none;
  }
  .block-mob-1-6 .bgrid:nth-child(6n + 1),
  .block-mob-1-4 .bgrid:nth-child(4n + 1),
  .block-mob-1-3 .bgrid:nth-child(3n + 1),
  .block-mob-1-2 .bgrid:nth-child(2n + 1) {
    clear: both;
  }
}
@media screen and (max-width: 400px) {
  .stack .bgrid {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.overflow-hidden {
  overflow: hidden;
}
.remove-bottom {
  margin-bottom: 0;
}
.half-bottom {
  margin-bottom: 1.5rem !important;
}
.add-bottom {
  margin-bottom: 3rem !important;
}
.no-border {
  border: none;
}
.full-width {
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
html {
  font-size: 10px;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}
html,
body {
  height: 100%;
  line-height: 1;
}
body {
  background: #fff;
  font-family: "roboto-regular", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #333;
}
a,
a:visited {
  color: #151414;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h01,
.h02,
.h03,
.h04,
.h05,
.h06 {
  font-family: "roboto-black", sans-serif;
  color: #151515;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.1rem;
}
h3,
.h03,
h4,
.h04 {
  margin-bottom: 1.8rem;
}
h5,
.h05,
h6,
.h06 {
  margin-bottom: 1.2rem;
}
h1,
.h01 {
  font-size: 3.1rem;
  line-height: 1.35;
  letter-spacing: -0.1rem;
}
@media only screen and (max-width: 640px) {
  h1,
  .h01 {
    font-size: 2.6rem;
    letter-spacing: -0.07rem;
  }
}
h2,
.h02 {
  font-size: 2.4rem;
  line-height: 1.25;
}
h3,
.h03 {
  font-size: 2rem;
  line-height: 1.5;
}
h4,
.h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}
h5,
.h05 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
h6,
.h06 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
p img {
  margin: 0;
}
.lead {
  font-family: "roboto-light", serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #151515;
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 768px) {
  p.lead {
    font-size: 1.8rem;
  }
}
em,
i,
strong,
b {
  font-size: 1.6rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: 400;
}
em,
i {
  font-family: "roboto-italic", serif;
}
strong,
b {
  font-family: "roboto-bold", serif;
}
small {
  font-size: 1.1rem;
  line-height: inherit;
}
blockquote {
  margin: 3rem 0;
  padding-left: 4rem;
  position: relative;
}
blockquote:before {
  content: "\201C";
  font-size: 8rem;
  line-height: 0;
  margin: 0;
  color: #333;
  font-family: arial, sans-serif;
  position: absolute;
  top: 3rem;
  left: 0;
}
blockquote p {
  font-family: georgia, serif;
  font-style: italic;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.75;
}
blockquote cite {
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.65;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #4d4d4d;
  border: none;
}
abbr {
  font-family: "roboto-bold", serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.05rem;
  color: #4d4d4d;
}
var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
  padding: 2.4rem 3rem 3rem;
  background: #f1f1f1;
}
code {
  font-size: 1.4rem;
  margin: 0 0.2rem;
  padding: 0.3rem 0.6rem;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}
pre.prettyprint > code {
  border: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
mark {
  background: #fff49b;
  color: #000;
}
hr {
  border: solid #d2d2d2;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}
ol,
ul {
  margin-left: 1.7rem;
}
ul li {
  padding-left: 0.4rem;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0.6rem 0 0.6rem 1.7rem;
}
ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 0.8rem;
  position: relative;
}
ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #034e4a;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}
dt {
  margin: 0;
  color: #034e4a;
}
dd {
  margin: 0 0 0 2rem;
}
button,
.button {
  margin-bottom: 1.2rem;
}
fieldset {
  margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 3rem;
}
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}
img.pull-left {
  margin: 1.5rem 3rem 0 0;
}
.bgrid {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .bgrid {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #050505;
  z-index: 800;
  height: 100%;
  width: 100%;
}
.no-js #preloader,
.oldie #preloader {
  display: none;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  padding: 0;
}
#loader:before {
  content: "";
  border-top: 6px solid rgba(255, 255, 255, 0.1);
  border-right: 6px solid rgba(255, 255, 255, 0.1);
  border-bottom: 6px solid rgba(255, 255, 255, 0.1);
  border-left: 6px solid #fff;
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
fieldset {
  border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  background: rgba(255, 255, 255, 0.7) !important;
  height: 5rem;
  padding: 1rem 1.5rem;
  border: none;
  border-bottom: 3px solid rgba(17, 17, 17, 0.5);
  outline: none;
  vertical-align: middle;
  color: #333;
  font-family: "roboto-regular", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 100%;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
textarea {
  min-height: 15rem;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000;
  border-color: #034e4a;
}
label,
legend {
  font-family: "roboto-bold", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  color: #000;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "roboto-regular", sans-serif;
  line-height: inherit;
}
label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: 0.15rem;
}
::-webkit-input-placeholder {
  color: gray;
}
:-moz-placeholder {
  color: gray;
}
::-moz-placeholder {
  color: gray;
}
:-ms-input-placeholder {
  color: gray;
}
.placeholder {
  color: gray !important;
}
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "roboto-black", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 3rem;
  margin: 0 0.3rem 1.2rem 0;
  background: #d8d8d8;
  color: #313131;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background: #bebebe;
  color: #000;
  outline: 0;
}
.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background: #034e4a;
  color: #fff;
}
.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: #1f1f1f;
}
button.full-width,
.button.full-width {
  width: 100%;
  margin-right: 0;
}
button.medium,
.button.medium {
  height: 5.7rem !important;
  line-height: 5.7rem !important;
  padding: 0 1.8rem !important;
}
button.large,
.button.large {
  height: 6rem !important;
  line-height: 6rem !important;
  padding: 0rem 3rem !important;
}
button.stroke,
.button.stroke {
  background: transparent !important;
  border: 3px solid #313131;
  line-height: 4.8rem;
}
button.stroke.medium,
.button.stroke.medium {
  line-height: 5.1rem !important;
}
button.stroke.large,
.button.stroke.large {
  line-height: 5.4rem !important;
}
button.stroke:hover,
.button.stroke:hover {
  border: 3px solid #034e4a;
  color: #034e4a;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem 0.6rem 0 0;
  font-size: 8.4rem;
  font-family: "roboto-bold", sans-serif;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #151515;
}
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}
.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}
.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}
.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0;
}
.pull-quote:before,
.pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 8rem;
  font-family: Arial, Sans-Serif;
  color: #333;
}
.pull-quote:before {
  content: "\201C";
  top: 33px;
  left: 0;
}
.pull-quote:after {
  content: "\201D";
  bottom: -33px;
  right: 0;
}
.pull-quote blockquote {
  margin: 0;
}
.pull-quote blockquote:before {
  content: none;
}
.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}
.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #ccc;
}
.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "roboto-bold", sans-serif;
  border: none;
  color: #252525;
}
.stats-tabs li a:hover {
  color: #034e4a;
}
.stats-tabs li a em {
  display: block;
  margin: 0.6rem 0 0 0;
  font-size: 1.4rem;
  font-family: "roboto-regular", sans-serif;
  color: #4d4d4d;
}
header {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 700;
  background-color: rgb(98, 152, 107);
}
.headerAbsolute header {
  position: absolute;
}
header .row {
  height: auto;
  max-width: 1290px;
  position: relative;
}
header .logo {
  left: 26px;
  top: 0;
  margin-top: 78px;
  margin-bottom: 30px;
}
.headerAbsolute header .logo {
  position: absolute;
}
header .logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 420px;
  height: 84px;
  background: url(../user/themes/corkerspace/images/logo.png) no-repeat center;
  background-size: 420px 84px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .social-links {
  position: absolute;
  right: 20px;
  top: 78px;
  text-align: right;
}
header .social-links ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 2.7rem;
}
header .social-links ul li {
  display: inline-block;
  padding: 0 0.9rem;
}
header .social-links ul li:last-child {
  padding-right: 0;
}
header .social-links ul li a,
header .social-links ul li a:visited {
  color: #fff;
}
header .social-links ul li a:hover,
header .social-links ul li a:focus {
  color: #151414;
}
@media only screen and (max-width: 1024px) {
  header .logo {
    left: 24px;
    margin-top: 42px;
  }
  header .logo a {
    width: 390px;
    height: 78px;
    background-size: 390px 78px;
  }
  header .social-links {
    right: 18px;
    top: 54px;
  }
}
@media only screen and (max-width: 768px) {
  header .logo {
    left: 51px;
    margin-top: 36px;
  }
  header .logo a {
    width: 350px;
    height: 70px;
    background-size: 350px 70px;
  }
  header .social-links {
    right: 45px;
    top: 48px;
  }
}
@media only screen and (max-width: 640px) {
  header .logo {
    left: 41px;
    margin-top: 130px;
  }
  header .logo a {
    width: 305px;
    height: 61px;
    background-size: 305px 61px;
  }
  header .social-links {
    right: 41px;
    top: 42px;
  }
  header .social-links ul {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 500px) {
  header .logo {
    left: 35px;
  }
  header .social-links {
    right: 35px;
  }
  header .social-links ul {
    font-size: 2.1rem;
  }
  header .social-links ul li {
    padding: 0 0.6rem;
  }
}
@media only screen and (max-width: 380px) {
  header .logo {
    left: 30px;
    margin-top: 130px;
  }
  header .logo a {
    width: 260px;
    height: 52px;
    background-size: 260px 52px;
  }
  header .social-links ul {
    font-size: 2rem;
  }
  header .social-links li {
    padding: 0 0.3rem;
  }
}
#home #slogan h1 {
  font-size: 12rem;
  max-width: none;
}
#home #slogan h1 .corkPart {
  background: url(../user/themes/corkerspace/images/cork-texture.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  text-align: center;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  -webkit-animation: BackgroundAnimated 70s linear infinite;
  -moz-animation: BackgroundAnimated 70s linear infinite;
  -ms-animation: BackgroundAnimated 70s linear infinite;
  -o-animation: BackgroundAnimated 70s linear infinite;
  animation: BackgroundAnimated 70s linear infinite;
}
@keyframes BackgroundAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes BackgroundAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-ms-keyframes BackgroundAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-moz-keyframes BackgroundAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
#home a,
#home a:visited {
  color: #fff;
}
#home a:hover,
#home a:focus {
  color: #151414;
}
#home #slogan a:hover,
#home #slogan a:focus {
  color: #151414;
}
#home {
  background: #020507;
  width: 100%;
  height: 100%;
  min-height: 800px;
  z-index: 600;
  position: relative;
}
#home .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: -moz-linear-gradient(left, black 0%, black 20%, transparent 100%);
  background: -webkit-linear-gradient(
    left,
    black 0%,
    black 20%,
    transparent 100%
  );
  background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00000000',GradientType=1);
}
#home .row {
  max-width: 1290px;
}
#home.home-static {
  background: url(../user/themes/corkerspace/images/home-bg.jpg) no-repeat
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#home.home-particles {
  background: rgb(98, 152, 107);
  overflow: hidden;
  height: 100vh;
}
#home.home-particles .pg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  opacity: 0.2;
}
#home.home-particles .shadow-overlay {
  display: none;
}
#home.home-slides {
  height: 100% !important;
}
.content-wrap-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
.main-content-tablecell {
  display: table-cell;
  vertical-align: bottom;
  z-index: 700;
}
.main-content-tablecell .row {
  position: relative;
  padding-top: 4.2rem;
  padding-bottom: 15rem;
}
.main-content-tablecell #counter {
  margin-bottom: 4.2rem;
}
.main-content-tablecell #counter:before,
.main-content-tablecell #counter:after {
  content: "";
  display: table;
}
.main-content-tablecell #counter:after {
  clear: both;
}
.main-content-tablecell #counter .half {
  float: left;
}
.main-content-tablecell #counter span {
  float: left;
  text-align: right;
  color: #fff;
  font-family: "roboto-black", sans-serif;
  font-size: 12rem;
  line-height: 1;
  padding: 0;
  margin-bottom: 1.5rem;
}
.main-content-tablecell #counter span sup {
  font-family: "roboto-bold", sans-serif;
  font-size: 0.17em;
  color: rgba(255, 255, 255, 0.3);
  top: -3.6em;
  right: 1em;
}
.main-content-tablecell h1,
.main-content-tablecell h2 {
  font-size: 4.2rem;
  line-height: 1.143;
  color: #fff;
  margin-bottom: 1.2rem;
  max-width: 600px;
  position: relative;
}
.main-content-tablecell h3 {
  color: rgba(255, 255, 255, 0.3);
  font-family: "roboto-regular", sans-serif;
  font-size: 1.8rem;
  max-width: 400px;
}
.scroll-icon {
  position: absolute;
  width: 200px;
  height: 90px;
  padding-right: 3.5rem;
  bottom: 0;
  right: 20px;
  text-align: right;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
}
.scroll-icon .scroll-text {
  font-family: "roboto-bold", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 1.5rem;
}
.scroll-icon .end-top {
  content: "";
  background-color: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -6px;
  right: -4px;
}
.scroll-icon .mouse {
  position: absolute;
  height: 38px;
  width: 25px;
  border: 3px solid #fff;
  border-radius: 12px;
  right: -13px;
  top: 10px;
  display: block;
  text-align: center;
  z-index: 700;
  -webkit-animation: vertical 3s ease infinite;
  animation: vertical 3s ease infinite;
}
.scroll-icon .mouse::before {
  content: "";
  display: block;
  height: 5px;
  width: 3px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -1.5px;
  border-radius: 2px;
}
@-webkit-keyframes vertical {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(20px);
  }
}
@keyframes vertical {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(20px);
  }
}
@media only screen and (max-width: 1200px) {
  .main-content-tablecell #counter {
    margin-bottom: 2.4rem;
  }
  .main-content-tablecell #counter span {
    font-size: 11rem;
  }
}
@media only screen and (max-width: 1024px) {
  .main-content-tablecell h1 {
    font-size: 3.5rem;
  }
  .main-content-tablecell p {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .main-content-tablecell #counter {
    margin-bottom: 1.2rem;
  }
  .main-content-tablecell #counter span {
    font-size: 10.4rem;
  }
  .main-content-tablecell .row {
    padding-bottom: 12rem;
  }
  .main-content-tablecell h1 {
    font-size: 3.2rem;
  }
  .main-content-tablecell p {
    font-size: 1.6rem;
  }
  .scroll-icon {
    right: 45px;
  }
  .scroll-icon .scroll-text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  #home {
    min-height: 700px;
  }
  .main-content-tablecell #counter {
    margin-bottom: 0.9rem;
  }
  .main-content-tablecell #counter span {
    font-size: 8.4rem;
  }
  .main-content-tablecell h1 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 500px) {
  .main-content-tablecell #counter span {
    font-size: 7.2rem;
  }
}
@media only screen and (max-width: 400px) {
  #home {
    min-height: 600px;
  }
  .main-content-tablecell #counter {
    margin-bottom: 1.5rem;
  }
  .main-content-tablecell #counter span {
    font-size: 6rem;
    margin-bottom: 0.9rem;
  }
  .main-content-tablecell #counter span sup {
    font-size: 0.2em;
    top: -2.8em;
  }
  .main-content-tablecell h1 {
    font-size: 2.4rem;
  }
}
#info {
  background: #fff;
  background-image: url(../user/themes/corkerspace/images/office-bg-chairs.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 10.2rem 0 9rem;
  position: relative;
  color: rgba(17, 17, 17, 0.7);
}
#info .tabs-wrap {
  margin: 3rem 0;
  text-align: center;
  position: relative;
}
#info .tabs-wrap ul.tabs {
  display: inline-block;
  margin: 0 0 6rem 0;
  padding: 0;
}
#info .tabs-wrap ul.tabs li {
  display: inline-block;
  font-family: "roboto-black", sans-serif;
  text-transform: uppercase;
  background: transparent;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: rgba(17, 17, 17, 0.6);
  padding: 0.9rem 3rem;
  margin: 0 1rem 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
#info .tabs-wrap ul.tabs li:last-child {
  margin-right: 0;
}
#info .tabs-wrap ul.tabs li:hover {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(17, 17, 17, 0.8);
}
#info .tabs-wrap ul.tabs li.active {
  background: #151515;
  color: #fff;
  border: none;
}
#info .tabs-wrap ul.tabs li i {
  margin-right: 7px;
  font-size: 1.8rem;
  position: relative;
  top: 0.3rem;
}
#info .tabs-wrap .tab-container {
  clear: both;
  width: 100%;
  min-height: 20rem;
  height: auto;
}
#info .tabs-wrap .tab-content {
  padding: 3rem 0;
}
#info .tabs-wrap .tab-entry-intro {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.2rem;
}
#info .tabs-wrap .tab-entry-intro h1 {
  font-size: 4.5rem;
  line-height: 1.267;
  margin-bottom: 2rem;
}
#info .tabs-wrap .tab-entry-intro p.lead {
  color: #151515;
}
#info .tabs-wrap .tab-entry-intro .with-bottom-line {
  position: relative;
  overflow: hidden;
}
#info .tabs-wrap .tab-entry-intro .with-bottom-line::after {
  display: block;
  background-color: rgba(17, 17, 17, 0.3);
  width: 120px;
  height: 3px;
  content: "\0020";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -60px;
}
#info .row .form-wrap {
  max-width: 700px;
  margin-top: 6rem;
  margin-right: auto;
  margin-left: auto;
}
#info .row .form-wrap .form-field {
  margin-bottom: 3.6rem;
}
#info .row .form-wrap input[type="email"],
#info .row .form-wrap input[type="number"],
#info .row .form-wrap input[type="search"],
#info .row .form-wrap input[type="text"],
#info .row .form-wrap input[type="tel"],
#info .row .form-wrap input[type="url"],
#info .row .form-wrap input[type="password"],
#info .row .form-wrap textarea,
#info .row .form-wrap select,
#info .row .form-wrap button,
#info .row .form-wrap .button {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #info .tabs-wrap ul.tabs {
    margin: 0 0 4.8rem 0;
  }
  #info .tabs-wrap ul.tabs li {
    padding: 1.2rem 3rem;
  }
  #info .tabs-wrap ul.tabs li span {
    display: none;
  }
  #info .tabs-wrap ul.tabs li i {
    margin-right: 0;
    top: 0.3rem;
    font-size: 2.7rem;
  }
  #info .tabs-wrap .tab-entry-intro h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  #info .tabs-wrap ul.tabs {
    margin: 0 0 3.6rem 0;
  }
  #info .tabs-wrap ul.tabs li i {
    font-size: 2.4rem;
  }
  #info .tabs-wrap .tab-entry-intro h1 {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 500px) {
  #info .tabs-wrap ul.tabs li {
    padding: 1.2rem 1.5rem;
  }
  #info .tabs-wrap ul.tabs li i {
    font-size: 2.1rem;
  }
  #info .tabs-wrap .tab-entry-intro h1 {
    font-size: 3.5rem;
  }
}
.about-list {
  margin-top: 1.2rem;
  text-align: center;
}
.about-list .item {
  margin-bottom: 1.2rem;
  padding: 0 32px;
}
.about-list .icon {
  display: inline-block;
  margin-bottom: 2.1rem;
  color: #034e4a;
}
.about-list .icon i {
  font-size: 5.4rem;
}
.about-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .row .row.about-content {
    max-width: 600px;
    margin: 0 auto;
  }
  .about-list .item {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .about-list .item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .about-list .item {
    padding: 0;
  }
}
#submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
}
#submit-loader .text-loader {
  display: none;
  font-family: "roboto-black", sans-serif;
  color: #034e4a;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.oldie #submit-loader .s-loader {
  display: none;
}
.oldie #submit-loader .text-loader {
  display: block;
}
.s-loader {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}
.s-loader > div {
  width: 1rem;
  height: 1rem;
  background-color: #034e4a;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.9rem;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.s-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.s-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
#tab-subscribe .form-field input {
  text-align: center;
}
#tab-subscribe label {
  color: #000;
  font-size: 1.7rem;
}
#cta {
  background: #034e4a;
  padding-top: 9rem;
  padding-bottom: 7.8rem;
  text-align: center;
}
#cta p.lead {
  color: rgba(255, 255, 255, 0.5);
}
#cta .button {
  background: #02312e;
  color: #fff;
}
#cta .button:hover {
  background: #151515;
}
.cta-wrap {
  max-width: 670px;
}
.cta-thumb {
  display: inline-block;
  margin-bottom: 1.2rem;
}
.cta-thumb img {
  height: 7.8rem;
  width: 7.8rem;
  border-radius: 50%;
}
.cta-content h2 {
  position: relative;
  padding-bottom: 2.1rem;
  color: #fff;
}
.cta-content h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
}
.cta-content h2 a,
.cta-content h2 a:visited {
  color: #fff;
}
.cta-content span {
  color: #fff;
}
@media only screen and (max-width: 650px) {
  .cta-wrap {
    max-width: 650px;
  }
  .cta-wrap h2 {
    font-size: 2.7rem;
  }
}
#prices {
  margin: 4rem 0;
}
#prices div {
  text-align: center;
}
#prices h1 {
  font-size: 4.5rem;
  line-height: 1.267;
}
#prices .priceSection {
  color: #151515;
  min-height: 7rem;
  padding: 0;
}
#prices .mainSection {
  min-height: 5rem;
}
#prices .priceSection::before {
  display: block;
  background: linear-gradient(to right, #62986b, #99c5a0);
  width: 120px;
  height: 3px;
  content: "\0020";
  margin: 2rem auto;
}
#prices .row.priceItemsWrapper {
  width: 100%;
  max-width: 2048px;
}
#prices .priceItemsWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#prices .priceItem {
  min-height: 10rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  vertical-align: middle;
  margin: 2rem;
  width: calc(25% - 5rem);
  padding: 2rem 1rem;
  min-width: 200px;
}
@media (max-width: 975px) {
  #prices .row.priceItemsWrapper {
    width: 94%;
  }
  #prices .priceItem {
    margin: 2rem;
    width: calc(50% - 5rem);
    padding: 2rem 1rem;
    min-width: 200px;
  }
}
@media (max-width: 565px) {
  #prices .priceItem {
    margin: 2rem;
    width: calc(80% - 5rem);
    padding: 2rem 1rem;
    min-width: 200px;
  }
}
#prices .priceItem:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#contact {
  text-align: center;
  background: #fff;
  background-image: url(../user/themes/corkerspace/images/contact-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 10.2rem 0 9rem;
  position: relative;
  color: rgba(17, 17, 17, 0.7);
}
#contact #tab-contact {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.2rem;
  width: 90%;
}
#contact input[type="search"],
#contact input[type="email"],
#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="url"],
#contact input[type="password"],
#contact textarea,
#contact .form-textarea-wrapper {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}
#contact textarea {
  background: none !important;
}
#contact .form-field {
  margin-bottom: 3%;
}
#contact .button {
  background: rgb(98, 152, 107);
  color: #fff;
  clear: both;
  border: 0 none;
  border-top-color: initial;
  border-top-style: none;
  border-top-width: 0;
  border-right-color: initial;
  border-right-style: none;
  border-right-width: 0;
  border-bottom-color: initial;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-left-color: initial;
  border-left-style: none;
  border-left-width: 0;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
}
#contact .button:hover {
  background-color: #151414;
}
#contact form {
  padding: 10px 3% 10px 3% !important;
}
#contact form .inline {
  text-align: left;
}
#mc_embed_signup form {
  padding: 10px 3% 10px 3% !important;
}
.back-to-home {
  background: rgb(98, 152, 107);
}
.back-to-home span {
  color: #fff;
}
.back-to-home:hover,
.back-to-home:focus {
  background: #151515;
}
.pageHeader h1 {
  text-transform: uppercase;
}
.linkItem {
  clear: none;
  display: inline-block;
  width: 23%;
}
.linkItem a {
  color: rgba(17, 17, 17, 0.7);
}
.linkItem a:hover {
  color: initial;
}
.tags li {
  clear: none;
  display: inline-block;
  color: #efc050;
}
.small-border {
  background: #62986b;
  background: linear-gradient(to right, #62986b, #99c5a0);
  width: 120px;
  height: 3px;
  margin: 0.4rem 0;
  transform: scale(1, 1);
  visibility: visible;
  display: inline-block;
}
.imageAndMp4OnHover .video {
  object-fit: fill;
}
.imageAndMp4OnHover.noLink:hover {
  cursor: default;
}
.imageAndMp4OnHover:hover {
  text-decoration: none;
}
.imageAndMp4OnHover:hover img.image {
  display: none;
}
.imageAndMp4OnHover:hover video.video {
  display: inline-block;
}
.bodySectionImportant section#body {
  background: #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 10.2rem 0 9rem;
  position: relative;
  color: rgba(17, 17, 17, 0.7);
  min-height: 50%;
  margin-bottom: 50px;
}
.bodySectionImportant.thankyouPage section#body {
  background-image: url(../user/themes/corkerspace/images/zank-you.jpg);
  text-align: center;
}
.thankyouPage .back-to-home {
  margin-top: 50px;
}
.corker-logo-icon {
  width: 40px;
  height: 40px;
}
.required {
  color: #e85c41;
  font-size: 150%;
}
footer {
  text-align: center;
  padding-bottom: 12rem;
  position: relative;
}
.social-wrap {
  text-align: center;
  background: rgb(98, 152, 107);
  margin-bottom: 4.8rem;
}
.footer-social-list {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.footer-social-list a,
.footer-social-list a:visited {
  color: #fff;
}
.footer-social-list a:hover,
.footer-social-list a:focus {
  color: #151414;
}
.footer-social-list li {
  display: inline-block;
  padding: 0;
}
.footer-social-list li a {
  display: block;
  padding: 4.8rem 3rem 4.8rem;
}
.footer-social-list li i {
  display: block;
  font-size: 3.6rem;
}
.footer-social-list li span {
  display: block;
  margin-top: 0.9rem;
  font-size: 1.5rem;
}
footer .footer-bottom {
  position: relative;
}
footer .footer-bottom a,
footer .footer-bottom a:visited {
  color: #000;
}
footer .footer-bottom a:hover,
footer .footer-bottom a:focus {
  color: #034e4a;
}
footer .footer-bottom .footer-logo {
  display: inline-block;
  width: 150px;
}
footer .copyright {
  display: block;
  position: relative;
  padding-top: 3.6rem;
  margin-top: 1.5rem;
}
footer .back-to-top {
  font-family: "roboto-black", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer .back-to-top a {
  display: block;
  background: rgb(98, 152, 107);
  padding: 1.2rem 3rem 1.5rem;
  color: #fff;
}
footer .back-to-top a:hover,
footer .back-to-top a:focus {
  background: #151515;
}
footer .back-to-top a i {
  margin-left: 15px;
}
#cookieChoiceInfo {
  bottom: 0 !important;
  top: inherit !important;
}
#cookieChoiceInfo a {
  background-color: rgb(98, 152, 107) !important;
}
@media (max-width: 480px) {
  .g-recaptcha iframe {
    max-width: 100%;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }
  #rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 480px) {
  #rc-imageselect {
    transform: none;
    -webkit-transform: none;
  }
  .g-recaptcha iframe {
    max-width: none;
    transform: none;
    -webkit-transform: none;
  }
}
.g-recaptcha > div {
  margin: 4px auto !important;
  text-align: center;
  width: auto !important;
  height: auto !important;
}
.g-recaptcha > div > div {
  margin: 4px auto !important;
  text-align: center;
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 1024px) {
  #info {
    background-attachment: scroll !important;
  }
  #contact {
    background-attachment: scroll !important;
  }
  .bodySectionImportant section#body {
    background-attachment: scroll !important;
  }
}
@media only screen and (max-width: 800px) {
  #home #slogan h1 {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer-social-list li a {
    padding: 4.8rem 2rem 4.8rem;
  }
  .footer-social-list li i {
    font-size: 3.3rem;
  }
  .footer-social-list li span {
    font-size: 1.4rem;
  }
  footer .footer-bottom .footer-logo {
    width: 140px;
  }
}
@media only screen and (max-width: 640px) {
  #home #slogan h1 {
    font-size: 8rem;
  }
  footer {
    padding-bottom: 10.2rem;
  }
  .footer-social-list li a {
    padding: 4.8rem 1.3rem 4.8rem;
  }
  .footer-social-list li i {
    font-size: 3rem;
  }
  .footer-social-list li span {
    font-size: 1.3rem;
  }
  footer .footer-bottom .footer-logo {
    width: 130px;
  }
  footer .copyright span {
    display: block;
  }
  footer .copyright span::after {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #home #slogan h1 {
    font-size: 6rem;
  }
  .footer-social-list li a {
    padding: 4.8rem 1.2rem 4.8rem;
  }
  .footer-social-list li span {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  #home #slogan h1 {
    font-size: 4rem;
  }
  .footer-social-list li a {
    padding: 4.8rem 1.1rem 4.8rem;
  }
  footer .footer-bottom .footer-logo {
    width: 120px;
  }
  footer .back-to-top a {
    padding: 1.2rem 2.3rem 1.5rem;
  }
}
#corkersSection {
  background-color: rgb(98, 152, 107);
}
#corkersSection h1,
#corkersSection h6,
#corkersSection i,
#corkersSection p,
#corkerSection blockquote,
#corkerSection blockquote:before {
  color: #fff;
}
#corkersSection h1 {
  font-size: 4.5rem;
  line-height: 1.267;
}
#corkersSection .titleRow {
  margin-top: 50px;
}
#corkersSection .descriptionRow {
  margin-top: 50px;
  margin-bottom: 50px;
}
#corkersSection .firstSection {
  margin: 0.5rem;
  width: calc(50% - 2rem);
  display: inline-block;
  vertical-align: top;
}
#corkersSection .secondSection {
  margin: 0.5rem;
  width: calc(50% - 2rem);
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-left: 2rem;
}
#corkersSection .detailSection {
  margin-top: 2rem;
}
#corkersSection h6 {
  text-transform: none;
}
#corkersSection .button {
  background-color: #fff;
}
#corkersSection .button:hover {
  background-color: #d8d8d8;
}
#corkersSection blockquote.referral {
  font-size: 2rem;
  color: #fff;
  margin-top: 2rem;
}
blockquote.referral:before {
  color: #fff;
  content: "\201C";
  font-size: 8rem;
  line-height: 0;
  border-left: none;
  margin: 0;
  padding: 0.5em 10px;
  font-family: arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -3rem;
  margin-top: -3rem;
}
#corkersSection .tags {
  margin-top: 2rem;
}
#corkersSection .links {
  clear: both;
  padding-top: 10vh;
}
#corkersSection .linkItem .fa {
  font-size: 4rem;
}
#corkersSection .buttonWrapper,
#corkersPage .buttonWrapper {
  padding-top: 10vh;
  width: 100%;
  text-align: center;
}
#corkersSection {
  min-height: 90vh;
  text-align: center;
  padding: 50px;
}
#corkersSection .corkersSectionWrapper {
  margin: auto;
}
#corkersPage {
  margin: 4rem 0;
}
#corkersPage .corkersWrapper,
#corkersPage .corkersWrapper div {
  text-align: center;
}
#corkersPage h1 {
  font-size: 4.5rem;
  line-height: 1.267;
}
#corkersPage .row.corkersWrapper {
  width: 100%;
  max-width: 2048px;
}
#corkersPage .corkersWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#corkersPage .corkerItem .title {
  margin: 1rem auto;
}
#corkersPage .corkerItem .headline {
  margin: 1rem auto;
  min-height: 5rem;
}
#corkersPage .corkerItem {
  min-height: 10rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  vertical-align: middle;
  margin: 2rem;
  width: calc(33.333% - 5rem);
  padding: 2rem 1rem;
  min-width: 200px;
}
#corkersPage .corkerItem--active .links {
  background-color: rgb(98, 152, 107);
  color: #fff;
}
@media (max-width: 975px) {
  #corkersSection .corkersSectionWrapper {
    width: 100%;
  }
  #corkersPage .row.corkersWrapper {
    width: 94%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #corkersPage .corkerItem {
    margin: 2rem;
    width: calc(50% - 5rem);
    padding: 2rem 1rem;
    min-width: 200px;
  }
  #corkersSection .firstSection,
  #corkersSection .secondSection {
    width: calc(80% - 2rem);
    clear: both;
  }
}
@media (max-width: 700px) {
  #corkersSection {
    padding-left: 2px;
    padding-right: 2px;
  }
  #corkersSection .row {
    padding-left: 5px;
    padding-right: 5px;
  }
  #corkersSection .detailSection {
    float: none;
    clear: both;
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  #corkersPage .corkerItem {
    width: 80%;
  }
}
#corkersPage .corkerItem:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#gallerySection {
  padding: 0;
}
* {
  box-sizing: border-box;
}
.carousel {
  background: #fafafa;
}
.carousel-cell {
  width: 100vw;
  height: 66.666666667vw;
  margin-right: 10px;
  background: rgb(98, 152, 107);
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
}
.static-banner {
  text-transform: capitalize;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  padding: 1rem 1.5rem;
  font-size: 2.5rem;
  color: #d8d8d8;
  pointer-events: none;
  right: 2rem;
  bottom: 2rem;
}
html {
  scroll-behavior: smooth;
}
/*! Flickity v2.0.8
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: #fff;
}
.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.notices {
  padding: 1px 1px 1px 30px;
  margin: 15px 0;
}
.notices.yellow {
  border-left: 10px solid #f0ad4e;
  background: #fcf8f2;
  color: #df8a13;
}
.notices.red {
  border-left: 10px solid #d9534f;
  background: #fdf7f7;
  color: #b52b27;
}
.notices.blue {
  border-left: 10px solid #5bc0de;
  background: #f4f8fa;
  color: #28a1c5;
}
.notices.green {
  border-left: 10px solid #5cb85c;
  background: #f1f9f1;
  color: #3d8b3d;
}
#grav-login {
  max-width: 30rem;
  margin: 5rem auto;
  background: #fcfcfc;
  border: 4px solid #eee;
  border-radius: 4px;
  padding: 1rem 3rem 3rem 3rem;
  text-align: center;
}
#grav-login .form-actions {
  text-align: right;
}
#grav-logout {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.alert.info {
  color: #27ae60;
}
.alert.error {
  color: #e74c3c;
}
#grav-login p {
  font-size: small;
  margin: 1rem 0;
  padding: 0;
  text-align: center;
}
#grav-login .form-actions p {
  margin-bottom: 0;
}
#grav-login .button {
  vertical-align: middle;
}
#grav-login .delimiter {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.6rem;
  position: relative;
  text-transform: uppercase;
  margin: 1rem 0;
}
#grav-login .delimiter:after,
#grav-login .delimiter:before {
  background-color: #777;
  content: "";
  height: 1px;
  position: absolute;
  top: 0.8rem;
  width: 40%;
}
#grav-login .delimiter:before {
  background-image: -moz-linear-gradient(right center, #777777, #ffffff);
  left: 0;
}
#grav-login .delimiter:after {
  background-image: -moz-linear-gradient(left center, #777777, #ffffff);
  right: 0;
}
#grav-login .rememberme {
  display: inline-block;
  float: left;
  padding: 7px 0;
  vertical-align: middle;
}
#grav-login .rememberme label {
  font-weight: inherit;
  display: inline;
}
.login-status {
  white-space: nowrap;
  vertical-align: middle;
}
#cookieChoiceInfo,
#cookieChoiceInfo div:first-child {
  background-color: #000 !important;
  color: #fff;
  font-size: medium;
  line-height: 18px;
  padding: 10px !important;
}
#cookieChoiceInfo span,
#cookieChoiceInfo a {
  display: inline-block;
  float: left;
}
#cookieChoiceInfo span {
  width: 80%;
  margin-right: 20px;
}
#cookieChoiceInfo a {
  padding: 6px;
  border: 1px solid #333;
  background-color: #d5911a;
  color: #fff;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -khtml-border-radius: 6px;
}
@media screen and (max-width: 1280px) {
  #cookieChoiceInfo span,
  #cookieChoiceInfo a {
    display: inline-block;
    float: none;
  }
  #cookieChoiceInfo span {
    width: 100%;
  }
  #cookieChoiceInfo a {
    min-width: 100px;
    margin-top: 10px;
  }
}
