/*------------------------------------------------------------------
Project:	Antro -  Creative Showcase Portfolio Template
Version:	1.0
Last change:	12/03/2021
Assigned to:	www.ClaPat.com
Primary use:	Showcase Portfolio
-------------------------------------------------------------------*/

@import url("css/content.css");
@import url("css/showcase.css");
@import url("css/portfolio.css");
@import url("css/shortcodes.css");
@import url("css/assets.css");


/*------------------------------------------------------------------

01. General Styles
02. Magic Cursor
03. Page Preloader
04. Header Elements
05. Main Content
06. Footer Elements
07. Responsive Media Querries

-------------------------------------------------------------------*/


/*--------------------------------------------------
	01. General Settings
---------------------------------------------------*/

html,body{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size:17px;
    height:100%;
    width:100%;
    color:#222;
    background-color:#fff;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

html {
    box-sizing: border-box;
    margin-right: 0px!important;
    overflow: visible!important;
}

body {
    overflow: hidden;
    overflow-y:scroll;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out 0.2s;
}

body.smooth-scroll {
    overflow:hidden;
}

body.hidden {
    opacity:0;
}

main {
    -webkit-transition: background 0.5s ease-in-out 0s;
    transition: background 0.5s ease-in-out 0s;
}

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

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

audio {
    display: inline-block;
    max-width: 100%;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 600;
    color:#000;
}

.light-content b, .light-content strong {
    font-weight: 600;
    color:#fff;
}

.light-content .white-section b, .light-content .white-section strong {
    font-weight: 600;
    color:#000;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark, ins {
    background: none repeat scroll 0 0 #111;
    text-decoration: none;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    border-radius: 2px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    quotes: none;
}

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

blockquote {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 24px;
    font-family:Georgia, "Times New Roman", Times, serif;
    border-left:2px #ddd solid;
    padding:20px 20px 20px 40px;
    letter-spacing: 0.01em;
}

.light-content blockquote {
    color: #fff;
}

blockquote span {
    display:block;
    margin-top:20px;
    font-weight:400;
    font-size:12px;
    font-style:normal;
    font-family: Verdana,Geneva,sans-serif;
    color:#999;
}

blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.light-content blockquote cite, .light-content blockquote small {
    color:#fff;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 10px 0 0 20px;
}

li {
    line-height: 20px;
    color:#222;
    /* margin-bottom:10px; */
}

.light-content li {
    color:#fff;
}

figure {
    margin:0;
    position:relative;
    display: block;
}

figure.has-parallax {
    overflow:hidden;
}

.full figure.has-parallax {
    overflow:hidden;
    height:100vh;
}

figure img {
    max-width:100%;
}

.full img {
    width:100%;
    height: 100%;
    position:relative;
    display:block;
    object-position: center;
    object-fit: cover;
}

.has-parallax-content img {
    width:100%;
    height: 100%;
    position:relative;
    display:block;
    object-position: center;
    object-fit: cover;
}

figcaption {
    background-color: rgba(0,0,0,0.3);
    bottom: 0px;
    color: #fff;
    font-weight:400;
    font-size: 10px;
    padding: 5px 10px;
    position: absolute;
    right: 0px;
    z-index: 10;
    border-radius:0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 0;
}

legend {
    white-space: normal;
}

button,	input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.light-content table, .light-content th, .light-content td {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    padding: 10px;
}

td {
    border-width: 0 1px 1px 0;
    padding: 10px;
}

del {
    color: #767676;
}

hr {
    border: 0;
    height: 30px;
    width:100%;
    float:none;
    margin:0;
    display:inline-block;
    opacity: 1!important;
    -webkit-transition: translateY(0px)!important;
    transform: translateY(0px)!important;
}

hr.white-line {
    height:2px;
    padding-top:12px;
    padding-bottom:12px;
}

hr.white-line:before {
    content: "";
    display: block;
    width:0;
    height:2px;
    background:rgba(0,0,0,1);
}

.light-content hr.white-line:before, .dark-section hr.white-line:before {
    background:rgba(255,255,255,1);
}

.light-content .light-section hr.white-line:before {
    background:rgba(0,0,0,1);
}

hr.animated.white-line:before {
    width:100%;
    -webkit-transition: width 0.7s ease-in-out 0.1s;
    transition: width 0.7s ease-in-out 0.1s;
}

hr.small {
    height:20px;
}

hr:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
    height:auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', cursive;
    font-weight:500;
    color:#000;
    margin-bottom:20px;
}

h1.big-title{
    font-size:100px;
    line-height: 130px;
    margin-left:-4px;
}

h1.big-title span {
    display:block;
}

h1{
    font-size:60px;
    line-height:60px;
}

h2{
    font-size: 48px;
    line-height: 48px;
}

h3{
    font-size:36px;
    line-height: 38px;
    margin-left:-1px;
}

h4{
    font-size:24px;
    line-height: 26px;
    margin-left:-1px;
}

h5{
    font-size:18px;
    line-height: 20px;
    margin-left:-1px;
}

h6{
    font-size:14px;
    line-height: 16px;
}

.no-margins {
    margin:0;
}

.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
    color: #fff;
}

.light-content .light-section h1, .light-content .light-section h2, .light-content .light-section h3, .light-content .light-section h4, .light-content .light-section h5, .light-content .light-section h6 {
    color: #000;
}

p {
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 35px;
    color:#222;
    line-height: inherit;
}

.light-content p, .dark-section p {
    color:#ddd;
}

.light-content .light-section p {
    color:#222;
}

.bigger {
    font-size: 18px;
    font-weight: 400;
    line-height:30px;
    color:#222;
}

.smaller {
    font-size: 12px;
}

.container {
    max-width:1280px;
    width:100%;
    margin:0 auto;
    box-sizing:border-box;
}

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

a:hover, a:active {
    outline: 0;
    color: #000;
}

a {
    text-decoration: none !important;
    color: #000;
    outline: 0;
}

.light-content a {
    color: #fff;
   /* margin-bottom: 3rem;*/
}
.hero-title span{
    color:#fff;
}
a:hover {
    text-decoration:none;
}

.one_half {
    width: 48%!important;
}

.one_third {
    width: 30.6%!important;
}

.one_fourth {
    width: 22%!important;
}

.one_fifth {
    width: 16.8%!important;
}

.one_sixth {
    width: 13.33%!important;
}

.two_fifth {
    width: 37.6%!important;
}

.two_fourth {
    width: 48%!important;
}

.two_third {
    width: 65.33%!important;
}

.three_fifth {
    width: 58.4%!important;
}

.three_fourth {
    width: 74%!important;
}

.four_fifth {
    width: 79.2%!important;
}

.five_sixth {
    width: 82.67%!important;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left!important;
    margin-bottom: 10px!important;
    margin-right: 4%!important;
    position: relative!important;
}

.last {
    margin-right:0px!important;
}

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

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

.text-align-right {
    text-align:right;
}

.outer {
    display:table;
    width:100%;
    height:100%;
}

.inner {
    display:table-cell;
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.light-section-wrapper, .dark-section-wrapper {
    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    max-width: 1000%!important;
    width: 100vw!important;
}

.light-section-container, .dark-section-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.content-row {
    position:relative;
    width:100%;
    margin:0 auto;
    z-index:1;
    opacity:1;
    box-sizing:border-box;
}

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

.small {
    max-width:780px;
    width:100%;
    margin:0 auto;
}

.large {
    max-width:1380px;
    width:100%;
    margin:0 auto;
}

.full {
    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    max-width: 1000%!important;
    width: 100vw!important;
}

.row_padding_top {
    padding-top:8vw;
}

.row_padding_bottom {
    padding-bottom:8vw;
}

.row_padding_left {
    padding-left:60px;
}

.row_padding_right {
    padding-right:60px;
}

.row_padding_all {
    padding-top: 1vw;
    padding-bottom: 4vw;
    padding-left: 60px;
    padding-right: 60px;
}

#rotate-device {
    width:100%;
    height:100%;
    position:fixed;
    z-index:1000;
    top:0;
    left:0;
    background-color:#0f1010;
    background-image:url(/images/pictos/rotate.png);
    background-size:100px 100px;
    background-position:center;
    background-repeat:no-repeat;
    display:none;
}

/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/


#magic-cursor {
    position: absolute;
    left:0;
    top:0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index:10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.hidden-ball #magic-cursor {
    opacity:0!important;
    visibility:hidden;
}

#ball {
    position: fixed;
    width: 80px;
    height: 80px;
    border: 2px solid #999999;
    border-radius: 50%;
    pointer-events: none;
    opacity:1;
    box-sizing:border-box;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.mfp-zoom-out-cur #ball {
    opacity:0;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

.light-content #ball, #ball.over-movie,  .light-content #ball.with-icon {
    border: 2px solid #999999;
    border-color:#999999;
}

#ball:before {
    font-family: FontAwesome;
    content: "\f077";
    font-size:12px;
    width:8px;
    height:16px;
    line-height:26px;
    text-align:center;
    position:absolute;
    left: 32px;
    top: -42px;
    color:#999;
    opacity:0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before {
    color:#999;
}

#ball::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 12px;
    width: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 32px;
    top: 100px;
    color: #999;
    opacity:0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before, .light-content #ball:after {
    color:#999;
}

.scale-up #ball:before, .scale-drag-horizontal #ball:before {
    opacity:1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:before {
    color: #fff;
}

.scale-up #ball:after, .scale-drag-horizontal #ball:after {
    opacity:1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:after {
    color: #fff;
}

.scale-up.scale-none #ball:before, .scale-up.scale-none #ball:after {
    opacity:0;
}

#ball-drag-x {
    position: absolute;
    width: 72px;
    height: 72px;
    pointer-events: none;
    opacity:1;
    box-sizing:border-box;
}

#ball-drag-x:before {
    font-family: FontAwesome;
    content: "\f053";
    font-size:12px;
    width:8px;
    height:16px;
    line-height:26px;
    text-align:center;
    position:absolute;
    left: -40px;
    top: 24px;
    color:#000;
    opacity:0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before {
    color:#fff;
}

#ball-drag-x::after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 12px;
    width: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    right: -39px;
    left:auto;
    top: 30px;
    color: #000;
    opacity:0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before, .light-content #ball-drag-x:after {
    color:#fff;
}

.drag-cursor-white #ball-drag-x:before, .drag-cursor-white #ball-drag-x:after {
    color:#fff;
}

.drag-cursor-black #ball-drag-x:before, .drag-cursor-black #ball-drag-x:after {
    color:#000;
}

.scale-drag-x #ball-drag-x:before {
    opacity:1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-x #ball-drag-x:after {
    opacity:1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-x:before, .scale-up.scale-drag #ball-drag-x:after {
    opacity:0;
}

#ball-drag-y {
    position: absolute;
    width: 72px;
    height: 72px;
    pointer-events: none;
    opacity:1;
    box-sizing:border-box;
}

#ball-drag-y:before {
    font-family: FontAwesome;
    content: "\f077";
    font-size:12px;
    width:8px;
    height:16px;
    line-height:26px;
    text-align:center;
    position:absolute;
    left: 32px;
    top: -42px;
    color:#000;
    opacity:0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:before {
    color:#fff;
}

#ball-drag-y::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 12px;
    width: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 32px;
    top: 100px;
    color: #000;
    opacity:0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:before, .light-content #ball-drag-y:after {
    color:#fff;
}

.scale-drag-y #ball-drag-y:before {
    opacity:1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-y #ball-drag-y:after {
    opacity:1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-y:before, .scale-up.scale-drag #ball-drag-y:after {
    opacity:0;
}

#ball i {
    color:#fff;
    width:76px;
    height:80px;
    line-height:78px;
    text-align:center;
    font-size:12px;
    display:block;
    opacity:1;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball p {
    color:#fff;
    width:66px;
    height:16px;
    line-height:16px;
    padding-top:0px;
    padding-left:5px;
    margin:0;
    text-align:center;
    font-size:12px;
    font-weight:600;
    display:block;
    opacity:1;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball p {
    color:#fff;
}

#ball p.first {
    padding-top:22px;
}

.light-content #ball i, #ball.over-movie i, .light-content #ball.with-icon i {
    color:#fff;
}

.drag-cursor-white #ball i, .drag-cursor-white #ball.with-icon i {
    color:#fff;
}

.drag-cursor-black #ball i, .drag-cursor-black #ball.with-icon i {
    color:#000;
}

.light-content #ball.with-icon.dark-icon i {
    color:#000;
}

.scale-up #ball i {
    opacity:0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball.with-icon i {
    width:76px;
}

#ball.with-icon i:nth-child(2) {
    display:none;
}

#ball.close-icon i {
    width:75px;
    height:76px;
    font-size:14px;
}

#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
    display:block;
}

#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
    display:none;
}

#ball-loader {
    width: 100px;
    height: 100px;
    position:absolute;
    background-color: transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #999999;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-radius: 100px;
    box-sizing: border-box;
    opacity:0;
    -webkit-transform: translate(-14px, -14px) rotate(0deg);
    transform: translate(-14px, -14px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}

.light-content #ball-loader {
    border-bottom: 4px solid #999999;
}

.show-loader #ball-loader {
    opacity:1;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-14px, -14px)rotate(0deg);
        transform:  translate(-14px, -14px) rotate(0deg);
    }

    95% {
        -webkit-transform:  translate(-14px, -14px) rotate(350deg);
        transform:  translate(-14px, -14px) rotate(350deg);
    }

    100% {
        -webkit-transform:  translate(-14px, -14px) rotate(360deg);
        transform:  translate(-14px, -14px) rotate(360deg);
    }
}

.show-loader a, .show-loader nav, .scale-up a, .scale-up .hide-ball, scale-up .link, .scale-up .button-wrap, .scale-up #burger-wrapper, .scale-up .disable-drag, .scale-drag a, .scale-drag .move-title {
    pointer-events:none!important;
}

.disable-cursor {
    display:none;
}


/*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/

.preloader-wrap {
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #000;
    z-index :1200;
    text-align:center;
}

.preloader-wrap .outer {
    padding: 0px;
    box-sizing:border-box;
}

.preloader-wrap .inner {
    vertical-align:middle;
    box-sizing:border-box;
}

.percentage-wrapper {
    position:relative;
    background:#000;
    min-width:6vw;
    padding:0 50px;
    display: table;
    margin: 0 auto;
    z-index:10;
}

.percentage {
    opacity: 1;
    font-size:160px;
    line-height:160px;
    font-weight: 500;
    font-family: 'Bebas Neue', cursive;
    color: #fff;
    display: table;
    margin: 0 auto;
}

.percentage::before {
    content: "";
    width: 100%;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    position: fixed;
    text-align:center;
    top: calc(100vh - 80px);
    left:0;
    opacity:0.3;
}

.trackbar {
    width:calc(100% - 120px);
    height: 2px;
    margin-top: 0px;
    position: absolute;
    top: 50vh;
    left: 60px;
    right: auto;
    opacity: 1;
    background:	rgba(255,255,255,0.1);
    z-index:1;
}

.loadbar {
    width: 0%;
    height: 2px;
    background:	rgba(255,255,255,1);
    position: relative;
    margin:0 auto;
    display:table;
    top: 0px;
    left: auto;
    right:auto;
    overflow: hidden;
}

.hold-progress-bar {
    width: 0%;
    height: 2px;
    background: rgba(0,0,0,1);
    position: relative;
    margin:0 auto;
    display:table;
    top: 0px;
    left: auto;
    right:auto;
    overflow: hidden;
}

/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/


header {
    width:100%;
    height:120px;
    left:0;
    top:0;
    background-color:transparent;
    position:fixed;
    box-sizing:border-box;
    z-index:1000;
    pointer-events:none;
    -webkit-transition: background 0.4s ease-in-out 0.3s;
    transition: background 0s ease-in-out 0s;
}

#header-container {
    box-sizing: border-box;
    height: inherit;
    padding: 20px 60px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 20;
    opacity: 0;
}

.header-visible #header-container{
    opacity:1;
}

#logo {
    position: relative;
    display: table;
    pointer-events: initial;
    z-index: 10;
    top: 15px;
    float: left;
}

#logo a {
    display:block;
    -webkit-transition: transform 0.5s ease-in-out 0.1s;
    transition: transform 0.5s ease-in-out 0.1s;
}

#logo a.disable, .open #logo a {
    pointer-events: none;
}

#logo img {
    display: block;
    height: 50px;
    width: auto;
    max-width:none;
    -webkit-transition: opacity 0.15s ease-in-out 0s;
    transition: opacity 0.15s ease-in-out 0s;
}

#logo img.black-logo {
    opacity:1;
}

.light-content #logo img.black-logo {
    opacity:0;
}

#logo img.white-logo {
    position:absolute;
    top:0;
    left:0;
    opacity:1;
}

.light-content #logo img.white-logo {
    opacity:1;
}

.white-header #logo img.black-logo {
    opacity:0;
}

.light-content .white-header #logo img.black-logo {
    opacity:1;
}

.light-content .white-header.over-white-section #logo img.black-logo, .show-loader .light-content .white-header #logo img.black-logo {
    opacity:0;
}

.white-header #logo img.white-logo {
    opacity:1;
}

.light-content .white-header #logo img.white-logo {
    opacity:0;
}

.light-content .white-header.over-white-section #logo img.white-logo, .show-loader .light-content .white-header #logo img.white-logo {
    opacity:1;
}

.menu-open.light-content .slide-in #logo img.white-logo {
    opacity:1;
}

nav {
    pointer-events: none;
}

nav.open {
    pointer-events: initial;
}

@media all and (min-width: 1025px) {

    .classic-menu nav {
        position: relative;
        width: auto;
        top: 0px;
        -webkit-transition: all 0.2s ease-in-out 0.5s;
        transition: all 0.2s ease-in-out 0.5s;
        display:block;
        float:right;
        height: 60px;
        margin: 10px 0;
        background-color:transparent!important;
    }

    .classic-menu .flexnav {
        display: block;
        float: right;
        position: relative;
        width: auto;
        max-height: 60px;
    }

    .classic-menu .flexnav li ul {
        min-width: 180px;
    }

    .classic-menu .flexnav .touch-button {
        background: transparent none repeat scroll 0 0;
    }

    .flexnav .touch-button .navicon {
        display:none;
    }

    .classic-menu .flexnav li {
        background: transparent none repeat scroll 0 0;
        padding:0 25px;
        padding-bottom:20px;
        padding-top:20px;
    }

    .classic-menu .menu-timeline {
        opacity:1!important;
        -webkit-transition: translateY(0px)!important;
        transform: translateY(0px)!important;
        pointer-events:initial;
    }

    .classic-menu .flexnav li:last-child {
        padding-right:0px;
    }

    .classic-menu .before-span {
        opacity:1!important;
        -webkit-transition: translateY(0px)!important;
        transform: translateY(0px)!important;

    }

    .classic-menu .flexnav li a {
        background: transparent none repeat scroll 0 0;
        padding: 0 5px;
        position:relative;
        border-left: medium none;
        color:#000;
        font-size:12px;
        line-height:20px;
        display:block;
        overflow:hidden;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .light-content .classic-menu .flexnav li a {
        color:#fff;
    }

    .light-content  .classic-menu.white-header .flexnav li a {
        color:#000;
    }

    .classic-menu.white-header .flexnav li a {
        color:#fff;
    }

    .flexnav:hover li a {
        color: rgba(0,0,0,0.4);
    }

    .light-content .classic-menu .flexnav:hover li a {
        color: rgba(255,255,255,0.4);
    }

    .classic-menu.white-header .flexnav:hover li a {
        color: rgba(255,255,255,0.4);
    }

    .light-content  .classic-menu.white-header .flexnav:hover li a {
        color: rgba(0,0,0,0.4);
    }

    .classic-menu .flexnav li:hover a {
        color:#000;
    }

    .light-content .classic-menu .flexnav li:hover a {
        color:#fff;
    }

    .classic-menu.white-header .flexnav li:hover a {
        color:#fff;
    }

    .light-content .classic-menu.white-header .flexnav li:hover a {
        color:#000;
    }

    .classic-menu .flexnav li a span {
        position: relative;
        display: block;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transform-origin: 100% 0%;
    }

    .classic-menu .flexnav li a span::before {
        position: absolute;
        top: 100%;
        width:100%;
        left:0;
        content: attr(data-hover);
    }

    .classic-menu .flexnav li:hover a span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transform-origin: 0% 0%;
    }

    .classic-menu .flexnav li ul li a {
        padding:0 20px 20px;
        background-color:transparent;
        font-size:12px;
        text-transform:none;
        color:#fff!important;
        opacity:0.6;
        -webkit-transition: all 0.05s ease-in-out;
        -moz-transition: all 0.05s ease-in-out;
        -o-transition: all 0.05s ease-in-out;
        -ms-transition: all 0.05s ease-in-out;
        transition: all 0.05s ease-in-out;
    }

    .classic-menu .flexnav li ul li a.link::before {
        display:none;
    }

    .classic-menu .flexnav li ul li a.active, .classic-menu .flexnav li ul li a:hover {
        opacity:1;
    }

    .classic-menu .flexnav li > ul li {
        margin-left:0;
        padding:0;
    }

    .classic-menu .flexnav li ul {
        -webkit-transform: translate3d(0px, 30px, 0px);
        transform: translate3d(0px, 30px, 0px);
        display:block!important;
        opacity:0!important;
        height:inherit!important;
        overflow:visible!important;
        visibility:hidden;
        left:10px;
        top:60px;
        padding-top:20px;
        background: #000;
        border-radius:3px;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
    }

    .classic-menu .flexnav li ul ul {
        left:5px!important;

    }

    .classic-menu .flexnav li ul:after {
        display: block;
        content: '';
        position: absolute;
        top: -6px;
        left: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #000;
    }

    .classic-menu .flexnav ul li ul:after {
        display: block;
        content: '';
        position: absolute;
        top: 15px;
        left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #000;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .classic-menu .flexnav li ul li > ul, .classic-menu .flexnav li ul.open ul.open {
        top: -5px;
        z-index:10;
    }

    .classic-menu .flexnav ul li ul li a {
        background: #000;
    }

    .classic-menu .flexnav ul li ul li ul li a {
        background: #000;
    }

    .classic-menu .flexnav li ul.flexnav-show {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity:1!important;
        visibility:visible;
        -webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
        transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
    }

    .classic-menu .flexnav .touch-button {
        display:none;
    }


    /*-- Full Screen Menu --*/

    .fullscreen-menu .nav-height {
        overflow-y: scroll;
        position: relative;
        height: 100%;
        padding: 40px 0;
        padding-right: 30px;
        width: calc(100% + 30px);
        box-sizing: border-box;
    }

    .fullscreen-menu nav {
        height: 100vh;
        position: fixed;
        top:0;
        left:0;
        width: 100%;
        box-sizing: border-box;
        visibility: visible;
        pointer-events:none;
        opacity:0;
        padding:20px 0;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
    }

    .fullscreen-menu nav.open {
        visibility:visible;
        pointer-events:initial;
        opacity:1;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .fullscreen-menu .flexnav {
        max-height: 2000px;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
        display: table;
        width: auto;
        padding:0 80px;
        box-sizing:border-box;
        margin: 0 auto;
        float: none;
    }

    .fullscreen-menu .flexnav.flexnav-show {
        -webkit-transition: all .3s ease-out 0.2s;
        transition: all .3s ease-out 0.2s;
    }

    .fullscreen-menu .flexnav li {
        text-align:center;
        padding:0;
        box-sizing:border-box;
        float:none;
    }

    .fullscreen-menu .menu-timeline {
        opacity:0;
    }

    .fullscreen-menu .flexnav .touch-button {
        width: 100%;
        display: block;
        height:100px;
    }

    .fullscreen-menu .flexnav .touch-button .navicon {
        display:none;
    }

    .fullscreen-menu .flexnav li.link {
        border-bottom: none;
    }

    .fullscreen-menu .flexnav li a {
        font-weight: 500;
        font-size: 72px;
        line-height: 100px;
        padding:0;
        -webkit-transition: all .1s ease-in-out 0s;
        transition: all .1s ease-in-out 0s;
    }

    .fullscreen-menu .flexnav li a {
        color:#fff;
    }

    .fullscreen-menu .flexnav:hover li a, .fullscreen-menu .flexnav.hover li a {
        opacity:0.3;
    }

    .fullscreen-menu .flexnav li:hover a, .fullscreen-menu .flexnav li a.active{
        opacity:1;
    }

    .fullscreen-menu .flexnav:hover li ul li a {
        opacity:0.3;
    }

    .fullscreen-menu .flexnav:hover li ul li a.active, .fullscreen-menu .flexnav:hover li ul li a:hover {
        opacity:1;
    }

    .fullscreen-menu .flexnav a.link::before {
        display:none;
    }

    .fullscreen-menu .flexnav li ul {
        margin-bottom:20px;
        position:relative;
        left:0;
    }

    .fullscreen-menu .flexnav li ul:after {
        display:none;
    }

    .fullscreen-menu .flexnav li ul li a {
        padding: 6px 0;
        font-size: 15px;
        line-height:20px;
        border-top: none;
        text-transform:none;
    }

    .fullscreen-menu .flexnav ul li ul li a {
        background:transparent;
    }

    .fullscreen-menu .flexnav li ul li > ul, .fullscreen-menu .flexnav li ul.open ul.open {
        margin-left: 0;
        top: 0;
    }

    .fullscreen-menu .menu-timeline {
        opacity:1;
    }

    .fullscreen-menu .menu-timeline .before-span {
        opacity:0;
        display:block;
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
    }

    .fullscreen-menu .flexnav li, .fullscreen-menu .flexnav li a  {
        background-color:transparent;
        border:0;
    }

    .fullscreen-menu .flexnav li a span {
        position: relative;
        display: block;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transform-origin: 100% 0%;
        overflow:hidden;
    }

    .fullscreen-menu .open .flexnav li a span {
        overflow:visible;
    }

    .fullscreen-menu .flexnav li a span::before {
        position: absolute;
        top: 100%;
        width:100%;
        left:0;
        content: attr(data-hover);
    }

    .fullscreen-menu .flexnav li:hover a span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transform-origin: 0% 0%;
    }

    .fullscreen-menu .flexnav li.hover a  span {
        -webkit-transform: translateY(-100%)!important;
        transform: translateY(-100%)!important;
        transform-origin: 0% 0%;
    }

    /*Extra Styles for Fullscreen menu */

    .fullscreen-menu .flexnav li {
        text-align: left;
    }

    .fullscreen-menu .flexnav li a {
        padding: 0 30px;
        font-size: 80px;
        line-height: 90px;
        font-family: 'Bebas Neue', cursive;
    }

    .fullscreen-menu .flexnav li ul li a {
        font-family: 'Poppins', sans-serif;
    }

    .fullscreen-menu .flexnav li.menu-timeline  {
        counter-increment: title-counter;
    }

    .fullscreen-menu .flexnav li .before-span::before {
        content: counter(title-counter);
        position: absolute;
        top: 8px;
        line-height: 20px;
        height: 20px;
        left: -15px;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        opacity: 0.4;
        -webkit-transition: opacity 0.3s ease-out 0s;
        transition: opacity 0.3s ease-out 0s;
    }

    .fullscreen-menu .flexnav li .before-span::after {
        content: '0';
        position: absolute;
        top: 8px;
        line-height: 20px;
        height: 20px;
        left: -22px;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        opacity: 0.4;
        -webkit-transition: opacity 0.3s ease-out 0s;
        transition: opacity 0.3s ease-out 0s;
    }

    .fullscreen-menu .flexnav li ul {
        padding: 0 30px;
    }

    .fullscreen-menu li.buy-item {
        bottom: -30px;
        font-size: 15px;
        line-height: 30px;
        font-weight: 500;
        pointer-events: none;
        left: 3px;
    }

    .fullscreen-menu li.buy-item a {
        font-size: 15px;
        line-height: 30px;
        font-weight: 500;
        pointer-events: initial;
        color: #fff !important;
        -webkit-text-stroke: 1px rgba(255,255,255,0);
        font-family: 'Poppins', sans-serif;
    }

    .fullscreen-menu li.buy-item, .fullscreen-menu li.buy-item a {
        pointer-events: none;
    }

    .fullscreen-menu nav.open li.buy-item, .fullscreen-menu nav.open li.buy-item a {
        pointer-events: initial;
    }

    .fullscreen-menu .flexnav li.buy-item .before-span::before, .fullscreen-menu .flexnav li.buy-item .before-span::after {
        display:none;
    }

}

nav, nav.open {
    -webkit-transition: all 0s ease-in 0s;
    transition: all 0s ease-in 0s;
    background:transparent;
}

#burger-wrapper {
    width: 40px;
    height: 40px;
    float: right;
    top: 0px;
    right: 0;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: initial;
    color: #FFF;
}

.classic-menu .button-wrap.right.menu {
    display:none;
}

.burger-dots #menu-burger {
    top:0px;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0 auto;
    z-index:2;
    pointer-events: none;
}

.menu-overlay #menu-burger {
    display:block;
}

.burger-dots #menu-burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius:5px;
    background-color: #000;
    opacity: 1;
    top:10px;
    left:0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  height  0.2s ease-in-out, width  0.2s ease-in-out, top 0.2s ease-in-out, left  0.2s ease-in-out;
    transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  height  0.2s ease-in-out, width  0.2s ease-in-out, top 0.2s ease-in-out, left  0.2s ease-in-out;
}

#burger-wrapper .touch-button {
    display:none;
}

.burger-dots #menu-burger span:nth-child(1) {
    left: 0px;
}

.burger-dots #menu-burger span:nth-child(2){
    left: 10px;
}

.burger-dots #menu-burger span:nth-child(3){
    left: 20px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(1) {
    left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(3) {
    left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(1) {
    left: 3px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(3) {
    left: 3px;
}

.burger-dots #menu-burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top:12px;
    height: 2px;
    width:20px;
    left: 3px;
}

.burger-dots #menu-burger.open span:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.burger-dots #menu-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top:12px;
    height: 2px;
    width:20px;
    left: 3px;
}


.button-wrap.right.burger-lines {
    right: -30px;
}

.burger-lines #menu-burger {
    width: 16px;
    height: 22px;
    position: relative;
    margin: 0 auto;
    z-index:2;
    pointer-events: none;
    color: #FFF;
}

.burger-lines #menu-burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    right: 0;
    background-color:#fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
    transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
}

.burger-lines #menu-burger span:nth-child(1) {
    top: 7px;
}
.whitec, .whitec:focus{
    color:white;
}
.burger-lines #menu-burger span:nth-child(2){
    top: 15px;
}

.burger-lines #menu-burger span:nth-child(3){
    display:none;
}

.burger-lines #menu-burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top:10px;
}

.burger-lines #menu-burger.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top:10px;
}

.light-content #menu-burger span {
    background-color:#fff;
}

.white-header #menu-burger span {
    background-color:#fff;
}

.light-content .white-header #menu-burger span {
    background-color:#000;
}

.light-content .white-header.over-white-section #menu-burger span, .show-loader .light-content .white-header #menu-burger span {
    background-color:#fff;
}

.header-border {
    width: calc(100% - 120px);
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    -webkit-transition: all  0.05s ease-in-out;
    transition: all  0.05s ease-in-out;
}

.no-border header-border {
    opacity:0;
}

.light-content .header-border {
    background-color:#fff;
}

.white-header .header-border {
    background-color:#fff;
}

.light-content .white-header .header-border {
    background-color:#000;
}


/*--------------------------------------------------
	05. Main Content
---------------------------------------------------*/

#content-scroll {
    z-index:1;
    position:relative;
}

.smooth-scroll #content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:1;
}

.scroll-content {
    cursor:default!important;
}

.scale-up .scroll-content {
    cursor:grabbing!important;
}

.scrollbar-track {
    background: transparent!important;
}


/*--------------------------------------------------
	06. Footer Elements
---------------------------------------------------*/

footer {
    position:relative;
    width:100%;
    height:120px;
    z-index:900;
    box-sizing:border-box;
    text-align:center;
    bottom:0;
    left:0;
    overflow:hidden;
    pointer-events:none;
}

footer.fixed {
    position:fixed;
}

footer.showcase-footer{
    position:absolute;
}

#footer-container {
    padding: 20px 60px;
    margin: 0 auto;
    height: inherit;
    opacity: 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
}

.footer-border {
    width: calc(100% - 120px);
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    -webkit-transition: background-color  0.05s ease-in-out;
    transition: background-color  0.05s ease-in-out;
}

.light-content .footer-border {
    background-color:#fff;
}

.footer-middle {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: inherit;
    display: table;
    left: 0;
    pointer-events: none;;
}

.copyright {
    position: relative;
    top: 25px;
    width: auto;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    color: #000;
    pointer-events: initial;
    display: table;
    width: 100%;
    padding: 0px 20px 0px 20px;
    max-width: 820px;
    box-sizing:border-box;
    text-align:center;
    margin: 0 auto;
}

.light-content .copyright {
    color:#fff;
}

.socials-wrap {
    position:relative;
    float: right;
    color: #000;
    width: 240px;
    height: 160px;
    box-sizing: border-box;
    pointer-events:initial;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content .socials-wrap {
    color: #fff;
}

footer .socials-wrap {
    margin-top:0px;
}

.socials-wrap:hover {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}

.socials-text {
    float:right;
    font-size:12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height:40px;
    transform:translateY(20px);
}

.socials-wrap:hover .socials-text {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-icon {
    float:right;
    width:30px;
    height:40px;
    font-size:12px;
    line-height:40px;
    text-align:right;
    margin-left:10px;
    transform:scale(1) translateY(20px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials-icon {
    transform:scale(0) translateY(40px);
    width:0;
    margin:0;
    overflow:hidden;

}

.socials-icon:after, .socials-text:after {
    content: "";
    clear: both;
    display: table;
}

.socials {
    height: auto;
    line-height: 30px;
    position: relative;
    width: auto;
    margin:0 auto;
    margin-top: 10px;
    text-align: center;
    bottom: 0;
    display: table;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
}

.socials-wrap .socials {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.socials li {
    margin-right: 0px;
    margin-left: 10px;
    list-style: none;
    color: #999;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    float: right;
    z-index: 2;
    -webkit-transition: background 0.4s ease-in-out 0s;
    transition: background 0.4s ease-in-out 0s;
}

.socials-wrap .socials li {
    opacity:0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials li:nth-child(5) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
    opacity:1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(4) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    opacity:1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    opacity:1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    opacity:1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    opacity:1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials li:last-child {
    margin-left: 0px;
}

.socials li a {
    color: #000;
    font-size:12px;
    font-weight: 600;
    display: block;
    height: 40px;
    width: 40px;
    line-height:40px;
    text-align:center;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.socials:hover li  a {
    opacity:0.3;
}

.socials li a:hover {
    color: #000;
    opacity:1;
}

.light-content .socials li a {
    color: #fff;
}

.light-content .socials:hover li  a {
    opacity:0.3;
}

.light-content .socials li a:hover {
    color: #fff;
    opacity:1;
}

.button-wrap {
    position:relative;
    cursor:pointer;
    top:0px;
    pointer-events:initial;
}

.button-wrap.left {
    float:left;
    left:-32px;
}

.button-wrap.right {
    float:right;
    right:-26px;
}

#main .button-wrap.left {
    left:-24px;
}

#main .button-wrap.right {
    float:left;
    right:auto;
}

.icon-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float:left;
}

#main .icon-wrap {
    width: 60px;
    height: 60px;
}

.button-wrap.left .icon-wrap {
    float:left;
}

.button-wrap.right .icon-wrap {
    float:right;
}

#main  .text-align-right .button-wrap.right {
    float:right;
}

.button-icon {
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
}

.light-content .button-icon {
    color:#fff;
}

.light-content .change-header-color .button-icon {
    color:#000;
}

.button-icon i {
    height:40px;
    line-height:40px;
    width:40px;
    text-align:center;
    color: #fff;
}

#main .button-icon i {
    line-height:40px;
}

#main .button-icon i.fa.fa-arrow-right {
    font-size:14px;
}

.quickmenu i {
    font-size: 14px;
}

.button-text {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height:30px;
    margin:25px 0;
    overflow: hidden;
    width:auto;
    padding:0 10px;
    color:#000;
    -webkit-transition: color 0.05s ease-in-out;
    transition: color 0.05s ease-in-out;
}

#main #hero-footer .button-text span::after {
    content:none;
}

.slide-cat{
    line-height: 45px;
}
#main .button-text {
    margin:15px 0;
    transition: transform .2s ease-out;
}

#main .large-btn .button-text {
    font-size: 14px;
    font-weight:400;
    margin:15px 0;
    transition: transform .2s ease-out;
}

.light-content .button-text {
    color:#fff;
}

.light-content .change-header-color .button-text {
    color:#000;
}

.white-header .button-text {
    color:#fff;
}

.light-content .white-header .button-text {
    color:#000;
}

.light-content .white-header.over-white-section .button-text, .show-loader .light-content .white-header .button-text {
    color:#fff;
}

.button-wrap.left .button-text {
    text-align:left;
    float: left;
}

.button-wrap.right .button-text {
    text-align:right;
    float: right;
    padding-left:0px;
}

.button-text span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    width:auto;
    text-align:center;
    transform-origin: 100% 0%;
}

.button-wrap.left .button-text span {
    text-align:left;
}

.button-wrap.right .button-text span {
    text-align:right;
}

.button-text span::before {
    position: absolute;
    width:auto;
    top: 100%;
    left:0;
    content: attr(data-hover);
}

.header-middle .button-text span::before {
    content: attr(data-on);
}

.button-wrap:hover .button-text span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%;
}

nav, nav.open {
    -webkit-transition: all 0s ease-in 0s;
    transition: all 0s ease-in 0s;
    background:transparent;
}

/*--------------------------------------------------
	07. Responsive
---------------------------------------------------*/


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

    .percentage-wrapper {
        height:auto;
    }

    .percentage {
        font-size: 90px;
        line-height: 120px;
        height: auto;
    }

    h1.big-title {
        font-size: 90px;
        line-height: 120px;
        margin-left: -3px;
    }

    header {
        height: 120px;
    }

    #header-container {
        padding: 15px 60px;
    }

    .flexnav li {
        padding: 20px;
    }

    footer {
        height: 120px;
    }


    @media all and (min-width: 1025px) {

        .fullscreen-menu .flexnav {
            padding: 0 60px;
        }

    }

    .fullscreen-menu li.buy-item a {
        font-size: 15px;
        line-height: 30px;
    }



}


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

    .trackbar {
        width:calc(100% - 80px);
        left:40px;
    }

    .percentage {
        font-size: 72px;
        line-height: 100px;
        height: auto;
    }

    .percentage-intro {
        margin-bottom: 60px;
    }

    h1.big-title {
        font-size: 72px;
        line-height: 100px;
    }

    h1 {
        font-size: 40px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .has-mask {
        margin-bottom:0px;
    }

    .row_padding_left {
        padding-left: 0px;
    }

    .row_padding_right {
        padding-right: 0px;
    }

    .full.row_padding_left {
        padding-left: 40px;
    }

    .full.row_padding_right {
        padding-right: 40px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 10vw !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 40px;
        padding-right: 40px;
    }

    header {
        height:80px;
    }

    #header-container {
        padding: 0;
        margin: 0 auto;
    }

    #logo {
        left: 40px;
    }

    .header-middle {
        display:none;
    }

    .button-wrap.right.menu {
        right: 10px;
    }

    nav {
        padding-top:80px;
    }

    .flexnav {
        box-sizing:border-box;
        padding:0 50px;
        background: transparent;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .flexnav.opacity {
        opacity: 1;
    }

    .flexnav li a, .flexnav li ul li a {
        background: transparent;
    }

    .flexnav li a {
        color: #999;
    }

    .flexnav li ul li a:hover, .flexnav li ul li a.active {
        color:#fff;
    }

    .flexnav li ul li a {
        border-top: 1px solid rgba(255,255,255,0.15);
    }

    .flexnav ul li ul li a {
        background: transparent;
    }

    .flexnav li ul li ul li a {
        padding: 20px 40px;
    }

    .flexnav li.link {
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .flexnav li.link:last-child {
        border-bottom:none;
    }

    .flexnav a.link::before {
        display:none;
    }

    .flexnav .touch-button .navicon {
        font-style: normal!important;
    }

    .nav-height {
        overflow-y: scroll;
        position: relative;
        height: 100%;
        padding: 40px 0;
        padding-right: 30px;
        width: calc(100% + 30px);
        box-sizing: border-box;
    }

    nav {
        height: 100vh;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        visibility: visible;
        pointer-events:none;
        opacity:0;
        padding:20px 0;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
    }

    nav.open {
        visibility:visible;
        pointer-events:initial;
        opacity:1;
        background-color: transparent;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .flexnav {
        padding: 0 30px;
        max-height: 2000px;
        display: table;
        width: auto;
        margin: 0 auto;
        text-align:center;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
    }

    .flexnav.flexnav-show {
        -webkit-transition: all .3s ease-out 0.2s;
        transition: all .3s ease-out 0.2s;
    }

    .flexnav li {
        padding:0;
        -webkit-transition: color .15s ease-out 0s;
        transition: color .15s ease-out 0s;
    }

    .flexnav:hover li  {
        color:rgba(255,255,255,0.4)
    }

    .flexnav li:hover {
        color:rgba(255,255,255,1)
    }

    .flexnav .touch-button {
        width: 100%;
        display: block;
        height: calc(5vw + 20px);
    }

    .flexnav .touch-button .navicon {
        display:none;
    }

    .flexnav li.link {
        border-bottom: none;
    }

    .flexnav li a {
        font-family: 'Poppins', sans-serif;
        font-weight:500;
        font-size:50px;
        line-height:70px;
        padding:0;
        -webkit-transition: all .1s ease-in-out 0s;
        transition: all .1s ease-in-out 0s;
    }

    .flexnav li a {
        color:#fff;
    }

    .flexnav:hover li a {
        opacity:0.3;
    }

    .flexnav li:hover a, .flexnav li a.active{
        opacity:1;
    }

    .flexnav:hover li ul li a {
        opacity:0.3;
    }

    .flexnav:hover li ul li a.active, .flexnav:hover li ul li a:hover {
        opacity:1;
    }

    .flexnav li ul {
        margin-bottom:20px;
    }

    .flexnav li ul li a {
        padding: 10px 0;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        text-transform:none;
        font-size: 15px;
        line-height: 14px;
        border-top: none;
        color:#fff;
        opacity:0.4;
        -webkit-text-stroke:none;
    }

    .flexnav li ul li:hover a, .flexnav li ul li a.active{
        opacity:1;
    }

    li.buy-item a {
        color:#fff;
        font-size: 15px;
        line-height:30px;
    }

    .flexnav li {
        text-align: left;
        list-style:none;
    }

    .flexnav li a {
        padding: 0 30px;
        font-size: 80px;
        line-height: 90px;
        font-family: 'Bebas Neue', cursive;
    }

    .flexnav li ul li a {
        font-family: 'Poppins', sans-serif;
    }

    .flexnav li.menu-timeline  {
        counter-increment: title-counter;
    }

    .flexnav li .before-span::before {
        content: counter(title-counter);
        position: absolute;
        top: 8px;
        line-height: 20px;
        height: 20px;
        left: -15px;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        opacity: 0.4;
        -webkit-transition: opacity 0.3s ease-out 0s;
        transition: opacity 0.3s ease-out 0s;
    }

    .flexnav li .before-span::after {
        content: '0';
        position: absolute;
        top: 8px;
        line-height: 20px;
        height: 20px;
        left: -22px;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        opacity: 0.4;
        -webkit-transition: opacity 0.3s ease-out 0s;
        transition: opacity 0.3s ease-out 0s;
    }

    .flexnav li ul {
        padding: 0 30px;
    }

    li.buy-item {
        font-size: 15px;
        line-height: 30px;
        font-weight: 500;
        pointer-events: none;
        left: 3px;
    }

    li.buy-item a {
        font-size: 15px;
        line-height: 30px;
        font-weight: 500;
        pointer-events: initial;
        color: #fff !important;
        -webkit-text-stroke: 1px rgba(255,255,255,0);
        font-family: 'Poppins', sans-serif;
    }

    li.buy-item, li.buy-item a {
        pointer-events: none;
    }

    nav.open li.buy-item, nav.open li.buy-item a {
        pointer-events: initial;
    }

    .flexnav li.buy-item .before-span::before, .flexnav li.buy-item .before-span::after {
        display:none;
    }

    #menu-burger span.touch-button {
        display:none;
    }

    .classic-menu .button-wrap.right.menu {
        display: block;
    }

    .parallax-wrap {
        transform:none!important;
    }

    .parallax-element {
        transform:none!important;
    }

    #magic-cursor {
        display:none;
    }

    .scroll-down-wrap, .scroll-down-wrap.no-border {
        bottom: 40px;
    }

    footer {
        height: 80px;
    }

    #footer-container {
        padding: 0 40px;
    }

    .destroy {
        display:none;
    }

    .has-parallax figcaption {
        display:none;
    }

    .footer-button-wrap {
        bottom: 80px;
    }

    .copyright {
        text-align:center;
    }

    .socials-wrap {
        width: 240px;
        height: 40px;
        float:right;
        margin:0 auto;
        right:-10px;
        transform: translateX(0px) translateY(20px)!important;
        -webkit-transform: translateX(0px) translateY(20px)!important;
    }

    .socials-wrap:hover {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }

    .socials-icon, .socials-text {
        display:none;
    }

    .socials-wrap .socials {
        margin-top: 5px;
        text-align: right;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    .socials-wrap .socials li {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .socials-wrap:hover .socials li {
        opacity: 1;
        transform: translateY(0px)!important;
        -webkit-transform: translateY(0px)!important;
    }

    .socials li {
        margin-right: 10px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        margin: 0 5px auto;
        display: inline-block;
        float: none;
    }

    .socials li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

}


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

    .trackbar {
        width:calc(100% - 60px);
        left:30px;
    }

    .percentage {
        font-size:60px;
        line-height: 80px;
    }

    .percentage-intro {
        margin-bottom: 40px;
    }

    h1.big-title{
        font-size:60px;
        line-height: 80px;
    }

    .row_padding_top {
        padding-top:10vw;
    }

    .row_padding_bottom {
        padding-bottom:10vw;
    }

    .row_padding_left {
        padding-left: 0px;
    }

    .row_padding_right {
        padding-right: 0px;
    }

    .full.row_padding_left {
        padding-left: 30px;
    }

    .full.row_padding_right {
        padding-right: 30px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 15vw !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 30px;
        padding-right: 30px;
    }

    .two-halfs-right {
        padding-left: 30px;
        padding-right: 30px;
    }

    .admin-bar header {
        top: 46px;
    }

    #logo {
        left: 30px;
    }

    header .button-text {
        display: none;
    }

    .flexnav {
        padding: 0 30px;
    }

    .flexnav li a {
        font-size: 40px;
        line-height: 55px;
    }

    li.buy-item a {
        color:#fff;
        font-size: 15px;
        line-height:30px;
    }

    .destory {
        display:none;
    }

    figcaption {
        background-color: rgba(0,0,0,0.3);
        bottom: 0px;
        font-size: 10px;
        padding: 5px 10px;
        right: 0px;
        border-radius: 0;
    }

    .one_half {
        width: 100%!important;
    }

    .one_half {
        padding-right: 0!important;
    }

    .one_half.last {
        padding-left: 0!important;
    }

    .one_third {
        width: 100%!important;
    }

    .one_fourth {
        width: 100%!important;
    }

    .one_fifth {
        width: 100%!important;
    }

    .one_sixth {
        width: 100%!important;
    }

    .two_fifth {
        width: 100%!important;
    }

    .two_fourth {
        width: 100%!important;
    }

    .two_third {
        width: 100%!important;
    }

    .three_fifth {
        width: 100%!important;
    }

    .three_fourth {
        width: 100%!important;
    }

    .four_fifth {
        width: 100%!important;
    }

    .five_sixth {
        width: 100%!important;
    }

    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        margin-bottom: 20px!important;
        margin-right: 0%!important;
    }

    .text-align-center p.title-has-line::after, #page-nav p.title-has-line::after {
        display:none;
    }

    #main .text-align-right .button-wrap.right {
        float: left;
    }

    p {
        font-size: 15px;
    }

    #footer-container {
        padding: 0 30px;
    }

    #footer-container #backtotop.button-wrap.left {
        float: none;
        left: 0;
        right: 0;
        position: absolute;
    }

    #backtotop.button-wrap.left .button-text {
        text-align: left;
        float: left;
        display: none;
    }

    #backtotop.button-wrap.left .icon-wrap {
        float: none;
        position: absolute;
        right: 0;
        left: auto;
        margin: auto;
        top: 0px;
    }

    .copyright {
        margin: 0;
        left: 10px;
        top: 30px;
        text-align:left;
    }

    .footer-middle {
        max-width: 1180px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        width: 100%;
        /* top: -40px; */
    }

    footer.showcase-footer .arrows-wrap {
        right: auto;
        left: -30px;
        float: left;
        margin: auto;
    }

    footer.showcase-footer .socials-wrap {
        width: 170px;
        float: right;
        left: auto;
        right: 0;
        top: 0;
    }

    .socials-wrap {
        width:170px;
        float: none;
        left: -6px;
        right: auto;
        top: 0px;
        margin: 0;
    }

    .socials-wrap .socials {
        text-align: left;
    }

    .socials li {
        margin: 0 0px auto;
    }

    .button-wrap.quickmenu {
        display:none;
    }

}
.bgvid{
    top: -165px !important;
    height: auto !important;
    width: 109% !important;
    left: -59px !important;
}


/* FOOTER  */

footer {
    border-top: 1px solid #FFF;
}

#footer-container {
    padding: 7px 60px;
}

footer .footer-middle {
    display: block;
}

footer .copyright {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer .copyright {
    max-width: 1500px !important;
    height: 60px;
    font-size: 15px;
}

footer .copyright .middle a {
    margin: 0 1rem;
}

footer .footer-middle .dev {
    margin-top: 2rem;
    color: #FFF;
    font-size: 15px;
}

footer .button-wrap.left, footer .button-wrap.right {
    top: 12px;
}

footer .rs {
    position: relative;
    float: right;
    width: 200px;
    /* height: 160px; */
    box-sizing: border-box;
    pointer-events: initial;
    /* transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
}

footer .rs ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
}

footer .rs ul>li, footer .rs ol>li {
    list-style: none;
}

footer .rs ul li a {
    border: 1px solid #FFF;
    border-radius: 50%;
    padding: .75rem;
    line-height: 0;
    margin-bottom: 0;
    background: transparent;
    transition: all .1s ease-in-out;
}

footer .rs ul li a:hover {
    background: #FFF;
    color: #000;
    transition: all .1s ease-in-out;
}

footer .rs i {
    width: 1.1rem;
    font-size: 1.1rem;
    transition: all .1s ease-in-out;
}

footer .rs i:hover {
    color: #000;
    transition: all .1s ease-in-out;
}

footer .napo {
    font-weight: bold;
    color: #FFF5;
}




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


    .flexnav li.link a
    {
        width: 100%;
    }
    .flexnav li.link:last-child a
    {
        margin-top: 2rem !important;
    }


    .bgvid{
        top: -165px !important;
        height: 100vh !important;
        width: auto !important;
        left: -59px !important;
    }
    .trackbar {
        width:calc(100% - 40px);
        left:20px;
    }

    .percentage {
        font-size: 48px;
        line-height: 72px;
    }

    .percentage-intro {
        margin-bottom: 30px;
    }

    h1.big-title{
        font-size: 48px;
        line-height: 72px;
    }

    .row_padding_top {
        padding-top:45vw;
    }

    .row_padding_bottom {
        padding-bottom:12vw;
    }

    .row_padding_left {
        padding-left: 0px;
    }

    .row_padding_right {
        padding-right: 0px;
    }

    .full.row_padding_left {
        padding-left: 20px;
    }

    .full.row_padding_right {
        padding-right: 20px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 20px;
        padding-right: 20px;
    }

    .two-halfs-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    hr {
        height: 10px;
    }

    #logo {
        left: 20px;
    }

    .button-wrap.right.menu {
        right: -10px;
    }

    .flexnav {
        padding: 0 20px;
    }

    .flexnav li ul li a {
        padding: 5px 0;
    }

    #footer-container {
        padding: 0px;
        margin:0;
    }

    footer.showcase-footer #footer-container {
        padding: 0px 20px;
    }

    footer .rs i {
        width: 0.5rem;
        font-size: 0.5rem;
    }
    footer .copyright {
        left: 0px;
        max-width: 100% !important;
        height: 115px;
        font-size: 8px;
        line-height: 12px;
    }

    .socials-wrap {
        float: none;
        left: 15px;
        right: auto;
    }

    .arrows-wrap {
        left: -10px;
        width: 80px;
    }

    .prev-wrap, .next-wrap {
        width: 40px;
    }

    footer.showcase-footer .arrows-wrap {
        right: 0;
        left: 0;
        float: none;
        margin: auto;
    }

    footer.showcase-footer .arrows-wrap {
        width: 100%;
    }

    footer.showcase-footer .prev-wrap, footer.showcase-footer .next-wrap {
        width: 60px;
    }

    footer.showcase-footer .footer-middle {
        top: 0px;
    }

    footer.showcase-footer .showcase-subtitles-wrap {
        left: 0;
    }

    footer.showcase-footer .socials-wrap {
        display:none;
    }

    .button-text {
        display:none;
    }

    #main-page-content .button-text {
        display:block;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

    #rotate-device {
        display:block;
    }
}










/* --------- */
/* MY CSS */
/* --------- */





/*** PAGE D'ACCUEIL ***/


/* GÉNÉRAL */

label, input, textarea {
    font-size: 15px;
}

h2.has-mask span, h2.has-mask span > span {
	line-height: 55px;
}

main .cd-main-content>div {
	min-height: unset !important;
}

.slide-title-wrapper {
	padding: 10rem;
}

/* .overlay-effect {
    background:  rgba(0,0,0,0.3), no-repeat center center / cover url("images/visuels/projets/goldorak/goldorak3-1920x1280.jpg");
} */

.video-wrapper, .video-wrapper-multi {
    transition: .3s ease-in-out;
}

.video-wrapper:hover {
    opacity: .6 !important;
    transition: .3s ease-in-out;
}


.video-wrapper-multi {
    position: relative;
    box-sizing: border-box;
    min-width: 20%;
    max-height: 81vh;
    width: 40%;
    height: 500px;
    background-size: cover;
    padding: 0;
    overflow: hidden !important;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-left: 1rem;
    float: left;
}
.arrows-btn {
    background-image: url(images/pictos/arrows/visuel-arrows.png) !important;
}

@media only screen and (max-width: 468px) {
    .video-wrapper-multi {
        position: relative;
        box-sizing: border-box;
        min-width: 20%;
        max-height: 100vh;
        width: 100%;
        height: auto;
        background-size: cover;
        padding: 0;
        overflow: hidden !important;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        margin-left: 0rem;
        float: left;
    }
}
/* MENU  */

.fullscreen-menu .flexnav li .before-span::before, .fullscreen-menu .flexnav li .before-span::after {
    display: none;
}

header .nav-height .flexnav li {
    text-align: center;
}

#logo img {
    height: 80px;
}

.ajax-link {
    width: 500px;
}

.lang-btn a {
    font-size: 50px !important;
    margin-top: 5rem !important;
}

#logo .ajax-link {
	width: 0;
}



/* FOOTER  */

footer {
    border-top: 1px solid #FFF;
}

#footer-container {
    padding: 7px 60px;
}

footer .footer-middle {
    display: block;
}

footer .copyright {
	display: flex;
	flex-direction: row-reverse;
    justify-content: space-around;
	align-items: center;
	max-width: 1500px !important;
    height: 60px;
    font-size: 15px;
}

footer .footer-top {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

footer .footer-bottom {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

footer .footer-bottom .right {
	margin-left: 2rem;
}

footer .copyright .middle a {
    margin: 0 1rem;
}

footer .footer-middle .dev {
    margin-top: 2rem;
    color: #FFF;
    font-size: 15px;
}

footer .button-wrap.left, footer .button-wrap.right {
    top: 12px;
}

footer .rs {
    position: relative;
    float: right;
    width: 200px;
    /* height: 160px; */
    box-sizing: border-box;
    pointer-events: initial;
    /* transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
}

footer .rs ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 !important;

}

footer .rs ul>li, footer .rs ol>li {
    list-style: none;
}

footer .rs ul li a {
    border: 1px solid #FFF;
    border-radius: 50%;
    padding: 1rem;
    line-height: 0;
    margin-bottom: 0;
    background: transparent;
    transition: all .1s ease-in-out;
    text-align: center;
    vertical-align: middle;
}

footer .rs ul li a:hover {
    background: #FFF;
    color: #000;
    transition: all .1s ease-in-out;
}

footer .rs i {
    width: 1.3rem;
    font-size: 1.4rem;
    transition: all .1s ease-in-out;
    vertical-align: text-bottom !important;
}

footer .rs i:hover {
    color: #000;
    transition: all .1s ease-in-out;
}

footer .napo {
    font-weight: bold;
    color: #FFF5;
}

#backtotop .parallax-wrap {
    z-index: 1000;
}





/*** PAGE ABOUT ***/

#about .parallax-image-content {
    background: #0009;
}

#about .light-section-wrapper ul>li, #about .light-section-wrapper ol>li {
    color: #222;
    font-family: 'Poppins';
    font-size: 17px;
}

#about .light-section-wrapper h2 {
    margin: 4rem 0 1rem;
}

#about .signature p {
	font-family: 'Grape Nuts', cursive;
	margin-top: 3rem;
	font-size: 1.8rem;
}

#about .signature img {
	height: 200px;
}

.full .video-wrapper video.bgvid {
	transform: none;
	margin-top: 0;
}

/* NEWSLETTER */

#newsletter .figure {
    max-height: 650px !important;
}






/*** PAGE RÉALISATIONS ***/

.portfolio .item:first-child .item-title::after {
    display: none;
}

#realisations .row_padding_bottom {
    padding-bottom: 6vw;
}

#newsletter #contact-formular {
    margin: 0 auto;
    max-width: 800px;
    margin-top: 30px;
}

#newsletter #contact-formular .light-content .light-section input, #newsletter #contact-formular .light-content .light-section textarea, #newsletter #contact-formular .light-content .light-section::placeholder {
    color: rgb(0, 0, 0);
}
.dark-section input::placeholder{
    color: rgb(0, 0, 0, 0.5) !important;
}
#newsletter .name-box {
    width: 100% !important;
}

#newsletter .checkbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 2rem;
}

#newsletter .name-box input[type="checkbox"] {
    width: 20px !important;
    margin: 0;
}

#newsletter .name-box label {
    width: 100%;
    color: #FFF;
    font-size: 15px;
}

#newsletter .checkbox label {
    text-align: left;
    padding-left: 1rem;
}

#newsletter .parallax-image-content {
    padding: 7rem 0;
}

/* .full figure.has-parallax {
	height: 70vh !important;
} */

#realisations .slide-caption {
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    position: absolute;
    top: 50%;
    padding-left: 2rem;
}

#realisations .slide-caption h4 {
    margin-bottom: 0;
}

.slide-title {
	font-size: 110px;
	line-height: 120px;
}

.slide-cat {
	line-height: 50px;
	font-size: 30px;
	margin-top: 2rem;
}




/* CAROUSEL */

/* #showcase-carousel .slide-caption {
	z-index: 10;
	position: absolute;
	bottom: -60px;
	height: 60px;
	padding-top: 25px;
	padding-left:40px;
	box-sizing: border-box;
	width: 100%;
	cursor:default;
	left:0;
}

.scale-up #showcase-carousel .slide-caption {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

#large-showcase-carousel .slide-caption {
	z-index: 10;
	position: absolute;
	bottom:27%;
	height: 120px;
	padding-left:0;
	box-sizing: border-box;
	width: 100%;
	cursor:default;
	left:-60px;
	pointer-events:none;
	-webkit-transition: 0.5s cubic-bezier(.075,.82,.165,1) 0.6s;
	transition: 0.5s cubic-bezier(.075,.82,.165,1) 0.6s;
}

#large-showcase-carousel .swiper-slide-active .slide-caption {
	-webkit-transition: 0.5s cubic-bezier(.075,.82,.165,1) 0s;
	transition: 0.5s cubic-bezier(.075,.82,.165,1) 0s;
}

.scale-up #large-showcase-carousel .slide-caption{
	-webkit-transform: translateX(60px) ;
	transform: translateX(60px);
	opacity:0;
	-webkit-transition: 0.5s cubic-bezier(.075,.82,.165,1) 0s;
	transition: 0.5s cubic-bezier(.075,.82,.165,1) 0s;
}

#large-showcase-carousel .swiper-slide.above .slide-caption{
	-webkit-transform: translateX(-20px) ;
	transform: translateX(-20px);
	opacity:0;
	-webkit-transition: 0.6s cubic-bezier(.075,.82,.165,1) 0s;
	transition: 0.6s cubic-bezier(.075,.82,.165,1) 0s;
}

#showcase-carousel .slide-caption {
	padding-top: 20px;
	padding-left: 20px;
}

#large-showcase-carousel .slide-caption {
	left: -40px;
}

#large-showcase-carousel .slide-caption {
	left: 0;
	text-align: center;
	bottom: calc(50% - 80px);
	height: 80px;
}

#large-showcase-carousel .swiper-slide.above .slide-caption{
	-webkit-transform: translateX(0px) ;
	transform: translateX(0px);
}

.scale-up #large-showcase-carousel .slide-caption{
	-webkit-transform: translateX(0px) ;
	transform: translateX(0px);
}

#showcase-carousel .slide-caption {
	padding-top: 20px;
	padding-left:0px;
	text-align: center;
} */





/*** PAGE PROJETS ***/

.light-section-wrapper .parallax-image-content .has-mask>span>span {
    color: #FFF;
}

.content-row.row_padding_all.dark-section h2 {
    font-size: 30px;
    line-height: 15px;
    letter-spacing: 1px;
}



/*** PAGE CONTACT ***/

#contact .row_padding_bottom {
    padding-bottom: 6vw;
}

/* .one_half {
    text-align: center;
    height: 200px;
}

.one_half p {
    margin-top: 1rem;
} */

.clapat-icon i {
    font-size: 35px;
}

.name-box, .email-box {
    margin-top: 30px;
}
.name-box2{
    width: 100%;
}
.message-box {
    margin-top: 30px;
}

#message{

    padding:10px;
    background: #99e7be;
    color: #075933;
    border:#075933;
    display:none;
}

.full_width {
	width: 98%;
	text-align: center;
	height: 200px;
	float: left!important;
	margin-bottom: 10px!important;
	margin-right: 4%!important;
	position: relative!important;
}




/* PAGES LÉGALES */


/* GÉNÉRAL */

#textes-legaux h2 {
    font-size: 50px;
}

#textes-legaux h3 {
    font-size: 40px;
    margin: 3rem 0 1rem;
}

#textes-legaux h4 {
    font-size: 30px;
    margin: 3rem 0 .5rem;
}

#textes-legaux strong {
    color: #000;
    font-weight: bold;
}

#textes-legaux ul, #textes-legaux ol {
    margin: 1rem 0 2rem 2rem;
}

#textes-legaux li {
    line-height: 35px;
    margin-bottom: 0;
    color: #000;
    padding-left: 1rem;

}

#textes-legaux ol>li {
    color: #000;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

#textes-legaux p {
    margin-bottom: 20px;
    line-height: 35px;
}

#textes-legaux p, #textes-legaux ul>li, #textes-legaux ol>li, #textes-legaux em, #textes-legaux h2, #textes-legaux h3 {
    text-align: justify;
}

/* PAGE "MENTIONS LÉGALES" */

#textes-legaux #mentions-legales strong {
    display: inline-block;
    margin: 2rem 0;
    font-size: 1.15rem;
}

/* PAGE "CGU/CGV" */

#textes-legaux #conditions-generales .em {
    display: inline-block;
    margin-bottom: 1rem;
    font-style: italic;
    line-height: 35px;
}















/* RESPONSIVE */

@media (min-width: 1400px) {

    #footer-container .footer-top .middle {
        margin-right: 3rem;
    }

}

@media (min-width: 1025px) {

    .fullscreen-menu .flexnav li a {
        line-height: 100px !important;
    }

	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 10px;
    }

}


/* RESPONSIVE  */

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

    .content-carousel .swiper-slide img, .content-looped-carousel .swiper-slide img {
        max-height: 25vw;
    }

}


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

	/* FOOTER  */

	#backtotop {
		display: none;
    }


	/* OEUVRES  */

	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 5px;
	}

}


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

	.flexnav, .flexnav li a {
		padding: 0;
	}

	.lang-btn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.lang-btn a {
		font-size: 35px !important;
	}

	.flexnav li.link:last-child a {
		margin-top: 5rem !important;
    }

    h2.has-mask span, h2.has-mask span > span {
        line-height: 55px !important;
    }


    /* NEWSLETTER */

    #newsletter .parallax-image-content {
        padding: 7rem 2rem;
    }

    #newsletter .figure {
        max-height: 500px !important;
    }


	/* MENU  */

	.nav-height {
		height: 100vh !important;
	}


	/* FOOTER  */

	footer .footer-bottom {
		flex-direction: row;
		margin-bottom: 4rem;
	}

	footer .footer-bottom .right {
		margin-left: 1rem;
	}

	footer .footer-top {
		flex-direction: column-reverse;
		margin-top: 0;
	}

    .showcase-footer {
        height: 100px !important;
    }

	footer:not(.showcase-footer) {
		height: 350px !important;
	}

	footer .copyright {
		flex-direction: column;
        /* height: 200px; */
        height: 100%;
		line-height: 20px;
		top: 0;
	}

    /* #footer-container  .footer-top .middle {
        display: flex;
        flex-direction: column;
        align-items: center;

        margin: 1rem 0 2rem;
    } */

    #footer-container  .footer-top .middle a {
        padding: .5rem 0;
    }

	footer .rs {
		margin: 4rem 0;
	}

	footer .rs i {
		font-size: 1rem;
	}

	/* .fa-facebook-square:before {
		padding-left: 0.15rem;
    } */


    /* ABOUT */



    /* .arrows-left-btn {
        background-image: url(images/pictos/arrows/visuel-arrow-left.png) !important;
    }

    .arrows-right-btn {
        background-image: url(images/pictos/arrows/visuel-arrow-right.png) !important;
    } */


	/* OEUVRES  */

	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0px;
	}

}

.play-btn {
    background-image: url(images/pictos/play/play-visuel.png), url("https://antoine-saint.com/images/visuels/workshop-1920x1280.jpg") !important;
}

.goldorak-play-btn {
    background-image: url(images/pictos/play/play-visuel.png), url(images/visuels/projets/goldorak/goldorak3-1920x1280.jpg) !important;
}

.chevalcabre-play-btn {
    background-image: url(images/pictos/play/play-visuel.png), url(images/visuels/projets/chevalblanc/caroussel15.jpeg) !important;
}

.cocker-play-btn {
    background-image: url(images/pictos/play/play-visuel.png), url(images/visuels/projets/cocker/carousel3-cocker-800x1200.jpg) !important;
}
.marcveyrat-play-btn {
    background-image: url(images/pictos/play/play-visuel.png), url(images/visuels/projets/marcveyrat/citation-marc-veyrat-480x720.jpg) !important;
}
.doberman-play-btn {
    background-image: url(images/pictos/play/play-visuel.png), url(images/visuels/projets/doberman/IMG_2955_800.jpg) !important;
}
.roses-play-btn {
    background-image: url(images/pictos/play/play-visuel.png), url(images/visuels/projets/roses/carousel7-roses-480x720.jpg) !important;
}

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

    #footer-container  .footer-top .middle {
        display: flex;
        flex-direction: column;
        align-items: center;

        margin: 1rem 0 2rem;
    }

	.home-page footer {
		height: 100px !important;
	}

    footer .footer-bottom {
		flex-direction: column;
		margin-bottom: 5rem;
		line-height: 1.5;
    }

    footer .rs {
        margin: 4rem 0 1rem;
    }

    .page-oeuvres .slide-title {
		font-size: 60px;
		line-height: 100px;
	}
}

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

	/* ACCUEIL  */

	/* FOOTER  */

	footer .copyright {
		height: 100% !important;
		font-size: 15px;
    }

	footer .middle {
		text-align: center !important;
		line-height: 2;
    }

    #footer-container .footer-top .middle a {
        padding: .25rem 0;
    }

    footer .footer-bottom {
        margin-bottom: 0;
    }

	footer .rs {
		margin: 2rem 0 1rem;
	}

	footer .rs i {
		font-size: 1rem;
	}

	.fa-facebook-square:before, .fa-instagram:before, .fa-youtube:before {
		padding-right: 0 !important;
	}


	/* OEUVRES  */

	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0;
	}

	.next-caption-wrapper {
		padding: 120px 60px 220px 60px;
	}

	#project-nav .next-project-wrap {
		top: -160px !important;
	}

}


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

	/* HOME */

    .header-visible #header-container{
        background: black;
    }

    .header-visible #header-container img{
        max-height: 55px;
    }
    .sidebar.right{
        max-width: 380px !important;

    }

	.slide-title-wrapper {
		padding: 10rem;
	}


	/* FOOTER  */

	/* footer {
		height: 250px;
	} */

	footer .copyright {
		flex-direction: column;
		height: 200px;
		line-height: 20px;
	}

	footer .rs i {
		font-size: 0.65rem;
	}

	footer .rs ul li a {
		padding: 1rem 1.2rem;
	}

	footer .rs i {
		font-size: 1.1rem;
		width: 0.75rem;
    }

    footer .footer-bottom {
        margin-bottom: 3rem;
    }

	.swiper-slide .outer {
		padding: 0;
	}


	/* OEUVRES  */

	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: -3px;
	}

	.page-oeuvres .slide-title {
		font-size: 50px;
		line-height: 100px;
	}

	.content-carousel .swiper-slide img, .content-looped-carousel .swiper-slide img {
		max-height: 50vw;
	}

	.page-oeuvres .content-row.row_padding_all.dark-section h2 {
		font-size: 25px;
		line-height: 15px;
	}

	.content-row.row_padding_all.dark-section h2 {
		margin-bottom: 10vw;
	}

	.row_padding_bottom {
		padding-bottom: 15vw;
	}

	.row_padding_top {
		padding-top: 15vw;
	}

}


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

    footer .footer-bottom {
        text-align: center;
        margin-bottom: 3rem;
    }

    footer .rs {
        margin: 3rem 0 1rem;
    }

    #footer-container .footer-top .middle .pol-conf {
        line-height: 20px !important;
    }

}












.alert{
    padding:10px;
}
.alert-danger{
    background: rgba(199, 163, 22, 0.97);
    color: rgba(105, 83, 0, 0.97);
    border:1px solid rgba(105, 83, 0, 0.97);
}
.danger{
    color: rgba(105, 83, 0, 0.97);
    font-size:12px;
    background: rgba(199, 163, 22, 0.97);
    border:1px solid rgba(105, 83, 0, 0.97);
    padding:5px;
    display:none;
}

.errorform{
    border:1px solid rgba(105, 83, 0, 0.97) !important;

}

.alert-confirm{
    background: #00c700;
    color: #004900;
    border:1px solid #004900;
}
.menuloc{
    width:50%;
    float:left;
    text-align: center;
}
.menuloc > img{
    margin: 0 auto;
}

.activeLocale{
    text-decoration: underline;
}

.swiper-slide video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




/* Responsive images
Sizes:
	1920x1280
	800x1200
	480x720
*/

.lynx-project {
	background-image: url(/images/visuels/projets/lynx/lynx-1920x1280.jpg);
}

.roses-project {
	background-image: url(images/visuels/projets/roses/roses-1920x1280.jpg);
}

.vases-project {
	background-image: url(images/visuels/projets/vases/vases-1920x1280.jpg);
}

.cerf-project {
	background-image: url(images/visuels/projets/cerf/cerf-1920x1280.jpg);
}

.renard-project {
	background-image: url(images/visuels/projets/renard/renard-1920x1280.jpg);
}

.chien-project {
	background-image: url(images/visuels/projets/chien/chien-1920x1280.jpg);
}

.dinosaure-project {
	background-image: url(images/visuels/projets/dinosaure/dinosaure-1920x1280.jpg);
}

.cheval-project {
	background-image: url(images/visuels/projets/cheval/cheval-1920x1280.jpg);
}

.cheval-blanc-project {
	background-image: url(images/visuels/projets/chevalblanc/cheval_blanc_cabre_antoine_saint.png);
}

.loup-project {
	background-image: url(images/visuels/projets/loup/loup-1920x1280.jpg);
}

.trophee-gant-project {
	background-image: url(images/visuels/projets/trophee-gant/trophee-gant-1920x1080.jpg);
}
.girafe-project {
	background-image: url(images/visuels/projets/girafe/projet-girafe_1920.jpg);
}

.elephant-project {
    background-image: url(images/visuels/projets/elephant/projet-elephante_1920.jpg);
}

.chevalcabre-project {
	background-image: url(images/visuels/projets/chevalcabre/chevalcabre-1920x1280.jpg);
}

.goldorak-project {
	background-image: url(images/visuels/projets/goldorak/goldorak-1920x1280.jpg);
}
.taureau-project {
	background-image: url(images/visuels/projets/taureau/taureau-1920x1280.jpg);
}
.doberman-project {
	background-image: url(images/visuels/projets/doberman/doberman-1920x1280.jpg);
}
.dali-project {
	background-image: url(images/visuels/projets/dali/dali-1920x1280.jpg);
}
.marcveyrat-project {
	background-image: url(images/visuels/projets/marcveyrat/marc-veyrat-1920x1280.jpg);
}
.cocker-project {
    background-image: url(images/visuels/projets/cocker/cocker-1920x1280.jpg);
}
.goldoraknouveau-project {
    background-image: url(images/visuels/projets/goldorak-nouveau/goldorak-nouveau-1920x1280.jpg);
}
.cerfzinc-project {
    background-image: url(images/visuels/projets/cerf-zinc/cerf-zinc-1920x1280.jpg);
}
.spitz-project {
	background-image: url(images/visuels/projets/spitz/spitz-1920x1280.jpg);
}
.trophee-project {
	background-image: url(images/visuels/projets/trophee/trophee-1920x1280.jpg);
}
.goldorak-nouveau-project {
	background-image: url(images/visuels/projets/goldorak-nouveau/goldorak-nouveau-1920x1280.jpg);
}

.menuP{
    height: 40px;
}

@media screen and (max-width: 850px) {
	#showcase-slider-holder video{
		display: none;
	}

	.lynx-project {
		background-image: url(/images/visuels/projets/lynx/lynx-800x1200.jpg);
	}

	.roses-project {
		background-image: url(images/visuels/projets/roses/roses-800x1200.jpg);
	}

	.vases-project {
		background-image: url(images/visuels/projets/vases/vases-800x1200.jpg);
	}

	.cerf-project {
		background-image: url(images/visuels/projets/cerf/cerf-800x1200.jpg);
	}

	.renard-project {
		background-image: url(images/visuels/projets/renard/renard-800x1200.jpg);
	}

	.chien-project {
		background-image: url(images/visuels/projets/chien/chien-800x1200.jpg);
	}

	.dinosaure-project {
		background-image: url(images/visuels/projets/dinosaure/dinosaure-800x1200.jpg);
	}

	.cheval-project {
		background-image: url(images/visuels/projets/cheval/cheval-800x1200.jpg);
	}

	.loup-project {
		background-image: url(images/visuels/projets/loup/loup-800x1200.jpg);
	}

	.trophee-gant-project {
		background-image: url(images/visuels/projets/trophee-gant/trophee-gant-800x1200.jpg);
	}

	.goldorak-project {
		background-image: url(images/visuels/projets/goldorak/goldorak-800x1200.jpg);
	}


    .girafe-project {
        background-image: url(images/visuels/projets/girafe/girafe-800x1200.jpg);
    }

    .elephant-project {
        background-image: url(images/visuels/projets/elephant/elephant-800x1200.jpg);
    }
    .cheval-blanc-project {
        background-image: url(images/visuels/projets/chevalblanc/caroussel1_800.jpg);
    }

    .taureau-project {
        background-image: url(images/visuels/projets/taureau/taureau-800x1200.jpgg);
    }
    .doberman-project {
        background-image: url(images/visuels/projets/doberman/doberman-800x1200.jpg);
    }



}

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

    .goldoraknouveau-project {
        background-image: url(images/visuels/projets/goldorak-nouveau/goldorak-nouveau-800x1200.jpg);
    }

	.lynx-project {
		background-image: url(/images/visuels/projets/lynx/lynx-480x720.jpg);
	}

	.roses-project {
		background-image: url(images/visuels/projets/roses/roses-480x720.jpg);
	}

	.vases-project {
		background-image: url(images/visuels/projets/vases/vases-480x720.jpg);
	}

	.cerf-project {
		background-image: url(images/visuels/projets/cerf/cerf-480x720.jpg);
	}

	.renard-project {
		background-image: url(images/visuels/projets/renard/renard-480x720.jpg);
	}

	.chien-project {
		background-image: url(images/visuels/projets/chien/chien-480x720.jpg);
	}

	.dinosaure-project {
		background-image: url(images/visuels/projets/dinosaure/dinosaure-480x720.jpg);
	}

	.cheval-project {
		background-image: url(images/visuels/projets/cheval/cheval-480x720.jpg);
	}

	.loup-project {
		background-image: url(images/visuels/projets/loup/loup-480x720.jpg);
	}

	.trophee-gant-project {
		background-image: url(images/visuels/projets/trophee-gant/trophee-gant-480x720.jpg);
	}

	.goldorak-project {
		background-image: url(images/visuels/projets/goldorak/goldorak-480x720.jpg);
	}


    .girafe-project {
        background-image: url(images/visuels/projets/girafe/girafe-400x720.jpg);
    }

    .elephant-project {
        background-image: url(images/visuels/projets/elephant/elephant-480x720.jpg);
    }
    .cheval-blanc-project {
        background-image: url(images/visuels/projets/chevalblanc/caroussel1_480.jpg);
    }

    .taureau-project {
        background-image: url(images/visuels/projets/taureau/taureau-480x720.jpg);
    }
    .doberman-project {
        background-image: url(images/visuels/projets/doberman/doberman-480x720.jpg);
    }

}

.slider-button-prev {
    background-image: url('/images/icons/arrow-left.png');
    background-position: 10% center;

}

.slider-button-next {
    background-image: url('/images/icons/arrow-right.png');
    background-position: 90% center;
}

.slider-button-prev, .slider-button-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 55px;
}

@media screen and (max-width: 850px) {
    .slider-button-prev, .slider-button-next {
        background-size: 40px;
    }

    .content-slider .slider-button-prev {
        left: 10px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .content-slider .slider-button-next {
        right: 10px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
}

header .flexnav .menuloc {
    opacity: 0.5;
}

header .flexnav .activeLocale {
    opacity: 1;
}

@media screen and (max-width: 480px) {
    header .flexnav .menuloc {
        width: 50px;
        padding: 20px;
    }
}
.cartable td{
    font-weight: 900;
}
.cartable{
    max-width: 500px;
    font-size: 0.9rem;
    float: right;

}
.cartable2{
    font-size: 0.9rem;
}
.cartable2 input{
    color:white;
    text-align: right;
    background: #323539;
}
.fRight{
    float: right;
}
.inputQuantity{
    width: 40px;
    padding: 0px;
}

.deleteItem{
    cursor: pointer;
    color: red;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
    background: black !important;
    margin-bottom: 3rem;
}
.sidebar.right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 450px;
    max-width: 450px;
    background: #000;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.text-gray-700, .text-gray-600{
    --tw-text-opacity:1;
    color: white;
}

.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}

.rounded{
    border-radius:0.25rem;
    vertical-align: middle;
    width: 15px;
}

.sidebar {
    box-shadow: 20px 2px 20px 20px rgba(0,0, 0, 0.64);

    position: fixed;
    color: white;
    padding: 30px;
    font-size: 2em;
    text-align: center;
    z-index: 9;
}

.achat {
    color: #fff;
}

.addPanier{
    cursor: pointer;
    display:block;
}
.addPanier:hover{
    color: #fff;
    text-decoration: underline !important;
    animation-duration: 6s !important;
    text-underline-offset: 8px;
}
.accountLi a{
    color: black !important;
}

