/*Category titles button style*/
header .navbar .container-fluid .row .navbar-brand {
    padding: 12px 15px 10px 40px;
}

@media (max-width: 1310px) {
    header .navbar .container-fluid .row .navbar-left {
        padding-left: 0;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 14px 11px;
    }

    header .navbar .container-fluid .row .navbar-brand {
        padding: 12px 15px 10px 0;
    }

}

.lang {
    font-size: 21px !important;
    padding: 16px 0 0 0 !important;
}

.cat-titles {
    color: #f26f62;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

.title-space {
    padding-top: 40px;
}

#cat-titles a {
    text-decoration: none;
    color: #f26f62;
}

/*WhatsApp Icon share style*/
.whatsapp .fa.fa-whatsapp {
    float: left;
    font-size: 35px;
    color: #f26f62;
    margin: -3px 0 0 0;
}

/*Clipboard Icon share style*/
.clipboard_custom i {
    cursor: pointer;
    float: left;
    font-size: 31px;
    color: #f26f62;
    margin: 0 0 0 5px;

}

/*logos section style*/
.box .logo {
    text-align: center;
}

.box .logo img {
    max-height: 200px;
    max-width: 200px;
    display: inline-block;
    margin-bottom: 40px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*Books image style*/

.img-singlebook-img img {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.book-single-cat {
    text-decoration: none;
    color: #333333;
    font-size: 18px;
}

.book-single-cat i {
    margin-right: 5px;
}

.img-cover-resources {
    border-radius: 10px;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .img-cover-resources {
        height: 600px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .img-cover-resources {
        height: 500px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .img-cover-resources {
        height: 900px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .img-cover-resources {
        height: 375px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .img-cover-resources {
        height: 375px;
    }
}

.book-category {
    margin-left: 5px;

}

#fa-margin {
    margin-right: 5px;
    text-decoration: none;
    color: #333333;
}

/*Breadcrumb General Style*/

.breadcrumb-container {
    padding-left: 0;
}

.breadcrumb-gaia {
    padding: 5px 15px;
    margin-bottom: 0;
    background-color: transparent;
}

.breadcrumb-gaia li {
    font-size: 15px;
    color: #66574e;
}

.breadcrumb-gaia li a {
    color: #F26F62;
}

.breadcrumb-gaia li:before {
    color: #66574e !important;
}

.search input {
    color: #000000;
    display: inline-block;
    width: auto;
    border-color: #F26F62;
    background-color: white;
    min-height: 30px;
}

.search input[type='submit'] {
    display: inline-block;
    width: auto;
    background: #F26F62;
}

.img-outsand-img {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.img-back-news {
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.first-post {
    margin: 10px 0 30px 0;
}

.first-post:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.first-post .image-container {
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .first-post .image-container {
        margin: 0;
        padding: 0 15px 0 0;
    }
}

.first-post .caption-container a h1 {
    color: #F26F62;
    font-size: 26px;
    margin-top: 0;

}

.first-post .caption-container a:hover {
    text-decoration: none;
}

.first-post .caption-container a .short-date {
    font-size: 12px;
    font-weight: 700;
    color: #333333;
}

.first-post .caption-container a p {
    color: #606060;
}

.first-post .caption-container a:hover {
    text-decoration: none;
}

.other-post .thumbnail {
    background: transparent;
    border: none;
    margin: 0;
    text-decoration: none;
    padding: 0;
}

.other-post h3 {
    margin: 0;
    text-transform: uppercase;
    color: #F26F62;
    font-size: 14px;
    padding: 0 5px;
}

.other-post .short-date {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 5px;
}

.other-post .thumbnail:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.03);
}

.other-post .thumbnail:hover h3 {
    text-decoration: none;
}

.pagination {
    margin-top: 10px;
    color: #66574e;
    font-size: 20px;
}

.pagination a, .pagination li a {
    color: #66574e;
}

.pagination a:hover, .pagination li a:hover {
    color: #66574e;
    text-decoration: none;
}

.pagination > li:last-child > a {
    padding-right: 0;
}

.pagination li a:focus {
    color: #66574e;
}

form input[type='submit'] {
    border-radius: 5px;
}

input {
    border-radius: 5px;
}

header .navbar-default .navbar-nav a:hover {
    border-bottom: none;
    color: #EFD07D;
}

header .navbar-default .navbar-nav a:focus {
    border-bottom: none;
    color: #EFD07D !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #EFD07D !important;
    background-color: rgba(0, 0, 0, 0.03);
}

.dropdown .dropdown-menu {
    min-width: 200px;
    padding-bottom: 10px;
    background-color: #87756b;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-image: none;
    color: white;
}

.dropdown .dropdown-menu li a {
    color: white;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #66574e;
    color: #EFD07D !important;
}

.post-tags {
    margin-top: 10px;
    text-align: right;
}

.post-tags p {
    color: #66574e;
    text-transform: uppercase;
}

.post-tags p a {
    color: #F26F62;
    text-transform: uppercase;
}

.last-posts {
    margin-top: 30px;
    background: rgba(224, 210, 189, 0.7);
}

.last-posts h4 {
    text-align: center;
    color: #F26F62;
    text-transform: uppercase;
    font-weight: 700;
}

.last-posts .post-related {
    background: transparent;
    border: none;
    margin: 0;
}

.last-posts .thumbnail {
    padding: 0;
}

.last-posts .post-related h3 {
    margin: 0;
    text-transform: uppercase;
    color: #F26F62;
    font-size: 14px;
    padding: 0 5px;

}

.last-posts .post-related .short-date {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 5px 0px 5px;
}

.last-posts .post-related p {
    padding: 0px 5px;
}

.last-posts .post-related:hover {
    text-decoration: none;
}

.last-posts .post-related:hover h3 {
    text-decoration: none;
}

/*Video section styles*/
.play-btn-center {
    text-align: center;
    padding-top: 18%;
}

.description-center {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}

/*Audio style*/

.img-outsand-audio {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 280px;
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-back-audio {
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center center;
}

/*Maps style*/
#button-custom {
    color: #ffffff;
    border: 0.1em solid #F26F62;
    margin: 0 0.2em 0.2em 0;
    border-radius: 10px;
    box-sizing: border-box;
     text-decoration: none;
    background-color: #F26F62;
    transition: all 0.15s;
    float: right;
    padding: 5px;
}

#button-custom:hover {
    text-shadow: 0 0 2em rgba(255, 255, 255, 1);
     color: #333333;
     border-color: #333333;
}

/*About us style*/

.iconpage-title h1 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 60px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
    text-shadow: 1px 2px 3px #292929 !important;
}

.iconpage-title p {
    text-shadow: 1px 2px 3px #292929;
    width: auto;
    font-size: 18px;
    margin-bottom: 40px;
}

.center-vertical {
    top: 50%;
    height: 100px;
    margin-top: 50px;
    margin-bottom: 0px;
}

@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {
    .center-vertical {
        margin-top: 10px;
    }
}

/* ----------- Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 2)
and (min-resolution: 192dpi) {
    .center-vertical {
        margin-top: 30px;
    }
}

.icon-title-shadow {
    text-shadow: 1px 2px 2px #7D570F;
}

/*allAchievments style*/

.top-space-custom {
    margin-top: 20px;
    margin-bottom: 5px;
}

/*our history style*/
.timeline-font-size li {
    font-size: 12px;
}

.orange-title {
    color: #F26F62;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

.icon-section .sections-icons .thumbnail img {
    max-width: 200px;
}
