﻿
.tab-set
{
    height: 50px;
    width: auto;
    text-align: center;
}
.tab-set td
{
    padding: 0 7px;
    font-weight: bold;
    color: #444;
    font-size:13.3px;
}
.padding-20
{
    padding: 20px 20px;
}
.padding-top-20
{
    padding-top:10px;
}
#mg-grid
{
    position: relative;
    overflow: visible !important;
}
.mg-gallery-item
{
    position: relative;
    border: 1px solid #D9534F;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.mg-gallery-item > a
{
    display: block;
}
.mg-gallery-item img
{
    padding: 1px;
}
.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: 35px;
    -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;
}
.mg-gallery-item .mg-gallery-overlayer > i:hover
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mg-gallery-item:hover .mg-gallery-index > 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;
}

.Newsbox
{
    background-color: #fff;
    box-shadow: 0px 0px 10px #d8d8d8 inset;
}
.index-div2-h1
{
    background-color: #03093B;
    color: #f2f2f2;
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
}
.Newsbox marquee
{
    padding: 15px 20px;
    font-size: 16px;
}
.Newsbox .marquee-news
{
    border-bottom: 1px solid #e8e8e8;
    padding: 4px 0;
}
.post {
  position: relative;
    margin-bottom:10px;
    color:#404040;
}
.postcol1
{
    padding-right:5px;
}
.postcol2
{
    padding-left:5px;
}
.post .post-thumb
{
    background-color:#fbfaf7; 
    display:block;
    text-align:center;
    font-size:16px;
    border-radius:20px;
    padding:5px;
    color:#555;
    font-weight:900;
    max-width:60px;
    box-shadow:inset 0 0 10px #e8e8e8;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post .post-thumb b
{
    font-size:14px;
    font-weight:normal;
}
.post-right
{
    text-align:left;
    color:#888;
}
.post-right p
{
    margin-top:0px;
    margin-bottom:4px;
}
.post-right p a
{
    color:#444;
    margin:0px;
}
.post .list-inline
{
    display:inline;
    list-style:none;
    font-size:12px;
    margin-bottom:5px;
}
.w-btn
{
    padding-left:15px;
}
.margin-0
{
    margin: 0;
}
.margin-b-10
{
    margin-bottom: 10px;
}
.margin-b-15
{
    margin-bottom: 15px;
}
.margin-t-10
{
    margin-top: 10px;
}
.margin-t-15
{
    margin-top: 15px;
}
.padding-bt-13
{
    padding-bottom: 14px;
    padding-top: 13px;
}
.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);
}
.modal.Mymodal
{
    top: 34%;
}
.modal.Mymodal .msg-body
{
    text-align: center;
    padding: 20px;
}
.modal.Mymodal .msg
{
    font-size: 18px;
    color: #444;
}
.modal.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);
}
.modal.Mymodal .modal-content .modal-body
{
    padding: 3px;
}
.modal.Mymodal .close:hover
{
    color: Black;
}
.msg-icon
{
    background-color: #666666;
    padding: 14px 20px;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
}
.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-align: 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%;
    }
}
