﻿.royalSlider {
    width: 100%;
    height: 100% !important;
    position: relative;
    direction: ltr
}



    .royalSlider > * {
        float: left
    }

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
    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;
    backface-visibility: hidden
}

.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
    transform: none
}

.rsOverflow {
    width: 100%;
    height: 100% !important;
    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 .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.rsHidden {
    /*opacity: 0;
    visibility: hidden;*/
    -webkit-transition: visibility 0 linear .3s,opacity .3s linear;
    -moz-transition: visibility 0 linear .3s,opacity .3s linear;
    -o-transition: visibility 0 linear .3s,opacity .3s linear;
    transition: visibility 0 linear .3s,opacity .3s linear
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center
}

.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: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;
    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,.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 {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
    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%
}

.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(../img/grab.png) 8 8,move
}

.grabbing-cursor {
    cursor: url(../img/grabbing.png) 8 8,move
}

.rsNoDrag {
    cursor: auto
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.rsAml .rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 4;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    -webkit-backface-visibility: hidden
}

.rsAml .rsArrow {
    height: 100%;
    width: 80px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21
}

.rsAml.rsVer .rsArrow {
    width: 100%;
    height: 55px
}

.rsAml.rsVer .rsArrowLeft {
    top: 0;
    left: 0
}

.rsAml.rsVer .rsArrowRight {
    bottom: 0;
    left: 0
}

.rsAml.rsHor .rsArrowLeft {
    left: 20px;
    top: 0;
}

.rsAml.rsHor .rsArrowRight {
   left: 75px;
    top: 0px
}

.rsAml.rsHor .rsArrowLeft .rsArrowIcn {
    background: url(/img/left-arrow.svg) no-repeat;
    background-size: 50px;
}

.rsAml.rsHor .rsArrowRight .rsArrowIcn {
    background: url(/img/right-arrow.svg) no-repeat;
    background-size: 50px;
}

.rsAml.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -50px -106px
}

.rsAml.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px
}

.rsAml.rsHor .rsArrowLeft .rsArrowIcn:hover {
    background: url(/img/left-arrow1.svg) no-repeat;
    background-size: 50px;
}

.rsAml.rsHor .rsArrowRight .rsArrowIcn:hover {
    background: url(/img/right-arrow1.svg) no-repeat;
    background-size: 50px;
}

.rsAml .rsArrowDisabled .rsArrowIcn {
    opacity: .2;
    filter: alpha(opacity=20);
    *display: none
}

.rsAml .rsArrowIcn {
    width: 50px;
    height:50px;
    bottom:5%;    
    margin-top: -25px;
    position: absolute;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .rsAml .rsArrowIcn span {
        display: none
    }

.rsAml .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 113px;
    left: 72px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    overflow: hidden;
    /* display: inline-flex; */
}

    .rsAml .rsBullets .rsBullet {
        width: 60px;
        height: 40px;
        /* display:inline-block; */
        *
        display: inline;
        *
        zoom: 1;
        margin: 2px 2px;
        right: 0;
    }

        .rsAml .rsBullets .rsBullet.rsNavSelected>div { background:#fff    }
        .rsAml .rsBullets .rsBullet.rsNavSelected>.rakam{display:block}

        .rsAml .rsBullets .rsBullet>div {
            float:left;
            width: 2px;
            height: 38px;
            background:#c01620;
        }

.sliderborder { /*border: 1px solid #fff;*/
    border-radius: 15px;
    width: 12px;
    height: 12px;
}

.rsAml .rsBullets .rakam{
    width: 40px !important;
    color:  #fff;
    font-weight:  800;
    background:none!important;
    display:none;
    font-family: 'open_sanslight';
    font-size: 28px;
    line-height: 38px;
    text-align: right;
}
.rsAml .rsBullets .rsBullet.rsNavSelected .sliderborder {
    border: 1px solid #bd9c6b;
}

.rsAml .rsBullets .rsBullet.rsNavSelected span {
    background: #ffffff;
}

.rsAml .rsThumbsHor {
    width: 100%;
    height: 72px
}

.rsAml .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.rsAml.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%
}

.rsAml.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%
}

.rsAml .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px
}

    .rsAml .rsThumb img {
        width: 100%;
        height: 100%
    }

    .rsAml .rsThumb.rsNavSelected {
        background: #333
    }

        .rsAml .rsThumb.rsNavSelected img {
            filter: alpha(opacity=40);
            opacity: .7
        }

        .rsAml .rsThumb.rsNavSelected span.thumbIco {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border: 2px solid #fff;
            border: 2px solid rgba(255,255,255,.9);
            -webkit-backface-visibility: hidden
        }

.rsAml .rsTmb {
    display: block
}

.rsAml .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21
}

.rsAml.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px
}

.rsAml.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0
}

.rsAml.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0
}

.rsAml.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0
}

.rsAml.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0
}

.rsAml .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url('less/rs-minimal-white.png')
}

.rsAml.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px
}

.rsAml.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px
}

.rsAml.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px
}

.rsAml.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px
}

.rsAml .rsThumbsArrowDisabled {
    display: none !important
}

.rsAml .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative
}

.rsAml .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #d9d9dd;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #000;
    background-image: -webkit-linear-gradient(top,#fefefe,#f4f4f4);
    background-image: -moz-linear-gradient(top,#fefefe,#f4f4f4);
    background-image: linear-gradient(to bottom,#fefefe,#f4f4f4);
    *display: inline;
    *zoom: 1
}

    .rsAml .rsTab:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .rsAml .rsTab:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-right: 1px solid #cfcfcf
    }

    .rsAml .rsTab:active {
        border: 1px solid #d9d9dd;
        background-color: #f4f4f4;
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2) inset;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2) inset;
        box-shadow: 0 1px 4px rgba(0,0,0,.2) inset
    }

    .rsAml .rsTab.rsNavSelected {
        color: #000;
        border: 1px solid #999;
        -webkit-text-shadow: 1px 1px #838383;
        text-shadow: 1px 1px #838383;
        -moz-box-shadow: 0 1px 9px rgba(102,102,102,.65) inset;
        -webkit-box-shadow: 0 1px 9px rgba(102,102,102,.65) inset;
        box-shadow: 0 1px 9px rgba(102,102,102,.65) inset;
        background: #acacac;
        background-image: -webkit-linear-gradient(top,#acacac,#bbb);
        background-image: -moz-llinear-gradient(top,#acacac,#bbb);
        background-image: linear-gradient(to bottom,#acacac,#bbb)
    }

.rsAml.contentSlider .rsTabs {
    padding-bottom: 20px
}

.rsAml.contentSlider.two-cols .rsTab {
    width: 50%
}

.rsAml.contentSlider.three-cols .rsTab {
    width: 34%
}

    .rsAml.contentSlider.three-cols .rsTab:first-child, .rsAml.contentSlider.three-cols .rsTab:last-child {
        width: 33%
    }

.rsAml.contentSlider.four-cols .rsTab {
    width: 25%
}

.rsAml.contentSlider .rsTab {
    color: #fff;
    border: 0;
    background: #999;
    background-image: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    padding: 5px 0
}

    .rsAml.contentSlider .rsTab:hover {
        background: #000;
        color: #fff
    }

    .rsAml.contentSlider .rsTab.rsNavSelected {
        background: #000;
        color: #fff;
        -webkit-text-shadow: none;
        text-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .rsAml.contentSlider .rsTab.rsNavSelected .arrow-down {
            display: block
        }

    .rsAml.contentSlider .rsTab .arrow-down {
        display: none;
        width: 0;
        height: 0;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        border-top: 5px solid #000;
        position: absolute;
        bottom: -5px;
        left: 50%;
        z-index: 1001;
        margin-left: -2.5px
    }

.rsAml .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer
}

.rsAml .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('less/rs-minimal-white.png') 0 0 transparent
}

    .rsAml .rsFullscreenIcn:hover {
        opacity: .8
    }

.rsAml .rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0
}

.rsAml .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0,0,0,.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer
}

    .rsAml .rsPlayBtn:hover .rsPlayBtnIcon {
        background-color: rgba(0,0,0,.9)
    }

.rsAml .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: url(less/rs-minimal-white.png) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    *background-color: #000
}

.rsAml .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px
}

.rsAml .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

    .rsAml .rsCloseVideoBtn.rsiOSBtn {
        top: -38px;
        right: -6px
    }

.rsAml .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('less/rs-minimal-white.png') -64px 0;
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    *background-color: #000
}

    .rsAml .rsCloseVideoIcn:hover {
        background-color: rgba(0,0,0,.9)
    }

.rsAml .rsPreloader {
    display: block;
    height: 100%;
    width: 100%;
    background: #fff url(../img/icons/loading.gif) center center no-repeat;
    position: absolute;
    z-index: 5
}

.rsAml .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: #000;
    background: rgba(0,0,0,.75);
    color: #fff;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.rsAml .infoBlock {
    position: absolute;
    top: 30px;
    left: 30px;
    padding-bottom: 0;
    overflow: hidden;
    padding: 10px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

    .rsAml .infoBlock h4 {
        font-size: 70px;
        line-height: 63px;
        margin: 0 0 45px 0;
        color: #fff;
        font-family: "Classico Italic",Optima,Arial,sans-serif;
        font-style: italic
    }

        .rsAml .infoBlock h4 em {
            background: url("../img/icons/white-60x1.png") right center no-repeat transparent;
            padding-right: 80px;
            display: inline
        }

    .rsAml .infoBlock p, .rsAml .infoBlock a {
        font-size: 17px;
        line-height: 26px;
        margin: 0 0 10px 0;
        color: #fff;
        font-style: normal
    }

    .rsAml .infoBlock a {
        margin: 0 0 10px 0;
        z-index: 5
    }

        .rsAml .infoBlock a:hover {
            color: #fff;
            cursor: pointer
        }

    .rsAml .infoBlock ul {
        padding-left: 0
    }

        .rsAml .infoBlock ul li {
            float: left;
            margin: 0 20px 0 0
        }

        .rsAml .infoBlock ul a {
            text-transform: none
        }

.rsAml.full-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto
}

.rsAml .track {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    z-index: 36;
    overflow: hidden;
    background: rgba(0,0,0,.3)
}

    .rsAml .track .progress {
        width: 0;
        background-color: #ffffff;
        height: 3px;
    }

.rsAml .stop {
    background: url(../img/icons/astonmartin-sprite.png) no-repeat;
    background-position: -116px -276px;
    cursor: pointer;
    display: none;
    height: 24px;
    right: 20px;
    position: absolute;
    text-indent: -5000px;
    outline: 0;
    width: 24px;
    z-index: 36;
    bottom: 10px
}

    .rsAml .stop.play {
        background-position: -116px -252px
    }

.rsAml.generic {
    overflow: hidden;
    overflow-y: hidden;
}

    .rsAml.generic .infoBlock {
        background: url("../img/icons/black-40.png") repeat scroll 0 0;
        padding: 0 10px 10px 10px;
        margin-left: 20px
    }

    .rsAml.generic h1 {
        color: #fff;
        font-family: 'open_sansextrabold';
        font-size: 3vw;
        margin-bottom: 24px;
    }

        .rsAml.generic h1 em {
            background: url("../img/icons/white-60x1.png") right center no-repeat transparent;
            padding-right: 80px;
            display: inline
        }

    .rsAml.generic .btn {
        margin: 15px auto;
        border: 1px solid #fff;
        font-family: "Classico Italic",Optima,Arial,sans-serif;
        font-style: italic
    }

    .rsAml.generic ul {
        list-style: none
    }

        .rsAml.generic ul li {
            float: none
        }

.rsAml.events {
    min-height: 434px;
    max-height: 434px
}

.rsAml.default .rsBullets {
    bottom: 10px
}

.rsAml.default .rsBullet.rsNavSelected span {
    background: url(../img/icons/dark-carousel-page-on.png)
}

.rsAml.default .rsBullet span {
    background: url(../img/icons/dark-carousel-page-off.png) 0 0 no-repeat
}

.large .rsAml .infoBlock h4 {
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 45px
}

.large .rsAml.generic {
    min-height: 100%;
    max-height: 100%
}


/*.large .rsAml.events{min-height:434px;max-height:434px}.medium .rsAml.generic{min-height:483px;max-height:483px}
.medium .rsAml.generic h1{margin-bottom:22px}.medium .rsAml.generic em{background:url("../img/icons/white-40x1.png") right center no-repeat transparent;padding-right:50px;display:inline}.medium .rsAml.events{min-height:362px;max-height:362px}.medium .rsAml .rsArrow{width:65px}.medium .rsAml .rsArrow .rsArrowIcn{width:50px;height:50px;top:50%;left:50%;margin-top:-25px;margin-left:-25px;position:absolute;cursor:pointer;background:url(../img/icons/carousel-icons.png) no-repeat;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.medium .rsAml .rsArrow .rsArrowIcn span{display:none}.medium .rsAml.rsHor .rsArrowLeft .rsArrowIcn{background-position:0 -47px}.medium .rsAml.rsHor .rsArrowRight .rsArrowIcn{background-position:-47px -47px}.medium .rsAml .infoBlock{margin-left:30px}.medium .rsAml .infoBlock h4{font-size:36px;margin-bottom:24px;line-height:33px}.medium .rsAml .infoBlock p,.medium .rsAml .infoBlock a{font-size:15px;line-height:20px}.small .rsAml.generic{min-height:483px;max-height:483px}.small .rsAml.generic h1{margin-bottom:22px}.small .rsAml.generic em{background:url("../img/icons/white-40x1.png") right center no-repeat transparent;padding-right:50px;display:inline}.small .rsAml.events{min-height:362px;max-height:362px}.small .rsAml .rsArrow{width:65px}.small .rsAml .rsArrow .rsArrowIcn{width:50px;height:50px;top:50%;left:50%;margin-top:-25px;margin-left:-25px;position:absolute;cursor:pointer;background:url(../img/icons/carousel-icons.png) no-repeat;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.small .rsAml .rsArrow .rsArrowIcn span{display:none}.small .rsAml.rsHor .rsArrowLeft .rsArrowIcn{background-position:0 -47px}.small .rsAml.rsHor .rsArrowRight .rsArrowIcn{background-position:-47px -47px}.small .rsAml .infoBlock{margin-left:30px}.small .rsAml .infoBlock h4{font-size:30px;margin-bottom:20px;line-height:27px}.small .rsAml .infoBlock p,.small .rsAml .infoBlock a{font-size:15px;line-height:20px}*/


/*#slide1{ background:url(../img/banner/1.jpg); background-size:100% auto; background-position:bottom}
#slide2{ background:url(../img/banner/1.jpg); background-size:100% auto; background-position:bottom}
#slide3{ background:url(../img/banner/1.jpg); background-size:100% auto; background-position:bottom}
#slide4{ background:url(../img/banner/1.jpg); background-size:100% auto; background-position:bottom}
#slide5{ background:url(../img/banner/5.jpg); background-size:100% auto; background-position:bottom}
#slide6{ background:url(../img/banner/6.jpg); background-size:100% auto; background-position:bottom}
#slide7{ background:url(../img/banner/7.jpg); background-size:100% auto; background-position:bottom}
#slide8{ background:url(../img/banner/8.jpg); background-size:100% auto; background-position:bottom}*/




.homehaber .title-head-inner > h1 {
    font-size: 35px;
    letter-spacing: -1px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.homehaber .product-content {
    line-height: 125%;
    font-size: 110%;
    color: #999;
    font-family: 'Dosis','PT Sans', sans-serif;
    width: 95%;
    text-align: center;
    margin-top: 15px
}

    .homehaber .product-content .discount {
        font-size: 65px;
        font-family: 'NerisThin';
        color: #36758e
    }

.homehaberdetay {
    margin-bottom: 25px;
    height: 154px;
    overflow: hidden;
    margin-bottom: 25px
}

    .homehaberdetay a h1 {
        font-size: 35px;
        letter-spacing: -1px;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

.homehaber a {
    line-height: 130%;
    font-size: 100%;
    color: #777;
    font-family: 'Dosis';
    margin-top: 15px
}

.product-content p {
    margin-bottom: 5px;
    color: #333;
    text-transform: uppercase
}
/*.product-item img{border-bottom:8px solid #1b5573;}*/

.reklam .product-item div { /*moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;*/
    border: 1px solid #e1e1e1;
    padding: 5px
}

.reklam .product-item h1 {
    font-size: 14px;
    letter-spacing: -1px;
    text-align: center;
    color: #666;
    line-height: 16px;
    margin-top: 15px
}


/*@media(max-width:930px){
	#main .center-wrapper{display:none}}.racing .rsAml .rsPreloader{display:block;height:100%;width:100%;background:#000 url(../img/loading.gif) center center no-repeat;position:absolute;z-index:5}*/

.slider-wrap {
    position: relative;
    max-height: 100%;
    overflow: hidden
}

    .slider-wrap .loader {
        height: 100%;
        width: 100%;
        background: #fff url(../img/loading.gif) center center no-repeat;
        position: absolute;
        z-index: 37;
        top: 0;
        left: 0
    }

#page-nav {
    text-align: center;
    display: block;
    min-height: 46px;
    vertical-align: middle;
    background: #ccc;
    overflow: hidden
}

    #page-nav .center {
        position: relative
    }

    #page-nav.navbar-fixed-top {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0)
    }

    #page-nav a {
        line-height: 46px;
        color: #333;
        font-size: 15px;
        margin: 0 10px;
        text-transform: uppercase;
        font-style: normal
    }

        #page-nav a:hover, #page-nav a.on {
            color: #000;
            background: url(../img/icons/nav-up.png) no-repeat 50% bottom;
            background-color: rgba(0,0,0,0);
            padding: 12px 0;
        }

    #page-nav img {
        width: 150px;
        position: absolute;
        left: 10px;
        top: -46px;
        display: block;
        -moz-transition: top .2s linear;
        -o-transition: top .2s linear;
        -webkit-transition: top .2s linear;
        transition: top .2s linear;
        opacity: 1
    }

        #page-nav img.on {
            top: 10px
        }

.sticky-navigation .apl-hr-left, .sticky-navigation .apl-hr-right {
    margin: 40px 0
}

.sticky-navigation .waypoint {
    display: block;
    min-height: 2px
}

    .sticky-navigation .waypoint.start {
        margin-bottom: 100px
    }

    .sticky-navigation .waypoint.end {
        margin-top: 30px
    }

        .sticky-navigation .waypoint.end.right {
            background: url(../img/icons/xl-strake-right.gif) no-repeat left center
        }

        .sticky-navigation .waypoint.end.left {
            background: url(../img/icons/xl-strake-left.gif) no-repeat left center
        }

#side-nav {
    position: fixed;
    z-index: 1000;
    top: 50%;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transition: .3s right ease-in-out,.3s opacity ease-in-out;
    -o-transition: .3s right ease-in-out,.3s opacity ease-in-out;
    -webkit-transition: .3s right ease-in-out,.3s opacity ease-in-out;
    transition: .3s right ease-in-out,.3s opacity ease-in-out;
    opacity: 0
}

    #side-nav.on {
        right: 0 !important;
        opacity: 1
    }

    #side-nav a {
        display: block;
        margin: 0 10px;
        text-align: right;
        line-height: 30px;
        font-size: 14px;
        opacity: .7;
        font-style: normal;
        -moz-transition: .2s opacity ease-in;
        -o-transition: .2s opacity ease-in;
        -webkit-transition: .2s opacity ease-in;
        transition: .2s opacity ease-in
    }

        #side-nav a:after {
            width: 8px;
            height: 8px;
            background: #333;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            content: "";
            display: inline-block;
            margin-left: 8px
        }

        #side-nav a:hover, #side-nav a.on {
            color: #000;
            opacity: 1
        }

            #side-nav a:hover:after, #side-nav a.on:after {
                background: #000
            }

article .full-width {
    width: 100% !important;
    padding: 0
}

article .introduction {
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px
}

    article .introduction img {
        margin: 22px 0 0 0;
        float: left;
        width: 400px
    }

    article .introduction h1 {
        float: left;
        color: #fff;
        font-size: 37px;
        line-height: 65px;
        margin: 22px 0 0 30px;
        vertical-align: middle
    }

        article .introduction h1 em {
            background: url("../img/icons/white-60x1.png") right center no-repeat transparent;
            padding-right: 80px;
            display: inline
        }

    article .introduction .center {
        height: 100%;
        position: relative
    }

    article .introduction .emissions {
        position: absolute;
        bottom: 10px;
        left: 0
    }

        article .introduction .emissions p {
            letter-spacing: normal;
            font-style: normal;
            font-size: 17px;
            color: #fff;
            margin-bottom: 5px
        }

.large .introduction {
    height: 500px
}

    .large .introduction img {
        width: 350px
    }

    .large .introduction h1 {
        font-size: 34px;
        line-height: 57px
    }

    .large .introduction .container {
        width: 1162px
    }

    .large .introduction .emissions p {
        font-size: 17px
    }

.large .sticky-navigation .waypoint.right {
    background: url(../img/icons/l-strake-right.gif) no-repeat left center
}

.large .sticky-navigation .waypoint.left {
    background: url(../img/icons/l-strake-left.gif) no-repeat left center
}

.medium .introduction {
    height: 400px
}

    .medium .introduction img {
        width: 300px
    }

    .medium .introduction h1 {
        font-size: 25px;
        line-height: 57px
    }

    .medium .introduction .container {
        width: 1162px
    }

    .medium .introduction .emissions p {
        font-size: 15px
    }

.medium #side-nav {
    background: url("../img/icons/black-40.png") repeat scroll 0 0
}

    .medium #side-nav a {
        color: #fff;
        font-size: 13px
    }

        .medium #side-nav a:after {
            background: #fff;
            width: 7px;
            height: 7px;
            margin-left: 7px
        }

        .medium #side-nav a:hover, .medium #side-nav a.on {
            color: #fff
        }

.medium #page-nav a {
    font-size: 13px;
    margin: 0 8px
}

    .medium #page-nav a.on {
        padding: 13px 0
    }

.medium #page-nav img {
    width: 130px
}

    .medium #page-nav img.on {
        top: 13px
    }

.medium .sticky-navigation .waypoint.right {
    background: url(../img/icons/m-strake-right.gif) no-repeat left center
}

.medium .sticky-navigation .waypoint.left {
    background: url(../img/icons/m-strake-left.gif) no-repeat left center
}

.small .introduction {
    height: 400px
}

    .small .introduction img {
        width: 300px
    }

    .small .introduction h1 {
        font-size: 30px;
        line-height: 57px
    }

    .small .introduction .container {
        width: 920px
    }

    .small .introduction .emissions p {
        font-size: 15px
    }

.small #side-nav {
    background: url("../img/icons/black-40.png") repeat scroll 0 0
}

    .small #side-nav a {
        color: #fff;
        font-size: 13px
    }

        .small #side-nav a:after {
            background: #fff;
            width: 7px;
            height: 7px;
            margin-left: 7px
        }

        .small #side-nav a:hover, .small #side-nav a.on {
            color: #fff
        }

.small #page-nav a {
    font-size: 13px;
    margin: 0 8px
}

    .small #page-nav a.on {
        padding: 13px 0
    }

.small #page-nav img {
    width: 130px
}

    .small #page-nav img.on {
        top: 13px
    }

.small .sticky-navigation .waypoint.right {
    background: url(../img/icons/s-strake-right.gif) no-repeat left center
}

.small .sticky-navigation .waypoint.left {
    background: url(../img/icons/s-strake-left.gif) no-repeat left center
}

/*@media only screen and (max-width:1280px) {
    .slider-wrap{max-height:430px;}
    .large .rsAml.generic{max-height:430px;min-height: 430px;}
    .small .rsAml.generic{max-height:430px;min-height: 430px;}
    .medium .rsAml.generic{max-height:430px;min-height: 430px;}
    .rsAml.generic{max-height:430px;min-height: 430px;}
}*/

@media(max-width:600px) {
    .rsAml .rsArrowIcn{ width:50px !important; height:50px !important}
    .rsAml .rsArrow{width:50px !important}
    .rsAml.rsHor .rsArrowLeft .rsArrowIcn, .rsAml.rsHor .rsArrowRight .rsArrowIcn { background-size: 40px !important}
}