/*
Theme Name: Patrik Strand
Theme URI: http://www.connectmedia.se
Description: Patrik Strand Automation AB

Author: ConnectMedia
Author URI: http://www.connectmedia.se

Version: 1.0

Copyright (C) 2014 ConnectMedia
*/
/* ==============================================================
   Global Variables
============================================================== */
/* ==============================================================
   Base
============================================================== */
html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  height: 100%; }
  body.subpage {
    background-color: #000; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* ==============================================================
   Typography
============================================================== */
p, ul {
  margin: 0 0 15px 0; }

/* ==============================================================
   Headings
============================================================== */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 1.2em;
  word-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase; }

h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 34px;
  font-weight: 300; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 17px;
  text-transform: uppercase; }

/* ==============================================================
   Links
============================================================== */
a {
  color: inherit;
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none; }
  a.tel, a.tel:hover {
    text-decoration: inherit;
    font-weight: inherit;
    color: inherit; }

/* ==============================================================
   Images
============================================================== */
img {
  max-width: 100%;
  height: auto; }
  img.alignleft {
    float: left;
    margin: 0 1em 0 0; }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  img.alignright {
    float: right;
    margin: 0 0 0 1em; }

/* ==============================================================
   Structure
============================================================== */
@media (min-width: 1400px) {
  .container {
    width: 1340px; } }

/* ==============================================================
   Mobile Navigation
============================================================== */
.mobile-navigation-cover,
.mobile-navigation {
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease-out, visibility 0s .4s;
  transition: transform .4s ease-out, visibility 0s .4s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.mobile-navigation-cover {
  height: 140%;
  z-index: 99;
  background-color: #777; }

.mobile-navigation {
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-y: auto; }

.mobile-nav-open {
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 0;
  transition-delay: 0; }

.mobile-navigation-top {
  position: relative;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.15); }

.mobile-navigation-close {
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 15px;
  right: 7px;
  z-index: 100;
  cursor: pointer; }
  .mobile-navigation-close:before, .mobile-navigation-close:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -5%;
    z-index: -1;
    background: #fff;
    border-radius: 2px; }
  .mobile-navigation-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-navigation-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.mobile-navigation-nav {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mobile-navigation-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-navigation-nav li {
    display: block;
    position: relative;
    margin: 0; }
  .mobile-navigation-nav a {
    display: block;
    height: 55px;
    padding: 0 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 55px;
    color: #fff;
    -webkit-transition: background .1s ease-out;
    transition: background .1s ease-out; }
  .mobile-navigation-nav > ul > li:first-child.current_page_item a {
    border-color: transparent; }
  .mobile-navigation-nav > ul > li.current_page_item > a,
  .mobile-navigation-nav > ul > li.current_page_ancestor > a {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent; }
  .mobile-navigation-nav li ul {
    display: none;
    background-color: #fff; }
    .mobile-navigation-nav li ul a {
      border-bottom: 1px solid #ddd;
      font-weight: 300;
      font-size: 14px;
      color: #000; }
    .mobile-navigation-nav li ul li.current_page_item > a {
      text-decoration: underline; }
  .mobile-navigation-nav li.current_page_item > ul,
  .mobile-navigation-nav li.current_page_ancestor > ul {
    display: block; }
  .mobile-navigation-nav li ul li ul {
    border-left: 6px solid #ddd; }
  .mobile-navigation-nav a.toggle-sub-pages {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    border: none;
    background-repeat: no-repeat;
    background-image: url("images/mobile-nav-toggle-sub-show.png");
    background-size: 30px 30px;
    background-position: center;
    font-size: 0; }
  .mobile-navigation-nav li.current_page_item a.toggle-sub-pages,
  .mobile-navigation-nav li.current_page_ancestor a.toggle-sub-pages,
  .mobile-navigation-nav a.toggle-sub-pages:hover {
    background-color: inherit;
    border: none; }
  .mobile-navigation-nav li.active > a.toggle-sub-pages {
    background-image: url("images/mobile-nav-toggle-sub-hide.png"); }
  .mobile-navigation-nav > ul.mobile-navigation-nav-bottom {
    background-color: rgba(0, 0, 0, 0.15); }
    .mobile-navigation-nav > ul.mobile-navigation-nav-bottom > li:first-child a {
      border-top: none; }
    .mobile-navigation-nav > ul.mobile-navigation-nav-bottom a {
      font-weight: 300; }

/* ==============================================================
   Header
============================================================== */
.header {
  background-color: #fff;
  height: 75px; }

.top-bar {
  background-color: #000;
  color: #fff;
  text-align: right;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .top-bar {
      padding: 0; } }
  .top-bar p, .top-bar ul {
    margin: 0;
    padding: 0;
    display: inline; }
  .top-bar .lang-item {
    display: inline;
    list-style: none; }
  @media (min-width: 768px) {
    .top-bar {
      display: block;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .top-bar {
      padding-right: 70px; } }

.header-logo {
  position: absolute;
  left: 0;
  padding: 15px 45px 0 0;
  text-align: center;
  background-color: #0071bd;
  height: 75px;
  width: 100%; }
  @media (min-width: 768px) {
    .header-logo {
      width: auto; } }
  @media (min-width: 768px) {
    .header-logo img {
      padding: 0 60px; } }
  @media (min-width: 992px) {
    .header-logo img {
      padding: 0 70px; } }
  @media (min-width: 1200px) {
    .header-logo img {
      padding: 0 80px; } }
  .header-logo:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: -52px;
    width: 0;
    height: 0;
    border-bottom: 75px solid transparent;
    border-left: 52px solid #0071bd; }
    @media (min-width: 768px) {
      .header-logo:after {
        display: block; } }

.header-nav-toggle {
  position: relative;
  float: right;
  right: 10px;
  top: 20px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none; }
  @media (min-width: 768px) {
    .header-nav-toggle {
      display: none; } }

.header-nav-toggle-bar {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff; }
  .header-nav-toggle-bar + .header-nav-toggle-bar {
    margin-top: 3px; }

/* ==============================================================
   Navigation
============================================================== */
.navigation {
  display: none;
  text-align: center;
  float: right;
  height: 75px;
  padding-right: 45px; }
  @media (min-width: 768px) {
    .navigation {
      display: inherit; } }
  .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%; }
  .navigation li {
    display: inline;
    height: 100%; }
    .navigation li a {
      height: inherit;
      display: inline-block;
      font-weight: 700;
      text-decoration: none;
      line-height: 75px;
      -webkit-transform: skew(-35deg);
      -moz-transform: skew(-35deg);
      -ms-transform: skew(-35deg);
      -o-transform: skew(-35deg);
      transform: skew(-35deg);
      -webkit-transition: all linear 0.1s;
      -moz-transition: all linear 0.1s;
      -o-transition: all linear 0.1s;
      transition: all linear 0.1s; }
      @media (min-width: 768px) {
        .navigation li a {
          margin: 0;
          padding: 0 10px;
          font-size: 14px; } }
      @media (min-width: 992px) {
        .navigation li a {
          margin: 0 5px;
          padding: 0 10px;
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .navigation li a {
          margin: 0 10px;
          padding: 0 20px;
          font-size: 18px; } }
      .navigation li a span {
        display: block;
        -webkit-transform: skew(35deg);
        -moz-transform: skew(35deg);
        -ms-transform: skew(35deg);
        -o-transform: skew(35deg);
        transform: skew(35deg); }
    .navigation li.current_page_item a, .navigation li.current_page_parent a,
    .navigation li a:hover {
      text-decoration: none;
      background-color: #b3b3b3;
      color: #fff; }

/* ==============================================================
   Frontpage - Cover
============================================================== */
.frontpage-cover {
  position: relative; }
  @media (min-width: 768px) {
    .frontpage-cover {
      height: 80%; } }
  .frontpage-cover .cover-content {
    position: relative;
    text-align: center;
    z-index: 20;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
    max-width: 500px;
    padding: 50px 20px;
    margin: auto; }
    @media (min-width: 768px) {
      .frontpage-cover .cover-content {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        max-width: 100%;
        max-width: 800px; } }
    .frontpage-cover .cover-content h1 {
      font-weight: 400; }
      @media (min-width: 768px) {
        .frontpage-cover .cover-content h1 {
          font-size: 50px; } }
    .frontpage-cover .cover-content p {
      font-weight: 700;
      width: 85%;
      margin: auto; }
  .frontpage-cover .scroll-down {
    position: relative;
    display: block;
    bottom: 35px;
    text-align: center;
    z-index: 30; }
    @media (min-width: 768px) {
      .frontpage-cover .scroll-down {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
    .frontpage-cover .scroll-down img {
      -webkit-transition: all linear 0.2s;
      -moz-transition: all linear 0.2s;
      -o-transition: all linear 0.2s;
      transition: all linear 0.2s; }
      .frontpage-cover .scroll-down img:hover {
        transform: scale(1.1); }

/* ==============================================================
   Frobtpage - content
============================================================== */
.frontpage-content-section {
  line-height: 19px; }
  @media (min-width: 768px) {
    .frontpage-content-section {
      padding: 0 20px;
      padding: 0; } }
  .frontpage-content-section .row {
    background-color: #545454; }
  .frontpage-content-section .left {
    background-color: #353535;
    color: #fff; }
    .frontpage-content-section .left .header {
      background-color: #fff;
      color: #353535;
      padding-top: 20px;
      height: auto; }
      .frontpage-content-section .left .header h2 {
        margin: 0;
        padding: 0px 40px 10px; }
        @media (min-width: 768px) {
          .frontpage-content-section .left .header h2 {
            padding: 10px 0; } }
    .frontpage-content-section .left .content {
      padding: 55px 40px; }
    .frontpage-content-section .left .button {
      margin-top: 20px;
      text-transform: uppercase; }
  .frontpage-content-section .middle {
    background-color: #545454;
    color: #fff; }
    .frontpage-content-section .middle .middle-inner {
      padding: 40px; }
      .frontpage-content-section .middle .middle-inner h1 {
        font-size: 26px; }
  .frontpage-content-section .right {
    background-image: url("images/frontpage_right.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center; }
  .frontpage-content-section .left, .frontpage-content-section .middle, .frontpage-content-section .right {
    padding: 0; }
  .frontpage-content-section .button {
    display: inline-block;
    padding: 8px 25px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s; }
    .frontpage-content-section .button:hover {
      background-color: #fff;
      color: #353535; }
  .frontpage-content-section h2, .frontpage-content-section h3 {
    font-weight: 400; }

/* ==============================================================
   Frontpage - section-links
============================================================== */
.frontpage-section-links {
  background-color: #f2f2f2;
  padding: 50px 0; }
  .frontpage-section-links .section-link {
    text-align: center;
    padding: 0 0 70px; }
    @media (min-width: 768px) {
      .frontpage-section-links .section-link {
        padding: 0; } }
    .frontpage-section-links .section-link:last-child {
      padding-bottom: 0; }
    .frontpage-section-links .section-link .content {
      margin: auto;
      width: 90%; }
    .frontpage-section-links .section-link img {
      margin-bottom: 20px; }
    .frontpage-section-links .section-link h3 {
      font-family: 'Open Sans', sans-serif; }
    .frontpage-section-links .section-link a {
      display: inline-block;
      padding: 8px 25px;
      text-decoration: none;
      color: #fff;
      background-color: #545454;
      border-radius: 3px;
      -webkit-transition: all ease-in-out 0.1s;
      -moz-transition: all ease-in-out 0.1s;
      -o-transition: all ease-in-out 0.1s;
      transition: all ease-in-out 0.1s;
      text-transform: uppercase; }
      .frontpage-section-links .section-link a:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }

/* ==============================================================
   Frontpage - Office-info
============================================================== */
.frontpage-office-info {
  background-image: url("images/kalmar-castle.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .frontpage-office-info {
      height: 550px; } }
  .frontpage-office-info .color-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #DB6D00;
    z-index: 100;
    opacity: .6; }
  .frontpage-office-info .frontpage-office-info-inner {
    position: relative;
    z-index: 200;
    padding: 30px 15px; }
    @media (min-width: 768px) {
      .frontpage-office-info .frontpage-office-info-inner {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding: 0 20px; } }
    .frontpage-office-info .frontpage-office-info-inner .map-marker {
      margin-bottom: 30px; }
    .frontpage-office-info .frontpage-office-info-inner .office-info-header {
      text-transform: uppercase;
      border-top: 2px solid #fff;
      margin: auto; }
      @media (min-width: 768px) {
        .frontpage-office-info .frontpage-office-info-inner .office-info-header {
          width: 65%; } }
      .frontpage-office-info .frontpage-office-info-inner .office-info-header h3 {
        margin: 0;
        padding: 10px 0;
        font-size: 30px;
        font-family: 'Open Sans', sans-serif; }
        @media (min-width: 768px) {
          .frontpage-office-info .frontpage-office-info-inner .office-info-header h3 {
            font-size: 45px; } }
    .frontpage-office-info .frontpage-office-info-inner .content {
      border-top: 2px solid #fff;
      margin: auto; }
      @media (min-width: 768px) {
        .frontpage-office-info .frontpage-office-info-inner .content {
          width: 65%; } }
      .frontpage-office-info .frontpage-office-info-inner .content p {
        margin-top: 10px; }

/* ==============================================================
   Frontpage - map
============================================================== */
.frontpage-map .map {
  height: 400px; }

/* ==============================================================
   Main
============================================================== */
.main {
  padding: 20px;
  overflow: hidden; }

/* ==============================================================
   Subpage
============================================================== */
.subpage-cover {
  background-color: #fff;
  height: 250px;
  background-image: url("images/subpage_cover.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center; }

.subpage-wrapper {
  padding: 40px 0;
  background-color: #fff; }

.subpage-content {
  margin: auto;
  max-width: 900px; }
  .subpage-content h1, .subpage-content h2, .subpage-content h3, .subpage-content h4, .subpage-content h5, .subpage-content h6, .subpage-content h1 a, .subpage-content h2 a, .subpage-content h3 a, .subpage-content h4 a, .subpage-content h5 a, .subpage-content h6 a {
    margin: 0 0 15px 0;
    font-weight: 300; }
  @media (min-width: 768px) {
    .subpage-content {
      padding: 50px 0; } }
  .subpage-content .container {
    max-width: 900px; }

/* ==============================================================
   Subpage submenu
============================================================== */
.subpage-subnav {
  display: none;
  text-align: center;
  padding: 80px 0 0 0; }
  @media (min-width: 768px) {
    .subpage-subnav {
      display: inherit; } }
  .subpage-subnav ul {
    float: right;
    margin: 0;
    padding: 0 20px 0 0;
    list-style: none;
    max-width: 300px;
    width: 100%;
    max-width: 300px; }
  .subpage-subnav li {
    display: block;
    margin: 0 10px;
    margin-top: 5px; }
    .subpage-subnav li a {
      display: block;
      font-weight: 400;
      text-decoration: none;
      padding: 10px 0;
      background-color: #0071bd;
      color: #fff;
      -webkit-transition: all linear 0.2s;
      -moz-transition: all linear 0.2s;
      -o-transition: all linear 0.2s;
      transition: all linear 0.2s; }
      @media (min-width: 768px) {
        .subpage-subnav li a {
          font-size: 18px; } }
      @media (min-width: 992px) {
        .subpage-subnav li a {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .subpage-subnav li a {
          font-size: 18px; } }
    .subpage-subnav li.current_page_item a,
    .subpage-subnav li a:hover {
      text-decoration: none;
      opacity: 0.9; }

/* ==============================================================
   Subpage references
============================================================== */
.references-container {
  margin: auto;
  width: 100%; }

.mfp-title {
  background-color: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-top: -4px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .mfp-title p {
    margin: 0;
    padding: 6px; }

.reference-image {
  position: relative;
  width: 48%;
  margin: 1% 1%;
  float: left;
  height: 150px;
  opacity: .8;
  background-position: center;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease; }
  @media (min-width: 768px) {
    .reference-image {
      height: 200px;
      width: 32%;
      margin: 5px .5%; } }
  @media (min-width: 992px) {
    .reference-image {
      width: 24%;
      margin: 5px .5%; } }
  .reference-image:hover {
    opacity: 1;
    transform: scale(1.02);
    z-index: 100; }

/* ==============================================================
   Contactpage
============================================================== */
.contact-page {
  padding-bottom: 0;
  text-align: center;
  background-color: #fff; }
  .contact-page h1 {
    margin-bottom: 20px; }
  .contact-page p {
    margin-bottom: 5px; }
  .contact-page .container {
    max-width: 900px; }
  .contact-page hr {
    width: 100%;
    margin: 20px auto;
    border: none;
    height: 1px;
    background-color: #787878; }
    @media (min-width: 768px) {
      .contact-page hr {
        width: 80%; } }
  .contact-page .map {
    height: 350px; }

.contactform-wrapper {
  margin-bottom: 20px; }

.contact-left {
  display: block; }
  @media (min-width: 992px) {
    .contact-left {
      float: left;
      width: 50%; } }
  .contact-left p {
    margin-bottom: 2px; }

.contact-right {
  display: block; }
  @media (min-width: 992px) {
    .contact-right {
      float: right;
      width: 50%; } }
  .contact-right p {
    margin-bottom: 2px; }
  .contact-right textarea {
    height: 175px;
    max-height: none; }

.contact-page-submit {
  clear: both;
  padding-top: 20px; }

/* ==============================================================
   Subpage - News page
============================================================== */
.news-list-wrapper .news {
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
  padding-bottom: 25px; }
.news-list-wrapper .news-content {
  padding: 15px 0; }

/* ==============================================================
   Wpcf7
============================================================== */
@media (min-width: 992px) {
  div.wpcf7 {
    margin-top: 20px !important; } }

.wpcf7-form {
  text-align: left; }
  .wpcf7-form span input, .wpcf7-form span textarea {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 5px;
    background-color: #E8E7E7;
    border: none;
    border: 1px solid transparent; }
    .wpcf7-form span input:focus, .wpcf7-form span textarea:focus {
      outline-color: #0071bd; }
    @media (min-width: 768px) {
      .wpcf7-form span input, .wpcf7-form span textarea {
        width: 95%; } }
  .wpcf7-form textarea {
    height: 175px;
    max-height: 190px; }
  .wpcf7-form input[type='submit'] {
    text-decoration: none;
    background-color: #0071bd;
    color: #fff;
    padding: 5px 30px;
    border: 0;
    border-radius: 2px;
    margin-top: 5px; }
    .wpcf7-form input[type='submit']:hover {
      opacity: .8;
      color: #fff; }
  .wpcf7-form .wpcf7-not-valid {
    border: 1px solid #EE7B7B;
    background-color: #EFD9D9; }
    .wpcf7-form .wpcf7-not-valid:focus {
      border-color: #EE7B7B;
      outline-color: #EE7B7B; }
  .wpcf7-form .wpcf7-not-valid-tip {
    display: none; }
  .wpcf7-form .wpcf7-validation-errors {
    margin: 0 0 20px 0;
    width: 98%; }

/* ==============================================================
   Footer
============================================================== */
.footer {
  padding: 10px;
  text-align: center;
  background-color: #000;
  color: #fff; }
  .footer p {
    margin: 0; }

/* ==============================================================
   Misc
============================================================== */
.rslides {
  position: absolute;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 10; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides div {
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center; }

.map img {
  max-width: none; }

.clearfix {
  clear: both; }

/*# sourceMappingURL=style.css.map */
