/*****
****** General
*****/








body {
  font-family: 'Roboto', sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
  overflow-x:hidden;
  background:#f8f8f8;
  background-size:cover;
  position:relative;
  font-size:100%;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
  background-color: #000;
  color:rgba(255,255,255,1);
}

.clear {
  clear:both;
}

.hide {
	display:none;
}

.blur {
	-webkit-filter: blur(15px)!important;
	-moz-filter: blur(15px)!important;
	-o-filter: blur(15px)!important;
	-ms-filter: blur(15px)!important;
	filter: blur(15px)!important;
	opacity:0.6!important;
}

main {
	height:auto;
	overflow:-x:hidden;
	padding:0;
	min-height:100vh;
}

.center {
	text-align: center;
}

.wrapper {
	position:relative;
	width:85%;
	max-width: 1100px;
	height:auto;
	margin:0 auto;
	padding:0;
}

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

.fixed {
	position:fixed!important;
	top:0px!important;
}

.full-img {
	width:100%;
	vertical-align:top;
}

.full-img.trans {
	padding:50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}

.text-box img {
	width: 100%;
	vertical-align: top;
	padding:40px 20%;
	margin:20px 0;
	background:rgba(0,0,0,0.1);
}

@media only screen and ( max-width:1024px ) {
}

@media only screen and ( max-width:768px ) {

	body{font-size: 80%;}

	main {
		padding:30px 0 0 0;
	}

	.wrapper {
		width:95%;
	}

}


/*****
****** Fonts
*****/

h1 {
	font-size:2.2em;
	line-height:1.5em;
	font-weight:300;
	margin:0;
	padding:0 10px;
	display: inline-block;
	color:#FFF;
}

h2 {
	font-size:1.8em;
	line-height:1.2em;
	font-weight:300;
	margin:0;
	padding:0;
	color:rgb(50,50,50);
}

h2 i {
	font-size:0.7em!important;
	font-weight:300;
	margin:0;
	padding:0;
	color:rgba(50,50,50,0.7);
}

h3 {
	font-size:1.5em;
	line-height:1.5em;
	font-weight:300;
	margin:0;
	padding:0;
	color:rgb(50,50,50);
}

h3 i {
	font-size:0.7em!important;
	font-weight:300;
	margin:0;
	padding:0;
	color:rgba(50,50,50,0.7);
}

h4 {
	font-size:1.5em;
	line-height:1.2em;
	font-weight:300;
	margin:0 0 10px 0;
	padding:0;
	color:rgb(50,50,50);
}

h4 i {
	font-size:0.7em!important;
	font-weight:300;
	margin:0;
	padding:0;
	color:rgba(255,255,255,0.7);
}

h5 {
	font-size:1.4em;
	line-height:1em;
	font-weight:300;
	margin:0 0 10px 0;
	padding:0;
	color:rgb(255,255,255);
}

h5 i {
	font-size:0.6em;
	font-weight:300;
	color:rgb(255,255,255);
}


p {
  font-size:1em;
  line-height:1.5em;
  color:rgba(0,0,0,0.5);
  padding:0;
  margin:5px 0 0 0;
  font-weight:300;
}

ul {
  font-size:1em;
  line-height:1.5em;
  color:rgba(0,0,0,0.5);
}

a {
  font-size:1em;
  line-height:1.5em;
  font-weight:300;
  color:rgb(50,50,50);
  text-decoration: none;
}

a:hover {
  color:#274e98;
  text-decoration:underline;
}


/*****
****** Header
*****/

header {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:80px;
  z-index:9997;
  background:rgba(255,255,255,0.9);
  text-align:center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

header .brand {
  float:left;
  width: 160px;
  margin:20px 0;
}

header .brand img {
  width: 100%;
}

@media only screen and ( max-width:1024px ) {
	.hideMobile {
		display: none;
	}

}
@media only screen and ( max-width:768px ) {

	header {
	  position:absolute;
	  left:0;
	  top:0;
	  width:100%;
	  height:60px;
	  z-index:9997;
	  text-align:center;
	}

	header .brand {
	  position:absolute;
	  top:6px;
	  left:0;
	  right:0;
	  margin:8px auto;
	  width: 120px;
	}
}

/*****
****** Navigation
*****/

nav {
	float: right;
	width:auto;
	padding:23px 0;
	overflow:hidden;
	z-index:9995;
}

nav ul {
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
  text-align:center;
}

nav ul li {
  list-style:none;
  display:inline-block;
  margin:0;
  padding:0;
  width:auto;
}

nav ul li a {
	position:relative;
  display:block;
  color:rgba(0,0,0,0.6);
  font-weight:400;
  font-size:1em;
  line-height:1.5em;
  margin:0 10px;
  padding:5px 10px;
}

nav ul li a:hover, nav ul li.active a  {
  color:#FFF;
  background:#b8cc00;
  text-decoration:none;
}

nav ul li.active a:before, nav ul li a:hover:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  width: 10px;
  height: 100%;
  z-index: 9995;
  background:url(../images/nav-arrow.svg)no-repeat center center;
  background-size:10px;
}

nav ul li.active a:after, nav ul li a:hover:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  width: 10px;
  height: 100%;
  z-index: 9995;
  background:url(../images/nav-arrow2.svg)no-repeat center center;
  background-size:10px;
}

.mobile-menu {
	position:relative;
	float:right;
	width:40px;
	height:40px;
	margin:6px 0 0 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	display:none;
}

.mobile-menu span {
	position:absolute;
	width:80%;
	height:2px;
	border-radius:3px;
	background:#b8cc00;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}

.mobile-menu span:nth-of-type(1) {
	left:10%;
	top:20px;
}

.mobile-menu span:nth-of-type(2) {
	left:10%;
	top:30px;
}

.mobile-menu.active span:nth-of-type(1) {
	top:25px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.mobile-menu.active span:nth-of-type(2) {
	top:25px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

@media only screen and ( max-width:1024px ) {

}
@media only screen and ( max-width:768px ) {

	.mobile-menu {
		display:block;
	}

	nav {
		position:absolute;
		left:0;
		top:80px;
		padding:12px 0;
	  	z-index:9998;
	  	display:none;
	  	width:100%;
	  	background:rgba(255,255,255,0.95);
	  	border-radius:10px;
	  	-webkit-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.18);
box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.18);
	}

	nav.show {
		display:block;
	}

	nav ul {
	  list-style:none;
	  margin:0;
	  padding:0;
	  width:100%;
	  text-align:center;
	}

	nav ul li {
	  list-style:none;
	  display:block;
	  width:100%;
	}

	nav ul li a {
	  display:block;
	  margin:0;
	  padding:20px 0;
	  border-bottom:1px solid rgba(0,0,0,0.1)
	}

	nav ul li:last-of-type a {
		border-bottom:none;
	}

}

.select-style {
    float:left;
    padding: 0;
    margin: 0 0 20px 0;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("http://2r3fd65rdnr4efnwp2y2f1xt.wpengine.netdna-cdn.com/wp-content/uploads/arrow-down-gray-hi.png") no-repeat 98% 50%;
    background-size:15px;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}


/*****
****** Slider
*****/

.slider {
	position:relative;
	width:100vw;
	height:70vh;
	max-height:800px;
	min-height: 600px;
	margin:0;
	overflow:hidden;
}

.slider.small {
	position:relative;
	width:100vw;
	height:40vh;
	max-height:400px;
	min-height: 300px;
	margin:0;
	overflow:hidden;
}

.gradient {
	position:absolute;
	left:0;
	bottom:-2px;
	width:100%;
	height:167px;
	pointer-events:none;
	z-index:50;
	background:url(../images/bg.png)repeat-x;

}

.slider ul {
	position: relative;
	padding: 0;
	width:100%;
	height:100%;
	margin:0;
	list-style: none;
}

.slider ul li {
	position: absolute;
	left:0;
	top:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	opacity:0;
	background-size:cover!important;
	background-repeat: no-repeat!important;
	-webkit-transition:all 1000ms ease-in-out;
	-moz-transition:all 1000ms ease-in-out;
	-o-transition:all 1000ms ease-in-out;
	-ms-transition:all 1000ms ease-in-out;
	transition:all 1000ms ease-in-out;
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.slider ul li.prevItem {
	position: absolute;
	opacity:1;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	-webkit-transform: translate3d(-70%,0,0);
	-moz-transform: translate3d(-70%,0,0);
	-ms-transform: translate3d(-70%,0,0);
	-o-transform: translate3d(-70%,0,0);
	transform: translate3d(-70%,0,0);
	opacity:0;
}

.slider ul li.nextItem {
	position: absolute;
	opacity:1;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	-webkit-transform: translate3d(70%,0,0);
	-moz-transform: translate3d(70%,0,0);
	-ms-transform: translate3d(70%,0,0);
	-o-transform: translate3d(70%,0,0);
	transform: translate3d(70%,0,0);
	opacity:0;
}

.slider ul li.showItem {
	position: absolute;
	left:0;
	top:0;
	visibility:visible;
	opacity:1;
	z-index:40;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.slider .sliderNext {
	position:absolute;
	right:0;
	top:50%;
	width:100px;
	height:100px;
	margin:-50px 0 0 0;
	font-size:16px;
	line-height:70px;
	background:url('../images/arrow-right.svg')no-repeat center center;
	background-size:20px;
	cursor:pointer;
	z-index:9995;
}

.slider .sliderPrev {
	position:absolute;
	left:0;
	top:50%;
	width:100px;
	height:100px;
	margin:-50px 0 0 0;
	font-size:16px;
	line-height:70px;
	background:url('../images/arrow-left.svg')no-repeat center center;
	background-size:20px;
	cursor:pointer;
	z-index:9995;
}

/*****
****** Content
*****/

.sliderContent {
	position:absolute;
	left:0;
	top:0;
	z-index:9994;
	width:100%;
	height:200%;
	text-align:center;
	white-space: nowrap;
}

.sliderContent:after {
  content: "";
  width: 1px;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.sliderContent .wrapper {
	text-align:left;
	display: inline-block;
	vertical-align: center;
	white-space: normal;
	padding:0px;
}

.sliderContent .wrapper .text-box, .text-box.green {
	background:#b8cc00;
	border:none;
}

.sliderContent .wrapper .text-box h4, .text-box.green h4 {
	color:#fff;
	font-weight:400;
}

.sliderContent .wrapper .text-box p, .text-box.green p {
	color:#fff;
}

.text-box.service {
	padding:120px 0;
}

.text-box.service h4 {
	position:relative;
	z-index: 500;
}

.box-label {
	position:absolute;
	top:30px;
	right:30px;
	color:#FFF;
	font-size: 0.8em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;
}

.text-box.service:hover {
	text-decoration: none!important;
}

.text-box.service .background {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	opacity:0.1;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}

.text-box.service:hover .background {
	opacity:0.5;
}

.slider.small .sliderContent .wrapper {
	padding:50px;
	background:transparent;
}

.sliderContent .wrapper p {
	color:rgba(0,0,0,0.6);
}

.content {
	position:relative;
	width:100%;
}

.content.padding {
	padding-top:80px;
}

.text-box {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	background:#fff;
	border:1px solid rgba(0,0,0,0.1);
	padding:45px;
}

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

.flag {
	display:inline-block;
	width:35px!important;
	padding:0px!important;
	margin:4px!important;
	border-radius:6px;
}

.brand-img {
	background:transparent!important;
	padding:0!important;
	width: auto!important;
	height:80px;
	display:inline-block;
}

.brand-box {
	background:rgba(60,60,60,0);
}

.brand-box:hover {
	text-decoration:none;
	background:rgba(60,60,60,0.2);
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}

.brand-box h4 {
	font-size:1em;
}

.brand-link {
	position:relative;
	display: block;
	width: 100%;
	color:#FFF;
	text-align:left;
	padding:5px 0;
	border-bottom:1px solid rgba(255,255,255,0.1);
}

.brand-link:hover {
	color:#FFF;
}

.brand-link:last-of-type {
	border-bottom:1px solid rgba(255,255,255,0);
}

img.team-box {
	position:absolute;
	left:20px;
	top:0;
	z-index:500;
	width:175px;
}

.text-box.team-box {
	padding-left: 200px;
	background:#b8cc00;
	border:none;
}

.text-box.team-box p {
	color:rgba(255,255,255,1);
}

.text-box.team-box a {
	color:rgba(255,255,255,1);
}

.map-wrapper {
	position:relative;
	width:100%;
	height:auto;
}

.animateHover {
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}

.animateHover:hover {
	transform: translate3d(0,-10px,0)!important;
	-moz-transform: translate3d(0,-10px,0)!important;
	-webkit-transform: translate3d(0,-10px,0)!important;
}

/*****
****** Footer
*****/

footer {
	position:relative;
	width:100%;
	padding:60px;
	margin:60px 0 0 0;
	text-align:center;
	background:#626b71;
}

footer img {
	width: 100px;
}

footer p {
	color:rgba(255,255,255,0.6);
	font-size:0.9em;
}

footer a {
	color:rgba(255,255,255,0.6);
	font-size:0.9em;
}

footer a:hover {
	color:rgba(255,255,255,1);
}

/*****
****** Loading
*****/

.loading {
  position:fixed;
  left:0;
  top:0;
  right:0;
  width:100vw;
  height:100vh;
  background:#fff;
  z-index:9998;
  pointer-events:none;
}


.spinner {
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  position: relative;
  top:50%;
  width: 150px;
  height: 150px;
  margin: -75px auto 0 auto;
  border: 1px solid #b8cc00;
  border-left:1px solid #fff;
  border-radius: 50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}


/*****
****** Grid
*****/

.grid {
	position: relative;
	clear: both;
	padding:25px 0;
	margin:0 0 0 -25px;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
	z-index: 100;
}

.topMargin {
	margin-top:-80px!important;
}


.topMargin.blog {
	margin-top:-200px!important;
}

.grid-sizer { width: 33.33%; }
.grid-sizer.x50 { width: 50%; }

.grid-item {
	position: relative;
	float: left;
	padding:20px;
	overflow: hidden;
	width: 33.33%;

	animation-duration: .5s!important;
	-webkit-animation-duration: .5s!important;
	-moz-animation-duration: .5s!important
}

.grid-item.x20 { width: 20%; }
.grid-item.x25 { width: 25%; }
.grid-item.x33 { width: 33.33%; }
.grid-item.x50 { width: 50%; }
.grid-item.x66 { width: 66.66%; }
.grid-item.x100 { width: 100%; }

.spacer {
	position: relative;
	width: 100%;
	height:70px;
}

@media only screen and ( max-width:1200px ) {


	.grid {margin:0;}

	.grid-sizer { width: 50%; }
	.grid-sizer.x33 { width: 50%; }

	.grid-item.x25 { width: 33.33%; }
	.grid-item.x50 {width:50%}
	.grid-item.x66 { width: 50%; }
	.grid-item.x100 { width: 100%; }
	img.team-box {
		top:13px;
	}
}

@media only screen and ( max-width:900px ) {
	.grid-item.x20 { width: 33.33%; }
	.grid-item.x25 { width: 50%; }
	.grid-item.x33 { width: 100%; }
	.grid-sizer.x50 { width: 100%; }
	.grid-item.x50 { width: 100%; }

	.spacer {
		position: relative;
		width: 0%;
		height:0px;
	}

}

@media only screen and ( max-width:768px ) {
	.grid-item.x20 { width: 50%; }
	.grid-sizer { width: 100%; }
	.grid-sizer.x50 { width: 100%; }
	.grid-item {width:100%; }
	.grid-item.x25 { width: 100%; }
	.grid-item.x50 { width: 100%; }
	.grid-item.x66 { width: 100%; }
	.grid-item.x100 { width: 100%; }

	.content.padding {
		padding-top:30px;
	}

	img.team-box {
		position:absolute;
		left:20px;
		top:10px;
		z-index:500;
		width:100px;
	}

	.text-box.team-box {
		padding:20px 0;
		padding-left: 110px;
		background:#b8cc00;
		border:none;
	}

}

/*****
****** Shop
*****/

.PPMiniCartButton {
	position:fixed;
	right:0px;
	top:20%;
	width:50px;
	height:50px;
	z-index:9999;
	background:#41cd6c url(../images/card-white.svg)no-repeat center center!important;
	background-size:30px!important;
	-webkit-transition:all 300ms ease-in-out;
	  -moz-transition:all 300ms ease-in-out;
	  -o-transition:all 300ms ease-in-out;
	  -ms-transition:all 300ms ease-in-out;
	  transition:all 300ms ease-in-out;
}

.PPMiniCartButton input {
	opacity:0;
}

.PPMiniCartButton .button {
	width:50px!important;
	height:50px!important;
	opacity:0!important;
}

.button {
	position:relative;
	display: inline-block;
	margin:15px 0 0 0;
	color:#fff!important;
	background:#b8cc00;
	padding:6px 20px;
	text-decoration:none;
	font-weight:400;
}

.button.light {
	color:#999!important;
	background:#fff;
}

.button:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  width: 10px;
  height: 100%;
  z-index: 9995;
  background:url(../images/nav-arrow.svg)no-repeat center center;
  background-size:10px;
}

.button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  width: 10px;
  height: 100%;
  z-index: 9995;
  background:url(../images/nav-arrow2.svg)no-repeat center center;
  background-size:10px;
}

.button.light:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  width: 10px;
  height: 100%;
  z-index: 9995;
  background:url(../images/nav-arrow-white.svg)no-repeat center center;
  background-size:10px;
}

.button.light:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  width: 10px;
  height: 100%;
  z-index: 9995;
  background:url(../images/nav-arrow2-white.svg)no-repeat center center;
  background-size:10px;
}

.button:hover {
	text-decoration:none;
	font-weight:400;
}


.minicart-showing .PPMiniCartButton {
	transform: translate3d(-400px,0,0);
	-moz-transform: translate3d(-400px,0,0);
	-webkit-transform: translate3d(-400px,0,0);
}

#PPMiniCart {
	position:fixed;
	display:block!important;
	top:0px!important;
	right:-400px!important;
	left:auto!important;
	width:400px;
	overflow-y:auto!important;
	height:100vh!important;
	padding:40px 0 70px 0!important;
	background:rgba(255,255,255,0.95)!important;
	z-index:9999!important;
	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(5px);
  	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-webkit-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.18);
box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.18);
	-webkit-transition:all 300ms ease-in-out;
	  -moz-transition:all 300ms ease-in-out;
	  -o-transition:all 300ms ease-in-out;
	  -ms-transition:all 300ms ease-in-out;
	  transition:all 300ms ease-in-out;
	animation: none 0s!important;
	-webkit-animation: none 0s!important;
	-moz-animation: none 0s!important;
}

.minicart-showing #PPMiniCart {
	transform: translate3d(-400px,0,0);
	-moz-transform: translate3d(-400px,0,0);
	-webkit-transform: translate3d(-400px,0,0);
}

#PPMiniCart form {
	background:transparent!important;
	box-shadow: none!important;
	border:none!important;
	margin:0!important;
	padding:10px 0!important;
	font-family: 'Roboto', sans-serif!important;
	width:100%!important;
}

#PPMiniCart form > ul {
	background:rgba(255,255,255,0.9)!important;
	box-shadow: none!important;
	border:1px solid rgba(10,20,30,0.1)!important;
	margin:0!important;
	padding:0 17px 4px 17px!important;
	width:100%!important;
	border-radius:0px!important;
}

.minicart-submit {
	position:fixed!important;
	right:0px!important;
	bottom:0px!important;
	width:100%!important;
	margin:0!important;
	background:#41cd6c!important;
	border:none!important;
	height:50px!important;
	border-radius:0px!important;
	color:#FFF!important;
	text-shadow:none!important;
	font-size:1.1em!important;
}

.order-wrapper {
	position:relative;
	width: auto;
	height:50px;
	margin:20px 0 0 0;
}

.order-wrapper .price {
	position:relative;
	float:left;
	width: auto;
	padding:0 20px;
	height:50px;
	line-height:50px;
	background:#274e98!important;
	color:#FFF!important;
	font-size:1em!important;
	border-right:1px solid rgba(255,255,255,0.2);
	border-radius:3px 0 0 3px!important;
}

.order-wrapper .order-button {
	position:relative;!important;
	float:left;
	width:auto!important;
	margin:0!important;
	padding:0 20px;
	background:#274e98!important;
	border:none!important;
	height:50px!important;
	border-radius:0 3px 3px 0!important;
	color:#FFF!important;
	text-shadow:none!important;
	font-size:1em!important;
}

.minicart-empty-text {
	width:100%!important;
	text-align:center!important;
	color:rgba(10,20,30,0.6)!important;
	padding:50px 0!important;
}

.minicart-closer {
	position:fixed!important;
	right:0px!important;
	top:0px!important;
	width:50px!important;
	margin:0!important;
	padding:0!important;
	background:url(../images/close.svg)no-repeat center center!important;
	background-size:15px!important;
	border:none!important;
	height:50px!important;
	min-width: 50px!important;
	border-radius:0px!important;
	color:rgba(10,20,30,0)!important;
	text-shadow:none!important;
}

.minicart-headline {
	position:fixed!important;
	left:18px!important;
	top:0px!important;
	height:50px;
	line-height: 55px;
	font-weight:300;
	font-size: 1.1em;
}

.minicart-subtotal {
	font-size:1.3em!important;
	font-weight:300!important;
	bottom:-25px!important;
}

.minicart-price {
	font-weight:300!important;
}

.shipping .minicart-details-remove, .shipping .minicart-details-quantity {
	display:none!important;
}

@media only screen and ( max-width:767px ) {

	#PPMiniCart {
		right:-100vw!important;
		width:100vw!important;
	}

	.minicart-showing #PPMiniCart {
		transform: translate3d(-100vw,0,0);
		-moz-transform: translate3d(-100vw,0,0);
		-webkit-transform: translate3d(-100vw,0,0);
	}

	.minicart-showing .PPMiniCartButton {
		transform: translate3d(-100vw,0,0);
		-moz-transform: translate3d(-100vw,0,0);
		-webkit-transform: translate3d(-100vw,0,0);
	}

}

/*****
****** Forms
*****/

.normalForm {
	width:100%;
	padding:25px 0;
	margin:0;
	text-align:center;
}

.normalForm input {
	position:relative;
	width:100%;
	height:50px;
	background:rgba(255,255,255,0);
	border:none;
	font-size:18px;
	color:rgba(10,20,30,1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	outline:none;
	margin:10px 0 0 0;
	-webkit-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -ms-transition:all 300ms ease-in-out;
  transition:all 300ms ease-in-out;
}

.normalForm input.error {
	border-bottom:1px solid rgba(255,0,0,.5);
}

.normalForm input:focus {
	border-bottom:1px solid rgba(160,40,100,0.9);
}

.normalForm input[type="submit"], .normalForm button[type="submit"] {
	display:inline-block;
	padding:15px 20px;
	font-size:16px;
	font-weight:400;
	margin:0 auto;
	border-radius:5px;
	color:rgba(255,255,255,1);
	background:#b8cc00;
	border:none!important;
	margin:20px 0 0 0;
}

.normalForm textarea {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	background:rgba(255,255,255,0);
	border:none;
	font-size:18px;
	color:rgba(10,20,30,1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	outline:none;
	margin:15px 0 0 0;
	-webkit-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -ms-transition:all 300ms ease-in-out;
  transition:all 300ms ease-in-out;
}

.normalForm textarea.error {
	border-bottom:1px solid rgba(255,0,0,.5);
}


.normalForm textarea:focus {
	border-bottom:1px solid rgba(160,40,100,0.9);
}

.socialButtons {
	display: inline-block;
	width:auto;
	height:auto;
	margin:40px 0 0 0;
	bottom:60px;
}

.socialButton {
	float:right;
	width:30px;
	height:30px;
	margin:0 10px;
	border-radius:50%;
}

.socialButton.facebook {
	background:rgba(255,255,255,1) url(../images/facebook.svg)no-repeat center center;
	background-size:7px;
}

.socialButton.twitter {
	background:rgba(255,255,255,1) url(../images/twitter.svg)no-repeat center center;
	background-size:15px;
}

.socialButton.google {
	background:rgba(255,255,255,1) url(../images/google.svg)no-repeat center center;
	background-size:14px;
}
