/*
/	Solution web ideveloppement
/	http://www.ideveloppement.fr
/
*/

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,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,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:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway-black-webfont.eot');
    src: url('../fonts/raleway-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-black-webfont.woff2') format('woff2'),
    url('../fonts/raleway-black-webfont.woff') format('woff'),
    url('../fonts/raleway-black-webfont.ttf') format('truetype'),
    url('../fonts/raleway-black-webfont.svg#raleway') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('../fonts/raleway-regular-webfont.woff') format('woff'),
    url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
    url('../fonts/raleway-regular-webfont.svg#raleway') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
    url('../fonts/raleway-bold-webfont.woff') format('woff'),
    url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
    url('../fonts/raleway-bold-webfont.svg#raleway') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway-italic-webfont.eot');
    src: url('../fonts/raleway-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-italic-webfont.woff2') format('woff2'),
    url('../fonts/raleway-italic-webfont.woff') format('woff'),
    url('../fonts/raleway-italic-webfont.ttf') format('truetype'),
    url('../fonts/raleway-italic-webfont.svg#raleway') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* Basic HTML
------------------------------------------------------------------------*/
body {
    font: 12px/1.5 'raleway', sans-serif;
    color: #eee;
    background: #333;
    min-width: 320px;
}
p, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6, ul, ol {
    display: block;
    margin: 0 0 20px;
}
h1, .h1 {
    font-weight: bold;
    font-size: 26px;
    text-transform: none;
}
h2, .h2 {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.title-centered {
    text-align: center;
}
.title-centered h2,
.title-centered .h2 {
    display: inline-block;
    margin-bottom: 40px;
}
.title-underlined h2,
.title-underlined .h2 {
    display: inline-block;
    border-bottom: 4px solid #333;
}
h3, .h3 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
h4, .h4 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
a {
    color: #333;
    text-decoration: underline;
}
a:hover {
    color: #f44336;
    text-decoration: none;
}
ol {
    list-style: decimal;
    padding: 0 0 0 35px;
}
ul {
    list-style: disc;
    padding: 0 0 0 35px;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}
table {
    width: 100%;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;

    box-shadow: none;
    outline: 0;
}
textarea {
    overflow: auto;
    resize: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
button {
    cursor: pointer;
    border: 0;
    background: none;
    padding: 0;
}

html { box-sizing: border-box; }
*, *:before, *:after {
    box-sizing: inherit;
}

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

.alert {
    padding: 15px 70px 15px 20px;
    position: relative;
    margin: 0 0 20px;
    color: #fff;
}
.alert a {
    color: #fff;
}
.alert * {
    margin: 0;
}
.alert:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
}
.alert:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    background: url('../img/icn-sprite.png');
}
.alert.alert-success {
    background: #4caf50;
}
.alert.alert-success:before {
    background: #388e3c;
}
.alert.alert-success:after {
    width: 10px;
    height: 7px;
    margin-right: -5px;
    margin-top: -3px;
    background-position: -55px -154px;
}
.alert.alert-warning {
    background: #ff9800;
}
.alert.alert-warning:before {
    background: #f57c00;
}
.alert.alert-warning:after {
    width: 3px;
    height: 11px;
    margin-right: -2px;
    margin-top: -6px;
    background-position: -65px -154px;
}
.alert.alert-danger {
    background: #f44336;
}
.alert.alert-danger:before {
    background: #d32f2f;
}
.alert.alert-danger:after {
    width: 10px;
    height: 10px;
    margin-right: -5px;
    margin-top: -5px;
    background-position: -68px -154px;
}

.nodisplay,
.hiddenField {
    display: none;
}

/* clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.wrapper {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1280px;
    overflow: hidden;
}

.img-left,
.img-right {
    border: 1px solid #ccc;
    padding: 4px;
    background: #fff;
}
.img-left {
    float: left;
    margin: 0 10px 10px 0;
}
.img-right {
    float: right;
    margin: 0 0 10px 10px;
}

.rte {
    overflow: hidden;
}
.rte .col-1 {
    margin-left: 0;
}
.disposition_1 .col {

}
.disposition_1-1 .col {
    float: left;
    width: 48.48484848%;
    margin: 0 0 0 3.03030303%;
}
.disposition_1-1-1 .col {
    float: left;
    width: 31.31313131%;
    margin: 0 0 0 3.03030303%;
}

.std-popup {
    color: #333;
    background: #fff;
    max-width: 460px;
    padding: 30px 30px 10px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.mfp-close-btn-in .std-popup .mfp-close {
    color: #333;
    opacity: 1;
}
.mfp-close-btn-in .std-popup .mfp-close:hover {
    color: #f44336;
}
.std-popup h3 {
    text-align: left;
}

.notifications {
    position: fixed;
    z-index: 1000;
    top: 20px;
    left: 10px;
    right: 10px;
    max-width: 500px;
    margin: auto;
}
.notifications .notification {
    display: none;
}

#tarteaucitronBack,
#tarteaucitron {
    display: none;
}
#tarteaucitronRoot #tarteaucitronAlertBig::before,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset::before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 280px;
    height: 100px;
    background: url('../img/logo-gad-footage-cookies-280x100.png') no-repeat 0 0 / 280px 100px;
}
@media
screen and (min-resolution: 1.5dppx),
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) {
    #tarteaucitronRoot #tarteaucitronAlertBig::before,
    #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset::before {
        background-image: url('../img/logo-gad-footage-cookies-560x200.png');
    }
}

/* Header
------------------------------------------------------------------------*/
.header-bar {
    background: #333;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.header-bar .wrapper {
    padding: 0;
}
.header-bar .logo {
    float: left;
    margin: 9px 0 9px 10px;
}
.header-bar .logo a,
.header-bar .logo img {
    display: block;
}
.header-bar .nav-icons-tablet {
    display: none;
}
.header-bar .toggle-nav {
    width: 43px;
    height: 40px;
    float: right;
    text-indent: -9999em;
    position: relative;
}
.header-bar .toggle-nav:hover {
    background: rgba(255,255,255,0.2);
}
.header-bar .toggle-nav:before {
    content: '';
    position: absolute;
    background: url('../img/icn-sprite.png') 0 -126px;
    width: 23px;
    height: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.nav-wrapper {
    background: #333;
    color: #eee;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 84%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.nav-open .nav-wrapper {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
.nav-open,
.nav-open body {
    overflow: hidden;
}
.pushed-by-nav {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.nav-open .pushed-by-nav {
    -webkit-transform: translate(84%);
    -moz-transform: translate(84%);
    -ms-transform: translate(84%);
    -o-transform: translate(84%);
    transform: translate(84%);
}

.nav-wrapper .nav-inner {
    padding: 0 20px 10px;
    position: relative;
    overflow: hidden;
}
.nav-wrapper .close-nav {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 20px;
    text-indent: -9999em;
}
.nav-wrapper .close-nav:before {
    content: '';
    position: absolute;
    background: url('../img/icn-sprite.png') no-repeat 0 -27px;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.nav-wrapper a,
.nav-wrapper .select-like span {
    text-transform: uppercase;
    color: #eee;
    text-decoration: none;
}
.nav-wrapper a:hover {
    color: #fff;
}
.top-nav {
    margin: 40px 0 30px;
    font-size: 12px;
}
.nav-wrapper .wrapper {
    padding: 0;
}
.top-langs {
    float: right;
}
.top-langs .langs-links {
    display: none;
}
.top-langs .select-like {
    background: none;
    border: 0;
    padding: 0;
    height: auto;
}
.top-langs .select-like span:after {
    background-position: -54px -139px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
}
.top-search {
    border-bottom: 2px solid #eee;
    margin: 0 0 30px;
}
.top-search form {
    position: relative;
}
.top-search .form-row {
    margin-right: 24px;
    margin-bottom: 10px;
}
.top-search input[type="text"] {
    border: 0;
    background: none;
    color: #eee;
}
.top-search .form-submit button {
    background: none;
    width: 24px;
    height: 34px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999em;
}
.top-search .form-submit button:hover {
    background: none;
}
.top-search .form-submit button:before {
    content: '';
    background: url('../img/icn-sprite.png') no-repeat -57px 0;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-nav a,
.main-nav span {
    display: block;
    line-height: 44px;
    font-size: 14px;
}
.main-nav .active > a,
.main-nav .active > span {
    font-weight: bold;
    color: #fff;
}
.main-nav .profile {
    z-index:100;
}
.main-nav .profile > a,
.main-nav .profile > span {
    display: none;
}

/* Forms
------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    height: 34px;
    width: 100%;
    background: #fff;
    border: 1px solid #888;
    padding: 4px 9px;
    font: 12px/24px 'raleway', sans-serif;
    color: #333;

    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
textarea {
    height: 160px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #333;
}
.form-row.error input[type="text"],
.form-row.error input[type="password"],
.form-row.error input[type="datetime"],
.form-row.error input[type="datetime-local"],
.form-row.error input[type="date"],
.form-row.error input[type="month"],
.form-row.error input[type="time"],
.form-row.error input[type="week"],
.form-row.error input[type="number"],
.form-row.error input[type="email"],
.form-row.error input[type="url"],
.form-row.error input[type="search"],
.form-row.error input[type="tel"],
.form-row.error input[type="color"],
.form-row.error textarea {
    border-color: #f44336;
}
.error .checkbox {
    color: #f44336;
}
.select-like {
    position: relative;
    display: block;
    padding: 7px 9px;
    background: #fff;
    border: 1px solid #888;
    font-size: 0;
}
.form-row.error .select-like {
    border-color: #f44336;
}
.select-like span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    color: #333;
    position: relative;
    padding: 0 25px 0 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-like span:after {
    content: '';
    background: url('../img/icn-sprite.png') -23px -126px;
    width: 10px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
}
.select-like select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}
.form-row {
    margin: 0 0 20px;
}
.btn,
.form-submit button {
    font-family: 'raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    background: #f44336;
    height: 50px;
    padding: 0 30px;
    width: 100%;

    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
a.btn {
    display: inline-block;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}
.btn:hover,
.form-submit button:hover {
    background-color: #d32f2f;
}
a.btn:hover {
    color: #fff;
}

.std-form .control-label {
    display: inline-block;
    margin: 0 0 5px;
}
.std-popup .std-form .form-row {
    text-align: left;
}
.std-form .submit {
    margin: 0 0 30px;
}
.std-form .postal-code-city .postal-code {
    float: left;
    width: 110px;
}
.std-form .postal-code-city .city {
    margin-left: 130px;
}

.std-form .forgotten-password {
    font-size: 10px;
    text-align: left;
    margin: -10px 0 30px;
}

.form-row.icn {
    position: relative;
}
.form-row.icn input {
    padding-right: 35px;
}
.form-row.icn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    background: url('../img/icn-sprite.png') no-repeat;
}
.form-row.icn-user:after {
    background-position: -34px -112px;
    width: 15px;
    height: 17px;
    margin-top: -8px;
}
.form-row.error.icn-user:after {
    background-position: -49px -112px;
}
.form-row.icn-email:after {
    background-position: 0 -154px;
    width: 17px;
    height: 12px;
    margin-top: -6px;
}
.form-row.error.icn-email:after {
    background-position: -17px -154px;
}
.form-row.icn-lock:after {
    background-position: -34px -92px;
    width: 16px;
    height: 20px;
    margin-top: -10px;
}
.form-row.error.icn-lock:after {
    background-position: -50px -92px;
}

/* Homepage
------------------------------------------------------------------------*/
.alias_home .header-bar {
    background: rgba(0,0,0,0.15);
}

.home-search {
    margin: 0;
    padding: 40px 0 0;
    height: 415px;
    line-height: 375px;
    position: relative;
    font-size: 0;
}
.home-search .slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.home-search .slideshow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-search .slideshow li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.home-search .slideshow li:first-child {
    display: block;
}
.home-search .slideshow video {
    display: none;
}
.home-search .slideshow img,
.home-search .slideshow video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-width: 101%;
    min-height: 101%;
    width: auto;
    height: auto;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.oldie .home-search .slideshow img,
.oldie .home-search .slideshow video {
    top: 0;
    left: 0;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.home-search .search {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    position: relative;
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    z-index: 2;
}
.home-search .search p {
    margin-bottom: 10px;
}
.home-search form {
    position: relative;
}
.home-search .form-row:first-child {
    margin-right: 42px;
    margin-bottom: 0;
}
.home-search input {
    border: 2px solid #fff;
    border-right: 0;
    padding: 8px 10px 8px 8px;
    background: none;
    color: #fff;
    font-size: 14px;
    height: 45px;
    line-height: 35px;
}
.home-search input:focus {
    border-color: #fff;
}
.home-search .select-like {
    display: inline-block;
    background: none;
    border: 0;
}
.home-search .select-like span {
    color: #fff;
    font-size: 14px;
}
.home-search .select-like span:after {
    background-position: -54px -145px;
    width: 10px;
    height: 8px;
    margin-top: -4px;
}
.home-search .form-submit button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 45px;
    padding: 0;
    background: none;
    text-indent: -9999em;
    border: 2px solid #fff;
    border-left: 0;
}
.home-search .form-submit button:before {
    content: '';
    background: url('../img/icn-sprite.png') no-repeat -60px -72px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.home-search .home-button-map {
    display: none;
}
.home-search .home-scroll-down {
    display: none;
}

.home-new-products {
    padding: 30px 0 0;
}
.slideshow-new-products .wrap {
    margin: 0;
}
.slideshow-new-products .wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.slideshow-new-products .wrap li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    white-space: normal;
    margin: 0 0 20px;
}

.home-new-product-text {
    font-size: 16px;
    margin: 0 0 20px;
}
.home-new-product-text-inner {
    padding: 29px 29px 9px;
    border: 1px solid #00a676;
}
.home-new-product-text-title {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
}
.home-new-product-text-arrow {
    color: #fff;
    padding: 20px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;

    line-height: 30px;
    min-height: 50px;
    background: #00a676 url('../img/icn-arrow-down_30.png') no-repeat 50% 50%;
    font-size: 12px;
}

.home-offer-img {
    position: relative;
    display: block;
}
.home-offer .thumb-legend:before,
.home-offer-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-right: 80px solid transparent;
    border-top: 80px solid #f44336;
    width: 80px;
    height: 80px;
    z-index: 1;
}
.home-offer .thumb-legend:after,
.home-offer-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url('../img/icn-discount_20.png') no-repeat 15px 15px;
    z-index: 1;
}
.home-offer-img img {
    display: block;
}
.home-offer-text {
    padding: 20px 20px 0;
    overflow: hidden;
    background: #eee;
    margin: 20px 0 0;
    display: block;
    text-decoration: none;
}
.home-offer-text-inner {
    font-size: 16px;
    font-weight: bold;
}
.home-offer-text-inner strong {
    color: #f44336;
}
.home-offer-text-arrow {
    background: #f44336;
    color: #fff;
    padding: 20px;
    margin: 0 -20px;
    text-transform: uppercase;
    text-align: center;
}
.home-offer-text-arrow-inner {
    line-height: 21px;
    min-height: 21px;
    background: url('../img/icn-arrow_30.png') no-repeat 100% 50%;
    font-size: 12px;
}

.newsletter {
    padding-top: 30px;
    margin: 0 0 80px;
}
.newsletter .newsletter-form {
    position: relative;
}
.newsletter .form-row {
    margin-right: 100px;
}
.newsletter .form-row input {
    height: 45px;
    line-height: 35px;
    border-right: 0;
}
.newsletter .form-submit button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 45px;
    padding: 0;
    letter-spacing: 0;
}
.form-newsletter .fax {
    position: absolute;
    top: 0;
    left: -9999px;
}

.month-selection-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.month-selection-list li {
    margin: 0 0 20px;
}
.widget_category_map {
    position: relative;
}
.map {
    margin-top: 80px;
}
#map-canvas {
    position: relative;
}
#map-canvas[data-title]:before {
    content: attr(data-title);
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 500;
    pointer-events: none;
    font-family: 'raleway', sans-serif;
    background: #fff;
    color: #333;
    border: 2px solid #eee;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 20px;
}
.map-category {
    margin-bottom: 50px;
}
.map-tooltip {
    display: none;
    pointer-events: none;
    cursor: pointer;
    font-family: 'raleway', sans-serif;
    position: absolute;
    left: 50%;
    bottom: 30px;
    background: #fff;
    color: #333;
    border: 2px solid #eee;
    text-align: center;
    font-size: 12px;
    padding: 20px;
}
.map-tooltip strong {
    display: block;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    padding: 0 0 5px;
    margin: 0 0 10px;
}
.map-unzoom-wrapper {
    position: relative;
    overflow: visible;
}
.map-unzoom {
    display: none;
    background: #f44336;
    width: 30px;
    height: 30px;
    border: 0;
    padding: 0;
    position: absolute;
    top: -60px;
    right: 10px;
}
.map-unzoom:hover {
    background-color: #d32f2f;
}
.map-unzoom:before {
    content: '';
    background:  url('../img/icn-sprite.png') no-repeat -64px -129px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 13px;
}

/* Content
------------------------------------------------------------------------*/
.content {
    padding: 30px 0 0;
    background: #fff;
    color: #333;
}
.content.content-nopad {
    padding-top: 0;
}
.content.content-pulled-up {
    margin-top: -40px;
}
.dark-section {
    background: #333;
    color: #fff;
    padding: 30px 0 0;
}
.dark-section .title-underlined h2,
.dark-section .title-underlined .h2 {
    border-bottom-color: #fff;
}
.thumb-legend {
    position: relative;
    overflow: hidden;
}
.thumb-legend.video-offer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-right: 80px solid transparent;
    border-top: 80px solid #f44336;
    width: 80px;
    height: 80px;
    z-index: 1;
}
.thumb-legend.video-offer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url('../img/icn-discount_20.png') no-repeat 15px 15px;
    z-index: 1;
}
.thumb-legend a {
    position: relative;
    display: block;
}
.thumb-legend .hover-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.thumb-legend .me-plugin,
.thumb-legend embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.thumb-legend img {
    display: block;
    width: 100%;
    height: auto;
}
.thumb-legend .mejs-container {
    padding-top: 56.25%;
    width: auto !important;
    height: auto !important;
    margin: 0;
}
.thumb-legend video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thumb-legend .mejs-layer {
    width: 100% !important;
    height: 100% !important;
}
.thumb-legend .mejs-controls {
    display: none !important;
}
.thumb-legend .mejs-overlay-play,
.thumb-legend .mejs-overlay-loading {
    visibility: hidden;
}
.product-section .thumb-legend .mejs-container {
    margin: 0 0 10px;
}
.product-section .thumb-legend .mejs-controls {
    display: block !important;
}
.product-section .thumb-legend .mejs-overlay-play,
.product-section .thumb-legend .mejs-overlay-loading {
    visibility: visible;
}
.thumb-legend .mejs-overlay-play .mejs-overlay-button {
    margin-top: -50px !important;
}
.thumb-legend .legend {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background: rgba(0,0,0,0.3);
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    min-height: 0;

    -webkit-transition: bottom 0.2s, min-height 0.3s;
    -moz-transition: bottom 0.2s, min-height 0.3s;
    -ms-transition: bottom 0.2s, min-height 0.3s;
    -o-transition: bottom 0.2s, min-height 0.3s;
    transition: bottom 0.2s, min-height 0.3s;
}
.thumb-legend .legend .title {
    padding-right: 80px;
}
.thumb-legend .legend .duration {
    float: right;
    font-weight: normal;
}
.thumb-legend .actions {
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 15px 10px;
    z-index: 25;

    -webkit-transition: left 0.2s;
    -moz-transition: left 0.2s;
    -ms-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s;
}
.thumb-legend .actions a,
.thumb-legend .actions span {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999em;
    margin: 0 5px;
    background: url('../img/icn-sprite.png') no-repeat;
}
.thumb-legend .actions .icn-folder {
    background-position: -34px -57px;
    width: 17px;
    height: 15px;
}
.thumb-legend .actions .icn-folder:hover {
    background-position: -17px -57px;
}
.thumb-legend .actions .icn-cart {
    background-position: -34px -42px;
    width: 17px;
    height: 15px;
}
.thumb-legend .actions .icn-cart:hover {
    background-position: -17px -42px;
}
.thumb-legend .actions .icn-cart-delete,
.thumb-legend .actions .icn-cart-noop {
    background-position: -17px -42px;
    width: 17px;
    height: 15px;
}
.thumb-legend .actions .icn-cross {
    background-position: -30px -27px;
    width: 15px;
    height: 15px;
}
.thumb-legend .actions .icn-cross:hover {
    background-position: -15px -27px;
}
.thumb-legend:hover .legend {
    bottom: -100%;
}
.thumb-legend.up-hover:hover .legend {
    min-height: 100%;
    bottom: 0;
}
.thumb-legend.no-hover:hover .legend {
    bottom: 0;
}
.thumb-legend:hover .actions {
    left: 0;
}
.thumb-legend.no-hover:hover .actions {
    left: 100%;
}

.block-nav {
    border: 1px solid #888;
    margin: 0 0 30px;
}
.block-nav ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.block-nav li a {
    display: block;
    line-height: 1.2;
    text-decoration: none;
    padding: 5px 19px;
}
.block-nav li a:hover {
    color: #f44336;
}
.block-nav .active a {
    color: #f44336;
    font-weight: bold;
    border-left: 4px solid #f44336;
    padding-left: 16px;
    padding-right: 20px;
    margin-left: -1px;
    margin-right: -1px;
}
.block-nav .bottom-link {
    text-align: center;
    margin: 20px 0 10px;
}
.block-dark-nav {
    background: #333;
    border-color: #333;
}
.block-dark-nav li a {
    color: #fff;
}

.action-links {
    overflow: hidden;
}
.action-links a {
    float: left;
    clear: left;
    margin: 0 0 10px;
}

a.icn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin: 0 8px 0 0;
    background: url('../img/icn-sprite.png') no-repeat;
}
a.icn-padded:before {
    margin: 0 8px 0 2px;
}
a.icn-plus:before {
    background-position: -51px -55px;
}
a.icn-plus:hover:before {
    background-position: -64px -55px;
}
a.icn-pencil:before {
    background-position: -51px -42px;
}
a.icn-pencil:hover:before {
    background-position: -64px -42px;
}
a.icn-cart:before {
    background-position: 0 -42px;
    width: 17px;
    height: 15px;
}
a.icn-cart.icn-padded:before {
    margin: 0 6px 0 0;
}
a.icn-cart:hover:before {
    background-position: -17px -42px;
}
a.icn-cross:before {
    background-position: 0 -141px;
}
a.icn-cross:hover:before {
    background-position: -13px -141px;
}
a.icn-arrow-right:before {
    background-position: -52px -129px;
    width: 6px;
    height: 10px;
}
a.icn-arrow-right.icn-padded:before {
    margin: 0 12px 0 5px;
}
a.icn-arrow-right:hover:before {
    background-position: -58px -129px;
}
a.icn-arrow-left:before {
    background-position: -40px -129px;
    width: 6px;
    height: 10px;
}
a.icn-arrow-left.icn-padded:before {
    margin: 0 12px 0 5px;
}
a.icn-arrow-left:hover:before {
    background-position: -46px -129px;
}
a.icn-folder:before {
    background-position: 0 -57px;
    width: 17px;
    height: 15px;
}
a.icn-folder.icn-padded:before {
    margin: 0 6px 0 0;
}
a.icn-folder:hover:before {
    background-position: -17px -57px;
}
a.icn-download:before {
    background-position: -45px -27px;
    width: 16px;
    height: 15px;
}
a.icn-download.icn-padded:before {
    margin: 0 7px 0 0;
}
a.icn-download:hover:before {
    background-position: -61px -27px
}

/* Categories
------------------------------------------------------------------------*/
.markerLabels {
    color: #fff;
    font-size: 10px;
    margin-left: -17px !important;
    margin-top: -26px !important;
    text-align: center;
    width: 34px;
    pointer-events: none;
}

.list-categories {
    margin: 0 0 40px;
}
.list-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-categories li {
    margin: 0 0 20px;
}
.list-categories .img {
    position: relative;
    cursor: pointer;
}
.list-categories .img img {
    display: block;
}
.list-categories .img .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 0;
}
.list-categories .img .text:before { /* strut */
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.list-categories .img strong {
    font-size: 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
.list-categories .open > .img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url('../img/icn-sprite.png') no-repeat 0 -166px;
    width: 26px;
    height: 13px;
    margin-left: -13px;
}

.list-countries {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    padding: 10px;
    background: #eee;
    display: none;
}
.open > .list-countries {
    display: block;
}
.list-countries ul {
    margin: 0;
}
.list-countries li {
    margin: 0 0 10px;
}

/* Product detail
------------------------------------------------------------------------*/
.product-video {
    margin: 0 0 30px;
}
.product-video img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
}
.product-info h1 {
    line-height: 1.2;
}
.product-info h2 {
    font-size: 20px;
}
.product-drone:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background: url('../img/icn-sprite.png') no-repeat 0 -179px;
    width: 23px;
    height: 10px;
}
.product-drone {
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 5px;
    background: #ddd;
    margin-left: 10px;
}
.product-info .top-info {
    margin: 0 0 20px;
}
.product-info .top-info p {
    margin-bottom: 5px;
}
.product-info .video-info {
    margin: 0 0 20px;
}
.product-info .video-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-info .video-info .label {
    font-weight: bold;
}
.product-info .video-definitions ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #eee;
}
.product-info .video-definitions li {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.product-info .video-definition-label {
    display: inline-block;
    width: 100px;
}
.product-info .video-definition-price {
    font-weight: bold;
}
.product-section .add-to-cart {
    text-align: center;
}
.product-similar {
    background: #eee;
    padding: 30px 0 60px;
}
.videos-similar-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.videos-similar-list li {
    margin: 0 0 20px;
}
.product-section .btn-cart-delete {
    background-color: #388e3c;
}

.cart-discount {
    background: #eee;
    overflow: hidden;
    padding: 12px 20px;
    margin-bottom: 0;
    display: none;
}
.cart-total-wrapper.discount .cart-discount {
    display: block;
}
.cart-discount p {
    margin-bottom: 0;
}
.cart-total {
    background: #333;
    color: #fff;
    overflow: hidden;
    padding: 12px 20px;
    margin-bottom: 30px;
}
.cart-discount .label,
.cart-total .label {
    text-transform: uppercase;
    float: left;
}
.cart-discount .value,
.cart-total .value {
    font-weight: bold;
    float: right;
}
.cart-total .label-discount {
    display: none;
}
.cart-total-wrapper.discount .cart-total .label {
    display: none;
}
.cart-total-wrapper.discount .cart-total .label-discount {
    display: block;
}

/* Search
------------------------------------------------------------------------*/
.search-form {
    background: #eee;
    padding: 30px 0;
    margin: 0 0 40px;
}
.search-form .search-main {
    position: relative;
    max-width: 500px;
    margin: 0 auto 30px;
}
.search-form .search-main .form-row:first-child {
    margin-right: 120px;
    margin-bottom: 10px;
}
.search-form .search-main .form-row:first-child input {
    height: 45px;
    line-height: 35px;
    border-right: 0;
}
.search-form .search-main .form-submit button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 120px;
    height: 45px;
}
.search-form .search-filters-toggler {
    background: #fff;
    border: 1px solid #888;
    padding: 0 10px;
    color: #333;
    margin-bottom: 20px;
}
.search-form .search-filters {
    display: none;
}
.search-form .search-filter .control-label {
    display: block;
    margin: 0 0 20px;
}
.search-form .search-filter .controls {
    background: #fff;
    border: 1px solid #888;
    padding: 4px;
    height: 142px;
    overflow: auto;
}
.search-form .search-filter .controls ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-form .search-filter .controls > ul {
    padding-right: 10px;
}
.search-form .search-filter .controls ul ul {
    padding-left: 20px;
    display: none;
}
.search-form .search-filter .controls .open > ul {
    display: block;
}
.search-form .search-filter .controls li {
    position: relative;
}
.search-form .search-filter .controls .toggle-sublist {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-indent: -9999em;
}
.search-form .search-filter .controls .toggle-sublist:before {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
}
.search-form .search-filter .controls .open > .toggle-sublist:before {
    content: '-';
}
.search-form .search-filter .field {
    line-height: 22px;
}
.search-form .tags-list {
    margin: 0 0 10px;
}
.search-form .tags-list ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    font-size: 0;
}
.search-form .tags-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 12px;
}
.search-form .tags-list .tag {
    display: inline-block;
    vertical-align: top;
    background: #f44336;
    color: #fff;
    padding: 0 10px;
    line-height: 22px;
    margin: 0 0 10px;
}
.search-form .tags-list .icn-cross {
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icn-sprite.png') no-repeat -34px -129px;
    width: 6px;
    height: 7px;
    margin: 0 0 0 5px;
    text-indent: -9999em;
}
.search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-results li {
    margin: 0 0 20px;
}
.search-results .pagination {
    margin: 20px 0 80px;
}
.search-results .pagination .page {
    display: block;
    text-align: center;
    font-size: 14px;
}
.search-results .page a,
.search-results .page span {
    display: inline-block;
    margin: 0 2px;
    width: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.search-results .page a:hover {
    background: #f44336;
    color: #FFF;
}
.search-results .page span {
    cursor: default;
}
.search-results .page .active {
    color: #f44336;
}

.search-results .pagination .prev,
.search-results .pagination .next {
    text-decoration: none;
    cursor: pointer;
    font-size: 0;
}
.search-results .pagination .prev:before,
.search-results .pagination .next:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    background: url('../img/icn-sprite.png') no-repeat;
}
.search-results .pagination .prev:before {
    background-position: -40px -129px;
}
.search-results .pagination .next:after {
    background-position: -52px -129px;
}
.search-results .pagination .prev:hover:before {
    background-position: -78px -129px;
}
.search-results .pagination .next:hover:after {
    background-position: -84px -130px;
}

/* Collection
------------------------------------------------------------------------*/
.collection-videos-list {
    margin: 0 0 60px;
}
.collection-videos-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.collection-videos-list li {
    margin: 0 0 20px;
}

.collection-videos-list .pagination {
    font-size: 14px;
    text-transform: uppercase;
    margin: 30px 0 80px;
}
.collection-videos-list .pagination .page {
    display: block;
    text-align: center;
    color: #f44336;
    margin: 0 100px;
}
.collection-videos-list .pagination .prev {
    text-decoration: none;
    float: left;
}
.collection-videos-list .pagination .next {
    text-decoration: none;
    float: right;
}
.collection-videos-list .pagination .prev:before,
.collection-videos-list .pagination .next:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    background: url('../img/icn-sprite.png') no-repeat;
}
.collection-videos-list .pagination .prev:before {
    background-position: -40px -129px;
    margin: 0 8px 0 0;
}
.collection-videos-list .pagination .prev:hover:before {
    background-position: -46px -129px;
}
.collection-videos-list .pagination .next:after {
    background-position: -52px -129px;
    margin: 0 0 0 8px;
}
.collection-videos-list .pagination .next:hover:after {
    background-position: -58px -129px;
}
/* Orders
------------------------------------------------------------------------*/
.orders-table {
    margin: 0 0 30px;
}
.orders-table:last-child {
    margin: 0 0 80px;
}
.orders-table tr:nth-child(2n+1) {
    background: #eee;
}
.orders-table th,
.orders-table td {
    padding: 10px;
}
.orders-table .cell-tablet {
    display: none;
}
.orders-table .nowrap {
    white-space: nowrap;
}
.order-info {
    margin: 0 0 40px;
}
.order-info-col .h4 {
    margin: 0 0 10px;
}
.order-info-col ul {
    list-style: none;
    padding: 0;
}
.order-info-col .label {
    font-weight: bold;
}
.order-videos-list {
    margin: 0 0 40px;
}
.order-videos-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.order-videos-list > ul > li {
    margin: 0 0 40px;
}
.thumb-detail .legend {
    display:none;
}
.thumb-detail a {
    display: block;
    position: relative;
}
.thumb-detail .hover-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.thumb-detail .me-plugin,
.thumb-detail embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.thumb-detail img {
    display: block;
    margin: 0 0 10px;
}
.thumb-detail .mejs-container {
    padding-top: 56.25%;
    width: auto !important;
    height: auto !important;
    margin: 0 0 10px;
}
.thumb-detail video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thumb-detail .mejs-layer {
    width: 100% !important;
    height: 100% !important;
}
.thumb-detail .mejs-controls {
    display: none !important;
}
.thumb-detail .mejs-overlay-play,
.thumb-detail .mejs-overlay-loading {
    visibility: hidden;
}
.thumb-detail .mejs-overlay-play .mejs-overlay-button {
    margin-top: -50px !important;
}
.thumb-detail .desc {
    position: relative;
}
.thumb-detail .delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    text-indent: -9999em;
}
.thumb-detail .delete:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('../img/icn-sprite.png') no-repeat 0 -141px;
    width: 13px;
    height: 13px;
}
.thumb-detail .delete:hover:before {
    background-position: -13px -141px;
}
.thumb-detail .delete + .title {
    margin-right: 20px;
}
.thumb-detail .title {
    display: block;
    margin: 0 0 10px;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 30px 0 0;
}
.thumb-detail .reference {
    margin: 0 0 10px;
}
.thumb-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumb-detail .video-info {
    margin: 0 0 20px;
}
.thumb-detail .video-info .label {
    font-weight: bold;
}
.thumb-detail .video-info .video-definition-form .form-row {
    margin-bottom: 10px;
}
.thumb-detail .video-info .video-price {
    border-top: 4px solid #eee;
    padding-top: 5px;
    margin-top: 5px;
}

/* Cart
------------------------------------------------------------------------*/
.cart-header .btn {
    float: right;
    width: auto;
    padding: 0 10px;
}
.cart-header h1 {
    line-height: 50px;
}
.cart-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cart-content > ul > li {
    margin: 0 0 40px;
}
.cart-bottom {
    overflow: hidden;
    margin: 0 0 60px;
}
.cart-bottom .btn {
    padding: 0 10px;
    margin: 0 0 20px;
}
.cart-bottom .btn-back .btn {
    background: #fff;
    color: #333;
    border: 1px solid #333;

    -webkit-transition-property: color, border-color;
    -moz-transition-property: color, border-color;
    -ms-transition-property: color, border-color;
    -o-transition-property: color, border-color;
    transition-property: color, border-color;
}
.cart-bottom .btn-back .btn:hover {
    color: #f44336;
    border-color: #f44336;
}

/* Contact
------------------------------------------------------------------------*/
.contact-header {
    position: relative;
    margin: 0 0 30px;
}
.contact-header .img {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.contact-header .img img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);

    max-width: none;
    min-width: 101%;
    min-height: 101%
}
.contact-header .text {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;

}
.contact-header .text-wrap {
    max-width: 540px;
}
.contact-info {
    text-align: center;
    margin: 0 0 30px;
}
.contact-form {
    margin: 0 0 80px;
}

/* Register
------------------------------------------------------------------------*/
.register-form {
    margin-bottom: 80px;
}

/* Login
------------------------------------------------------------------------*/
.login-form {
    margin-bottom: 80px;
}

/* Quotation
------------------------------------------------------------------------*/
.quotation-summary {
    background: #eee;
    margin: 0 0 40px;
}
.quotation-summary h3 {
    padding: 15px 20px 0;
    margin-bottom: 10px;
}
.quotation-summary table,
.quotation-summary thead,
.quotation-summary tbody,
.quotation-summary tfoot,
.quotation-summary tr,
.quotation-summary th,
.quotation-summary td {
    display: block;
}

.quotation-summary tbody tr {
    margin: 0 0 20px;
}
.quotation-summary td {
    padding: 0 20px;
}
.quotation-summary tfoot {
    background: #333;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.quotation-summary .label {
    text-transform: uppercase;
}
.quotation-summary .price {
    font-weight: bold;
}
.quotation-form {
    margin-bottom: 60px;
}
.quotation-form .cart-total-wrapper {
    margin-top: 40px;
}

/* Account
------------------------------------------------------------------------*/
.form-account {
    margin: 0 0 80px;
}

/* How it works
------------------------------------------------------------------------*/
.how-it-works-section .part {
    padding-top: 30px;
    padding-bottom: 30px;
}
.how-it-works-section .part:last-child {
    padding-bottom: 80px;
}
.how-it-works-section .part-w {
    color: #fff;
}
.how-it-works-section .part-w .title-centered h2,
.how-it-works-section .part-w .title-centered .h2 {
    border-bottom-color: #fff;
}
.how-it-works-section .detail {
    display: none;
}
.how-it-works-section .line {
    position: relative;
    padding: 10px 0;
}
.how-it-works-section .line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    bottom: -20px;
    border-right: 2px solid #888;
}
.how-it-works-section .line:last-child:before {
    bottom: 0;
}
.how-it-works-section .dot {
    margin: 20px 0 0;
    padding-left: 30px;
    position: relative;
}
.how-it-works-section .dot:first-child {
    margin-top: 0;
}
.how-it-works-section .dot:before {
    content: '';
    background: url('../img/how-it-works-dot.png');
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.how-it-works-section .dot.appeared:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.how-it-works-section .bubble {
    padding: 20px;
    color: #888;
    background: #fff;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: translate(10%);
    -moz-transform: translate(10%);
    -ms-transform: translate(10%);
    -o-transform: translate(10%);
    transform: translate(10%);
    opacity: 0;
}
.how-it-works-section .dot.appeared .bubble {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.how-it-works-section .bubble p {
    margin: 0 0 8px;
}
.how-it-works-section .title {
    font-size: 14px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
}
.how-it-works-section .part-1 {
    background: url('../img/how-it-works-illu-1-1200.jpg') no-repeat 50% / cover;
}
.how-it-works-section .part-3 {
    background: url('../img/how-it-works-illu-2-1200.jpg') no-repeat 50% / cover;
}

/* Footer
------------------------------------------------------------------------*/
#map-canvas {
    height: 340px;
}
.footer {
    background: #333;
    color: #eee;
    padding: 10px 0;
}
.footer a,
.footer-nav .js-manage-cookies {
    color: #eee;
    text-decoration: none;
}
.footer a:hover,
.footer-nav .js-manage-cookies:hover {
    color: #fff;
}
.footer .how-it-works {
    text-align: center;
    font-size: 0;
    margin: 0;
}
.footer .how-it-works a {
    display: block;
    width: auto;
    margin: 80px 0;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
}
.footer-nav {
    text-align: center;
}
.footer-nav .js-manage-cookies {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
}
.footer-nav a,
.footer-nav .js-manage-cookies {
    margin: 0 10px;
}
.footer-nav .js-manage-cookies:focus {
    outline: 1px dotted;
}
.footer-nav .social {
    display: block;
    font-size: 0;
    margin: 20px 0;
}
.footer-nav .social a {
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icn-sprite.png');
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
.footer-nav .social .facebook {
    background-position: 0 -72px;
}
.footer-nav .social .twitter {
    background-position: -20px -72px;
}
.footer-nav .social .linkedin {
    background-position: -40px -72px;
}

/* Player overrides
------------------------------------------------------------------------*/
.video .mejs-container .mejs-controls {
    background: rgba(0, 0, 0, 0.3);
}
.video .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #333;
}
.video .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #eee;
}
.video .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #f44336;
}
.video .mejs-controls .mejs-play button {
    background: url('../img/icn-sprite.png') no-repeat -26px -166px;
}
.video .mejs-controls .mejs-pause button {
    background: url('../img/icn-sprite.png') no-repeat -42px -166px;
}
.video .mejs-controls .mejs-fullscreen-button button {
    background: url('../img/icn-sprite.png') no-repeat -58px -166px;
}
.video .mejs-controls .mejs-unfullscreen button {
    background: url('../img/icn-sprite.png') no-repeat -74px -166px;
}


@media (min-width: 640px) {
    /* Basic HTML
    ------------------------------------------------------------------------*/
    body {
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 26px;
        letter-spacing: 2.5px;
    }
    h3, .h3 {
        font-size: 20px;
        letter-spacing: 2.5px;
    }
    h4, .h4 {
        font-size: 16px;
        letter-spacing: 2.5px;
    }

    [data-pill] {
        position: absolute;
    }
    [data-pill]:after {
        content: attr(data-pill);
        position: absolute;
        background: url('../img/icn-sprite.png') no-repeat -64px -142px;
        width: 12px;
        height: 12px;
        top: 50%;
        left: 50%;
        margin-left: -16px;
        margin-top: -8px;
        color: #eee;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        text-indent: 0;
    }

    /* Header
    ------------------------------------------------------------------------*/
    .header-bar .logo {
        margin-top: 14px;
        margin-bottom: 13px;
    }
    .header-bar .toggle-nav {
        width: 80px;
        height: 75px;
    }
    .header-bar .nav-icons-tablet {
        display: block;
        float: right;
    }
    .header-bar .nav-icons-tablet a {
        float: left;
        width: 80px;
        height: 75px;
        text-indent: -9999em;
        position: relative;
    }
    .header-bar .nav-icons-tablet a:hover {
        background: rgba(255,255,255,0.2);
    }
    .header-bar .nav-icons-tablet a:before {
        content: '';
        width: 17px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: url('../img/icn-sprite.png') no-repeat;
    }
    .header-bar .nav-icons-tablet .collections:before {
        background-position: -34px -57px;
    }
    .header-bar .nav-icons-tablet .cart:before {
        background-position: -34px -42px;
    }
    .main-nav [data-pill]:after {
        display: none;
    }

    .nav-wrapper .close-nav {
        height: 75px;
    }
    .top-nav {
        margin-top: 75px;
    }

    /* Forms
    ------------------------------------------------------------------------*/
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    textarea {
        font-size: 14px;
    }
    
    .btn,
    .form-submit button {
        padding: 0 70px;
        letter-spacing: 2.5px;
    }

    .std-form .control-label {
        float: left;
        width: 140px;
        line-height: 34px;
        text-align: right;
    }
    .std-form .control-label span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2;
    }
    .std-form .controls {
        margin-left: 160px;
    }

    .std-form .submit {
        overflow: hidden;
        position: relative;
    }
    .std-form .submit:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
        width: 100%;
        border-top: 4px solid #eee;
    }
    .std-form .submit .form-submit {
        position: relative;
        float: right;
        padding: 0 0 0 20px;
        background: #fff;
    }
    .std-popup .std-form {
        max-width: 300px;
        margin: 0 auto;
    }
    .std-popup .std-form .control-label {
        float: none;
        width: auto;
        line-height: 1.5;
        text-align: left;
    }
    .std-popup .std-form .controls {
        margin-left: 0;
    }
    .std-popup .std-form .submit {
        text-align: center;
    }
    .std-popup .std-form .submit:before {
        content: none;
    }
    .std-popup .std-form .submit .form-submit {
        float: none;
        padding: 0;
    }
    .std-form .submit .form-submit button {
        width: auto;
    }
    .std-form .postal-code-city .postal-code {
        width: 270px;
    }

    .std-form .forgotten-password {
        font-size: 12px;
    }
    
    .std-form .checkboxGroupField .field_group,
    .std-form .radioGroupField .field_group {
        padding-top: 6px;
    }

    /* Homepage
    ------------------------------------------------------------------------*/
    .home-search {
        padding-top: 75px;
        text-align: center;
    }
    .home-search .search {
        width: 620px;
        text-align: left;
        font-size: 14px;
    }
    .home-search form {
        border: 2px solid #fff;
    }
    .home-search .form-row {
        margin-bottom: 0;
    }
    .home-search .form-row:first-child {
        margin-right: 204px;
    }
    .home-search input {
        border: 0;
        height: 61px;
        line-height: 51px;
        font-size: 16px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .home-search .select-like {
        position: absolute;
        top: 2px;
        right: 62px;
        width: 144px;
        height: 43px;
        padding-top: 0;
        padding-bottom: 0;
        margin: 9px 0;
        border-left: 2px solid #fff;
    }
    .home-search .select-like span {
        font-size: 16px;
        line-height: 43px;
        height: 43px;
    }
    .home-search .form-submit button {
        border: 0;
        height: 61px;
        width: 60px;
    }
    .home-search .form-submit button:before {
        background-position: -57px 0;
        width: 24px;
        height: 24px;
    }

    .slideshow-new-products .wrap {
        margin-left: -10px;
        margin-right: -10px;
    }
    .slideshow-new-products .wrap li {
        width: 50%;
        padding: 0 10px;
    }

    .month-selection-list ul {
        margin: 0 -10px;
        font-size: 0;
    }
    .month-selection-list li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
    }
    .month-selection-list li:first-child {
        width: 100%;
    }

    .newsletter {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .newsletter h3 {
        text-align: center;
    }

    /* Content
    ------------------------------------------------------------------------*/
    .content.content-pulled-up {
        margin-top: -75px;
    }
    .thumb-legend .legend {
        padding: 15px 10px;
    }
    .content-left-col .block-nav ul {
        overflow: hidden;
    }
    .content-left-col .block-nav li {
        float: left;
        margin: 0 10px 0 0;
    }
    .content-left-col .block-nav .active a {
        border-left: 0;
        padding-left: 19px;
        padding-right: 19px;
        margin-left: 0;
        margin-right: 0;
    }
    .content-left-col .block-nav-float {
        float: left;
        width: 33.33%;
    }
    .content-left-col .block-nav-float li {
        float: none;
        margin: 0;
    }
    .content-left-col .block-nav-float .active a {
        border-left: 4px solid #f44336;
        padding-left: 16px;
        padding-right: 20px;
        margin-left: -1px;
        margin-right: -1px;
    }
    .content-left-col .main-col-header {
        margin-left: 33.33%;
        padding-left: 20px;
    }
    .content-left-col .main-col-push-header .main-col-header {
        margin-left: 0;
        padding-left: 0;
    }
    .content-left-col .main-col-body {
        clear: left;
    }
    .content-left-col .main-col-push-header .main-col-body {
        clear: none;
    }


    /* Categories
    ------------------------------------------------------------------------*/
    .list-categories > ul {
        margin-left: -10px;
        margin-right: -10px;
        font-size: 0;
    }
    .list-categories > ul > li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        font-size: 14px;
    }

    .list-countries {
        margin-left: 0;
        margin-right: 0;
        width: 200%;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .list-countries ul {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .right > .list-countries {
        margin-left: -100%;
        position: relative;
        left: -20px;
    }

    /* Product detail
    ------------------------------------------------------------------------*/
    .product-section {
        margin: 0 -10px;
        font-size: 0;
        padding: 0 0 80px;
        position: relative;
    }
    .product-section .product-video,
    .product-section .product-info {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        font-size: 14px;
    }
    .product-section .add-to-cart {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    .product-section .add-to-cart .btn {
        width: auto;
    }
    .videos-similar-list ul {
        margin: 0 -10px;
        font-size: 0;
    }
    .videos-similar-list li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        font-size: 14px;
    }
    /* Search
    ------------------------------------------------------------------------*/
    .search-form .search-filters-toggler {
        display: none !important;
    }
    .search-form .search-filters {
        margin: 0 -10px;
        font-size: 0;
        display: block !important;
    }
    .search-form .search-filter {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        font-size: 14px;
    }
    .search-form .tags-list li {
        font-size: 14px;
    }
    .search-results ul {
        margin: 0 -10px;
        font-size: 0;
    }
    .search-results li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        font-size: 14px;
    }
    .search-results .pagination {
        position: relative;
    }
    .search-results .pagination:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
        width: 100%;
        border-top: 4px solid #eee;
    }

    .search-results .pagination .page {
        font-size: 16px;
    }
    .search-results .pagination .page {
        width: 440px;
        margin: 0 auto;
        position: relative;
        background: #FFF;
    }
    .search-results .page a,
    .search-results .page span {
        margin: 0 3px;
        width: 26px;
        line-height: 26px;
    }


    /* Collection
    ------------------------------------------------------------------------*/
    .collection-videos-list ul {
        margin: 0 -10px;
        font-size: 0;
    }
    .collection-videos-list li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        font-size: 14px;
    }
    .collection-videos-list .pagination {
        position: relative;
    }
    .collection-videos-list .pagination:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
        width: 100%;
        border-top: 4px solid #eee;
    }
    .collection-videos-list .pagination .prev {
        position: relative;
        background: #fff;
        padding: 0 10px 0 0;
    }
    .collection-videos-list .pagination .next {
        position: relative;
        background: #fff;
        padding: 0 0 0 10px;
    }
    .collection-videos-list .pagination .page {
        margin: 0 150px;
    }
    .collection-videos-list .pagination .page span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        padding: 0 20px;
    }

    /* Orders
    ------------------------------------------------------------------------*/
    .orders-table .cell-tablet {
        display: table-cell;
    }
    .order-info {
        margin: 0 -10px 20px;
        font-size: 0;
    }
    .order-info-col {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        padding: 0 10px;
        font-size: 14px;
    }
    .order-info-col:last-child {
        width: 50%;
    }

    .order-videos-list {
        margin-bottom: 60px;
    }
    .order-videos-list > ul {
        margin: 0 -10px;
        font-size: 0;
    }
    .order-videos-list > ul > li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    /* Cart
    ------------------------------------------------------------------------*/
    .cart-content > ul {
        margin: 0 -10px;
        font-size: 0;
    }
    .cart-content > ul > li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .cart-bottom {
        overflow: hidden;
        position: relative;
    }
    .cart-bottom:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
        width: 100%;
        border-top: 4px solid #eee;
    }
    .cart-bottom .btn-back {
        position: relative;
        float: left;
        padding: 0 10px 0 0;
        background: #fff;
    }
    .cart-bottom .btn-quotation {
        position: relative;
        float: right;
        padding: 0 0 0 10px;
        background: #fff;
    }
    .cart-bottom .btn {
        width: auto;
        margin: 0;
    }

    /* Contact
    ------------------------------------------------------------------------*/
    .contact-header .img {
        height: 450px;
    }
    .contact-form .names {
        margin: 0 -10px;
        font-size: 0;
    }
    .contact-form .names .form-row {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
    }
    .contact-form .control-label {
        float: none;
        line-height: 1.5;
        text-align: left;
        width: auto;
    }
    .contact-form .controls {
        margin-left: 0;
    }

    /* Register
    ------------------------------------------------------------------------*/
    .login-form {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .login-form .controls {
        margin-left: 0;
    }
    .login-form .submit {
        text-align: center;
        margin: 0 0 30px;
    }
    .login-form .submit:before {
        content: none;
    }
    .login-form .submit .form-submit {
        float: none;
        padding: 0;
    }
    .login-form .forgotten-password {
        font-size: 12px;
        text-align: left;
        margin: -10px 0 30px;
    }
    /* Register
    ------------------------------------------------------------------------*/
    .register-form {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .register-form .controls {
        margin-left: 0;
    }
    .register-form .submit {
        text-align: center;
    }
    .register-form .submit:before {
        content: none;
    }
    .register-form .submit .form-submit {
        float: none;
        padding: 0;
    }

    /* Quotation
    ------------------------------------------------------------------------*/
    .quotation-form,
    .quotation-summary {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .quotation-summary table {
        display: table;
        width: 100%;
    }
    .quotation-summary thead {
        display: table-header-group;
    }
    .quotation-summary tbody {
        display: table-row-group;
    }
    .quotation-summary tfoot {
        display: table-footer-group;
    }
    .quotation-summary tr {
        display: table-row;
    }
    .quotation-summary th {
        display: table-cell;
    }
    .quotation-summary td {
        display: table-cell;
    }

    .quotation-summary td {
        padding: 5px 10px;
    }
    .quotation-summary td:first-child {
        padding-left: 20px;
    }
    .quotation-summary td:last-child {
        padding-right: 20px;
    }
    .quotation-summary tbody tr:last-child td {
        padding-bottom: 20px;
    }
    .quotation-summary tfoot td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .quotation-summary .price {
        white-space: nowrap;
        text-align: right;
    }

    .quotation-form .form-group .controls {
        margin-right: 0;
    }
    .quotation-form .form-group .field {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 10px 0;
    }
    .quotation-form .other-1 {
        margin-top: -20px;
    }
    .quotation-form .other-1 .controls {
        width: 220px;
    }
    .quotation-form .other-2 {
        margin-top: -20px;
        overflow: hidden;
    }
    .quotation-form .other-2 .controls {
        width: 220px;
        float: right;
        margin-right: 0;
    }
    .quotation-form .submit .form-submit button {
        width: 220px;
    }

    /* How it works
    ------------------------------------------------------------------------*/
    .how-it-works-section .line:before {
        left: 50%;
        margin-left: -1px;
    }
    .how-it-works-section .dot-right {
        margin-left: 50%;
        padding-left: 50px;
    }
    .how-it-works-section .dot-right:before {
        left: -10px;
    }
    .how-it-works-section .dot-left {
        margin-right: 50%;
        padding-left: 0;
        padding-right: 50px;
    }
    .how-it-works-section .dot-left:before {
        left: auto;
        right: -10px;
    }

    .how-it-works-section .dot-left .bubble {
        -webkit-transform: translate(-10%);
        -moz-transform: translate(-10%);
        -ms-transform: translate(-10%);
        -o-transform: translate(-10%);
        transform: translate(-10%);
    }

    .how-it-works-section .title {
        font-size: 16px;
    }
    .how-it-works-section .detail {
        display: block;
        margin: 20px 0;
    }
    .how-it-works-section .detail img {
        display: block;
        margin: 0 auto;
    }

    /* Footer
    ------------------------------------------------------------------------*/
    .footer .how-it-works a {
        padding: 0 40px;
        display: inline-block;
    }
    .footer-nav a,
    .footer-nav .js-manage-cookies {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 20px;
    }
    .footer-nav .social {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 20px;
    }
    .footer-nav .social a {
        margin-bottom: 0;
    }
}

@media (min-width: 960px) {
    /* Basic HTML
    ------------------------------------------------------------------------*/

    /* Header
    ------------------------------------------------------------------------*/
    .header-bar {
        overflow: visible;
    }
    .header-bar .wrapper {
        position: relative;
        overflow: visible;
    }
    .header-bar .logo {
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 10;
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .header-bar .toggle-nav,
    .header-bar .nav-icons-tablet {
        display: none;
    }

    .nav-wrapper,
    .nav-open .nav-wrapper {
        position: static;
        width: auto;
        height: auto;
        background: none;
        overflow: visible;

        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;

        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .nav-wrapper:after { /* clearfix */
        content: '';
        display: table;
        clear: both;
    }
    .nav-open,
    .nav-open body {
        overflow: visible;
    }
    .pushed-by-nav {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .nav-open .pushed-by-nav {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .nav-wrapper .nav-inner {
        padding: 0;
        overflow: visible;
    }
    .nav-wrapper .close-nav {
        display: none;
    }
    .top-nav {
        background: #fff;
        margin: 0;
        font-size: 14px;
    }
    .top-nav .wrapper {
        padding: 0 10px;
    }
    .top-nav .top-nav-inner {
        float: right;
    }
    .top-nav a {
        color: #888;
        line-height: 30px;
    }
    .top-nav a:hover {
        color: #333;
    }
    .top-langs {
        margin: 0 0 0 20px;
    }
    .top-langs .langs-links {
        display: block;
        color: #888;
    }
    .top-langs .langs-links a,
    .top-langs .langs-links span {
        text-transform: uppercase;
    }
    .top-langs .langs-links span {
        color: #333;
    }
    .top-langs .langs-select {
        display: none;
    }

    .top-search {
        margin: 0;
    }
    .top-search .wrapper {
        position: relative;
        overflow: visible;
    }
    .top-search .top-search-form {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .top-search form {
        position: absolute;
        top: 21px;
        left: 400px;
        right: 160px;
        margin: auto;
    }
    .top-search input[type="text"] {
        background: #fff;
        color: #333;
    }
    .top-search .form-row {
        margin-right: 32px;
    }
    .top-search .form-submit button {
        width: 32px;
        background: #fff;
    }
    .top-search .form-submit button:hover {
        background: #fff;
    }
    .top-search .form-submit button:before {
        background-position: -66px -92px;
        width: 15px;
        height: 15px;
    }

    .main-nav {
        background: #333;
    }
    .main-nav .wrapper {
        padding: 0 10px;
        overflow: visible;
    }
    .main-nav .wrapper:after { /* clearfix */
        content: '';
        display: table;
        clear: both;
    }
    .main-nav li {
        float: left;
        position: relative;
    }
    .main-nav a,
    .main-nav span {
        padding: 0 15px;
        line-height: 75px;
    }
    .main-nav .active a,
    .main-nav .active span {
        padding-left: 15px;
    }
    .main-nav a:hover {
        background: rgba(255,255,255,0.2);
    }

    .main-nav li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #888;
    }
    .main-nav li:hover ul {
        display: block;
    }
    .main-nav li ul:before {
        content: '';
        background: url('../img/icn-sprite.png') no-repeat -34px -153px;
        width: 21px;
        height: 10px;
        position: absolute;
        left: 12px;
        top: -10px;
    }
    .main-nav li li {
        float: none;
    }
    .main-nav li li a,
    .main-nav li li span {
        text-indent: 0;
        line-height: 30px;
    }

    .main-nav .left-nav {
        float: left;
        margin: 0 0 0 160px;
    }
    .main-nav .right-nav {
        float: right;
    }
    .main-nav .right-nav > li > a,
    .main-nav .right-nav > li > span {
        width: 45px;
        height: 75px;
        text-indent: -9999em;
        position: relative;
    }
    .main-nav .right-nav > li > a:before,
    .main-nav .right-nav > li > span:before {
        content: '';
        width: 17px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: url('../img/icn-sprite.png') no-repeat;
    }
    .main-nav .right-nav .profile > a,
    .main-nav .right-nav .profile > span {
        display: block;
    }
    .main-nav .right-nav .profile > a:before,
    .main-nav .right-nav .profile > span:before {
        background-position: -64px -112px;
        width: 15px;
        height: 17px;
    }
    .main-nav .right-nav .collections > a:before,
    .main-nav .right-nav .collections > span:before {
        background-position: -34px -57px;
    }
    .main-nav .right-nav .cart > a:before,
    .main-nav .right-nav .cart > span:before {
        background-position: -34px -42px;
    }
    /* Fix Ie Edge */
    /*noinspection CssInvalidPseudoSelector*/
    _:-ms-lang(x),
    .main-nav .right-nav .cart > a:before,
    .main-nav .right-nav .cart > span:before {
        background-position: -34px -41px;
    }


    .main-nav [data-pill]:after {
        display: block;
    }

    /* Forms
    ------------------------------------------------------------------------*/
    .std-form .controls {
        margin-right: 80px;
    }
    .std-form .postal-code-city .postal-code .controls {
        margin-right: 0;
    }
    .std-popup .std-form .controls {
        margin-right: 0;
    }

    /* Homepage
    ------------------------------------------------------------------------*/
    .alias_home .header-bar .logo {
        margin-top: 14px;
        margin-bottom: 13px;
        margin-left: 40px;
    }
    .alias_home .top-nav {
        background: #333;
    }
    .alias_home .top-nav a {
        color: #eee;
    }
    .alias_home .top-nav span,
    .alias_home .top-nav a:hover {
        color: #fff;
    }
    .alias_home .top-search {
        display: none;
    }
    .alias_home .main-nav {
        background: rgba(0,0,0,0.15);
        position: relative;
        z-index: 10;
    }

    .alias_home .main-nav .left-nav {
        margin-left: 240px;
    }
    .alias_home .main-nav .right-nav .profile > a,
    .alias_home .main-nav .right-nav .profile > span {
        display: none;
    }
    .alias_home .main-nav .right-nav li ul {
        display: block;
        position: static;
        background: none;
    }
    .alias_home .main-nav .right-nav li ul:before {
        content: none;
    }
    .alias_home .main-nav .right-nav li li {
        float: left;
    }
    .alias_home .main-nav .right-nav li li a,
    .alias_home .main-nav .right-nav li li span {
        width: auto;
        height: auto;
        text-indent: 0;
        line-height: 75px;
    }
    .alias_home .main-nav .right-nav li li a:before,
    .alias_home .main-nav .right-nav li li span:before {
        content:  none;
    }
    .home-search {
        height: 620px;
        line-height: 580px;
        position: relative;
    }

    .home-search .slideshow img {
        display: none;
    }
    .home-search .slideshow video {
        display: block;
    }

    .home-search .home-button-map {
        display: block;
        background: url('../img/btn-map.png') no-repeat;
        width: 200px;
        height: 107px;
        border: 0;
        padding: 0;
        margin: 40px auto 0;
        text-indent: -9999em;
        opacity: 0.8;

        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .home-search .home-button-map:hover {
        opacity: 1;
    }

    .home-search .home-scroll-down {
        display: block;
        background: url('../img/icn-sprite.png') no-repeat 0 0;
        width: 57px;
        height: 27px;
        position: absolute;
        z-index: 3;
        bottom: 10px;
        left: 50%;
        margin-left: -28px;
        text-indent: -9999em;
    }

    .home-new-product-text {
        position: relative;
        font-size: 0;
        padding-right: 100px;
        border: 1px solid #00a676;
    }
    .home-new-product-text-inner {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        padding-right: 29px;
        border: 0;
    }
    .home-new-product-text-arrow {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100px;
    }

    .home-offer-text {
        font-size: 0;
        padding-right: 200px;
        position: relative;
        min-height: 88px;
        line-height: 88px;
    }
    .home-offer-text:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .home-offer-text-inner {
        line-height: 1.5;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }
    .home-offer-text-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 180px;
        height: 100%;
        line-height: 1.5;
        margin: 0;
    }
    .home-offer-text-arrow:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .home-offer-text-arrow-inner {
        line-height: 1.5;
        min-height: 0;
        background: none;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }
    .home-offer-text-arrow-inner:before {
        content: '';
        display: block;
        background: url('../img/icn-arrow_30.png') no-repeat;
        width: 30px;
        height: 21px;
        margin: 0 auto 10px;
    }

    .home-offer .thumb-legend:before,
    .home-offer-img:before {
        border-right-width: 120px;
        border-top-width: 120px;
        width: 120px;
        height: 120px;
    }
    .home-offer .thumb-legend:after,
    .home-offer-img:after {
        width: 120px;
        height: 120px;
        background-image: url('../img/icn-discount.png');
        background-position: 20px 20px;
    }

    .month-selection-list:after {
        content: '';
        display: table;
        clear: both;
    }
    .month-selection-list li {
        float: left;
        width: 25%;
        padding-bottom: 0.83%;
        margin-bottom: 0;
    }
    .month-selection-list li:first-child {
        float: left;
        width: 50%;
    }

    .thumb-legend.video-offer:before {
        border-right-width: 120px;
        border-top-width: 120px;
        width: 120px;
        height: 120px;
    }
    .thumb-legend.video-offer:after {
        width: 120px;
        height: 120px;
        background-image: url('../img/icn-discount.png');
        background-position: 20px 20px;
    }

    .search-results .thumb-legend.video-offer:before {
        border-right-width: 80px;
        border-top-width: 80px;
        width: 80px;
        height: 80px;
    }
    .search-results .thumb-legend.video-offer:after {
        width: 80px;
        height: 80px;
        background-image: url('../img/icn-discount_20.png');
        background-position: 15px 15px;
    }

    /* Content
    ------------------------------------------------------------------------*/
    .action-links a {
        float: none;
        clear: none;
        display: inline-block;
        margin-right: 20px;
    }
    .content-left-col .left-col {
        float: left;
        width: 33.33%;
        padding-right: 95px;
    }
    .content-left-col .block-nav-float {
        float: none;
        width: auto;
    }
    .content-left-col .block-nav li {
        float: none;
        margin: 0;
    }
    .content-left-col .block-nav .active a {
        color: #f44336;
        font-weight: bold;
        border-left: 4px solid #f44336;
        padding-left: 16px;
        padding-right: 20px;
        margin-left: -1px;
        margin-right: -1px;
    }
    .content-left-col .main-col {
        margin-left: 33.33%;
        padding-left: 10px;
    }
    .content-left-col .main-col.main-col-push-header {
        margin-left: 0;
        padding-left: 0;
    }
    .content-left-col .main-col-header {
        margin-left: 0;
        padding-left: 0;
    }
    .content-left-col .main-col-push-header .main-col-header {
        margin-left: 33.33%;
        padding-left: 10px;
    }
    .content-left-col .main-col-body {
        clear: none;
    }
    .content-left-col .main-col-push-header .main-col-body {
        clear: left;
    }

    /* Categories
    ------------------------------------------------------------------------*/
    .list-countries {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        font-size: 0;
    }
    .list-countries ul {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        padding: 0 10px;
        font-size: 14px;
    }

    /* Product detail
    ------------------------------------------------------------------------*/
    .product-section {
        padding-bottom: 0;
    }
    .product-section .add-to-cart {
        position: static;
        margin-left: 50%;
        width: auto;
    }
    .product-info .video-info {
        margin: 0 -10px 20px;
        font-size: 0;
    }
    .product-info .video-info ul {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        font-size: 14px;
    }
    .videos-similar-list li {
        width: 25%;
    }

    /* Search
    ------------------------------------------------------------------------*/
    .search-form .search-filter {
        width: 20%;
    }
    .search-results li {
        width: 33.33%;
    }

    /* Orders
    ------------------------------------------------------------------------*/
    .order-videos-list > ul > li {
        width: 33.33%;
    }

    /* Cart
    ------------------------------------------------------------------------*/
    .cart-content > ul > li {
        width: 33.33%;
    }

    /* Contact
    ------------------------------------------------------------------------*/
    .contact-header .img {
        height: 510px;
    }
    .contact-content {
        width: 660px;
        margin: 0 auto 30px;
    }
    .contact-info {
        float: right;
        width: 180px;
        text-align: left;
    }
    .contact-form {
        margin-right: 200px;
    }
    .contact-form .form-row {
        text-align: right;
    }
    .contact-form .controls {
        text-align: left;
        margin-right: 0;
    }

    /* Register
    ------------------------------------------------------------------------*/
    .register-form .controls {
        margin-right: 0;
    }

    /* How it works
    ------------------------------------------------------------------------*/
    .how-it-works-section .dot-right {
        padding-left: 70px;
    }
    .how-it-works-section .dot-left {
        padding-right: 70px;
    }

    /* Footer
    ------------------------------------------------------------------------*/
    #map-canvas {
        height: 520px;
    }
}

@media (min-width: 1200px) {

    .home-offer-text {
        padding-right: 240px;
    }
    .home-offer-text-inner {
        font-size: 20px;
        line-height: 24px;
    }
    .home-offer-text-arrow {
        width: 220px;
    }
    .home-offer-text-arrow-inner {
        font-size: 16px;
    }

}