/* ####################################################### */
/* IMPORTS */
/* ####################################################### */
/* RESET.LESS */
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: bold;
}
img {
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
svg {
  overflow: hidden;
}
/* ####################################################### */
/* MEDIA QUERIES */
@media only screen and (min-width: 960px) {
  .nodesktop {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px), only screen and (max-width: 480px) {
  .notablet {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .nomobile {
    display: none;
  }
}
/* ####################################################### */
/* COLUMNS GRID */
.container {
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .container {
    width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    width: 100%;
  }
}
.container .container {
  width: 100%;
}
.col1 {
  display: block;
  float: left;
  width: 6.25133%;
  margin: 0 1.041%;
}
.col2 {
  display: block;
  float: left;
  width: 14.58466%;
  margin: 0 1.041%;
}
.col3 {
  display: block;
  float: left;
  width: 22.91799%;
  margin: 0 1.041%;
}
.col4 {
  display: block;
  float: left;
  width: 31.25132%;
  margin: 0 1.041%;
}
.col5 {
  display: block;
  float: left;
  width: 39.58465%;
  margin: 0 1.041%;
}
.col6 {
  display: block;
  float: left;
  width: 47.91798%;
  margin: 0 1.041%;
}
.col7 {
  display: block;
  float: left;
  width: 56.25131%;
  margin: 0 1.041%;
}
.col8 {
  display: block;
  float: left;
  width: 64.58464%;
  margin: 0 1.041%;
}
.col9 {
  display: block;
  float: left;
  width: 72.91797%;
  margin: 0 1.041%;
}
.col10 {
  display: block;
  float: left;
  width: 81.2513%;
  margin: 0 1.041%;
}
.col11 {
  display: block;
  float: left;
  width: 89.58463%;
  margin: 0 1.041%;
}
.col12 {
  display: block;
  float: left;
  width: 97.91796%;
  margin: 0 1.041%;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t1 {
    width: 6.25133%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t2 {
    width: 14.58466%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t3 {
    width: 22.91799%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t4 {
    width: 31.25132%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t5 {
    width: 39.58465%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t6 {
    width: 47.91798%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t7 {
    width: 56.25131%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t8 {
    width: 64.58464%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t9 {
    width: 72.91797%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t10 {
    width: 81.2513%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t11 {
    width: 89.58463%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t12 {
    width: 97.91796%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m1 {
    width: 6.25133%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m2 {
    width: 14.58466%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m3 {
    width: 22.91799%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m4 {
    width: 31.25132%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m5 {
    width: 39.58465%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m6 {
    width: 47.91798%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m7 {
    width: 56.25131%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m8 {
    width: 64.58464%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m9 {
    width: 72.91797%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m10 {
    width: 81.2513%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m11 {
    width: 89.58463%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m12 {
    width: 97.91796%;
  }
}
.push0 {
  margin-left: 1.041%;
}
.push1 {
  margin-left: 9.37433%;
}
.push2 {
  margin-left: 17.70766%;
}
.push3 {
  margin-left: 26.04099%;
}
.push4 {
  margin-left: 34.37432%;
}
.push5 {
  margin-left: 42.70765%;
}
.push6 {
  margin-left: 51.04098%;
}
.push7 {
  margin-left: 59.37431%;
}
.push8 {
  margin-left: 67.70764%;
}
.push9 {
  margin-left: 76.04097%;
}
.push10 {
  margin-left: 84.3743%;
}
.push11 {
  margin-left: 92.70763%;
}
.push12 {
  margin-left: 101.04096%;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t0 {
    margin-left: 1.041%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t1 {
    margin-left: 9.37433%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t2 {
    margin-left: 17.70766%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t3 {
    margin-left: 26.04099%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t4 {
    margin-left: 34.37432%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t5 {
    margin-left: 42.70765%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t6 {
    margin-left: 51.04098%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t7 {
    margin-left: 59.37431%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t8 {
    margin-left: 67.70764%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t9 {
    margin-left: 76.04097%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t10 {
    margin-left: 84.3743%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t11 {
    margin-left: 92.70763%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t12 {
    margin-left: 101.04096%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m0 {
    margin-left: 1.041%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m1 {
    margin-left: 9.37433%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m2 {
    margin-left: 17.70766%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m3 {
    margin-left: 26.04099%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m4 {
    margin-left: 34.37432%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m5 {
    margin-left: 42.70765%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m6 {
    margin-left: 51.04098%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m7 {
    margin-left: 59.37431%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m8 {
    margin-left: 67.70764%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m9 {
    margin-left: 76.04097%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m10 {
    margin-left: 84.3743%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m11 {
    margin-left: 92.70763%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m12 {
    margin-left: 101.04096%;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9 | MOD @ dragonbarbudo
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@-webkit-keyframes shaking {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.shake {
  -webkit-animation-name: shaking;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.floating {
  -webkit-animation-name: floating;
  -webkit-animation-duration: 2s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}
.breath {
  -webkit-animation-name: breathing;
  -webkit-animation-duration: 2s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -o-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.wait {
  -webkit-animation-name: waiting;
  -webkit-animation-duration: 2s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes waiting {
  0% {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  50% {
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    -webkit-opacity: 0.1;
    opacity: 0.1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    filter: alpha(opacity=10);
  }
  100% {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
}
/* ####################################################### */
/* CLASS UTILS */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.w100 {
  width: 100%;
}
.t {
  outline: 1px dashed rgba(0, 0, 0, 0.2);
}
.grid {
  background: url(http://griddle.it/940-12-20?num=0) repeat-y;
  background-size: 940px;
  background-position: center;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .grid {
    background: url(http://griddle.it/464-12-8?num=0) repeat-y;
    background-size: 470px;
    background-position: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .grid {
    background: url(http://griddle.it/960-12-20?num=0) repeat-y;
    background-size: 97.918%;
    background-position: center;
  }
}
.grid:before {
  content: ".container";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.6em;
  color: #aaa;
}
/* GENERAL STYLES */
/*------ NAV ------*/
/* .horizontal */
ul.horizontal {
  list-style: none;
}
ul.horizontal li {
  position: relative;
}
ul.horizontal li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
ul.horizontal li:hover ul {
  display: block;
}
ul.horizontal li > ul {
  position: absolute;
  display: none;
  width: 100%;
  list-style: none;
}
ul.vertical {
  list-style: none;
}
ul.vertical li > ul {
  list-style: none;
}
form.simple label {
  display: block;
}
form.simple input,
form.simple textarea {
  display: block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
/* PLUGINS styles */
/* SLICK SLIDER */
.slick-arrow {
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  border: none;
  background: #24486B;
  color: #4E4E4E;
  z-index: 10;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow:hover {
  cursor: pointer;
  background: #4E4E4E;
  color: #24486B;
}
/* backstretch */
.bgslider {
  display: none;
}
body.docs {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(1, #e9e9e9));
  background: -ms-linear-gradient(left, #ffffff, #e9e9e9);
  background: -moz-linear-gradient(left top, #ffffff 0%, #e9e9e9 100%);
  background: -o-linear-gradient(left, #e9e9e9, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=1);
  background-attachment: fixed;
}
body.docs p,
body.docs ul {
  font-size: 0.9em;
  margin: 10px 0;
}
body.docs p.small,
body.docs ul.small {
  font-size: 0.8em;
  color: #888;
}
body.docs h4 {
  border-top: 1px solid #888;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 30px;
}
body.docs ul.list {
  list-style: none;
}
body.docs ul.list li {
  margin: 15px;
}
body.docs ul.list li:before {
  display: inline-block;
  font-family: FontAwesome;
  width: 1.4em;
  content: "\f192";
  line-height: 1.4em;
  color: #24486B;
  -webkit-animation-name: waiting;
  -webkit-animation-duration: 2s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
body.docs header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0 10px 0;
  z-index: 10;
  background: #24486B;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #24486B), color-stop(1, #2b5680));
  background: -ms-linear-gradient(bottom, #24486B, #2b5680);
  background: -moz-linear-gradient(center bottom, #24486B 0%, #2b5680 100%);
  background: -o-linear-gradient(#2b5680, #24486B);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b5680', endColorstr='#24486B', GradientType=0);
}
body.docs header h1 {
  font-size: 3em;
  letter-spacing: -2px;
}
@media only screen and (min-width: 481px) and (max-width: 959px), only screen and (max-width: 480px) {
  body.docs header h1 {
    font-size: 1.2em;
    letter-spacing: normal;
    text-align: center;
  }
}
body.docs header #downloadarea {
  text-align: right;
}
body.docs header #downloadarea .btn {
  margin: 15px 5px;
}
@media only screen and (min-width: 481px) and (max-width: 959px), only screen and (max-width: 480px) {
  body.docs header #downloadarea {
    text-align: center;
  }
}
body.docs #documentacion {
  height: 100%;
  margin-top: 90px;
  position: relative;
}
body.docs #documentacion nav.main {
  position: fixed;
  padding-top: 20px;
}
body.docs #documentacion nav.main .btn {
  display: block;
  padding: 2px 10px;
}
@media only screen and (min-width: 481px) and (max-width: 959px), only screen and (max-width: 480px) {
  body.docs #documentacion nav.main {
    position: static;
  }
}
body.docs #documentacion nav.main li {
  margin: 5px 0;
}
body.docs #documentacion nav.main li:before {
  display: none;
}
body.docs #documentacion nav.main .listMain > li > a.btn {
  background: #24486B;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #24486B), color-stop(1, #2b5680));
  background: -ms-linear-gradient(left, #24486B, #2b5680);
  background: -moz-linear-gradient(left top, #24486B 0%, #2b5680 100%);
  background: -o-linear-gradient(left, #2b5680, #24486B);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b5680', endColorstr='#24486B', GradientType=1);
  -webkit-transition: all all 300ms ease-out;
  -moz-transition: all all 300ms ease-out;
  -o-transition: all all 300ms ease-out;
  transition: all all 300ms ease-out;
}
body.docs #documentacion nav.main .listMain > li > a.btn:hover {
  background: #4E4E4E;
  -webkit-transition: all all 500ms ease-out;
  -moz-transition: all all 500ms ease-out;
  -o-transition: all all 500ms ease-out;
  transition: all all 500ms ease-out;
  background: #5b5b5b;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #5b5b5b), color-stop(1, #4E4E4E));
  background: -ms-linear-gradient(left, #5b5b5b, #4E4E4E);
  background: -moz-linear-gradient(left top, #5b5b5b 0%, #4E4E4E 100%);
  background: -o-linear-gradient(left, #4E4E4E, #5b5b5b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#5b5b5b', GradientType=1);
}
body.docs #documentacion nav.main .listSub {
  margin-left: 30px;
}
body.docs #documentacion #usage > .container {
  min-height: 800px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
}
body.docs #documentacion #usage h2,
body.docs #documentacion #usage h3 {
  font-family: 'Lato', sans-serif;
  font-size: 2em;
}
.theThings .btn {
  margin: 10px;
}
.grid {
  padding: 10px 0;
  font-size: 0.8em;
  color: #888;
  text-align: center;
}
code {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 10px;
  margin: 10px 0;
}
.t {
  display: inline-block;
  padding: 10px 5px;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2b5680;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #2b5680), color-stop(1, #24486B));
  background: -ms-linear-gradient(left, #2b5680, #24486B);
  background: -moz-linear-gradient(left top, #2b5680 0%, #24486B 100%);
  background: -o-linear-gradient(left, #24486B, #2b5680);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24486B', endColorstr='#2b5680', GradientType=1);
}
.t .t {
  background: #4E4E4E;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4E4E4E), color-stop(1, #343434));
  background: -ms-linear-gradient(left, #4E4E4E, #343434);
  background: -moz-linear-gradient(left top, #4E4E4E 0%, #343434 100%);
  background: -o-linear-gradient(left, #343434, #4E4E4E);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434', endColorstr='#4E4E4E', GradientType=1);
}
.t .t .t {
  background: #2b5680;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #2b5680), color-stop(1, #24486B));
  background: -ms-linear-gradient(left, #2b5680, #24486B);
  background: -moz-linear-gradient(left top, #2b5680 0%, #24486B 100%);
  background: -o-linear-gradient(left, #24486B, #2b5680);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24486B', endColorstr='#2b5680', GradientType=1);
}
.hljs {
  background: #4E4E4E !important;
}
.hljs-tag {
  color: #24486B;
}
table {
  font-size: 0.8em;
}
table td,
table th {
  border: 1px solid #cccccc;
  padding: 5px 10px;
}
table th {
  color: #4E4E4E;
  font-weight: bold;
  text-align: center;
  background: #2b5680;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2b5680), color-stop(1, #24486B));
  background: -ms-linear-gradient(bottom, #2b5680, #24486B);
  background: -moz-linear-gradient(center bottom, #2b5680 0%, #24486B 100%);
  background: -o-linear-gradient(#24486B, #2b5680);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24486B', endColorstr='#2b5680', GradientType=0);
}
.active {
  background: #24486B;
}
.mt10 {
  margin-top: 10px;
}
.somebox {
  min-height: 100px;
}
code {
  white-space: pre-wrap;
}
.seccionEspaciadora {
  min-height: 200px;
  border: 2px dashed #888;
  padding: 20px;
  text-align: center;
  margin: 10px 0;
}
.seccionScroll {
  padding: 20px;
  text-align: center;
  border: 1px solid #24486B;
  margin: 10px 0;
}
/* ################################ CONTAINER WIDTHS: */
/* ################################ COLORS */
/* ################################ FONTS */
.font {
  font-family: 'Lato', sans-serif;
}
/* ################################ CLASSES */
.cristal {
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.94);
  font-weight: 300;
  text-align: center;
}
.cristal h1,
.cristal h2,
.cristal h3 {
  font-weight: 300;
  color: #24486B;
  font-size: 2.8em;
}
.cristal p {
  color: #4E4E4E;
  font-size: 1em;
}
hr {
  border-top: 1px solid #dfdfdf;
  margin: 20px 0;
}
.title {
  font-weight: 300;
  color: #24486B;
  font-size: 2.6em;
}
p {
  font-weight: 300;
  color: #4E4E4E;
  font-size: 1em;
}
/* ################################ GENERAL */
body {
  font-family: 'Lato', sans-serif;
  background: #f5f5f5;
}
.topbar {
  position: relative;
  z-index: 1;
  background: rgba(36, 72, 107, 0.9);
  padding: 8px 0;
  width: 100%;
  font-weight: lighter;
  padding: 6px 0;
  text-align: right;
  color: #f5f5f5;
  font-size: 0.8em;
}
.topbar p {
  color: #f5f5f5;
}
.topbar a {
  display: inline-block;
  color: #f5f5f5;
  text-decoration: none;
  margin: 0 10px;
}
.topbar a:hover {
  color: #219CD2;
}
.topbar span {
  display: inline-block;
  margin: 0 10px;
}
header {
  background: rgba(245, 245, 245, 0.9);
  width: 100%;
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
header .logo {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
header a[href="#inicio"] {
  background: transparent !important;
}
header nav {
  margin-top: 10px;
}
header nav ul li {
  /*
        &:last-child{
          a{
            background: @main;
            color:@w;
            .border-radius(3px);
            .gradient(#34628E, #5786B4);
            &:hover{
              .gradient(@main, @sec);
            }
          }
        }
        */
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  header nav ul li {
    display: block !important;
    float: left !important;
    width: 31.25132% !important;
    margin: 0 1.041% !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) and only screen and (min-width: 481px) and (max-width: 959px) {
  header nav ul li {
    width: 47.91798%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) and only screen and (max-width: 480px) {
  header nav ul li {
    width: 97.91796%;
  }
}
@media only screen and (max-width: 480px) {
  header nav ul li {
    display: block !important;
    float: left !important;
    width: 47.91798% !important;
    margin: 0 1.041% !important;
  }
}
@media only screen and (max-width: 480px) and only screen and (min-width: 481px) and (max-width: 959px) {
  header nav ul li {
    width: 47.91798%;
  }
}
@media only screen and (max-width: 480px) and only screen and (max-width: 480px) {
  header nav ul li {
    width: 97.91796%;
  }
}
header nav ul li a {
  font-size: 0.8em;
  color: #24486B;
  font-weight: lighter;
  padding: 5px;
}
header nav ul li a:hover,
header nav ul li a.active {
  background: #24486B;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #24486B), color-stop(1, #219CD2));
  background: -ms-linear-gradient(bottom, #24486B, #219CD2);
  background: -moz-linear-gradient(center bottom, #24486B 0%, #219CD2 100%);
  background: -o-linear-gradient(#219CD2, #24486B);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#219CD2', endColorstr='#24486B', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #f5f5f5;
}
header.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 8px 0;
  -webkit-transition: all 1000ms ease-out;
  -moz-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}
header.stuck .logo {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#inicio {
  //margin-top: -108px;
  position: relative;
  z-index: 0;
  min-height: 130%;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
#inicio #phrase {
  padding-top: 20%;
  color: #24486B;
  text-align: center;
}
#inicio #phrase #plogo {
  margin-top: 80px;
}
#inicio #phrase #p1 {
  font-size: 4em;
}
#inicio #phrase #p2 {
  font-size: 2.6em;
}
#nosotros {
  position: relative;
  z-index: 1;
}
#nosotros .cristal {
  margin-top: -190px;
}
#procedimientos {
  padding: 60px 0;
}
#procedimientos .cristal {
  margin-bottom: 60px;
}
#procedimientos article {
  position: relative;
  height: 340px;
}
#procedimientos article h2 {
  color: #24486B;
  font-size: 1.6em;
  font-weight: 300;
  position: absolute;
  left: 10px;
  bottom: 32px;
  z-index: 1;
}
#procedimientos article a {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #219CD2;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  z-index: 1;
}
#procedimientos article a:hover {
  color: #24486B;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#procedimientos article:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(1, rgba(245, 245, 245, 0)));
  background: -ms-linear-gradient(bottom, #f5f5f5, rgba(245, 245, 245, 0));
  background: -moz-linear-gradient(center bottom, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
  background: -o-linear-gradient(rgba(245, 245, 245, 0), #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(245, 245, 245, 0)', endColorstr='#f5f5f5', GradientType=0);
  z-index: 0;
}
#procedimientos [role="rinoplastia"] {
  background-image: url('../img/role_rinoplastia.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#procedimientos [role="quirurgicos"] {
  background-image: url('../img/role_quirurgicos.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#procedimientos [role="noquirurgicos"] {
  background-image: url('../img/role_noquirurgicos.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#procedimientos [role="cirugiadementon"] {
  background-image: url('../img/role_cirugiadementon.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#procedimientos [role="bichectomia"] {
  background-image: url('../img/role_bichectomia.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#procedimientos [role="otoplastia"] {
  background-image: url('../img/role_otoplastia.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#procedimientos [role="liposucciondecuello"] {
  background-image: url('../img/role_liposucciondecuello.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#procedimientos [role="blefaroplastia"] {
  background-image: url('../img/role_blefaroplastia.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#procedimientos [role="blefaroplastia"] {
  background-image: url('../img/role_blefaroplastia.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#procedimientos .slick-arrow {
  background: rgba(245, 245, 245, 0.8);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #219CD2;
  width: 30px;
  height: 30px;
  font-size: 1.3em;
  top: 40%;
}
#procedimientos .slick-arrow.slick-prev {
  left: 20px;
}
#procedimientos .slick-arrow.slick-next {
  right: 20px;
}
#sobre {
  padding: 200px 0;
}
#sobre .container {
  padding: 100px 0 100px 0;
}
#contactanos {
  min-height: 380px;
  margin: 60px 0;
  overflow: hidden;
}
#contactanos .contactanos {
  color: #f5f5f5;
  padding: 154px 0;
  text-align: center;
  font-size: 3.4em;
  font-weight: 700;
}
#contactanos .personalizada {
  padding: 154px 0;
  text-align: center;
  font-size: 1.8em;
}
#contactanos .personalizada p {
  color: #24486B;
}
#experiencia {
  margin: 60px 0;
  padding: 20px 0 20px 0;
  overflow: hidden;
}
#experiencia .title {
  margin: 40px 0 20px 0;
}
#experiencia a {
  display: inline-block;
  float: right;
  color: #24486B;
  text-decoration: none;
  text-align: right;
  margin: 30px 0 0 0;
  font-size: 1.2em;
  font-weight: 300;
}
#experiencia a:hover {
  color: #219CD2;
}
#innovacion .title {
  margin: 40px 0 20px 0;
}
#innovacion p {
  margin: 20px 0;
}
#beneficios {
  text-align: center;
  background: #219CD2;
  overflow: hidden;
}
#beneficios #beneficiosIMG {
  width: 100%;
  padding-top: 600px;
}
#beneficios h2 {
  font-weight: 300;
  font-size: 2.8em;
  color: #f5f5f5;
  padding: 40px 0;
  text-align: center;
  color: #24486B;
}
#beneficios p {
  color: #24486B;
  margin: 30px 0;
  font-size: 1.2em;
}
#beneficios .icon {
  color: #f5f5f5;
  font-size: 4em;
  margin: 10px 0;
}
#comparativo {
  overflow: hidden;
}
#comparativo h3 {
  font-weight: 300;
  color: #24486B;
  font-size: 2em;
  padding: 40px 0;
}
#comparativo h3 div {
  color: #888;
}
#comparativo table,
#comparativo tr,
#comparativo td {
  border: none;
  width: 100% !important;
}
#comparativo tr {
  border-bottom: 2px solid #dfdfdf;
  height: 74px;
}
#comparativo tr td {
  padding: 10px;
  min-height: 74px;
  font-size: 1.3em;
  vertical-align: middle;
}
#comparativo .otros {
  text-align: right;
}
#comparativo .otros td {
  text-align: right;
  color: #888;
}
#comparativo .middle {
  background: #219CD2;
}
#comparativo .middle td {
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  color: #f5f5f5;
}
#comparativo .tumescente {
  text-align: left;
}
#comparativo .tumescente h3 {
  color: #219CD2;
}
#comparativo .tumescente td {
  color: #219CD2;
}
#contacto {
  margin: 60px 0;
}
#contacto a {
  color: #219CD2;
  text-decoration: none;
}
#contacto a:hover {
  color: #888;
}
#contacto .mapcont {
  padding: 20px 0;
}
#contacto form label {
  color: #888;
  font-weight: 300;
  font-size: 0.8em;
  margin: 10px 0 5px 0;
}
#contacto form input,
#contacto form textarea {
  background: #dfdfdf;
  border: none;
  padding: 10px;
  font-size: 0.9em;
  font-family: 'Lato', sans-serif;
  border-bottom: 2px solid #dfdfdf;
}
#contacto form input:focus,
#contacto form textarea:focus {
  border-bottom: 2px solid #219CD2;
}
#contacto form textarea {
  height: 140px;
  resize: none;
}
#contacto form button {
  width: 100%;
  margin: 20px 0;
  border: 2px solid #219CD2;
  color: #219CD2;
  background: transparent;
  font-family: 'Lato', sans-serif;
  padding: 10px;
  font-size: 1.1em;
}
#contacto form button:hover {
  cursor: pointer;
  background: #219CD2;
  color: #f5f5f5;
}
#contacto form .resultado {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #219CD2;
}
.experienciaul {
  list-style-position: inside;
  list-style-type: square;
  color: #4E4E4E;
}
.experienciaul li {
  margin: 10px;
  font-size: 0.9em;
  font-weight: 300;
}
.experienciaul li .at {
  display: block;
  color: #24486B;
}
.experienciaul li .where {
  display: block;
  color: #219CD2;
}
.thedr {
  margin-top: 60px;
}
#swipebox-overlay {
  background: rgba(245, 245, 245, 0.8);
}
.slick-arrow {
  font-size: 3em;
  background: rgba(245, 245, 245, 0.9);
  width: 60px;
  height: 60px;
  top: 47%;
}
.slick-arrow:hover {
  background: rgba(245, 245, 245, 0.9);
}
.fa-caret-left:before {
  content: "\f104";
}
.fa-caret-right:before {
  content: "\f105";
}
.fullD {
  position: relative;
  background: #f5f5f5;
  color: #24486B;
}
.fullD .container {
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
.fullD h2,
.fullD h3,
.fullD h4 {
  font-weight: 300;
  color: #24486B;
  font-size: 2.6em;
  margin: 20px 0;
}
.fullD h2 {
  text-align: center;
}
.fullD h3 {
  font-size: 1.6em;
}
.fullD h4 {
  font-size: 1.3em;
  color: #219CD2;
  margin: 10px 0;
}
.fullD p {
  color: #24486B;
  margin: 10px 0;
}
.fullD ul {
  list-style-position: inside;
  list-style-type: square;
  font-weight: 300;
}
.fullD#cirugiadementon .cristal {
  background-image: url('../img/role_cirugiadementon.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullD#bichectomia .cristal {
  background-image: url('../img/role_bichectomia.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullD#otoplastia .cristal {
  background-image: url('../img/role_otoplastia.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullD#liposucciondecuello .cristal {
  background-image: url('../img/role_liposucciondecuello.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullD#blefaroplastia .cristal {
  background-image: url('../img/role_blefaroplastia.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullD#ritidoplastia .cristal {
  background-image: url('../img/role_ritidoplastia.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullD#bioplastia .cristal {
  background-image: url('../img/role_bioplastia.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullD#hialuronico .cristal {
  background-image: url('../img/role_hialuronico.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullD#botox .cristal {
  background-image: url('../img/role_botox.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullD#dermosustencion .cristal {
  background-image: url('../img/role_dermosustencion.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullD .cristal {
  padding: 100px 0 40px 0;
  position: relative;
}
.fullD .cristal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(1, rgba(245, 245, 245, 0.2)));
  background: -ms-linear-gradient(bottom, #f5f5f5, rgba(245, 245, 245, 0.2));
  background: -moz-linear-gradient(center bottom, #f5f5f5 0%, rgba(245, 245, 245, 0.2) 100%);
  background: -o-linear-gradient(rgba(245, 245, 245, 0.2), #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(245, 245, 245, 0.2)', endColorstr='#f5f5f5', GradientType=0);
  z-index: 0;
}
.center {
  text-align: center;
}
.rinos {
  padding: 40px 0;
}
.rinos .title {
  margin-top: 40px;
}
#quirurgicos,
#noquirurgicos {
  padding: 60px 0;
}
footer {
  margin: 40px 0 0 0;
  width: 100%;
  background: #24486B;
  padding: 25px 0;
  text-align: right;
  border-top: 1px solid #219CD2;
}
footer nav {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 0.9em;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  footer nav ul li {
    display: block !important;
    float: left !important;
    width: 31.25132% !important;
    margin: 0 1.041% !important;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) and only screen and (min-width: 481px) and (max-width: 959px) {
  footer nav ul li {
    width: 47.91798%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) and only screen and (max-width: 480px) {
  footer nav ul li {
    width: 97.91796%;
  }
}
@media only screen and (max-width: 480px) {
  footer nav ul li {
    display: block !important;
    float: left !important;
    width: 47.91798% !important;
    margin: 0 1.041% !important;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 480px) and only screen and (min-width: 481px) and (max-width: 959px) {
  footer nav ul li {
    width: 47.91798%;
  }
}
@media only screen and (max-width: 480px) and only screen and (max-width: 480px) {
  footer nav ul li {
    width: 97.91796%;
  }
}
footer nav ul li a {
  color: #f5f5f5;
}
footer img {
  width: 100%;
}
#galeria .slider {
  margin-top: 60px;
}
.galerio {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
}
.galerio img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border: 20px solid #dfdfdf;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.galerio .titleGal {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  background: rgba(30, 60, 89, 0.9);
  color: #f5f5f5;
  text-align: center;
  padding: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 0.9em;
}
.galerio .titleGal div {
  font-weight: 300;
  font-size: 0.9em;
}
.vermasfotos {
  margin-top: 20px;
  margin-bottom: 20px;
}
.vermasfotos a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
  background: #219CD2;
  color: #f5f5f5;
}
.vermasfotos a i {
  display: block;
  font-size: 1.4em;
  margin: 5px 0;
}
.vermasfotos a:hover {
  background: #24486B;
}
.languagebtn {
  border: none;
  background: #f5f5f5;
  color: #24486B;
  padding: 1px 5px;
}
.languagebtn:hover {
  background: #122436;
  color: #f5f5f5;
  cursor: pointer;
}
.symbology {
  font-size: 0.9em;
  padding: 20px 0;
}
i.smb {
  display: inline-block;
  font-size: 0.7em;
  color: #f5f5f5;
  background: #24486B;
  padding: 4px 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 24px;
  height: 24px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #888;
  font-style: normal;
  font-weight: bolder;
}
i.smb + span {
  font-size: 0.9em;
  color: #888;
  padding: 4px;
}
