/*! 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
   ========================================================================== */

@import 'fonts.css';

html,
button,
input,
select,
textarea {
    color: #FFF;
}

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;
}

/* ==========================================================================
   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;
    }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding: 0;
}

.owl-carousel .item
{
  padding: 0px;
  margin: 0px;
  height: 790px;
}

.owl-pagination {
  position: relative;
  top: -70px;
}

.customNavigation{
  text-align: center;
  position: relative;
  top: -380px;
}

.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  width: 50px;
  height: 92px;
  text-indent: -999em;
}

.customNavigation a:hover {
  cursor: pointer;
}

.customNavigation a.prev {
  background: url(../img/arrow-prev.png) no-repeat;
  position: absolute;
  left: 1%;
}

.customNavigation a.next {
  background: url(../img/arrow-next.png) no-repeat;
  position: absolute;
  right: 1%;
}

.introblock {
  background: url(../img/intro-background.jpg) 50% 0 no-repeat;
  height: 700px;
  font-family: "akzidenzgrotesk-cn";
  color: #FFF;
}

.introblock .innerArea {
  width: 960px;
  margin: 0 auto;
  /*background: rgba(0,0,0,0.5);*/
  position: relative;
}

.introblock .innerArea .scrollbutton {

  text-align: center;
  background: url(../img/downArrow.png) 50% 50% no-repeat;
  line-height: 69px;
  width: 270px;
  letter-spacing: 0.5em;
  height: 69px;
  margin: -25px auto 0 auto;
}

.scrollbutton .scrollL {
  display: block;
  float: left;
}

.scrollbutton .scrollR {
  display: block;
  float: right;
}

.introblock .client {
  background: url(../img/bi-logo.png);
  width: 141px;
  height: 107px;
  background-size: cover;
  position: relative;
  top: 50px;
  left: 100px;
}

.introblock h1, .introblock h2 {
  font-weight: normal;
  position: relative;
}


.introblock h1 {
  font-size: 13em;
  letter-spacing: -0.02em;
  margin: 0;
  display: block;
  width: 50%;
  margin: 0.3em auto 0 auto;
}

.introblock h1 em {
  display: block;
  font-size: 0.4em;
  font-style: normal;
  left: 270px;
  margin: 0;
  position: relative;
  top: -90px;
  width: 3em;
}

.copyblock {
  color: #FFF;
  height: 550px;
  padding-top: 3em;
}

h1, h2, h3, h4, h5 {
  font-family: "akzidenzgrotesk-cn";
  font-weight: normal;
}

.copyblock h1 {
  font-size: 54px;
  margin-bottom: 75px;
  line-height: 100px;
  background: url(../img/h1-bg.gif) no-repeat 0 99px;
}

.copyblock h2 {
  font-size: 17px;
  font-family: "lato-light";
}

.copyblock h3 {
  font-size: 15px;
  font-family: "lato-light";
}

.copyblock .innerContent {
  width: 980px;
  margin: 0 auto;
}

.copyblock .innerContent .photo {
  width: 230px;
  height: 230px;
  text-indent: -999em;
  float: left;
  margin-right: 40px;
}

.copyblock .innerContent .content {
  float: right;
  width: 710px;
  font-size: 36px;
  font-family: "lato-light-italic";
}

.copyblock#period1 .innerContent .content h4 {
  margin-top: 30px;
  font-size: 2em;
}

.copyblock#period1 .innerContent .content h5 {
  font-size: 1em;
}

.copyblock#period1 .innerContent .content h4,
.copyblock#period1 .innerContent .content h5 {
  text-align: center;
}

.copyblock#period1 .innerContent {
  width: 730px;
}

.copyblock#period1 {
  background-color: #168690;
}

#period1 h1 {
  margin-bottom: -10px;
  background: none;
}

#period1 h2 {
  text-align: right;
  font-family: "akzidenzgrotesk-cn";
  font-size: 25px;
  margin-bottom: 60px;
}

#period1 .photo {
  display: none;
}

#period1 .content {
  width: 100%;
  text-align: justify;
  font-size: 18px;
}

#period2 .photo {
  background: url(../img/guy.jpg);
}

#period3 .photo {
  background: url(../img/quality.jpg);
}

#period4 .photo {
  background: url(../img/mountain.jpg);
}

#period5 .photo {
  background: url(../img/givers.jpg);
  width: 240px;
  height: 240px;
}

#period5 .content {
width: 700px;
}

#periodMap .photo {
  background: url(../img/sol.jpg);
}

.copyblock#period2 {

  background: url(../img/quotes.png) 70% 60% no-repeat #8c54a8;
}

.copyblock#period3 {
  background-color: #f28464;
}

.copyblock#period4 {
  background-color: #276dc0;
}

.copyblock#period5 {
  background-color: #f05858;
}

.copyblock#periodMap {
  background-color: #246375;
}

.mapblock {
  height: 820px;
  color: #666;
}

.mapblock .innerContent {
  width: 90%;
  width: 900px;
  margin: 40px auto 0 auto;
}

.mapblock .innerContent p {
  width: 500px;
  margin-bottom: 40px;
}

.mapblock .mapInner {
  background: url(../img/worldmap.gif) no-repeat;
  width: 100%;
  height: 510px;
  width: 957px;
  margin: 0 auto;
  position: relative;
}

.mapPoint {
  position: absolute;
  width: 55px;
  height: 75px;
  background: url(../img/mapPins.png) no-repeat;
  display: block;
  top: 400px;
  left: 450px;
  display: none;
}

.mapPoint:hover {
  cursor: pointer;
}

.mapPoint#van {
  top: 34px;
  left: 50px;
  background-position: -224px 0;
}

.mapPoint#msp {
    background-position: 0 0;
    left: 120px;
    top: 58px;
}

.mapPoint#mia {
    background-position: -336px 0;
    left: 146px;
    top: 127px;
}

.mapPoint#lon {
    background-position: -56px 0;
    left: 391px;
    top: 25px;
}

.mapPoint#rus {
    background-position: -392px 0;
    left: 535px;
    top: 18px;
}

.mapPoint#mum {
    background-position: -280px 0;
    left: 658px;
    top: 132px;
}

.mapPoint#ban {
    background-position: -448px 0;
    left: 625px;
    top: 149px;
}

.mapPoint#che {
    background-position: -112px 0;
    left: 652px;
    top: 182px;
}

.mapPoint#sng {
    background-position: -392px 0;
    left: 727px;
    top: 215px;
}

.mapPoint#chi {
    background-position: -168px 0;
    left: 761px;
    top: 129px;
}

.mapPoint#aus {
    background-position: -336px 0;
    left: 855px;
    top: 350px;
}

.mapPoint .flyout {
    background: none repeat scroll 0 0 #666;
    height: auto;
    left: -72px;
    position: relative;
    bottom: 115px;
    width: 200px;
    display: none;
    z-index: 1013;
}

#msp .flyout {
  bottom: 98px;
}

#van .flyout {
  bottom: 81px;
}

#van .flyout {
  bottom: 81px;
}

#mia .flyout {
  bottom: 131px;
}

#rus .flyout {
  bottom: 98px;
}

#chi .flyout {
  bottom: 150px;
}

#che .flyout {
  bottom: 83px;
}

#ban .flyout {
  bottom: 132px;
}

#mum .flyout {
  bottom: 83px;
}

#aus .flyout {
  bottom: 135px;
}

.mapPoint .flyout h1 {
  font-size: 25px;
  color: #FFF;
  margin-left: 8px;
  margin-bottom: 7px;
  padding-top: 2px;
  width: 45px;
  border-bottom: solid 1px #999;
}

.mapPoint .flyout p {
  font-family: "lato-light";
  font-size: 12px;
  color: #FFF;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  width: auto;
}

.mapPoint .flyout .pointer {
    background: url("../img/flyoutArrow.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
    height: 20px;
    position: relative;
    top: 19px;
    width: 200px;
    margin-top: -15px;
}

.footer {
  background: #666;
  color: #FFF;
  float: left;
  width: 100%;
}

.footer .innerContent {
  width: 900px;
  margin: 0 auto;
  padding: 2em 0;
}

.footer .innerContent div {
  width: 45%;
  float: left;
  margin-right: 5%;
  padding-bottom: 3em;
}

.footer ul {
  padding-left: 15px;
  margin: 0;
}

/* CAROUSEL BGs */

.owl-item {
  background: #000;
}

.owl-carousel .owl-item {
  overflow: hidden;
  width: 100%;
}

.owl-carousel .item {
  height: 790px;
  overflow: hidden;
  width: 100%;
}

.owl-carousel .item .itemInner {
  width: 100%;
  height: 100%;
  opacity: 1;  
  top: 0;
  position: absolute;  
  overflow: hidden;
  background-position: 50% -200px;
  background-repeat: no-repeat;
}
.gt-ie8 .owl-carousel .item .itemInner {  
  position: relative;
}

@media only screen and (min-width: 1921px) {
  .owl-carousel .item .itemInner,
  .introblock
  {
    background-size: cover;
  }
}

.owl-carousel .item .itemContent {
  width: 70%;
  width: 920px;
  /*  left: 15%;
  position: absolute;*/
  margin: 0 auto;  
  padding-top: 4%;
  top: 0;
  opacity: 0;
}

.gt-ie8 .owl-carousel .item .itemContent {
  margin: -790px auto 0px;
}

.owl-carousel .item .itemContent > h1 {
  text-align: right;
  font-size: 100px;
  line-height: 100px;
}

.itemContent p {
  font-family: "lato-light-italic";
  font-size: 20px;
  margin-top: 0;
}

.p40s .itemInner {background-image: url(../img/period1-intro.jpg) !important;}
.p50s .itemInner {background-image: url(../img/period1-50s.jpg) !important;}
.p60s .itemInner {background-image: url(../img/period1-60s.jpg) !important;}
.p70s .itemInner {background-image: url(../img/period1-70s.jpg) !important;}
.p80s1 .itemInner {background-image: url(../img/period2-80s1.jpg) !important;}
.p80s2 .itemInner {background-image: url(../img/period2-80s2.jpg) !important;}
.p80s3 .itemInner {background-image: url(../img/period2-80s3.jpg) !important;}
.p90s1 .itemInner {background-image: url(../img/period3-90s1.jpg) !important;}
.p90s2 .itemInner {background-image: url(../img/period3-90s2.jpg) !important;}
.p90s3 .itemInner {background-image: url(../img/period3-90s3.jpg) !important;}
.p00s1 .itemInner {background-image: url(../img/period4-00s1.jpg) !important;}
.p00s2 .itemInner {background-image: url(../img/period4-00s2.jpg) !important;}
.p00s3 .itemInner {background-image: url(../img/period4-00s3.jpg) !important;}
.p10s1 .itemInner {background-image: url(../img/period5-10s1.jpg) !important;}
.p10s2 .itemInner {background-image: url(../img/period5-10s2.jpg) !important;}
.p10s3 .itemInner {background-image: url(../img/period5-10s3.jpg) !important;}

.itemContent .iconL {
  text-align: left;
  float: left;
  width: 55%;
}

.itemContent .iconR {
  text-align: right;
  float: right;
  width: 55%;
}

.itemContent .icon {
  background: url(../img/icons.png) no-repeat;
  width: 50px;
  height: 50px;
  display: block;
}

.itemContent .iconL .icon {
  float: left;
  margin-left: -65px;
}

.itemContent .iconR .icon {
  float: right;
  margin-right: -65px;
}

.p50s .i1 .icon { background-position: 0 0; }
.p50s .i2 .icon { background-position: -51px 0px; }
.p50s .i3 .icon { background-position: -102px 0px; }
.p60s .i1 .icon { background-position: -153px 0px; }
.p60s .i2 .icon { background-position: -204px 0px; }
.p70s .i1 .icon { background-position: -255px 0px; }
.p70s .i2 .icon { background-position: -306px 0px; }
.p70s .i3 .icon { background-position: -357px 0px; }
.p80s2 .i1 .icon { background-position: -408px 0px; }
.p80s2 .i2 .icon { background-position: 0px -51px; }
.p80s2 .i3 .icon { background-position: -51px -51px; }
.p80s3 .i1 .icon { background-position: -102px -51px; }
.p80s3 .i2 .icon { background-position: -153px -51px; }
.p80s3 .i3 .icon { background-position: -204px -51px; }
.p90s2 .i1 .icon { background-position: -408px 0px; }
.p90s2 .i2 .icon { background-position: -408px -51px; }
.p90s2 .i3 .icon { background-position: 0px -102px; }
.p90s2 .i4 .icon { background-position: -51px -102px; }
.p90s3 .i1 .icon { background-position: -255px -51px; }
.p90s3 .i2 .icon { background-position: -306px -51px; }
.p90s3 .i3 .icon { background-position: -357px -51px; }
.p00s2 .i1 .icon { background-position: -102px -102px; }
.p00s2 .i2 .icon { background-position: -153px -102px; }
.p00s2 .i3 .icon { background-position: -204px -102px; }
.p00s3 .i1 .icon { background-position: -306px -102px; }
.p00s3 .i2 .icon { background-position: -357px -102px; }
.p00s3 .i3 .icon { background-position: -255px -102px; }
.p10s2 .i1 .icon { background-position: -408px -102px; }
.p10s2 .i2 .icon { background-position: 0px -153px; }
.p10s2 .i3 .icon { background-position: -51px -153px; }
.p10s3 .i1 .icon { background-position: -102px -153px; }
.p10s3 .i2 .icon { background-position: -153px -153px; }
.p10s3 .i3 .icon { background-position: -204px -153px; }

.itemContent p {
  width: 100%;
}

.itemContent h2 {
  font-size: 40px;
}

.owl-carousel .item.p40s .itemContent {
  /*
  width: 50%;
  left: 25%;
  */
}

.owl-carousel .p40s .itemContent h1 {
  font-family: "futura-bk";
  font-size: 80px;
  text-align: right;
  padding-top: 1em;
  line-height: 2em;
}

.p40s p {
  text-align: justify;
  font-size: 30px;
  line-height: 1.75em;
}

.p40s h3,
.p40s h4 {
  text-align: right;
  font-family: "lato-light-italic";
  font-size: 20px;
  font-weight: bold;
}

.p40s h4 {
  font-weight: normal;
}

.owl-carousel .item.p80s1 .itemContent p,
.owl-carousel .item.p90s1 .itemContent p,
.owl-carousel .item.p10s1 .itemContent p
{
    font-size: 30px;
    text-align: right;
    width: 60%;
    float: right;
    margin-top: 1em;
}

.owl-carousel .item.p90s1 .itemContent p {
  font-size: 24px;
}

.owl-carousel .item.p80s1 .itemContent h3,
.owl-carousel .item.p90s1 .itemContent h3,
.owl-carousel .item.p00s1 .itemContent h3,
.owl-carousel .item.p10s1 .itemContent h3
{
  float: right;
  width: 100%;
  text-align: right;
  font-family: "lato-light-italic"
}

.owl-carousel .item.p90s1 .itemContent h4,
.owl-carousel .item.p00s1 .itemContent h4
{
  float: right;
  width: 100%;
  text-align: right;
  font-family: "lato-light-italic"
}

.owl-carousel .item.p00s1 .itemContent {
  width: 60%;
  left: 20%;
}

.owl-carousel .item.p00s1 .itemContent h1 {
  font-family: "lato";
  font-size: 75px;
  margin-bottom: 0.5em;
}

.owl-carousel .p00s1 .itemContent h1,
.owl-carousel .p00s2 .itemContent h1,
.owl-carousel .p00s3 .itemContent h1
{
  font-family: "lato";
  font-size: 100px;
  line-height: 100px;
}

.owl-carousel .p10s1 .itemContent h1,
.owl-carousel .p10s2 .itemContent h1,
.owl-carousel .p10s3 .itemContent h1
{
  font-family: "ProximaNova";
  font-size: 90px;
  line-height: 90px;
}


/**** MOBILE STYLES ****/

@media only screen and (max-width: 640px) {
    /* Style adjustments for viewports that meet the condition */

  .customNavigation a.prev,
  .customNavigation a.next {
  display: none;
  }

  .introblock .innerArea {
    width: 100%;
  }

  .introblock {
    height: 500px;
  }

  .scrollbutton {
    display: none;
  }

  .introblock h1 {
    left: 0;
    top: 0;
    width: auto;
    text-align: center;
    /*font-size: 1em;*/
    font-size: 120px;
  }

  .introblock h1 em {
    left: 145px;
    top: -50px;
  }

  .copyblock {
    padding-top: 1em;
    min-height: 350px;
    max-height: 450px;
  }

  .copyblock h1 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 0.5em;
  }

  .copyblock h3 {
    font-size: 13px;
  }

  .owl-carousel .item {
    height: 600px;
  }

  #period1.copyblock .innerContent {
    width:  90%;
  }

  .copyblock .innerContent {
    width: 90%;
    margin: 0 auto;
  }

  .copyblock .innerContent .content, #period5 .content {
    width: 292px;
    font-size: 17px !important;
  }

  #period1 h2 {
    margin: 20px 0;
  }

  .mapblock .innerContent {
    width: 90%;
    margin: 0 auto;
  }

  .footer .innerContent {
    width: 95%;
    margin: 0 auto;
  }

  .footer .innerContent div {
    padding: 0.75em;
    width: 85%;
  }
  .owl-carousel .p40s .itemContent h1 {
    font-size: 47px;
  }

  .p40s p {
    font-size: 18px;
  }

  .itemContent .iconR,
  .itemContent .iconL
  {
    width: 95%;
  }

  .itemContent .icon {
    width: 25px;
    height: 25px;
    background-size: 250px;
  }

  .itemContent .iconL .icon {
    margin-left: -35px;
  }

  .itemContent .iconR .icon {
    margin-right: -35px;
  }

  .owl-carousel .item .itemContent p {
    font-size: 13px;
    line-height: 1em;
  }

  .owl-carousel .item .itemContent > h1 {
    font-size: 32px;
    line-height: 1em;
    white-space: nowrap;
    margin-bottom: 1em;
  }

  .owl-carousel .item .itemContent h2 {
    font-size: 20px;
  }

  .copyblock .innerContent .content {
    font-size: 27px;
  }

  .owl-carousel .item.p00s1 .itemContent h1 {
    font-size: 27px;
  }

  .owl-carousel .item.p80s1 .itemContent p,
  .owl-carousel .item.p90s1 .itemContent p,
  .owl-carousel .item.p10s1 .itemContent p
  {
    font-size: 23px;
  }

  .owl-carousel .item .itemContent {
    width: 55%;
  }

  .copyblock .innerContent .photo {
    margin-right: 30px;
    margin-right: 0px;
    margin-left: 30px;
    margin-bottom: 20px;
    width: 232px;
    background-repeat: no-repeat;
  }

  .copyblock#period1 {
    max-height: 800px;
    height: 550px;
  }

  #period1 .content p {
    font-size: 15px;
    line-height: 1.2em;
  }

  .owl-carousel .item.p40s .itemContent,
  .owl-carousel .item.p80s1 .itemContent,
  .owl-carousel .item.p90s1 .itemContent,
  .owl-carousel .item.p00s1 .itemContent,
  .owl-carousel .item.p10s1 .itemContent
  {
    width: 80%;
  }

  .owl-carousel .item.p80s1 .itemContent p,
  .owl-carousel .item.p90s1 .itemContent p,
  .owl-carousel .item.p10s1 .itemContent p
  {
    font-size: 20px;
    width: 80%;

  }

  .owl-carousel .item.p40s .itemContent h1 {
    margin-bottom: 40px;
  }

  .p50s .i1 .icon { background-position: 0 0; }
  .p50s .i2 .icon { background-position: -26px 0px; }
  .p50s .i3 .icon { background-position: -51px 0px; }
  .p60s .i1 .icon { background-position: -76px 0px; }
  .p60s .i2 .icon { background-position: -102px 0px; }
  .p70s .i1 .icon { background-position: -126px 0px; }
  .p70s .i2 .icon { background-position: -153px 0px; }
  .p70s .i3 .icon { background-position: -176px 0px; }
  .p80s2 .i1 .icon { background-position: -204px 0px; }
  .p80s2 .i2 .icon { background-position: 0px -26px; }
  .p80s2 .i3 .icon { background-position: -26px -26px; }
  .p80s3 .i1 .icon { background-position: -51px -26px; }
  .p80s3 .i2 .icon { background-position: -76px -26px; }
  .p80s3 .i3 .icon { background-position: -102px -26px; }
  .p90s2 .i1 .icon { background-position: -204px 0px; }
  .p90s2 .i2 .icon { background-position: -204px -26px; }
  .p90s2 .i3 .icon { background-position: 0px -51px; }
  .p90s2 .i4 .icon { background-position: -26px -51px; }
  .p90s3 .i1 .icon { background-position: -127px -26px; }
  .p90s3 .i2 .icon { background-position: -153px -26px; }
  .p90s3 .i3 .icon { background-position: -357px -26px; }
  .p00s2 .i1 .icon { background-position: -51px -51px; }
  .p00s2 .i2 .icon { background-position: -76px -51px; }
  .p00s2 .i3 .icon { background-position: -102px -51px; }
  .p00s3 .i1 .icon { background-position: -153px -51px; }
  .p00s3 .i2 .icon { background-position: -178px -51px; }
  .p00s3 .i3 .icon { background-position: -127px -51px; }
  .p10s2 .i1 .icon { background-position: -204px -51px; }
  .p10s2 .i2 .icon { background-position: 0px -76px; }
  .p10s2 .i3 .icon { background-position: -26px -76px; }
  .p10s3 .i1 .icon { background-position: -51px -76px; }
  .p10s3 .i2 .icon { background-position: -76px -76px; }
  .p10s3 .i3 .icon { background-position: -102px -76px; }

  .mapblock {
    height: 550px;
  }

  .mapblock .innerContent > h1 {
    margin-top: 1em;
  }

  .mapblock .mapInner {
    background: url(../img/mobilemap.jpg) no-repeat;
    width:500px;
    background-size: 60%;
  }

  .mapblock .mapInner div {
    display: none !important;
  }
  .mapblock .innerContent p {
    width: 100%;
  }

}
