 .brmobile {display: none;}

#desktop {display: block;}
#mobile {display: none;}


.container_left {
    border: 0px solid black;
    width: 46%;

    left: 0;
    margin: 40px;
    margin-left: 50px;
    margin-top: 40px;
    position: relative;
    text-align: center;
    padding: 20px;
    padding-top: 10px;
    
    border-radius: 20px;
   

}

#small {
    font-size: 10pt;
}

.container_left h1 {
    color: #2e8500;
    font-size: 18pt;
    text-align: left;
    font-weight: 600;
    border-left: 5px solid #00bc00;
    padding-left: 10px;
    margin-left: 55px;
}

.container_left h2 {
    font-size: 16pt;
    text-align: left;
    font-weight: 400;
    border-left: 0px solid #00bc00;
    padding-left: 10px;
    margin-left: 55px;
    color: #2e8500;
}

.container_left p {
    font-size: 11pt;
    text-align: left;
    font-weight: 400;
    border-left: 0px solid #00bc00;
    padding-left: px;
    margin-left: 55px;
    color: black;
}


.container_left img {
    width: 100%;
    max-width: 350px;
}

.container_right {
    animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: 2;
    border: 0px solid black;
    height: 510px;
    width: 40%;
    right: 0;
    margin: 60px;
    margin-top: 50px;
    position: absolute;
    
    border-radius: 20px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.1);
    background-color: white;
    background-size: cover;
    -webkit-transition-property: width, height, box-shadow, margin, background,top,position;
    transition-property: width, height, box-shadow, margin, background,top,position;
    -o-transition-property: width, height, box-shadow, margin, background,top,position;
    transition-property: width, height, box-shadow, margin, background,top,position;
    -webkit-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    overflow: hidden;

}

.container_right:hover {
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.35);
            box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.35);
}

img {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}

img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}



.container_right_title {
    width: 100%;
    background: #ccf8a9;
    text-align: center;
    border-radius: 20px 20px 0px 0px;
    z-index: 6;
    position: absolute;
    z-index: 10;
    color: #2e8501;
}

.container_right_title p {

    font-size: 16pt;
    font-weight: 600;
    padding: 8px;
    padding-top: 10px;
}





.container_center {
    border: 0px solid black;
    width: 80%;
    right: 0;
    margin: 0 auto;
    position: relative;
    background: white;
    border-radius: 20px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    padding: 40px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}



.containerblue {
    background-image: url(../img/backgroundlightsmallblue2.jpg);
    background-size: cover;
}

.container_center h1 {
    font-weight: 600;
    color: #73b042
}

.container_center h2 {
    font-weight: 400;
    color: #73b042
}

.container_center p {
    font-weight: 200;
    font-size: 14pt;
}

.container_center img {
    width: 60%;
}


.container_bg {
    background-image: url(../img/header_clean.jpg);
    height: 400px;
    background-size: cover;
}


.container_half_left {
    border: 0px solid black;
    width: 44%;
    left: 0;
    margin-left: 40px;
    position: relative;
    background: white;
    border-radius: 20px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    padding: 40px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    background-image: url(../img/backgroundlightsmallblue2.jpg);
    background-size: cover;
}

.container_half_left img {
    width: 230px;
}

.container_half_left h1 {
    font-weight: 600;
    color: #73b042
}


.container_half_right {
    border: 0px solid black;
    width: 44%;
    right: 0;
    margin-right: 40px;
    position: absolute;
    background: white;
    border-radius: 20px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    padding: 40px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 30px;
}


.container_half_right img {
    width: 60px;
    margin-bottom: 10px;
}

.container_half_right h2 {
    color: deepskyblue;
    font-weight: bold;
}



.bluebutton {
    background-color: deepskyblue;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
    color: white;
    font-weight: 600;
    font-size: 18pt;
    border-radius: 20px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;

}


.bluebutton:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.bluebutton a {
    text-decoration: none;
    color: white;
}

.formbutton {
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    background: #c6ebfe;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0px;
    height: 60px;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 10;
}

.greenbg {
    background: green;
    color: white;
}


.greenbglight {
    background: #05d100;
}



.nextbutton {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
    padding-top: 6px;

    color: #2e8501;

    font-weight: 600;
    font-size: 13pt;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-align: center;
    width: 130px;
    color: white;
    font-size: 15pt;
    background: white;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nextbutton:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.nextbutton a {
    text-decoration: none;

}


.backbutton {

    margin: 0 auto;
    padding: 0px;
    padding-top: 5px;
    color: white;
    font-weight: 600;
    font-size: 13pt;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-align: center;
    width: 130px;
    color: white;
    font-size: 15pt;
    background: #6ab354;
    color: white;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    margin-right: 10px;
}

.backbutton:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.backbutton a {
    text-decoration: none;
    color: white;
}



.okbutton {

    margin: 0 auto;
    padding: 0px;
    padding-top: 5px;
    color: white;
    font-weight: 600;
    font-size: 13pt;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-align: center;
    width: 130px;
    color: white;
    font-size: 15pt;
    background: #03bc01;
    color: white;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.okbutton:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.okbutton a {
    text-decoration: none;
    color: white;
}

.submitbutton {

    margin: 0 auto;
    padding: 0px;
    padding-top: 6px;
    color: white;
    font-weight: 600;
    font-size: 13pt;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-align: center;
    width: 430px;
    color: white;
    font-size: 15pt;
    background: #05bffe;
    color: white;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    z-index: 13;
    position: absolute;
}

.submitbutton:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.submitbutton a {
    text-decoration: none;
    color: white;
}



.buttonview {
    display: inline-block;
}

.buttonoff {
    display: none;
}



.container_right_height {
    height: 510px;
}

.container_right_height_valid {
    height: 510px;
}




.firstpart {
    margin-top: 70px;
    -webkit-transition-property: margin,transform;
    -o-transition-property: margin,transform;
    transition-property: margin,transform;
    -webkit-transition-duration: 0.7s;
         -o-transition-duration: 0.7s;
            transition-duration: 0.7s;
}


 .slide2 {transform: translate(100%,-117%);} 

.slide3 {transform: translate(200%,-165%);} 
 

.firstpartup {
 /* margin-top: -360px; */
    transform: translate(-100%,0px);

}

.firstpartupvalid {
   /* margin-top: -740px;  */
     transform: translate(-200%,0px);
    
}


table.unstyledTable {
    width: 100%;
    text-align: left;
    font-size: 10pt;

}

table.unstyledTable td,
table.unstyledTable th {
    border: 1px solid lightgrey;
    border-radius: 4px;
    padding: 2px 5px;

}

table.unstyledTable thead {
    background: #DDDDDD;
}

table.unstyledTable thead th {
    font-weight: normal;
}

table.unstyledTable tfoot {
    font-weight: bold;
}







iframe {
    border-radius: 10px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    -o-transition-property: transform, box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}

iframe:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.05);
            box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.05);
}




.logo {
    width: 320px;
    margin: 0 auto;
    padding: 0px;
    margin: 60px;
    margin-top: 20px;

    top: 0;
    left: 0;
    position: fixed;
    z-index: 5;
    border-radius: 10px;
  
    padding-left: 56px;
    margin-left: -20px;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.7s;
         -o-transition-duration: 0.7s;
            transition-duration: 0.7s;
}

.logo img {
    width: 100%;
    display: block;
    padding: 10px;
}

.logosmall {
    width: 200px;
}

.menufull {
    width: 100%;
    position: fixed;
    top: 0;
    height: 200px;
    z-index: 5;
}

.menu {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    border-radius: 0px 0px 40px 40px;
    background: white;
    padding-top: 15px;
    padding-bottom: 2px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.00);
    -webkit-transition-property: background-color, margin;
    -o-transition-property: background-color, margin;
    transition-property: background-color, margin;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}

.menuclose {
    margin-top: -50px;
    background-color: #2e5ec1;
    padding-bottom: 10px;
}

.menuclose:hover {
    margin-top: 0px;
    background-color: white;
    padding-bottom: 10px;
}


.menu img {
    width: 180px;
    padding: 10px;
}

.menu li {
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    font-weight: 400;
    font-size: 12pt;
}

.menu li a {
    color: #73b042;
}

.menu li:hover {
    background: #ff3f43;
    ;
    color: white;
    border-radius: 30px;
}

.menu li:hover a {
    color: white;
    text-decoration: none;
}



.blank {
    height: 100px;
}


.pop {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    width: 280px;
    margin: 0 auto;
    text-align: left;
    margin-top: 16px;
    padding: 0px;
    border-radius: 20px;
    margin-right: -30px;
    background:
        /* #ff3f43 */
        #c6ebfe;
    padding-top: 10px;
    padding-bottom: 2px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.04);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    padding-right: 10px;
    -webkit-transition-property: margin-right,font-size;
    -o-transition-property: margin-right,font-size;
    transition-property: margin-right,font-size;
    -webkit-transition-duration: 0.7s;
         -o-transition-duration: 0.7s;
            transition-duration: 0.7s;
        font-size: 10pt;
    padding-left: 20px;
}

.pop b {color: darkblue;}

.popclose {
    margin-right: -100px;
    font-size: 8pt;
}

.popclose:hover {
    margin-right: -30px;
    cursor: default;
}

.pop p {
    color: darkblue;

}

.pop img {
    width: 180px;
    padding: 10px;
}

.pop a{
    text-decoration: none;
    color: darkblue;
}

.pop:hover {
    background: #3ebbff;;
    border-radius: 30px;
}

.pop a:hover {
    text-decoration: underline;
}


.popleft {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    width: 370px;
    margin: 0 auto;
    text-align: center;
    margin-top: 62px;
    padding: 0px;
    border-radius: 40px;
    margin-right: -10px;
    background: #ccf8a9;
    padding-top: 10px;
    padding-bottom: 2px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding-right: 30px;
    -webkit-transition-property: margin;
    -o-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: 0.7s;
         -o-transition-duration: 0.7s;
            transition-duration: 0.7s;
}

.popcloseleft {
    margin-right: -298px;
}

.popcloseleft:hover {
    margin-right: -20px;
}

.popleft p {
    color: green;
    font-size: 11pt;
    font-weight: 400;
}

.popleft img {
    width: 250px;
    padding: 10px;
}

.popleft li a {
    color: #73b042;
}

.popleft:hover { background-color: #8adc77}

.popleft:hover a {
    color: white;
    text-decoration: none;
}



.active {
    background: #2e5ec1;
    border-radius: 30px;
    color: white;
}

.active li a {
    color: white;
}


.titreA {
    margin-top: -700px;
    font-family: 'Montserrat', 'HK Grotesk';
}

.titreA h1 {
    color: green;
}

.titreA img {
    width: 400px;
    margin-left: -30px;
    margin-bottom: 25px;
}

#bigp {
    font-size: 26pt;
}

#middlep {
    font-size: 27pt;
}



.box_form {
    width: 90%;
    border: 0px solid green;
    padding-top: 0px;
    border-radius: 4px;

    color: #09bdfe;
    font-weight: light;
    text-align: center;
    margin: 0 auto;
}

.box_form img {
    margin: 10px;
}

.box_form p {
    font-size: 10pt;
    padding-top: 0px;
    color: #284fa4;
    font-weight: 200;
}

.box_form_white {
    border: 0px solid #00b000;
    color: grey;
    border-radius: 0px 0px 5px 5px;
    padding: 5px;
    padding-top: 0;
    font-size: 14pt;
    font-weight: 600;
}




.box_form_white h4 {
    color: white;
    padding: 4px;
    margin: 10px;
    cursor: pointer;

}

.box_form_white h4 a {
    color: white;
}

.box_form_white h4:hover {
    text-decoration: underline;

}


.box_form_white p {margin-top: 0px;}



label {
    width: 40%;
    margin: 1px;
    border-radius: 5px;
    font-size: 12pt;
    background: #a3c0f7;
    color: white;
    font-weight: 600;
    padding: 8px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}

label:hover {
    cursor: pointer;
    background: deepskyblue;
    font-weight: 600;
    -webkit-box-shadow: -1px 3px 11px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 3px 11px -1px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}







input {
    opacity: 0;
}

input:checked + label {
    background-color: #2f5ec3;
    font-size: 12pt;
    color: white;
    font-weight: 600;
    -webkit-box-shadow: -1px 3px 11px -1px rgba(0, 0, 0, 0.7);
    box-shadow: -1px 3px 11px -1px rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.labelsuccess label {
    margin: 3px;
    border-radius: 5px;
    font-size: 11pt;
    color: white;
    font-weight: 600;
    color: white;
    width: 45%;
    margin: 3px;
    border-radius: 5px;
    font-size: 14pt;
    background: none;
    color: white;
    font-weight: 600;
    padding: 0px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    margin-top: -10px;
}


.labelsuccess label:hover {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

}


.labelsuccess input {
    opacity: 1;
    border-radius: 10px;
}

.labelsuccess input:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quarter label {
    width: 20%;
    height: 70px;
    padding: 0;
    padding-top: 10px;
}

.sixtet label {
    width: 10%;
    padding: 7px;
    padding-top: 4px;
    border-radius: 100px;
    margin-left: -10px;
}

.trio label {
    width: 30%;
    padding: 7px;
    padding-top: 4px;
    border-radius: 10px;
    margin-left: -10px;
}


.labelespace label {background: none;color: darkblue;height: auto;margin-top:-10px;padding: 0;}
.labelespace label img {width: 70px;}


.labelespace_energy label {background: none;color: darkblue;height: auto;margin-top:-10px;padding: 0;}
.labelespace_energy label img {width: 40px;}




.revenuoff {
    display: none;
}





.formIDF {
    display: block;
}

.formNOIDF {
    display: none;
}

.residenceshow {
    display: block;
}

.residenceoff {
    display: none;
}


.elligible {
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    color: white;
    text-align: center;
}


.elligible h1 {
    font-size: 15pt;
    color: white;
    font-weight: 600;
}

.elligible p {
    font-size: 11pt;
    color: white;
    font-weight: 400;
}


.nonelligible {
    width: 60%;
    background-color: darkblue;
    margin: 0 auto;
    border-radius: 20px;
    color: white;
}

#infoperso {
    font-size: 16pt;
    padding: 4px;
}

input[type="text"] {
    width: 100%;
    text-align: center;
    border-color: lightgreen;
    border: none;
}

input[type="email"] {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    border-color: lightgreen;
    border: none;
}

.submitbouton {
    background-color: deepskyblue;
    font-size: 15pt;
    border-radius: 13px;
    border: none;
    color: white;
    padding: 10px;
    font-weight: 600;
}

.submitbouton:hover {
    background-color: darkblue;

}

#selection {
    font-size: 20pt;
    width: 100%;
}

#selection_end {
    font-size: 20pt;
}

.containerschema {
    width: 70%;
    margin: 0 auto;
}

.containerschema img {
    width: 100%;
}



#corner img {
    border-radius: 3px;
    border-bottom: 7px solid #00bc00;
}

.row-merge {
    width: 100%;
    *zoom: 1;
}

.row-merge:before,
.row-merge:after {
    display: table;
    content: "";
    line-height: 0;
}

.row-merge:after {
    clear: both;
}

.row-merge [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.06944444444444445%;
}

.row-merge [class*="span"]:first-child {
    margin-left: 0;
}

.row-merge .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0%;
}

.row-merge .span12 {
    width: 99.99999999999999%;
    *width: 99.93055555555554%;
}

.row-merge .span11 {
    width: 91.66666666666666%;
    *width: 91.59722222222221%;
}

.row-merge .span10 {
    width: 83.33333333333331%;
    *width: 83.26388888888887%;
}

.row-merge .span9 {
    width: 74.99999999999999%;
    *width: 74.93055555555554%;
}

.row-merge .span8 {
    width: 66.66666666666666%;
    *width: 66.59722222222221%;
}

.row-merge .span7 {
    width: 58.33333333333333%;
    *width: 58.263888888888886%;
}

.row-merge .span6 {
    width: 49.99999999999999%;
    *width: 49.93055555555555%;
}

.row-merge .span5 {
    width: 41.66666666666666%;
    *width: 41.597222222222214%;
}

.row-merge .span4 {
    width: 33.33333333333333%;
    *width: 33.263888888888886%;
}

.row-merge .span3 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
}

.row-merge .span2 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
}

.row-merge .span1 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
}

.row-merge .offset12 {
    margin-left: 99.99999999999999%;
    *margin-left: 99.8611111111111%;
}

.row-merge .offset12:first-child {
    margin-left: 99.99999999999999%;
    *margin-left: 99.8611111111111%;
}

.row-merge .offset11 {
    margin-left: 91.66666666666666%;
    *margin-left: 91.52777777777777%;
}

.row-merge .offset11:first-child {
    margin-left: 91.66666666666666%;
    *margin-left: 91.52777777777777%;
}

.row-merge .offset10 {
    margin-left: 83.33333333333331%;
    *margin-left: 83.19444444444443%;
}

.row-merge .offset10:first-child {
    margin-left: 83.33333333333331%;
    *margin-left: 83.19444444444443%;
}

.row-merge .offset9 {
    margin-left: 74.99999999999999%;
    *margin-left: 74.8611111111111%;
}

.row-merge .offset9:first-child {
    margin-left: 74.99999999999999%;
    *margin-left: 74.8611111111111%;
}

.row-merge .offset8 {
    margin-left: 66.66666666666666%;
    *margin-left: 66.52777777777777%;
}

.row-merge .offset8:first-child {
    margin-left: 66.66666666666666%;
    *margin-left: 66.52777777777777%;
}

.row-merge .offset7 {
    margin-left: 58.33333333333333%;
    *margin-left: 58.19444444444444%;
}

.row-merge .offset7:first-child {
    margin-left: 58.33333333333333%;
    *margin-left: 58.19444444444444%;
}

.row-merge .offset6 {
    margin-left: 49.99999999999999%;
    *margin-left: 49.86111111111111%;
}

.row-merge .offset6:first-child {
    margin-left: 49.99999999999999%;
    *margin-left: 49.86111111111111%;
}

.row-merge .offset5 {
    margin-left: 41.66666666666666%;
    *margin-left: 41.52777777777777%;
}

.row-merge .offset5:first-child {
    margin-left: 41.66666666666666%;
    *margin-left: 41.52777777777777%;
}

.row-merge .offset4 {
    margin-left: 33.33333333333333%;
    *margin-left: 33.19444444444444%;
}

.row-merge .offset4:first-child {
    margin-left: 33.33333333333333%;
    *margin-left: 33.19444444444444%;
}

.row-merge .offset3 {
    margin-left: 24.999999999999996%;
    *margin-left: 24.86111111111111%;
}

.row-merge .offset3:first-child {
    margin-left: 24.999999999999996%;
    *margin-left: 24.86111111111111%;
}

.row-merge .offset2 {
    margin-left: 16.666666666666664%;
    *margin-left: 16.52777777777778%;
}

.row-merge .offset2:first-child {
    margin-left: 16.666666666666664%;
    *margin-left: 16.52777777777778%;
}

.row-merge .offset1 {
    margin-left: 8.333333333333332%;
    *margin-left: 8.194444444444443%;
}

.row-merge .offset1:first-child {
    margin-left: 8.333333333333332%;
    *margin-left: 8.194444444444443%;
}

[class*="span"].hide,
.row-merge [class*="span"].hide {
    display: none;
}

[class*="span"].pull-right,
.row-merge [class*="span"].pull-right {
    float: right;
}

@media (max-width: 767px) {

    [class*="span"],
    .uneditable-input[class*="span"],
    .row-merge [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .span12,
    .row-merge .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-merge [class*="offset"]:first-child {
        margin-left: 0;
    }
}

/*= TYPOGRAPHY
---------------------------------------------------------------------------------------------- */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;


}

body {
    background: #fff;
    color: #666;
    font-size: 14px;
    font-family: 'Montserrat', 'HK Grotesk', 'Roboto', Arial, sans-serif;
    font-weight: 300;
    background-image: url(../img/backgroundlight.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    font-weight: 500;
    color: #444;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.15;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 12px;
    margin: 0 0 0 5px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11px;
}

strong,
b {
    color: #555;
}

a {
    color: #00bc00;
}

a:hover,
a:focus {
    outline: none;
}

small,
.small {
    font-size: 13px;
}

ul,
menu,
dir {
    list-style-type: square;
}

form {
    margin: 0;
}

form fieldset {
    border: 1px solid #e5e6e7;
    border-radius: 2px;
    padding: 25px;
}

label {
    font-family: 'Montserrat', inherit;
    font-weight: inherit;
}

.lead {
    font-size: 15px;
    line-height: 24px;
}

.unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gap-15 {
    height: 15px;
}

.gap-30 {
    height: 30px;
}

.gap-50 {
    height: 30px;
}

.gap-70 {
    height: 30px;
}

/*= FORM
---------------------------------------------------------------------------------------------- */
.form-control {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

/*= BUTTONS
---------------------------------------------------------------------------------------------- */
.btn {
    border-radius: 2px;
    border-width: 2px;
    font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    border-color: transparent;
}

.btn:hover {
    border-color: transparent;
}

.btn-outline {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    background: none;
    color: #fff;
}

.btn-outline:hover,
.btn-outline.active {
    border-color: #fff;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-inverse {
    background: #1e1e1e;
    color: #fff;
}

.btn-inverse:hover {
    background: #2f2f2f;
    color: #fff;
}

/*= HEADER
---------------------------------------------------------------------------------------------- */
.header .navbar {
    background: #00bc00;
}

.header .navbar-nav > li > a {
    font-size: 17px;
    color: white;
}

/*= SECTIONS
---------------------------------------------------------------------------------------------- */
.section {
    padding: 100px 0;
}

.section.type-1 {
    background: #2a333b;
    color: #a5b3bf;
}

.section.type-1 h1,
.section.type-1 h2,
.section.type-1 h3,
.section.type-1 h4,
.section.type-1 h5,
.section.type-1 h6,
.section.type-1 strong,
.section.type-1 b {
    color: #fff;
}

.section.type-1 h4 {
    color: #00bc00;
    border-color: #313b44;
}

.section.type-1 hr {
    border-color: #313b44;
}

.section.type-1 .form-control {
    background: #384048;
    border-color: transparent !important;
    color: #a5b3bf;
    -o-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    /* ...and now override with proper CSS property */

    transition: background-color 0.3s linear;
}

.section.type-1 .form-control:focus {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section.type-2 {
    background: #fff;
}

.section.type-3 {
    background: #f0f2f4;
}

.section.type-4 {
    background: #00bc00;
}

.section.big {
    height: 100%;
}

.section.splash {
    background: url(../img/test_landscape.png) fixed no-repeat;
    background-color: ;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.section.splash h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 30px;
}

.section-headlines {
    margin-bottom: 30px;
    text-align: center;
}

.section-headlines > h2 {
    font-size: 32px;
}

.section-headlines > h4 {
    font-family: 'Montserrat', 'HK Grotesk Light Legacy', 'Roboto', Arial, sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    color: #00bc00;
    border-bottom: 2px solid #ddd;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 35px;
    letter-spacing: 2px;
    word-spacing: 5px;
}

.section-headlines > div {
    line-height: 1.5;
}

/*= SPLASH
---------------------------------------------------------------------------------------------- */
.splash-cover {
    background: #363b48;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.splash-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.splash-block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.1em;
    /* Adjusts for spacing */

}

.centered {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 100px 0;
}

.splash-block p {
    color: #00bc00 !important;
    font-size: 60px;
    font-weight: bolder;
    font-style: ;
}

/*= JUMPER
---------------------------------------------------------------------------------------------- */
.jumper {
    height: 0;
    position: relative;
    top: -50px;
}

/*= WORK
---------------------------------------------------------------------------------------------- */
.work-thumb {
    display: block;
}

.work-content {
    background: #fff;
    padding: 15px;
}

/*= SERVICES
---------------------------------------------------------------------------------------------- */
.gallery-control {
    margin: 0 0 30px;
    text-align: center;
}

#Grid {
    font-size: 0;
    line-height: 0;
    text-align: justify;
    display: inline-block;
    width: 100%;
}

#Grid .mix {
    opacity: 0;
    display: none;
    width: 20%;
    vertical-align: top;
    font-size: 14px;
}

#Grid .mix > div .media-thumb {
    position: relative;
    overflow: hidden;
}

#Grid .mix > div .media-thumb img {
    display: block;
    max-width: 100%;
}

#Grid .mix > div .media-thumb:hover .media-desc {
    opacity: 1;
    filter: alpha(opacity=100);
}

#Grid .mix > div .media-desc {
    opacity: 0;
    filter: alpha(opacity=0);
    background: #00bc00;
    background: rgba(132, 194, 37, 0.8);
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 20px;
    -o-transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    /* ...and now override with proper CSS property */

    transition: opacity .3s linear;
}

#Grid .mix > div .media-desc > div {
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#Grid .mix > div .media-desc b {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

#Grid .mix > div .media-detail {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    padding: 10px;
    margin: 0 10px;
    line-height: 20px;
    display: none;
}

@media (max-width: 1020px) {
    #Grid .mix {
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #Grid .mix {
        width: 33.333333%;
    }
}

@media (max-width: 767px) {
    #Grid .mix {
        width: 100%;
    }
}

/*= CLIENTS
---------------------------------------------------------------------------------------------- */
#clients {
    background: #f7f7f7;
    padding: 40px 0;
    border-bottom: 1px solid #E5E5E5;
}

#clients .col-lg-2 {
    text-align: center;
}



/*= FEATURES
---------------------------------------------------------------------------------------------- */
.features .media > i {
    font-size: 28px;
    line-height: 55px;
    margin-right: 25px;
    width: 60px;
    height: 60px;
    border: 3px solid #eee;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.features .media + .media {
    margin-top: 0;
}

.stats {
    background: #f7f7f7;
}

.stats i {
    font-size: 28px;
    line-height: 55px;
    padding: 15px;
    color: #fff;
    width: 60px;
    height: 60px;
    background: #00bc00;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.stats h3 {
    color: #444;
    font-size: 25px;
}

/*= TEAM
---------------------------------------------------------------------------------------------- */
.team_item {
    margin-bottom: 30px;
    text-align: center;
}

.team_body {
    padding: 25px 15px 31px 15px;
}

.team_item .img_block {
    margin: 0;
}

.team_item a {
    text-decoration: none;
}

.team_item .img_block img {
    max-width: 100%;
    width: auto;
    margin: auto;
}

.team_body h5 {
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 11px 0;
    color: #2c2b2b;
    text-transform: uppercase;
}

.team_body h6 {
    line-height: 20px;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 3px 0;
    color: #2c2b2b;
}


/*= PRICING PLANS
---------------------------------------------------------------------------------------------- */
.pricing-plans .plan-name {
    text-align: center;
}

.pricing-plans .plan-name h2 {
    background: #1e1e1e;
    border-radius: 3px 3px 0 0;
    padding: 50px 25px;
    margin: 0;
    color: #fff;
}

.pricing-plans .plan-featured .plan-name h2 {
    background: #00bc00;
}

.pricing-plans .plan-price {
    padding: 25px;
    color: #444;
}

.pricing-plans .plan-price > b {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -1px;
}

.pricing-plans .plan-details {
    padding: 0 15px;
    background: #f5f5f5;
}

.pricing-plans .plan-details > div {
    padding: 15px 0;
}

.pricing-plans .plan-details > div + div {
    border-top: 1px solid #eee;
}

.pricing-plans .plan-action {
    background: #f5f5f5;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    padding: 15px;
}

/*= SOCIAL LINKS
---------------------------------------------------------------------------------------------- */
.person .person-avatar {
    margin-right: 20px;
}

.avatar {
    width: 100px;
}

/*= SOCIAL LINKS
---------------------------------------------------------------------------------------------- */
.social-links {
    font-size: 30px;
}

.social-links.size-big {
    font-size: 40px;
}

.social-links a {
    color: #aaa;
    text-decoration: none !important;
}

.social-links a:hover {
    color: #00bc00;
}

/*= BRANDS
---------------------------------------------------------------------------------------------- */
.brands .brand {
    border: 1px solid #eee;
    padding: 30px;
    text-align: center;
}

/*= FOOTER
---------------------------------------------------------------------------------------------- */
.footer {
    background: #242b32;
    color: #a5b3bf;
    font-size: 13px;
    padding: 20px 0;
}

.footer * {
    line-height: 20px;
}

.footer .link-social {
    color: inherit;
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-left: 15px;
    text-decoration: none !important;
    font-size: 18px;
}

.footer .link-social:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.section-contact .address-row {
    display: table;
    width: 100%;
}

.section-contact .address-sign {
    display: table-cell;
    width: 30px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.section-contact .address-info {
    display: table-cell;
}

/*= EMAIL SUBSCRIPTION---------------------------------------------------------------------------------------------- */

.email-susbscription input[type="email"] {
    width: 91%;
    max-width: 600px;
    height: 56px;
    padding: 0 4%;
    background-: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 10px 0 0;

}

.email-susbscription h1 {
    color: #fff;
}

.email-susbscription p {
    color: #fff;
    margin-bottom: 30px;
}

.email-susbscription .btn {
    padding: 17px;
}

/*= BOOTSTRAP OVERWRITE: ACCORDIANS
---------------------------------------------------------------------------------------------- */
.panel-group .panel {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel + .panel {
    border-top: 1px solid #eee;
    margin-top: 0;
    padding-top: 10px;
}

.panel-group .panel-heading {
    padding: 0 0 10px;
}

.panel-group .panel-body {
    padding: 5px 0 15px;
    border-top: 0 !important;
}

.panel-title {
    font-size: 18px;
}

.panel-title a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

.panel-title a i {
    color: #bbb;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    float: left;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.panel-title a .icon-minus {
    display: none;
}

.panel-title a.collapsed .icon-minus {
    display: block;
}

.panel-title a.collapsed .icon-plus {
    display: none;
}

/*= TESTIMONIAL
---------------------------------------------------------------------------------------------- */
#carousel-testimonial {
    margin-top: 50px;
}

.testimonial {
    background: #f9f9f9;
    padding: 40px;
}

.testimonial-avatar {
    padding-left: 30px;
}

.testimonial-avatar img {
    width: 100px;
    height: auto;
}

.testimonial-content .lead {
    border-left: 1px solid #ddd;
    padding-left: 30px;
    font-size: 18px;
    margin-top: 10px;
}

.carousel-controller {
    position: absolute;
    right: 15px;
    top: 15px;
}

.dis-table {
    display: table;
    width: 100%;
}

.dis-tablecell {
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 767px) {
    .section.splash h1 {
        font-size: 40px;
    }

    .person-avatar img {
        width: 80px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    /*= RESPONSIVE RESET
  ---------------------------------------------------------------------------------------------- */
}

@media (max-width: 979px) {
    /*= RESPONSIVE RESET
  ---------------------------------------------------------------------------------------------- */
}

#success {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: green;
    display: none;
}

#error {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: red;
    display: none;
}



#hidemobile {
    display: none;
}




/* _______________________ */

@media screen and (max-width: 800px) {

    .brmobile {
        display: none;
    }

    .popleft {
        display: none;
    }

    .pop {
        display: none;
    }

    .menu {
        display: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-radius: 0px 0px 20px 20px;

    }

    .menufull {
        height: auto;
    }

    .menu li {
        display: inline-block;
        margin-right: 0px;
        padding: 4px;
        font-weight: 400;
        font-size: 10pt;
        margin-right: 5px;
    }

    .logo {

        position: relative;
        width: 200px;
        margin: 0 auto;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 30px;
background: white;
    }

    .container_left {
        border: 0px solid black;
        width: 100%;
        left: 0;
        margin-left: 0px;
        margin-top: 10px;
        position: relative;
        text-align: center;
        padding-top: 10px;
        margin: 0 auto;
        position: relative;
        background: white;
        border-radius: 20px;
        -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.07);
        box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.07);

    }
    
    .container_left h1 {
    margin-left: 0px;
}

.container_left h2 {
    margin-left: 0px;

}

.container_left p {

    margin-left: 0px;

}
    
    
    input:checked + label {
    background-color: #2f5ec3;
    font-size: 10pt;
    color: white;
    font-weight: 600;
    -webkit-box-shadow: -1px 3px 11px -1px rgba(0, 0, 0, 0.7);
    box-shadow: -1px 3px 11px -1px rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
    
.quarter label {
    width: 18%;
    height: auto;
    padding: 0;
    padding-top: 10px;
    padding: 10px;
}
    
    .labelespace label img {max-width: 90%;text-align: center;}
    
   
 
    
    .container_right {
    border: 0px solid black;
    height: 530px;
    width: 95%;
    position: relative;
    margin: 0 auto;
   margin-bottom: 30px;
        margin-top:10px; $
        animation-iteration-count: 0;

}
   
    
    .nextbutton {}
    .okbutton {}

    
    
    .labelsuccess label {
    margin: 3px;
    border-radius: 5px;
    font-size: 11pt;
    color: white;
    font-weight: 600;
    color: white;
    width: 80%;
    margin: 3px;
    border-radius: 5px;
    font-size: 14pt;
    background: none;
    color: white;
    font-weight: 600;
    padding: 0px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    margin-top: 0px;
}
   
    
    .container_half_left {
    border: 0px solid black;
    width: 100%;
    left: 0;
    margin-left: 0px;
    position: relative;
        margin: 0 auto;
    background: white;
    border-radius: 20px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.07);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.07);
    padding: 40px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    background-image: url(../img/backgroundlightsmallblue2.jpg);
    background-size: cover;
}
    
    .container_half_right {
    border: 0px solid black;
    width: 100%;
    right: 0;
    position: relative;
        margin: 0 auto;
    background: white;
    border-radius: 20px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.07);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.07);
    padding: 40px;
    text-align: center;
        margin-bottom: 60px;
}
    
    .container_center {
    border: 0px solid black;
    width: 100%;
    right: 0;
    margin: 0 auto;
    position: relative;
    background: white;
    border-radius: 20px;
    -webkit-box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.07);
    box-shadow: 7px 9px 19px -1px rgba(0, 0, 0, 0.07);
    padding: 40px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
    .container_center p {
    font-weight: 200;
    font-size: 11pt;
}
    
    .container_center h1 {
    font-weight: 600;
    color: #73b042;
        font-size:13pt;
}
    
    .container_center img {
    width: 100%;
}
    .container_bg {
display: none;
}
    
    .bluebutton {
        width: 93%;}
    
    .animated {animation-duration: 0s;}
    .blank {display: none;}
    
    
    table.unstyledTable {
    width: 100%;
    text-align: left;
    font-size: 6pt;

}

table.unstyledTable td,
table.unstyledTable th {
    border: 1px solid lightgrey;
    border-radius: 4px;
    padding: 2px 5px;

}

table.unstyledTable thead {
    background: #DDDDDD;
}

table.unstyledTable thead th {
    font-weight: normal;
}

table.unstyledTable tfoot {
    font-weight: bold;
}

    
    
    label {
    width: 36%;
    margin: 1px;
    border-radius: 5px;
    font-size: 10pt;
    background: #a3c0f7;
    color: white;
    font-weight: 600;
    padding: 18px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}
    
.trio label {
    width: 29%;
    padding: 7px;
    padding-top: 4px;
    border-radius: 10px;
    margin-left: -10px;
    font-size: 14px;
}
    
.slide3 {transform: translate(200%,-133%);} 
    
    .firstpartupvalid {
    transform: translate(-200%,0px);
}
    
    
    .container_right_height_valid {
   height: 680px;
}

    .container_right_title_donemobile{
    border-radius: 0px;

}
    
    
#desktop {display: none;}
#mobile {display: block;}
    
    
}











