/**
 * @file
 * Visual styles for the site branding block in Style+.
 */
.logo {
  float: left;
  margin: 6px 0;
  /*display: inline-block;*/
}
.logo:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.field__label {
  display: none;
}

.node--type-mt-recent-release .field.field--name-field-mt-banner-image.field--type-image.field--label-hidden.field__items.quickedit-field {
  display: none;
}

.site-name {
  display: none;
}

ul.nav.nav-tabs.nav-justified.nav-tabs--fancy {
  display: none;
}

.transparent-background {
  background-color: rgba(0, 0, 0, 0) !important;
}

a.overlay-icon.overlay-icon--white.overlay-animated.overlay-fade-right {
  display: none;
}

article[about="/about"] .field--type-text-with-summary h2,
.about_heading {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
article[about="/about"] .field--type-text-with-summary p {
  color: #ffffff;
  font-size: 1rem;
}
article[about="/about"] .field--type-text-with-summary h3,
article[about="/about"] .field--type-text-with-summary h4,
article[about="/about"] .field--type-text-with-summary h5,
article[about="/about"] .field--type-text-with-summary h6,
article[about="/about"] .field--type-text-with-summary h1,
article[about="/about"] .field--type-text-with-summary h2 {
  text-align: center;
}
.view-header h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 2.3rem;
}
.view-header h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #ffffff;
}
.view-id-na .view-header h2 {
  margin-left: 9px;
}
.view-id-na1 .view-header h2 {
  margin-left: 9px;
}
.block-views-blockwhat-s-new-block-1 .view-header h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #ffffff;
}
.view-promoted-items-list h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #ffffff;
}

.about_cnt {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  color: #383838;
}

.site-name a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  text-decoration: none;
}
.region--light-typography .site-name a {
  color: #ffffff;
}
.site-name a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-slogan {
  font-size: 12px;
  line-height: 1.20;
  padding: 0;
}
@media (min-width:992px) {
  .logo {
    margin: 3px 0;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .site-name {
    margin-top: 5px;
  }
  .site-slogan {
    font-size: 12px;
  }
}
@media (max-width:767px) {
  .logo {
    float: none;
    margin-right: 0;
    display: block;
    text-align: center;
    display: block;
    visibility: visible;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    margin: 2.5px 0;
  }
  .site-name,
  .site-slogan {
    text-align: center;
  }
  .site-name {
    margin: 5px 0 0 0;
  }
  .site-slogan {
    display: block;
    visibility: visible;
    padding: 5px 0 0 0;
  }
  .block-search form {
    right: 0;
    float: right;
    width: 37px;
  }

}

/* Site Branding @footer*/
.footer__section .logo-and-site-name-wrapper {
  margin: 25px 0;
}
.footer__section .site-name a {
  font-size: 26px;
}

/*@colored regions*/
.region--light-typography.region--colored-background .site-slogan {
  color: #ffffff;
}
.region--dark-typography.region--light-background .site-slogan {
  color: #232323;
}

.iframe-popup a {
  color: #232323;
  font-size: 11px;
  text-decoration: none;
}

.masonry-container ul {
  list-style-type: none;
}
