#slideout_tur {
    position: fixed;
    top: 320px;
    left: 0;
    width: 40px;
    height: 200px;
    padding: 15px 5px 5px 5px;
    text-align: center;
    background: #fff;
    -moz-transition: .7s all ease;
    -o-transition: .7s all ease;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    z-index: 9999;
    border-left: 0 solid;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    opacity: .95;
    padding-bottom: 20px
}

#slideout_tur h4 {
    text-align: center;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

#slideout_tur_inner>div>div.pris {
    right: 0;
    -moz-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in
}

#slideout_tur_inner {
    position: absolute;
    top: 0;
    left: -350px;
    background: #fff;
    width: 350px;
    margin: 0;
    height: 49vh;
    overflow-y: auto;
    -moz-transition: .4s all ease-out;
    -o-transition: .4s all ease-out;
    -webkit-transition: .4s all ease-out;
    transition: .4s all ease-out;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 solid #e0e0e0;
    -webkit-box-shadow: 3px 2px 3px 1px rgba(0, 0, 0, .2);
    box-shadow: 3px 2px 3px 1px rgba(0, 0, 0, .2);
    padding-bottom: 20px
}

#slideout_tur_inner .button-panel {
    bottom: 50px
}

#slideout_tur_inner>div>p {
    padding: 10px 20px 80px 5px
}

#slideout_tur:hover {
    left: 0;
    width: 0;
    -moz-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out
}

#slideout_tur:hover div.rotation>div>h4 {
    visibility: hidden;
    -moz-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    transition: .1s all ease-in
}

#slideout_tur:hover #slideout_tur_inner {
    left: 0
}

#slideout_tur:hover #slideout_tur_inner>div>div.pris {
    right: -13px;
    -moz-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out
}

#slideout_tur div.rotation {
    color: #9a9281;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    text-align: center
}

#slideout_tur div.rotation_inner {
    position: absolute;
    width: 220px;
    left: -20px;
    top: -20px;
    height: 43px;
    background: #7a929c
}

#slideout_tur div.rotation_inner h4 {
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase
}

#slideout_facebook {
    position: fixed;
    top: 150px;
    left: 0;
    width: 40px;
    height: 140px;
    padding: 15px 5px 5px 5px;
    text-align: center;
    background: #3b5998;
    -moz-transition: .7s all ease;
    -o-transition: .7s all ease;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    z-index: 9999;
    border-left: 0 solid;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    opacity: .95;
}

#slideout_facebook h4 {
    text-align: center;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

#slideout_facebook_inner>div>div.pris {
    right: 0;
    -moz-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in
}

#slideout_facebook_inner {
    position: absolute;
    top: 0;
    /* left: -300px; */
    background: #fff;
    width: 300px;
    margin: 0;
    height: 591px;
    -moz-transition: .4s all ease-out;
    -o-transition: .4s all ease-out;
    -webkit-transition: .4s all ease-out;
    transition: .4s all ease-out;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 solid #e0e0e0;
    -webkit-box-shadow: 3px 2px 3px 1px rgba(0, 0, 0, .2);
    box-shadow: 3px 2px 3px 1px rgba(0, 0, 0, .2);
	-webkit-animation: slide-down 0.4s ease-out;
    animation: slide-down 0.4s ease-out
}

#slideout_facebook_inner .button-panel {
    bottom: 15px
}

#slideout_facebook_inner>div>p {
    padding: 10px 20px 20px 5px
}

#slideout_facebook:hover {
    left: 0;
    width: 0;
    -moz-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out
}

#slideout_facebook:hover div.rotation>div>h4 {
    visibility: hidden;
    -moz-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    transition: .1s all ease-in
}

/* #slideout_facebook:hover #slideout_facebook_inner {
    left: 0
} */

#slideout_facebook:hover #slideout_facebook_inner>div>div.pris {
    right: -13px;
    -moz-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out
}

#slideout_facebook div.rotation {
    color: #9a9281;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    text-align: center
}

#slideout_facebook div.rotation_inner {
    position: absolute;
    width: 140px;
    left: -20px;
    top: -20px;
    height: 43px;
    background: #3b5998
}

#slideout_facebook div.rotation_inner h4 {
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase
}

#slideout_news,
#slideout_news_inner {
    position: fixed;
    top: 570px;
    background: #fff
}

#slideout_news {
    left: 0;
    width: 40px;
    height: 200px;
    padding: 15px 5px 5px;
    text-align: center;
    -moz-transition: .7s all ease;
    -o-transition: .7s all ease;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    z-index: 9998;
    border-left: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: .95
}

#slideout_news h4 {
    text-align: center;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

#slideout_news_inner>div>div.pris {
    right: 0;
    -moz-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in
}

#slideout_news_inner {
    left: -350px;
    width: 350px;
    margin: 0;
    height: 330px;
    -moz-transition: .4s all ease-out;
    -o-transition: .4s all ease-out;
    -webkit-transition: .4s all ease-out;
    transition: .4s all ease-out;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 solid #e0e0e0;
    -webkit-box-shadow: 3px 2px 3px 1px rgba(0, 0, 0, .2);
    box-shadow: 3px 2px 3px 1px rgba(0, 0, 0, .2)
}

#slideout_news_inner .button-panel {
    bottom: 50px
}

#slideout_news_inner>div>p {
    padding: 10px 20px 20px 5px
}

#slideout_news:hover {
    left: 0;
    width: 0;
    -moz-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out
}

#slideout_news:hover div.rotation>div>h4 {
    visibility: hidden;
    -moz-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    transition: .1s all ease-in
}

#slideout_news:hover #slideout_news_inner {
    left: 0
}

#slideout_news:hover #slideout_news_inner>div>div.pris {
    right: -13px;
    -moz-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out
}

#slideout_news div.rotation {
    color: #9a9281;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    text-align: center
}

#slideout_news div.rotation_inner {
    position: absolute;
    width: 220px;
    left: -20px;
    top: -20px;
    height: 43px;
    background: #f28e3b
}

#slideout_news div.rotation_inner h4 {
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase
}

iframe {
    position: relative;
    z-index: 1
}

.slideoutfb {
    left: -300px !important;
    transition: .8s ease
}

.slideinfb {
    left: 0 !important
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: red;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        transition: 0.5s
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transition: 0.5s
    }
}


