body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  background: #fff;
  height: 100%;
  overflow-x: hidden;
  padding-top: 70px;
  position: relative;
}

a {
  color: #9d3534;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  text-decoration: underline;
}

a:hover { text-decoration: none; }

a:hover, a:active, a:focus {
  color: #d43f3a;
  outline: none;
}

a.btn { text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Droid Serif", serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

h1 { font-size: 32px; }

.title-compress {
  font-size: 30px;
  letter-spacing: -1px;
}

h2 { font-size: 24px; }

.main-title { font-size: 28px; margin-bottom: 0.3em; }

.product-list-title { margin-bottom: 30px; }

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #9d3534;
}

h3.news-section-title {
  color: #555;
  font-weight: 300;
}

p { margin-bottom: 1.25em; }

.main-subtitle {
  color: #777;
  font-size: 18px;
}

.subtitle {
  font-size: 20px;
  margin-top: -8px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.heading-line-title {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.news-title {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  color: #9d3534;
}

@media screen and (min-width: 768px) {
  h1, .title-compress { font-size: 36px; }
  h2 { font-size: 28px; }
  h2.main-title { font-size: 30px; }
  h3 { font-size: 24px; }
  h4, .main-subtitle, .news-title { font-size: 20px; }
}

@media screen and (min-width: 992px) {
  h1, .title-compress { font-size: 40px; }
  h2 { font-size: 32px; }
  h2.main-title { font-size: 36px; }
  h3 { font-size: 26px; }
  h4, .main-subtitle { font-size: 24px; }
  .news-title { font-size: 22px; }
}

strong { font-weight: 500; }

section { padding: 50px 0 35px; }

@media screen and (min-width: 768px) {
  section { padding: 60px 0 50px; }
}

section.img-bg {
  position: relative;
  color: #fff;
  background-color: #e9e9e9;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.section-subtitle {
  margin-top: 0;
  margin-bottom: 35px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

section.wo-title {
  padding-top:60px;
  padding-bottom: 20px;
}

.header-bg {
  background-color: #9d3534;
  padding: 30px 0 15px;
}

.aluar-altezza { background-color: #87246b; }
.aluar-a { background-color: #8588c2; }
.aluar-modena { background-color: #f89e5c; }
.aluar-vesta { background-color: #db4d5f; }
.aluar-ekonal { background-color: #00937c; }
.aluar-frente-integral { background-color: #5cbc68; }
.aluar-piel-de-vidrio { background-color: #ffcb31; }
.aluar-frame { background-color: #00bce7; }
.aluar-complementarios { background-color: #606060; }
.aluar-frente-placard { background-color: #a4a4a4; }

.header-bg h1 { color: #fff; }

.header-bg h1 i {
  color: #d2ae6d;
  font-size: 85%;
  margin-right: 3px;
}

.bg-gray { background-color: #f5f5f5; }
.bg-dark-gray { background-color: #333; }
.bg-gold { background-color: #eae0ce; }
.bg-ultrabox { background-color: #faac39; }

.border-top { border-top: 1px solid #eee; }

.border-bottom { border-bottom: 1px solid #eee; }

.section-dark h2,
.section-dark h3,
.section-dark a:not(.btn),
.section-dark p { color: #fff; }

.section-dark p.subtitle { color: #bbb; }

.section-dark hr { border-top: 1px solid #772524; }

.bg-gold h2 { color: #a78341; }
.bg-gold .heading-line-title { border-bottom: 2px solid #ccbfa2; }
.bg-gold h3 { color: #555; }

.bg-ultrabox h1 { color: #222; }

/* FADEIN ANIMATION */

@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}

@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}

.fadeIn {
  -webkit-animation-name:fadeIn;
  animation-name:fadeIn;
}

/* NAVBAR*/

.navbar {
  position: fixed;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  background: #fff;
  padding-bottom: 0;
  z-index: 1100;
  width: 100%;
}

.navbar .navbar-nav > li > a {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
}

.navbar .navbar-nav > li > a > i,
.dropdown .btn i.icon-small {
  vertical-align: middle;
  margin-left: 3px;
  font-size: 12px;
  line-height: 1;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav .dropdown-menu > li > a {
  text-decoration: none;
}

.navbar-nav .open .dropdown-menu {
  background-color: #f4f4f4;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-nav {
    margin-top: 18px;
  }

  .navbar .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    line-height: 24px;
    display: inline-block;
    font-size: 18px;
  }

  .navbar .navbar-nav > li {
    margin-left: 30px;
    padding-bottom: 18px;
  }

  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > .active > a,
  .navbar .navbar-nav > .active > a:hover,
  .navbar .navbar-nav > .active > a:focus,
  .navbar .navbar-nav > .open > a,
  .navbar .navbar-nav > .open > a:hover,
  .navbar .navbar-nav > .open > a:focus {
    background-color: #9d3534;
    color: #fff;
  }

  .navbar .navbar-nav .dropdown-menu {
    background-color: rgba(0,0,0,.85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    left: 0;
    min-width: 180px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }

  .navbar .navbar-nav .dropdown-menu:before {
    position: absolute;
    top:0;
  }

  .navbar .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;
    white-space: normal;
  }

  .navbar .navbar-nav .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .dropdown-menu > li > a:focus,
  .navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #9d3534;
    color: #fff;
  }

  .navbar .navbar-nav .dropdown-menu > li:last-child > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
}

.navbar .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-brand {
  padding: 10px 15px;
  height: 70px;
}

.navbar-brand img {
  display: inline-block;
  height: 50px;
}

.navbar-toggle {
  padding: 12px 10px;
  margin-top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  body {
    padding-top: 90px;
  }
  .navbar .navbar-nav {
    margin-top: 28px;
  }
  .navbar .navbar-nav > li {
    padding-bottom: 28px;
  }
  .navbar-brand {
    height: 90px;
  }
  .navbar-brand img {
    height: 70px;
  }
}

@media screen and (min-width: 768px) {
  /* Navigation Hover Toggle */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeIn 800ms;
    animation: fadeIn 800ms;
  }
}

/* HERO */
.hero {
  position: relative;
  background-color: #d2ae6d;
  overflow: hidden;
}

.hero h1 {
  width: 100%;
  font-size: 20px;
  line-height: 1.3em;
  color: #fff;
  padding: 15px;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero h1 {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: auto;
    padding: 15px 20px;
    text-align: left;
    background-color: rgba(0,0,0,0.7);
  }
}

@media screen and (min-width: 550px) {
  .hero h1 span { display: block; }
}

@media screen and (min-width: 992px) {
  .hero h1 { font-size: 28px; }
}

@media screen and (min-width: 1200px) {
  .hero h1 { font-size: 34px; }
}

@media screen and (min-width: 1600px) {
  .hero h1 { font-size: 40px; }
}

.hero-logo {
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-logo img { width: 110px; }

.top-shadow {
  -webkit-box-shadow: inset 0 15px 15px -15px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 15px 15px -15px rgba(0,0,0,0.3);
  box-shadow: inset 0 15px 15px -15px rgba(0,0,0,0.3);
}

.bottom-shadow {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* ALUAR ACCESS */

.aluar-access { overflow: hidden; }

.aluar-sistema {
  float: left;
  width: 33.33%;
  padding: 0 5px 13px;
  text-align: center;
}

.aluar-sistema a { display: block;}

.aluar-sistema a:hover { opacity: .75; }

@media screen and (min-width: 480px) {
  .aluar-sistema { width: 25%; }
}

@media screen and (min-width: 600px) {
  .aluar-sistema { width: 16.66%; }
}

@media screen and (min-width: 992px) {
  .aluar-sistema { width: 11%; }
  .all-access .aluar-sistema { width: 11%; }
}

@media screen and (min-width: 1200px) {
  .all-access .aluar-sistema { width: 9%; }
}

/* ALUAR MENU AND ACCESS IN SECTION COLLAPSE MENU */

.btn.btn-menu-sistemas {
  margin-left: 15px;
  padding: 5px 10px;
  float: right;
}

@media screen and (min-width: 768px) {
  .btn.btn-menu-sistemas { padding: 7px 12px; }
}

@media screen and (min-width: 992px) {
  .btn.btn-menu-sistemas { margin-top: 2px; }
}

section.collapse-menu { position: relative; }

@media screen and (min-width: 768px) {
  .btn-menu-sistemas i.icon-plus:before {
    content: "\e607";
  }
  .btn-menu-sistemas i.icon-plus {
    font-size: 12px;
    margin-left: 4px;
  }
  .btn-menu-sistemas.collapsed i.icon-plus:before {
    content: "\e095";
  }
  .btn-menu-sistemas.collapsed i.icon-plus {
    font-size: 16px;
    margin-left: 0;
  }
}

#menu-sistemas {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(29,29,29,.9);
  z-index: 999;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}

#menu-sistemas .container {
  padding-top: 25px;
  padding-bottom: 12px;
}

/* NOVEDADES - VIDEO */

.section-novedades {
  background-color: #9d3534;
}

.section-novedades h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.video-link {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-link.vimeo,
.video-link.widescreen { padding-top:0; }

.video-link iframe {
  border:0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* SECTION TOP NOTIFICATION */
.section-notificacion {
  padding: 0 0 10px;
}

.section-notificacion p { margin-bottom: 8px; }

.list-numbers {
  display: flex;
  flex-wrap: wrap;
}

.list-numbers > div {
  background-color: #d8b87f;
  padding: 2px 8px;
  margin: 0 12px 8px 0;
  border-radius: 6px;
  color: #000;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
}

/* CAJON COMPACTO */
.section-dark .cajon-compacto-title { color: #d2ae6d; }

.logo-ultrabox {
  color: #fff;
  text-align: center;
}

.logo-ultrabox img { height: 120px; }

.logo-ultrabox-header { margin-top: 30px; }
.logo-ultrabox-header svg { width: 120px; }
.logo-ultrabox-header path { fill: #000; }


/* SERVICES */
.service-icons div { text-align: center; }

.service-icons h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #555;
  line-height: 1.4;
  min-height: 50px;
}

.service-icons i {
  display: inline-block;
  font-size: 48px;
  margin-top: 40px;
  margin-bottom: 25px;
  color: #9d3534;
}

/* OVERLAY */

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

/* EXTERNAL NEWS */
.news-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.news-item:last-child { border-bottom: 0; }

.news-item p {
  font-size: 15px;
  margin: 10px 0 0;
}

/* INSTALACIONES */
.section-instalaciones {
  background-color: #333;
  background-image: url(../images/fescap-bg-deposito.jpg);
  padding: 40px 0;
}

.section-instalaciones .overlay {
  opacity: .75;
}

.section-instalaciones .header-title {
  position: relative;
  padding: 10px 0;
  background-color: #9d3534;
}

.section-instalaciones h2 {
  margin: 0;
  text-align: left;
}

.section-instalaciones p { font-weight: 400; }

a.gallery-link {
  display: inline-block;
  position: relative;
}

a.gallery-link i.gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  display: none;
  color: #fff;
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(210, 174, 109, 0.8);
}

a.gallery-link:hover i.gallery-icon {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .gallery-bahia { padding-top: 48px; }
}

@media screen and (min-width: 1200px) {
  .gallery-bahia { padding-top: 72px; }
}

/* PRODUCTS LIST */
.product-list {
  border-top: 1px solid #d4d4d4;
  padding: 8px 0;
  min-height: 43px;
}

.product-list:last-of-type { border-bottom: 1px solid #d4d4d4; }

.product-list-links .product-list {
  display: flex;
  align-items: center;
}

.product-list-links .product-list .btn { margin-left: auto; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .list-continuos > .product-list:last-of-type {
    border-bottom: none;
  }
  .list-continuos:last-of-type > .product-list:last-of-type {
    border-bottom: 1px solid #d4d4d4;
  }
}

@media screen and (max-width: 767px) {
  .list-continuos-xs > .product-list:last-of-type {
    border-bottom: none;
  }
  .list-continuos-xs:last-of-type > .product-list:last-of-type {
    border-bottom: 1px solid #d4d4d4;
  }
}

/* CONTACT */
.contact-map-container iframe {
  width: 100%;
  height: 200px;
  border: 0;
}

@media screen and (min-width: 768px) {
  .contact-map-container iframe {
    height: 350px;
  }
}

.scroll-off {
  pointer-events: none;
}

#contactForm .special {
  display:none;
}

#alert .panel .alert {
  margin-bottom:0;
}

textarea#message {
  height: 130px;
  font-size: 16px;
}

.contact-info h3 {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 10px;
}

.contact-info i {
  color: #0cb59e;
  margin-right: 5px;
}

/* Buttons */
.btn {
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 14px;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  border-color: transparent;
}
.btn:hover {
  border-color: transparent;
  -webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
}
.btn.btn-icon i {
  text-transform: none;
  letter-spacing: normal;
  font-size: 15px;
  float: left;
  margin: 1px 7px 0 0;
}
.btn-outline {
  border: 2px solid #ccc;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  border: 2px solid #4fd2c2;
  background: #4fd2c2;
  color: #fff;
}

.btn-primary {
  background-color: #d2ae6d;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #b59866;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #968059;
  border-color: transparent;
  outline: none;
}

.btn + .btn { margin-left: 10px; }

.download-catalogs .btn {
  margin: 0 15px 20px 0;
}

.btn i {
  margin-right: 5px;
  vertical-align: middle;
  line-height: 1.1;
}

.btn.pull-right { margin-right: 0; }

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.form-control {
  box-shadow: none;
  height: 45px;
  font-size: 16px;
}
.form-control:hover,
.form-control:focus,
.form-control:active {
  outline: none;
  box-shadow: none;
  border: 1px solid #d2ae6d;
}

.btn-sm,
.btn-group-sm > .btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  margin-right: 0;
}

.btn-prod-list {
  float: right;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
  margin-left: 15px;
}

.search .form-control {
  border: 1px solid #888;
}

.search .btn-xs {
  padding: 8px 15px 5px;
}

/* SOCIAL LINKS */
.social-link {
	padding: 0;
	display: block;
	overflow: hidden;
	list-style: none;
}

.social-link li {
	float: left;
	margin-right: 8px;
}

.social-link li a {
	display: block;
	width: 55px;
	height: 55px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 58px;
	font-size: 25px;
	color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.social-link li a:hover,
.social-link li a:focus {
	text-decoration: none;
  opacity: .7;
}

.social-link-twitter a {
	background-color: #55acee;
}

.social-link-facebook a {
	background-color: #3b5998;
}

.social-link-pinterest a {
	background-color: #cb2026;
}

.social-link-gplus a {
	background-color: #dd4b39;
}

.social-link-dribbble a {
	background-color: #ea4c89;
}

/* FOOTER */

footer {
  padding: 55px 0 30px;
  background-color: #333;
  color: #ddd;
}

footer p.company {
  color: #ccc;
  font-size: 15px;
  line-height: 1.6;
}

footer .company strong {
  margin-bottom: 7px;
  display: inline-block;
}

footer .lead {
  font-family: "Droid Serif", serif;
  font-size: 20px;
  font-weight: 700;
  color: #d2ae6d;
  margin-bottom: 20px;
}

footer a {
  color: #ddd;
  font-weight: 300;
  text-decoration: none;
}

footer a:hover,
footer a:active,
footer a:focus {
  color: #fff;
  text-decoration: none;
}

footer ul {
  padding: 0 0 0 15px;
  margin: 10px 0 0;
}

footer ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 20px;
}

footer ul li i {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #d2ae6d;
}

/* DEVELOPER */

.developer {
  padding: 40px 0 20px;
  background-color: #111;
  color: #ddd;
}

.developer p,
.developer a {
  color: #aaa;
  font-weight: 300;
  text-decoration: none;
}

.developer a:hover { color: #fff; }

/* Helper Classes */

.mb10 { margin-bottom: 10px; }

.mb20 { margin-bottom: 20px; }

.mb30 { margin-bottom: 30px; }

.mb50 { margin-bottom: 50px; }

.mt20 { margin-top: 20px; }

.mt30 { margin-top: 30px; }

.mt50 { margin-top: 50px; }

.w100 { width: 100%; }

.maxh-xs { max-height: 400px; }

@media screen and (min-width: 768px) {
  .maxh-xs { max-height: none; }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .maxh-md { max-height: 350px; }
}

@media screen and (min-width: 1200px) {
  .maxh-lg { max-height: 350px; }
}

@media screen and (max-width: 767px) {
  .text-center-xs { text-align: center; }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .text-center-sm { text-align: center; }
}

@media screen and (min-width: 992px) {
  .pl-lg-0 { padding-left: 0; }
}

.row-padded {
  padding: 50px 0;
}

.colored {
  color: #4fd2c2;
}

.image-popup {
  opacity: 1;
}
.image-popup:hover {
  opacity: .7;
}

.social-icons > a {
  margin-right: 10px;
  color: #e58c00;
}
.social-icons > a:hover,
.social-icons > a:focus,
.social-icons > a:active {
  text-decoration: none;
}

.js .to-animate,
.js .animate-object,
.js .animate-box,
.js .animate-single {
  opacity: 0;
}

/* Overrides */
.lg-sub-html, .lg-toolbar {
  background-color: rgba(0,0,0,.6);
}
