/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;   
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

/* ------- General Style part 1 ------- */
body {
	color: var(--font-color);
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	line-height: 1.4;
	margin: 0; 
	padding: 0;
	width: 100%;
	text-align: center;
}










/* Brightness and Gamma Switch is created By Joseph Shenton @TeamiHackify. */
/* 
MIT license (https://opensource.org/licenses/MIT)
Copyright (c) 2016 by Joseph Shenton (http://codepen.io/TeamiHackify/pen/YqVoJB)
 */

body {
    background: #fdc96c;
  	background-image: url(https://g2k7z4f8.ssl.hwcdn.net/defonic/images/citybis2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	/* background-size: 100% auto; */
	background-attachment: fixed;
	
  --backgr-color: #FDC96C;
  --font-color: #31456A;
  --text-color: #31456A;
  --icons-color: #31456A;
  --mybtn-color: #31456A;
  --light-color: #e4b561;
  --dark-color: #FFDC73;
  
  --h1-light-color: #D1A55A;
  --h1-dark-color: #FFE996;
	
  --r-color: 255;
  --g-color: 221;
  --b-color: 119;

}

body.day-background {
  background: #2E343B;
/*   -webkit-transition: background-color 150ms ease-out !important;
  transition: background-color 150ms ease-out !important; */
  	background-image: url(https://g2k7z4f8.ssl.hwcdn.net/defonic/images/citybis2.png);
	background-position: left bottom, right top;
	background-repeat: no-repeat, no-repeat;
	/* background-size: 100% auto; */
	background-attachment: fixed, fixed;

  --backgr-color: #2E343B;
  --font-color: #9F7DEA;
  --text-color: #7B8499;
  --icons-color: #9F7DEA;
  --mybtn-color: #9F7DEA;
  --light-color: #292f35;
  --dark-color: #333941;
  
  --h1-light-color: #16191C;
  --h1-dark-color: #464E59;  

  --r-color: 51;
  --g-color: 57;
  --b-color: 65;

}

.button-con {
  cursor: default;
  position: fixed;
  right: 5px;
  top: 20px;
  z-index: 10;
}

#dayIcon {
  position: relative;
  width: 26px;
  height: 26px;
  top: -5px;
  margin: 0 7px;
  fill: var(--text-color);
}

#nightIcon {
  position: relative;
  width: 26px;
  height: 26px;
  top: -5px;
  margin: 0 7px;
  fill: var(--text-color);
}

#dayIcon, #nightIcon {
  cursor: pointer;
}

.toggle {
  display: none;
}

.toggle, .toggle:after, .toggle:before, .toggle *, .toggle *:after, .toggle *:before, .toggle + .toggle-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.toggle::-moz-selection, .toggle:after::-moz-selection, .toggle:before::-moz-selection, .toggle *::-moz-selection, .toggle *:after::-moz-selection, .toggle *:before::-moz-selection, .toggle + .toggle-button::-moz-selection {
  background: none;
}

.toggle::selection, .toggle:after::selection, .toggle:before::selection, .toggle *::selection, .toggle *:after::selection, .toggle *:before::selection, .toggle + .toggle-button::selection {
  background: none;
}

.toggle + .toggle-button {
  outline: 0;
  display: inline-block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  border: 2px solid var(--text-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow:
   -4px -4px 7px 0px var(--dark-color),
   4px 4px 7px 0px var(--light-color);
}

.toggle + .toggle-button:after, .toggle + .toggle-button:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.toggle + .toggle-button:after {
  left: 0;
}

.toggle + .toggle-button:before {
  display: none;
}

.toggle:checked + .toggle-button:after {
  left: 50%;
}

.toggle + .toggle-button {
  padding: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 2px solid var(--text-color);
  border-radius: 2em;
}

.toggle + .toggle-button:after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: var(--text-color);
  opacity: 0.7;
  content: "";
  border-radius: 1em;
}

.toggle:checked + .toggle-button:after {
  left: 50%;
}










/* ------- General Style part 2 ------- */

/* IMPORT FONT FAMILY
================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Comfortaa', cursive;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 33px;
  text-shadow:
   -3px -3px 6px var(--h1-dark-color),
   3px 3px 6px var(--h1-light-color);	
}

p {
    padding: 15px 15px 10px 15px;
}

.col-sm-4 { margin: 24px 0 80px 0; }

.col-sm-6 { margin: 30px 0; padding: 24px; }

navbar-brand img { margin: 0; }

a {
	color: var(--text-color);
	text-decoration: none;
}
a:hover,
a:focus {
	color: #FF2A4F;
	text-decoration: none;
}

#main {
	padding-top: 9px;
}

.line {
	margin: 1em auto;
	border-bottom: 1px solid var(--text-color);
	width: 100px;
}

ul, li {list-style-type: none;}

.phone {
	display: inline-block;
}

.phone2 {
	display: inline-block;
	margin: 10px;
}

#centrage {
  margin-left: auto;
  margin-right: auto;
  width: 125px; /* largeur obligatoire pour être centré */
}


.lefter {
  position: fixed;
  left: 18px;
  top: 10px;
}

.gplay { display: none; }

/* #addbar {
  position: fixed;
  font-size: 18px;
  left: 3px;
  bottom: 0px;
  cursor: pointer; 
}

#addbar a{
  color: #000000;
  opacity: 0.4;
  cursor: pointer;  
} */


#addbar2 {
  margin-top: 25px;
}

#bordertop {
  background: #fdc96c;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  z-index: 1;
}

.sharebutton {
  height: 35px;
  width: 35px;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
  
  background: var(--backgr-color);		 
  box-shadow:
   -4px -4px 7px 0px var(--dark-color),
   4px 4px 7px 0px var(--light-color),
   inset 0px 0px 0px 0px var(--dark-color),
   inset 0px 0px 0px 0px var(--light-color);
}

.sharebutton:hover{
  text-decoration: none;
  box-shadow:  4px 4px 6px 0 rgba(var(--r-color),var(--g-color),var(--b-color),.5),
              -4px -4px 6px 0 var(--light-color), 
    inset -4px -4px 6px 0 rgba(var(--r-color),var(--g-color),var(--b-color),.5),
    inset 4px 4px 6px 0 var(--light-color);
}

.fa {
  padding-top: 9px;
  color: var(--icons-color);

}

#award {
  position: absolute;
  right: 0;
  top: 55px;
}

#video {
  position: fixed;
  text-align: right;
  right: 45px;
  top: 45%;
}

/* Changelog pop-up */
.fa-clock-o {
  color: #6DAF9F;
}

.fa-bell-o {
  color: #6DAF9F;
  margin-bottom: 20px;
}

#HW_badge {
  background: transparent !important;
}

#HW_badge_cont {
  position: absolute !important;
  margin: 0 0 0 0;
}

.updates { display: none; }

.ss {
	cursor: pointer;
}

.sar {
	height: 35px;
	width: 37px;
}

.img1 {
	height: 100px;
	width: 100px;
}

.img2 {
	height: 100px;
	width: 100px;
}

.logo {
  position: fixed;
  left: 10px;
  top: 9px;	
  height: 25px;
  width: 150px;
}





.countdownbis {
	position: fixed;
	top: 15px;
	left: 85px;	
	font-size: 34px;
	font-family: 'Comfortaa', cursive;
	color: #7B8499;
}

/* Fullscreen background image */
.fullscreen-img {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

@media screen and (max-width: 1024px) {
	.fullscreen-img {
		left: 50%;
		margin-left: -512px;
	}
}


/* ------- CountDown Style ------- */

/***************************************************************/
/* FORM */
/***************************************************************/
/* 
form input{ 
	border: 0px;
	border-radius: 1px;
	height: 2.2em; 
	width: 22em; 
	text-align: center;
	outline: none; 
	margin-bottom: 5px;
	font-size: 1em;
}

form input[type="email"] {
	color: #6B454D;
	background: none;
	box-shadow: 0px 0px 3px #404040;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
form input[type="email"]:hover {
	box-shadow: 0px 0px 5px #ffffff;
}
form input[type="submit"] {
	background: #e6567a;
	border: 0px;
	width: 120px;
	color: #6B454D;
	cursor: pointer;
	box-shadow: 0px 0px 3px #404040;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
form input[type="submit"]:hover {
	background: #e25074;
	box-shadow: 0px 0px 5px #404040;
}

.form-note {
	color: #5e6e81;
	font-size: 1em;
	font-style: italic;
	margin: 24px 0;
}

#success {
	padding-top: 10px;
	color: #66CC00;	
	display:none;
}
#error {
	padding-top: 10px;
	color: #e62f2c;
	display:none;
}
 */

/* ROUND BUTTON by web generators */

/* .mybtn {
  text-decoration: none;
  text-align: center;
  padding: 2px 30px 2px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;   
  font-size: 16px;
  color: #5998BE;
  background: rgba(0, 0, 0, 0.1);
} */

/* .mybtn3 a{
  color: #5998BE;
} */

/* .mybtn:hover {
  text-decoration: none;
  color: #FDC96C;
  background: rgba(0, 0, 0, 0.2);
} */

/* .mybtn3:hover a{
  color: #FDC96C;
} */








.mybtn {
  margin-right: 8px;
  text-decoration: none;
  text-align: center;
  padding: 3px 30px 3px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;   
  font-size: 16px;
  color: var(--mybtn-color);
  cursor: pointer;
  
  background: var(--backgr-color);		 
  box-shadow:
   -4px -4px 7px 0px var(--dark-color),
   4px 4px 7px 0px var(--light-color),
   inset 0px 0px 0px 0px var(--dark-color),
   inset 0px 0px 0px 0px var(--light-color);
}

.mybtn:hover {
  text-decoration: none;
  color: var(--mybtn-color);
  box-shadow:  
    4px 4px 6px 0 rgba(var(--r-color),var(--g-color),var(--b-color),.5),
    -4px -4px 6px 0 var(--light-color), 
    inset -4px -4px 6px 0 rgba(var(--r-color),var(--g-color),var(--b-color),.5),
    inset 4px 4px 6px 0 var(--light-color);
}

/* 
.shadow {
	 
  filter: drop-shadow:
   -4px -4px 7px 0px var(--dark-color),
   4px 4px 7px 0px var(--light-color),
   inset 0px 0px 0px 0px var(--dark-color),
   inset 0px 0px 0px 0px var(--light-color);
}
 */


.shadow {	 
  -webkit-filter: drop-shadow(-3px -3px 6px var(--h1-dark-color)) drop-shadow(3px 3px 6px var(--h1-light-color));
  filter: drop-shadow(-3px -3px 6px var(--h1-dark-color)) drop-shadow(3px 3px 6px var(--h1-light-color));
}

.roundbtn {
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  color: var(--mybtn-color);
  background: var(--backgr-color);
  padding: 10px 15px 10px 15px;
  
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  
  box-shadow:
   -4px -4px 7px 0px var(--dark-color),
   4px 4px 7px 0px var(--light-color),
   inset 0px 0px 0px 0px var(--dark-color),
   inset 0px 0px 0px 0px var(--light-color);
}

.roundbtn:hover {
  text-decoration: none;
  color: var(--mybtn-color);
  box-shadow:  4px 4px 6px 0 rgba(var(--r-color),var(--g-color),var(--b-color),.5),
              -4px -4px 6px 0 var(--light-color), 
    inset -4px -4px 6px 0 rgba(var(--r-color),var(--g-color),var(--b-color),.5),
    inset 4px 4px 6px 0 var(--light-color);
}






.compte {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 45px;
  color: #1b1b1b;
  opacity: 0.4;
  z-index: -1;
}

.underline {
	font-size: 16px;
	/* border-bottom: 2px solid #5998BE; */
}

.underline span {
	font-size: 18px;
}

/* NAV BAR*/
.navbar-default {
	background: #fdc96c;
	border: 0;
	padding: 0 40px 1px 40px;
	margin-top: 10px;
}

.navbar-default .navbar-brand {
  color: var(--text-color);
  padding-right: 450px;
}
  
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #404040;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #404040;
}

.navbar-default .navbar-nav > li > a {
  color: var(--text-color);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #404040;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #5e6e81;
}

.navbar-default .navbar-toggle { width: 45px; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #404040;
}


.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #404040;
  border-bottom-color: #404040;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #404040;
}





.deal {
  width: 210px;
  height: 140px;
}

.citypart1 {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.citypart2 {
  position: fixed;
  left: 38%;
  bottom: -119px;
  z-index: -1;
}

.citypart3 {
  position: fixed;
  left: 215px;
  bottom: 180px;
  z-index: -1;
  display: none;
}

.logosvg {
width: 110px;
height: auto;
margin-top: 20px;
}


.rotate-90-cw {
	-webkit-animation: rotate-90-cw 3.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both;
	        animation: rotate-90-cw 3.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-9-18 21:34:27
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-90-cw
 * ----------------------------------------
 */
@-webkit-keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
















/* ==========================================================================
Floating animation
========================================================================== */
.column1 {
	display: table-cell;
	vertical-align: middle;
	text-align: right;	
}

.column2 {
	display: table-cell;
	text-align: left;
	padding-left: 70px;
}

  
.floating-logo {
  z-index: auto;
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

	

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

.citypart1 { display: none; }

.citypart2 {
  left: 60%;
}
	
	
}	

@media screen and (max-width: 767px) {
#main { margin: 0; padding: 0;}

.gplay { display: block; }
.mobhide { display: none; }
.citypart2 { display: none; }
.deal { display: none; }


.column2 {
	display: table-cell;
	text-align: left;
	padding-left: 0;
}
}


@media screen and (max-width: 486px) {
#main { margin: 0; padding: 0;}
form input[type="email"]{ width: 95%; }
form input[type="submit"] { width: 95%; }
	
.gplay { display: block; }
.mobhide { display: none; }
			
.citypart3 { visibility: hidden; }
.fa-bell-o { visibility: hidden; }
}





#about { display: none; }
#contact { display: none; }
#content { margin: 33px; }







/* Re-tapes by me */

.fade-in-left {
	-webkit-animation: fade-in-left 1s 9 alternate both;
	        animation: fade-in-left 1s 9 alternate both;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-25 23:52:56
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}




.shake-horizontal {
	-webkit-animation: shake-horizontal 5s 4 both;
	        animation: shake-horizontal 5s 4 both;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-25 23:48:24
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}





.wobble-hor-top {
	-webkit-animation: wobble-hor-top 2s 3 both;
	        animation: wobble-hor-top 2s 3 both;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-25 23:16:31
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-top {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(6deg);
            transform: translateX(-30px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(-6deg);
            transform: translateX(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(3.6deg);
            transform: translateX(-15px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(-2.4deg);
            transform: translateX(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(1.2deg);
            transform: translateX(-6px) rotate(1.2deg);
  }
}
@keyframes wobble-hor-top {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(6deg);
            transform: translateX(-30px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(-6deg);
            transform: translateX(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(3.6deg);
            transform: translateX(-15px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(-2.4deg);
            transform: translateX(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(1.2deg);
            transform: translateX(-6px) rotate(1.2deg);
  }
}



/* .rotate-center {
	-webkit-animation: rotate-center 3.5s linear infinite reverse both;
	        animation: rotate-center 3.5s linear infinite reverse both;
} */

.rotate-center {
	-webkit-animation: rotate-center 2s linear 8 reverse both;
	        animation: rotate-center 2s linear 8 reverse both;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-25 23:21:32
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



.flip-diagonal-1-bl {
	-webkit-animation: flip-diagonal-1-bl 2s linear 4 alternate both;
	        animation: flip-diagonal-1-bl 2s linear 4 alternate both;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-25 23:28:54
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-diagonal-1-bl
 * ----------------------------------------
 */
@-webkit-keyframes flip-diagonal-1-bl {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
            transform: rotate3d(1, 1, 0, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
            transform: rotate3d(1, 1, 0, -180deg);
  }
}
@keyframes flip-diagonal-1-bl {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
            transform: rotate3d(1, 1, 0, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
            transform: rotate3d(1, 1, 0, -180deg);
  }
}



.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-25 23:39:47
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


.rotate-90-ccw {
	-webkit-animation: rotate-90-ccw 1s 2 alternate both;
	        animation: rotate-90-ccw 1s 2 alternate both;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-25 23:42:33
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-90-ccw
 * ----------------------------------------
 */
@-webkit-keyframes rotate-90-ccw {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@keyframes rotate-90-ccw {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}




.slide-tr {
	-webkit-animation: slide-tr 1s 2 alternate both;
	        animation: slide-tr 1s 2 alternate both;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-26 0:1:45
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-tr
 * ----------------------------------------
 */
@-webkit-keyframes slide-tr {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-100px) translateX(100px);
            transform: translateY(-100px) translateX(100px);
  }
}
@keyframes slide-tr {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-100px) translateX(100px);
            transform: translateY(-100px) translateX(100px);
  }
}




/* Simple popup by https://codyhouse.co */
.cd-popup {
  position: fixed;
  left: 10px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  transition: opacity 0.5s 0s, visibility 0s 0.5s;
  z-index: 990;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  width: 190px;
  background: #CFA65B;
  border-radius: .3em;
  text-align: left;
  line-height: 1.3;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.cd-popup-container p {
  padding: 15px 13px 12px 13px;
  color: #66582F;
  font-size: 16px;
}

.cd-popup-container .cd-buttons p {
  background: #66582F;
  padding: 16px;
  border-radius: 0 0 .3em .3em;
  color: #D1B153;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 3px;
  right: 1px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 2px;
  background-color: #66582F;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}









/* FROM simple-slider.css */
.slider {
  width: 70%;
  -ms-touch-action: none;
  touch-action: none;
}

.slider > .dragger {
  background: #6DAF9F;
  border: 0;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-touch-action: none;
  touch-action: none;
}

.slider > .dragger:hover {
  background: #6DAF9F;
}

.slider > .track,
.slider > .highlight-track {
    background: #6DAF9F;
	height: 3px;
	border: 1px solid #6DAF9F;

  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.slider > .highlight-track {
	background-color: #6DAF9F;
}

.marginal {
	margin: 25px 0 0 20%;
	visibility: hidden;
}

@media (max-width: 768px) {

.slider {
  width: 90%;
}

.marginal {
	margin: 25px 0 0 5%;
}

}









/* 
MIT license
Copyright (c) 2011-2018 Amber Creative Lab, Ltd.

Stretchy Navigation is created by CodyHouse and licensed under the MIT license: http://opensource.org/licenses/MIT

https://codyhouse.co/gem/stretchy-navigation
 */

/* -------------------------------- 
Stretchy Nav style by www.codyhouse.co - common to:
 - basic navigation
 - add-content navigation
 - edit-content navigation
-------------------------------- */
.cd-stretchy-nav {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}


.cd-stretchy-nav .stretchy-nav-bg {
  /* this is the stretching navigation background */
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: var(--backgr-color);

}
.cd-stretchy-nav.nav-is-visible {
  pointer-events: auto;
}
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
  height: 100%;
  /* box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2); */
}

.cd-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  /* replace text with image */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  pointer-events: auto;
}
.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* this is the hamburger icon */
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--text-color);
}
.cd-nav-trigger span {
  /* middle line of the hamburger icon */
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* top and bottom lines of the hamburger icon */
  content: '';
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
  /* box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2); */
}
.nav-is-visible .cd-nav-trigger span {
  background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-stretchy-nav ul {
  position: relative;
  z-index: 2;
  padding: 60px 0 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
  text-align: right;
}
.cd-stretchy-nav ul a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 calc(1em + 60px) 0 1em;
  color: var(--text-color);
  font-size: 13px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.cd-stretchy-nav ul a::after {
  /* navigation item icons */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: .6;
  background: url(images/cd-sprite-4.svg) no-repeat 0 0;
}
.cd-stretchy-nav ul a::before {
  /* line visible next to the active navigation item */
  content: '';
  position: absolute;
  width: 3px;
  height: 16px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(0);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(0);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(0);
  -o-transform: translateX(3px) translateY(-50%) scaleY(0);
  transform: translateX(3px) translateY(-50%) scaleY(0);
  background-color: var(--backgr-color);
}
.cd-stretchy-nav ul li:first-of-type a::after {
  /* change custom icon using image sprites */
  background-position: -32px 0;
}
.cd-stretchy-nav ul li:nth-of-type(2) a::after {
  background-position: -64px 0;
}
.cd-stretchy-nav ul li:nth-of-type(3) a::after {
  background-position: -48px 0;
}
.cd-stretchy-nav ul li:nth-of-type(4) a::after {
  background-position: 0 0;
}
.cd-stretchy-nav ul li:nth-of-type(5) a::after {
  background-position: -16px 0;
}
.cd-stretchy-nav ul span {
  /* navigation item labels */
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}

.cd-stretchy-nav.nav-is-visible ul {
  visibility: visible;
}
.cd-stretchy-nav.nav-is-visible ul a::after {
  /* navigation item icons */
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-animation: scaleIn 0.15s backwards;
  -moz-animation: scaleIn 0.15s backwards;
  animation: scaleIn 0.15s backwards;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul a.active {
  color: var(--text-color);
}
.cd-stretchy-nav.nav-is-visible ul a.active::after {
  opacity: 1;
}
.cd-stretchy-nav.nav-is-visible ul a.active::before {
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(1);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(1);
  -o-transform: translateX(3px) translateY(-50%) scaleY(1);
  transform: translateX(3px) translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.15s 0.3s;
  -moz-transition: -moz-transform 0.15s 0.3s;
  transition: transform 0.15s 0.3s;
}
.cd-stretchy-nav.nav-is-visible ul span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: slideIn 0.15s backwards;
  -moz-animation: slideIn 0.15s backwards;
  animation: slideIn 0.15s backwards;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
  color: var(--text-color);
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
  opacity: 1;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.cd-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
.cd-stretchy-nav.nav-is-visible ul li:first-of-type span {
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

/* -------------------------------- 
edit content
-------------------------------- */


.cd-stretchy-nav.edit-content .stretchy-nav-bg {
  height: 30px;
  width: 30px;
  background-color: var(--backgr-color);
  box-shadow:
   -4px -4px 7px 0px var(--dark-color),
   4px 4px 7px 0px var(--light-color),
   inset 0px 0px 0px 0px var(--dark-color),
   inset 0px 0px 0px 0px var(--light-color);
}
.cd-stretchy-nav.edit-content.nav-is-visible .stretchy-nav-bg {
  height: 100%;
  background-color: var(--backgr-color);
  box-shadow:
   -4px -4px 7px 0px var(--dark-color),
   4px 4px 7px 0px var(--light-color),
   inset 0px 0px 0px 0px var(--dark-color),
   inset 0px 0px 0px 0px var(--light-color);
}

.cd-stretchy-nav.edit-content .cd-nav-trigger {
  height: 30px;
  width: 30px;
}
.cd-stretchy-nav.edit-content .cd-nav-trigger span {
  opacity: 0;
  background-color: transparent;
}
.cd-stretchy-nav.edit-content .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-stretchy-nav.edit-content .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-stretchy-nav.edit-content .cd-nav-trigger span, .cd-stretchy-nav.edit-content .cd-nav-trigger span::before, .cd-stretchy-nav.edit-content .cd-nav-trigger span::after {
  /* used to create the 'X' icon when the navigation is open */
  width: 12px;
}
.cd-stretchy-nav.edit-content .cd-nav-trigger::after {
  /* edit icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(images/cd-sprite-4.svg) no-repeat 0 0;
}
.cd-stretchy-nav.edit-content .cd-nav-trigger span, .cd-stretchy-nav.edit-content .cd-nav-trigger::after {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .cd-stretchy-nav.edit-content .cd-nav-trigger:hover ~ .stretchy-nav-bg {
  background: var(--backgr-color);		 
  box-shadow:
   -4px -4px 7px 0px var(--dark-color),
   4px 4px 7px 0px var(--light-color),
   inset 0px 0px 0px 0px var(--dark-color),
   inset 0px 0px 0px 0px var(--light-color);
   
  /* transition:box-shadow 0.6s cubic-bezier(.79,.21,.06,.81); */
}

.cd-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger span {
  opacity: 1;
}
.cd-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger::after {
  /* hide edit icon */
  opacity: 0;
}

.cd-stretchy-nav.edit-content ul {
  padding-top: 30px;
}

.cd-stretchy-nav.edit-content ul a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.cd-stretchy-nav.edit-content ul a::after {
  right: 7px;
  background-image: url(images/cd-sprite-4.svg);
}

.cd-stretchy-nav.edit-content ul li:first-of-type a::after {
  background-position: -16px 0;
}

.cd-stretchy-nav.edit-content ul li:nth-of-type(2) a::after {
  background-position: -32px 0;
}

.cd-stretchy-nav.edit-content ul li:nth-of-type(3) a::after {
  background-position: -48px 0;
}

.cd-stretchy-nav.edit-content ul li:nth-of-type(4) a::after {
  background-position: -64px 0;
}

.cd-stretchy-nav.edit-content ul span {
  position: absolute;
  top: 0;
  right: 35px;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(17, 17, 17, 0.2);
  border-radius: 2px;
  text-align: center;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.cd-stretchy-nav.edit-content ul span::after {
  /* triangle below the tooltip */
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.2);
}

.cd-stretchy-nav.edit-content.nav-is-visible ul span {
  /* reset default style */
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.no-touch .cd-stretchy-nav.edit-content.nav-is-visible ul a:hover span {
  opacity: 1;
  visibility: visible;
  /* reset default style */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}


/* -------------------------------- 
keyframes
-------------------------------- */
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}



/* For Extra */
.pimg {
	width: 420px;
	height: 240px;
	/* border: 1px solid #E3B561; */
	border-radius: 8px;
	margin-bottom: 40px;
}

/* Presets */
.presets {
	color: var(--text-color);
	margin-top: 20px;
}

.presets span {
	font-size: 14px;
	color: var(--text-color);
	vertical-align: 8%;	
}

/* .presets a:focus {
   text-decoration: none;
   opacity: 0.7;
} */














/* CSSeffectsSnippets

MIT License
Copyright (c) 2019 emilkowalski

CSSeffectsSnippets is created by Emil Kowalski and is licensed under the MIT license: https://opensource.org/licenses/MIT
https://github.com/emilkowalski/css-effects-snippets
 */
 
.borderLeftRight {
  display: inline-block;
  position: relative;
}

.borderLeftRight::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FF2A4F;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.borderLeftRight:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}






/* 
MIT license
Custom Dropdown Menu #1

Copyright (c) 2021 by Veronica (https://codepen.io/veronicadev/pen/JLoaVg)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */

.table_center{
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 5;
}
.drop-down{
    display: inline-block;
    position: relative;
}

.drop-down__button{
  background: var(--backgr-color);
  height: 41px;
  width: 41px;
  padding: 4px;
  border-radius: 20%;

  box-shadow:
   -4px -4px 7px 0px var(--dark-color),
   4px 4px 7px 0px var(--light-color),
   inset 0px 0px 0px 0px var(--dark-color),
   inset 0px 0px 0px 0px var(--light-color);  
  cursor: pointer;
}

.drop-down__button:hover{
  text-decoration: none;
  box-shadow:  4px 4px 6px 0 rgba(var(--r-color),var(--g-color),var(--b-color),.5),
              -4px -4px 6px 0 var(--light-color), 
    inset -4px -4px 6px 0 rgba(var(--r-color),var(--g-color),var(--b-color),.5),
    inset 4px 4px 6px 0 var(--light-color);
}



/* 
.drop-down__name {
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
}
 */
 

.drop-down__icon {
    width: 18px;
    vertical-align: middle;
    margin-left: 14px;
    height: 18px;
    border-radius: 50%;
    transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  
}



.drop-down__menu-box {
    position: absolute;
    width: 200px;
    left: 0;
    border-radius: 4px;
  
  background-color: var(--backgr-color);		 
  box-shadow:
   -4px -4px 7px 0px var(--dark-color),
   4px 4px 7px 0px var(--light-color);
   
   transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  margin-top: 5px;
}

.drop-down__menu {
    margin: 0;
    padding: 0 13px;
    list-style: none;
  
}
.drop-down__menu-box:before{
  content:'';
  background-color: transparent;
  border-right: 8px solid transparent;
  position: absolute;
  border-left: 8px solid transparent;
  border-bottom: 8px solid var(--backgr-color);
  border-top: 8px solid transparent;
  top: -15px;
  left: 14px;

}

.drop-down__menu-box:after{
  content:'';
  background-color: transparent;
}

.drop-down__item {
    font-size: 14px;
    padding: 13px 0;
    text-align: left;
    color: #7B8499;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #31456A; */
}



.drop-down__item a{
    color: #31456A;
}

.drop-down__item-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    fill: #8995b6;
  
}

.drop-down__item:hover .drop-down__item-icon{
  fill: #3d6def;
}

/* .drop-down__item:hover{
  color: #FF2A4F;
}  */



/* 
.drop-down__item:last-of-type{
  border-bottom: 0;
}
 */

.drop-down--active .drop-down__menu-box{
visibility: visible;
opacity: 1;
  margin-top: 15px;
}

.drop-down__item:before{
  content:'';
  position: absolute;
width: 3px;
height: 28px;
background-color: #FF2A4F;
left: -13px;
top: 50%;
transform: translateY(-50%);
  display:none;
}

.drop-down__item:hover:before{
  display:block;
}












/* Mon code */

.premium {
opacity: 0.5;
}

.premium2 {
opacity: 0.3;
}

.premium3 {
opacity: 0.2;
}

.star {
	cursor: url("images/star.svg"), default;
}




