﻿
body
{
    font-family: 'Roboto' , sans-serif;
    width: 100%;
    font-size: 15px;
    line-height:1.6em;
    font-weight:300;
    color:#000;
}

*
{
    margin: 0;
    padding: 0;
}
.input-group-addon{background-color:#fefefe;}
.margin-top-10
{
    margin-top:10px;  
}
.margin-top-15
{
    margin-top:15px;  
}
.margin-top-20
{
    margin-top:20px;  
}
.margin-bottom-10
{
    margin-bottom:10px;  
}
.margin-bottom-15
{
    margin-bottom:15px;  
}
.margin-bottom-20
{
    margin-bottom:20px;  
}.header-line
{
    border-top:3px solid #00A550;
}
.header-right
{
    background:#00A550;
    border-radius:0 0 4px 4px;
    display:inline-block;
    position:relative;
    color:#fff;
    font-size:13px;
    padding:1px 30px 2px 30px;
}
.header-right a
{ 
    color:#fff;
    font-size:14px;
}
.header
{
    background-color: #fff;
    position: relative;
    min-height:40px;
}
.header-col2
{
    font-size: 15px;
    text-align: right;
}
.header-h1
{
    margin:4px 0;
}
.logo
{
    width: 40%;
    position: relative;
    display: inline-block;
}
marquee
{
    margin: 6px 0;
    font-size: 14px;
}

.main-container
{
    margin-top: 4px;
    width: 100%;
    height: 100%;
}
.slider-width
{
    width: 100%;
    height: 430px;
}
.news-div
{
    border-radius: 5px;
    background-color: #626262;
    color: #fff;
    margin: 20px 0;
}
.news-h1
{
    background-color: #00A550;
    color: #FFFFFF;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.form-row
{
    padding: 10px 0;
}
.flat
{
    border-radius: 0px;
}
.line-height
{
    line-height: 2.0;
}
.footer
{
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #414B4F;
    color: #C0C0C0;
    text-align: justify;
    line-height: 1.5;
}
.footer-h3
{
    font-size: 20px;
    padding: 20px 0;
    color: #fff;
}
.website-a
{
    color: #C0C0C0;
}
.website-a:hover
{
    color: #3366CC;
}
.footer-2
{
    min-height: 70px;
    background-color: #414B4F;
    color: #ffffff;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.links
{
    width: 100%;
    position: relative;
    display: block;
}

.links li
{
    
    padding: 5px 15px 5 0;
}
.links li a
{
    color: #c0c0c0;
    font-size: 16px;
}
.links li a:hover
{
      color: #c0c0c0;
      text-decoration:underline;
}
.facebook-icon
{
    display: inline-block;
    margin: 8px 4px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    padding: 9px 11px;
    background-color: #4060A5;
    border: none;
}

.facebook-icon:hover
{
    background-color: #385592;
    -webkit-transition: left 300ms linear, margin-left 300ms ease-out;
}
.google-plus-icon
{
    display: inline-block;
    margin: 8px 4px;
    padding: 9px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    background-color: #990000;
}
.google-plus-icon:hover
{
    background-color: #6A0000;
    -webkit-transition: left 300ms linear, margin-left 300ms ease-out;
}
.twitter-icon
{
    display: inline-block;
    margin: 8px 4px;
    padding: 9px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    background-color: #00ABE3;
}

.twitter-icon:hover
{
    background-color: #0083AE;
    -webkit-transition: left 300ms linear, margin-left 300ms ease-out;
}

.instagram-icon
{
    display: inline-block;
    margin: 8px 4px;
    padding: 9px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    background-color: #0085AF;
}
.instagram-icon:hover
{
    background-color: #007297;
    -webkit-transition: left 300ms linear, margin-left 300ms ease-out;
}
.notification
{
   border-bottom:1px dotted #f2f2f2;
   padding:3px 0;
}

.tab-set
{
    height:50px;
    width:auto;
    text-align:center;
}
.tab-set td
{
    padding:0 7px;
    font-weight:bold;
    font-size:14.3px;
    color:#444;
}
#mg-grid
{
    position: relative;
    overflow: visible !important;
}
.mg-gallery-item
{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mg-gallery-item > a
{
    display: block;
    position:relative;
}
.mg-gallery-item .mg-gallery-overlayer
{
    background-color: rgba(51, 51, 51, 0.6);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(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;
    background-color: #e67742;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    color: #16262e;
    font-size: 16px;
    -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.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}




