

body {
  transition: transform 0.2s ease;
  background-image: none;
  background-color: white !important;
}
body a {
  color: #ce601c;
}

#wrapper {
  max-width: 1170px;
  margin: 0 auto;
  background-color: white;
}

body #mobile-menu {
  display: none;
}
body #mobile-header a.logo-link {
  line-height: 79px;
  display: block;
  text-align: center;
}
body #mobile-header a.logo-link .logo-inner {
  vertical-align: middle;
  line-height: auto;
  display: inline-block;
}
body #mobile-header a.logo-link .logo-inner > img {
  width: 100%;
}
body #mobile-header a.logo-link .logo-inner .image-logo {
  max-width: 180px;
  line-height: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
body #menu-link .glyphicon.glyphicon-remove {
  display: none;
}
body #menu-link {
  width: 78px;
  height: 78px;
  background-color: white;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
body #menu-link > span {
  font-size: 28px;
  color: #3f3f3e;
  line-height: 78px;
  display: block;
  text-align: center;
}
body #search-link {
  width: 78px;
  height: 78px;
  background-color: white;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
body #search-link > span {
  font-size: 28px;
  color: #3f3f3e;
  line-height: 78px;
  display: block;
  text-align: center;
}
.excerpt {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0px;
}
body #menu-link {
  background-image: url('../images/menu-hamburger.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 29px 27px;
}
body.menu-open {
  transform: translateX(100%) translateX(-77px);
  transition: transform 0.2s ease;
  overflow: hidden;
}
body.menu-open #menu-link {
  background-image: url('../images/menu-close.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23.5px 23.5px;
}
body.menu-open #mobile-menu-close {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
body.menu-open #menu-link .glyphicon.glyphicon-menu-hamburger {
  display: none;
}
body.menu-open #menu-link .glyphicon.glyphicon-remove {
  display: block;
}
body.menu-open #mobile-menu {
  display: block;
  width: calc(100% - 77px);
  transform: translateX(-100%);
  background-color: #3c3c3c;
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
body.menu-open #mobile-menu div.search-form {
  padding: 19px 17px;
}
body.menu-open #mobile-menu div.search-form form {
  display: block;
  overflow: hidden;
}
body.menu-open #mobile-menu div.search-form form input[type="text"] {
  line-height: 36px;
  height: 43px;
  padding: 0px 10px;
  background-color: white;
  font-family: 'Droid Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #d2d2d2;
  display: block;
  width: calc(100% - 43px);
  float: left;
  border: none;
  outline: none;
}
body.menu-open #mobile-menu div.search-form form input[type="text"]::-webkit-input-placeholder {
  color: #d2d2d2;
}
body.menu-open #mobile-menu div.search-form form input[type="text"]:-moz-placeholder {
  color: #d2d2d2;
}
body.menu-open #mobile-menu div.search-form form input[type="text"]::-moz-placeholder {
  color: #d2d2d2;
}
body.menu-open #mobile-menu div.search-form form input[type="text"]:-ms-input-placeholder {
  color: #d2d2d2;
}
body.menu-open #mobile-menu div.search-form form button[type="submit"] {
  background-color: #ce5e1c;
  line-height: 43px;
  height: 43px;
  display: block;
  text-transform: uppercase;
  color: white;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border: none;
  border-radius: 0px;
  width: 43px;
  float: right;
  outline: none;
}
body.menu-open #mobile-menu div.search-form form button[type="submit"] span {
  display: block;
  text-align: center;
  line-height: 43px;
  color: white;
  font-size: 26px;
}
body.menu-open #mobile-menu ul.main-elements {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.menu-open #mobile-menu ul.main-elements li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.menu-open #mobile-menu ul.main-elements li.active a {
  background-color: #282828;
  color: #ce601c;
}
body.menu-open #mobile-menu ul.main-elements li a {
  color: #d9d9d9;
  background-color: #313131;
  font-family: 'Droid Sans', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 50px;
  padding: 0px 0px 0px 18px;
  display: block;
  border-top: 1px solid #424242;
}
body.menu-open #mobile-menu ul.secondary-elements {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.menu-open #mobile-menu ul.secondary-elements li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.menu-open #mobile-menu ul.secondary-elements li a {
  color: #d9d9d9;
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  text-decoration: none;
  line-height: 43px;
  padding: 0px 0px 0px 18px;
  display: block;
}
body,
html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#mobile-header {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  transition: none;
}
#mobile-header a.glyph {
  color: #3f3f3e;
  text-decoration: none;
}
#mobile-header a.glyph span.glyphicon {
  font-size: 28px;
  line-height: 78px;
}
#mobile-header a span.slogan {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 8px;
  color: #3f3f3e;
  display: block;
  text-align: center;
  line-height: 10px;
}

#mobile-main-menu-small,
#mobile-main-menu {
  border-bottom: 6px solid #3f3f3e;
  margin-bottom: 5px !important;
  overflow: hidden;
}

#mobile-main-menu .menu-primary-navigation-container {
  
}

#mobile-main-menu-small,
#mobile-main-menu ul {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 70px;
}


#mobile-main-menu-small {
  padding-left: 0;
}

body.sticky #mobile-main-menu ul {
  padding-left: 0;
}


#mobile-main-menu-small ul li,
#mobile-main-menu ul li {
  display: block;
  float: left;
}


#mobile-main-menu-small ul li a,
#mobile-main-menu ul li a {
  display: block;
  line-height: 43px;
  padding: 0px 15px;
  text-align: center;
  color: #3f3f3e;
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#mobile-main-menu ul li a.small-logo {
  width: 60px;
  background-image: url('../images/small-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5px;
  line-height: 33px;
  text-decoration: none;
  background-position: center center;
}

#mobile-main-menu ul li a.small-search {
  width: 30px;
}

#status-bar {
  background-color: #3f3f3e;
  padding: 0px 8px;
}
#status-bar #status-bar-inside .status {
  color: white;
  overflow: hidden;
}
#status-bar #status-bar-inside .status span.left {
  float: left;
  line-height: 42px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#status-bar #status-bar-inside .status span.right {
  float: right;
  line-height: 42px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#status-bar #status-bar-inside .status span.right a {
  color: white;
}

#status-bar #status-bar-inside .status span.center {
  line-height: 42px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: block;
}
.banner .banner-border-top {
  border-top: 1px solid #e7e7e7;
}
.banner .banner-border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.banner .banner-300x50 {
  width: 300px;
  height: 50px;
  background-color: #e7e7e7;
  display: block;
  margin: 10px auto;
}




.banner .banner-728x90 {
  width: 728px;
  height: 90px;
  background-color: #e7e7e7;
  display: block;
  margin: 10px auto;
}

.banner .banner-970x90 {
  width: 970px;
  height: 90px;
  background-color: #e7e7e7;
  display: block;
  margin: 10px auto;
}

.banner .banner-300x250 {
  width: 300px;
  height: 250px;
  background-color: #e7e7e7;
  display: block;
  margin: 10px auto;
}

.banner .banner-600x160 {
  width: 600px;
  height: 160px;
  background-color: #e7e7e7;
  display: block;
  margin: 10px auto;
}

.main-link-line {
  background-color: #ce601c;
  margin: 0px 0px 8px 0px;
  overflow: hidden;
}
.main-link-line .main-link {
  display: block;
  font-family: 'Bitter', arial, serif;
  font-size: 17px;
  color: white;
  text-decoration: underline;
  padding: 12px 15px;
}
.single-article a.is-video {
  position: relative;
  display: block;
}
.single-article a.is-video:after {
  content: "";
  width: 76px;
  height: 76px;
  display: block;
  background-image: url('../images/play-video.png');
  background-size: 76px 76px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}
.single-article .block-header {
  background-color: #ce601c;
  margin-bottom: 5px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
.single-article .block-header.block-header-red {
  background-color: #c83434;
}
.single-article .block-header.block-header-red .big-text {
  font-size: 21px;
}
.single-article .block-header.block-header-red .big-text span.thin {
  font-weight: 400;
}
.single-article .block-header.is-video {
  padding-left: 40px;
  position: relative;
}
.single-article .block-header.is-video .big-text:before {
  content: "";
  width: 34px;
  height: 24px;
  background-image: url('../images/video-icon.png');
  background-repeat: no-repeat;
  background-size: 34px 24px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.single-article .block-header.is-instagram {
  padding-left: 33px;
  position: relative;
}
.single-article .block-header.is-instagram .big-text:before {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url('../images/instagram-icon.png');
  background-repeat: no-repeat;
  background-size: 27px 27px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.single-article .block-header .big-text {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  line-height: 46px;
  padding: 0px 0px 0px 12px;
}
.single-article .block-header .big-text .small-text {
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  color: white;
  font-family: 'Droid Sans', sans-serif;
}
.single-article .block-header:after {
  content: "";
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  width: 46px;
  height: 46px;
  border: 23px solid transparent;
  border-left-color: transparent;
  border-right-color: white;
  border-top-color: white;
  border-bottom-color: transparent;
}
.single-article a.category {
  display: inline-block;
  color: #ce601c;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin: 10px 0px;
}
.single-article h1 {
  margin: 0;
}
.single-article h1 a.post-title {
  display: block;
  color: #3f3f3e;
  font-size: 26px;
  line-height: 37px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
}
.single-article ul.resources {
  display: inline-block;
  margin: 10px 0px;
}
.single-article ul.resources li {
  display: inline-block;
}
.single-article ul.resources li a {
  display: block;
  font-size: 23px;
  line-height: 23px;
  color: #3f3f3e;
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  text-decoration: underline;
  margin-right: 5px;
}
.single-article ul.resources li.video a {
  display: block;
  width: 33px;
  height: 25px;
  background-image: url('../images/video-icon2.png');
  background-size: 30px 22px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: center center;
  top: -1px;
}
.single-article ul.resources li.photo a {
  display: block;
  width: 33px;
  height: 25px;
  background-image: url('../images/camera-icon.png');
  background-size: 30px 22px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: center center;
  position: relative;
  top: -1px;
}

.single-article ul.resources.resources-one {
  margin: 0;
}

.single-article p {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0px;
}
.multiple-articles h3 {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  color: #3f3f3e;
}
.multiple-articles .article-item {
  padding: 14px 0px;
  overflow: hidden;
}

.multiple-articles  .post .article-item {
  
}

/* .multiple-articles  .post:not(:last-child) .article-item { */
.multiple-articles  .post .article-item,
.multiple-articles  .article-item {
  border-bottom: 1px solid #e7e7e7;
}
.multiple-articles .article-item .article-details {
  width: 70%;
  float: left;
}
.multiple-articles .article-item .article-details.article-details-wide {
  width: auto;
  float: none;
}
.multiple-articles .article-item .article-image {
  width: 25%;
  float: right;
}
.multiple-articles .article-item .article-image a {
  display: block;
  position: relative;
}
.multiple-articles .article-item h2 {
  margin: 0;
  line-height: 20px;
}
.multiple-articles .article-item h2 a {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  color: #3f3f3e;
}

.single-article .post  ul,
.multiple-articles .article-item ul {
  display: block;
}

.single-article .post  ul {
  margin-top: 15px;
}

.single-article .post  ul li ,
.multiple-articles .article-item ul li {
  margin-right: 5px;
  display: inline-block;
}

.single-article .post ul li a,
.multiple-articles .article-item ul li a {
  font-family: 'Bitter', sans-serif;
  font-size: 16px;
  color: #3f3f3e;
  text-decoration: underline;
}

#the-post ul.resources li.category a,
.single-article .post ul li.category a,
.multiple-articles .article-item ul li.category a {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ce601c;
  text-decoration: none;
  text-transform: uppercase;
}

#the-post ul.resources li.category a,
.single-article .post ul li.category a {
  font-size: 19px;
}

#the-post ul.resources li.category.empty-category a,
.single-article .post ul li.category.empty-category a {
  cursor: default;
}

.single-article .post ul li.video a,
.multiple-articles .article-item ul li.video a {
  display: block;
  width: 24px;
  height: 18px;
  background-image: url('../images/video-icon2.png');
  background-size: 24px 18px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: center center;
  position: relative;
  top: 1px;
}

.single-article .post ul li.photo a,
.multiple-articles .article-item ul li.photo a {
  display: block;
  width: 24px;
  height: 18px;
  background-image: url('../images/camera-icon.png');
  background-size: 24px 18px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: center center;
  position: relative;
  top: 1px;
}

.single-article .post ul li.video a,
.single-article .post ul li.photo a {
  
}

.more-from-category a {
  font-size: 16px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  color: #3f3f3e;
  text-transform: uppercase;
  display: block;
  margin: 15px 15px;
}
.more-from-category a::after {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 18px;
  line-height: 18px;
  margin-left: 10px;
}


.instagram-photos {
  clear: both;
}

.instagram-photos .instagram-photo {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  padding: 3px;
}

.instagram-photos .instagram-photo a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.instagram-photos .container > .row > div {
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
}
footer.footer-top {
  
}
footer.footer-top .back-top {
  font-size: 16px;
  display: block;
  text-align: center;
  border-bottom: 2px solid white;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  position: relative;
  padding-top: 10px;
  top: -2px;
}
footer.footer-top .back-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 7px;
  background-image: url('../images/arrow-up-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
}
footer.footer-top .footer-logo {
  width: 187px;
}
footer.footer-top .footer-notizia {
  margin-top: 30px;
}
footer.footer-top .footer-notizia p {
  display: block;
  text-align: center;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
footer.footer-top .footer-notizia ul {
  display: block;
  text-align: center;
}
footer.footer-top .footer-notizia ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0px 8px;
}
footer.footer-top .footer-notizia ul li a {
  display: block;
  height: 45px;
  border-radius: 8px;
  transition: background-position 0.2s ease;
  text-decoration: none;
}

footer.footer-top .footer-notizia ul li a:hover {
  text-decoration: none;
}

footer.footer-top .footer-notizia ul li a.email {
  background-image: url('../images/icon-email.png');
  background-size: 45px 90px;
}

footer.footer-top .footer-notizia ul li a.whatsapp {
  background-image: url('../images/icon-whatsapp.png');
  background-size: 45px 90px;
}

footer.footer-top .footer-notizia ul li a:hover {
  background-position: 0px -45px;
}

footer.footer-top .footer-newsletter {
  margin-top: 30px;
}
footer.footer-top .footer-newsletter p {
  display: block;
  text-align: center;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
footer.footer-top .footer-newsletter .newsletter-form form {
  display: block;
  overflow: hidden;
}
footer.footer-top .footer-newsletter #mc_mv_EMAIL {
  line-height: 43px;
  height: 43px;
  padding: 0px 10px;
  background-color: white;
  font-family: 'Droid Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #d2d2d2;
  display: block;
  border: none;
  outline: none;
}
footer.footer-top .footer-newsletter .newsletter-form form input[type="email"]::-webkit-input-placeholder {
  color: #d2d2d2;
}
footer.footer-top .footer-newsletter .newsletter-form form input[type="email"]:-moz-placeholder {
  color: #d2d2d2;
}
footer.footer-top .footer-newsletter .newsletter-form form input[type="email"]::-moz-placeholder {
  color: #d2d2d2;
}
footer.footer-top .footer-newsletter .newsletter-form form input[type="email"]:-ms-input-placeholder {
  color: #d2d2d2;
}

footer.footer-top .footer-newsletter .newsletter-form .mc_merge_var {
  width: calc(100% - 90px);
  float: left;
} 


footer.footer-top .footer-newsletter .newsletter-form .mc_merge_var label {
  display: none;
}

footer.footer-top .footer-newsletter .newsletter-form .mc_signup_submit {
  background-color: #ce5e1c;
  line-height: 36px;
  height: 43px;
  display: block;
  text-transform: uppercase;
  color: white;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border: none;
  border-radius: 0px;
  width: 90px;
  float: right;
  outline: none;
}

footer.footer-top .footer-newsletter .newsletter-form .mc_signup_submit .button {
  background-color: transparent;
  margin-top: 0 !important;
  line-height: 43px;
  border: none;
}


footer.footer-top .newsletter-socials {
  margin-top: 30px;
  margin-bottom: 30px;
}
footer.footer-top .newsletter-socials p {
  display: block;
  text-align: center;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
footer.footer-top .newsletter-socials ul {
  display: block;
  text-align: center;
}
footer.footer-top .newsletter-socials ul li {
  display: inline-block;
  margin: 0px 6px;
}
footer.footer-top .newsletter-socials ul li a {
  width: 45px;
  height: 45px;
  display: block;
  transition: background-position 0.2s ease;
}

footer.footer-top .newsletter-socials ul li a.instagram {
  background-image: url('../images/icon-instagram.png');
  background-size: 45px 90px;
  background-repeat: no-repeat;
}

footer.footer-top .newsletter-socials ul li a.facebook {
  background-image: url('../images/icon-facebook.png');
  background-size: 45px 90px;
  background-repeat: no-repeat;
}

footer.footer-top .newsletter-socials ul li a.twitter {
  background-image: url('../images/icon-twitter.png');
  background-size: 45px 90px;
  background-repeat: no-repeat;
}

footer.footer-top .newsletter-socials ul li a.youtube {
  background-image: url('../images/icon-youtube.png');
  background-size: 45px 90px;
  background-repeat: no-repeat;
}

footer.footer-top .newsletter-socials ul li a:hover {
  background-position: 0px -45px;
  text-decoration: none;
}

footer.footer-bottom {
  background-color: white;
  padding: 15px 0px 15px 0px;
}
footer.footer-bottom p.text-top {
  color: #3f3f3e;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
footer.footer-bottom p.text-bottom {
  color: #363636;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  line-height: 18px;
}
footer.footer-bottom p.text-bottom span {
  font-weight: 700;
}
footer.footer-bottom a.credits {
  line-height: 29px;
  height: 29px;
  display: block;
  color: #ce5e1c;
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
}
footer.footer-bottom a.credits:before {
  content: "";
  background-image: url('../images/axura-logo.png');
  background-size: 29px 29px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#the-post .not-found-listing {
  margin-bottom: 15px;
}
#the-post .not-found-listing .list-items-not-found {
  overflow: hidden;
  height: 200px;
  margin-bottom: 5px;
}
#the-post .not-found-listing .view-all {
  color: #3f3f3e;
  display: block;
}
#the-post .category-text {
  margin-top: 15px;
}
#the-post #article-image {
  margin-bottom: 15px;
}
#the-post h1 {
  margin: 0;
}
#the-post h1 a.post-title {
  display: block;
  color: #3f3f3e;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
}
#the-post h1 {
  display: block;
  color: #3f3f3e;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
}
#the-post .single-categories-list {
  display: block;
  overflow: hidden;
  margin: 0px 0px 15px 0px;
}
#the-post .single-categories-list li {
  display: block;
  float: left;
}
#the-post .single-categories-list li a {
  color: #ce601c;
  font-size: 16px;
}
#the-post .single-categories-list li:not(:last-child):after {
  content: "/";
  color: #3f3f3e;
  display: inline-block;
  margin: 0px 8px;
}
#the-post ul.resources {
  display: block;
  margin: 10px 0px;
}
#the-post ul.resources li {
  display: inline-block;
}
#the-post ul.resources li a {
  display: block;
  font-size: 23px;
  line-height: 23px;
  color: #3f3f3e;
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  text-decoration: underline;
  margin-right: 10px;
}
#the-post ul.resources li.video a {
  display: block;
  width: 33px;
  height: 25px;
  background-image: url('../images/video-icon2.png');
  background-size: cover;
  background-repeat: no-repeat;
}
#the-post ul.resources li.photo a {
  display: block;
  width: 33px;
  height: 25px;
  background-image: url('../images/camera-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
}
#the-post #post-details {
  line-height: 24px;
  margin-top: 10px;
}
#the-post #post-details span.glyphicon {
  font-size: 24px;
  color: black;
  vertical-align: middle;
  display: inline-block;
  top: -1px;
}
#the-post #post-details .calendar-wrapper,
#the-post #post-details .profile-wrapper {
  line-height: 24px;
}
#the-post #post-details .calendar-wrapper span.details-value,
#the-post #post-details .profile-wrapper span.details-value {
  color: #3f3f3e;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Droid Sans', sans-serif;
  display: inline-block;
}
#the-post #post-details .calendar-wrapper span.details-value a,
#the-post #post-details .profile-wrapper span.details-value a {
  color: #3f3f3e;
}
#the-post #the-excerpt {
  font-size: 16px;
  color: #8d8d8d;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 30px 0px;
}
#the-post #the-content {
  color: #3f3f3e;
  font-size: 16px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 30px 0px;
}
#the-post #newsletter-text {
  color: #3f3f3e;
  font-size: 16px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 15px 0px 30px 0px;
}
#the-post #the-tags {
  position: relative;
  padding-left: 35px;
  margin: 15px 0px;
}
#the-post #the-tags .glyphicon.glyphicon-tag {
  font-size: 24px;
  color: #3f3f3e;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#the-post #the-tags a {
  font-size: 16px;
  color: #ce601c;
}
#the-post #the-author {
  overflow: hidden;
  background-color: #e6e6e6;
  padding: 15px 0px;
}
#the-post #the-author .author-image {
  width: 25%;
  float: left;
  padding-left: 15px;
  box-sizing: border-box;
}
#the-post #the-author .author-image img {
  width: 100%;
  height: auto;
  display: block;
}
#the-post #the-author .author-name {
  font-weight: 700;
  font-family: 'Droid Sans', sans-serif;
}
#the-post #the-author .author-description {
  width: 70%;
  float: right;
  box-sizing: border-box;
  padding-right: 15px;
  font-family: 'Droid Sans', sans-serif;
}
#the-post h1.post-title {
  margin: 0;
  display: block;
  color: black;
  font-size: 26px;
  line-height: 26px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
}
h1.category-title {
  margin: 15px 0px;
  display: block;
  color: black;
  font-size: 32px;
  line-height: 32px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
}
h1.category-title .capitals {
  text-transform: uppercase;
}
.the-paging a {
  font-size: 16px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  color: #3f3f3e;
  text-transform: uppercase;
  display: block;
  margin: 15px 0px;
}
.the-paging a > span {
  font-size: 14px;
  line-height: 16px;
}
.the-paging .prev {
  float: left;
}
.the-paging .next {
  float: right;
}
.add-this-contacts {
  margin: 15px 0px;
}
.img-fullwidth {
  width: 100%;
  height: auto;
}

#the-post #the-content p a img ,
#the-post #the-content p img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 10px 0px;
}

.footer-top .footer-inner {
  background: #363636;
  padding: 30px 0px;
  overflow: hidden;
}

@media only screen and (min-width: 991px) {
  .footer-inner {
    padding: 5px 0px;
  }
  
  #mobile-main-menu-small {
    display: none;
  }
  
  #wrapper,
  .footer-inner,
  .main-link,
  #mobile-header,
  #mobile-main-menu,
  #status-bar-inside,
  #main-content {
    overflow: hidden;
    max-width: 974px;
    margin: 0 auto;
  }
  #main-content-left {
    float: left;
    width: calc(100% - 330px);
    box-sizing: border-box;
    margin-top: 15px;
  }
  #main-content-right {
    width: 330px;
    float: right;
    box-sizing: border-box;
  }
  body #mobile-header a.logo-link .logo-inner .image-logo {
    max-width: none;
    max-height: 70px;
  }
  #mobile-header a span.slogan {
    font-size: 11px;
    position: relative;
    top: -4px;
  }
  .banner.only-mobile {
    display: none;
  }
  #status-bar-inside {
    padding: 0px 15px;
  }
  #mobile-header a.glyph span.glyphicon {
    line-height: 80px;
  }
  #search-link {
    left: auto;
    right: 0 !important;
  }
  .banner-widget {
    margin-bottom: 15px;
  }
  
  .footer-inner .text-bottom {
    float: left;
  }
  
  .footer-inner .credits {
    float: right;
  }
  
  .footer-logo {
    display: block;
    margin: 0 auto;
  }
  
}

@media only screen and (max-width: 767px) {
  .excerpt {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  
  footer.footer-top .footer-newsletter {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #main-content-right {
    text-align: center;
    display: none;
  }
  
  #main-content-right #sidebar .widget_mbnewsad_widget {
    margin: 15px auto;
    text-align: center;
  }
  
  .widget.widget_mbnewsad_widget .widget-wrap {
    text-align: center;
  }
  
  .widget-wrap > div {
    margin: 0 auto;
  }
  
}

.sidebar .widget-wrap {
  border-bottom: none;
  margin: 15px 0px 15px 0px;
}

#sidebar .widget, #sidebar-alt .widget {
  border-bottom: none;
}

.desktop-banner {
  text-align: center;
  display: block;
  margin: 10px 0px;
}

#before-header-ad {
  text-align: center;
}

#before-header-ad .mbnews_ad {
  display: inline-block;
  margin: 10px auto;
}


.before-real-title {
  display: none;
}

#main-content-left .navigation {
  overflow: hidden;
  display: block;
  margin: 15px 15px 30px 15px;
}

#main-content-left .navigation .alignleft {
  float: left;
  font-family: 'Droid Sans', sans-serif;
}

#main-content-left .navigation .alignright {
  float: right;
  font-family: 'Droid Sans', sans-serif;
}

.pretty-embed {
  margin: 20px 0px;
}

.taxonomy-description {
  background-color: #f5f5f5;
  padding: 10px;
  margin: 0px 0px 30px;
  box-sizing: border-box;
}

.footer-newsletter .newsletter-form h4.widgettitle {
  display: none;
}

.photospace .gal_content {
  float: none;
}

@media only screen and (min-width: 992px) {
  
  #status-bar {
    display: none;
  }

  body.myatu_bgm_body .main-link-line,
  body.myatu_bgm_body #status-bar {
    width: 974px;
    margin: 0 auto;
  }
  
  body.myatu_bgm_body {
/*     padding-top: 90px; */
    background-color: white !important;
    background-attachment: fixed;
  }

}

body.myatu_bgm_body {
    background-color: white !important;
}

.search-title {
  display: block;
  color: #3f3f3e;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
}


footer .widget.widget_nav_menu .menu-secondary-navigation-container {
  text-align: center;
}

footer .widget.widget_nav_menu .menu-secondary-navigation-container ul {
  display: inline-block;
}

footer .widget.widget_nav_menu .menu-secondary-navigation-container ul li {
  display: inline-block;
}

footer .widget.widget_nav_menu .menu-secondary-navigation-container ul li a {
  display: block;
  color: white;
  padding: 8px 15px;
  font-size: 13px;
}

@media only screen and (min-width: 992px) {
  body #menu-link,
  body #search-link {
    display: none;
  }
  
  
  .multiple-articles .article-item h2 a {
    font-size: 21px;
  }
  
  .multiple-articles .article-item .excerpt {
    margin-bottom: 0;
  }
  
  .single-article h1 {
    
  }
  
}


.header-date {
  line-height: 90px;
  font-size: 14px;
  font-family: 'Bitter', sans-serif;
  font-weight: 600;
}

.header-big-search {
  overflow: hidden;
  margin-top: 24px;
  float: right;
}

.header-big-search input[type="text"] {
    line-height: 42px;
    height: 42px;
    width: 195px;
    display: block;
    float: left;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    margin: 0;
    padding-left: 15px;
}

.header-big-search input[type="text"]:focus {
  outline: none;
}

.header-big-search button[type="submit"] {
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0;
  border-radius: 0;
  background-color: #ce601c;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}

.header-big-search button[type="submit"] span {
  color: white;
  font-size: 22px;
  display: block;
  text-align: center;
}


body.sticky #mobile-main-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999;
  background-color: white;
  max-width: none;
}


body.sticky #mobile-main-menu .container-fluid {
  width: 974px;
  margin: 0 auto;
}


@media only screen and (max-width: 990px) {
  body #mobile-main-menu {
    display: none;
  }
}


@media only screen and (max-width: 992px) {
  
  #mobile-header > .container-fluid {
    margin-left: 80px;
    margin-right: 80px;
  }

}


footer .widget.widget_nav_menu .menu-small-menu-container {
  text-align: center;
}

footer .widget.widget_nav_menu .menu-small-menu-container ul {
  display: inline-block;
}

footer .widget.widget_nav_menu .menu-small-menu-container ul li {
  display: inline-block;
}

footer .widget.widget_nav_menu .menu-small-menu-container ul li a {
  display: block;
  color: white;
  padding: 8px 15px;
}





@media only screen and (max-width: 992px) {
  body.myatu_bgm_body {
    background-image: none !important;
  }
  
  body #mobile-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: white;
    z-index: 9999;
    overflow: hidden;
  }
  
}



#mobile-main-menu-small {
  margin-bottom: 0px !important;
}

#mobile-main-menu-small ul {
  text-align: center;
}

#mobile-main-menu-small ul li {
  display: inline-block;
  float: none;
}

#mobile-main-menu-small ul li a {
  padding: 0px 10px;
}



@media only screen and (max-width:989px) {
  body.sticky #mobile-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: white;
    z-index: 9999;
    overflow: hidden;
  }
  
  body {

  }
  
  #before-header-ad {
    display: none;
  }
}


#main-content-left .widget.featuredpost:first-child .single-article p.excerpt {
  display: block;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
}

#galleriafotografica {
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: 15px;
}

#galleriafotografica article.gallery-item {
  width: 20%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 4px;
}

#galleriafotografica article.gallery-item a {
  display: block;
  text-decoration: none;
}

#galleriafotografica article.gallery-item a .gallery-image {
  display: block;
  background-position: center center;
  background-size: cover;
}

#galleriafotografica article.gallery-item a .gallery-image img {
  max-width: 100%;
}


#wrapper {
  min-width: 320px;
}



@media only screen and (max-width: 320px) {
  #mobile-main-menu-small ul li a, 
  #mobile-main-menu ul li a {
    font-size: 14px;
  }
}



@media only screen and (min-width: 300px) and (max-width: 360px) {
  

  #the-post #post-details .calendar-wrapper span.details-value, #the-post #post-details .profile-wrapper span.details-value {
    font-size: 13px;
  }
  
  .column-ad {
    padding-left: 0;
    padding-right: 0;
  }
  
  .single-article .block-header.block-header-red .big-text,
  .single-article .block-header .big-text {
    font-size: 18px;
  }
  .single-article .block-header.block-header-red .big-text span.thin {
    display: none;
  }
}


@media screen and (max-width: 992px) {
  html {
    padding-top: 0px !important;
  }
  
  body {
    padding-top: 80px !important;
  }

}

@media screen and (max-width: 420px) {
  #galleriafotografica article.gallery-item {
    width: 33.3%;
  }
}

.mc_error_msg {
  color: red;
}

.mc_success_msg {
  color: white;
}

@media only screen and (max-width: 990px) {
  body.myatu_bgm_body {
    
  }
}


/*
.banner {
  display: none;
}
*/


@media only screen and (min-width: 990px) {
  #the-post #the-content a img.alignleft ,
  #the-post #the-content img.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
  }

  #the-post #the-content a img.alignright ,
  #the-post #the-content img.alignright {
    float: right;
    margin: 15px 0px 15px 15px;
  }
  
  #the-post #the-content a img.aligncenter ,
  #the-post #the-content img.aligncenter {
    margin: 15px auto 15px auto;
  }
}

@media print {
  .fb-comments.fb_iframe_widget,
  #instagram-box,
  #menu-link,
  #search-link,
  #disqus_thread,
  .header-big-search,
  .header-date,
  #status-bar,
  .addthis_toolbox.addthis_default_style,
  #mobile-main-menu-small,
  footer.footer-top,
  footer.footer-bottom,
  #newsletter-text,
  #the-tags,
  #mobile-main-menu,
  #main-content-right,
  .banner {
    display: none !important;
  }
  
  
  #mobile-header {
    
  }
  
  a[href]:after {
    content: none !important;
  }
  
  #the-post #the-content p a img.alignright ,
  #the-post #the-content p img.alignright {
    float: right;
    margin: 15px 0px 15px 15px;
  }
  
  #the-post #the-content p a img.aligncenter ,
  #the-post #the-content p img.aligncenter {
    margin: 15px auto 15px auto;
  }
  
}


#the-post #the-content iframe {
  width: 100%;
}

.article-image-responsive img {
  max-width: 100%;
  height: auto;
}

#mc_signup .label-privacy{
  color:white; 
  font-weight:normal;
}

#mc_signup #mc4wp-subscribe {
  -webkit-appearance: checkbox;
}

#mc_signup #mc_subheader{
  margin-bottom:0px;  
}

#mc_signup #mc_subheader a:hover{
  color:#ce601c;
  text-decoration: underline;
}


.footer-categories-wrapper{
  border-top:1px solid #444;
  border-bottom:1px solid #444;
  margin:30px 0 0 0;
  overflow:auto;
}
.footer-categories-wrapper ul li{
  padding:0;
  margin:0px;
  display:block;
  width:50%;
  float:left;
}
.footer-categories-wrapper ul li a{
  display:block;
  line-height: 50px;
  width:100%;
  color:#fff;
  text-align: center;
  text-transform: uppercase;
  font-size:16px;
}
@media only screen and (min-width: 767px) {
  .footer-categories-wrapper ul li{
    width:16%;
  }
}

