
.demo-gallery > ul {
    margin-bottom: 0;
}
.demo-gallery > ul > li {
    margin-bottom: 15px;
}
.demo-gallery > ul > li a {
    border: 3px solid #fff;
    border-radius: 3px;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}
.demo-gallery > ul > li a > img {
    height: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 0.15s ease 0s;
    width: 100%;
}
.demo-gallery > ul > li a:hover > img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    height: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 0.15s ease 0s;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .demo-gallery {
    padding-bottom: 80px;
}
#aniimated-thumbnials .demo-gallery a {
    height: 132px;
    width: 190px;
}
.sample-code {
    text-align: left;
}
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fafafa;
    border-color: #f1f1f1;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 0;
    padding: 20px;
    text-align: left;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info h4 {
    color: #1b809e;
}
.docs .section {
    border-bottom: medium none;
    text-align: left;
}
.docs .doc {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}
.docs .side-nav .nav > li.active > a {
    font-weight: 700;
}
.docs .side-nav .nav > li a {
    color: #152836;
}
.docs .side-nav .nav > li a:hover {
    background-color: transparent;
}
.docs .side-nav .nav .active .nav {
    display: block;
    font-size: 13px;
    padding-left: 20px;
}
.docs .side-nav .nav .active .nav a {
    padding-bottom: 6px;
    padding-top: 6px;
}
.docs .side-nav .nav .nav {
    display: none;
}
.docs .demo-container {
    padding-top: 50px;
}
.docs .affix {
    top: 20px;
}
@media (max-width: 991px) {
.docs .affix {
    position: relative;
    top: 0;
}
}
.anchor-title {
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.anchor-title a {
    color: #444;
    position: relative;
    text-decoration: none;
}
.anchor-title a.no-content::before {
    content: "";
}
.anchor-title a::before {
    color: #ddd;
    content: "#";
    display: block;
    font-size: 22px;
    left: -20px;
    opacity: 0;
    padding-right: 5px;
    position: absolute;
    top: 4px;
}
.anchor-title a:hover::before {
    opacity: 1;
}
.anchor-title span {
    color: rgba(34, 34, 34, 0.2);
    font-size: 0.75em;
}
h3.anchor-title {
    font-size: 18px;
}
h3.anchor-title a::before {
    font-size: 18px;
    left: -16px;
    top: 4px;
}
.fixed-size.lg-outer .lg-inner {
    background-color: #fff;
}
.fixed-size.lg-outer .lg-sub-html {
    position: absolute;
    text-align: left;
}
.fixed-size.lg-outer .lg-toolbar {
    background-color: transparent;
    height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
    color: #fff;
}
.fixed-size.lg-outer .lg-img-wrap {
    padding: 12px;
}
