@charset "UTF-8";
/* CSS Document */
/*INDEX*/
/*

-FONTS
-VARIABLES
-IMPORT
-GLOBAL

-LAYOUT
-Table
-Horizontal menu, Vertical menu
-SIDEBAR LEFT
-SIDEBAR RIGHT
-MENU RESPONSIVE
-TOP MAIN

-BOOKS
-LIBRO
-LEYENDO
-AUTORES
-AUTOR
-USER
-MODO LECTURA

-ADMIN

-MEDIA QUERYES

*/
/*FONTS*/
@font-face {
  font-family: "Open Sans-Semibold";
  src: url("../fonts/OSFont/OpenSans-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans-Regular";
  src: url("../fonts/OSFont/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OSLight";
  src: url("../fonts/OSFont/opensans-light-webfont.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
/*----------VARIABLES----------*/
/*#15150f*/
/* UI, RESPONSIVE */
/*Determine the number of elements in the page, like books or authors*/
/*Function border radius*/
/*----------IMPORTS----------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* CSS Document */
ul.a_min {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

ul.a_min li {
  margin: 0.2em 0;
}

ul.a_min li a {
  width: auto;
  color: #8ED7B3;
  font-family: OSLight, Ubuntu, Arial;
  font-size: 0.85em;
  padding-bottom: 2px;
  margin: 0.2em 0;
  border-bottom: 1px dotted transparent;
}

ul.a_min li a:hover {
  border-bottom: 1px dotted #8ED7B3;
}

nav {
  width: 100%;
  float: left;
  position: relative;
  padding: 1em 0;
  line-height: 48px;
  color: #FFFFFF;
}
nav #logo_landing {
  float: left;
  font-size: 1.5em;
  line-height: 56px;
  cursor: pointer;
  margin: 0;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
}
nav #logo_landing img {
  width: 56px;
  height: 56px;
  float: left;
  margin-right: 0.75em;
}
nav #logo_landing span {
  vertical-align: text-top;
  font-size: 0.5em;
  padding: 0 0.8em;
  line-height: 1.2em;
  text-transform: uppercase;
}
nav #buttons {
  float: right;
  margin-top: 8px;
}
nav #buttons li {
  float: left;
  font-size: 0.9em;
  margin: 0 0.5em;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  border-radius: 3px;
}
nav #buttons li > a {
  padding: 1em 2em;
}
nav #button_signin {
  border: 1px solid #FFFFFF;
}

.nav_black nav {
  color: #666666;
}
.nav_black #button_signin {
  border: 1px solid #666666;
}

/*Background*/
#bg {
  position: fixed;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

#bg.bg-index {
  background-image: url("../img/bg/books.jpg");
}

#bg.bg-login {
  background-image: url("../img/bg/login.jpg");
}

#bg.bg-registro {
  background-image: url("../img/bg/books.jpg");
}

.bg_top {
  top: 0;
  background-position: top;
}

.bg_bottom {
  bottom: 0;
  background-position: bottom;
}

video#bgvid {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -100;
  background: url(../img/bg/landing.jpg) no-repeat;
  background-size: cover;
}

video {
  display: block;
}

/*IE*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Trick background fixed webkit*/
  .photo_landing {
    position: absolute !important;
  }
}
/*Wrapper*/
#main_landing {
  width: 100%;
  min-height: 100%;
  float: left;
  position: relative;
}

.landing_shadow {
  background: rgba(0, 0, 0, 0.1);
}

#main_landing #title_landing {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  -webkit-transform: translate(-50%, -45%);
  font-size: 2.6em;
  padding: 0 0.5em;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  text-align: center;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  color: #FFFFFF;
}

#span_title {
  font-size: 0.5em;
  margin-top: 0.75em;
  line-height: 1.3em;
  font-family: OSLight, Ubuntu, Arial;
  color: #EEEEEE;
}

#video-spacer {
  display: block;
  width: 100%;
  height: 100%;
}

#content_landing {
  position: relative;
  background: #EEEEEE;
}

.moment {
  width: 100%;
  height: auto;
  padding: 6em 0;
  position: relative;
  background: #FFFFFF;
}

.moment-text img {
  max-width: 42%;
  max-height: 540px;
}

#first_feature img {
  padding: 0 3.5em;
}

.moment-image {
  width: 100%;
  position: relative;
  background: #f6f6f6;
  padding: 0;
  height: 500px;
}
.moment-image h2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  width: 50%;
  height: 1em;
  text-align: center;
  z-index: 2;
}

.moment-clipper {
  position: absolute;
  clip: rect(auto, auto, auto, auto);
  width: 100%;
  height: 100%;
}

.photo_landing {
  position: fixed;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  top: 0;
}

.photo_landing#first_photo {
  background: url("../img/bg/laptop.jpg") 50% 0;
}

.photo_landing#second_photo {
  background: url("../img/bg/bookstore.jpg") 50% 50%;
}

.info_landing {
  width: 50%;
  min-width: 200px;
  padding: 1em;
  font-size: 1em;
  line-height: 1.8em;
  text-align: justify;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  color: #888888;
}

.info_landing h3 {
  font-size: 1.6em;
  color: #444444;
  margin: 0 0 1.5em 0;
  text-align: left;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
}

/*POSITION*/
.moment-left .info_landing {
  float: left;
  margin-left: 3%;
}

.moment-right .info_landing {
  float: right;
  margin-right: 3%;
}

.moment-left img {
  float: left;
  margin-left: 5%;
}

.moment-right img {
  float: right;
  margin-right: 5%;
}

/*Feature init*/
#feature_init {
  width: 100%;
  height: auto;
  padding: 2em 0;
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  font-size: 0.9em;
  text-align: center;
}
#feature_init i {
  font-size: 2em;
}
#feature_init h4 {
  margin: 1em 0;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
}
#feature_init p {
  font-family: OSLight, Ubuntu, Arial;
}

/*Feature testimonial*/
#feature_testimonial {
  padding: 4em 0;
  background: #EEEEEE;
}

/*Feature upload*/
/*
#feature_upload{
width: 100%;
height: 240px;
padding: 2em 0;
position: relative;
background: url('../img/bg/pdf_upload.png') center 0 $secondary_color no-repeat;
}
*/
/*Feature app*/
#feature_app {
  width: 100%;
  height: auto;
  padding: 6em 0;
  position: relative;
  background: #FFFFFF;
  background: url("../img/bg/blur_books.jpg");
  background-size: cover;
}

#feature_app h3 {
  width: 60%;
  float: left;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: OSLight, Ubuntu, Arial;
}

#buttons_app {
  max-width: 60%;
  float: left;
}
#buttons_app img {
  width: 200px;
  max-width: 100%;
  padding-bottom: 1em;
  float: left;
}

#icon_app {
  max-width: 40%;
  float: right;
}
#icon_app img {
  width: 160px;
  max-width: 100%;
  float: left;
}

/*Feature options*/
#feature_options {
  width: 100%;
  height: auto;
  padding: 4em 0;
  background: #FFFFFF;
}

.row-features img {
  width: 128px;
  max-width: 100%;
  margin: 0 auto 1em auto;
  display: block;
}
.row-features h4 {
  margin: 0;
  font-size: 1.4em;
  font-family: OSLight, Ubuntu, Arial;
  text-align: center;
  color: #6d8c83;
}
.row-features p {
  line-height: 24px;
  margin: 0;
  padding: 1em 0.75em;
  font-size: 0.9em;
  color: #6D7871;
  text-align: justify;
}

/*Feature register*/
#feature_register {
  width: 100%;
  height: auto;
  float: left;
  padding: 2em 0;
  background: url("../img/img/world.png") no-repeat center center #424A56;
}

#feature_register h3 {
  width: 100%;
  float: left;
  margin: 2em 0;
  font-size: 1.8em;
  color: #FFFFFF;
  text-align: center;
  font-family: OSLight, Ubuntu, Arial;
}

#feature_register h3 > span {
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
}

/* Footer */
footer {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 1em 0;
  background: #393D40;
}

footer ul {
  width: auto;
  float: left;
}

footer ul > li {
  width: auto;
  height: 100%;
  float: left;
  line-height: 50px;
  margin-right: 2em;
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
}

footer ul > li > a {
  float: left;
  cursor: pointer;
  color: #AAAAAA;
}

footer ul > li > a:hover {
  color: #DDDDDD;
}

#footer_social {
  float: right;
  font-size: 1.4em;
}

#footer_social li {
  margin-left: 1em;
}

#footer_social i {
  font-size: 1.6em;
  vertical-align: middle;
}

/* Button landing */
.boton_landing {
  width: 200px;
  max-width: 100%;
  display: block;
  line-height: 3.2em;
  margin: 1.5em auto 0 auto;
  font-size: 15px;
  letter-spacing: 0.07em;
  cursor: pointer;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  background: #5BC86F;
  color: #FFFFFF;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}

.boton_landing:hover {
  background: #81d591;
}

.boton_landing:active {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1) inset;
}

/*CONTACTO*/
/* UI LANDING SECTION */
header {
  width: 100%;
  height: auto;
  float: left;
  background: #7bd0a6;
}

header h2 {
  text-align: center;
  color: #FFFFFF;
  padding: 2em 0;
  font-size: 2em;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
}

.container_landing {
  background: #ECECEC;
  background-image: url("../img/bg/fondo_pradera.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: 100% auto;
}

#wrap_landing {
  width: 100%;
  height: auto;
  float: left;
  margin: 2em 0 6em 0;
  padding: 1em;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.04);
}
#wrap_landing h3 {
  text-align: left;
  color: #555555;
  margin: 2em 0 0.5em 0;
  font-size: 1em;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  text-transform: uppercase;
}
#wrap_landing h4 {
  text-align: left;
  color: #555555;
  margin: 2em 0 0.5em 0;
  font-size: 1.1em;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
}
#wrap_landing p {
  color: #666666;
  line-height: 1.6em;
  text-align: justify;
}
#wrap_landing p.intro {
  margin: 1em 0;
  font-size: 1em;
  font-family: OSLight, Ubuntu, Arial;
}
#wrap_landing .tab-content {
  padding: 1em;
}

#wrap_landing.p_style p {
  width: 100%;
  float: left;
}
#wrap_landing.p_style p span {
  font-style: italic;
  font-family: OSLight, Ubuntu, Arial;
}

/*TERMINOS*/
#section_terms {
  width: 100%;
  float: left;
  font-size: 0.9em;
}

/*ATRIBUTION*/
#section_atribution {
  width: 100%;
  float: left;
  font-size: 0.9em;
}
#section_atribution p {
  margin: 2em 0;
}
#section_atribution p a {
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  color: #4EAF97;
  font-size: 1.1em;
}
#section_atribution p a:hover {
  text-decoration: underline;
}

/*ABOUT*/
#section_about {
  width: 100%;
  float: left;
  font-size: 0.9em;
}

/*PRESS*/
#section_press {
  width: 100%;
  float: left;
  font-size: 0.9em;
}
#section_press li {
  width: 20%;
  max-width: 300px;
  min-width: 100px;
  float: left;
  margin: 3% 2.5% 0 2.5%;
}
#section_press li a {
  width: 100%;
  float: left;
}
#section_press li .thumbnail {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5em;
  background-position: center center;
  background-size: cover;
  background-size: auto 90%;
  background-repeat: no-repeat;
  border-radius: 3px;
}
#section_press li .thumbnail_horizontal {
  background-size: 90% auto;
}
#section_press li .thumbnail:hover {
  border: 1px solid #8ED7B3;
}
#section_press li span {
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  font-size: 0.9em;
  color: #6d8c83;
}
#section_press .p_download {
  width: 100%;
  float: left;
  display: block;
}
#section_press .boton_download {
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 2em auto 1em auto;
  padding: 0.8em 0.6em;
  font-size: 1em;
  letter-spacing: 0.07em;
  cursor: pointer;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  text-align: center;
  text-transform: uppercase;
  background: #63CBAE;
  color: #FFFFFF;
}
#section_press .boton_download:hover {
  background: #89d8c2;
}

/*MANIFIESTO*/
#section_manifiest {
  width: 100%;
  float: left;
}

.row-manifiest > div {
  width: 100%;
  float: left;
  padding: 1em;
}
.row-manifiest > div img {
  width: 96px;
  padding: 1em;
  float: left;
  margin-right: 1em;
}
.row-manifiest > div p {
  line-height: 24px;
  margin: 0;
  font-size: 0.9em;
  color: #777777 !important;
  text-align: justify;
}
.row-manifiest > div p span {
  color: #888888;
  padding-right: 0.25em;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  font-size: 2.2em;
}

/*QUIENES SOMOS*/
#section_team {
  width: 100%;
  float: left;
}
#section_team .miniature {
  width: 100%;
  min-width: 200px;
  margin: 2.5%;
  float: left;
  color: #555555;
}
#section_team .miniature .content {
  width: 100%;
  float: left;
  display: block;
  padding-bottom: 1em;
}
#section_team .miniature .avatar_team {
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 30px;
  border-radius: 5px;
}
#section_team .miniature h4 {
  margin: 1em 0;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
}
#section_team .miniature p {
  margin: 0;
  font-size: 0.9em;
  font-family: OSLight, Ubuntu, Arial;
}
#section_team .miniature .img_email {
  margin-top: 1em;
  display: block;
}

/* REGISTER & LOGIN */
#main_login {
  width: 100%;
  min-height: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.2);
}

#main_register {
  width: 100%;
  min-height: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.2);
}

#content_form_landing {
  width: 100%;
  height: auto;
  float: left;
  padding: 1em 0 2em 0;
}

.form_center {
  width: 300px;
  max-width: 100%;
  float: none;
  margin: 0 auto;
}

#form_landing {
  width: 100%;
  height: auto;
  float: left;
  padding: 1.5em 2em;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

/*Form*/
.title_form {
  margin: 0 0 1em 0;
  color: #FFFFFF;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  font-size: 1.7em;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/*MEDIA QUERYES*/
@media screen and (max-width: 992px) {
  .center_element {
    width: 260px;
    margin-top: 2em;
  }

  .moment-image {
    height: 300px;
  }

  .photo_landing {
    position: absolute;
  }

  /*Features*/
  .row-features img {
    width: 64px;
  }

  #section_team .miniature {
    width: 100%;
    margin: 1em 0;
  }

  /*FOOTER*/
  footer ul {
    max-width: 80%;
  }

  footer ul > li {
    font-size: 0.9em;
  }

  #footer_social {
    max-width: 20%;
  }

  #footer_social img {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  /*GLOBAL*/
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /*NAV*/
  nav #buttons li {
    font-size: 1em;
    margin: 0 0.5em;
  }

  nav #buttons li > a {
    padding: 0.5em 1em;
  }

  #main_landing #title_landing {
    line-height: 1.2em;
  }

  /*FEATURES*/
  .moment-text {
    padding: 4em 0;
    border-top: 1px solid #DDDDDD;
  }

  .info_landing {
    color: #777777;
    font-size: 1.1em;
    margin-bottom: 1em;
  }

  .moment-image {
    display: none;
  }

  .moment-text img {
    width: 60%;
    max-width: 100%;
    min-width: 180px;
    margin: 0 20%;
    padding: 0 !important;
    float: none;
  }

  .moment .info_landing {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .info_landing h3 {
    margin: 0 0 1em 0;
  }

  .moment .info_landing p {
    font-size: 1.1em;
  }

  /*Feature APP*/
  #feature_app h3 {
    width: 100%;
  }

  #buttons_app, #icon_app {
    max-width: 50%;
  }

  #icon_app img {
    padding-left: 1em;
  }
}
/* ICONs */
.i_correct {
  color: #8ED7B3;
}

/*Active account*/
#main_activar {
  width: 100%;
  min-height: 100%;
  float: left;
  background: #E1E7EA;
}

#box_active_account {
  width: 100%;
  height: auto;
  float: left;
  color: #777777;
  padding: 0 3em 3em 3em;
  margin: 6em 0;
  font-size: 1em;
  line-height: 1.6em;
  font-family: OSLight, Ubuntu, Arial;
  background: #FFFFFF;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
#box_active_account h3 {
  margin: 1.5em 0 0 0;
  color: #555555;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  font-size: 1.5em;
  letter-spacing: 0.02em;
}
#box_active_account p {
  margin: 1.5em 0;
}
#box_active_account img.icono_activar {
  width: 96px;
  height: 96px;
  margin: -48px auto 0 auto;
  display: block;
  background: #CCFEFE;
  border-radius: 100%;
  border: 5px solid #FFFFFF;
}

/*ACTIVATED ACCOUNT*/
#main_activado {
  width: 100%;
  min-height: 100%;
  float: left;
  background: url(../img/bg/blurred.jpg) no-repeat;
  background-size: cover;
}

.ui_box {
  width: 100%;
  height: auto;
  float: left;
  font-family: OSLight, Ubuntu, Arial;
  border-radius: 3px;
}
.ui_box .ui_section_box {
  width: 100%;
  height: auto;
  float: left;
}

.form_box textarea {
  resize: none;
  width: 100%;
  min-height: 120px;
  color: #333333;
  font-family: OSLight, Ubuntu, Arial;
  font-size: 0.9em;
  padding-bottom: 1em;
  background: transparent;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  border-radius: 3px;
}

.box_steps {
  background: #FFFFFF;
  color: #555555;
  font-size: 0.9em;
  line-height: 1.4em;
  border-radius: 3px;
}
.box_steps img.icon_box {
  width: 96px;
  height: 96px;
  margin: 1em auto;
  display: block;
  border-radius: 100%;
}
.box_steps .progress_box {
  height: 12px;
  margin: 1em;
}
.box_steps .group_box_header {
  background: transparent;
  padding: 0.5em 1em;
  border-radius: 3px 3px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.box_steps .group_box_header.dark {
  background: rgba(0, 0, 0, 0.8);
}
.box_steps .group_box_body {
  background: transparent;
  padding: 1em 1em 0 1em;
}
.box_steps .group_box_footer {
  background: transparent;
  padding: 1em;
  border-radius: 0 0 3px 3px;
}
.box_steps .group_box_footer span {
  display: none;
  float: left;
  font-size: 0.9em;
  padding: 0.4em;
  font-family: OSLight, Ubuntu, Arial;
  color: #777777;
}
.box_steps .group_box_footer .button {
  float: right;
}
.box_steps .group_box_footer.margin_box_footer {
  margin-top: 1em;
}

.box_activated_account {
  margin: 3em 0;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.box_steps.light {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.box_steps_no_padding .group_box_header,
.box_steps_no_padding .group_box_body,
.box_steps_no_padding .group_box_footer {
  padding-left: 0;
  padding-right: 0;
}

.box_steps.plane-styled {
  /*border-top: 2px dashed $secondary_color;*/
}

.box_steps.dark {
  color: #EEEEEE;
  background: rgba(0, 0, 0, 0.8);
}

.box_section {
  display: none;
}

.span_box {
  width: auto;
}

.error_box {
  width: 100%;
  font-style: italic;
}

/*DRAG AND DROP*/
.profile-avatar-wrap {
  width: 100%;
  float: left;
  position: relative;
  pointer-events: none;
}

.profile-avatar-wrap:after {
  /* Drag Prevention */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profile-avatar-wrap img {
  width: 100%;
  display: block;
}

.drag_and_drop {
  width: 100%;
  height: 100%;
  float: left;
  padding: 3em 2em;
  font-size: 1em;
  background: #E3EAF3;
  border: 1px dashed #8aa7cd;
}
.drag_and_drop .text_drag_and_drop {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.drag_and_drop i {
  font-size: 2.6em;
  color: #416697;
  display: block;
  position: relative;
}
.drag_and_drop p {
  margin: 1em 0 0 0;
  color: #777777;
  font-family: OSLight, Ubuntu, Arial;
}
.drag_and_drop span {
  display: block;
  cursor: pointer;
  color: #416697;
  font-size: 0.95em;
  text-align: center;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
}
.drag_and_drop span:hover {
  text-decoration: underline;
}

.drag_and_drop.droppable {
  background: #bfcfe4;
  border: 1px dashed #668cbd;
}

/* CONTENT BOX: BOOKS, AUTHORS*/
.group_content_box {
  width: 100%;
  height: 240px;
  min-height: 240px;
  float: left;
  padding-right: 10px;
}

.content_box {
  width: 17.3333333333%;
  max-width: 400px;
  float: left;
  margin: 0px 1.3333333333% 1.3333333333% 1.3333333333%;
  position: relative;
  cursor: pointer;
  border: 4px solid #dfe6e4;
  border-radius: 3px;
}
.content_box img {
  width: 100%;
  height: 100%;
  float: left;
}
.content_box span {
  position: absolute;
  top: 0;
  right: 0;
  color: #8ED7B3;
}

.content_box.ccb_active {
  border: 4px solid #8ED7B3;
}

/* MEDIA QUERYES */
@media screen and (max-width: 720px) {
  .content_box {
    width: 21.6666666667%;
    max-width: 400px;
    float: left;
    margin: 0px 1.6666666667% 1.6666666667% 1.6666666667%;
  }
}
@media screen and (max-width: 600px) {
  .content_box {
    width: 28.8888888889%;
    max-width: 400px;
    float: left;
    margin: 0px 2.2222222222% 2.2222222222% 2.2222222222%;
  }

  .span_box {
    width: 100%;
  }
}
/*!
 * 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 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  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;
  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;
}

.container {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }

  .container.max {
    width: 1200px;
  }

  .container.medium {
    width: 860px;
  }

  .container.min {
    width: 680px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #8ED7B3;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content, .tab-pane {
  width: 100%;
  float: left;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #cccccc;
}

.breadcrumb > .active {
  color: #999999;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  font-size: 0.85em;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-dark {
  background: #0D1514;
  box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.2), 2px 4px 6px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
  padding: 1em;
  color: #cccccc;
  box-shadow: none !important;
  text-shadow: none !important;
}

.alert-dark .close {
  color: #8ED7B3;
  text-shadow: none;
}

.alert-dark .close:hover {
  color: #ffffff;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 6px;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #8ED7B3;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000;
  }

  .carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  font-size: 2em;
  color: #555555;
  text-align: center;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #777777;
  text-decoration: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  border-radius: 100px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}

.carousel-indicators .active {
  margin: 0;
  width: 14px;
  height: 14px;
  background-color: #8ED7B3;
}

.carousel-caption {
  width: 100%;
  float: left;
  min-height: 120px;
  position: relative;
  z-index: 10;
  color: #444444;
  font-family: OSLight, Ubuntu, Arial;
  font-size: 1.2em;
  text-align: center;
}

.carousel-caption span {
  width: 100%;
  float: left;
  display: block;
  margin-top: 1em;
  font-size: 0.8em;
  color: #777777;
  text-transform: uppercase;
  font-family: OSLight, Ubuntu, Arial;
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: -50px;
  }
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal p {
  float: none;
  display: inline-block;
}
.modal .p_modal {
  font-size: 0.9em;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal.dark .modal-content {
  color: #CCCCCC;
  opacity: 0.98 !important;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  background-color: #1B2021;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  /*Modal = 1040*/
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 1em 2.5em;
}

.modal-footer {
  margin-top: 15px;
  padding: 1em 2.5em;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .button {
  float: right !important;
}

.modal.mini .modal-footer {
  margin-top: 0;
  padding: 0;
  text-align: center;
  border-top: none;
}
.modal.mini .modal-footer .button {
  width: 50%;
  max-width: 100%;
  float: left !important;
  padding: 0.8em 0.8em;
  border-radius: 0 0 0 3px;
}
.modal.mini .modal-footer .button.awesome {
  border-radius: 0 0 3px 0;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-extra .tooltip-inner {
  font-size: 14px;
  line-height: 1.6;
  padding: 0.4em 1em;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 236px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #eeeeee;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  color: #777777;
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
  color: #333333;
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff428bca", endColorstr="#ff2d6ca2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

.btn-success {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff419641", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2aabd2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffeb9316", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc12e2a", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.thumbnail,
.img-thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.navbar-default {
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a {
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb", endColorstr="#fff3f3f3", GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c", endColorstr="#ff222222", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar-inverse .navbar-nav > .active > a {
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff222222", endColorstr="#ff282828", GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffb9def0", GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fff8efc0", GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffe7c3c3", GradientType=0);
  border-color: #dca7a7;
}

.list-group {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff428bca", endColorstr="#ff3278b3", GradientType=0);
  border-color: #3278b3;
}

.panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff428bca", endColorstr="#ff357ebd", GradientType=0);
}

.panel-success > .panel-heading {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffd0e9c6", GradientType=0);
}

.panel-info > .panel-heading {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffc4e3f3", GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fffaf2cc", GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffebcccc", GradientType=0);
}

.well {
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8", endColorstr="#fff5f5f5", GradientType=0);
  border-color: #dcdcdc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* CSS Document */
.button {
  min-width: 160px;
  max-width: 100%;
  float: left;
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  background: #FFFFFF;
  color: #777777;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
}

.button:hover {
  border: 1px solid #8ED7B3;
}

/*OTHER*/
.margin-vertical {
  margin-top: 1em !important;
}

.margin-horizontal {
  margin-right: 1em;
}

.button.middle {
  width: 180px;
  min-width: 100px;
  max-width: 100%;
  float: none;
  margin: 0 auto;
  display: block;
}

.button.center {
  min-width: 0;
  width: 100%;
  display: block;
}

.button.min {
  min-width: auto;
  float: none;
  display: inline;
  padding: 0.4em 1.2em;
}

.button.max {
  padding: 0.8em 1.6em;
  font-size: 1em;
  border-radius: 40px;
}

.button.submit {
  padding: 0.4em 1em;
  margin-right: 1em;
}

.button.top {
  margin-top: 0;
  margin-bottom: 1em;
}

.button.minimal {
  width: 100%;
  font-size: 0.9em;
  border-radius: 0;
}

.button.mini {
  min-width: auto;
  float: left;
  font-size: 0.8em;
  padding: 0.6em 1em;
  border: none;
}

.button.mini i {
  font-size: 1.2em;
}

.button.disabled {
  background: #BBBBBB !important;
}

.button.transparente {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.1);
}

.button.skip {
  min-width: 120px;
  background: transparent;
  color: #8F94A9;
  text-transform: none;
  border: none;
}

.button.skip:hover {
  color: #6d8c83;
}

.button.back {
  float: left !important;
  min-width: 120px;
  background: transparent;
  color: #8F94A9;
  text-transform: none;
  border: none;
}

.button.back:hover {
  color: #6d8c83;
}

/*Awesome buttons*/
.button.awesome {
  background: #68ca9a;
  color: #FFFFFF;
  border: 1px solid transparent;
}

.button.awesome:hover {
  background: #8ED7B3;
}

.button.awesome-secondary {
  background: #F15454;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.button.awesome-secondary:hover {
  background: #e4c987;
}

.button.transparent {
  background: rgba(0, 0, 0, 0.2);
  color: #AAAAAA;
  border: 2px solid #FFFFFF;
}

.button.transparent:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #DDDDDD;
}

/*Social*/
.social {
  float: none;
  display: inline-block;
  margin: 1em;
  padding: 0.8em 3em !important;
  border: none;
}

.social:hover {
  border: none;
}

.facebook {
  background: #3b5998;
  color: #FFFFFF;
}

.facebook:hover {
  background: #4264aa;
}

.twitter {
  background: #4099FF;
  color: #FFFFFF;
}

.twitter:hover {
  background: #5aa7ff;
}

/*Following*/
.button.follow {
  border: 1px solid #CCCCCC;
}

.button.follow:hover {
  border: 1px solid #8ED7B3;
}

.button.unfollow {
  border: 1px solid #8ED7B3;
}

.button.unfollow:hover {
  border: 1px solid #CCCCCC;
}

.submit_bottom {
  width: 100%;
  float: left;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #CCCCCC;
}

/* Parsley */
.parsley-errors-list {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.parsley-errors-list li {
  width: 100%;
  float: left;
  font-size: 0.8em;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  font-style: italic;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 2px solid #8ED7B3;
}

.form_shadow .parsley-errors-list li {
  color: #CCCCCC;
}

.info_form {
  width: auto;
  float: left;
  display: block;
  padding: 0.5em;
  margin: 0.5em 0 1em 0;
  color: #777777;
  font-size: 0.9em;
  font-family: OSLight, Ubuntu, Arial;
}

.info_form.min {
  width: 100%;
  margin: 1em 0 0 0;
  padding: 1em 0;
  border-top: 1px dashed #777777;
  font-size: 0.8em;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
}

/* Title`s */
.title_form_landing {
  margin: 0 0 1em 0;
  color: #FFFFFF;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  font-size: 1.7em;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.title_form_admin {
  width: 100%;
  float: left;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  font-size: 1em;
  margin: 1em 0;
  padding: 0.5em 0;
  color: #777777;
  border-bottom: 1px dashed #999999;
}

/* FORM */
.form {
  font-size: 18px;
}

.field {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
}

label {
  min-width: 200px;
  float: left;
  display: block;
  margin: 0.5em 0;
  font-size: 0.8em;
  line-height: 40px;
}

.uppercase label {
  text-transform: uppercase;
}

span.label {
  width: 100%;
  float: left;
  display: block;
  font-family: OSLight, Ubuntu, Arial;
  text-transform: uppercase;
  color: #555555;
  font-size: 0.8em;
}

/*INPUT´s*/
.form input {
  width: auto;
  float: left;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  font-size: 16px;
  padding: 0.5em 1em;
  margin: 0.4em 0;
  font-weight: 400;
  border: 1px solid #BBBBBB;
  background: #FFFFFF;
  border-radius: 3px;
}

.form input:focus {
  border: 1px solid #8ED7B3;
}

.form input ~ i {
  position: absolute;
  float: left;
  margin: 10px 0px 0px -35px;
  color: #777777;
  font-size: 1.2em;
  transition: all 0.1s ease-out;
}

.form input:focus ~ i {
  color: #52cfeb;
}

/*Button form*/
.button_landing {
  width: 100% !important;
  float: left;
  cursor: pointer;
  text-align: center;
  background-color: #68ca9a !important;
  color: #FFFFFF !important;
  text-shadow: none;
  font-size: 1em !important;
  padding: 0.6em 1em;
  margin-top: 1em;
  border-top: 1px solid #8ED7B3 !important;
  border-bottom: 1px solid #8ED7B3 !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6) !important;
}

.button_landing:hover {
  background-color: #8ED7B3 !important;
}

.button_landing.center {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  float: none;
}

.form-light .button_landing {
  box-shadow: none !important;
  border: 1px solid #8ED7B3 !important;
}

/* Type input */
.form input.icon_right {
  padding: 10px 45px 10px 10px;
}

.form input.large {
  width: 100%;
  max-width: 100%;
}

.form input.min {
  width: 120px !important;
}

.form button:focus {
  outline: none;
}

/*TWO COLUMN*/
.form-two-column input {
  width: 260px;
  max-width: 100%;
  float: right;
}

@media screen and (max-width: 600px) {
  .form-two-column input {
    width: 100%;
    float: left;
  }
}
/*OTHER INPUT´s*/
/* Select */
.form select {
  width: auto;
  float: left;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  color: #555;
  font-size: 16px;
  padding: 0.5em;
  margin: 0.4em 0;
  background: #F9F9F9;
  border-radius: 3px;
  border: 1px solid #AAA;
}

/* Textarea */
.form textarea {
  resize: none;
  width: 100%;
  min-height: 240px;
  font-family: OSLight, Ubuntu, Arial;
  font-size: 0.85em;
  font-weight: 400;
  padding: 0.8em;
  margin: 0.5em 0;
  background: #F9F9F9;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}

.form textarea:focus {
  border: 1px solid #8ED7B3;
  background: #FCFCFC;
}

.form textarea.min {
  min-height: 100px;
}

.form textarea.medium {
  min-height: 160px;
}

.form textarea.large {
  min-height: 340px;
}

/*FORM LIGHT*/
.form-light {
  color: #777777;
  font-family: OSLight, Ubuntu, Arial;
}

.form-light input {
  background: #FFFFFF;
  color: #777777;
  border: 1px solid #BBB;
}

.form-light input:focus {
  background: #FCFCFC;
  color: #555555;
}

/*FORM SHADOW*/
.form-shadow {
  color: #DDDDDD;
}

.form-shadow input {
  background: rgba(0, 0, 0, 0.2);
  color: #DDDDDD;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
}

.form-shadow input:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}

.form-shadow textarea {
  background: rgba(0, 0, 0, 0.2);
  color: #DDDDDD;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
}

.form-shadow textarea:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}

.label_checkbox {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  font-size: 0.9em;
}
.label_checkbox input {
  margin-right: 1em !important;
}

.form_shadow .label_checkbox {
  color: #CCCCCC;
}

/* File */
.file-wrapper {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-top: 1em;
}

.file-wrapper input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.file-wrapper input {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.file-wrapper input {
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
}

.file-wrapper:hover .button {
  border: 1px solid #8ED7B3;
}

.file-wrapper .button {
  line-height: 1.2em;
  margin: 0;
  overflow: hidden;
}

/* Add more inputs */
.wrapper_add_input {
  width: 100%;
  float: left;
  margin: 0.5em 0;
}

.add_field_button {
  margin-bottom: 1em;
}

.remove_field {
  float: left;
  padding: 0.5em;
  color: #68ca9a;
}

.remove_field:hover {
  color: #8ED7B3;
}

/* iCheck
----------------------------------- */
.icheckbox_polaris,
.iradio_polaris {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0 0.5em 0 0;
  background: url(../img/img/ui/polaris.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_polaris {
  background-position: 0 0;
}

.icheckbox_polaris.hover {
  background-position: -31px 0;
}

.icheckbox_polaris.checked {
  background-position: -62px 0;
}

.icheckbox_polaris.disabled {
  background-position: -93px 0;
  cursor: default;
}

.icheckbox_polaris.checked.disabled {
  background-position: -124px 0;
}

.iradio_polaris {
  background-position: -155px 0;
}

.iradio_polaris.hover {
  background-position: -186px 0;
}

.iradio_polaris.checked {
  background-position: -217px 0;
}

.iradio_polaris.disabled {
  background-position: -248px 0;
  cursor: default;
}

.iradio_polaris.checked.disabled {
  background-position: -279px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_polaris,
.iradio_polaris {
    background-image: url(../img/img/ui/polaris@2x.png);
    background-size: 310px 31px;
  }
}
/*
== malihu jquery custom scrollbar plugin ==
Version: 3.0.2 
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar {
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("font/fontawesome-webfont.eot?v=4.2.0");
  src: url("font/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("font/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before, .fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before, .fa-users:before {
  content: "\F0C0";
}

.fa-chain:before, .fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before, .fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\F155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\F156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\F158";
}

.fa-won:before, .fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before, .fa-car:before {
  content: "\F1B9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before, .fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before, .fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

/*---------------------------*/
/* GLOBALS */
*,
*:after,
*:before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 18px;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  color: #777777;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: #8ED7B3;
}

img {
  border: none;
}

a {
  color: inherit;
}

a, a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: none !important;
}

a * {
  text-decoration: none;
}

.a {
  color: #8ED7B3;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
}

.a:hover {
  border-bottom: 1px solid #8ED7B3;
}

.no_margin {
  margin: 0;
}

.no-vaccum {
  width: 100%;
  height: auto;
  float: left;
  padding: 2.5%;
  font-size: 1em;
  font-family: OSLight, Ubuntu, Arial;
}

form {
  display: inline;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.i_left {
  margin-left: 0.5em;
}

.i_right {
  padding-right: 0.5em;
}

.i_color_correct {
  color: #8ED7B3;
}

.i_color_error {
  color: #D13838;
}

.left {
  float: left;
}

.right {
  float: right;
}

::-moz-selection {
  background: #7bd0a6;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #7bd0a6;
  color: #FFF;
  text-shadow: none;
}

/* Popover */
.popover {
  font-size: 0.8em;
  color: #CCCCCC;
  opacity: 0.98 !important;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  background-color: #1B2021;
}

.popover.right > .arrow:after {
  border-right-color: #1B2021 !important;
}

.popover.bottom > .arrow:after {
  border-bottom-color: #1B2021 !important;
}

.submit_bottom_popover {
  width: 100%;
  float: left;
  margin-top: 1em;
  padding: 0.6em 0 1em 0;
  border-top: 1px solid #262e2f;
}

/* LAYOUT */
#wrapper {
  width: 100%;
  max-height: 100%;
  float: left;
}

#sidebar_left {
  width: 14%;
  height: 100%;
  float: left;
  position: absolute;
  background: #1B2021;
}

#container_main {
  width: 70%;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  float: left;
  left: 14%;
  position: absolute;
  background: #FFFFFF;
}

#main {
  width: 100%;
  height: 100%;
  max-height: 100%;
  float: left;
  position: relative;
}

#sidebar_right {
  width: 16%;
  height: 100%;
  float: left;
  left: 84%;
  position: absolute;
  background: #ddddda;
}

/*Scrollbar issue*/
.mCustomScrollBox {
  min-height: 100%;
}

article.top {
  width: 100%;
  min-height: 120px;
  float: left;
}

#wrapper_main {
  width: 100%;
  min-height: 100%;
  display: block;
  float: left;
  padding: 0 4% 2% 4%;
}

#wrapper_main.extra {
  padding: 0 6% 2% 6%;
}

#wrapper_main.total {
  padding: 4% 6% 0 6%;
}

#top_page {
  width: 100%;
  float: left;
  padding: 5% 0;
}

#top_title {
  font-family: OSLight, Ubuntu, Arial;
  line-height: 2em;
  height: 2em;
  font-size: 2em;
  overflow: hidden;
  font-weight: lighter;
  text-align: left;
  color: #323d3a;
  margin: 0;
}
#top_title span {
  margin-left: 0.5em;
  font-size: 0.5em;
  font-family: OSLight, Ubuntu, Arial;
  color: #78908a;
}

.h4_back {
  width: auto;
  float: left;
  font-family: OSLight, Ubuntu, Arial;
  font-size: 18px;
  cursor: pointer;
  font-weight: lighter;
  text-align: left;
  color: #777777;
  margin: 0;
}

.h4_back a {
  float: left;
  line-height: 120px;
}

.h4_back span {
  float: left;
  line-height: 120px;
  color: #BBBBBB;
  margin-right: 0.5em;
  vertical-align: baseline;
}

.h4_back span i {
  line-height: 120px;
}

.h4_back span i.icon-arrow {
  left: -1px;
  top: -1px;
}

/*Light version*/
.h4_back.light {
  color: #DDDDDD;
}

.h4_back.light span {
  color: #999999;
}

.h4_back:hover {
  color: #6d8c83;
}

.h4_back:hover span {
  color: #8ED7B3;
}

/*Table*/
.table {
  width: 100%;
  float: left;
  display: table;
  margin-bottom: 0;
}

.table_sidebar {
  width: 25%;
  max-width: 200px;
  float: left;
  height: auto;
  vertical-align: top;
  display: table-cell;
}

.table_content {
  width: 75%;
  float: left;
  vertical-align: top;
  display: table-cell;
  padding-left: 5%;
}

.table_img {
  width: 100%;
  display: block;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
}

/* Hero Image */
#img_hero {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.table_img.min {
  width: 80%;
  margin: 0 10%;
}

.img_rounded {
  border-radius: 100%;
  border: none;
  box-shadow: 0px 0px 0px 4px #DDDDDD;
}

.cover_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*Min*/
/*Horizontal menu*/
.horizontal_menu {
  width: 100%;
  float: left;
  font-size: 0.9em;
  color: #777777;
  margin-bottom: 2em;
  letter-spacing: 0.02em;
  font-family: OSLight, Ubuntu, Arial;
  text-transform: uppercase;
  border-bottom: 1px solid #CCC;
}

.horizontal_menu.no_bottom {
  margin-bottom: 0;
}

.horizontal_menu.autor_menu {
  margin-top: 2em;
  margin-bottom: 0;
  padding: 0 2.5%;
}

.horizontal_menu li {
  width: auto;
  float: left;
  cursor: pointer;
}

.horizontal_menu li:hover {
  color: #555555;
}

.horizontal_menu li.active {
  margin-bottom: -1px;
  border-bottom: 3px solid #8ED7B3;
}

.horizontal_menu li > a {
  width: 100%;
  float: left;
  padding: 0.75em 2em;
}

/*Min*/
.horizontal_menu.min {
  margin: 0 2% 2em 2%;
  border-bottom: none;
}

/*Vertical menu*/
.vertical_menu {
  width: auto;
  min-width: 140px;
  float: left;
  font-size: 0.9em;
  color: #777777;
  letter-spacing: 0.02em;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
}

.vertical_menu li {
  width: 100%;
  float: left;
  cursor: pointer;
  margin: 0.5em 0;
  border-left: 6px solid #CCCCCC;
}

.vertical_menu li:hover {
  color: #555555;
}

.vertical_menu li.active {
  border-left: 6px solid #8ED7B3;
}

.vertical_menu li > a {
  width: 100%;
  float: left;
  padding: 0.25em 0.5em;
}

/* SIDEBAR LEFT */
#logo #capa_logo {
  width: 100%;
  height: 100%;
  float: left;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  font-size: 2.5em;
  color: #FFFFFF;
  text-align: center;
  line-height: 120px;
  cursor: pointer;
  background: #8ED7B3;
}

#b_sidebar {
  display: block;
}

#loader {
  display: none;
}

ul.menu_ui {
  float: left;
  display: block;
  margin-top: 1.5em;
}

ul.menu_ui span {
  float: left;
  padding: 2em 0 0.5em 2.25em;
  color: #6D6D6B;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  font-size: 14px;
  line-height: 1.8em;
  text-transform: uppercase;
  border-left: 5px solid transparent;
}

ul.menu_ui li {
  width: 100%;
  float: left;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  color: #CCCCCC;
  text-align: left;
  cursor: pointer;
  margin-left: 1em;
  background: transparent;
  font-size: 0.9em;
  line-height: 3em;
}

ul.menu_ui li > a {
  padding-left: 1em;
  border-left: 5px solid transparent;
}

ul.menu_ui li.active > a {
  background: #FFFFFF;
  color: #323d3a;
  border-left: 5px solid #8ED7B3;
}

/*User sidebar*/
#user_sidebar {
  width: 100%;
  float: left;
}
#user_sidebar #account {
  width: 100%;
  float: left;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #262e2f;
}
#user_sidebar #account a {
  width: 100%;
  float: left;
  padding: 0.75em 1em;
}
#user_sidebar #account.active {
  color: #FFFFFF;
}
#user_sidebar #account:hover {
  color: #FFFFFF;
}
#user_sidebar span {
  height: 42px;
  line-height: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  font-size: 0.9em;
}
#user_sidebar .img_user {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 1em;
  vertical-align: middle;
  border-radius: 100%;
}

/*Logout*/
#logout {
  width: 100%;
  height: auto;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1em 1em 2em;
  cursor: pointer;
  text-align: left;
  color: #666666;
  font-size: 0.8em;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid #262e2f;
}

#logout:hover {
  color: #AAAAAA;
}

/* SIDEBAR RIGHT */
/*Top*/
#top_sidebar {
  width: 100%;
  height: auto;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
  border-bottom: 6px solid #8ED7B3;
}

#capa_sidebar {
  width: 100%;
  height: 100%;
  float: left;
  text-align: left;
  cursor: pointer;
  background: rgba(72, 72, 67, 0.9);
}

#capa_sidebar:hover {
  background: rgba(72, 72, 67, 0.4);
  transition: background 0.4s ease 0s;
  -moz-transition: background 0.4s ease 0s;
  -webkit-transition: background 0.4s ease 0s;
  -o-transition: background 0.4s ease 0s;
  text-shadow: 5px 5px 5px #555555;
}

#info_title {
  width: 100%;
  float: left;
  padding: 3em 1em 1em 1em;
  color: #FFFFFF;
}

#capa_sidebar span {
  font-size: 0.6em;
  height: 1.2em;
  line-height: 1em;
  overflow: hidden;
  color: #DDDDDD;
  text-transform: uppercase;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  margin: 0.5em 0 0 0;
}

#capa_sidebar h3 {
  font-size: 1.5em;
  height: 2.4em;
  line-height: 1.2em;
  overflow: hidden;
  font-family: OSLight, Ubuntu, Arial;
  margin: 0.6em 0 0.2em 0;
}

#capa_sidebar p {
  font-size: 0.8em;
  height: 1.2em;
  line-height: 1em;
  overflow: hidden;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  margin: 0;
}

/*Notificaciones*/
#content_sidebar_right {
  width: 100%;
  float: left;
  padding: 0 0.5em 0 1em;
}

#scroll_sidebar_right {
  width: 100%;
  float: left;
  padding: 1em 0;
}

#content_sidebar_right h4 {
  width: 95%;
  float: left;
  padding: 2em 0.5em 1em 0;
  margin: 0;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  text-transform: uppercase;
  color: #999999;
  font-size: 0.7em;
  border-bottom: 2px solid #BBBBBB;
}

.notification {
  width: 100%;
  float: left;
  padding: 0 1.5em 1em 0;
  text-align: left;
  font-size: 0.75em;
}
.notification img {
  width: 48px;
  float: left;
  margin-right: 0.5em;
  border-radius: 100%;
}
.notification .notification_book {
  width: 50px;
  float: left;
  margin-right: 0.5em;
  background-size: cover;
  border: 2px solid #dfe6e4;
  border-radius: 3px;
}
.notification span a {
  color: #6d8c83;
}
.notification span a:hover {
  text-decoration: underline;
}

/* MENU RESPONSIVE */
#menu_responsive {
  width: 100%;
  height: 60px;
  float: left;
  display: none;
  position: relative;
  z-index: 1000;
  font-size: 16px;
  padding: 0 20px;
  background: #323b3d;
}

#show_menu_responsive {
  width: auto;
  float: left;
  color: #FFFFFF;
  line-height: 60px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
#show_menu_responsive i {
  font-size: 1.4em;
}
#show_menu_responsive span {
  font-size: 1em;
  text-transform: uppercase;
}

#logout_responsive {
  width: auto;
  float: right;
  padding: 0 10px;
}

#icon_logout_responsive {
  float: left;
  color: #FFFFFF;
  line-height: 60px;
  cursor: pointer;
}
#icon_logout_responsive i {
  font-size: 1.4em;
}

.sidebar_responsive {
  width: auto;
  height: auto;
  top: 60px;
  left: 0;
  position: absolute;
  float: left;
  background: #1B2021;
}

.sidebar_responsive li {
  color: #DDDDDD;
  font-size: 1em;
  cursor: pointer;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  border-left: 4px solid transparent;
}

.sidebar_responsive li a {
  display: block;
  padding: 20px 100px 20px 20px;
}

.sidebar_responsive li.active {
  color: #FFFFFF;
  border-left: 4px solid #8ED7B3;
}

.sidebar_responsive li:hover {
  color: #FFFFFF;
}

#user_menu_responsive {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 60px;
  padding: 10px 20px;
  line-height: 50px;
  color: #AAAAAA;
  background: rgba(0, 0, 0, 0.3);
}
#user_menu_responsive span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
#user_menu_responsive .img_user {
  width: 40px;
  height: 40px;
  margin: 5px 1em 5px 0;
  float: left;
  border-radius: 100%;
}

#user_menu_responsive:hover {
  color: #FFFFFF;
}

/* TOP MAIN */
#top_main {
  width: 100%;
  float: left;
  padding: 0 6%;
}

#top_main h2 {
  width: auto;
  display: inline;
  float: left;
  font-family: OSLight, Ubuntu, Arial;
  font-size: 2em;
  margin: 0;
  line-height: 120px;
  font-weight: lighter;
  color: #323d3a;
  text-align: left;
}

#wrap-center-line-top .button {
  float: left;
  height: 100%;
  line-height: 25px;
}
#wrap-center-line-top .progress {
  float: left;
  min-width: 160px;
  max-width: 100%;
  height: 20px;
  line-height: 40px;
  margin: 10px 0;
}
.center-line-top {
  float: right;
  height: 40px;
  margin: 40px 0;
}

form.search input[type=text] {
  width: 16em;
  height: 100%;
  max-width: 100%;
  background: transparent;
  border: none !important;
  border-bottom: 2px solid #D8E0DE !important;
  color: #839c96;
  float: left;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
  font-size: 15px;
  padding: 4px 32px 4px 12px;
  transition: all 0.7s ease 0s;
}

form.search i {
  color: #D8E0DE;
  float: left;
  font-size: 20px;
  margin: 6px 0 0 -30px;
  text-decoration: none;
}

#icon_search:hover {
  color: #8ED7B3;
}

/* BOOKS */
.section_book {
  width: 20%;
  max-width: 400px;
  float: left;
  margin: 0px 2.5% 2.5% 2.5%;
}

.image_book {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
}
.image_book .img_book {
  width: 100%;
  display: block;
  border-radius: 3px;
  cursor: pointer;
}

.img_person {
  width: 46px;
  float: left;
  position: absolute;
  right: -2%;
  bottom: -2%;
  cursor: pointer;
  background: #FFFFFF;
  background-size: cover;
  box-shadow: 0px 0px 0px 3px white;
  border-radius: 100%;
}

p.text {
  width: 100%;
  float: left;
  margin: 0.5em 0;
  font-size: 0.9em;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
}

p.text span {
  float: left;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

p.text span.title {
  width: 100%;
  height: 1.3em;
  line-height: 1.3em;
  color: #333333;
  cursor: pointer;
}

p.text span.autor {
  width: 100%;
  font-size: 0.9em;
  height: 1.4em;
  color: #6d8c83;
  cursor: pointer;
}

/* LIBRO */
.title_page_book {
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  font-size: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  overflow: hidden;
  font-weight: normal;
  text-align: left;
  color: #323d3a;
  margin: 0.1em 0 0 0;
}

.autor_page_book {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 0.9em;
  cursor: pointer;
  text-transform: uppercase;
  font-family: OSLight, Ubuntu, Arial;
  color: #777777;
}

.autor_page_book:hover {
  color: #6d8c83;
}

.sinopsis {
  display: block;
  padding-top: 2em;
  text-align: justify;
  font-family: OSLight, Ubuntu, Arial;
  font-size: 0.95em;
}

.atribution {
  width: 100%;
  float: left;
  margin-top: 2em;
  padding: 0.5em 0 1em 0;
  color: #777777;
  font-family: OSLight, Ubuntu, Arial;
  font-style: italic;
  text-align: left;
  font-size: 0.85em;
  border-top: 1px solid #AAAAAA;
}

.atribution a {
  color: #6d8c83;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
}

.atribution a:hover {
  color: #89a39c;
}

/*LEYENDO*/
.section_book_leyendo {
  width: 20%;
  height: auto;
  float: left;
  cursor: pointer;
  margin: 0 2.5% 3% 2.5%;
}
.section_book_leyendo .position_leyendo {
  width: 100%;
  float: left;
  position: relative;
}
.section_book_leyendo .image_book_leyendo {
  width: 100%;
  float: left;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
}
.section_book_leyendo .cover_leyendo {
  width: 100%;
  height: 100%;
  float: left;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 1em;
  background: rgba(49, 46, 59, 0.9);
  font-family: OSLight, Ubuntu, Arial;
  border-radius: 3px;
}
.section_book_leyendo .info_leyendo {
  width: 100%;
  height: 100%;
  display: table;
}
.section_book_leyendo .center_middle {
  display: table-cell;
  vertical-align: middle;
}
.section_book_leyendo .remove_leyendo {
  width: auto;
  display: block;
  padding: 1em 0;
  font-size: 0.9em;
  color: #8ED7B3;
  font-family: OSLight, Ubuntu, Arial;
}
.section_book_leyendo .remove_leyendo:hover {
  text-decoration: underline;
}
.section_book_leyendo .progress_leyendo {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1em;
}

/* AUTORES */
.section_autor {
  width: 21.6666666667%;
  max-width: 400px;
  float: left;
  margin: 0px 1.6666666667% 1.6666666667% 1.6666666667%;
  border-radius: 3px;
}

.section_autor .image_autor {
  width: 100%;
  float: left;
  position: relative;
}
.section_autor .image_autor .img_autor {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  border: 4px solid #dfe6e4;
  border-radius: 3px;
}

.section_autor:hover .img_autor {
  border: 4px solid #8ED7B3;
}

span.name_autor {
  width: 100%;
  float: left;
  display: block;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.9em;
  margin: 0.5em 0;
  height: 1.4em;
  color: #6d8c83;
  cursor: pointer;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

/* AUTOR */
.cite_autor {
  font-size: 1em;
  font-style: italic;
  margin: 0.5em 0 1.5em 0;
  font-family: OSLight, Ubuntu, Arial;
  color: #777777;
  line-height: 1.6em;
}

.content_autor {
  width: 100%;
  max-height: 100%;
  float: left;
  padding: 4% 0;
}

#biografia_autor {
  width: 100%;
  max-height: 100%;
  float: left;
  text-align: justify;
  font-size: 0.9em;
  padding: 0 2.5%;
  /*
  -moz-column-count: 2;
  -moz-column-gap: 3em;
  -webkit-column-count: 2;
  -webkit-column-gap: 3em;
  column-count: 2;
  column-gap: 3em;
  */
}

/* USER */
#title_user {
  font-family: OSLight, Ubuntu, Arial;
  line-height: 2em;
  height: 2em;
  font-size: 2em;
  overflow: hidden;
  font-weight: lighter;
  text-align: left;
  color: #323d3a;
  margin: 0;
}

.biografia_user {
  width: 100%;
  float: left;
  text-align: justify;
  color: #999999;
  font-size: 0.9em;
}

ul.panel_follow {
  width: 100%;
  float: left;
  padding-top: 1em;
}
ul.panel_follow li {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 0.8em;
  color: #78908a;
}
ul.panel_follow li span {
  width: 100%;
  float: left;
  display: block;
  font-size: 1em;
}
ul.panel_follow li span.follow-number {
  width: 100%;
  float: left;
  display: block;
  font-size: 1.8em;
}
ul.panel_follow li span.follow-text {
  width: 100%;
  float: left;
  display: block;
  font-size: 1em;
}

#user_coleccion {
  width: 100%;
  float: left;
}

#user_coleccion h3 {
  font-family: OSLight, Ubuntu, Arial;
  font-size: 1.4em;
  color: #555555;
  font-weight: normal;
  text-align: left;
  margin: 0 0 2% 0;
  padding: 0 0 0.5em 0.5em;
  border-bottom: 1px solid #AAAAAA;
}

#collect_book {
  width: 100%;
  float: left;
}

.collect_book {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 1% 0.25%;
  background: #F5F5F5;
  cursor: pointer;
  border-radius: 1px;
  box-shadow: 3px 3px 6px #AAAAAA, -3px -3px 6px #AAAAAA;
}
.collect_book .collect_book_author {
  display: inline-block;
  background-size: cover;
  border-bottom: 1px solid #AAAAAA;
  border-radius: 1px 1px 0 0;
}
.collect_book .collect_book_body {
  width: 100%;
  height: auto;
  display: inline-block;
}
.collect_book .collect_book_title {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  padding: 0 10px;
  background: transparent;
  text-align: center;
  overflow: hidden;
  font-family: "Open Sans-Semibold", Ubuntu, Arial;
}

.collect_book:hover {
  box-shadow: 3px 3px 10px #999999, 0px 0px 3px #AAAAAA inset;
}

.rotate_text {
  transform: rotate(-90deg);
  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  transform-origin: 50% 50%;
  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* UPLOAD BOOK (LOCAL SECTION) */
#wrap_button_upload.active {
  background: #1B2021;
}
#wrap_button_upload.active .button {
  background: #BBBBBB;
}

#wrap_upload_book {
  width: 100%;
  min-height: 100%;
  display: block;
  float: left;
  padding: 0 6% 2% 6%;
  background: transparent;
}

#show_book_upload {
  width: 100%;
  min-height: 100%;
  display: block;
  float: left;
}
#show_book_upload #myCanvas {
  float: none;
  margin: 0 auto;
  border-radius: 5px;
}

.form_plantillas {
  width: 100%;
  float: left;
}

.plantilla {
  width: 17.3333333333%;
  max-width: 400px;
  float: left;
  margin: 0px 1.3333333333% 1.3333333333% 1.3333333333%;
}

.plantilla img {
  width: 100%;
  float: left;
}

/* MODO LECTURA */
#book_sidebar {
  width: 12%;
  min-width: 140px;
  z-index: 100;
  height: 100%;
  float: left;
  left: 0;
  position: absolute;
  background: #1B2021;
  border-right: 1px solid #1B2021;
}

#show_sidebar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 50px;
  height: 50px;
  font-size: 36px;
  margin: 0.3em 0.25em;
  text-align: center;
  cursor: pointer;
  color: #15150f;
}

#autor_sidebar {
  width: 100%;
  float: left;
  background: #8ED7B3;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #262e2f;
}

#capa_autor_sidebar {
  width: 100%;
  height: 100%;
  float: left;
  background: rgba(21, 21, 15, 0.6);
}

.span_sidebar {
  width: 100%;
  float: left;
  padding: 1.2em 1em;
  text-align: left;
  font-family: OSLight, Ubuntu, Arial;
  border-bottom: 1px solid #262e2f;
}

.span_sidebar.min {
  color: #777777;
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.span_sidebar.min:hover {
  color: #AAAAAA;
}

#book_sidebar .title {
  width: 100%;
  float: left;
  color: #FFFFFF;
  font-size: 0.8em;
  padding-bottom: 0.4em;
  text-transform: uppercase;
}

#book_sidebar .autor {
  width: 100%;
  float: left;
  font-size: 0.8em;
  color: #AAAAAA;
}

#book_sidebar .page {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 0.9em;
  color: #AAAAAA;
}

#book_sidebar .page_count {
  padding: 7px 2px;
  display: inline-block;
}

input.page_num {
  max-width: 100%;
  display: none;
  padding: 4px;
  margin-right: 2px;
  background: #1B2021;
  font-family: OSLight, Ubuntu, Arial;
  color: #AAAAAA;
  text-align: center;
  font-size: 1em;
  font-weight: lighter;
  border: 1px solid #777777;
  text-shadow: none;
  border-radius: 1px;
}

input.page_num:focus {
  color: #CCCCCC;
  background: #262e2f;
  border: 1px solid #8ED7B3;
}

#back {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.5);
  padding: 2em 1em;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  font-family: OSLight, Ubuntu, Arial;
  border-top: 1px solid #262e2f;
}

#back:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Book main */
#book_main {
  width: 88%;
  height: 100%;
  overflow: auto;
  float: left;
  left: 12%;
  position: absolute;
  background: #444444;
  background-image: url("../img/bg/mybook.png");
}

/* End book */
#main_end_book {
  width: 88%;
  height: 100%;
  float: left;
  left: 12%;
  display: none;
  position: absolute;
  background-image: url("../img/bg/blur_books.jpg");
  background-size: cover;
}
#main_end_book #container_end_book {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background: rgba(21, 21, 15, 0.3);
}
#main_end_book h2 {
  color: #FFFFFF;
  font-size: 2.5em;
  margin: 2em 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-family: Courier, "Times New Roman";
}
#main_end_book p {
  color: #FFFFFF;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  line-height: 1.6em;
  font-family: OSLight, Ubuntu, Arial;
}
#main_end_book #buttons_bottom {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3% 6%;
}

#buttons_social {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

/* Read book */
#mybook {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0;
}

#canvasbook {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-radius: 2px;
}

.span_sidebar_book {
  padding: 0;
}

.icon_sidebar_book {
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0.2em 0;
  cursor: pointer;
  text-align: center;
  color: #AAAAAA;
  font-size: 1.6em;
  background: rgba(0, 0, 0, 0.2);
}

.icon_sidebar_book.min {
  font-size: 1em;
  padding: 0.4em 0;
  background: rgba(0, 0, 0, 0);
}

.icon_sidebar_book:first-child {
  border-right: 1px solid #262e2f;
}

.icon_sidebar_book:hover {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.1);
}

.section_move_page {
  width: 20%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.section_move_page.prev {
  left: 0;
}

.section_move_page.next {
  right: 0;
}

/*ADMIN*/
.button_create {
  min-width: 100px;
  max-width: 100%;
  float: left;
  display: block;
  padding: 0.3em 0;
  margin-right: 0.5em;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  background: #5BC86F;
  color: #FFFFFF;
  border: 1px solid #8ed7b3;
  border-radius: 20px;
}

.icon_square_edit {
  width: 50px;
  float: left;
  margin-right: 0.5em;
  border-radius: 100%;
}

.icon_book_edit {
  width: 50px;
  float: left;
  margin-right: 0.5em;
}

.name_edit {
  text-align: left;
  font-size: 1em;
  font-family: "Open Sans-Regular", Ubuntu, Arial;
  color: #777777;
}

.name_edit.min {
  display: block;
  text-align: left;
  font-size: 0.85em;
  text-transform: uppercase;
  font-family: OSLight, Ubuntu, Arial;
  color: #777777;
}

.cover_editar {
  max-width: 100%;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
}

/*MEDIA QUERYES*/
.display_tablet {
  display: none !important;
}

.display_mobile {
  display: none !important;
}

@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }

  /*General*/
  #sidebar_left {
    width: 20%;
  }

  #container_main {
    width: 80%;
    left: 20%;
  }

  #sidebar_right {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  /*Book, autor*/
  .section_book, .section_book_leyendo {
    width: 20%;
    max-width: 400px;
    float: left;
    margin: 0px 2.5% 2.5% 2.5%;
  }

  .section_autor {
    width: 28.8888888889%;
    max-width: 400px;
    float: left;
    margin: 0px 2.2222222222% 2.2222222222% 2.2222222222%;
  }

  /*Modo lectura*/
  #autor_sidebar {
    display: none;
  }

  #span_move_page {
    display: none;
  }

  #book_sidebar {
    display: none;
    padding-top: 60px;
  }

  #show_sidebar {
    display: block;
  }

  #book_main {
    width: 100%;
    left: 0;
  }

  #main_end_book {
    width: 100%;
    left: 0;
  }

  /*Hide*/
  .hide_tablet {
    display: none !important;
  }

  .display_tablet {
    display: inline !important;
  }
}
@media screen and (max-width: 720px) {
  body {
    font-size: 15px;
  }

  /*General*/
  #sidebar_left {
    display: none;
  }

  #container_main {
    width: 100%;
    left: 0;
    padding-bottom: 60px;
  }

  #menu_responsive {
    display: block;
  }

  /*Book, autor*/
  .section_book, .section_book_leyendo, .section_autor, .plantilla {
    width: 20%;
    max-width: 400px;
    float: left;
    margin: 0px 2.5% 2.5% 2.5%;
  }

  .img_person {
    width: 36px;
    float: left;
    position: absolute;
    right: -2%;
    bottom: -2%;
  }

  .perfil_autor {
    max-width: 120px;
  }

  #top_title {
    line-height: 1.4em !important;
    height: auto !important;
    padding: 0;
  }

  .horizontal_menu li > a {
    padding: 0.5em 1.5em;
  }

  .biografia_autor {
    -moz-column-count: 1;
  }

  /*Buscador*/
  #top_main h2 {
    max-width: 50%;
  }

  .center-line-top {
    max-width: 50%;
  }

  /*Menu*/
  ul.menu_ui li {
    margin-left: 0;
  }

  ul.menu_ui li > a {
    border-left: none !important;
  }

  /*Hide*/
  .hide_mobile {
    display: none !important;
  }

  .display_mobile {
    display: inline !important;
  }
}
@media screen and (max-width: 600px) {
  /*Book, autor*/
  .section_book, .section_book_leyendo, .section_autor, .plantilla {
    width: 28.8888888889%;
    max-width: 400px;
    float: left;
    margin: 0px 2.2222222222% 2.2222222222% 2.2222222222%;
  }

  /*Table*/
  .table {
    display: block;
    float: left;
  }

  .table_sidebar, .table_content {
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 0;
  }

  .table_sidebar {
    padding-bottom: 10%;
  }

  /*Min*/
  .table.min .table_content {
    width: 100%;
    max-width: 100%;
    float: left;
  }

  .table.min .table_sidebar {
    width: 50%;
    max-width: 200px;
    min-width: 120px;
    float: left;
    margin: 0 25%;
  }
}