.slider-container img{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
     padding-top: 30px;
    padding-bottom:40px;

}
    .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}
    .slick-dots ul, .slick-dots{
        margin: 0 !important
    } 
.slick-dots button {
    border: none;
    outline: none;
    background: #ddd;
/*    text-indent: -9999px;*/
 overflow: hidden;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    padding: 5px;
    line-height: 10px;
}
    *{box-sizing: border-box}
.slick-dots .slick-active button {
    background-color:yellow;
    color: #000;
    font-weight: bold
}
.slider-container, .single-item, .slick-list , .slick-track{
    width: 100%;
    height: 100%;
    min-height: 230px;
    position: relative ;
   
}
html, body {
    height: 100%;
    margin:0;
    padding:0;
    background-color: #333;
    color: #fff;
    font-family: "PT Serif";
    text-align: center
}
    .slick-prev{
    position: absolute;
    left: 0;
    z-index: 100;
    cursor: pointer
}
.slick-next{
    position: absolute;
    right:0;
    z-index: 100;
    cursor: pointer
}
.slick-prev img, .slick-next img{
    width: 30px; height: 30px;
}
    ul{padding: 0}
    .slick-disabled{opacity: 0.4}
    .slick-dots{
        display: block;
        position: absolute;
        width: 300px;
        margin: 0 auto;
        bottom: 5px;
        left: 50%;
        margin-left: -150px;
        margin-left: -150px !important;
        width: 116px;
        margin-left: -58px !important;
    }
    .left-arrow-icon{position: fixed; bottom:35px; left:40%;  z-index: 1000000}
    .right-arrow-icon{position: fixed; bottom:35px; right: 40%;  z-index: 1000000}
     a{cursor: pointer; margin-right: 10px; color: #fff !important; text-decoration: none}
  
    .mob-menu{display: none; width: 300px; margin: 0 auto; padding: 10px; background-color: #fff; color: #333; -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888; cursor: pointer; border-radius: 5px}
    .mob-menu a{display: block; padding: 5px; border-bottom: 1px solid #ccc; color: #333 !important}
    .menu-icon img{ cursor: pointer}
    .nav{position: absolute; width: 100%; left: 0; right: 0; top: 0; height: 30px; line-height: 30px; color: #fff; z-index: 10000}
    @media only screen and (max-width: 1000px) {
 .left-arrow-icon{position: fixed; bottom:35px; left: 15%;  z-index: 1000000}
    .right-arrow-icon{position: fixed; bottom:35px; right: 15%;  z-index: 1000000}
       
}
.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


/* .........................  Social media style  .........................*/
.shareboxwrp{
    display:none;
    float:left;
    width:100%;
}
.shareboxwrpin {

    margin: 0 auto;
    display: table;
    width: 40px;
}
.social-media-main {
    width: 50px;
    /*    height: 240px;*/
    float: left;
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 20px;
    padding-top: 60px;
}
.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 50px;
    height:50px;
    line-height:50px;
    background-size:60% auto;
    background-image:url(../img/share.svg);
    background-repeat:no-repeat;
    background-position:center center;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 3px 0;
    color: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    float:left;
    position:absolute;
    bottom:30px;
    left:0;
    cursor:pointer;
    -moz-transition:all .2s linear .0s;
    -webkit-transition:all .2s linear .0s;
    transition:all .2s linear .0s;
}
.shretle.open {
    top:0;
    background-image:url(../img/close.svg);
}
.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    background-image: url(../img/social.svg);
    background-size:50px auto;
    
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 5px;
}
.tw-clr {
    background-position: -4px -107px;
    background-color: #2caafe;
}
.gl-clr {
    background-position: -4px -56px;
    background-color: #fb443e;
}
.wt-clr {
    background-position: -4px -159px;
    background-color: #13b345;
}
.fb-clr {
    background-color: #2b44a0;
    background-position: -6px -5px;
}
.close {
    position: absolute;
    top: 4px;
    right:10px;
    z-index: 1000;
}
