@charset "UTF-8";
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/css/libs/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/css/libs/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/css/libs/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/css/libs/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/css/libs/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-inner,.fancybox-outer,.fancybox-skin{position:relative}.fancybox-skin{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/css/libs/fancybox-helpers/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}.fancybox-close,.fancybox-nav,.fancybox-nav span{cursor:pointer;z-index:8040;position:absolute}#fancybox-loading div{width:44px;height:44px;background:url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/css/libs/fancybox-helpers/fancybox_loading.gif) center center no-repeat}.fancybox-close{top:-18px;right:-18px;width:36px;height:36px}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;background:url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/css/libs/fancybox-helpers/blank.gif);-webkit-tap-highlight-color:transparent}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{top:50%;width:36px;height:34px;margin-top:-18px;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock,.fancybox-lock body{overflow:hidden!important}.fancybox-lock{width:auto}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/css/libs/fancybox-helpers/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/css/libs/fancybox-helpers/fancybox_loading@2x.gif);background-size:24px 24px}}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/css/libs/fancybox-helpers/fancybox_buttons.png);
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline; } article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 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,
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: bold; } dfn {
font-style: italic; } h1 {
font-size: 2em;
margin: 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 {
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 {
color: inherit; font: inherit; 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;  box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; } legend {
border: 0; padding: 0; } textarea {
overflow: auto; } optgroup {
font-weight: bold; }  table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; } html.fp-enabled,
.fp-enabled body {
margin: 0;
padding: 0;
overflow: hidden; -webkit-tap-highlight-color: transparent; }
#superContainer {
height: 100%;
position: relative; -ms-touch-action: none; touch-action: none; }
.fp-section {
position: relative;  box-sizing: border-box; }
.fp-slide {
float: left; }
.fp-slide, .fp-slidesContainer {
height: 100%;
display: block; }
.fp-slides {
z-index: 1;
height: 100%;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.fp-section.fp-table, .fp-slide.fp-table {
display: table;
table-layout: fixed;
width: 100%; }
.fp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%; }
.fp-slidesContainer {
float: left;
position: relative; }
.fp-controlArrow {
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; position: absolute;
z-index: 4;
top: 50%;
cursor: pointer;
width: 0;
height: 0;
border-style: solid;
margin-top: -38px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.fp-controlArrow.fp-prev {
left: 15px;
width: 0;
border-width: 38.5px 34px 38.5px 0;
border-color: transparent #fff transparent transparent; }
.fp-controlArrow.fp-next {
right: 15px;
border-width: 38.5px 0 38.5px 34px;
border-color: transparent transparent transparent #fff; }
.fp-scrollable {
overflow: scroll; }
.fp-notransition {
-webkit-transition: none !important;
transition: none !important; }
.fp-slidesNav {
position: absolute;
z-index: 4;
left: 50%;
opacity: 1; }
.fp-slidesNav.bottom {
bottom: 17px; }
.fp-slidesNav.top {
top: 17px; }
#fp-nav ul,
.fp-slidesNav ul {
margin: 0;
padding: 0; }
#fp-nav ul li,
.fp-slidesNav ul li {
display: block;
width: 14px;
height: 13px;
margin: 7px;
position: relative; }
#fp-nav ul li a,
.fp-slidesNav ul li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none; }
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
height: 12px;
width: 12px;
margin: -6px 0 0 -6px;
border-radius: 100%; }
#fp-nav ul li:hover #fp-nav ul li a.active span, #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover
.fp-slidesNav ul li a.active span, #fp-slidesNav ul li:hover
.fp-slidesNav ul li a.active span {
height: 12px;
width: 12px;
margin: -6px 0 0 -6px;
border-radius: 100%; }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
border-radius: 50%;
position: absolute;
z-index: 1;
height: 4px;
width: 4px;
border: 0;
background: #333;
left: 50%;
top: 50%;
margin: -2px 0 0 -2px;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out; }
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
width: 10px;
height: 10px;
margin: -5px 0px 0px -5px; }
#fp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 50%;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0); }
#fp-nav.right {
right: 17px; }
#fp-nav.left {
left: 17px; }
#fp-nav ul li .fp-tooltip {
position: absolute;
top: -2px;
color: #fff;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
max-width: 220px;
overflow: hidden;
display: block;
opacity: 0;
width: 0;
cursor: pointer; }
#fp-nav ul li .fp-tooltip.right {
right: 20px; }
#fp-nav ul li:hover .fp-tooltip {
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
width: auto;
opacity: 1; }
#fp-nav.fp-show-active a.active + .fp-tooltip {
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
width: auto;
opacity: 1; }
.fp-slidesNav ul li {
display: inline-block; }
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
height: auto !important; }
.gform_wrapper p.required-note, .footer-bottom .footer-copyright p,
.footer-bottom .harbr-credit p, .tax-product_type .section-heading h4 {
font-family: "Roboto", Helvetica, sans-serif;
font-weight: 400; }
.header .menu li, .menuToggle, .single-products .product-single-menu-bar .prod-menu-link a, .isContentArea h1, .isContentArea h2 {
font-family: "Roboto", Helvetica, sans-serif;
font-weight: 500; }
.gform_wrapper p.required-note {
font-style: italic; }
.footer h3, .info-columns .left-info-text h3,
.info-columns .right-info-text h3, .contact .map-form-wrap .map-column .map-top-message, .single-products .product-testimonials .testimonials-section-heading h3, .single-products .product-testimonials .testimonial-slider .testimonial-heading .testimonial-details h4, .hero-content h2, .info-rotator .info-line, .bottom-cta .cta-text h2, .section-heading h2, .isContentArea h1.page-title {
font-family: "Lora", "Times New Roman", Serif;
font-weight: 900; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading .testimonial-details h3, .blog-post-feed article .section-heading h2, .isContentArea h3, .isContentArea h4, .isContentArea h5 {
font-family: "Lora", "Times New Roman", Serif;
font-weight: 700; } .section {
clear: both;
padding: 0px;
margin: 0px; } .group:before,
.group:after {
content: "";
display: table; }
.group:after {
clear: both; }
.group {
zoom: 1; } .col {
display: block;
float: left;
margin: 1% 0 1% 1.6%; }
.col:first-child {
margin-left: 0; }  @media only screen and (max-width: 480px) {
.col {
margin: 1% 0 1% 0%; } } .span_10_of_10 {
width: 100%; }
.span_9_of_10 {
width: 89.84%; }
.span_8_of_10 {
width: 79.68%; }
.span_7_of_10 {
width: 69.52%; }
.span_6_of_10 {
width: 59.36%; }
.span_5_of_10 {
width: 49.2%; }
.span_4_of_10 {
width: 39.04%; }
.span_3_of_10 {
width: 28.88%; }
.span_2_of_10 {
width: 18.72%; }
.span_1_of_10 {
width: 8.56%; } @media only screen and (max-width: 480px) {
.span_10_of_10 {
width: 100%; }
.span_9_of_10 {
width: 100%; }
.span_8_of_10 {
width: 100%; }
.span_7_of_10 {
width: 100%; }
.span_6_of_10 {
width: 100%; }
.span_5_of_10 {
width: 100%; }
.span_4_of_10 {
width: 100%; }
.span_3_of_10 {
width: 100%; }
.span_2_of_10 {
width: 100%; }
.span_1_of_10 {
width: 100%; } } .span_12_of_12 {
width: 100%; }
.span_11_of_12 {
width: 91.46%; }
.span_10_of_12 {
width: 83%; }
.span_9_of_12 {
width: 74.54%; }
.span_8_of_12 {
width: 66.08%; }
.span_7_of_12 {
width: 57.62%; }
.span_6_of_12 {
width: 49.16%; }
.span_5_of_12 {
width: 40.7%; }
.span_4_of_12 {
width: 32.24%; }
.span_3_of_12 {
width: 23.78%; }
.span_2_of_12 {
width: 15.32%; }
.span_1_of_12 {
width: 6.86%; } @media only screen and (max-width: 480px) {
.span_12_of_12 {
width: 100%; }
.span_11_of_12 {
width: 100%; }
.span_10_of_12 {
width: 100%; }
.span_9_of_12 {
width: 100%; }
.span_8_of_12 {
width: 100%; }
.span_7_of_12 {
width: 100%; }
.span_6_of_12 {
width: 100%; }
.span_5_of_12 {
width: 100%; }
.span_4_of_12 {
width: 100%; }
.span_3_of_12 {
width: 100%; }
.span_2_of_12 {
width: 100%; }
.span_1_of_12 {
width: 100%; } }
.header .line-logo a, .badge-logo-header.header .badge-logo a, .menuToggle a, .scroll-down-link a, .single-products .product-single-menu-bar .prod-menu-link a, .single-products .product-single-menu-bar .prod-menu-link.prev-product a, .single-products .product-single-menu-bar .prod-menu-link.next-product a, .single-products .info-box-wrap .close-info-box a, .single-post .next-prev-posts .post-nav-link.prev-post a, .single-post .next-prev-posts .post-nav-link.next-post a, .hasEmailLink .email-link a {
width: 100%;
height: 100%;
display: block;
cursor: pointer; }
.home-intro .home-intro-photo, .info-columns, .services-grid .service-image, .tax-product_type .product-imgcol .inner, .tax-product_type.term-consumables .product-box .product-thumb, .single-products .product-single-menu-bar .prod-menu-link.prev-product a, .single-products .product-single-menu-bar .prod-menu-link.next-product a, .single-products .product-full-section .prod-img-col .imgWrap, .single-products .enquire-section .enquire-image, .single-products .product-testimonials .testimonials-section-heading .inner, .latest-posts-slider .slide, .blog-post-feed article .post-thumb, .single-post .post-hero, .single-post .next-prev-posts .post-nav-link.prev-post a, .single-post .next-prev-posts .post-nav-link.next-post a, .hero, .lower-cta, .bottom-cta {
background-size: cover;
background-repeat: no-repeat;
background-position: center top;}



.home-intro {background-color:#ffffff}

.home-intro .home-intro-photo, .info-columns, .services-grid .service-image, .tax-product_type .product-imgcol .inner, .tax-product_type.term-consumables .product-box .product-thumb, .single-products .product-single-menu-bar .prod-menu-link.prev-product a, .single-products .product-single-menu-bar .prod-menu-link.next-product a, .single-products .product-full-section .prod-img-col .imgWrap, .single-products .enquire-section .enquire-image, .single-products .product-testimonials .testimonials-section-heading .inner, .latest-posts-slider .slide, .blog-post-feed article .post-thumb, .single-post .post-hero, .single-post .next-prev-posts .post-nav-link.prev-post a, .single-post .next-prev-posts .post-nav-link.next-post a, .hero, .lower-cta, .bottom-cta {
background-position: center center; }
.home-hero-wrapper, .tax-product_type .product-imgcol .inner, .single-products .enquire-section .enquire-image, .single-products .product-testimonials .testimonials-section-heading .inner, .latest-posts-slider .slide, .latest-posts-slider-wrapper .bx-controls.bx-has-pager, .darkOverlay, .whiteOverlay, .hazeOverlay, .hazeOverlayLess, .hazeOverlayDk {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%; }
::-moz-selection {
background: #ed2b39;
color: #fff;
text-shadow: none; }
::selection {
background: #ed2b39;
color: #fff;
text-shadow: none; }
::-webkit-selection {
background: #ed2b39;
color: #fff;
text-shadow: none; }
::-moz-selection {
background: #ed2b39;
color: #fff;
text-shadow: none; }
.wrapper, .container, #fancyWrap, .contact .map-form-wrap, .tax-product_type .product-imgcol, .single-post .post-nav-bar-sticky-wrap, .single-post .post-nav-bar, .gform_wrapper .gform_body,
.gform_wrapper .gform_body ul {
*zoom: 1; }
.wrapper:before, .container:before, #fancyWrap:before, .contact .map-form-wrap:before, .tax-product_type .product-imgcol:before, .single-post .post-nav-bar-sticky-wrap:before, .single-post .post-nav-bar:before, .gform_wrapper .gform_body:before,
.gform_wrapper .gform_body ul:before, .wrapper:after, .container:after, #fancyWrap:after, .contact .map-form-wrap:after, .tax-product_type .product-imgcol:after, .single-post .post-nav-bar-sticky-wrap:after, .single-post .post-nav-bar:after, .gform_wrapper .gform_body:after,
.gform_wrapper .gform_body ul:after {
content: " ";
display: table; }
.wrapper:after, .container:after, #fancyWrap:after, .contact .map-form-wrap:after, .tax-product_type .product-imgcol:after, .single-post .post-nav-bar-sticky-wrap:after, .single-post .post-nav-bar:after, .gform_wrapper .gform_body:after,
.gform_wrapper .gform_body ul:after {
clear: both; }
* {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility; } html {
font-size: 62.5%;
height: 100%; }
body {
font-size: 14px;
line-height: 1.6;
font-weight: 300;
font-family: "Roboto", Helvetica, sans-serif;
background: #FAFAFA;
color: #676767;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
-webkit-touch-callout: none !important;
position: relative; }
body.noScroll {
overflow: hidden !important; }
a, .header-wrapper, .header, .header .line-logo, .badge-logo-header.header .badge-logo, .menuToggle, .menu-wrapper .mobile-menu ul li a, .scroll-down-link .arrow, .single-products .product-single-menu-bar .prod-menu-link, .single-products .product-single-menu-bar .prod-menu-link.overview-link a .text, .single-products .product-full-section .prod-text-col .next-section-arrow,
.single-products .product-full-section .prod-text-col .last-section-arrow, .single-post .post-nav-bar, .single-post .social-sharing .social-share-icon, .single-post .social-sharing .social-share-links .social-icon, .single-post .next-prev-posts .post-nav-link.prev-post, .single-post .next-prev-posts .post-nav-link.next-post, .btn, .load-more-posts-btn-wrapper .load-more-posts-btn, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .close-btn .inner, .gform_wrapper ul li input,
.gform_wrapper ul li input[type=text],
.gform_wrapper ul li input[type=url],
.gform_wrapper ul li input[type=email],
.gform_wrapper ul li input[type=tel],
.gform_wrapper ul li input[type=number],
.gform_wrapper ul li input[type=password],
.gform_wrapper ul li textarea {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease; }
.bx-wrapper .bx-controls-direction a:hover, .header .line-logo:hover, .header .menu li a:hover, .menu-wrapper .mobile-menu ul li a:hover, .footer-bottom a:hover, .tax-product_type .section-heading h2 a:hover, .single-products .info-box-wrap .close-info-box a:hover, .single-products .product-full-section .prod-text-col .back-to-prod-list a:hover, .single-products .product-full-section .prod-text-col .next-section-arrow:hover,
.single-products .product-full-section .prod-text-col .last-section-arrow:hover, .single-post .post-content-wrapper .back-to-all-posts:hover, .info-rotator .info-line a:hover, .hasEmailLink .email-link:hover, .play-btn:hover, .close-btn:hover {
opacity: .7; }
img {
max-width: 100%;
vertical-align: bottom; }
a {
color: #21ce99;
text-decoration: none;
-webkit-tap-highlight-color: transparent; }
a:hover {
color: #1d1d1d; }
a:focus {
outline: 0; }
a:hover,
a:active {
outline: 0; }
.hover {
-webkit-user-select: none;
-webkit-touch-callout: none; }
input:focus {
outline: 0;
border: 1px solid #21ce99; }
.wrapper {
width: 100%;
margin: 0;
padding: 0;
position: relative; }
.container {
max-width: 1280px;
width: 93%;
margin: 0 auto;
position: relative; }
section {
overflow: hidden; }
.fancy-positioner {
position: fixed;
width: 100%;
height: 100%;
z-index: -1;
top: 0;
height: 0;
-webkit-transition: z-index 0.8s step-end, height 1.2s cubic-bezier(0.666, 0, 0.333, 1);
transition: z-index 0.8s step-end, height 1.2s cubic-bezier(0.666, 0, 0.333, 1); }
.fancy-positioner.isOpen {
z-index: 999;
height: 100%;
-webkit-transition: z-index 0.6s step-start, height 0.1s cubic-bezier(0.666, 0, 0.333, 1);
transition: z-index 0.6s step-start, height 0.1s cubic-bezier(0.666, 0, 0.333, 1); }
#fancyWrap {
background-color: rgba(0, 0, 0, 0.9);
display: block;
position: absolute;
z-index: -1;
top: 100vh !important;
left: 0;
width: 100%;
height: 0;
overflow: hidden;
-webkit-transition: z-index 0.7s step-end, top 0.7s cubic-bezier(0.666, 0, 0.333, 1), height 0.8s cubic-bezier(0.666, 0, 0.333, 1);
transition: z-index 0.7s step-end, top 0.7s cubic-bezier(0.666, 0, 0.333, 1), height 0.8s cubic-bezier(0.666, 0, 0.333, 1); }
#fancyWrap.isOpen {
z-index: 1;
top: 0vh !important;
height: 100%;
-webkit-transition: z-index 0.7s step-start, top 0.7s cubic-bezier(0.666, 0, 0.333, 1), height 0.1s cubic-bezier(0.666, 0, 0.333, 1);
transition: z-index 0.7s step-start, top 0.7s cubic-bezier(0.666, 0, 0.333, 1), height 0.1s cubic-bezier(0.666, 0, 0.333, 1); }
#fancyWrap .close-btn {
z-index: 9999;
position: absolute;
top: 12px;
left: 50%;
margin-left: -39px; }
#fancyWrap .fancybox-item.fancybox-close {
display: none; }
.fancybox-wrap {
position: absolute !important; }
.fancybox-overlay,
#fancybox-loading {
background-color: transparent !important;
position: absolute !important; }
#fancybox-loading {
display: none !important; }
.fancybox-close {
position: fixed;
top: 5px;
right: 5px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
background: transparent; }
.fancybox-overlay {
background-color: rgba(0, 0, 0, 0.9);
background-image: none; }
.fancybox-skin {
position: relative;
background: transparent;
color: #444;
text-shadow: none; }
.fancybox-opened .fancybox-skin {
box-shadow: none; }
.fancybox-mobile {
top: 80px !important; }
.col {
margin-top: 0;
margin-bottom: 0; }
.bx-wrapper {
margin-bottom: 0; }
.bx-wrapper .bx-viewport {
box-shadow: none;
border: none;
left: 0;
background: transparent;
margin: 0 !important; }
.bx-viewport li {
min-height: 1px;
min-width: 1px; }
.bx-wrapper .bx-controls.bx-has-pager {
width: 100%;
display: inline-block;
margin: 0;
padding: 19px 0 0;
list-style: none;
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center; }
.bx-wrapper .bx-controls.bx-has-pager .bx-pager {
bottom: 5%;
z-index: 52;
padding: 0; }
.bx-wrapper .bx-default-pager .bx-pager-item {
font-size: inherit;
position: relative;
display: inline-block;
vertical-align: top;
margin: 0 8px;
width: 12px;
height: 12px;
cursor: pointer; }
.bx-wrapper .bx-default-pager .bx-pager-item a {
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
outline: none;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 0.35);
text-indent: -999em; cursor: pointer;
position: absolute;
-webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease .1s;
transition: background-color 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease .1s;
transition: transform 0.2s ease .1s, background-color 0.2s ease, box-shadow 0.2s ease;
transition: transform 0.2s ease .1s, background-color 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease .1s; }
.bx-wrapper .bx-default-pager .bx-pager-item a:hover, .bx-wrapper .bx-default-pager .bx-pager-item a:focus {
background-color: rgba(255, 255, 255, 0.8); }
.bx-wrapper .bx-default-pager .bx-pager-item a.active {
border-radius: 100% !important;
background-color: rgba(255, 255, 255, 0);
box-shadow: inset 0 0 0 2px #fff;
-webkit-transform: scale(1.45);
transform: scale(1.45);
-webkit-transition: background-color 0.2s ease .1s, box-shadow 0.2s ease .1s, -webkit-transform 0.2s ease .1s;
transition: background-color 0.2s ease .1s, box-shadow 0.2s ease .1s, -webkit-transform 0.2s ease .1s;
transition: transform 0.2s ease .1s, background-color 0.2s ease .1s, box-shadow 0.2s ease .1s;
transition: transform 0.2s ease .1s, background-color 0.2s ease .1s, box-shadow 0.2s ease .1s, -webkit-transform 0.2s ease .1s; }
.bx-wrapper .bx-controls-direction a {
z-index: 52;
width: 25px;
height: 47px;
background-size: 25px 47px;
background-repeat: no-repeat;
background-position: 0 0; }
.bx-wrapper .bx-controls-direction a.bx-prev {
left: 10px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/arrow-left-white@2x.png); }
.bx-wrapper .bx-controls-direction a.bx-next {
right: 10px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/arrow-right-white@2x.png); }
.bx-wrapper .bx-controls-direction a:hover {
background-position: 0 0; }
.sticky-header-wrapper {
background-color: #21ce99;
position: relative;
z-index: 54; }
.sticky-header-wrapper.menuShrink .header {
padding: 16px 0; }
.sticky-header-wrapper .header-wrapper {
pointer-events: none; }
.sticky-header-wrapper .header-wrapper.sticky {
pointer-events: auto; }
.header-wrapper {
width: 100%;
background-color: #21ce99;
opacity: 0; }
.header-wrapper.sticky {
opacity: 1; }
.header {
padding: 40px 0; }
.header .menu-left-wrap,
.header .logo-space,
.header .menu-right-wrap {
display: inline-block;
vertical-align: top;
text-align: center; }
.header .menu-left-wrap {
width: calc(50% - 100px);
padding-left: 6%;
padding-right: 3%; }
.header .menu-left-wrap .menu {
float: right; }
.header .logo-space {
width: 192px; }
.header .menu-right-wrap {
width: calc(50% - 100px);
padding-right: 6%;
padding-left: 3%; }
.header .line-logo {
width: 156px;
height: 43px;
background-image: url(//www.pridelogic.com/projects/cashsystems/img/);
background-size: 156px 43px;
margin: 0 auto; }
.header .menu {
text-align: justify;
height: 43px;
padding-top: 2px;
width: 100%;
max-width: 560px; }
.header .menu:after {
font-size: 0;
content: '';
display: inline-block;
width: 100%;
height: 0; }
.header .menu li {
display: inline-block;
text-transform: uppercase;
font-size: 16px;
line-height: 20px; }
.header .menu li.isHomeLink {
display: none; }
.header .menu li a {
color: #ffffff;
display: block;
padding: 10px 5px 8px; }
.header .menu li.current_page_item a, .header .menu li.current_page_parent a, .header .menu li.current-menu-item a, .header .menu li.current-menu-parent a {
color: #fff;
border-bottom: 2px solid #fff; }
.header .menu li.current_page_item a:hover, .header .menu li.current_page_parent a:hover, .header .menu li.current-menu-item a:hover, .header .menu li.current-menu-parent a:hover {
color: #fff; }
.badge-logo-header.header {
position: absolute;
width: 100%;
z-index: 90;
padding: 20px 0 0;
border-top: 7px solid #21ce99; }
.badge-logo-header.header .menu {
margin-top: 58px; }
.badge-logo-header.header .badge-logo {
width: 130px;
height: 140px;
background-size: 130px 280px;
background-position: center top;
margin: 0 auto;
-webkit-transition: none;
transition: none; }
.badge-logo-header.header .badge-logo:hover {
background-position: center -140px; }
.menuToggle {

letter-spacing: 1px;
position: fixed;
top: 68px;
right: 5%;
z-index: 99;
font-size: 17px;
text-transform: uppercase; }
.badge-logo-header.header .badge-logo a{
color:#ffffff;
font-size:30px;	
font-weight:bold;
}
.badge-logo-header.header .badge-logo a:hover {
color:#585858	
}
.line-logo-header.header .line-logo a{
color:#ffffff;
font-size:30px;	
font-weight:bold;
}
.line-logo-header.header .line-logo a:hover {
color:#585858	
}
.menuToggle a {
color: #ffffff; }
.menuToggle.toggleInHeader {
top: 38px; }
.menuToggle.toggleInHeaderShrink {
top: 21px; }
.menu-wrapper {
position: fixed;
height: 100%;
width: 100%;
background-color: #21ce99;
z-index: -1;
opacity: 0;
top: 0;
-webkit-transition: z-index 0.7s step-end, opacity .8s ease;
transition: z-index 0.7s step-end, opacity .8s ease; }
.menu-wrapper .mobile-menu {
width: 100%;
opacity: 0;
-webkit-transition: opacity .4s ease, -webkit-transform .8s ease;
transition: opacity .4s ease, -webkit-transform .8s ease;
transition: opacity .4s ease, transform .8s ease;
transition: opacity .4s ease, transform .8s ease, -webkit-transform .8s ease;
-webkit-transform: scale(1.1);
transform: scale(1.1); }
.menu-wrapper .mobile-menu ul {
list-style: none;
text-align: center; }
.menu-wrapper .mobile-menu ul li {
font-size: 40px;
line-height: 40px;
margin-bottom: 22px; }
.menu-wrapper .mobile-menu ul li a {
color: #fff;
padding: 5px 5px 0; }
.menu-wrapper .mobile-menu ul li a:hover {
color: #fff; }
.menu-wrapper .mobile-menu ul li.current_page_item a, .menu-wrapper .mobile-menu ul li.current_page_parent a, .menu-wrapper .mobile-menu ul li.current-menu-item a, .menu-wrapper .mobile-menu ul li.current-menu-parent a {
color: #fff;
border-bottom: 2px solid #fff; }
.menu-wrapper .mobile-menu ul li.current_page_item a:hover, .menu-wrapper .mobile-menu ul li.current_page_parent a:hover, .menu-wrapper .mobile-menu ul li.current-menu-item a:hover, .menu-wrapper .mobile-menu ul li.current-menu-parent a:hover {
color: #fff; }
.menu-wrapper .mobile-menu ul#menu-menu-right li:last-child {
margin-bottom: 0; }
.menu-wrapper.menuActive {
z-index: 55;
opacity: 1;
-webkit-transition: z-index 0.7s step-start, opacity .8s ease;
transition: z-index 0.7s step-start, opacity .8s ease; }
.menu-wrapper.menuActive .mobile-menu {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity .5s ease .4s, -webkit-transform .8s ease .35s;
transition: opacity .5s ease .4s, -webkit-transform .8s ease .35s;
transition: opacity .5s ease .4s, transform .8s ease .35s;
transition: opacity .5s ease .4s, transform .8s ease .35s, -webkit-transform .8s ease .35s; }
@media only screen and (max-width: 1280px) {
.header .menu-left-wrap {
padding-left: 3%;
padding-right: 1%; }
.header .menu-right-wrap {
padding-right: 3%;
padding-left: 1%; } }
@media only screen and (max-width: 1140px) {
.sticky-header-wrapper.menuShrink .header {
padding: 13px 0; }
.header {
padding: 30px 0; }
.header .menu-left-wrap {
width: calc(50% - 90px); }
.header .menu-right-wrap {
width: calc(50% - 90px); }
.header .logo-space {
width: 172px; }
.header .menu li {
font-size: 15px;
line-height: 19px; }
.badge-logo-header.header .menu {
margin-top: 39px; }
.badge-logo-header.header .badge-logo {
width: 100px;
height: 108px;
background-size: 100px 216px; }
.badge-logo-header.header .badge-logo:hover {
background-position: center -108px; }
.header .line-logo {
width: 120px;
height: 33px;
background-size: 120px 33px;
margin-top: 4px; } }
@media only screen and (max-width: 960px) {
.header .menu-left-wrap {
display: none; }
.header .menu-right-wrap {
display: none; }
.header .logo-space {
width: 44%;
margin-left: 28%; }
.header .line-logo {
width: 156px;
height: 43px;
background-size: 156px 43px;
margin-top: 0; }
.menuToggle {
display: inline-block; } }
@media only screen and (max-width: 480px) {
.header .logo-space {
width: 156px;
margin-left: 5%; }
.badge-logo-header.header .badge-logo {
margin: 0; } }
@media only screen and (max-height: 920px) {
.menu-wrapper .mobile-menu ul li {
font-size: 32px;
line-height: 32px;
margin-bottom: 16px; } }
@media only screen and (max-height: 600px) {
.menu-wrapper .mobile-menu ul li {
font-size: 28px;
line-height: 28px;
margin-bottom: 12px; } }
@media screen and (max-width: 480px), screen and (max-height: 620px) {
.menu-wrapper .mobile-menu ul li {
font-size: 28px;
line-height: 28px;
margin-bottom: 12px; } }
@media screen and (max-width: 340px), screen and (max-height: 500px) {
.menu-wrapper .mobile-menu ul li {
font-size: 24px;
line-height: 24px;
margin-bottom: 10px; } }
.footer-wrap {
background-color: #1d1d1d;
color: #fff; }
.footer-wrap a {
color: #9D9D9D; }
.footer-wrap a:hover {
color: #fff; }
.footer {
padding: 66px 0 40px;
font-size: 15px; }
.footer .footer-info .footer-address {
margin-bottom: 20px; }
.footer .footer-info a {
color: #fff; }
.footer .footer-info a:hover {
color: #9D9D9D; }
.footer .footer-logo {
width: 180px;
height: 50px;
background-image: url(//www.pridelogic.com/projects/cashsystems/img/);
background-size: 180px 50px;
display: block;
margin: 0 0 14px; }
.footer h3 {
font-size: 22px;
line-height: 26px; }
.footer .heading-line {
width: 40px;
height: 1px;
border-bottom: 1px solid #9D9D9D;
display: block;
margin: 7px 0 8px; }
.footer .footer-social .social-icon {
display: block;
margin-top: 11px;
margin-bottom: 32px; }
.footer .footer-social .social-icon:last-child {
margin-bottom: 0; }
.footer .footer-social .social-icon a {
display: block;
text-indent: -9999px;
opacity: .5; }
.footer .footer-social .social-icon a:hover {
opacity: 1; }
.footer .footer-social .fb a {
width: 12px;
height: 24px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/social-fb@2x.png);
background-size: 12px 24px; }
.footer .footer-social .twt a {
width: 25px;
height: 20px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/social-twt@2x.png);
background-size: 25px 20px; }
.footer .footer-social .linkedin a {
width: 22px;
height: 22px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/social-linkedin@2x.png);
background-size: 22px 22px; }
.footer .footer-social .gplus a {
width: 31px;
height: 20px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/social-gplus@2x.png);
background-size: 31px 20px; }
.footer .footer-links {
padding-left: 6%; }
.footer .footer-links .link-list {
-webkit-columns: 1 170px;
-moz-columns: 1 170px;
columns: 1 170px; }
.footer .footer-links .link-list li {
line-height: 18px;
margin: 13px 0 0;
vertical-align: top; }
.footer .footer-links .link-list li:first-child {
margin-top: 0; }
.footer-bottom {
background-color: #21ce99;
padding: 18px 0; }
.footer-bottom a {
color: #fff; }
.footer-bottom .footer-copyright,
.footer-bottom .harbr-credit {
display: inline-block;
vertical-align: top; }
.footer-bottom .footer-copyright p,
.footer-bottom .harbr-credit p {
font-size: 14px; }
.footer-bottom .footer-copyright {
width: 70%; }
.footer-bottom .harbr-credit {
width: 29%;
text-align: right; }
.footer-copyright p {
font-family: "Lora", "Times New Roman", Serif;
font-size: 16px;
line-height: 26px; }
.footer-copyright a {
color: #fff; }
.footer-copyright a:hover {
color: #1d1d1d; }
@media only screen and (max-width: 1440px) {
.footer {
padding: 5% 0 4%; } }
@media only screen and (max-width: 920px) {
.footer {
padding: 7% 0 5%; }
.footer .footer-info {
width: 320px; }
.footer .footer-social {
width: 70px; }
.footer .footer-links {
width: 100%;
padding-left: 0;
margin-left: 0;
margin-top: 6%; } }
@media only screen and (max-width: 600px) {
.footer {
padding: 9% 0 7%; } }
@media only screen and (max-width: 480px) {
.footer {
padding: 11% 0 10%; }
.footer .footer-info {
width: 290px; }
.footer .footer-links {
margin-top: 10%; }
.footer-bottom .footer-copyright,
.footer-bottom .harbr-credit {
display: block;
width: 100%;
text-align: center; }
.footer-bottom .footer-copyright {
margin-bottom: 5px; } }
@media only screen and (max-width: 400px) {
.footer .footer-info {
width: 100%; }
.footer .footer-social {
width: 100%;
margin-left: 0;
margin-top: 12%; }
.footer .footer-social li.social-icon {
display: inline-block;
width: auto;
margin-right: 30px;
margin-bottom: 0;
vertical-align: middle; }
.footer .footer-social li.social-icon:last-child {
margin-right: 0; }
.footer .footer-links {
width: 100%;
padding-left: 0;
margin-left: 0;
margin-top: 12%; } }
.home-hero-wrapper {
position: fixed;
z-index: 1; }
.video-wrap {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0; }
video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: transparent;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition: 1s opacity;
transition: 1s opacity;
border-color: transparent; }
.touch .video-wrap {
display: none !important; }
.scroll-down-link {
position: absolute;
bottom: 16%;
left: 50%;
margin-left: -100px;
width: 160px;
height: 60px;
z-index: 1;
text-align: center; }
.scroll-down-link a {
color: #ffffff;
font-weight: bold; }
.scroll-down-link .text {
padding: 10px 10px 10px 10px;
background-color:rgba(0,0,0,0.2);
border-style: solid 2px #ffffff; }
.scroll-down-link .arrow {
width: 35px;
height: 10px;
left: 13px;
background-size: 35px 10px;
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
position: absolute;
top: 50px; }
.scroll-down-link:hover .arrow {
top: 35px; }
.home-intro {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden; }
.home-intro:before, .home-intro:after {
display: none; }
.home-intro .home-intro-text {
width: 50%;
padding-right: 6%;
padding-left: 6%; }
.home-intro .home-intro-text .btn, .home-intro .home-intro-text .load-more-posts-btn-wrapper .load-more-posts-btn, .load-more-posts-btn-wrapper .home-intro .home-intro-text .load-more-posts-btn, .home-intro .home-intro-text .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer .home-intro .home-intro-text input.button,
.home-intro .home-intro-text .gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .home-intro .home-intro-text input[type=submit] {
margin-top: 50px; }
.home-intro .home-intro-photo {
width: 50%;
background-color: #1d1d1d; }
.trusted-partners .trusted-partners-list {
text-align: center;
font-size: 0; }
.trusted-partners .trusted-partners-list img {
font-size: 18px;
display: inline-block;
margin: 20px 20px 0;
vertical-align: middle; }


@media only screen and (max-width: 680px) {
.trusted-partners .trusted-partners-list img {
-webkit-transform: scale(0.5);
transform: scale(0.5);
margin: 0; } }
.info-columns {
position: relative; }
.info-columns .inner {
position: relative;
z-index: 2; }
.info-columns .left-info-text,
.info-columns .right-info-text {
width: 49.5%;
display: inline-block;
vertical-align: top;
text-align: left;
padding: 0 8%; }
.info-columns .left-info-text .icon,
.info-columns .right-info-text .icon {
-webkit-transform: scale(0.5);
transform: scale(0.5);
margin: 0;
margin-top: -30px; }
.info-columns .left-info-text h3,
.info-columns .right-info-text h3 {
color: #1d1d1d;
font-size: 26px;
line-height: 32px;
margin-bottom: 20px;
margin-top: -20px; }
.info-columns .left-info-text p,
.info-columns .right-info-text p {
font-size: 15px;
line-height: 26px;
margin-bottom: 28px; }
.info-columns .left-info-text p:last-child,
.info-columns .right-info-text p:last-child {
margin-bottom: 0; }
@media only screen and (max-width: 1280px) {
.info-columns .left-info-text,
.info-columns .right-info-text {
padding: 0 5%; } }
@media only screen and (max-width: 1024px) {
.info-columns .left-info-text,
.info-columns .right-info-text {
width: 100%;
display: block;
padding: 0 10%; }
.info-columns .left-info-text {
margin-bottom: 40px; } }
@media only screen and (max-width: 680px) {
.info-columns .left-info-text,
.info-columns .right-info-text {
padding: 0 5%; } }
.home .bottom-cta .cta-text {
max-width: 590px;
margin: 0 auto 0 10%; }
@media only screen and (max-width: 1500px) {
.home .bottom-cta .cta-text {
margin: 0 auto 0 5%; } }
@media only screen and (max-width: 1280px) {
.home .bottom-cta .cta-text {
max-width: 500px; } }
@media only screen and (max-width: 1140px) {
.home .bottom-cta .cta-text {
max-width: 460px;
margin: 0 auto 0 3%; } }
@media only screen and (max-width: 1024px) {
.home .bottom-cta .cta-text {
max-width: 400px; } }
@media only screen and (max-width: 768px) {
.home .bottom-cta .cta-text {
max-width: 66%;
width: 100%;
margin: 14% auto 0 3%; } }
@media only screen and (max-width: 480px) {
.home .bottom-cta .cta-text {
max-width: 68%; } }
@media only screen and (max-width: 1024px) {
.home-intro {
display: block; }
.home-intro .home-intro-text {
width: 100%; }
.home-intro .home-intro-text .btn, .home-intro .home-intro-text .load-more-posts-btn-wrapper .load-more-posts-btn, .load-more-posts-btn-wrapper .home-intro .home-intro-text .load-more-posts-btn, .home-intro .home-intro-text .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer .home-intro .home-intro-text input.button,
.home-intro .home-intro-text .gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .home-intro .home-intro-text input[type=submit] {
margin-top: 20px; }
.home-intro .home-intro-photo {
width: 100%;
padding-bottom: 80%; } }
.contact .info-bar {
font-size: 0;
text-align: center; }
.contact .info-bar .address,
.contact .info-bar .phone {
display: inline-block;
vertical-align: top; }
.contact .info-bar .address p,
.contact .info-bar .phone p {
color: #fff;
font-size: 17px;
line-height: 24px;
text-align: center;
padding: 20px 25px; }
.contact .info-bar .address .icon {
display: inline-block;
vertical-align: top;
margin: -6px 8px 0 0; }
.contact .info-bar .address .icon.house {
width: 35px;
height: 32px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/house-icon@2x.png);
background-size: 35px 32px;
background-repeat: no-repeat; }
.contact .info-bar .phone a {
color: #fff; }
.contact .info-bar .phone a:hover {
color: #fff; }
.contact .info-bar .phone .icon {
display: inline-block;
vertical-align: top;
margin: -4px 8px 0 0; }
.contact .info-bar .phone .icon.phone {
width: 19px;
height: 31px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/phone-icon@2x.png);
background-size: 19px 31px;
background-repeat: no-repeat; }
.contact .map-form-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.contact .map-form-wrap:before, .contact .map-form-wrap:after {
display: none; }
.contact .map-form-wrap .map-column,
.contact .map-form-wrap .form-column {
width: 50%;
float: left; }
.contact .map-form-wrap .map-column {
background-color: #ff4250; }
.contact .map-form-wrap .map-column .map-top-message {
background-color: #ff4250;
color: #fff;
font-size: 34px;
line-height: 46px;
text-align: center;
padding: 8%;
max-width: 600px;
margin: 0 auto;
display: block; }
.contact .map-form-wrap .map-column .map-image {
width: 100%;
display: block; }
.contact .map-form-wrap .map-column .map-image img {
width: 100%;
height: auto; }
.contact .map-form-wrap .form-column {
padding-right: 5%;
padding-left: 5%; }
.contact .map-form-wrap .form-column p {
font-size: 15px;
line-height: 30px; }
.contact .bottom-cta .cta-text {
max-width: 570px;
margin: 0 auto 0 5%; }
@media only screen and (max-width: 1440px) {
.contact .info-bar p {
font-size: 17px;
line-height: 24px; } }
@media only screen and (max-width: 1280px) {
.contact .bottom-cta .cta-text {
max-width: 500px; } }
@media only screen and (max-width: 1140px) {
.contact .bottom-cta .cta-text {
max-width: 460px;
margin: 0 auto 0 3%; } }
@media only screen and (max-width: 1024px) {
.contact .map-form-wrap .map-column .map-top-message {
font-size: 28px;
line-height: 40px; }
.contact .bottom-cta .cta-text {
max-width: 400px; } }
@media only screen and (max-width: 768px) {
.contact .info-bar .address,
.contact .info-bar .phone {
display: block;
width: 100%; }
.contact .info-bar .address p {
padding-top: 20px;
padding-bottom: 5px; }
.contact .info-bar .phone p {
padding-top: 5px;
padding-bottom: 20px; }
.contact .map-form-wrap {
display: block; }
.contact .map-form-wrap .map-column,
.contact .map-form-wrap .form-column {
width: 100%;
float: none; }
.contact .map-form-wrap .map-column .map-top-message {
font-size: 34px;
line-height: 46px; }
.contact .bottom-cta .cta-text {
max-width: 300px; } }
@media only screen and (max-width: 600px) {
.contact .map-form-wrap .map-column .map-top-message {
font-size: 28px;
line-height: 40px;
max-width: 500px; } }
@media only screen and (max-width: 480px) {
.contact .info-bar .address p,
.contact .info-bar .phone p {
font-size: 15px;
line-height: 22px; }
.contact .map-form-wrap .map-column .map-top-message {
font-size: 22px;
line-height: 30px;
max-width: 400px; }
.contact .bottom-cta .cta-text {
max-width: 68%; } }
.services-grid {
font-size: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.services-grid:before, .services-grid:after {
display: none; }
.services-grid .service-image,
.services-grid .service-text {
border: 1px solid #DDDDDD;
display: inline-block;
vertical-align: top; }
.services-grid .service-image.one-block {
width: 33.33%; }
.services-grid .service-image.two-block {
width: 66.66%; }
.services-grid .service-text {
width: 33.33%; }
.services-grid .service-text .flex-inner {
padding: 9.5% 15%; }
.services-grid .service-text p {
font-size: 15px;
line-height: 28px; }
@media only screen and (max-width: 1024px) {
.services-grid .service-image.one-block {
width: 50%; }
.services-grid .service-image.one-block .flex-inner {
padding-bottom: 60%; }
.services-grid .service-image.two-block {
width: 100%; }
.services-grid .service-image.two-block .flex-inner {
padding-bottom: 55%; }
.services-grid .service-text {
width: 50%; }
.services-grid .service-text .flex-inner {
padding: 10% 14%; } }
@media only screen and (max-width: 768px) {
.services-grid {
display: block; }
.services-grid .service-image.one-block {
width: 100%; }
.services-grid .service-image.one-block .flex-inner {
padding-bottom: 65%; }
.services-grid .service-image.two-block {
width: 100%; }
.services-grid .service-image.two-block .flex-inner {
padding-bottom: 55%; }
.services-grid .service-text {
width: 100%; }
.services-grid .service-text .flex-inner {
padding: 7.5% 9%; } }
@media only screen and (max-width: 580px) {
.services-grid .service-text .flex-inner {
padding: 10% 9%; } }
.tax-product_type .section-heading h2 {
margin-bottom: 10px; }
.tax-product_type .section-heading h2 a {
color: #fff; }
.tax-product_type .section-heading h4 {
font-size: 16px;
line-height: 22px;
margin: 0 0 3px; }
.tax-product_type .buttons {
margin-top: 40px; }
.tax-product_type .buttons .btn, .tax-product_type .buttons .load-more-posts-btn-wrapper .load-more-posts-btn, .load-more-posts-btn-wrapper .tax-product_type .buttons .load-more-posts-btn, .tax-product_type .buttons .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer .tax-product_type .buttons input.button,
.tax-product_type .buttons .gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .tax-product_type .buttons input[type=submit] {
margin-right: 10px; }
.tax-product_type .buttons .btn:last-child, .tax-product_type .buttons .load-more-posts-btn-wrapper .load-more-posts-btn:last-child, .load-more-posts-btn-wrapper .tax-product_type .buttons .load-more-posts-btn:last-child, .tax-product_type .buttons .gform_wrapper .gform_footer input.button:last-child, .gform_wrapper .gform_footer .tax-product_type .buttons input.button:last-child,
.tax-product_type .buttons .gform_wrapper .gform_footer input[type=submit]:last-child,
.gform_wrapper .gform_footer .tax-product_type .buttons input[type=submit]:last-child {
margin-right: 0; }
.tax-product_type .product-box .container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1220px; }
.tax-product_type .product-box .container:before, .tax-product_type .product-box .container:after {
display: none; }
.tax-product_type .product-box:nth-child(even) .container {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.tax-product_type .product-imgcol {
position: relative; }
.tax-product_type .product-imgcol .inner {
margin: 4% 0;
width: 100%;
height: auto;
background-size: contain;
background-repeat: no-repeat; }
.tax-product_type .product-textcol .product-intro {
font-size: 15px;
line-height: 30px; }
.tax-product_type.term-consumables .products-list {
font-size: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.tax-product_type.term-consumables .products-list:before, .tax-product_type.term-consumables .products-list:after {
display: none; }
.tax-product_type.term-consumables .product-box {
position: relative;
font-size: 14px;
width: 25%;
border-left: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
vertical-align: top;
text-align: center; }
.tax-product_type.term-consumables .product-box .flex-inner {
padding: 7%; }
.tax-product_type.term-consumables .product-box:nth-child(4n+1) {
border-left: 0; }
.tax-product_type.term-consumables .product-box:last-of-type {
box-shadow: 1px 0px 0px 0px #DDDDDD; }
.tax-product_type.term-consumables .product-box .product-thumb {
padding-bottom: 100%;
background-size: contain;
max-width: 75%;
margin: 18px auto 25px; }
.tax-product_type.term-consumables .product-box .section-heading h2 {
margin-bottom: 0 !important; }
.tax-product_type.term-consumables .product-box .section-heading h2 a {
color: #1d1d1d; }
.tax-product_type.term-consumables .product-box .section-heading h2 a:hover {
color: #ed2b39;
opacity: 1; }
.tax-product_type.term-consumables .product-box .section-heading:after {
display: none; }
.tax-product_type.term-consumables .product-box .product-intro {
font-size: 15px;
line-height: 30px;
margin-top: 20px;
padding-right: 5%;
padding-left: 5%; }
.tax-product_type.term-consumables .product-box .buttons {
position: absolute;
width: 100%;
bottom: 5%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
@media only screen and (max-width: 1140px) {
.tax-product_type .span_7_of_10 {
width: 59.52%; }
.tax-product_type .span_3_of_10 {
width: 38.88%; }
.tax-product_type article:nth-child(odd) .span_3_of_10 {
padding-left: 3%; }
.tax-product_type article:nth-child(even) .span_3_of_10 {
padding-right: 3%; }
.tax-product_type.term-consumables .product-box .section-heading h2 {
font-size: 21px;
line-height: 26px;
margin-bottom: 17px; }
.tax-product_type.term-consumables .product-box .product-intro {
margin-top: 17px; }
.tax-product_type.term-consumables .product-box .buttons a {
margin: 0; }
.tax-product_type.term-consumables .product-box .buttons a:last-child {
display: none; } }
@media only screen and (max-width: 960px) {
.tax-product_type .span_7_of_10 {
width: 49.52%; }
.tax-product_type .span_3_of_10 {
width: 48.88%; }
.tax-product_type.term-consumables .product-box .section-heading h2 {
font-size: 19px;
line-height: 24px;
margin-bottom: 15px; }
.tax-product_type.term-consumables .product-box .product-intro {
margin-top: 15px;
font-size: 14px;
line-height: 24px; } }
@media only screen and (max-width: 768px) {
.tax-product_type .product-box .container {
display: block; }
.tax-product_type .product-box:nth-child(even) .container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.tax-product_type .product-imgcol .inner {
position: static;
padding-bottom: 70%;
margin-top: 8%; }
.tax-product_type .product-textcol .inner {
padding-top: 20px;
padding-bottom: 8%;
text-align: center; }
.tax-product_type .product-textcol .inner .section-heading {
max-width: 700px; }
.tax-product_type .product-textcol .inner .section-heading:after {
margin-right: auto;
margin-left: auto; }
.tax-product_type .col {
float: none; }
.tax-product_type .span_7_of_10,
.tax-product_type .span_3_of_10 {
width: 100%;
margin: 0;
padding: 0; }
.tax-product_type article:nth-child(odd) .span_3_of_10 {
padding-left: 0; }
.tax-product_type article:nth-child(even) .span_3_of_10 {
padding-right: 0; }
.tax-product_type.term-consumables .product-box {
width: 33.3%; }
.tax-product_type.term-consumables .product-box:nth-child(4n+1) {
border-left: 1px solid #DDDDDD; }
.tax-product_type.term-consumables .product-box:nth-child(3n+1) {
border-left: 0; }
.tax-product_type.term-consumables .product-box .section-heading h2 {
font-size: 20px;
line-height: 25px;
margin-bottom: 18px; }
.tax-product_type.term-consumables .product-box .product-intro {
margin-top: 18px;
font-size: 15px;
line-height: 27px; } }
@media only screen and (max-width: 580px) {
.tax-product_type .product-imgcol .inner {
margin-top: 10%; }
.tax-product_type .product-textcol .inner {
padding-bottom: 10%; }
.tax-product_type.term-consumables .product-box {
width: 50%; }
.tax-product_type.term-consumables .product-box:nth-child(3n+1) {
border-left: 1px solid #DDDDDD; }
.tax-product_type.term-consumables .product-box:nth-child(odd) {
border-left: 0; }
.tax-product_type.term-consumables .product-box:last-of-type {
border-right: 0; }
.tax-product_type.term-consumables .product-box .section-heading h2 {
font-size: 21px;
line-height: 27px;
margin-bottom: 20px; }
.tax-product_type.term-consumables .product-box .product-intro {
margin-top: 20px;
font-size: 15px;
line-height: 28px; } }
@media only screen and (max-width: 450px) {
.tax-product_type .product-imgcol .inner {
margin-top: 12%; }
.tax-product_type .product-textcol .inner {
padding-bottom: 12%; }
.tax-product_type.term-consumables .product-box .section-heading h2 {
font-size: 19px;
line-height: 24px;
margin-bottom: 15px; }
.tax-product_type.term-consumables .product-box .product-intro {
margin-top: 15px;
font-size: 14px;
line-height: 24px; } }
@media only screen and (max-width: 380px) {
.tax-product_type.term-consumables .product-box {
width: 100%; }
.tax-product_type.term-consumables .product-box:nth-child(3n+1) {
border-left: 0; }
.tax-product_type.term-consumables .product-box .section-heading h2 {
font-size: 22px;
line-height: 26px;
margin-bottom: 18px; }
.tax-product_type.term-consumables .product-box .product-intro {
margin-top: 18px;
font-size: 15px;
line-height: 26px; } }
@media only screen and (max-width: 340px) {
.tax-product_type.term-consumables .product-box .section-heading h2 {
font-size: 20px;
line-height: 24px;
margin-bottom: 16px; }
.tax-product_type.term-consumables .product-box .product-intro {
margin-top: 16px;
font-size: 14px;
line-height: 25px; } }
.single-products .product-single-menu-bar {
background-color: #ff4250; }
.single-products .product-single-menu-bar .col {
font-size: 0; }
.single-products .product-single-menu-bar .span_6_of_12 {
width: 50%;
margin-left: 0; }
.single-products .product-single-menu-bar .prod-menu-link {
text-align: center;
display: inline-block;
vertical-align: top;
padding: 0; }
.single-products .product-single-menu-bar .prod-menu-link a {
color: #fff;
font-size: 16px;
line-height: 21px;
text-transform: uppercase;
padding: 20px; }
.single-products .product-single-menu-bar .prod-menu-link.overview-link {
width: 60%; }
.single-products .product-single-menu-bar .prod-menu-link.overview-link:hover {
background-color: #9b1e27; }
.single-products .product-single-menu-bar .prod-menu-link.overview-link:hover .text {
border-bottom: 2px solid #9b1e27; }
.single-products .product-single-menu-bar .prod-menu-link.overview-link a {
padding: 20px 20px 12px 20px; }
.single-products .product-single-menu-bar .prod-menu-link.overview-link a .text {
border-bottom: 2px solid #ff4250;
display: inline-block;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 6px; }
.single-products .product-single-menu-bar .prod-menu-link.overview-link.overviewInView .text {
border-bottom: 2px solid #fff; }
.single-products .product-single-menu-bar .prod-menu-link.info-link {
width: 40%; }
.single-products .product-single-menu-bar .prod-menu-link.info-link:hover, .single-products .product-single-menu-bar .prod-menu-link.info-link.infoIsOpen {
background-color: #9b1e27; }
.single-products .product-single-menu-bar .prod-menu-link.enquire {
width: 70%;
background-color: #333333; }
.single-products .product-single-menu-bar .prod-menu-link.enquire:hover {
background-color: #1d1d1d; }
.single-products .product-single-menu-bar .prod-menu-link.next-prev-products {
width: 30%;
text-align: right; }
.single-products .product-single-menu-bar .prod-menu-link.prev-product, .single-products .product-single-menu-bar .prod-menu-link.next-product {
width: 50%;
background-color: #ff4250;
padding: 0; }
.single-products .product-single-menu-bar .prod-menu-link.prev-product:hover, .single-products .product-single-menu-bar .prod-menu-link.next-product:hover {
background-color: #9b1e27; }
.single-products .product-single-menu-bar .prod-menu-link.prev-product a, .single-products .product-single-menu-bar .prod-menu-link.next-product a {
background-size: 15px 27px;
background-repeat: no-repeat;
background-position: center center;
padding: 31px 0 30px; }
.single-products .product-single-menu-bar .prod-menu-link.prev-product a {
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/arrow-btn-left@2x.png); }
.single-products .product-single-menu-bar .prod-menu-link.next-product a {
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/arrow-btn-right@2x.png); }
.single-products .info-box-wrap {
position: fixed;
right: -100%;
z-index: 52;
width: 100%;
border-left: 2px solid #ed2b39;
-webkit-transition: right 0.5s ease;
transition: right 0.5s ease; }
.single-products .info-box-wrap .info-box {
overflow: scroll; }
.single-products .info-box-wrap .close-info-box {
position: absolute;
vertical-align: top;
left: 0;
top: 0;
z-index: 1;
background-color: #FAFAFA;
border-right: 1px solid #ed2b39;
border-bottom: 1px solid #ed2b39; }
.single-products .info-box-wrap .close-info-box a {
padding: 20px;
cursor: pointer; }
.single-products .info-box-wrap .close-info-box a:hover {
color: #ed2b39; }
.single-products .info-box-wrap .close-info-box .arrow {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
width: 11px;
height: 18px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/arrow-left-sm-primary@2x.png);
background-size: 11px 18px;
display: inline-block;
vertical-align: top;
margin-top: 2px;
margin-right: 12px; }
.single-products .info-box-wrap.isOpen {
right: 0; }
.single-products .enquire-section,
.single-products .product-testimonials,
.single-products .lower-cta {
padding-top: 0 !important; }
.single-products .product-full-section {
border-bottom: 1px solid #DDDDDD;
background: #ffffff;  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #fafafa 50%, #fafafa 100%); background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #fafafa 50%, #fafafa 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=1 ); }
.single-products .product-full-section.section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%; }
.single-products .product-full-section.section:before, .single-products .product-full-section.section:after {
display: none; }
.single-products .product-full-section .span_6_of_12 {
width: 50%;
margin: 0; }
.single-products .product-full-section .prod-text-col {
position: relative;
padding: 20px 5% 5%; }
.single-products .product-full-section .prod-text-col .back-to-prod-list {
position: absolute;
vertical-align: top; }
.single-products .product-full-section .prod-text-col .back-to-prod-list a:hover {
color: #ed2b39; }
.single-products .product-full-section .prod-text-col .back-to-prod-list .arrow {
width: 11px;
height: 18px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/arrow-left-sm-primary@2x.png);
background-size: 11px 18px;
display: inline-block;
vertical-align: top;
margin-top: 2px;
margin-right: 12px; }
.single-products .product-full-section .prod-text-col .next-section-arrow,
.single-products .product-full-section .prod-text-col .last-section-arrow {
position: absolute;
bottom: 5%;
cursor: pointer; }
.single-products .product-full-section .prod-text-col .next-section-arrow .arrow,
.single-products .product-full-section .prod-text-col .last-section-arrow .arrow {
width: 29px;
height: 17px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/arrow-btn-down@2x.png);
background-size: 29px 17px;
display: inline-block; }
.single-products .product-full-section .prod-text-col .last-section-arrow {
display: none; }
.single-products .product-full-section .prod-text-col .inner {
margin-top: -5%;
font-size: 16px;
line-height: 30px; }
.single-products .product-full-section .prod-img-col {
padding-right: 5%;
padding-left: 5%; }
.single-products .product-full-section .prod-img-col .inner {
max-height: 600px; }
.single-products .product-full-section .prod-img-col .imgWrap {
background-size: contain;
padding-top: 90%;
max-width: 700px;
margin-right: auto;
margin-left: auto; }
.single-products .product-full-section:last-child .next-section-arrow {
display: none; }
.single-products .product-full-section:last-child .last-section-arrow {
display: inline-block; }
.single-products .product-brochure-btn {
margin-bottom: 5%; }
.single-products .info {
border-bottom: 1px solid #DDDDDD; }
.single-products .enquire-section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.single-products .enquire-section:before, .single-products .enquire-section:after {
display: none; }
.single-products .enquire-section .form-col,
.single-products .enquire-section .image-col {
width: 50%; }
.single-products .enquire-section .form-col .flex-inner {
padding: 10%; }
.single-products .enquire-section .form-col .section-heading.lg-center h2 {
font-size: 50px;
line-height: 58px; }
.single-products .enquire-section .image-col {
position: relative; }
.single-products .enquire-section .gform_wrapper {
max-width: 100%;
margin-top: 50px; }
.single-products .enquire-section .gform_wrapper .gform_footer {
text-align: center; }
.single-products .enquire-section .gform_wrapper .button {
width: inherit; }
.single-products .enquire-section .gform_body ul li {
vertical-align: top;
margin-bottom: 10px; }
.single-products .enquire-section .gform_body ul li:nth-last-of-type(4) {
margin-bottom: 20px; }
.single-products .enquire-section .gform_body ul li:nth-last-of-type(-n+3) {
margin-bottom: 0; }
.single-products .enquire-section textarea {
max-height: 150px; }
.single-products .product-testimonials {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.single-products .product-testimonials:before, .single-products .product-testimonials:after {
display: none; }
.single-products .product-testimonials .testimonials-section-heading {
width: 40%;
position: relative; }
.single-products .product-testimonials .testimonials-section-heading .inner .hazeOverlayDk {
background-color: rgba(51, 51, 51, 0.65); }
.single-products .product-testimonials .testimonials-section-heading .section-heading:after {
display: none; }
.single-products .product-testimonials .testimonials-section-heading h3 {
display: block;
color: #fff;
font-size: 47px;
line-height: 50px;
text-align: center;
text-transform: none;
margin-bottom: 0; }
.single-products .product-testimonials .testimonial-slider-wrapper {
width: 60%; }
.single-products .product-testimonials .testimonial-slider .container {
width: 72%; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading {
margin-bottom: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading:before, .single-products .product-testimonials .testimonial-slider .testimonial-heading:after {
display: none; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading .testimonial-photo {
width: 132px;
height: 132px;
float: left;
display: inline-block;
position: relative; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading .testimonial-photo .inner {
width: 100%;
height: auto;
background-size: cover;
background-postion: center center;
border-radius: 150px;
padding-bottom: 100%; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading .testimonial-details {
display: inline-block;
padding-left: 7%;
padding-top: 24px; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading .testimonial-details h3 {
font-size: 22px;
line-height: 28px;
margin-bottom: 8px; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading .testimonial-details h4 {
font-size: 18px;
line-height: 22px;
margin-bottom: 2px; }
.single-products .product-testimonials .testimonial-slider .testimonial-text {
font-size: 15px;
line-height: 29px; }
@media only screen and (max-width: 1400px) {
.single-products .product-testimonials .testimonials-section-heading h3 {
font-size: 43px;
line-height: 46px; } }
@media only screen and (max-width: 1140px) {
.single-products .product-testimonials .testimonials-section-heading h3 {
font-size: 38px;
line-height: 41px; }
.single-products .enquire-section .form-col .section-heading.lg-center h2 {
font-size: 40px;
line-height: 48px; }
.single-products .enquire-section .form-col .section-heading:after {
margin: 20px auto; } }
@media only screen and (max-width: 960px) {
.single-products .product-full-section .prod-text-col .inner {
font-size: 15px;
line-height: 28px; } }
@media only screen and (max-width: 900px) {
.single-products .product-testimonials {
display: block; }
.single-products .product-testimonials .testimonials-section-heading {
width: 100%;
padding-bottom: 50%; }
.single-products .product-testimonials .testimonials-section-heading h3 {
font-size: 47px;
line-height: 50px; }
.single-products .product-testimonials .testimonial-slider-wrapper {
width: 100%; } }
@media only screen and (max-width: 768px) {
.single-products .fp-section {
height: auto !important; }
.single-products .product-single-menu-bar .left-col.span_6_of_12 {
width: 45%; }
.single-products .product-single-menu-bar .right-col.span_6_of_12 {
width: 55%; }
.single-products .product-single-menu-bar .prod-menu-link.overview-link {
width: 60%; }
.single-products .product-single-menu-bar .prod-menu-link.info-link {
width: 40%; }
.single-products .product-single-menu-bar .prod-menu-link.enquire {
width: 65%; }
.single-products .product-single-menu-bar .prod-menu-link.next-prev-products {
width: 35%; }
.single-products .fullpage-wrapper {
margin-top: 0 !important; }
.single-products .product-full-section {
background: #fff !important;
padding-top: 5% !important; }
.single-products .product-full-section.section {
display: block;
height: auto; }
.single-products .product-full-section .col {
float: none; }
.single-products .product-full-section .span_6_of_12 {
width: 100%; }
.single-products .product-full-section .prod-text-col .inner {
margin-top: 50px;
margin-bottom: 40px;
top: 0 !important; }
.single-products .product-full-section .prod-img-col {
background-color: #FAFAFA;
padding-top: 5%;
padding-bottom: 5%; }
.single-products .product-full-section .prod-img-col .inner {
top: 0 !important; }
.single-products .enquire-section {
display: block; }
.single-products .enquire-section .form-col,
.single-products .enquire-section .image-col {
width: 100%; }
.single-products .enquire-section .form-col .flex-inner {
padding: 5%; }
.single-products .enquire-section .form-col .section-heading.lg-center h2 {
font-size: 52px;
line-height: 62px; }
.single-products .enquire-section .form-col .section-heading:after {
margin: 24px auto; }
.single-products .enquire-section .image-col {
padding-bottom: 100%; }
.single-products .product-testimonials .testimonials-section-heading h3 {
font-size: 43px;
line-height: 46px; } }
@media only screen and (max-width: 550px) {
.single-products .product-testimonials .testimonials-section-heading {
width: 100%;
padding-bottom: 70%; }
.single-products .product-testimonials .testimonials-section-heading h3 {
font-size: 38px;
line-height: 41px; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading .testimonial-photo {
width: 100px;
height: 100px; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading .testimonial-details {
padding-top: 18px; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading .testimonial-details h3 {
font-size: 19px;
line-height: 25px;
margin-bottom: 5px; }
.single-products .product-testimonials .testimonial-slider .testimonial-heading .testimonial-details h4 {
font-size: 16px;
line-height: 20px; }
.single-products .product-testimonials .testimonial-slider .testimonial-text {
font-size: 14px;
line-height: 24px; }
.single-products .enquire-section .form-col {
padding: 8% 5%; }
.single-products .enquire-section .form-col .section-heading.lg-center h2 {
font-size: 46px;
line-height: 58px; }
.single-products .enquire-section .form-col .section-heading:after {
margin: 20px auto; } }
@media only screen and (max-width: 530px) {
.single-products .product-single-menu-bar .left-col.span_6_of_12 {
display: none; }
.single-products .product-single-menu-bar .right-col.span_6_of_12 {
width: 100%; }
.single-products .product-single-menu-bar .prod-menu-link.enquire {
width: 70%; }
.single-products .product-single-menu-bar .prod-menu-link.next-prev-products {
width: 30%; }
.single-products .product-full-section .prod-text-col {
padding-bottom: 8%; } }
@media only screen and (max-width: 420px) {
.single-products .product-testimonials .testimonials-section-heading h3 {
font-size: 34px;
line-height: 37px; } }
.latest-posts-slider .slide {
padding-bottom: 40%; }
.latest-posts-slider .slide .section-heading:after {
display: none; }
.latest-posts-slider .slide .container {
opacity: 1;
-webkit-transition: opacity 0.4s ease;
transition: opacity 0.4s ease; }
.latest-posts-slider .slide .container.hidden {
opacity: 0; }
.blog-post-feed {
font-size: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.blog-post-feed:before, .blog-post-feed:after {
display: none; }
.blog-post-feed article {
font-size: 14px;
width: 33.33%;
vertical-align: top;
padding: 0 20px; }
.blog-post-feed article .flex-inner {
margin-bottom: 24%; }
.blog-post-feed article .post-thumb {
padding-bottom: 65%;
margin-bottom: 8%; }
.blog-post-feed article .section-heading h2 {
font-size: 24px;
line-height: 30px; }
.blog-post-feed article .section-heading:after {
max-width: 90px; }
.blog-post-feed article .section-heading.sm-center:after {
margin: 6% auto; }
.blog-post-feed article .post-teaser {
font-size: 15px;
line-height: 30px;
text-align: center; }
.pagination .page-numbers {
font-size: 20px; }
.single-post .post-hero {
padding-bottom: 40%; }
.single-post .post-hero .container {
width: 100%;
max-width: 100%; }
.single-post .post-hero .container.vAlign-abs {
position: absolute !important; }
.single-post .post-hero .section-heading.lg-center:after {
margin: 24px auto; }
.single-post .post-hero .post-meta {
width: 100%;
text-align: center; }
.single-post .post-hero .post-meta p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0; }
.single-post .post-nav-bar {
width: 100%;
z-index: 5;
top: 0; }
.single-post .post-nav-bar.sticky {
top: 75px; }
.single-post .post-content-wrapper {
position: relative;
width: 100%; }
.single-post .post-content-wrapper img {
width: 100%;
height: auto; }
.single-post .post-content-wrapper .back-to-all-posts {
position: absolute;
vertical-align: top;
top: 3px;
left: -220px; }
.single-post .post-content-wrapper .back-to-all-posts:hover {
color: #ed2b39 !important; }
.single-post .post-content-wrapper .back-to-all-posts .arrow {
width: 11px;
height: 18px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/arrow-left-sm-primary@2x.png);
background-size: 11px 18px;
display: inline-block;
vertical-align: top;
margin-top: 2px;
margin-right: 12px; }
.single-post .more-posts-wrapper .section-heading {
margin-bottom: 4%; }
.single-post .social-sharing {
display: inline-block;
float: left;
width: auto;
font-size: 0; }
.single-post .social-sharing .social-share-icon {
font-size: 14px;
width: 80px;
height: 70px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/social-share-icon@2x.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 23px 31px;
display: inline-block;
vertical-align: top;
background-color: #ed2b39; }
.single-post .social-sharing .social-share-links {
font-size: 0;
display: inline-block; }
.single-post .social-sharing .social-share-links .social-icon {
font-size: 14px;
width: 80px;
height: 70px;
display: inline-block;
margin: 0;
vertical-align: top;
background-color: #1d1d1d; }
.single-post .social-sharing .social-share-links .social-icon:hover {
background-color: #333333; }
.single-post .social-sharing .social-share-links .social-icon a {
display: block;
text-indent: -9999px;
opacity: .5; }
.single-post .social-sharing .social-share-links .social-icon a:hover {
opacity: 1; }
.single-post .social-sharing .social-share-links .fb a {
width: 100%;
height: 100%;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/social-fb@2x.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 12px 24px; }
.single-post .social-sharing .social-share-links .twt a {
width: 100%;
height: 100%;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/social-twt@2x.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 25px 20px; }
.single-post .social-sharing .social-share-links .linkedin a {
width: 100%;
height: 100%;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/social-linkedin@2x.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 22px 22px; }
.single-post .social-sharing .social-share-links .gplus a {
width: 100%;
height: 100%;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/social-gplus@2x.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 31px 20px; }
.single-post .next-prev-posts {
width: auto;
display: inline-block;
font-size: 0;
float: right;
text-align: right; }
.single-post .next-prev-posts .post-nav-link {
font-size: 14px;
width: 80px;
height: 70px;
display: inline-block; }
.single-post .next-prev-posts .post-nav-link.prev-post, .single-post .next-prev-posts .post-nav-link.next-post {
background-color: #1d1d1d; }
.single-post .next-prev-posts .post-nav-link.prev-post a, .single-post .next-prev-posts .post-nav-link.next-post a {
background-size: 15px 27px;
background-repeat: no-repeat;
background-position: center center;
padding: 31px 0 30px; }
.single-post .next-prev-posts .post-nav-link.prev-post:hover, .single-post .next-prev-posts .post-nav-link.next-post:hover {
background-color: #333333; }
.single-post .next-prev-posts .post-nav-link.prev-post a {
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/arrow-btn-left@2x.png); }
.single-post .next-prev-posts .post-nav-link.next-post a {
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/arrow-btn-right@2x.png); }
.latest-posts-slider .section-heading.post-hero-heading,
.single-post .section-heading.post-hero-heading {
max-width: 830px; }
.latest-posts-slider .section-heading.post-hero-heading h2,
.single-post .section-heading.post-hero-heading h2 {
font-size: 52px;
line-height: 65px;
margin-bottom: 0; }
.latest-posts-slider .centerBtn,
.single-post .centerBtn {
margin-top: 4%; }
@media only screen and (max-width: 1440px) {
.single-post .post-content-wrapper .back-to-all-posts {
left: -190px; } }
@media only screen and (max-width: 1280px) {
.latest-posts-slider .section-heading.post-hero-heading,
.single-post .section-heading.post-hero-heading {
max-width: 700px; }
.latest-posts-slider .section-heading.post-hero-heading h2,
.single-post .section-heading.post-hero-heading h2 {
font-size: 44px;
line-height: 57px; }
.single-post .post-content-wrapper .back-to-all-posts {
left: 0;
position: static;
margin-bottom: 30px;
margin-top: -20px;
display: block; } }
@media only screen and (max-width: 1140px) {
.latest-posts-slider .section-heading.post-hero-heading,
.single-post .section-heading.post-hero-heading {
max-width: 600px; }
.latest-posts-slider .section-heading.post-hero-heading h2,
.single-post .section-heading.post-hero-heading h2 {
font-size: 38px;
line-height: 49px; }
.single-post .post-nav-bar.sticky {
top: 69px; } }
@media only screen and (max-width: 1024px) {
.blog-post-feed article .section-heading h2 {
font-size: 20px;
line-height: 26px; }
.blog-post-feed article .post-teaser {
font-size: 14px;
line-height: 26px; }
.single-post .narrowContent {
max-width: 900px;
padding-right: 80px; } }
@media only screen and (max-width: 960px) {
.latest-posts-slider .slide .btn, .latest-posts-slider .slide .load-more-posts-btn-wrapper .load-more-posts-btn, .load-more-posts-btn-wrapper .latest-posts-slider .slide .load-more-posts-btn, .latest-posts-slider .slide .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer .latest-posts-slider .slide input.button,
.latest-posts-slider .slide .gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .latest-posts-slider .slide input[type=submit] {
font-size: 16px;
line-height: 16px;
padding: 15px 25px 16px; }
.latest-posts-slider .section-heading.post-hero-heading,
.single-post .section-heading.post-hero-heading {
max-width: 500px; }
.latest-posts-slider .section-heading.post-hero-heading h2,
.single-post .section-heading.post-hero-heading h2 {
font-size: 34px;
line-height: 45px; }
.single-post .post-hero .section-heading.lg-center:after {
margin: 20px auto; }
.single-post .more-posts-wrapper .more-posts-heading.section-heading {
margin-bottom: 5%; }
.single-post .more-posts-wrapper .more-posts-heading.section-heading.sm-center h2 {
font-size: 23px;
line-height: 28px; } }
@media only screen and (max-width: 768px) {
.latest-posts-slider .slide {
padding-bottom: 50%; }
.single-post .post-hero {
padding-bottom: 50%; }
.single-post .more-posts-wrapper {
padding-bottom: 5% !important; }
.single-post .more-posts-wrapper .more-posts-heading.section-heading {
margin-bottom: 6%; }
.single-post .more-posts-wrapper .more-posts-heading.section-heading.sm-center h2 {
font-size: 22px;
line-height: 27px; }
.latest-posts-slider .section-heading.post-hero-heading,
.single-post .section-heading.post-hero-heading {
max-width: 470px; }
.latest-posts-slider .section-heading.post-hero-heading h2,
.single-post .section-heading.post-hero-heading h2 {
font-size: 30px;
line-height: 40px; }
.latest-posts-slider .centerBtn,
.single-post .centerBtn {
margin-top: 3%; }
.blog-post-feed article {
width: 50%; }
.blog-post-feed article .flex-inner {
margin-bottom: 16%; }
.blog-post-feed article .section-heading h2 {
font-size: 24px;
line-height: 30px; }
.blog-post-feed article .post-teaser {
font-size: 15px;
line-height: 30px; } }
@media only screen and (max-width: 650px) {
.latest-posts-slider .section-heading.post-hero-heading,
.single-post .section-heading.post-hero-heading {
max-width: 400px; }
.latest-posts-slider .section-heading.post-hero-heading h2,
.single-post .section-heading.post-hero-heading h2 {
font-size: 26px;
line-height: 34px; }
.blog-post-feed article {
padding: 0 10px; }
.blog-post-feed article .section-heading h2 {
font-size: 20px;
line-height: 26px; }
.blog-post-feed article .post-teaser {
font-size: 14px;
line-height: 26px; }
.single-post .social-sharing .social-share-icon {
width: 60px; }
.single-post .social-sharing .social-share-links .social-icon {
width: 60px; }
.single-post .next-prev-posts .post-nav-link {
width: 60px; } }
@media only screen and (max-width: 500px) {
.latest-posts-slider .slide {
padding-bottom: 65%; }
.single-post .post-hero {
padding-bottom: 65%; }
.single-post .more-posts-wrapper .more-posts-heading.section-heading {
margin-bottom: 10%; }
.single-post .more-posts-wrapper .more-posts-heading.section-heading.sm-center h2 {
font-size: 20px;
line-height: 25px; }
.latest-posts-slider .section-heading.post-hero-heading,
.single-post .section-heading.post-hero-heading {
max-width: 80%; }
.latest-posts-slider .section-heading.post-hero-heading h2,
.single-post .section-heading.post-hero-heading h2 {
font-size: 22px;
line-height: 28px; }
.blog-post-feed article {
width: 100%;
padding: 0 10px; }
.blog-post-feed article .flex-inner {
margin-bottom: 8%; }
.blog-post-feed article .section-heading h2 {
font-size: 24px;
line-height: 30px; }
.blog-post-feed article .post-teaser {
font-size: 15px;
line-height: 30px; } }
@media only screen and (max-width: 460px) {
.single-post .social-sharing .social-share-icon {
width: 50px;
height: 56px; }
.single-post .social-sharing .social-share-links .social-icon {
width: 50px;
height: 56px; }
.single-post .next-prev-posts .post-nav-link {
width: 50px;
height: 56px; }
.single-post .next-prev-posts .post-nav-link.prev-post a, .single-post .next-prev-posts .post-nav-link.next-post a {
padding-top: 26px;
background-size: 12px 23px; } }
@media only screen and (max-width: 420px) {
.latest-posts-slider .section-heading.post-hero-heading h2,
.single-post .section-heading.post-hero-heading h2 {
font-size: 20px;
line-height: 26px; }
.latest-posts-slider .centerBtn,
.single-post .centerBtn {
margin-top: 4.5%; }
.blog-post-feed article .section-heading h2 {
font-size: 20px;
line-height: 26px; }
.blog-post-feed article .post-teaser {
font-size: 14px;
line-height: 26px; }
.single-post .post-hero .section-heading.lg-center:after {
margin: 14px auto; }
.single-post .narrowContent {
padding-right: 0; } }
@media only screen and (max-width: 360px) {
.single-post .next-prev-posts {
display: none; } }
.sticky {
position: fixed;
top: 0; }
.wow {
opacity: 0; }
.wow.product-imgcol .inner {
opacity: 0; }
.center-line {
position: absolute;
border-left: 1px solid #62e920;
height: 100%;
width: 1px;
left: 50%;
top: 0;
margin-left: -1px;
z-index: 9999; }
.vAlign {
position: relative;
visibility: hidden; }
.vAlign.vAlign-abs {
position: absolute;
visibility: hidden; }
.noWrap {
white-space: nowrap; }
.hasOverlay {
position: relative; }
.hasOverlay .container,
.hasOverlay .section-heading {
position: relative;
z-index: 1; }
.darkOverlay {
background-color: rgba(0, 0, 0, 0.6);
z-index: 1; }
.darkOverlay.slightDark {
background-color: rgba(0, 0, 0, 0.35); }
.whiteOverlay {
background-color: rgba(255, 255, 255, 0.94);
z-index: 1; }
.hazeOverlay {
background-color: rgba(82, 86, 90, 0.82);
z-index: 1; }
.hazeOverlayLess {
background-color: rgba(82, 86, 90, 0.72);
z-index: 1; }
.hazeOverlayDk {
background-color: rgba(51, 51, 51, 0.82);
z-index: 1; }
.narrowContent {
max-width: 860px;
margin: 0 auto; }
.narrowContentL {
max-width: 1080px; }
.well {
padding-top: 7%;
padding-bottom: 7%; }
.well.well--noBottom {
padding-bottom: 0; }
.well--dbl {
padding-top: 14%;
padding-bottom: 14%; }
.well--dbl.well--noBottom {
padding-bottom: 0; }
.well--l {
padding-top: 12%;
padding-bottom: 12%; }
.well--l.well--noBottom {
padding-bottom: 0; }
.well--xl {
padding-top: 15%;
padding-bottom: 15%; }
.well--xl.well--noBottom {
padding-bottom: 0; }
.well--s {
padding-top: 5%;
padding-bottom: 5%; }
.well--s.well--noBottom {
padding-bottom: 0; }
.well--s--dbl {
padding-top: 5%;
padding-bottom: 5%; }
.well--s--dbl.well--noBottom {
padding-bottom: 0; }
@media only screen and (max-width: 768px) {
.well {
padding-top: 9%;
padding-bottom: 9%; }
.well.well--noBottom {
padding-bottom: 0; }
.well--l {
padding-top: 14%;
padding-bottom: 14%; }
.well--l.well--noBottom {
padding-bottom: 0; }
.well--s,
.well--s--dbl {
padding-top: 7%;
padding-bottom: 7%; }
.well--s.well--noBottom,
.well--s--dbl.well--noBottom {
padding-bottom: 0; } }
@media only screen and (max-width: 520px) {
.well {
padding-top: 11%;
padding-bottom: 11%; }
.well.well--noBottom {
padding-bottom: 0; }
.well--l {
padding-top: 16%;
padding-bottom: 16%; }
.well--l.well--noBottom {
padding-bottom: 0; }
.well--s,
.well--s--dbl {
padding-top: 10%;
padding-bottom: 10%; }
.well--s.well--noBottom,
.well--s--dbl.well--noBottom {
padding-bottom: 0; } }
.isWhite {
background-color: #fff; }
.isDarkGray {
color: #fff;
background-color: #1d1d1d; }
.isDarkGray .section-heading h2 {
color: #fff; }
.isDarkGray .section-heading:after {
background-color: #fff; }
.isLightGray {
background-color: #FAFAFA; }
.isPrimary {
color: #fff;
background-color: #21ce99; }
.isPrimaryLt {
color: #fff;
background-color: #ff4250; }
.hero-content {
position: relative;
z-index: 3;
text-align: center;
padding-top: 30px; }
.hero-content .narrowContent {
max-width: 700px; }
.hero-content h2 {
color: #ffffff;
font-size: 85px;
line-height: 95px;
background-color:rgba(0,0,0,0.2);
padding: 5px 10px 20px 10px }
.hero-content .hero-divider {
width: 200px;
height: 1px;
display: block;
margin: 60px auto;
border-bottom: 1px solid #fff; }
.hero-content .centerBtn {
margin-top: 60px; }
.info-rotator-wrapper {
position: absolute;
bottom: 0;
z-index: 3;
background-color: #21ce99; }
.info-rotator-wrapper .bx-wrapper .bx-viewport {
background-color: #21ce99; }
.info-rotator .info-line {
color: #fff;
font-size: 26px;
line-height: 30px;
text-align: center;
display: block;
padding: 34px 20px; }
.info-rotator .info-line .coffee-cup-icon {
display: inline-block;
vertical-align: top;
width: 28px;
height: 40px;
background-image: url();
background-size: 28px 40px;
margin-top: -8px;
margin-right: 18px; }
.info-rotator .info-line a {
color: #fff; }
.info-rotator .info-line a:hover {
color: #fff; }
.below-hero {
position: relative;
z-index: 2; }
.bottom-cta {
position: relative; }
.bottom-cta .cta-text {
max-width: 590px;
margin: 0 5% 0 auto;
position: relative;
z-index: 2; }
.bottom-cta .cta-text h2 {
letter-spacing: 1px;
color: #fff;
font-size: 62px;
line-height: 76px;
margin-bottom: 50px; }
@media only screen and (max-width: 1280px) {
.bottom-cta .cta-text h2 {
font-size: 52px;
line-height: 66px;
margin-bottom: 44px; } }
@media only screen and (max-width: 1140px) {
.bottom-cta .cta-text h2 {
font-size: 46px;
line-height: 60px;
margin-bottom: 40px; } }
@media only screen and (max-width: 1024px) {
.bottom-cta .cta-text h2 {
font-size: 40px;
line-height: 50px;
margin-bottom: 36px; } }
@media only screen and (max-width: 768px) {
.bottom-cta .cta-text h2 {
font-size: 30px;
line-height: 40px;
margin-bottom: 30px; } }
@media only screen and (max-width: 480px) {
.bottom-cta .cta-text h2 {
font-size: 24px;
line-height: 34px;
margin-bottom: 25px; } }
.section-heading {
max-width: 600px; }
.section-heading h3 {
letter-spacing: 1px;
color: #ed2b39;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
margin-bottom: 30px; }
.section-heading h2 {
color: #1d1d1d;
font-size: 55px;
line-height: 65px; }
.section-heading:after {
content: "";
display: block;
height: 1px;
width: 100%;
max-width: 180px;
background-color: #1d1d1d;
margin: 34px 0; }
.section-heading.sm-center {
text-align: center;
margin: 0 auto; }
.section-heading.sm-center h2 {
font-size: 25px;
line-height: 30px; }
.section-heading.sm-center:after {
margin: 4% auto; }
.section-heading.section-heading-sm h2 {
font-size: 36px;
line-height: 44px; }
.section-heading.lg-center {
text-align: center;
margin: 0 auto; }
.section-heading.lg-center:after {
margin-left: auto;
margin-right: auto; }
.isPrimary .section-heading h3,
.isPrimary .section-heading h2 {
color: #fff; }
.isPrimary .section-heading:after {
background-color: #fff; }
.isContentArea h1 {
font-size: 40px;
line-height: 46px;
margin: 32px 0 28px; }
.isContentArea h1.page-title {
color: #1d1d1d;
font-size: 52px;
line-height: 60px;
margin-bottom: 6%; }
.isContentArea h1.page-title:after {
content: "";
display: block;
height: 1px;
width: 100%;
max-width: 180px;
background-color: #1d1d1d;
margin: 30px 0; }
.isContentArea h2 {
font-size: 32px;
line-height: 38px;
margin: 32px 0 26px; }
.isContentArea h3 {
font-size: 24px;
line-height: 30px;
margin: 32px 0 24px; }
.isContentArea h4 {
font-size: 19px;
line-height: 25px;
margin: 32px 0 18px; }
.isContentArea h5 {
font-size: 16px;
line-height: 25px;
margin: 32px 0 18px; }
.isContentArea p {
font-size: 15px;
line-height: 28px;
margin-bottom: 22px; }
.isContentArea ul,
.isContentArea ol {
font-size: 15px;
line-height: 28px;
margin-bottom: 22px;
margin-left: 60px; }
.isContentArea ul li,
.isContentArea ol li {
font-size: 15px;
line-height: 22px;
margin-bottom: 14px; }
.isContentArea ul li {
list-style-type: disc; }
.isContentArea ol li {
list-style-type: decimal; }
.load-more-posts-btn-wrapper {
background-color: #fff;
text-align: center; }
.load-more-posts-btn-wrapper .load-more-posts-btn {
background-color: transparent;
border: none;
margin: 3% auto;
outline: none; }
.hasEmailLink {
position: relative; }
.hasEmailLink .email-link {
position: absolute;
z-index: 1;
top: 150px;
right: 0;
margin-right: 5%;
width: 58px;
height: 58px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/email-float-btn@2x.png);
background-size: 58px 58px;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease; }
.hasEmailLink .email-link.stuck {
position: fixed;
bottom: auto; }
.hasEmailLink .email-link.stuckToBottom {
position: absolute !important;
bottom: 100px;
top: auto !important;
-webkit-transition: bottom 0.2s ease;
transition: bottom 0.2s ease; }
@media only screen and (max-width: 1440px) {
.section-heading h2 {
font-size: 50px;
line-height: 60px; } }
@media only screen and (max-width: 1280px) {
.section-heading h2 {
font-size: 44px;
line-height: 54px; }
.section-heading:after {
margin: 30px 0; }
.section-heading.section-heading-sm h2 {
font-size: 32px;
line-height: 40px; }
.hasEmailLink .email-link {
margin-right: 3.5%; } }
@media only screen and (max-width: 1140px) {
.hero-content h2 {
font-size: 78px;
line-height: 88px; }
.info-rotator .info-line {
font-size: 22px;
line-height: 28px;
padding: 28px 20px 24px; }
.section-heading h2 {
font-size: 40px;
line-height: 50px; }
.section-heading:after {
margin: 26px 0; }
.section-heading.section-heading-sm h2 {
font-size: 28px;
line-height: 36px; }
.hasEmailLink .email-link {
margin-right: 2%; } }
@media only screen and (max-width: 1024px) {
.isContentArea h1 {
font-size: 34px;
line-height: 40px;
margin: 26px 0 26px; }
.isContentArea h1.page-title {
font-size: 46px;
line-height: 53px; }
.isContentArea h1.page-title:after {
margin: 26px 0; }
.isContentArea h2 {
font-size: 30px;
line-height: 36px;
margin: 26px 0 24px; }
.isContentArea h3 {
font-size: 22px;
line-height: 28px;
margin: 26px 0 22px; }
.isContentArea h4 {
font-size: 19px;
line-height: 25px;
margin: 26px 0 16px; }
.isContentArea ul,
.isContentArea ol {
margin-left: 50px; } }
@media only screen and (max-width: 960px) {
.hero-content {
padding-top: 15px; }
.hero-content .narrowContent {
max-width: 560px; }
.hero-content h2 {
font-size: 64px;
line-height: 74px; }
.hero-content .hero-divider {
margin: 45px auto; }
.hero-content .centerBtn {
margin-top: 50px; }
.info-rotator .info-line {
font-size: 20px;
line-height: 26px;
padding: 26px 20px 22px; }
.section-heading.section-heading-sm h2 {
font-size: 32px;
line-height: 40px; } }
@media only screen and (max-width: 768px) {
.hero-content {
padding-top: 0; }
.hero-content .narrowContent {
max-width: 480px; }
.hero-content h2 {
font-size: 54px;
line-height: 64px; }
.hero-content .hero-divider {
display: none; }
.hero-content .centerBtn {
margin-top: 35px; }
.info-rotator .info-line {
font-size: 18px;
line-height: 26px;
padding: 24px 16px 20px; }
.section-heading.section-heading-sm h2 {
font-size: 36px;
line-height: 44px; }
.isContentArea h1 {
font-size: 30px;
line-height: 36px;
margin: 22px 0 22px; }
.isContentArea h1.page-title {
font-size: 40px;
line-height: 47px; }
.isContentArea h1.page-title:after {
margin: 22px 0; }
.isContentArea h2 {
font-size: 24px;
line-height: 30px;
margin: 22px 0 22px; }
.isContentArea h3 {
font-size: 20px;
line-height: 26px;
margin: 22px 0 20px; }
.isContentArea h4 {
font-size: 18px;
line-height: 24px;
margin: 22px 0 15px; }
.isContentArea ul,
.isContentArea ol {
margin-left: 40px; } }
@media only screen and (max-width: 620px) {
.section-heading h2 {
font-size: 34px;
line-height: 44px; }
.section-heading:after {
margin: 22px 0; }
.section-heading.section-heading-sm h2 {
font-size: 30px;
line-height: 38px; } }
@media only screen and (max-width: 580px) {
.hero-content {
padding-top: 40px; }
.hero-content .narrowContent {
max-width: 400px; }
.hero-content h2 {
font-size: 44px;
line-height: 54px; }
.info-rotator-wrapper {
display: none; }
.isContentArea h1 {
font-size: 26px;
line-height: 32px;
margin: 22px 0 20px; }
.isContentArea h1.page-title {
font-size: 34px;
line-height: 41px;
margin-bottom: 9%; }
.isContentArea h1.page-title:after {
margin: 18px 0; }
.isContentArea h2 {
font-size: 22px;
line-height: 28px;
margin: 22px 0 20px; }
.isContentArea h3 {
font-size: 19px;
line-height: 25px;
margin: 22px 0 20px; }
.isContentArea h4 {
font-size: 16px;
line-height: 22px;
margin: 22px 0 15px; }
.isContentArea p {
font-size: 14px;
line-height: 26px; }
.isContentArea ul,
.isContentArea ol {
font-size: 14px;
line-height: 26px;
margin-left: 34px; }
.isContentArea ul li,
.isContentArea ol li {
font-size: 14px;
line-height: 21px;
margin-bottom: 11px; } }
@media only screen and (max-width: 520px) {
.section-heading h2 {
font-size: 30px;
line-height: 40px; }
.section-heading:after {
margin: 18px 0; }
.section-heading.section-heading-sm h2 {
font-size: 26px;
line-height: 34px; } }
@media only screen and (max-width: 480px) {
.hero-content .narrowContent {
max-width: 320px; }
.hero-content h2 {
font-size: 37px;
line-height: 47px; }
.isContentArea h1.page-title {
font-size: 30px;
line-height: 37px;
margin-bottom: 10%; }
.isContentArea h1.page-title:after {
margin: 22px 0; } }
@media only screen and (max-width: 420px) {
.hasEmailLink .email-link {
display: none; } }
@media only screen and (max-width: 400px) {
.section-heading h2 {
font-size: 26px;
line-height: 36px; }
.section-heading.section-heading-sm h2 {
font-size: 22px;
line-height: 30px; } }
.centerBtn {
text-align: center; }
.centerBtn a {
display: inline-block; }
.btn, .load-more-posts-btn-wrapper .load-more-posts-btn, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
border-radius: 50px;
color: #fff;
border: 1px solid #fff;
font-size: 20px;
line-height: 20px;
padding: 17px 28px 19px;
display: inline-block;
text-align: center; }
.btn.btn--primary, .load-more-posts-btn-wrapper .load-more-posts-btn, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
color: #21ce99;
border-color: #21ce99; }
.btn.btn--primary:hover, .load-more-posts-btn-wrapper .load-more-posts-btn:hover, .gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
color: #fff;
background-color: #21ce99; }
.btn.btn--primary.btn--solid, .load-more-posts-btn-wrapper .btn--solid.load-more-posts-btn, .gform_wrapper .gform_footer input.btn--solid.button,
.gform_wrapper .gform_footer input.btn--solid[type=submit] {
color: #fff;
border-color: #21ce99;
background-color: #21ce99; }
.btn.btn--primary.btn--solid:hover, .load-more-posts-btn-wrapper .btn--solid.load-more-posts-btn:hover, .gform_wrapper .gform_footer input.btn--solid.button:hover,
.gform_wrapper .gform_footer input.btn--solid[type=submit]:hover {
color: #21ce99;
border-color: #fff;
background-color: #fff; }
.btn.btn--white, .load-more-posts-btn-wrapper .btn--white.load-more-posts-btn, .gform_wrapper .gform_footer input.btn--white.button,
.gform_wrapper .gform_footer input.btn--white[type=submit] {
color: #fff;
border-color: #fff; }
.btn.btn--white:hover, .load-more-posts-btn-wrapper .btn--white.load-more-posts-btn:hover, .gform_wrapper .gform_footer input.btn--white.button:hover,
.gform_wrapper .gform_footer input.btn--white[type=submit]:hover {
color: #676767;
background-color: #fff; }

.btn.btn--green, .load-more-posts-btn-wrapper .btn--green.load-more-posts-btn, .gform_wrapper .gform_footer input.btn--white.button,
.gform_wrapper .gform_footer input.btn--green[type=submit] {
color: #21ce99;
border-color: #21ce99; }
.btn.btn--green:hover, .load-more-posts-btn-wrapper .btn--green.load-more-posts-btn:hover, .gform_wrapper .gform_footer input.btn--white.button:hover,
.gform_wrapper .gform_footer input.btn--green[type=submit]:hover {
color: #ffffff;
background-color: #21ce99; }

.btn.btn--xsm, .load-more-posts-btn-wrapper .btn--xsm.load-more-posts-btn, .gform_wrapper .gform_footer input.btn--xsm.button,
.gform_wrapper .gform_footer input.btn--xsm[type=submit] {
font-size: 16px;
line-height: 16px;
padding: 15px 25px 16px;
white-space: nowrap; }
.btn.btn--sm, .load-more-posts-btn-wrapper .btn--sm.load-more-posts-btn, .gform_wrapper .gform_footer input.btn--sm.button,
.gform_wrapper .gform_footer input.btn--sm[type=submit] {
padding: 18px 28px 19px; }
.btn.btn--med, .single-products .enquire-section .gform_wrapper .btn.button, .single-products .enquire-section .gform_wrapper .load-more-posts-btn-wrapper .button.load-more-posts-btn, .load-more-posts-btn-wrapper .single-products .enquire-section .gform_wrapper .button.load-more-posts-btn, .single-products .enquire-section .gform_wrapper .gform_footer input.button, .load-more-posts-btn-wrapper .btn--med.load-more-posts-btn, .gform_wrapper .gform_footer input.btn--med.button,
.gform_wrapper .gform_footer input.btn--med[type=submit] {
padding: 18px 85px 19px; }
.btn.btn--lg, .load-more-posts-btn-wrapper .btn--lg.load-more-posts-btn, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
padding: 18px 28px 19px;
width: 100%; }
.play-btn .button-text {
color: #fff;
display: inline-block;
margin-right: 40px;
vertical-align: top; }
.play-btn .play-icon {
display: inline-block;
width: 19px;
height: 21px;
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/play-icon@2x.png);
background-size: 19px 21px;
vertical-align: top; }
.close-btn {
width: 80px;
height: 80px;
position: relative;
display: inline-block;
overflow: hidden; }
.close-btn:before {
position: absolute;
content: '';
top: 0px;
left: 0px;
width: 68px;
height: 68px;
border: 5px solid #fff;
border-radius: 50%;
-webkit-transition: all 0.125s linear;
transition: all 0.125s linear; }
.close-btn .inner {
width: 150px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -14px;
margin-top: -13px;
text-align: left; }
.close-btn .inner i {
display: inline-block;
margin-right: 70px;
vertical-align: middle; }
.close-btn .close-icon {
background-image: url(//www.coffeerepublic.com.au/wp-content/themes/coffee-republic/img/icons/close-x-sprite.png);
background-size: 50px 25px;
background-repeat: no-repeat;
background-position: -25px top;
display: block;
width: 25px;
height: 25px; }
@media only screen and (max-width: 580px) {
.btn, .load-more-posts-btn-wrapper .load-more-posts-btn, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
font-size: 16px;
line-height: 16px;
padding: 14px 24px 15px; }
.btn.btn--med, .single-products .enquire-section .gform_wrapper .btn.button, .single-products .enquire-section .gform_wrapper .load-more-posts-btn-wrapper .button.load-more-posts-btn, .load-more-posts-btn-wrapper .single-products .enquire-section .gform_wrapper .button.load-more-posts-btn, .single-products .enquire-section .gform_wrapper .gform_footer input.button, .load-more-posts-btn-wrapper .btn--med.load-more-posts-btn, .gform_wrapper .gform_footer input.btn--med.button,
.gform_wrapper .gform_footer input.btn--med[type=submit], .btn.btn--lg, .load-more-posts-btn-wrapper .btn--lg.load-more-posts-btn, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
padding: 18px 18px 19px;
width: 100%; }
.play-btn .button-text {
margin-right: 32px; }
.play-btn .play-icon {
width: 15px;
height: 16px;
background-size: 15px 16px; } }
.gform_wrapper {
display: block !important; }
.gform_wrapper .gform_body .top_label .gfield_label {
display: none; }
.gform_wrapper ul {
list-style: none;
padding: 0;
margin: 0; }
.gform_wrapper ul li {
margin-bottom: 20px; }
.gform_wrapper ul li input,
.gform_wrapper ul li input[type=text],
.gform_wrapper ul li input[type=url],
.gform_wrapper ul li input[type=email],
.gform_wrapper ul li input[type=tel],
.gform_wrapper ul li input[type=number],
.gform_wrapper ul li input[type=password],
.gform_wrapper ul li textarea {
color: #1d1d1d;
font-size: 16px;
line-height: 18px;
border: none;
border-bottom: 1px solid #7B7B7B;
border-radius: 0;
padding: 12px 0 10px;
margin-bottom: 10px;
background-color: transparent;   }
.gform_wrapper ul li input:focus,
.gform_wrapper ul li input[type=text]:focus,
.gform_wrapper ul li input[type=url]:focus,
.gform_wrapper ul li input[type=email]:focus,
.gform_wrapper ul li input[type=tel]:focus,
.gform_wrapper ul li input[type=number]:focus,
.gform_wrapper ul li input[type=password]:focus,
.gform_wrapper ul li textarea:focus {
color: #ed2b39;
outline: none;
border-color: #ed2b39; }
.gform_wrapper ul li input::-webkit-input-placeholder,
.gform_wrapper ul li input[type=text]::-webkit-input-placeholder,
.gform_wrapper ul li input[type=url]::-webkit-input-placeholder,
.gform_wrapper ul li input[type=email]::-webkit-input-placeholder,
.gform_wrapper ul li input[type=tel]::-webkit-input-placeholder,
.gform_wrapper ul li input[type=number]::-webkit-input-placeholder,
.gform_wrapper ul li input[type=password]::-webkit-input-placeholder,
.gform_wrapper ul li textarea::-webkit-input-placeholder {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #7B7B7B; }
.gform_wrapper ul li input:focus::-webkit-input-placeholder,
.gform_wrapper ul li input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper ul li input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper ul li input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper ul li input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper ul li input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper ul li input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper ul li textarea:focus::-webkit-input-placeholder {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #ed2b39; }
.gform_wrapper ul li input:-moz-placeholder,
.gform_wrapper ul li input[type=text]:-moz-placeholder,
.gform_wrapper ul li input[type=url]:-moz-placeholder,
.gform_wrapper ul li input[type=email]:-moz-placeholder,
.gform_wrapper ul li input[type=tel]:-moz-placeholder,
.gform_wrapper ul li input[type=number]:-moz-placeholder,
.gform_wrapper ul li input[type=password]:-moz-placeholder,
.gform_wrapper ul li textarea:-moz-placeholder {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #7B7B7B; }
.gform_wrapper ul li input:focus:-moz-placeholder,
.gform_wrapper ul li input[type=text]:focus:-moz-placeholder,
.gform_wrapper ul li input[type=url]:focus:-moz-placeholder,
.gform_wrapper ul li input[type=email]:focus:-moz-placeholder,
.gform_wrapper ul li input[type=tel]:focus:-moz-placeholder,
.gform_wrapper ul li input[type=number]:focus:-moz-placeholder,
.gform_wrapper ul li input[type=password]:focus:-moz-placeholder,
.gform_wrapper ul li textarea:focus:-moz-placeholder {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #ed2b39; }
.gform_wrapper ul li input::-moz-placeholder,
.gform_wrapper ul li input[type=text]::-moz-placeholder,
.gform_wrapper ul li input[type=url]::-moz-placeholder,
.gform_wrapper ul li input[type=email]::-moz-placeholder,
.gform_wrapper ul li input[type=tel]::-moz-placeholder,
.gform_wrapper ul li input[type=number]::-moz-placeholder,
.gform_wrapper ul li input[type=password]::-moz-placeholder,
.gform_wrapper ul li textarea::-moz-placeholder {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #7B7B7B; }
.gform_wrapper ul li input:focus::-moz-placeholder,
.gform_wrapper ul li input[type=text]:focus::-moz-placeholder,
.gform_wrapper ul li input[type=url]:focus::-moz-placeholder,
.gform_wrapper ul li input[type=email]:focus::-moz-placeholder,
.gform_wrapper ul li input[type=tel]:focus::-moz-placeholder,
.gform_wrapper ul li input[type=number]:focus::-moz-placeholder,
.gform_wrapper ul li input[type=password]:focus::-moz-placeholder,
.gform_wrapper ul li textarea:focus::-moz-placeholder {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #ed2b39; }
.gform_wrapper ul li input:-ms-input-placeholder,
.gform_wrapper ul li input[type=text]:-ms-input-placeholder,
.gform_wrapper ul li input[type=url]:-ms-input-placeholder,
.gform_wrapper ul li input[type=email]:-ms-input-placeholder,
.gform_wrapper ul li input[type=tel]:-ms-input-placeholder,
.gform_wrapper ul li input[type=number]:-ms-input-placeholder,
.gform_wrapper ul li input[type=password]:-ms-input-placeholder,
.gform_wrapper ul li textarea:-ms-input-placeholder {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #7B7B7B; }
.gform_wrapper ul li input:focus:-ms-input-placeholder,
.gform_wrapper ul li input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper ul li input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper ul li input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper ul li input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper ul li input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper ul li input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper ul li textarea:focus:-ms-input-placeholder {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #ed2b39; }
.gform_wrapper ul li textarea {
line-height: 22px;
border: 1px solid #7B7B7B;
padding: 12px 12px 10px 12px;
margin-top: 10px;
margin-bottom: 0; }
.gform_wrapper .gform_footer {
padding-top: 0; }
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
background-color: transparent;
font-size: 20px !important; }
@media print {
* {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } }