/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */

body {
  background: url('../images/crash-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
  color: #aaa;
}
body.cke_editable, #content body {
  background: #333;
  background-image: none;
}

#page {
  position: relative;
  margin-top: 28px;
  background: url('../images/black-bg.png');
  border: 1px solid #333;
  -webkit-box-shadow: 0px 0px 40px #000;
  -moz-box-shadow: 0px 0px 40px #000;
  box-shadow: 0px 0px 40px #000;
  z-index: 9;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
 
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  color: #c10015;
}
a {
  color: #c10015;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  -webkit-text-shadow: 0px 0px 6px #ff0000;
  -moz-text-shadow: 0px 0px 6px #ff0000;
  text-shadow: 0px 0px 6px #ff0000;
}

/*
 * Header
 */

#header {
  height: 352px;
  background: transparent url('../images/main-bg.png') no-repeat 50% 0px;
  margin: 0 0 -100px 0;
}

#logo { /* Wrapping link for logo */
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
#logo img {
  vertical-align: bottom;
}

#name-and-slogan { /* Wrapper for website name and slogan */
  float: left;
}

#site-name { /* The name of the website */
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
}
#site-name a:link,
#site-name a:visited {
  color: #ddd;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan { /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
  display: none;
}

.region-header { /* Wrapper for any blocks placed in the header region */
  clear: both; /* Clear the logo */
}

/*
 * Main (container for everything else)
 */

#main {
}

/*
 * Content
 */

#content {
  
}

.region-highlighted {
}

.breadcrumb { /* The path to the current page in the form of a list of links */
  position: absolute;
  top: 15px;
  margin-left: 205px;
  z-index: 2;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'Allerta Stencil', sans-serif;
  color: #fff;
  font-size: 18px;
}
h1#site-name, h1#page-title {
  font-size: 50px;
  line-height: 50px;
  margin: 0 5px;
  color: #333;
}
h1 a {
  color: #fff;
  text-shadow: none;
  font-weight: normal;
}
h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title { /* Comment title */
  text-shadow: none;
  font-weight: normal;
  font-family: 'Allerta Stencil', sans-serif;
}
h1.block-title {
  margin-top: 10px;
}
h2#page-title {
  color: #c10015;
}
h2#page-title a {
  color: #c10015;
}
#content h2#page-title.title, .pane-block h2.title, .view-id-events h2#page-title, .view-id-concerts h2#page-title  {
  display: block;
  height: 36px;
}

tr.even { /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages { /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status { /* Normal priority messages */
}

div.warning,
tr.warning { /* Medium priority messages */
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error { /* High priority messages. See also the .error declaration below. */
}

.error { /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning { /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.tabs { /* See also the tabs.css file. */
}

.region-help { /* Help text on a page */
}

.more-help-link { /* Link to more help */
}

.region-content { /* Wrapper for the actual page content */
}

ul.inline { /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
.node ul li, .block ul li {
  list-style-image: url('../images/bullet_stern.png');
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}

span.field-label { /* The inline field label used by the Fences module */
  padding: 0 1em 0 0; /* LTR */
}
.field-name-field-tags .field-item {
  float: left;
  margin-right: 3px;
}
.item-list .pager { /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
.item-list .pager li { /* Each page number in the pager list */
  padding: 0 0.5em;
}

.feed-icon { /* The link to the RSS or Atom feed for the current list of content */
}

.more-link { /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */

.region-sidebar-first {
  padding-top: 0px;
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */

.region-sidebar-second {
}

/*
 * Footer
 */

#footer {
}

/*
 * Page bottom
 */

.region-bottom { /* Wrapper for any blocks placed in the page bottom region */
}
for any blocks placed in the page bottom region {
}
.social-share {
  position: absolute;
  z-index: 999;
  background: #000;
  font-weight: bold;
  background: url('../images/icon_share.png') no-repeat 50px;
}
.social-share a {
  display: none;
  background: #003399;
  color: #88ccff;
  font-weight: bold;
  line-height: 20px;
  padding: 0 3px;
  margin: 3px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 10px #000;
  -moz-box-shadow: inset 0px 0px 10px #000;
  box-shadow: inset 0px 0px 10px #000;
}
.pane-social-share-social-share .pane-content a {
  display: inline-block;
  background: #003399;
  color: #88ccff;
  font-weight: bold;
  line-height: 20px;
  padding: 3px 5px;
  margin-top: 5px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 10px #000;
  -moz-box-shadow: inset 0px 0px 10px #000;
  box-shadow: inset 0px 0px 10px #000;
}
.social-share a:hover {
  background: #009933;
  color: #ffffff;
}
.pane-social-share-social-share .pane-content a:hover {
  background: #009933;
  color: #ffffff;
}
.social-share a:hover {
  color: #fff;
}
.social-share:hover {
  color: #333;
  cursor: pointer;
  border: 1px solid #666;
  padding: 5px;
  width: 250px;
  background: #000 url('../images/main-bg-2.jpg');
}
.social-share:hover a {
  display: inline-block;
}
li.node-readmore {
  margin-left: 155px;
}
.pane-node-field-bild {
  padding-top: 20px;
}
.views-slideshow-controls-bottom {
  position: absolute;
  top: 260px;
  width: 240px;
  z-index: 999;
}
.views_slideshow_controls_text_pause {
  display: none;
}
.view-display-id-block:hover .views-slideshow-controls-text-previous, .view-display-id-block:hover .views-slideshow-controls-text-next {
  display: block;
  width: 50px;
  background: rgba(0,0,0,0.5);
  padding: 20px 5px;
}
.views-slideshow-controls-text-previous a, .views-slideshow-controls-text-next a {
  display: none;
}
.view-display-id-block:hover .views-slideshow-controls-text-previous:after {
  content: "<";
  color: #fff;
  font-size: 50px;
}
.view-display-id-block:hover .views-slideshow-controls-text-next:after {
  content: ">";
  color: #fff;
  font-size: 50px;
}
.views-slideshow-controls-text-previous {
  float: left;
}
.views-slideshow-controls-text-next {
  float: right;
}
@media screen and (max-width: 991px) {
  body {
    background: #000 url('../images/main-bg-2.jpg');
  }
  #header {
    height: auto;
    margin: 0 0 -30px 0;
	background: #000 url('../images/main-bg-2.jpg');
  }
  a#logo img {
    width: 50%;
	height: 50%;
  }
  #name-and-slogan {
    display: none;
  }
  h1 {
    font-size: 32px;
	line-height: 30px;
  }
  #content h1.page-title {
    margin: 20px 0;
  }
  h2#page-title {
    padding: 5px 10px;
	margin: 0;
    background: #111;
  }
  #page,
  .region-bottom {
    /* If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. */
    margin-left: 0;
    margin-right: auto;
    width: auto;
	background: #000 url('../images/main-bg-3.jpg');
  }
  .sidebar-first .region-sidebar-first {
    clear: both;
    margin: 30px 0 0 20px;
	width: auto;
  }
  .sidebar-first #content {
    float: none;
    width: auto;
    margin-left: 0px;
    margin-right: auto;
  }
  .panel-3col-33-stacked .panel-col-first, .panel-3col-33-stacked .panel-col, .panel-3col-33-stacked .panel-col-last {
    float: left;
    width: 50%;
  }
  #block-block-2, .panel-col-bottom, #block-system-user-menu, .breadcrumb {
    display: none;
  }
  .panel-2col-stacked .panel-col-last {
    float: left;
    width: 100%;
  }
  .views_slideshow_slide, .view-display-id-page .views-row {
    width: auto;
	padding: 0;
	background: #111;
	-webkit-box-shadow: 0px 0px 40px #000;
    -moz-box-shadow: 0px 0px 40px #000;
    box-shadow: 0px 0px 40px #000;
  }
  .view-display-id-page .views_slideshow_slide, .view-display-id-page .views-row {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background: none;
	margin-right: 20px;
  }
  .field-type-image img, .views-field-field-bild img, .views-field-field-bild a img, .view-fotos img {
    max-width:100%;
    min-width:100%;
	height:auto;
  }
  .fb-like {
    margin: 10px;
  }
  .panel-2col-stacked .panel-col-first {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .panel-3col-33-stacked .panel-col-first, .panel-3col-33-stacked .panel-col, .panel-3col-33-stacked .panel-col-last {
    float: left;
    width: 100%;
  }
  .panel-2col-stacked .panel-col-last {
    float: left;
    width: 100%;
  }
  .views_slideshow_slide, .view-display-id-page .views-row {
    width: 100%;
  }
  .field-type-image img, .views-field-field-bild img, .views-field-field-bild a img, .view-fotos img {
    max-width:100%;
    min-width:100%;
	height:auto;
  }
  .more-link {
    background: #111;
	padding: 6px 10px;
	font-size: 24px;
  }
}