/********** Template CSS **********/

/*@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600,900&family=Marcellus&family=Gothic+A1:wght@300;400;500;600;700&display=fallback");

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins&display=swap');
*/
@font-face {
    font-family: 'Kanit';
    font-style:thin;
    font-weight:thin;
    font-display: swap;
    src: url("../fonts/Kanit-Thin.ttf") format('woff2');
}

@font-face {
    font-family: 'Kanit';
    font-style:light;
    font-weight:light;
    font-display: swap;
    src: url("../fonts/Kanit-Light.ttf") format('woff2');
  }
  @font-face {
    font-family: 'Kanit';
    font-style:normal;
    font-weight:normal;font-weight: lighter;
    font-display: swap;
    src: url("../fonts/Kanit-Regular.ttf") format('woff2');
  }
  @font-face {
    font-family: 'Kanit';
    font-style:medium;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Kanit-Medium.ttf") format('woff2');
  }
  @font-face {
    font-family: 'Kanit';
    font-style:bold;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Kanit-Bold.ttf") format('woff2');
  }

  /*@font-face {
    font-family: 'Lora';
    font-style:bolder;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/Lora-ExtraBold.ttf") format('woff2');
  }*/

  /*BOOTSTRAP 5 - primary:#0d6efd;*/

:root {
    --primary: #0d6efd;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;

    

    --accent-color: #0d0d0d;
    --bs-gray-100: #f3f3f3;
    --bs-gray-200: #e7e5e2;
    --bs-primary: /*#4a4d3f;*/#2d3705;
    --bs-secondary: #F6F5F2;
    --bs-primary-rgb: 120, 125, 98;
    --bs-body-bg-rgb: 246, 245, 242;
    --bs-light: #fff;
    --bs-dark: #343a40;
    --navbar-color-color: #131814;
    --swiper-theme-color: #787d62 !important;
    --swiper-pagination-color: #787d62 !important;

    --text-primary: #515445;
}

.bg-alb{background-color: #fff;}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/* #f6f5f2 */
body {
    background-color: rgb(246, 245, 242, 1);
    font-size: 20px;font-weight: 300;
    color: #000;
    margin: 0 auto;
  }

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 600 !important;font-family: Kanit, sans-serif;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 100 !important;font-family: Kanit, sans-serif;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 200 !important;
}

a {
    color: #000;
    text-decoration: none;
    transition: 0.3s color ease-out;font-weight: 400;
  }
  
  a:hover {
    text-decoration: none;
    color: var(--bs-primary);
  }

/*** Spinner **
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}*/


/*** Button **
.btn {
    transition: .5s;
    font-weight: 600;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #fff;
}*/

/*
.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}*/


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07); 
}

.navbar{background-color: rgba(255, 255, 255, 0.4);font-family: Kanit;}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 20px 10px;
    color: #000;
    font-weight: 400;
    outline: none;

    display: block;

    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar .navbar-nav .nav-link.active {
  color:#fff;background-color: #2d3705;
}

.navbar .navbar-nav .nav-link:hover {
  color:#fff;background-color: #787d62;
}

/*text "cosul meu"*/
#cart-item{margin-right: -10px;}

/* eu - prima pagina -----------------------------------------------------------------*/

/********** Template CSS **********/

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);

  margin-right: auto;
  margin-left: auto;
}

/*** About - 2 div full - poza cover stanga -    background-color: #eddfdd; ***/
@media (min-width: 992px) {
    .container.about {
      max-width: 100% !important;
    }
  
    .about-text {
      padding-right: calc(((100% - 960px) / 2) + 0.75rem);
    }
  }
  
  @media (min-width: 1200px) {
    .about-text {
      padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
    }
  }
  
  @media (min-width: 1400px) {
    .about-text {
      padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
    }
  }

/*bg coperta pp */
.flu0{background-color: #000;text-align: center;}

/*NAV - SOCIAL*/
.ve01{background-color: rgba(255, 255, 255, 0.6); padding: 1px 8px;border-radius: 10px;font-weight: 500;margin-right: 4px;}
  /*NAV  orar - nr tel*/
.ve0{background-color: rgba(255, 255, 255, 0.6); padding: 1px 6px;border-radius: 10px;font-weight: 500;}

/*bg h1*/
.ve2{background-color: rgba(0, 0, 0, 0.1);}
/*h1*/
.ve1{font-weight: bolder; color: #FFFFFF; text-shadow: 1px 2px 2px rgba(0,0,0,0.9);}

/*subtitluri*/
.subtit{background-color: #FFFFFF;color: var(--bs-primary);}

/*CARD PRODUSE adauga in cos pp*/
.ve3{font-size: 19px;margin:0 10px;color: #198754;}
.ve4{ color:#9d3906;}
.ve5{color: #ef2809;font-size: 28px;font-weight: 600;}
.ve6{color: #000; font-weight: 300;font-size: 18px;margin-left: 5px;}

/*zecimale pret vechi*/
.sup-w1 {font-size: 12px; vertical-align: top;}
/*zecimale pret*/
.sup-w { color:#bf1e05;font-size: 14px; vertical-align: top;}

/*recenzii*/
/*star*/
.checked {color: orange;}
.recdat{font-style: oblique;font-size: 14px;}
.rec1{min-height: 25px; font-weight: 400;color: var(--bs-primary);}
.rrecst{margin: 0 auto;}
.rectit{margin-top: 5px;font-weight: 600;font-size: 20px;}
.rec2{margin-top: -10px;}




/* COS - */
.cos1{margin-top: 150px;min-height: 600px;}
.cos2{background-color: #fff; border-radius: 10px;}
.tb1{vertical-align: middle;}
.tb2{margin-top: 20px;}


/****************MATRITA MAGINI**********************/
.matrita{margin-top: 150px;height: 600px;}


/************* DISTRIBUIE butoane share
***********************************
*********************************************/
/*
.social-bg-top{background-color: #e4eaf8}
*/

.share-handler {  
  color: #04813e;
    padding: 0;margin: 0;
    font-size: 16px; font-weight: bold;
letter-spacing: 1px;
}

/*
.button {
text-align: left;border: 1px solid #f8faff;margin: 5px 0 auto;
}

.button{
  text-decoration: none;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 1);color: #874e14;
}*/

.button:hover.facebook {
  background: #3b5998;color: #fff;
 }

 .button:hover.twitter {
  background: #026f9a;color: #fff;
}

.button:hover.linkedin {
  background: #0e76a8; color: #fff;
}

.button:hover.whatsapp {
  background: #026937; color: #fff;
}
.button:hover.pinterest {
  background: #c8232c; color: #fff;
}


.button.email {
  background: #000; color: #fff;
}



/* 3. Icon Box - Company Services luat de la templateul furnics
/*---------------------------------------------
.icon-box .icon-box-icon svg {
    width: 50px;
    height: 50px;
    color: var(--bs-primary);
}

.icon-box-content h3.card-title {
    font-size: 1.5em;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
}-*/


/* Div-uri - Despre Noi si Form Mesaj - Imagine in stanga cover */
.dmg {
    min-height: 400px;
  }
  
  .dmg1 {
    object-fit: cover;
  }


.icon-box-icon.pe-3.pb-3 {
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
  }
  
  /*
  .icon-box .icon-box-icon svg {
    width: 50px;
    height: 50px;
    color: var(--bs-primary);
  }
  
  .icon-box .icon-box-content {
    width: 60%;
  }
  
  .icon-box-content h3.card-title {
    font-size: 1.5em;
  }

  .icon-box-effect .social-links .libutton {
    position: relative;
    bottom: 80px;
    opacity: 0;
    display: inline-block;
    margin: 7px;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--secondary-color);
  }
  
  .icon-box-effect .social-links button:hover {
    background-color: var(--bs-primary);
  }*/





/*** Facts titlu h3***/
.facts {
  background: linear-gradient(rgba(230, 231, 233, 0.95), rgba(233, 234, 238, 0.95)), url(../img/bg.png);
}

.facttx{max-width: 900px}

/*card produse cu cos - am redenumit cardprod - conflict cu card testimoniale*/
.cardprod {
  transition: transform 0.2s ease;
 background-color: #fff;
  border-radius: 15px;
  border: 0;
  margin-bottom: 1.5em;
}
.cardprod:hover {
  transform: scale(1.03);box-shadow: 0 4px 16px 0 rgba(22, 22, 26, 0.9);
}


/*card produse cu cos - pagina SAMPON - am redenumit cardprod - conflict cu card testimoniale*/
.cardprod2 {
transition: transform 0.2s ease;
background-color: #fff;
border-radius: 15px;
border: 0;
margin-bottom: 1.5em;
}
.cardprod2:hover {
box-shadow: 0 1px 10px 0 rgba(22, 22, 26, 0.3);
}  

/*ALERTE COS - Anulat
#message{margin-top: 130px; z-index: 100;position: absolute; }*/
/*Testimoniale Review - 2 div*/
.rew1{border: 1px solid #ccc; }




@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px ;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-toggler-icon {
        color: rgba(0,0,0);
        border-color: rgba(0,0,0,.9);
    }
}


/*** Header carousel*/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}
/*
.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
} ***/

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*bg coperta pp */
.flu0{background-color: #000;text-align:inherit;}
}




.card {
    border: none;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  }
  /*.carousel-inner {
    padding: 1em;
  }*/

.testim{padding: 1em;}

/*
  .carousel-control-prev,
  .carousel-control-next {
    background-color: var(--bs-primary);
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel-control-prev span,
  .carousel-control-next span {
    width: 1.5rem;
    height: 1.5rem;background-color: var(--bs-primary);
  }*/


  @media screen and (min-width: 577px) {
    .cards-wrapper {
      display: flex;
    }
    .card {
      margin: 0 0.5em;
      width: calc(100% / 2);
    }
    .image-wrapper {
      height: 20vw;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 576px) {
    .card:not(:first-child) {
      display: none;
    }


    .cart{font-size: 16px;}


  }


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

    .navbar-toggler-icon {
      display: inline-block;
      width: 1em;
      height: 1.5em;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
  }

  .navbar-toggler {
     padding: 0.25rem 0.25rem;}

     th{font-size: 12px;}


  }

/*
  .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
  }
  */









/*
.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}*/




/*** Callback *
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}**/


/*** Feature *
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}**/


/*** Service *
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}**/


/*** Project *
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}**/


/*** Team **********************
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 2px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}
*/

/*gdpr -------------------------------------------*/
/* GDPR Cookie dialog ---------------------------------------------------------------------------------*/

/* GDPR Cookie dialog */


.gdprcookie {
  position: fixed;
  color: white;
  font-size: .8em;
  line-height: 1.5em;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 25em;
  padding: 1rem;
  background: black;
}
.gdprcookie h1,
.gdprcookie h2 {
  font-size: 1.2em;
  margin-bottom: .5rem;
}
.gdprcookie h2 {
  font-size: 1.2em;
}
.gdprcookie a {
  color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
  text-align: center;
}
.gdprcookie-buttons button {
  color: rgb(255, 255, 255);
  font-family: inherit;
  font-size: 1em;
  padding: .4rem;
  border: solid .05rem currentColor;
  border-radius: .15rem;
  margin: 0 .5rem;
  background: none;
  cursor: pointer;
}
.gdprcookie-buttons button:disabled {
  color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

.gdprcookie-types ul {
  overflow: hidden;
  padding: 0;
  margin: 0 0 1rem;
}
.gdprcookie-types li {
  display: block;
  list-style: none;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
.gdprcookie-types input[type=checkbox] {
  margin-right: .25rem;
}

/* GDPR Cookie dialog ---------------------------------------------------------------------------------*/






/*** Footer ***/
/* 9. Brand Collection
/*----------------------------------------------
#brand-collection a img {
    opacity: 0.3;
    transition: opacity 0.3s ease-out;
  }
  #brand-collection a:hover img {
    opacity: 1;
  }*/

  .foo1{ font-weight: 600;color: var(--bs-primary);}

  .footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
   color: var(--bs-dark);
    font-size: 18px;
    font-weight: normal;
    transition: 0.3s;text-decoration: none;
  }
  
  /* text-transform: capitalize;*/
  
  .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
  }
  
  .footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
  }

  .footer .copyright {
    font-size: 20px;font-weight: 600;padding-bottom: 20px;
  }











/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 3px;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 300px;
    background-color: #fff;margin: 0 6px;padding: 10px;border: 1px solid #ccc; 
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}








/*****CAROUSEL********/

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	}
.clearfix:after {
	clear: both;
	}

/*  .carousel {
	width:1150px;
	margin:30px auto;
	}
.carousel h1 {
	font-size:36px;
	margin: 0px 0px 30px 0px;
	font-weight: normal;
	}*/
.carousel .box {
	float:left;
	width: 33%;
	}
.carousel .box p{
	font-size:20px;
	color:#0067ab;
	text-align:center;
	margin:0px;
	}
.carousel .box p span{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	}
.carousel .box p img{
	margin-bottom: 10px;
	margin: auto;
	}
.slick-prev, .slick-next {
	background: url(../img/arrows.png);
	width: 22px;
	height: 33px;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 100;
	}
	
.slick-prev {
	background-position: 0px;
	left: 0px;
	}
.slick-next {
	background-position: -22px;
	right: 0px;
	}

  /**/
@media only screen and (max-width: 1180px) {
.car1 {
	width:97%;
	}
}

 