@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

img {
    border: 0;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

header {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

h4,
p {
    margin: 0;
    padding: 0;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on May 30, 2017 1:19 PM */
@font-face {
    font-family: 'TTPB';
    src: url('../fonts/subset-TTProstoSans-Bold.eot');
    src: url('../fonts/subset-TTProstoSans-Bold.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/subset-TTProstoSans-Bold.woff2') format('woff2'),
        url('../fonts/subset-TTProstoSans-Bold.woff') format('woff'),
        url('../fonts/subset-TTProstoSans-Bold.ttf') format('truetype'),
        url('../fonts/subset-TTProstoSans-Bold.svg#TTProstoSans-Bold')
            format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TTPR';
    src: url('../fonts/subset-TTProstoSans-Regular.eot');
    src: url('../fonts/subset-TTProstoSans-Regular.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/subset-TTProstoSans-Regular.woff2') format('woff2'),
        url('../fonts/subset-TTProstoSans-Regular.woff') format('woff'),
        url('../fonts/subset-TTProstoSans-Regular.ttf') format('truetype'),
        url('../fonts/subset-TTProstoSans-Regular.svg#TTProstoSans-Regular')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

/*
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}*/

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    animation-delay: 400ms;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*animation*/

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.flipOutX,
.animated.flipOutY {
    animation-duration: 0.75s;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

.owl-carousel .owl-item .item {
    width: 100%;
    position: relative;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    z-index: 15;
    width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
    border-radius: 50%;
    margin: 0 5px;
    display: block;
    background-color: transparent;
    border: solid 2px #e9e9e9;
    width: 12px;
    height: 12px;
    opacity: 0.5;
    @set transition: all 0.3 s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span {
    @set transform: scale(1.3, 1.3);
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #e9e9e9;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    text-indent: -9999px;
    opacity: 0.5;
    @set transition: all 0.3 s ease;
}

.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after {
    content: '';
    position: absolute;
    display: block;
    height: 24px;
    width: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    @set transform: translate(- 50 %, - 50 %);
    top: 50%;
    left: 50%;
    @set transition: all 0.3 s ease;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-nav .owl-next:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.owl-carousel:hover .owl-dot span {
    opacity: 1;
}

.owl-carousel .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.owl-carousel .carousel-caption h1,
.owl-carousel .carousel-caption h2,
.owl-carousel .carousel-caption h3,
.owl-carousel .carousel-caption h4 {
    color: #fff;
}

.owl-carousel .carousel-title {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 20px;
    font-size: 150%;
}

.owl-carousel.owl-nav-bottom .owl-nav {
    bottom: 10px;
}

.owl-carousel.owl-nav-bottom .owl-nav .owl-prev,
.owl-carousel.owl-nav-bottom .owl-nav .owl-next {
    top: auto;
    bottom: 0;
}

.owl-carousel.owl-nav-bottom .owl-nav .owl-prev:after,
.owl-carousel.owl-nav-bottom .owl-nav .owl-next:after {
    top: auto;
}

/* CSS Document */
/* text style */
html {
    min-width: 320px;
}

.inline-block {
    display: inline-block;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute;
}

.right {
    float: right;
}

.left {
    float: left;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.full-width {
    width: 100% !important;
}

* {
    box-sizing: border-box;
}
.image-bg {
    height: 171px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    background-position: 50% 20%;
    width: 360px !important;
}

.image-bg {
    height: auto;
    padding-bottom: 41%;
    width: 100% !important;
}

a {
    text-decoration: none;
}

body {
    overflow: hidden;
    margin: 0;
    font-family: 'TTPR', Arial, sans-serif;
    font-size: 16px;
    padding: 0;
    color: #542e68;
}

.hd header .timeCont time {
    width: 130px;
    display: inline-block;
}

.leftSide {
    max-width: 75%;
    float: left;
}

.leftSide .thumbCont {
    width: 290px;
    z-index: 1;
    margin-left: 5px;
}

.hd .thumbCont {
    width: 39%;
    z-index: 1;
    margin-left: 5px;
}

.leftSide .screenCont {
    z-index: 0;
    width: 420px;
    padding-left: 0;
    margin-left: -15px;
}

.hd .leftSide .screenCont {
    width: 61%;
    padding-left: 0;
    margin-left: -15px;
}

.leftSide .screenCont .item {
    padding-left: 45px;
}

.rightSide {
    max-width: 25%;
    float: left;
}
