/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-feb-2014, 16:05:39
    Author     : Kike
*/

/* Wide Artisteer Fixes for PEditor*/

.pal-section-content .art-layout-wrapper {
    margin: 0px;
}

.pe-pagecontent.art-article img, .pe-pagecontent.art-block img, .pe-pagecontent.art-footer img {
    margin: 0;
}

/*Cant do it for rigth and left becasuse padding is taken into account for component width*/
.desktop .pe-visual-component-wrapper.pe-visual-component-top-limit {
    padding-top: 0px !important;
}
.desktop .pe-visual-component-wrapper.pe-visual-component-bottom-limit {
    padding-bottom: 0px !important;
}

/* In mobile, top componentes after the first one are not top componentes because fall down so we re-add paddings */
.responsive-phone .pe-visual-component-wrapper.pe-visual-component-top-limit.first-top-component {
    padding-top: 0px !important;
}
.responsive-phone .pe-visual-component-wrapper.pe-visual-component-bottom-limit.last-bottom-component {
    padding-bottom: 0px !important;
}
/*** NOT USING FOR COMPONENTS THEMSELFS BUT USING FOR EDITOR WRAPPERS IN PageCms.php at method getMarginWrapperStyle ****/
/*.pe-visual-component-wrapper.pe-visual-component-left-limit {
    padding-left: 0px !important;
}
.pe-visual-component-wrapper.pe-visual-component-right-limit {
    padding-right: 0px !important;
}*/

.pe-image-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.pe-image-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.pe-image-wrapper {
    overflow: hidden;
    position: relative;
}

.pe-pagecontent img {
    max-width: none;
}

.pe-image {
    position: absolute;
}

.pe-newsletter-component-wrapper .pe-newsletter-header-title {
    margin-top: 0px;
}

.art-postcontent .pe-caption-text-content > :first-child {
    margin-top: 0px;
}
.art-postcontent .pe-caption-text-content > :last-child {
    margin-bottom: 0px;
}
.art-postcontent .pe-caption-text-content p {
    margin-bottom: 0px;
    margin-top: 0px;
}
.art-postcontent .pe-caption-text-content {
    display: inline-block;
    min-width: 100%;
}

.art-postcontent .pe-caption-text-content h1 {
    font-size: 2em;
}

.art-postcontent .pe-caption-text-content h2 {
    font-size: 1.6em;
}

.art-postcontent .pe-caption-text-content h3 {
    font-size: 1.3em;
}

.art-postcontent .pe-caption-text-content h4, .art-postcontent .pe-caption-text-content h5, .art-postcontent .pe-caption-text-content h6 {
    font-size: 1em;
}

.pe-caption-text-wrapper {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
}

.pe-caption-text-alignment-block-center-center{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pe-caption-text-alignment-block-center-top {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    padding-top: 3%;
}

.pe-caption-text-alignment-block-center-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-bottom: 3%;
}

.pe-caption-text-alignment-block-right-center{
    top: 50%;
    right: 0;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    padding-right: 3%;
}

.pe-caption-text-alignment-block-left-center {
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    padding-left: 3%;
}

.pe-caption-text-alignment-block-right-top {
    top: 0;
    right: 0;
    padding-right: 3%;
    padding-top: 3%;
}

.pe-caption-text-alignment-block-left-top {
    top: 0;
    left: 0;
    padding-left: 3%;
    padding-top: 3%;
}

.pe-caption-text-alignment-block-right-bottom {
    bottom: 0;
    right: 0;
    padding-right: 3%;
    padding-bottom: 3%;
}

.pe-caption-text-alignment-block-left-bottom {
    bottom: 0;
    left: 0;
    padding-left: 3%;
    padding-bottom: 3%;
}

.pe-button-component.pe-button-dark:hover,
.pe-button-component.pe-button-super-light:hover{
    /*-webkit-filter: brightness(115%);*/
    background-image: -moz-linear-gradient(left,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 100%);
    background-image: -webkit-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%);
    background-image: linear-gradient(to right,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=1 );  
}

.pe-button-component.pe-button-light:hover,
.pe-button-component.pe-button-super-dark:hover{
    background-image: -moz-linear-gradient(left,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 100%);
    background-image: -webkit-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%);
    background-image: linear-gradient(to right,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#40ffffff',GradientType=1 );
    /*-webkit-filter: brightness(85%);*/
}

.art-footer {
    margin-top: 0px !important;
}

.pe-visual-component-super {
    position: relative !important;
    /*z-index: 2;*/
}

.pe-image-item-list.cboxElement {
    cursor: pointer;
}

.pe-pagecontent .pe-image-item-list img {
    max-width: 100%;
}

.pe-visual-component-wrapper .pe-text *:last-child {
    margin-bottom: 0 !important;
}

.pe-visual-component-wrapper .pe-text *:first-child {
    margin-top: 0 !important;
}

/*.pe-row:first-child > .pe-column > .pe-visual-component-super:first-of-type .pe-visual-component-wrapper {
    padding-top: 0;
}

.pe-row:last-child > .pe-column > .pe-visual-component-super:last-of-type  .pe-visual-component-wrapper {
    padding-bottom: 0;
}*/

.intrinsic {
    position: relative;
    max-width: 100%;
}

.pe-video-content {
    padding-bottom: 56.20608899297424%;
}

.pe-video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.pe-map-component iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.art-article .pe-map-component img {
    max-width: none;
}

.pe-image-gallery-component {
    position: relative;
}

.pe-blog-component .featured-post {
    text-align: left;
}

.pe-blog-component .featured-post .art-postheader {
    text-align: left;
    line-height: 1;
}
.pe-blog-component .featured-post .view-more-link-wrapper {
    margin-top: 0.5em;
}

.pe-blog-component .blog-grid-mode .featured-post .art-postheader a {
    font-size: 0.75em;
    font-weight: normal;
}

.pe-image-gallery-image-stacked {
    width: 100%;
    padding: 5px 0;
}

.pe-image-gallery-content {
    height: 100%;
    width: 100%;
}

.pe-pagecontent .flexslider.pe-image-gallery-type-slider {
    position: absolute !important;
}

.pe-pagecontent .flexslider {
    /*position: absolute !important;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pe-pagecontent .flexslider .slides {
    overflow: hidden;
    height: 100%;
}

.pe-pagecontent .flexslider.pe-image-gallery-pagination-thumbnails .slides {
    height: 80%;
}

.pe-pagecontent .flex-control-nav.flex-control-thumbs {
    height: 20%;
    padding: 0;
    margin: 0;
    list-style: none;

    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.pe-pagecontent .flexslider .flex-control-thumbs li {
    padding: 0px;
    width: auto;
    height: 100%;
    margin: 0px;
}
.ie9 .pe-pagecontent .flexslider .flex-control-thumbs li {
    width: 25%;
}

.pe-pagecontent .flexslider .slides > li {
    height: 100%;
}

.pe-image-gallery-image.over-height {
    width: auto !important;
    height: 100% !important;
}

/* Flexslider Fixes */
.pe-pagecontent .flexslider {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    background: none;
    margin: 0px;
}

.pe-pagecontent .flexslider .slides {
    margin: 0;
    padding: 0;
}

.flexslider ul.flex-direction-nav > li {
    margin: 0;
    padding: 0;
    overflow: visible;
}

.flexslider ul.flex-direction-nav {
    margin: 0;
    position: static;
}

.flexslider .slides > li {
    margin: 0px 10px 0px 0px;
    padding: 0;
}

.flexslider .flex-caption {
    background: rgba(0, 0, 0, 0.5);
    margin: 0px;
    color: whitesmoke;
    padding: 10px;
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 100%;
}

.pe-pagecontent .flexslider ol.flex-control-paging {
    margin: 10px auto;
    bottom: 10px;
    position: absolute;
}

.pe-pagecontent .flexslider ol.flex-control-paging > li {
    margin: 0px 6px;
}

.pe-pagecontent .flexslider .flex-control-paging li a {
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255,255,255,0.5);
}

.pe-pagecontent .flexslider .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(0,0,0,0.5);
}
.pe-pagecontent .flexslider.pe-image-gallery-type-slider.pe-image-gallery-animation-fade .slides img.pe-image-gallery-image {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.pe-line-component-wrapper {
    position: relative;
}

.pe-line-component {
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.pe-line-component-content {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    padding: 0.5em 1em;
    border: 2px solid;
}

.pe-line-component-content-round {
    border-radius: 1em;
}

.pe-floated.pe-floated-no-resizable {
    width: auto;
}

.pe-floated-left > .pe-visual-component-wrapper {
    padding-left: 0px !important;
}

.pe-floated-left {
    float: left;
    width: 25%;
    clear: left;
}

.pe-floated-right > .pe-visual-component-wrapper {
    padding-right: 0px !important;
}

.pe-floated-right {
    float: right;
    width: 25%;
    clear: right;
}

.pe-floated:first-child > .pe-visual-component-wrapper {
    padding-top: 0px !important;
}


/******************* PAGE SECTIONS **************/

.regular-section .art-sheet, .regular-section .art-post {
    background: none;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: none;
}

/* Remove margins and paddings in any main section not in first place, using second selector for shops because there are not section-wrapper */
.pal-section-wrapper + .main-section.pal-section-wrapper .art-sheet,
.pal-section-content + .main-section.pal-section-content .art-sheet  {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/******************* TEMPLATE ZONES **************/

.main-outter-zone .art-post {
    background: none !important;
}

/******************* RESPONSIVE *****************/

.responsive-phone .pe-visual-component-super:not(.pe-floated)>.pe-visual-component-wrapper {
    padding-right: 0px !important; /* TESTING trying only right and left instead of all */
    padding-left: 0px !important;
}

.responsive-phone .pe-space-component {
    padding: 0px !important;
}

.responsive.responsive-phone .art-content-layout img.pe-image, .responsive.responsive-phone .art-content-layout img.pe-image-gallery-image {
    margin: 0px;
    left: 0px !important;
}

.responsive-phone .pe-pagecontent > .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.responsive-phone .pal-section-content .art-sheet {
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.responsive-phone .pe-column > .pe-visual-component-super:first-child {
    margin-top: 0px;
}

.responsive-phone .pe-column > .pe-visual-component-super:last-child {
    margin-bottom: 0px;
}

.responsive-phone .pe-text {
    padding-bottom: 5%; /* to separate contiguous texts components*/
    padding-top: 5%;
}

.responsive-phone .pal-section-content ~ .pal-section-content .pal-section-content-padding {
    padding-top: 5% !important; /* to separate contiguous sections but the first one */
    padding-bottom: 5% !important;
}

.responsive .pe-pagecontent img {
    max-width: none !important; /* could use !important in non-responsive selector but for being conservative */
}

.responsive .pe-pagecontent .pe-image-gallery-type-grid img {
    max-width: 100% !important; /* to limit image widths in grids of images */
    margin: 0px !important; /* to remove responsive artisteer default margin */
}

.responsive-phone .pe-line-component-content {
    font-size: 1em !important; /* to avoid problems with big fontsizes in mobile */
}

.pe-icon-item-redactor {
    font-style: normal;
}

/************* ICONS TRANSFORMATION *****************/

.pe-transformation-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pe-transformation-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pe-transformation-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.pe-transformation-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.pe-transformation-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

/*************** SECTION BACKGROUND IMAGE STYLES *****************/

.pal-section-content {
    position: relative;
    /*Required when animation is set*/
    /*z-index: 1;*/ /* Somethings break */
}
.pal-section-background-image {
    background-repeat: no-repeat;
}

.pe-section-image-bg-style-cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.pe-section-image-bg-style-contain {
    -webkit-background-size: contain;
    background-size: contain;
}

.pal-section-background-image.pe-section-image-bg-style-repeat {
    background-repeat: repeat;
}

.pe-section-image-bg-style-left-top {
    background-position: left top;
}
.pe-section-image-bg-style-left-center {
    background-position: left center;
}
.pe-section-image-bg-style-left-bottom {
    background-position: left bottom;
}
.pe-section-image-bg-style-right-top {
    background-position: right top;
}
.pe-section-image-bg-style-right-center {
    background-position: right center;
}
.pe-section-image-bg-style-right-bottom {
    background-position: right bottom;
}
.pe-section-image-bg-style-center-top {
    background-position: center top;
}
.pe-section-image-bg-style-center-center {
    background-position: center center;
}
.pe-section-image-bg-style-center-bottom {
    background-position: center bottom;
}

/*************** SECTION BACKGROUND VIDEO STYLES *****************/
.pe-alignment-block-left {
    margin-right: auto;
    margin-left: 0;
}

.pe-alignment-block-right {
    margin-left: auto;
    margin-right: 0;
}

.pe-alignment-block-center {
    margin-left: auto;
    margin-right: auto;
}

div[data-jarallax] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.pal-section-background-video-responsive {
    position: absolute;
    top: 0;  left: 0;  right: 0;  bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;  height: 100%;
}
.pal-section-background {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
}

.pe-section-effect {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-repeat: repeat;
}
.pe-section-effect-filter-pattern-plain {
    background-image: url('../images/resources/filter-patterns/plain.png');
}
.pe-section-effect-filter-pattern-lightdots {
    background-image: url('../images/resources/filter-patterns/light-dots.png');
}
.pe-section-effect-filter-pattern-darkdots {
    background-image: url('../images/resources/filter-patterns/dark-dots.png');
}
.pe-section-effect-filter-pattern-scratches {
    background-image: url('../images/resources/filter-patterns/scratches.png');
}
.pe-section-effect-filter-pattern-diagonallines {
    background-image: url('../images/resources/filter-patterns/diagonal-lines.png');
}
.pe-section-effect-filter-pattern-darkmarble {
    background-image: url('../images/resources/filter-patterns/dark-felt.png');
}
.pe-section-effect-filter-pattern-blacklinen {
    background-image: url('../images/resources/filter-patterns/black-linen.png');
}
.pe-section-effect-filter-pattern-darkdenim {
    background-image: url('../images/resources/filter-patterns/dark-denim.png');
}
.pe-section-effect-filter-pattern-3pxtile {
    background-image: url('../images/resources/filter-patterns/3px-tile.png');
}
.pe-section-effect-filter-pattern-45degreefabricdark {
    background-image: url('../images/resources/filter-patterns/45-degree-fabric-dark.png');
}
.pe-section-effect-filter-pattern-45degreefabriclight {
    background-image: url('../images/resources/filter-patterns/45-degree-fabric-light.png');
}
.pe-section-effect-filter-pattern-absurdity {
    background-image: url('../images/resources/filter-patterns/absurdity.png');
}
.pe-section-effect-filter-pattern-asfaltdark {
    background-image: url('../images/resources/filter-patterns/asfalt-dark.png');
}
.pe-section-effect-filter-pattern-asfaltlight {
    background-image: url('../images/resources/filter-patterns/asfalt-light.png');
}
.pe-section-effect-filter-pattern-bedgegrunge {
    background-image: url('../images/resources/filter-patterns/bedge-grunge.png');
}
.pe-section-effect-filter-pattern-billieholiday {
    background-image: url('../images/resources/filter-patterns/billie-holiday.png');
}
.pe-section-effect-filter-pattern-bindingdark {
    background-image: url('../images/resources/filter-patterns/binding-dark.png');
}
.pe-section-effect-filter-pattern-billieholiday1 {
    background-image: url('../images/resources/filter-patterns/billie-holiday-1.png');
}
.pe-section-effect-filter-pattern-bindingdark1 {
    background-image: url('../images/resources/filter-patterns/binding-dark-1.png');
}
.pe-section-effect-filter-pattern-blackorchid {
    background-image: url('../images/resources/filter-patterns/black-orchid.png');
}
.pe-section-effect-filter-pattern-blackpaper {
    background-image: url('../images/resources/filter-patterns/black-twill.png');
}
.pe-section-effect-filter-pattern-brightsquares {
    background-image: url('../images/resources/filter-patterns/bright-squares.png');
}
.pe-section-effect-filter-pattern-brilliant {
    background-image: url('../images/resources/filter-patterns/brilliant.png');
}
.pe-section-effect-filter-pattern-brokennoise {
    background-image: url('../images/resources/filter-patterns/broken-noise.png');
}
.pe-section-effect-filter-pattern-church {
    background-image: url('../images/resources/filter-patterns/church.png');
}
.pe-section-effect-filter-pattern-concretewall {
    background-image: url('../images/resources/filter-patterns/concrete-wall.png');
}
.pe-section-effect-filter-pattern-crossword {
    background-image: url('../images/resources/filter-patterns/crossword.png');
}
.pe-section-effect-filter-pattern-wavegrid {
    background-image: url('../images/resources/filter-patterns/wave-grid.png');
}
.pe-section-effect-filter-pattern-tactilenoiselight {
    background-image: url('../images/resources/filter-patterns/tactile-noise-light.png');
}
.pe-section-effect-filter-pattern-tactilenoisedark {
    background-image: url('../images/resources/filter-patterns/tactile-noise-dark.png');
}
.pe-section-effect-filter-pattern-squairy {
    background-image: url('../images/resources/filter-patterns/squairy.png');
}
.pe-section-effect-filter-pattern-simplehorizontallight {
    background-image: url('../images/resources/filter-patterns/simple-horizontal-light.png');
}
.pe-section-effect-filter-pattern-shattereddark {
    background-image: url('../images/resources/filter-patterns/shattered-dark.png');
}
.pe-section-effect-filter-pattern-shattered {
    background-image: url('../images/resources/filter-patterns/shattered.png');
}
.pe-section-effect-filter-pattern-outlets {
    background-image: url('../images/resources/filter-patterns/outlets.png');
}
.pe-section-effect-filter-pattern-mochagrunge {
    background-image: url('../images/resources/filter-patterns/mocha-grunge.png');
}
.pe-section-effect-filter-pattern-mazewhite {
    background-image: url('../images/resources/filter-patterns/maze-white.png');
}
.pe-section-effect-filter-pattern-mazeblack {
    background-image: url('../images/resources/filter-patterns/maze-black.png');
}
.pe-section-effect-filter-pattern-lowcontrastlinen {
    background-image: url('../images/resources/filter-patterns/low-contrast-linen.png');
}
.pe-section-effect-filter-pattern-littlepluses {
    background-image: url('../images/resources/filter-patterns/little-pluses.png');
}
.pe-section-effect-filter-pattern-lightsketch {
    background-image: url('../images/resources/filter-patterns/light-sketch.png');
}
.pe-section-effect-filter-pattern-lightpaperfibers {
    background-image: url('../images/resources/filter-patterns/light-paper-fibers.png');
}
.pe-section-effect-filter-pattern-kindajean {
    background-image: url('../images/resources/filter-patterns/kinda-jean.png');
}
.pe-section-effect-filter-pattern-irongrip {
    background-image: url('../images/resources/filter-patterns/iron-grip.png');
}
.pe-section-effect-filter-pattern-iceage {
    background-image: url('../images/resources/filter-patterns/ice-age.png');
}
.pe-section-effect-filter-pattern-groovepaper {
    background-image: url('../images/resources/filter-patterns/groovepaper.png');
}
.pe-section-effect-filter-pattern-greyzz {
    background-image: url('../images/resources/filter-patterns/greyzz.png');
}
.pe-section-effect-filter-pattern-greyjean {
    background-image: url('../images/resources/filter-patterns/grey-jean.png');
}
.pe-section-effect-filter-pattern-greenfibers {
    background-image: url('../images/resources/filter-patterns/green-fibers.png');
}
.pe-section-effect-filter-pattern-footballnolines {
    background-image: url('../images/resources/filter-patterns/football-no-lines.png');
}
.pe-section-effect-filter-pattern-firstaidkit {
    background-image: url('../images/resources/filter-patterns/first-aid-kit.png');
}
.pe-section-effect-filter-pattern-fabricofsquares {
    background-image: url('../images/resources/filter-patterns/fabric-of-squares.png');
}
.pe-section-effect-filter-pattern-fabricplaid {
    background-image: url('../images/resources/filter-patterns/fabric-plaid.png');
}
.pe-section-effect-filter-pattern-dotnoiselightgrey {
    background-image: url('../images/resources/filter-patterns/dotnoise-light-grey.png');
}
.pe-section-effect-filter-pattern-diagonalnoise {
    background-image: url('../images/resources/filter-patterns/diagonal-noise.png');
}
.pe-section-effect-filter-pattern-darkwall {
    background-image: url('../images/resources/filter-patterns/dark-wall.png');
}
.pe-section-effect-filter-pattern-darkstripeslight {
    background-image: url('../images/resources/filter-patterns/dark-stripes-light.png');
}
.pe-section-effect-filter-pattern-darkstripes {
    background-image: url('../images/resources/filter-patterns/dark-stripes.png');
}
.pe-section-effect-filter-pattern-darkmosaic {
    background-image: url('../images/resources/filter-patterns/dark-mosaic.png');
}

.pe-text-lh-10, .pe-text-lh-11, .pe-text-lh-12, .pe-text-lh-14, .pe-text-lh-16, .pe-text-lh-18 {
    line-height: 1.43;
}
.pe-text-lh-20, .pe-text-lh-24, .pe-text-lh-28, .pe-text-lh-30, .pe-text-lh-34, .pe-text-lh-38 {
    line-height: 1.3;
}
.pe-text-lh-42, .pe-text-lh-46, .pe-text-lh-50 {
    line-height: 1.2;
}
.pe-text-lh-60, .pe-text-lh-75{
    line-height: 1.1;
}
 .pe-text-lh-85, .pe-text-lh-100, .pe-text-lh-115 {
    line-height: 1;
}

.form-inline .pe-form-accept-conditions-wrapper {
    max-width: 25%;
}