/**
 * CONTENTS
 *
 *
 * GLOBAL SETTING
 * Reset...........................CSS reset and HTML5 tag fix
 * Global..........................Globally-available variables and config.
 * Objects.........................Like buttons and wrapper.
 * 
 *
 * HOME SETTING
 * Header..........................Including header top and slider
 * Intro...........................Why DryBarrier
 * Features........................Essential features
 * Tabs............................Desciption, technology and specs
 * Footer..........................Contact info. and copyright
 * 
 * SNIPPET SETTING
 * Magnific popup..................CSS for the popup plugin
 * 
 * RESPONSIVE
 * Desktop
 * 
 * 
 */



/*------------------------------------*\
    #GLOBAL SETTING
    	* Reset
\*------------------------------------*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: antialiased;
	     -o-font-smoothing: antialiased;
			font-smoothing: antialiased;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote::before, blockquote::after,
q::before, q::after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}





/*------------------------------------*\
    #GLOBAL SETTING
    	* Global
\*------------------------------------*/

body{background-color:white; font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-size:100%; text-align:left; vertical-align:middle; font-style:normal; line-height:150%; color:#2b2b2b;}
p{font-size: 22px; line-height: 38px;}
sup{vertical-align: super; font-size: 60%;}

::selection{background:white; color:#e1382d;}
::-moz-selection{background:white; color:#e1382d;}
::-webkit-selection{background:white; color:#e1382d;}

a, select{outline:0;}
a {
    color:#2b2b2b; text-decoration:none;
    -webkit-transition:.3s;
       -moz-transition:.3s;
        -ms-transition:.3s;
         -o-transition:.3s;
            transition:.3s;
}
a:hover{color:#e1382d;}






/*------------------------------------*\
    #GLOBAL SETTING
        * Objects
\*------------------------------------*/

.wrapper{max-width:1060px; margin:0 auto; width: 100%; position: relative;}
.wrapper::after, .clear::after, section::after, .footer-contact-section::after{
    content:""; display:table; clear:both;}

.btn::after, .cta-btn-video, .icon, .icon--ani, .submit{
    -webkit-transition:.3s;
       -moz-transition:.3s;
        -ms-transition:.3s;
         -o-transition:.3s;
            transition:.3s;
}
.btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: #e1382d;
    padding: 10px 40px 10px 25px;
    position: relative;
    text-transform: uppercase; 
}
.btn::after {
    content: '';
    background: url('../images/btn-arrow.png') 0 0 no-repeat;
    width: 9px;
    height: 17px;
    position: absolute;
    top: 13px;
    right: 15px;
}
.btn:hover {
    color: white;
    background-color: #2b2b2b;
    padding-right: 50px;
    margin-left: 10px;
}
.btn:hover::after {
    -webkit-transform: translate(5px,0);
       -moz-transform: translate(5px,0);
        -ms-transform: translate(5px,0);
         -o-transform: translate(5px,0);
            transform: translate(5px,0);
}
.btn--link {
    font-size: 18px;
    font-weight: 400;
    color: #2b2b2b;
    padding-bottom: 4px;
}
.btn--link:hover {
    border-bottom: 1px solid;
}
.btn--has-left-icon {
    margin-left: 29px;
    position: relative;
}
.btn--download {
    margin-top: 30px;
}
.btn--download:hover {
    margin-left: 0;
}
.btn--video {
    display: block;
    position: absolute;
    top: 12px;
    left: 310px;
}
.btn--video img{
    transition: all .3s ease-in-out;
    transform: scale(0.95) !important;
    border-radius: 50%;
}
.btn--video:hover img {
    transform: scale(1) !important;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(247,16,6,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(247,16,6,1);
    box-shadow: 0px 0px 10px 1px rgba(247,16,6,1);
}
.btn--shop {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 4px 0 10px;
}
.btn--shop:hover {
    margin-left: 0;
}
.btn--shop::after {
    top: 10px;
}

.bullet-points {
    font-size: 22px;
    line-height: 30px;
}
.french .bullet-points {
    font-size: 16px;
    line-height: 24px;
}
.bullet-items {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}
.bullet-items::before {
    content: "";
    display: inline-block;
    background: url(../images/bullet-points.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 0;
}
.french .bullet-items::before {
    top: 6px;
}

.link--email {
    padding-bottom: 4px;
}
.link--email:hover {
    border-bottom: 1px solid;
}





/*------------------------------------*\
    #HOME SETTING
        * Header
\*------------------------------------*/
.header {
    border-top: 10px solid #2b2b2b;
    padding-bottom: 50px;
}
.header__top {
    padding: 40px 0 56px;
    position: relative;
}
.header__language {
    position: absolute;
    top: 0;
    right: 0;
}
.language__link {
    font-weight: 600;
    color: white;
    background-color: #e1382d;
    padding: 2px 15px 5px;
    text-transform: uppercase;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.language__link:hover {
    color: white;
    background-color: #2b2b2b;
}
.header__logo {
    text-indent: -9999px;
    display: block;
    background: #fff url('../images/logo-drybarrier.png') center 0 no-repeat;
    width: 412px;
    height: 96px;
    float: left;
}
.french .header__logo {
    background: #fff url('../images/logo-drybarrier-fr.png') center 0 no-repeat;
}
.header__tagline {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
}
.tagline__highlight {
    color: #e1382d;
}

/* Slider */
.slider {
    position: relative;
    top: 0px;
    left: 0px;
    width: 1060px;
    height: 525px;
}
.slider__container {
    cursor: move; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 1060px; 
    height: 525px; 
    overflow: hidden;
    border: 1px solid #d7d7d7;
}
.slider__container div:first-child {
    position: relative;
    z-index: 11;
}
.slider__caption {
    position: absolute;
    text-align: center;
    color: white;
}

.slider--quotes { top: 200px; left: 209px; }
.slider--video { top: 136px; left: 209px; }
.slider--home, .slider--easy { top: 179px; left: 656px; }

.slider__title--quotes { 
    font-size: 20px; 
    font-weight: 400;
    line-height: 24px; 
    width: 228px;
    text-align: left;
}
.french .slider__title--quotes {
    font-size: 18px;
    line-height: 21px;
}
.slider__sm-logo {
    position: absolute;
    top: 137px;
    left: 53px;
}
.slider__title--video { 
    font-size: 44px; 
    font-weight: 300; 
    line-height: 48px; 
    width: 200px; 
}
.slider__title--home, .slider__title--easy { 
    font-size: 30px; 
    font-weight: 400;
    line-height: 36px; 
    width: 235px; 
}
.french .slider__title--home, .slider__title--easy {
    font-size: 25px;
    line-height: 34px;
    width: 242px;
}

a.cta--icon {
    color: white;
    font-size: 18px;
    display: block;
    position: relative;
    text-transform: uppercase;
}
a.cta--icon:hover {
    color: #2b2b2b;
}
a.icon--video .icon {
    display: block;
    border-radius: 50%;
    border: 3px solid white;
    width: 55px;
    height: 55px;
    margin: 15px auto 6px;
    position: relative;
}
a.icon--video .icon span {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    background: url('../images/icon-video-arrow.png') 0 0 no-repeat;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 17px;
    top: 14px;
}
a.icon--video:hover .icon {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
}
a.icon--home .icon--ani {
    display: block;
    width: 56px;
    height: 48px;
    position: absolute;
    left: 88px;
    top: 20px;
}
.icon--puzzle .icon--ani {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 94px;
    top: 20px;
}
.icon--home span,
.icon--puzzle span {
    position: relative;
    top: 77px;
    padding-top: 20px; /* Cover the hover area between icon and text */
}
.icon--puzzle span {
    display: inline-block;
    width: 180px;
    top: 57px;
}
.icon--home .icon--white {
    background: url('../images/icon-home-white.png') 0 0 no-repeat;
    opacity: 1;
}
.icon--home .icon--black {
    background: url('../images/icon-home-black.png') 0 0 no-repeat;
    opacity: 0;
}
.icon--puzzle .icon--white {
    background: url('../images/icon-puzzle-white.png') 0 0 no-repeat;
    opacity: 1;
}
.icon--puzzle .icon--black {
    background: url('../images/icon-puzzle-black.png') 0 0 no-repeat;
    opacity: 0;
}
a.cta--icon:hover .icon--white { opacity: 0; }
a.cta--icon:hover .icon--black { opacity: 1; }

/*  Slider */
.jssorb05 {
   position: absolute; 
   bottom: -44px; 
   right: 6px; 
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div {
    border: 1px solid #2b2b2b;
    background-color: white;
    border-radius: 50%;
}
.jssorb05 div:hover, 
.jssorb05 .av:hover,
.jssorb05 .av {
    background-color: #e1382d;
}

.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
    position: absolute;
    width: 81px; height: 161px; top: 182px;
    cursor: pointer;
    display: block;
    background: url(../images/slider-arrows.png) no-repeat;
    overflow: hidden;
}

.jssora12l {
    background-position: 0 0;
}
.jssora12r {
    background-position: -81px 0;
}
.jssora12l:hover {
    background-position: -172px 0;
}
.jssora12r:hover {
    background-position: -253px 0;
}
.jssora12ldn {
    background-position: -344px 0;
}
.jssora12rdn {
    background-position: -425px 0;
}





/*------------------------------------*\
    #HOME SETTING
        * Intro
\*------------------------------------*/
.main {
    padding-top: 50px;
}
.main__title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #e1382d;
    margin-bottom: 24px;
}
.french .main__title {
    font-size: 35px;
    line-height: 35px;
}
.intro__inner {
    width: 530px;
    float: left;
}
.intro__text {
    margin-bottom: 59px;
}
.intro__points {
    width: 218px;
    float: left;
}
.intro__points--wide {
    width: 312px;
    float: left;
}
.intro__points--wide .bullet-items {
    margin-bottom: 7px;
}


.intro__cta {
    width: 480px;
    float: left;
    margin-left: 50px;
    text-align: center;
    position: relative;
}
.intro__cta__image {
    width: 480px;
}

.intro__cta .btn {
    margin-top: 48px;
}
.intro__cta__call {
    font-size: 30px;
    margin-top: 28px;
}
.french .intro__cta__call {
    font-size: 25px;
}
.intro__cta__logo {
    vertical-align: middle;
    margin: -3px 12px 0 0;
}
.french .intro__cta__logo {
    margin-right: 6px;
}
.intro__cta__num {
    font-weight: 300;
    margin-left: 20px;
}
.french .intro__cta__num {
    margin-left: 10px;
}
.cta__num__highlight {
    color: #e1382d;
}
.intro__feature-icons {
    margin-top: 54px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.intro__feature-img {
    width: 11%;
    height: 11%;
}
.popup-find-store {
  position: relative;
  background: #FFF;
  padding: 30px 40px;
  width: 90%;
  max-width: 1100px;
  margin: 20px auto;
  border-top: 5px solid #e1382d;
}
.intro__popup-title {
    font-size: 30px;
    position: relative;
    z-index: 2;  /* The title will always be above the image when it goes responsive */
}
.intro__popup-subtitle {
    font-size: 38px;
    line-height: 38px;
    font-weight: 300;
    margin: 20px 0 28px;
    position: relative;
    z-index: 2;  /* The title will always be above the image when it goes responsive */
}
.intro__popup-subtitle--highlight {
    font-weight: 400;
    color: #e1382d;
}
.intro__popup-logo {
    vertical-align: middle;
    margin: -6px 2px 0 -4px;
}
.intro__popup-img {
    position: absolute;
    bottom: 0;
    right: 4%;
    z-index: 1;  /* The image will always be below the content when it goes responsive */
}
.intro__popup-img img {
    display: block;
}
.intro__cta__form {
    width: 53%;
    position: relative;
    z-index: 2;  /* The title will always be above the image when it goes responsive */
}
.intro__cta__form label {
    font-family:open_sansregular, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #707070;
    display: block;
    padding-bottom: 6px;
}
.intro__cta__form em {
    color: red;
}
.intro__cta__form .field-row {
    margin-bottom: 7px;
}
.intro__cta__form .field-row input {
    font-size: 1em;
    width: 100%;
    padding: 12px 0 12px 10px;
    border: 1px solid #dedede;
    background-color: white;
}
.intro__cta__form .field-row textarea {
    font-family:open_sansregular, Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 1em;
    padding: 10px;
    border: 1px solid #dedede;
}
.intro__cta__form .field-row select {
    width: 100%;
    outline: none;
    border: 1px solid #dedede;
    background-color: white;
    padding: 11px 0 7px 10px;
    font-size: 1em;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Chrome Arrow */
    .contact-form-select{ 
        background: url(../images/icon-select-arrow.png) no-repeat right 20px center white;
        border: 1px solid #dedede;
    }
    .intro__cta__form .field-row select {
        border: none;
        background: transparent;
    }
}
.intro__cta__form .field-row .submit {
    font-family:open_sanssemibold, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    color: white;
    background-color: #e1382d;
    cursor: pointer;
}
.intro__cta__form .field-row .submit:hover {
    background-color: #2b2b2b;
}
.field-multi-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
}
/* one item */
.field-row:first-child:nth-last-child(1) {
    width: 100%;
}
/* two items */
.field-row:first-child:nth-last-child(2),
.field-row:first-child:nth-last-child(2) ~ .field-row {
    width: 49%;
    margin-left: 2%;
}
/* three items */
.field-row:first-child:nth-last-child(3),
.field-row:first-child:nth-last-child(3) ~ .field-row {
    width: 32%;
    margin-left: 2%;
}
/* Clear the margin */
.field-row:first-child:nth-last-child(3),
.field-row:first-child:nth-last-child(2) {
    margin-left: 0;
}


/*------------------------------------*\
    #HOME SETTING
        * Features
\*------------------------------------*/
.features {
    background: #ededed url('../images/pattern-bg4.jpg') 0 0 repeat;
    position: relative;
    margin-top: 100px;
    padding-bottom: 200px;
}
.features__btm {
    background-color: white;
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: -80px;
    -webkit-transform: skew(0,4deg);
       -moz-transform: skew(0,4deg);
        -ms-transform: skew(0,4deg);
         -o-transform: skew(0,4deg);
            transform: skew(0,4deg);
}
.features__title {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    background: url('../images/graphic-tile01.png') 0 -20px no-repeat;
    color: white;
    padding: 33px 122px 51px 38px;
    position: relative;
    left: 50%;
    margin-left: -150px;
}
.features__title sup {
    font-size: 40%;
    position: relative;
    top: -10px;
}
.features__figure {
    position: absolute;
    left: -30px;
}
.french .features__figure {
    top: 140px;
}
.features__text {
    width: 640px;
    float: right;
    margin-top: 138px;
}
.features__section {
    margin-top: 35px;
}
.features__sub-title {
    font-size: 30px;
    font-weight: 300;
    color: #e1382d;
    margin-bottom: 15px;
    position: relative;
}
.bullet-points--features .bullet-items {
    padding-left: 28px;
    font-size: 20px;
}

.sub-title__pointer {
    position: absolute;
    top: 3px;
}
.sub-title__icon--logo {
    width: 25px;
}
.pointer--first { left: 440px; }
.pointer--second { left: 393px; }
.pointer--third { left: 342px; }
.pointer--fourth { left: 350px; }
.pointer--fifth { left: 234px; }
.french .pointer--first { left: 523px; }
.french .pointer--second { left: 277px; }
.french .pointer--third { left: 350px; }
.french .pointer--fourth { left: 426px; }
.french .pointer--fifth { left: 163px; }

.sub-title__line {
    background-color: #e1382d;
    height: 1px;
    position: absolute;
    left: 50%;
    right: 0;
    margin-top: -24px;
}
.line--first { margin-left: 350px; }
.line--second { margin-left: 305px; }
.line--third { margin-left: 253px; }
.line--fourth { margin-left: 261px; }
.line--fifth { margin-left: 143px; }
.french .line--first { margin-left: 435px; }
.french .line--second { margin-left: 185px; }
.french .line--third { margin-left: 262px; }
.french .line--fourth { margin-left: 340px; }
.french .line--fifth { margin-left: 72px; }




/*------------------------------------*\
    #HOME SETTING
        * Tabs
\*------------------------------------*/
.tab-details {
    margin-top: 185px;
    position: relative;
}
/* Default tab style */
.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
}

/* Nav */
.tabs nav {
    text-align: center;
}
.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    max-width: 1060px;
    width: 620px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.tabs nav ul li {
    position: relative;
    top: 1px;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}
.tabs nav a span {
    vertical-align: middle;
    font-size: 22px;
}
.tabs nav li.tab-current a {
    color: #e1382d;
}
.tabs nav a:focus {
    outline: none;
}

/* Icons */
.icon {
    text-align: center;
}
.icon::before {
    z-index: 10;
    display: inline-block;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
    content: '';
    background: url('../images/icons-tab.png') 0 0 no-repeat;
    position: relative;
    left: 50%;
}
.icon-desc::before {
    background-position: 0 0;
    width: 28px;
    height: 28px;
    margin: 10px 0 12px -14px;
}
.icon-tech::before {
    background-position: 0 -28px;
    width: 28px;
    height: 18px;
    margin: 10px 0 22px -14px;
    top: 7px;
}
.icon-spec::before {
    background-position: 0 -46px;
    width: 24px;
    height: 30px;
    margin: 10px 0 11px -12px;
}
li.tab-current .icon-desc::before { background-position: -28px 0; }
li.tab-current .icon-tech::before { background-position: -28px -28px; }
li.tab-current .icon-spec::before { background-position: -24px -46px; }

.tabs-spec-docs .icon.icon-doc::before {
    display: inline-block;
    background-position: 0 -35px;
    width: 18px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: -28px;
    background-size: 42px;
}





/* Content */
.content-wrap {
    position: relative;
    border: 1px solid #a7a7a7;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 3em 1em;
    max-width: 1060px;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap section p {
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
}

/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox nav ul {
    display: block;
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
        /*display: none;*/
    }
    .tabs nav a:before {
        margin-right: 0;
    }
}

/* Tab Styles - Top Line */
.tabs-style-topline {
    max-width: 1060px;
}

.tabs-style-topline nav li {
    border: 1px solid #a7a7a7;
}

.tabs-style-topline nav li:not(:last-child) {
    border-right: none;
}

.tabs-style-topline nav li.tab-current {
    border-top-color: #e1382d;
    border-bottom: 1px solid white;
}

.tabs-style-topline nav a {
    padding: 0.65em 0 1em;
    background: rgba(40,44,42,0.05);
    color: #2b2b2b;
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
    color: #e1382d;
}

.tabs-style-topline nav li.tab-current a {
    background: none;
    box-shadow: inset 0 3px 0 #e1382d;
    color: #e1382d;
}

.tabs-style-topline .icon::before {
    display: block;
}

/* Tab Content */
.tabs-desc-left {
    width: 530px;
    float: left;
    margin: 0 30px 0 48px;
}
.tabs-desc-right {
    width: 340px;
    float: left;
    position: relative;
}
.tabs-desc-right h4 {
    width: 72px;
    position: absolute;
    top: 224px;
    left: 0;
    margin-top: -20px;
}

.tech-graphic {
    text-align: center;
}

.tech-notes {
    text-align: left;
}

.tabs-spec h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.tabs-spec-left {
    width: 420px;
    float: left;
    margin: 0 60px;
}
.french .tabs-spec-left {
    width: 460px;
    margin: 0 30px;
}
.tabs-spec-right {
    width: 420px;
    float: left;
}
.tabs-desc-right img {
    width: 100%; }
.french .tabs-spec-right {
    width: 460px;
}
.tabs-spec table {
    width: 100%;
    border: 1px solid #dedede;
}
.tabs-spec tbody tr:nth-child(2n+1) {
    background-color: white;
}
.tabs-spec tbody tr:nth-child(2n+2) {
    background-color: #ffeceb;
}
.tabs-spec tbody td {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0 10px 15px;
}
.tabs-spec-docs {
    margin-top: 35px;
}
@media only screen and (max-width: 769px) {
    .tabs-spec-docs {
        margin-top: 25px;
        text-align: center;
    }
}

.graphic-packaging {
    position: absolute;
    top: -348px;
    left: 50%;
    margin-left: 30px;
}

.tab-details--mobile {
    display: none;
}

/* Mobile */
.tab-details__title {
    text-align: center;
}

.tab-details__section {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}




/*------------------------------------*\
    #HOME SETTING
        * Footer
\*------------------------------------*/

.footer-contact {
    padding: 95px 0;
}
.footer-contact-section {
    float: left;
}
.footer-contact-section:nth-child(1) {
    width: 340px;
}
.footer-contact-section:nth-child(2) {
    width: 310px;
    margin-left: 88px;
}
.footer-contact-section:last-child {
    width: 240px;
    margin-left: 82px;
}
.french .footer-contact-section:last-child {
    width: 250px;
    margin-left: 72px;
}
.footer-contact-section img {
    display: block;
    float: left;
    margin-right: 22px;
    position: relative;
}
.footer-contact-section:nth-child(2) img { top: -18px; }
.footer-contact-section:nth-child(3) img { top: -18px; }
.footer-contact-section h3 {
    color: #e1382d;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin:-4px 0 7px;
}
.footer-contact-section p {
    font-size: 18px;
    line-height: 26px;
}

.footer__legal {
    color: white;
    background-color: #2b2b2b;
    text-align: center;
    padding: 15px 0;
}

.footer__copyright {
    margin: 35px 0;
}

@media only screen and (max-width: 600px) {
    .footer__copyright {
        margin: 0;
    }
}

.footer__copyright p {
    font-size: 18px;
    line-height: 40px;
}

.footer__document {
    margin: 15px 0;
}

.footer__document-link {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 25px;
}

@media only screen and (max-width: 600px) {
    .footer__document-link {
        display: block;
        margin-right: 0;
        margin-bottom: 12px;
    }
}

.footer__document-link:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 600px) {
    .footer__document-link:last-child {
        margin-bottom: 0;
    }
}

.footer__document-link:hover {
    color: rgba(255, 255, 255, 1);
}







/*------------------------------------*\
    #SNIPPET SETTING
        * Magnific popup
\*------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  /*max-width: 100%;*/  /* Max-width will cause a grey-background bug on Google Map API */
  max-width: none;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /*Remove all paddings around the image on small screen*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}





/* Inline popup */
.popup-white {
  position: relative;
  background: #FFF;
  padding: 30px 40px;
  width: 90%;
  max-width: 1100px;
  margin: 20px auto;
}

.intro__map {
    width: 50%;
    float: left;
    position: relative;
}

.intro__map-canvas {
    width: 500px;
    height: 450px;
}

.intro__store-wrapper {
    width: 45%;
    margin-left: 20px;
    float: left;
    height: 450px;
}

.intro__store-list {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(40,44,42,0.15);
}

.intro__store-list:last-child {
    border-bottom: none;
}

.intro__store-contact {
    width: 210px;
    float: left;
}

.intro__store-name {
    font-size: 26px;
    font-weight: 600;
    line-height: 1em;
    color: #2b2b2b;
    margin-bottom: 6px;
    position: relative;
}

.intro__store-details {
    font-size: 18px;
    line-height: 1.5em;
}

.intro__store-cta {
    width: 40%;
    float: left;
    margin: 0 0 0 30px;
}

.link:hover {
    border-bottom: 1px solid;
}

.link--direction {
    display: block;
    width: 90px;
    color: #e1382d;
}










/*------------------------------------*\
    #Plugin
        * StoreMapper
\*------------------------------------*/
.storemapper-logo img {
    height: 25px;
}

#storemapper-right {
    border: 1px solid #e1e1e1;
}

#storemapper-right p {
    font-size: 16px;
    line-height: 1.5em;
}

#storemapper-right .btn {
    font-size: 16px;
    line-height: 1.5em;
}




/*------------------------------------*\
    #RESPONSIVE
        * Desktop
\*------------------------------------*/

@media only screen and (max-width: 1060px) {
    
    p,
    .bullet-points,
    .content-wrap section p {
        font-size: 20px;
        line-height: 32px;
    }

    .header__top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__tagline {
        right: 15px;
    }

    .main__intro .wrapper,
    .tab-details .wrapper,
    .footer-contact .wrapper {
        padding: 0 15px;
    }

    .intro__inner {
        width: 50%;
    }

    .intro__cta {
        width: 45.283%;
        margin-left: 4.7%;
    }

    .intro__cta__call {
        font-size: 24px;
    }

    .french .intro__cta__call {
        font-size: 22px;
    }
    
    .intro__cta__image {
        width: 100%;
    }

    .intro__cta__num {
        font-weight: 400;
    }

    .main__title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .intro__text {
        margin-bottom: 20px;
    }

    .intro__points,
    .intro__points--wide {
        width: 100%;
        float: inherit;
    }

    .bullet-items,
    .intro__points--wide .bullet-items {
        margin-bottom: 0;
    }

    .tech-graphic img,
    .tabs-desc-right img {
        width: 100%;
    }

    .tabs-desc-left {
        width: 50%;
        margin-left: 0;
        margin-right: 4%;
    }

    .tabs-desc-right {
        width: 45%;
    }

    .tabs-spec-left {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
    }

    .french .tabs-spec-left {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
    }

    .tabs-spec-right {
        width: 48%;
    }

    .french .tabs-spec-right {
        width: 48%;
    }

    .footer-contact-section:nth-child(1) {
        width: 323px;
    }

    .footer-contact-section:nth-child(2),
    .footer-contact-section:last-child {
        margin-left: 0;
    }
    .french .footer-contact-section:last-child {
        margin-left: 0;
    }

    .flex-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-between;
    }

    /* Popup contact form */
    .intro__cta__form {
        width: 60%;
    }
    .intro__popup-img {
        right: 20px;
    }
    .intro__popup-img img {
        width: 330px;
    }
}

@media only screen and (max-width: 996px) {

    .main__title {
        font-size: 30px;
        line-height: 30px;
    }

    .intro__cta__num {
        display: block;
        margin-top: 10px;
    }

    .features__title {
        font-size: 36px;
        line-height: 36px;
    }

    .features__text {
        width: 56%;
        margin-right: 15px;
    }

    .sub-title__pointer {
        top: 0;
    }

    .pointer--first,
    .pointer--second,
    .pointer--third,
    .pointer--fourth,
    .pointer--fifth {
        left: -34px;
    }

    .french .pointer--first,
    .french .pointer--second,
    .french .pointer--third,
    .french .pointer--fourth,
    .french .pointer--fifth {
        left: -34px;
    }

    .sub-title__line {
        display: none;
    }

    /* Popup contact form */
    .intro__cta__form {
        width: 50%;
    }
    .intro__popup-img img {
        width: 350px;
    }

    .field-multi-row {
        margin-bottom: 0;
    }

    /* two items */
    .field-row:first-child:nth-last-child(2),
    .field-row:first-child:nth-last-child(2) ~ .field-row {
        width: 100%;
        margin-left: 0;
    }
    /* three items */
    .field-row:first-child:nth-last-child(3),
    .field-row:first-child:nth-last-child(3) ~ .field-row {
        width: 100%;
        margin-left: 0;
    }

}

@media only screen and (max-width: 900px) {
    
    .header__logo {
        float: inherit;
        margin: 0 auto;
    }

    .header__tagline {
        position: relative;
        right: 0;
        text-align: center;
        margin-top: 42px;
    }

    .intro__inner {
        width: 100%;
        float: inherit;
    }

    .intro__inner::after {
        content:""; display:table; clear:both;
    }

    .intro__basic {
        width: 58%;
        float: left;
    }

    .intro__bullet-points {
        width: 38%;
        float: left;
        margin-left: 4%;
    }

    .intro__cta {
        width: 50%;
        margin: 20px auto 0;
        float: inherit;
    }

    .intro__feature-icons {
        justify-content: space-around;
        margin-bottom: -20px;
    }

    .intro__feature-img {
        width: 21%;
        margin-bottom: 20px;
    }

    .tab-details {
        margin-top: 30px;
    }

    .features {
        padding-bottom: 30px;
    }

    .features__figure {
        display: none;
    }

    .features__text {
        width: 80%;
        float: inherit;
        margin: 0 auto;
        position: relative;
        left: 60px;
    }

    .features__btm {
        display: none;
    }

    .graphic-packaging {
        display: none;
    }

    .footer-contact-section {
        text-align: center;
        float: inherit;
    }

    .footer-contact-section img {
        display: inline;
        float: inherit;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer-contact-section:nth-child(1),
    .footer-contact-section:nth-child(2),
    .footer-contact-section:last-child {
        width: 30%;
    }

    .footer-contact-section:nth-child(2),
    .footer-contact-section:last-child {
        margin-top: -31px;
    }

    .footer-contact-section:nth-child(1) img {
        position: relative;
        left: -12px;
    }

    .footer-contact-section:nth-child(2) img,
    .footer-contact-section:nth-child(3) img {
        top: 0;
    }

    .tabs nav ul {
        width: 100%;
    }

    .main__title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .bullet-items {
        text-align: left;
    }

    .bullet-items::before {
        left: -2px;
    }

    .intro__inner {
        text-align: center;
    }

    .intro__basic {
        width: 100%;
        float: inherit;
    }

    .intro__text {
        text-align: left;
    }

    .intro__bullet-points {
        width: 100%;
        float: inherit;
        margin-left: 0;
    }

    .intro__bullet-points .mobile-wrapper {
        width: 280px;
        margin: 0 auto;
    }

    .french .intro__bullet-points .mobile-wrapper {
        width: 370px;
    }

    .french .bullet-points {
        font-size: 20px;
        line-height: 34px;
    }

    .intro__cta {
        margin-top: 40px;
    }


    /* Popup contact form */
    .intro__popup-title {
        font-size: 24px;
    }

    .intro__popup-subtitle {
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        margin: 10px 0 18px;
    }

    .intro__popup-logo {
        width: 35px;
    }

    .intro__popup-img img {
        width: 238px;
    }

    .intro__cta__form {
        width: 100%;
    }

    .intro__cta__form label {
        font-size: 0.875em;
    }

    /* one item */
    .field-row:first-child:nth-last-child(1) {
        width: 62%;
    }

    /* two items */
    .field-row:first-child:nth-last-child(2),
    .field-row:first-child:nth-last-child(2) ~ .field-row {
        width: 62%;
        margin-left: 0;
    }

    /* three items */
    .field-row:first-child:nth-last-child(3),
    .field-row:first-child:nth-last-child(3) ~ .field-row {
        width: 30%;
        margin-left: 2%;
    }

    /* Clear the margin */
    .field-row:first-child:nth-last-child(3),
    .field-row:first-child:nth-last-child(2) {
        margin-left: 0;
    }

    .field-multi-row {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 769px) {
    
    .tabs-desc-left {
        width: 100%;
        float: inherit;
    }

    .tabs-desc-right {
        width: 60%;
        margin: 15px auto 0;
        float: inherit;
    }

    .tabs-spec-left,
    .tabs-spec-right {
        width: 100%;
        float: inherit;
        margin-right: 0;
    }

    .french .tabs-spec-left,
    .french .tabs-spec-right {
        width: 100%;
        float: inherit;
        margin-right: 0;
    }

    .tabs-spec-right {
        margin-top: 20px;
    }

    /* Popup contact form */
    .popup-find-store {
        padding: 25px 20px;
    }
    .intro__popup-title {
        font-size: 30px;
        line-height: 34px;
    }
    .intro__popup-subtitle {
        margin: 20px 0 28px;
    }
    .intro__popup-img {
        width: 23%;
        top: 10px;
        right: 35px;
    }
    .intro__popup-img img {
        width: 100%;
    }
    .intro__popup-header {
        width: 74%;
    }
    .intro__popup-title {
        font-size: 30px;
    }
    /* one item */
    .field-row:first-child:nth-last-child(1) {
        width: 100%;
    }
    /* two items */
    .field-row:first-child:nth-last-child(2),
    .field-row:first-child:nth-last-child(2) ~ .field-row {
        width: 100%;
        margin-left: 0;
    }
    /* three items */
    .field-row:first-child:nth-last-child(3),
    .field-row:first-child:nth-last-child(3) ~ .field-row {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {

    .intro__inner {
        text-align: left;
    }

    .main {
        padding-top: 0;
    }

    .main__title {
        font-size: 30px;
        line-height: 30px;
    }

    .intro__bullet-points .mobile-wrapper {
        width: 100%;
    }

    .french .intro__bullet-points .mobile-wrapper {
        width: 100%;
    }

    .features {
        margin-top: 40px;
    }

    .features__title {
        margin-left: -202px;
        font-size: 36px;
    }

    .features__text {
        width: 70%;
        left: 0;
    }

    .features__sub-title {
        font-size: 24px;
        font-weight: 400;
    }

    .footer-contact-section:nth-child(1),
    .footer-contact-section:nth-child(2),
    .footer-contact-section:last-child {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .french .footer-contact-section:last-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-contact-section h3 {
        color: #e1382d;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.5em;
        margin: 0;
    }

    .footer-contact-section p {
        font-size: 14px;
        line-height: 1.5em;
        margin-top: 4px;
    }

    .footer-contact-section img {
        width: 50px;
        margin-bottom: 0;
    }

    .footer-contact-section:nth-child(1) img {
        left: -6px;
    }

    .footer-contact {
        padding: 25px 0;
    }

    .footer__copyright {
        padding: 15px;
    }

    /* Popup contact form */
    .intro__popup-title {
        font-size: 20px;
        line-height: 24px;
    }
    .intro__popup-subtitle {
        margin: 10px 0 18px;
        font-size: 24px;
    }

}

@media only screen and (max-width: 568px) {
    
    .btn:hover {
        padding: 10px 25px 10px 25px;
        margin-left: 0;
    }

    .btn--download {
        width: 85%;
        margin: 30px auto 0;
    }

    .btn--download:hover {
        margin-left: auto;
    }

    .header__language {
        top: -4px;
    }

    .language__link {
        font-size: 12px;
        padding: 2px 15px 5px;
    }

    .header__top {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header__logo {
        width: 50%;
        height: 50px;
        background-size: contain;
        margin-bottom: 15px;
    }

    .french .header__logo {
        width: 50%;
        height: 50px;
        background-size: contain;
        margin-bottom: 15px;
    }

    .header__tagline {
        font-size: 26px;
        margin-top: 20px;
    }

    .btn {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        display: block;
        padding-right: 25px;
    }

    .btn::after {
        display: none;
    }

    p,
    .bullet-points,
    .french .bullet-points,
    .content-wrap section p {
        font-size: 14px;
        line-height: 22px;
    }

    .bullet-items {
        padding-left: 15px;
    }

    .bullet-items::before {
        top: 7px;
        left: 7px;
        background-size: 80%;
    }

    .intro__points .bullet-items::before {
        left: -2px;
    }

    .header__tagline {
        font-size: 20px;
        margin-top: 0;
    }

    .main__title {
        font-size: 22px;
        line-height: 22px;
        font-weight: 400;
    }

    .french .main__title {
        font-size: 22px;
        line-height: 22px;
        font-weight: 400;
    }

    .intro__cta {
        width: 85%;
    }

    .intro__cta .btn {
        margin-top: 18px;
    }

    .intro__cta__logo {
        margin: 0 0 12px 0;
    }

    .intro__cta__num {
        margin: 12px 0 0 0;
        width: 100%;
    }

    .intro__feature-img {
        width: 42%;
    }

    .features__title {
        padding: 30px 10px 35px 0px;
        margin: 0;
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 28px;
        background-size: 250px;
        background-position: top center;
    }

    .features__text {
        width: 90%;
    }

    .features__sub-title {
        font-size: 18px;
        margin-left: 32px;
    }

    .intro__feature-icons {
        display: none;
    }

    .bullet-points--features .bullet-items {
        font-size: 14px;
    }

    .tab-details--desktop {
        display: none;
    }

    .tab-details--mobile {
        display: block;
    }

    .tabs-spec h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }

    .tabs-spec tbody td {
        font-size: 14px;
        padding: 10px 5px 10px 5px;
    }

    .footer__copyright p {
        font-size: 12px;
        line-height: 20px;
    }

    /* Popup contact form */
    .intro__popup-logo {
        width: 20px;
    }
    .intro__popup-header {
        width: 80%;
    }
    .intro__popup-title {
        font-size: 18px;
        line-height: 22px;
    }
    .intro__popup-subtitle {
        margin: 5px 0 8px;
        font-size: 18px;
    }
    .intro__popup-img {
        top: 37px;
        right: 20px;
    }

    .footer-contact {
        background-color: #f3f7f7;
        padding: 20px 0 5px;
        border-top: 1px solid #CCCCCB;
        border-bottom: 1px solid #CCCCCB;
        margin-top: -1px;
    }
}

@media only screen and (max-width: 359px) {
    .intro__popup-img {
        display: none;
    }
    .intro__popup-header {
        width: 95%;
    }
}

@media only screen and (max-width: 320px) {
    .header__logo {
        margin-bottom: 0;
    }
    .intro__popup-subtitle {
        margin: 5px 0 6px;
        font-size: 22px;
    }
}




/*------------------------------------*\
    #RESPONSIVE
        * iPads
\*------------------------------------*/

/* iPads (landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
    
    .graphic-packaging {
        display: none;
    }

    .tab-details {
        margin-top: 95px;
    }

    .tabs nav ul {
        width: 100%;
    }

}

/* iPads (portrait) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

}

/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}







/*------------------------------------*\
    #RESPONSIVE
        * Mobile
\*------------------------------------*/

@media screen and (max-width: 500px) and (orientation: portrait) {
    
}

/* iPhone 5 (landscape)----------- */
@media screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {

}

/* iPhone 5 (portrait)----------- */
@media screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait) {

}

/* iPhone 4 & 5 (portrait & landscape)----------- */
@media only screen and (min-width: 320px) and (max-width: 570px) {

}

@media screen and (max-width: 320px) {

}














