/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/**
 * Grid
 *
 * Set up responsive grid system.
 * 
 * This is heavily infleuenced by the Semantic Grid http://semantic.gs
 *
 * @author Abban Dunne http://abandon.ie
 * @author James Wilson http://jimmynotjim.com
 * @version 1.1
 */
/* Utility variable — you should never need to modify this */
/* The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack */
/* Ensure grid columns are set to border-boxes. This is essential */
/* Our row container */
/* Our column container */
/* Push adds left padding */
/* Pull adds right padding */
div.amcm-btn-template {
  display: block;
  width: 200px;
  height: 32px;
  margin: 30px auto;
  cursor: pointer;
  background: url("../img/layout/buttons.jpg") no-repeat 0px -338px;
}
div.amcm-btn-template:hover {
  background-position: 0px -296px;
}
div.amcm-btn-conftool {
  display: block;
  width: 200px;
  height: 32px;
  margin: 30px auto;
  cursor: pointer;
  background: url("../img/layout/buttons.jpg") no-repeat 0px -644px;
}
div.amcm-btn-conftool:hover {
  background-position: 0px -601px;
}
div.amcm-btn-registration {
  display: block;
  width: 200px;
  height: 32px;
  margin: 30px auto;
  cursor: pointer;
  background: url("../img/layout/buttons.jpg") no-repeat 0px -42px;
}
div.amcm-btn-registration:hover {
  background-position: 0px 0px;
}
div.amcm-btn-pdfupload {
  display: block;
  width: 200px;
  height: 32px;
  margin: 30px auto;
  cursor: pointer;
  background: url("../img/layout/buttons.jpg") no-repeat 0px -141px;
}
div.amcm-btn-pdfupload:hover {
  background-position: 0px -99px;
}
div.amcm-btn-docupload {
  display: block;
  width: 200px;
  height: 32px;
  margin: 30px auto;
  cursor: pointer;
  background: url("../img/layout/buttons.jpg") no-repeat 0px -537px;
}
div.amcm-btn-docupload:hover {
  background-position: 0px -495px;
}
/* Grid options */
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-justify {
  text-align: justify;
}
.cursor-pointer {
  cursor: pointer;
}
.row {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #9b2a18;
}
h4 {
  margin: 0px;
}
a {
  text-decoration: none;
}
table {
  width: 100%;
}
table td,
table th {
  border: 2px solid #000000;
  padding: 3px 10px;
}
table th {
  background-color: #d7d28f;
  text-align: center;
}
table td.wide {
  width: 60%;
}
table td.wider {
  width: 75%;
}
table td.widest {
  width: 85%;
}
table td.narrow {
  width: 40%;
}
table td.narrower {
  width: 25%;
}
table td.narrowest {
  width: 15%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background-color: #cccccc;
}
#mainContainer {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  background-color: #e4e1b4;
}
header {
  padding-top: 380px;
  background-image: url("../img/layout/header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
header div.banner-amcm {
  background: url("../img/layout/banner.png") no-repeat -9999px -9999px;
  width: 430px;
  height: 97px;
  position: absolute;
  top: 20px;
  left: 50px;
  cursor: pointer;
}
header div.banner-pwr {
  background: url("../img/layout/banner.png") no-repeat -9999px -9999px;
  width: 430px;
  height: 28px;
  position: absolute;
  top: 117px;
  left: 50px;
  cursor: pointer;
}
header div.banner-amcm:hover {
  background-position: 0px 0px;
}
header div.banner-pwr:hover {
  background-position: 0px -97px;
}
footer {
  background-image: url("../img/layout/footer-background.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  height: 83px;
  *zoom: 1;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer > div {
  float: left;
  margin-left: 75px;
}
footer > div img {
  height: 40px;
  margin-top: 20px;
}
div.separated-fragment {
  border-top: #cccccc 20px solid;
  margin-top: 20px;
  margin-left: -61px;
  margin-right: -61px;
  padding-left: 61px;
  padding-right: 61px;
}
nav ul {
  width: 1000px;
  margin: 0px;
  padding: 0px;
  display: block;
  height: 67px;
  background-image: url("../img/layout/menu.jpg");
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
nav ul li {
  padding: 0px;
  margin: 0px;
  width: 165px;
  height: 28px;
  display: block;
  position: absolute;
  cursor: pointer;
}
nav ul li.general {
  top: 0px;
  left: 0px;
}
nav ul li.topics {
  top: 0px;
  left: 167px;
}
nav ul li.committees {
  top: 0px;
  left: 334px;
}
nav ul li.papers {
  top: 0px;
  left: 501px;
}
nav ul li.registration {
  top: 0px;
  left: 669px;
}
nav ul li.info {
  top: 0px;
  left: 836px;
}
nav ul li.sponsors {
  top: 29px;
  left: 0px;
}
nav ul li.exhibition {
  top: 29px;
  left: 167px;
}
nav ul li.advertising {
  top: 29px;
  left: 334px;
}
nav ul li.sightseeing {
  top: 29px;
  left: 501px;
}
nav ul li.excursions {
  top: 29px;
  left: 669px;
}
nav ul li.contact {
  top: 29px;
  left: 836px;
}
nav ul li.general:hover {
  background: url("../img/layout/menu-pressed.jpg") 0px 0px no-repeat;
}
nav ul li.topics:hover {
  background: url("../img/layout/menu-pressed.jpg") -167px 0px no-repeat;
}
nav ul li.committees:hover {
  background: url("../img/layout/menu-pressed.jpg") -334px 0px no-repeat;
}
nav ul li.papers:hover {
  background: url("../img/layout/menu-pressed.jpg") -501px 0px no-repeat;
}
nav ul li.registration:hover {
  background: url("../img/layout/menu-pressed.jpg") -669px 0px no-repeat;
}
nav ul li.info:hover {
  background: url("../img/layout/menu-pressed.jpg") -836px 0px no-repeat;
}
nav ul li.sponsors:hover {
  background: url("../img/layout/menu-pressed.jpg") 0px -29px no-repeat;
}
nav ul li.exhibition:hover {
  background: url("../img/layout/menu-pressed.jpg") -167px -29px no-repeat;
}
nav ul li.advertising:hover {
  background: url("../img/layout/menu-pressed.jpg") -334px -29px no-repeat;
}
nav ul li.sightseeing:hover {
  background: url("../img/layout/menu-pressed.jpg") -501px -29px no-repeat;
}
nav ul li.excursions:hover {
  background: url("../img/layout/menu-pressed.jpg") -669px -29px no-repeat;
}
nav ul li.contact:hover {
  background: url("../img/layout/menu-pressed.jpg") -836px -29px no-repeat;
}
nav ul li.general-pressed {
  background: url("../img/layout/menu-pressed.jpg") 0px 0px no-repeat;
}
nav ul li.topics-pressed {
  background: url("../img/layout/menu-pressed.jpg") -167px 0px no-repeat;
}
nav ul li.committees-pressed {
  background: url("../img/layout/menu-pressed.jpg") -334px 0px no-repeat;
}
nav ul li.papers-pressed {
  background: url("../img/layout/menu-pressed.jpg") -501px 0px no-repeat;
}
nav ul li.registration-pressed {
  background: url("../img/layout/menu-pressed.jpg") -669px 0px no-repeat;
}
nav ul li.info-pressed {
  background: url("../img/layout/menu-pressed.jpg") -836px 0px no-repeat;
}
nav ul li.sponsors-pressed {
  background: url("../img/layout/menu-pressed.jpg") 0px -29px no-repeat;
}
nav ul li.exhibition-pressed {
  background: url("../img/layout/menu-pressed.jpg") -167px -29px no-repeat;
}
nav ul li.advertising-pressed {
  background: url("../img/layout/menu-pressed.jpg") -334px -29px no-repeat;
}
nav ul li.sightseeing-pressed {
  background: url("../img/layout/menu-pressed.jpg") -501px -29px no-repeat;
}
nav ul li.excursions-pressed {
  background: url("../img/layout/menu-pressed.jpg") -669px -29px no-repeat;
}
nav ul li.contact-pressed {
  background: url("../img/layout/menu-pressed.jpg") -836px -29px no-repeat;
}
#content {
  padding: 30px 61px;
  text-align: justify;
}
/* ==========================================================================
Carousel classes
========================================================================== */
.carousel-container-invitation {
  position: relative;
  overflow: hidden;
  height: 610px;
}
.carousel-container-invitation .animate-carousel.ng-enter,
.carousel-container-invitation .animate-carousel.ng-leave {
  -webkit-transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 610px;
}
.carousel-container-invitation .animate-carousel.ng-enter {
  left: 100%;
}
.carousel-container-invitation .animate-carousel.ng-enter.ng-enter-active {
  left: 0;
}
.carousel-container-invitation .animate-carousel.ng-leave {
  left: 0;
}
.carousel-container-invitation .animate-carousel.ng-leave.ng-leave-active {
  left: -100%;
}
/* ==========================================================================
  General classes
  ========================================================================== */
/* ==========================================================================
  Topics classes
  ========================================================================== */
/* ==========================================================================
   Committees classes
   ========================================================================== */
section.committees div.row > section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 20px;
  *width: 45%;
  *padding: 0 19.95px;
}
section.committees div.row > section ul {
  padding-left: 0px;
  list-style: none;
}
section.committees div.row > section:nth-child(1) li:nth-child(2) {
  margin-bottom: 10px;
}
section.committees div.row > section:nth-child(3) li:nth-child(2) {
  margin-bottom: 10px;
}
/* ==========================================================================
   Papers classes
   ========================================================================== */
section.papers dl {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
  margin-left: 0px;
}
section.papers dl:before,
section.papers dl:after {
  content: "";
  display: table;
}
section.papers dl:after {
  clear: both;
}
section.papers dl:before,
section.papers dl:after {
  content: "";
  display: table;
}
section.papers dl:after {
  clear: both;
}
section.papers dl dt,
section.papers dl dd {
  margin: 0px;
  padding: 0px;
}
section.papers dl > dt,
section.papers dl > dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 0px;
  *width: 45%;
  *padding: 0 -0.05px;
}
section.papers section.submission-full-papers div.amcm-chapter-content > p:nth-child(4) {
  text-align: center;
}
section.papers section.submission-full-papers div.amcm-chapter-content > p:nth-child(8) {
  text-align: center;
}
section.papers section.submission-full-papers div.amcm-chapter-content > p:nth-child(10) {
  text-align: center;
}
/* ==========================================================================
   Registration classes
   ========================================================================== */
.registration .conference-fees {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
}
.registration .conference-fees:before,
.registration .conference-fees:after {
  content: "";
  display: table;
}
.registration .conference-fees:after {
  clear: both;
}
.registration .conference-fees:before,
.registration .conference-fees:after {
  content: "";
  display: table;
}
.registration .conference-fees:after {
  clear: both;
}
.registration .conference-fees > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 33.33333333%;
  padding: 0 20px;
  *width: 28.33333333%;
  *padding: 0 19.95px;
  padding-left: 0px;
}
.registration dl {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
  margin-left: 0px;
}
.registration dl:before,
.registration dl:after {
  content: "";
  display: table;
}
.registration dl:after {
  clear: both;
}
.registration dl:before,
.registration dl:after {
  content: "";
  display: table;
}
.registration dl:after {
  clear: both;
}
.registration dl dt,
.registration dl dd {
  margin: 0px;
  padding: 0px;
}
.registration dl > dt,
.registration dl > dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 0px;
  *width: 45%;
  *padding: 0 -0.05px;
}
/* ==========================================================================
   Info classes
   ========================================================================== */
section.info ul {
  margin: 0px;
  padding-left: 20px;
}
section.info section.accommodation div.description {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 20px;
}
section.info section.accommodation div.description:before,
section.info section.accommodation div.description:after {
  content: "";
  display: table;
}
section.info section.accommodation div.description:after {
  clear: both;
}
section.info section.accommodation div.description:before,
section.info section.accommodation div.description:after {
  content: "";
  display: table;
}
section.info section.accommodation div.description:after {
  clear: both;
}
section.info section.accommodation div.description > div:nth-child(1) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 58.33333333%;
  padding: 0 20px;
  *width: 53.33333333%;
  *padding: 0 19.95px;
  padding-left: 0px;
}
section.info section.accommodation div.description > div:nth-child(2) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 41.66666667%;
  padding: 0 20px;
  *width: 36.66666667%;
  *padding: 0 19.95px;
  padding-right: 0px;
}
section.info section.accommodation div.description > div:nth-child(2) img {
  width: 100%;
}
section.info section.accommodation table.hotels {
  width: 100%;
  font-size: 85%;
}
section.info section.accommodation table.hotels td:nth-child(1) {
  padding: 0px;
  width: 141px;
}
section.info section.accommodation table.hotels td:nth-child(2) {
  text-align: center;
}
section.info section.accommodation table.hotels td:nth-child(3) {
  text-align: center;
  width: 130px;
}
section.info section.accommodation table.hotels td:nth-child(4) {
  text-align: center;
}
section.info section.accommodation table.hotels td:nth-child(5) {
  text-align: center;
  width: 80px;
}
section.info section.accommodation table.hotels td:nth-child(6) {
  text-align: center;
  width: 100px;
}
section.info section.accommodation table.hotels td:nth-child(7) {
  text-align: left;
}
section.info section.accommodation table.hotels ul {
  padding-left: 0px;
  list-style: none;
}
section.info section.conference-venue {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 4px;
}
section.info section.conference-venue:before,
section.info section.conference-venue:after {
  content: "";
  display: table;
}
section.info section.conference-venue:after {
  clear: both;
}
section.info section.conference-venue:before,
section.info section.conference-venue:after {
  content: "";
  display: table;
}
section.info section.conference-venue:after {
  clear: both;
}
section.info section.conference-venue img {
  width: 100%;
}
section.info section.conference-venue > div:nth-child(1) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 20%;
  padding: 0 10px;
  *width: 15%;
  *padding: 0 9.95px;
  padding-left: 2px;
}
section.info section.conference-venue > div:nth-child(2) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 80%;
  padding: 0 10px;
  *width: 75%;
  *padding: 0 9.95px;
}
section.info section.conference-venue > div:nth-child(2) p {
  margin-bottom: 0;
}
section.info section.conference-venue-img {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
}
section.info section.conference-venue-img:before,
section.info section.conference-venue-img:after {
  content: "";
  display: table;
}
section.info section.conference-venue-img:after {
  clear: both;
}
section.info section.conference-venue-img:before,
section.info section.conference-venue-img:after {
  content: "";
  display: table;
}
section.info section.conference-venue-img:after {
  clear: both;
}
section.info section.conference-venue-img img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 25%;
  padding: 0 2px;
  *width: 20%;
  *padding: 0 1.95px;
}
section.info div.meeting-places {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
}
section.info div.meeting-places:before,
section.info div.meeting-places:after {
  content: "";
  display: table;
}
section.info div.meeting-places:after {
  clear: both;
}
section.info div.meeting-places:before,
section.info div.meeting-places:after {
  content: "";
  display: table;
}
section.info div.meeting-places:after {
  clear: both;
}
section.info div.meeting-places > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 33.33333333%;
  padding: 0 20px;
  *width: 28.33333333%;
  *padding: 0 19.95px;
}
section.info div.meeting-places > div ul {
  margin-top: 20px;
  margin-left: 20px;
}
section.info div.meeting-places > div img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.info div.meeting-places > div > div:nth-child(1) {
  text-align: center;
  font-weight: bold;
}
section.info div.meeting-places > div > div:nth-child(2) {
  text-align: center;
}
section.info div.meeting-places > div > div:nth-child(4) {
  padding-left: 20px;
}
section.info div.meeting-places > div:nth-child(1) {
  padding-left: 0px;
  padding-right: 30px;
}
section.info div.meeting-places > div:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
section.info div.meeting-places > div:nth-child(3) {
  padding-right: 0px;
  padding-left: 30px;
}
/* ==========================================================================
   Sponsors classes
   ========================================================================== */
section.sponsors {
  text-align: left;
}
section.sponsors img {
  margin-right: 30px;
  margin-top: 30px;
  max-width: 30%;
}
section.sponsors .media-patronage img:nth-child(3n + 0) {
  margin-right: 0px;
}
/* ==========================================================================
   Contact classes
   ========================================================================== */
section.contact {
  text-align: center;
}
/* ==========================================================================
   Sightseeing classes
   ========================================================================== */
section.sightseeing .wroclaw-pictures img {
  margin: 2px 2px;
}
section.sightseeing .wroclaw-pictures div {
  *zoom: 1;
}
section.sightseeing .wroclaw-pictures div:before,
section.sightseeing .wroclaw-pictures div:after {
  content: "";
  display: table;
}
section.sightseeing .wroclaw-pictures div:after {
  clear: both;
}
section.sightseeing .wroclaw-pictures div img {
  margin: 2px 2px;
  display: block;
  float: left;
}
/* ==========================================================================
   Advertising classes
   ========================================================================== */
/* ==========================================================================
   Exhibition classes
   ========================================================================== */
section.exhibition table td.price {
  *zoom: 1;
}
section.exhibition table td.price:before,
section.exhibition table td.price:after {
  content: "";
  display: table;
}
section.exhibition table td.price:after {
  clear: both;
}
section.exhibition table td.price div {
  float: left;
  margin-left: 5px;
}
section.exhibition section.exhibitors div {
  text-align: center;
}
section.exhibition section.exhibitors div table {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
section.exhibition section.exhibitors div table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
section.exhibition section.exhibitors div table td.narrowest {
  width: 6%;
}
section.exhibition div.costs {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
}
section.exhibition div.costs:before,
section.exhibition div.costs:after {
  content: "";
  display: table;
}
section.exhibition div.costs:after {
  clear: both;
}
section.exhibition div.costs:before,
section.exhibition div.costs:after {
  content: "";
  display: table;
}
section.exhibition div.costs:after {
  clear: both;
}
section.exhibition div.costs > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 33.33333333%;
  padding: 0 20px;
  *width: 28.33333333%;
  *padding: 0 19.95px;
  padding-left: 0px;
}
section.exhibition div.costs > div:first-child {
  padding-top: 23px;
}
/* ==========================================================================
   Excursions classes
   ========================================================================== */
section.excursions section.excursion .amcm-chapter-content > div {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
}
section.excursions section.excursion .amcm-chapter-content > div:before,
section.excursions section.excursion .amcm-chapter-content > div:after {
  content: "";
  display: table;
}
section.excursions section.excursion .amcm-chapter-content > div:after {
  clear: both;
}
section.excursions section.excursion .amcm-chapter-content > div:before,
section.excursions section.excursion .amcm-chapter-content > div:after {
  content: "";
  display: table;
}
section.excursions section.excursion .amcm-chapter-content > div:after {
  clear: both;
}
section.excursions section.excursion .amcm-chapter-content > div > div:nth-child(1) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 25%;
  padding: 0 20px;
  *width: 20%;
  *padding: 0 19.95px;
  padding-left: 0;
  margin-bottom: 20px;
}
section.excursions section.excursion .amcm-chapter-content > div > div:nth-child(2) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 75%;
  padding: 0 20px;
  *width: 70%;
  *padding: 0 19.95px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
