@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import url(https://fonts.googleapis.com/css?family=Marvel);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/*========================================================
                    Main layout styles
=========================================================*/
html { 

}
body {
  background: #39441c;
  color: #363535;
     
  font: 300 18px/36px 'Open Sans', sans-serif;
  
}


#imgservices  {
float:left;
text-align:left;
width:100px;
background-color:#FFFFFF;
padding: 5px 5px 5px 5px;
}
/*image en bloques */
/*image en bloques */
/*image en bloques */
/*image en bloques */
/*image en bloques */

.rk-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: .25rem;
  padding-right: .25rem;
}
@media (min-width: 40em) {
  .rk-container {
    max-width: 88.88889em;
    width: 95vw;
  }
  .rk-container--inner {
    max-width: 68.88889em;
    width: 82vw;
  }
}
.rk-container--full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (min-width: 64em) {
  .rk-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.rk-main {
  z-index: 1;
  position: static;
}
.top-fixed .rk-main {
  padding-top: 8.5rem;
}
@media (min-width: 64em) {
  .rk-main {
    position: relative;
  }
}

.rk-header {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.top-fixed .rk-header {
  position: fixed;
}

.rk-topbar {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3.3rem;
  padding-top: 2.8rem;
}


@media (min-width: 64em) {
  .rk-layout-ctrl-cont {
    padding-right: 0;
    top: 2.25rem;
  }
  .rk-layout-ctrl-cont:first-of-type {
    top: 0;
  }
  .top-fixed .rk-layout-ctrl-cont {
    top: 10.7625rem;
    z-index: -1;
  }
  .top-fixed .rk-layout-ctrl-cont:first-of-type {
    top: 8.5rem;
  }
}

.rk-layout-ctrl {
  cursor: pointer;
  display: none;
  float: right;
  clear: both;
  height: 28px;
  opacity: 0;
  padding-right: .09rem;
  padding-top: 0;
  -webkit-transition: color .3s;
          transition: color .3s;
  width: 20px;
  z-index: 401;
  position: absolute;
}
.rk-layout-ctrl:hover {
  color: #a0a0a0;
}
.rk-layout-ctrl svg {
  height: 100%;
  width: 100%;
}
@media (min-width: 40em) {
  .rk-layout-ctrl {
    display: inline-block;
  }
}
@media (min-width: 64em) {
  .rk-layout-ctrl {
    opacity: 1;
    position: static;
  }
}

.layout-ctrl-input {
  display: none;
}
.layout-ctrl-input:checked + .rk-layout-ctrl-cont label {
  display: none;
  color: #a0a0a0;
}
@media (min-width: 64em) {
  .layout-ctrl-input:checked + .rk-layout-ctrl-cont label {
    display: block;
  }
}

.rk-layout-ctrl-mobile {
  color: #a0a0a0;
  height: 19px;
  position: absolute;
  right: 40px;
  top: 46px;
  width: 19px;
  z-index: 400;
}
.top-fixed .rk-layout-ctrl-mobile {
  position: fixed;
}
.rk-layout-ctrl-mobile svg {
  -webkit-transition: -webkit-transform 250ms;
          transition:         transform 250ms;
  position: absolute;
  width: 48%;
}
.rk-layout-ctrl-mobile svg:nth-child(1),
.rk-layout-ctrl-mobile svg:nth-child(2) {
  top: 0;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.rk-layout-ctrl-mobile svg:nth-child(1),
.rk-layout-ctrl-mobile svg:nth-child(3) {
  left: 0;
}
.rk-layout-ctrl-mobile svg:nth-child(2),
.rk-layout-ctrl-mobile svg:nth-child(4) {
  right: 0;
}
.rk-layout-ctrl-mobile svg:nth-child(3),
.rk-layout-ctrl-mobile svg:nth-child(4) {
  bottom: 0;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}
.rk-layout-ctrl-mobile svg:nth-child(1),
.rk-layout-ctrl-mobile svg:nth-child(4) {
  -webkit-transform: scaleY(1.3);
      -ms-transform: scaleY(1.3);
          transform: scaleY(1.3);
}
.rk-layout-ctrl-mobile svg:nth-child(2),
.rk-layout-ctrl-mobile svg:nth-child(3) {
  -webkit-transform: scaleY(.7);
      -ms-transform: scaleY(.7);
          transform: scaleY(.7);
}
.rk-layout-ctrl-mobile.layout-blog svg:nth-child(1),
.rk-layout-ctrl-mobile.layout-blog svg:nth-child(3) {
  -webkit-transform: scaleX(1.3);
      -ms-transform: scaleX(1.3);
          transform: scaleX(1.3);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.rk-layout-ctrl-mobile.layout-blog svg:nth-child(2),
.rk-layout-ctrl-mobile.layout-blog svg:nth-child(4) {
  -webkit-transform: scaleX(1.3);
      -ms-transform: scaleX(1.3);
          transform: scaleX(1.3);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
#layout-grid:checked ~ .rk-layout-ctrl-mobile svg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 40em) {
  .rk-layout-ctrl-mobile {
    display: none;
  }
}
@media (min-width: 64em) {
  .rk-layout-ctrl-mobile {
    display: none;
  }
}

.rk-portfolio__items {
  margin-top: -4px;
}
@media (min-width: 40em) {
  .rk-portfolio__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
  }
}

.rk-item {
  display: block;
  margin: 0;
  margin-bottom: .5rem;
  position: relative;
}
.rk-item.ae-masonry__item {
  display: inline-block;
  margin-bottom: 0;
}
.rk-item img {
  display: block;
  width: 100%;
}
.rk-item:hover .item-meta {
  opacity: 1;
  visibility: visible;
}
.rk-item--flex {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: white;
  border-width: 4px;
  border-style: solid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  overflow: hidden;
}
.rk-item--flex:after {
  display: none;
}
.rk-item--flex:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.rk-item--flex:hover {
  background-color: #000;
  background-blend-mode: luminosity;
}




.rk-galerie {
  display: block;
  margin: 0;
  margin-bottom: .5rem;
  position: relative;
}
.rk-galerie.ae-masonry__item {
  display: inline-block;
  margin-bottom: 0;
}
.rk-galerie img {
  display: block;
  width: 100%;
}
.rk-galerie:hover .item-meta {

}
.rk-galerie--flex {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: white;
  border-width: 4px;
  border-style: solid;

  margin-bottom: 0;
  overflow: hidden;
}
.rk-galerie--flex:after {

}
.rk-galerie--flex:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.rk-galerie--flex:hover {
  
}


@media (min-width: 40em) {
  .rk-item {
    border-width: 4px;
  }
}

.post-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  display: block;
  position: relative;
}
.post-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, .75);
  bottom: 0;
  color: #202020;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .67rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin: auto;
  opacity: 0;
  padding: 2%;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
  top: 0;
}
.item-meta h2 {
  font-size: 2.25em;
  font-weight: 700;
}
.item-meta p {
  font-size: 1.5em;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .item-meta {
    font-size: 1vw;
  }
}
@media (min-width: 94.75em) {
  .item-meta {
    font-size: 1rem;
  }
}

@media (min-width: 40em) {
  .rk-size-12 .item-meta h2,
  .fz-12 .item-meta2 h2 {
    font-size: 2.25em;
  }
  .rk-size-12 .item-meta p,
  .fz-12 .item-meta2 p {
    font-size: 1.5em;
  }
  .rk-size-8 .item-meta h2,
  .fz-8 .item-meta h2 {
    font-size: 2em;
  }
  .rk-size-8 .item-meta p,
  .fz-8 .item-meta p {
    font-size: 1.5em;
  }
  .rk-size-6 .item-meta h2,
  .fz-6 .item-meta h2 {
    font-size: 1.75em;
  }
  .rk-size-6 .item-meta p,
  .fz-6 .item-meta p {
    font-size: 1.3125em;
  }
  .rk-size-4 .item-meta h2,
  .fz-4 .item-meta h2 {
    font-size: 1.5em;
  }
  .rk-size-4 .item-meta p,
  .fz-4 .item-meta p {
    font-size: 1.125em;
  }
  .rk-size-3 .item-meta h2,
  .fz-3 .item-meta h2 {
    font-size: 1.3125em;
  }
  .rk-size-3 .item-meta p,
  .fz-3 .item-meta p {
    font-size: 1.125em;
  }
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-12 .item-meta h2 {
    font-size: 2.25em;
  }
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-12 .item-meta p {
    font-size: 1.5em;
  }
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-6 .item-meta h2 {
    font-size: 1.75em;
  }
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-6 .item-meta p {
    font-size: 1.3125em;
  }
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-4 .item-meta h2,
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-8 .rk-tosize-6 .item-meta h2 {
    font-size: 1.5em;
  }
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-4 .item-meta p,
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-8 .rk-tosize-6 .item-meta p {
    font-size: 1.125em;
  }
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-3 .item-meta h2,
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-6 .rk-tosize-6 .item-meta h2 {
    font-size: 1.3125em;
  }
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-3 .item-meta p,
  #layout-grid:checked ~ .rk-portfolio .rk-tosize-6 .rk-tosize-6 .item-meta p {
    font-size: 1.125em;
  }
}

.ae-masonry .item-meta h2 {
  font-size: 2.25em;
}

.ae-masonry .item-meta p {
  font-size: 1.5em;
}

@media (min-width: 40em) {
  .rk-portfolio .ae-masonry-sm-2 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(2) h2,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(2) ~ .ae-grid__item[class*="item-sm"] h2 {
    font-size: 1.75em;
  }
  .rk-portfolio .ae-masonry-sm-2 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(2) p,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(2) ~ .ae-grid__item[class*="item-sm"] p {
    font-size: 1.3125em;
  }
  .rk-portfolio .ae-masonry-sm-3 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(3) h2,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(3) ~ .ae-grid__item[class*="item-sm"] h2 {
    font-size: 1.5em;
  }
  .rk-portfolio .ae-masonry-sm-3 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(3) p,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(3) ~ .ae-grid__item[class*="item-sm"] p {
    font-size: 1.125em;
  }
  .rk-portfolio .ae-masonry-sm-4 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(4) h2,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(4) ~ .ae-grid__item[class*="item-sm"] h2 {
    font-size: 1.3125em;
  }
  .rk-portfolio .ae-masonry-sm-4 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(4) p,
  .rk-portfolio .ae-grid__item[class*="item-sm"]:nth-child(1):nth-last-child(4) ~ .ae-grid__item[class*="item-sm"] p {
    font-size: 1.125em;
  }
}

@media (min-width: 52em) {
  .rk-portfolio .ae-masonry-md-2 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(2) h2,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(2) ~ .ae-grid__item[class*="item-md"] h2 {
    font-size: 1.75em;
  }
  .rk-portfolio .ae-masonry-md-2 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(2) p,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(2) ~ .ae-grid__item[class*="item-md"] p {
    font-size: 1.3125em;
  }
  .rk-portfolio .ae-masonry-md-3 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(3) h2,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(3) ~ .ae-grid__item[class*="item-md"] h2 {
    font-size: 1.5em;
  }
  .rk-portfolio .ae-masonry-md-3 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(3) p,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(3) ~ .ae-grid__item[class*="item-md"] p {
    font-size: 1.125em;
  }
  .rk-portfolio .ae-masonry-md-4 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(4) h2,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(4) ~ .ae-grid__item[class*="item-md"] h2 {
    font-size: 1.3125em;
  }
  .rk-portfolio .ae-masonry-md-4 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(4) p,
  .rk-portfolio .ae-grid__item[class*="item-md"]:nth-child(1):nth-last-child(4) ~ .ae-grid__item[class*="item-md"] p {
    font-size: 1.125em;
  }
}

@media (min-width: 64em) {
  .rk-portfolio .ae-masonry-lg-2 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(2) h2,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(2) ~ .ae-grid__item[class*="item-lg"] h2 {
    font-size: 1.75em;
  }
  .rk-portfolio .ae-masonry-lg-2 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(2) p,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(2) ~ .ae-grid__item[class*="item-lg"] p {
    font-size: 1.3125em;
  }
  .rk-portfolio .ae-masonry-lg-3 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(3) h2,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(3) ~ .ae-grid__item[class*="item-lg"] h2 {
    font-size: 1.5em;
  }
  .rk-portfolio .ae-masonry-lg-3 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(3) p,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(3) ~ .ae-grid__item[class*="item-lg"] p {
    font-size: 1.125em;
  }
  .rk-portfolio .ae-masonry-lg-4 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(4) h2,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(4) ~ .ae-grid__item[class*="item-lg"] h2 {
    font-size: 1.3125em;
  }
  .rk-portfolio .ae-masonry-lg-4 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(4) p,
  .rk-portfolio .ae-grid__item[class*="item-lg"]:nth-child(1):nth-last-child(4) ~ .ae-grid__item[class*="item-lg"] p {
    font-size: 1.125em;
  }
}

@media (min-width: 75em) {
  .rk-portfolio .ae-masonry-xl-2 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(2) h2,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(2) ~ .ae-grid__item[class*="item-xl"] h2 {
    font-size: 1.75em;
  }
  .rk-portfolio .ae-masonry-xl-2 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(2) p,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(2) ~ .ae-grid__item[class*="item-xl"] p {
    font-size: 1.3125em;
  }
  .rk-portfolio .ae-masonry-xl-3 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(3) h2,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(3) ~ .ae-grid__item[class*="item-xl"] h2 {
    font-size: 1.5em;
  }
  .rk-portfolio .ae-masonry-xl-3 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(3) p,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(3) ~ .ae-grid__item[class*="item-xl"] p {
    font-size: 1.125em;
  }
  .rk-portfolio .ae-masonry-xl-4 .item-meta h2,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(4) h2,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(4) ~ .ae-grid__item[class*="item-xl"] h2 {
    font-size: 1.3125em;
  }
  .rk-portfolio .ae-masonry-xl-4 .item-meta p,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(4) p,
  .rk-portfolio .ae-grid__item[class*="item-xl"]:nth-child(1):nth-last-child(4) ~ .ae-grid__item[class*="item-xl"] p {
    font-size: 1.125em;
  }
}

.rk-size-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
}

.rk-size-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
}

.rk-size-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.rk-size-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

.rk-size-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
}

.rk-size-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.rk-size-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
}

.rk-size-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
}

.rk-size-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.rk-size-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
}

.rk-size-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
}

.rk-size-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosize-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 40em) {
  .rk-landscape:before {
    padding-top: 66.93548%;
  }
  .rk-landscape-alt:before {
    padding-top: 56.45161%;
  }
  .rk-portrait:before {
    padding-top: 134.74026%;
  }
  .rk-square:before {
    padding-top: 100%;
  }
}

#layout-grid:checked ~ .rk-portfolio .rk-tolandscape:before,
#layout-grid:checked ~ .rk-blog .rk-tolandscape:before,
.rk-blog--columns .rk-tolandscape:before {
  padding-top: 66.93548%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tolandscape-alt:before,
#layout-grid:checked ~ .rk-blog .rk-tolandscape-alt:before,
.rk-blog--columns .rk-tolandscape-alt:before {
  padding-top: 56.45161%;
}

#layout-grid:checked ~ .rk-portfolio .rk-toportrait:before,
#layout-grid:checked ~ .rk-blog .rk-toportrait:before,
.rk-blog--columns .rk-toportrait:before {
  padding-top: 134.74026%;
}

#layout-grid:checked ~ .rk-portfolio .rk-tosquare:before,
#layout-grid:checked ~ .rk-blog .rk-tosquare:before,
.rk-blog--columns .rk-tosquare:before {
  padding-top: 100%;
}

.item-1 {
  background-image: url("../images/canderel.jpg");
}
@media (min-width: 40em) {
  #layout-grid:checked ~ .rk-portfolio .item-1 {
    background-position: center left;
  }
}

.item-2 {
  background-image: url("../images/palaismtl.jpg");
}

.item-3 {
  background-image: url("../images/rio.jpg");
}

.item-4 {
  background-image: url("../images/evo.jpg");
}

.item-5 {
  background-image: url("../images/olymel.jpg");
}
@media (min-width: 40em) {
  #layout-grid:checked ~ .rk-portfolio .item-5 {
    background-position: center left;
  }
}

.item-6 {
  background-image: url("../images/project-6.jpg");
}
@media (min-width: 40em) {
  #layout-grid:checked ~ .rk-portfolio .item-6 {
    background-position: top center;
  }
}

.item-7 {
  background-image: url("../images/project-7.jpg");
}

.item-8 {
  background-image: url("../images/project-8.jpg");
}

.item-9 {
  background-image: url("../images/project-9.jpg");
}

.item-10 {
  background-image: url("../images/project-10.jpg");
}

.item-11 {
  background-image: url("../images/project-11.jpg");
}

.item-12 {
  background-image: url("../images/project-12.jpg");
}

.item-13 {
  background-image: url("../images/project-13.jpg");
}
.item-galerie-1 {
  background-image: url("../images/galerie-1.jpg");
}
.item-galerie-2 {
  background-image: url("../images/galerie-1.jpg");
}
.item-galerie-3 {
  background-image: url("../images/galerie-1.jpg");
}
.item-galerie-4 {
  background-image: url("../images/galerie-1.jpg");
}
.item-galerie-5 {
  background-image: url("../images/galerie-1.jpg");
}
.item-galerie-6 {
  background-image: url("../images/galerie-1.jpg");
}
@media (min-width: 40em) {
  #layout-grid:checked ~ .rk-portfolio .item-13 {
    background-position: top right;
  }
  #layout-grid:checked ~ .rk-portfolio .item-13 {
    background-size: 142%;
  }
}


@media (min-width: 40em) {
  #layout-grid:checked ~ .rk-portfolio .rk-items-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}

.rk-portfolio-cover {
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
          align-items: flex-end;
  height: 100vh;
  padding-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 40em) {
  .rk-portfolio-cover {
    padding-bottom: 2.5rem;
  }
}

.rk-portfolio--inner img {
  width: 100%;
}

.rk-portfolio-title {
  letter-spacing: .0359em;
}

.rk-portfolio-category {
  letter-spacing: .021em;
}

.rk-portfolio-inner-client span {
  letter-spacing: .05em;
}

.rk-portfolio-inner-website {
  letter-spacing: .05em;
}

.rk-portfolio-inner-date {
  letter-spacing: .02em;
}

.rk-portfolio-info {
  margin-top: 4.9rem;
}

.rk-portfolio-inner-title {
  margin-top: .2em;
}

.rk-portfolio-details p {
  margin-bottom: .4rem;
}

.item-inside__meta {
  text-align: center;
}
.item-inside__meta--contrast:before {
  background-color: rgba(255, 255, 255, .3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.item-inside__meta .rk-portfolio-title,
.item-inside__meta .rk-portfolio-category {
  position: relative;
  z-index: 2;
}

.inner-box-1 {
  margin-top: 3.4rem;
}

.inner-box-3 {
  margin-top: 6.6rem;
}

.inner-box-4 {
  margin-top: 6rem;
}

.item-inside-1 {
  background-image: url("../img/project-1.jpg");
  background-position: 50% 100%;
  background-size: 350%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .item-inside-1 {
    background-image: url("../img/project-1h.jpg");
  }
}
@media (min-width: 40em) {
  .item-inside-1 {
    background-size: 150%;
  }
}

.post-inside-1 {
  background-image: url("../img/post-1.jpg");
}

#layout-grid:checked ~ .rk-portfolio,
#layout-grid:checked ~ .rk-blog {
  -webkit-animation: op2 .5s;
          animation: op2 .5s;
}

#layout-base:checked ~ .rk-portfolio,
#layout-base:checked ~ .rk-blog {
  -webkit-animation: op .5s;
          animation: op .5s;
}

@-webkit-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes op2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes op2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.rk-blog {
  padding-top: .25rem;
}

.rk-blog__items {
  margin-bottom: 2.7rem;
}
@media (min-width: 40em) {
  .rk-blog__items {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: .5rem;
       -moz-column-gap: .5rem;
            column-gap: .5rem;
  }
}

.rk-blog__item {
  display: inline-block;
  margin: 0 0 10.6rem;
  width: 100%;
}

@media (min-width: 40em) {
  #layout-grid:checked ~ .rk-blog .rk-blog__items,
  .rk-blog--columns .rk-blog__items {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-bottom: 6.2rem;
  }
}

@media (min-width: 75em) {
  #layout-grid:checked ~ .rk-blog .rk-blog__items,
  .rk-blog--columns .rk-blog__items {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}



#layout-grid:checked ~ .rk-blog .blog-info,
.rk-blog--columns .blog-info {
  margin-top: 3.5rem;
}

#layout-grid:checked ~ .rk-blog .blog-info__title,
.rk-blog--columns .blog-info__title {
  font-size: 1.3125rem;
}

#layout-grid:checked ~ .rk-blog .blog-info__author,
.rk-blog--columns .blog-info__author {
  font-size: 1rem;
  margin-top: 0;
}

#layout-grid:checked ~ .rk-blog .blog-info__excerpt,
.rk-blog--columns .blog-info__excerpt {
  font-size: 1rem;
  margin-top: 1.9rem;
  line-height: 1.625;
}
#layout-grid:checked ~ .rk-blog .blog-info__excerpt span,
.rk-blog--columns .blog-info__excerpt span {
  display: none;
}

#layout-grid:checked ~ .rk-blog .blog-meta,
.rk-blog--columns .blog-meta {
  margin-top: 2rem;
}

#layout-grid:checked ~ .rk-blog .blog-meta__read-more,
.rk-blog--columns .blog-meta__read-more {
  display: none;
}

#layout-grid:checked ~ .rk-blog .blog-meta__comments,
.rk-blog--columns .blog-meta__comments {
  font-size: 1rem;
}

#layout-grid:checked ~ .rk-blog .blog-meta__date,
.rk-blog--columns .blog-meta__date {
  font-size: .875rem;
}

#layout-grid:checked ~ .rk-blog .rk-blog__item,
.rk-blog--columns .rk-blog__item {
  margin-bottom: 7.3rem;
}



.conatct__title,
.contact__addr,
.contact__email {
  letter-spacing: .06em;
}

.contact__desc {
  letter-spacing: .05em;
}

.contact__phone {
  letter-spacing: .1em;
}

.contact_spacer {
  width: 100%;
}
.contact_spacer:before {
  content: "";
  display: block;
  padding-top: calc(134.74026% - 20.35rem);
}





.rk-categories-menu {
  display: inline-block;
  padding-top: 1.6rem;
  padding-bottom: 4.8rem;
}
.rk-categories-menu .rk-menu__item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
}
.rk-categories-menu .rk-menu__link {
  padding-bottom: .5rem;
}
@media (min-width: 64em) {
  .rk-categories-menu .rk-menu__item:first-child {
    padding-left: 0;
  }
  .rk-categories-menu .rk-menu__item:last-child {
    padding-right: 0;
  }
}

.rk-dark-color {
  color: #202020;
}

.rk-light-color {
  color: #787878;
}

/*fin image en bloques */
/*fin image en bloques */
/*fin image en bloques */
/*fin image en bloques */
/*fin image en bloques */
/*fin image en bloques */

/*Début blog */
/*Début blog */
/*Début blog */
/*Début blog */

.blog-info,
.blog-meta {
  margin: 0 auto;
  text-align: center;
  width: 78.5%;
}

.blog-info {
  margin-top: 4rem;
}

.blog-info__title {
  letter-spacing: .04em;
}

.blog-info__author {
  letter-spacing: .02em;
  margin-top: 1em;
}

.blog-info__excerpt {
  margin-top: 3.9rem;
  letter-spacing: .05em;
  line-height: 1.8125;
  text-align: left;
}
.blog-info__excerpt:not(:empty):after {

}

.blog-meta {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.5rem;
}

.blog-meta__comments {
  letter-spacing: .06em;
}

.blog-meta__date {
  color: #787878;
  letter-spacing: .05em;
}

#layout-grid:checked ~ .rk-blog .blog-info,
.rk-blog--columns .blog-info {
  margin-top: 3.5rem;
}

#layout-grid:checked ~ .rk-blog .blog-info__title,
.rk-blog--columns .blog-info__title {
  font-size: 1.3125rem;
}

#layout-grid:checked ~ .rk-blog .blog-info__author,
.rk-blog--columns .blog-info__author {
  font-size: 1rem;
  margin-top: 0;
}

#layout-grid:checked ~ .rk-blog .blog-info__excerpt,
.rk-blog--columns .blog-info__excerpt {
  font-size: 1rem;
  margin-top: 1.9rem;
  line-height: 1.625;
}
#layout-grid:checked ~ .rk-blog .blog-info__excerpt span,
.rk-blog--columns .blog-info__excerpt span {
  display: none;
}

#layout-grid:checked ~ .rk-blog .blog-meta,
.rk-blog--columns .blog-meta {
  margin-top: 2rem;
}

#layout-grid:checked ~ .rk-blog .blog-meta__read-more,
.rk-blog--columns .blog-meta__read-more {
  display: none;
}

#layout-grid:checked ~ .rk-blog .blog-meta__comments,
.rk-blog--columns .blog-meta__comments {
  font-size: 1rem;
}

#layout-grid:checked ~ .rk-blog .blog-meta__date,
.rk-blog--columns .blog-meta__date {
  font-size: .875rem;
}

#layout-grid:checked ~ .rk-blog .rk-blog__item,
.rk-blog--columns .rk-blog__item {
  margin-bottom: 7.3rem;
}



.post-1 {
  background-image: url("../images/galerie-1.jpg");
}
@media (min-width: 40em) {
  .rk-blog--columns .post-1 {
    background-position: center right;
  }
}

.post-2 {
  background-image: url("../img/post-2.jpg");
}

.post-3 {
  background-image: url("../img/post-3.jpg");
  background-size: 160%;
}
@media (min-width: 40em) {
  .rk-blog--columns .post-3 {
    background-position: bottom left;
  }
  .rk-blog--columns .post-3 {
    background-size: 200%;
  }
}

.post-4 {
  background-image: url("../img/post-4.jpg");
}

.post-5 {
  background-image: url("../img/post-5.jpg");
}
@media (min-width: 40em) {
  .rk-blog--columns .post-5 {
    background-position: center left;
  }
}

.post-6 {
  background-image: url("../img/post-6.jpg");
}
@media (min-width: 40em) {
  .rk-blog--columns .post-6 {
    background-position: center right;
  }
}


.arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: .02em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.arrow-button svg {
  height: 1em;
  margin-left: 2em;
  -webkit-transition: -webkit-transform .3s;
          transition:         transform .3s;
  width: 2em;
}
.arrow-button--right {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 75em) {
  .arrow-button--right {
    margin-left: auto;
    margin-right: 0;
  }
}
.arrow-button--center {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 75em) {
  .arrow-button--out {
    margin-right: -4.5em;
  }
}
.arrow-button--reverse svg {
  margin-left: 0;
  margin-right: 2em;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
          order: -1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.arrow-button:hover svg {
  -webkit-transform: translateX(.25rem);
      -ms-transform: translateX(.25rem);
          transform: translateX(.25rem);
}
.arrow-button--reverse:hover svg {
  -webkit-transform: rotate(180deg) translateX(.25rem);
      -ms-transform: rotate(180deg) translateX(.25rem);
          transform: rotate(180deg) translateX(.25rem);
}
.arrow-button--compress svg {
  margin-left: 1em;
}
.arrow-button--nospace svg {
  margin-left: 0;
}
.arrow-button--flip svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.group-buttons {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
}
@media (min-width: 40em) {
  .group-buttons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.rk-arrow svg {
  height: .875em;
  width: 2.375em;
}

.rk-comments,
.rk-comments ul {
  list-style: none;
}

.rk-comments__title {
  letter-spacing: .05em;
  margin-bottom: 5rem;
}

.rk-comment {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 5rem;
}
.rk-comment__avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.6875rem;
      -ms-flex: 0 0 4.6875rem;
          flex: 0 0 4.6875rem;
  margin-right: 2.3rem;
}
.rk-comment__header {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding-top: .7rem;
  margin-bottom: .75rem;
}
.rk-comment__body {
  letter-spacing: .05em;
  margin-bottom: 1.8rem;
}
.rk-comment__author {
  letter-spacing: .03em;
}
.rk-comment__meta {
  margin-left: .3rem;
  letter-spacing: .053em;
}
.rk-comment__author small,
.rk-comment__meta {
  color: #a0a0a0;
}
@media (min-width: 40em) {
  .rk-comment {
    margin-left: calc(16.66667% - 4.6875rem - 2.3rem);
    padding-right: 16.66667%;
  }
  .rk-comment + ul {
    padding-left: 8.7rem;
    padding-right: 1.7rem;
  }
}






/* reset  list style */
.menu-akcanada ,
.menu-akcanada ul {
	list-style: none;
	border-radius: 3em;

}

/*nouveau menu*/
.menu-akcanada {

	display: relative;
	position:relative;
	z-index: 2;
	bottom: 0;
	width: 92%;
	background: #39441c;
	text-align: right;
	padding: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom : 3em;
	margin-top:1em;
	text-transform: capitalize;
		text-align:center;
}

/* first level menu items */
.menu-akcanada > li {
	display: inline-block;
	margin: 0 1em;
	position: relative;
	
}

.menu-akcanada > li > a {
	line-height: 2em;
	padding: 0 0.3em;
	font-size: 1.2em;
	display: block;
	color: #fff;
}
/*
.menu-akcanada > li > a > img {
	line-height: 2em;
	padding: 0 0.3em;
	font-size: 1.2em;
	display: block;
	color: #fff;
	float:right;
	margin-top:0.5em;
}
*/
.no-touch .menu-akcanada > li > a:hover,
.no-touch .menu-akcanada > li > a:active {
	color: #386a2e;
}

/* sumbenu with transitions */
.cbp-tm-submenu {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	pointer-events: none;
	-webkit-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s;
}

.cbp-tm-show .cbp-tm-submenu {
	width: 16em;
	left: 50%;
	margin: 0 0 0 -8em;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cbp-tm-show-above .cbp-tm-submenu {
	bottom: 100%;
	padding-bottom: 10px;
}

.cbp-tm-show-below .cbp-tm-submenu {
	top: 100%;
	padding-top: 10px;
}

/* extreme cases: not enough space on the sides */
.cbp-tm-nospace-right .cbp-tm-submenu {
	right: 0;
	left: auto;
}

.cbp-tm-nospace-left .cbp-tm-submenu {
	left: 0;
}

/* last menu item has to fit on the screen */
.menu-akcanada > li:last-child .cbp-tm-submenu {
	right: 0;
}

/* 	
arrow: depending on where the menu will be shown, we set 
the right position for the arrow
*/

.cbp-tm-submenu:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	top: 100%;
	margin-top: -10px;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	bottom: 100%;
	margin-bottom: -10px;
}

.cbp-tm-submenu:after {
	border-color: transparent;
	border-width: 16px;
	margin-left: -16px;
	left: 50%;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	border-top-color: #fff;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	border-bottom-color: #fff;
}

.cbp-tm-submenu > li {
	display: block;
	background: #fff;
}

.cbp-tm-submenu > li > a {
	padding: 5px 2.3em 5px 0.6em; /* top/bottom paddings in 'em' cause a tiny "jump" in Chrome on Win */
	display: block;
	font-size: 1.2em;
	position: relative;
	color: #39441c;
	border: 4px solid #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.no-touch .cbp-tm-submenu > li > a:hover,
.no-touch .cbp-tm-submenu > li > a:active {
	color: #fff;
	background: #39441c;
}

/* the icons (main level menu icon and sublevel icons) */
.cbp-tm-submenu li a:before,
.menu-akcanada > li > a:before {
	font-family: 'cbp-tmicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	margin-right: 0.6em;
	-webkit-font-smoothing: antialiased;
}

.cbp-tm-submenu li a:before {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0.5em;
}

.menu-akcanada > li > a:not(:only-child):before {
	content: "\25B6";
	font-size: 60%;
	opacity: 0.3;
}

.cbp-tm-icon-menu:before {
	content: "\2190";
}


/* Media Queries */
@media screen and (max-width: 55.6875em) {
	.menu-akcanada {
	
		font-size: 85%;
		
	}
}



@media screen and (max-height: 25.25em), screen and (max-width: 44.3125em) {

	.menu-akcanada {
		
		position: relative;
		text-align: center;
	
		
			padding: 0 ;
	margin-right: auto;
	margin-left: auto;
	margin-bottom : 3em;
	margin-top:3em;
		top: auto;
	}

	.menu-akcanada > li {
		display: block;
		margin: 0;
		
	}

	.menu-akcanada > li:first-child {
	
	}

	li.cbp-tm-show > a,
	.no-touch .menu-akcanada > li > a:hover,
	.no-touch .menu-akcanada > li > a:active {
		color: #fff;
		background: #39441c;
	}

	.cbp-tm-submenu {
		position: relative;
		display: none;
		width: 100%;
	}

	.cbp-tm-submenu > li {
		padding: 0;
	}

	.cbp-tm-submenu > li > a {
		padding: 0.6em 1em 0.6em 0.6em;
		border: none;
		
	}

	.cbp-tm-submenu:after {
		display: none;
	}

	.menu-akcanada .cbp-tm-show .cbp-tm-submenu {
		display: block;
		width: 100%;
		left: 0;
		margin: 0;
		padding: 0;
		bottom: auto;
		top: auto;
	}
	
}

/*fin du nouveau menu*/
/*fin du nouveau menu*/
/*fin du nouveau menu*/

	
.ic {
  border:0;
  float:right;
  background:#fff;
  color:#f00;
  width:50%;
  line-height:10px;
  font-size:10px;
  margin:-220% 0 0 0;
  overflow:hidden;
  padding:0
} 

  #footer {
    text-align: center;
	
  }
  
  
a {
  font: inherit;
  color: #39441c;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
      display: block;
    margin-left: auto;
    margin-right: auto
}



* {
  -webkit-text-size-adjust: none;
}
/*============  Text  =============*/
.text_1 {
  font: 300 68px/60px 'Open Sans', sans-serif;
}
.text_2 {
  font: 600 24px/30px 'Open Sans', sans-serif;
}
.text_3 {
  font: 600 24px/28px 'Open Sans', sans-serif;
  margin-bottom:-1em;
}
.text_4 {
  font: 400 14px/16px 'Open Sans', sans-serif;
}
.text_5 {
  font: 300 14px/20px 'Open Sans', sans-serif;
}
.text_6 {
  font: 400 18px/26px 'Open Sans', sans-serif;
}
.text_7 {
  font: 400 18px/20px 'Open Sans', sans-serif;
}
.text_8 {
  font: 400 14px/20px 'Open Sans', sans-serif;
}
.text_9 {
color:#f8f8f8;
    font: 500 18px/20px 'Open Sans', sans-serif;
  margin-bottom:-1em;
  padding: 5px 15px 0px 15px;
}
.text_9 span {
color:#f8f8f8;
    font: 500 22px/24px 'Open Sans', sans-serif;
  margin-top:2em;
  padding: 0;
}
.texti_9 {
  color:#f8f8f8;
  font: 500 16px/18px 'Open Sans', sans-serif;
  margin-bottom:-1em;
  padding: 5px 15px 0px 15px;
  text-align:left;
  margin-left: 419px;
  line-height: 145%
}
.texti_99 {

color:#f8f8f8;
    font: 500 16px/18px 'Open Sans', sans-serif;
  margin-bottom:-1em;
  padding: 5px 15px 0px 15px;
  margin-left: 425px;
  text-align:left;
  line-height: 175%
}

.texti_99 ul {
  color:#f8f8f8;
  font: 500 16px/18px 'Open Sans', sans-serif;
  margin-bottom:-1em;
  padding: 5px 15px 0px 15px;
  margin-left: 10px;
  text-align:left;
  line-height: 175%
}

.backun1 {
    background-color:#404000;
	border-color:#404000;
	 border-width: 5px;
	border-style: solid;
	border:10px;
	height:100%;
}
.backun2 {
    background-color:#646400;
	border-color:#404000;
	 border-width: 5px;
	border-style: solid;
	border:10px;
	height:100%;
	
}
.backun3 {
    background-color:#757500;
	height:100%;

}
.backun4 {
    background-color:#828200;
	height:100%;
	
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_1 a {
  color: inherit;
}
.color_2 {
  color: #363535;
}
.color_2 a {
  color: inherit;
}
.color_3 {
  color: #546429;
}
.color_3 a {
  color: inherit;
}
.color_4 {
  color: #f8f8f8;
}
.color_4 a {
  color: inherit;
}
.color_5 {
  color: #413d3d;
}
.color_5 a {
  color: inherit;
}
.color_6 {
  color: #4a4a4a;
}
.color_6 a {
  color: inherit;
}
/*============  Backgrounds  =============*/
.bg_1 {
 
  
}
/*============  Floats  =============*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
/*============  Page  =============*/
.page-bg {

 
}

.page {
  background: #ffffff;
    background: url('../images/bgak.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

 
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
}
@media (max-width: 1199px) {



.drt21 {
  left:1em;
  font: 400 22px/22px 'Open Sans', sans-serif;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1.1px;

}
  #header {
    text-align: center;

  }
}
.brand {
  text-align: center;
}
.brand h1 {
  
  margin: 1.3em 0 1.3em 2em;
  
  display: inline-block;
  text-align: left;
  
}
@media (max-width: 979px) {
  .brand {
    float: none;
  }
  
.texti_9 {

    margin-left: 0px;

}
.texti_99 {

  margin-left: 10px;

}

}

@media (max-width: 979px) {
  .nav {
   width: 100%;
    text-align: center;

  }
  
}
.drt21 {
margin: 2.1em 0 1em 2em;
  font: 600 22px/22px 'Open Sans', sans-serif;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1.1px;

}
@media (max-width: 979px) {
.drt21 {
margin: 0em 0 1em 2em;
  font: 600 22px/22px 'Open Sans', sans-serif;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1.1px;

}
}
@media (max-width: 479px) {
.brand h1 {
  
  margin: 0 0 0 0;
  
  display: inline-block;
  text-align: left;
  
}
.drt21 {
margin: 1.5em 0 0 0;
  font: 600 16px/16px 'Open Sans', sans-serif;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1.1px;

}
}


/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #ffd700;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
/*============  Headers  =============*/
.header_1 {
color:#39441c;
  text-align: center;
  font: 700 45px/48px 'Open Sans', sans-serif;
  
}
.headeri_1 {
color:#39441c;
  text-align: left;
  font: 600 25px/30px 'Open Sans', sans-serif;

 
}
.header_1.indent_1 {
  padding-bottom: 56px;
}
.header_1.indent_2 {
  padding-bottom: 34px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header_1 {
    font-size: 40px;
    line-height: 52px;

  }
}
@media (max-width: 979px) {
  .header_1 {
    font-size: 36px;
    line-height: 42px;

  }
  
  .text_3 {
  font: 600 18px/22px 'Open Sans', sans-serif;
  margin-bottom:-1em;
}
}
.header_2 {
  font: 600 36px/30px 'Open Sans', sans-serif;
}
.header_2.indent_1 {
  padding-bottom: 30px;
}
.header_2.indent_2 {
  padding-bottom: 32px;
}
.header_2.indent_3 {
  padding-bottom: 81px;
}
.header_2.indent_4 {
  padding-bottom: 43px;
}
.header_2.indent_5 {
  padding-bottom: 41px;
}
/*============  Wraps  =============*/
.wrap_1 {
  padding-top: 25px;
}
.wrapi_1 {
  padding-top: 5px;
}
.wrap_2 {
  padding-top: 25px;
}
.wrap_3 {
  padding-bottom: 34px;
}
.wrap_4 {
  padding-bottom: 53px;
}
.wrap_5 {
  padding-bottom: 0px;
}
.wrap_6 {
  padding-bottom: 120px;
}
.wrap_7 {
  padding-top: 82px;
}
.wrap_8 {
  padding-bottom: 48px;
}
.wrap_9 {
  padding-top: 104px;
}
.wrap_10 {
  padding-bottom: 44px;
}
.wrap_11 {
  padding-top: 123px;
}
.wrap_12 {
  padding-bottom: 91px;
}
.wrap_13 {
  padding-top: 42px;
}
.wrap_14 {
  padding-top: 91px;
}
.wrap_15 {
  padding-bottom: 118px;
}
.wrap_16 {
  padding-top: 32px;
}
.wrap_17 {
  padding-top: 50px;
}
.wrap_18 {
  padding-top: 117px;
}
.wrap_19 {
  padding-bottom: 115px;
}
.wrap_20 {
  padding-bottom: 46px;
}
@media (max-width: 767px) {
  .wrap_11,
  .wrap_14,
  .wrap_9,
  .wrap_1,
  .wrap_18 {
    padding-top: 50px;
  }
  .wrap_12,
  .wrap_15,
  .wrap_5,
  .wrap_19 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .img-wrap {
    text-align: center;
	 margin: 20px 5px 20px 5px;
  }
   
}
@media (max-width: 767px) {
  .img-wrap {
    margin: 30px 30px 30px 30px;
  }
  
  
}
/*============  Butttons  =============*/
.btn_1 {
  display: inline-block;
  font: 400 30px/30px 'Marvel', sans-serif;
  padding: 15px 51px 16px;
  letter-spacing: 1.5px;
  color: #000000;
  background: #f1f045;
}
.btn_1:hover {
  color: #ffffff;
  background: #249f9c;
  text-decoration: none;
}
.btn_2 {
  display: inline-block;
  padding: 4px 20px 3px;
  font: 400 24px/30px 'Marvel', sans-serif;
  color: #413d3d;
  background: #f1f045;
}
.btn_2:hover {
  color: #ffffff;
  background: #249f9c;
  text-decoration: none;
}
.btn_3 {
  display: inline-block;
  padding: 4px 34px 3px photoakron;
  font: 400 24px/30px 'Marvel', sans-serif;
  color: #413d3d;
  background: #f1f045;
}
.btn_3:hover {
  color: #ffffff;
  background: #249f9c;
  text-decoration: none;
}
/*============  Images  =============*/
.img_1 {
  margin: 3px 0 9px 0;
  float: left;
}
.img_serv {
  margin: 22px 0 9px 0;
  float: left;
}
.img_servie {
  margin: 22px 30px 30px 10px;
  float: left;
}

.img_1 + .img_1 {
  margin-left: 29px;
}
@media (max-width: 1199px) {
  .img_1 {
    float: none;
  }
  .img_1 + .img_1 {
    margin-left: 0;
  }
}
.img_2 {
  margin: 3px 0 9px 0;
  float: left;
}
.img_2 + .img_2 {
  margin-left: 30px;
}
.img_2:first-child + .img_2 + .img_2 + .img_2 {
  margin-left: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .img_2 {
    width: 140px;
  }
  .img_2 + .img_2 {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .img_2 {
    width: 108px;
  }
  .img_2 + .img_2 {
    margin-left: 20px;
  }
  
}
@media (max-width: 767px) {
  .img_2 {
    float: none;
  }
  .img_2 + .img_2 {
    margin-left: 0;
  }
    .img_servie {
  
  text-align:center;
}
}
/*============  Boxes  =============*/
.box_1 {
  text-align: center;
  padding-bottom: 30px;

}
.box_1 [class^='icon_'] {
  display: inline-block;
 
  width: 55px;
  height: 55px;
  color: #ae8827;
  border: 1px solid #2e3614;
  text-align: center;
  border-radius: 100px;
     background:#ffffff;
}
.box_1 .icon_1:before {
  content: '\f062';
  font: 700 48px/55px 'FontAwesome';
  
}
.box_1 .icon_2:before {
  content: '\f062';
  font: 700 48px/55px 'FontAwesome';
}
.box_1 .icon_3:before {
  content: '\f062';
  font: 700 48px/55px 'FontAwesome';
}
.box_1 .icon_4:before {
  content: '\f062';
  font: 700 48px/55px 'FontAwesome';
}
.box_1 [class^='icon_'] + .text_2 {
  padding-top: 22px;
}
.box_1 [class^='icon_'] + .text_2 + .text_3 {
  padding-top: 16px;
}
.box_1 [class^='icon_'] + .text_2 + .text_3 + .btn_2 {
  margin-top: 41px;
}
.boxi_1 {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 30px;
}
.box_2 {
  padding: 36px 15px 42px 62px;
  border: 1px solid #898888;
}
.box_2 .put-left {
  margin: 63px 77px 57px 0px;
}
.box_2 .text_2 + .text_3 {
  padding-top: 13px;
}
.box_2 .text_3 + .btn_2 {
  margin-top: 41px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box_2 {
    padding: 26px 5px 32px 52px;
  }
  .box_2 .put-left {
    margin: 53px 67px 47px 0;
  }
}
@media (max-width: 979px) {
  .box_2 {
    padding: 20px 40px 40px;
    text-align: center;
  }
  .box_2 .put-left {
    float: none;
    text-align: center;
    margin: 0 0 30px;
  }
   .text_9 {
color:#f8f8f8;
    font: 500 17px/20px 'Open Sans', sans-serif;
  margin-bottom:-1em;
  padding: 5px 15px 0px 15px;
}
.text_9 span {
color:#f8f8f8;
    font: 500 19px/21px 'Open Sans', sans-serif;
  margin-top:2em;
  padding: 0;
}
}
.box_3 {
  text-align: center;
}
.box_4 .text_5 + .btn_2 {
  margin-top: 40px;
}
.box_4 .text_5 + .row {
  padding-top: 31px;
}
.box_4 .row + .btn_3 {
  margin-top: 46px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box_4 .grid_2 {
    width: 170px;
  }
}
.box_5 {
  position: relative;
  padding-top: 8px;
  padding-left: 65px;
}
.box_5:before {
  content: attr(data-index);
  position: absolute;
  top: 1px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #ffffff;
  background: #39441c;
  font: 700 36px/48px 'Open Sans', sans-serif;
}
.box_5 .text_2 + .text_3 {
  padding-top: 24px;
}
.box_6 .put-left {
  margin-top: 6px;
  margin-right: 30px;
}
.box_6 .put-left .caption {
  position: relative;
  display: inline-block;
}
.box_6 .put-left .text_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.43);
  padding: 8px 0 14px;
}
.box_6 .caption .text_2 + .text_3 {
  padding-top: 24px;
}
.box_6 .caption .text_3 + .btn_2 {
  margin-top: 25px;
}
.box_6 + .box_6 {
  margin-top: 118px;
}
@media (max-width: 1199px) {
  .box_6 .put-left {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .box_6 .put-left img {
    width: 100%;
  }
  

 .text_9 {
color:#f8f8f8;
    font: 500 17px/20px 'Open Sans', sans-serif;
  margin-bottom:-1em;
  padding: 5px 15px 0px 15px;
}
}
.box_7 {
  height:750px;
  padding-bottom: 117px;
}
.box_7 .img-wrap {
  text-align: center;
  padding: 10px 10px 10px 10px;
}
.box_7 .caption {
  padding-top: 35px;
}
.box_7 .caption .text_2 + .text_3 {
  padding-top: 24px;
}
.box_7 .caption .text_3 + .btn_2 {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
.box_7 {
  height:1020px;
  padding-bottom: 117px;
}

}
@media (max-width: 767px) { 
  .box_7 {
  height:auto;
    padding-bottom: 40px;
  }
}
/*============  Lists  =============*/
.list_1 {
  display: inline-block;
}
.list_1 li {
  float: left;
}
.list_1 li + li {
  margin-left: 17px;
}
.list_1 li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: #dcd9d9;
  text-align: center;
  border-radius: 25px;
}
.list_1 li a:hover {
  background: #39441c;
  text-decoration: none;
}
.list_1 li a.fa-twitter {
  font-size: 25px;
  line-height: 56px;
}
.list_1 li a.fa-twitter:before {
  padding-left: 1px;
}
.list_1 li a.fa-facebook {
  font-size: 25px;
  line-height: 52px;
}
.list_1 li a.fa-facebook:before {
  padding-left: 2px;
}
.list_1 li a.fa-google-plus {
  font-size: 25px;
  line-height: 52px;
}
.list_1 li a.fa-google-plus:before {
  padding-left: 6px;
}
.list_1 li a.fa-pinterest {
  line-height: 50px;
  font-size: 30px;
}
.list_1 li a.fa-pinterest:before {
  padding-left: 1px;
}
.list_2 li {
  position: relative;
  padding-left: 31px;
}
.list_2 li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background: #39441c;
  border-radius: 5px;
}
.list_3 li {
  float: left;
}
.list_3 li img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.list_3 li a:hover img {
  opacity: 0.5;
}
.list_3 li + li {
  margin-left: 26px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .list_3 img {
    width: 120px;
  }
  .list_3 li + li {
    margin-left: 12px;
  }
}
@media (max-width: 979px) {
  .list_3 {
    text-align: center;
  }
  .list_3 li {
    float: none;
    margin-bottom: 9px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .list_3 li:first-child + li + li + li {
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .list_3 li:first-child + li + li {
    margin-left: 0;
  }
  .list_3 li:first-child + li + li + li + li {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .list_3 li + li {
    margin-left: 0;
  }
}
/*============  Map =============*/
.map {
  width: 100%;
  height: 399px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 150px;
  }
}
/*============  Address =============*/
address .text_7 + .text_8 {
  padding-top: 22px;
}
/*============  Terms List =============*/
.terms-list {
  text-align: center;
}
.terms-list dt + dd {
  padding-top: 14px;
}
.terms-list dd + dt {
  padding-top: 19px;
}
.terms-list p + p {
  padding-top: 12px;
}
/*============  LightBox =============*/
a[data-type='lightbox'] {
  display: block;
  background: url('../images/magnify.png') no-repeat center center;
}
a[data-type='lightbox'] img {
  width: 100%;
  height: auto;
}
a[data-type='lightbox']:hover img {
  opacity: 0.2;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  a[data-type='lightbox'].last-row {
    margin-bottom: 8px;
  }
}
/*========================================================
                    FOOTER styles
=========================================================*/
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/*============  Info  =============*/
.info {
  padding: 23px 0 24px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #363535;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  text-decoration: none;
  color: #39441c;
}
#toTop:active {
  background: transparent;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/



div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-100px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:65px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:photoakron;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:photoakron;width:100px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
