html, body { width: 100%; height: 100%; }
body { 
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #333;
    background-color: #f6f6f6;
}

a, a:hover, a:active, a:focus { outline: 0; }

/*
 * ------------------------------------------------------------------
 *  header
 * ------------------------------------------------------------------
 */
.header-container {
    padding: 30px 0 15px 0;
    background-color: #FFF;
}

.logo-wrapper img {
    width: 100%;
    max-width: 153px;
}

.header-links p {
    font-size: 13px;
    line-height: 19px;
}
.header-links .links {
    text-align: center;
}
.header-links ul {
    display: inline-block;
}
.header-links li {
    text-align: left;
    list-style-image: url('../img/ui/icon-external.png');
    list-style-position: inside;
}

.social-menu-wrapper {
    text-align: right;
    padding: 0;
}
.social-menu-wrapper ul {
    margin-top: 15px;
    float: right;
}
.social-menu-wrapper li {
    float: left;
    margin-right: 5px;
}
.social-menu-wrapper li:last-child {
    margin-right: 0px;
}
.social-menu-wrapper a {
    display: block;
    width: 31px;
    height: 31px;
    background: transparent no-repeat 0 0;
}
.social-menu-wrapper a:hover {
    background-position: 0px -31px;
}
.social-menu-wrapper a.facebook {
    background-image: url('../img/ui/facebook-icon.png');
}
.social-menu-wrapper a.twitter {
    background-image: url('../img/ui/twitter-icon.png');
}
.social-menu-wrapper a.instagram {
    background-image: url('../img/ui/instagram-icon.png');
}
.social-menu-wrapper a.youtube {
    background-image: url('../img/ui/youtube-icon.png');
}
.social-menu-wrapper a.pinterest {
    background-image: url('../img/ui/pinterest-icon.png');
}

/*
 * ------------------------------------------------------------------
 *  header-books
 * ------------------------------------------------------------------
 */
.header-books-container {
    margin-top:30px;
}
.header-books-container figure img {
    float: left;
    margin-right: 30px;
}
.header-books-container figcaption {
    padding-top: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}
.header-books-container figcaption h2 {
    font-size: 30px;
    line-height: 36px;
    color: #418398;
}

/*
 * ------------------------------------------------------------------
 *  Menu
 * ------------------------------------------------------------------
 */
.main-menu-wrapper {
    margin-top: 30px;
    text-align: center;
    background-color: #006699;
}
.main-menu-wrapper ul {
    display: inline-block;
    margin-top: 10px;
}
.main-menu-wrapper li {
    float: left;
    margin-right: 30px;
}
.main-menu-wrapper li:last-child {
    margin-right: 0px;
}
.main-menu-wrapper a {
    display: block;
    font-size: 18px;
    color: #FFF;
}
.main-menu-wrapper a:hover,
.main-menu-wrapper a.current {
    color: #25aae1;
    text-decoration: none;
}

.slicknav_menu {
    display:none;
    padding-bottom: 20px;
}

/*
 * ------------------------------------------------------------------
 *  Carousel
 * ------------------------------------------------------------------
 */
.carousel-wrapper {
    margin-top: 30px;
    text-align: center;
}
.carousel-wrapper img {
    width: 100%;
    max-width: 1060px;
}

/*
 * ------------------------------------------------------------------
 *  cards
 * ------------------------------------------------------------------
 */
.cards-wrapper {
    margin-top: 30px;
}
.card-item {
    border: 1px solid;
    padding: 15px;
    text-align: center;
    max-width: 333px;
    min-height: 475px;
}
.card-item h2 {
    margin-top: 0;
    padding-top: 0;
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
}
.card-item img {
    margin-bottom: 10px;
    width: 100%;
    max-width: 290px;
}
.card-item.card-1 {
    border-color: #ff3333;
}
.card-item.card-1 h2 {
    color: #ff3333;
}
.card-item.card-2 {
    margin-right: 15px;
    margin-left: 15px;
    border-color: #0099cc;
}
.card-item.card-2 h2 {
    color: #0099cc;
}
.card-item.card-2 a {
    color: #333;
}
.card-item.card-3 {
    border-color: #ff9933;
}
.card-item.card-3 h2 {
    color: #ff9933;
}
.card-item.card-3 a {
    color: #333;
}
.card-item.card-4 {
    border-color: #669966;
}
.card-item.card-4 h2 {
    color: #669966;
}
.card-item.card-5 {
    margin-right: 15px;
    margin-left: 15px;
    border-color: #ff9933;
}
.card-item.card-5 h2 {
    color: #ff9933;
}
.card-item.card-6 {
    border-color: #0099cc;
}
.card-item.card-6 h2 {
    color: #0099cc;
}

/*
 * ------------------------------------------------------------------
 *  mainpage-news
 * ------------------------------------------------------------------
 */
.mainpage-news-wrapper {
    margin-top: 30px;
}
.mainpage-news-wrapper figure img {
    width: 100%;
    max-width: 700px;
}
.mainpage-news-wrapper h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 21px;
    line-height: 27px;
    color: #ee0092;
}
.mainpage-news-wrapper aside {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 21px;
}
.mainpage-news-wrapper .btn {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    white-space: normal;
}
.mainpage-news-wrapper .btn-pink {
    border: 1px solid #ee0092;
    color: #ee0092;
}
.mainpage-news-wrapper .btn-green {
    border: 1px solid #669966;
    color: #669966;
}

/*
 * ------------------------------------------------------------------
 *  article-wrapper
 * ------------------------------------------------------------------
 */
.article-wrapper {
    margin-top: 30px;
}
.article-wrapper h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 21px;
    line-height: 27px;
    color: #ee0092;
}
.article-wrapper h4 {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}
.article-wrapper article {
    font-size: 15px;
    line-height: 21px;
}
.article-wrapper aside {
    margin-top: 30px;
}

/*
 * ------------------------------------------------------------------
 *  about-wrapper
 * ------------------------------------------------------------------
 */
.about-wrapper {
    margin-top: 30px;
}
.about-wrapper figure {
    text-align: center;
}
.about-wrapper figure figcaption {
    margin-top: 5px;
}
.about-wrapper figure img {
    width: 100%;
    max-width: 250px;
}

/*
 * ------------------------------------------------------------------
 *  content
 * ------------------------------------------------------------------
 */
.breadcrumb {
    padding: 0;
}
.content-img {
    margin: 15px 0;
}
.content-img img {
    width: 100%;
    max-width: 1060px;
}
.content-links-wrapper li {
    margin-bottom: 15px;
}

/*
 * ------------------------------------------------------------------
 *  gallery-wrapper
 * ------------------------------------------------------------------
 */
.gallery-wrapper .gallery-item {
    text-align: center;
    min-height: 320px;
    overflow: hidden;
}
.gallery-wrapper.sml-gallery .gallery-item {
    min-height: 260px;
}
.gallery-wrapper figure img {
    width: 100%;
    max-width: 250px;
}
.gallery-wrapper figure figcaption {
    margin-top: 5px;
    text-align: center;
}

/*
 * ------------------------------------------------------------------
 *  contact_form
 * ------------------------------------------------------------------
 */
#contact_form { margin-top: 30px; }
#contact_form label { font-weight: normal; }
#contact_form label.error { color:orange; }

/*
 * ------------------------------------------------------------------
 *  footer
 * ------------------------------------------------------------------
 */
.footer-wrapper {
    margin-top: 45px;
    padding: 30px 15px;
    background-color: #006699;
    color: #FFF;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
}

/*
 * ------------------------------------------------------------------
 *  Bootstrap Extend
 * ------------------------------------------------------------------
 */
.container-full { margin: 0 auto; width: 100%; }
.full-width { width: 100%; overflow: hidden; }
.pdg-0 { padding: 0; }