/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	RESETS
-----------------------------------*/

html,body{
    height: 100%;
}
body{
	overflow-x: hidden;
    background:#fff;
}


/*---------------------------------
	IMPORTS E CONSULTAS E MOBILE
	
XS = < 544px
SM = > 544px
MD = > 768px
LG = > 992px
XL = > 1200px

CSS GRID
-----------------------------------*/


.wow {
   visibility: hidden;
}
::selection { background: #202268; color: #fff; } ::-moz-selection { background: #202268; color: #fff; }


#menuMobile{
    position: fixed;
    display: none;
}

#closeMenuMobile{
  display: none;
}

#menuMobile{
    position: fixed;
    /* display: none; */
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f2268;
    line-height: 2.2em;
    padding: 16px;
    z-index: 9999 !important;
    cursor: pointer;
}
#menuMobile a,#menuMobile span{
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9em;
}

#menuMobile .logo-mobile{
  text-align: center;
  padding-top: 0px;
  padding-bottom: 8px;
}
#menuMobile .logo-mobile img,#menuMobile .logo-mobile svg{
  width: 130px;
  height: auto;
}

#menuMobile .logo-mobile p{
   font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    line-height: 1.4em;
    padding-top: 8px;
}

.busca-mobile{
  margin-top: 20px;
    margin-bottom: 20px;
}
.busca-mobile img, .busca-mobile svg{
  width: 18px;
  height: auto;
}


/* BUSCA MOBILE */
    #custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 114% !important;
        border:none !important;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: 0px;
        top:-2px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
.busca.mobile .form-control{
  width: 114% !important;
  border:none !important;
}

/* BUSCA MOBILE */

.navegacao-mobile ul{
  padding-left: 0;
  margin-right: 0px;
}

.navegacao-mobile ul li{
  list-style: none;
  padding-left: 4px;
  border-bottom: 0px solid #f2f2f2;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 1em;
}

.navegacao-mobile ul li a img{
  width: 20px;
  height: auto;
  margin-right: 14px;
}
.navegacao-mobile ul li a i{
  padding-right: 8px;
  
}

.barra-navegacao{
    position: fixed;
    cursor: pointer;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: url("../images/barra-topo.png") #f2f2f2 no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);
box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);

}

.barra-navegacao a{
    color:#fff;
    text-decoration: none;
    font-size: 0.8em;
}
.barra-navegacao a span{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color:#fff;
  text-decoration: none;
}
.barra-navegacao .coluna-barra{
   text-align: center;
   line-height: 1.2em;
   padding: 0;
}

.barra-navegacao img{
  width: 23px;
  height: auto;
}

/*---------------------------------
  HEADER
-----------------------------------*/

header{
  position: relative;
  top:0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100px;
}

header .barra-topo{
  position: relative;
  top:0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 6px;
  padding-bottom: 9px;
  background: url("../images/barra-topo.png") #f2f2f2 no-repeat;
  background-size: 100% 100%;
  background-position: center;
  font-size: 1em;
}

@media(max-width: 540px){
   header .barra-topo .text-right{
    text-align: center !important;
   }
}


header .barra-topo a,
header .barra-topo a:hover{
  text-decoration: none;
  color: #fff;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
   font-weight: 700;
}
header .barra-topo a.idioma,
header .barra-topo a.idioma:hover{
  font-size: 0.85em;
}
header .barra-topo img{
  width: 18px;
  height: auto;
  margin-top: -3px;
}

header .barra-topo a.btn-cotacao{
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   text-transform: uppercase;
   font-size: 0.85em;
}

header .logo{
  text-align: center;
  padding-top: 25px;
  padding-bottom: 8px;
}

header .logo img{
  width: 350px;
  max-width: 90%;
  height: auto;
}

header .menu-desktop-pesquisa{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url("../images/menu-desktop.png") #f2f2f2 no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-box-shadow: inset 0px 2px 12px 1px rgba(0,0,0,0.16);
-moz-box-shadow: inset 0px 2px 12px 1px rgba(0,0,0,0.16);
box-shadow: inset 0px 2px 12px 1px rgba(0,0,0,0.16);
}

header .menu-desktop-pesquisa ul{
  padding-left: 0px;
  margin-left: 0px;
  display: inline;
}
header .menu-desktop-pesquisa ul li{
  position: relative;
  width: 86px;
  display: inline-block;
  list-style: none;
  text-align: center;
  line-height: 1.2em;
}

header .menu-desktop-pesquisa ul li a,
header .menu-desktop-pesquisa ul li a:hover{
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
   color: #fff;
   text-decoration: none;
   font-size: 0.80em;
}

header .menu-desktop-pesquisa ul li a img{
  width: 28px;
  height: auto;
  padding-bottom: 5px;
}

header .menu-desktop-pesquisa .coluna-dois{
   padding-top: 5px;
}
header .menu-desktop-pesquisa .coluna-dois .pesquisa-header{

}
header .menu-desktop-pesquisa .coluna-dois .pesquisa-header .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    width: 70% !important;
    vertical-align: middle;
}
header .menu-desktop-pesquisa .coluna-dois .pesquisa-header .form-control{
  border-radius: 2px !important;
  width: 100%;
  height: 40px;
}
header .menu-desktop-pesquisa .coluna-dois .pesquisa-header .btn-primary,
header .menu-desktop-pesquisa .coluna-dois .pesquisa-header .btn-primary:hover,
header .menu-desktop-pesquisa .coluna-dois .pesquisa-header .btn-primary:active,
header .menu-desktop-pesquisa .coluna-dois .pesquisa-header .btn-primary:visited,
header .menu-desktop-pesquisa .coluna-dois .pesquisa-header .btn-primary:focus{
  background: #1f2268;
  padding-left: 26px !important;
  padding-right: 26px !important;
  height: 40px;
}

header .menu-desktop-pesquisa .coluna-dois .login-cadastro-header{
  padding-left: 0px;
  padding-top: 3px;
}
header .menu-desktop-pesquisa .coluna-dois .login-cadastro-header a{
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
   color: #fff;
   line-height: 1.4em;
   display: block;
   font-size: 0.9em;
}

/*---------------------------------
	MENU DESKTOP
-----------------------------------*/

.menu-desktop{
  text-align: right;
  padding-top: 26px;
}
.menu-desktop a.menu-pai{
  color:#000;
  text-decoration: none;
  padding: 16px;
  display: inline-block;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-top:1px solid #70b299;
  font-size: 0.9em;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.menu-desktop a.menu-pai.menu-ativo{
  color: #fff;
  text-decoration: none;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
  border-top:1px solid #70b299;
}
.menu-desktop a.menu-pai:hover,.dropdown.dropdown-inline.open a.menu-pai{
  background: #2b2929;
  color: #fff;
  text-decoration: none;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
  border-top:1px solid #4b695d;
}

.dropdown-menu{
  line-height: 1em !important;
  padding-bottom: 0px;
  padding-top: 0px;
}
.dropdown-menu.dropdownhover-bottom,.dropdown-menu.dropdownhover-right,.dropdown-menu.dropdownhover-left{
  top:23px;
  background: #2b2929;
  border-radius: 0px;
}
.dropdown-menu.dropdownhover-bottom a,.dropdown-menu.dropdownhover-left a{
  color:#fff;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.dropdown-menu > li, .dropdown-menu > li,.dropdown-menu > li.open{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 0;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.dropdown-menu > li:hover, .dropdown-menu > li:hover,.dropdown-menu > li.open:hover, 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,.dropdown-menu > li.open > a {
    text-decoration: none;
    color: #fff !important;
    background-color: #000 !important;
     -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-left-color: #efefef !important;
    float: right;
    margin-top: 6px;
}



/*---------------------------------
	BANNER ROTATIVO
-----------------------------------*/
.super-banner .img{
  width: 100%;
  height: auto;
}


/*---------------------------------
  BARRA DE APOIO PÓS BANNER 
-----------------------------------*/
.barra-de-apoio-pos-banner{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("../images/menu-desktop.png") #f2f2f2 no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.barra-de-apoio-pos-banner img{
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.barra-de-apoio-pos-banner h4{
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
}


.barra-de-apoio-pos-banner p{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 0.95em;
}



/*---------------------------------
  TABS DE CATEGORIAS DE PRODUTOS
-----------------------------------*/
.categoria-de-produtos{
  padding-top: 45px;
  padding-bottom: 45px;
}


.titulo-sessao{
  position: relative;
  text-align: center;
}

.titulo-sessao h1,
.titulo-sessao h2,
.titulo-sessao h3,
.titulo-sessao h4,
.titulo-sessao h5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #666666;
}

.titulo-sessao h2{
  font-size: 20px;
}

.centered-tabs {
  text-align: center;
  padding-top: 5px;
}
.centered-tabs .nav-tabs > li {
  float: none !important; /* Avoid !important, added for SO snippet priority */
}
.centered-tabs .nav > li {
  display: inline-block !important;
}


.centered-tabs .nav > li *{
   font-family: 'Open Sans', sans-serif;
   color: #000;
   text-transform: none;
   text-decoration: none;
   background: none !important;
   border: none;
}
.nav-tabs {
    border-bottom: 0px solid #dddddd;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
    font-size: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #156bc2;
    background-color: #ffffff;
    border: 0px solid #dddddd;
    border-bottom: 1px solid #4923CB !important;
    cursor: default;
    font-weight: 700;
}

.tab-content{
  padding-top: 40px;
}

/*---------------------------------
  PRODUTOS
-----------------------------------*/
.produto{

}


.produto .caixa-produto{
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  border:1px solid #CCCCCC;
  padding: 10px;
}

.produto .caixa-produto .imagem-produto{
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
}

.produto .caixa-produto .imagem-produto a,
.produto .caixa-produto .imagem-produto a:hover{
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  text-decoration: none;
}


.produto .caixa-produto h3 a,.produto .caixa-produto{
  margin-bottom: 32px;
}

.produto .caixa-produto h3 a,.produto .caixa-produto h3 a:hover{
  font-family: 'Roboto Condensed', sans-serif;
  color: #666666;
  text-decoration: none;
  text-transform: none;
}
.produto .caixa-produto p{
   color: #666666;
   font-family: 'Open Sans', sans-serif;
   padding-bottom: 12px;
} 


.produto .caixa-produto p a,
.produto .caixa-produto p a:hover{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-decoration: none;
  background:url("../images/botao.png") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.categoria-de-produtos .mais-padding{
  padding-left: 35px;
  padding-right: 35px;
}

.botao-comum-especial{
  color: #fff !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-decoration: none !important;
  background:url("../images/botao.png") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2em;
}





/*---------------------------------
  SUPER BG (VOCÊ CONHECE A HISTÓRIA DA MHLAB)
-----------------------------------*/

.super-bg{
  position: relative;
  width: 100%;
  height: 530px;
  background: #f2f2f2;
  margin-top: 30px;
}

.imagem-super-bg{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 530px;
  background: url("../images/super-bg.png") #f2f2f2 no-repeat;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

@media(max-width: 540px){

  .super-bg{
  position: relative;
  width: 100%;
  height: 530px;
   background: url("../images/super-bg.png") #f2f2f2 no-repeat;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

}

.super-bg .container{
  position: relative;
  padding-top: 135px;
  z-index: 2;
}
.super-bg .container h1{
  font-family: 'Roboto Condensed', serif;
   font-weight: 700;
   color: #fff;
}

.super-bg .container h4{
  font-family: 'Roboto Condensed', serif;
   font-weight: normal;
   color: #fff;
   line-height: 1.4em;
}

.super-bg .container a{
   font-family: 'Roboto Condensed', serif;
color: #fff;
}



/*---------------------------------
  VÍDEOS
-----------------------------------*/
.videos{
  padding-top: 35px;
}

.videos .titulo-sessao{
  padding-bottom: 65px;
}


.caixa-postagem .imagem-postagem{
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  background: #f2f2f2;
  margin-bottom: 75px;
}

.link-postagem  a{
  color: #4923CB;
  text-decoration: none;
}



@media(max-width: 540px){
    .caixa-postagem .imagem-postagem{
        margin-bottom: 15px;
    }
    .link-postagem {
      margin-top: 15px;
      margin-bottom: 75px !important;
    }

}

.caixa-postagem p{
  color: #747474;
  font-family: 'Roboto Condensed', serif;
  font-weight: 500;
  margin-bottom: 20px;
  height: 48px;
}

.caixa-postagem .imagem-postagem a{
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.caixa-postagem .nome-categoria-palavra{
  padding: 10px;
  padding-left: 12px;
  padding-right: 12px;
  background: #F2F2F2;
  color: #000;
  font-family: 'Roboto Condensed', serif;
  font-weight: 500;
  font-size: 0.85em;
}

.caixa-postagem h3{
  width: 100%;
  height: 53px;
  font-size: 20px;
  font-family: 'Roboto Condensed', serif;
  font-weight: 500;
  padding-top: 10px;
  line-height: 1.2em;
}

.caixa-postagem h3 a,
.caixa-postagem h3 a:hover{
  color: #3d7c85;
  text-decoration: none;
}


.listagem-de-postagens h2{
  font-family: 'Roboto Condensed', serif;
  font-weight: 500;
  color: #3d7c85;
  font-size: 24px;
  margin-bottom: 30px;
}



/*---------------------------------
  PÁGINAS INTERNAS
-----------------------------------*/

.super-banner-interna{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f2f2f2;
  margin-bottom: 30px;
}

.super-banner-interna .mascara{
  position: absolute;
  display: block;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(000,000,000,0.75);
  z-index: 25;
}

.super-banner-interna .container{
  position: relative;
  display: block;
  z-index: 35;
  color: #fff;
}

.super-banner-interna .container h2{
   font-family: 'Open Sans', sans-serif;
   color: #fff;
   font-weight: bold;
}
.super-banner-interna .container p{
  font-size: 0.9em;
}
.super-banner-interna .container p a,.super-banner-interna .container p a:hover{
  font-family: 'Open Sans', sans-serif;
   color: #fff;
   font-weight: normal;
   padding-right: 6px;
   text-decoration: none;
}

.super-banner-interna .container p i{
   color: #fff;
   font-weight: normal;
   padding-right: 6px;
   text-decoration: none;
}

.conteudo-interna{
  padding-top: 25px;
  padding-bottom: 25px;
}

.conteudo-interna h1,
.conteudo-interna h2,
.conteudo-interna h3,
.conteudo-interna h4,
.conteudo-interna h5{
   font-family: 'Open Sans', sans-serif;
   color: #476095;
   font-weight: bold;
   padding-top: 0;
   margin-top: 0px;
}


.conteudo-interna p,
.conteudo-interna ul li,
.conteudo-interna ol{
   font-family: 'Open Sans', sans-serif;
   color: #747474;
   line-height: 1.85em;
}
.conteudo-interna p b,
.conteudo-interna p strong{
  color: #4923CB;
  font-weight: 700;
}

.conteudo-interna img{
  max-width: 100%;
  height: auto;
}

.conteudo-interna span.apoio{
  position: relative;
  display: block;
  width: 80px;
  height: 1px;
  background:#8873A6;
  margin-top: 30px;
}

.conteudo-interna .table{
  font-family: 'Open Sans', sans-serif;
   color: #747474;
}

/*---------------------------------
  FOOTER
-----------------------------------*/
footer{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100px;
  background: url("../images/rodape.png") #f2f2f2 no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 12px;
}

@media(max-width: 540px){
  footer{
    padding-top: 20px;
    padding-bottom: 90px;
  }
}


footer .container{
  position: relative;
}


footer img{
  max-width: 100%;
  height: auto;
}

footer .coluna-um .sitemaps{
  padding-top: 30px;
}

footer .coluna-um .sitemaps a,
footer .coluna-um .sitemaps a:hover{
   font-family: 'Open Sans', sans-serif;
   font-size: 0.9em;
   text-decoration: none;
   color: #fff;
}


.sitemaps{
  padding-top: 30px;
}

.sitemaps a,
.sitemaps a:hover{
   font-family: 'Open Sans', sans-serif;
   font-size: 0.9em;
   text-decoration: none;
   color: #fff;
}



footer .logo-rodape img{
  width: 175px;
}
footer .seguranca{
  padding-top: 8px;
}
footer .seguranca img{
  width: 90px;
}

footer .formas-pagamento{
  padding-top: 8px;
}
footer .formas-pagamento img{
  width: 225px;
}

footer .corpright{
  padding-top: 30px;
  padding-bottom: 10px;
}

footer .corpright p{
  font-size: 0.9em;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

footer .coluna-dois{
  padding-left: 20px;
  border-left: 1px solid #8fabcd;
}
footer .coluna-dois p{
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
footer .coluna-dois h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22.5px;
  color: #fff;
}

.iframe_do_video iframe{
  width: 100%;
  height: 420px;
}


 .wpcf7{
  margin-top: 0px;
}
 .wpcf7 label {
    display: block;
    width: 90%;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'Open Sans';
    color:#363636;
}

 .wpcf7 input, .wpcf7 button, .wpcf7 select, .wpcf7 textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    padding: 6px;
}

 .wpcf7 textarea{
  height: 120px;
  width: 105%;
}

@media(max-width: 540px){

 .wpcf7 textarea{
    height: 120px;
    width: 100%;
  }

}

 .wpcf7 textarea{
  height: 80px;
  width: 100%;
}


 .wpcf7-form-control.wpcf7-submit{
      width: auto !important;
      background: #000;
      border-color:#000;
      font-family: 'Open Sans';
      color:#fff;
      padding: 10px 14px;
      font-size: 15px;
      line-height: 1.42857143;
      border: none !important;
    text-transform: uppercase;
    font-size: 1.05em;
    padding-left: 22px;
    padding-right: 22px;
    }



.super-botao-page{
  color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: none;
    background: url(../images/botao.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}