@charset "utf-8";
/* CSS Document */
<style type="text/css">
body {
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
}

a {color: #c41230;}
a:focus, a:hover {color: #ff5c72; text-decoration: none;}

.carousel-caption p, .carousel-caption h4  { background-color:#000; }

#simple-nav {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    width: 100%;
}
.logo-group {
    width: 25%;
    float: left;
}
.logo, .logo2 {
    float: left;
    margin: 10px 5px;
}
.logo {
    width: 59%;
}
.logo2 {
    width: 34%;
}
.logo img, .logo2 img {
    max-width: 100%;
    max-height: 70px;
}
#menu {
    float: left;
    width: 61%;
}
#menu ul {
    margin: 20px;
    height: 48px;
    padding: 0;
}
#menu ul li {
    display: inline;
    text-align: center;
    float: left;
    width: auto;
    font-weight: 600;
    font-size: 12px;
    margin: 0 25px;
    line-height: 50px;
}
#header-bottom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 4px;
    padding-bottom: 4px;
    clear: both;
    height: 1px;
}
#sm-links {
    float: right;
    width: 14%;
    text-align: center;
    font-weight: bold;
}
#sm-links ul {
    float: left;
    padding: 0;
    margin: 18px 0 4px;
    width: 100%;
    line-height: 24px;
}
#sm-links ul li {
    display: inline;
}
#sm-links ul li img {
    max-width: 30px;
    margin: 1px;
}
h2.s-lib-box-title {
    font-size: 16px !important;
    font-weight: 600 !important;
}
@media screen and (max-width: 1200px) {
    .logo {
	width: 60%;
    }
    .logo2 {
	width: 31%;
    }
    #menu ul li {
	margin: 0 18px;
    }
}
@media screen and (max-width: 767px) {
    .logo-group {
	width: 100%;
    }
    .logo {
	width: 60%;
	text-align: center;
    }
    .logo2 {
	width: 34%;
    }
    #menu {
	width: 100%;
    }
    #menu ul li {
	margin: 0 25px;
    }
    #sm-links {
        clear: both;
	width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .logo, .logo2 {
	width: 100%;
    }
    .logo2 {
	text-align: center;
    }
}
</style>

