/*
Theme Name: Excor
Description: Custom theme
Version: 1.0
*/

img {
  max-width: 100%;
  height: auto;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

@media screen and (max-width: 48em) {
  .page-template-default .field-content img {
    width: 100%;
    height: auto;
  }
}

.l-box {
  padding: 1em;
}

.products .l-box {
  padding: 0.4em 1.1em;
  border-right: 1px dotted #bfbfbf;
}

.page-template-default .l-box,
.page-template-page-download .l-box {
  padding: 3em;
}

@media screen and (max-width: 48em) {
  .page-template-page-download .l-box {
    padding-bottom: 0.1em;
  }

  .page-template-default .region .l-box:first-child {
    padding-bottom: 0;
  }

  .page-template-page-download .pure-u-1:last-child {
    margin-bottom:40px;
  }
}

.page-template-default #picture-menu .picture-menu-item .l-box {
  padding: 1em;
}

@media screen and (max-width: 64em) {
  .page-template-default #picture-menu .picture-menu-item .l-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .page-template-default #picture-menu .picture-menu-item img {
    width: 100%;
  }

  .picture-menu-item-title {
    font-size: 2em;
  }

  #carousel-pointer {
    bottom: 35px;
  }

  #header {
    height: 566px;
  }
}

@media screen and (max-width: 48em) {
  .page-template-default #picture-menu .picture-menu-item .l-box {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .page-template-default #picture-menu .picture-menu-item img {
    max-width: 267px;
  }

  .picture-menu-item-title {
    font-size: 1.3em;
  }

  #carousel-pointer {
    bottom: 15px;
  }
}

.page-template-default #first-region-wrapper .l-box {
  padding-bottom: : 2em;
}

.page-template-default #first-region {
  height: auto;
}

.page-template-default #first-region-wrapper {
  /*max-width: 1074px;*/
  height: auto;
}

.page-template-default .field-content p {
  text-align: justify;
}

.page-template-page-gallery .l-box {
  text-align: center;
  border-bottom: 1px dotted #BFBFBF;
}

@media screen and (max-width: 48em) {
 .page-template-page-gallery .l-box {
    padding: 2em;
  } 
}

@media screen and (max-width: 35.5em) {
 .page-template-page-gallery .l-box {
    padding: 3em;
  } 
}

.page-template-page-gallery .l-box img {
  width: 100%;
}

.page-template-page-partners .region-header .views-field-title-first {
  display: none;
}

.products .product-category {
  font-size: 10px;
  line-height: 12px;
  padding-bottom: 5px;
}

.product img {
  max-width: 100%;
}

#main {
  /*overflow: hidden;*/
  z-index: 100;
  position: relative;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

#content, body, html {
  width: 100%;
}

@media screen and (max-width: 64em) {
/*  #breadcrumbs {
    display: none;
  }*/
}

@media screen and (max-width: 80em) {
  #content, body, html {
    width: 100%;
  }

  #second-region-wrapper,
  #first-region-wrapper {
    width: auto;
  }
}

#map_image {
  margin-top: 70px;
  margin-left: 0;
}


@media screen and (max-width: 35.5em) {
  body.page .attachment img {
    width: 25%;
  }

  .field-content.page-top-text {
    font-size: 16px;
  }
}
