﻿.margin-b-20
{
    margin-bottom:20px;
}
#mg-grid
{
    position: relative;
    overflow: visible !important;
}
.mg-gallery-item
{
    position: relative;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 4px;
    border: 1px solid #999;
    border-bottom: 2px solid #999;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}
.mg-gallery-item > a
{
    display: block;
}
.mg-gallery-item img
{
    padding: 1px;
    border-radius: 5px;
    margin-bottom:10px;
}
.mg-gallery-item .mg-gallery-overlayer
{
    background-color: rgba(60, 60, 60, 0.6);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.mg-gallery-item .mg-gallery-overlayer > i
{
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    color: #fff;
    font-size: 30px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.mg-gallery-item:hover .mg-gallery-overlayer
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.mg-gallery-item:hover .mg-gallery-overlayer > i
{
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
}
.pager-t-left
{
    text-align: left;
}
.pager-t-right
{
    text-align: right;
}
.Mainloader
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    z-index: 1100;
}
.loader
{
    position: fixed;
    top: 45%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 1101;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(240,240,240,0.9);
}
.Mymodal
{
    top: 34%;
}
.Mymodal .msg-body
{
    text-align: center;
    padding: 20px;
}
.Mymodal .msg
{
    font-size: 18px;
    color: #444;
}
.Mymodal.fade .modal-dialog
{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .10s ease-in;
    -o-transition: -o-transform .10s ease-in;
    transition: transform .10s ease-in;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.Mymodal .modal-content .modal-body
{
    padding: 3px;
}
.Mymodal .close:hover
{
    color: Black;
}
.msg-icon
{
    padding: 18px;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
}
.msg-icon.red
{
    background-color: #CC3300;
}
.msg-icon.green
{
    background-color: #464646;
}
.col-xss-6
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.text-l-center
{
    text-align: left;
}
.text-r-center
{
    text-align: right;
}

@media (max-width: 992px)
{
    
   .text-l-center,.text-r-center
   {
      text-align: center;
   }
    .pager-t-left, .pager-t-right
    {
        text-align: center;
        margin-bottom: 8px;
    }
}

@media (max-width: 500px)
{
    .col-xss-6
    {
        width: 50%;
    }
}
