
carousel,services {
    display: block;
    margin-bottom: 100px
}

carousel .case-carousel .case-carousel-left,services .case-carousel .case-carousel-left {
    position: relative
}

carousel .case-carousel .case-carousel-left .carousel-case-image,services .case-carousel .case-carousel-left .carousel-case-image {
    max-width: 100%;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

carousel .case-carousel .case-carousel-left .carousel-case-image.fadeIn,services .case-carousel .case-carousel-left .carousel-case-image.fadeIn {
    opacity: 1
}

carousel .case-carousel .case-carousel-left .carousel-case-image.fadeOut,services .case-carousel .case-carousel-left .carousel-case-image.fadeOut {
    opacity: 0
}

carousel .case-carousel .case-carousel-left .carousel-case-counter,services .case-carousel .case-carousel-left .carousel-case-counter {
    position: absolute;
    font-family: "Refrigerator Deluxe",sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #A8A9AE;
    bottom: 0;
    left: calc(100% + 16px);
    width: 150px
}

carousel .case-carousel .case-carousel-right .case-carousel-fadein-bottom,services .case-carousel .case-carousel-right .case-carousel-fadein-bottom {
    transform: translateY(75px);
    transition: cubic-bezier(.07,.98,.88,1) .5s;
    -webkit-transition: cubic-bezier(.07,.98,.88,1) .5s;
    -moz-transition: cubic-bezier(.07,.98,.88,1) .5s;
    -ms-transition: cubic-bezier(.07,.98,.88,1) .5s;
    -o-transition: cubic-bezier(.07,.98,.88,1) .5s
}

carousel .case-carousel .case-carousel-right .case-carousel-fadein-bottom h3,carousel .case-carousel .case-carousel-right .case-carousel-fadein-bottom p,carousel .case-carousel .case-carousel-right .case-carousel-fadein-bottom.button,services .case-carousel .case-carousel-right .case-carousel-fadein-bottom h3,services .case-carousel .case-carousel-right .case-carousel-fadein-bottom p,services .case-carousel .case-carousel-right .case-carousel-fadein-bottom.button {
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

carousel .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeIn h3,carousel .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeIn p,carousel .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeIn.button,services .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeIn h3,services .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeIn p,services .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeIn.button {
    opacity: 1
}

carousel .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeOut h3,carousel .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeOut p,carousel .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeOut.button,services .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeOut h3,services .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeOut p,services .case-carousel .case-carousel-right .case-carousel-fadein-bottom.fadeOut.button {
    opacity: 0
}

carousel .case-carousel .case-carousel-right .case-carousel-fadein-bottom.slideIn,services .case-carousel .case-carousel-right .case-carousel-fadein-bottom.slideIn {
    transform: translateY(0)
}

carousel .case-carousel .case-carousel-right h3,services .case-carousel .case-carousel-right h3 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: .3px;
    margin: 20px 0
}

carousel .case-carousel .case-carousel-right p,services .case-carousel .case-carousel-right p {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: .3px;
    font-weight: 300;
    margin: 0 0 20px;
    color: #464953
}

.about-us .services-carousel,carousel .services-carousel,services .services-carousel {
    min-height: 585px
}

.about-us .services-carousel .service-label,carousel .services-carousel .service-label,services .services-carousel .service-label {
    margin-right: 36px;
    text-decoration: none!important;
    cursor: pointer
}

.about-us .services-carousel .service-label img,carousel .services-carousel .service-label img,services .services-carousel .service-label img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 5px;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.about-us .services-carousel .service-label:hover img,carousel .services-carousel .service-label:hover img,services .services-carousel .service-label:hover img {
    -webkit-filter: grayscale(30%)
}

.about-us .services-carousel .service-label.selected img,carousel .services-carousel .service-label.selected img,services .services-carousel .service-label.selected img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0)
}

.about-us .services-carousel .service-label.selected .service-name,carousel .services-carousel .service-label.selected .service-name,services .services-carousel .service-label.selected .service-name {
    color: #262935
}

.about-us .services-carousel .service-label.selected .service-short-text,carousel .services-carousel .service-label.selected .service-short-text,services .services-carousel .service-label.selected .service-short-text {
    color: #464953
}

.about-us .services-carousel .service-label .service-name,carousel .services-carousel .service-label .service-name,services .services-carousel .service-label .service-name {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    font-weight: 700;
    font-size: 16px;
    color: #A8A9AE;
    letter-spacing: .3px;
    line-height: 24px
}

.about-us .services-carousel .service-label .service-short-text,carousel .services-carousel .service-label .service-short-text,services .services-carousel .service-label .service-short-text {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .3px;
    line-height: 24px;
    color: #A8A9AE;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    carousel .case-carousel .case-carousel-left .carousel-case-counter,services .case-carousel .case-carousel-left .carousel-case-counter {
        left:auto;
        right: 15px;
        bottom: 5px;
        text-align: right
    }

    carousel .case-carousel .case-carousel-right,services .case-carousel .case-carousel-right {
        padding: 0 20px
    }

    .about-us .services-carousel .service-label,carousel .services-carousel .service-label,services .services-carousel .service-label {
        text-align: center
    }

    .about-us .services-carousel .cornerstone,carousel .services-carousel .cornerstone,services .services-carousel .cornerstone {
        padding: 0 20px
    }
}

.about-us .services-carousel .services-guide-wire,carousel .services-carousel .services-guide-wire,services .services-carousel .services-guide-wire {
    position: relative;
    margin-top: 10px;
    height: 1px;
    background-color: #EFEFEF
}

.about-us .services-carousel .services-guide-wire .services-guide,carousel .services-carousel .services-guide-wire .services-guide,services .services-carousel .services-guide-wire .services-guide {
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    background-color: #41B8EA;
    width: 15%;
    height: 3px;
    top: -1px;
    bottom: 0
}

.about-us .services-carousel .cornerstone,carousel .services-carousel .cornerstone,services .services-carousel .cornerstone {
    margin-top: 40px
}

.about-us .services-carousel .cornerstone h4,carousel .services-carousel .cornerstone h4,services .services-carousel .cornerstone h4 {
    font-size: 18px;
    color: #262935;
    letter-spacing: .33px;
    line-height: 24px;
    margin: 0
}

.about-us .services-carousel .cornerstone p,carousel .services-carousel .cornerstone p,services .services-carousel .cornerstone p {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 300;
    color: #464953;
    letter-spacing: .3px;
    line-height: 24px
}

.about-us .services-carousel .case-carousel,carousel .services-carousel .case-carousel,services .services-carousel .case-carousel {
    margin-top: 80px
}

.about-us .service-current,carousel .service-current,services .service-current {
    margin-top: 60px
}

.about-us .service-carousel-left,carousel .service-carousel-left,services .service-carousel-left {
    position: relative
}

.about-us .service-carousel-left .service-image,carousel .service-carousel-left .service-image,services .service-carousel-left .service-image {
    max-width: 100%;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.about-us{
	padding-top: 120px;
}

.about-us h3{
	font-size: 23px;
}

.about-us p{
	font-size: 13px !important;
	line-height: 18px !important;
}

.about-us .service-carousel-left .service-image.fadeIn,carousel .service-carousel-left .service-image.fadeIn,services .service-carousel-left .service-image.fadeIn {
    opacity: 1
}

.about-us .service-carousel-left .service-image.fadeOut,carousel .service-carousel-left .service-image.fadeOut,services .service-carousel-left .service-image.fadeOut {
    opacity: 0
}

.about-us .service-carousel-right .service-carousel-fadein-right,carousel .service-carousel-right .service-carousel-fadein-right,services .service-carousel-right .service-carousel-fadein-right {
    transform: translateX(75px);
    transition: cubic-bezier(.07,.98,.88,1) .5s;
    -webkit-transition: cubic-bezier(.07,.98,.88,1) .5s;
    -moz-transition: cubic-bezier(.07,.98,.88,1) .5s;
    -ms-transition: cubic-bezier(.07,.98,.88,1) .5s;
    -o-transition: cubic-bezier(.07,.98,.88,1) .5s
}

.about-us .service-carousel-right .service-carousel-fadein-right h1,.about-us .service-carousel-right .service-carousel-fadein-right h3,.about-us .service-carousel-right .service-carousel-fadein-right img,.about-us .service-carousel-right .service-carousel-fadein-right p,.about-us .service-carousel-right .service-carousel-fadein-right.button,carousel .service-carousel-right .service-carousel-fadein-right h1,carousel .service-carousel-right .service-carousel-fadein-right h3,carousel .service-carousel-right .service-carousel-fadein-right img,carousel .service-carousel-right .service-carousel-fadein-right p,carousel .service-carousel-right .service-carousel-fadein-right.button,services .service-carousel-right .service-carousel-fadein-right h1,services .service-carousel-right .service-carousel-fadein-right h3,services .service-carousel-right .service-carousel-fadein-right img,services .service-carousel-right .service-carousel-fadein-right p,services .service-carousel-right .service-carousel-fadein-right.button {
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.about-us .service-carousel-right .service-carousel-fadein-right.fadeIn h1,.about-us .service-carousel-right .service-carousel-fadein-right.fadeIn h3,.about-us .service-carousel-right .service-carousel-fadein-right.fadeIn img,.about-us .service-carousel-right .service-carousel-fadein-right.fadeIn p,.about-us .service-carousel-right .service-carousel-fadein-right.fadeIn.button,carousel .service-carousel-right .service-carousel-fadein-right.fadeIn h1,carousel .service-carousel-right .service-carousel-fadein-right.fadeIn h3,carousel .service-carousel-right .service-carousel-fadein-right.fadeIn img,carousel .service-carousel-right .service-carousel-fadein-right.fadeIn p,carousel .service-carousel-right .service-carousel-fadein-right.fadeIn.button,services .service-carousel-right .service-carousel-fadein-right.fadeIn h1,services .service-carousel-right .service-carousel-fadein-right.fadeIn h3,services .service-carousel-right .service-carousel-fadein-right.fadeIn img,services .service-carousel-right .service-carousel-fadein-right.fadeIn p,services .service-carousel-right .service-carousel-fadein-right.fadeIn.button {
    opacity: 1
}

.about-us .service-carousel-right .service-carousel-fadein-right.fadeOut h1,.about-us .service-carousel-right .service-carousel-fadein-right.fadeOut h3,.about-us .service-carousel-right .service-carousel-fadein-right.fadeOut img,.about-us .service-carousel-right .service-carousel-fadein-right.fadeOut p,.about-us .service-carousel-right .service-carousel-fadein-right.fadeOut.button,carousel .service-carousel-right .service-carousel-fadein-right.fadeOut h1,carousel .service-carousel-right .service-carousel-fadein-right.fadeOut h3,carousel .service-carousel-right .service-carousel-fadein-right.fadeOut img,carousel .service-carousel-right .service-carousel-fadein-right.fadeOut p,carousel .service-carousel-right .service-carousel-fadein-right.fadeOut.button,services .service-carousel-right .service-carousel-fadein-right.fadeOut h1,services .service-carousel-right .service-carousel-fadein-right.fadeOut h3,services .service-carousel-right .service-carousel-fadein-right.fadeOut img,services .service-carousel-right .service-carousel-fadein-right.fadeOut p,services .service-carousel-right .service-carousel-fadein-right.fadeOut.button {
    opacity: 0
}

.about-us .service-carousel-right .service-carousel-fadein-right.slideIn,carousel .service-carousel-right .service-carousel-fadein-right.slideIn,services .service-carousel-right .service-carousel-fadein-right.slideIn {
    transform: translateX(0)
}

.about-us .service-carousel-right h1,.about-us .service-carousel-right h3,carousel .service-carousel-right h1,carousel .service-carousel-right h3,services .service-carousel-right h1,services .service-carousel-right h3 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: .3px;
    margin: 20px 0
}

.about-us .service-carousel-right p,carousel .service-carousel-right p,services .service-carousel-right p {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: .3px;
    font-weight: 300;
    margin: 0 0 20px;
    color: #464953
}

.about-us .service-carousel-right p.intro,.about-us .service-carousel-right p.intro p,carousel .service-carousel-right p.intro,carousel .service-carousel-right p.intro p,services .service-carousel-right p.intro,services .service-carousel-right p.intro p {
    font-size: 28px;
    line-height: 34px
}

@media (max-width: 991px) {
    .about-us .services-carousel .case-carousel,carousel .services-carousel .case-carousel,services .services-carousel .case-carousel {
        padding:0 10px
    }

    .about-us .service-carousel-right,carousel .service-carousel-right,services .service-carousel-right {
        padding: 0 20px
    }
}

.about-us .service-carousel-fadein-right,carousel .service-carousel-fadein-right,services .service-carousel-fadein-right {
    transform: translateX(75px);
    transition: cubic-bezier(.07,.98,.88,1) .5s;
    -webkit-transition: cubic-bezier(.07,.98,.88,1) .5s;
    -moz-transition: cubic-bezier(.07,.98,.88,1) .5s;
    -ms-transition: cubic-bezier(.07,.98,.88,1) .5s;
    -o-transition: cubic-bezier(.07,.98,.88,1) .5s
}

.about-us .service-carousel-fadein-right h3,.about-us .service-carousel-fadein-right h4,.about-us .service-carousel-fadein-right p,.about-us .service-carousel-fadein-right.button,carousel .service-carousel-fadein-right h3,carousel .service-carousel-fadein-right h4,carousel .service-carousel-fadein-right p,carousel .service-carousel-fadein-right.button,services .service-carousel-fadein-right h3,services .service-carousel-fadein-right h4,services .service-carousel-fadein-right p,services .service-carousel-fadein-right.button {
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.about-us .service-carousel-fadein-right.fadeIn h3,.about-us .service-carousel-fadein-right.fadeIn h4,.about-us .service-carousel-fadein-right.fadeIn p,.about-us .service-carousel-fadein-right.fadeIn.button,carousel .service-carousel-fadein-right.fadeIn h3,carousel .service-carousel-fadein-right.fadeIn h4,carousel .service-carousel-fadein-right.fadeIn p,carousel .service-carousel-fadein-right.fadeIn.button,services .service-carousel-fadein-right.fadeIn h3,services .service-carousel-fadein-right.fadeIn h4,services .service-carousel-fadein-right.fadeIn p,services .service-carousel-fadein-right.fadeIn.button {
    opacity: 1
}

.about-us .service-carousel-fadein-right.fadeOut h3,.about-us .service-carousel-fadein-right.fadeOut h4,.about-us .service-carousel-fadein-right.fadeOut p,.about-us .service-carousel-fadein-right.fadeOut.button,carousel .service-carousel-fadein-right.fadeOut h3,carousel .service-carousel-fadein-right.fadeOut h4,carousel .service-carousel-fadein-right.fadeOut p,carousel .service-carousel-fadein-right.fadeOut.button,services .service-carousel-fadein-right.fadeOut h3,services .service-carousel-fadein-right.fadeOut h4,services .service-carousel-fadein-right.fadeOut p,services .service-carousel-fadein-right.fadeOut.button {
    opacity: 0
}

.about-us .service-carousel-fadein-right.slideIn,carousel .service-carousel-fadein-right.slideIn,services .service-carousel-fadein-right.slideIn {
    transform: translateX(0)
}



.merken {
    overflow: hidden
}

.merken .top {
    margin-top: 66px;
    margin-bottom: 47px
}

.merken .top p {
    max-width: 859px
}

.merken p.inschrijven {
    font-family: Merriweather;
    font-size: 14px;
    color: #555555;
    line-height: 21px
}

.merken p.inschrijven a {
    color: inherit;
    text-decoration: underline
}


services .services-carousel .service-label {
    margin-right: 0
}

.container.smaller {
    max-width: 912px
}

.col-md-2.bigger {
    width: 20% !important;
    margin-right: 0 !important;
    text-align: center
}

services .backArrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99999;
    cursor: pointer;
    max-width: 50%
}

services .backArrow span {
    max-width: 50%;
    margin-left: 25px;
    font-size: 35px
}

services .nextArrow {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 99999;
    cursor: pointer
}

services .nextArrow span {
    max-width: 50%;
    margin-right: 25px;
    font-size: 35px
}

.testimonials {
    padding: 0 0 5.5em 0
}

.testimonials .testimonial {
    padding-top: 30px;
    padding-bottom: 30px
}

.testimonials .testimonial p {
    font-family: 'Merriweather';
    font-size: 11px;
    color: #696B6F;
    line-height: 24px
}

.testimonials .testimonial .person {
    margin-top: 15px;
    overflow: hidden
}

.testimonials .testimonial .person .left {
    float: left
}

.testimonials .testimonial .person .hexagon {
    position: relative;
    height: 72px;
    width: 62px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px
}

.testimonials .testimonial .person .hexagon .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1
}

.testimonials .testimonial .person h5 {
    font-family: 'RobotoCondensed-Bold';
    font-size: 16px;
    color: #444444;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px
}

.testimonials .testimonial .person small {
    font-family: 'RobotoCondensed-Light';
    font-size: 12px;
    color: #989898;
    font-style: italic
}

services .services-carousel {
    min-height: 645px !important
}

services .services-carousel .services-guide-wire {
    width: 100%;
    max-width: 841px;
    display: block;
    float: none;
    margin: auto !important;
    margin-top: 90px !important
}

services .service-current {
    min-height: 420px
}

.services-guide-interal {
    margin: 0 !important
}

.subscriptions {
    position: relative
}

.subscriptions .heading {
    margin: 60px 0
}

.subscriptions .background {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center
}

.subscriptions ul {
    font-family: 'Merriweather';
    padding-left: 15px
}

.subscriptions ul li {
    list-style-type: circle
}

.subscriptions ul li.crossed {
    list-style-type: none
}

.subscriptions .icon {
    padding-left: 25px
}

.subscriptions .logo {
    position: absolute;
    width: 20px;
    height: 22px;
    margin: 10px 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

services .services-carousel {
    min-height: 554px
}

services .services-carousel .service-label.label-4 {
    margin-right: 0 !important
}

services .services-carousel .service-label.selected img {
    filter: none;
    -webkit-filter: none
}

services {
    margin-bottom: 0
}

services .service-current {
    padding-bottom: 40px;
    padding-top: 40px
}

services .services-carousel .service-label img {
    height: 50px;
    width: auto;
    margin: 0
}

.services-guide-interal {
    margin: 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

services .service-current .aligned-image {
    width: auto;
    height: 67px;
    margin: auto;
    display: block;
    position: relative;
    z-index: 1
}

services .service-carousel-left .service-image {
    float: right;
    margin-top: 100px;
    margin-right: 40px;
    height: 100px;
    width: auto;
    max-width: 120px;
    max-width: 100%
}

services .services-carousel .service-label:last-child {
    margin-right: 0 !important
}

services .service-carousel-left .service-image {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

services .service-current {
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 1px 4px 0 rgba(152,152,152,0.74);
    -webkit-box-shadow: 0 1px 4px 0 rgba(152,152,152,0.74);
    -moz-box-shadow: 0 1px 4px 0 rgba(152,152,152,0.74)
}

services .service-current .background {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center
}

services .services-carousel .case-carousel {
    margin-top: 0
}

services .services-carousel .services-guide-wire .services-guide {
    width: 20%;
    left: 0
}

services .services-carousel .services-guide-wire {
    margin-left: 0;
    width: 100%
}

.service-carousel-fadein-right p p {
    font-family: Merriweather;
    font-size: 14px;
    color: #555555;
    max-width: 480px;
    line-height: 21px;
    margin-bottom: 30px
}

services .service-carousel-left .service-image {
    opacity: 1
}

.about-us .services-carousel .service-label img,carousel .services-carousel .service-label img,services .services-carousel .service-label img {
    -webkit-filter: initial;
    filter: initial
}

#lang_sel_list{
	float:right;
	width:auto;
}

#lang_sel_list ul li{
	float:right;
}

#lang_sel_list ul li a{
	margin: 15px 5px;
}
