body, html {
	height: 100%;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3 {
	font-weight: 700;
}

h2 {
	font-size: 2.5rem;
}

h4 {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.8rem;
}

a, a:active, a:focus {
	cursor: pointer;
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #444;
}

.hide-desktop {
	display: none;
}

.bg-white {
	background: white;
}

.white-text {
	color: white;
}
.force-white {
	color:white!important;
}
.white-text a {
	color: #f4f4f4;
}
.white-text a:hover, .white-text a:active, .white-text a:focus, {
	color: #eaeaea;
}

.dark-text {
	color: #1a3e4d;
}
.dark-text a {
	color: #ea8062;
}
.dark-text a:active, .dark-text a:focus {
	color: #1a3e4d;
}
.dark-text a:visited {
	color: #ea8062;
}
.dark-text a:hover {
	color: #d6765b;
}
.grey-text {
	color: #666;
}
.grey-text a {
	color: #ea8062;
}
.grey-text a:hover {
	color: #d6765b;
}
.grey-text a:active, .grey-text a:focus, .grey-text a:visited {
	color: #ea8062;
}

.centered {
	text-align: center;
}

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

.btn, a.btn, a.btn:visited {
    margin: 0.2rem 0.2rem;
    cursor: pointer;
    border-radius: 1.5rem;
    padding: .5rem 1.5rem;
    color: #1a3e4d;
}

a.btn.btn-white {
	color: white;
}

.btn:focus {
	-webkit-box-shadow: 0 0 0 1px #1a3e4d;
	        box-shadow: 0 0 0 1px #1a3e4d;
}

.btn.big.btn-default {
	font-size: 1.2rem;
	padding: .8rem 2rem;
	border-radius: 2rem;
	-webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
	color: white;
}
.btn.big.btn-default:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 10px rgba(0,0,0,0.25)
}

.btn-default {
	background: #ea8062;
}

.white.btn-default {
	color: white;
}

.white.btn-default:hover, .white.btn-default:focus, .white.btn-default:active, .white.btn-default:visited {
	color: white;
}

.btn-default:hover {
	background: #d6765b;
}

.btn-default-outline {
    -webkit-box-shadow: 0 0 0 1px #1a3e4d;
            box-shadow: 0 0 0 1px #1a3e4d;
    color: #1a3e4d;
}
.btn-default-outline:hover {
    background: rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 0 1px #1a3e4d;
            box-shadow: 0 0 0 1px #1a3e4d;
    color: #1a3e4d;
}
a.btn-default-outline:hover {
	color: #1a3e4d;
}

.btn-white-outline {
    -webkit-box-shadow: 0 0 0 1px #ffffff;
            box-shadow: 0 0 0 1px #ffffff;
    color: #ffffff;
}

.btn-white-outline:hover {
    background: rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 0 1px #ffffff;
            box-shadow: 0 0 0 1px #ffffff;
    color: #ffffff;
}

.btn-wrapper {
	display: inline-block;
	margin-top: .5rem;
}
.sm-margin-top {
	margin-top: 1rem;
}
.btn-wrapper .sm-margin-top {
	margin-top: 1rem;
}

.btn-text-hint {
	font-size: .8rem;
	font-weight: 700;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.3)
}

.btn-text-hint-inner {
	font-size: 0.8rem;
	font-weight: 300;
	display: block;
}

.cta-arrow img {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-left: 0.3rem;
}

.btn:hover .cta-arrow img {
	-webkit-transform: translateX(4px);
	        transform: translateX(4px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cta-arrow img {
	height: 8px;
	margin-bottom: 4px;
}

.big-btn img {
	height: 8px;
	margin-bottom: 2px;
}

.btn-mc {
	background: #fff;
}

.btn-mc:hover {
	background: rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 0 1px #1a3e4d;
            box-shadow: 0 0 0 1px #1a3e4d;
    color: #1a3e4d;
}


.float-left {
	float: left;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
   	flex-flow: column;
   	display: flex;
  	-ms-flex-direction: column;
  	    flex-direction: column;
  	justify-content: center;
}

.extra-margin {
	padding: 1.8rem 15px;
}

.extra-big-margin {
	padding: 4rem 15px;
}

.header-extra-margin {
	margin-bottom: 40px;
}

.nav-padder {
	margin-top: 58px;
}

.card {
	margin-bottom: 15px;
	margin-bottom: 0rem;
	border: 1px solid rgba(0,0,0,0);
}

.card .card-block {
	padding-left: 0px;
}

.card .cta-arrow {
	position: absolute;
	opacity: 0;
	-webkit-transform: translateX(-36px);
	        transform: translateX(-36px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.card:hover .cta-arrow {
	position: absolute;
	opacity: 1;
	-webkit-transform: translateX(-28px);
	        transform: translateX(-28px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.card a, .card a:focus, .card a:active, .card a:visited {
	text-decoration: none;
	color: #666;
}

.card a:hover {
	text-decoration: none;
	color: #444;
}

.card h4 i {
	margin-right: .25rem;
}

.card-title {
	margin-bottom: .5rem;
}

.white-bg-full {
	background: white;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.announcement-styler {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	-webkit-transition: margin .25s ease;
	transition: all .35s ease;
	z-index: 0;
}

.announcement-padder {
	width: 100%;
}

.announcement-wrapper {
	background: black;
    z-index: 0;
    width: 100%;
    top: 0px;
    position: fixed;
    left: 0;
    color: #ddd;
    transition: all .35s ease;
}

.announcement {
	display: block;
	text-align: left;
}

.announcement > p {
	display: inline;
}

.announcement-flag {
	height: .8rem;
    margin-right: 4px;
    margin-bottom: 3px;
    border-radius: 0.05rem;
}

.close-announcement {
	text-align: right;
	font-size: 14pt;
}

.close-announcement:hover {
	color: white;
	cursor: pointer;
}


#lang-say-hi {
	font-weight: 700;
	color: white;
}

.navbar {
	position: fixed;
	z-index: 100;
	background: white;
	width: 100%;
	padding: 0px;
	border-bottom: 1px solid #ddd;
    z-index: 10000;
}

#navi {
	z-index: 2;
}

.navbar-toggleable-sm .navbar-collapse {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.navbar-after-scroll {
	background: rgba(255,255,255,0.95);
	border-bottom: 1px solid #cccccc;
	-webkit-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.navbar-brand {
	padding-top: 0.75rem;
	padding-bottom: 1rem;
}

.brand-logo {
	height: 20px;
}

.navbar-toggler {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-top: 17px;
    padding-bottom: 17px;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:visited {
	opacity: 0.6;
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler-icon {
	height: auto;
	width: auto;
}
.navbar-nav .nav-link {
    text-align: right;
}

.pll-parent-menu-item a.nav-link {
	padding-left: 15px!important;
	border-left: 1px solid #aaa;
    margin-left: 15px;
    padding-top: 0px;
    padding-bottom: .1rem;
    margin-top: .5rem;
}

.lang-dropdown .pll-parent-menu-item a.nav-link {
	padding-left: none!important;
	border-left: none;
    margin-left: 15px;
    padding-top: 0px;
    padding-bottom: .1rem;
    margin-top: 16px;
}

.pll-parent-menu-item .nav-link {
	text-align: left;
}

.pll-parent-menu-item .dropdown-menu {
	left: -7rem;
}

.pll-parent-menu-item .dropdown-menu .menu-item a.nav-link {
    margin: 0;
    padding: 10px 4px;
    border-left: none;
}

.lang-item .nav-link img {
	margin-right: 10px;
}

.navbar-after-scroll .navbar-brand {
	padding-top: 0.15rem;
	padding-bottom: .4rem;
	-webkit-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.navbar-after-scroll .brand-logo {
	height: 20px;
	-webkit-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.menu-lang-switcher-container {
    padding-top: 0px;
    float: right;
    margin: 0px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
}

.menu-lang-switcher-container a img, .pll-parent-menu-item a img {
	margin-top: -4px;
}

.menu-lang-switcher-container .dropdown-toggle::after, .pll-parent-menu-item .dropdown-toggle::after {
	display: inline-block;
    width: auto;
    height: auto;
    margin-left: .3em;
    vertical-align: baseline;
    content: "";
    border-top: none;
    border-right: none;
    border-left: none;
	display: inline-block;
    margin-left: .3em;
    content: "";
    border-top: .3em solid;
    content: "&#xf107;";
    font-family: fontAwesome;
    content: "\f107";
    border: 0;
    padding-top: 6px;
}

.pll-parent-menu-item .dropdown-toggle::after {
	margin-top: 1px;
	padding-top: 0px;
}

.lang-item-en > a::after {
	content: "English";
}
.lang-item-fi > a::after {
	content: "Suomeksi";
}
.lang-item-fr > a::after {
	content: "Français";
}

.btn-menu-default {
	background: transparent;
	border-radius: 2rem;
    padding: 0px 1rem;
    margin-left: 1rem;
    border: 1px solid #666;
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 15px;
}

.btn-menu-default:hover {
	border: 1px solid #ea8062;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.menu-item a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.menu-item a:hover {
	color: #ea8062;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-menu-default > a {
	color: #666;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-menu-default > a:active, .btn-menu-default > a:focus, .btn-menu-default > a:visited {
	color: #666;
}
.btn-menu-default:hover > a, .btn-menu-default > a:hover {
	color: #ea8062;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#dark-logo {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.navbar-after-scroll #dark-logo {
	opacity: 1;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.navbar-inverse .navbar-nav .nav-link {
	color: #999;
}

.navbar-inverse .navbar-nav .nav-link:hover {
	color: #666;
}

.navbar-inverse .navbar-toggler {
  border-color: hsla(0,0%,100%,.1);
  float: right;
  margin-top: 4px;
  color: black;
}

.dropdown-menu .menu-item a.nav-link {
	background: none!important;
}

.nav-some-links {
	top: 70px;
    z-index: 1;
    text-align: right;
    height: 0px;
    padding-right: 1.3rem;
   	-webkit-transition: all .25s ease;
   	transition: all .25s ease;
}

.nav-some-links a {
	opacity: 1;
    color: #ffffff;
}

.nav-some-links a:hover {
	opacity: 1;
    color: #ffffff;
}

.nav-some-links a:hover > img {
	-webkit-filter: drop-shadow( 0px 2px 4px #444 );
            filter: drop-shadow( 0px 2px 4px #444 );
}

.nav-some-links a img {
	height: 2rem;
    margin-left: .4rem;
    -webkit-filter: drop-shadow( 0px 2px 7px #666 );
            filter: drop-shadow( 0px 2px 7px #666 );
}

.hero {
	background: linear-gradient(
		rgba(0, 0, 0, 0.56),
		rgba(0, 0, 0, 0.56)
	), url('../img/front-page-background.jpg');
	background-size: cover;
	position: fixed;
	top:0;
	width: 100%;
	background-position: center;
}

.price-tag-wrapper {
	display: inline-block;
}
.price-tag {
	text-align: left;
    background: rgba(0, 0, 0, 0.55);
    border: 3px solid #ffffff;
    padding: 1.8rem;
    border-radius: 10rem;
    color: white;
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 30px;
}
.price-tag-description {
	font-weight: 300;
    opacity: .8;
}
.price-tag-price {
	font-size: 2.8rem;
	line-height: 2.6rem;
    font-weight: 700;
}
.pricetag {
	position: absolute;
    display: block;
    width: 134px;
    right: 5vw;
    top: -135px;
    z-index: 1000;
    -webkit-transform: translate3d(0,0,0) rotate(-10deg);
            transform: translate3d(0,0,0) rotate(-10deg);
    cursor: pointer;
}
.pricetag:hover, .pricetag img, .pricetag img:hover {
	cursor: pointer;
}

.tagline-description {
	font-size: 1.4rem;
	font-weight: 400;
}

.flying-posters {
	position: relative;
	z-index: 0;
	display: block;
	height: 500px;
	right: 80px;
	top: -20px;
}
.flying-posters > img {
	position: absolute;
}
.flying-posters .poster1 {
	border: 4px solid #3c3c3c;
	width: 300px;
	right: 0;
	top: 0;
	transform: rotate(25deg);
	z-index: 0;
}
.flying-posters .poster2 {
	border: 3px solid #3c3c3c;
	width: 80px;
	right: -30px;
	top: 395px;
	transform: rotate(7deg);
}
.flying-posters .poster3 {
	width: 140px;
	right: -110px;
	top: 160px;
	transform: rotate(-14deg);
}

.plywood {
	position: relative;
	background:
		/* top, transparent black, faked with gradient */
		linear-gradient(
			rgba(0, 0, 0, 0.23),
			rgba(0, 0, 0, 0.23)
		), url('../img/plywood-london-white-shelf.jpg');
	background-size: cover;
	width: 100%;
	background-position: 0% 50%;
	padding: 160px 0 70px 0;
	overflow: hidden;
}
.plywood::before {
  content: '';
	position: absolute;
	z-index: 100;
  top: 0;
  left: 50%;
  width: 120vw;
  height: 100px;
  transform: translate(-50%, -50%) rotate(1.5deg) skew(1.5deg);
  background: white;
  z-index: 100;
}
.pricing {
	padding-top: 100px;
	overflow-x: hidden;
}
.pricing .standing-posters-wrapper p {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.pricing .product-category-header {
	font-weight: bold;
	margin-bottom: 5px;
}

.standing-posters-wrapper {
	display: flex;
	flex-direction: column;
}

.standing-posters {
	position: relative;
	z-index: 0;
	display: block;
	height: 400px;
	align-self: center;
	margin-top: 80px;
	margin-bottom: 30px;
}
.standing-posters > img {
	position: absolute;
}
.standing-posters.standing-posters-paper {
	width: 450px;
}
.standing-posters.standing-posters-paper .poster1 {
	border: 3px solid #3c3c3c;
	left: 0;
	width: 140px;
	bottom: 0;
	z-index: 2;
}
.standing-posters.standing-posters-paper .poster-price.poster-price1 {
	left: 0;
	bottom: 200px;
}
.standing-posters.standing-posters-paper .poster-price.poster-price2 {
	left: 90px;
	bottom: 288px;
}
.standing-posters.standing-posters-paper .poster-price.poster-price3 {
	left: 200px;
	bottom: 382px;
}
.standing-posters .poster-price {
	text-align: left;
	position: absolute;
}
.standing-posters .poster-price h5 {
	font-weight: bold;
	margin: 0;
}
.standing-posters .poster-price p {
	margin: -2px 0 0 0;
	font-weight: 300;
	font-size: 0.94rem;
}
.standing-posters.standing-posters-paper .poster2 {
	border: 4px solid #3c3c3c;
	left: 90px;
	width: 200px;
	bottom: 4px;
	z-index: 1;
}
.standing-posters.standing-posters-paper .poster3 {
	border: 4px solid #3c3c3c;
	left: 200px;
	width: 260px;
	bottom: 8px;
	z-index: 0;
}

.standing-posters.standing-posters-plywood {
	width: 305px;
}
.standing-posters.standing-posters-plywood .poster1 {
	border: 1px solid #eedfbd;
	left: 0;
	width: 140px;
	bottom: 0;
	z-index: 1;
}
.standing-posters.standing-posters-plywood .poster2 {
	border: 1px solid #eedfbd;
	left: 90px;
	width: 210px;
	bottom: 4px;
	z-index: 0;
}
.standing-posters.standing-posters-plywood .poster-price.poster-price1 {
	left: 2px;
	bottom: 191px;
}
.standing-posters.standing-posters-plywood .poster-price.poster-price2 {
	left: 92px;
	bottom: 288px;
}

.poster-wrapper {
}

.posters-img {
	opacity: 0;
	-webkit-transform: translateY(-140px);
	        transform: translateY(-140px);
	-webkit-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
}

.posters-img-after-load {
	opacity: 1;
	-webkit-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
	-webkit-transform: translate3D(0, -40px, 0);
  transform: translate3D(0, -40px, 0);
}

.triangle {
	height: 80px;
	width: 100%;
	margin-top: -80px;
	pointer-events: none;
	position: relative;
	z-index: 10;
}

.triangle.upsidedown {
	margin-top: 0px;
}

.products {
	padding-top: 25px;
}

.shipping {
	padding-top: 25px;
}

.features {
	overflow-x: hidden;
}

.features h4 {
}

.icon-bullet {
	height: 1.4rem;
	margin-bottom: 0.2rem;
	margin-right: 0.5rem;
	min-width: 24px;
	float: left;
}

.parallax-wrapper {
	position: relative;
	height: 100%;
	background: white;
}

.gallery {
	margin: 0;
}

.map-wrapper {
	padding: 1.4rem 2.4rem;
}

.las-vegas-hover-bg {
	background: url('../img/las-vegas-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.barcelona-hover-bg {
	background: url('../img/barcelona-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.new-york-hover-bg {
	background: url('../img/new-york-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.dubai-hover-bg {
	background: url('../img/dubai-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.helsinki-hover-bg {
	background: url('../img/helsinki-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.barbados-hover-bg {
	background: url('../img/barbados-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.faro-hover-bg {
	background: url('../img/faro-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.miami-hover-bg {
	background: url('../img/miami-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.palma-hover-bg {
	background: url('../img/palma-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.london-hover-bg {
	background: url('../img/london-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.sun-city-hover-bg {
	background: url('../img/sun-city-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.tokyo-hover-bg {
	background: url('../img/tokyo-hover.jpg');
	background-size: cover;
	-webkit-box-shadow: inset 0 0 15px #444;
	        box-shadow: inset 0 0 15px #444;
    cursor: pointer;
}

.gallery-img {
	border: 4px solid #3c3c3c;
	width: 100%;
	-webkit-transition: all 0.2s ease;
	-webkit-transition: all 0.75s ease;
	transition: all 0.75s ease;
	cursor: pointer;
}

.gallery-img:hover {
	-webkit-transition: all 0.75s ease;
	transition: all 0.75s ease;
	opacity: 0;
}

.gallery-label {
	color: #888;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 1rem;
	font-size: .8rem;
}

.top-95 {
	top: 95%;
}

.top-70 {
	top: 70%;
}

.top-45 {
	top: 45%;
}

.height100 {
	height: 100%;
}

.min-height100 {
	overflow: visible;
}

.height80 {
	height: 95%;
}

.height70 {
	height: 67%;
}

.height45 {
	height: 45%;
	height: 45vh;
}

.feature-wrapper {
	position: relative;
}

.large-divider {
	padding: 4rem 0px;
	background: white;
}

.small-divider {
	padding: 1rem 0px;
	background: white;
}

.features-bg {
	background-image: url("../img/quality-color.jpg");
	background-color: white;
  	background-size: auto 100%;
  	background-repeat: no-repeat;
  	background-position: left top;
}

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

.features-description {
	line-height: 2rem;
	margin-bottom: 1rem;
}

.inspiration {
	height: 100%;
	padding-bottom: 8rem;
}

.inspiration-bg {
	background-image: url("../img/inspiration-bg.jpg");
	background-color: white;
  	background-size: auto 100%;
  	background-repeat: repeat-x;
  	background-position: left top;
  	height: 100%;
}

.details {
	background: white;
	padding: 3rem 0rem;
}

.details h3 {
	margin-top: 1rem!important;
	font-weight: 700!important;
	font-size: 1.75rem!important;
}

.streched {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.testimonials {
	background: white;
	padding: 3rem 0rem;
}

.testimonial-card {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    background: white;
    padding: 1rem 2rem 1rem 0rem;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 2rem 2rem 2rem;
    text-align: center;
}

.testimonial-card:first-of-type {
	 margin-bottom: 1rem;
}

.testimonial-card p {
	margin-bottom: 0;
}

.testimonial-card.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.testimonial-img {
	height: 80px;
    margin: 1.5rem;
    border-radius: 40px;
}

.testimonial-img-crop {
	width: 40%;
	margin-left: 3rem;
}

.testimonial-text {
	display: inline-block;
	z-index: 1;
}

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

.testimonial-signature {
	color: #666;
	font-weight: 700;
	margin-top: .2rem;
	display: block;
}

.testimonial-signature > p > a, .testimonial-signature > p > a:visited {
	color: #666;
}

.testimonial-signature > p > a:hover, .testimonial-signature > p > a:active, .testimonial-signature > p > a:focus {
	color: #ea8062;
}

.quote-mark {
	position: absolute;
    height: 49px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: -1rem;
    right: 3rem;
    opacity: 0.7;
    z-index: 0;
}

.purpose {
	background-color: white;
    background-image: url(../img/purpose-bg.jpg);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.purpose > .curtain {
	padding: 10rem 0;
}

.service-description {
	margin: auto 3rem;
	font-size: 1.4rem;
}

.v-center-percent {
	height: 100%;
    padding-top: 1rem;
}

.info-card {
	margin-top: 0rem;
    height: 40%;
    padding-bottom: 0;
}

.info-card:last-child {
	margin-top: 0rem;
    height: 40%;
    padding-bottom: 0;
}

.info-card-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	background: white;
	padding: 1rem 2rem;
	border-radius: .35rem;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.big-ass-icon {
	float: left;
	font-size: 4rem;
	margin-right: 1.5rem;
	color: #ea8062;
}

.mailchimp-form {
	height: inherit;
}

.post-card-wrapper {
	margin-top: 0;
    height: 100%;
}

.post-card {
	background: white;
    padding: 30px 40px;
    border-radius: .35rem;
    box-shadow: 0px 2px 10px #aaa;
    -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s ease;
    height: 100%;
}

.mail-stripe {
	width: 5px;
    position: absolute;
    margin-left: 0px;
    padding-top: .3rem;
    padding-bottom: .2rem;
    height: 100%;
}

.newsletter-input {
	padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-bottom: 2px solid #1a3e4e;
    border-radius: 3px;
}

.newsletter-hint {
	color: #aaa;
	font-size: .9rem;
	margin-top: 0.3rem;
}

.mail-stamp {
	position: relative;
    height: 73px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    margin-top: -17px;
    opacity: 0.6;
    float: right;
    display: block;
}

.footer {
	background: #354050;
	background: linear-gradient(125deg, #272e3a, #404a58);
	padding: 6rem 0rem 6rem 0rem;
}

.footer .triangles {
	position: relative;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	top: -6rem;
}

.footer h5 {
	letter-spacing: 1px;
}

.white-line {
	border-color: white;
  	width: 35%;
  	float: left;
	opacity: 0.3;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.footer-column:hover > .white-line {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.link-header {
	clear: both;
    margin-bottom: 0px;
    font-size: 0.8rem;
    letter-spacing: 1pt;
    opacity: .4;
}

.footer-link {
	float:left;
	clear:left;
	font-weight: 300;
	opacity: 0.8;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	margin-bottom: 4px;
}

.footer-link:hover {
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.link-header.pad-top {
	padding-top: 0.5rem;
}

.pad-top-bottom {
	padding: 3rem 0rem;
}

.footer-link .cta-arrow {
	opacity: 0;
	position: absolute;
  -webkit-transform: translate(-32px, 1px);
          transform: translate(-32px, 1px);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.footer-link:hover .cta-arrow {
	opacity: 1;
	-webkit-transform: translate(-22px, 1px);
	        transform: translate(-22px, 1px);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.footer-icons {
	height: 18px;
}

.email-icon {
	height: 12px;
}

.margin-fix > p {
	margin-bottom: 0;
}

.margin-fix > h2 {
	margin-bottom: 2rem;
}

.card-some {
	-webkit-box-shadow: 0px 3px 15px #aaaaaa;
	        box-shadow: 0px 3px 15px #aaaaaa;
	padding: 20px 40px;
	margin-top: 4rem;
	background: white;
}

.card-some > h1 {
	line-height: 3.5rem;
	margin: 0;
}

.some-icons {
	display: inline-block;
	float: right;
}

.some-links {
	clear: both;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.some-links a img {
	height: 2rem;
	margin-right: 1rem;
	margin-left: 0rem;
}

.some-links a {
	opacity: 0.6;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.some-links a:hover {
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.some-img {

}

/* Help template */

.help {
	background: url("../img/help-bg.jpg");
	background-size: cover;
	position: fixed;
	top:0;
	width: 100%;
	background-position: center;
	text-align: center;
}

.header-padder {
	padding: 15rem 0rem;
}

.white-curtain {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
  	height: 25%;
  	position: absolute;
  	top: -25%;
  	z-index: 100;
 	width: 100%;
}

.adjusting-header {
	font-size: 10vw;
    text-align: center;
    color: white;
    margin: 0px;
    margin-top: 58px;
}

.page-template-help h2 {
	font-size: 2rem;
	margin-bottom: 0rem;
}

.page-template-help h2 a {
	color: #666;
}

.page-template-help h3 {
	font-size: 1.4rem;
	font-weight: 300;
	color: #666;
	margin-top: 1.8rem;
}

.page-template-help .content {
	padding-bottom: 5rem;
}

.page-template-about-us .row .col-lg-6 {
	text-align: left;
}

.accordion {
	margin-top: 2rem;
}

.accordion h2 a:hover, .accordion h2 a:active, .accordion h2 a:focus {
	text-decoration: none;
}
.accordion h2 a {
	position: relative;
}

.quick-links {
	padding-top: 4rem;
}

.quick-links .mb-3 {
	margin-bottom: 3rem;
}

h2 i.header-icon {
	opacity: 0.5;
	font-size: 1.6rem;
    color: black;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}

.emergency {
	margin-top: 3.5rem;
}

.body-text {
	margin-top: 3.5rem;
}

.card-block h3:first-child {
	margin-top: 0px;
}

/* About us template */

.pad-top {
	padding-top: 6rem;
}

.quote-block {
	padding-top: 4rem;
	padding-bottom: 2rem;
}

.alvar-quote {
	font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.quote-signature {
	text-align: center;
    font-style: italic;
    font-size: 1.4rem;
}

.team-wrapper {
	position: relative;
    width: auto;
    height: auto;
    margin-bottom: 2rem;
}

.img-team-member {
    width: 40%;
    margin: auto;
    display: block;
}

.img-team-member-tl {
	float: left;
}

.img-team-member-mr {
	margin-top: 4rem;
    float: right;
}

.img-team-member-bc {
	float: left;
	margin: auto;
    margin-top: 3rem;
    left: 23%;
    position: relative;
}

.story-text {
	font-size: 1.2rem;
}

/* Gift template */
.gray-bg {
	background: #ededed;
}
.hero-gift {
	background: url('../img/giftcards-bg.jpg');
	background-size: cover;
	position: fixed;
	top:0;
	width: 100%;
	background-position: left;
	text-align: center;
}
.huge-header {
	font-size: 3.5em;
}
.bow-ribbon {
	top: -35px;
    position: absolute;
    width: 100%;
    height: 45px;
    z-index: 1;
}
.bow {
    position: absolute;
    height: 165px;
    top: -66px;
    left: 10%;
    z-index: 1;
}
.gift-cards {
	padding-top: 200px;
	background: white;
}
.gift-card-wrapper {
    background: #bd4f59;
    text-align: center;
    color: #ffffff;
    border-radius: 1em;
    height: 330px;
    margin: 50px;
    padding: 30px 0px;
    -webkit-box-shadow: 0px 5px 28px #ccc;
            box-shadow: 0px 5px 28px #ccc;
}
.card-stamp {
	padding: 20px 60px;
	display: block;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.gift-price {
	text-align: center;
	background: #b32e1d;
	padding: 12px 24px;
	color: white!important;
	font-weight: 700;
	width: 60%;
	margin: auto;
	border-radius: 2em;
	display: block;
	position: relative;
	z-index: 2;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}
.gift-price:after {
	content: "Purchase";
	z-index: 2;
	position: relative;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}
.gift-price:hover {
	text-decoration: none;
	background: #962719;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}
.card-stamp-wrapper:hover > .card-stamp {
	-webkit-transform: translateY(-8px);
	        transform: translateY(-8px);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.gift-selected {
	background: black;
	z-index: 2;
	-webkit-transition: none;
	transition: none;
}

.gift-selected:after {
	content: "Close";
	z-index: 2;
	position: relative;
	-webkit-transition: none;
	transition: none;
}

.gift-selected:hover {
	background: #505050;
	-webkit-transition: none;
	transition: none;
}

.envelope {
	width: 100%;
    margin-bottom: -2px;
    margin-top: -2px;
    pointer-events: none;
    position: relative;
}

.gift-shop-wrapper {
	height: 0px;
	overflow: hidden;
	background: #efefef;
}

.shop-iframe {
	background: #efefef;
	width: 100%;
	height: 0px;
	margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.shop-open-triangle {
	background: black;
    position: absolute;
    bottom: -14px;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
}

.gift-selected > .shop-open-triangle {
	opacity: 1;
	-webkit-transform: translateY(0px) rotate(45deg);
	        transform: translateY(0px) rotate(45deg);
	-webkit-transition: -webkit-transform .15s ease;
	transition: -webkit-transform .15s ease;
	transition: transform .15s ease;
	transition: transform .15s ease, -webkit-transform .15s ease;
}

.gift-selected:hover > .shop-open-triangle {
	background: #505050;
}

.page-template-gift .products {
	padding-top: 100px;
	margin-top: -30px;
}

.custom-price-input {
	width: 51px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #1b3f4c;
    background: #f4f4f4;
    margin: 0px 5px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
}

/* Phone background template */

.flash-text {
	font-weight: 700;
    letter-spacing: 2px;
    color: #aaaaaa;
    font-size: .9rem;
}

.flash1 {
	position: absolute;
	opacity: 1;
    animation-name: flash-roll;
    animation-duration: 33s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
.flash2 {
	position: absolute;
	opacity: 0;
    animation-name: flash-roll;
    animation-duration: 33s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}
.flash3 {
	position: absolute;
	opacity: 0;
    animation-name: flash-roll;
    animation-duration: 33s;
    animation-delay: 6s;
    animation-iteration-count: infinite;
}
.flash4 {
	position: absolute;
	opacity: 0;
    animation-name: flash-roll;
    animation-duration: 33s;
    animation-delay: 9s;
    animation-iteration-count: infinite;
}
.flash5 {
	position: absolute;
	opacity: 0;
    animation-name: flash-roll;
    animation-duration: 33s;
    animation-delay: 12s;
    animation-iteration-count: infinite;
}
.flash6 {
	position: absolute;
	opacity: 0;
    animation-name: flash-roll;
    animation-duration: 33s;
    animation-delay: 15s;
    animation-iteration-count: infinite;
}
.flash7 {
	position: absolute;
	opacity: 0;
    animation-name: flash-roll;
    animation-duration: 33s;
    animation-delay: 18s;
    animation-iteration-count: infinite;
}
.flash8 {
	position: absolute;
	opacity: 0;
    animation-name: flash-roll;
    animation-duration: 33s;
    animation-delay: 21s;
    animation-iteration-count: infinite;
}
.flash9 {
	position: absolute;
	opacity: 0;
    animation-name: flash-roll;
    animation-duration: 33s;
    animation-delay: 24s;
    animation-iteration-count: infinite;
}
.flash10 {
	position: absolute;
	opacity: 0;
    animation-name: flash-roll;
    animation-duration: 33s;
    animation-delay: 27s;
    animation-iteration-count: infinite;
}
.flash11 {
	position: absolute;
	opacity: 0;
    animation-name: flash-roll;
    animation-duration: 33s;
    animation-delay: 30s;
    animation-iteration-count: infinite;
}

.fader-in {
	animation: fade-in;
	animation-duration: 1s;
	animation-delay: 1s;
	opacity: 0;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
}

.header-hint {
	color: #888;
}

.hero-phone-img {
	display: block;
    margin: 2rem auto;
    width: 268px;
    max-width: 100%;
}

.container-padder {
	padding-left: 100px;
	padding-right: 100px;
}

.icon-bullet-header {
	float: left;
    display: block;
    margin-right: 10px;
    margin-top: 7px;
}

.icon-wrapper {
	float: left;
	height: 100%;
}

.margin-top-30 {
	margin-top: 30px;
}

.skewed-phone {
	background-image: url("../img/skewed-phone.jpg");
}

.fixed-cta-bar {
	background: black;
	padding: 8px 8px;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 1;
}

.flex-vertical-center-space-between {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-cta-text {
	display: inline-block;
}

.right-floated {
	right: 0;
	margin-bottom: 0;
}

/* 404 template */

.first-message, .second-message {
	opacity: 0;
	position: relative;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 1rem 0rem;
	margin-top: 1.5rem;

}
.first-message {
	text-align: left;
}
.second-message {
	text-align: right;
}
.first-message-loaded, .second-message-loaded {
	opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.notfound-bg {
	background: url('../img/kolumbus.jpg');
	background-size: cover;
	position: relative;
	background-position: center;
}

.notfound-bg .person {
	font-weight: 300;
	margin-bottom: 0rem;
	margin-top: 0rem;
}

.first-message h3, .second-message h3 {
	margin-top: 0rem;
	margin-bottom: .25rem;
}

.notfound-bg .btn-wrapper {
	margin-top: 1.5rem;
}

@media screen and (min-width: 1400px) {
	.features-bg {
		background-image: url("../img/quality-big.jpg");
		background-color: white;
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	    background-position: left top;
	}
	.skewed-phone {
		background-image: url("../img/skewed-phone.jpg");
	}
}

.mobile-open {
	text-align: center;
	display: block;
}
.mobile-open-link {
		text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 1rem;
	font-size: .8rem;
}
.mobile-open-link:hover > .fa {
	text-decoration: underline;
}
@media screen and (max-width: 1200px) {
	.mobile-row-separator::before {
	    content: "\A";
	    white-space: pre;
	}
}

@media screen and (max-width: 1024px) {
	.big-ass-icon {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.team-wrapper {
		padding: 25px;
	}
}

@media screen and (max-width: 992px) {
	.curtain {
		background: rgba(255,255,255,0.9);
		padding-bottom: 20px;
    }
    .service-description {
    	margin: 1rem 0;
    }
    .features-desc .btn-wrapper {
		display: block;
		text-align: center;
	}
	.team-wrapper{
		margin-top: -10rem;
	}
	.quote-block {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}
	.card-stamp {
		padding: 20px 20px;
	}
	.container-padder {
		padding-right: 15px;
		padding-left: 15px;
	}
	.flying-posters {
		right: 0px;
	}

	.plywood {
		text-align: center;
	}
	.plywood h2 {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.plywood h4 {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 767px) {
	.navbar-collapse {
		margin-bottom: 1rem;
	}
	.btn-menu-default {
		display: none;
	}
	.nav-some-links {
	    padding-right: 0rem;
	}
	.hero {
		background: linear-gradient(
		rgba(0, 0, 0, 0.56),
		rgba(0, 0, 0, 0.56)
	), url('../img/front-page-background-mobile.jpg');
		background-position: 58%;
		height: 95vh;
		background-size: cover;
	}
	.hero-gift {
		background: url('../img/giftcards-bg.jpg');
		height: 70vh;
		background-position: 76%;
    	background-size: cover;
	}
	.pricetag {
		display: none;
	}
	.parallax-wrapper {
		position: relative;
		height: 100%;
		background: white;
	}
	.triangle {
			height: 60px;
    	margin-top: -60px;
	}
	.curtain {
		background: rgba(255,255,255,0.9);
		padding-bottom: 20px;
    }
    .purpose {
    }
    .purpose > .curtain {
    	background: rgba(255,255,255,0.7);
    	padding-bottom: 0px;
    	padding: 2rem 0;
    }
    .row {
    	text-align: center;
    }
    .left-aligned {
    	text-align: left;
    }
    .card .card-block {
    	padding-left: 1.25rem;
    }
    .testimonial-card {
   		-webkit-box-orient: vertical;
   		-webkit-box-direction: normal;
   		    -ms-flex-direction: column;
   		        flex-direction: column;
    	padding: 1rem 2rem 2rem 2rem;
    	text-align: center;
    }
    .testimonial-img {
    	margin:1rem;
    }
    .details .row {
    	text-align: left;
    }
	.white-line {
		float: none;
		text-align: center;
	}
	.footer-link {
		text-align: center;
		float: none;
		display: block;
	}
	.footer-column {
		margin-bottom: 3rem;
	}
	.footer {
		padding-bottom: 3rem;
	}
	.some-links a img {
		height: : 2rem;
		margin-right: .5rem;
		margin-left: .5rem;
	}
	.hide-mobile {
		display: none;
	}
	.hide-desktop {
		display: block;
	}
	.adjusting-header {
		font-size: 20vw;
		top: -25.5vw;
		margin-top: 58px;
	}
	.quick-links {
		padding-top: 2rem;
	}
	.img-left {
		margin-bottom: 2rem;
		margin-top: -8rem;
	}
	.gallery-img:hover {
		opacity: 1;
	}
	.menu-lang-switcher-container {
		display: block;
	}
	.navbar-collapse .pll-parent-menu-item {
		display: none;
	}
	.alvar-quote {
		font-size: 2rem;
	    font-weight: 700;
	    text-align: center;
	}

	.quote-signature {
		text-align: center;
	    font-style: italic;
	    font-size: 1rem;
	}
	.card-stamp {
		padding: 60px 20px 10px 20px;
	}
	.flex-vertical-center-space-between {
		flex-direction: column;
	}
	.flex-vertical-center-space-between .bar-cta-text {
		margin-bottom: 4px;
	}
	.flying-posters {
		right: 120px;
		top: -5px;
	}

	.plywood {
		background-size: auto 120%;
		background-position: 42% 0%;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 576px) {
	#navi {
		margin: 0px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.nav-some-links {
	    padding-right: 15px;
	}
	.features-bg {
    	height: auto;
    }
    .large-divider {
    	padding: 2rem 0px;
    }
    .hero h1 {
    	font-size: 1.7rem;
    }
    .hero-gift h1 {
    	font-size: 2.3rem;
    }
    .tagline-description {
    	font-size: 1rem;
		}

	.standing-posters.standing-posters-paper {
		width: 300px;
	}
	.standing-posters.standing-posters-paper .poster1 {
		left: 0;
		width: 140px;
	}
	.standing-posters.standing-posters-paper .poster-price.poster-price1 {
		left: 0;
		bottom: 200px;
	}
	.standing-posters.standing-posters-paper .poster-price.poster-price2 {
		left: 70px;
		bottom: 288px;
	}
	.standing-posters.standing-posters-paper .poster-price.poster-price3 {
		left: 135px;
		bottom: 382px;
	}
	.standing-posters.standing-posters-paper .poster2 {
		left: 70px;
		bottom: 4px;
	}
	.standing-posters.standing-posters-paper .poster3 {
		left: 135px;
		bottom: 8px;
	}

	.standing-posters.standing-posters-plywood {
		width: 260px;
	}
	.standing-posters.standing-posters-plywood .poster2 {
		left: 80px;
	}
	.standing-posters.standing-posters-plywood .poster-price.poster-price2 {
		left: 82px;
	}
}

@-webkit-keyframes AnimationName {
    0%{background-position:50% 50%}
    25%{background-position:100% 0%}
    75%{background-position:0% 100%}
		100%{background-position:50% 50%}
}

@keyframes AnimationName {
    0%{background-position:50% 50%}
    25%{background-position:100% 0%}
    75%{background-position:0% 100%}
		100%{background-position:50% 50%}
}

.headroom {
    will-change: all;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.headroom--pinned {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* Looping flash text */
@keyframes flash-roll {
    0%   {
    	transform: translateY(10px) translate(-50%, 0);
    	left: 50%;
    	opacity: 0;
    }
    2%  {
    	transform: translateY(0px) translate(-50%, 0);
    	left: 50%;
    	opacity: 1;
	}
	8%  {
    	transform: translateY(0px) translate(-50%, 0);
    	left: 50%;
    	opacity: 1;
	}
	10%  {
    	transform: translateY(-10px) translate(-50%, 0);
    	left: 50%;
    	opacity: 0;
	}
    100% {
    	transform: translateY(-10px) translate(-50%, 0);
    	left: 50%;
    	opacity: 0;
	}
}

@keyframes fade-in {
    0%   {
    	transform: translateY(10px);
    	opacity: 0;
    }
    100%  {
    	transform: translateY(0px);
    	opacity: 1;
	}
}

/* Cookie consent */
.cc-window {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: -webkit-transform 0.5cc-s ease;
    transition: -webkit-transform 0.5cc-s ease;
    transition: transform 0.5cc-s ease;
    transition: transform 0.5cc-s ease, -webkit-transform 0.5cc-s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
            transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: .3em 1.8em;
    width: 100%;
    max-width: 100%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
}

.cc-window.cc-banner {
    width: 100%;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding: .3em 1.8em;
    width: 100%;
    background: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
            box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .7;
    display: inline-block;
    text-decoration: underline;
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

a.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    margin: 0.2rem 0.2rem;
    cursor: pointer;
    border-radius: 1.5rem;
    padding: .5rem 1.5rem;
    color: #1a3e4d;
	-webkit-box-shadow: 0 0 0 1px #1a3e4d;
	        box-shadow: 0 0 0 1px #1a3e4d;
    color: #1a3e4d;
    cursor: pointer;
}

a.cc-btn:hover {
    background: rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 0 1px #1a3e4d;
            box-shadow: 0 0 0 1px #1a3e4d;
    color: #1a3e4d;
    text-decoration: none;
    cursor: pointer;
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 0px;
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
    color: #1a3e4d;
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    padding: .5rem;
    color: #1a3e4d;
}

.cc-compliance {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        -webkit-box-flex: 1;
                flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: .2em;
    	margin-top: .2em;
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        -webkit-box-align: unset;
                align-items: unset;
        text-align: center;
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    background: rgba(255,255,255,.9);
    text-align: center;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none
}

.cc-theme-classic .cc-btn {

}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e0e0e0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #e0e0e0;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #e0e0e0;
}
:-moz-placeholder { /* Firefox 18- */
  color: #e0e0e0;
}