/*
Theme Name: accidentalcollective
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://www.nebulostrata.com/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/
/* Alignment */
/* line 15, scss/style.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

/* line 20, scss/style.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

/* line 25, scss/style.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Text meant only for screen readers */
/* line 32, scss/style.scss */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/* Defaults and Mixims */
/* line 17, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* line 1, scss/partials/_type.scss */
body {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 12px; }

/* line 7, scss/partials/_type.scss */
h1 {
  font-size: 38px;
  /*     line-height: 48px; */
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 300;
  font-family: freight-sans-pro, sans-serif; }

/* line 16, scss/partials/_type.scss */
h2 {
  margin-bottom: 12px;
  text-transform: capitalize;
  font-size: 22px;
  /*     line-height: 24px; */
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
  font-style: normal;
  font-family: freight-sans-pro, sans-serif;
  color: #d77828; }

/* line 29, scss/partials/_type.scss */
a {
  color: #d77828;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in; }

/* line 35, scss/partials/_type.scss */
a:hover {
  text-decoration: underline;
  color: #d77828; }

/* line 41, scss/partials/_type.scss */
p {
  margin-bottom: 24px;
  text-indent: 0px;
  /*     line-height: 24px; */
  margin-top: 0px;
  font-size: 12px; }

/* line 49, scss/partials/_type.scss */
.large-text {
  font-size: 200%;
  line-height: 1; }

/* Home Styles */
/* line 52, scss/partials/_type.scss */
.next-performance-title {
  margin: 10px 0 15px 0; }

/* line 55, scss/partials/_type.scss */
.next-performance-detail {
  margin-bottom: 0; }

/* line 58, scss/partials/_type.scss */
.next-performance-date {
  color: #d77828;
  font-size: 12px;
  font-weight: bold; }

                    /* Sprites 
$backgrounds-spacing: 50px;
@import "backgrounds/*.png";

$site-assetts-spacing: 10px;
@import "site-assets/*.png";  
*/
/* Susy Grid Defaults */
/* Background images */
/* line 79, scss/style.scss */
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1920px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100; }

@media screen and (max-width: 1920px) {
  /* Specific to this particular image */
  /* line 96, scss/style.scss */
  img.bg {
    left: 50%;
    margin-left: -960px;
    /* 50% */ } }
/* Page Structure */
/* line 104, scss/style.scss */
body {
  background: #78787f;
  padding: 0; }

/* line 109, scss/style.scss */
.page-wrapper {
  *zoom: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .page-wrapper:after {
    content: "";
    display: table;
    clear: both; }

/* line 112, scss/style.scss */
.site-header {
  height: 135px;
  background: #fff;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 0px 10px #444444;
  -moz-box-shadow: 0px 0px 10px #444444;
  box-shadow: 0px 0px 10px #444444; }

/* line 118, scss/style.scss */
.logo {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  margin-top: 30px; }

/* line 122, scss/style.scss */
.logo a {
  display: block;
  width: 175px;
  height: 91px;
  text-indent: -9999px;
  margin-left: 15px;
  /* 	@include site-assets-sprite(accidental-collective-logo); */
  background: url(images/site-assets/accidental-collective-logo.png); }

/* line 131, scss/style.scss */
.site-navigation {
  width: 74.46809%;
  float: right;
  margin-right: 0;
  #margin-left: -20px;
  display: inline; }

/* line 134, scss/style.scss */
.site-navigation ul {
  float: right;
  margin-right: 15px; }

/* line 138, scss/style.scss */
.site-navigation li {
  float: left; }

/* line 141, scss/style.scss */
.site-navigation a {
  display: block;
  text-indent: -9999px;
  margin-left: 10px; }

/* line 146, scss/style.scss */
.site-navigation a.nav-current-projects {
  width: 72px;
  height: 130px;
  /* 	@include site-assets-sprite(nav-current-projects); */
  background: url(images/site-assets/nav-current-projects.png); }

/* line 152, scss/style.scss */
.site-navigation a.nav-previous-projects {
  width: 86px;
  height: 150px;
  /* 	@include site-assets-sprite(nav-past-projects); */
  background: url(images/site-assets/nav-past-projects.png); }

/* line 158, scss/style.scss */
.site-navigation a.nav-about-us {
  width: 124px;
  height: 51px;
  /* 	@include site-assets-sprite(nav-about-us); */
  background: url(images/site-assets/nav-about-us.png);
  margin-top: 43px; }

/* line 166, scss/style.scss */
.dashing {
  border: 2px dashed #959b9c;
  padding: 12px;
  margin: 5px 8px 9px 4px; }

/* FlexSlider Necessary Styles
*********************************/
/* line 177, scss/style.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

/* line 180, scss/style.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 183, scss/style.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 184, scss/style.scss */
.flexslider .slides img {
  width: 100%;
  display: block; }

/* line 185, scss/style.scss */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
/* line 188, scss/style.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 189, scss/style.scss */
html[xmlns] .slides {
  display: block; }

/* line 190, scss/style.scss */
* html .slides {
  height: 1%; }

/* line 192, scss/style.scss */
.flexslider {
  position: relative;
  height: 378px;
  padding: 1px;
  margin: 10px 0; }

/* line 199, scss/style.scss */
.slides {
  width: 846px;
  height: 275px;
  margin: 35px 0 10px 0;
  padding: 0;
  list-style: none; }

/* line 206, scss/style.scss */
.slides li {
  height: 275px;
  overflow: hidden; }

/* line 210, scss/style.scss */
.home .slides {
  margin: 35px 0 0 42px;
  height: 300px; }

/* line 214, scss/style.scss */
.home .slides li {
  height: 300px;
  overflow: hidden; }

/* line 218, scss/style.scss */
.flex-viewport {
  width: 880px;
  margin-left: 25px; }

/* Control Nav */
/* line 224, scss/style.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  z-index: 1001;
  text-align: center; }

/* line 225, scss/style.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* line 226, scss/style.scss */
.flex-control-paging li a {
  width: 14px;
  height: 15px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  background: url(images/site-assets/carousel-nav-button.png); }

/* line 227, scss/style.scss */
.flex-control-paging li a:hover {
  background: url(images/site-assets/carousel-nav-button-active.png);
  cursor: pointer; }

/* line 228, scss/style.scss */
.flex-control-paging li a.flex-active {
  background: url(images/site-assets/carousel-nav-button-active.png);
  cursor: pointer; }

/* line 231, scss/style.scss */
.page-content {
  width: 74.46809%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }

/* line 234, scss/style.scss */
.site-footer {
  width: 100%;
  float: right;
  margin-right: 0;
  #margin-left: -20px;
  display: inline;
  overflow: hidden;
  *zoom: 1;
  background: white url(images/backgrounds/footer.png) no-repeat 22px 16px;
  margin: 0 0 20px 0;
  height: 110px; }

/* line 241, scss/style.scss */
.funders {
  padding-left: 3.7234%;
  padding-right: 3.7234%;
  width: 41.48936%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  overflow: hidden;
  *zoom: 1;
  padding: 35px; }

/* line 246, scss/style.scss */
.panek {
  width: 115px;
  height: 39px;
  background: url(images/site-assets/panek-logo.png);
  float: left;
  margin-right: 20px; }

/* line 253, scss/style.scss */
.applause-outdoors {
  width: 114px;
  height: 39px;
  background: url(images/site-assets/applause-outdoors-logo.png);
  float: left;
  margin-right: 20px; }

/* line 260, scss/style.scss */
.arts-council {
  width: 111px;
  height: 34px;
  background: url(images/site-assets/arts-council-logo.png);
  float: left;
  margin-top: 8px; }

/* line 267, scss/style.scss */
.social {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  overflow: hidden;
  *zoom: 1;
  margin-top: 25px; }

/* line 272, scss/style.scss */
.facebook a {
  display: block;
  width: 41px;
  height: 42px;
  background: url(images/site-assets/facebook.png);
  float: right; }

/* line 279, scss/style.scss */
.twitter a {
  display: block;
  width: 41px;
  height: 42px;
  background: url(images/site-assets/twitter.png);
  float: right;
  margin-left: 15px; }

/* line 287, scss/style.scss */
.contacts {
  padding-left: 2.65957%;
  padding-right: 2.65957%;
  width: 18.08511%;
  float: right;
  margin-right: 0;
  #margin-left: -20px;
  display: inline;
  text-align: right;
  padding: 25px; }

/* Home Page */
/* line 294, scss/style.scss */
.photo-viewer-home-mask {
  position: absolute;
  top: 0;
  left: -8px;
  background: url(images/image-viewer-home-mask.png);
  width: 960px;
  height: 380px;
  z-index: 1000; }

/* line 303, scss/style.scss */
.primary-content {
  padding-left: 5.71429%;
  padding-right: 5.71429%;
  width: 54.28571%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #444444;
  -moz-box-shadow: 0px 0px 10px #444444;
  box-shadow: 0px 0px 10px #444444;
  background-color: white;
  margin-bottom: 20px;
  /* 	@include backgrounds-sprite(home-primary-content); */
  background: white url(images/backgrounds/home-primary-content.png) no-repeat;
  padding: 40px 40px 40px 40px;
  color: #fff;
  background-position: 12px	8px;
  height: 240px; }

/* line 314, scss/style.scss */
.welcome-statement p {
  text-indent: 0px;
  margin-bottom: 24px;
  line-height: 1.25;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 1px; }

/* line 325, scss/style.scss */
.next-performance {
  padding-left: 2.85714%;
  padding-right: 2.85714%;
  width: 25.71429%;
  float: right;
  margin-right: 0;
  #margin-left: -20px;
  display: inline;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #444444;
  -moz-box-shadow: 0px 0px 10px #444444;
  box-shadow: 0px 0px 10px #444444;
  background-color: white;
  margin-bottom: 20px;
  background: white url(images/backgrounds/next-event.png) no-repeat 5px 5px;
  padding: 20px;
  height: 280px; }

/* line 332, scss/style.scss */
.next-public-outing {
  margin-top: 15px; }

/* line 335, scss/style.scss */
.performance-title {
  font-weight: bold; }

/* line 338, scss/style.scss */
.performance-location:before {
  content: '@ '; }

/* line 341, scss/style.scss */
.featured-project {
  padding-left: 4.28571%;
  padding-right: 4.28571%;
  width: 91.42857%;
  float: right;
  margin-right: 0;
  #margin-left: -20px;
  display: inline;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #444444;
  -moz-box-shadow: 0px 0px 10px #444444;
  box-shadow: 0px 0px 10px #444444;
  background-color: #ad001b;
  margin-bottom: 20px;
  padding: 30px;
  position: relative;
  height: 140px; }

/* line 348, scss/style.scss */
.featured-project h2 {
  width: 420px; }

/* line 351, scss/style.scss */
.featured-project .date {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-shadow: 0 2px 0 black;
  background: #450003;
  padding: 8px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 260px;
  text-align: center; }

/* line 364, scss/style.scss */
.featured-project-summary {
  width: 420px;
  color: #fff; }

/* line 368, scss/style.scss */
.featured-project-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 200px; }

/* line 375, scss/style.scss */
.featured-project-image img {
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px; }

/* line 379, scss/style.scss */
.twitter-feed {
  padding-left: 1.06383%;
  padding-right: 1.06383%;
  width: 21.2766%;
  float: right;
  margin-right: 0;
  #margin-left: -20px;
  display: inline;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #444444;
  -moz-box-shadow: 0px 0px 10px #444444;
  box-shadow: 0px 0px 10px #444444;
  background-color: white;
  margin-bottom: 20px;
  padding: 60px 10px 10px 10px;
  position: relative; }

/* line 385, scss/style.scss */
.tweets {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #7dbcd0;
  padding: 10px;
  min-height: 350px;
  overflow: hidden; }

/* line 393, scss/style.scss */
.twitter-bird {
  background: url(images/site-assets/twitter-bird.png) no-repeat;
  height: 55px;
  width: 55px;
  position: absolute;
  left: 10px;
  top: 10px; }

/* line 401, scss/style.scss */
.tweet_list {
  color: #fff; }

/* line 404, scss/style.scss */
.tweet_list li {
  margin-bottom: 10px; }

/* line 407, scss/style.scss */
.tweet_list a {
  color: #9a101a; }

/* line 410, scss/style.scss */
.tweet_time {
  display: block; }

/* line 413, scss/style.scss */
.tweet_time a {
  color: #262626; }

/* line 416, scss/style.scss */
.ticker-tape {
  width: 100%;
  float: right;
  margin-right: 0;
  #margin-left: -20px;
  display: inline;
  background: url(images/backgrounds/ticker-tape.png) no-repeat;
  margin: 0 0 20px 0; }

/* line 421, scss/style.scss */
.tickercontainer {
  overflow: hidden;
  width: 690px;
  height: 40px;
  margin-left: 7px; }

/* line 427, scss/style.scss */
.mask {
  overflow: hidden;
  width: 688px;
  height: 20px;
  padding-top: 5px;
  position: relative;
  margin-top: 6px; }

/* line 434, scss/style.scss */
ul.newsticker {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  left: 720px; }

/* line 441, scss/style.scss */
ul.newsticker li {
  float: left;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px; }

/* PROJECTS */
/* line 450, scss/style.scss */
.photo-viewer-project-mask {
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/image-viewer-project-mask.png) no-repeat;
  width: 960px;
  height: 380px;
  z-index: 1000; }

/* line 459, scss/style.scss */
.event-primary-content {
  padding-left: 4.25532%;
  padding-right: 4.25532%;
  width: 40.42553%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #444444;
  -moz-box-shadow: 0px 0px 10px #444444;
  box-shadow: 0px 0px 10px #444444;
  background-color: white;
  margin-bottom: 20px;
  background: white url(images/backgrounds/event-description.png) no-repeat 10px 12px;
  padding: 40px;
  height: 420px;
  color: #fff; }

/* line 468, scss/style.scss */
.event-primary-content p {
  font-size: 14px; }

/* line 471, scss/style.scss */
.event-primary-content a {
  color: #fff; }

/* line 474, scss/style.scss */
.event-primary-content a:hover {
  color: #27615e; }

/* line 477, scss/style.scss */
.event-primary-content .wp-post-image {
  width: 375px;
  height: 250px; }

/* line 481, scss/style.scss */
.performance-dates {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  #margin-left: -20px;
  display: inline;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #444444;
  -moz-box-shadow: 0px 0px 10px #444444;
  box-shadow: 0px 0px 10px #444444;
  background-color: white;
  margin-bottom: 20px; }

/* line 485, scss/style.scss */
.performance {
  margin-bottom: 10px; }

/* line 488, scss/style.scss */
.quotes {
  padding-left: 3.19149%;
  padding-right: 3.19149%;
  width: 42.55319%;
  float: right;
  margin-right: 0;
  #margin-left: -20px;
  display: inline;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #444444;
  -moz-box-shadow: 0px 0px 10px #444444;
  box-shadow: 0px 0px 10px #444444;
  background-color: #aa001f;
  margin-bottom: 20px;
  background: #aa001f url(images/backgrounds/quotes.png) no-repeat 10px 3px;
  height: 160px;
  padding: 50px 30px 30px 30px;
  font-family: "tekton-pro-condensed",sans-serif; }

/* line 496, scss/style.scss */
.quotes p {
  max-height: 55px;
  overflow: hidden; }

/* line 500, scss/style.scss */
.quoted-name {
  font-weight: bold; }

/* line 504, scss/style.scss */
.quotes .slides {
  width: 390px;
  height: 120px;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 511, scss/style.scss */
.quotes .slides li {
  width: 390px;
  height: 120px;
  overflow: hidden;
  background: url(images/backgrounds/quotes.png) no-repeat -20px -38px; }

/* line 518, scss/style.scss */
.further-information {
  padding-left: 3.19149%;
  padding-right: 3.19149%;
  width: 93.61702%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #444444;
  -moz-box-shadow: 0px 0px 10px #444444;
  box-shadow: 0px 0px 10px #444444;
  background-color: white;
  margin-bottom: 20px;
  padding: 30px; }

/* line 523, scss/style.scss */
.extra-information {
  width: 600px;
  float: left; }

/* line 527, scss/style.scss */
.partners {
  width: 240px;
  float: right; }

/* line 531, scss/style.scss */
.partners img {
  display: block;
  margin-bottom: 10px; }

/* Pages */
/* line 537, scss/style.scss */
.fullwidth-page {
  padding-left: 1.06383%;
  padding-right: 1.06383%;
  width: 97.87234%;
  float: right;
  margin-right: 0;
  #margin-left: -20px;
  display: inline;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #444444;
  -moz-box-shadow: 0px 0px 10px #444444;
  box-shadow: 0px 0px 10px #444444;
  background-color: white;
  margin-bottom: 20px;
  padding: 10px; }

/* line 544, scss/style.scss */
.omega {
  float: right;
  margin-right: 0;
  #margin-left: -20px; }
