/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

button.btn {
  margin-top: 40px;
  background: #66bb6a;
  border-radius: 4px;
}

section:nth-child(2), section:nth-child(4) {
  background-color: #fff;
}
section:nth-child(3) {
  background-color: #fff;
}

.third button {
  margin-top: 20px;
}

p {
  margin-bottom: 30px;
}

#fp-nav ul li a span {
  background: #e20614;
}

img {
  margin: 0 auto;
}
strong {
    font-weight: 600;
}
/* Fixed header and footer.
	* --------------------------------------- */
	#header {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    padding: 20px 0 20px 0;
}

#header {
    top: 0px;
    background: #fff;
}
	
/*CSS REK*/

/*font-family: 'Questrial', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Questrial');
body {
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
}

.cont-1024 {
    max-width: 1024px;
    width: 100%;
    margin: 0px auto;
    display: block;
}
.none{ display:none;}
.logo, nav {
    display: inline-block;
}
.logo {
    float: left;
}
nav {
    float: left;
    margin: 14px 0 0 15px;
}
nav li {
    display: inline-block;
}
nav li a {
    font-size: .9em;
    color: #222221;
    padding: 5px;
	text-transform:uppercase;
}
.sanfer-logo a {
    display: block;
}
.sanfer-logo {
    float: left;
    margin: 9px 0px 9px 11px;
}
.rs-microdacyn {
    display: inline-block;
    float: right;
    margin: 8px 0 0;
}
.rs-microdacyn a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999px;
	margin-left:5px;
}
.rs-microdacyn a:first-child {
    background:url(img/instagram-ico.png) no-repeat;
}
.rs-microdacyn a:last-child {
    background: url(img/facebook-ico.png) no-repeat;
}

/*BACKGROUND*/

.first, .third, .five{
    background: url(img/bg-1.jpg) bottom center;
    background-size: cover;
}
.first:before, .third:before, .five:before{
    content: '';
    position: absolute;
    background: #fff;
    max-width: 1150px;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    margin: auto;
}
.second, .fourth, .six{
    background: url(img/bg-2.jpg) bottom center;
    background-size: cover;
}
.second:before, .fourth:before, .six:before{
    content: '';
    position: absolute;
    background: #fff;
    max-width: 1150px;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    margin: auto;
}


.first h2, .fourth h2{
    font-size: 3em;
    text-align: center;
    color: #c10e1a;
    font-weight: 600;
	margin-bottom: 0px;
}

.first h3{
    font-size: 2em;
    color: #222221;
    text-align: center;
    margin-top: 0px;
}

/*.col-sm-6.move-right {
    position: fixed;
    top: 0px;
    right: 0%;
}*/
.col-sm-8.move-right, .col-sm-6.big {
    position: absolute;
    bottom: 0px;
    right: 0%;
    height: 90%;
    z-index: -1;
}
.col-sm-8.move-right img {
    width: 100%;
    bottom: 0px;
    position: absolute;
    left: 0px;
}
.col-sm-4.move-left img {
    margin-top: 100px;
}
.col-sm-6.big img{
    display: block;
    height: 100%;
    width: auto;
}
.col-sm-6.move-left img {
    margin: 0px auto;
    display: block;
}
.col-sm-6.move-left h4 {
    display: inline-block;
    max-width: 49%;
    width: 100%;
    text-align: center;
    color: #003d6e;
    font-weight: 800;
    font-size: 1.2em;
}
#slide2 .col-sm-12.is-animated {
    margin-top: 40px;
}
.slide .col-sm-2 p {
    text-align: center;
}
.slide .col-sm-2:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 1px;
    height: 150px;
    background: #7b8960;
    top: 0px;
}
.slide .col-sm-2:last-child:before {
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    height: 150px;
    background: #7b8960;
    top: 0px;
}
.slide .col-sm-2 {
    width: 20%;
    color: #9c9b9b;
}
.slide .col-sm-2 img {
    max-width: 50px;
    margin: 0px auto 5px;
    display: block;
}
.slide .col-sm-6.is-animated:first-child img {
    margin: 0px auto 0px;
    display: block;
}
.second .big {
    padding-right: 0px;
}
.second .big img {
    float: right;
}
.second h2, .third .col-sm-4 h2 {
    font-size: 3em;
    text-align: center;
    color: #5ca49a;
    font-weight: 600;
    margin-bottom: 20px;
    font-style: italic;
    text-transform: uppercase;
}
.second h3 {
    color: #5ca49a;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}
.second p {
    color: #5ca49a;
    text-align: center;
}
.second h4, .third .col-sm-4 h4{
    color: #222221;
    font-weight: 600;
    margin: 10px 0px;
}
.second .col-sm-6 img {
    margin: 0px auto;
    display: block;
}
.second li, .third .col-sm-4 li{
    line-height: 1.2em;
    list-style-type: none;
    padding-left: 20px;
    position: relative;
}
.second li:before, .third .col-sm-4 li:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #5ca49a;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    bottom: 50%;
    margin: auto;
    border-radius: 50%;
}
.third .col-sm-4 li {
    margin-bottom: 20px;
    padding-right: 40px;
}
.second .row {
    margin-top: 80px;
}
.third .col-sm-8.big {
    position: absolute;
    left: 0px;
    bottom: 0;
}
.third .col-sm-4 {
    float: right;
    position: relative;
    z-index: 1;
}
img.absolute {
    position: absolute;
    left: -100px;
    z-index: 2;
}
.fourth h4 {
    font-size: 1.5em;
    color: #5ca49a;
    max-width: 200px;
}
.fourth .col-sm-12{ margin-bottom:30px;}
.fourth .col-sm-6 {
    text-align: center;
}
.fourth .col-sm-6 img{ margin:0px auto;}
.col-sm-12.bottom {
    position: absolute;
    background:url(../img/botton.jpg) no-repeat;
	background-size:cover;
    max-width: 1170px;
    height: 30px;
    bottom: 0px;
    margin-bottom: 0px;
}
.fourth .col-sm-6:last-child p {
    margin-top: 10px;
}
.fourth .col-sm-6:last-child p a {
    color: #c20e1a;
    font-weight: 600;
    font-size: 1.3em;
}
.fourth .row {
    position: relative;
    padding: 0px 30px;
}
.fourth .col-sm-9 img {
    width: 100%;
    left: 0px;
    position: relative;
}
.fourth h3 {
    font-weight: 600;
    font-size: 2em;
    color: #7a895f;
    margin-top: 100px;
}
.cuadro {
    background: #e8e7e8;
    padding: 15px;
    border-radius: 20px;
    font-size: .9em;
    line-height: 1.3em;
	color:#585857;
}
.cuadro p {
    margin-bottom: 10px;
}
span.title-big {
    font-size: 1.5em;
}
.five img {
    max-width: 100%;
}
.five h3 {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    color: #222221;
    margin-bottom: 30px;
}
.five .row, .six .row {
    padding: 0px 50px;
}
.col-sm-12.bottom-footer {
    position: absolute;
    background: url(img/footer.png) no-repeat top right;
    background-size: cover;
    height: 79px;
    bottom: 0px;
    margin-bottom: 0px;
}
.six p {
    text-align: center;
}
.six p a {
    color: #c20e1a;
    font-weight: 600;
    font-size: 1.3em;
}
.six .col-sm-6 img {
    display: block;
}
.six .col-sm-6:last-child {
    margin-top: 70px;
}
.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
    display: none;
}
label, input {
    width: 100%;
}
label {
    margin: 5px 0px;
}
input[type="text"] {
    padding: 5px;
    border: none;
    border-bottom: 1px solid;
}
form h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
}
.col-sm-12.bottom-footer p {
    font-size: .8em;
    color: #fff;
    padding-top: 42px;
}
.rs-microdacyn.oculto, #header label, #menu-toggle{
    display: none;
}
input[type="submit"] {
    max-width: 100px;
    margin: 20px auto 0px;
    display: block;
    border: none;
    background: #009de0;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0px;
    border-radius: 5px;
}
.slide {
    position: relative;
}
.col-sm-12.logos-pequenos {
    max-width: 80%;
    margin: 0px auto;
    float: none;
}
@media screen and (max-width: 1220px){
	.col-sm-12.bottom {
    max-width: 100%;
    left: 0px;
}
	}
	
@media screen and (max-width: 1200px){
	
.cont-1024 {
    max-width: 890px;}
.logo {
    max-width: 140px;
}
.logo img, .sanfer-logo img{
    width: 100%;
}
.sanfer-logo {
    max-width: 100px;
    margin: 2px 0px 9px 22px;
}
.rs-microdacyn {
    margin: 0px;
}
nav {
    margin: 4px 0 4px 15px;
}

.col-sm-6.move-right img, .col-sm-6.big img, .col-sm-8.big img{
    height: auto;
    position: absolute;
    bottom: 0;
}

#uso .col-sm-8 {
    width: 63%;
}

#uso .col-sm-4 {
    width: 34%;
}
.first .col-sm-4.move-left img {
    width: 100%;
}
.first .col-sm-8.move-right img{
    top: 0;
    margin: auto;
    left: 20px;
}
.third .col-sm-8.big img {
    top: 0;
    margin: auto;
    left: 20px;
}
.first:before, .third:before, .five:before, .second:before, .fourth:before, .six:before{
    max-width: 980px;
}
.third .col-sm-8.big{ top:0px;}
	}	
@media screen and (max-width: 991px){
.first .col-sm-6 img {
    width: 100%;
}
.first .col-sm-8.move-right img {
    left: 55px;
}	
.second .col-sm-5 img {
    width: 100%;
    margin-top: 70px;
}
.second .col-sm-5 {
    padding:0px;
}
.third .col-sm-8.big {
    top: 0px;
    margin: auto;
    left: -50px;
}
.third  img.absolute {
    bottom: -100px;
    left: -220px;
}
.fourth h3 {
    margin-top: 0px;
}
.fourth h4 {
    font-size: 1.2em;
	}
.fourth .col-sm-3, .fourth .col-sm-9 {
    width: 100%;
}
.fourth h4 {
    max-width: 100%;
}

.first:before, .third:before, .five:before, .second:before, .fourth:before, .six:before{
    max-width: 760px;
}	
	}

@media screen and (max-width: 980px){
.second h2, .third .col-sm-4 h2 {
    font-size: 2em;}
.first h2, .fourth h2 {
    font-size: 2.3em;}
.first h3, .fourth h3 {
    font-size: 1.8em;}
.fourth h4 {
    font-size: 1.2em;
    margin: 0px;}
.third .col-sm-4 {
    margin-top: -120px;
}
.container img {
    width: 100%;
}	
	}
	
@media screen and (max-width: 890px){
	
.cont-1024 {
    max-width: 680px;
}
.sanfer-logo {
    display: none;
}

.logo {
    max-width: 100px;
}
ul#menu {
    margin-bottom: 0;
}
nav {
    margin: 6px 0 6px 15px;
	float:right;
}
.rs-microdacyn {
    display: none;
}
.rs-microdacyn.oculto {
    display: block;
    float: none;
    margin: 0px auto;
    max-width: 74px;
}	
.col-sm-8.move-right {
    overflow: hidden;
}
.third .col-sm-8.big {
    display: none;
}
.third .col-sm-4 {
    float: left;
    width: 100% !important;
}
.third img.absolute {
    width: auto;
    bottom: -220px;
    left: 0;
    right: 0;
    margin: auto;
}

.oculto.logo-sanfer {
    position: fixed;
    bottom: 20px;
    display: block;
    z-index: 10;
    max-width: 100px;
    right: 80px;
}
.oculto.logo-sanfer img {
    display: block;
    width: 100%;
}
	}
@media screen and (max-width: 770px){

.logo {
    max-width: 160px;
    margin-top: 6px;
}

.col-sm-8.move-right {
    display: none;
}
.container img {
    width: auto;
}
.col-sm-3 {
    max-width: 25%;
    display: block;
    float: left;
    padding: 0px 50px;
}
.col-sm-6.move-right {
    display: none;
}
.first .col-sm-4.move-left img {
    width: auto;
    margin: 20px auto 0px;
    display: block;
}
#slide2 .col-sm-6:first-child {
    display: none;
}
.col-sm-6.big {
    width: 65%;
}
.slide .col-sm-6.is-animated:first-child img {
    margin: -100px 0px 0px 20px;
    max-width: 235px;
}
.second h2,  .third .col-sm-4 h2{
    text-align: left;
}
.second .col-sm-6 {
    margin: 0px;
    max-width: 50%;
    float: left;
    width: 50%;
}
.second .col-sm-7 h2 {
    text-align: center;
    margin: 0px;
}
#noticias .col-sm-6 {
    max-width: 50%;
    float: left;
}
.third .col-sm-4 {
    float: none;
    width: 50% !important;
    margin: 0px auto;
}
.third img.absolute {
    position: relative;
    bottom: 0px;
    margin: 0px auto;
    display: block;
    max-width: 200px;
}
.third .col-sm-4 li {
    padding-right: 0px;
}
.fourth .col-sm-3 {
    max-width: 100%;
    padding: 0px 20px;
    margin-bottom: 20px;
    text-align: center;
}
.six .col-sm-6:last-child {
    margin-top: 0px;
}
#noticias .col-sm-6 img{
	width:100%;
}
.col-sm-12.bottom {
    width: 100%;
}
form h3 {
    font-size: 1em;}
label, input[type="text"]{
    font-size: .8em;
}
#contacto .col-sm-6:first-child {
    margin-bottom: 15px;
}
#header label{ display:block;}
ul#menu li {
    width: 100%;
    background: #fff;
}
ul#menu li a{
    width: 100%;
    background: #fff;
}
nav li a {
    font-size: 1em;
    padding: 10px 0px;
    display: block;
}
#header label {
    display: block;
    max-width: 32px;
    float: right;
}
nav {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

label {
  cursor: pointer;
}

#menu-toggle {
  display: none; /* hide the checkbox */
}

#menu-superior {
  display: none;
}

nav#menu-superior.open {
    display: block;
}
.cont-1024 {
    max-width: 380px;
}
.six p {
    font-size: .8em;
}
#slide2 .col-sm-12 .col-sm-6 img {
    width: auto !important;
    margin: 0px auto;
    display: block;
}
.slide .col-sm-2 {
    float: left;
}
.first:before, .third:before, .five:before, .second:before, .fourth:before, .six:before {
    max-width: 560px;
}
.none {
    display: block;
}
#slide1 .col-sm-8 {
    width: 100%;
    max-width: 420px;
    margin: 20px auto 0px;
    float: none;
}
#header {
    padding: 10px 0px;
}
#slide1 .col-sm-4 {
    margin: 0px auto;
    float: none;
}
.first .col-sm-4.move-left img {
    max-width: 200px;
    margin: 10px auto;
}
#slide2 .col-sm-6 {
    margin: 0px auto;
    float: none;
}
#slide2 .col-sm-12 .col-sm-6 img {
    max-width: 300px;
    width: 100%;
}
.slide .col-sm-2 img {
    max-width: 40px;}
#slide2 .col-sm-6:first-child {
    max-width: 200px;
}
#slide2 .col-sm-6:first-child {
    display: block;
}
#slide2 .col-sm-6:first-child img {
    width: 100%;
    max-width: 100%;
}
#slide2 .col-sm-6:first-child {
    max-width: 200px;
    position: absolute;
    left: 100px;
    z-index: 1;
    top: -19px;
}
#slide2 .col-sm-12.is-animated .col-sm-12 {
    max-width: 320px;
    margin: 0px auto;
    float: none;
}
.slide .col-sm-2 {
    width: 50%;
    font-size: 10px;
    height: 115px;
}
.slide .col-sm-2:last-child:before, .slide .col-sm-2:after{
    height: 115px;
}
.slide .col-sm-2:last-child:before {
    right: -1px;
}
.slide .col-sm-2 p {
    text-align: center;
    line-height: initial;
}
#slide2 .col-sm-12 .col-sm-12 .col-sm-2:nth-child(2):before, #slide2 .col-sm-12 .col-sm-12 .col-sm-2:nth-child(4):before{
	content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    height: 115px;
    background: #7b8960;
    top: 0px;}

#beneficios .container {
    max-width: 350px;
}
.second h3 {
    font-size: 14px;
}
.second p {
    font-size: 12px;
    line-height: initial;
}
.second h2, .third .col-sm-4 h2 {
    font-size: 1.3em;
}
.second .col-sm-6 img {
    width: 100%;
}
.second .col-sm-5 img {
    max-width: 250px;
    margin: 0px auto;
    float: none;
    display: block;
}
.third .col-sm-4 li {
    font-size: 12px;
    margin-bottom: 10px;
}
#uso .col-sm-8 {
    max-width: 350px;
    margin: 25px auto 0px;
    width: 100%;
    position: relative;
}
.third .col-sm-4 {
    margin-top: 80px;
}
.third .col-sm-4 img {
    display: none;
}
#uso .none img:last-child {
    position: absolute;
    bottom: -60px;
    max-width: 150px;
    right: -180px;
}
.fourth .row, .five .row, .six .row{
    max-width: 420px;
    margin: 0px auto;
    padding: 0px;
}
.five h3 {
    font-size: 1.2em;
}
.col-sm-12.logos-pequenos .col-sm-3 {
    max-width: 50%;
}

.oculto.logo-sanfer {
    max-width: 80px;
    right: 120px;
}
	}
@media screen and (max-width: 580px){
	.col-sm-6.big, .third .col-sm-8.big{ display:none;}
	.slide .col-sm-6.is-animated:first-child img {
    margin: 0px auto;
    max-width: 300px;
}
.second h2, .third .col-sm-4 h2 {
    text-align: center;
}
#beneficios .col-sm-6, #uso .col-sm-4, .five .col-sm-12, #noticias .col-sm-6, .five .row, .first .col-sm-6, .slide .col-sm-6{
    margin: 0px auto;
    max-width: 80%;
    width: 100%;
}
#uso .col-sm-4 {
    margin: 50px auto 0px;
    max-width: 80%;
    width: 100%;
}
.slide .col-sm-6.is-animated:first-child img {
    width: 100%;
}
.five h3 {
    font-size: 1.3em;
}
#noticias .row .col-sm-12 {
    display: none;
}
#noticias .col-sm-6, .third .col-sm-4 {
    float: none;
}

#noticias .col-sm-6:last-child{ display:none;}
span.title-big {
    font-size: 1.2em;
}
.col-sm-3 {
    max-width: 50%;}
form h3 {
    margin-top: 0px;
}
.first .col-sm-6 img {
    width: 100%;
    max-width: 100%;
    display: block;
}
.col-sm-12.bottom-footer p {
    font-size: .7em;}

#contacto h3 {
    display: none;
}

input[type="text"] {
    padding: 0px 5px;}

slide .col-sm-2 p {
    font-size: 0.8em;
}
#slide2 .col-sm-12.is-animated {
    margin-top: 0px;
}
.second .col-sm-6 {
    max-width: 50% !important;}
.second h3 {
    font-size: 1.3em;
}
.third .col-sm-4 li {
    font-size: 0.9em;
}
.third img.absolute {
    max-width: 150px;
}
.fourth h4 {
    font-size: 1em;}

.first:before, .third:before, .five:before, .second:before, .fourth:before, .six:before {
    max-width: 320px;
}
#slide1 .col-sm-8 {
    max-width: 320px;}

.second .row, .fourth .row, .five .row, .six .row{
    max-width: 320px;
    margin-top: 0px;
    margin: 0px auto;
}
#uso .none img:last-child {
    bottom: -40px;
    max-width: 110px;
    right: -210px;
}
.oculto.logo-sanfer {
    max-width: 70px;
    right: 90px;
}
}

@media screen and (max-width: 430px){
	
.first .col-sm-4.move-left img {
    width: 80%;
}
.second .col-sm-6 img {
    width: 100%;
}
.cont-1024 {
    max-width: 280px;
}
.col-sm-12.bottom-footer p {
    padding-top: 33px;
}
.third .col-sm-4 {
    width: 80% !important;}
.five .row, .six .row {
    padding: 0px;
}
.six .col-sm-6 img {
    display: none;
}
.slide .col-sm-2 {
    font-size: 8px;
}
.slide .col-sm-2 {
    height: 90px;
}
.slide .col-sm-2:last-child:before, .slide .col-sm-2:after {
    height: 90px;
}
#slide2 .col-sm-12 .col-sm-12 .col-sm-2:nth-child(2):before, #slide2 .col-sm-12 .col-sm-12 .col-sm-2:nth-child(4):before {
    height: 90px;
}
#slide2 .col-sm-12 .col-sm-6 img {
    max-width: 100%;
}
#slide2 .col-sm-6:first-child {
    left: 34px;
    max-width: 150px;
    top: -32px;
}
.second h3 {
    font-size: 14px;
}

.oculto.logo-sanfer {
    right: 40px;
}
	}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {	body:before {
    content: '';
    position: fixed;
    background: url(img/rotate.gif);
    background-size: contain;
    z-index: 101;
    width: 150px;
    height: 150px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    margin: auto;
}
body:after {
    content: '';
    position: fixed;
    background: #7a895f;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0px;
}
	}
	
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
	
	body:before {
    content: '';
    position: fixed;
    background: url(img/rotate.gif);
    background-size: contain;
    z-index: 101;
    width: 150px;
    height: 150px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    margin: auto;
}
body:after {
    content: '';
    position: fixed;
    background: #7a895f;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0px;
}
	
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
	body:before {
    content: '';
    position: fixed;
    background: url(img/rotate.gif);
    background-size: contain;
    z-index: 101;
    width: 150px;
    height: 150px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    margin: auto;
}
body:after {
    content: '';
    position: fixed;
    background: #7a895f;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0px;
}
	}