::-webkit-scrollbar { display: none; }

.overlay { background: #000428; background: -webkit-gradient(linear, left bottom, left top, from(#e95149), to(#ffffff)); background: -webkit-linear-gradient(bottom, #e95149, #ffffff); background: -moz-linear-gradient(bottom, #e95149, #ffffff); background: -o-linear-gradient(bottom, #e95149, #ffffff); background: linear-gradient(0deg, #e95149, #ffffff); opacity: 0.5; height: 100%; width: 100%; position: absolute; z-index: 1; }

.port-view-more-red { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 55px; padding-bottom: 52px; background: #ffffff; font-family: Open Sans; color: #e95149; font-size: 18px; line-height: 18px; font-weight: bold; letter-spacing: 4px; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 100%; -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); text-align: center; }

.box-shadow { -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -webkit-transition: -webkit-box-shadow 0.3s ease-in-out; transition: -webkit-box-shadow 0.3s ease-in-out; -o-transition: box-shadow 0.3s ease-in-out; -moz-transition: box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out; transition: box-shadow 0.3s ease-in-out; transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out; }

.box-shadow:hover { -webkit-box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -webkit-transition: -webkit-box-shadow 0.3s ease-in-out; transition: -webkit-box-shadow 0.3s ease-in-out; -o-transition: box-shadow 0.3s ease-in-out; -moz-transition: box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out; transition: box-shadow 0.3s ease-in-out; transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out; }

.material-container { background: white; -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); padding: 20px !important; }

#main-menu .navbar .nav > li > a { color: black !important; }

.affix.black-header .header-wrapper { background: rgba(255, 255, 255, 0); }

.typewriter { border-right: 0.05em solid; -webkit-animation: caret 1s steps(1) infinite; -moz-animation: caret 1s steps(1) infinite; -o-animation: caret 1s steps(1) infinite; animation: caret 1s steps(1) infinite; font-weight: bold; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }

@-webkit-keyframes caret { 50% { border-color: transparent; } }

@-moz-keyframes caret { 50% { border-color: transparent; } }

@-o-keyframes caret { 50% { border-color: transparent; } }

@keyframes caret { 50% { border-color: transparent; } }

.color-red { color: #da251d; }

.light-72-wide { font-family: "Lato", Arial, Helvetica, sans-serif; font-size: 100px; line-height: 100px; font-weight: 300; letter-spacing: 25px; color: #4b4e53; }

.black-header #main-menu .navbar .nav > li.current > a { border-bottom: 2px solid #da251d; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #da251d; color: black; }

.affix.header-1.black-header #main-menu .navbar .nav > li.current > a { border-color: #da251d; }

#main-menu .parent { height: auto; }

#main-menu .parent .sub { background: white; -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; }

#main-menu .parent .sub a { color: black; }

#main-menu .parent .sub a:hover { color: #da251d; padding-left: 7px; -webkit-transition: color 0.2s ease 0s, padding 0.3s ease 0s; -o-transition: color 0.2s ease 0s, padding 0.3s ease 0s; -moz-transition: color 0.2s ease 0s, padding 0.3s ease 0s; transition: color 0.2s ease 0s, padding 0.3s ease 0s; }

@media (max-width: 1025px) { li.current { background-color: #e95149; }
  li > .sub { background-color: #e95149 !important; color: white !important; }
  li > .sub a { color: white !important; }
  .icon_menu { color: black !important; }
  #main-menu .sub a { padding: 10px 9px 10px 27px !important; }
  #main-menu .navbar .nav > li > a { padding: 10px 9px 10px 17px !important; } }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #da251d !important; }

.black-header #main-menu .navbar .nav > li > a { color: black; }

.black-header #main-menu .navbar .nav > li:hover > a { color: black; }

.cd-timeline-img.cd-picture { color: #da251d; background: white; -webkit-transition: all 750ms ease !important; -o-transition: all 750ms ease !important; -moz-transition: all 750ms ease !important; transition: all 750ms ease !important; -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }

.cd-timeline-content { background: white; text-align: justify; }

.cd-timeline-start { border: 1px solid lightgray; background: white; width: auto; max-width: 250px; }

.cd-final { background: white; border: 1px solid lightgray; }

.raised { background: white; }

/*.page-section{
    background: rgba(255,255,255, .8);
}
*/
#cd-timeline::before { /* content: ''; position: absolute; top: 0; height: 100%; width: 4px;*/ background: transparent; /*    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.line { position: absolute; width: 4px; max-height: 95%; background-color: #e95149; }

.clients-grid .border-box { border: 1px solid #eee; }

.clients-grid .border-box img { padding: 20px; display: block; margin-left: auto; margin-right: auto; width: 100%; height: auto; }

.clients-grid .border-box img:hover { -webkit-filter: grayscale(0%); filter: grayscale(0%); }

.clients-grid .border-box:hover { -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); z-index: 1; position: relative; }

.clients-grid .card-blur { height: 80px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }

@media (max-width: 1025px) { .clients-grid .border-box img { padding: 10px 5px; }
  .footer-container { width: 100%; background-color: white; padding-left: 15px; padding-right: 15px; font-size: 9px; } }

.no-gutter > [class*="col-"] { padding: 10px; }

.owl-white-bg .owl-page span { background: #da251d; }

.owl-wrapper { display: -webkit-box !important; display: -webkit-flex !important; display: -moz-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; text-align: justify; }

.cd-container { width: 80%; max-width: 80%; margin: 0 auto; }

.container { width: 80%; }

.card-blur:hover { -webkit-filter: grayscale(1) blur(2px); filter: grayscale(1) blur(2px); }

.fa { color: #e95149; text-shadow: 3px 3px 5px lightgrey; }

.fa:hover { color: #da251d; }

.pt-30-b-30-cont { padding-top: 30px; padding-bottom: 30px; }

.pt-30-cont { padding-top: 30px; }

.pb-30-cont { padding-bottom: 30px; }

.button.red { color: #ffffff; background-color: #e95149; -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); padding: 15px; }

.port-view-more-red > i.fa { padding-left: 0.5%; }

.port-view-more-red:hover { background: #e95149; color: #fff; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; text-shadow: none !important; }

.port-view-more-red:hover > i.fa { color: #fff; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; text-shadow: none !important; }

a { color: #e95149; outline: none !important; text-decoration: none; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

a:hover { color: #da251d; outline: none !important; text-decoration: none; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

textarea { resize: vertical; min-height: 40px; max-height: 88px; }

.count-number { margin-top: 17px; font-size: 45px; line-height: 45px; color: #e95149; font-weight: bold; }

.contact-form-cont { position: relative; max-width: 550px; padding: 80px 50px 0 60px; }

.address-imprint { list-style-type: none; padding: 0; }

.section-title { margin: 0; padding: 10px; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-weight: 300; font-size: 20px; color: black; margin-bottom: 20px; border-left: #e95149 2px solid; }

@media (max-width: 426px) { .section-title { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 15px; }
  .footer-container { width: 100%; background-color: white; padding-left: 15px; padding-right: 15px; text-align: center; font-size: 12px; } }

.bold:not(.typewriter) { color: #e95149; }

.page-section { overflow: visible; }

.timeline-box-highlight > div > h2, .timeline-box-highlight > .cd-timeline-start-caption { color: #e95149; -webkit-transition: all 750ms ease !important; -o-transition: all 750ms ease !important; -moz-transition: all 750ms ease !important; transition: all 750ms ease !important; }

.timeline-box-highlight > .cd-timeline-img.cd-picture { color: white; -webkit-filter: grayscale(0); filter: grayscale(0); -webkit-transition: all 750ms ease !important; -o-transition: all 750ms ease !important; -moz-transition: all 750ms ease !important; transition: all 750ms ease !important; }

.no-pbm { padding-bottom: 0px !important; margin-bottom: 0px !important; }

.flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -moz-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; }

.flex div { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.flex div * { text-align: center; }

.flex div [id*=counter_] { width: 100%; }

.flipInY:hover > img { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; background: white; }

.partner-details { opacity: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; position: absolute; width: -webkit-calc(100% - 10px); width: -moz-calc(100% - 10px); width: calc(100% - 10px); height: -webkit-calc(100% - 10px); height: -moz-calc(100% - 10px); height: calc(100% - 10px); -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; top: 5px; left: 5px; font-weight: bold; -webkit-transition: all 0.75s; -moz-transition: all 0.75s; -o-transition: all 0.75s; transition: all 0.75s; }

.partner-link { color: white !important; width: 100%; }

.partner-link p { width: 100%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; padding: 0px 5px; font-size: 14px; }

.flipInY:hover > .partner-details { opacity: 1; background: rgba(233, 81, 73, 0.7); -webkit-transition: all 750ms ease !important; -o-transition: all 750ms ease !important; -moz-transition: all 750ms ease !important; transition: all 750ms ease !important; color: white; text-shadow: 1px 1px 1px black; }

body { color: black; }

@media only screen and (min-width: 991px) { #cd-timeline { margin-top: 0em; margin-bottom: 2em; }
  .owl-next .owl-prev { right: 0px !important; left: 0px !important; }
  .owl-prev, .owl-next { color: black !important; }
  .owl-carousel .owl-next { opacity: 1; right: -15px; }
  .owl-carousel .owl-prev { opacity: 1; left: -15px; } }

.footer-text { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

@media (max-width: 426px) { .footer-2-copy { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.flag-icon-background { -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; background-position: center !important; -webkit-filter: grayscale(0.75); filter: grayscale(0.75); -webkit-transition: all 750ms ease !important; -o-transition: all 750ms ease !important; -moz-transition: all 750ms ease !important; transition: all 750ms ease !important; }

.flag-icon-at { background-image: url(../images/flags/austria-flag.png) !important; }

.flag-icon-de { background-image: url(../images/flags/germany-flag.png) !important; }

.flag-icon-ch { background-image: url(../images/flags/switzerland-flag.png) !important; }

.flag-icon-fr { background-image: url(../images/flags/france-flag.png) !important; }

.flag-icon-uk { background-image: url(../images/flags/united-kingdom-flag.png) !important; }

.flag-icon-us { background-image: url(../images/flags/united-states-flag.png) !important; }

.button-map-details { font-size: 1.5em; line-height: 2em; position: absolute; z-index: 60; left: 0; bottom: 0; width: 75px; height: 75px; overflow: hidden; cursor: pointer; text-align: center; background: #ffffff; color: #e95149; }

.active { height: 200px; }

.button-map-details > .icon { font-size: 2.5em; }

.gchart-coverage-container { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.coverage-preview { padding-left: 2em 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all 750ms ease !important; -o-transition: all 750ms ease !important; -moz-transition: all 750ms ease !important; transition: all 750ms ease !important; }

.coverage-preview > div { padding: 0.5em 1em; }

.coverage-container { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.button:focus:not(:active)::after { -webkit-animation: ripple 1s ease-out; -moz-animation: ripple 1s ease-out; -o-animation: ripple 1s ease-out; animation: ripple 1s ease-out; }

.button:after { content: ""; position: absolute; top: 50%; left: 50%; width: 5px; height: 5px; background: rgba(255, 255, 255, 0.5); opacity: 0; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -webkit-transform: scale(1, 1) translate(-50%); -moz-transform: scale(1, 1) translate(-50%); -ms-transform: scale(1, 1) translate(-50%); -o-transform: scale(1, 1) translate(-50%); transform: scale(1, 1) translate(-50%); -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-keyframes ripple { 0% { -webkit-transform: scale(0, 0); transform: scale(0, 0);
    opacity: 1; }
  20% { -webkit-transform: scale(25, 25); transform: scale(25, 25);
    opacity: 1; }
  100% { opacity: 0;
    -webkit-transform: scale(40, 40);
            transform: scale(40, 40); } }

@-moz-keyframes ripple { 0% { -moz-transform: scale(0, 0); transform: scale(0, 0);
    opacity: 1; }
  20% { -moz-transform: scale(25, 25); transform: scale(25, 25);
    opacity: 1; }
  100% { opacity: 0;
    -moz-transform: scale(40, 40);
         transform: scale(40, 40); } }

@-o-keyframes ripple { 0% { -o-transform: scale(0, 0); transform: scale(0, 0);
    opacity: 1; }
  20% { -o-transform: scale(25, 25); transform: scale(25, 25);
    opacity: 1; }
  100% { opacity: 0;
    -o-transform: scale(40, 40);
       transform: scale(40, 40); } }

@keyframes ripple { 0% { -webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -o-transform: scale(0, 0); transform: scale(0, 0);
    opacity: 1; }
  20% { -webkit-transform: scale(25, 25); -moz-transform: scale(25, 25); -o-transform: scale(25, 25); transform: scale(25, 25);
    opacity: 1; }
  100% { opacity: 0;
    -webkit-transform: scale(40, 40);
       -moz-transform: scale(40, 40);
         -o-transform: scale(40, 40);
            transform: scale(40, 40); } }

.contact-form-cont { position: relative; max-width: 550px; padding: 0px; }

.sub-map { text-align: center; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.sub-map:hover { -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); cursor: pointer; -webkit-transition: all 750ms ease; -o-transition: all 750ms ease; -moz-transition: all 750ms ease; transition: all 750ms ease; }

.rocketchat-widget { right: 10% !important; -webkit-transition: height 0.5s ease-in-out; -o-transition: height 0.5s ease-in-out; -moz-transition: height 0.5s ease-in-out; transition: height 0.5s ease-in-out; }

/* Ripple effect */
@-webkit-keyframes ripple-animation { 0% { -webkit-transform: scale(0.01);
    transform: scale(0.01); }
  100% { -webkit-transform: scale(5);
    transform: scale(5); } }

@-moz-keyframes ripple-animation { 0% { -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
      transform: scale(0.01); }
  100% { -webkit-transform: scale(5);
    -moz-transform: scale(5);
      transform: scale(5); } }

@-o-keyframes ripple-animation { 0% { -webkit-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01); }
  100% { -webkit-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5); } }

@keyframes ripple-animation { 0% { -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
      -o-transform: scale(0.01);
      transform: scale(0.01); }
  100% { -webkit-transform: scale(5);
    -moz-transform: scale(5);
      -o-transform: scale(5);
      transform: scale(5); } }

.popup { position: relative; background: #fff; padding: 20px; width: auto; max-width: 500px; margin: 20px auto; }

.livechat-room { -webkit-border-top-left-radius: 0px !important; -moz-border-radius-topleft: 0px !important; border-top-left-radius: 0px !important; }

.container-m-30 { padding-left: 10%; padding-right: 10%; }

h2 { font-size: 2em; }

.address { margin: 0; }

.intro-center { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.white-popup { position: relative; background: #fff; padding: 25px; width: auto; max-width: 80%; margin: 0 auto; -webkit-box-shadow: 0 5px 5px rgba(126, 111, 111, 0.39); -moz-box-shadow: 0 5px 5px rgba(126, 111, 111, 0.39); box-shadow: 0 5px 5px rgba(126, 111, 111, 0.39); }

.mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.25; }

.main-menu-title { letter-spacing: initial; }

#nav-onepage { margin-right: 0px !important; }

.st-nav-header { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-content: space-around; -ms-flex-line-pack: distribute; align-content: space-around; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

@media (max-width: 1025px) { header.header { position: fixed; width: 100%; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; }
  .main-menu-container { background: white; }
  .st-nav-header { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

@media (max-width: 426px) { .submap-header { font-size: 15px; }
  .testimonial-2 p { font-size: 16px; }
  .testimonial-2::before { left: 20px; }
  .plr-50 { padding: 25px 0; } }

.imgbox { height: 100px; /*margin:auto;*/ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; /* not really needed with auto margin on img*/ }

.imgbox img { display: block; width: 80%; max-width: 200px; /*actual image width*/ height: auto; /* maintain aspect ratio*/ margin: auto; /*optional centering of image*/ }

@-webkit-keyframes Pulse { 0% { -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); }
  50% { -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.35); }
  100% { -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); } }

@-moz-keyframes Pulse { 0% { -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); }
  50% { -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.35); box-shadow: 0 0 14px rgba(0, 0, 0, 0.35); }
  100% { -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); } }

@-o-keyframes Pulse { 0% { box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); }
  50% { box-shadow: 0 0 14px rgba(0, 0, 0, 0.35); }
  100% { box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); } }

@keyframes Pulse { 0% { -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); }
  50% { -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.35); box-shadow: 0 0 14px rgba(0, 0, 0, 0.35); }
  100% { -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); } }

.shadow-pulse { -webkit-animation: Pulse 3s infinite ease-in-out; -o-animation: Pulse 3s infinite ease-in-out; -moz-animation: Pulse 3s infinite ease-in-out; animation: Pulse 3s infinite ease-in-out; }

#cd-timeline { margin-bottom: 0em !important; }

.testimonial-2:before { content: '"'; position: absolute; top: 0; left: 0; font-size: 0px; line-height: 40px; color: #dcdddd; }

.fa-spin-fast { -webkit-animation: fa-spin-fast 0.5s infinite linear; -moz-animation: fa-spin-fast 0.5s infinite linear; -o-animation: fa-spin-fast 0.5s infinite linear; animation: fa-spin-fast 0.5s infinite linear; }

@-webkit-keyframes fa-spin-fast { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes fa-spin-fast { 0% { -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
      transform: rotate(359deg); } }

@-o-keyframes fa-spin-fast { 0% { -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin-fast { 0% { -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
      transform: rotate(359deg); } }

.team-card { position: relative; height: 0; padding-bottom: -webkit-calc(100% - 16px); padding-bottom: -moz-calc(100% - 16px); padding-bottom: calc(100% - 16px); margin-bottom: 6.6em; }

.team-card h2 { position: absolute; top: -webkit-calc(100% - 16px); top: -moz-calc(100% - 16px); top: calc(100% - 16px); left: 0; width: 100%; padding: 10px 16px; color: #fff; font-size: 1.4em; line-height: 1.6em; margin: 0; z-index: 10; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.team-card h2 span { display: block; }

.team-card h2 strong { font-weight: 400; display: block; font-size: .8em; }

.team-card h2:before, .team-card h2:after { content: ' '; position: absolute; left: 0; top: -16px; width: 0; border: 8px solid; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.team-card h2:after { top: auto; bottom: 0; }

@media screen and (max-width: 767px) { .team-card.mc-active { padding-bottom: 0; height: auto; } }

.team-card.mc-active h2 { top: 0; padding: 10px 16px 10px 90px; }

.team-card.mc-active h2:before { top: 0; }

.team-card.mc-active h2:after { bottom: -16px; }

.team-card .mc-content { position: absolute; right: 0; top: 0; bottom: 16px; left: 16px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.team-card .mc-btn-action { position: absolute; right: 16px; top: 16px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 5px solid; width: 54px; height: 54px; line-height: 44px; text-align: center; color: #fff; cursor: pointer; z-index: 20; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.team-card.mc-active .mc-btn-action { top: 65px; }

.team-card .mc-description { position: absolute; top: 100%; right: 30px; left: 30px; bottom: 54px; overflow: hidden; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 1.2s; -o-transition: all 1.2s; -moz-transition: all 1.2s; transition: all 1.2s; }

.team-card .mc-footer { height: 0; overflow: hidden; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.team-card .mc-footer h4 { position: absolute; top: 200px; left: 30px; padding: 0; margin: 0; font-size: 16px; font-weight: 700; -webkit-transition: all 1.4s; -o-transition: all 1.4s; -moz-transition: all 1.4s; transition: all 1.4s; }

.team-card .mc-footer a { display: block; float: left; position: relative; width: 52px; height: 52px; margin-left: 5px; margin-bottom: 15px; font-size: 28px; color: #fff; line-height: 52px; text-decoration: none; top: 200px; }

.team-card .mc-footer a:nth-child(1) { -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.team-card .mc-footer a:nth-child(2) { -webkit-transition: all 0.6s; -o-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; }

.team-card .mc-footer a:nth-child(3) { -webkit-transition: all 0.7s; -o-transition: all 0.7s; -moz-transition: all 0.7s; transition: all 0.7s; }

.team-card .mc-footer a:nth-child(4) { -webkit-transition: all 0.8s; -o-transition: all 0.8s; -moz-transition: all 0.8s; transition: all 0.8s; }

.team-card .mc-footer a:nth-child(5) { -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }

.team-card .img-container { overflow: hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; background-color: white; -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.team-card.mc-active .img-container { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; left: 0; top: 12px; width: 60px; height: 60px; z-index: 20; }

.team-card.mc-active .mc-content { padding-top: 5.6em; }

@media screen and (max-width: 767px) { .team-card.mc-active .mc-content { position: relative; margin-right: 16px; } }

.team-card.mc-active .mc-description { top: 50px; padding-top: 5.6em; opacity: 1; filter: alpha(opacity=100); }

@media screen and (max-width: 767px) { .team-card.mc-active .mc-description { position: relative; top: auto; right: auto; left: auto; padding: 50px 30px 70px 30px; bottom: 0; } }

.team-card.mc-active .mc-footer { overflow: visible; position: absolute; top: -webkit-calc(100% - 16px); top: -moz-calc(100% - 16px); top: calc(100% - 16px); left: 16px; right: 0; height: 82px; padding-top: 15px; padding-left: 25px; }

.team-card.mc-active .mc-footer a { top: 0; }

.team-card.mc-active .mc-footer h4 { top: -32px; }

.team-card.Red h2 { background-color: #e95149; -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); text-transform: uppercase; font-weight: bold; }

.team-card.Red h2:after { border-top-color: #e95149; border-right-color: #e95149; border-bottom-color: transparent; border-left-color: transparent; }

.team-card.Red h2:before { border-top-color: transparent; border-right-color: #da251d; border-bottom-color: #da251d; border-left-color: transparent; }

.team-card.Red.mc-active h2:before { border-top-color: transparent; border-right-color: #e95149; border-bottom-color: #e95149; border-left-color: transparent; }

.team-card.Red.mc-active h2:after { border-top-color: #da251d; border-right-color: #da251d; border-bottom-color: transparent; border-left-color: transparent; }

.team-card.Red .mc-btn-action { background-color: #e95149; }

.team-card.Red .mc-btn-action:hover { background-color: #da251d; }

.team-card.Red .mc-footer h4 { color: #da251d; }

.team-card.Red .mc-footer a { background-color: #e95149; }

.team-card.Red.mc-active .mc-content { background-color: white; -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.team-card.Red.mc-active .mc-footer { background-color: white; -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.team-card.Red.mc-active .mc-btn-action { border-color: white; }

.fa-team { color: white; text-shadow: none; }

.fa-team:hover { -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); background: #da251d !important; }

.fa-team:hover { color: white; text-shadow: none !important; }

.social-icon { text-shadow: none; color: white; -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.social-icon:hover { -webkit-box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); background: #da251d; }

.fa-star { background: none; text-shadow: none; color: white; }

.fa-star:hover { color: white; }

.invisible { display: none; }

.fes4-box { text-align: justify; }

.footer-2-copy:hover { color: #e95149; }

#google-map { height: 250px; }

.no-margin-top { margin-top: 0 !important; }

.a-text:hover, .a-text-cont a:hover { color: #e95149; }

.start { top: -10px; }

li .main-menu-title:not(:only-child):after { content: ' \25bc'; color: gray; }

.nolink { pointer-events: none; }

.footer-container { padding-left: 0px; padding-right: 0px; margin-top: 80px; }

#contact-link { background-color: white; }

.footer-icon { font-size: 20px; padding-right: 15px; }

.main-container { -moz-background-size: 80%; -o-background-size: 80%; background-size: 80%; background-repeat: no-repeat; background-position: center center; height: 100vh; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.selector-container { background: white; padding: 20px; }

.office-selector { padding: 20px; }

.language-selector { padding: 20px; }

.mdl-menu__container { max-height: 200px; overflow-y: scroll !important; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border: 1px solid rgba(0, 0, 0, 0.12); }

.sm-content-cont { height: 100vh; }

.mdl-textfield__label:after { background-color: #e95149 !important; }

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label { color: #e95149 !important; }

.center-block { float: none; }

.selector-label { color: #e95149; padding: 20px; }

.vertical-align { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.flex-test { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.form-group { padding-bottom: 0px; }

#visit-button { background: #e95419; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border: none; color: #ffffff; background-color: #e95149; -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; }

#visit-button:hover { -webkit-box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; -moz-box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important; -webkit-transition: all 750ms ease; -o-transition: all 750ms ease; -moz-transition: all 750ms ease; transition: all 750ms ease; }

.visit-button { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.button:hover { -webkit-box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.14), 0 11px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); cursor: pointer; }

@media (max-width: 426px) { .office-selector { padding-bottom: 250px; }
  .selector-container { background: none; }
  .container { width: 95%; }
  .footer-container { width: 100%; background-color: white; padding-left: 15px; padding-right: 15px; text-align: center; }
  .map { width: 100%; padding: 0px 0px; }
  .flex { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } }

* { -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important; }
