*{

    box-sizing: border-box;
    font: 14px "Open Sans", sans-serif;
    max-width: 1500px;
    margin: 0 auto;
}


.navigator{
    width: 100%;
    background-color: rgb(23, 87, 124);
    /*background-color: rgba(226, 157, 101, 0.664);*/
    padding: 0px;
    padding-right: 0px;
    margin-bottom: 3px;
   
}

.navigator ul{
    position: absolute;
    list-style-type: none;
    width: 100%;  
    padding-left:0px; 

}

.navigator >li{
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    width: 150px;
    padding-left:0px;
    
}

.navigator a{
   text-decoration: none;
   display:block;
   color:white; 
   line-height: 30px;
   text-align: center;
   padding: 10px 0px;
  
}

.navigator a:hover{
    background-color:rgba(24, 103, 206, 0.685);
    padding: 10px 0px;
  
}

.active-menu a{
    color: white;
    cursor: default;
    background-color:rgba(24, 103, 206, 0.685);

}


.navigator li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}



.second-level-menu{
    position: absolute;
    display: none;
   /* padding: 0px 0px 0px 13px;*/
   box-shadow: 5px 10px 15px rgba(156, 159, 161, 0.568);  
   z-index: 10;
 
 
}

.second-level-menu li a{
    color: #0F3E5A;
    text-align: justify;
    padding-left:45px;

  
}

.second-level-menu a:hover{
    background-color: #125fd3ab;
    padding-left:45px;
    color:white;


}

.second-level-menu >li{
   position: relative;
   background-color: #f1fbffec;

  
}



.logosmall{

    background-image: url("../img/logotest1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:0px;
    float: right;
   
   
}



     
@media screen and (max-width: 800px) {
    .logosmall {
     float: none;
     background-size: 80%;

    }
}




/*Home*/



.faded{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}



    .fadedimg{
        background-color:rgb(200,194,194);
        grid-column: span 3;

    }

    .fadedimg img{
        /* background-image: url("../img/kitchen3 2.jpg");,linear-gradient(273deg, rgb(251, 247, 240) 0%, rgb(231,186,118) 100%)*/
         width: 100%;
        
}

.authentic{
  
    background-image:linear-gradient(to right,rgb(200,194,194),white);
    padding-left:0px;
    margin:0;
    grid-column: span 2;
   
}


.authentic>h2{
  
    justify-self: end;
    margin-top:90px;
    font-size: 4.6vw;
    color:rgb(45, 78, 110);

    letter-spacing:5px;
    line-height: 2em;
    text-shadow: 4px 4px 8px rgb(72, 72, 73);
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;

}



/*

.buttontest{
background-color:rgb(23, 87, 124);
text-align: center;
display: block;
padding:15px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.534), 0 6px 20px 0 rgba(0, 0, 0, 0.534);
margin:auto;
width: 250px;
margin-top: 80px;

}

.buttontest a{
color: white;
text-decoration: none;
font-size: 15px;
padding:20px 30px;
letter-spacing:1.1px;

}
*/



.overmain>h2{
  
    text-align: center;
    margin-bottom:90px;
    padding-top:150px;
    font: normal normal normal 45px/1.4em poppins-semibold,poppins,sans-serif;
    color: rgb(2, 60, 112);
    font-family: Georgia, 'Times New Roman', Times, serif;
   
}


.overmain>p{
  
    text-align: center;
    font: normal normal normal 22px/1.4em poppins-extralight,poppins,sans-serif;
    color: rgb(2, 60, 112);
    width: 70%;
    margin-bottom:200px;
}

.button{
  
    background-color:rgb(23, 87, 124);
    text-align: center;
    display: block;
    padding:20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.534), 0 6px 20px 0 rgba(0, 0, 0, 0.534);
    margin:auto;
    width: 350px;
  
  }

  .button a{
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding:20px 60px;
    letter-spacing:1.1px;

  }


.bluehome{
    /* background-image: linear-gradient(rgb(36,93,139),rgba(113, 181, 212, 0.651), #ecf4f8, #f7f4ee, #ffffff59);*/
     padding:20px 20px 100px 20px;
     margin-bottom: 0px;
     margin-top:2px;
     /*background-image: linear-gradient(rgb(39, 106, 160),
     rgba(156, 208, 233, 0.651), #ecf4f8, #fffefb, white);*/
     background-image: linear-gradient(rgb(241, 240, 240), rgb(254, 254, 254), #ecf4f8, #fffefb, white);
    
 }


   
@media screen and (max-width: 769px) {
    .authentic{
        grid-column: span 3;
       
    }
    .authentic>h2{
        font-size: 3em;
        margin-top:0px;
    }

    .overmain>h2{
        padding-top: 100px;
    }
}


@media screen and (max-width: 600px){
    .button{
        width: 300px;
    }

    .button a{
        padding:0px;
    }

    .overmain>h2{
        padding-top: 60px;
        font-size: 35px;
    }
    .overmain>p{
        margin-bottom: 150px;
        text-align: justify;
        width: 90%;
    }
}
 
 


/*Testimonial*/





.blue{
   /* background-image: linear-gradient(rgb(36,93,139),rgba(113, 181, 212, 0.651), #ecf4f8, #f7f4ee, #ffffff59);*/
    padding:15px;
    margin-bottom: 0px;
    margin-top:15px;

    background-image: linear-gradient(rgb(36,93,139),
    rgba(143, 196, 221, 0.651), #ecf4f8, #f7f4ee, #ffffff59);
}


.background{
   
    width: 100%;
    background: repeating-linear-gradient(to right, rgba(215, 219, 219, 0.219), rgba(210, 220, 223, 0.267) 35px, rgba(255, 253, 253, 0.63) 50px);
}



.container1{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
    grid-gap: 40px;
    padding-top:100px;
    grid-auto-flow: dense;
    color:rgb(28, 87, 136);
    margin-bottom: 150px;
   
  
}


.servicepic >img{
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 25px rgba(36, 93, 139, 0.616);
}

.service>h2{
    font-size: 2em;
    text-align: center;
   
}

.service {
    margin:30px;
    text-align: justify;
    align-self: center;
    color:rgb(28, 87, 136);
 
}
.service>p{
    font-size: 18px;
    margin-top:30px;
    line-height: 1.9;
    
}

.service>h1{
    padding-left:20px;
}





.container2{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
    grid-gap: 40px;
    grid-auto-flow: dense;
    color:rgb(28, 87, 136);
    padding-top:50px;
    
}

.container3{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 40px;
    padding-top:100px;
    color:rgb(28, 87, 136);
   
}

.servicepic3{
    padding-top:50px;
    align-self: center;
   
}

.servicepic3>img{
    width: 100%;
    box-shadow: 5px 5px 25px rgba(36, 93, 139, 0.616);
}

.service3>h2{
    font-size: 2.6em;
    text-align: center;
}

.service3{
    /*margin:50px;*/
    text-align: justify;
    color:rgb(28, 87, 136);

}
.service3>p{
    font-size: 18px;
    margin-top:30px;
    line-height: 1.9;
    
}

.service3>h1{
    padding-left:20px;
}



/*  
.technology{
    margin:50px;
}
1`
    font-size: 2.6em;

}

.technology>p{
    font-size: 18px;
    text-align: justify;  
    padding-top: 50px;  
    line-height: 1.9;

}

.technologypic{
    padding: 50px;
    
    }

.technologypic img{
    width: 100%;
    box-shadow: 5px 5px 25px rgba(36, 93, 139, 0.616);
  
}

.material{
    margin: 50px;
}

.material>h2{
    font-size: 2.6em;
   
}

.material>p{
    font-size: 18px;
    text-align: justify;  
    padding-top: 50px;  
    line-height: 1.9;
}

.materialspic{
    padding: 50px;
}

.materialspic img{
width: 100%;
box-shadow: 5px 5px 25px rgba(36, 93, 139, 0.616); 
}
*/


.quotation{
    font-size: 30px;
    margin: 0 auto;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 10px 20px;
    line-height: 1.4;
  
  }
  
  .quotation:before {
    content: open-quote;
    display: inline;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 20px;
    color: rgb(10, 57, 158);
    font-size: 3em;
  }
  .quotation::after {
    content: close-quote;
    display: inline;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 35px;
    color: rgb(10, 57, 158);
    font-size: 3em;
  }


@media only screen and (max-width:600px){
    .container1{
  margin-bottom: 0px;
    }    
    }

    



      
/* Gallery*/



.blue>h2{
    color:white;
}

.between{
   /* background-image: url("../img/blueprinttest1.png");
    background-size:cover;*/
    width: 100%;
    padding:40px;
    background-image:  repeating-radial-gradient(rgba(198, 198, 211, 0.185),rgba(255, 241, 241, 0.24) 10%, rgba(240, 243, 240, 0.048) 15%);
}



.between>h2 {
font-size:6em;
/*color:rgba(47, 110, 173, 0.884);
color: #444141;*/
text-align: center;
color:rgb(45, 78, 110);
letter-spacing:5px;
text-shadow: 4px 4px 8px rgb(72, 72, 73);
font-family: Georgia, 'Times New Roman', Times, serif;


}

.between>h3{
    font-size: 3em;
    color: #99adbb;
    text-align: center;
    letter-spacing: 10px;
    padding-bottom:40px;
   

}


.between hr{
    width: 50%;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
    height:5px;
    border: 0;
   
}

.horizontal> hr{
    width: 30%;
   
}


.kitchen{
   
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-row-gap: 30px;
    grid-column-gap:30px;
    border:3px solid  rgb(21, 103, 180);
    padding:50px ;
    margin-top:10px;
    margin-bottom: 30px;

}


.top h2{
    
    font-size: 35px;
    color:#2c4e6e;
   
  
}

.gallery img{
    width: 100%;
    height: auto;
    border:5px solid rgba(17, 63, 90, 0.274);
    /*box-shadow:5px 10px 18px #888888;*/
    box-shadow:3px 8px 10px rgba(47, 110, 173, 0.637);
}

    /* Styles the gallery, removes it from sight and adds the fade-in transition */
    
    .gallery-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0,0,0,.7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    }
    
    /* Styles the gallery image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
    
    .gallery-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    }
    
    /* Styles the close link, adds the slide down transition */
    
    a.gallery-close {
    display: block;
    width:50px;
    height:50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    }
    
    /* Provides part of the "X" to eliminate an image from the close link */
    
    a.gallery-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    }
    
    /* Provides part of the "X" to eliminate an image from the close link */
    
    a.gallery-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
    }
    
    /* Uses the :target pseudo-class to perform the animations upon clicking the .gallery-target anchor */
    
    .gallery-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    }
    
    .gallery-target:target img {
    max-height: 100%;
    max-width: 100%;
    }
    
    .gallery-target:target a.gallery-close {
    top: 0px;
    }
    


/*
.thumbnail:hover {
    position:relative;
    margin: 10px;
    width:900px;
    height:auto;
    display:block;
    z-index:999;
}*/

   
@media screen and (max-width: 769px) {
    a.gallery-close {
       right:unset;
    }

     .gallery-target {
       right:0px;
}
.kitchen{
    padding:0px;
}

.top h2{
    padding-left:10px;
}
}
     






/*Location*/

.between1{
    width: 100%;
   /* background-image:  repeating-radial-gradient(rgba(198, 198, 211, 0.185),
    rgba(255, 241, 241, 0.24) 10%, rgba(240, 243, 240, 0.048) 15%);*/

}


.between1>h2{
font-size:4em;
color:rgba(44, 46, 48, 0.884);
text-align: center;
padding-top: 70px;

}


.between1>h3{
    font-size: 1.5em;
    color: #437397;
    letter-spacing: 5px;
    padding:30px 40px 30px 20px;
    width:80%;
    text-align: justify;
   
}


.backgroundmap{
    
    
    padding: 20px 0px 100px 100px;
    background-image:  repeating-radial-gradient(rgba(198, 198, 211, 0.185),
    rgba(255, 241, 241, 0.24) 10%, rgba(240, 243, 240, 0.048) 15%);
    /*background-color: rgba(219, 213, 213, 0.24);*/
   
}


.backgroundmap >iframe{
    width:90%;
    height:640px;
    box-shadow: 15px 15px 20px rgb(165, 171, 172);
    border:1px solid white;
}   



.area {
    font-size:25px;
    color: rgb(39, 79, 124);
    width: 90%;
    margin:0px 0px 50px 0px;
    line-height: 1.5;
 
}









/*SERVICES*/



.woodboximg>h3{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6vw;
    color:rgb(244, 245, 199);
    text-shadow: 3px 6px 6px rgb(44, 44, 44);
    letter-spacing: 5px;
  
}



.woodboxwrapper{
    /* background-image: url("../img/woodbox.png");
     padding:300px;
     background-repeat: no-repeat;
     background-size: cover; */
 
    display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    
 }



 .woodheader>h2{
   
    font-size:5em;
    letter-spacing:7px;
    text-shadow: 4px 4px 8px rgb(72, 72, 73);
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(45, 78, 110);
    padding:90px 50px;
    text-align: center;
    /*max-width: 100px;
     word-spacing:20px;*/
  
}

 
 
 .woodboximg{
 grid-column: span 5;
 margin:0px;
 background-color:#bfcdde;
 
 }
 
 
 .woodboximg img{
     width: 100%;
     height:600px;
 
 }
 
 
 .woodheader{
     grid-column: span 2;
     background-image: linear-gradient(to right,#567da963, white);
     margin:0px;
    
 }





.buttons{
  
    background-color:rgb(23, 87, 124);
    text-align: center;
    display: block;
    padding:15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.534), 0 6px 20px 0 rgba(0, 0, 0, 0.534);
    margin:auto;
    width: 250px;
    margin-top: 80px;
  
  }

  .buttons a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding:20px 30px;
    letter-spacing:1.1px;

  }
 


.services>p{
   
    width: 70%;
    font-size: 1.3em;
    text-align: center;
    font: normal normal normal 15px/1.4em poppins-extralight,poppins,sans-serif;
    color: rgb(2,60,112);
    line-height: 1.88em;
     
}

  
.services{

   /* background-image:linear-gradient(to right,rgb(232, 186, 122),white,white,white,rgb(232, 186,122));*/
    background-image:linear-gradient(to right,rgba(2, 61, 112, 0.089),white,white,white,rgba(2, 61, 112, 0.089));
    padding:70px;
    margin-top:19px;
}



.clients{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   
}



.clients p{
    font-size: 1.3em;
    text-align: center;
    font: normal normal normal 15px/1.4em poppins-extralight,poppins,sans-serif;
    color: rgb(20, 72, 112);
    line-height: 1.88em;
    padding:1px 50px;
    
}

.founded{
   
    margin-top: 50px;
    margin-bottom: 100px;
   
}





     
@media screen and (max-width: 769px) {
   .woodboximg img{
      height: auto;
   }


 .woodheader{
    grid-column: span 3;
    padding-bottom: 50px;
 }

   .woodheader>h2{
       font-size: 3.5em;
       padding: 50px 50px 0px 50px;
     
   }

   .rams{
    text-align: center;

   }

   .services{
       margin-top:5px;
       padding:10px;
       background-image: unset;
       background-color: rgba(159, 179, 197, 0.185);

   }
    }







/*Business card*/






.container{
  
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display:grid;
    margin-top: 20px;

    background:
    repeating-linear-gradient(
        -45deg,
        transparent 0,
        transparent 25%,
        rgba(170, 207, 243, 0.13) 0,
        rgba(88, 165, 243, 0.014) 50%
   ),
   repeating-linear-gradient(
        45deg,
        transparent 0,
        transparent 25%,
        rgba(240, 237, 236, 0.021) 0,
        rgba(156, 155, 154, 0.021) 50%
    ),
    repeating-linear-gradient(
        transparent 0,
        transparent 25%,
        rgba(182, 181, 178, 0.014) 0,
        rgba(170, 170, 168, 0.014) 50%
    ), white;
background-blend-mode: multiply;
background-size: 100px 100px;
   
}


.logo{
    grid-column: span 2;
    background-image: url("../img/blueprinttest.png");
    background-size: cover;
    margin: 0px;
    
  
}

.logo img{
    width: 80%;   
    margin: 70px 30px 0px 30px; 
}



.photo{
    grid-column: span 1;
}
    
    
    
    .photo img{
    
      max-width: 100%;
      height: auto;
  
}

.adress{

    grid-column: span 1;

    color:rgba(21, 79, 112, 0.89);
    font-size: 1.3em;
    font-family:"Comic Sans MS",sans-serif;
    text-align: justify;
    line-height: 1.7;
    margin-top:3em;
    margin-right: 10px;
    margin-left: 20px;

}

.adress a{
   


    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
  }



@media only screen and (max-width:769px){
    .logo img{
        margin:30px 30px 30px 40px;

    }
    .logo{
       grid-column: span 1;
    }
    .adress {
        margin-top:2em;
    }
    .photo img{
        border:15px solid white;
    }
}




/*About us*/

.wrapper{
   
    background-color:#0e3e5a;
  
}


.empty{
    padding:20px;
    margin:10px 60px 0px 0px;
}



.emptyimg img{ 
    padding: 30px;
    width: 70%;
    height: auto;
    margin: 30px 120px 120px 120px;
   
}



.empty>p{

    font-size: 18px;
    line-height: 1.5em;
    letter-spacing:2px;
    color: #ecf4f8;
    padding: 30px;
    text-align: justify;
   
   
}

.above{
    font-size: 54px;
    color: #ecf4f8;
    background-color: #0e3e5a;
    text-align: center;
    padding-top:40px;

}




@media only screen and (min-width:769px){
    .wrapper{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    }}


@media only screen and (max-width:769px){
    .wrapper{
        padding:0px 0px 50px 50px;

    }
    .emptyimg img{
        margin: 20px 20px 20px 75px;
    }
    .empty{
        margin: 0px 50px 0px 0px;
    }
}


@media only screen and (max-width:600px){
    .wrapper{
        padding: 0px;
    }

    .emptyimg img{
        margin: 50px;
    }
    .empty{
        margin:10px;
    }
    }






/*Footer*/

.footer{
    background-color:#0F3E5A;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-row-gap:30px;
    padding: 70px 70px 10px 70px;
    position: relative;
    margin-top:15px;
}

.left img{
    width:90%;
}

.middle ul{
    list-style-type: none;
    margin-top:20px;
   
}
.middle >h2{
    color:white;
    padding-left: 40px;
    font-size: 1.5em;
}


.middle a{
    text-decoration: none;
    font-size: 1.2em;
    color:white;
    line-height: 2.6em;
   
}
.middle >hr{
   margin-left:25px;
   width:15em;
   border:1px solid rgb(189, 189, 192);  
}




.right>hr{
    margin-left:25px;
    border:1px solid rgb(189, 189, 192);
    width: 15em;
}

.right ul{
    list-style-type: none;
    margin-top: 20px;
  
}


.right >h2{
    color:white;
    font-size: 1.5em;
    padding-left:37px;
}

.right a {
    text-decoration: none;
    font-size: 1.2em;
    color:white;
    line-height: 2em;
   
}

.next{
    color:white;
    font-size: 1.2em;

}

.notdisplay{
    color:white;
    font-size: 1em;
}



.iconf{
    display: inline-block;
    width: 25px;
    height: 25px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color:white;
    margin:10px 40px 0px 10px;
    
}




@media only screen and (max-width: 800px) {
    .notdisplay{
        display:none;
    }
    .next{
        display:none;

    }
    .middle{
        display:none; 
    }
    .footer{
        padding: 30px;
    }
    .right{
        padding-top: 30px;
    }
    }

/*Bottom*/


.bottom{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    background-color:#0F3E5A;
    margin-top:5px;
}
.copyright{
    color:white;
    font-size:15px;
    margin:20px;
   
  
}
.valentinas {
   color:white;
   font-size: 15px;
   margin:20px;
   justify-self: end;
   margin-right: 0px;
  /* float: right;
   margin-right: 30px;*/
}

.mylogo{
  margin:0px 10px 0px 0px;
  justify-self:end;
  padding: 0px 0px ;
}

.mylogo img{
    width: 100px;

    
}

/*Breakpoints for Footer*/

@media only screen and (max-width: 600px) {
       .valentinas {
        white-space: nowrap;
        font-size: 14px;
        padding-right: 20px;

    }
    .copyright{
        white-space: nowrap;
    }
    .left img{
        width: 100%;
    }
    

    .bottom{
        padding:15px 10px 15px 10px;
        line-height: 1.5;
    }
    .mylogo{
        display:none;
    }
    
    }

@media only screen and (max-width: 800px) {

    .footer{
        margin-top:15px;
    }
   
    .next{
        display: none;
    }
    .right ul li{
       display: inline;
       padding:0px;

    }

    .right ul{
        margin:0 auto;
        padding:0px;
    
    }

    .right>h2{
        padding-left: 12px;
        display: none;

       
    }
    .iconf{
        margin: 10px  20px 0px 20px;
    
    }

    .right>hr{
        display:none;
      
    }

    
}

























