@font-face {
  font-family: 'Saga';

  src: url('/fonts/MGS45.otf') format('opentype');
}

@font-face {
  font-family: 'Saga';

  src: url('/fonts/MGS75.otf') format('opentype');
  font-weight: bold;
}

body {
  font-family: "Saga",Helvetica,Arial,sans-serif !important;
}

.logo-head {
margin: 5px 20px;
float: left;
height: 40px !important;
width: auto;
}

.hdr-flag{
float: right;
margin: 15px 10px 15px 20px;
height: 20px !important;
}

#footer {
background-color: #f1f1f1;
margin-top: 30px;
}

#banner {
min-height : 320px;
background: #eee url('/i/abstract.jpg') 50% 50% / cover;
color: #fff;
padding: 50px 0;
position: relative;
margin-bottom: 20px;
}


#banner h1 {
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}


#banner a {
color: #fff;
text-decoration: none;
}

#social {
    bottom: 10px !important;
    display: block;
float: right;
margin-top: -60px;
}

#social .social-links {
    background: #eee;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: block;
    color: #000 !important;
    text-align: center;
    padding-top: 6px;
    margin-left: 10px;
    float: left;
    opacity: 0.8;
}


#social .social-links:hover {
    background: #fff;
}

#banner a:hover {
text-decoration: underline !important;
}

#q {
    border: 0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
    color: #323232;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px 0 11px;
    position: relative;
    top: 0;
    width: 200px;
    float: right;
    outline: none;
}

.btn-search {
    background-size: 20px;
    background-color: transparent;
    border: 0 none;
    height: 20px;
    line-height: 0;
    min-width: 20px;
    padding: 0;
    position: absolute;
    right: 90px;
    font-size: 17px;
    top: 15px;
    width: 20px;
    outline: none;
}

.footer-links {
padding: 20px 0;
}
.footer-links a{
  color: #444;
}

.bottom-nav{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
font-size: 14px
}

.bottom-nav .bottom-depth-2 {
padding-left: 20px;
}

#copyright {
padding: 15px 0;
font-size: 13px;
}

#space-for-footer {
border-top: 2px solid #ddd;
min-height: 2px;
}

.big-link .fa {
margin-right: 10px;
}

.bx-title {
text-align: center;
margin-bottom: 22px;
}

.news-inv {
background-color: #589fcb;
padding-bottom: 30px;
}
.news-inv .bx-title {
color: #fff;
}
.news-grey {
background-color: #cde2ef;
padding-bottom: 30px;
margin-bottom: -30px;
}
.news-grey .bx-title {
color: #fff;
}

.vs-tile-container {
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.vs_tile_title {
	font-weight: bold;
    min-height: 4rem;
    padding: 0 10px;
}
	
.vs-tile-container img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

#nav-sections {
    position: absolute;
    top: 50px;
    left: -1px; 
    right: -1px; 
    margin: 0;
z-index:5;
}

#nav-wrapper{
width: 100%;
height: auto;
    background: #fff;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}

#nav-sections .slide-block{
padding-bottom: 30px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
    h1 {
        font-size: 34px !important;
    }

    iframe[src*=youtube] {
        width: 100%;
        height: 405px;
    }
}

.slide-wrapper {
    padding: 0 10px;
}
.slide-item {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 87.6%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.top-slide-wrapper {
    padding: 0;
}
.top-slide-item {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 25%;
    transition: all 0.2s linear;
}