.heading { font-family: 'Lemonada', cursive; animation: color-change 2s infinite; filter: blur(1px); margin: 0 auto 20px auto;text-shadow: 2px 2px 3px #787878;}
.slides,.slides p {font-family: 'Montserrat', sans-serif; font-weight:300;}
.slides .button,.slides .slides-form {font-family: 'Montserrat', sans-serif;font-weight: 400;}
@keyframes color-change {0% {color:#c9c9c9;}   33% {color: #3EC718} 66% {color: #3EC718} 100% {color:#c9c9c9}}
/**.dropdown.share li{ width:50%}**/
.paragraph_header{font-family: 'Lora', serif; color: #FF0000; text-shadow: 1px 1px 2px #787878;}
li p a{opacity:.8}
.panel .menu { cursor:pointer}
.panel .menu > li {outline: none; border-radius: 50px; padding: 7px 17px; will-change: background; -webkit-transition:0.25s background; transition:0.25s background; }
.panel .menu > li:focus,.panel .menu > li:hover {background: rgba(0, 0, 0, 0.25);}
.panel .menu li a:hover{color:red}
.button:hover {color: red!important; transform: scale(1.015)!important;background-color: rgba(255,255,255,0.05)!important;}
.pad:hover {opacity: 1 !important;}
li > a > svg:hover, .panel svg:hover {fill: red}
a > svg {fill: #fff}
.panel .toFirstSlide svg{width: 18px; height:18px}
.panel .toFirstSlide {width: 24px; height:24px; transition-property: all; transition-duration: 0.25s; transition-timing-function: ease; transition-delay: 0s;}
img.img_square {box-shadow: 10px 10px 20px 5px rgba(200,200,200,0.05), -10px -10px 20px 5px rgba(200,200,200,0.05);transition: .5s;}
img.img_square:hover {box-shadow: 10px 10px 20px 5px rgba(200,200,200,0.10), -10px -10px 20px 5px rgba(200,200,200,0.10); transform: scale(1.025);}
img.img_transparent {transition: .5s;}
img.img_transparent:hover {transform: scale(1.025);}
#header {margin: 0 auto}
/**.popup.animated .animate.active [class*=ae-1]:not(.done) { opacity: 1; -webkit-backface-visibility: hidden; backface-visibility: hidden; visibility: visible; transform: translate3d(0, 0, 0); filter: none;}**/