.innovation_in_numbers{
    margin-bottom: 100px;
}
.wcm_top{
    width: 100%;
}
.wcm_visore {
    position: relative;
}
.wcm_visore h2{
    position: absolute;
    font-family: "GillSansStdBold", sans-serif;
    top: 80px;
    color: #ab293b;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.wcm_certificate {
    margin: 0 auto;
    display: block;
    width: 50%;
}
.wcm_approach_link ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.wcm_approach_link ul li a{
    color: #ab293b;
    text-decoration: none;
    font-family: "GillSansStdBold", sans-serif;
    display: inline-block;
    vertical-align: middle;
}
.wcm_approach_link ul li .fa{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.maps_fill_red{
    transition: 1s;
}
.maps_fill_red_pulsed{
    transform: translate(0,0) scale(5.5);
    -ms-transform: translate(0,0) scale(5.5);

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

    /* IE 5-7 */
    filter: alpha(opacity=60);

    /* Netscape */
    -moz-opacity: 0.6;

    /* Safari 1.x */
    -khtml-opacity: 0.6;

    /* Good browsers */
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    -moz-animation:    pulse 1s ease-out;
    -o-animation:      pulse 1s ease-out;
    animation:         pulse 1s ease-out;
}

.wcm_stats_big{
    font-family: "GillSansStdBold", sans-serif;
    font-size: 7em;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .wcm_stats_big{
        font-size: 6em;
    }
}
.wcm_achiev_img {
    margin: 0 auto;
    width: 100%;
}
.wcm_achiev_box{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
}
.wcm_achiev_content{
    text-align: center;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.wc_achiev_mob_icon{
    display: none;
}
.wcm_achiev_content h4{
    margin-top: 10px;
}
.wcm_achiev_box:hover .wcm_achiev_content{
    transition: all 2ms ease-out;
    background: #666;
    background: rgba(0, 0, 0, 0.6);
}

.wcm_achiev_content h4{
    font-family: "GillSansStdBold", sans-serif;
}
.wcm_achiev_content p{
    font-family: "GillSansStdRegular", sans-serif;
}

.wcm_achiev_content h4{
    margin-top: 10px;
}
.wcm_achiev_link{
    display: none;
}

/*Additional CSS rules*/

/*Class that change default Domino's carousel*/
.tab-carousel-content.tab-carousel-content-innovation{
    background-color: black;
    color: #fff;
}

p.innovation-video-description {
	padding-right: 15px;
}

ul.tab-carousel-menu.tab-carousel-menu-upper.slick-initialized.slick-slider li {
	text-transform: uppercase;
}

@media (max-width: 767px) {
    .wcm_achiev_box{
        height: 120px;
    }
    .wcm_achiev_content{
        text-align: left;
        left: 20px;
        bottom: 40px;
    }
    .wc_achiev_mob_icon{
        display: block;
        position: absolute;
        right: 20px;
        top: 45px;
    }
}

@media (min-width: 767px) {
    .wcm_achiev_box:hover .wcm_achiev_link{
        display: block;
        font-family: "GillSansStdRegular", sans-serif;
        text-decoration: none;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .wcm_achiev_content p{
        margin: 0;
    }
    .wcm_achiev_content h4{
        margin: 0;
    }
    .wcm_achiev_box:hover .wcm_achiev_content{
        background: inherit;
    }
}

.wcm_section_subtitle {
    line-height: 2;
    margin-bottom: 50px;
    display: inline-block;
    text-align: center;
    color: white;
    font-family: "GillSansStdLightRegular", sans-serif;
    font-size: 1.5em;
    min-width: 24%;
    font-weight: bold;
}
.wcm_invest_big{
    font-family: "GillSansStdBold", sans-serif;
    font-size: 9em;
}

.wcm_section_subtitle.border{
    border-bottom: 1px solid white;
}
.wcm_btn-discover a{
    text-decoration: none !important;
    min-width: 335px;
    display: inline-block;
    width: 235px;
    background-color: #b1303b;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .wcm_btn-discover a{
        min-width: 100%;
    }
    .no-margin-bottom-mobile{
        margin-bottom: 0;
    }
}
.bottom-line{
    border-bottom: 1px solid white;
}
.quote-person-image {
    height: auto;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,3e4146+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(62,65,70,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(62,65,70,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(62,65,70,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a63e4146',GradientType=0 ); /* IE6-9 */
}
.title-section {
	color: white !important;
    text-transform: uppercase;
    font-size: 34px;
    font-family: "GillSansStdLightRegular", sans-serif;
    margin: 50px 0;
    line-height: 1em;
    text-align: center;
}
.quote-card {
    color: #222222;
    /*padding: 45px 0;*/
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    border-left: 0;
}
.quote-content{
    z-index: 1;
    margin-top: 120px;
}
.quote-card p {
    /* font-size: 22px; */
    line-height: 1.5;
    /* margin: 0; */
    /* max-width: 80%; */
    margin: 18px;
    /* margin-top: 62px; */
    vertical-align: middle;
    color: white;
}
.quote-card cite {
    /*font-size: 16px; */
    margin-top: 10px;
    display: block;
    /* font-weight: 200; */
    font-style: normal;
    /* opacity: 0.8; */
    text-align: right;
    color: white;
}
.quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 230px;
    left: 10px;
    font-size: 14em;
    color: #262626;
    font-weight: normal;
    z-index: -1;
}
.quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -50px;
    line-height: 100px;
    right: -12px;
    font-size: 15em;
    color: #262626;
    font-weight: normal;
    z-index: -1;
}
@media (max-width: 640px) {
    .quote-card:after {
        font-size: 22em;
        right: -25px;
    }
}

/* Tabs panel */
.tabbable-panel {
}
.tabbable-line .nav{
    background-color: #333333;
}
/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    font-size: 16px;
    font-family: "GillSansStdBold", sans-serif;
    margin-right: 0;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover,.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:focus,.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:active {
    border-bottom: 4px solid #333333;
    color: white !important;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: white;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #ab293b;
    position: relative;
    color: white;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    background-color: transparent;
}
.tabbable-line > .nav-tabs > li.active > a > i {

}
.tabbable-line > .tab-content {
    margin-top: -3px;
    border: 0;
    padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */


.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.wcm_employee_icon{
    text-decoration: none;
    list-style: none;
}
.wcm_employee_icon li{
    color: #404041;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.wcm_employee_icon li.fill_employee_red{
    color: #b1303b;
    transition: all 1s;
}

.wcm-custom-carousel .wcm-border-dot-red{
    border: 4px dotted #b1303b;
    padding: 60px 0;
}
.wcm-custom-carousel .owl-dots .owl-dot.active span, .wcm-custom-carousel .owl-dots .owl-dot:hover span{
    background: #b1303b;
}
.wcm-custom-carousel .owl-dots .owl-dot span{
    border: 1px solid #b1303b;
}
.wcm-custom-carousel .owl-dots .owl-dot span{
    background: transparent;
}
.wcm-custom-carousel .wcm_section_subtitle{
    margin-bottom: 0;
}
.wcm-custom-carousel .wcm_stats_big{
    font-size: 10em;
}

@media (max-width: 640px) {
    .wcm-custom-carousel .wcm_stats_big{
        font-size: 8em;
    }
}

@media (max-width: 480px) {
    .wcm-custom-carousel .wcm_stats_big{
        font-size: 6em;
    }
}
.containerPatents {
    position: relative;
    margin: 0 auto;
    width: 50%; }

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.5);
        -ms-transform: scale(0.5);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* IE 5-7 */
        filter: alpha(opacity=50);

        /* Netscape */
        -moz-opacity: 0.5;

        /* Safari 1.x */
        -khtml-opacity: 0.5;

        /* Good browsers */
        opacity: 0.5;
    }
    50% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

        /* IE 5-7 */
        filter: alpha(opacity=40);

        /* Netscape */
        -moz-opacity: 0.4;

        /* Safari 1.x */
        -khtml-opacity: 0.4;

        /* Good browsers */
        opacity: 0.4;
    }
    70% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* IE 5-7 */
        filter: alpha(opacity=50);

        /* Netscape */
        -moz-opacity: 0.5;

        /* Safari 1.x */
        -khtml-opacity: 0.5;

        /* Good browsers */
        opacity: 0.5;
    }
    100% {
        transform: scale(5.5);
        -ms-transform: scale(5.5);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

        /* IE 5-7 */
        filter: alpha(opacity=60);

        /* Netscape */
        -moz-opacity: 0.6;

        /* Safari 1.x */
        -khtml-opacity: 0.6;

        /* Good browsers */
        opacity: 0.6;
    }
}
@-moz-keyframes pulse {
    0% {
        transform: scale(0.5);
        -ms-transform: scale(0.5);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* IE 5-7 */
        filter: alpha(opacity=50);

        /* Netscape */
        -moz-opacity: 0.5;

        /* Safari 1.x */
        -khtml-opacity: 0.5;

        /* Good browsers */
        opacity: 0.5;
    }
    50% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

        /* IE 5-7 */
        filter: alpha(opacity=40);

        /* Netscape */
        -moz-opacity: 0.4;

        /* Safari 1.x */
        -khtml-opacity: 0.4;

        /* Good browsers */
        opacity: 0.4;
    }
    70% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* IE 5-7 */
        filter: alpha(opacity=50);

        /* Netscape */
        -moz-opacity: 0.5;

        /* Safari 1.x */
        -khtml-opacity: 0.5;

        /* Good browsers */
        opacity: 0.5;
    }
    100% {
        transform: scale(5.5);
        -ms-transform: scale(5.5);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

        /* IE 5-7 */
        filter: alpha(opacity=60);

        /* Netscape */
        -moz-opacity: 0.6;

        /* Safari 1.x */
        -khtml-opacity: 0.6;

        /* Good browsers */
        opacity: 0.6;
    }
}
@-o-keyframes pulse {
    0% {
        transform: scale(0.5);
        -ms-transform: scale(0.5);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* IE 5-7 */
        filter: alpha(opacity=50);

        /* Netscape */
        -moz-opacity: 0.5;

        /* Safari 1.x */
        -khtml-opacity: 0.5;

        /* Good browsers */
        opacity: 0.5;
    }
    50% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

        /* IE 5-7 */
        filter: alpha(opacity=40);

        /* Netscape */
        -moz-opacity: 0.4;

        /* Safari 1.x */
        -khtml-opacity: 0.4;

        /* Good browsers */
        opacity: 0.4;
    }
    70% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* IE 5-7 */
        filter: alpha(opacity=50);

        /* Netscape */
        -moz-opacity: 0.5;

        /* Safari 1.x */
        -khtml-opacity: 0.5;

        /* Good browsers */
        opacity: 0.5;
    }
    100% {
        transform: scale(5.5);
        -ms-transform: scale(5.5);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

        /* IE 5-7 */
        filter: alpha(opacity=60);

        /* Netscape */
        -moz-opacity: 0.6;

        /* Safari 1.x */
        -khtml-opacity: 0.6;

        /* Good browsers */
        opacity: 0.6;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        -ms-transform: scale(0.5);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* IE 5-7 */
        filter: alpha(opacity=50);

        /* Netscape */
        -moz-opacity: 0.5;

        /* Safari 1.x */
        -khtml-opacity: 0.5;

        /* Good browsers */
        opacity: 0.5;
    }
    50% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

        /* IE 5-7 */
        filter: alpha(opacity=40);

        /* Netscape */
        -moz-opacity: 0.4;

        /* Safari 1.x */
        -khtml-opacity: 0.4;

        /* Good browsers */
        opacity: 0.4;
    }
    70% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* IE 5-7 */
        filter: alpha(opacity=50);

        /* Netscape */
        -moz-opacity: 0.5;

        /* Safari 1.x */
        -khtml-opacity: 0.5;

        /* Good browsers */
        opacity: 0.5;
    }
    100% {
        transform: scale(5.5);
        -ms-transform: scale(5.5);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

        /* IE 5-7 */
        filter: alpha(opacity=60);

        /* Netscape */
        -moz-opacity: 0.6;

        /* Safari 1.x */
        -khtml-opacity: 0.6;

        /* Good browsers */
        opacity: 0.6;
    }
}

.wcm_card1 {
    left: 50%;
    margin-left: -10em;
    z-index: 10;
    transition: all 0.5s ease-out 5s; }

.wcm_card2 {
    left: 50%;
    margin-left: -10em;
    z-index: 9;
    transition: all 0.5s ease-out 4s; }

.wcm_card3 {
    left: 50%;
    margin-left: -10em;
    z-index: 8;
    transition: all 0.5s ease-out 3s; }

.wcm_card4 {
    left: 50%;
    margin-left: -10em;
    z-index: 7;
    transition: all 0.5s ease-out 2s; }

.wcm_card5 {
    left: 50%;
    margin-left: -10em;
    z-index: 6;
    transition: all 0.5s ease-out; }

.wcm_card6 {
    left: 50%;
    margin-left: -10em;
    z-index: 5;
    transition: all 0.6s ease-out; }

.start .wcm_card {
    left: -100%;
    opacity: 0; }

.wcm_card-container {
    position: relative;
    width: 5em;
    margin: 0 auto; }

.wcm_card {
    position: absolute;
    top: 0;
    border-radius: 0em;
    padding: 2em;
    width: 20em;
    max-width: 20em;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.wcm_card a {
    margin: 0em -2em;
    display: block;
    width: 120%;
    max-width: 24em;
    position: relative;
    line-height: 1em; }

.wcm_card a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    border-top: 1px solid rgba(0, 0, 0, 0.15); }


.certificate-gallery{
    position: relative;
    margin: 0 auto;
    width: 50%;
    margin-top: 50px;
}
.certificate-gallery .cg-fig{
    position: absolute;
    top: 0;

    display: none;

}
.certificate-gallery .cg-fig.animate{
    -webkit-animation: translateOut .4s ease-out forwards;
    -o-animation: translateOut .4s ease-out forwards;
    animation: translateOut .4s ease-out forwards;
}

.certificate-gallery .cg-fig.aligned{
    top: 0 !important;
    transition: all 1s ease-out;
}
.certificate-gallery .cg-fig.aligned div{
    width: 100% !important;
    transition: all 1s ease-out;
}

.certificate-gallery .cg-fig.fig6{
    top: 22px;
    z-index: 6;
}
.certificate-gallery .cg-fig.fig5{
    top: 20px;
    z-index: 5;
}
.certificate-gallery .cg-fig.fig4{
    top: 16px;
    z-index: 4;
}
.certificate-gallery .cg-fig.fig3{
    top: 12px;
    z-index: 3;
}
.certificate-gallery .cg-fig.fig2{
    top: 8px;
    z-index: 2;
}
.certificate-gallery .cg-fig.fig1{
    top: 4px;
    z-index: 1;
}

.certificate-gallery .cg-fig.fig6 div{
    width: 100%;
    margin: 0 auto;
}
.certificate-gallery .cg-fig.fig6 div img{

}
.certificate-gallery .cg-fig.fig6.aligned div img{

}
.certificate-gallery .cg-fig.fig5 div{
    width: 96%;
    margin: 0 auto;
}
.certificate-gallery .cg-fig.fig4 div{
    width: 92%;
    margin: 0 auto;
}
.certificate-gallery .cg-fig.fig3 div{
    width: 88%;
    margin: 0 auto;
}
.certificate-gallery .cg-fig.fig2 div{
    width: 84%;
    margin: 0 auto;
}
.certificate-gallery .cg-fig.fig1 div{
    width: 80%;
    margin: 0 auto;
}

@-webkit-keyframes translateOut {
    0% {
        transform: translateY(0) scale(1);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

        /* IE 5-7 */
        filter: alpha(opacity=0);

        /* Netscape */
        -moz-opacity: 0;

        /* Safari 1.x */
        -khtml-opacity: 0;

        /* Good browsers */
        opacity: 0;
    }
    100% {

        transform: translateY(-60px) scale(.95);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

        /* IE 5-7 */
        filter: alpha(opacity=100);

        /* Netscape */
        -moz-opacity: 1;

        /* Safari 1.x */
        -khtml-opacity: 1;

        /* Good browsers */
        opacity: 1;
    }
}
@-moz-keyframes translateOut {
    0% {
        transform: translateY(0) scale(1);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

        /* IE 5-7 */
        filter: alpha(opacity=0);

        /* Netscape */
        -moz-opacity: 0;

        /* Safari 1.x */
        -khtml-opacity: 0;

        /* Good browsers */
        opacity: 0;
    }
    100% {

        transform: translateY(-60px) scale(.95);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

        /* IE 5-7 */
        filter: alpha(opacity=100);

        /* Netscape */
        -moz-opacity: 1;

        /* Safari 1.x */
        -khtml-opacity: 1;

        /* Good browsers */
        opacity: 1;
    }
}
@-o-keyframes translateOut {
    0% {
        transform: translateY(0) scale(1);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

        /* IE 5-7 */
        filter: alpha(opacity=0);

        /* Netscape */
        -moz-opacity: 0;

        /* Safari 1.x */
        -khtml-opacity: 0;

        /* Good browsers */
        opacity: 0;
    }
    100% {

        transform: translateY(-60px) scale(.95);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

        /* IE 5-7 */
        filter: alpha(opacity=100);

        /* Netscape */
        -moz-opacity: 1;

        /* Safari 1.x */
        -khtml-opacity: 1;

        /* Good browsers */
        opacity: 1;
    }
}
@keyframes translateOut {
    0% {
        transform: translateY(0) scale(1);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

        /* IE 5-7 */
        filter: alpha(opacity=0);

        /* Netscape */
        -moz-opacity: 0;

        /* Safari 1.x */
        -khtml-opacity: 0;

        /* Good browsers */
        opacity: 0;
    }
    100% {

        transform: translateY(-60px) scale(.95);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

        /* IE 5-7 */
        filter: alpha(opacity=100);

        /* Netscape */
        -moz-opacity: 1;

        /* Safari 1.x */
        -khtml-opacity: 1;

        /* Good browsers */
        opacity: 1;
    }
}
.wcm_svg_container{
    max-width: 686px;
    height: 500px;
    margin: 0 auto;
}

