﻿.sliderImage{
    position: absolute;max-width: 200px;bottom: 34px; z-index: 5;
}

.sliderImage.right{
    right: 5%; 
}

.sliderImage.left{
    left: 8%; 
}

.sliderImage img{
        width: 200px !important;
        border : 0;
}

.sliderImage a {outline : none;}

@media (max-width: 767px) {
    .sliderImage {
        position: absolute;
        right: 30%;
        width: 100px !important;
    }

.sliderImage.right{
    right: 10%; 
}

.sliderImage.left{
    left: 5%; 
}


.sliderImage img{
        width: 200px !important;
        border : 0;
}

    .sliderImage img{
        width: 75px !important;
    }
}



.color-white{
    color:#fff !important;
}

.login-garanti{
    background:#48d1cc !important;
    padding:12px !important;
    border-radius:5px !important;
    color:#fff !important;
}



.vertical {
    position: fixed;
    background-color: #DDDDDD;
   
} 

.absoluteRightContainer{
    position:absolute;
    width:150px;
    right:0;
    z-index:997;
        top:150px;
    text-align: center;
}

.fixedRightContainer{
    background: url(/images/bg-marble3.jpg) repeat center center;
    position:fixed;
    width:150px;
     padding: 10px;
     font-size:18px;
     font-family:"Noto Serif", serif;
    -moz-transform: rotate(270deg);  
    -o-transform: rotate(270deg); 
    -webkit-transform: rotate(-90deg);
    -sand-transform: rotate(270deg); 
     -ms-transform: rotate(270deg);
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
}


.fixedRightContainer a{
     color:#353c3e;
     text-decoration:none;
     outline : none;
}

.fixedRightContainer a:hover{
     color:#fff;
     text-decoration:none;
}

.white-popup {
    position: relative;
    background: #fff;
    /*padding: 20px;
  padding: 20px;*/
    width: 100%;
    /*max-width: 840px;
  margin: 0 auto;
  height:400px;*/
    /*background: url('/images/bg-marble1.jpg') no-repeat center center fixed;*/
    background: url('/images/bg-marble1.jpg');
    background-repeat:no-repeat;
    background-position:center;
    background-position-x:center;
    background-size:cover;
}

.white-popup .container{
    max-width:800px;
}

.white-popup h1{
    margin:20px 0 10px 0;
    color:#fff;
}

.white-popup h4{
margin:5px 0;
    color:#737d80;
}

.white-popup a{
text-decoration:none;
}

.white-popup .mfp-close{
color:#fff;}

.grid-item{
    background-color:rgba(255,255,255,0.5); 
    padding: 10px;
}

.grid-item img{
    max-width:200px
}

#popup-blog .container{
    max-width:700px;
}

footer li {
    display: inline-block;
    margin-left: 10px;
}