/*
fTheme Name:         Demo HTML5 Template
Theme URI:         
Author:             
Author URI:         
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:        DemoTheme
Domain Path:        /languages/
*/

/* =======================

CSS Style Structure
- Base Style
- Header
    - Navigation
    - Slide
- Footer

=======================*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0 !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
p{
    color: #363636;
    font-weight: 400;
    line-height: 25px;
}
img{
    max-width: 100%;
    height: auto;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clear {
    clear: both;
    float: none;
}
.clearfix::before, .clearfix::after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix::after {
    clear: both;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}

/* WordPress Core */
.alignnone {
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 1.5em;
    margin: 0;
    padding: 0 4px 5px;
}
img.wp-smiley {
    vertical-align: middle;
}
a:hover{
    text-decoration: none;
}
/******************************************/
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    direction: ltr;
}
.container{
  max-width: 1500px;
  margin:0 auto;
  padding: 0 15px;
}
.banner-page-img img{
    width:100%;
}
.about-brand-page {
    padding: 110px 0 170px;
}
.left-about-page{
    float: left;
    width: 52%;
}
.right-about-page {
    float: left;
    margin-top: 0;
    max-width: 100%;
    width: 45%;
    max-width: 580px;
    margin-top: 22px;
}
.right-about-page h1{
    font-family: 'MontserratUltra';
    color: #000;
    font-weight: 700;
    font-size: 60px;
    margin:0 0 18px;
    text-transform: uppercase;
}
.right-about-page h1 span {
    display: block;
}
.right-about-page h1 span{
    font-weight:300;
}
.right-about-page p {
    color: #4d4d4f;
    font-size: 19px;
    font-weight: 400;
    margin: 10px 0 20px;
    line-height: 34px;
}
/********************/
h2.title-range {
    font-size: 60px;
    color: #000;
    font-family: 'MontserratUltra';
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
h2.title-range span {
    font-weight: 300;
}
.list-range {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.item-range {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 40px auto;
}
.item-range .item-cat-popup {
    width: 100%;
    margin: 0;
}
.item-cat-popup {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin: 0 2% 130px;
}
.item-cat-popup a {
    display: block;
}
.item-cat-popup img {
    display: block;
    margin: 0 auto;
}
.item-cat-popup span.name-sano {
    display: block;
    color: #000000;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'MontserratUltra';
    font-size: 40px;
    margin-top: 30px;
}
.item-range .item-cat-popup span.name-sano b {
    font-weight: 700;
}
.item-range .excerpt-range {
    color: #4d4d4f;
    font-weight: 400;
    font-size: 19px;
    max-width: 400px;
    margin: 10px auto;
    display: block;
    line-height: 30px;
}
.top-btn-video {
    margin: 115px 0 110px;
    text-align: center;
}
.btn-download-product {
    width: 460px;
    height: 170px;
    border: 2px solid #000000;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-family: 'MontserratUltra';
    font-size: 40px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    border-radius: 82px;
    line-height: 42px;
    padding: 41px 0 0;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin: 0 30px;
}
.btn-download-product.hover {
    background: #000;
    color: #fff;
}
.cat-list-page .btn-download-product:hover {
    background: #000;
    color: #fff;
}
.btn-download-product.hover:hover {
    background: #fff;
    color: #000;
}
.instagram-feed {
    max-width: 1240px;
    margin: 80px auto;
}
.instagram-feed img {
    display: inline-block;
    vertical-align: top;
    margin: 15px 1%;
    width: 30.33%;
}
/**********************/
.list-page .top-contact {
    position: relative;
}
.list-page .content-contact {
    position: absolute;
    left: 0;
    bottom: 60px;
}
.content-contact {
    float: left;
    width: 50%;
}
.top-contact h2 { 
    color: #000;
    margin: 0;
    font-size: 75px;
    font-weight: 700;
    font-family: 'MontserratUltra';
    text-transform: uppercase;
    line-height: 80px;
}
.top-contact h2 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.list-page .img-contact {
    text-align: center;
    margin-bottom: 20px;
}
.img-contact {
    float: right;
    width: 50%;
    text-align: right;
}
.form-contact{
    margin-bottom: 50px;
}
.left-form {
    width: 49%;
    float: left;
}
.right-form {
    width: 49%;
    float: right;
}
.form-contact .right-form label, .form-contact .left-form label {
    display: none;
}
.form-contact form input[type="email"], .form-contact form input[type="text"] {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 64px;
    line-height: 64px;
    color: #808080;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 0 15px;
    text-align: left;
}
.form-contact form textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 230px;
    line-height: 60px;
    color: #808080;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 0 15px;
    resize: none;
    text-align: left;
}
.sendmail {
    position: relative;
    display: inline-block;
    float: right;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.sendmail:before {
    position: absolute;
    content: "it";
    font-size: 35px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    right: 26px;
    top: 11px;
    z-index: 9;
    text-transform: uppercase;
}
.form-contact form input[type="submit"] {
    font-family: 'MontserratUltra';
    width: 190px;
    height: 65px;
    line-height: 65px;
    color: #000;
    border: 1px solid #000;
    background: #fff;
    font-size: 36px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 700;
    float: right;
    text-align: left;
    padding-left: 26px;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.sendmail:hover {
    color: #fff;
}
.sendmail:hover:before {
    color: #fff;
}
.form-contact .sendmail:hover input[type="submit"] {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
/*******************/
.fancybox-content {
    max-width: 1450px;
    text-align: center;
}
.fancybox-content h3 {
    color: #8b8b8b;
    font-weight: 300;
    font-size: 44px;
    text-transform: uppercase;
    font-family: 'MontserratUltra';
    margin: 0;
}
.content-cat {
    max-width: 990px;
    margin: 0 auto;
}
.fancybox-content p {
    color: #4d4d4f;
    font-weight: 400;
    font-size: 19px;
}
.list-product-child {
    position: relative;
    text-align: center;
}
.item-child-product {
    display: inline-block;
    vertical-align: top;
    width: 21.5%;
    margin: 30px 1.5%;
    min-width: 300px;
}
.item-child-product span.thumb-cat {
    height: 250px;
    display: flex;
    align-items: flex-end;
}
.item-child-product span.thumb-cat img {
    display: block;
    margin: 0 auto;
}
.item-child-product h4 {
    font-family: 'MontserratUltra';
    font-size: 16px;
    color: #4d4d4f;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 230px;
    line-height: 24px;
    margin: 20px auto 0;
    position: relative;
    padding-top: 20px;
}
.item-child-product h4:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 120px;
    height: 4px;
    background: #4d4d4f;
    margin: 0 auto;
    content: "";
}
.item-child-product p {
    font-size: 16px;
    line-height: 25px;
    margin: 4px 0 0;
}
.fancybox-content p {
    color: #4d4d4f;
    font-weight: 400;
    font-size: 19px;
}
.link-more-child {
    display: block;
    max-width: 350px;
    height: 48px;
    font-size: 30px;
    color: #000000;
    border: 2px solid #000;
    border-radius: 25px;
    text-align: center;
    font-family: 'MontserratUltra';
    font-weight: 300;
    text-transform: uppercase;
    margin: 35px auto;
    line-height: 48px;
    padding: 0 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.link-more-child span {
    font-weight: 700;
}
.link-more-child:hover {
    color: #fff;
    background-color: #000;
}
.fancybox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 26px;
    height: 36px;
    background: url(img/close.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.25);
}
.list-page .form-contact form input.error, 
.list-page .form-contact form textarea.error{
    border: 2px solid #e20813!important;
}
.list-page .form-contact form input.error:focus,
.list-page .form-contact form textarea.error:focus{
    border: 2px solid #e20813!important;
}
.list-page .form-contact form  p {
    position: relative;
}
.list-page .form-contact form label.error {
    position: absolute;
    top: 10px;
    left: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    background: #fff;
    color: #e20813;
    height: 40px;
    margin: 0;
    width: 90%;
    line-height: 40px;
}
.right-form{
    position: relative;
}
.fancybox-inner::-webkit-scrollbar-track
{
  background-color: #e40613;
}

.fancybox-inner::-webkit-scrollbar
{
  width:0;
  background-color: #eee;
}

.fancybox-inner::-webkit-scrollbar-thumb
{
  background-color: #eee;
}
#error-form h3 {
    margin: 0;
    font-size: 16px;
    color: red;
}
#thankyou h3 {
    margin: 0;
    font-size: 16px;
    color: #168808;
}
/************************/
@media screen and (max-width: 1860px){
.btn-download-product {
    width: 370px;
    height: 110px;
    font-size: 30px;
    padding: 12px 4px 0;
}
}
@media screen and (max-width:1700px) {
h2.title-range {
    font-size: 50px;
}
.item-cat-popup .thumb-img {
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}
.item-range .item-cat-popup .thumb-img, .item-cat-popup .thumb-img {
    height: 280px;
}
.item-cat-popup img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    height: auto;
    width: auto;
}
.top-contact h2 {
    font-size: 50px;
    line-height: 50px;
}
.form-contact form input[type="email"], .form-contact form input[type="text"] {
    margin-bottom: 15px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 15px;
}
.form-contact form textarea {
    height: 165px;
    font-size: 16px;
    padding: 0 15px;
}
.form-contact form input[type="submit"] {
    width: 145px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}
.sendmail:before {
    font-size: 23px;
    top: 8px;
}
.list-page .form-contact form label.error {
    top: 3px;
}
}
@media screen and (max-width: 1600px){
.right-about-page h1 {
    font-size: 45px;
}
.right-about-page p {
    font-size: 17px;
    line-height: 29px;
}
}
@media screen and (max-width: 1580px){
h2.title-range {
    font-size: 40px;
}
.list-range {
    max-width: 1200px;
    margin: 0 auto;
}
.instagram-feed {
    max-width: 1000px;
}
.top-contact h2 {
    font-size: 40px;
    line-height: 44px;
}
}
@media screen and (max-width: 1450px){
.container {
    max-width: 1100px;
}
.left-about-page{
    width: 45%;
}
.right-about-page{
    float: right;
    width: 50%;
}
.item-range .item-cat-popup .thumb-img, .item-cat-popup .thumb-img {
    height: 230px;
}
.item-cat-popup span.name-sano {
    font-size: 36px;
    margin-top: 20px;
}
}
@media screen and (max-width: 1400px){
.right-about-page h1 {
    font-size: 40px;
}
.item-cat-popup .thumb-img {
    max-width: 295px;
}
}
@media screen and (max-width: 1300px){
.container {
    max-width: 1050px;
}
}
@media screen and (max-width: 1270px){
.right-about-page p {
    font-size: 15px;
    margin: 10px 0;
    line-height: 25px;
}
h2.title-range {
    font-size: 35px;
}
.top-btn-video {
    margin: 80px 0;
}
.btn-download-product {
    width: 370px;
    height: 110px;
    font-size: 27px;
    line-height: 36px;
    margin: 2px 5px;
}
.fancybox-content p {
    font-size: 16px;
    line-height: 26px;
}
}
@media screen and (max-width: 1024px){
.container {
    max-width: 940px;
}
}
@media screen and (max-width: 1020px){
.item-cat-popup img {
    max-width: 270px;
    max-height: 200px;
    margin: 0 auto;
}
}
@media screen and (max-width: 992px){
.item-range .item-cat-popup .thumb-img {
    height: 250px;
}
}
@media screen and (max-width: 970px){
.about-brand-page {
    padding: 0;
    margin: 30px 0;
}
.left-about-page {
    width: 100%;
    float: none;
    max-width: 600px;
    margin: 0 auto;
}
.right-about-page {
    float: none;
    width: 100%;
    max-width: 100%;
}
.inner-contact {
    padding: 60px 60px 0 60px;
}
.list-page .content-contact {
    position: inherit;
    left: 0;
    bottom: 20px;
    right: 0;
    text-align: center;
}
.right-about-page h1 span {
    display: inline-block;
}
.top-contact h2 {
    font-size: 40px;
    line-height: 40px;
}
.content-contact, .img-contact, .left-form, .right-form {
    float: none;
    width: 100%;
}
.sendmail {
    float: none;
}
.img-contact, .right-form {
    text-align: center;
}
.item-cat-popup span.name-sano {
    font-size: 30px;
}
}
@media screen and (max-width: 850px){
.btn-download-product {
    width: 260px;
    height: 80px;
    font-size: 20px;
    line-height: 24px;
    margin: 5px 1px;
    padding: 15px 0 0;
}
.item-child-product {
    width: 29%;
    margin: 30px 1.5%;
}
.fancybox-content {
    padding: 30px 5px;
}
}
@media screen and (max-width: 800px){
.item-cat-popup img {
    max-height: 180px;
}
}
@media screen and (max-width: 767px){
.left-about-page{
    display: none;
}
.instagram-feed img {
    margin: 1%;
}
}
@media screen and (max-width: 730px){
.item-cat-popup img {
    width: auto;
    max-width: 220px;
}
.item-range .item-cat-popup .thumb-img {
    height: 200px;
}
}
@media screen and (max-width: 680px){
.item-cat-popup img {
    max-width: 100%;
    max-width: 180px; 
}
}
@media screen and (max-width: 640px){
.item-child-product {
    width: 46%;
    margin: 20px 1.5%;
    min-width: auto;
}
.top-btn-video {
    margin: 40px 0;
}
.item-cat-popup span.name-sano {
    font-size: 24px;
}
.instagram-feed {
    margin: 40px auto 35px;
}
}
@media screen and (max-width: 540px){
.btn-download-product {
    margin: 10px 0;
}
.inner-contact {
    padding: 30px 0 0;
}
.item-child-product {
    width: 100%;
    margin: 20px 0;
}
.fancybox-content h3 {
    font-size: 22px !important;
}
.link-more-child {
    font-size: 18px;
    padding: 0;
}
}
@media screen and (max-width: 490px){
.item-range {
    width: 100%;
    margin: 10px 0;
}
.item-cat-popup img {
    width: auto;
    max-width: 100%;
}
.item-child-product span.thumb-cat {
    height: auto;
}
}
@media screen and (max-width: 420px){
h2.title-range, .right-about-page h1 {
    font-size: 35px;
}
.top-contact h2 {
    font-size: 30px;
    line-height: 40px;
}
}