@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/*
  MENU
*/
/*
  SERVICES SLIDER
*/
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
body {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.cursive {
  font-style: italic;
}
/*
 Shared styles
*/
h1 {
  font-size: 1.5em;
}
ul {
  padding: 0;
}
a {
  text-decoration: none;
}
.list-unstyled {
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}
body {
  background-color: #E4E4E4;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.half-width {
  width: 50%;
}
.full-width {
  width: 100%;
}
.content {
  margin-top: 60px;
}
.center {
  margin: 0 auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
a:hover {
  text-decoration: none;
}
.col-md-1 {
  width: 8.333333333333334%;
}
.col-md-2 {
  width: 16.666666666666668%;
}
.col-md-3 {
  width: 25%;
}
.col-md-4 {
  width: 33.333333333333336%;
}
.col-md-5 {
  width: 41.666666666666664%;
}
.col-md-6 {
  width: 50%;
}
.col-md-7 {
  width: 58.333333333333336%;
}
.col-md-8 {
  width: 66.66666666666667%;
}
.col-md-9 {
  width: 75%;
}
.col-md-offset-025 {
  margin-left: 2.0833333333333335%;
}
.col-md-offset-05 {
  margin-left: 4.166666666666667%;
}
.col-md-offset-1 {
  margin-left: 8.333333333333334%;
}
.col-md-offset-2 {
  margin-left: 16.666666666666668%;
}
.col-md-offset-25 {
  margin-left: 20.833333333333332%;
}
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-4 {
  margin-left: 33.333333333333336%;
}
.col-md-offset-5 {
  margin-left: 41.666666666666664%;
}
.col-md-offset-6 {
  margin-left: 50%;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6 {
  float: left;
}
.footer {
  background-color: #333333;
  width: 100%;
  text-align: center;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.7;
  z-index: 10;
  position: absolute;
  bottom: 20px;
}
#header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 50px;
}
#menu {
  font-size: 13px;
  margin-top: 10px;
}
#menu .home-icon {
  width: 20px;
  height: 20px;
  margin-top: -7px;
}
#menu .home-icon-red {
  display: none;
}
#menu .home-icon-default {
  display: inline-block;
}
#menu a.active .home-icon-red {
  display: inline-block;
}
#menu a.active .home-icon-default {
  display: none;
}
#menu li {
  list-style: none;
  float: left;
  display: block;
  position: relative;
}
#menu a.invert {
  color: black;
}
#menu a.active {
  color: #E1001A;
}
#menu a {
  color: white;
  padding: 10px;
  margin-right: 20px;
}
#menu a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #E1001A !important;
}
#slides {
  margin-bottom: -174px;
}
#logo {
  position: relative;
  top: 5px;
  left: 40px;
  height: 62px;
}
.arrow-next {
  margin-right: 10px;
}
.arrow-prev {
  margin-left: 10px;
}
.invert #menu a {
  color: white;
}
.slider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.slider-text-1 {
  background-image: url('../../assets/img/home/1.png');
  width: 592px;
  margin-left: -296px;
  margin-top: -28.5px;
  height: 57px;
}
.slider-text-2 {
  background-image: url('../../assets/img/home/2.png');
  width: 775px;
  margin-left: -387.5px;
  margin-top: -88px;
  height: 176px;
}
.slider-text-3 {
  background-image: url('../../assets/img/home/3.png');
  width: 483px;
  margin-left: -241.5px;
  margin-top: -88px;
  height: 176px;
}
.slider-text-4 {
  background-image: url('../../assets/img/home/4.png');
  width: 825px;
  margin-left: -412.5px;
  margin-top: -88px;
  height: 176px;
}
.slider-text-5 {
  background-image: url('../../assets/img/home/5.png');
  width: 774px;
  margin-left: -387px;
  margin-top: -88px;
  height: 176px;
}
.slider-text-6 {
  background-image: url('../../assets/img/home/6.png');
  width: 684px;
  margin-left: -342px;
  margin-top: -88px;
  height: 176px;
}
.slider-text-7 {
  background-image: url('../../assets/img/home/7.png');
  width: 629px;
  margin-left: -314.5px;
  margin-top: -28.5px;
  height: 57px;
}
.slider-text-8 {
  background-image: url('../../assets/img/home/8.png');
  width: 448px;
  margin-left: -224px;
  margin-top: -88px;
  height: 176px;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}
.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}
#services-slider {
  overflow: hidden;
  width: 100%;
  height: 380px;
  position: relative;
  margin-top: 75px;
}
#services-slider {
  margin-top: 75px;
}
#slider-wrap {
  width: 8000px;
  height: 380px;
}
.slide {
  position: relative;
  width: 532px;
  height: 380px;
  float: left;
}
.slide img {
  width: 100%;
  height: 100%;
}
#slider-nav {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 0;
}
.slider-nav-circle {
  border-radius: 50%;
  width: 15px;
  background-color: white;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}
.slider-nav-circle:hover {
  cursor: pointer;
}
.slider-nav-circle.active {
  background-color: red;
}
.opacity {
  position: absolute;
  height: 100%;
  width: 410px;
  z-index: 10;
  background-color: black;
  opacity: 0.6;
}
.opacity.right {
  right: 0;
}
.service {
  width: 500px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.service #service-title {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  width: 500px;
  text-align: center;
  margin: 0 auto;
}
.service #service-description {
  font-size: 14px;
  margin-top: 0;
  width: 370px;
  margin: 0 auto;
}
#services p {
  margin: 3px;
}
#services .title {
  text-align: center;
  text-transform: uppercase;
}
#services .description {
  font-size: 0.83em;
  color: #5A5A5A;
}
#services .description ul {
  margin: 0;
  margin-left: 30px;
}
#services .service-footer {
  width: 100%;
  margin-bottom: -170px;
  margin-top: 60px;
}
.service-footer {
  width: 100%;
  margin-top: 4px;
  position: absolute;
  bottom: 0;
  height: 250px;
}
.service-nav {
  position: absolute;
  bottom: 260px;
}
.service-nav.pull-left {
  left: 25%;
}
.service-nav.pull-right {
  right: 25%;
}
#quienes-somos .registro {
  height: 66px;
  margin-left: 6px;
  margin-top: 10px;
}
#quienes-somos p {
  margin: 0.5em;
  font-size: 0.83em;
}
#quienes-somos h4 {
  margin: 0.5em;
  text-transform: uppercase;
}
#nuestros-clientes.client-select {
  width: 696px;
}
#nuestros-clientes {
  margin: 0 auto;
  margin-top: 70px;
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 20px;
  color: #333333;
}
#nuestros-clientes .customer-middle {
  display: table-cell;
  vertical-align: middle;
}
#nuestros-clientes .customer-middle.half-width {
  width: 35%;
}
#nuestros-clientes h3 {
  margin-left: 10%;
  font-size: 1em;
}
#nuestros-clientes .customer-link {
  font-size: 25px;
}
#nuestros-clientes .separator {
  height: 12px;
  width: 12px;
  background-color: #E1001A;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 8px;
}
#nuestros-clientes .center {
  margin: 0 auto;
  padding: 20px;
}
#nuestros-clientes .prev {
  float: left;
}
#nuestros-clientes .next {
  float: right;
}
#nuestros-clientes a {
  color: #333333;
  display: block;
}
#nuestros-clientes a:hover {
  color: #E1001A;
}
#nuestros-clientes a:visited {
  color: #000000;
}
#nuestros-clientes a:visited:hover {
  color: #E1001A;
}
#nuestros-clientes .customer {
  background-color: #F0F0F0;
  display: inline-block;
  padding: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 0.83em;
}
#nuestros-clientes .customer p {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-size: 13px;
}
#nuestros-clientes .customer ul {
  margin-top: 0;
  margin-left: 30px;
  font-size: 13px;
}
#nuestros-clientes .customer ul li {
  text-align: left;
}
#nuestros-clientes .customer .text-justify {
  text-align: left;
}
#nuestros-clientes .customer .title {
  color: #E1001A;
  font-size: 1.2em;
  margin: 0.5em 0;
  line-height: 22px;
}
#nuestros-clientes .client-agrosuper {
  width: 117px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/agrosuper.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-agrosuper:hover {
  background-image: url('../img/nuestros_clientes/agrosuper_R.png');
}
#nuestros-clientes .client-autopista_del_sol {
  width: 187px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/autopistadelsol.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-autopista_del_sol:hover {
  background-image: url('../img/nuestros_clientes/autopistadelsol_R.png');
}
#nuestros-clientes .client-vial_y_vives {
  width: 124px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/Vialyvives_R.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-vial_y_vives:hover {
  background-image: url('../img/nuestros_clientes/Vialyvives.png');
}
#nuestros-clientes .client-compania_minera_los_pelambres {
  width: 362px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/Pelambres.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-compania_minera_los_pelambres:hover {
  background-image: url('../img/nuestros_clientes/Pelambres_R.png');
}
#nuestros-clientes .client-vespucio_norte_express {
  width: 299px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/Vespucio.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-vespucio_norte_express:hover {
  background-image: url('../img/nuestros_clientes/Vespucio_R.png');
}
#nuestros-clientes .client-proactiva_servicios_urbanos {
  width: 365px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/Proactiva.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-proactiva_servicios_urbanos:hover {
  background-image: url('../img/nuestros_clientes/Proactiva_R.png');
}
#nuestros-clientes .client-sociedad_contractual_minera_centenario_cooper {
  width: 540px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/cooper.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-sociedad_contractual_minera_centenario_cooper:hover {
  background-image: url('../img/nuestros_clientes/cooper_R.png');
}
#nuestros-clientes .client-sociedad_concesionaria_variante_de_melipilla {
  width: 549px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/Melipilla.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-sociedad_concesionaria_variante_de_melipilla:hover {
  background-image: url('../img/nuestros_clientes/Melipilla_R.png');
}
#nuestros-clientes .client-autopista_los_libertadores {
  width: 344px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/Libertadores.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-autopista_los_libertadores:hover {
  background-image: url('../img/nuestros_clientes/Libertadores_R.png');
}
#nuestros-clientes .client-angloamerican {
  width: 169px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/angloamerican.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-angloamerican:hover {
  background-image: url('../img/nuestros_clientes/angloamerican_R.png');
}
#nuestros-clientes .client-vina_santa_carolina {
  width: 265px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/Carolina.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-vina_santa_carolina:hover {
  background-image: url('../img/nuestros_clientes/Carolina_R.png');
}
#nuestros-clientes .client-consorcio_ica_tecsa {
  width: 227px;
  height: 37px;
  background-image: url('../img/nuestros_clientes/Tecsa.png');
  background-size: 100% 100%;
}
#nuestros-clientes .client-consorcio_ica_tecsa:hover {
  background-image: url('../img/nuestros_clientes/Tecsa_R.png');
}
#contacto .red {
  color: #E1001A;
  margin-top: 10px;
  margin-bottom: 4px;
}
#contacto .mapa {
  margin-top: 50px;
}
#contacto .form-group {
  margin-bottom: 5px;
}
#contacto label {
  margin-bottom: 2px;
}
#contacto p {
  margin-top: 3px;
  margin-bottom: 3px;
}
