@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,100);
html, body{
  width: 100%;
  height: 100% !important;
}
body {
  background: url('../img/bg-2.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: 'Calibri', sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.loading-gif {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/grupocheckup-gif.png') 50% 50% no-repeat rgba(255, 255, 255, 0.95);
}
.disp-none{
  display: none;
}
.crs-pointer{
  cursor: pointer;
}
.header {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/hero-area.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.nav-header{
  padding-bottom: 7%;
}
.dev-by{
  color: #03B1E6;
  font-size: 15px;
}
.dev-by img{
  width: 300px;
  max-width: 100%;
}
.block-right-align{
  position: absolute;
  margin-left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.text-vertical-center {
  margin: 0 auto;
  display: table;
  text-align: center;
  vertical-align: middle;
}
.header-arrowbtm{
  width: 100%;
  display: inline-block;
  position: absolute;
  text-align: center;
  bottom: 2%;
}
.header-arrowbtm i{
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.text-center{
  text-align: center;
}

.span-login{
  background-color: #ffffffba;
  padding: 20px 30px 20px;
  min-width: 350px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.span-login img{
  width: 250px;
  max-width: 100%;
}
.span-login .login-choice{
  background: #fff;
  border: none;
  padding: 30px 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.login-choice div {
	margin-bottom: 20px !important;
}
.login-choice div span {
	color: #03B1E6 !important;
    font-weight: bold;
    border-bottom: 1px solid #03B1E6;

}
.span-login .icon-usr{
   line-height: .75em;
   width: 65px;
   margin-right: 10px;
   margin-left: 10px;
   float: left;
   margin-top: -17px;
}
.span-login .grid-input>i{
  font-size: 13px;
  margin-left: 4px;
  display: none;
}

.span-login h3 {
  height: 52px;
  line-height: 52px;
  background: #146c7d;
  color: #fff;
  font-size: 18px;
}
.span-login .icon-mright{
  margin-right: 15px;
}
.txt-center{
  text-align: center;
}
.disp-table{
  display: table;
  margin: 0 auto;
}
.btn {
  font-size: 14px;
  font-weight: 400;
}
.btn-border {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
.btn-border:hover {
  background: rgba(255, 255, 255, 0.08);
}
.clear {
  clear: both;
}
.row {
  padding: 30px 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  color: #03B1E6;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.section {
  padding: 90px 0;
}
.section-header .section-title {
  font-size: 38px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}
.section-header .section-subtitle {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}
.title-small {
  font-size: 38px;
  color: #03B1E6;
  margin-bottom: 30px;
  line-height: 50px;
}
.content-wrap {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.navbar-fixed-top {
  padding: 0px 0px 15px 0px;
}
.affix {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  padding: 0!important;
  background: #03B1E6 !important;
}
.sticky-navigation .row {
  padding: 0;
}
.navbar.menu-wrap .navbar-header {
  margin: 0 85px;
  float: none;
}
.navbar.menu-wrap {
  position: fixed;
  width: 250px;
  top: 0;
  right: 0;
  min-height: 100%;
  border-radius: 0;
  margin: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.navbar-nav {
  margin: 0;
  float: none;
}
.navbar .navbar-nav li {
  float: none;
}
.navbar .navbar-nav li a {
  font-family: 'Calibri', sans-serif;
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li .active a {
  background: rgba(255, 255, 255, 0.1);
}
.show-menu .navbar.menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.navbar.menu-wrap .navbar-form {
  padding: 10px 20px;
  margin: 5px 0;
  border: none;
  box-shadow: none;
  display: block;
}
.navbar.menu-wrap .navbar-form .form-control {
  display: block;
  width: 100%;
}
.navbar.navbar, .navbar-default.navbar {
    background-color: #03B1E6;
    color: rgba(255,255,255,.84);
}
.logo-left {
  width: auto;
  max-width: 100%;
}
.logo-right {
  margin-bottom: 15px;
}
.close-button {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 14px;
  overflow: hidden;
  text-indent: 10px;
  border: none;
  background: transparent;
  color: transparent;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-button:hover:before,
.close-button:hover:after {
  background: #fff;
}
.navbar .navbar-header {
  padding: 13px 0;
  width: 100%;
}
.menu-icon {
  background: transparent;
  border: none;
  margin-top: 6px;
  margin-right: 15px;
  display: block;
  width: 235px;
  text-align: center;
}
.menu-icon span{
  font-size: 21px;
  float: left;
  margin-top: 14px;
}
.menu-icon i {
  font-size: 35px;
  color: #03B1E6;
  float: right;
  margin-top: 10px;
  padding: 4px;
  background: #ffffffba;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.menu-icon i:hover {
  color: #fff;
  background: #03B1E6;
}

@media (max-width: 342px) {
  .span-login{
    min-width: initial;
  }
}

@media (max-width: 768px) {
  .small-footer-p-2 {
    position: relative !important;
    margin-top: 7%;
    margin-left: 0 !important;
  }
  body.toggled {
    position: fixed;
  }
  .block-right-align {
    margin: 0 auto;
    display: table;
    margin-left: auto !important;
    position: relative;
    top: initial;
    transform: initial;
  }
  .block-right-align .span-login {
    margin-top: 25%;
  }
}
.header .sticky-navigation {
  background: transparent;
}
.header .contents h1 {
  font-size: 30px;
  font-weight: 100;
}
.header .contents p {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.header .contents .btn {
  margin: 15px;
}
@media (max-width: 1500px) {
	.footer-login{
		position: relative !important;
	}
}
@media (min-width: 1200px) {
  .header {
    padding: 20px 0;
  }
  .header h1 {
    font-size: 50px !important;
  }
}
#features {
  background: #fff;
}
#features .features {
  margin: 30px 0;
}
#features .features .icon {
  float: left;
  text-align: center;
}
#features .features .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 36px;
  color: #03B1E6;
}
#features .features h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #03B1E6;
}
#features .features .features-text {
  padding-left: 80px;
}
#features .features .features-text p {
  margin: 0;
}
#why {
  background: url(../img/why-bg.jpg);
  background-size: cover;
  color: #fff;
}
#why .content h2 {
  font-size: 50px;
  line-height: 70px;
  margin-top: 0;
  font-weight: 100;
}
#why .content .list-item li {
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  text-transform: uppercase;
}
#why .content .list-item li i {
  font-size: 32px;
  padding-right: 5px;
  vertical-align: middle;
}
#why img {
  float: right;
  width: 100%;
}
#why .feature-item {
  padding: 48px 0;
}
#cta {
  background: #03B1E6;
}
#cta .drawer {
  float: left;
  margin-right: 40px;
}
#cta .title-small {
  color: #fff;
}
.main-feature-gray {
  background: #ecf0f1;
}
#screenshot .section-header {
  margin-bottom: 80px;
}
#screenshot .portfolio-item {
  padding: 30px 0;
}
#screenshot .portfolio figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
}
#screenshot .portfolio figure img {
  width: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  padding: 50px;
  color: #fff;
}
#screenshot .portfolio figure figcaption .heading {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 15%;
  padding: 0px 62px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure figcaption .heading p {
  padding: 0px 24px;
  font-size: 16px;
}
#screenshot .portfolio figure .icon {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure .icon i {
  font-size: 38px;
}
#screenshot .portfolio figcaption:hover .heading {
  top: 20%;
}
#screenshot .portfolio figcaption:hover .icon {
  top: 60%;
}
#screenshot .portfolio figure.effect-julia figcaption {
  background: rgba(63, 81, 181, 0.8);
  opacity: 0;
  -webkit-transition: 1s ease 0.15s;
  -moz-transition: 1s ease 0.15s;
  -o-transition: 1s ease 0.15s;
  transition: 1s ease 0.15s;
}
#screenshot .portfolio figure.effect-julia figcaption:hover {
  opacity: 1;
}
#screenshot .portfolio figure.effect-julia:hover img {
  -webkit-transform: scale3d(1.2, 1.3, 1);
  -moz-transform: scale3d(1.2, 1.3, 1);
  transform: scale3d(1.2, 1.3, 1);
}
#other-features {
  padding: 90px 0;
}
#other-features .features-content {
  padding: 30px 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  height: 265px;
}
#other-features .features-content .icon i {
  font-size: 30px;
  color: #ccd0d2;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#other-features .features-content h3 {
  color: #385461;
  line-height: 30px;
  font-size: 24px;
  font-weight: 300;
}
#other-features .features-content p {
  color: #909090;
  line-height: 22px;
  padding: 0px 4px;
}
#other-features .features-content:hover i,
#other-features .features-content:hover h3 {
  color: #3f51b5;
}
#testimonial {
  width: 100%;
  background: url(../img/testimonial-bg.jpg) no-repeat;
  background-size: cover;
}
#testimonial .section-title {
  color: #fff;
  font-size: 46px;
}
#testimonial .section-subtitle {
  color: #fff;
  font-size: 13px;
}
#testimonial .carousel-inner p {
  color: #fff;
  letter-spacing: 1px;
  padding: 0px 20px;
}
#testimonial .carousel-inner p a {
  color: #fff;
}
#testimonial .carousel-inner .meta {
  margin-top: 50px;
}
#testimonial .carousel-inner .meta p {
  color: #ccc;
}
#testimonial .carousel-inner .meta p a {
  color: #fff;
}
#testimonial .carousel-indicators {
  position: absolute;
  bottom: -40px;
}
#testimonial .carousel-indicators li {
  background-color: #697e88;
  border-color: #697e88;
}
#testimonial .carousel-indicators .active {
  background-color: #fff;
  border-color: #fff;
}
#counter {
  background: #ecf0f1;
}
#counter .counter-item .icon {
  text-align: center;
}
#counter .counter-item .icon i {
  font-size: 54px;
  color: #ccd0d2;
  line-height: 64px;
}
#counter .counter-item h5 {
  text-align: center;
  color: #3f51b5;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 32px;
}
#counter .counter-item hr {
  width: 50px;
  margin: 0px auto;
  height: 2px;
  background: #03B1E6;
}
#counter .timer {
  font-size: 50px;
  font-weight: 100;
  color: #3f51b5;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
}
#clients .client-item-wrapper {
  text-align: center;
}
#contact {
  background: #ecf0f1;
}
#contact .info {
  padding: 15px 0;
}
#contact .info .icon {
  margin-bottom: 20px;
}
#contact .info .icon i {
  font-size: 36px;
  color: #03B1E6;
}
#contact .info h4 {
  color: #385461;
  font-size: 24px;
  font-weight: 400;
}
#contact .info p {
  color: #909090;
}
.h2-form1 {
  margin-bottom: 52px;
}
.contact-form i {
  position: absolute;
  right: 15px;
}
.contact-form .form-control {
  margin-bottom: 24px;
  background-image: linear-gradient(#66bfe8,#66bfe8),linear-gradient(#d2d2d2,#d2d2d2);
}
.contact-form textarea{
  resize: vertical;
}
label{
  margin-bottom: 4%;
}
#footer {
  position: relative;
  background: #333;
}
#footer h3 {
  color: #fff;
  font-weight: 500;
}
#footer ul li a {
  color: #ccc;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  line-height: 28px;
  text-transform: uppercase;
  cursor: pointer;
}
#footer ul li a:hover {
  color: #fff;
  margin-left: 4px;
}
#copyright {
  background: #000;
}
#copyright .copyright-text {
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
#copyright .copyright-text a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.back-to-top {
  position: absolute;
  top: -28px;
  left: 50%;
  margin: 0px -25px;
}
.back-to-top {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 -30px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.back-to-top i {
  line-height: 56px;
  font-size: 42px;
}
.social {
  display: inline-block;
  margin: 10px 2px;
  color: #fff;
}
.social i {
  width: 48px;
  font-size: 16px;
  height: 48px;
  background: rgba(255, 255, 255, 0.18);
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social i:hover {
  color: #fff;
}
.social .fa-facebook:hover {
  background: #3B5998;
}
.social .fa-desktop:hover {
  background: #03B1E6;
}
.map {
  width: 50%;
}
.map1{
  float: left;
}
.map2{
  float: right;
}
.latmenu-logo{
  width: 35%;
  float: left;
  margin-left: 1%;
}
.first-features{
  height: 132px;
}
.client-item-wrapper img{
  height: 72px;
  max-width: 100%;
  min-height: 100%;
}
.rights-footer a{
  text-decoration: none;
}
.rights-footer a img{
  height: 30px;
  width: auto;
}
.rights-footer a img:nth-child(2) {
    margin-left: 1%;
}
.btn-primary:not(.btn-link):not(.btn-flat) {
  background-color: #03B1E6;
  color: rgba(255,255,255,.84);
}
.btn-primary:hover:not(.btn-link):not(.btn-flat){
    background-color: #03B1E6;
}
.p-languages{
  color: #fff;
  display: table;
  width: 80%;
  margin: 12px auto 0 auto;
}
.p-languages a{
  color: #fff;
}
.p-languages .bd-lang{
  padding: 8% 8% 8% 8%;
  position: relative;
  display: inline;
}
.p-languages a:hover{
  background-color: rgba(255,255,255,.1);
}
.langswitcher{
  background-color: rgba(255,255,255,.1) !important;
}
#p-error{
  font-weight: 500;
  margin-top: 0%;
  margin-bottom: 3%;
  padding: 7px;
  text-align: center;
  width: 100%;
  background-color: #fef1f1;
  border-color: #fcd9df;
  color: #f56b6b;
  font-size: 14px;
  display: none;
}
#p-success{
  font-weight: 500;
  margin-top: 0%;
  margin-bottom: 3%;
  padding: 7px;
  text-align: center;
  width: 100%;
  background-color: #ccffcc;
  border-color: #99ff99;
  color: #009900;
  font-size: 14px;
  display: none;
}


/* ============================================================
  GRIDS
============================================================ */
.up-grid ul{
  opacity: 0;
}
.up-grid ul li{
  color: #333;
  font-size: 100%;
  text-align: center;
  display: block;
  padding: 16px 0;
  text-decoration: none;
  font-weight: 400;
  height: 70px;
}
.up-grid ul img{
  padding: 0;
  width: 100%;
  position: relative;
  height: 250px;
}
.whyt {
  background: #f4f4f4;
}
.grid-input{
  position: absolute;
  display: block;
  background-color: #03B1E6;
  color: #ffffff !important;
  border: none;
  font-size: 14px;
  padding: 6px 29px;
  font-weight: bold;
  width: 83%;
  margin-left: -10px;
}
.grid-input:hover{
	color: #fff;
}
.grid-clinic-admin {
  display: table;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  margin: 20px auto 40px auto;
  padding: 10px;
  font-weight: bold;
}
.grid-clinic-admin:hover, .grid-clinic-admin:focus {
    color: #fff;
    background: rgba(255,255,255,.1);
}


/* ============================================================
  MODAL DIALOG
============================================================ */
.modal-header .close{
  font-size: 31px;
  outline: 0;
}
.modal-header img{
  width: 130px;
  height: 30px;
  width: auto;
}
.modal-title{
  font-weight: bold;
  margin-bottom: 2%;
    text-align: center;
}
.modal-content{
  border-radius: 0px;
}
.btn-blue{
  border-radius: 0;
    padding: 2% 5%;
    color: #fff !important;
    background-color: #2da9d7 !important;
    border-color: #2da9d7;
}

.modal-dialog #viewer-opt a{
    color: #000;
    cursor: pointer;
}
.modal-dialog #viewer-opt .vw-logo{
    text-align: center;
}
.modal-dialog #viewer-opt a img{
    max-width: 172px;
}
.modal-dialog #viewer-opt a .col-md-6 img{
    max-width: 192px;
}


/* ============================================================
  FOOTER
============================================================ */
.footer {
    padding-top: 1em;
    text-align: center;
    padding-bottom: 0.5em;
}
.footer-login {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}
.footer p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}
.footer p a {
    color: #03B1E6;
    padding-right: 1%;
    padding-left: 1%;
    border-right: 1px solid #000;
    cursor: pointer;
    text-decoration: none;
}
.footer p a:hover,
.footer p a:focus {
    color: #2da9d7;
    text-decoration: none;
}
.footer p .brand-name {
    padding-right: 0%;
    padding-left: 0%;
    border-right: 0;
}
.footer p .copyrights {
    padding-right: 0.5%;
    border-right: 1px solid #000;
}
.footer p .developedby {
    padding: 0 0% 0 0.5%;
}
.small-footer-p{
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
  color: #000;
}
.small-footer-p-2 {
  position: absolute;
  bottom: 10px;
  padding-left: 15px;
  text-align: left;
  margin: 10px 0 0 0;
  font-size: 14px !important;
}


/* ============================================================
  SHARE PAGE
============================================================ */
.bd-share {
  background: url('../img/bg-2.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: 'Calibri', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.share-container {
  text-align: left;
  padding: 12.8%;
  width: 100%;
  height: 100%;
}
.share-container .share-container-in {
  width: 100%;
  height: 100%;
  padding: 20px 30px 20px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.8);
}
.share-container .logo-1 {
  max-width: 100%;
}
.share-container h3 {
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 5.4rem;
  color: #282828;
  line-height: 1.167;
  margin-bottom: 3.6rem;
}
.share-container p {
  float: left;
  width: 100%;
  color: #282828;
  max-width: 62.2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
}
.share-container p.small-footer-p-2 .brand-name {
  color: #fff;
}
.mgtop-20perc {
  margin-top: 20%;
}
.share-container .btns-div {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #03B1E6;
  border-radius: 7px;
  margin-bottom: 30px;
  padding: 24px 40px;
  cursor: pointer;
}
.share-container .btns-div i {
  font-size: 27px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 6px;
  display: block;
}
.share-container .btns-div span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin: 0;
  margin-top: 5px;
}