/*============================================*\
    Colour Schema
    	| Set all colour references here
    	| as variables for use throughout
    	| the theme
\*============================================*/
/*============================================*\
    CSS3 Helpers
    	| A collection of mixins to help with
    	| CSS3 vendor compatibility
\*============================================*/
/*====================================*\
	Border Radius
\*====================================*/
/* == Regular == */
/* == Complex == */
/*====================================*\
	Shadows
\*====================================*/
/* == Box == */
/* == Text == */
/*====================================*\
	Box Sizing
\*====================================*/
/*====================================*\
	Box Sizing
\*====================================*/
/*====================================*\
	Gradient
\*====================================*/
/*====================================*\
	Transform
\*====================================*/
/* == Rotate == */
/*====================================*\
	Opacity
\*====================================*/
/* == Rotate == */
/* == Transparent == */
/* == Opaque == */
/*====================================*\
	Columns
\*====================================*/
/*============================================*\
    Mixins
    	| A collection of mixins to help
    	| ease development, including cross
    	| browser. Also a space for project
    	| specific mixins
\*============================================*/
/*============================================*\
	| Mixins to allow custom values of
	| durations & delays
\*============================================*/
/* Set the animation duration */
/* Choose the stock animation */
/* Apply a delay to the animation */
/* Placeholder class for applying default animation through HTML */
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-fill-mode: both;
  -o-animation-duration: 1s;
  -o-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

/*================================*\
	Gothenburg
\*================================*/
.page-template-gothenburg-php .mast-panel {
  overflow: visible;
}

.page-template-gothenburg-php .mast-panel .panel-content {
  width: auto;
}

.page-template-gothenburg-php .site-mast {
  padding-bottom: 3em;
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-image: url("../images/wave.png");
  background-position: bottom left;
}
.no-touch.cssanimations .wave {
  -webkit-animation: wave 90s infinite linear;
}

.population {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .population {
    margin-top: 2em;
  }
}
@media (min-width: 992px) {
  .population {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}

.boat {
  display: block;
  width: 175px;
  height: 77px;
  background-size: 77.5%;
  background-image: url("../images/boat.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 4px;
  left: 17.5%;
  -webkit-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
}
.no-svg .boat {
  width: 157px;
  height: 70px;
  background-image: url("../images/boat.png");
  bottom: 1px;
}
@media (min-width: 600px) {
  .boat {
    background-size: 77.5%;
    width: 240px;
    height: 105px;
  }
}
.no-touch.cssanimations .boat {
  -webkit-animation: bob 750ms infinite linear;
  -moz-animation: bob 750ms infinite linear;
  -ms-animation: bob 750ms infinite linear;
  -o-animation: bob 750ms infinite linear;
  animation: bob 750ms infinite linear;
}

.graph {
  float: right;
  margin-top: .33em;
}
@media (min-width: 480px) {
  .graph {
    margin-top: 0;
    float: none;
  }
}

.stats {
  float: left;
  max-width: 210px;
  margin-top: .33em;
}
@media (min-width: 480px) {
  .stats {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-bottom: .66em;
  }
}

.total-inhabitants,
.metro-inhabitants {
  text-transform: uppercase;
  line-height: 1.1;
}

.total-inhabitants {
  font-size: 18px;
}
@media (min-width: 480px) {
  .total-inhabitants {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .total-inhabitants {
    font-size: 28px;
  }
}

.metro-inhabitants {
  font-size: 18px;
  color: #979797;
  margin-top: .5em;
}
@media (min-width: 480px) {
  .metro-inhabitants {
    margin-top: .25em;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .metro-inhabitants {
    font-size: 28px;
  }
}

.people {
  margin-bottom: .5em;
  width: 33px;
  float: left;
  margin-left: 8px;
}
.people:first-child {
  margin-left: 0;
}
@media (min-width: 480px) {
  .people {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.people.red .man {
  background-image: url("../images/man-red.svg");
}
.no-svg .people.red .man {
  background-image: url("../images/man-red.png");
}
.people.grey .man {
  background-image: url("../images/man-grey.svg");
}
.no-svg .people.grey .man {
  background-image: url("../images/man-grey.png");
}
.people.red .woman {
  background-image: url("../images/woman-red.svg");
}
.no-svg .people.red .woman {
  background-image: url("../images/woman-red.html");
}
.people.grey .woman {
  background-image: url("../images/woman-grey.svg");
}
.no-svg .people.grey .woman {
  background-image: url("../images/woman-grey.html");
}
.people .woman {
  margin-top: 1px;
}
.people .person {
  display: block;
  content: '';
  background-repeat: no-repeat;
  float: left;
  width: 5px;
  height: 14px;
  background-size: 100%;
  margin-right: 2px;
}
.people .person:nth-child(5n + 5) {
  margin-right: 0;
}
@media (min-width: 480px) {
  .people .person.woman {
    margin-top: 2px;
  }
  .people .person:nth-child(5n + 5) {
    margin-right: 2px;
  }
}
@media (min-width: 768px) {
  .people .person {
    height: 22px;
    width: 8px;
    margin-right: 0;
    margin-left: 1px;
  }
  .people .person.man {
    height: 24px;
  }
  .people .person:first-child {
    margin-left: 0;
  }
  .people .person:nth-child(5n + 5) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .people .person {
    height: 29px;
    width: 12px;
    margin-left: 1px;
  }
  .people .person.man {
    height: 33px;
  }
  .people .person.woman {
    margin-top: 4px;
  }
  .people .person:first-child {
    margin-left: 0;
  }
}
.people .person:first-child {
  margin-left: 0;
}
.no-touch.cssanimations .people .person {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1.5s;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1.5s;
  -ms-animation-fill-mode: both;
  -o-animation-duration: 1.5s;
  -o-animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -ms-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
}
.people .person.person-1 {
  -webkit-animation-delay: 25ms;
  -moz-animation-delay: 25ms;
  -ms-animation-delay: 25ms;
  -o-animation-delay: 25ms;
  animation-delay: 25ms;
}
.people .person.person-2 {
  -webkit-animation-delay: 50ms;
  -moz-animation-delay: 50ms;
  -ms-animation-delay: 50ms;
  -o-animation-delay: 50ms;
  animation-delay: 50ms;
}
.people .person.person-3 {
  -webkit-animation-delay: 75ms;
  -moz-animation-delay: 75ms;
  -ms-animation-delay: 75ms;
  -o-animation-delay: 75ms;
  animation-delay: 75ms;
}
.people .person.person-4 {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
}
.people .person.person-5 {
  -webkit-animation-delay: 125ms;
  -moz-animation-delay: 125ms;
  -ms-animation-delay: 125ms;
  -o-animation-delay: 125ms;
  animation-delay: 125ms;
}
.people .person.person-6 {
  -webkit-animation-delay: 150ms;
  -moz-animation-delay: 150ms;
  -ms-animation-delay: 150ms;
  -o-animation-delay: 150ms;
  animation-delay: 150ms;
}
.people .person.person-7 {
  -webkit-animation-delay: 175ms;
  -moz-animation-delay: 175ms;
  -ms-animation-delay: 175ms;
  -o-animation-delay: 175ms;
  animation-delay: 175ms;
}
.people .person.person-8 {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
}
.people .person.person-9 {
  -webkit-animation-delay: 225ms;
  -moz-animation-delay: 225ms;
  -ms-animation-delay: 225ms;
  -o-animation-delay: 225ms;
  animation-delay: 225ms;
}
.people .person.person-10 {
  -webkit-animation-delay: 250ms;
  -moz-animation-delay: 250ms;
  -ms-animation-delay: 250ms;
  -o-animation-delay: 250ms;
  animation-delay: 250ms;
}
.people .person.person-11 {
  -webkit-animation-delay: 275ms;
  -moz-animation-delay: 275ms;
  -ms-animation-delay: 275ms;
  -o-animation-delay: 275ms;
  animation-delay: 275ms;
}
.people .person.person-12 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -ms-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms;
}
.people .person.person-13 {
  -webkit-animation-delay: 325ms;
  -moz-animation-delay: 325ms;
  -ms-animation-delay: 325ms;
  -o-animation-delay: 325ms;
  animation-delay: 325ms;
}
.people .person.person-14 {
  -webkit-animation-delay: 350ms;
  -moz-animation-delay: 350ms;
  -ms-animation-delay: 350ms;
  -o-animation-delay: 350ms;
  animation-delay: 350ms;
}
.people .person.person-15 {
  -webkit-animation-delay: 375ms;
  -moz-animation-delay: 375ms;
  -ms-animation-delay: 375ms;
  -o-animation-delay: 375ms;
  animation-delay: 375ms;
}
.people .person.person-16 {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
}
.people .person.person-17 {
  -webkit-animation-delay: 425ms;
  -moz-animation-delay: 425ms;
  -ms-animation-delay: 425ms;
  -o-animation-delay: 425ms;
  animation-delay: 425ms;
}
.people .person.person-18 {
  -webkit-animation-delay: 450ms;
  -moz-animation-delay: 450ms;
  -ms-animation-delay: 450ms;
  -o-animation-delay: 450ms;
  animation-delay: 450ms;
}
.people .person.person-19 {
  -webkit-animation-delay: 475ms;
  -moz-animation-delay: 475ms;
  -ms-animation-delay: 475ms;
  -o-animation-delay: 475ms;
  animation-delay: 475ms;
}
.people .person.person-20 {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
}
.people .person.person-21 {
  -webkit-animation-delay: 525ms;
  -moz-animation-delay: 525ms;
  -ms-animation-delay: 525ms;
  -o-animation-delay: 525ms;
  animation-delay: 525ms;
}
.people .person.person-22 {
  -webkit-animation-delay: 550ms;
  -moz-animation-delay: 550ms;
  -ms-animation-delay: 550ms;
  -o-animation-delay: 550ms;
  animation-delay: 550ms;
}
.people .person.person-23 {
  -webkit-animation-delay: 575ms;
  -moz-animation-delay: 575ms;
  -ms-animation-delay: 575ms;
  -o-animation-delay: 575ms;
  animation-delay: 575ms;
}
.people .person.person-24 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
}
.people .person.person-25 {
  -webkit-animation-delay: 625ms;
  -moz-animation-delay: 625ms;
  -ms-animation-delay: 625ms;
  -o-animation-delay: 625ms;
  animation-delay: 625ms;
}
.people .person.person-26 {
  -webkit-animation-delay: 650ms;
  -moz-animation-delay: 650ms;
  -ms-animation-delay: 650ms;
  -o-animation-delay: 650ms;
  animation-delay: 650ms;
}
.people .person.person-27 {
  -webkit-animation-delay: 675ms;
  -moz-animation-delay: 675ms;
  -ms-animation-delay: 675ms;
  -o-animation-delay: 675ms;
  animation-delay: 675ms;
}
.people .person.person-28 {
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -ms-animation-delay: 700ms;
  -o-animation-delay: 700ms;
  animation-delay: 700ms;
}
.people .person.person-29 {
  -webkit-animation-delay: 725ms;
  -moz-animation-delay: 725ms;
  -ms-animation-delay: 725ms;
  -o-animation-delay: 725ms;
  animation-delay: 725ms;
}
.people .person.person-30 {
  -webkit-animation-delay: 750ms;
  -moz-animation-delay: 750ms;
  -ms-animation-delay: 750ms;
  -o-animation-delay: 750ms;
  animation-delay: 750ms;
}
.people .person.person-31 {
  -webkit-animation-delay: 775ms;
  -moz-animation-delay: 775ms;
  -ms-animation-delay: 775ms;
  -o-animation-delay: 775ms;
  animation-delay: 775ms;
}
.people .person.person-32 {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  animation-delay: 800ms;
}
.people .person.person-33 {
  -webkit-animation-delay: 825ms;
  -moz-animation-delay: 825ms;
  -ms-animation-delay: 825ms;
  -o-animation-delay: 825ms;
  animation-delay: 825ms;
}
.people .person.person-34 {
  -webkit-animation-delay: 850ms;
  -moz-animation-delay: 850ms;
  -ms-animation-delay: 850ms;
  -o-animation-delay: 850ms;
  animation-delay: 850ms;
}
.people .person.person-35 {
  -webkit-animation-delay: 875ms;
  -moz-animation-delay: 875ms;
  -ms-animation-delay: 875ms;
  -o-animation-delay: 875ms;
  animation-delay: 875ms;
}
.people .person.person-36 {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: 900ms;
  -ms-animation-delay: 900ms;
  -o-animation-delay: 900ms;
  animation-delay: 900ms;
}
.people .person.person-37 {
  -webkit-animation-delay: 925ms;
  -moz-animation-delay: 925ms;
  -ms-animation-delay: 925ms;
  -o-animation-delay: 925ms;
  animation-delay: 925ms;
}
.people .person.person-38 {
  -webkit-animation-delay: 950ms;
  -moz-animation-delay: 950ms;
  -ms-animation-delay: 950ms;
  -o-animation-delay: 950ms;
  animation-delay: 950ms;
}
.people .person.person-39 {
  -webkit-animation-delay: 975ms;
  -moz-animation-delay: 975ms;
  -ms-animation-delay: 975ms;
  -o-animation-delay: 975ms;
  animation-delay: 975ms;
}
.people .person.person-40 {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.people .person.person-41 {
  -webkit-animation-delay: 1025ms;
  -moz-animation-delay: 1025ms;
  -ms-animation-delay: 1025ms;
  -o-animation-delay: 1025ms;
  animation-delay: 1025ms;
}
.people .person.person-42 {
  -webkit-animation-delay: 1050ms;
  -moz-animation-delay: 1050ms;
  -ms-animation-delay: 1050ms;
  -o-animation-delay: 1050ms;
  animation-delay: 1050ms;
}
.people .person.person-43 {
  -webkit-animation-delay: 1075ms;
  -moz-animation-delay: 1075ms;
  -ms-animation-delay: 1075ms;
  -o-animation-delay: 1075ms;
  animation-delay: 1075ms;
}
.people .person.person-44 {
  -webkit-animation-delay: 1100ms;
  -moz-animation-delay: 1100ms;
  -ms-animation-delay: 1100ms;
  -o-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.people .person.person-45 {
  -webkit-animation-delay: 1125ms;
  -moz-animation-delay: 1125ms;
  -ms-animation-delay: 1125ms;
  -o-animation-delay: 1125ms;
  animation-delay: 1125ms;
}
.people .person.person-46 {
  -webkit-animation-delay: 1150ms;
  -moz-animation-delay: 1150ms;
  -ms-animation-delay: 1150ms;
  -o-animation-delay: 1150ms;
  animation-delay: 1150ms;
}
.people .person.person-47 {
  -webkit-animation-delay: 1175ms;
  -moz-animation-delay: 1175ms;
  -ms-animation-delay: 1175ms;
  -o-animation-delay: 1175ms;
  animation-delay: 1175ms;
}
.people .person.person-48 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.people .person.person-49 {
  -webkit-animation-delay: 1225ms;
  -moz-animation-delay: 1225ms;
  -ms-animation-delay: 1225ms;
  -o-animation-delay: 1225ms;
  animation-delay: 1225ms;
}
.people .person.person-50 {
  -webkit-animation-delay: 1250ms;
  -moz-animation-delay: 1250ms;
  -ms-animation-delay: 1250ms;
  -o-animation-delay: 1250ms;
  animation-delay: 1250ms;
}
.people .person.person-51 {
  -webkit-animation-delay: 1275ms;
  -moz-animation-delay: 1275ms;
  -ms-animation-delay: 1275ms;
  -o-animation-delay: 1275ms;
  animation-delay: 1275ms;
}
.people.grey .person-1 {
  -webkit-animation-delay: 25ms;
  -moz-animation-delay: 25ms;
  -ms-animation-delay: 25ms;
  -o-animation-delay: 25ms;
  animation-delay: 25ms;
}
.people.grey .person-2 {
  -webkit-animation-delay: 50ms;
  -moz-animation-delay: 50ms;
  -ms-animation-delay: 50ms;
  -o-animation-delay: 50ms;
  animation-delay: 50ms;
}
.people.grey .person-3 {
  -webkit-animation-delay: 75ms;
  -moz-animation-delay: 75ms;
  -ms-animation-delay: 75ms;
  -o-animation-delay: 75ms;
  animation-delay: 75ms;
}
.people.grey .person-4 {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
}
.people.grey .person-5 {
  -webkit-animation-delay: 125ms;
  -moz-animation-delay: 125ms;
  -ms-animation-delay: 125ms;
  -o-animation-delay: 125ms;
  animation-delay: 125ms;
}
.people.grey .person-6 {
  -webkit-animation-delay: 150ms;
  -moz-animation-delay: 150ms;
  -ms-animation-delay: 150ms;
  -o-animation-delay: 150ms;
  animation-delay: 150ms;
}
.people.grey .person-7 {
  -webkit-animation-delay: 175ms;
  -moz-animation-delay: 175ms;
  -ms-animation-delay: 175ms;
  -o-animation-delay: 175ms;
  animation-delay: 175ms;
}
.people.grey .person-8 {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
}
.people.grey .person-9 {
  -webkit-animation-delay: 225ms;
  -moz-animation-delay: 225ms;
  -ms-animation-delay: 225ms;
  -o-animation-delay: 225ms;
  animation-delay: 225ms;
}
.people.grey .person-10 {
  -webkit-animation-delay: 250ms;
  -moz-animation-delay: 250ms;
  -ms-animation-delay: 250ms;
  -o-animation-delay: 250ms;
  animation-delay: 250ms;
}
.people.grey .person-11 {
  -webkit-animation-delay: 275ms;
  -moz-animation-delay: 275ms;
  -ms-animation-delay: 275ms;
  -o-animation-delay: 275ms;
  animation-delay: 275ms;
}
.people.grey .person-12 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -ms-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms;
}
.people.grey .person-13 {
  -webkit-animation-delay: 325ms;
  -moz-animation-delay: 325ms;
  -ms-animation-delay: 325ms;
  -o-animation-delay: 325ms;
  animation-delay: 325ms;
}
.people.grey .person-14 {
  -webkit-animation-delay: 350ms;
  -moz-animation-delay: 350ms;
  -ms-animation-delay: 350ms;
  -o-animation-delay: 350ms;
  animation-delay: 350ms;
}
.people.grey .person-15 {
  -webkit-animation-delay: 375ms;
  -moz-animation-delay: 375ms;
  -ms-animation-delay: 375ms;
  -o-animation-delay: 375ms;
  animation-delay: 375ms;
}
.people.grey .person-16 {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
}
.people.grey .person-17 {
  -webkit-animation-delay: 425ms;
  -moz-animation-delay: 425ms;
  -ms-animation-delay: 425ms;
  -o-animation-delay: 425ms;
  animation-delay: 425ms;
}
.people.grey .person-18 {
  -webkit-animation-delay: 450ms;
  -moz-animation-delay: 450ms;
  -ms-animation-delay: 450ms;
  -o-animation-delay: 450ms;
  animation-delay: 450ms;
}
.people.grey .person-19 {
  -webkit-animation-delay: 475ms;
  -moz-animation-delay: 475ms;
  -ms-animation-delay: 475ms;
  -o-animation-delay: 475ms;
  animation-delay: 475ms;
}
.people.grey .person-20 {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
}
.people.grey .person-21 {
  -webkit-animation-delay: 525ms;
  -moz-animation-delay: 525ms;
  -ms-animation-delay: 525ms;
  -o-animation-delay: 525ms;
  animation-delay: 525ms;
}
.people.grey .person-22 {
  -webkit-animation-delay: 550ms;
  -moz-animation-delay: 550ms;
  -ms-animation-delay: 550ms;
  -o-animation-delay: 550ms;
  animation-delay: 550ms;
}
.people.grey .person-23 {
  -webkit-animation-delay: 575ms;
  -moz-animation-delay: 575ms;
  -ms-animation-delay: 575ms;
  -o-animation-delay: 575ms;
  animation-delay: 575ms;
}
.people.grey .person-24 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
}
.people.grey .person-25 {
  -webkit-animation-delay: 625ms;
  -moz-animation-delay: 625ms;
  -ms-animation-delay: 625ms;
  -o-animation-delay: 625ms;
  animation-delay: 625ms;
}
.people.grey .person-26 {
  -webkit-animation-delay: 650ms;
  -moz-animation-delay: 650ms;
  -ms-animation-delay: 650ms;
  -o-animation-delay: 650ms;
  animation-delay: 650ms;
}
.people.grey .person-27 {
  -webkit-animation-delay: 675ms;
  -moz-animation-delay: 675ms;
  -ms-animation-delay: 675ms;
  -o-animation-delay: 675ms;
  animation-delay: 675ms;
}
.people.grey .person-28 {
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -ms-animation-delay: 700ms;
  -o-animation-delay: 700ms;
  animation-delay: 700ms;
}
.people.grey .person-29 {
  -webkit-animation-delay: 725ms;
  -moz-animation-delay: 725ms;
  -ms-animation-delay: 725ms;
  -o-animation-delay: 725ms;
  animation-delay: 725ms;
}
.people.grey .person-30 {
  -webkit-animation-delay: 750ms;
  -moz-animation-delay: 750ms;
  -ms-animation-delay: 750ms;
  -o-animation-delay: 750ms;
  animation-delay: 750ms;
}
.people.grey .person-31 {
  -webkit-animation-delay: 775ms;
  -moz-animation-delay: 775ms;
  -ms-animation-delay: 775ms;
  -o-animation-delay: 775ms;
  animation-delay: 775ms;
}
.people.grey .person-32 {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  animation-delay: 800ms;
}
.people.grey .person-33 {
  -webkit-animation-delay: 825ms;
  -moz-animation-delay: 825ms;
  -ms-animation-delay: 825ms;
  -o-animation-delay: 825ms;
  animation-delay: 825ms;
}
.people.grey .person-34 {
  -webkit-animation-delay: 850ms;
  -moz-animation-delay: 850ms;
  -ms-animation-delay: 850ms;
  -o-animation-delay: 850ms;
  animation-delay: 850ms;
}
.people.grey .person-35 {
  -webkit-animation-delay: 875ms;
  -moz-animation-delay: 875ms;
  -ms-animation-delay: 875ms;
  -o-animation-delay: 875ms;
  animation-delay: 875ms;
}
.people.grey .person-36 {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: 900ms;
  -ms-animation-delay: 900ms;
  -o-animation-delay: 900ms;
  animation-delay: 900ms;
}
.people.grey .person-37 {
  -webkit-animation-delay: 925ms;
  -moz-animation-delay: 925ms;
  -ms-animation-delay: 925ms;
  -o-animation-delay: 925ms;
  animation-delay: 925ms;
}
.people.grey .person-38 {
  -webkit-animation-delay: 950ms;
  -moz-animation-delay: 950ms;
  -ms-animation-delay: 950ms;
  -o-animation-delay: 950ms;
  animation-delay: 950ms;
}
.people.grey .person-39 {
  -webkit-animation-delay: 975ms;
  -moz-animation-delay: 975ms;
  -ms-animation-delay: 975ms;
  -o-animation-delay: 975ms;
  animation-delay: 975ms;
}
.people.grey .person-40 {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.people.grey .person-41 {
  -webkit-animation-delay: 1025ms;
  -moz-animation-delay: 1025ms;
  -ms-animation-delay: 1025ms;
  -o-animation-delay: 1025ms;
  animation-delay: 1025ms;
}
.people.grey .person-42 {
  -webkit-animation-delay: 1050ms;
  -moz-animation-delay: 1050ms;
  -ms-animation-delay: 1050ms;
  -o-animation-delay: 1050ms;
  animation-delay: 1050ms;
}
.people.grey .person-43 {
  -webkit-animation-delay: 1075ms;
  -moz-animation-delay: 1075ms;
  -ms-animation-delay: 1075ms;
  -o-animation-delay: 1075ms;
  animation-delay: 1075ms;
}
.people.grey .person-44 {
  -webkit-animation-delay: 1100ms;
  -moz-animation-delay: 1100ms;
  -ms-animation-delay: 1100ms;
  -o-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.travel-time {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 17px;
}
.travel-time strong {
  color: #979797;
  display: block;
  font-size: 16px;
}
@media (min-width: 480px) {
  .travel-time {
    margin-left: 60px;
    font-size: 22px;
  }
  .travel-time strong {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .travel-time {
    margin-left: 0;
    position: absolute;
    bottom: -75%;
    right: 5%;
    font-size: 26px;
  }
  .travel-time strong {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .travel-time {
    font-size: 30px;
  }
  .travel-time strong {
    font-size: 30px;
  }
}

.stars {
  text-align: center;
}
.stars li {
  display: inline;
  margin: 0 5px;
}

.star img {
  width: 50px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s linear;
  -webkit-filter: brightness(1%);
}
.star img:hover {
  -webkit-transform: scale(1.1) rotate(22.5deg);
  -webkit-filter: brightness(20%);
}
@media (min-width: 768px) {
  .star {
    margin-left: 0;
    position: absolute;
  }
  .no-touch.cssanimations .star {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .star.star-1 {
    top: 4.5%;
    left: 6%;
  }
  .star.star-1 img {
    width: 60px;
  }
  .star.star-2 {
    top: 25%;
    left: 10%;
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    -ms-animation-delay: 150ms;
    -o-animation-delay: 150ms;
    animation-delay: 150ms;
  }
  .star.star-2 img {
    width: 45px;
  }
  .star.star-3 {
    top: 30%;
    left: 22.5%;
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
  }
  .star.star-3 img {
    width: 50px;
  }
  .star.star-4 {
    top: 48%;
    left: 7.5%;
    -webkit-animation-delay: 450ms;
    -moz-animation-delay: 450ms;
    -ms-animation-delay: 450ms;
    -o-animation-delay: 450ms;
    animation-delay: 450ms;
  }
  .star.star-4 img {
    width: 55px;
  }
}

.food {
  padding: 3em 0;
  /* animations occur on tablets (and above) only */
}
@media (min-width: 768px) {
  .food {
    padding-bottom: 0;
  }
  .no-touch.cssanimations .food.top-inview .star {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -ms-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .no-touch.cssanimations .food.top-inview .restaurant .title {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -ms-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-delay: 900ms;
    -moz-animation-delay: 900ms;
    -ms-animation-delay: 900ms;
    -o-animation-delay: 900ms;
    animation-delay: 900ms;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .no-touch.cssanimations .food .geography .title, .no-touch.cssanimations .food .capital, .no-touch.cssanimations .food .map-marker, .no-touch.cssanimations .food .restaurant .title {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .no-touch.cssanimations .food.bottom-inview .geography .title {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1.5s;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1.5s;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 1.5s;
    -o-animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-delay: 1050ms;
    -moz-animation-delay: 1050ms;
    -ms-animation-delay: 1050ms;
    -o-animation-delay: 1050ms;
    animation-delay: 1050ms;
  }
  .no-touch.cssanimations .food.bottom-inview .capital {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    -ms-animation-delay: 1200ms;
    -o-animation-delay: 1200ms;
    animation-delay: 1200ms;
  }
  .no-touch.cssanimations .food.bottom-inview .map-marker {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-delay: 1350ms;
    -moz-animation-delay: 1350ms;
    -ms-animation-delay: 1350ms;
    -o-animation-delay: 1350ms;
    animation-delay: 1350ms;
  }
}

@media (min-width: 768px) {
  .restaurant {
    float: left;
    width: 64%;
  }
}
.restaurant .title {
  display: block;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
  margin-bottom: .5em;
  position: relative;
  font-size: 24px;
}
@media (min-width: 480px) {
  .restaurant .title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .restaurant .title {
    text-align: left;
    margin: 2em 0 0 4em;
    font-size: 26px;
    line-height: 1;
    padding-left: 65px;
    margin-left: 3em;
  }
  .restaurant .title:before {
    background-image: url("../images/knife-fork.svg");
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 60px;
    height: 60px;
    background-size: 100%;
  }
}
.restaurant .title strong {
  display: block;
  color: #CB2F26;
}
.restaurant .title em {
  font-style: normal;
}

.geography {
  position: relative;
  margin-top: 3em;
  text-align: center;
}
.geography .surround,
.geography .sweden {
  display: none;
}
@media (min-width: 600px) {
  .geography {
    width: 504px;
    margin: -3em auto;
  }
  .geography .surround,
  .geography .sweden {
    display: block;
  }
  .geography .countries {
    position: relative;
    z-index: -1;
    -webkit-transform: scale(0.75);
    width: 100%;
  }
  .geography .sweden {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .geography {
    float: right;
    width: 45%;
    min-width: 504px;
    margin: -5em 0 7.5em 0;
  }
  .geography .countries {
    -webkit-transform: scale(1);
  }
}
.geography .title {
  text-transform: uppercase;
  color: #CB2F26;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: .5em;
}
@media (min-width: 600px) {
  .geography .title {
    font-size: 30px;
    line-height: 1.1;
    max-width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 30%;
    z-index: 20;
  }
}
@media (min-width: 768px) {
  .geography .title {
    margin-left: 0;
    text-align: right;
    left: auto;
    top: 40%;
    right: 10%;
  }
}

.map-marker {
  text-transform: uppercase;
  display: block;
  font-size: 25px;
  position: relative;
  margin-top: .25em;
}
.map-marker:before {
  font-family: "fontello";
  content: "🏉";
  margin-right: 7px;
  display: inline-block;
  color: #cccccc;
}
@media (min-width: 600px) {
  .map-marker {
    background-image: url("../images/placemarker.svg");
    background-repeat: no-repeat;
    display: block;
    width: 47px;
    height: 56px;
    position: absolute;
    bottom: 130px;
    left: 130px;
    z-index: 10;
  }
  .no-svg .map-marker {
    background-image: url("../images/placemarker.png");
  }
  .map-marker:before {
    display: none;
  }
  .map-marker strong {
    color: #CB2F26;
    margin-left: 54px;
    font-size: 18px;
    display: block;
    margin-top: 18px;
  }
}

.capital {
  text-transform: uppercase;
  display: block;
  color: #eeeeee;
}
.capital:before {
  font-family: "fontello";
  content: "\e764";
  margin-right: 7px;
  display: inline-block;
  left: 0;
  color: #FDD017;
}
.capital span {
  display: none;
}
@media (min-width: 600px) {
  .capital {
    position: absolute;
    z-index: 110;
    bottom: 188px;
    left: 259px;
  }
  .capital:before {
    display: none;
  }
  .capital strong {
    font-size: 13px;
    margin-left: 4px;
  }
  .capital span {
    display: inline-block;
    -webkit-animation-name: clockwise;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }
  .capital span:before {
    font-family: "fontello";
    content: "\2605";
    color: white;
    display: block;
    padding: 3px 2px;
    font-size: 14px;
    line-height: .8;
    border: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}

.no-borderradius .capital span:before {
  border: 0;
}

.panel.sport {
  background-image: url("../images/running-track.png");
  background-size: auto;
  background-position: top left;
}

.football .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: .66em;
  line-height: 1.1;
}
.football .title strong {
  color: white;
}
.football .title em {
  display: block;
  font-style: normal;
  color: #e6e6e6;
  font-size: 22px;
}
@media (min-width: 768px) {
  .football .title em {
    font-size: 24px;
  }
}
.football li {
  float: left;
  list-style: none;
  margin-left: 5%;
  width: 30%;
}
.football li:first-child {
  margin-left: 0;
}
.football .teams {
  margin-bottom: 2.5em;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-fill-mode: both;
  -o-animation-duration: 1s;
  -o-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
}
.football .teams a {
  display: block;
}
@media (min-width: 768px) {
  .football {
    float: left;
    width: 50%;
  }
  .football .title {
    margin-bottom: 0;
    display: inline-block;
    background-color: #CB2F26;
    padding: .33em .5em;
    position: relative;
    z-index: 100;
    font-size: 24px;
    text-align: left;
  }
  .football li {
    position: absolute;
    float: none;
    margin-left: 0;
    width: auto;
    max-width: 95px;
  }
  .touch .football .bk-hacken {
    margin-top: 20px;
  }
  .football .ifk {
    margin-left: 115px;
  }
  .touch .football .ifk {
    margin-top: 100px;
  }
  .football .gais {
    margin-left: 265px;
  }
  .touch .football .gais {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .football li {
    max-width: 130px;
  }
  .football .bk-hacken {
    margin-left: 100px;
  }
  .football .ifk {
    margin-left: 150px;
  }
  .touch .football .ifk {
    margin-top: 150px;
  }
  .football .gais {
    margin-left: 330px;
  }
  .touch .football .gais {
    margin-top: 40px;
  }
  .football .title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .football li {
    max-width: 100%;
  }
}

.stadium .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  display: block;
  margin-bottom: 2em;
  line-height: 1.1;
}
.stadium .title a {
  color: white;
}
@media (min-width: 768px) {
  .stadium .title {
    font-size: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .stadium .title {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media (min-width: 1140px) {
  .stadium .title {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.stadium .title strong {
  color: white;
}
.stadium .title em {
  display: block;
  font-style: normal;
  color: #e6e6e6;
  font-size: 16px;
}
@media (min-width: 768px) {
  .stadium .title em {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .stadium .title em {
    font-size: 22px;
  }
}
@media (min-width: 1140px) {
  .stadium .title em {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .stadium {
    float: right;
    width: 52.5%;
    margin: 10em 0 6em;
  }
  .no-touch.cssanimations .stadium {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .no-touch.cssanimations .sport.bottom-inview .stadium {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
}
.stadium .building {
  display: block;
  margin: 0 auto 1.5em;
  max-width: 250px;
}

.film-reel {
  -webkit-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  display: block;
  position: absolute;
  top: -49.5%;
  left: 27%;
  z-index: 1;
  display: block;
  width: 227px;
  height: 1955px;
  background-image: url("../images/film-reel.png");
}
.no-touch.cssanimations .film-reel {
  -webkit-animation: filmreel 15s infinite linear;
}
.no-csstransforms .film-reel {
  right: 20%;
  left: auto;
}

.film-countdown {
  border: 8px solid white;
  display: block;
  position: absolute;
  top: 25%;
  right: 7.5%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
.film-countdown span {
  font-weight: bold;
  position: relative;
  font-size: 200px;
  color: white;
  display: block;
  line-height: 1;
  padding-top: .2em;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 27px;
  border: 8px solid;
  display: block;
  width: 280px;
  height: 280px;
}
.film-countdown span:before {
  content: '';
  display: block;
  width: 6px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -200px;
  background-color: white;
}
.film-countdown span:after {
  content: '';
  display: block;
  width: 400px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -3px;
  background-color: white;
}

.panel.culture {
  padding: 3em 0;
}
.panel.culture .title {
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  position: relative;
  font-size: 15px;
  margin-top: 4em;
  padding-left: 25px;
  position: relative;
  z-index: 2;
}
.panel.culture .title:first-child {
  margin-top: 0;
}
.panel.culture .title strong {
  color: #000;
}
.panel.culture .title em {
  color: white;
  display: block;
  font-style: normal;
  font-size: 13px;
}
.panel.culture .title:before {
  font-weight: 100;
}
@media (min-width: 480px) {
  .panel.culture .title {
    font-size: 22px;
    margin-top: 3.25em;
    padding-left: 40px;
  }
  .panel.culture .title:first-child {
    margin-top: 0;
  }
  .panel.culture .title em {
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  .panel.culture .title {
    font-size: 28px;
    margin-top: 4.25em;
  }
  .panel.culture .title em {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .panel.culture .title {
    margin-top: 0;
    font-size: 30px;
    position: absolute;
    z-index: 10;
    line-height: 1;
  }
  .panel.culture .title em {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .panel.culture .title {
    font-size: 40px;
  }
  .panel.culture .title em {
    font-size: 30px;
  }
}
.panel.culture .green-title:before {
  font-family: "fontello";
  content: "🍂";
  display: block;
  color: #000;
  position: absolute;
  left: 0;
  top: 20%;
  font-size: 20px;
}
@media (min-width: 480px) {
  .panel.culture .green-title:before {
    top: 20%;
    font-size: 30px;
  }
}
@media (min-width: 600px) {
  .panel.culture .green-title:before {
    top: 20%;
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .panel.culture .green-title {
    top: 12.5%;
    padding-left: 45px;
  }
  .panel.culture .green-title:before {
    top: 10%;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .panel.culture .green-title {
    top: 15%;
    padding-left: 55px;
  }
  .panel.culture .green-title:before {
    top: 10%;
    font-size: 50px;
  }
}
.panel.culture .festival-title:before {
  font-family: "fontello";
  content: "\266a";
  display: block;
  color: white;
  position: absolute;
  left: 0;
  top: 12.5%;
  font-size: 20px;
}
@media (min-width: 480px) {
  .panel.culture .festival-title:before {
    top: 17.5%;
    font-size: 30px;
  }
}
@media (min-width: 600px) {
  .panel.culture .festival-title:before {
    top: 17.5%;
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .panel.culture .festival-title {
    top: 40%;
    left: 17.5%;
    padding-left: 35px;
  }
  .panel.culture .festival-title:before {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .panel.culture .festival-title {
    top: 45%;
    left: 25%;
  }
  .panel.culture .festival-title:before {
    top: 15%;
    font-size: 50px;
  }
}
.panel.culture .film-title:before {
  font-family: "fontello";
  content: "🎬";
  display: block;
  color: #000;
  position: absolute;
  left: 0;
  top: 12.5%;
  font-size: 20px;
}
@media (min-width: 480px) {
  .panel.culture .film-title {
    padding-left: 40px;
  }
  .panel.culture .film-title:before {
    top: 17.5%;
    font-size: 30px;
  }
}
@media (min-width: 600px) {
  .panel.culture .film-title:before {
    top: 17.5%;
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .panel.culture .film-title {
    top: 65%;
    right: 7.5%;
    padding-left: 50px;
  }
  .panel.culture .film-title:before {
    top: 12.5%;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .panel.culture .film-title {
    top: 75%;
    right: 7.5%;
    padding-left: 60px;
  }
  .panel.culture .film-title:before {
    position: absolute;
    left: 0;
    top: 15%;
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .no-touch.cssanimations .panel.culture .title, .no-touch.cssanimations .panel.culture .festival-title, .no-touch.cssanimations .panel.culture .film-title {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .no-touch.cssanimations .panel.culture.top-inview .green-title {
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 2s;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 2s;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 2s;
    -o-animation-fill-mode: both;
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .no-touch.cssanimations .panel.culture.middle-inview .festival-title {
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 2s;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 2s;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 2s;
    -o-animation-fill-mode: both;
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .no-touch.cssanimations .panel.culture.bottom-inview .film-title {
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 2s;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 2s;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 2s;
    -o-animation-fill-mode: both;
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
