html {
    min-width: auto;
}

.bootstrapiso {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #343749;
    padding-top: 149px;
}

.bootstrapiso a {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    color: #F25022;
}

.bootstrapiso a:hover {
    opacity: 0.6;
    text-decoration: none;
    color: #F25022;
}

.bootstrapiso .top-bar {
    background:#343749;
    color:#fff;
}

.bootstrapiso .top-bar a, .bootstrapiso .top-bar a:hover {
    color:#fff;
}

.bootstrapiso .top-menu, .bootstrapiso .social, .bootstrapiso .quick-menu, .bootstrapiso .main-menu {
    list-style:none;
    padding:0;
    margin:0;
    display:inline;
}

.bootstrapiso .top-menu .fa-user-o {
    margin-right: 7px;
}

.bootstrapiso .top-menu li, .bootstrapiso .social li {
    padding-left:1rem;
    display:inline;
}

.bootstrapiso .top-menu li:first-child, .bootstrapiso .social li:first-child {
    padding-left:0;
}

.bootstrapiso .social {
    font-size: 1rem;
    margin-top: -5px;
    display: inline-block;
}

.bootstrapiso .top-bar a.social-twitter {
    color: #2AA9E0;
}

.bootstrapiso .top-bar a.social-facebook {
    color: #36609F;
}

.bootstrapiso .top-bar a.social-linkedin {
    color: #066C9A;
}

.bootstrapiso .main-header {
    background: #fff;
    box-shadow: 0px 0px 20px #00000029;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bootstrapiso header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    font-size: .75rem;
}

.bootstrapiso .quick-menu li, .bootstrapiso .main-menu li {
    padding-left: 2rem;
    display: inline;
}

.bootstrapiso .quick-menu li:first-child, .bootstrapiso .main-menu li:first-child {
    padding-left: 0;
}

.bootstrapiso .main-menu {
    font-weight: 600;
}

.bootstrapiso .main-menu a, .bootstrapiso .main-menu a:hover {
    color: #343749;
}

.bootstrapiso .quick-menu {
    opacity: .5;
}

.bootstrapiso .quick-menu a, .bootstrapiso .quick-menu a:hover {
    color: #343749;
}

.bootstrapiso .btn {
    box-shadow: 0px 0px 5px #00000040;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 29px;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bootstrapiso .btn:hover {
    opacity: .8;
    box-shadow: none;
}

.bootstrapiso .btn.btn-primary {
    background: #F25022;
    border: #F25022;
    color: #fff;
}

.bootstrapiso .btn.btn-secondary {
    background: #343749;
    border: #343749;
    color: #fff;
}

.bootstrapiso .btn.btn-primary:hover, .bootstrapiso .btn.btn-secondary:hover {
    color: #fff;
}

.bootstrapiso #logo {
    display: block;
    width: 204px;
    height: 44px;
    background: url(../images/participoll-logo.svg) no-repeat left center;
    background-size: contain;
}

.bootstrapiso footer {
    background: #343749;
    color: rgba(255,255,255,0.5);
    font-size: .75rem;
}

.bootstrapiso footer a, .bootstrapiso footer a:hover {
    color: rgba(255,255,255,0.5);
}

.bootstrapiso footer h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.bootstrapiso footer .footer-list, .bootstrapiso footer .footer-bottom  ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bootstrapiso footer .footer-list > li {
    padding-bottom: 1rem;
}

.bootstrapiso footer .footer-bottom li {
    display: inline;
    padding-left: 1rem;
}

.bootstrapiso footer .footer-bottom li:first-child {
    padding-left: 0;
}

.bootstrapiso footer .footer-bottom {
    font-size: .625rem;
}

.bootstrapiso #footer-logo {
    width: 204px;
    height: 44px;
    background: url(../images/participoll-footerlogo.svg) no-repeat left center;
    background-size: contain;
    display: block;
    opacity: .1;
}

.bootstrapiso .questions {
    background: #F25022;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
}

.bootstrapiso .questions strong {
    font-weight: 700;
}

.bootstrapiso .bg-grey {
    background: #FAFAFA;
    font-size: 2.25rem;
    font-weight: 300;
}

.bootstrapiso h2, .bootstrapiso h1 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.bootstrapiso .banner h1 {
    font-weight: 500;
}

.bootstrapiso h1 strong {
    font-weight: 700;
}

.bootstrapiso .testimonial {
    position: relative;
    background: #FAFAFA;
    font-weight: 300;
}

.bootstrapiso .testimonial::before, .bootstrapiso .testimonial::after {
    position: absolute;
    display: block;
    content: ' ';
    top: -20px;
    left: 10px;
    background: url(../images/testimonial-quote.svg) no-repeat center center;
    width: 50px;
    height: 36px;
}

.bootstrapiso .testimonial::after {
    top: auto;
    bottom: -20px;
    left: auto;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bootstrapiso .testimonial .author {
    font-size: .75rem;
    text-transform: uppercase;
    opacity: .5;
    letter-spacing: 1px;
}

.bootstrapiso .testimonial .author strong {
    font-weight: 700;
}

.bootstrapiso .testimonial .author a {
    color: #F15022;
}

.bootstrapiso .testimonial .author-image {
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: no-repeat center center;
    background-size: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bootstrapiso .testimonial quote strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.bootstrapiso .banner p {
    opacity: 0.8;
}

.bootstrapiso .banner-canvas {
    opacity: 0;
}

.bootstrapiso .banner-canvas.show {
    opacity: 1;
}

.bootstrapiso .banner-content {
    z-index: 1;
}

.bootstrapiso .banner-content p {
    line-height: 1.75rem;
}

.bootstrapiso .poll-users {
    z-index: 2;
    position: relative;
    background: #A8A8A8;
}

.bootstrapiso .customer-logo {
    height: 100px;
    background: no-repeat center center;
    background-size: contain;
}

.bootstrapiso #_preload_div_, .bootstrapiso #animation_container {
    max-width: 100%;
}

.bootstrapiso #_preload_div_ {
    max-height: 100%;
}

.bootstrapiso #mobileMenu {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 24px;
    padding: 0 15px;
    color: #212529;
}

.bootstrapiso #mobileMenu .open {
    display: none;
}

.bootstrapiso #mobileMenu.open .open {
    display: inline-block;
}

.bootstrapiso #mobileMenu.open .closed {
    display: none;
}

.bootstrapiso .mobile-nav {
    position: fixed;
    top: 143px;
    width: 100%;
    background: #fff;
    max-height: calc(100vh - 143px);
    font-size: .875rem;
    display: none;
}

.bootstrapiso .mobile-nav.open {
    display: block;
}

.bootstrapiso .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bootstrapiso .mobile-nav li {
    border-top: 1px solid #343749;
}

.bootstrapiso .mobile-nav li a {
    display: block;
    padding: 1rem;
}

.bootstrapiso .mobile-nav .bg-secondary {
    color: #fff;
    background: #343749!important;
}

.bootstrapiso .mobile-nav .bg-primary {
    color: #fff;
    background: #F25022!important;
}

@media (min-width: 768px) {
    .bootstrapiso .banner-content {
        margin-right: -10%;
    }
    
    .bootstrapiso .poll-users {
        margin-top: -15px;
    }
    
    .bootstrapiso .banner-content p {
        margin-right: 80px;
    }
    
    .bootstrapiso .testimonial quote strong {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
    
    .bootstrapiso .questions {
        line-height: 50px;
    }
}