@font-face 
{
    font-family: ubl;
    src: url('../../fonts/Ubuntu-Light.ttf');
}

@font-face 
{
    font-family: ubm;
    src: url('../../fonts/Ubuntu-Medium.ttf');
}


.special-width
{
    max-width: 1180px;
    margin: auto;
    font-family: ubl;
    font-size: 18px;
}

.header-back
{
    height: 120px;
    width: 100%;
    background-image: url(../../img/header-back.jpg);
    position: relative;
    z-index: 200000000000000000000000;
}

.logo
{
    float: left;
        margin-top: -43px;
}

.menu
{
    float: right;
        padding-top: 7px;
}

.sf-menu li
{
    background-color: #4575d6;
}

.sf-menu li a
{
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 0px !important;
    height: 70px;
    display:flex;
  align-items:center;
    padding-left: 25px !important;
    padding-right: 25px !important;
    border-top: none !important;
        font-size: 16px;
}

.sf-menu li a:hover
{
    background-color: #1d3d7c;
}

.sf-menu-last
{
    border-right: solid 1px #ffffff !important;
}

.clear
{
    clear: both;
}

.bgLayer
{
    background-position: top center !important;
    background-size: cover !important;
    
}

.banner-area
{
   background-image: url(../../img/overlay.png);
   background-size: cover;
        position: relative;
    /* position: absolute; */
/*   z-index: 20000000000000000000000000;*/
}


#slider-home-area
{
/*    overflow: hidden;*/
    max-width: 1250px;
    margin: auto;
        z-index: -1;
}

#slider-home-area .mc-caption
{
    height: 100% !important;
}

.mc-caption
{
    background: none;
    
    background-position: center center;
   
    display:flex;
  align-items:center;
/*
position: relative;
    z-index: 2000000000000;
*/
}

.banner-area div
{
/*
    position: relative;
    z-index: 2000000000000;
*/
}

.cap-div
{
    margin: auto;
    margin-right: 14%;
    min-width: 400px;
/*
    position: relative;
    z-index: 2000000000001;
*/
}

#slider-home-area
{
    height: 779px;
    text-align: center;
}

.navBulletsWrapper
{
    display: none;
}

.bb-container
{
        text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin-top: -140px;
    position: relative;
}

.bb
{
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 19%;
    background-color: #4575d6;
    padding: 10px;
    min-height: 200px;
    text-align: center;
    color: #ffffff;
    

}

.bb-flex
{
    display:flex;
  align-items:center;
}

.bb:hover
{
    background-color: #1d3d7c;    
    cursor: pointer;
}

.bb-div
{
   width: 100%; 
}

.stretch
{
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.bb-line1
{
    font-family: ubm;
    font-size: 24px;
    text-transform: uppercase;
}

.bb-line2
{
    font-family: ubl;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 16px;
}

.bb-rm
{
    border: solid 2px #ffffff;
    padding: 8px;
    width: 130px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    display: block;
    margin: auto;
}

.bb-rm:hover
{
    color: #ffffff;
}

.news-even
{
    background-color: #ffffff;
    padding-top: 65px;
    padding-bottom: 65px;
    clear: both;
    overflow: hidden;
}

.news-odd
{
    background-color: #f2f2f2;
    padding-top: 65px;
    padding-bottom: 65px;
    clear: both;
    overflow: hidden;
}

.news-item
{
    display: flex;
}

.news-even .news-line1
{
     font-family: ubm;
    font-size: 30px;
    color: #870000;
    text-align: center;
    text-transform: uppercase;
}

.news-odd .news-line1
{
     font-family: ubm;
    font-size: 30px;
    color: #1d3d7c;
    text-align: center;
    text-transform: uppercase;
}

.news-even .news-line2, .news-odd .news-line2
{
     font-family: ubl;
    font-size: 30px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

.news-text
{
    font-family: ubl;
    text-align: justify;
    color: #888888;
    padding-top: 30px;
    font-size: 15px;
}

.news-left
{
    margin-right: 10px;
    min-width: 45%;
}

.news-right
{
    margin-left: 10px;
    min-width: 45%;
}

.image-div
{
    display: flex;
}

/*.news-even .news-left
{
    float: left;
    max-width: 45%;
}

.news-even .news-right
{
    float: right;
    max-width: 48%;
}

.news-odd .news-left
{
    float: left;
    max-width: 48%;
}

.news-odd .news-right
{
    float: right;
    max-width: 45%;
    
}

.news-odd
{
    
}*/

.footer
{
    background-color: #333333;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: ubl;
    font-size: 13px;
    color: #dddddd;
    overflow: hidden;
}

.footer a
{
    color: #dddddd;
    
}

.footer a:hover
{
    color: #dddddd;
}

.f-contact
{
    font-family: ubl;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #ffffff;
}

.foot-left
{
    float: left;
}

.foot-right
{
    color: #ffffff;
    text-align: right;
        padding-top: 111px;
}

.foot-right a
{
    color: #dddddd;
}

.foot-right a
{
    color: #dddddd;
    text-decoration: none;
}

.line1
{
    color: #ffffff;
    font-family: ubl;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1.3em;
    
}

.line2
{
     color: #ffffff;
    font-family: ubm;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.cap-learn-more
{
  
    border: solid 2px #4575d6;
    border-radius: 5px;
    padding: 10px;
    display: block;
    max-width: 210px;
    margin: auto;
    color: #ffffff !important;
    font-size: 20px;
}

.cap-learn-more img
{
    /*display: inherit !important;*/
}

.news-image
{
    width: 100%;
    max-width: 556px;
    border: solid 1px #870000;
}

.image-div
{
    display:flex;
  align-items:center;

    
}

.slicknav_menu
{
    display: none;
}

.footer-photos
{
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 278px;
    margin: auto;
    font-size: 0px;
}

.footer-photo
{
    display: inline-block
}
.footer-photo img
{
    width: 100%;
}

.img-right
{
    float: right;
}

.mail
{
    float: right;
    padding-top:8px;
}

.mail a
{
    color: white;
    font-weight: bold;
    
}

.spatial-left, .img-left
{
    float: left;
    margin-right: 10px;
}

.spatial-right, .img-right
{
    float: right;
    margin-left: 10px;
}

.spatial-item
{
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: solid 1px gray;
    padding-bottom: 10px;
}

.spatial-thumb
{
   padding: 5px;
border: 1px solid #d9d7d4;
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17); 
    
}

.spatial-thumb img
{
    max-width: 175px;
}

.spatial-title
{
    font-weight: bold;
    color: #1d3d7c;
    font-size: 21px;
    font-variant: small-caps;
}


.special-width h1
{
    font-variant: small-caps;
    color: #333333;
    text-decoration: underline;
    font-weight: bold;
}

.admin-edit-link
{
    font-weight: bold;
    color: red;
}

.img-right, .img-left
{
   max-width: 400px !important;
   margin-bottom: 20px;
}


.banner-images
{
    margin-top: -18px;
}

.caption-holder
{
    position: absolute;
   top: 26%;
    right: 20%;
}

.slide
{
    z-index: -1;
    
}

#slider-home-area
{
    cursor: pointer;
}

.r-photos
{
width: 100%;
max-width: 800px;
}

.r-photos, .r-left, .r-right
{
border: solid 1px #000000;
}

.r-left
{
float: left;
max-width: 45%;
margin-bottom: 30px;
}

.r-left-div
{
float: left;
max-width: 45%;
}

.r-right-div
{
float: right;
max-width: 45%;

}


.r-left-div img, .r-right-div img
{
width: 100%;
border: solid 1px #000000;
}

.r-right
{
float: right;
max-width: 45%;
margin-bottom: 30px;
}