/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201c" "\201d" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Fonts
--------------------------------- */
body {
  font-family: 'Titillium Web', sans-serif;
}

/* Layout
--------------------------------- */
header {
  height: 148px;
  min-width: 960px;
}
#header-wrapper {
  margin: 0 auto;
  height: 100%;
  width: 960px;
}
footer {
  height: 52px;
  width: 100%;
}

/* Header
--------------------------------- */
header {
  overflow: visible;
}

#logo {
  background: #fff url(images/logo.png);
  float: left;
  height: 106px;
  margin: 20px 0 0;
  width: 332px;
}
#logo a {
  display: block;
  height: 100%;
  width: 100%;
}
#logo span {
  display: none;
}

#header-phone {
  background: #fff url(images/phone.png) no-repeat;
  background-position: left center;
  color: #808080;
  float: right;
  font-size: 19px;
  font-weight: bold;
  margin: 30px 8px 7px 0;
  padding: 0 0 0 12px;
}

header nav {
  
}
header nav ul {
  clear: right;
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav li {
  background: #fff url(images/nav-bg.png) no-repeat;
  float: left;
  height: 82px;
  padding: 0 40px;
  position: relative;
}
header nav li:first-child {
  background-image: none;
}
header nav li:last-child {
  padding-right: 0;
}
header nav a {
  color: #808080;
  display: block;
  font-weight: bold;
  height: 100%;
  line-height: 82px;
  text-decoration: none;
}
header nav li.current a {
  background: transparent url(images/nav-current.png) no-repeat;
  background-position: center 20px;
  color: #09afd6;
}
header nav a:hover {
  color: #09afd6;
}

header li.servicios:hover ul {
  display: block;
}
/*header li.servicios.current:hover ul {
  display: none;
}*/

header nav li ul {
  display: none;
  margin-left: -40px;
  position: absolute;
  width: 100%;
}
header nav li ul li {
  background: #09afd6;
  border-bottom: 1px solid #fff;
  float: none;
  height: 44px;
  padding: 0;
}
header nav li ul li:last-child {
  border-bottom: none;
}
header nav li ul a {
  color: #fff !important;
  font-size: 13px;
  line-height: 44px;
  padding: 0 20px;
}
header nav li ul a:hover {
  color: #fff;
}

/* Footer
--------------------------------- */
footer {
  background: #09afd6;
  color: #fff;
  min-width: 960px;
  overflow: hidden;
}
footer ul {
  list-style-type: none;
  margin: 12px auto 0;
  padding: 0;
  text-align: right;
  width: 960px;
}
footer li {
  border-right: 1px solid #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0 24px 0 25px;
}
footer li:last-child {
  border-right: none;
  padding-right: 0;
}

/* Content
--------------------------------- */
#section-container {
  background-position: center top;
  height: 540px;
  min-width: 960px;
}
#section-content {
  background: #f5f5f5;
  float: right;
  height: 470px;
  padding: 0 0 0 65px;
  width: 50%;
}
#section-content h2 {
  color: #808080;
  font-size: 27px;
  line-height: 130%;
  margin-top: 70px;
  width: 480px;
}
#section-content h2.trace {
  line-height: 120%;
}
#section-content h2 span {
  text-decoration: underline;
}
#section-content h2 strong {
  color: #09afd6;
}
#section-content p {
  color: #808080;
  font-size: 15px;
  line-height: 170%;
  width: 380px;
}

/* Home
--------------------------------- */
#hero {
  height: 350px;
  min-width: 960px;
  overflow: hidden;
}

#hero-image {
  background: #fff url(images/home-hero.jpg) no-repeat;
  background-position: right 0;
  float: left;
  height: 100%;
  width: 50%;
}

#hero-text {
  background: #404041;
  float: right;
  height: 100%;
  width: 50%;
}
#hero-text h3 {
  color: #fff;
  line-height: 130%;
  margin: 60px 0 0 60px;
  font-size: 27px;
}
#hero-text h3 strong {
  color: #09afd6;
}

#hero-text p {
  color: #fff;
  font-size: 15px;
  line-height: 120%;
  margin: 20px 0 0 60px;
  width: 315px;
}

#hero-text a {
  background: transparent url(images/link-white.png) no-repeat;
  background-position: right center;
  color: #fff;
  font-weight: bold;
  padding-right: 18px;
  text-decoration: none;
}

#home-services {
  height: 210px;
  position: relative;
}

#home-services .left-background {
  background: #f5f5f5;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}

#home-services ul {
  display: block;
  height: 100%;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  width: 940px;
  z-index: 10;
}
#home-services li {
  float: left;
  height: 100%;
  margin: 0;
  padding: 0 40px 0;
  position: relative;
  width: 155px;
}
#home-services a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#home-services h4 {
  color: #09afd6;
  font-size: 17px;
  font-weight: bold;
  margin: 30px 0 0;
}
#home-services p {
  color: #929496;
  font-size: 13px;
  line-height: 110%;
  margin: 15px 0 0;
}
#home-services strong {
  background: transparent url(images/link-grey.png) no-repeat;
  background-position: right center;
  color: #808080;
  font-weight: bold;
  padding-right: 18px;
  text-decoration: none;
}
#home-services .home-one {
  background: #f5f5f5;
}
#home-services .home-two {
  background: #fff;
}
#home-services .home-three {
  background: #e6e6e6;
}
#home-services .printer {
  background: #fff url(images/home-printer.jpg) no-repeat;
  background-position: left center;
  display: block;
  height: 100%;
}

/* About us
--------------------------------- */
#section-container.about-us {
  background-image: url(images/about-us-bg.jpg);
}

/* Services
--------------------------------- */
#section-container.services.design {
  background-image: url(images/services-design-bg.jpg);
}
#section-container.services.patterns {
  background-image: url(images/services-patterns-bg.jpg);
}
#section-container.services.calibrate {
  background-image: url(images/services-calibrate-bg.jpg);
}
#section-container.services.trace {
  background-image: url(images/services-trace-bg.jpg);
}
#section-container.services.cut {
  background-image: url(images/services-cut-bg.jpg);
}
#section-container.services.sewing {
  background-image: url(images/services-sewing-bg.jpg);
}

#section-container.services #section-content {
  height: 492px;
}

#section-container.services ul {
  float: left;
  list-style-type: none;
  margin: 45px 0 0;
  padding: 0;
  width: 40%;
}
#section-container.services li {
  background: #8c8c8c;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 43px;
  margin: 0 180px 1px 0;
  padding: 0 30px 0 0;
  text-align: right;
  transition: margin-right 0.1s;
    -webkit-transition: margin-right 0.1s; /* Safari */
}
#section-container.services li:hover {
  margin-right: 100px;
}
#section-container.services li.current {
  background: #09afd6;
  margin-right: 100px;
}
#section-container.services li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

/* Contact
--------------------------------- */
#section-container.contact {
  background-image: url(images/contact-bg.jpg);
}

form > br {
  clear: both;
}

form label {
  color: #808080;
  display: block;
  font-size: 15px;
}
form input,
form textarea {
  background: #fff;
  border: 0;
  font-size: 12px;
  margin-bottom: 6px;
  width: 230px;
}
form textarea {
  height: 100px;
  width: 265px;
}

.fields-container {
  float: left;
  margin-right: 10px;
  width: 200px;
}
.fields-container input {
  width: 200px;
}
.fields-container.medium {
  width: 265px;
}

form #contact-info {
  float: left;
  font-size: 13px;
  line-height: 130%;
  margin: 20px 0 0 10px;
  width: 190px;
}
form #contact-info a {
  color: #808080;
  font-weight: bold;
  text-decoration: none;
}
form span.location {
  background: transparent url(images/contact-location.png) no-repeat;
  background-position: left center;
  padding: 0 0 0 14px;
}
form span.phone {
  background: transparent url(images/contact-phone.png) no-repeat;
  background-position: left center;
  display: block;
  font-weight: bold;
  margin: 4px 0 0 0;
  padding: 0 0 0 8px;
}

form button {
  background: #09afd6;
  border: 0;
  clear: both;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 1px 16px;
}
