/*

Theme Name: Gunnarssons Kakel
Theme URI: http://
Author: Kristian Lindström / Peter Anderhagen
Author URI: http://www.abrovink.se
Description: Custom made for Gunnarssons Kakel.
Version: 1.0.0

*/
 

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body{
	background: #fff;
}

body,
button,
input,
select,
textarea,
table,
th,
td{
	font-family: 'Titillium Web', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

h1 {
	font-size: 1.5em;
	line-height: 1.13;
	color: #f39200;
	margin-bottom: .66em;
}

h2 {
	font-size: 1.2em;
	color: #f39200;
	margin: 1.33em 0 .66em 0;
}

h3 {}
h4 {}
h5 {}
h6 {}

table,
blockquote,
p,
ul,
ol{
	margin-bottom: .85em;
}

address {
	font-style: normal;
	margin-bottom: 24px;
}

a {
	color: #f39200;
	text-decoration: underline;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	opacity: .66;
}

img {
	display: block;
	max-width: 100%;
	height: auto !important;
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #000;
	text-decoration: none;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #444;
	font-style: italic;
	font-weight: 300;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	margin: 0 0 24px 30px;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ul li,
ol li{
	padding-left: 4px;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	/* Removing the inner shadow, rounded corners on iOS inputs */
	/* background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

/*
input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

table {
	width: 100%;
	margin-bottom: 24px;
	border-collapse: collapse;
}

caption,
th,
td {
	padding: 2px 6px;
	font-weight: normal;
	text-align: left;
}

th {
	font-weight: bold;
}

td {}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.3);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}



 










.acf-form{
	padding: 25px;
	background-color: #f3f3f3;
}
.acf-form .acf-fields > .acf-field{
	padding: 5px 10px;
	border: 0 !important;
}
.acf-fields .acf-field .acf-label{
	margin: 0;
	padding: 0;
	font-size: .75em;
}
.acf-fields .acf-field .acf-label label{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: .85em;
	color: #444;
}
.acf-fields > .acf-field input,
.acf-fields > .acf-field textarea{
	/*border: 0 !important;*/
}



.acf-field-message p{
	font-size: .85em;
	line-height: 1.47em;
	color: #333;
	font-weight: 500;
}
.acf-button{
	padding: .5em 1em;
	font-size: 0.85em;
	background: #333;
	color: #fff;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
}
.acf-button:hover{
	color: #f39200;
}
.af-submit-button{}
.acf-fields .acf-field .acf-required{
	font-size: 18px;
	font-weight: 600;
	line-height: 1px;
}
.acf-form .acf-field{
	min-width: 80px !important;
}

/* adjustments to form field widths for small screens */
/* will override inline values */
@media screen and (max-width: 640px){
	.acf-form .acf-field{
		width: 100% !important;
	}
}













/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.hide {
	display: none;
}

/* Clearing floats */

.container:after,
.container ul:after{
	content: "";
	display: table;
	clear: both;
}










.bricks{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9997;
	width: 100%;
	height: 100%;
	max-height: 450px;
	background-image: url("gfx/bricks-bg-left-01.png"), url("gfx/bricks-bg-right-01.png");
	background-position: bottom left, bottom right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}




.container{
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 5%;
}

#header{
	position: absolute;
	top: 0;
	z-index: 9999;
	width: 100%;
}

.slider {
	display: inline-block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 20%;
	overflow: hidden;
}

#header .container{
	padding: 0;
}

#logo{
	width: 140px;
	padding: 10px 0 0 5%;
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#nav #nav_toggle{
	display: block;
	float: right;
	width: 48px;
	height: 48px;
	padding: 0;
	background: url(gfx/nav-toggle.png) no-repeat center center;
	text-indent: -9999px;
	outline: none;
}
#nav_toggle:hover{
	opacity: 1;
}

#nav ul{
	display: block;
	float: none;
	clear: both;
	background: #f39200;
	max-height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-transition: max-height .5s;
	-moz-transition: max-height .5s;
	-o-transition: max-height .5s;
	transition: max-height .5s;
	text-align: right;
}

#nav ul.active{
	position: absolute;
	top: 48px;
	width: 100%;
	z-index: 99999;
	max-height: 500px;
}

#nav li{
	display: block;
	margin: 0;
	padding: 0;
}

#nav a{
	display: inline-block;
	padding: 10px 15px 15px 15px;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

#main{
	position: relative;
	padding: 40px 0 60px 0;
}

.content{
	padding-bottom: 40px;
}

#footer{
	width: 100%;
	padding: 40px 0;
	background: #f39200;
	/*font-size: .75em;*/
	color: #fff;
}

#footer address{}

#footer h3{
	margin-bottom: 12px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	opacity: .5;
}

.icon{
	display: inline-block;
	padding-left: 32px;
	background: url(gfx/icons.png) no-repeat 0 0;
}

.icon-home{
	background-position: 0 -47px;
}

.icon-phone{
	background-position: 0 -97px;
}

.icon-email{
	background-position: 0 -147px;
}

#footer .logos img{
	max-width: 99px;
	width: 22%;
	margin-right: 3%;
}




.page-template-referenser h1{
	margin-bottom: 4.4rem;
}

.page-template-referenser blockquote{
	background: #e6e6e6;
	padding: 2.5%;
	
	font-style: normal;
	font-size: 1.0rem;
}

.page-template-referenser blockquote strong{
	display: block;
	margin-top: .66rem;
	font-weight: 700;
}

.aside{
	padding: 5% 5% 5% 5%;
	background: #f39200;
	color: #fff;	
}

.page-id-11 #main .aside{
	background: transparent;
	color: #444;
}
	
.aside h2{
	margin-top: 0;
	color: #fff;
}
.aside a{
	color: #fff;
}

.portfolio{
	margin: 50px 0 10px 0;
	clear: both;
}

.portfolio ul{
	margin: 0;
	padding: 0;
}

.portfolio li{
	position: relative;
	display: block;
	height: auto;
	margin: 5% 0;
	padding: 0;
	background-color: #ccc;
	background-size: cover;
}

.portfolio a{
	display: block;
	width: 100%;
	height: 100%;
}

.portfolio a:hover{
	opacity: 1;
}

.portfolio li img{
	display: block;
	width: 100%;
	height: auto !important;
}

.portfolio .caption{
	position: absolute;
	bottom: 0;
	width: 98%;
	padding: 5% 1%;
	background: rgba(255, 255, 255, .5);
}

.portfolio .heading-container{
	display: table;
	width: 100%;
}

.portfolio h3{
	display: table-cell;
	height: 100%;
	/*font-size: 16px;*/
	color: #000;
	text-align: center;
	vertical-align: middle;
}

.portfolio li .hidden{
	display: none;
}




.fancybox-skin{
	border-radius: 0 !important;
}

.fancybox-title h3{
	margin: 8px 0 0 0;
	color: #222;
}
.fancybox-title p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
	color: #222;
}

.fancybox-title p .cat{
	display: block;
	margin-top: 0;
	margin-bottom: 12px;
	color: #888;
}

body a.fancybox-nav:hover,
body a.fancybox-close:hover{
	opacity: 1;
}

body .fancybox-nav span {
	visibility: visible;
}

body .fancybox-prev span {
	left: -20px;
	background-position: 0 -36px;
}

body .fancybox-next span {
	right: -20px;
	background-position: 0 -72px;
}



/*
body.sticky #header{
	position: fixed;
	height: 48px;
}

body.sticky #main{
	padding-top: 120px;
}
*/




#stamp{
	position: absolute;
	bottom: 100%;
	right: 5%;
	z-index: 9998;
	display: table;
	width: 80px;
	height: 80px;
	background: #f39200;
}

#stamp h4{
	display: table-cell;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}





/* Responsivity */

@media screen and (max-width: 479px){
	.page-template-referenser blockquote{
		height: auto !important;
	}
}


@media screen and (min-width: 480px){
	
	.bricks{
		background-size: auto 270px;
	}

	.portfolio{
		margin: 50px 0;
	}

	.portfolio ul{
		margin: 0 -1.5%;
	}
	
	.portfolio li,
	.page-template-referenser blockquote{
		width: 46%;
		float: left;
		margin: 2%;
	}
	
	.name{
		float: left;
	}
	.name:after{
		padding: 0 5px;
		content: "|";
	}
	
	body .fancybox-prev span {
		left: 10px;
	}

	body .fancybox-next span {
		right: 10px;
	}
}

@media screen and (min-width: 767px){
	
	body,
	button,
	input,
	select,
	textarea {
		font-size: 26px;
	}
	
	#header, .slider{
		max-height: 450px;
	}
	
	.bricks{
		background-image: url("gfx/bricks-bg-left.png"), url("gfx/bricks-bg-right.png");
		background-size: auto 100%;
	}
	
	.container, #header .container{
		padding: 0 5%;
	}
	
	#header .container{
		padding-top: 80px;
	}

	#logo{
		width: 30%;
		padding: 0;
	}
		
	#nav #nav_toggle{
		display: none;
	}
	
	#nav{
		width: 100%;
		float: none;
		clear: both;
		padding: 5% 0;
	}
	
	#nav ul{
		text-align: left;
		background: transparent;
		max-height: 500px; /* keep! */
	}
	
	#nav li{
		display: inline-block;
	}
	
	#nav a{
		display: inline-block;
		margin: 0 3px;
		padding: 5px 18px;
		font-size: 21px;
		color: #000;
		font-weight: 400;
		text-decoration: none;
		border: solid 1px transparent;
	}
	
	#nav a:hover{
		border: solid 1px #000;
	}

	#nav .current_page_item a, 
	#nav .current_page_ancestor a{
		border: solid 1px #000;
	}
	
	#main{
		padding-top: 80px;
	}
	
	
	
	/* column split for contact page */
	.page-id-11 #main .content{
		width: 48%;
		float: left;
	}
	.page-id-11 #main .aside{
		width: 48%;
		float: right;
		padding: 0;
		background: transparent;
	}
	/* /column split */
	
	
	
	#footer{
		width: 100%;
		padding: 40px 0;
		background: #f39200;
		font-size: .75em;
		color: #fff;
	}

	#footer address{
		width: 40%;
		float: left;
	}
	
	#footer .logos{
		clear: both;
	}

	.portfolio li,
	.page-template-referenser blockquote{
		width: 30%;
		float: left;
		margin: 1.5%;
	}
	
	.portfolio h3{
		font-size: .65em;
	}

	/*
	body.sticky #header .container{
		padding-top: 0px;
	}
	
	body.sticky #logo{
		width: 200px;
		padding: 10px 0;
	}
	
	body.sticky #header{
		height: 64px;
	}
	
	body.sticky #nav{
		padding: 10px 0;
	}
	
	body.sticky{
		padding-top: 150px;
	}
	*/
	
	

	#stamp{
		top: -160px;
		width: 160px;
		height: 160px;
	}

	#stamp h4{
		font-size: 32px;
		line-height: 32px;
	}
	
}


@media screen and (min-width: 982px){
	
	
	#nav{
		width: 66%;
		float: right;
		clear: none;
		padding: 2.5% 0;
	}

	#nav ul{
		text-align: right;
	}
	
	#nav a{
		display: inline-block;
		margin: 0 2px;
		padding: 5px 18px;
		font-size: 21px;
	}
	
	#footer address{
		width: 33.33%;
		float: left;
	}
	
	#footer .logos{
		width: 33.33%;
		float: right;
		clear: none;
	}
	
	#footer .logos{
		margin-top: -6.6%;
	}
	
	#footer .logos img{
		margin-right: 0;
		margin-left: 3%;
	}
}















.slider > .cs_anchor {
	display: none;
}
.slider > ul {
	position: relative;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}
.slider > ul > li.img img {
	width: 100%;
}
.slider > ul > li.img {
	font-size: 0pt;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.slider > ul > li {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 15px;
	font-size: initial;
	line-height: normal;
	white-space: normal;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slider > ul > li {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	opacity: 0;
	z-index: 1;
  	-webkit-transition: opacity 2000ms ease, -webkit-transform 24000ms linear;
  	-moz-transition: opacity 2000ms ease, -moz-transform 24000ms linear;
  	-ms-transition: opacity 2000ms ease, -ms-transform 24000ms linear;
  	-o-transition: opacity 2000ms ease, -o-transform 24000ms linear;
  	transition: opacity 2000ms ease, transform 24000ms linear;
  	
}

.slider > ul > li.num0,
.slider > ul > li.num1,
.slider > ul > li.num2,
.slider > ul > li.num3,
.slider > ul > li.num4,
.slider > ul > li.num5 {
	opacity: 0;
	-webkit-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	-moz-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	-ms-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	-o-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	transform: scale(1.3) translate(-11.53846%, 11.53846%);
}

.slider > ul > li.num0 {
	opacity: 1;
	z-index: 2;
}
.slider > .slide:checked ~ ul > li.num0 {
	opacity: 0;
	z-index: 1;
}

.slider > #cs_slide1_0:checked ~ ul > li.num0,
.slider > #cs_slide1_1:checked ~ ul > li.num1,
.slider > #cs_slide1_2:checked ~ ul > li.num2,
.slider > #cs_slide1_3:checked ~ ul > li.num3,
.slider > #cs_slide1_4:checked ~ ul > li.num4,
.slider > #cs_slide1_5:checked ~ ul > li.num5 {
	opacity: 1;
	-webkit-transform: scale(1) translate(0, 0);
	-moz-transform: scale(1) translate(0, 0);
	-ms-transform: scale(1) translate(0, 0);
	-o-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0);
	z-index: 2;
}


/* calculate autoplay */
@-webkit-keyframes kenbernsBR {
	0%, 100% { -webkit-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -webkit-transform: scale(1.3) translate(11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-moz-keyframes kenbernsBR {
	0%, 100% { -moz-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -moz-transform: scale(1.3) translate(11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-ms-keyframes kenbernsBR {
	0%, 100% { -ms-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -ms-transform: scale(1.3) translate(11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-o-keyframes kenbernsBR {
	0%, 100% { -o-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -o-transform: scale(1.3) translate(11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@keyframes kenbernsBR {
	0%, 100% { transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { transform: scale(1.3) translate(11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-webkit-keyframes kenbernsBL {
	0%, 100% { -webkit-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -webkit-transform: scale(1.3) translate(11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-moz-keyframes kenbernsBL {
	0%, 100% { -moz-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -moz-transform: scale(1.3) translate(11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-ms-keyframes kenbernsBL {
	0%, 100% { -ms-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -ms-transform: scale(1.3) translate(11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-o-keyframes kenbernsBL {
	0%, 100% { -o-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -o-transform: scale(1.3) translate(11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@keyframes kenbernsBL {
	0%, 100% { transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { transform: scale(1.3) translate(11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-webkit-keyframes kenbernsTL {
	0%, 100% { -webkit-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -webkit-transform: scale(1.3) translate(-11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-moz-keyframes kenbernsTL {
	0%, 100% { -moz-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -moz-transform: scale(1.3) translate(-11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-ms-keyframes kenbernsTL {
	0%, 100% { -ms-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -ms-transform: scale(1.3) translate(-11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-o-keyframes kenbernsTL {
	0%, 100% { -o-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -o-transform: scale(1.3) translate(-11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@keyframes kenbernsTL {
	0%, 100% { transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { transform: scale(1.3) translate(-11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-webkit-keyframes kenbernsTR {
	0%, 100% { -webkit-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -webkit-transform: scale(1.3) translate(-11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-moz-keyframes kenbernsTR {
	0%, 100% { -moz-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -moz-transform: scale(1.3) translate(-11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-ms-keyframes kenbernsTR {
	0%, 100% { -ms-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -ms-transform: scale(1.3) translate(-11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-o-keyframes kenbernsTR {
	0%, 100% { -o-transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { -o-transform: scale(1.3) translate(-11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@keyframes kenbernsTR {
	0%, 100% { transform: scale(1); opacity: 0 }
	8.333333333333334%, 33.333333333333336% { opacity: 1 }
	41.66666666666667%, 66.66666666666666% { transform: scale(1.3) translate(-11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}



.slider > #cs_play1:checked ~ ul > li.num0,
.slider > #cs_pause1:checked ~ ul > li.num0 {
	-webkit-animation: kenbernsTR 24000ms infinite -2000ms linear;
	-moz-animation: kenbernsTR 24000ms infinite -2000ms linear;
	-ms-animation: kenbernsTR 24000ms infinite -2000ms linear;
	-o-animation: kenbernsTR 24000ms infinite -2000ms linear;
	animation: kenbernsTR 24000ms infinite -2000ms linear;
}
.slider > #cs_play1:checked ~ ul > li.num1,
.slider > #cs_pause1:checked ~ ul > li.num1 {
	-webkit-animation: kenbernsBR 24000ms infinite 6000ms linear;
	-moz-animation: kenbernsBR 24000ms infinite 6000ms linear;
	-ms-animation: kenbernsBR 24000ms infinite 6000ms linear;
	-o-animation: kenbernsBR 24000ms infinite 6000ms linear;
	animation: kenbernsBR 24000ms infinite 6000ms linear;
}
.slider > #cs_play1:checked ~ ul > li.num2,
.slider > #cs_pause1:checked ~ ul > li.num2 {
	-webkit-animation: kenbernsTL 24000ms infinite 14000ms linear;
	-moz-animation: kenbernsTL 24000ms infinite 14000ms linear;
	-ms-animation: kenbernsTL 24000ms infinite 14000ms linear;
	-o-animation: kenbernsTL 24000ms infinite 14000ms linear;
	animation: kenbernsTL 24000ms infinite 14000ms linear;
}
.slider > #cs_play1:checked ~ ul > li,
.slider > #cs_pause1:checked ~ ul > li {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

@media
only screen and (max-width: 480px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 480px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (                max-resolution: 192dpi) and (max-width: 480px),
only screen and (                max-resolution: 2dppx)  and (max-width: 480px) { 
	.slider > .cs_description,
	.slider > .cs_bullets {
		display: none;
	}
}







