﻿/* START ROYAL CONFIG */
/* needed for responsive layout */
.royalSlider {
    width: 100% !important;
    padding: 4px 5px 5px 5px;
}

.btn-ts-player {
    margin-left: 3px;
    margin-right: 0px;
    margin-bottom: 5px;
}

.player-header {
    display: block;
    border: solid 0px red;
    min-height: 40px;
}

.rsDefault .rsThumb img {
    opacity: .4;
    filter: alpha(opacity=40);
}

.rsDefaultInv .rsThumb img {
    opacity: .4;
    filter: alpha(opacity=40);
}

.ts-royal-caption {
    text-align: left;
    width: 100%;
    z-index: 2;
    font-weight: normal;
    background: transparent;
}

.ts-royal-caption-light {
    background: transparent;
    color: #000;
}

.ts-royal-caption-dark {
    background: transparent;
    color: #fff;
}

.rsBullets {
    border: solid 0px red;
}

.rsBullet {
    padding: 10px !important;
}

    .rsBullet:first-child {
        padding: 10px 10px 10px 2px !important;
    }

.rsThumbsHor {
    /*width: 99.6% !important;*/
    height: 72px !important;
}

.rsFullscreenIcn {
    margin-top: 0px !important;
    z-index: 1001 !important;
}

.rsFullscreenBtn {
    z-index: 1000 !important;
}

/*.rsMainSlideImage {
    z-index: 500 !important;
    margin-top: 2px !important;
}*/

.rsArrowLeft {
    z-index: 501 !important;
}

.rsFullScreenBtn {
    z-index: 1500 !important;
}

.ts-royal-title {
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    width: 100%;
    z-index: 1000;
}

@media (min-width: 480px) {
    .ts-royal-title {
        font-size: 12px !important;
    }
}

@media (min-width: 767px) {
    .ts-royal-title {
        font-size: 14px !important;
    }
}

@media (min-width: 1024px) {
    .ts-royal-title {
        font-size: 16px !important;
    }
}

@media (min-width: 1100px) {
    .ts-royal-title {
        font-size: 20px !important;
    }
}

.ts-slider-thumb {
    cursor: pointer;
}

.ts-royal-title {
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    width: 100%;
    z-index: 1000;
}

@media (min-width: 480px) {
    .ts-royal-title {
        font-size: 12px !important;
    }
}

@media (min-width: 767px) {
    .ts-royal-title {
        font-size: 14px !important;
    }
}

@media (min-width: 1024px) {
    .ts-royal-title {
        font-size: 16px !important;
    }
}

@media (min-width: 1100px) {
    .ts-royal-title {
        font-size: 20px !important;
    }
}

.ts-royal-title-bottom-left {
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.ts-royal-title-top-left {
    top: 0px;
    left: 0px;
    width: 100%;
    bottom: auto !important;
    text-align: left;
}

.ts-royal-title-top-right {
    top: 0px;
    right: 0px;
    width: 100%;
    bottom: auto !important;
    text-align: right;
}

.ts-royal-title-bottom-right {
    bottom: 0px;
    right: 0px;
    width: 100%;
    text-align: right;
}

.ts-royal-title-center-center {
    top: 40%;
    width: 85%;
    margin-left: 8% !important;
    margin-right: 8% !important;
    bottom: auto !important;
    text-align: center;
}

.ts-royal-title-light {
    background: url(http://www.talkspot.com/images/slider/white_50.png);
    color: #000;
}

.ts-royal-title-none {
    background: url(http://www.talkspot.com/images/transparency.gif);
    color: #000;
}

.ts-royal-title-dark {
    background: url(http://www.talkspot.com/images/slider/black_50.png);
    color: #fff;
}

.ts-royal-caption {
    text-align: left;
    width: 100%;
    z-index: 1001;
    font-weight: normal;
    background: transparent;
}

.ts-royal-caption-light {
    background: transparent;
    color: #000;
}

.ts-royal-caption-dark {
    background: transparent;
    color: #fff;
}

.ts-royal-caption-none {
    background: transparent;
    color: #000;
}

.ts-slider-thumb {
    cursor: pointer;
}
/* calculate autoplay */
@-webkit-keyframes kenburnsBR {
    0%, 0% {
        -webkit-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(1.3) translate(11.53846%, 11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-moz-keyframes kenburnsBR {
    0%, 0% {
        -moz-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -moz-transform: scale(1.3) translate(11.53846%, 11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-ms-keyframes kenburnsBR {
    0%, 0% {
        -ms-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -ms-transform: scale(1.3) translate(11.53846%, 11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-o-keyframes kenburnsBR {
    0%, 0%;

{
    -o-transform: scale(1);
    opacity: 0;
}

5%, 20% {
    opacity: 1;
}

80% {
    -o-transform: scale(1.3) translate(11.53846%, 11.53846%);
    opacity: 1;
    z-index: 2;
}

}

@keyframes kenburnsBR {
    0%, 0% {
        transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        transform: scale(1.3) translate(11.53846%, 11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-webkit-keyframes kenburnsBL {
    0%, 0% {
        -webkit-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(1.3) translate(11.53846%, -11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-moz-keyframes kenburnsBL {
    0%, 0% {
        -moz-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -moz-transform: scale(1.3) translate(11.53846%, -11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-ms-keyframes kenburnsBL {
    0%, 0% {
        -ms-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -ms-transform: scale(1.3) translate(11.53846%, -11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-o-keyframes kenburnsBL {
    0%, 0%;

{
    -o-transform: scale(1);
    opacity: 0;
}

5%, 20% {
    opacity: 1;
}

80% {
    -o-transform: scale(1.3) translate(11.53846%, -11.53846%);
    opacity: 1;
    z-index: 2;
}

}

@keyframes kenburnsBL {
    0%, 0% {
        transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        transform: scale(1.3) translate(11.53846%, -11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-webkit-keyframes kenburnsTL {
    0%, 0% {
        -webkit-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(1.3) translate(-11.53846%, -11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-moz-keyframes kenburnsTL {
    0%, 0% {
        -moz-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -moz-transform: scale(1.3) translate(-11.53846%, -11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-ms-keyframes kenburnsTL {
    0%, 0% {
        -ms-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -ms-transform: scale(1.3) translate(-11.53846%, -11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-o-keyframes kenburnsTL {
    0%, 0%;

{
    -o-transform: scale(1);
    opacity: 0;
}

5%, 20% {
    opacity: 1;
}

80% {
    -o-transform: scale(1.3) translate(-11.53846%, -11.53846%);
    opacity: 1;
    z-index: 2;
}

}

@keyframes kenburnsTL {
    0%, 0% {
        transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        transform: scale(1.3) translate(-11.53846%, -11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-webkit-keyframes kenburnsTR {
    0%, 0% {
        -webkit-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(1.3) translate(-11.53846%, 11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-moz-keyframes kenburnsTR {
    0%, 0% {
        -moz-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -moz-transform: scale(1.3) translate(-11.53846%, 11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-ms-keyframes kenburnsTR {
    0%, 0% {
        -ms-transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        -ms-transform: scale(1.3) translate(-11.53846%, 11.53846%);
        opacity: 1;
        z-index: 2;
    }
}

@-o-keyframes kenburnsTR {
    0%, 0%;

{
    -o-transform: scale(1);
    opacity: 0;
}

5%, 20% {
    opacity: 1;
}

80% {
    -o-transform: scale(1.3) translate(-11.53846%, 11.53846%);
    opacity: 1;
    z-index: 2;
}

}

@keyframes kenburnsTR {
    0%, 0% {
        transform: scale(1);
        opacity: 0;
    }

    5%, 20% {
        opacity: 1;
    }

    80% {
        transform: scale(1.3) translate(-11.53846%, 11.53846%);
        opacity: 1;
        z-index: 2;
    }
}
/* END ROYAL CONFIG */
#SliderSelector .hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

#SliderSelector .header {
    padding-bottom: 5px;
    border-bottom: 2px solid #bbb;
}

    #SliderSelector .header.active {
        border-bottom: 2px solid darkorange;
    }

        #SliderSelector .header.active:hover {
            cursor: pointer;
        }

    #SliderSelector .header > span {
        display: none;
    }

        #SliderSelector .header > span.active {
            display: inline-block;
            color: darkorange;
            white-space: nowrap;
        }

.boxedcontainer {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    border: solid 0px green;
    position: relative;
}

/*testing royal*/

.infoBlock {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    max-width: 25%;
    padding-bottom: 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 20px;
}

.infoBlockLeftBlack {
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,0.75);
    left: 30px;
    right: auto;
}

.infoBlock h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px;
}

.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}

.infoBlock a {
    color: #FFF;
    text-decoration: underline;
}

.typeWidth {
    width: 95%;
    max-width: 970px !important;
    min-width: 320px !important; /*margin: 0 auto;*/
}

/* ADDED FOR Fullscreen image viewer slider */
.ts-close-image-viewer {
    right: 10px;
    top: 0;
    width: 60px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
}

.ts-close-btn {
    display: block;
    margin: 6px;
    padding: 5px 5px 5px 7px;
    width: 60px;
    height: 32px;
    background: url('rs-default.png') 0 0;
    background-color: #fff;
    background-color: rgba(255,255,255,0.3);
    *background-color: #000;
    border-radius: 2px;
}

    .ts-close-btn:hover {
        background-color: rgba(255,255,255,0.6);
    }
