
/* @FONT-FACE */
noscript {
    display: none;
}

@font-face {
    font-family: ProximaNovaLight;
    src: url("font/ProximaNova-LightWeb.eot");
}

@font-face {
    font-family: ProximaNovaLight;
    src: url("font/ProximaNova-LightWeb.woff") format("woff");
}


@font-face {
    font-family: ProximaNovaReg;
    src: url("font/ProximaNova-RegWeb.eot");
}

@font-face {
    font-family: ProximaNovaReg;
    src: url("font/ProximaNova-RegWeb.woff") format("woff");
}

/* STRUCTURE */

h1, h2 {
    font-size: 30px;
}

#wrap {
    padding: 50px 20px;
    margin: 0 auto;
    width: 970px;
}

/* FALLBACK */

#fallback {
    height: 260px;
    width: 4850px;
    position: relative;
    margin: 0;
    padding: 0;
}

#fallback .screen  .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#fallback .screen  .msg {
    font-family: ProximaNovaLight, Arial, sans-serif;
    position: absolute;
    top: 85px;
    right: 89px;
    z-index: 20;
    text-transform: uppercase;
    text-align: right;
    font-size: 25px;
    line-height: 29px;
    margin: 0;
}

#fallback .screen  .msg span{
    color: #DF0523;
}

#fallback .screen  .cta {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
}

/*keyframe animations*/
#fallback .screen{
    height: 260px;
    width: 970px;
    display: block;
    list-style: none;
    float: left;
    position:relative;
    position:relative;
}

#fallback.slide-2 .screen {
    animation: slide-animation-2 15s infinite;
    -moz-animation: slide-animation-2 15s infinite;
    -webkit-animation: slide-animation-2 15s infinite;
}

#fallback.slide-3 .screen {
    animation: slide-animation-3 20s infinite;
    -moz-animation: slide-animation-3 20s infinite;
    -webkit-animation: slide-animation-3 20s infinite;
}

#fallback.slide-4 .screen {
    animation: slide-animation-4 25s infinite;
    -moz-animation: slide-animation-4 25s infinite;
    -webkit-animation: slide-animation-4 25s infinite;
}

#fallback.slide-5 .screen {
    animation: slide-animation-5 30s infinite;
    -moz-animation: slide-animation-5 30s infinite;
    -webkit-animation: slide-animation-5 30s infinite;
}

@-webkit-keyframes slide-animation-2 {
    0% {left: 0px;}
    25% {left: 0px;}
    50% {left: -970px;}
    75% {left: -970px;}
    100% {left: -0px;}
}

@-moz-keyframes slide-animation-2 {
    0% {left: 0px;}
    25% {left: 0px;}
    50% {left: -970px;}
    75% {left: -970px;}
    100% {left: -0px;}
}

@keyframes slide-animation-2 {
    0% {left: 0px;}
    25% {left: 0px;}
    50% {left: -970px;}
    75% {left: -970px;}
    100% {left: -0px;}
}

@-webkit-keyframes slide-animation-3 {
    0% {left: 0px;}
    16% {left: 0px;}
    33% {left: -970px;}
    49% {left: -970px;}
    66% {left: -1940px;}
    84% {left: -1940px;}
    100% {left: -0px;}
}

@-moz-keyframes slide-animation-3 {
    0% {left: 0px;}
    16% {left: 0px;}
    33% {left: -970px;}
    49% {left: -970px;}
    66% {left: -1940px;}
    84% {left: -1940px;}
    100% {left: -0px;}
}

@keyframes slide-animation-3 {
    0% {left: 0px;}
    16% {left: 0px;}
    33% {left: -970px;}
    49% {left: -970px;}
    66% {left: -1940px;}
    84% {left: -1940px;}
    100% {left: -0px;}
}

@-webkit-keyframes slide-animation-4 {
    0% {left: 0px;}
    13% {left: 0px;}
    26% {left: -970px;}
    39% {left: -970px;}
    52% {left: -1940px;}
    65% {left: -1940px;}
    78% {left: -2910px;}
    91% {left: -2910px;}
    100% {left: -0px;}
}

@-moz-keyframes slide-animation-4 {
    0% {left: 0px;}
    13% {left: 0px;}
    26% {left: -970px;}
    39% {left: -970px;}
    52% {left: -1940px;}
    65% {left: -1940px;}
    78% {left: -2910px;}
    91% {left: -2910px;}
    100% {left: -0px;}
}

@keyframes slide-animation-4 {
    0% {left: 0px;}
    13% {left: 0px;}
    26% {left: -970px;}
    39% {left: -970px;}
    52% {left: -1940px;}
    65% {left: -1940px;}
    78% {left: -2910px;}
    91% {left: -2910px;}
    100% {left: -0px;}
}

@-webkit-keyframes slide-animation-5 {
    0% {left: 0px;}
    10% {left: 0px;}
    20% {left: -970px;}
    30% {left: -970px;}
    40% {left: -1940px;}
    50% {left: -1940px;}
    60% {left: -2910px;}
    70% {left: -2910px;}
    80% {left: -3880px;}
    90% {left: -3880px;}
    100% {left: -0px;}
}

@-moz-keyframes slide-animation-5 {
    0% {left: 0px;}
    10% {left: 0px;}
    20% {left: -970px;}
    30% {left: -970px;}
    40% {left: -1940px;}
    50% {left: -1940px;}
    60% {left: -2910px;}
    70% {left: -2910px;}
    80% {left: -3880px;}
    90% {left: -3880px;}
    100% {left: -0px;}
}

@keyframes slide-animation-5 {
    0% {left: 0px;}
    10% {left: 0px;}
    20% {left: -970px;}
    30% {left: -970px;}
    40% {left: -1940px;}
    50% {left: -1940px;}
    60% {left: -2910px;}
    70% {left: -2910px;}
    80% {left: -3880px;}
    90% {left: -3880px;}
    100% {left: -0px;}
}


/* SLIDES */

#slides {
    font-family: ProximaNovaLight, Helvetica, sans-serif;
    font-size: 14px;
    width: 970px;
    position: relative;
    overflow: hidden;
    height: 260px;
    margin-left: 10px;
}

#slides > div {
    display:  none;
}

.slide {
    width:970px;
    height:260px;
    overflow: hidden;
}

.slide:hover {
    cursor: pointer;
}

/************************************
SLIDER-1 ANIMATION PROPERTIES
*************************************/

.slide-sixthgeneration .layer-1 .background {
    position: absolute;
    top: 0;
}

.slide-sixthgeneration .layer-2 .printer-1,
.slide-sixthgeneration .layer-2 .printer-2,
.slide-sixthgeneration .layer-2 .printer-3,
.slide-sixthgeneration .layer-2 .printer-4,
.slide-sixthgeneration .layer-2 .printer-5 {
    position: absolute;
    bottom: 20px;
    left: -200px;
    z-index: 12;
}

.slide-sixthgeneration .layer-2  .logo {
    position: absolute;
    bottom: 26px;
    left: -100px;
}

.slide-sixthgeneration .layer-2  .leaves {
    display: none;
    position: absolute;
    bottom: 17px;
    left: 412px;
    z-index: 11;
}

.slide-sixthgeneration .layer-2 .branding {
    position: absolute;
    top: 23px;
    right: 23px;
    display: none;
}

.slide-sixthgeneration .layer-2 .msg-1{
    position: absolute;
    top: 85px;
    right: 89px;
    display: none;
    text-transform: uppercase;
    text-align: right;
    font-size: 25px;
    line-height: 29px;
    margin: 0;
    padding: 0;
}

.slide-sixthgeneration .layer-2 .msg-2{
    position: absolute;
    top: 85px;
    right: 89px;
    display: none;
    text-transform: uppercase;
    text-align: right;
    font-size: 25px;
    line-height: 29px;
    margin: 0;
    padding: 0;
}

.slide-sixthgeneration .layer-2 .msg-1 span,
.slide-sixthgeneration .layer-2 .msg-2 span {
    color: #DF0523;
}

.slide-sixthgeneration .layer-2 .button{
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}

/* SLIDE 2 ANIMATIONS */

.slide-smallbuttough .layer-1 .background {
    position: absolute;
    top: 0;
}

.slide-smallbuttough .layer-1 .printer {
    position: absolute;
    height: 139px;
    width: 511px;
    left: 80px;
    bottom: 20px;
}

.slide-smallbuttough .layer-1 .kind {
    position: absolute;
    width: 512px;
    height: 260px;
    left: 80px;
    top: -300px;
}

.slide-smallbuttough .layer-1 .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 970px;
}

.slide-smallbuttough .layer-1 .msg-1,
.slide-smallbuttough .layer-1 .msg-2 {
    position: absolute;
    position: absolute;
    right: 89px;
    display: none;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
}

.slide-smallbuttough .layer-1 .msg-1 {
    display: none;
    top: 85px;
    font-size: 32px;
    line-height: 36px;
}

.slide-smallbuttough .layer-1 .msg-2 {
    display: none;
    top: 85px;
    font-size: 32px;
    line-height: 36px;
}

.slide-smallbuttough .layer-1 .msg-1 span,
.slide-smallbuttough .layer-1 .msg-2 span {
    color: #DF0523;
}

.slide-smallbuttough.layer-1 .button{
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}


.slide-smallbuttough .layer-1 .printer-1,
.slide-smallbuttough .layer-1 .printer-2,
.slide-smallbuttough .layer-1 .printer-3,
.slide-smallbuttough .layer-1 .printer-4,
.slide-smallbuttough .layer-1 .printer-5 {
    position: absolute;
    bottom: -200px;
}

.slide-smallbuttough .layer-1 .printer-1 { left: 10px;}
.slide-smallbuttough .layer-1 .printer-2 { left: 135px;}
.slide-smallbuttough .layer-1 .printer-3 { left: 265px;}
.slide-smallbuttough .layer-1 .printer-4 { left: 383px;}
.slide-smallbuttough .layer-1 .printer-5 { left: 505px;}


.slide-smallbuttough .layer-1 .button{
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}

.slide-smallbuttough .layer-1  .logo {
    position: absolute;
    top: -150px;
    left: 23px;
}

/* Small but tough Growth Market */

/* SLIDE 2 ANIMATIONS */

.slide-sbtgrowthmarket .layer-1 .background {
    position: absolute;
    top: 0;
}

.slide-sbtgrowthmarket .layer-1 .printer {
    position: absolute;
    height: 139px;
    width: 511px;
    left: 80px;
    bottom: 20px;
}

.slide-sbtgrowthmarket .layer-1 .kind {
    position: absolute;
    width: 512px;
    height: 260px;
    left: 80px;
    top: -300px;
}

.slide-sbtgrowthmarket .layer-1 .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 970px;
}

.slide-sbtgrowthmarket .layer-1 .msg-1,
.slide-sbtgrowthmarket .layer-1 .msg-2 {
    position: absolute;
    position: absolute;
    right: 89px;
    display: none;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
}

.slide-sbtgrowthmarket .layer-1 .msg-1 {
    display: none;
    top: 85px;
    font-size: 32px;
    line-height: 36px;
}

.slide-sbtgrowthmarket .layer-1 .msg-2 {
    display: none;
    top: 85px;
    font-size: 32px;
    line-height: 36px;
}

.slide-sbtgrowthmarket .layer-1 .msg-1 span,
.slide-sbtgrowthmarket .layer-1 .msg-2 span {
    color: #DF0523;
}

.slide-sbtgrowthmarket .layer-1 .button{
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}


.slide-sbtgrowthmarket .layer-1 .printer-1,
.slide-sbtgrowthmarket .layer-1 .printer-2,
.slide-sbtgrowthmarket .layer-1 .printer-3,
.slide-sbtgrowthmarket .layer-1 .printer-4,
.slide-sbtgrowthmarket .layer-1 .printer-5,
.slide-sbtgrowthmarket .layer-1 .printer-6  {
    position: absolute;
    bottom: -200px;
    width: 90px;
}

.slide-sbtgrowthmarket .layer-1 .printer-1 { left: 20px;}
.slide-sbtgrowthmarket .layer-1 .printer-2 { left: 125px;}
.slide-sbtgrowthmarket .layer-1 .printer-3 { left: 230px;}
.slide-sbtgrowthmarket .layer-1 .printer-4 { left: 338px;}
.slide-sbtgrowthmarket .layer-1 .printer-5 { left: 437px;}
.slide-sbtgrowthmarket .layer-1 .printer-6 { left: 540px;}


.slide-sbtgrowthmarket .layer-1 .button{
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}

.slide-sbtgrowthmarket .layer-1  .logo {
    position: absolute;
    top: -150px;
    left: 23px;
}


/* SLIDE 3 ANIMATION */

.slide-taskalfa .layer-1 .background {
    position: absolute;
    top: 0;
}

.slide-taskalfa .layer-1 .shadow {
    display: none;
    position: absolute;
    left: 25px;
    top: 0;
}

.slide-taskalfa .layer-1 .face-1,
.slide-taskalfa .layer-1 .face-2,
.slide-taskalfa .layer-1 .face-3,
.slide-taskalfa .layer-1 .face-4,
.slide-taskalfa .layer-1 .face-5 {
    display: none;
    position: absolute;
    left: 50px;
    top: 0;
}

.slide-taskalfa .layer-1 .msg-1,
.slide-taskalfa .layer-1 .msg-2 {
    position: absolute;
    display: none;
    text-transform: uppercase;
    text-align: right;
    font-size: 25px;
    line-height: 29px;
    margin: 0
}

.slide-taskalfa .layer-1 .msg-1 {
    top: 85px;
    right: 89px;
}

.slide-taskalfa .layer-1 .msg-2 {
    top: 85px;
    right: 89px;
}

.slide-taskalfa .layer-1 .msg-1 span,
.slide-taskalfa .layer-1 .msg-2 span {
    color: #DF0523;
}

.slide-taskalfa .additional {
    color: #333;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    display: none;
    bottom: 21px;
    left: 400px;
    font-family: ProximaNovaLight, Helvetica, sans-serif;
    margin-bottom: 0;
}

.slide-taskalfa .layer-1 .branding {
    position: absolute;
    top: 23px;
    right: 23px;
    display: none;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.slide-taskalfa .layer-1 .task-logo {
    position: absolute;
    bottom: 40px;
    left: 380px;
    display: none;
}

.slide-taskalfa .layer-1 .printer {
    position: absolute;
    top: 10px;
    left: 40px;
    display: none;
    z-index: 11;
}

.slide-taskalfa .layer-1 .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}

/* SLIDE Hockey */

.slide-hockey .layer-1 {
    position: absolute;
    z-index: 0;
}

.slide-hockey .layer-2 {
    position: absolute;
    display: none;
    z-index: 1;
}

.slide-hockey .layer-1 .fader{
    position: absolute;
    top: -350px;
    left: -100px;
    width: 1294px;
}

.slide-hockey .layer-2 .background {
    display: block;
}

.slide-hockey .layer-2 .msg-1,
.slide-hockey .layer-2 .msg-2 {
    position: absolute;
    display: none;
    text-transform: uppercase;
    text-align: right;
    font-size: 32px;
    line-height: 36px;
    margin: 0;
}

.slide-hockey .layer-2 .msg-1 {
    top: 85px;
    right: 89px;
}

.slide-hockey .layer-2 .msg-2 {
    top: 85px;
    right: 89px;
}

.slide-hockey .layer-2 .msg-1 span,
.slide-hockey .layer-2 .msg-2 span {
    color: #DF0523;
}

.slide-hockey .layer-2 .additional {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    display: none;
    bottom: 21px;
    right: 200px;
    margin-bottom: 0;
    font-family: ProximaNovaLight, Helvetica, sans-serif;
}

.slide-hockey .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    width: 970px;
    z-index: 2;
}

.slide-hockey .layer-2 .kyo-logo {
    position: absolute;
    top: -123px;
    left: 23px;
}

.slide-hockey .layer-2 .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}


/* SLIDE 5 */

.slide-screencompany  .layer-1 .background {
    position: absolute;
    top: -750px;
    z-index: 12;
}

.slide-screencompany  .layer-1 .gradient {
    position: absolute;
    right: 0;
    height: 260px;
    z-index: 15;
}

.slide-screencompany .underlay {
    position: absolute;
    top: -100px;
    z-index: 13;
    height: 1400px;
    width: 0;
    overflow: hidden;
}

.slide-screencompany .underlay  img.underlay {
    margin-top: 100px;
    position: absolute;
    height:1400px;
    width: 970px;
}

.slide-screencompany .scanner {
    position: absolute;
    left: -543px;
    top: 100px;
    z-index: 15;
    opacity: 0;
    filter: alpha(opacity = 00);
}

.slide-screencompany .board {
    background: #030708;
    position: absolute;
    height: 260px;
    right: 0;
    width: 0;
    z-index: 15;
    display: none;
}

.slide-screencompany .layer-1 .msg-1,
.slide-screencompany .layer-1 .msg-2 {
    font-family: ProximaNovaLight, Helvetica, sans-serif;
    color: #FFF;
    position: absolute;
    display: none;
    text-transform: uppercase;
    text-align: right;
    font-size: 25px;
    line-height: 29px;
    margin: 0;
}

.slide-screencompany .layer-1 .msg-1 span,
.slide-screencompany .layer-1 .msg-2 span {
    color: #DF0523;
}

.slide-screencompany .layer-1 .msg-1 {
    top: 85px;
    right: 89px;
    z-index: 16;
}

.slide-screencompany .layer-1 .msg-2 {
    top: 85px;
    right: 89px;
}

.slide-screencompany .layer-1 .additional {
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    display: none;
    bottom: 21px;
    left: 0;
    margin-bottom: 0;
    font-family: ProximaNovaLight, Helvetica, sans-serif;
}

.slide-screencompany .layer-1 .branding {
    position: absolute;
    top: 23px;
    right: 23px;
    display: none;
    z-index: 16;
}

.slide-screencompany .layer-1 .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    font-weight: normal;
}

/* SLIDE OFFICE */

.slide-office .layer-1 {
    position: absolute;
    z-index: 0;
}

.slide-office .layer-2 {
    position: absolute;
    display: none;
    z-index: 1;
}

.slide-office .layer-1 .fader{
    position: absolute;
    top: -80px;
    left: 0px;
    width: 1455px;
}

.slide-office .layer-2 .background {
    display: block;
}

.slide-office .layer-2 .msg-1,
.slide-office .layer-2 .msg-2 {
    position: absolute;
    display: none;
    text-transform: uppercase;
    text-align: right;
    font-size: 32px;
    line-height: 36px;
    margin: 0;
}

.slide-office .layer-2 .msg-1 {
    top: 85px;
    right: 89px;
}

.slide-office .layer-2 .msg-2 {
    top: 85px;
    right: 89px;
}

.slide-office .layer-2 .msg-1 span,
.slide-office .layer-2 .msg-2 span {
    color: #DF0523;
}

.slide-office .layer-2 .additional {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    display: none;
    bottom: 21px;
    right: 200px;
    margin-bottom: 0;
    font-family: ProximaNovaLight, Helvetica, sans-serif;
}

.slide-office .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    width: 970px;
    z-index: 2;
}

.slide-office .layer-2 .kyo-logo {
    position: absolute;
    top: -123px;
    left: 23px;
}

.slide-office .layer-2 .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}

/* Newspaper */

.slide-newspaper .layer-1 {
    position: absolute;
    z-index: 0;
}

.slide-newspaper .layer-2 {
    position: absolute;
    display: none;
    z-index: 1;
}

.slide-newspaper .layer-1 .fader{
    position: absolute;
    top: -120px;
    left: -250px;
    width: 1455px;
}

.slide-newspaper .layer-2 .background {
    display: block;
}

.slide-newspaper .layer-2 .msg-1,
.slide-newspaper .layer-2 .msg-2 {
    position: absolute;
    display: none;
    text-transform: uppercase;
    text-align: right;
    font-size: 32px;
    line-height: 36px;
    margin: 0;
}

.slide-newspaper .layer-2 .msg-1 {
    top: 85px;
    right: 89px;
}

.slide-newspaper .layer-2 .msg-2 {
    top: 85px;
    right: 89px;
}

.slide-newspaper .layer-2 .msg-1 span,
.slide-newspaper .layer-2 .msg-2 span {
    color: #DF0523;
}

.slide-newspaper .layer-2 .additional {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    display: none;
    bottom: 21px;
    right: 200px;
    margin-bottom: 0;
    font-family: ProximaNovaLight, Helvetica, sans-serif;
}

.slide-newspaper .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    width: 970px;
    z-index: 2;
}

.slide-newspaper .layer-2 .kyo-logo {
    position: absolute;
    top: -123px;
    left: 23px;
}

.slide-newspaper .layer-2 .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}

/* Big Target Styles */
.slide-smallbuttough .target,
.slide-hockey .target,
.slide-sixthgeneration .target,
.slide-taskalfa .target,
.slide-screencompany .target {
    width: 970px;
    height: 260px;
    position:absolute;
    border: none;
    margin: 0;
    padding: 0;
    z-index: 99;
}

/* Mobile Life Tour */

.slide-mobilelifetour  .layer-1 .airplane {
    position: absolute;
    left: 0;
    z-index: 12;
}

.slide-mobilelifetour  .layer-1 .texture {
    position: absolute;
    right: 0;
    z-index: 12;
}

.slide-mobilelifetour .layer-1 .msg-1,
.slide-mobilelifetour .layer-1 .msg-2 {
    font-family: ProximaNovaLight, Helvetica, sans-serif;
    color: #FFF;
    position: absolute;
    text-transform: uppercase;
    text-align: left;
    font-size: 25px;
    line-height: 29px;
    margin: 0;
    z-index: 13;
}

.slide-mobilelifetour .layer-1 .msg-1 span,
.slide-mobilelifetour .layer-1 .msg-2 span {
    color: #DF0523;
}

.slide-mobilelifetour .layer-1 .hl {
    position: absolute;
    z-index: 13;
    top: 107px;
    right: 70px;
}

.slide-mobilelifetour .layer-1 .msg-2 {
    font-size: 17px;
    line-height: 16px;
    right: 98px;
    top: 145px;
    text-transform: none;
}


.slide-mobilelifetour .layer-1 .additional {
    color: #FFF;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 41px;
    right: 134px;
    font-family: ProximaNovaLight, Helvetica, sans-serif;
    z-index: 13;
}

.slide-mobilelifetour .layer-1 .sponsor-brands {
    position: absolute;
    bottom: 23px;
    right: 140px;
    z-index: 16;
}

.slide-mobilelifetour .layer-1 .n-place {
    position: absolute;
    top: 90px;
    right: 470px;
    z-index: 16;
}

.slide-mobilelifetour .layer-1 .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    border: none;
    font-weight: normal;
}

/* New Taskalfa */

.slide-taskalfanew .layer-1 {
    position: absolute;
    z-index: 0;
    height: 260px;
}

.slide-taskalfanew .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    width: 970px;
    z-index: 2;
}


.slide-taskalfanew .icon-ce {
    opacity: 0;
    position: absolute;
    left: 25%;
    top: 100px;
    width: 10px;
    height: 10px;
}

.slide-taskalfanew .text-ce {
    display: none;
    position: absolute;
    top: 160px;
    color: #DC0B23;
    font-size: 21px;
    left: 170px;

}

.slide-taskalfanew .icon-s {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 100px;
    width: 10px;
    height: 10px;
}

.slide-taskalfanew .text-s {
    display: none;
    position: absolute;
    top: 160px;
    color: #DC0B23;
    font-size: 21px;
    left: 420px;
}

.slide-taskalfanew .icon-uf {
    opacity: 0;
    position: absolute;
    left: 75%;
    top: 100px;
    width: 10px;
    height: 10px;
}

.slide-taskalfanew .text-uf {
    display: none;
    position: absolute;
    top: 160px;
    color: #DC0B23;
    font-size: 21px;
    left: 660px;
}

.slide-taskalfanew .msg-1,
.slide-taskalfanew .msg-2 {
    position: absolute;
    display: none;
    text-align: right;
    font-size: 32px;
    line-height: 36px;
    margin: 0;
    z-index: 5;
}

.slide-taskalfanew .msg-1 {
    top: 85px;
    right: 89px;
}

.slide-taskalfanew .msg-2 {
    top: 85px;
    right: 89px;
}

.slide-taskalfanew .msg-1 span,
.slide-taskalfanew .msg-2 span {
    color: #DF0523;
}

.slide-taskalfanew .taskalfa-printer {
    position: absolute;
    left: 150px;
    top: 0;
    opacity: 0;
    z-index: 4;
}

.slide-taskalfanew .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    width: 970px;
    z-index: 2;
}

.slide-taskalfanew .taskalfa-color {
    position: absolute;
    opacity: 0;
    left: 23px;
    top: 80px;
}

.slide-taskalfanew .taskalfa-mono {
    position: absolute;
    opacity: 0;
    left: 23px;
    top: 120px;

}

.slide-taskalfanew .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}

/* KYOCERA MDS */

.slide-kyoceramds .layer-1 {
    position: absolute;
    z-index: 0;
    height: 260px;
}
.slide-kyoceramds .banner {
    opacity: 1;
    position: absolute;
    top:0;
    left:0;
    width: 970px;
    height: 260px;
}

.slide-kyoceramds .formula-1 {
    opacity: 0;
    position: absolute;
    top:75px;
    left:425px;
}
.slide-kyoceramds .formula-2 {
    opacity: 0;
    position: absolute;
    width: 0;
    top: 150px;
    left: 535px;
}
.slide-kyoceramds .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    width: 970px;
    z-index: 2;
}
.slide-kyoceramds .msg-1,
.slide-kyoceramds .msg-2 {
    position: absolute;
    display: none;
    text-align: right;
    font-size: 32px;
    line-height: 36px;
    margin: 0;
    z-index: 5;
    text-transform: uppercase;
}

.slide-kyoceramds .msg-1 {
    top: 85px;
    right: 89px;
}

.slide-kyoceramds .msg-2 {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    top: 65px;
    left: 30px;
}
.slide-kyoceramds .msg-2 img {
    margin-top: 15px;
}

.slide-kyoceramds .msg-1 span,
.slide-kyoceramds .msg-2 span {
    color: #DF0523;
}
.slide-kyoceramds .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}
/* Document world */

.slide-documentworld .layer-1 {
    position: absolute;
    z-index: 0;
    height: 260px;
}
.slide-documentworld .banner {
    opacity: 1;
    position: absolute;
    top:0;
    left:0;
    width: 970px;
    height: 260px;
}

.slide-documentworld .logo {
position: absolute;
top: 23px;
left: 23px;
width: 144px;
height: 45px;
opacity: 0;
}

.slide-documentworld .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    width: 970px;
    z-index: 2;
}
.slide-documentworld .msg-1 {
    position: absolute;
    display: none;
    text-align: right;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    z-index: 5;
    text-transform: uppercase;
}

.slide-documentworld .msg-1 {
    top: 85px;
    right: 89px;
}


.slide-documentworld .msg-1 span {
    color: #DF0523;
	font-size: 30px;
	line-height: 34px;
}
.slide-documentworld .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}

/* Service Award */

.slide-serviceaward .layer-1 {
    position: absolute;
    z-index: 0;
    height: 260px;
}
.slide-serviceaward .banner {
    opacity: 1;
    position: absolute;
    top:0;
    left:0;
    width: 970px;
    height: 260px;
}

.slide-serviceaward .oscar {
    position: absolute;
    bottom: -600px;
    left: -240px;
    width: 1041px;
    height: 1092px;
    opacity: 0.1;
}

.slide-serviceaward .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    width: 970px;
    z-index: 2;
}
.slide-serviceaward .msg-1 {
    position: absolute;
    display: none;
    text-align: right;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    z-index: 5;
    text-transform: uppercase;
}

.slide-serviceaward .msg-1 {
    top: 85px;
    right: 89px;
}

.slide-serviceaward .msg-1 span {
    color: #DF0523;
    font-size: 30px;
    line-height: 34px;
}

.slide-serviceaward .msg-1 span.tag-1,
.slide-serviceaward .msg-1 span.tag-2,
.slide-serviceaward .msg-1 span.tag-3 {
    display: none;
}

.slide-serviceaward .msg-2 {
    position: absolute;
    display: none;
    text-align: right;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    z-index: 5;
    text-transform: uppercase;
}

.slide-serviceaward .msg-2 {
    top: 85px;
    right: 89px;
}

.slide-serviceaward .msg-2 span {
    color: #DF0523;
    font-size: 30px;
    line-height: 34px;
}

.slide-serviceaward .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}

/* Slide Gemini */

.slide-gemini .layer-1 {
    position: absolute;
    z-index: 0;
    height: 260px;
}

.slide-gemini .micro {
    position: absolute;
    bottom: 14px;
    left: 126px;
    width: 45px;
    height: 210px;
    opacity: 0;
}
.slide-gemini .printer {
    position: absolute;
    bottom: 0;
    left: 131px;
    width: 371px;
    height: 206px;
    opacity: 0;
}

.slide-gemini .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    width: 970px;
    z-index: 2;
}

.slide-gemini .msg-1, .slide-gemini .msg-2 {
    position: absolute;
    display: none;
    text-align: right;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    z-index: 5;
    text-transform: uppercase;
    color: #ffffff;
}

.slide-gemini .msg-1, .slide-gemini .msg-2 {
    top: 85px;
    right: 89px;
}

.slide-gemini .msg-1 span, .slide-gemini .msg-2 span {
    font-family: ProximaNovaReg, Arial, sans-serif;
    font-weight: bold;
    color: #DF0523;
}
.slide-gemini .msg-1 span.hide, .slide-gemini .msg-2 span.hide,
.slide-gemini .msg-1 span.red, .slide-gemini .msg-2 span.red {
    font-family: ProximaNovaReg, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
}

.slide-gemini .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}


/* Service PRCS */

.slide-prcs .background {
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
    z-index: 1;
}

.slide-prcs .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    width: 970px;
    z-index: 2;
}

.slide-prcs .rays {
    position: absolute;
    top: -367%;
    left: -665px;

    opacity: 0;
    z-index: 4;
}

.slide-prcs .eye {
    position: absolute;
    top: 0;

    opacity: 0;
    z-index: 3;
}

.slide-prcs .face {
    position: absolute;
    top: 0;

    opacity: 0;
    z-index: 5;
}

.slide-prcs .printer {
    position: absolute;
    top: 130px;
    left: 413px;
    height: 0;

    opacity: 0;
    z-index: 6;
}

.slide-prcs .msg-1,
.slide-prcs .msg-2 {
    position: absolute;
    right: 89px;
    display: none;
    text-transform: uppercase;
    text-align: right;
    margin: 0;

    z-index: 7
}

.slide-prcs .msg-1 {
    display: none;
    top: 55px;
    font-size: 22px;
    line-height: 26px;

    color: #878787;
}

.slide-prcs .msg-2 {
    display: none;
    top: 85px;
    font-size: 32px;
    line-height: 36px;
    
    color: #878787;
}

.slide-prcs .msg-1 span,
.slide-prcs .msg-2 span {
    color: #DF0523;
}

.slide-prcs .additional {
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    width: 100%;
    
    font-size: 32px;
    margin: 0;
    color: #878787;

    font-family: ProximaNovaLight, sans-serif;

    z-index: 8;
}

.slide-prcs .additional span.first{
    position: absolute;
    top: 100px;
    width: 100%;
        
    text-align: center;
    opacity: 0;
}

.slide-prcs .additional span.second{
    position: absolute;
    top: 70px;
    right: 110px;

    font-size: 32px;
    
    opacity: 0;
}

.slide-prcs .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}

/* EFFICIENCY ROCKS */

.slide-efficiencyrocks .layer-1 {
    position: absolute;
    z-index: 0;
    height: 260px;
}

.slide-efficiencyrocks .txt_rocks {
    position: absolute;
    top: 63px;
      left: -200px;
    width: 1360px;
    width: 1360px;
    height: 365px;
    opacity: 0;
}
.slide-efficiencyrocks .txt_efficiency {
  	position: absolute;
    top: -150px;
    left: -200px;
    width: 1360px;
    height: 365px;
    opacity:0;
}

.slide-efficiencyrocks .tonspur {
 	position: absolute;
	top: 0px;
	left: -210px;
	 width: 1184px;
    height: 452px;
	opacity: 0;
}



.slide-efficiencyrocks .branding {
    position: absolute;
    height: 970px;
    top: 23px;
    right: 23px;
    opacity: 0;
    width: 970px;
    z-index: 2;
}

.slide-efficiencyrocks .msg-1, .slide-efficiencyrocks .msg-2 {
    position: absolute;
    display: none;
    text-align: right;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    z-index: 5;
    text-transform: uppercase;
    color: #ffffff;
    font-family: ProximaNovaLight, ProximaNovaReg, Arial, sans-serif;
    
}

.slide-efficiencyrocks .msg-1, .slide-efficiencyrocks .msg-2 {
    top: 85px;
    right: 89px;
}


.slide-efficiencyrocks .button {
    background-image: url(../../media/fallback/icn_arr.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: 10px 14px;
    background-position: 98% center;
    color: #333;
    position: absolute;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 16px 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 23px;
    right: 23px;
    z-index: 30;
    display: none;
    border: none;
    -webkit-box-shadow: 2px 2px 2px 0px #CCC; /* WebKit */
    -moz-box-shadow: 2px 2px 2px 0px #CCC; /* Firefox */
    box-shadow: 2px 2px 2px 0px #CCC; /* Standard */
    font-weight: normal;
}

.slide-efficiencyrocks span{
 color: #DF0523;
}



/* SLIDER PAGINATION */

.arr {
    background: #FFF;
    color: #333;
    height: 60px;
    width: 20px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: 100px;
    text-indent: -9999px;
    display: none;
}

ul.pagination {
    position: absolute;
    padding: 8px 8px 0 8px;
    margin: 0;
    bottom: 0px;
    z-index: 99;
    left: 23px;
    width: 150px;
    clear:both;
}

ul.pagination  li {
    background: #FFF;
    color: #333;
    height: 15px;
    width: 17px;
    float: left;
    margin-right: 10px;
    list-style: none;
}

ul.pagination  li.current {
    background: #666;
}

ul.pagination  li  a{
    display: block;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}

ul.pagination  li.current a{
    color: #FFF;
}

/******************************************/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */

.royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr;
}
.royalSlider > * {
    float: left;
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;

}
.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition:opacity 0.3s linear;
    -moz-transition:opacity 0.3s linear;
    -o-transition:opacity 0.3s linear;
    transition:opacity 0.3s linear;
}
.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition:  0s;
    transition:  0s;
    display: none;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;

    height: 100%;
    width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsPreloader {
    position:absolute;
    z-index: 0;
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}
.rsNavItem {
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}
.rsTabs {
    float: left;
    background: none !important;
}
.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
    /*left: 0;
    top: 0;
    position: absolute;*/
    /*width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;*/
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}
.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;

}

img.rsImg {
    max-width: none;
}

.grab-cursor {
    cursor:url(grab.png) 8 8, move;
}

.grabbing-cursor{
    cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left:0;
    top:0;
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    z-index: 20;
    background: url(blank.gif);
}

#slides .rsBullets {
    position: absolute;
    z-index: 35;
    left: 23px;
    bottom: 10px;
    height: auto;
    margin: 0 auto;


    text-align: center;
    line-height: 8px;
    overflow: hidden;
}
#slides .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    *display:inline;
    *zoom:1;
    padding: 6px 5px 6px;
}
#slides .rsBullet span {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    background: #999;
    background: rgba(255,255,255,0.66);
}
#slides .rsBullet.rsNavSelected span {
    border: 1px solid #333;
    background: #000;
    background: rgba(0,0,0,1);
}