.spinner1 {width: 50px;height: 50px;position: relative;}.double-bounce1, .double-bounce2 {width: 100%;height: 100%;border-radius: 50%;background-color: rgba(105,181,59,.4);opacity: 1;position: absolute;top: 0;left: 0;-webkit-animation: bounce 2.0s infinite ease-in-out;animation: bounce 2.0s infinite ease-in-out;}.double-bounce2 {background-color: rgba(105,181,59,.8);-webkit-animation-delay: -1.0s;animation-delay: -1.0s;}@-webkit-keyframes bounce {0%, 100% { -webkit-transform: scale(0.0) }50% { -webkit-transform: scale(1.0) }}@keyframes bounce {0%, 100% {transform: scale(0.0);-webkit-transform: scale(0.0);} 50% {transform: scale(1.0);-webkit-transform: scale(1.0);}}.spinner2 {width: 40px;height: 40px;position: relative;}.container1 > div, .container2 > div, .container3 > div {width: 6px;height: 6px;background-color: #fff;border-radius: 100%;position: absolute;-webkit-animation: bouncedelay 1.2s infinite ease-in-out;animation: bouncedelay 1.2s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}.spinner2 .spinner-container {position: absolute;width: 100%;height: 100%;}.container2 {-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg);}.container3 {-webkit-transform: rotateZ(90deg);transform: rotateZ(90deg);}.circle1 { top: 0; left: 0; }.circle2 { top: 0; right: 0; }.circle3 { right: 0; bottom: 0; }.circle4 { left: 0; bottom: 0; }.container2 .circle1 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}.container3 .circle1 {-webkit-animation-delay: -1.0s;animation-delay: -1.0s;}.container1 .circle2 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}.container2 .circle2 {-webkit-animation-delay: -0.8s;animation-delay: -0.8s;}.container3 .circle2 {-webkit-animation-delay: -0.7s;animation-delay: -0.7s;}.container1 .circle3 {-webkit-animation-delay: -0.6s;animation-delay: -0.6s;}.container2 .circle3 {-webkit-animation-delay: -0.5s;animation-delay: -0.5s;}.container3 .circle3 {-webkit-animation-delay: -0.4s;animation-delay: -0.4s;}.container1 .circle4 {-webkit-animation-delay: -0.3s;animation-delay: -0.3s;}.container2 .circle4 {-webkit-animation-delay: -0.2s;animation-delay: -0.2s;}.container3 .circle4 {-webkit-animation-delay: -0.1s;animation-delay: -0.1s;}@-webkit-keyframes bouncedelay {0%, 80%, 100% { -webkit-transform: scale(0.0) }40% { -webkit-transform: scale(1.0) }}@keyframes bouncedelay {0%, 80%, 100% {transform: scale(0.0);-webkit-transform: scale(0.0);} 40% {transform: scale(1.0);-webkit-transform: scale(1.0);}}.spinner3 {width: 40px;height: 40px;position: relative;-webkit-animation: rotate 2.0s infinite linear;animation: rotate 2.0s infinite linear;}.dot1, .dot2 {width: 60%;height: 60%;display: inline-block;position: absolute;top: 0;background-color: #fff;border-radius: 100%;-webkit-animation: bounce 2.0s infinite ease-in-out;animation: bounce 2.0s infinite ease-in-out;}.dot2 {top: auto;bottom: 0px;-webkit-animation-delay: -1.0s;animation-delay: -1.0s;}@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}@-webkit-keyframes bounce {0%, 100% { -webkit-transform: scale(0.0) }50% { -webkit-transform: scale(1.0) }}@keyframes bounce {0%, 100% {transform: scale(0.0);-webkit-transform: scale(0.0);} 50% {transform: scale(1.0);-webkit-transform: scale(1.0);}}.spinner4 {width: 30px;height: 30px;background-color: #fff;-webkit-animation: rotateplane 1.2s infinite ease-in-out;animation: rotateplane 1.2s infinite ease-in-out;}@-webkit-keyframes rotateplane {0% { -webkit-transform: perspective(120px) }50% { -webkit-transform: perspective(120px) rotateY(180deg) }100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }}@keyframes rotateplane {0% {transform: perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)} 50% {transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)} 100% {transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}}.spinner5 {width: 32px;height: 32px;position: relative;}.cube1, .cube2 {background-color: #fff;width: 10px;height: 10px;position: absolute;top: 0;left: 0;-webkit-animation: cubemove 1.8s infinite ease-in-out;animation: cubemove 1.8s infinite ease-in-out;}.cube2 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}@-webkit-keyframes cubemove {25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }100% { -webkit-transform: rotate(-360deg) }}@keyframes cubemove {25% {transform: translateX(42px) rotate(-90deg) scale(0.5);-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);} 50% {transform: translateX(42px) translateY(42px) rotate(-179deg);-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);} 50.1% {transform: translateX(42px) translateY(42px) rotate(-180deg);-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);} 75% {transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);} 100% {transform: rotate(-360deg);-webkit-transform: rotate(-360deg);}}.spinner6 {width: 50px;height: 30px;text-align: center;}.spinner6 > div {background-color: #fff;height: 100%;width: 6px;margin-left:2px;display: inline-block;-webkit-animation: stretchdelay 1.2s infinite ease-in-out;animation: stretchdelay 1.2s infinite ease-in-out;}.spinner6 .rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}.spinner6 .rect3 {-webkit-animation-delay: -1.0s;animation-delay: -1.0s;}.spinner6 .rect4 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}.spinner6 .rect5 {-webkit-animation-delay: -0.8s;animation-delay: -0.8s;}@-webkit-keyframes stretchdelay {0%, 40%, 100% { -webkit-transform: scaleY(0.4) }20% { -webkit-transform: scaleY(1.0) }}@keyframes stretchdelay {0%, 40%, 100% {transform: scaleY(0.4);-webkit-transform: scaleY(0.4);}  20% {transform: scaleY(1.0);-webkit-transform: scaleY(1.0);}}.spinner7 {width: 90px;height: 30px;text-align: center;}.spinner7 > div {background-color: #fff;height: 15px;width: 15px;margin-left:3px;border-radius: 50%;display: inline-block;-webkit-animation: stretchdelay 0.7s infinite ease-in-out;animation: stretchdelay 0.7s infinite ease-in-out;}.spinner7 .circ2 {-webkit-animation-delay: -0.6s;animation-delay: -0.6s;}.spinner7 .circ3 {-webkit-animation-delay: -0.5s;animation-delay: -0.5s;}.spinner7 .circ4 {-webkit-animation-delay: -0.4s;animation-delay: -0.4s;}.spinner7 .circ5 {-webkit-animation-delay: -0.3s;animation-delay: -0.3s;}@-webkit-keyframes stretchdelay {0%, 40%, 100% { -webkit-transform: translateY(-10px) }20% { -webkit-transform: translateY(-20px) }}@keyframes stretchdelay {0%, 40%, 100% {transform: translateY(-10px);-webkit-transform: translateY(-10px);} 20% {transform: translateY(-20px);-webkit-transform: translateY(-20px);}}
/* Stylesheet: Addon_Loader Modified On 2015-12-22 18:07:10 */
.flex-container a:active,.flexslider a:active, .flexslidervar a:active,.flex-container a:focus,.flexslider a:focus, .flexslidervar a:focus  {outline: none;}.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;}.flexslider, .flexslidervar {margin: 0; padding: 0;}.flexslider .slides > li, .flexslidervar .slides > li {display: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;} .flexslider .slides img, .flexslidervar .slides img {width: 100%; display: block;}.flex-pauseplay span {text-transform: capitalize;}.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}html[xmlns] .slides {display: block;}* html .slides {height: 1%;}.no-js .slides > li:first-child {display: block;}.flexslider, .flexslidervar {margin: 0 0 60px; background: transparent; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }.loading .flex-viewport { max-height: 300px; }.flexslider .slides, .flexslidervar .slides { zoom: 1; }.carousel li { margin-right: 5px; }.flex-direction-nav {*height: 0;}.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; /*background: url(https://number.me/uploads/style/img/bg_direction_nav.png) no-repeat 0 0; */position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }.flex-direction-nav .flex-prev {left: -36px;}.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}.flex-control-thumbs {clear: both;}.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}.flex-control-thumbs li {width: 25%; float: left; margin: 0;}.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}.flex-control-thumbs img:hover {opacity: 1;}.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}@media screen and (max-width: 860px) {.flex-direction-nav .flex-prev {opacity: .8; left: 0;}.flex-direction-nav .flex-next {opacity: .8; right: 0;}}.flexslider .slides li, .flexslidervar .slides li {position: relative;}.flex-caption {position: absolute;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.3);padding: 20px;color: #fff;text-align: center;margin: 0;text-shadow: 0 -1px 0 rgba(0,0,0,.3);}.caption-title {left: 0;bottom: 20%;z-index: 100;text-align: center;text-shadow: 0 -1px 0 rgba(0,0,0,.5);opacity: 0;}.caption-subtitle {right: 0;bottom: 50%;z-index: 99;text-align: center;text-shadow: 0 -1px 0 rgba(0,0,0,.5);opacity: 0;}.caption-title2 {background-color: #0086C9;bottom: 65px;color: #fff;margin-bottom: 6px;opacity: 0.7 !important;padding: 10px;position: absolute;right: 100px;z-index: 99;}.caption-subtitle2 {background-color: #000000;bottom: 36px;color: #fff;padding: 5px 10px;position: absolute;right: 100px;z-index: 99;}.caption-overlay1 {position: absolute;z-index: 103;left: 30%;bottom: -400px;opacity: 0;}.caption-overlay2 {position: absolute;z-index: 102;right: 3%;bottom: -500px;opacity: 0;}.caption-download {position: absolute;display: block;z-index: 104;bottom: -300px;opacity: 0;}.flex-control-nav {display: none;position: absolute;width: auto;bottom: 15px;text-align: center;right: 45%;z-index: 1;cursor: pointer;}.flex-control-nav li {margin: 0 5px;display: inline-block;zoom: 1;*display: inline;}.flex-control-nav li a {display: inline-block;position: relative;width: 14px;height: 14px;border-radius: 50%;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;box-shadow:0 1px 1px rgba(255,255,255,0.8),inset 0 1px 1px rgba(0,0,0,0.1),0 0 0 2px rgba(255,255,255,0.9);}.flex-control-paging li a {font-size: 0;}.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {box-shadow:0 1px 1px rgba(255,255,255,0.4),inset 0 1px 1px rgba(0,0,0,0.1),0 0 0 5px rgba(255,255,255,0.5);#outline:0;-webkit-transform: scale(1.3) translate(0px, 0px);-webkit-transition: all 0.3s linear;-moz-transform: scale(1.3) translate(0px, 0px);-moz-transition: all 0.3s linear;-ms-transform: scale(1.3) translate(0px, 0px);-ms-transition: all 0.3s linear;-o-transform: scale(1.3) translate(0px, 0px);-o-transition: all 0.3s linear;transform: scale(1.3) translate(0px, 0px);transition: all 0.3s linear;}.flex-control-paging li a.flex-active:after {content: "";position: absolute;width: 8px;height: 8px;top: 3px;left: 3px;border-radius: 50%;background: rgba(255,255,255,1);}.loading {min-height: 300px;background: #fff url(https://number.me/uploads/images/loader2.gif) no-repeat center center;}.slider {margin: 0!important;}.flexslider, .flexslidervar {margin: 0;border: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-o-border-radius: 0;border-radius: 0;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;-o-box-shadow: none;overflow: hidden;}.flex-direction-nav a {margin: 0;display: block;background: none;position: absolute;top: 40%;z-index: 10;cursor: pointer;text-indent: inherit;font-size: 0;text-decoration: none;opacity: 1;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}.flex-direction-nav .flex-next {right: -100px;}.flex-direction-nav .flex-prev {left: -100px;}.flexslider:hover .flex-next {right: 65px;opacity: .25;filter:alpha(opacity=25);}.flexslider:hover .flex-prev {left: 0;opacity: .25;filter:alpha(opacity=25);}.flexslider .flex-next:hover, .flexslider .flex-prev:hover {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);opacity: .65;filter:alpha(opacity=65);}.flexslider .flex-prev:hover {left: -8px;}.flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before {font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: none;-webkit-font-smoothing: antialiased;display: inline-block;width: auto;height: auto;line-height: normal;vertical-align: baseline;background-image: none;background-position: 0 0;background-repeat: repeat;margin-top: 0;text-align: center;content: "\f053";color: white;font-size: 80px;padding: 0 20px;speak: none;opacity: .45;filter:alpha(opacity=45);}.flex-direction-nav .flex-next:before {content: "\f054";}
/* Stylesheet: Addon_Flexslider Modified On 2016-07-14 13:29:50 */
/* display paused text on top of paused slideshow */.cycle-paused:after {font-family: 'FontAwesome';font-size: 13px;font-weight:normal;font-style: normal;content: '\f04c';color: #fff;background: #000;padding: 5px 10px;z-index: 500;position: absolute;top: 10px;right: 10px;border-radius: 10px;opacity: .2;filter: alpha(opacity=20);}.cycle-slideshow {height: 220px;}.boxNews {margin: 3px 0 0 0;/*height: 210px;*/}.boxNews h3 {color: #fff;}.NewsSummary {max-width: 100%;/*min-height: 45%;*/height: auto;width: auto; /* ie8 fix*/width: 96%;color: #ccc;}.NewsHeaderBorder	{border-bottom: 1px dotted #ddd;margin-bottom: 15px;}.NewsSummaryRow	{display: block;overflow:hidden;color: #999;border-bottom: 0px solid rgba(105,181,59,1);margin-top: 10px;margin-bottom: 10px;font-size:12px;}.NewsSummaryLink a	{font-size: 1.5em;border:none;}.NewsSummarySummary	{margin: 10px 0;font-size:12px;color:;}.NewsSummarySummary	p {margin: 0;}.NewsSummaryContent {margin-bottom: 20px;}.NewsSummaryMorelink.btn > a {display: block;width: 100%;padding: 6px 12px;}.NewsSummaryMorelink {padding:0;}@media (max-width: 767px) {.NewsSummaryMorelink {display: block;width: 100%;}}.NewsSummaryPostdate {float: right;padding: 0 10px 0 0;margin: 0 0 5px 0}.NewsSummaryPostdate i {color: rgba(105,181,59,1);}.NewsSummaryCategory {float: right;margin: 7px 0 5px 0;border-left: 1px solid #999;padding-left: 10px;}.NewsSummaryAuthor {float:left;margin: 2px 4px;}.NewsSummaryAuthor span {color:#282828;}.cmsnewsContent .NewsSummary {color: #555;width: 100%;margin-bottom: 15px;}.cmsnewsContent .NewsSummaryRow {color: #555;border-bottom: 0;margin-top: 28px;margin-bottom: 0px;}.cmsnewsContent .NewsSummaryCategory {color: #555;border-left: 1px solid #999;}.cmsnewsContent h2 {color: #555;margin-top: -6px;}.cmsnewsContent .btn-primary > a {color: #fff;}.cmsnewsContent .btn-primary > a:hover, .cmsnewsContent .btn-primary > a:focus {text-decoration: none;color: #fff;border-bottom: 0;text-shadow: none;}
/* Stylesheet: Addon_News Modified On 2015-05-06 14:37:16 */
.micronav {margin-top: -10px;}.micronav a {color: rgba(255,255,255,1);-webkit-transition: background .3s ease-in-out;-moz-transition: background .3s ease-in-out;-ms-transition: background .3s ease-in-out;transition: background .3s ease-in-out;}.micronav .nav>li>a:hover, .micronav .nav>li>a:focus {text-decoration: none;text-shadow: 0 -1px 0 rgba(0,0,0,.4);color: rgba(0,0,0,1);background-color: rgba(255,255,255,.3);}.micronav .nav>li>a.currentpage {color: rgba(255,255,255,.6);}.micronav .nav>li>a.currentpage:hover, .micronav .nav>li>a.currentpage:focus {color: rgba(255,255,255,.6);background-color: transparent;}@media (max-width: 767px) {.micronav a {color: rgba(255,255,255,1);background-color: rgba(255,255,255,.075);font-size: 18px;font-weight: 400;}.micronav .nav>li>a.currentpage {color: rgba(255,255,255,.6);background: none;}.micronav a:hover:before, .micronav a:focus:before {font-family: FontAwesome;content: "\f054";position: absolute;left: 20px;pointer-events: none;}.micronav a.currentpage:before {font-family: FontAwesome;content: "\f054";position: absolute;left: 20px;pointer-events: none;}}
/* Stylesheet: Nav_micro Modified On 2015-12-22 18:08:25 */
.shariff::after,.shariff::before{content:" ";display:table}.shariff::after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{height:35px;box-sizing:border-box;overflow:hidden}.shariff li a{color:#fff;position:relative;display:block;height:35px;text-decoration:none;box-sizing:border-box}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal{display:-webkit-box}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-flex:none;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;-webkit-flex:1;-ms-flex:1;flex:1}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:none;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:1;-ms-flex:1;flex:1}}@media only screen and (min-width:1024px){.shariff li{height:30px}.shariff li a{height:30px}.shariff li .fa{width:30px;line-height:30px}.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px;position:relative;top:1px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-flex:none!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33AAE8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96D4EE}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}
/* Stylesheet: Addon_Shariff Modified On 2015-12-22 18:07:53 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500:latin|Roboto+Condensed:400,300:latin);body {background-color: rgba(255,255,255,1);font-family: "Roboto",sans-serif !important;font-weight: 300;font-size: 16px;color: #555;-webkit-font-smoothing: antialiased;-webkit-overflow-scrolling: touch;margin-top: 110px;overflow-x: hidden;}#wrapper {-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}.overlay {position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(111,111,111,.3);z-index: 10;}.headline {display: block;margin: 10px 0 45px 0;border-bottom: 1px dotted rgba(0,0,0,.15);text-align: center;}.headline h1 {margin: 0 0 -2px 0;padding: 0 10px 14px 10px;display: inline-block;border-bottom: 3px solid rgba(105,181,59,1);-webkit-transition: all 5s ease-in-out;-moz-transition: all 5s ease-in-out;transition: all 5s ease-in-out;}.headlineOdd {display: block;margin: 10px 0 45px 0;border-bottom: 1px dotted #eee;text-align: center;}.headlineOdd h3 {margin: 0 0 -2px 0;padding-bottom: 5px;display: inline-block;border-bottom: 2px solid #fff;color: #fff;}h1, h2, h3, h4, h5, h6 {font-family: "Roboto",sans-serif !important;font-weight: 300;color: #333;}h4.decor:after {content: "\f005";font-family: FontAwesome;margin-left: 1em;color: rgba(105,181,59,1);text-shadow: 0 -1px 1px #fff, 0 1px 1px #bbb;}h4.decor:before {content: "\f005";font-family: FontAwesome;margin-right: 1em;color: rgba(105,181,59,1);text-shadow: 0 -1px 1px #bbb, 0 1px 1px #fff;}h1.decor:after {content: "\f0e5";filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform: scale(-1, 1);-moz-transform: scale(-1, 1);-ms-transform: scale(-1, 1);-o-transform: scale(-1, 1);transform: scale(-1, 1);font-family: FontAwesome;display: inline-block;margin-left: 1em;color: rgba(105,181,59,1);text-shadow: 0 -1px 1px #fff, 0 1px 1px #ddd;}h1.decor:before {content: "\f0e5";font-family: FontAwesome;margin-right: 1em;color: rgba(105,181,59,1);text-shadow: 0 -1px 1px #ddd, 0 1px 1px #fff;}p {line-height: 28px;margin-bottom: 25px;font-weight: 300;}b, strong {font-weight: 300;text-shadow: 0px -1px 0px #333;color: #1a1a1a;}.underline {border-bottom: 1px solid #eee;font-weight: 400;}.centered {text-align: center;}.containerBL {border-left: 3px solid rgba(111,111,111,1);}.containerBL.primary {border-left: 3px solid rgba(105,181,59,1);}.teamThumb {width: 80%;margin-left: auto;margin-right: auto;}.thumbnails img, #wrapthumb .thumbnail>img {transition: all 1.3s ease;}.thumbnails img:hover, #wrapthumb .thumbnail:hover>img {border: 8px solid rgba(105,181,59,1);box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px rgba(105,181,59,.6);outline: 0 none;transition: all .6s ease-in-out;-moz-transform: scale(1.5);-o-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}.thumbnails .thumbnail {border-radius: 50%;border: 0;margin-left: 3%;margin-right: 3%;}.visible-xs>.thumbnails .thumbnail {border-radius: 50%;border: 0;margin-left: 30%;margin-right: 30%;}.thumbnails .triangle:before {-webkit-transform: rotate(-12deg);-moz-transform: rotate(-12deg);-ms-transform: rotate(-12deg);-o-transform: rotate(-12deg);transform: rotate(-12deg);display: block;width: 0;}.thumbnails .triangle:before {content: "";position: absolute;bottom: 3px;right: 20%;border: 0;border-right-width: 6em;border-bottom-width: 4em;border-style: solid;border-color: transparent rgba(255,255,255,1);border-radius: 10px 0 5px 0;-ms-transition: all .9s ease;-webkit-transition: all .9s ease;transition: all .9s ease;}.visible-xs>.thumbnails .triangle:before {right: 36%;}a {color: rgba(105,181,59,1);word-wrap: break-word;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;-moz-transition: color 0.1s ease-in, background 0.1s ease-in;-ms-transition: color 0.1s ease-in, background 0.1s ease-in;-o-transition: color 0.1s ease-in, background 0.1s ease-in;transition: color 0.1s ease-in, background 0.1s ease-in;}padding: 3px;-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;-moz-transition: color 0.1s ease-in, background 0.1s ease-in;-ms-transition: color 0.1s ease-in, background 0.1s ease-in;-o-transition: color 0.1s ease-in, background 0.1s ease-in;transition: color 0.1s ease-in, background 0.1s ease-in;}*]]#content [content~=Number me] {content:"number me";}a:hover,a:focus {color: rgba(105,181,59,.7);text-decoration: none;outline: 0;}.wb a, .fc a {border-bottom: 1px dotted rgba(111,111,111,.35);}.wb a:hover, .wb a:focus, .fc a:hover, .fc a:focus {text-decoration: none;outline: 0;border-bottom: 1px solid rgba(105,181,59,1);text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);}.panel-group a {border-bottom: none;}#content .leaflet-bar a {background-color: #fff;border-bottom: 1px solid #ccc;width: 26px;height: 26px;line-height: 26px;display: block;text-align: center;text-decoration: none;color: black;}#content .leaflet-bar a:hover {background-color: #f4f4f4;}#content .leaflet-control-zoom-fullscreen:hover {background-image: url(https://github.com/brunob/leaflet.fullscreen/raw/master/icon-fullscreen.png);color: black}hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}.sliding {}span.nbr {color: rgba(111,111,111,1);font-weight: 400;}span.me {color: rgba(105,181,59,1);font-weight: 400;}.page-block-wrapper {border-bottom: 1px dotted rgba(0,75,155,0);}.features {margin-bottom: 40px;}.features h2 span {margin: 0 20px 0 0;font-size: 140%;vertical-align: middle;}.features h2 {line-height: 1em;padding-top: 10px;vertical-align: middle;font-weight: 200;font-size: 28px;text-shadow: 0 -1px 0 rgba(111,111,111,.5);}.circled {border-radius: 50%;display: inline-block;color: #fff;width: 1.4em;height: 1.4em;text-align: center;line-height: 1.4em;}.skin-primary {background: rgba(105,181,59,1);}.skin-secondary {background: rgba(111,111,111,1);}.btn {border-radius: 3px;}.btn-default {background-color: rgba(111,111,111,.8);border-color: rgba(111,111,111,.6);color: rgba(255,255,255,1);}.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {background-color: rgba(105,181,59,.8);border-color: rgba(105,181,59,.6);color: rgba(255,255,255,1);-webkit-transition: background .3s ease-in-out;-moz-transition: background .3s ease-in-out;-ms-transition: background .3s ease-in-out;transition: background .3s ease-in-out;}.btn-primary {background-color: rgba(105,181,59,1);border-color: rgba(105,181,59,.5);}.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {background-color: rgba(111,111,111,1);border-color: rgba(111,111,111,.5);-webkit-transition: background .3s ease-in-out;-moz-transition: background .3s ease-in-out;-ms-transition: background .3s ease-in-out;transition: background .3s ease-in-out;}.btn-download {background-color: rgba(111,111,111,.8);border-color: rgba(111,111,111,.6);color: rgba(255,255,255,1);border-radius: 50px;padding: 10px 13px;}.btn-download:hover, .btn-download:focus, .btn-download:active, .btn-download.active, .open .dropdown-toggle.btn-download {background-color: rgba(105,181,59,.8);border-color: rgba(105,181,59,.6);color: rgba(255,255,255,1);-webkit-transition: background .3s ease-in-out;-moz-transition: background .3s ease-in-out;-ms-transition: background .3s ease-in-out;transition: background .3s ease-in-out;}.btn-header {background-color: rgba(105,181,59,1);border: 2px solid rgba(255,255,255,1);color: rgba(255,255,255,1);}.btn-xs.btn-header {border: none;}.btn-header:hover, .btn-header:focus, .btn-header:active, .btn-header.active, .open .dropdown-toggle.btn-header, .btn-xs.btn-header:hover, .btn-xs.btn-header:focus, .btn-xs.btn-header:active {background-color: rgba(255,255,255,1);border-color: rgba(255,255,255,.5);-webkit-transition: background .2s ease-in-out;-moz-transition: background .2s ease-in-out;-ms-transition: background .2s ease-in-out;transition: background .2s ease-in-out;}.btn-xlg,.btn-group-xlg > .btn {padding: 16px 20px;font-size: 21px;line-height: 1.1;}.btn-group-lg>.btn, .btn-lg {padding: 14px 16px;}.well {}@media (min-width: 991px) {.tilt-r {-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}.tilt-r:hover {-webkit-transform: rotate(-2deg) scale(1.02);-moz-transform: scale(1.02);-o-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}}@media (min-width: 810px) and (max-width: 990px) {.tilt-l {-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}.tilt-l:hover {-webkit-transform: rotate(-2deg) scale(1.1);-moz-transform: rotate(-2deg) scale(1.1);-o-transform: rotate(-2deg) scale(1.1);-ms-transform: rotate(-2deg) scale(1.1);transform: rotate(-2deg) scale(1.1);-webkit-font-smoothing: subpixel-antialiased;font-smoothing: antialiased;}}@media (min-width: 1060px) and (max-width: 1199px) {.tilt-l {-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}.tilt-l:hover {-webkit-transform: rotate(-2deg) scale(1.1);-moz-transform: rotate(-2deg) scale(1.1);-o-transform: rotate(-2deg) scale(1.1);-ms-transform: rotate(-2deg) scale(1.1);transform: rotate(-2deg) scale(1.1);-webkit-font-smoothing: subpixel-antialiased;font-smoothing: antialiased;}}@media (min-width: 1260px) {.tilt-l {-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}.tilt-l:hover {-webkit-transform: rotate(-2deg) scale(1.1);-moz-transform: rotate(-2deg) scale(1.1);-o-transform: rotate(-2deg) scale(1.1);-ms-transform: rotate(-2deg) scale(1.1);transform: rotate(-2deg) scale(1.1);-webkit-font-smoothing: subpixel-antialiased;font-smoothing: antialiased;}}.tilt {-webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;-o-transition: all 0.8s ease;-ms-transition: all 0.8s ease;transition: all 0.8s ease;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}.tilt:hover {-webkit-transform: scale(1.08);-moz-transform: scale(1.08);-o-transform: scale(1.08);-ms-transform: scale(1.08);transform: scale(1.08);-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}.headerclaim {background-color: rgba(255,255,255,.6);border-radius: 10px;}#dg {background: rgba(105,181,59,.3);padding-top: 70px;padding-bottom: 70px;margin-bottom: 70px;text-align: center;overflow: hidden;}#dg h4 {font-weight: 400;margin-top: -30px;margin-bottom: 30px;color: rgba(105,181,59,1);font-size: 140%;}#dg h4:before {content: "\f1b9";font-family: FontAwesome;margin-right: .4em;text-shadow: 0 -1px 1px #fff, 0 1px 1px #ccc;font-size: 140%;}#lg {background: #ebebeb;padding-top: 70px;padding-bottom: 70px;text-align: center;overflow: hidden;}#lg h4 {font-weight: 400;margin-top: -30px;margin-bottom: 30px;}#lg h4:after {content: "\f024";font-family: FontAwesome;margin-left: 1em;color: #ccc;text-shadow: 0 -1px 1px #fff, 0 1px 1px #aaa;}#lg h4:before {content: "\f024";filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform: scale(-1, 1);-moz-transform: scale(-1, 1);-ms-transform: scale(-1, 1);-o-transform: scale(-1, 1);transform: scale(-1, 1);font-family: FontAwesome;display: inline-block;margin-right: 1em;color: #ccc;text-shadow: 0 -1px 1px #aaa, 0 1px 1px #fff;}#lg img {overflow: hidden;cursor: help;}@-webkit-keyframes pulse {0% { -webkit-transform: scale(1); }30% { -webkit-transform: scale(1); }40% { -webkit-transform: scale(1.05); }50% { -webkit-transform: scale(1); }60% { -webkit-transform: scale(1); }70% { -webkit-transform: scale(1.02); }80% { -webkit-transform: scale(1); }100% { -webkit-transform: scale(1); }}@-moz-keyframes pulse {0% { -moz-transform: scale(1); }30% { -moz-transform: scale(1); }40% { -moz-transform: scale(1.05); }50% { -moz-transform: scale(1); }60% { -moz-transform: scale(1); }70% { -moz-transform: scale(1.02); }80% { -moz-transform: scale(1); }100% { -moz-transform: scale(1); }}@-ms-keyframes pulse {0% { -ms-transform: scale(1); }30% { -ms-transform: scale(1); }40% { -ms-transform: scale(1.05); }50% { -ms-transform: scale(1); }60% { -ms-transform: scale(1); }70% { -ms-transform: scale(1.02); }80% { -ms-transform: scale(1); }100% { -ms-transform: scale(1); }}@-webkit-keyframes pulsing {0% { -webkit-transform: scale(1) rotate(0deg); }30% { -webkit-transform: scale(1.08) rotate(-2deg); }40% { -webkit-transform: scale(1.28) rotate(0deg); }50% { -webkit-transform: scale(1.1) rotate(-1deg); }60% { -webkit-transform: scale(1.05) rotate(0deg); }70% { -webkit-transform: scale(1.15) rotate(3deg); }80% { -webkit-transform: scale(1.1) rotate(0deg); }100% { -webkit-transform: scale(1) rotate(0deg); }}@-moz-keyframes pulsing {0% { -moz-transform: scale(1) rotate(0deg); }30% { -moz-transform: scale(1.08) rotate(-2deg); }40% { -moz-transform: scale(1.28) rotate(0deg); }50% { -moz-transform: scale(1.1) rotate(-1deg); }60% { -moz-transform: scale(1.05) rotate(0deg); }70% { -moz-transform: scale(1.15) rotate(3deg); }80% { -moz-transform: scale(1.1) rotate(0deg); }100% { -moz-transform: scale(1) rotate(0deg); }}@-ms-keyframes pulsing {0% { -ms-transform: scale(1) rotate(0deg); }30% { -ms-transform: scale(1.08) rotate(-2deg); }40% { -ms-transform: scale(1.28) rotate(0deg); }50% { -ms-transform: scale(1.1) rotate(-1deg); }60% { -ms-transform: scale(1.05) rotate(0deg); }70% { -ms-transform: scale(1.15) rotate(3deg); }80% { -ms-transform: scale(1.1) rotate(0deg); }100% { -ms-transform: scale(1) rotate(0deg); }}@-webkit-keyframes flow {0% { -webkit-transform: scale(1); box-shadow: 0; }50% { -webkit-transform: scale(1.1); box-shadow: 0 0 20px #fff, 2px 2px 10px #fff, 2px 2px 10px #eee, 2px 2px 40px #eee, 2px 2px 70px #ccc, 2px 2px 80px #ccc, 2px 2px 100px #ccc; }100% { -webkit-transform: scale(1); box-shadow: 0; }}@-webkit-keyframes bgchange {0% { background-color: rgba(105,181,59,.025); }25% { background-color: rgba(105,181,59,.04); }50% { background-color: rgba(105,181,59,.075); }75% { background-color: rgba(105,181,59,.095); }100% { background-color: rgba(105,181,59,.13); }}@-moz-keyframes bgchange {0% { background-color: rgba(105,181,59,.025); }25% { background-color: rgba(105,181,59,.04); }50% { background-color: rgba(105,181,59,.075); }75% { background-color: rgba(105,181,59,.095); }100% { background-color: rgba(105,181,59,.13); }}@-ms-keyframes bgchange {0% { background-color: rgba(105,181,59,.025); }25% { background-color: rgba(105,181,59,.04); }50% { background-color: rgba(105,181,59,.075); }75% { background-color: rgba(105,181,59,.095); }100% { background-color: rgba(105,181,59,.13); }}@-webkit-keyframes bgchange1 {0% { background-color: rgba(105,181,59,.12); }25% { background-color: rgba(111,111,111,.08); }50% { background-color: rgba(105,181,59,.05); }75% { background-color: rgba(105,181,59,.03); }100% { background-color: rgba(105,181,59,.015); }}@-moz-keyframes bgchange1 {0% { background-color: rgba(105,181,59,.12); }25% { background-color: rgba(111,111,111,.08); }50% { background-color: rgba(105,181,59,.055); }75% { background-color: rgba(105,181,59,.03); }100% { background-color: rgba(105,181,59,.015); }}@-ms-keyframes bgchange1 {0% { background-color: rgba(105,181,59,.12); }25% { background-color: rgba(111,111,111,.08); }50% { background-color: rgba(105,181,59,.05); }75% { background-color: rgba(105,181,59,.03); }100% { background-color: rgba(105,181,59,.015); }}@-webkit-keyframes bgchange2 {0% { background-color: rgba(105,181,59,.1); }25% { background-color: rgba(105,181,59,.125); }50% { background-color: rgba(111,111,111,.15); }75% { background-color: rgba(105,181,59,.175); }100% { background-color: rgba(105,181,59,.2); }}@-moz-keyframes bgchange2 {0% { background-color: rgba(105,181,59,.1); }25% { background-color: rgba(105,181,59,.125); }50% { background-color: rgba(111,111,111,.15); }75% { background-color: rgba(105,181,59,.175); }100% { background-color: rgba(105,181,59,.2); }}@-ms-keyframes bgchange2 {0% { background-color: rgba(105,181,59,.1); }25% { background-color: rgba(105,181,59,.125); }50% { background-color: rgba(111,111,111,.15); }75% { background-color: rgba(105,181,59,.175); }100% { background-color: rgba(105,181,59,.2); }}@-webkit-keyframes changehover {from { background-color: rgba(105,181,59,.01); }to { background-color: rgba(105,181,59,.17); }}@-moz-keyframes changehover {from { background-color: rgba(105,181,59,.01); }to { background-color: rgba(105,181,59,.17); }}@-ms-keyframes changehover {from { background-color: rgba(105,181,59,.01); }to { background-color: rgba(105,181,59,.17); }}.key_bgchange {-webkit-animation: bgchange 13s infinite alternate ease-in;-moz-animation: bgchange 13s infinite alternate;-ms-animation: bgchange 13s infinite alternate;}.key_bgchange1 {-webkit-animation: bgchange1 9s infinite alternate-reverse;-moz-animation: bgchange1 9s infinite alternate-reverse;-ms-animation: bgchange1 9s infinite alternate-reverse;}.key_bgchange2 {-webkit-animation: bgchange2 11s infinite alternate ease-in;-moz-animation: bgchange2 11s infinite alternate;-ms-animation: bgchange2 11s infinite alternate;}.key_changehover {-webkit-animation: changehover .6s infinite;-moz-animation: changehover .6s infinite;-ms-animation: changehover .6s infinite;}.pulse {-webkit-animation-name: 'pulse';-webkit-animation-duration: 6000ms;-webkit-transform-origin:90% 90%;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;-moz-animation-name: pulse;-moz-animation-duration: 6000ms;-moz-transform-origin:90% 90%;-moz-animation-iteration-count: infinite;-moz-animation-timing-function: linear;-ms-animation-name: pulse;-ms-animation-duration: 6000ms;-ms-transform-origin:90% 90%;-ms-animation-iteration-count: infinite;-ms-animation-timing-function: linear;}.pulse1 {-webkit-animation-name: 'pulse';-webkit-animation-duration: 7000ms;-webkit-transform-origin:75% 75%;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;-moz-animation-name: pulse;-moz-animation-duration: 7000ms;-moz-transform-origin:75% 75%;-moz-animation-iteration-count: infinite;-moz-animation-timing-function: linear;-ms-animation-name: pulse;-ms-animation-duration: 7000ms;-ms-transform-origin:75% 75%;-ms-animation-iteration-count: infinite;-ms-animation-timing-function: linear;}.pulse2 {-webkit-animation-name: 'pulse';-webkit-animation-duration: 8000ms;-webkit-transform-origin:70% 70%;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;-moz-animation-name: pulse;-moz-animation-duration: 8000ms;-moz-transform-origin:70% 70%;-moz-animation-iteration-count: infinite;-moz-animation-timing-function: linear;-ms-animation-name: pulse;-ms-animation-duration: 8000ms;-ms-transform-origin:70% 70%;-ms-animation-iteration-count: infinite;-ms-animation-timing-function: linear;}.pulse3 {-webkit-animation-name: 'pulse';-webkit-animation-duration: 29000ms;-webkit-transform-origin:95% 95%;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;-moz-animation-name: pulse;-moz-animation-duration: 29000ms;-moz-transform-origin:75% 75%;-moz-animation-iteration-count: infinite;-moz-animation-timing-function: linear;-ms-animation-name: pulse;-ms-animation-duration: 29000ms;-ms-transform-origin:75% 75%;-ms-animation-iteration-count: infinite;-ms-animation-timing-function: linear;}.pulse4 {-webkit-animation-name: 'pulse';-webkit-animation-duration: 15000ms;-webkit-transform-origin:100% 100%;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;-moz-animation-name: pulse;-moz-animation-duration: 15000ms;-moz-transform-origin:100% 100%;-moz-animation-iteration-count: infinite;-moz-animation-timing-function: linear;-ms-animation-name: pulse;-ms-animation-duration: 15000ms;-ms-transform-origin:100% 100%;-ms-animation-iteration-count: infinite;-ms-animation-timing-function: linear;}.pulse5 {-webkit-animation-name: 'pulsing';-webkit-animation-duration: 24s;-webkit-transform-origin:100% 100%;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: ease-in-out;-moz-animation-name: pulse;-moz-animation-duration: 24s;-moz-transform-origin:100% 100%;-moz-animation-iteration-count: infinite;-moz-animation-timing-function: linear;-ms-animation-name: pulse;-ms-animation-duration: 24s;-ms-transform-origin:100% 100%;-ms-animation-iteration-count: infinite;-ms-animation-timing-function: linear;}.pulse6 {-webkit-animation-name: 'flow';-webkit-animation-duration: 12s;-webkit-transform-origin:70% 70%;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;-moz-animation-name: pulse;-moz-animation-duration: 12s;-moz-transform-origin:70% 70%;-moz-animation-iteration-count: infinite;-moz-animation-timing-function: linear;-ms-animation-name: pulse;-ms-animation-duration: 12s;-ms-transform-origin:70% 70%;-ms-animation-iteration-count: infinite;-ms-animation-timing-function: linear;}#lg img:hover {box-shadow: 0 0 7px 15px rgba(253,216,1,1);}#r {background: linear-gradient(rgba(105,181,59,0.7),rgba(105,181,59,1));padding-top: 35px;padding-bottom: 35px;overflow: hidden;}#r h4 {color: #333;font-weight: 400;}#r p {color: #333;font-weight: 400;}#r .panel {opacity: .9;border-color: rgba(105,181,59,1);}#r .panel:hover {opacity: 1;}#r .panel-footer {background: #777;color: rgba(105,181,59,1);}#r .w .box > .icon {opacity: .9;}#r .w .box > .icon:hover {opacity: 1;}#r .w .box > .icon > .info {margin-top: -20%;background: rgba(255,255,255,1);border: 0px solid rgba(105,181,59,.09);padding: 20% 10px 45px;border-radius: 4px;-webkit-animation: none;-moz-animation: none;-animation: none;}#r .w .box > .icon > .info:hover {box-shadow: inset 0px 0px 5px 3px rgba(105,181,59,.3);}#r .w .box > .icon:hover > .image {box-shadow: 0 0 5px 5px rgba(105,181,59, 0.2);border: 20px solid #fff;background: #fff;-webkit-transform: scale(.8);-ms-transform: scale(.8);transform: scale(.8);}#ft {background: linear-gradient(rgba(45,45,45,0.5),rgba(45,45,45,1));padding-top: 35px;padding-bottom: 35px;overflow: hidden;box-shadow: 0 0 7px rgba(0,0,0,.5);}#headeralt {margin-top: -140px;background: rgba(105,181,59,1);}#headeralt h1 {color: #fff;}#headeralt h4 {color: #fff;font-weight: 400;}#headeralt p {color: #fff;}section .section-heading .divider:after {background: rgba(105,181,59,1);}.section-heading strong {font-weight: 300;color: inherit;}.section-heading h1 {display: inline-block;font-size: 55px;font-weight: 200;margin-bottom: 0;color: rgba(111,111,111,1);}.section-heading span {font-weight: 300;}.section-heading p {font-size: 28px;color: rgba(111,111,111,.7);font-weight: 200;margin-bottom: 60px;}.section-heading .divider:after {content: "";position: relative;height: 3px;width: 95px;display: block;text-align: center;margin: 13px auto;-webkit-border-radius: 5em;-moz-border-radius: 5em;-ms-border-radius: 5em;-o-border-radius: 5em;border-radius: 5em;}.section-heading.inverse h1,.section-heading.inverse p {color: #ffffff;}.section-heading.inverse .divider:after {background: #ffffff;}@media (max-width: 767px) {.section-heading h1 {font-size: 45px;}.section-heading p {font-size: 23px;font-weight: 300;color: rgba(111,111,111,.55);margin-bottom: 50px;}}@media (max-width: 480px) {.section-heading h1 {font-size: 35px;}.section-heading p {font-size: 19px;margin-bottom: 30px;}}#f {background: rgba(111,111,111,1);padding-top: 95px;padding-bottom: 35px;color: rgba(0,0,0,.15);font-size: 90%;box-shadow: 0 0 1px rgba(0,0,0,.5);}#f p {line-height: normal;color: rgba(255,255,255,.3);}#f h3 {color: rgba(255,255,255,.6);text-align: center;font-size: 16px;margin-bottom: 20px;}#f .footer-copy a {color: rgba(255,255,255,1);}#f .footer-copy a:hover {color: rgba(255,255,255,.7);}@media (max-width: 992px) {#f {padding-top: 45px;padding-bottom: 55px;font-size: 90%;}#f .footer-copy  {text-align: center;margin-bottom: 25px;font-size: 110%;}}@media (max-width: 767px) {#f {padding-top: 45px;padding-bottom: 55px;font-size: 100%;}#f .footer-copy  {text-align: center;margin-bottom: 30px;margin-top: 12px;font-size: 120%;}}.t {padding: 35px 0;overflow: hidden;background: #ebebeb;color:#222;}.t ul {list-style: none;}@media only screen and (max-width: 767px) {.t ul {list-style: none;border-bottom: 1px solid #ddd;padding-bottom: 10px}}.t li:before {content: "\f164";font-family: FontAwesome;display: inline-block;margin-left: -2.5em;width: 1.6em;color: rgba(105,181,59,1);text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.6);}.t .fa-head {position: absolute;right: 0;margin-top: -90px;color: rgba(105,181,59,1);}.w {padding: 45px 0;overflow: hidden;}.w h4 {font-weight: 400;}.w .box > .icon { text-align: center; position: relative; }.w .box > .icon > .image {position: relative;z-index: 2;margin: auto;width: 45%;border: 10px solid white;border-radius: 50%;background: #fff;-webkit-transition: all .6s ease-in-out;-ms-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}.marketing .w .box > .icon > .image {width: 25%;}.w .box > .icon:hover > .image {box-shadow: 0 0 5px 5px rgba(105,181,59, 0.2);border: 20px solid rgba(105,181,59,.6);background: inherit;-webkit-transform: scale(.8);-ms-transform: scale(.8);transform: scale(.8);}.w .box > .icon > .info {margin-top: -20%;border: 0px solid rgba(105,181,59, 0.02);padding: 20% 10px 45px;border-radius: 4px;box-shadow: inset 0px 0px 35px 1px rgba(105,181,59,.05);}.marketing .w .box > .icon > .info {margin-top: -15%;}.w .box > .icon > .info .infobody {min-height: 220px;}.w .box > .icon > .info .infobodyAlt {min-height: auto;}.w .box > .icon > .info .infolink {padding: 10px;}.w .box > .icon:hover > .info { background: rgba(105,181,59, 0.19); -webkit-animation: changehover .8s; -moz-animation: changehover .8s; -ms-animation: changehover .8s; border-color: rgba(105,181,59, 0.19); box-shadow: inset 0px 0px 35px 1px rgba(111,111,111,.05); }.w .box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 21px; color: #222; font-weight: 400; }.w .box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #666; line-height: 1.5em; margin: 20px;}.w .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }.w .box .space { height: 30px; }.wb {margin-top: 50px;margin-bottom: 80px;}.wb h4 {font-weight: 300;}.wb .panel-default>.panel-heading {background-color: #fff;border-radius: 0;border-left: 2px solid transparent;}.wb .panel-default>.panel-heading:hover {background-color: #fff;border-left: 2px solid rgba(105,181,59,1);}.panel-default>.panel-heading+.panel-collapse>.panel-body {border-top-color: rgba(105,181,59,.25);}.wb .panel {background-color: rgba(105,181,59,0.05);border: none;}.wb .panel:hover {background-color: rgba(255,255,255,1);box-shadow: inset 0px 0px 35px 3px rgba(105,181,59,.1);}.wb .panel-footer {padding: 10px 15px;background-color: rgba(105,181,59,1);border-top: none;color: rgba(255,255,255,1);}.desc {padding-top: 35px;}.desc h4 {font-weight: 400;}.desc i {color: #ff7878;font-size: 12px;padding: 5px;}section#getApp {-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;padding: 0;background-repeat: no-repeat;background-attachment: fixed;}.getApp-overlay {background-color: rgba(105,181,59,.25);top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;-webkit-transition: background 1s ease-in-out;-moz-transition: background 1s ease-in-out;-ms-transition: background 1s ease-in-out;transition: background 1s ease-in-out;}.getApp-overlay:hover {background-color: rgba(111,111,111,.35);-webkit-transition: background 1.6s ease-in-out;-moz-transition: background 1.6s ease-in-out;-ms-transition: background 1.6s ease-in-out;transition: background 1.6s ease-in-out;}section#getApp .platforms {margin: 5px auto 120px auto;text-align: center;position: inherit;}section#getApp .platforms .btn {margin-right: 10px;margin-bottom: 20px;background: #fff;color: rgba(105,181,59,1);text-shadow: none;-webkit-transition: background .6s ease-out;-moz-transition: background .6s ease-in-out;-ms-transition: background .6s ease-in-out;transition: background .6s ease-out;}section#getApp .platforms .btn:hover {margin-right: 10px;margin-bottom: 20px;background: rgba(111,111,111,1);color: #fff;box-shadow: 2px 2px 0px rgba(255,255,255,.6);-webkit-transition: background .3s ease-in;-moz-transition: background .3s ease-in-out;-ms-transition: background .3s ease-in-out;transition: background .3s ease-in;}section#getApp .section-heading {margin: 40px 0 120px;text-align: center;position: relative;z-index: 1;}section#getApp header {color: #ffffff;}section#getApp header h1:after {background: #ffffff;}section#getApp .platforms .media {border: 2px solid #ffffff;color: #ffffff;}section#getApp .platforms .media a i {color: #ffffff;}section#getApp .platforms .media a div.media-body {color: #ffffff;}section#getApp .platforms .media:hover {background: #ffffff;}section#getApp .platforms .media:hover a i,section#getApp .platforms .media:hover a div.media-body {color: #66cdcc;}section#getApp .platforms a:hover>strong {color: #fff;font-weight: 500;}.hanging-phone {position: absolute;right: 0;z-index: 0;bottom: 0;}@media (max-width: 767px) {.hanging-phone {position: absolute;right: 0;z-index: 0;bottom: -120px;}}@media (max-width: 480px) {.hanging-phone {position: absolute;right: 0;z-index: 0;bottom: -120px;}section#getApp .section-heading {margin: 20px 0 30px;}}section#support .section-heading {margin: 40px 0 80px;text-align: center;}section#support header h1:after {background: #66cdcc;}section#support .media i.fa {border: 2px solid #66cdcc;color: #66cdcc;}section#support .media a {color: #66cdcc;}section#support .media:hover i.fa {color: #ffffff;background: #66cdcc;}section#support .media:hover h3 {color: #66cdcc;}@media (max-width: 480px) {section#support .section-heading {margin: 20px 0 30px;}}.back-to-top {bottom: 8%;right: 0;background:  rgba(0, 0, 0, 0.02);border-radius: 100px;border-right: 0;color: rgba(255, 255, 255, .4);padding: 10px 14px 8px 14px;line-height: 20px;text-shadow: none;}.back-to-top:hover, .back-to-top:focus {background:  rgba(0, 0, 0, 0.1);text-decoration: none;color: rgba(255,255,255,.8);}.flexslider {margin: 0;padding: 0;margin-top: -49px;overflow: hidden;}.flexslidervar {margin: 0;padding: 0;margin-top: 0;overflow: hidden;}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.flexslidervar .slides > li {transition: opacity 7s ease;}}.varcolor {background: rgba(255,255,255,1);}.flexslidervar .slides img {min-height: 135px;}.wrapgradient, .wrapgradientvar {position: relative;float: left;}.wrapgradient:before {content: '';position:absolute;top:0;left: 0;right: 0;bottom: 0;background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,.1) 100%);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,.1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,.1) 100%);background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,.1) 100%);z-index: 1;}.wrapgradientvar:before {content: '';position:absolute;top:0;left: 0;right: 0;bottom: 0;z-index: 3;}@media only screen and (min-width: 1200px) {.caption-title {font-size: 260%;}.caption-subtitle {font-size: 260%;}}@media (min-width: 992px) and (max-width: 1199px) {.caption-title {font-size: 210%;}.caption-subtitle {font-size: 210%;}}@media (min-width: 768px) and (max-width: 991px) {.caption-title {font-size: 150%;}.caption-subtitle {font-size: 150%;}}@media (max-width: 767px) {.caption-title {font-size: 110%;}.caption-subtitle {font-size: 110%;}}@media (max-width: 500px) {.caption-title {font-size: 80%;}.caption-subtitle {font-size: 80%;}.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before {display: none;}}.triangle-border {position:absolute;padding:12px 10px;border:2px solid rgba(105,181,59,1);color: rgba(111,111,111,1);background:#fff;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}.greybubble {border:2px solid rgba(111,111,111,1);}.triangle-border:before {content:"";position:absolute;bottom:-20px;left:40px;border-width:20px 20px 0;border-style:solid;border-color:rgba(105,181,59,1) transparent;display:block;width:0;}.triangle-border:after {content:"";position:absolute;bottom:-13px;left:47px;border-width:13px 13px 0;border-style:solid;border-color:#fff transparent;display:block;width:0;}.triangle-border.left:before {top:9px;bottom:auto;left:-31px;border-width:13px 31px 13px 0;border-color:transparent rgba(105,181,59,1);}.triangle-border.greybubble.left:before {border-color:transparent rgba(111,111,111,1);}.triangle-border.left:after {top:11px;bottom:auto;left:-26px;border-width:11px 26px 11px 0;border-color:transparent #fff;}.triangle-border.right:before {bottom:9px;top:auto;left:auto;right:-31px;border-width:13px 0 13px 31px;border-color:transparent rgba(105,181,59,1);}.triangle-border.right:after {bottom:11px;top:auto;left:auto;right:-26px;border-width:11px 0 11px 26px;border-color:transparent #fff;}#flexisel {display:none;}.nbs-flexisel-container {position: relative;max-width: 100%;margin-top: 20px;}.nbs-flexisel-ul {position: relative;width: 9999px;margin: 0px;padding: 0px;list-style-type: none;text-align: center;}.nbs-flexisel-inner {overflow: hidden;float: left;width: 100%;}.nbs-flexisel-item {float: left;margin: 0px;padding: 0px;position: relative;line-height: 0px;cursor: crosshair;}.nbs-flexisel-item:hover p {font-weight: 400;color: #fff;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}.nbs-flexisel-item img {width: 100%;position: relative;margin-top: 10px;margin-bottom: 10px;max-width: 150px;max-height: 150px;}.nbs-flexisel-item img:hover {box-shadow: 0 0 6px rgba(105,181,59,1);}.nbs-flexisel-item a {color: rgba(227,86,225,1);}.nbs-flexisel-item a:hover {color: rgba(250,109,248,1);border-bottom: 1px dotted rgba(250,109,248,0.7);}p.flexisel-caption {margin-bottom: 10px;height: auto;text-align: center;font-size: 75%;color: #ccc;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {width: 22px;height: 22px;position: absolute;cursor: pointer;z-index: 9;opacity: 0.6;}.nbs-flexisel-nav-left:hover,.nbs-flexisel-nav-right:hover {opacity: 1;}.nbs-flexisel-nav-left {left: 10px;background: url(https://number.me/uploads/style/img/button-previous.png) no-repeat;margin-top: -27px;}.nbs-flexisel-nav-right {right: 5px;background: url(https://number.me/uploads/style/img/button-next.png) no-repeat;margin-top: -27px;}.mfp-counter {text-align: right;width: 50px;display: none;}#wrapthumb .thumbnail {display: block;position: relative;}#wrapthumb .thumbnail:after {content: "\f010";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;position: absolute;font-size: 7em;color: rgba(255,255,255,0.7);bottom: -22%;right: 0;text-shadow: none;z-index: 1;-ms-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);transition: all .9s ease;}#wrapthumb .thumbnail:hover:after {content: "\f00e";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;position: absolute;font-size: 7em;color: rgba(255,255,255,1);bottom: -22%;right: 0;text-shadow: none;z-index: 1;text-shadow: 0 1px 1px rgba(0,0,0,.4);-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);transition: all 1s ease-in-out;}.mb15 {margin-bottom: 15px;}.mb20 {margin-bottom: 20px;}.mb30 {margin-bottom: 30px;}.mb40 {margin-bottom: 40px;}.mb50 {margin-bottom: 50px;}.mb60 {margin-bottom: 60px;}.mt10 {margin-top: 10px;}.mt15 {margin-top: 15px;}.mt20 {margin-top: 20px;}.mt25 {margin-top: 25px;}.mt30 {margin-top: 30px;}.mt40 {margin-top: 40px;}.mt45 {margin-top: 45px;}.mt60 {margin-top: 60px;}.mt65 {margin-top: 65px;}.mt70 {margin-top: 70px;}.pb15 {padding-bottom: 15px;}.pt20 {padding-top: 20px;}.pb20 {padding-bottom: 20px;}.pt30 {padding-top: 30px;}.pb30 {padding-bottom: 30px;}.pr10 {padding-right: 10px;}.pr15 {padding-right: 15px;}.pr18 {padding-right: 18px;}.pr30 {padding-right: 30px;}.pl5 {padding-left: 5px;}.pl10 {padding-left: 10px;}.pl15 {padding-left: 15px;}.pl30 {padding-left: 30px;}.margin-zero-auto {margin: 0 auto;}.breadcrumb li:nth-child(2):before, .breadcrumb li:nth-child(4):before {content: "";padding: 0;color: transparent;}.breadcrumb>li+li:before {color: #fff;}.breadcrumb {padding: 8px 15px;margin-bottom: 20px;margin-top: 28px;list-style: none;background-color: transparent;border-radius: 0;}.breadcrumb a {color: #fff;}.breadcrumb a:hover {color: #8c068b;}.breadcrumb>.active {color: #fff;}.leaflet-container {background: rgba(105,181,59,1);opacity: 1;}.leaflet-fade-anim .leaflet-tile-loaded {opacity: 0.7;}.leaflet-top {bottom: 20px;}.fadingOut {transition: opacity 0.6s linear;opacity: 0;}.fadingIn {opacity: 1;transition: opacity 2s ease;-moz-transition: opacity 2s ease;-webkit-transition: opacity 2s ease;}.flbackdrop {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: white;z-index: 1029}input:required:valid {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKlJREFUeNpi/P//PwM1ARMDlcHgN5CFXI1Z22zSgNRMIJ41zetIOkUuRDIMBNKA/JlkG4hmGAyE4jQQpAGIjUkw7D0Qu2I1EKihHKphN7qh+AwDhuFZmAAjLGEDNYCcvQqbYmINQ3fhezQNglCXlhNrGIoL8XiLgVjDMMIQqGgWkEon1zCssYzHUIKG4UyHWAwlyjCMMMSR7kCxX0GMYQQNHC0PiQIAAQYALG9evZtxIO4AAAAASUVORK5CYII=);background-position: 98% 50%;background-repeat: no-repeat;border-color: rgba(105,181,59,0.5);box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(105,181,59,0.1);outline: 0 none;;}textarea:required:valid {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKlJREFUeNpi/P//PwM1ARMDlcHgN5CFXI1Z22zSgNRMIJ41zetIOkUuRDIMBNKA/JlkG4hmGAyE4jQQpAGIjUkw7D0Qu2I1EKihHKphN7qh+AwDhuFZmAAjLGEDNYCcvQqbYmINQ3fhezQNglCXlhNrGIoL8XiLgVjDMMIQqGgWkEon1zCssYzHUIKG4UyHWAwlyjCMMMSR7kCxX0GMYQQNHC0PiQIAAQYALG9evZtxIO4AAAAASUVORK5CYII=);background-position: 98% 5%;background-repeat: no-repeat;border-color: rgba(105,181,59,0.5);box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(105,181,59,0.1);outline: 0 none;}input:required:invalid:focus {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH9JREFUeNpi/P//PwM1ARMDlQELPslbIQGCQMoYSeis2poN78k2EAhmAnEoEn81EIdR4mVBAnzahyEhA++h8c9S28D3g87LgzxhQ8NwD54wxQCM1M7LhLIeKNu5IAntAWa9s5R4GWRYBxK/glBapHssvyc1YTMO+gKW6gYCBBgAEUMfF9+U3jcAAAAASUVORK5CYII=);background-position: 98% 50%;background-repeat: no-repeat;box-shadow: none;}input:required:invalid {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH1JREFUeNpi/P//PwM1ARMDlQELPsmzZ88KAiljZCFjY+P3ZBsIBDOBOBSJvxqIwyjxsiABPu3DkJCB99CDldoGvh90Xh7kCRsahnvwhCkGYKR2XiaU9UDZzgVJaA8w652lxMsgwzqQ+BWE0iLdY/k9qQmbcdAXsFQ3ECDAADWrHxdUNJCQAAAAAElFTkSuQmCC);background-position: 98% 50%;background-repeat: no-repeat;box-shadow: none;}textarea:required:invalid:focus {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH9JREFUeNpi/P//PwM1ARMDlQELPslbIQGCQMoYSeis2poN78k2EAhmAnEoEn81EIdR4mVBAnzahyEhA++h8c9S28D3g87LgzxhQ8NwD54wxQCM1M7LhLIeKNu5IAntAWa9s5R4GWRYBxK/glBapHssvyc1YTMO+gKW6gYCBBgAEUMfF9+U3jcAAAAASUVORK5CYII=);background-position: 98% 5%;background-repeat: no-repeat;box-shadow: none;}textarea:required:invalid {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH1JREFUeNpi/P//PwM1ARMDlQELPsmzZ88KAiljZCFjY+P3ZBsIBDOBOBSJvxqIwyjxsiABPu3DkJCB99CDldoGvh90Xh7kCRsahnvwhCkGYKR2XiaU9UDZzgVJaA8w652lxMsgwzqQ+BWE0iLdY/k9qQmbcdAXsFQ3ECDAADWrHxdUNJCQAAAAAElFTkSuQmCC);background-position: 98% 5%;background-repeat: no-repeat;box-shadow: none;}input:focus:invalid,textarea:focus:invalid,select:focus:invalid {color: #b94a48;border-color: #ee5f5b;}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus {border-color: #e9322d;-webkit-box-shadow: 0 0 6px #f8b9b7;-moz-box-shadow: 0 0 6px #f8b9b7;box-shadow: 0 0 6px #f8b9b7;}input[placeholder*="Name"]::-webkit-input-placeholder::before {font-family: fontAwesome;content:'\f007';margin-right: 10px;color: #ccc;}input[placeholder*="mail"]::-webkit-input-placeholder::before, input[placeholder*="Mail"]::-webkit-input-placeholder::before {font-family: fontAwesome;content:'\f0e0';margin-right: 10px;color: #ccc;}input[placeholder*="Telefon"]::-webkit-input-placeholder::before, input[placeholder*="Phone"]::-webkit-input-placeholder::before {font-family: fontAwesome;content:'\f095';margin-right: 10px;color: #ccc;}input[placeholder*="Betreff"]::-webkit-input-placeholder::before, input[placeholder*="Subject"]::-webkit-input-placeholder::before {font-family: fontAwesome;content:'\f02b';margin-right: 10px;color: #ccc;}textarea[placeholder*="Mitteilung"]::-webkit-input-placeholder::before, textarea[placeholder*="message"]::-webkit-input-placeholder::before {font-family: fontAwesome;content:'\f040';margin-right: 10px;color: #ccc;}input[type="submit"] {padding-right: 45px;}.submitIcon {position: relative;}.submitIcon:after {font-family: FontAwesome;content: "\f054";position: absolute;right: 20px;top: 1px;pointer-events: none;color: #fff;}@media (max-width: 767px) {input[type="submit"] {display: block;width: 100%;margin: 0;padding-right: 0;}.submitIcon:after {font-family: FontAwesome;content: "\f054";position: absolute;top: -38px;pointer-events: none;color: #fff;}}.shariff {margin-top: -10px;}.shariff li, .shariff li a {height: 40px;}.shariff li a {position: inherit;}.shariff li .fa {width: 35px;line-height: 40px;}.shariff .mail a:hover{background-color: rgba(255,255,255,1);color: rgba(111,111,111,1);}.shariff .orientation-horizontal li {float: left;-webkit-flex: none;-ms-flex: none;flex: none;width: 35px;margin-right: 3%;margin-bottom: 5px;text-align: center;margin-left: auto;}.shariff .orientation-horizontal li .share_text {font-family: "Roboto",sans-serif !important;font-weight: 300;text-shadow: none;}@media only screen and (min-width: 300px) {.shariff .orientation-horizontal li {margin-right: auto;min-width: 100%;width: 100%;display: block;-webkit-flex: none;-ms-flex: none;flex: none;text-align: center;margin-left: auto;}}@media only screen and (max-width: 768px) {.shariff .orientation-horizontal li {border-radius: 4px;}.shariff li, .shariff li a {height: 45px;}.shariff li .fa {width: 35px;line-height: 45px;}.shariff .orientation-horizontal li .share_text {text-indent: 0;display: inline;font-size: 18px;font-weight: 400;}}@media only screen and (min-width: 768px) {.shariff .orientation-horizontal li {min-width: 30px;max-width: auto;border-radius: 0;}.shariff .orientation-horizontal li .share_text {text-indent: 0;display: inline;font-size: 15px;}}@media only screen and (min-width: 992px) {.shariff {margin-top: -7px;}.shariff .orientation-horizontal li {max-width: 35px;border-radius: 0;}.shariff li a {border-radius: 50%;height: 35px;}.shariff li .fa {width: 35px;line-height: 35px;}}@media only screen and (min-width: 1200px) {.shariff {margin-top: -10px;}.shariff .orientation-horizontal li .share_text {text-indent: 0;display: block;}.shariff .orientation-horizontal li {max-width: 40px;border-radius: 0;}.shariff li a {border-radius: 50%;height: 40px;}.shariff li .fa {width: 40px;line-height: 40px;}}div.website, div.website *, div.email, div.email * {display: none !important;}a.thumbnail:hover, a.thumbnail:focus, .checkbox input[type="checkbox"]:focus + label::before {border-color: rgba(105,181,59,.8);box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px rgba(105,181,59,.6);outline: 0 none;}.form-control {height: 54px;color: rgba(111,111,111,1);border: 1px solid rgba(111,111,111,.2);border-radius: 3px;}textarea.form-control {height: 192px;padding: 15px 12px;}@media (max-width: 767px) {textarea.form-control {height: 122px;padding: 15px 12px;}}.form-control:focus {border-color: rgba(105,181,59,.8);outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(105,181,59,.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(105,181,59,.6);}.form-horizontal .control-label {padding-top: 15px;font-weight: 300;}.checkbox label::before, .checkbox label::after {margin-top: 2px;}.checkbox-primary input[type="checkbox"]:checked + label::before {background-color: rgba(105,181,59,1);border-color: rgba(105,181,59,1);}.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {max-height: 400px;}.text-primary {color: rgba(105,181,59,1);}.text-grey {color: rgba(111,111,111,.705);}.fa-stack {position: relative;display: inline-block;width: 2.8em;height: 2.8em;line-height: 2.8em;vertical-align: middle;}.fa-stack-2x {font-size: 3em;}code, samp, kbd {color: rgba(105,181,59,1);background-color: rgba(105,181,59,.1);text-shadow: 0px -1px 0px #666;padding: 2px 4px;font-size: 100%;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;}code:before {color: rgba(111,111,111,1);content: "\f013";font-family: FontAwesome;margin-right: .5em;}samp:before {color: rgba(111,111,111,1);content: "\f1b9";font-family: FontAwesome;margin-right: .5em;}kbd:before {color: rgba(111,111,111,1);content: "\f075";font-family: FontAwesome;margin-right: .5em;}.media, .innerPanel {position: relative;z-index: 2;}.thumbnail {padding: 8px;background-color: #fff;border: none;}#panelAddress.panel-body, #panelOpen.panel-body {display: block;position: relative;}#panelAddress.panel-body:after, #panelOpen.panel-body:after {content: "\f041";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;position: absolute;font-size: 10em;color: rgba(111,111,111,.1);top: 30%;left: 37%;text-shadow: none;z-index: 1;-webkit-transition: all 8s ease-in-out;-moz-transition: all 8s ease-in-out;transition: all 8s ease-in-out;}#panelOpen.panel-body:after {content: "\f019";}.panel-primary>.panel-heading {color: #fff;background-color: rgba(145,63,145,1);border-color: rgba(145,63,145,1);}.panel-primary {border-color: rgba(145,63,145,1);}.panel-odd>.panel-heading {color: #fff;background-color: rgba(0,0,0,0.5);border-color: rgba(0,0,0,0.5);}.panel-odd {border-color: rgba(0,0,0,0.5);}.panel-dark>.panel-heading {color: #fff;background-color: #999;border-color: #bbb;}.panel-dark {border-color: #bbb;}.panel-title {font-size: 18px;}h1.panel-title {font-size: 160%;}h4.panel-title {font-size: 18px;}@media (max-width: 767px) {h4.panel-title {font-size: 16px;}.panel-group h2 {font-size: 24px;}}.panel-title>a {display: block;cursor: pointer;text-shadow: none;margin-right: 15px;}.panel-title a:hover, .panel-title a:focus {color: rgba(105,181,59,1);text-decoration: none;outline: 0;border-bottom: none;text-shadow: none;}.panel-title i.indicator {opacity: .5;text-shadow: none;}.panel-title>a i {margin-right: -20px;}.table>thead>tr>th {padding-top: 30px;}.pager li {padding: 0 5px;}label {display: inline-block;margin-bottom: 5px;font-weight: 400;cursor: pointer;}noscript .alert .alert-link, .wait.alert .alert-link {font-weight: 400;}.alert-warning {color: #505050;background-color: #f4e5ce;border-color: #edc17e;}.alert-success {color: rgba(70,70,70,1);background-color: #dcf3ce;border-color: rgba(105,181,59,.5);}hr.message-inner-separator{clear: both;margin-top: 10px;margin-bottom: 13px;border: 0;height: 1px;background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(105,181,59,0.65),rgba(0,0,0,0));background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(105,181,59,0.65),rgba(0,0,0,0));background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(105,181,59,0.65),rgba(0,0,0,0));background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(105,181,59,0.65),rgba(0,0,0,0));}.alert-labeled {padding: 0px;}.alert-labeled-row {display: table-row;padding: 0px;}.alert-labelled-cell {padding: 7px  25px;display: table-cell;vertical-align: middle;}.alert-labeled .close > * {padding: 0px  25px;display: table-cell;vertical-align: middle;}.alert-label {vertical-align: middle;background: rgba(105,181,59,.9);color: #fff;width: auto;padding: 0px 15px;height: 100%;font-size:1.1em;}noscript .alert {padding: 15px;border: 1px solid transparent;border-radius: 4px;position: relative;z-index: 9;margin: 0 25px;margin-top: -350px;margin-bottom: 350px;box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px;}.wait.alert {padding: 0;border: 1px solid transparent;border-radius: 4px;position: relative;z-index: 9;margin: 0 25px;margin-top: -140px;box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px;opacity: .95;}@media(min-width:768px) and (max-width:992px) {noscript .alert, .wait.alert {margin: 0 15px;margin-top: -280px;margin-bottom: 200px;}.wait.alert {margin: 0 15px;margin-top: -160px;}}@media (max-width: 500px) {noscript .alert {margin-top: -280px;margin-bottom: 170px;}.wait.alert {margin-top: -120px;font-size: 80%;}}.error {padding: 10px 0;}.tooltip-inner {background-color: rgba(105,181,59,.7);}.tooltip.top .tooltip-arrow {border-top-color: rgba(105,181,59,.7);}.tooltip.top-left .tooltip-arrow {border-top-color: rgba(105,181,59,.7);}.tooltip.top-right .tooltip-arrow {border-top-color: rgba(105,181,59,.7);}.tooltip.right .tooltip-arrow {border-right-color: rgba(105,181,59,.7);}.tooltip.left .tooltip-arrow {border-left-color: rgba(105,181,59,.7);}.tooltip.bottom .tooltip-arrow {border-bottom-color: rgba(105,181,59,.7);}.tooltip.bottom-left .tooltip-arrow {border-bottom-color: rgba(105,181,59,.7);}.tooltip.bottom-right .tooltip-arrow {border-bottom-color: rgba(105,181,59,.7);}.tooltip-inner {min-width: 100px;max-width: 250px;}.shariff .tooltip-inner, .micronav .tooltip-inner {background-color: rgba(255,255,255,.9);color: black;}.shariff .tooltip.top .tooltip-arrow, .micronav .tooltip.top .tooltip-arrow {border-top-color: rgba(255,255,255,.9);}.shariff .tooltip.top-left .tooltip-arrow {border-top-color: rgba(255,255,255,.9);}.shariff .tooltip.top-right .tooltip-arrow {border-top-color: rgba(255,255,255,.9);}.shariff .tooltip.right .tooltip-arrow {border-right-color: rgba(255,255,255,.9);}.shariff .tooltip.left .tooltip-arrow {border-left-color: rgba(255,255,255,.9);}.shariff .tooltip.bottom .tooltip-arrow {border-bottom-color: rgba(255,255,255,.9);}.shariff .tooltip.bottom-left .tooltip-arrow {border-bottom-color: rgba(255,255,255,.9);}.shariff .tooltip.bottom-right .tooltip-arrow {border-bottom-color: rgba(255,255,255,.9);}.shariff .tooltip-inner, .micronav .tooltip-inner {min-width: 140px;}.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {font-weight: 300;line-height: 1;color: rgba(111,111,111,1);}@media (max-width: 480px) {.visible-xxs {display: block !important;}table.visible-xxs {display: table;}tr.visible-xxs {display: table-row !important;}th.visible-xxs,td.visible-xxs {display: table-cell !important;}}@media (max-width: 480px) {.hidden-xxs {display: none !important;}}.navbar {min-height: 110px;padding: 15px 0 5px 0;letter-spacing: 0px;background: rgba(255,255,255,1);}.navbar-brand {float: left;padding: 0;height: auto;}.navbar-brand img {-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}.navbar-brand img:focus {outline: 0;}.nav li a {-webkit-transition: background .3s ease-in-out;-moz-transition: background .3s ease-in-out;-ms-transition: background .3s ease-in-out;transition: background .3s ease-in-out;}.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {color: rgba(105,181,59,1);background-color: transparent;text-shadow: 0px -1px 0px rgba(105,181,59,1);}.navbar-inverse .navbar-nav>li>a {color: rgba(111,111,111,1);}.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {color: rgba(255,255,255,1);background-color: rgba(105,181,59,.9);}.top-nav-collapse, .navbar {border: 1px solid transparent;}#navdownload li {color: rgba(111,111,111,.6);text-shadow: none;}#navdownload li a {color: rgba(111,111,111,.6);text-shadow: none;}#navdownload li a:hover, #navdownload li a:focus {color: rgba(255,255,255,1);background-color: rgba(105,181,59,.9);}@media(min-width:767px) {.nav li a:hover,.nav li a:focus,.nav li.active {outline: 0;border-radius: 3px;}.navbar-right {margin-top: 48px;}.top-nav-collapse .navbar-right {margin-top: 48px;}.top-nav-collapse .navbar-nav>li>a {}.top-nav-collapse {background-color: rgba(255,255,255,.95);box-shadow: 0 4px 2px rgba(0,0,0,.05);}.top-nav-collapse .nav li.active, .top-nav-collapse .navbar-nav>li>a.active {}.top-nav-collapse .navbar-brand img {-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}.top-nav-collapse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {color: rgba(255,255,255,1);background-color: rgba(105,181,59,.9);}}@media(max-width:767px) {.navbar-inverse .navbar-toggle {border-color: rgba(105,181,59,0);}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {background-color: rgba(105,181,59,0);}.navbar-inverse .navbar-toggle .icon-bar {background-color: rgba(105,181,59,1);}.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: transparent;}.top-nav-collapse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a {text-align: center;font-size: 110%;}.navbar {min-height: 51px;background-color: rgba(255,255,255,1);padding: 0;letter-spacing: 1px;}.navbar-collapse {}.navbar-collapse .nav li a:hover,.navbar-collapse .nav li a:focus,.navbar-collapse .nav li.active {outline: 0;background-color: rgba(105,181,59,.8);-webkit-transition: background .1s ease-in-out;-moz-transition: background .1s ease-in-out;-ms-transition: background .1s ease-in-out;transition: background .1s ease-in-out;}.navbar-collapse .nav li.active {background-color: rgba(105,181,59,.6);font-weight: 500;}.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {color: rgba(255,255,255,1);}.navbar-brand img {-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;margin-top: 6px;margin-left: 16px;}.top-nav-collapse {box-shadow: 0 0 10px rgba(0,0,0,.25);background: rgba(234,245,228,1);}.navbar-toggle .pull-right {margin-left: 7px;color: #aaa;font-size: 90%;margin-top: -3px;margin-bottom: -3px;display: none;}.box {width: 94%;margin: 0 auto;}body {margin-top: 51px;}.top-menu,.mid-menu,.bottom-menu {width: 27px;height: 3px;border-radius: 10px;background-color: rgba(105,181,59,1);}.top-menu {top: 5px;}.mid-menu {top: 13px;}.bottom-menu {top: 21px;}.top-animate {background-color: rgba(111,111,111,1) !important;top: 13px !important;-webkit-transform: rotate(45deg);transform: rotate(45deg);}.mid-animate {opacity: 0;}.bottom-animate {background-color:rgba(111,111,111,1) !important;top: 13px !important;-webkit-transform: rotate(-225deg);transform: rotate(-225deg);}.menu {transition: 0.6s ease;transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);position: absolute;}.menu-trigger {z-index: 999;position: fixed;display: block;padding: 0;height: 32px;width: 32px;margin: 0px;right: 10px;top: 10px;}}.languages {position: fixed;top: 13px;right: 25px;z-index: 1031;color: rgba(105,181,59,1);}.languages a {text-shadow: none;color: rgba(111,111,111,1);}.languages a:hover, .languages a:focus {color: rgba(0,0,0,1);}.languages span {display: inline-block;padding: 0px 5px 5px 5px;border-bottom: 2px solid transparent;}.languages span:hover {border-bottom: 2px solid rgba(111,111,111,1);}.languages span.active {border-bottom: 2px solid rgba(105,181,59,1);}.languages span.active:hover {border-bottom: 2px solid inherit;}@media(max-width:767px) {.languages {top: 15px;right: 60px;color: rgba(111,111,111,1);}.languages a {color: rgba(105,181,59,1);}.languages span.active {border-bottom: none;font-weight: 400;}.languages span {display: inline-block;padding: 0px 5px 5px 5px;border-bottom: none;}.languages span:hover {border-bottom: none;}}[data-sr] {visibility: hidden;overflow: hidden;}section {overflow: hidden;}.dsgvo .controls {display: flex;width: 210%;text-align: left;}.note-dsgvo .controls {display: block;margin-top: 30px;margin-left: -110%;font-weight: 300;color: rgba(111,111,111,1);text-align: left;font-size: 90%;}.CMSMScheckbox.dsgvo label {float: none;margin-left: 0;display: inline;margin-left: 20px;font-weight: 300;color: rgba(111,111,111,1);}.dsgvo input {/*margin-right: -30px;width: 13px;*/position: absolute;}.blocktext {display: block;font-size: 90%;}@media(max-width:767px) {.dsgvo .controls, .note-dsgvo .controls {display: inline-block;width: 100%;text-align: left;margin: 0;}}
/* Stylesheet: layout Modified On 2018-06-05 18:47:07 */
