@font-face {
  font-family: "Rather Jazzy";
  src: url("../fonts/dd9dc1aa7164407c1be45011b3e988da.eot"); /* IE9*/
  src: url("../fonts/dd9dc1aa7164407c1be45011b3e988da.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/dd9dc1aa7164407c1be45011b3e988da.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/dd9dc1aa7164407c1be45011b3e988da.woff") format("woff"), /* chrome、firefox */
  url("../fonts/dd9dc1aa7164407c1be45011b3e988da.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/dd9dc1aa7164407c1be45011b3e988da.svg#Rather Jazzy") format("svg"); /* iOS 4.1- */
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    height: 100%;
    color: #58595b;
    font-size: 1rem;
    font-family: 'EB Garamond', sans-serif;
    font-weight: normal;
    /*letter-spacing: 0.1em;*/
}

a:link,
a:visited {
    color: #58595b;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #58595b;
}

h1 {
    font-size: 4.2rem;
    color: #58595b;
    margin: 4em 0 0 9%;
    align-self: flex-start;
    font-weight: 100;
}

h3 {
    padding: 7px 0 7px;
    font-size: 2rem;
    font-family: "Rather Jazzy";
    /*letter-spacing: 0.2em;*/
    align-self: flex-start;
    font-weight: 100;
}

.panel0 {
    background: #58595b;
}

.panel-img-0 {
    background-image: url("../img/consultatio-ini.jpg");
    background-size: cover;
    background-position: center center;
}
.panel-img-1 {
    background-image: url("../img/consultatio-manual-03.jpg");
    background-size: cover;
    background-position: center center;
}

.panel-img-2 {
    background-image: url("../img/consultatio-manual-01.jpg");
    background-size: cover;
    background-position: center center;
}

.panel-img-3 {
    background-image: url("../img/consultatio-manual-02.jpg");
    background-size: cover;
    background-position: center center;
}

.panel-img-4 {
    background-image: url("../img/consultatio-manual-04.jpg");
    background-size: cover;
    background-position: center center;
}

.panel-img-5 {
    background-image: url("../img/consultatio-manual-05.jpg");
    background-size: cover;
    background-position: center center;
}

.panel-img-6 {
    background-image: url("../img/consultatio-manual-06.jpg");
    background-size: cover;
    background-position: center center;
}

.panel-img-7 {
    background-image: url("../img/consultatio-manual-07.jpg");
    background-size: cover;
    background-position: center center;
}

.panel1 {
    background: #F7F6EF;
}

.panel2 {
    background: #fff;
}

.panel3 {
    background: #fff;
}

.panel4 {
    background: #cccccc;
}

input+label {
    position: fixed;
    top: 40px;
    right: 40px;
    height: 25px;
    width: 25px;
    z-index: 5;
}

input+label span {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #58595b;
    transition: .5s;
}

input.color+label span {
    background: #fff;
}

input+label span:first-child {
    top: 6px;
}

input+label span:last-child {
    top: 20px;
}

input {
    display: none;
}

input+label:hover {
    cursor: pointer;
}

input:checked+label span {
    opacity: 0;
    top: 50%;
}

input:checked+label span:first-child {
    opacity: 1;
    transform: rotate(45deg);
}

input:checked+label span:last-child {
    opacity: 1;
    transform: rotate(-45deg);
}

input~nav {
    background: rgba(247, 246, 239, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 3;
    transition: .5s;
    transition-delay: .5s;
    overflow: hidden;
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

input~nav>ul {
    position: absolute;
    top: 70px;
    right: 40px;
}

input~nav>ul>li {
    width: 100%;
    display: inline-block;
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
}

input~nav>ul>li>a {
    text-decoration: none;
    display: block;
    padding: 7px 0 7px;
    font-size: 2rem;
    float: right;
    /*letter-spacing: 0.2em;*/
    text-transform: uppercase;
    font-family: "Rather Jazzy";
}

input~nav>ul.color>li>a {
    color: #58595b;
    text-transform: uppercase;
}

input~nav>ul>li>a.active {
    color: #58595b;
}

input:checked~nav {
    height: 100%;
    transition-delay: 0s;
}

input:checked~nav>ul>li {
    opacity: 1;
    transition-delay: .5s;
}
.icons-network {
    position: fixed;
    left: 5%;
    bottom: 5%;
    opacity: 1;
    z-index: 999;
}

.scroll {
    position: fixed;
    text-align: center;
    width: 100%;
    bottom: 5%;
    opacity: 1;
    z-index: 999;
}

.scroll-down {
    position: fixed;
    text-align: center;
    width: 100%;
    bottom: 10%;
    opacity: 1;
    z-index: 999;
}

.scroll img,
.scroll-down img,
.scroll-download img {
    cursor: pointer;
}

video#videobg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    background: url('') no-repeat;
    background-size: cover;
    transition: 1s opacity;
    z-index: -1;
}

.inner {
    width: 60%;
    float: left;
    height: 100%;
    padding: 0 9%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.inner-w {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;*/
}

.center {
    height: 100%;
    justify-content: center;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

img.height {
    height: 160px;
}

.right {
    height: 100%;
    justify-content: flex-end;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 40px;
}

.bg-tranparent {
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}

.bg-tranparent-blue {
    background: rgba(112, 164, 213, 0.6);
    background: -moz-linear-gradient(left, rgba(112, 164, 213, 0.6) 0%, rgba(112, 164, 213, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112, 164, 213, 0.6)), color-stop(100%, rgba(112, 164, 213, 0)));
    background: -webkit-linear-gradient(left, rgba(112, 164, 213, 0.6) 0%, rgba(112, 164, 213, 0) 100%);
    background: -o-linear-gradient(left, rgba(112, 164, 213, 0.6) 0%, rgba(112, 164, 213, 0) 100%);
    background: -ms-linear-gradient(left, rgba(112, 164, 213, 0.6) 0%, rgba(112, 164, 213, 0) 100%);
    background: linear-gradient(to right, rgba(112, 164, 213, 0.6) 0%, rgba(112, 164, 213, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70a4d5', endColorstr='#70a4d5', GradientType=1);
}

.inner .bg-img {}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    opacity: 1 \9;
    /*just in case ie*/
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fade-in.one {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.fade-in.two {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.fade-in.three {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

.fade-in.four {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    animation-delay: .9s;
}

.fade-in.five {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.fade-in.six {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.fade-in.seven {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.fade-in.eight {
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.fade-in.nine {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.fade-in.ten {
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.fade-in.eleven {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

.fade-in.twelve {
    -webkit-animation-delay: 3.3s;
    -moz-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

// Bookblock
.bb-bookblock {
    width: 400px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bb-page {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.bb-vertical .bb-page {
    width: 50%;
    height: 100%;
    left: 50%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.bb-horizontal .bb-page {
    width: 100%;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

.bb-page>div,
.bb-outer,
.bb-content,
.bb-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bb-vertical .bb-content {
    width: 200%;
}

.bb-horizontal .bb-content {
    height: 200%;
}

.bb-page>div {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.bb-vertical .bb-back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bb-horizontal .bb-back {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.bb-outer {
    width: 100%;
    overflow: hidden;
    z-index: 999;
}

.bb-overlay,
.bb-flipoverlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.bb-flipoverlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.bb-bookblock.bb-vertical>div.bb-page:first-child,
.bb-bookblock.bb-vertical>div.bb-page:first-child .bb-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.bb-bookblock.bb-horizontal>div.bb-page:first-child,
.bb-bookblock.bb-horizontal>div.bb-page:first-child .bb-back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}



/* Content display */

.bb-content {
    background: #fff;
}

.bb-vertical .bb-front .bb-content {
    left: -100%;
}

.bb-horizontal .bb-front .bb-content {
    top: -100%;
}



/* Flipping classes */

.bb-vertical .bb-flip-next,
.bb-vertical .bb-flip-initial {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bb-vertical .bb-flip-prev {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.bb-horizontal .bb-flip-next,
.bb-horizontal .bb-flip-initial {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.bb-horizontal .bb-flip-prev {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.bb-vertical .bb-flip-next-end {
    -webkit-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
}

.bb-vertical .bb-flip-prev-end {
    -webkit-transform: rotateY(-165deg);
    transform: rotateY(-165deg);
}

.bb-horizontal .bb-flip-next-end {
    -webkit-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

.bb-horizontal .bb-flip-prev-end {
    -webkit-transform: rotateX(165deg);
    transform: rotateX(165deg);
}

.bb-custom-wrapper h4 {
    font-size: 1.8em;
    margin: 3em 0 0.4em;
    font-weight: 500;
}

.inner h1 {
    color: #58595b;
    margin: 3em 0 0.4em;
}

.inner-w h1 {
    margin: 3em 0 0.4em 9%;
    font-weight: 100;
}

.inner-w.color h1,
.inner-w.color h3 {
    color: #58595b;
}

.inner-w h4 {
    margin: 12em 0 0.4em 9%;
    width: 142px;
    font-size: 1.22em;
    /*letter-spacing: 0.1em;*/
    line-height: 1.1;
    position: absolute;
}

.inner-w h3.fixed {
    margin: 3.5em 0 0.4em 9%;
    position: fixed;
    text-transform: uppercase;
}

.inner-w h3 {
    top: 3.5em;
    left: 5%;
    margin: 0;
    text-transform: uppercase;
}

.bb-custom-side h3 {
    position: absolute;
    top: 3em;
    padding: 0;
    font-size: 2rem;
    font-family: "Rather Jazzy";
    /*letter-spacing: 0.2em;*/
    align-self: flex-start;
    text-transform: uppercase;
}

.bb-custom-side p {
    /*font-size: 1.32em;
    letter-spacing: 0.1em;*/
    line-height: 1.1;
    align-self: center;
    margin-bottom: 1rem;
}

.bb-custom-side.baseline {
    align-items: baseline !important;
}

@media screen and (max-width: 61.75em) {
    .bb-custom-side {
        font-size: 70%;
    }
}

@media screen and (max-width: 33em) {
    .bb-custom-side {
        font-size: 60%;
    }
}
strong {
    font-weight: 700;
}
h2 {
    margin-bottom: 1rem;
    font-family: "Rather Jazzy";
    font-size: 1.5rem;
}
.img-max {
    max-width: 100%;
}
.bb-custom-side {
    width: 50%;
    padding: 5%;
    float: left;
    height: 100%;
    align-items: center;
    display: flex;
}

.bb-custom-side img {
    justify-content: center;
    }

.bb-custom-side.padding-text {
    padding: 5%;
}
.bb-custom-side.bg {
    background: #F7F6EF;
}
.bb-custom-side.bg p {
    font-size: 1.5rem;
    text-align: center;
    color: #C1C2C3;
}

.bb-item {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    background: #fff;
}

.bb-item.block {
    display: block !important;
}
.bb-custom-wrapper .bb-bookblock {
    width: 100%;
    height: 100%;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.bb-custom-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.padding-row {
    padding: 5%;
}


.row {
  margin: 0.5rem -0.5em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.col {
  margin: 0;
  padding: 0.5em 10px;
  box-sizing: border-box;
}

/* nested grids */
.row .row, .row.nested {
  flex: 1 1 auto;
  margin-top: -0.5em;
}

/* full width grids */
.row.wide-fit {
  margin-left: -10px;
  margin-right: -10px;
}

/* center grids */
.row.center {
  justify-content: center;
}

.center .col {
  flex-grow: 0;
  flex-shrink: 0;
}

/* columns widths */

.col-span-1 {
  flex-basis: 8.3333%;
}

.col-span-2 {
  flex-basis: 16.6666%; 
}

.col-span-3 {
  flex-basis: 25%;
}

.col-span-4 {
  flex-basis: 33.3333%;
}

.col-span-5 {
  flex-basis: 41.6666%;
}

.col-span-6 {
  flex-basis: 50%;
}

.col-span-7 {
  flex-basis: 58.3333%;
}

.col-span-8 {
  flex-basis: 66.6666%;
}

.col-span-9 {
  flex-basis: 75%;
}

.col-span-10 {
  flex-basis: 83.3333%;
}

.col-span-11 {
  flex-basis: 91.6666%;
}

.col-span-12 {
  flex-basis: 100%;
}

/* examples */

.fixed-width {
  flex: 0 0 500px;
  background-color: rgba(255,0,0,0.1) !important;
}

@media all and (max-width: 568px) {
  .col-span-1,
  .col-span-2,
  .col-span-3,
  .col-span-4,
  .col-span-5 {
    flex-basis: 50%;
  }

  .col-span-6,
  .col-span-7,
  .col-span-8,
  .col-span-9,
  .col-span-10,
  .col-span-11 {
    flex-basis: 100%;
  }

  .nested .col {
    flex-basis: 100%;
  }
  
}






.right.mobile {
    display: none;
}

.right.desktop {
    display: flex;
}

.circle_01,
.circle_02,
.circle_03 {
    justify-content: space-around;
    margin-left: 30px;
}

.colors {
    display: flex;
    margin-right: 50px;
}

.circle_01 ul,
.circle_02 ul,
.circle_03 ul {
    width: 100%;
    margin-left: 50%;
    padding-left: 12px;
    list-style-type: initial;
    padding-bottom: 20px;
}

.circle_01 ul li,
.circle_02 ul li,
.circle_03 ul li {
    padding: 4px 0;
    font-size: 12px;
}

.circle_01 ul li:first-child,
.circle_02 ul li:first-child,
.circle_03 ul li:first-child {
    font-family: 'Graphik';
    font-weight: 500;
    font-size: inherit;
}

.circle_01 ul:before,
.circle_02 ul:before,
.circle_03 ul:before {
    content: "";
    position: absolute;
    border-left: 1px solid #58595b;
    height: 72px;
    margin-left: -13px;
    margin-top: 10px;
}

.circle_01 {
    margin-top: 0;
}

.circle_02 {
    margin-top: -15px;
}

.circle_03 {
    margin-top: 50px;
}

.circle_01 ul:before {
    height: 110px;
}

.circle_02 ul:before {
    height: 90px;
}

.circle_03 ul:before {
    height: 110px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.main {
    margin: 5%;
}

@media (min-width: 426px) and (max-width: 1024px) {
    .center {
        margin-left: 20%;
        width: 80%;
    }
    .center.exact {
        margin-left: 0;
        width: 100%;
    }
    .right {
        height: auto;
        margin-left: 20%;
        margin-top: 10%;
    }
    .bb-custom-side {
    padding: 5% 5%;
    }
    .scroll-down {
    bottom: 15%;
    }
    .inner {
    padding: 0 5%;
    }
    .inner h1 {
    margin: 2em 0 0.4em;
    }
    h1 {
    font-size: 2.7rem;
    }
    .inner-w h3 {
    top: 1.5em;
    left: 5%;
    }
    .inner-w h1 {
    margin: 2em 0 0.4em 5%;
    }
    .inner-w h4 {
    margin: 6em 0 0.4em 5%;
    }
    img.height {
    height: 90px;
    }
    .colors {
    display: flex;
    margin-right: 0;
    width: 100%;
    }
    .circle_01, .circle_02, .circle_03 {
    justify-content: space-between;
    margin-left: 0;
}
    #consultatio_colors_01,
    #consultatio_colors_02,
    #consultatio_colors_03 {
        width: 95%;
    }
    .circle_02 {
    margin-top: 0;
    }
    .circle_03 {
    margin-top: 0;
}
.circle_01 ul, .circle_02 ul, .circle_03 ul {
    width: auto;
    margin-left: 20%;
    padding-left: 15px;
    list-style-type: initial;
    padding-bottom: 0;
    font-size: small;
}
}

@media screen and (max-width: 425px) {
    .right {
        margin-right: 0;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }

    .circle_01 ul:before,
    .circle_02 ul:before,
    .circle_03 ul:before {
        height: auto;
    }

    .circle_01,
    .circle_02,
    .circle_03 {
        display: -webkit-flex;
        -webkit-flex-direction: row-reverse;
        display: flex;
        flex-direction: row-reverse;
    
        margin: 0;
    }
    .circle_01 ul,
    .circle_02 ul,
    .circle_03 ul {}
    .wrapper_circle_01 {
        display: block;
    }
    .circle_01 img,
    .circle_02 img,
    .circle_03 img {
        width: 100px;
        float: left;
    }
    .logo {
        width: 250px;
    }
    .logo-extended {
        width: 300px;
    }
    .letters {
        width: 100%;
        margin-top: 11rem;
    }
    .letters svg {
        width: 260px !important;
        margin-left: 30px;
    }
    .logo svg {
        width: 250px !important;
    }
    .logo-extended svg {
        width: 300px !important;
    }
    .lang {
        margin: 25px 0 0 30px;
        z-index: 2;
        color: #58595b;
        position: fixed;
        /**/
        top: 0;
    }
    .lang a {
        color: #58595b;
    }
    input~nav {
        background: transparent;
    }
    input.color+label span {
        background: #58595b;
    }
    input+label {
        top: 17px;
        right: 30px;
    }
    .menu:before {
        display: block;
        content: "";
        position: fixed;
        height: 60px;
        width: 100%;
        background: #cccccc;
        z-index: 1;
        border-bottom: 1px solid #ffffff;
    }
    .inner-w h1,
    .inner h1 {
        font-size: 1.9em;
    }
    .inner {
        width: 100%
    }
    .inner-w h1 {
        margin: 3em 0 0.4em 9%;
    }
    .inner-w h3 {
        z-index: 2;
        text-transform: uppercase;
        position: absolute;
        top: 15px;
        left:  9%;
    }
    .inner-w.color h3 {
        color: #58595b;
    }
    .inner-w h4 {
        margin: 4em 9% 0.4em 9%;
        text-transform: none;
        width: auto;
        font-weight: 500;
    }
    .inner-w h5 {
        margin: 7em 9% 0.4em 9%;
        text-transform: none;
        width: auto;
        font-size: 18px;
        line-height: 1.3;
    }
    .right.desktop {
        display: none;
    }

    .right.mobile {
        display: flex;
    }
    input~nav>ul {
        position: absolute;
        top: 60px;
        right: inherit;
        left: 0;
        width: 100%;
        background: #e2e3e4;
    }
    input~nav>ul>li {
        padding: 5px 9%;
        display: flex;
        border-bottom: 1px solid #ffffff;
        color: #58595b;
    }
    input~nav>ul>li a {
        color: #58595b !important;
        text-transform: capitalize !important;
        font-size: 27px;
        width: 100%;
    }
    /*
input~nav>ul>li a:before {
    content: ">";
    float: right;
    padding-right: 0;
}
*/
    input~nav>ul>li a:before {
        content: "";
        position: absolute;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #58595b;
        margin-top: 5px;
        right: 10px;
        margin-right: 25px;
    }
    input~nav>ul>li a:after {
        content: "";
        position: absolute;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #e2e3e4;
        margin-top: 5px;
        right: 11px;
        margin-right: 25px;
    }
    .panel-img-4 {
        display: none;
    }
    .panel-img-5 {
        display: none;
    }
    .panel-img-6 {
        display: none;
    }
    .bb-custom-side {
        width: 100%;
    }
    .circle_01 ul:before,
    .circle_02 ul:before,
    .circle_03 ul:before {
        content: "";
        position: absolute;
        border-left: none;
        height: auto;
        margin-left: 0;
        margin-top: 0;
    }
    .circle_01 ul,
    .circle_02 ul,
    .circle_03 ul {
        width: 60%;
        margin-left: 0;
        padding-left: 0;
        list-style-type: initial;
        padding-bottom: 0;
    }
    .circle_01 svg,
    .circle_02 svg,
    .circle_03 svg {
        width: 80px;
        height: auto;
        margin-right: 10px;
        margin-bottom: 30px;
    }
    .colors {
        display: block;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        margin-top: 3rem;

    }
}
#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    background: url(../img/preloader.gif) center center no-repeat;
    background-size: 120px 120px;
}
/* Blue Glow Fix
-------------------------------------------------- */
input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='checkbox'],
textarea {
outline: none;
box-shadow:none !important;
}

a:focus,
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
  outline:0px !important;
  -webkit-appearance:none;
}

input[type='checkbox'] {
  -webkit-appearance:checkbox !important;
      margin-right: 5px;
}
input[type='checkbox']:hover {
  -webkit-appearance:checkbox !important;
}
input[type='radio'] {
  -webkit-appearance:radio !important;
      margin-right: 5px;
}
input[type='radio']:hover {
  -webkit-appearance:radio !important;
}
.w-100 {
    width: 90%;
}
/*Form*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.form-group {
    margin-bottom: 15px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

textarea.form-control {
    height: auto;
}



.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.btn-default {
    border: 1px solid #58595b;
    color: #58595b;
    background-color: transparent;
    margin-bottom: 30px;
}