/**
 * @file
 * Styles for Newsplus Lite's layout.
 */
 
#background-header {
  background-image: linear-gradient(60deg, #860059 0%, #0068F4 100%);
} 

#header .container-fluid {
  background-color: #ffffff;
  height: 54px;
}

#block-newsplus-lite-branding {padding: 0 0 1px;}

#page-intro {
	margin-bottom: 0;
}

.path-frontpage #page .container-fluid {
background-image: linear-gradient(60deg, #999dcc 0%, #666666 100%);
}

.path-frontpage .title.page-title {
	text-align: center;
	color: #ffcc99;
}

.path-afisha #page .container-fluid {
background-image: linear-gradient(60deg, #999dcc 0%, #666666 100%);
}

.path-afisha .region.region-content {
	color: #fff;
}


/* Afisha page */

.layout__region.layout__region--first {
    padding-right: 15px;
}

.layout__region.layout__region--second {
}



/* Header Menu */

#pre-header {
    background: none;
}

#superfish-header-top-menu {
    padding: 5px 0;
}

.region-header-top-left, .region-header-top-right {
    margin-top: 18px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
  .region-header-top-left,
  .region-header-top-right {
    padding-top: 5px;
  }
  
 #header-top .container-fluid {
  border-bottom: 1px solid #ffffff;
  background-size: auto;
}
}

#header .container-fluid {
  z-index: 499;
  position: relative;
}
#header-inside-right {
  padding-top: 13px;
}
@media (max-width: 767px) {
  #header-inside-right {
    margin-right: 40px;
  }
}
#page-intro > .container {
  background-color: #fff;
  z-index: 440;
}
#page-intro-inside {
  position: relative;
  margin: -2px -15px 0;
}
#page > .container {
  border-bottom: 6px solid #e5e5e5;
  z-index: 440;
}
#page > .container {
  background-color: #fff;
}
#page-inside {
  padding-bottom: 30px;
}
#top-content {
  padding: 20px 0 0 0;
}
#top-content #slideshow {
  margin-right: -15px;
  margin-left: -15px;
}
#top-content + #main-content {
  padding-top: 10px;
}
.front #banner #slideshow {
  margin-top: 10px;
}
#main-content {
  padding-top: 45px;
}
#main-content > .row {
  overflow: hidden;
}
#highlighted {
  background-color: #f8f8f8;
  border-bottom: 6px solid #e4e4e4;
  padding-bottom: 0;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
#footer {
  border-bottom: 0px solid #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #f3f3f3;
}
#subfooter {
  padding-top: 15px;
  padding-bottom: 10px;
  background: #660066;
}
@media (min-width: 992px) {
  .no-sidebars #highlighted {
    margin-left: -28.6%;
    margin-right: -28.6%;
    padding-left: 28.6%;
    padding-right: 28.6%;
  }
  .layout-sidebar-second #highlighted,
  .layout-sidebar-second #banner {
    margin-left: -15px;
  }
  .layout-sidebar-first #highlighted,
  .layout-sidebar-first  #banner {
    margin-right: -15px;
  }
  .not-front.layout-sidebar-second #highlighted {
    margin-left: -17.8%;
    padding-left: 17.8%;
  }
  .not-front.layout-sidebar-first #highlighted {
    margin-right: -17.8%;
    padding-right: 17.8%;
  }
  .not-front.layout-sidebar-second #banner {
    margin-left: -17.8%;
  }
  .not-front.layout-sidebar-first #banner {
    margin-right: -17.8%;
  }
}
@media (max-width: 991px) {
  #highlighted,
  #banner {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  #header-top {
    padding-top: 10px;
  }

  /* Header Mobile Layout */
  #header-inside {
    position: relative;
  }
  #header-inside.mean-container {
    padding-right: 40px;
  }
  #header-inside.mean-container #header-top-left,
  #header-top-inside.mean-container #header-top-right {
    z-index: 13;
    position: relative;
  }
  #header-inside.mean-container .mean-bar {
    position: absolute;
    top: 5px;
  }
  #header-inside.mean-container .dropdown.search-bar .dropdown-menu {
    margin-right: -40px;
  }

  /* Fixed header position */
  #header {
    top: auto;
  }
  #page,
  #page-intro {
    margin-top: 0!important;
  }
}

/* Regions */
.colored-area {
  color: #fff;
}
.colored-area a {
  color: #ccc;
  text-decoration: underline;
}
.colored-area a:hover,
.colored-area a:active,
.colored-area a:focus {
  color: #fff;
  text-decoration: none;
}
.footer-area {
  font-size: 14px;
  line-height: 1.57;
  color: #464646;
}
.subfooter-area {
  font-size: 13px;
}
.subfooter-area p {
  padding-bottom: 5px;
  color: #fff;
}
@media (max-width: 991px) {
  .subfooter-area { text-align: center; }
}

/*Vertical col*/
.row-flex {
}

.views-row.col-md-6:nth-child(2n+1), .views-row.col-md-4:nth-child(3n+1), .views-row.col-md-3:nth-child(4n+1) {
    clear: both;
}

/* Node foto */

.node--type-foto img {
	width: 100%;
}

.js-quickedit-page-title.title.page-title.soll-2017 {
    text-align: center;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}