html,
body {
  position: relative;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  font-size: 14px;
  color: #50514f;
  background-color: #fff;
}
a {
  color: #1b608a;
}
a:hover,
a:active,
a:focus {
  color: rgba(23, 93, 179, 0.4);
}
.btn-success {
  background-color: #2b7de1;
  border-color: rgba(23, 93, 179, 0.4);
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: rgba(23, 93, 179, 0.4);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tahoma";
}
.site-wrapper {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/*
===========================
Header Area
===========================
*/
.header {
  padding-left: 0;
  padding-right: 0;
}
.header .container {
  padding: 0;
}
.language-menu {
  display: inline-flex;
  list-style: none;
  padding: 0;
  position: absolute;
  right: 0;
}
.language-menu > li {
  border-right: 1px solid #50514f;
}
.language-menu > li:last-of-type {
  border-right: 0;
}
.language-menu > li > button {
  background-color: transparent;
  border: 0;
}
.language-menu > li > button:hover {
  background-color: #2b7de1;
  color: #fff;
}
.language-menu > li > button.selected {
  color: #2b7de1;
}
.language-menu > li > button.selected:hover {
  color: #fff;
}
.header .site-logo {
  margin-top: 32px;
  margin-bottom: 45px;
}
.header .site-logo img {
  margin-left: auto;
  margin-right: auto;
}
.menu .navbar-nav {
  float: left;
}
.menu .navbar {
  margin-bottom: 0;
}
.menu .navbar-default {
  border: none;
  border-top: 2px solid #e0e5da;
  background: #fff;
  border-radius: 0;
}
.menu .header-items .nav li a,
.menu .header-items .nav li.dropdown a {
  padding: 25px 16px;
}
.menu .header-items .nav li.dropdown .dropdown-menu a {
  padding: 10px 16px;
}
.menu .header-items .nav li:hover,
.menu .header-items .nav li.dropdown:hover {
  background-color: #fff;
}
.menu .header-items .caret {
  margin-left: 5px;
}
.menu .navbar-collapse.collapse {
  padding: 0;
}
.header-items {
  height: 70px;
}
.header-items .navbar-nav .nav {
  padding: 10px 0;
}
.heading {
  margin: 0;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.menu .navbar-default .navbar-toggle {
  border-color: #646464;
  /* Removes border color */
  background-color: #f9f9f9;
  float: right;
  /* Move navbar toggle to left */
}
.menu .navbar-default .navbar-toggle .icon-bar {
  background-color: #646464;
  /* Changes regular toggle color */
}
.menu .navbar-default .navbar-toggle .icon-bar:hover {
  background-color: #646464;
  /* Changes toggle color on hover */
}
.menu .navbar-default .navbar-nav > li > a {
  color: #393939;
  text-transform: uppercase;
}
.menu > .navbar-default .navbar-nav > li > a:hover,
.menu > .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #2b7de1;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #d5e9fb;
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
  min-width: 170px;
  border: none;
  border-radius: 0;
  background-color: #d5e9fb;
}
.navbar-nav > li > .dropdown-menu > li > a {
  color: #393939;
  text-transform: uppercase;
  padding: 10px 0;
}
.navbar-nav > li > .dropdown-menu > li:nth-child(1) > a {
  border-top: none;
}
.navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li > a:hover {
  color: #fff;
  text-transform: uppercase;
  background-color: #2b7de1;
}
@media only screen and (max-width: 767px) {
  .header-items {
    margin-top: 0;
    float: left;
  }
  .menu .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
}
#search-menu {
  padding: 0;
  width: 300px;
  height: 45px;
}
#search-menu input {
  width: 260px;
  height: 45px;
  border-radius: 0;
}
#search-menu .btn {
  height: 45px;
  border: 1px solid #ccc;
}
.modules {
  background-color: #fff;
}
.modules .media-item {
  text-align: center;
}
.modules .media-item h3 {
  padding: 5px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
}
.modules .post-card-date {
  display: block;
  background-color: #cbd4c2;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 3px;
}
.modules .post-card-date .date-day {
  font-size: 12px;
  font-weight: bold;
}
.modules .post-card-date .date-month {
  text-transform: uppercase;
}
.modules .blog-post-card {
  position: relative;
  background-color: #fff;
  height: 275px;
  width: 140px;
}
.modules .blog-post-card .post-card-image {
  position: relative;
  font-size: 10px;
}
.modules .blog-post-card .post-card-content {
  margin-top: 10px;
  padding: 5px;
}
.modules .blog-post-card .post-card-content .post-card-blog-name h2 {
  font-size: 14px;
  margin: 0;
}
.modules .blog-post-card .post-card-content .post-card-blog-author h3 {
  font-size: 12px;
  margin: 0;
}
.modules .blog-post-card .post-card-content .post-card-title {
  margin: 0;
}
.modules .blog-post-card .post-card-content .post-card-title h4 {
  font-size: 12px;
}
.modules .blog-post-card .post-card-content .post-read-more {
  position: absolute;
  bottom: 10px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.modules .blog-post-card .post-card-content .post-read-more .btn {
  text-transform: uppercase;
}
.post-list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.post-list li {
  position: relative;
  margin-bottom: 10px;
}
.post-list .post-preview-thumbnail {
  background-color: #fff;
  border: 1px solid #e0e5da;
  position: relative;
}
.post-list .post-content {
  min-height: 160px;
}
.post-list .post-image {
  position: relative;
}
.post-list .post-card-date {
  font-size: 16px;
  line-height: normal;
  padding: 5px 10px;
}
.post-list .post-card-date .date-day {
  font-size: 20px;
}
.post-list .read-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.module {
  border: 2px solid #e0e5da;
  border-top-color: #2b7de1;
  background-color: #fff;
  margin: 10px 0;
}
.module-header {
  background-color: #fff;
  border-bottom: 2px solid #e0e5da;
  position: relative;
}
.module-header .buttons {
  position: absolute;
  right: 10px;
  top: -15px;
}
.module-header .header-title {
  text-align: center;
}
.module-header .header-title h1 {
  font-size: 24px;
  color: #393939;
}
.module-content {
  background-color: #f9f9f9;
  padding: 15px;
}
.module-content .read-more-posts {
  text-align: center;
  padding-bottom: 10px;
}
.module-content .read-more-posts a.btn {
  width: 200px;
}
.module-content h2 {
  font-size: 27px;
}
.post {
  background-color: #fff;
}
.post .content {
  padding: 10px;
}
.post .title h2 {
  margin-top: 4px;
  font-size: 21px;
}
.post .author h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-style: italic;
}
.post .text p {
  margin-top: 3px;
  font-size: 14px;
}
.blog-detail .post .title h2 {
  font-size: 1.3em;
  margin-bottom: 4px;
}
.latest-featured-entries .first-post {
  margin-left: 15px;
}
.latest-featured-entries .first-post .content .title h2 {
  font-size: 18px;
}
.latest-featured-entries .first-post .content .author h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-style: italic;
}
.latest-featured-entries .first-post .content .text p {
  margin-top: 3px;
  font-size: 14px;
}
.latest-featured-entries .first-post .image img {
  margin-top: 20px;
  vertical-align: middle;
}
.latest-featured-entries .next-posts {
  margin-top: 20px;
}
.latest-featured-entries .next-posts li {
  padding-left: 100px;
  margin-bottom: 8px;
}
.latest-featured-entries .next-posts li:last-child {
  margin-bottom: 0;
}
.latest-featured-entries .next-posts .row {
  margin-bottom: 8px;
}
.latest-featured-entries .next-posts .posts-thumbnail-image {
  width: 100px;
}
.latest-featured-entries .next-posts .posts-thumbnail-image img {
  height: 80px;
}
.latest-featured-entries .next-posts .posts-thumbnail-meta .author h3 {
  margin: 0;
  font-size: 14px;
}
.latest-featured-entries .other-posts .blog-post-card {
  float: left;
  display: block;
  margin-left: 10px;
  height: auto;
  background-color: transparent;
}
.latest-featured-entries .other-posts .post-card-content {
  margin-top: 5px;
}
.module-partners .partner img {
  float: left;
  display: block;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  color: rgba(23, 93, 179, 0.4);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #1b608a;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 0;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 0;
  left: auto;
}
.swiper-button-prev .fa,
.swiper-button-next .fa {
  font-size: 30px;
  position: absolute;
  top: 50%;
}
.swiper-button-prev .fa {
  left: 0;
}
.swiper-button-next .fa {
  right: 0;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/*
===========================
Partners Area
===========================
*/
.module-partners {
  background-color: #fff;
  text-align: center;
}
.module-partners .partner {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.module-partners .partner img {
  float: left;
  margin: auto 10px;
}
.module-partners .swiper-container {
  width: 100%;
  height: 100px;
  margin: 20px auto;
}
.module-partners .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 150px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-slider {
  max-height: 120px;
}
.footer-slider img {
  max-height: 120px;
}
.footer-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.footer-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.comments .comment-count {
  font-size: 26px;
  color: #059c85;
}
.comments .comments-list .comment {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.comments .comments-list .comment .header {
  margin-bottom: 10px;
}
.comments .comments-list .comment .header .thumb {
  float: left;
  display: block;
}
.comments .comments-list .comment .header .thumb .fa {
  color: #1b608a;
}
.comments .comments-list .comment .header .metas {
  margin-left: 10px;
  float: left;
  display: block;
}
.comments .comment-form input,
.comments .comment-form textarea {
  border-radius: 0;
}
.comments .comment-form input {
  height: 40px;
}
.comments .comment-form-header h4 {
  font-size: 26px;
  color: #059c85;
}
aside {
  background-color: #f0f0f0;
  margin-top: 10px;
  padding: 10px;
}
aside .aside-module {
  margin-top: 15px;
  text-align: center;
  border: 2px solid #e0e5da;
  background-color: #f9f9f9;
}
aside .aside-module .divider {
  background-color: #fff;
  margin: auto -15;
}
aside .aside-module .aside-module-header {
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 2px solid #e0e5da;
}
aside .aside-module .aside-module-header h2 {
  font-size: 18px;
  margin: 0 auto;
  font-weight: 600;
}
aside .aside-module .aside-module-body {
  background-color: #f9f9f9;
  display: block;
  padding: 5px;
  margin-top: 5px;
}
aside .aside-module .aside-module-body .aside-module-body-header h3 {
  font-size: 17px;
  font-style: italic;
  margin: 5px auto;
}
aside .no-border {
  border: none;
}
aside .no-bg-color {
  background-color: transparent;
}
aside .aside-module img {
  margin-left: auto;
  margin-right: auto;
}
.posts-thumbnail-list {
  padding: 0;
  margin-bottom: 0;
}
.posts-thumbnail-list li {
  display: inline-block;
  position: relative;
  padding-left: 70px;
  min-height: 80px;
  width: 100%;
}
.posts-thumbnail-list li .posts-thumbnail-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
}
.posts-thumbnail-list li .posts-thumbnail-image img {
  width: 100%;
  height: 70px;
}
.posts-thumbnail-list .posts-thumbnail-content {
  width: 100%;
  margin-left: 5px;
  text-align: left;
}
.posts-thumbnail-list .posts-thumbnail-content h4 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 12px;
}
.posts-thumbnail-list .posts-thumbnail-content h4 a {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 600;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta {
  font-size: 12px;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta i {
  margin-right: 4px;
  color: #94da46;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta time,
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta span.author {
  margin-right: 10px;
  text-transform: capitalize;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta .comment-count i {
  margin-right: 4px;
  color: #94da46;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta .comment-count a {
  font-size: 12px;
  color: #fff;
}
.posts-thumbnail-list .posts-thumbnail-content .posts-thumbnail-meta .comment-count a:hover {
  color: #94da46;
}
@media (max-width: 991px) {
  .posts-thumbnail-list .posts-thumbnail-image {
    width: 30%;
    float: left;
  }
  .posts-thumbnail-list .posts-thumbnail-content {
    width: 70%;
    float: left;
    margin-top: -5px;
  }
  .posts-thumbnail-list h4 {
    margin-bottom: 7px;
  }
  .posts-thumbnail-list h4 a {
    /*line-height: 0px;*/
  }
  .posts-thumbnail-list .posts-thumbnail-meta i {
    margin-right: 4px;
  }
  .posts-thumbnail-list .posts-thumbnail-meta time {
    margin-right: 10px;
  }
  .posts-thumbnail-list .posts-thumbnail-meta .comment-count i {
    margin-right: 4px;
  }
}
.twitter-module ul.twitter-list {
  list-style-type: none;
  padding-left: 0;
}
.twitter-module .tweet {
  text-align: left;
  background-color: #fff;
  padding: 3px;
  margin-bottom: 10px;
}
.twitter-module .tweet .tweet-header {
  background-color: #6CB2F2;
  padding: 5px;
  border-radius: 5px;
}
.twitter-module .tweet .tweet-body {
  margin-top: 3px;
  padding: 5px;
}
.twitter-module .tweet .tweet-username {
  color: #393939;
}
.twitter-module .tweet .tweet-username:hover,
.twitter-module .tweet .tweet-username:focus {
  font-weight: bold;
}
.twitter-module .tweet-text {
  word-wrap: break-word;
}
#swiper-totems .swiper-container {
  width: 100%;
  height: 100%;
}
#swiper-totems .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer {
  padding-bottom: 20px;
}
footer hr.section-divider {
  border-top: 2px solid #e0e5da;
}
/*
===========================
Others
===========================
*/
/*  Section Dividers Area */
.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.section-divider h1 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #646464;
  font-weight: bold;
}
.section-divider hr {
  margin-top: 5px;
}
.section-divider hr.bottom {
  border: 1px solid #9fa0a1;
  width: 200px;
}
.section-divider hr.top {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .section-divider h1 {
    font-size: 20px;
  }
}
/*  read more btn */
.read-more-btn {
  margin: 20px 0;
  text-align: center;
}
.read-more-btn .btn {
  background-color: #d9534f;
  width: 30%;
  font-size: 20px;
  min-width: 300px;
  border-radius: 0;
  padding: 20px;
  border: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.read-more-btn .btn:hover {
  background-color: #ac2925;
}
.btn {
  border: none;
  border-radius: 0;
}
/* Effects */
.grow:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#efemerides.swiper-container > .swiper-slide {
  max-width: 100px;
}
.efemerides .row {
  margin-bottom: 2.5%;
  margin-top: 2.5%;
}
.efemerides .month {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.efemerides .month a {
  color: #646464;
}
.efemerides .month .icon {
  text-align: center;
}
.efemerides .month .icon > span {
  font-size: 100px;
}
.efemerides .month .title > h3 {
  margin-top: 8px;
  font-size: 20px;
  text-align: center;
}
/* Return to top */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(217, 83, 79, 0.7);
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(217, 83, 79, 0.9);
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/* Sticky Social Bar with CSS */
.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -119px;
  top: 130px;
  width: 200px;
  z-index: 2;
}
.sticky li {
  list-style-type: none;
  background-color: #333;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
}
.sticky li:hover {
  -webkit-transform: translateX(-115px);
  -moz-transform: translateX(-115px);
  -o-transform: translateX(-115px);
  -ms-transform: translateX(-115px);
  transform: translateX(-115px);
  -webkit-filter: grayscale(0%);
}
.sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
  font-size: 32px;
}
.sticky li p {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 43px;
}
.fb-like > * {
  height: 32px;
}
/*
===========================
Pagination
===========================
*/
.pagination > .active > span {
  background-color: #1b608a;
  color: #fff;
  border: none;
}
.pagination > .active > span:hover {
  background-color: rgba(23, 93, 179, 0.4);
}
.pagination > li > a,
.pagination > li > span {
  color: #1b608a;
  border: none;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #1b608a;
  background-color: rgba(23, 93, 179, 0.4);
  border: none;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #1b608a;
  background-color: #fff;
  cursor: not-allowed;
}
.comments .comment-form-header h4 {
  color: #1b608a;
}
.entry-detail {
  padding: 10px 15px;
  border: 2px solid #e0e5da;
  border-top: none;
}
.entry-detail .entry-title h1 {
  margin-top: 5px;
  font-size: 35px;
}
.entry-detail .entry-top-hr hr {
  border-color: #e0e5da;
  margin-bottom: 5px;
}
.entry-detail .entry-metas {
  text-align: center;
  font-size: 15px;
}
.entry-detail .entry-intro-image {
  margin: 20px 0 30px 0;
}
.entry-detail .entry-intro-image img {
  margin-left: auto;
  margin-right: auto;
}
.entry-detail .entry-intro-image .image-caption {
  padding: 10px 30px;
}
.entry-detail .entry-bottom-hr hr {
  border-color: #e0e5da;
  margin-bottom: 10px;
}
.entry-detail .social-share .fa {
  font-size: 36px;
}
.entry-detail .entry-content img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
}
.entry-detail .entry-content iframe {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
}
#swiper-totems .swiper-container {
  width: 100%;
  max-width: 208px;
  height: 100%;
  max-height: 416px;
}
#swiper-totems .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#swiper-totems .swiper-container {
  width: 100%;
  height: 100%;
}
#swiper-totems .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
