/*
Theme Name: Bopgun
Theme URI: 
Author: bopgun
Author URI: http://www.bopgun.com
Description: 
Version: 1.0.0
Text Domain: 
*/

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,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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}

textarea:focus, input:focus{outline: none;}
*:focus {outline: none;}

html {height: 100%;}

body {
	width: 100%;
	height: 100%;
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.1;
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	/* font-weight: 300; - Light */
	/* font-weight: 400; - Normal */
	/* font-weight: 600; - Semi Bold */
	/* font-weight: 700; - Bold */
	font-style: normal; 
	line-height: 1.3;	
}

h1 {font-size: 40px;opacity: 0;}
h2 {font-size: 30px;}
h3 {font-size: 22px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}


.alignright{
	text-align: left;
}
.alignleft{
	text-align: right;
}
.aligncenter{
    text-align: center;
}


.normal {font-weight: 400;}
.semibold {font-weight: 600;}
.bold {font-weight: 700;}
.italic {font-style: italic;}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	font-size: 16px;
	margin: 0 0 10px 0;
}


b, strong {font-weight: bold;}
i, em {font-style: italic;}

a {
	text-decoration: none;
	color: inherit;
}





.wrapper {
	width: 100%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
}

.page-content-wrapper {
	width: 100%;
	float: left;
	margin-top: 90px;
	background: #FFFFFF;
	position: relative;
	z-index: 10;
}
body.home .page-content-wrapper {margin-top: 0px;}

.wrapper-404 {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	background: #FFD51F;	
}
.wrapper-404 img {
	width: 739px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.parallax-banner {
	opacity: 0;
    -moz-transition: opacity .75s ease-in;
    -o-transition: opacity .75s ease-in;
    -webkit-transition: opacity .75s ease-in;
    transition: opacity .75s ease-in;
}
.parallax-banner.fadein-banner {opacity: 1;}

iframe {
	opacity: 0;
	-moz-transition: opacity .75s ease-in;
    -o-transition: opacity .75s ease-in;
    -webkit-transition: opacity .75s ease-in;
    transition: opacity .75s ease-in;
}
iframe.fadein-iframe {opacity: 1;}

h1.fadein-title {
	opacity: 1;
	-moz-transition: opacity .75s ease-in;
    -o-transition: opacity .75s ease-in;
    -webkit-transition: opacity .75s ease-in;
    transition: opacity .75s ease-in;
}

.welcome {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-image: url(im/site-overlay-bg.png);
    background-repeat: repeat;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
body.pop-up-closed .welcome {display: none;}
.welcome.hide {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
.welcome .inner {
    width: 760px;
    max-width: 90vw;
    max-height: 90vh;
    padding: 20px 40px 40px 40px;
    text-align: center;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 40px;
    overflow: scroll;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    box-sizing: border-box;
}
.welcome .inner::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
.welcome .inner::-webkit-scrollbar-corner {
	background-color: transparent;
}
.welcome .inner::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255,193,0,1);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.3);
}
.welcome .close {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: zoom-out;
}
.welcome .inner img {
	width: 100%;
	max-width: 490px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.welcome .inner h2 {
	font-size: 46px;
	margin: 20px 0;
}
.welcome .inner h3 {
	font-size: 25px;
	margin: 10px 0 0 0;
}
.welcome .inner p {
    font-size: 16px;
    margin: 0 0 20px 0;
}
.welcome .inner .button {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}
.welcome .inner .button img {
	width: 20px;
	height: 20px;
}



/* Footer */

.footer-wrapper {
	width: 100%;
	height: 170px;
	float: left;
	background: #333333;
	color: #FFFFFF;
	text-align: center;
	padding: 40px 0 0 0;
	position: fixed;
	z-index: 5;
	bottom: 0px;
}
.footer-content {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.footer-left {
	width: 80%;
	float: left;
	padding: 80px 0 0 0;
}
.footer-left i {
	width: 35px;
    height: 35px;
    background-color: #4D4D4D;
    border-radius: 50%;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.footer-left p {
	float: left;
	margin: 0 20px 0 0;
}
.footer-left-registered {padding: 7px 0 0 0;}

.footer-left-logo {
	width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}
.footer-left-logo img {width: 120px;}



.footer-right {
	width: 200px;
	float: right;
	padding: 40px 0 0 0;
}
.footer-right p {
	width: 100%;
	float: left;
	margin: 10px 0;
	box-sizing: border-box;
}
.footer-right a {
	width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    cursor: pointer;
    background-color: #4D4D4D;
    border-radius: 2px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
}
.footer-right a:nth-last-child(1) {margin: 0 0 5px 0;}

/* /Footer */







/* Main menu */

.main-menu-wrapper {
	width: 500px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -500px;
	z-index: 1000000;
	background-color: rgba(255,255,255,0.95);
	-moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
}
.main-menu-wrapper.open-main-menu {
	right: 0;
}

.main-menu-content {
	width: 300px;
	margin: 0 auto;
	padding: 10% 0 0 0;
}

.main-menu {
	width: 100%;
	float: left;
	padding: 20px 0 50px 0;
	text-align: center;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	color: #534741;
}
.main-menu li.main-menu-work {display: block;}
.main-menu li.main-menu-work-mobile {display: none;}

.main-menu li {margin: 0 0 10px 0;}
.main-menu li a {
	-moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}
.main-menu li a:hover {
	color: #FB8521;
    letter-spacing: 3px;
}

.main-menu-logo {
	width: 100%;
	float: left;
	text-align: center;
}

.main-menu-close {
	width: 100%;
	float: left;
	cursor: pointer;
	text-align: center;
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #534741;
	-moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}
.main-menu-close:hover {color: #FB8521;}


.header-copy {
	display: none;
	width: 470px;
	padding: 40px 0 0 0;
	float: left;
	text-align: center;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999999;
}
.header-copy h3 {
	font-style: italic;
	letter-spacing: 8px;
}

.header {
	width: 100%;
	height: 90px;
	float: left;
	position: fixed;
	/*background: #FFFFFF;*/
	z-index: 99999;
	-moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);*/
    top: -105px;
}
/*body.home .header {opacity: 0.5;}
body.home .header:hover {opacity: 1;}*/

body.logged-in .header {top: 32px !important;}

.header.reveal-menu {top: 0;}

.header .inner {
	width: 100%;
	float: left;
	text-align: center;
	padding: 25px 0 0 0;
}

.header .logo {
	width: 100px;
	float: left;
	padding: 0 0 0 55px;
}
.header .logo img {
	max-width: 100%;
	width: 100px;
	height: 42px;
	float: left;
}

.header .open {
	width: 40px;
	float: right;
	padding: 5px 55px 0 0;
	text-align: center;
	cursor: pointer;
}
.header .open img {
	width: 80%;
	margin: 0 auto;
}

.gdpr_lightbox {z-index: 1000000 !important;}

/* /Main menu */










/* Home */ 

.home-carousel-wrapper {
	width: 100vw;
    height: 100vh;
    float: left;
    position: relative;
    overflow: hidden;
	z-index: 10;
}
.home-carousel-wrapper.carousel-mobile {display: none;}

.home-carousel-wrapper .slick-slide {
    background-position: center;
    background-size: cover;
}
.home-carousel-wrapper .slick-slide img {
	width: 100vw;
    height: 100vh;
    float: left;
}

.home-carousel-wrapper .slick-next, 
.home-carousel-wrapper .slick-prev {display: none !important;}

.home-carousel-wrapper ul.slick-dots {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}
.home-carousel-wrapper ul.slick-dots li {    
	width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;
}
/*.home-carousel-wrapper ul.slick-dots li:nth-child(1n+4) {margin: 0 auto;}*/

.home-carousel-wrapper ul.slick-dots li button {
    width: 20px;
    height: 20px;
    background: #8C9791;
    border: 0px;
    color: #8C9791;
    border-radius: 100%;
}
.home-carousel-wrapper ul.slick-dots li.slick-active button {
    background: #FFF;
    color: #FFF;
}

.home-carousel-arrow {
	position: absolute;
	z-index: 10;
	bottom: 0px;
	font-size: 50px;
	color: #FFFFFF;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
	-webkit-animation: bounce 1.25s infinite;  /*Chrome, Safari, Opera  */
    animation: bounce 1.4s infinite;
}
.home-carousel-arrow a {display: block;}

/* Chrome, Safari, Opera */ 
@-webkit-keyframes bounce {
    0%   {bottom: 50px; opacity: 0.1;}
    50%  {bottom: 0px; opacity: 1;}
    100% {bottom: 50px; opacity: 0.1;}
}

/* Standard syntax */
@keyframes bounce {
    0%   {bottom: 20px; opacity: 0.3;}
    50%  {/*bottom: 30px;*/ opacity: 1;}
    100% {bottom: 0px; opacity: 0;}
}






.home-intro-wrapper {
	width: 90%;
	float: left;
	margin: 0 auto;
	padding: 120px 5%;
	text-align: center;
}
.home-intro-wrapper img {
	width: 80px;
	margin: 0 0 20px 0;
}



.home-grid-wrapper {
	width: 100%;
	float: left;
	background: #FFFFFF;
	position: relative;
}
.home-grid-item {
	width: 25%;
	padding-top: 25%;
	float: left;
	cursor: pointer;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
/*	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
	-moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
    overflow: hidden;
}
.home-grid-item-hover {
	width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    background-size: 100% auto;
    opacity: 0;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
}
.home-grid-item:hover {
/*	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	background-size: auto 105%;*/
}
.home-grid-item:hover .home-grid-item-hover {opacity: 1;}
.home-grid-item:hover .home-grid-item-title {opacity: 0;}
.home-grid-item:hover .home-grid-item-overlay {left: 0%;}


.home-grid-item-overlay {
	width: 130%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: -130%;
	background: url(im/840x660-grid-fade.png);
	background-size: cover;
	background-position: 100% 0px;	
	-moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
}


.home-grid-item a {
	width: 100%;
	height: 100%;
	display: block;
}

.home-grid-item-title {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
    right: 0;
    bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 1;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
}

.home-grid-item-title h2 {
	display: none;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	-moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -webkit-transition: .1s ease-in;
    transition: 1s ease-in;
}
.home-grid-item-title.grid-black h2 {color: #000000;}
.home-grid-item-title h2:nth-child(2n+2) {
	display: none;
	color: #F5F5F5;
}

/*.home-grid-item:hover .home-grid-item-title h2 {display: none;}
.home-grid-item:hover .home-grid-item-title h2:nth-child(2n+2) {display: block;}*/



.home-services-wrapper {
	width: 100%;
	float: left;
	box-sizing: border-box;
	background: #414142;
	padding: 80px 0;
}
.home-services-wrapper .title {
	width: 100%;
	float: left;
	padding: 0 0 60px 0;
	text-align: center;
}
.home-services-wrapper .title h2 {
	font-size: 50px;
	color: #FFFFFF;
}
.home-services-wrapper .col {
	width: 25%;
	float: left;
	margin: 0 auto;
	text-align: center;
}
.home-services-wrapper .col h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
	color: #FFFFFF;
}




.home-client-logos-wrapper {
	width: 100%;
	float: left;
}
.home-client-logos {
	/*max-width: 2100px;*/
	width: 90%;
	margin: 150px 5%;
	float: left;
	text-align: center;
}
.home-client-logos img {
	width: 16.666666%;
	max-width: 100%;
	float: left;	
}
.home-client-logos h3 {
	font-size: 50px;
	line-height: 1;
	margin: 0 0 60px 0;
}


.home-featuredpost-wrapper {
	width: 100%;
	float: left;
	background: #F5F5F5;
	padding: 100px 0;
}
.home-featuredpost {
	width: 1710px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

.home-featuredpost h2 {
	font-size: 40px;
	width: 100%;
	float: left;
}
.home-featuredpost h3 {
	font-size: 32px;
	width: 100%;
	float: left;
}
.home-featuredpost p {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}

.home-featuredpost img {
	width: 100%;
	float: left;
	margin: 20px 0;
}

/* /Home */ 












/* About us */

.aboutus-banner {
	width: 100%;
    height: 660px;
    float: left;
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-size: cover !important;
}
.aboutus-banner-copy {
	max-width: 90%;
	width: 820px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.aboutus-banner-copy h2 {
	font-size: 52px;
	color: #333333;
}



.aboutus-team-wrapper {
	width: 100%;
    float: left;
    margin: -50px 0 50px 0;
    position: relative;
    z-index: 10;
}
.aboutus-team {
	width: 90%;
    max-width: 960px;
    padding: 80px 100px 0 100px;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
}
.aboutus-team h1 {margin: 0 0 20px 0;}

.aboutus-team h2 {line-height: 1.2;}

.aboutus-team p {font-size: 18px; margin: 20px 0 0 0;}


.aboutus-names-wrapper {
	width: 100%;
	float: left;
	padding: 50px 0;
}
.aboutus-names {
	width: 90%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
}

.aboutus-names-individual-wrapper {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
.aboutus-names-individual {
	width: 50%;
	float: left;
}


.aboutus-individual-wrapper {
	width: 100%;
	float: left;
}

.aboutus-individual-wrapper p {font-size: 18px;}

.aboutus-individual-copy-wrapper {
	width: 50%;
	float: left;
}

.aboutus-individual-copy.style1 {
    width: 520px;
    float: left;
    padding: 10% 0 0 60px;
}
.aboutus-individual-copy.style2 {
   	width: 520px;
    float: right;
    padding: 10% 30px 0 0;
}

.aboutus-individual-image-wrapper {
	width: 50%;
	float: left;
}
.aboutus-individual-image-wrapper.style2 {float: right;}
.aboutus-individual-image-wrapper img {
    width: 100%;
    float: left;
}

/* /About us */










/* Careers */

.careers-banner {
	width: 100%;
    height: 660px;
    float: left;
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-size: cover !important;
}
.careers-banner h1 {
	position: absolute;
	text-align: center;
	bottom: 120px;
	left: 0;
	right: 0;
	color: #FFFFFF;
}

.careers-banner-copy {
    max-width: 90%;
    width: 820px;
    margin: 0 auto;
    padding: 100px 0 0 0;
}
.careers-banner-copy h2 {font-size: 52px;}
.careers-banner-copy h2.white {color: #FFFFFF;}



.careers-benefits-wrapper {
	width: 100%;
    float: left;
    margin: -50px 0 100px 0;
    position: relative;
    z-index: 10;
}
.careers-benefits {
	width: 90%;
    max-width: 960px;
    padding: 80px 100px 0 100px;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
}


.careers-benefits-left,
.careers-benefits-right {
	width: 45%;
	margin: 0 10% 0 0;
	float: left;
	text-align: left;
}
.careers-benefits-right {margin: 0 auto;}


.careers-benefits h1 {margin: 20px 0 5px 0;}
.careers-benefits h2 {
	font-size: 40px;
	margin: 0 0 40px 0;
}
.careers-benefits h3 {
	text-align: left; 
	margin: 0 0 80px 0;
}
.careers-benefits-left h3,
.careers-benefits-right h3 {
	margin: 0 0 10px 0;
	font-weight: 400;
}
.careers-benefits p {margin: 0 0 40px 0;}


.careers-benefits-quote {
	width: 100%;
	float: left;
}
.careers-benefits-quote h2 {
	max-width: 100%;
	width: 820px;
	font-size: 50px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 0 0;
	line-height: 1.2;
}



.careers-positions-wrapper {
	width: 100%;
	float: left;
	padding: 40px 0 60px 0;
	background: #FFCB00;
}
.careers-positions-content {
	max-width: 90%;
	width: 880px;
	margin: 0 auto;
	text-align: center;
}

.careers-positions-individual {
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
}
.careers-positions-individual img {float: left;}

.careers-positions-copy {
	width: 450px;
	float: right;
	text-align: left;
}

.careers-positions-content h2 {
	font-size: 40px;
	margin: 0 0 20px 0;
}
.careers-positions-individual h3 {
	margin: 0 0 10px 0;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 400;
}
.careers-positions-individual h4 {
	font-size: 22px;
	color: #FFFFFF;
}

/* /Careers */








/* Contact */

.contact-map-wrapper {
	width: 100%;
	float: left;
}
.contact-map-wrapper iframe {
	width: 100%;
	height: 400px;
	float: left;
}

.contact-intro-wrapper {
	width: 100%;
	padding: 40px 0 80px 0;
	float: left;
}
.contact-intro-wrapper.secondary {padding: 40px 0 20px 0;}
.contact-intro-content {
	max-width: 100%;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.contact-intro-content h1 {
	margin: 0 0 30px 0;
	font-size: 46px;
}
.contact-intro-content h2 {
	margin: 0 0 20px 0;
	font-size: 46px;
}

.contact-intro-content .form {
	text-align: left;
	margin: 0 0 40px 0;
}
.contact-intro-content .form form p {
	width: 100%;
	float: left;
}
.contact-intro-content .form form input[type="text"],
.contact-intro-content .form form input[type="email"],
.contact-intro-content .form form textarea {
	width: 100%;
	float: left;
	padding: 5px 10px;
	margin: 5px 0 0 0;
	font-family: 'Noto Serif KR', serif;
    line-height: 1.5;
    font-size: 16px;
	box-sizing: border-box;
}
.contact-intro-content .form form input[type="submit"] {
	margin: 0 auto;
    display: block;
    border: 0px;
    color: #FFFFFF;
    background-color: #000;
    padding: 10px 20px;
    font-size: 18px;
   	font-family: 'Rubik', sans-serif;
    line-height: 1.2;
    cursor: pointer;
}
.contact-intro-content .form form .wpcf7-response-output {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto;
    margin-top: -20px;
    padding: 10px;
    box-sizing: border-box;
}
.contact-intro-content .form form .wpcf7-spinner {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
.contact-intro-content .form form span.wpcf7-not-valid-tip {font-size: 15px;}
.contact-intro-content .black-button {margin-bottom: 20px;}

.contact-square-wrapper {
	width: 100%;
	padding: 40px 0 60px 0;
	float: left;
}
.contact-square-content {
	max-width: 100%;
	width: 713px;
	margin: 0 auto;
	text-align: center;
}
.contact-square-content img {
	width: 100%;
	float: left;
}

/* /Contact */









/* Case Study */ 

.work-page h2 {
	font-size: 18px;
	color: #FFFFFF;
}
.work-page h3 {
	font-size: 30px;
	margin: 0 0 30px 0;
}
.work-page p {font-size: 18px;}
.work-page p.semibold {font-size: 24px;}




.casestudy-banner {
	width: 100%;
	height: 660px;
	float: left;
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat !important;
	background-attachment: fixed;
	background-size: cover !important;
}
.casestudy-banner-logo {
	width: auto;
	height: auto;
	text-align: center;
	position: absolute;
	left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.casestudy-banner-logo img {max-width: 50%;}

.casestudy-title-wrapper {
	width: 100%;
	float: left;
	margin: -50px 0 0 0;
	position: relative;
	z-index: 10;
}
.casestudy-title {
	width: 90%;
	max-width: 960px;
	padding: 80px 100px 0 100px;
	margin: 0 auto;
	text-align: center;
	background: #FFFFFF;
}





.casestudy-statement-wrapper {
	width: 100%;
    float: left;
}
.casestudy-statement {
    width: 60%;
    padding: 100px 0;
    text-align: center;
    margin: 0 auto;
}
.casestudy-statement p {font-size: 30px;}






.casestudy-960-wrapper {
	width: 100%;
	float: left;
	position: relative;
	padding: 60px 0;
}
.casestudy-960 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.casestudy-960 img {
	width: 100%;
	float: left;
}
.casestudy-960 img.casestudy-960-2column {width: 50%;}


.casestudy-fullwidth-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.casestudy-fullwidth {
	max-width: 1960px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.casestudy-fullwidth img {
	width: 1960px;
	max-width: 100%;
	float: left;
}


.immediate-peterrabbit-copy {
	width: 320px;
	position: absolute;
	top: 300px;
	left: 15%;
}
.immediate-peterrabbit-copy h2 {
	font-size: 50px;
	color: #333333;
	line-height: 1;
	margin: 0 0 10px 0;
}
.immediate-peterrabbit-copy p {
	font-size: 24px;
	color: #333333;
}

.immediate-peterrabbit-image {
	width: 280px;
	position: absolute;
	top: 100px;
	right: 10%;
}


.casestudy-panel1-wrapper {
	width: 100%;
	float: left;
	padding: 60px 0 0 0;
}
.casestudy-panel1-copy-wrapper {
	width: 50%;
	float: left;
}
.casestudy-panel1-copy {
	width: 520px;
	float: right;
	padding: 5% 30px 0 0;
}


.casestudy-panel1-copy img {
	max-width: 100%;
	float: left;
}
.casestudy-panel1-image {
	width: 50%;
	float: left;
}
.casestudy-panel1-image img {
	width: 100%;
	float: left;
}
.casestudy-panel1-image #judgedreddvideo {
	width: 100%;
	height: auto;
}


.casestudy-secondtitle-wrapper {
	width: 100%;
	float: left;
	position: relative;
	background: #F2F2F2;
	text-align: center;
	padding: 80px 0 0 0;
}
.casestudy-secondtitle {
	width: 90%;
	padding: 0 5%;
	float: left;
}


.casestudy-panel2-wrapper {
	width: 100%;
	float: left;
	padding: 0 0;
	background: #F2F2F2;
}
.casestudy-panel2-image {
	width: 50%;
	float: left;
}
.casestudy-panel2-image img {
	width: 100%;
	float: left;
}
.casestudy-panel2-copy-wrapper {
	width: 50%;
	float: left;
}
.casestudy-panel2-copy {
	width: 520px;
	float: left;
	padding: 10% 0 7% 60px;
}
.casestudy-panel2-copy img {
	max-width: 100%;
	float: left;
}




.casestudy-services-wrapper {
	width: 100%;
	float: left;
	padding: 60px 0 0 0;
}
.casestudy-services-content {
	width: 1100px;
	margin: 0 auto;
}
.casestudy-services-client {
	width: 50%;
	float: left;
	text-align: left;
}
.casestudy-services {
	width: 50%;
	float: right;
	text-align: left;
}




.casestudy-testimonial-wrapper {
	width: 100%;
	height: 900px;
	float: left;
	position: relative;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.casestudy-testimonial-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url(im/bg-line-diag2.gif) repeat;
	opacity: 0.1;
}

.casestudy-testimonial-copy-wrapper {
	width: 100%;
	height: auto;
	float: left;
	background: url(im/casestudy-testimonial-mask.png) top center;
}
.casestudy-testimonial-copy {
	width: 820px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 40px 0;
}
.casestudy-testimonial-copy p.italic {
	font-size: 18px;
	font-weight: 300;
}
.casestudy-testimonial-copy img {
	width: 140px;
    height: auto;
	margin: 0 0 0 0;
}

.casestudy-testimonial-copy p.semibold {font-size: 24px;}



.work-page .padding-40-40 {padding: 40px 0;}

body.page-template-template-work-active .casestudy-panel2-wrapper {background: #EEEEEE;}
body.page-template-template-work-audley .casestudy-panel2-wrapper {background: #D5D5D5;}
body.page-template-template-work-carbongold .casestudy-panel2-wrapper {background: #EEEEEE;}
body.page-template-template-work-dovetail .casestudy-panel2-wrapper {background: #EEEEEE;}
body.page-template-template-work-immediatemedia .casestudy-panel2-wrapper {background: #EEEEEE;}
body.page-template-template-work-judgedredd .casestudy-panel2-wrapper {background: #EEEEEE;}


body.page-template-template-work-immediatemedia .casestudy-panel1-copy h2 {
	font-size: 40px;
	color: #333333;
	margin: 40px 0 0 0;
}


.carbongold-copy-image {
	width: 250px;
	float: none !important; 
	margin: 0 0 20px 0;
	text-align: center;
}
.carbongold-copy-image img {
	width: 100%;
	max-width: 625px;
	float: none;
}

.immediate-copy-image {
	width: 350px;
	float: none !important; 
	margin: 0 0 20px 0;
	text-align: center;
}
.immediate-copy-image img {
	width: 100%;
	max-width: 625px;
	float: none;
}





/* /Case Study */ 







/* Blog */ 

.blog-intro {
	width: 100%;
	float: left;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.blog-intro-banner {
	width: 100%;
	height: 600px;
	float: left;
	background: url(im/bopgun-office.jpg) center no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.blog-intro-banner h1 {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	color: #FFFFFF;
}

.blog-posts-wrapper {
	width: 100%;
	float: left;
	padding: 20px 0 100px 0;
}
.blog-posts-content {
	width: 1750px;
	max-width: 100%;
	margin: 0 auto;	
}

.blog-posts-content .alm-btn-wrap {
	width: 100%;
	float: left;
	padding: 10px 0 30px 0;
}
.blog-posts-item {
	width: 550px;
	float: left;
	margin: 0 50px 70px 0;
	position: relative;
	overflow: hidden;
}
.blog-posts-item:nth-child(3n+3) {margin: 0 0 70px 0;}
.blog-posts-item:nth-child(3n+1) {clear: both;}

.post-featuredimage {
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #EBEBEB;
}
.post-featuredimage img {
	width: 100%;
    height: auto;
    float: left;
}

.blog-posts-item p.post-date {
	width: 100%;
	float: left;
	text-align: center;
}

.blog-posts-item .post-readmore {
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	font-size: 14px;
	display: none;
}

.blog-posts-item h3 {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 22px;
}

p.post-excerpt {
	font-size: 16px;
}

.post-category {
	width: auto;
	margin: 0 10px 10px 0;
	float: left;
	padding: 5px 15px;
	color: #FFFFFF;
	background-color: #FFC100;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
}
.blog-posts-wrapper .post-category {display: none;}

.post-category.cat-allposts,
body.category .blog-tag-intro-banner.cat-allposts {background-color: #000000;}
.post-category.cat-bopgunmeets,
body.category .blog-tag-intro-banner.cat-bopgunmeets {background-color: #E3AF06;}
.post-category.cat-christmas,
body.category .blog-tag-intro-banner.cat-christmas {background-color: #3DC053;}
.post-category.cat-customerexperience,
body.category .blog-tag-intro-banner.cat-customerexperience {background-color: #B38766;}
.post-category.cat-facebook,
body.category .blog-tag-intro-banner.cat-facebook {background-color: #13E6E6;}
.post-category.cat-featured,
body.category .blog-tag-intro-banner.cat-featured {background-color: #FF7B5D;}
.post-category.cat-forthemarketer,
body.category .blog-tag-intro-banner.cat-forthemarketer {background-color: #C7DBC4;}
.post-category.cat-fromthestudio,
body.category .blog-tag-intro-banner.cat-fromthestudio {background-color: #C69A0A;}
.post-category.cat-illustration,
body.category .blog-tag-intro-banner.cat-illustration {background-color: #5D5349;}
.post-category.cat-jobs,
body.category .blog-tag-intro-banner.cat-jobs {background-color: #D0CFCB;}
.post-category.cat-photography,
body.category .blog-tag-intro-banner.cat-photography {background-color: #B8A795;}
.post-category.cat-print,
body.category .blog-tag-intro-banner.cat-print {background-color: #AEADA9;}
.post-category.cat-seo,
body.category .blog-tag-intro-banner.cat-seo {background-color: #979088;}
.post-category.cat-socialmedia,
body.category .blog-tag-intro-banner.cat-socialmedia {background-color: #DACDB6;}
.post-category.cat-tech,
body.category .blog-tag-intro-banner.cat-tech {background-color: #C7DBE1;}
.post-category.cat-welove,
body.category .blog-tag-intro-banner.cat-welove {background-color: #9A8380;}
.post-category.cat-webdesign,
body.category .blog-tag-intro-banner.cat-webdesign {background-color: #80807C;}

.blog-tag-intro {
	width: 100%;
	float: left;	
	position: relative;
	text-align: center;
}
.blog-tag-intro-banner {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}
.blog-tag-intro .avatar {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: inline-block;
	background-color: #000000;
	background-size: cover;
	background-position: center;
	background-image: url(im/avatar-bopgun.png);
	color: #FFFFFF;
	border-radius: 100%;
	text-align: center;
	font-size: 70px;
}
.blog-tag-intro-banner h1 {
	font-size: 40px;
	margin: 0 0 10px 0;
}
body.category .blog-tag-intro-banner {
	padding: 60px 0;
	margin: 0 0 20px 0;
	background-color: #FFC100;
}
body.category .blog-tag-intro-banner h1 {
	margin: 0 auto;
	color: #FFFFFF;
}


/* Single Blog */
.single-wrapper {
	width: 100%;
	float: left;
}

.single-featuredimage {
	width: 100%;
	float: left;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.single-featuredimage img {
	width: 100%;
	height: auto;
	float: left;
}

.single-featuredimage-alt img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.single-content-wrapper {
	width: 100%;
	float: left;
	padding: 40px 0 60px 0;
}
.single-content {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.single-content h1 {
	font-size: 36px;
	margin: 0 0 20px 0;
}

.single-content h1,
.single-content p.date {
	width: 100%;
	float: left;
	text-align: center;
}
.single-content-main {
	width: 100%;
	float: left;
	padding: 20px 0 30px 0;
}
.single-content-main p {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 1.45;
	font-size: 18px;
	margin-bottom: 20px;
}
.single-content-main p a {
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}
.single-content-main h2 {
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 24px;    
}
.single-content-main h3 {
	width: 100%;
	float: left;
	line-height: 1.4;
	margin: 20px 0 10px 0;
	font-size: 20px;
}
.single-content-main ul,
.single-content-main ol {
	width: 100%;
	float: left;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}
.single-content-main li {
	margin: 0 0 10px 20px;
	font-weight: 300;
	list-style: disc;
	line-height: 1.3;
	font-size: 18px;
}
.single-content-main ol li {list-style: decimal;}


.single-content-main img {
/*	width: 1000px;*/
	max-width: 100%;
	height: auto;
	margin: 20px 0;
	display: block;
}

.single-content-main .socials {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	box-sizing: border-box;
}
.single-content-main .socials a {
	width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    cursor: pointer;
    background-color: #000000;
    border-radius: 2px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
}
.single-content-main .socials a:nth-last-child(1) {margin: 0 0 5px 0;}


.single-content-main .alignleft {float: left;}
.single-content-main .alignright {float: right;}

.single-content-main .wp-caption,
.single-content-main .wp-caption-text {
	max-width: 100%;
	text-align: center;	
}

.single-content-main blockquote p {
	margin: 0 auto;
	font-size: 15px;
	color: #4D4D4D;
	margin: 5px 0 10px 0;
}

.single-content-main blockquote h4 {
	line-height: 1.5;
    padding-top: 10px;
}

.single-content-main blockquote {
	width: 100%;
    quotes: none;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
    border-left: 5px solid #000;
    margin: 15px;
}

/*.single-content-main blockquote:before {
	content: "";
	background-image: url(im/quotemark.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 33px;
	height: 33px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
    margin-bottom: 20px;
}*/

.single-content-main blockquote h2 {
	text-align: center;
    padding-top: 20px;
    font-size: 20px;
}

.single-content-main img.mobile {
	display: none;
}

.single-content-main .aligncenter,
.single-content-main iframe {
	margin: 20px auto;
	display: block;
	max-width: 100%;
}

.single-content-main .wp-video {
	width: 100% !important;
	float: left;
	margin: 0 0 40px 0;
	background: #FFFFFF;
	box-sizing: border-box;
}
.single-content-main .wp-video .wp-video-shortcode {
	width: 100% !important;
	height: 562px;
	background: #FFFFFF;
}

.single-content-main .button {
    width: auto;
    float: left;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #FFBA4D;
    text-align: center;
    font-weight: 600;
}

.single-content-categories {
	width: 100%;
	float: left;
}
.single-content-categories .single-tags {
	text-align: center;
	margin: 20px 0;
	display: none;
}
.single-content-categories .single-tags a {
	background: #414141;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    transition: .2s ease-in;
}
.single-content-categories .single-tags a:hover {color: #FCD411;}


.single-content-author {
	width: 100%;
	float: left;
	padding: 40px 0 0 0;
}

.single-content-author-avatar {
	width: 100px;
	height: 100px;
	background: #000000;
	background-size: cover;
	background-position: center;
	background-image: url(im/avatar-bopgun.png);
	color: #FFFFFF;
	border-radius: 100%;
	text-align: center;
	font-size: 70px;
	float: left;
}
.single-content-author-avatar a {
	display: block;
	width: 100%;
	height: 100%;
}


.single-content-author-info {
	float: left;
	padding: 10px 0 0 20px;
}
.single-content-author-info p {margin: 0 0 5px 0;}

.single-content-otherposts-wrapper {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
}
.single-content-otherposts {
	width: 90%;
	float: left;
	padding: 0 5%;
}
.single-content-otherposts-title {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
	text-align: center;
} 



.otherposts-individual {
	width: 30%;
	float: left;
	text-align: center;
}
.otherposts-individual:nth-child(2n+2) {margin: 0 5%;}

.otherposts-individual h2 {
	font-size: 18px;
	margin: 10px 0 0 0;
}

.otherposts-individual img {
	width: 100%; 
	height: auto;
}




/* /Single Blog */

/* Single Blog Category */

.category-jobs .single-content-main p {
	margin-bottom: 10px;
}

.category-jobs .single-content-main ul {
	padding: 20px;
}

/* /Single Blog Category */ 



/* /Blog */ 












/* PPA */

.ppa-banner {
	width: 100%;
    height: 660px;
    float: left;
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-size: cover !important;
}
.ppa-banner-copy {
	max-width: 90%;
	width: 820px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	text-align: center;
}
.ppa-banner-copy h2 {
	font-size: 22px;
	color: #ECB72D;
}
.ppa-banner-copy h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 5px 0 60px 0;
}
.ppa-banner-copy p {
	font-size: 15px;
	color: #ECB72D;
	margin: 90px 0 0 0;
}

 

.ppa-intro-wrapper {
	width: 100%;
    float: left;
    margin: -50px 0 0 0;
    position: relative;
    z-index: 10;
}
.ppa-intro {
	width: 90%;
    max-width: 920px;
    padding: 80px 120px 0 120px;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
}
.ppa-intro h1 {
	font-size: 32px;
	margin: 0 0 40px 0;
}

.ppa-intro-nominees {
	width: 100%;
	float: left;
	padding: 30px 0 50px 0;
	text-align: left;
}
.ppa-intro-nominees-left {
	width: 48%;
	float: left;
	margin: 0 4% 0 0;
}
.ppa-intro-nominees-right {
	width: 48%;
	float: left;
}


.ppa-grid-wrapper {
	width: 100%;
    float: left;
}
.ppa-grid {
	width: 90%;
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
    background: #FFFFFF;
}
.ppa-grid-individual {
	width: 250px;
	float: left;
	margin: 0 85px 30px 0;
	position: relative;
}
.ppa-grid-individual:nth-child(4n+3) {margin: 0 0 30px 0;}
.ppa-grid-individual:nth-child(4n+5) {clear: left;}

.ppa-grid-individual img {
	max-width: 100%;
	margin: 0 0 20px 0;
}
.ppa-grid-individual .question {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
    right: 20px;
    cursor: pointer;
    background-image: url(im/ppa-question-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ppa-grid-individual .question.active {background-image: url(im/ppa-question-icon-active.png);}

.ppa-grid-answers {
	display: none;
	width: 100%;
	padding: 0 0 40px 0;
	float: left;
	box-sizing: border-box;
}
.ppa-grid-answers p {line-height: 1.4;}

.ppa-grid-answer1,
.ppa-grid-answer2,
.ppa-grid-answer3 {display: none;}

.ppa-grid-answers.open {display: block;}
.ppa-grid-answer1.open,
.ppa-grid-answer2.open,
.ppa-grid-answer3.open {display: block;}


.ppa-logo-wrapper, 
.ppa-award-wrapper {
	width: 100%;
	float: left;
	padding: 20px 0;
	text-align: center;
}

.ppa-award-wrapper {padding: 0px;}

/* /PPA */




/* We belong together */

body.page-template-template-webelongtogether {background: #ff7b5d;}

.webelongtogether-hero-wrapper {
	width: 100%;
	float: left;
	background: #ff7b5d;
	box-sizing: border-box;
}
.webelongtogether-hero {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.webelongtogether-hero img {
	max-width: 100%;
	float: left;
}



.webelongtogether-contact-wrapper {
	width: 100%;
	float: left;
	background: #ff7b5d;
	box-sizing: border-box;
}
.webelongtogether-contact {
    width: 90%;
    max-width: 960px;
    padding: 0 0 60px 0;
    margin: 0 auto;
    text-align: center;
}
.webelongtogether-contact h1 {
	font-weight: 300;
	font-style: italic;
	font-size: 32px;
	color: #EFE2CB;
}

.webelongtogether-contact form {
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.webelongtogether-contact form p.label {
	width: 25%;
	float: left;
	margin: 5px 0 0 0;
	text-align: left;
	font-size: 18px;
	color: #EFE2CB;
	box-sizing: border-box;
}
.webelongtogether-contact form p.input {
	width: 75%;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #EFE2CB;
	box-sizing: border-box
}
.webelongtogether-contact form p.input input,
.webelongtogether-contact form p.input textarea {
	width: 100%;
	max-height: 150px;
	padding: 5px 10px;	
	color: #EFE2CB;
	background: #ff7b5d;
	border-radius: 10px;
	border: 1px solid #EFE2CB;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.webelongtogether-contact form input[type="submit"] {
	width: 75%;
	height: 35px;
	padding: 0px;
	float: right;
	background: #414141;
	color: #EFE2CB;
	border-radius: 10px;
	font-size: 14px;
	font-style: italic;
	border: 0px;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.webelongtogether-contact span.wpcf7-not-valid-tip {
	font-size: 16px;
	color: #414141;
	margin: 10px 0 0 0;
}
.webelongtogether-contact div.wpcf7-validation-errors,
.webelongtogether-contact div.wpcf7-mail-sent-ok {
	width: 100%;
    padding: 10px;
    margin: 40px 0 0 0;
    border: 1px solid #efe2cb;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #efe2cb;
    box-sizing: border-box;
}

/* /We belong together */







/* Free creative */

body.page-template-template-freecreative .page-content-wrapper {margin-top: 0px}
body.page-template-template-freecreative .star {width: 20px;}

.freecreative-hero {
	width: 100%;
	height: 680px;
	float: left;
	box-sizing: border-box;
	background-image: url(im/freecreative-hero-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.freecreative-hero .bottle {
	width: 170px;
    text-align: center;
    margin: 0 auto;
    position: fixed;   
    top: 90px;
    left: 0;
    right: 0;
}
.freecreative-hero .bottle .color,
.freecreative-hero .bottle .outline {
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.freecreative-hero .bottle .outline {top: 3px;}



.freecreative-intro-wrapper {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 40px 0 70px 0;
	background: #FFFFFF;
	position: relative;
	z-index: 1;
}
.freecreative-intro {
	width: 820px;
	margin: 0 auto;
	text-align: center;
}
.freecreative-intro h4 {
	font-size: 12px;
	letter-spacing: 15px;
	line-height: 1.5;
}
.freecreative-intro h2 {
	font-size: 42px;
    color: #EF7960;
    padding: 40px 5%;
    transform: translateY(200px);
}
.freecreative-intro h3 {
	font-size: 20px;
	color: #414141;
	margin: 40px 0 0 0;
	transform: translateY(200px);
}
.freecreative-intro a {color: #EF7960;}
.freecreative-intro .star {opacity: 0;}


.freecreative-apply-wrapper {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 40px 0 20px 0;
	background: #c6dbe1;
	position: relative;
	z-index: 1;
}
.freecreative-apply {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}
.freecreative-apply .bottles {
	width: 180px;
	margin: 0 0 30px 0;
}
.freecreative-apply .button {margin: 20px 0 0 0;}
.freecreative-apply .copy {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 30px 0;
}
.freecreative-apply .copy img {max-width: 100%;}


.freecreative-boka {
	width: 100%;
	height: 240px;
	float: left;
	box-sizing: border-box;
	background-image: url(im/boka-images.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}


.freecreative-outro {
	width: 100%;
	padding: 30px 0;
	float: left;
	box-sizing: border-box;
	background: #EF7960;
	text-align: center;
	position: relative;
	z-index: 1;
}
.freecreative-outro img {
	width: 75px;
	margin: 0 auto;
}
.freecreative-outro h4 {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 15px;
	line-height: 1.5;
	margin: 20px 0 0 0;
	color: #FFFFFF;
}


.freecreative-form-wrapper {
	width: 100%;
	padding: 30px 0;
	float: left;
	box-sizing: border-box;
}
.freecreative-form {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}
.freecreative-form form {
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: left;
	margin: 40px 0 0 0;
}
.freecreative-form form .left {
	width: 47.5%;
	float: left;
	margin: 0 5% 0 0;
}
.freecreative-form form .right {
	width: 47.5%;
	float: left;
}

.freecreative-form form input[type="text"],
.freecreative-form form input[type="email"],
.freecreative-form form textarea {
	width: 100%;
	padding: 10px;
    border: 1px solid #b7b7b7;
	float: left;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
    -webkit-appearance: none;
}
.freecreative-form form input[type="checkbox"],
.freecreative-form form input[type="radio"] {margin: 10px 0 0 0;}

.freecreative-form form span.wpcf7-list-item {
    width: 100%;
    float: left;
}

.freecreative-form form .label,
.freecreative-form form .input,
.freecreative-form form .desc {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 auto;
}
.freecreative-form form .input {margin: 10px 0 0 0;}
.freecreative-form form .desc {
    font-size: 14px;
    font-style: italic;
}
.freecreative-form form .label {
	margin: 20px 0 0 0;
	font-weight: 400;
}

.freecreative-form form div.wpcf7-response-output {
	margin: 30px 0;
	padding: 10px;
}
.freecreative-form form input[type="submit"] {
	width: 280px;
	padding: 10px;
	background: #333333;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-appearance: none;
    border: 0px;
    margin: 40px 0 0 0;
    cursor: pointer;
}
.freecreative-form form span.wpcf7-not-valid-tip {
	width: 100%;
	float: left;
	clear: both;
	margin: 5px 0 0 0;
}

/* /Free creative */





/* Halloween */

.halloween-wrapper {
	width: 100%;
	float: left;
	box-sizing: border-box;
	background-color: #000000;
}
.halloween {
	width: 640px;
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.halloween .flyer {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.halloween .flyer img {
	max-width: 100%;
	height: auto;
	float: left;
}

.halloween .stats {
	width: 100%;
	padding: 40px 0 20px;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.halloween .stats h2 {color: #E86B0C;}
.halloween .stats h3,
.halloween .stats p {color: #FFFFFF;}
.halloween .stats .countdown {
	width: 47.5%;
	float: left;
	margin: 0 5% 0 0;
}
.halloween .stats .total {
	width: 47.5%;
	float: left;
}

.halloween .entry-info {
	width: 100%;
	padding: 0 0 40px 0;
	float: left;
	box-sizing: border-box;
}
.halloween .entry-info h3 {
	width: 100%;
	float: left;
	margin: 20px 0;
	color: #E86B0C;
}
.halloween .entry-info h4 {
	width: 100%;
	float: left;
	margin: 10px 0;
	color: #FFFFFF;
}
.halloween .entry-info p {
	line-height: 1.4;
	color: #FFFFFF;
}
.halloween .entry-info ul {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
	box-sizing: border-box;
}
.halloween .entry-info li {
	width: 100%;
    float: left;
	list-style: disc;
	margin: 0 0 10px 20px;
	padding: 0 20px 0 0;
	line-height: 1.4;
	color: #FFFFFF;
	box-sizing: border-box;
}
.halloween .entry-info li a {text-decoration: underline;}
.halloween .entry-info .button {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
	padding: 10px;
	color: #FFFFFF;
	background-color: #E86B0C;
	box-sizing: border-box;
	clear: both;
}

.halloween .entries {
	width: 100%;
	padding: 20px 0 60px 0;
	float: left;
	box-sizing: border-box;
}
.halloween .entries .cakes {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.halloween .entries .pumpkins {
	width: 100%;
	float: left;
	margin: 0 auto;
}
.halloween .entries h3 {
	margin: 0 0 20px 0;
	color: #E86B0C;
}
.halloween .entries table {
	width: 100%;
	float: left;
}
.halloween .entries table tr td {
	font-size: 14px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px;
	vertical-align: middle;
	box-sizing: border-box;
}
.halloween .entries table tr td:nth-child(1),
.halloween .entries table tr td:nth-child(4) {text-align: center;}
.halloween .entries table tr td:nth-child(1) {width: 5%;}
.halloween .entries table tr td:nth-child(2) {width: 50%;}
.halloween .entries table tr td:nth-child(3) {width: 35%;}
.halloween .entries table tr td:nth-child(4) {width: 10%;}

/* /Halloween */



/* 10 Year */

.tenyear-timeline {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	background-color: #000000;
	position: relative;
    z-index: 10;
}

.tenyear-timeline .full-width {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.tenyear-timeline .yellow {color: #FFCB00;}

.tenyear-timeline .transition {
	-moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.tenyear-timeline .transition-slow {
	-moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.tenyear-timeline .transition-vslow {
	-moz-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
}

.tenyear-timeline .slick-current .spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 20s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 20s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.tenyear-timeline ul.slick-dots {
	width: 10px;
	height: 100vh;
	padding: 10vh 0;
	background-image: url(im/tenyear-timeline.png);
	position: absolute;
	top: 0;
	left: 5vw;
	box-sizing: border-box;
}
.tenyear-timeline ul.slick-dots li {
	width: 20px;
	height: 20px;
	padding: 7px 0 0 0;
	background-color: #333333;
	border-radius: 100%;
	text-align: center;
	font-size: 5.5px;
	font-weight: 600;
	position: relative;
	z-index: 10;
	cursor: pointer;
	box-sizing: border-box;
	-moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.tenyear-timeline ul.slick-dots li button {
	width: 100%;
	height: 100%;
	float: left;
	background-color: transparent;
	border: 0px;
	cursor: pointer;
}
.tenyear-timeline ul.slick-dots li.slick-active {
	-webkit-transform: scale(2.25);
    -ms-transform: scale(2.25);
	transform: scale(2.25);
	background-color: #FFCB00;
}
.tenyear-timeline ul.slick-dots #slick-slide00 {top: 0vh;}
.tenyear-timeline ul.slick-dots #slick-slide01 {    
	top: 5vh;
    left: -3px;
}
.tenyear-timeline ul.slick-dots #slick-slide02 {
	top: 10vh;
	left: -9px;
}
.tenyear-timeline ul.slick-dots #slick-slide03 {
	top: 15vh;
	left: -8px;
}
.tenyear-timeline ul.slick-dots #slick-slide04 {
	top: 20vh;
	left: -2px;
}
.tenyear-timeline ul.slick-dots #slick-slide05 {
	top: 25vh;
	left: -3px;
}
.tenyear-timeline ul.slick-dots #slick-slide06 {
	top: 30vh;
	left: -9px;
}
.tenyear-timeline ul.slick-dots #slick-slide07 {
	top: 35vh;
	left: -8px;
}
.tenyear-timeline ul.slick-dots #slick-slide08 {
	top: 40vh;
	left: -2px;
}
.tenyear-timeline ul.slick-dots #slick-slide09 {
	top: 45vh;
	left: -3px;
}
.tenyear-timeline ul.slick-dots #slick-slide010 {
	top: 50vh;
	left: -9px;
}
.tenyear-timeline ul.slick-dots #slick-slide011 {
	top: 55vh;
	left: -8px;
}

.tenyear-timeline .constant {
	opacity: 1;
	width: 360px;
    float: left;
    padding: 35vh 0 0 15vw;
    position: absolute;
    top: 0;
    left: 0;
}
.tenyear-timeline#current-slide-1 .constant {opacity: 0;}

.tenyear-timeline .constant .date {
	height: 230px;
	overflow: hidden;
}
.tenyear-timeline .constant .date .fixed {
	float: left;
	border-top: 15px solid #FFCB00;
    border-bottom: 15px solid #FFCB00;
}
.tenyear-timeline .constant .date .dynamic {
	float: left;
	padding: 15px 0;
	position: relative;
	top: 0;
}
.tenyear-timeline#current-slide-2 .constant .date .dynamic {top: -0px;}
.tenyear-timeline#current-slide-3 .constant .date .dynamic {top: -200px;}
.tenyear-timeline#current-slide-4 .constant .date .dynamic {top: -400px;}
.tenyear-timeline#current-slide-5 .constant .date .dynamic {top: -600px;}
.tenyear-timeline#current-slide-6 .constant .date .dynamic {top: -800px;}
.tenyear-timeline#current-slide-7 .constant .date .dynamic {top: -1000px;}
.tenyear-timeline#current-slide-8 .constant .date .dynamic {top: -1200px;}
.tenyear-timeline#current-slide-9 .constant .date .dynamic {top: -1400px;}
.tenyear-timeline#current-slide-10 .constant .date .dynamic {top: -1600px;}
.tenyear-timeline#current-slide-11 .constant .date .dynamic {top: -1800px;}
.tenyear-timeline#current-slide-12 .constant .date .dynamic {top: -2000px;}

.tenyear-timeline .constant .date h2 {
	font-size: 150px;
	height: 200px;
    font-weight: 600;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.tenyear-timeline .constant .date .fixed h2 {
	color: #FFCB00;
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

.tenyear-timeline#current-slide-2 .constant .date h2.date-2008,
.tenyear-timeline#current-slide-3 .constant .date h2.date-2009,
.tenyear-timeline#current-slide-4 .constant .date h2.date-2010,
.tenyear-timeline#current-slide-5 .constant .date h2.date-2011,
.tenyear-timeline#current-slide-6 .constant .date h2.date-2012,
.tenyear-timeline#current-slide-7 .constant .date h2.date-2013,
.tenyear-timeline#current-slide-8 .constant .date h2.date-2014,
.tenyear-timeline#current-slide-9 .constant .date h2.date-2015,
.tenyear-timeline#current-slide-10 .constant .date h2.date-2016,
.tenyear-timeline#current-slide-11 .constant .date h2.date-2017,
.tenyear-timeline#current-slide-12 .constant .date h2.date-2018 {
	color: #FFCB00;
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

.tenyear-timeline .constant .description {position: relative;}
.tenyear-timeline .constant .description h3 {
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 0px 0px 20px #000000;
	position: absolute;
	top: 7vh;
	left: 0;
	right: 0;
	opacity: 0;
}
.tenyear-timeline#current-slide-2 .constant .description h3.description-2008,
.tenyear-timeline#current-slide-3 .constant .description h3.description-2009,
.tenyear-timeline#current-slide-4 .constant .description h3.description-2010,
.tenyear-timeline#current-slide-5 .constant .description h3.description-2011,
.tenyear-timeline#current-slide-6 .constant .description h3.description-2012,
.tenyear-timeline#current-slide-7 .constant .description h3.description-2013,
.tenyear-timeline#current-slide-8 .constant .description h3.description-2014,
.tenyear-timeline#current-slide-9 .constant .description h3.description-2015,
.tenyear-timeline#current-slide-10 .constant .description h3.description-2016,
.tenyear-timeline#current-slide-11 .constant .description h3.description-2017,
.tenyear-timeline#current-slide-12 .constant .description h3.description-2018 {
	top: 6vh;
	opacity: 1;
}


.tenyear-timeline .panels {
	width: 100vw;
	height: 100vh;
	float: left;
	position: relative;
}
.tenyear-timeline .panels .slick-slide {
	width: 100vw;
	height: 100vh;
	text-align: center;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.tenyear-timeline .panels .slick-slide .stage {
	width: 50vw;
    height: 100vh;
    float: right;
    position: relative;
}
/* Panel: Start */
.slick-slide.panel-start .x {
	width: auto;
	height: 50vh;
	max-height: 768px;
	padding: 25vh 0;
	margin: 0 auto;	
}
.slick-slide.panel-start .logo {
	width: 120px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	bottom: 15vh;
	left: 0;
	right: 0;
}
.slick-slide.panel-start .button {
	width: 80px;
	padding: 5px;
	margin: 0 auto;
	border-radius: 20px;
	color: #FFCB00;
	border: 1px solid #FFCB00;
	position: absolute;
	bottom: 5vh;
	left: 0;
	right: 0;
	cursor: pointer;
}
.slick-slide.panel-start .button:hover {
	color: #000000;
	background-color: #FFCB00;
}
/* Panel: 2008 */
.slick-slide.panel-2008 .stage .strip {
	width: 200px;
	height: 100vh;
	float: left;
	margin: 0 1vw 0 0;
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
	position: relative;
}
.slick-slide.panel-2008 .stage .strip.strip1 {background-image: url(im/tenyear-2008-strip1.jpg);}
.slick-slide.panel-2008 .stage .strip.strip2 {background-image: url(im/tenyear-2008-strip2.jpg);}
.slick-slide.panel-2008 .stage .strip.strip3 {background-image: url(im/tenyear-2008-strip3.jpg);}
.slick-slide.panel-2008 .stage .strip img {
	width: 100px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	right: -50px;
	z-index: 1;
}
.slick-slide.panel-2008 .stage .strip.strip1 img {top: 50vh;}
.slick-slide.panel-2008 .stage .strip.strip2 img {top: 80vh;}
.slick-slide.panel-2008 .stage .strip.strip3 img {top: 40vh;}
/* Panel: 2009 */
.slick-slide.panel-2009 .stage .work {
	float: left;
	margin: 20vh 0;
	position: relative;
}
.slick-slide.panel-2009 .stage .work .banner {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 60vh;
}
.slick-slide.panel-2009 .stage .work .icon {
	width: 100px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	bottom: -30px;
	right: -60px;
}
/* Panel: 2010 */
.slick-slide.panel-2010 .stage .products {
	height: 50vh;
	margin: 25vh 5vw 25vh 0;
	position: relative;
}
.slick-slide.panel-2010 .stage .products .prod {
	height: auto;
	float: left;
	margin: 0 auto;
	position: absolute;
	bottom: 10vh;
	left: 50%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.slick-slide.panel-2010 .stage .products .prod1,
.slick-slide.panel-2010 .stage .products .prod3,
.slick-slide.panel-2010 .stage .products .prod5 {
	width: 20%;
	z-index: 1;
}
.slick-slide.panel-2010 .stage .products .prod2,
.slick-slide.panel-2010 .stage .products .prod4 {width: 35%;}

.slick-slide.panel-2010.slick-current .stage .products .prod1 {
	bottom: 0px;
	left: 0%;
}
.slick-slide.panel-2010.slick-current .stage .products .prod2 {
	bottom: 30px;
	left: 12%;
}
.slick-slide.panel-2010.slick-current .stage .products .prod3 {
	bottom: 0px;
	left: 40%;
}
.slick-slide.panel-2010.slick-current .stage .products .prod4 {
	bottom: 30px;
	left: 53%;
}
.slick-slide.panel-2010.slick-current .stage .products .prod5 {
	bottom: 0px;
	left: 80%;
}
.slick-slide.panel-2010 .stage .icon {
	width: 100px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	bottom: -30px;
	right: -60px;
	z-index: 1;
}
/* Panel: 2011 */
.tenyear-timeline .panels .slick-slide.panel-2011 {background-image: url(im/tenyear-bg-2011.jpg);}
/* Panel: 2012 */
.slick-slide.panel-2012 .stage .strip {
	width: 200px;
	height: 100vh;
	float: left;
	margin: 0 1vw 0 0;
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
	position: relative;
}
.slick-slide.panel-2012 .stage .strip.strip1 {background-image: url(im/tenyear-2012-strip1.jpg);}
.slick-slide.panel-2012 .stage .strip.strip2 {background-image: url(im/tenyear-2012-strip2.jpg);}
.slick-slide.panel-2012 .stage .strip.strip3 {background-image: url(im/tenyear-2012-strip3.jpg);}
.slick-slide.panel-2012 .stage .strip img {
	width: 100px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	right: -50px;
	z-index: 1;
}
.slick-slide.panel-2012 .stage .strip.strip1 img {top: 50vh;}
.slick-slide.panel-2012 .stage .strip.strip2 img {top: 80vh;}
.slick-slide.panel-2012 .stage .strip.strip3 img {top: 40vh;}
/* Panel: 2013 */
.slick-slide.panel-2013 .stage .work {
	float: left;
	margin: 20vh 0;
	position: relative;
}
.slick-slide.panel-2013 .stage .work .banner {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 60vh;
}
.slick-slide.panel-2013 .stage .work .icon {
	width: 100px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	bottom: -50px;
    right: -50px;
}
/* Panel: 2014 */
.slick-slide.panel-2014 .stage .work {
	float: left;
	margin: 20vh 0;
	position: relative;
}
.slick-slide.panel-2014 .stage .work .banner {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 60vh;
}
.slick-slide.panel-2014 .stage .work .icon {
	width: 100px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    right: 100px;
}
/* Panel: 2015 */
.slick-slide.panel-2015 .stage .work {
	float: left;
	margin: 20vh 0;
	position: relative;
}
.slick-slide.panel-2015 .stage .work .banner {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 60vh;
}
.slick-slide.panel-2015 .stage .work .icon {
	width: 100px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    right: -50px;
}
/* Panel: 2016 */
.tenyear-timeline .panels .slick-slide.panel-2016 {background-image: url(im/tenyear-bg-2016.jpg);}
/* Panel: 2017 */
.slick-slide.panel-2017 .stage .products {
	height: 60vh;
	margin: 20vh 5vw 20vh 0;
	position: relative;
}
.slick-slide.panel-2017 .stage .products .prod {
	width: auto;
	max-width: 100%;
	height: 25%;
	float: left;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-filter: blur(10px) grayscale(1);
	filter: blur(10px) grayscale(1);
}
.slick-slide.panel-2017.slick-current .stage .products .prod1 {
	-webkit-filter: blur(0px) grayscale(1);
	filter: blur(0px) grayscale(1);
}
.slick-slide.panel-2017.slick-current .stage .products .prod2 {
	top: 25%;
	-webkit-filter: blur(0px) grayscale(1);
	filter: blur(0px) grayscale(1);
}
.slick-slide.panel-2017.slick-current .stage .products .prod3 {
	top: 50%;
	-webkit-filter: blur(0px) grayscale(1);
	filter: blur(0px) grayscale(1);
}
.slick-slide.panel-2017.slick-current .stage .products .prod4 {
	top: 75%;
	-webkit-filter: blur(0px) grayscale(1);
	filter: blur(0px) grayscale(1);
}
.slick-slide.panel-2017 .stage .icon {
	width: 100px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
/* Panel: 2018 */
.slick-slide.panel-2018 .stage .work {
	float: left;
	margin: 20vh 0;
	position: relative;
}
.slick-slide.panel-2018 .stage .work .banner {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 60vh;
}





/* Bath Expo */

body.page-template-template-bathexpo .footer .top .project,
body.page-template-template-bathexpo-app .footer .top .project {display: none;}
.bathexpo {
	padding: 0 20px;
	text-align: center;
	background-color: #000000;
}
.bathexpo .logo {padding: 100px 0 40px 0;}
.bathexpo .logo img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.bathexpo .inner {
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
}
.bathexpo .inner h1 {
	font-size: 34px;
	margin: 0 0 20px 0;
}
.bathexpo .inner h2 {font-size: 24px;}
.bathexpo .inner h3 {
	font-size: 18px;
	margin: 20px 0 0 0;
}
.bathexpo .inner .copy {padding: 0 0 80px 0;}
.bathexpo .inner .form {padding: 0 0 60px 0;}
.bathexpo .inner .form form {
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}
.bathexpo .inner .form form input {
	width: 100%;
	padding: 15px;
	margin: 0 0 20px 0;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	border-radius: 5px;
	font-size: 14px;
	color: #FFFFFF;
	box-sizing: border-box;
}
.bathexpo .inner .form form .preference input {
	width: auto;
	float: left;
	margin: 0 20px 0 0;
}
.bathexpo .inner .form form .preference label {
	float: left;
	color: #FFFFFF;
}
.bathexpo .inner .form form button {
	width: auto;
	display: block;
	float: left;
	padding: 10px 20px;
	margin: 20px 0 0 0;
	color: #000000;
	background-color: #FFC100;
	border: 0px;
	border-radius: 5px;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
}









































































































/* RESPONSIVE STYLES */












/* ABOVE 1560px */
@media screen and (min-width: 1560px) {

.single-featuredimage {
	height: 300px;
	text-align: center;
}
.single-featuredimage img {
    width: auto;
    float: none;
    height: 300px;
    margin: 0 auto;
}

}
/* /ABOVE 1560px */

















/* BELOW 1200px */
@media screen and (max-width: 1199px) {

.home-grid-item {
	width: 33.333333%;
	padding-top: 33.333333%;
}

.work-page .home-grid-item:nth-child(4n) {display: none;}


.immediate-peterrabbit-copy {
	left: 5%;
	top: 150px;
}
.immediate-peterrabbit-image {
	width: 220px;
	top: 40px;
}


.aboutus-individual-copy.style1,
.aboutus-individual-copy.style2 {padding: 40px 0 0 60px;}


.footer-wrapper {height: 320px;}
.footer-left {width: 480px;}
.footer-left p {
	width: 100%;
    float: none;
    margin: 0 0 5px 0;
}

.footer-right {padding: 80px 0 0 0;}


}
/* /BELOW 1200px */







/* BELOW 1160px */
@media screen and (max-width: 1160px) {

.header-copy {padding: 25px 0 0 0;}

.home-client-logos h3 {font-size: 40px;}

.home-featuredpost h2 {font-size: 36px;}
.home-featuredpost h3 {font-size: 20px;}

.home-services-wrapper .col {width: 50%;}
.home-services-wrapper .title h2 {font-size: 40px;}

.aboutus-team-copy,
.aboutus-individual-copy.style1,
.aboutus-individual-copy.style2 {
    width: 80%;
    padding: 5% 10%;
}
.aboutus-team-wrapper p,
.aboutus-individual-wrapper p {font-size: 14px;}

.aboutus-team-wrapper h1 {font-size: 30px;}
.aboutus-individual-wrapper h2 {font-size: 20px;}

.aboutus-team {padding: 60px 0 0 0;}
.aboutus-banner-copy h2 {font-size: 38px;}

.aboutus-team-wrapper {background: #FFF;}

.aboutus-team h2 {font-size: 20px;}



.casestudy-banner {height: 500px;}
.casestudy-title-wrapper {margin: 0 auto;}
.casestudy-title {padding: 60px 0 0 0;}
.casestudy-title h1 {font-size: 30px;}
.casestudy-title h3 {font-size: 20px;}

.casestudy-panel1-copy-wrapper {
    width: 90%;
    padding: 0 5% 40px 5%;
}
.casestudy-panel1-copy {
	width: 100%;
	padding: 0px;
}
.casestudy-panel1-image {width: 100%;}


.casestudy-services-content {width: 90%;}
.casestudy-services,
.casestudy-services-client {
	width: 100%;
	float: left;
	text-align: center;
}

.casestudy-secondtitle-wrapper {padding: 60px 0 0 0;}
.casestudy-panel2-copy-wrapper {
	width: 90%;
	padding: 30px 5% 40px 5%;
}
.casestudy-panel2-copy {
	width: 100%;
	padding: 0px;
}
.casestudy-panel2-image {width: 100%;}

body.page-template-template-work-immediatemedia .casestudy-panel1-copy h2 {
	font-size: 26px;
	margin: 20px 0 0 0;
}

.immediate-copy-image,
.carbongold-copy-image {
	width: 100%;
	float: left !important; 
	margin: 20px 0;
}


.casestudy-testimonial-wrapper {height: 500px;}
.casestudy-testimonial-copy-wrapper {height: auto;}
.casestudy-testimonial-copy {
	width: 90%;
	padding: 40px 0 20px 0;
}
.casestudy-testimonial-copy .semibold {font-weight: 400;}



.blog-intro-banner {height: 400px;}






.aboutus-team-wrapper, 
.careers-benefits-wrapper {
	margin: 0 auto;
	padding: 60px 0;
}
.aboutus-team,
.careers-benefits {padding: 0px;}

.aboutus-banner,
.careers-banner {height: 400px;}

.careers-banner-copy h2 {font-size: 40px;}
.careers-benefits-wrapper {background: #FFFFFF;}
.careers-join-wrapper p {width: 90%;}
.careers-benefits h1,
.careers-benefits h2 {font-size: 30px;}
.careers-benefits h3 {margin: 0 0 40px 0;}



.ppa-banner {height: 400px;}
.ppa-banner-copy {padding: 30px 0 0 0;}

.ppa-intro-wrapper {    
	margin: 0 auto;
    padding: 60px 0 20px 0;
}
.ppa-intro {padding: 0px;}

.ppa-grid-individual {
    width: 32%;
    margin: 0 2% 30px 0;
}




}
/* /BELOW 1160px */






/* BELOW 1024px */
@media screen and (max-width: 1024px) {

.header {top: 0px !important;}
.header-copy {
	width: 290px;
	padding: 30px 0 0 0;
}
.header-copy h3 {
    letter-spacing: 3px;
    font-size: 16px;
}


.footer-wrapper {position: relative;}

.casestudy-banner,
.parallax-banner {background-position: center !important;}

.blog-intro-banner {background-position: center bottom !important;}




/*.home-video-wrapper {margin-top: 70px;}*/

.home-grid-item-title h2 {font-size: 14px;}

.home-client-logos {margin: 100px 5%;}
.home-client-logos img {width: 33.333333%;}




.blog-tag-intro-banner h1 {font-size: 30px;}



.footer-wrapper {
	height: auto;
	padding: 40px 0;
}


}
/* /BELOW 1024px */










/* BELOW 960px */
@media screen and (max-width: 959px) {


.home-carousel-wrapper {display: none !important;}
.home-carousel-wrapper.carousel-mobile {display: block !important;}

.immediate-peterrabbit-copy {
	width: 270px;
	top: 100px;
}
.immediate-peterrabbit-copy h2 {font-size: 32px;}
.immediate-peterrabbit-copy p {font-size: 16px;}
.immediate-peterrabbit-image {width: 160px;}

.careers-positions-copy {
    width: 40%;
    margin: 20px 0 0 0;
}

.aboutus-individual-image-wrapper {padding: 0 0 60px 0;}


.freecreative-form {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.freecreative-intro-wrapper {padding: 40px 20px 70px 20px;}
.freecreative-intro {width: 100%;}

}
/* /BELOW 960px */



















/* BELOW 768px */
@media screen and (max-width: 767px) {


.home-carousel-wrapper ul.slick-dots {bottom: 20px;}



h1,
.parallax-banner {opacity: 1;}

body.logged-in .header {top: 46px !important;}

.header-copy {display: none;}

.main-menu {
	padding: 20px 0;
	font-size: 20px;
}
.main-menu-close {font-size: 40px;}

.main-menu-logo img {width: 150px;}

.main-menu li.main-menu-work {display: none;}
.main-menu li.main-menu-work-mobile {display: block;}


.home-intro-wrapper {padding: 60px 5%;}
.home-intro-wrapper h1 {font-size: 20px;}
.home-client-logos h3 {font-size: 30px;}
/*.home-video-wrapper {margin-top: 55px;}*/
.home-carousel-arrow {display: none;}




.home-grid-item-hover,
.home-grid-item-title {opacity: 1;}

.home-featuredpost-wrapper {padding: 40px 0;}
.home-featuredpost h2 {font-size: 30px;}
.home-featuredpost h3 {font-size: 16px;}


.home-services-wrapper .col {width: 100%;}
.home-services-wrapper .title h2 {font-size: 30px;}
.home-services-wrapper .col h3 {font-size: 20px;}




.aboutus-banner {height: 300px;}
.aboutus-team-image-wrapper {width: 100%;}
.aboutus-team-copy-wrapper {
	width: 100%;
	float: right;
}
.aboutus-individual-image-wrapper {width: 100%;}
.aboutus-individual-copy-wrapper {width: 100%;}

.aboutus-team-wrapper h1 {font-size: 30px;}

.aboutus-individual-image-wrapper {padding: 0px;}

.aboutus-names-wrapper {padding: 0 0 50px 0;}
.aboutus-names-wrapper h2 {font-size: 20px;}
.aboutus-names-wrapper p {font-size: 14px;}



.casestudy-banner {height: 400px;}
/*.casestudy-banner-logo {top: 15%;}*/

.casestudy-statement p {font-size: 20px;}
.casestudy-statement {width: 90%;}

.casestudy-services-wrapper,
.casestudy-panel1-wrapper {padding: 30px 0 0 0;}
.casestudy-testimonial-wrapper {height: auto;}

.casestudy-title h1 {font-size: 20px;}
.casestudy-title h3 {font-size: 16px;}
/*.work-page h2 {font-size: 20px;}*/
.work-page p,
.work-page p.semibold {font-size: 16px;}


.immediate-peterrabbit-copy {
	width: 90%;
    padding: 20px 5% 10px 5%;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    background: #EEE;
    text-align: center;
}
.immediate-peterrabbit-image {
	display: none;
	width: 30%;
	padding: 0 10%;
	float: left;
	position: relative;
	top: 0px;
	right: 0px;
}






.otherposts-individual {
	width: 100%;
	margin: 0 0 20px 0;
}
.otherposts-individual:nth-child(2n+2) {margin: 0 0 20px 0;}

.blog-intro-banner h1 {font-size: 30px;}
.blog-posts-item h3 {font-size: 20px;}
.single-content h1 {font-size: 26px;}
.single-content-main blockquote {margin: 0;}
.blog-posts-item p.post-date,
.post-category {font-size: 16px;}

.blog-tag-intro-banner {padding: 0px;}
.blog-tag-intro-banner h1 {font-size: 26px;}
.blog-tag-intro .avatar {
    width: 150px;
    height: 150px;
}
body.category .blog-tag-intro-banner {
	padding: 40px 0;
	margin: 0 auto;
}

.single-featuredimage {height: 180px;}
.single-featuredimage img {display: none;}

.single-content-author {text-align: center;}
.single-content-author-avatar {
    float: none;
    margin: 0 auto;
}
.single-content-author-info {width: 100%;}

.single-content-main p {
	font-size: 16px;
    margin-bottom: 20px;
}
.single-content-main h3 {font-size: 18px;}
.single-content-main h2 {font-size: 22px;}
.single-content p.date {
	font-size: 12px;
	margin: 5px 0 10px 0;
}
.single-content-main li {font-size: 16px;}




.careers-banner {height: 300px;}
.careers-banner h1 {
	font-size: 30px;
	bottom: 40px;
}

/*.aboutus-banner-copy,
.careers-banner-copy {padding: 60px 0;}

.aboutus-banner-copy h2,
.careers-banner-copy h2 {font-size: 30px;}*/


.careers-benefits img {width: 150px;}

.careers-benefits-left, 
.careers-benefits-right {
    width: 100%;
    margin: 0 auto;
}
.careers-benefits h1 {
	font-size: 24px;
	margin: 20px 0;
}
.careers-benefits h2 {
	font-size: 24px;
	margin: 0 0 20px 0;
}
.careers-benefits h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
}
.careers-benefits p {margin: 0 0 30px 0;}

.careers-positions-individual {
    width: 90%;
    padding: 5%;
}
.careers-positions-content h2 {font-size: 24px;}

.careers-positions-individual h3 {font-size: 24px;}
.careers-positions-individual h4 {font-size: 18px;}

.careers-positions-copy {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
.careers-positions-individual img {
	max-width: 50%;
	float: none;
}




.contact-map-wrapper iframe {height: 200px;}
.contact-intro-content h1 {margin: 0 0 20px 0;}
.contact-intro-content h1, .contact-intro-content h2 {font-size: 30px;}
.contact-intro-wrapper {padding: 40px 0 60px 0;}
.contact-intro-wrapper.secondary {padding: 40px 0 0 0;}


.ppa-intro h1 {font-size: 24px;}
.ppa-intro-nominees {display: none;}
.ppa-intro-nominees-left,
.ppa-intro-nominees-right {
	width: 100%;
	margin: 0 auto;
}
.ppa-grid-individual .question {
	position: relative;
    margin: 10px 0 0 0;
    left: 0;
    right: auto;
    float: left;
}



.freecreative-form form .left,
.freecreative-form form .right {
    width: 100%;
    margin: 0 auto;
}
.freecreative-form h1 {font-size: 24px;}
.freecreative-intro h2 {
	font-size: 28px;
	padding: 40px 0;
}



.footer-left {
	width: 100%;
	float: left;
}
.footer-right {
	width: 100%;
	float: left;
	position: relative;
    right: 0%;
    padding: 20px 0 0 0;
}



}
/* /BELOW 768px */










/* BELOW 600px */
@media screen and (max-width: 599px) {


.bathexpo .inner h1 {font-size: 22px;}

.home-grid-item {
	width: 50%;
	padding-top: 50%;
}
.work-page .home-grid-item:nth-child(4n) {display: block;}

.single-content-main .aligncenter, .single-content-main iframe {height: auto;}

.home-client-logos {margin: 50px 5%;}

.home-client-logos h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.home-services-wrapper .title h2 {font-size: 20px;}
.home-services-wrapper .col h3 {font-size: 16px;}


.ppa-intro-nominees p {font-size: 14px;}
.ppa-grid-individual {margin: 0 2% 20px 0;}
.ppa-grid-individual:nth-child(3n+3) {margin: 0 0 20px 0;}
.ppa-grid-individual p,
.ppa-grid-answers p {font-size: 12px;}



.webelongtogether-contact h1 {font-size: 24px;}
.webelongtogether-contact form p.label,
.webelongtogether-contact form p.input {font-size: 16px;}
.webelongtogether-contact span.wpcf7-not-valid-tip {font-size: 14px;}



.freecreative-form form .label,
.freecreative-form form div.wpcf7-response-output,
.freecreative-form form span.wpcf7-not-valid-tip {font-size: 14px;}
.freecreative-form form .desc {font-size: 13px;}

.freecreative-hero {height: 450px;}
.freecreative-hero .bottle {
	width: 100px;
	position: absolute;
}
.freecreative-hero .bottle .outline {width: 96px;}
.freecreative-hero .bottle .color {width: 101px;}
.freecreative-boka {
    height: 180px;
    background-position: 53.5% 50%;
}

.freecreative-intro h2 {
	font-size: 20px;
	transform: translateY(0px);
}
.freecreative-intro h3 {
	font-size: 16px;
	transform: translateY(0px);
}
.freecreative-intro .star {opacity: 1;}
.freecreative-apply .button {width: 109px;}
.freecreative-intro h3 br {display: none;}


.single-content-wrapper {padding: 40px 0 20px 0;}
.single-content-author-info {
	width: 100%;
	padding: 20px 0 0 0;
}
.single-content-otherposts-title h2 {font-size: 22px;}



.halloween .stats .countdown {
    width: 100%;
    margin: 0 0 20px 0;
}
.halloween .stats .total {width: 100%;}
.halloween .entry-info p,
.halloween .entry-info li {font-size: 14px;}



.footer-left p {float: left;}

/* Welcome */

.welcome .inner {
	padding: 40px 20px 80px 20px;
    top: 20px;
    transform: translateY(0%);
}
.welcome .inner h2 {font-size: 22px;}
.welcome .inner h3 {font-size: 22px;}
.welcome .inner p {font-size: 14px;}
.welcome .inner .button {
    font-size: 40px;
}


}
/* /BELOW 600px */










/* BELOW 500px */
@media screen and (max-width: 499px) {


.header-copy-wrapper {padding: 30% 20px 0 20px;}
.header-copy-wrapper p {font-size: 16px;}
.header-copy-wrapper h2 {font-size: 26px;}

.aboutus-banner {height: 200px;}

.careers-banner {height: 200px;}

/*.aboutus-banner-copy h2,
.careers-banner-copy h2 {font-size: 20px;}*/


.blog-intro-banner {height: 200px;}


.footer-left .footer-address i {float: left;}
.footer-left-logo {text-align: center;}

}
/* /BELOW 500px */






/* BELOW 450px */
@media screen and (max-width: 449px) {

.single-content-main img.desktop{
     display: none;
 }

.single-content-main img.mobile{
 	display: block;
}

}
/* /BELOW 450px */






/* BELOW 400px */
@media screen and (max-width: 399px) {

.home-intro-wrapper h1 {font-size: 18px;}

.home-grid-item {
	width: 100%;
	padding-top: 100%;
}
.work-page .home-grid-item:nth-child(3n),
.work-page .home-grid-item:nth-child(4n) {display: none;}

.home-client-logos img {width: 50%;}
.home-client-logos h3 {font-size: 18px;}


.aboutus-names-individual-wrapper {margin: 0 auto;}
.aboutus-names-individual {
	width: 100%;
	margin: 0 0 10px 0;
}

}
/* /BELOW 400px */





