.heading { font-family: 'Lemonada'; 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 }}
@keyframes animatePrevArrow{100%, 80% {transform: translateY(0); } 90% { transform: translateY(-10px); }}
@keyframes animateFirstArrow{100%, 80% {transform: translateY(0); } 90% { transform: translateY(-15px); }}
@keyframes animateNextPage{100%, 80% {transform:translateX(-3px);} 90%{transform: translateX(7px);}}
@keyframes animatePrevPage{100%, 80% {transform:translateX(3px);} 90%{transform: translateX(-7px);}}
@keyframes animateMenuArrow{100%, 80% {transform:translatey(0);} 90%{transform: translatey(10px);}}

.paragraph_header { font-family: 'Lora', serif; color: #FF0000; text-shadow: 1px 1px 2px #787878;}

li p a { opacity: .8}

.panel .menu { cursor: pointer}

a {display: inline-block; position:relative;}
a.animated-underline:after{ bottom: -5px; content: ""; display: block; height: 2px; left: 50%; position: absolute; background: #fff; transition: width 0.3s ease 0s, left .3s ease 0s; width: 0; }
a.animated-underline:hover:after { width: 110%; left: -5%; }
.hr{border:0; height:3px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(9, 84, 132), rgba(0, 0, 0, 0)); }
.panel .menu > li { outline: none; border-radius: 50px; padding: 7px 7px; 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}
.panel .menu li .material-icons {color: #fff}
.button:hover {color: red !important; transform: scale(1.015) !important;background-color: rgba(255,255,255,0.05)!important;}
.button.actionButton:hover {background-color: rgba(255,0,0,0.5) ! important; transform: scale(1.5) !important; box-shadow: 0 0 20px 5px rgba(200, 200, 200, 0.25); }
.button.actionButton img, .sidebar .content img { transition: filter .5s ease-out; }
.button.actionButton {box-shadow: 0 0 20px 5px rgba(200, 200, 200, 0.1)}
.button.actionButton img:hover, .sidebar .content img:hover{ filter: invert(100%);}
.button .actionButton svg, .panel .bottom svg, .sidebar .close svg, .popup .close svg { transition: fill .5s ease-out;}
.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;}
.panel .menu > li .material-icons { vertical-align: bottom; position: relative; top: 2px; margin-top: -4px;}
.panel .menu > li .horizontalnext, .panel.bottom .horizontalnext {animation: animateNextPage 5s infinite;}
.panel .menu > li .horizontalprev, .panel.bottom .horizontalprev {animation: animatePrevPage 6s infinite;}
.panel .menu > li .vertical {animation: animateMenuArrow 4s infinite;}
.panel.bottom .nextSlide svg { animation: animateArrow 4s infinite; stroke: #f00; stroke-width: 1px; stroke-linejoin:round;}
.panel.bottom .nextSlide svg:hover { stroke: #000; stroke-width: 1px; stroke-linejoin:round; stroke-opacity:0.6}
.panel.bottom .prevSlide svg { animation: animatePrevArrow 4s infinite; stroke: #f00; stroke-width: 1px;stroke-linejoin:round; }
.panel.bottom .prevSlide svg:hover { stroke: #000; stroke-width: 1px; stroke-linejoin:round; stroke-opacity:0.6}
.panel svg:hover, .sidebar .close svg:hover, .popup .close svg:hover{ fill: red !important;}
.panel.bottom .material-icons.md-24 {top: 7px; position: relative;}
.panel.bottom a:hover { color: #f00; text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000;}
.material-icons.md-36 {font-size:36px;}																   
.font-border {text-shadow: 1px -1px 0 #f00, -1px 1px 0 #f00, 1px 1px 0 #f00, -1px -1px 0 #f00;}

ul.listing li.listing {list-style-type:disc;}
.button.actionButton svg.polarsteps {width:30px; height:30px; margin-top:-8px; margin-left:-6px;}

.dropdown {width:initial;}									
.dropdown.show { opacity: 0.8}
.dropdown.show:hover { opacity: 1}
.dropdown.customDropdown .menu>li:not(.link), .dropdown.customDropdown .menu>li.link a { padding: 0 20px; cursor: pointer; display: block; text-align: left; font-weight: 400; opacity: .8; line-height: 1.5; margin: 7px 0}
.dropdown.customDropdown .menu {padding: 10px 0; max-height: 300px; overflow-y: auto; overflow-x: hidden;}
.dropdown.customDropdown .menu>li:hover { background: #A0A0A0; color: red}
/*.dropdown.customDropdown .material-icons { position: relative; top: -3px; float: right;}*/

.sidebar .subMenu.smallest li { font-size: 15px; line-height: 2; color: #202020;}
.sidebar .subMenu.smallest { max-height: 28vh; overflow-y: auto; overflow-x: hidden; border-radius: 6px; background: #fff; opacity: 0.8 !important;}
.sidebar .subMenu.smallest:hover { opacity: 1 !important;}
.sidebar .subMenu.smallest>li.link a { margin-left: 20px;}
.sidebar .subMenu.smallest li:hover { background: #A0A0A0; color: red}

::-webkit-scrollbar { width: 4px;}
::-webkit-scrollbar-thumb { background: #A0A0A0; border-radius: 2px;}
::-webkit-scrollbar-thumb:hover { background: #3ec718;}
::-webkit-scrollbar-track-pice {background: #000;}
::-webkit-scrollbar-corner {background: #999;}
::-webkit-resizer { background: #111; }

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);}


/**.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;}**/
