﻿
/* overlay Info */
.infop {
    position: absolute;
    width: 80%;
    max-width: 450px;
    bottom: 15%;
    right: 10%;
    z-index:1000;
}

.innerp {
    position: relative;
    padding: 1.66em 3em;
    background: #205081;
    box-shadow: 0 14px 28px rgba(0,0,0,1), 0 10px 10px rgba(0,0,0,1);
    color:white;
    opacity:0.9;
}
.infop:before {
    content: "";
    position: absolute;
    width: 105%;
    height: 110%;
    top: 0;
    left: 0;
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    background: #205081;
    background: #205081;
    opacity: .5;
}


/* Floating Image*/

.floatingimg {
    float:left;
    top: 150px;
    right:10px;
    position: fixed;
    z-index: 99999;
}

/*text-Special*/
.text-special {
    color: #ffc107 !important;
}
/* Verticle Center*/

.verticle_middle
{
    vertical-align:middle;  
}
/*styled List*/
.styled-list ul li {
    list-style: disc !important;
}