@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}


/*                                 
                  _             _           _                       
  __ _ _ __  ___ (_) ___     __| | ___  ___(_) __ _ _ __            
 / _` | '_ \/ __|| |/ _ \   / _` |/ _ \/ __| |/ _` | '_ \           
| (_| | | | \__ \| | (_) | | (_| |  __/\__ \ | (_| | | | |          
 \__,_|_| |_|___// |\___/   \__,_|\___||___/_|\__, |_| |_|          
               |__/                           |___/                 
                                                    
www.ansjo.be
*/

/*
* Start Bootstrap CSS - worldsteel Circular Economy theme (http://circulareconomy-worldsteel.org)
* Code created by Jim Michels
* For more info, see http://www.ansjo.be.
* Created: februari 2016
* Last updated: februari 2016
*/

/* Used color: steelblue: #4C7189 - blue: #00a9e7 - purple: #842b90 - green: #6ba939 - orange: #f27021  */

/*
1. Mainstyles
2. Navigation
3. Home
4. Section Forward
5. Section History
6. Section Then and Now
7. Section Future
8. Section Chairman
9. Carousel
10. Buttons
11. Footer
12. Social media
13. Tweaking the styles
14. Change breakpoint of the burger menu
15. Floating dots navigation
16. Preloader
16. Custom
*/

/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 1. Main styles */
/* * * * * * * * * * * * * * * * * * * * * * * * */


.50years-container h1, 
.50years-container h2, 
.50years-container h3, 
.50years-container h4, 
.50years-container h5, 
.50years-container h6 {margin: 0 0 35px; font-family: "Open Sans", sans-serif; font-weight: 300; letter-spacing: 1px;}
.50years-container h1 {color: #4D7189;}
.50years-container h2 {padding-bottom: 10px;}
.50years-container p {margin: 0 0 25px; font-size: 14px; line-height: 1.5;}
/*@media(min-width:768px) { p {margin: 0 0 35px; font-size: 20px; line-height: 1.6;} }*/
.50years-container em {font-style: italic;}
.50years-container a {color: #4D7189; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.50years-container a:focus {outline: none}
.50years-container a:hover, a:focus {text-decoration: none; color: #436378;}
.50years-container .small {font-size: 75%; color: #000;}
.50years-container img {max-width: 100%;}
.50years-container .img-responsive {margin: 0 auto;} /*Center all images*/
/*.content-section {padding-top: 50px; padding-bottom: 50px;}*/
.cd-section {padding-top: 60px;}
/*.row {border: grey 1px solid;} Show border around rows to check and style layout*/

/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 2. Navigation */
/* * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 3. Homepage */
/* * * * * * * * * * * * * * * * * * * * * * * * */
.home {display: table; width: 100%; height: auto; padding: 100px 0; text-align: center; color: #fff; background-color: #f1f1f1;}
.home .home-body {display: table-cell; vertical-align: middle;}
.home .home-body .fat {font-weight: 600;}
.home img {margin-bottom: 20px;}
.home p span {color: #4C7189; font-size: 22px; font-weight: 600;}
.home p {color: #4C7189; font-size: 16px;}
.home img.opacity {
	/*opacity: 1;
	filter: alpha(opacity=100);*/
 	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}	
	
.home img.opacity:hover {
	/*opacity: 0.7;
	filter: alpha(opacity=70);*/
 	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3 s ease-in-out;
	
	-webkit-filter: drop-shadow(0px 0px 8px #a6a6a6);
    filter:         drop-shadow(0px 0px 8px #a6a6a6); 
	
	transform: scale(1.1, 1.1);
	}
@media(min-width:768px) {
.home {height: 100%; padding: 0;}
.home p {color: #4C7189; font-size: 14px;}
}
.btn-circle {width: 70px; height: 70px; margin-top: 15px; padding: 7px 16px; border: 0px solid #aec3d2; border-radius: 100%!important; font-size: 40px; color: #fff; background: #aec3d2; -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out;}
.btn-circle:hover,
.btn-circle:focus {outline: 0; color: #aec3d2; background: #4b718e;}
.btn-circle i.animated {-webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1s; -moz-transition-property: -moz-transform; -moz-transition-duration: 1s;}
.btn-circle:hover i.animated {-webkit-animation-name: pulse; -moz-animation-name: pulse; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear;}
@-webkit-keyframes pulse {    
0% {-webkit-transform: scale(1); transform: scale(1);}
50% {-webkit-transform: scale(1.2); transform: scale(1.2);}
100% {-webkit-transform: scale(1); transform: scale(1);}
}
@-moz-keyframes pulse {    
0% {-moz-transform: scale(1); transform: scale(1);}
50% {-moz-transform: scale(1.2); transform: scale(1.2);}
100% {-moz-transform: scale(1); transform: scale(1);}
}

/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 4. Section Forward */
/* * * * * * * * * * * * * * * * * * * * * * * * */
#foreword {background-color: #f1f1f1;}
#foreword .bg-color {padding: 15px; background-color: #842b90;}
#foreword h2 {margin: 0; text-transform: uppercase; font-size: 45px; color: #fff; font-weight: 400;}
.foreword-section {padding: 0 0 30px;}
.foreword-2-section .row {padding: 100px 0 0;}
.foreword-2-section {background-color: #fff; padding: 0 0 40px;}
.foreword-2-section h3 {margin: 50px 0 30px; font-size: 42px; line-height: 1.4; color: #4C7189;}
.foreword-2-section .violet {color: #842b90;}
.foreword-2-section img {margin-bottom: 20px;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* 5. Section History */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
#history {background-color: #fff;}
#history .bg-color {padding: 15px; background-color: #4b718e;}
#history h2 {margin: 0; text-transform: uppercase; font-size: 45px; color: #fff; font-weight: 400;}
#history .bg-image {width: 100%; min-height: 250px; padding: 50px 0; background-color: #cacaca;}
#history h3 {margin: 50px 0; font-size: 35px; line-height: 1.4; color: #4b718e;}
#history p {margin: 0 0 15px 0; color: #4C7189; font-size: 17px;}
#history .padding-right {padding-right: 80px;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* 6. Section Then and Now */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
#thennow {background-color: #fff;}
#thennow .bg-color {padding: 15px; background-color: #6ba939;}
#thennow .bg-color-2 {padding: 15px; background-color: #a6cb88;}
#thennow h2 {margin: 0; text-transform: uppercase; font-size: 45px; color: #fff; font-weight: 400;}
#thennow .bg-image {width: 100%; min-height: 250px; padding: 50px 0; background-color: #cacaca;}
#thennow h3 {margin: 50px 0; font-size: 35px; line-height: 1.4; color: #6ba939;}
#thennow h4 {margin: 80px 0 10px; font-size: 20px; line-height: 1.2; color: #6ba939; font-weight: 600;}
#thennow h4.bigger {font-size: 27px; line-height: 1.2; color: #6ba939; font-weight: 600; margin: 20px 0;}
#thennow h4.white {color: #fff; text-transform: uppercase;}
#thennow p {margin: 60px 0; color: #4C7189; font-size: 18px;}
#thennow .text-white h3 {color: #fff;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* 7. Section Future */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
#future {background-color: #fff;}
#future .bg-color {padding: 15px; background-color: #00746b;}
#future .bg-color-2 {padding: 15px; background-color: #eeeeee;}
#future .img-padding {margin-top: 80px;}
#future h2 {margin: 0; text-transform: uppercase; font-size: 45px; color: #fff; font-weight: 400;}
#future .bg-image {width: 100%; min-height: 250px; padding: 50px 0; background-color: #cacaca;}
#future .bg-image-2 {width: 100%; min-height: 1600px; padding: 50px 0; background-color: #cacaca;}
#future h3 {margin: 80px 0 40px; font-size: 35px; line-height: 1.4; color: #00746b;}
#future p {margin: 10px 0; color: #00746b; font-size: 18px;}
#future .quotes {padding: 30px 0 50px;}
#future .quotes p {color: #000000;}
#future .quote:before {content: "\f10d"; font-family: "FontAwesome", serif; font-size: 20pt; margin-right: 10px;}
#future .quote:after {content: "\f10e"; font-family: "FontAwesome", serif; font-size: 20pt; margin-left: 10px;}
#future p.big-text {font-size: 22px; color: #00746b}
#future .bg-color p {color: #ffffff;}
#future .name {text-transform: uppercase; font-size: 14px; font-weight: 500;}
#future .quotes img {width: 120px; height: 120px;}
#future .pull-left {margin-right: 20px; margin-bottom: 5px;}
#future #triangle-topleft {width: 0; height: 0; border-top: 50px solid #00746b; border-right: 30px solid transparent; margin-left: 60px;}
#future .except-1 {margin-top: 10px;}
#future .future-text {padding-bottom: 50px;}
@media (max-width: 996px) {
#future .quote-line {margin: 40px 0; padding: 20px; border-top: 1px dotted #cacaca;}
#future .quotes {padding: 0px;}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* 8. Section Chairmen */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
#chairmen {background-color: #fff;}
#chairmen .chairmen-section {margin-top: -60px;}
#chairmen .bg-color {padding: 25px 15px 15px; background-color: #aec3d2;}
#chairmen h2 {margin: 0; text-transform: uppercase; font-size: 45px; color: #fff; font-weight: 400;}
#chairmen .bg-image {width: 100%; min-height: 500px; padding: 50px 0; background-color: #cacaca;}
#chairmen h3 {margin: 50px 0; font-size: 35px; line-height: 1.4; color: #aec3d2;}
#chairmen p {margin: 60px 0; color: #4C7189; font-size: 18px;}

/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 9. Carousel */
/* * * * * * * * * * * * * * * * * * * * * * * * */
#carousel {}
#carousel .carousel-item {color:#000; background-color:#eee; padding:20px 0; height: 1050px;}
#carousel .carousel-indicators{overflow-x: auto; overflow-y: hidden; padding:0; margin:0; white-space: nowrap; text-align: center; position: relative; background:#fff;
display: block;}
#carousel .carousel-indicators li {display: table-cell; width: 1%; max-width:90px;}
#carousel .carousel-indicators > li > a {background-color: rgba(238, 238, 238, 0.99); border-top: none; -webkit-border-radius: 15px 15px 0 0; border-radius: 15px 15px 0 0; border-left: 2px solid #fff; border-right: 2px solid #fff;}
#carousel .carousel-indicators > li:first-child > a {border-left: none;}
#carousel .carousel-indicators > li:last-child > a {border-right: none;}
#carousel .carousel-indicators > li > a:focus, .nav > li > a:hover {background-color: rgba(75, 113, 142, 0.5);}
#carousel .carousel-indicators li.active > a {background-color:#4b718e; border-top: none;}
#carousel .carousel-indicators a small {overflow:hidden; display:block; font-size:10px; margin-top:5px; font-weight:bold}


/* CB */

#carousel .carousel-indicators-nav > li > a {background-color: rgba(238, 238, 238, 0.99); border-top: none; -webkit-border-radius: 15px 15px 0 0; border-radius: 15px 15px 0 0; border-left: 2px solid #fff; border-right: 2px solid #fff; display:block;}
#carousel .carousel-indicators-nav > li:first-child > a {border-left: none;}
#carousel .carousel-indicators-nav > li:last-child > a {border-right: none;}
#carousel .carousel-indicators-nav > li > a:focus{background-color: rgba(75, 113, 142, 0.5);}
#carousel .carousel-indicators-nav li.active > a {background-color:#4b718e; border-top: none;}
#carousel .carousel-indicators-nav a small {overflow:hidden; display:block; font-size:10px; margin-top:5px; font-weight:bold}


#carousel .carousel-item {border-top: 3px solid #4b718e;}


.carousel-control-prev,
.carousel-control-next {color: #f27021; opacity: .9; text-shadow: 0 5px 2px rgba(0,0,0,.2);font-size: 30px;}
.carousel-controls {position:relative; width:200px; margin:0 auto; padding: 50px;}

.carousel-control-prev:hover,
.carousel-control-next:hover {color: #f7a97a; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9;}
.carousel-control-prev:focus,
.carousel-control-next:focus, 
.carousel-control-prev:active,
.carousel-control-next:active {color: #f27021; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9;}

.carousel-indicators{top:0px;}

.carousel-control-prev,
.carousel-control-next{background-image: none;}


@media (max-width : 1200px) {
	#carousel .carousel-item {height: 1000px;}
	#history p {font-size: 15px; margin: 0 0 15px 0; text-align: justify;}
}
@media (max-width : 992px) {
	#carousel .carousel-item {height: 1600px;}
	#history p {font-size: 14px; margin: 15px 0; text-align: justify;}
}
@media (max-width : 768px) {
	#carousel .carousel-item {height: 1600px;}
	#history p {font-size: 14px; margin: 10px 0; text-align: justify;}
	#carousel .controls img { max-width:50px}
}
@media (max-width : 480px) {
	#carousel .carousel-item {height: 1550px;}
	#history p {font-size: 12px; margin: 10px 0; text-align: justify;}
	#carousel .controls img { max-width:30px}
}


/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 13. Tweaking the styles */
/* * * * * * * * * * * * * * * * * * * * * * * * */
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 14. Change breakpoint of the burger menu */
/* * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 15. Floating dots navigation */
/* * * * * * * * * * * * * * * * * * * * * * * * */
.cd-img-replace {display: inline-block; overflow: hidden; text-indent: 100%; white-space: nowrap;/* replace text with a background-image */}
.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("/wp-content/themes/worldsteel/includes/mini-sites/50years/img/cd-arrow-bottom.svg") no-repeat center center;
}

/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 912;
}
.no-touch #cd-vertical-nav li {
  text-align: right;
}
.no-touch #cd-vertical-nav a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background-color: white;
}
.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  top: 1px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}

.no-touch #cd-vertical-nav .color-snowwhite {background-color: #ffffff;}
.no-touch #cd-vertical-nav .color-pitchblack {background-color: #0e0e0e;}
.no-touch #cd-vertical-nav .color-ultraviolet {background-color: #842b90;}
.no-touch #cd-vertical-nav .color-steelblue {background-color: #4b718e;}
.no-touch #cd-vertical-nav .color-grasgreen {background-color: #6ba939;}
.no-touch #cd-vertical-nav .color-bluegreen {background-color: #00746b;}
.no-touch #cd-vertical-nav .color-babyblue {background-color: #aec3d2;}

.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .4em;
  color: #4C7189;
  font-size: 18px;
  /*font-size: 1.25rem;*/
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-color: rgba(255, 255, 255, .9);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 913;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  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%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 912;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
  display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683;
}
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 16. Preloader */
/* * * * * * * * * * * * * * * * * * * * * * * * */

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 16. Custom */
/* * * * * * * * * * * * * * * * * * * * * * * * */

.no-touch #cd-vertical-nav li {list-style: none;}
.swp-flex--col{display:flex;flex-direction:column;flex-grow:1}form.searchwp-form .swp-flex--row{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;justify-content:flex-start}form.searchwp-form .swp-flex--wrap{flex-wrap:wrap}form.searchwp-form .swp-flex--gap-sm{gap:.25em}form.searchwp-form .swp-flex--gap-md{gap:.5em}form.searchwp-form .swp-items-stretch{align-items:stretch}form.searchwp-form .swp-margin-l-auto{margin-left:auto}form.searchwp-form input.swp-input,form.searchwp-form select.swp-select{color:rgba(14,33,33,.8)}form.searchwp-form select.swp-select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11' fill='none'%3E%3Cpath fill='%230e2121' fill-opacity='.8' d='M14.292.814 8.096 6.958 1.903.814 0 2.706l8.097 8.049 8.097-8.05z'/%3E%3C/svg%3E");background-position:right 12px top 50%;background-repeat:no-repeat;background-size:12px auto;min-height:2em;min-width:fit-content;padding:0 33px 0 .7em}form.searchwp-form input.swp-input--search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3E%3Cpath fill='%23cfcfcf' d='M6.068 12.136c1.31 0 2.533-.426 3.527-1.136l3.74 3.74c.174.173.402.26.64.26.512 0 .883-.395.883-.9a.87.87 0 0 0-.253-.63L10.89 9.744a6.04 6.04 0 0 0 1.247-3.677C12.136 2.73 9.406 0 6.068 0 2.722 0 0 2.73 0 6.068s2.722 6.068 6.068 6.068m0-1.31c-2.612 0-4.758-2.154-4.758-4.758S3.456 1.31 6.068 1.31c2.604 0 4.758 2.154 4.758 4.758s-2.154 4.758-4.758 4.758'/%3E%3C/svg%3E");background-position:right 12px top 50%;background-repeat:no-repeat;background-size:15px auto;padding-left:.7em;padding-right:38px}form.searchwp-form .swp-voice-search-button{align-items:center;background:none;border:none;color:rgba(14,33,33,.6);cursor:pointer;display:none;height:auto;justify-content:center;line-height:1;padding:0;position:absolute;right:45px;top:50%;transform:translateY(-50%);transition:color .2s ease}form.searchwp-form .swp-voice-search-button.swp-voice-search-button--supported{display:flex}form.searchwp-form .swp-voice-search-button:hover{color:rgba(14,33,33,.8)}form.searchwp-form .swp-voice-search-button:focus{outline:none}form.searchwp-form .swp-voice-search-button:focus-visible{outline:2px solid rgba(14,33,33,.4);outline-offset:2px}form.searchwp-form .swp-voice-search-button .swp-voice-search-button__icon,form.searchwp-form .swp-voice-search-button svg{height:1.25em;width:auto}form.searchwp-form .swp-voice-search-button .swp-voice-search-button__circle{border-radius:50%;height:1.75em;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease;width:1.75em}form.searchwp-form .swp-voice-search-button.swp-voice-listening .swp-voice-search-button__circle{animation:swp-voice-circle-pulse 1.5s ease-in-out infinite;background-color:#1976d2;opacity:.35}form.searchwp-form .swp-voice-search-button.swp-voice-processing .swp-voice-search-button__circle{animation:swp-voice-circle-pulse 1.5s ease-in-out infinite;background-color:#388e3c;opacity:.35}form.searchwp-form .swp-voice-search-button.swp-voice-listening,form.searchwp-form .swp-voice-search-button.swp-voice-processing{color:rgba(14,33,33,.8)}@keyframes swp-voice-circle-pulse{0%,to{opacity:.2;transform:translate(-50%,-50%) scale(.95)}50%{opacity:.45;transform:translate(-50%,-50%) scale(1.05)}}form.searchwp-form[data-voice-search-enabled="1"] input.swp-input--search{padding-right:70px}form.searchwp-form .swp-voice-search-tooltip{background-color:#1a1a1a;border-radius:6px;bottom:calc(100% + 8px);box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;cursor:pointer;font-size:13px;line-height:1.4;max-width:280px;opacity:0;padding:8px 12px;position:absolute;right:0;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;visibility:hidden;white-space:normal;z-index:1000}form.searchwp-form .swp-voice-search-tooltip:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1a1a1a;bottom:-6px;content:"";height:0;position:absolute;right:45px;width:0}form.searchwp-form .swp-voice-search-tooltip--visible{opacity:1;visibility:visible}form.searchwp-form .swp-voice-search-tooltip--below{bottom:auto;top:calc(100% + 8px)}form.searchwp-form .swp-voice-search-tooltip--below:after{border-bottom:6px solid #1a1a1a;border-top:none;bottom:auto;top:-6px}form.searchwp-form .searchwp-form-input-container{display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;justify-content:flex-start;position:relative}form.searchwp-form .searchwp-form-input-container .swp-input{margin:0;width:100%}form.searchwp-form .searchwp-form-input-container .swp-select{border-right:0}form.searchwp-form .searchwp-form-input-container .swp-select+.swp-input{flex-grow:1}form.searchwp-form .searchwp-form-advanced-filters-toggle{text-align:right}form.searchwp-form .searchwp-form-advanced-filters select{flex:1}form.searchwp-form .swp-toggle{cursor:pointer;margin-bottom:0}form.searchwp-form .swp-toggle-switch{background-color:rgba(14,33,33,.14);border-radius:20px;height:22px;position:relative;transition:background-color .25s;width:40px}form.searchwp-form .swp-toggle-switch:not(.swp-toggle-switch--mini):hover{background-color:rgba(14,33,33,.2)}form.searchwp-form .swp-toggle-switch--mini{height:15px;width:25px}form.searchwp-form .swp-toggle-switch:after,form.searchwp-form .swp-toggle-switch:before{content:""}form.searchwp-form .swp-toggle-switch:before{background:#fff;border-radius:50%;display:block;height:18px;left:2px;position:absolute;top:2px;-webkit-transition:left .25s;-o-transition:left .25s;transition:left .25s;width:18px}form.searchwp-form .swp-toggle-switch--mini:before{height:11px;left:2px;top:2px;width:11px}form.searchwp-form .swp-toggle-checkbox:checked+.swp-toggle-switch,form.searchwp-form .swp-toggle-switch--checked{background:currentcolor}form.searchwp-form .swp-toggle-checkbox:checked+.swp-toggle-switch:before{left:20px}form.searchwp-form .swp-toggle-checkbox:checked+.swp-toggle-switch--mini:before,form.searchwp-form .swp-toggle-switch--checked.swp-toggle-switch--mini:before{left:12px}form.searchwp-form input.swp-toggle-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;height:0;overflow:hidden;position:absolute;width:0}form.searchwp-form input.swp-toggle-checkbox:focus{border:none;box-shadow:none;outline:none}form.searchwp-form .swp-toggle .swp-label{display:block;margin-top:21px}form.searchwp-form input.swp-toggle-checkbox:active+.swp-toggle-switch,form.searchwp-form input.swp-toggle-checkbox:focus+.swp-toggle-switch{border:none;-webkit-box-shadow:0 0 1px 1px rgba(14,33,33,.14);box-shadow:0 0 1px 1px rgba(14,33,33,.14)}