.demo-1 .sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Content elements */

.demo-1 
.deco {
	width: 100%;
	height: 260px;
	border: 2px dashed #ddd;
	border: 2px dashed rgba(150,150,150,0.4);
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
}

.demo-1 [data-icon]:after {
    content: attr(data-icon);
    font-family: 'AnimalsNormal';
	color: #999;
	text-shadow: 0 0 1px #999;
	position: absolute;
	width: 220px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 8px;
	top: 50%;
	box-shadow: inset 0 0 0 10px #f7f7f7;
	border-radius: 50%;
}

/* Swoosh */

.demo-1 .sl-slide h3 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 45%;
}
@media screen and (max-width: 768px) {
.demo-1 .sl-slide h3 {
	top: 32.5%;
}
}
@media screen and (max-width: 760px) {
.demo-1 .sl-slide h3 {
	top: 45%;
}
}
@media screen and (max-width: 600px) {
.demo-1 .sl-slide h3 {
	top: 35.5%;
}
}
@media screen and (max-width: 560px) {
.demo-1 .sl-slide h3 {
	top: 45%;
}
}
@media screen and (max-width: 414px) {
.demo-1 .sl-slide h3 {
	top: 38%;
}
}
@media screen and (max-height : 320px) {
.demo-1 .sl-slide h3 {
	top: 46%;
}
}

/* First Slide */

/* Coca-Cola */
.coke-logo {
	position: absolute;
	top: 33%;
	height: auto;
	width: 100%;
    font-size: 10px;
    text-align: center;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@media screen and (max-width : 375px) {
.coke-logo {
	top: 32%;
}
}
@media screen and (max-width : 375px) {
.coke-logo img {
    width: 50%;
    height: auto;
}
}
@media screen and (max-height : 414px) {
.coke-logo {
	top: 20%;
}
}
@media screen and (max-height : 320px) {
.coke-logo img {
    width: 30%;
    height: auto;
}
}

/* BUY____________COKE */
.buy {
	position: absolute;
	top: 46%;
	height: auto;
	width: 100%;
    text-align: center;
    -webkit-animation: cokeFade 3s linear 0.5s both, moveUp 2s ease-in-out both;
    -moz-animation: cokeFade 3s linear 0.5s both, moveUp 2s ease-in-out both;
	-o-animation: cokeFade 3s linear 0.5s both, moveUp 2s ease-in-out both;
	-ms-animation: cokeFade 3s linear 0.5s both, moveUp 2s ease-in-out both;
	animation: cokeFade 3s linear 0.5s both, moveUp 2s ease-in-out both;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@media screen and (max-width: 908px) {
.buy {
	top: 50%;
}
}
@media screen and (max-width: 768px) {
.buy {
	top: 48%;
}
}
@media screen and (max-width : 414px) {
.buy {
	top: 50%;
}
}
@media screen and (max-width : 375px) {
.buy {
	top: 54%;
}
}
@media screen and (max-width : 320px) {
.buy {
    top: 50%;
}
}
@media screen and (max-width : 320px) {
.buy img {
    width: 50%;
    height: auto;
}
}
@media screen and (max-height : 480px) {
.buy {
	top: 52%;
}
}
@media screen and (max-height : 414px) {
.buy {
	top: 42%;
}
}

/* BUY THE WORLD A COKE */
.coke {
	position: absolute;
	top: 46%;
	height: auto;
	width: 100%;
    text-align: center;
    -webkit-animation: cokeFade 2s linear 0.5s both, moveUp 2s ease-in-out both;
    -moz-animation: cokeFade 2s linear 0.5s both, moveUp 2s ease-in-out both;
	-o-animation: cokeFade 2s linear 0.5s both, moveUp 2s ease-in-out both;
	-ms-animation: cokeFade 2s linear 0.5s both, moveUp 2s ease-in-out both;
	animation: cokeFade 2s linear 0.5s both, moveUp 2s ease-in-out both;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@media screen and (max-width: 908px) {
.coke {
	top: 50%;
}
}
@media screen and (max-width: 768px) {
.coke {
	top: 48%;
}
}
@media screen and (max-width : 414px) {
.coke {
	top: 50%;
}
}
@media screen and (max-width : 375px) {
.coke {
	top: 54%;
}
}
@media screen and (max-width : 320px) {
.coke {
    top: 50%;
}
}
@media screen and (max-width : 320px) {
.coke img {
    width: 50%;
    height: auto;
    top: 50%;
}
}
@media screen and (max-height : 480px) {
.coke {
	top: 52%;
}
}
@media screen and (max-height : 414px) {
.coke {
	top: 42%;
}
}

/* consumption counter */
.consumption {
	position: absolute;
	top: 44.5%;
	height: auto;
	width: 100%;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    -webkit-animation: fadeIn 2s linear 0.5s both;
    -moz-animation: fadeIn 2s linear 0.5s both;
	-o-animation: fadeIn 2s linear 0.5s both;
	-ms-animation: fadeIn 2s linear 0.5s both;
	animation: fadeIn 2s linear 0.5s both;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@media screen and (max-width: 908px) {
.consumption {
	top: 47%;
	font-size: 37px;
}
}
@media screen and (max-width: 768px) {
.consumption {
	top: 47.5%;
	font-size: 37px;
}
}
@media screen and (max-width : 414px) {
.consumption {
	font-size: 25px;
    font-weight: 800;
	top: 50%;
}
}
@media screen and (max-width : 375px) {
.consumption {
	top: 52%;
}
}
@media screen and (max-width : 320px) {
.consumption {
	font-size: 20px;
    font-weight: 600;
}
}
@media screen and (max-height : 480px) {
.consumption {
	top: 53%;
}
}
@media screen and (max-height : 414px) {
.consumption {
	top: 40%;
	font-size: 30px;
    font-weight: 800;
}
}
@media screen and (max-height : 320px) {
.consumption {
	top: 38.5%;
}
}

.consumption {
	-webkit-animation-delay: 3.2s;
    -moz-animation-delay: 3.2s;
    -o-animation-delay: 3.2s;
    -ms-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

/* global average per sec */
.per-sec {
	position: absolute;
	top: 54%;
	height: auto;
	width: 100%;
	z-index: 1000;
    font-size: 10px;
    text-align: center;
    -webkit-animation: fadeIn 2s linear 0.5s both;
    -moz-animation: fadeIn 2s linear 0.5s both;
	-o-animation: fadeIn 2s linear 0.5s both;
	-ms-animation: fadeIn 2s linear 0.5s both;
	animation: fadeIn 2s linear 0.5s both;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.per-sec {
	-webkit-animation-delay: 3.2s;
    -moz-animation-delay: 3.2s;
    -o-animation-delay: 3.2s;
    -ms-animation-delay: 3.2s;
    animation-delay: 3.2s;
}  
@media screen and (max-width : 908px) {
.per-sec {
	top: 57%;
}
} 
@media screen and (max-width : 414px) {
.per-sec {
	top: 56%;
}
} 
@media screen and (max-width : 375px) {
.per-sec {
	top: 59%;
}
} 
@media screen and (max-height : 480px) {
.per-sec {
	top: 60%;
}
}
@media screen and (max-height : 414px) {
.per-sec {
	top: 52%;
}
}

.demo-1 .bg-1 .sl-slide-inner,
.demo-1 .bg-1 .sl-content-slice {
	background-color: #f40000;
}
.demo-1 .bg-1 .deco {
	border-color: #ECD82C;
}
.demo-1 .bg-1 [data-icon]:after {
	text-shadow: 0 0 1px #000;
	color: #000;
}
.demo-1 .bg-1 h2,
.demo-1 .bg-1 aboutquote{
	color: #dfdfdf;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.demo-1 .bg-1 aboutquote:before {
	color: #dfdfdf;
}

/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}

.sl-trans-elems h2{
	-webkit-animation: fadeIn 1.5s linear 1s both, moveUp 1s ease-in-out both;
	-webkit-animation-delay: 0.2s;
    -moz-animation: fadeIn 1.5s linear 1s both, moveUp 1s ease-in-out both;
    -moz-animation-delay: 0.2s;
	-o-animation: fadeIn 1.5s linear 1s both, moveUp 1s ease-in-out both;
	-o-animation-delay: 0.2s;
	-ms-animation: fadeIn 1.5s linear 1s both, moveUp 1s ease-in-out both;
	-ms-animation-delay: 0.2s;
	animation: fadeIn 1.5s linear 1s both, moveUp 1s ease-in-out both;
	animation-delay: 0.2s;
}

.sl-trans-elems h3{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}

.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}

@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}

@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}

@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}

@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}

@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}

@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}

@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}

@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}

@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}

@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}

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

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

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

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

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

@-webkit-keyframes cokeFade{
	0% {opacity: 0;}
	25%{opacity: 1;}
	75%{opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes cokeFade{
	0% {opacity: 0;}
	25%{opacity: 1;}
	75%{opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes cokeFade{
	0% {opacity: 0;}
	25%{opacity: 1;}
	75%{opacity: 1;}
	100% {opacity: 0;}
}

@-ms-keyframes cokeFade{
	0% {opacity: 0;}
	25%{opacity: 1;}
	75%{opacity: 1;}
	100% {opacity: 0;}
}

@keyframes cokeFade{
	0% {opacity: 0}
	25%{opacity: 1;}
	75%{opacity: 1;}
	100% {opacity: 0;}
}

@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}

@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}

@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}

@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}

@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}

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

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

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

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

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


/* Media Queries for custom slider */


@media screen and (max-width: 660px) {
	.demo-1 .deco {
		width: 130px;
		height: 130px;
		margin-left: -65px;
		margin-bottom: 50px;
	}
	
	.demo-1 [data-icon]:after {
		width: 110px;
		height: 110px;
		line-height: 110px;
		font-size: 40px;
		margin: -55px 0 0 -55px;
	}
	
	.demo-1 .sl-slide blockquote {
		margin-bottom: -120px;
	}

	.demo-1 .sl-slide h2 {
		line-height: 22px;
		font-size: 18px;
		margin-bottom: -40px;
		letter-spacing: 8px;
	}

	.demo-1 .sl-slide blockquote p:before {
		line-height: 10px;
		width: 40px;
		height: 40px;
		font-size: 120px;
		left: -45px;
	}

	.demo-2 .sl-slider-wrapper {
		height: 500px;
	}

	.demo-2 .sl-slider h2 {
		font-size: 36px;
	}

	.demo-2 .sl-slider blockquote {
		font-size: 16px;
	}
}


