/* ---------------------------------------------------------------------- 
>>> TABLE OF CONTENT
-------------------------------------------------------------------------
1 -BASE
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  BOOTSTRAP
/* ---------------------------------------------------------------------- */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,800,800i");
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !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 !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

@media print {
  .hidden-print {
    display: none !important; } }

/* ---------------------------------------------------------------------- */
/*  Stili di base
/* ---------------------------------------------------------------------- */
* {
  box-sizing: border-box; }

body {
  color: #111111;
  direction: ltr;
  font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  background-color: #f7f7f7;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  font-weight: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

::-moz-selection {
  background: #000000;
  text-shadow: none;
  color: #ffffff; }

::selection {
  background: #000000;
  text-shadow: none;
  color: #ffffff; }

a {
  color: #333333;
  font-weight: normal;
  outline: 0 !important;
  transition: all 0.4s;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: 0 !important;
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.4s; }

img {
  width: 100%;
  max-width: 100%; }

/* ---------------------------------------------------------------------- */
/*  Tipografia
/* ---------------------------------------------------------------------- */
@font-face {
  font-family: "pf_handbook_prolight";
  src: url("../font/pf_handbook_pro_light/pfhandbookpro-light-webfont.woff2") format("woff2"), url("../font/pf_handbook_pro_light/pfhandbookpro-light-webfont.woff") format("woff");
  font-style: normal; }

@font-face {
  font-family: "pf_handbook_promedium";
  src: url("../font/pg_habdbook_pro_medium/PFHandbookPro-Medium.eot?#iefix") format("embedded-opentype"), url("../font/pg_habdbook_pro_medium/PFHandbookPro-Medium.otf") format("opentype"), url("../font/pg_habdbook_pro_medium/PFHandbookPro-Medium.woff") format("woff"), url("../font/pg_habdbook_pro_medium/PFHandbookPro-Medium.ttf") format("truetype"), url("../font/pg_habdbook_pro_medium/PFHandbookPro-Medium.svg#PFHandbookPro-Medium") format("svg");
  font-style: normal; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  line-height: 1em;
  font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, .h1 {
  font-size: 4em;
  letter-spacing: 6px; }

h2, .h2 {
  font-size: 3em;
  letter-spacing: 4px; }

h3, .h3 {
  font-size: 1.6em;
  letter-spacing: 3px; }

h4, .h4 {
  font-size: 1.3em;
  letter-spacing: 2px; }

h5, .h5 {
  font-size: 0.9em;
  letter-spacing: 2px; }

h6, .h6 {
  font-size: 0.7em;
  letter-spacing: 1px; }

p {
  font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.35em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal; }

blockquote {
  font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400; }

pre {
  font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400; }

strong, .bolder {
  font-weight: lighter !important;
  font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px; }

.justify {
  text-align: justify; }

.heading {
  margin: 0 auto; }
  .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6, .heading .h1, .heading .h2, .heading .h3, .heading .h4, .heading .h5, .heading .h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    display: table;
    width: auto;
    color: #000000;
    text-align: left;
    line-height: 1.45;
    width: 100%;
    font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: normal; }
    .heading h1.text-right, .heading h2.text-right, .heading h3.text-right, .heading h4.text-right, .heading h5.text-right, .heading h6.text-right, .heading .h1.text-right, .heading .h2.text-right, .heading .h3.text-right, .heading .h4.text-right, .heading .h5.text-right, .heading .h6.text-right {
      text-align: right; }
    .heading h1.text-left, .heading h2.text-left, .heading h3.text-left, .heading h4.text-left, .heading h5.text-left, .heading h6.text-left, .heading .h1.text-left, .heading .h2.text-left, .heading .h3.text-left, .heading .h4.text-left, .heading .h5.text-left, .heading .h6.text-left {
      text-align: left; }

ul, li {
  list-style: none;
  text-decoration: none; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ---------------------------------------------------------------------- */
/*  LAYOUT
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  Main Wrapper
/* ---------------------------------------------------------------------- */
#bg_back {
  z-index: -10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* ---------------------------------------------------------------------- */
/*  Main Content
/* ---------------------------------------------------------------------- */
#main-content {
  height: inherit;
  z-index: 0;
  padding: 0px 90px;
  padding-top: 105px; }
  #main-content .content {
    background: #ffffff;
    min-height: 100%; }

.full-height #main-content {
  display: block;
  height: inherit; }
  .full-height #main-content .content {
    position: relative;
    min-height: 100%; }
    .full-height #main-content .content .starting {
      padding-top: 51px; }
    .full-height #main-content .content section {
      min-height: 100%; }

/* ---------------------------------------------------------------------- */
/*  Elem Laterali
/* ---------------------------------------------------------------------- */
.lateral {
  width: 90px;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 15;
  background-color: #f7f7f7;
  min-height: 100%; }
  .lateral .relative {
    position: relative;
    top: -40px; }
  .lateral .absolute {
    position: absolute;
    bottom: 30px;
    left: 36px; }
    .lateral .absolute i {
      color: #000;
      font-size: 0.8em; }
  .lateral span {
    letter-spacing: 2px;
    font-size: 17px;
    line-height: 0px; }
  .lateral div.socials-noblock {
    position: absolute;
    bottom: -260px;
    left: 35px; }
    .lateral div.socials-noblock span {
      display: block;
      padding: 12px 0; }
      .lateral div.socials-noblock span a {
        display: block;
        text-align: center; }
        .lateral div.socials-noblock span a i {
          color: #000;
          text-align: center;
          font-size: 1.1em;
          font-weight: 100 !important; }
        .lateral div.socials-noblock span a:hover i {
          color: #fff; }
  .lateral div.socials {
    display: none;
    position: absolute;
    bottom: -260px;
    left: 32px; }
    .lateral div.socials span {
      display: block;
      padding: 7px 0; }
      .lateral div.socials span a {
        display: block;
        text-align: center;
        font-size: 1.4em; }
        .lateral div.socials span a i {
          background: #000;
          color: #fff;
          text-align: center;
          border-radius: 4px; }
          .lateral div.socials span a i.fa-facebook {
            padding: 6px 4px 0px 5px; }
            .lateral div.socials span a i.fa-facebook:before {
              margin-bottom: -0.10em;
              display: block;
              margin-left: 2px; }
          .lateral div.socials span a i.fa-instagram {
            padding: 1px 3px 3px 4px; }
            .lateral div.socials span a i.fa-instagram:before {
              font-size: 0.9em; }
  .lateral .inner {
    font-size: 13px;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
  .lateral #progetti a {
    line-height: 0px;
    letter-spacing: 5.5px;
    font-size: 2.2em;
    font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.c-lateral {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.lateral.r-lat {
  right: 0; }

.lateral.l-lat {
  left: 0; }

.allignament {
  padding: 0 58px; }

/* ---------------------------------------------------------------------- */
/*  Elementi grafici  
/* ---------------------------------------------------------------------- */
.big-strong-line {
  background: #000000;
  display: inline-block;
  margin: 20px 0px;
  margin-top: 10px;
  height: 3px;
  width: 60px;
  border-radius: 2px; }

.small-strong-line {
  background: #000000;
  display: inline-block;
  margin: 35px 0px;
  height: 4px;
  width: 30px;
  border-radius: 2px; }

.icon-strong-line {
  background: #000000;
  height: 4px;
  display: block;
  height: 3px;
  width: 60px;
  margin: 30px auto;
  border-radius: 2px; }

.strong-line {
  display: inline-block;
  position: relative;
  line-height: 3.5px; }
  .strong-line:before {
    background: #000000;
    content: "";
    display: inline-block;
    margin: 2px 8px;
    border-radius: 2px; }
  .strong-line:after {
    background: #000000;
    content: "";
    display: inline-block;
    margin: 2px 8px;
    border-radius: 2px; }

.sl-vert-after:after {
  position: absolute;
  margin: -3px 13px;
  width: 30px;
  height: 2px; }

.sl-vert-after:before {
  width: 0;
  height: 0;
  margin: 0; }

.sl-vert:before {
  position: absolute;
  margin: 1px -47px;
  width: 30px;
  height: 2px; }

.sl-vert:after {
  width: 0;
  height: 0;
  margin: 0; }

.slider-single .center-abs {
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  position: absolute; }

.slider-single .flex-direction-nav {
  display: table;
  margin: 0 auto; }
  .slider-single .flex-direction-nav > div.flexslider-controls, .slider-single .flex-direction-nav > a {
    float: left; }
  .slider-single .flex-direction-nav .flex-control-nav {
    padding: 0 15px; }
    .slider-single .flex-direction-nav .flex-control-nav li {
      display: inline-block;
      text-align: center;
      margin: 0 2px; }
      .slider-single .flex-direction-nav .flex-control-nav li.flex-active-slide a {
        opacity: 1;
        transition: all 0.2s; }
      .slider-single .flex-direction-nav .flex-control-nav li a {
        transition: all 0.2s;
        opacity: 0.4; }
        .slider-single .flex-direction-nav .flex-control-nav li a i {
          font-size: 0.4em; }
  .slider-single .flex-direction-nav .flex-next i, .slider-single .flex-direction-nav .flex-prev i {
    font-size: 1.3em;
    padding-top: 3px; }
  .slider-single .flex-direction-nav .flex-next {
    text-align: right !important; }

/* ---------------------------------------------------------------------- */
/*  CSS FOR MOBILE
/* ---------------------------------------------------------------------- */
.isMobile .left-wrapper, .isMobile .right-wrapper {
  overflow: auto !important;
  -ms-overflow-style: auto !important;
  -webkit-overflow-scrolling: touch !important; }

.isMobile .panel-scroll {
  overflow: auto !important;
  -ms-overflow-style: auto !important;
  -webkit-overflow-scrolling: touch !important; }

.isMobile #slidingbar-area, .isMobile .subviews {
  overflow: auto !important;
  -ms-overflow-style: auto !important;
  -webkit-overflow-scrolling: touch !important; }

.isMobile .panel-tools {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.isMobile ul.main-navigation-menu li:not(.open) a:hover {
  background: inherit !important; }

/* ---------------------------------------------------------------------- */
/* HEADER
/* ---------------------------------------------------------------------- */
header#header {
  height: 105px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1500;
  padding: 0px 90px;
  background: #f7f7f7; }
  header#header .logo {
    position: absolute;
    top: 0;
    left: 90px;
    padding-top: 13px;
    z-index: 1000; }
    header#header .logo a {
      height: 75px;
      width: 12 0px;
      margin: 0 auto;
      display: block;
      /* Fluid in IE */ }
      header#header .logo a img:not(.png) {
        width: 85%; }
      header#header .logo a img {
        width: 94%;
        max-width: 100%; }
  header#header nav.nav-mobile-holder {
    display: none;
    position: absolute;
    top: 45px;
    cursor: pointer;
    right: 45px;
    z-index: 10000; }
    header#header nav.nav-mobile-holder .nav-mobile {
      width: 100%;
      position: relative;
      margin-top: 0;
      height: 25px;
      cursor: pointer;
      font-size: 0.8rem; }
      header#header nav.nav-mobile-holder .nav-mobile span {
        float: left;
        height: 5px;
        width: 30px;
        clear: both;
        background: #000;
        margin-bottom: 3px;
        position: relative; }
      header#header nav.nav-mobile-holder .nav-mobile i {
        font-size: 1.7em; }
  header#header .nav {
    height: 100%;
    position: relative; }
    header#header .nav ul {
      float: right;
      margin: 0;
      margin-top: 19px; }
      header#header .nav ul li {
        float: left;
        padding-left: 35px;
        display: inline-block; }
        header#header .nav ul li a {
          text-transform: uppercase;
          letter-spacing: 2.5px;
          font-size: 1.1em;
          opacity: 1;
          transition: all 0.2s ease;
          font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          header#header .nav ul li a:hover {
            transition: all 0.2s ease;
            border-bottom: 2px solid #000000; }
          header#header .nav ul li a.active {
            transition: all 0.2s ease;
            font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.ctn {
  margin-bottom: 100px; }
  .ctn .ctn-blocks {
    margin-bottom: 30px; }

.stick_content {
  margin-top: 105px;
  padding: 35px 15px;
  margin-bottom: 70px; }

.jssocials-share-logo {
  font-size: 1.3em;
  margin: 20px 0; }

/* ---------------------------------------------------------------------- */
/*  Single
/* ---------------------------------------------------------------------- */
.flex-direction-nav i {
  font-size: 45px; }

.flex-nav-next {
  margin-right: 10px; }

.flex-nav-prev {
  margin-left: 10px; }

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container-slider {
  position: absolute;
  margin: 0 auto;
  left: 0;
  padding: 0 15px;
  right: 0; }

#control-slider {
  max-width: 350px; }
  #control-slider .slides li.flex-active-slide i {
    color: #222222; }

#slider-sinc .flex-viewport {
  height: auto !important; }

/* ---------------------------------------------------------------------- */
/*  content Navigation
/* ---------------------------------------------------------------------- */
.sub-nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 105px;
  z-index: 100;
  height: 51px;
  padding: 0px 90px; }
  .sub-nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center; }
    .sub-nav ul > li {
      line-height: 51px;
      display: inline-block;
      padding-top: 3px;
      *display: inline;
      /*IE7*/
      *zoom: 1;
      /*IE7*/
      margin: 0;
      padding-left: 40px; }
      .sub-nav ul > li a {
        font-size: 1.05em;
        color: #000000;
        opacity: 1;
        transition: all 0.2s;
        letter-spacing: 1px; }
        .sub-nav ul > li a:hover {
          color: #000000;
          transition: all 0.2s ease; }
      .sub-nav ul > li.hover a {
        border-bottom: 2px solid #000000; }
      .sub-nav ul > li.active a {
        transition: all 0.2s ease;
        font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 1.3em; }
  .sub-nav h1 {
    font-size: 1.4em;
    line-height: 51px;
    display: inline-table;
    margin: 0;
    padding-top: 5px;
    letter-spacing: 2px;
    font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-style: italic; }
    .sub-nav h1 a {
      font-weight: 600 !important;
      font-size: 0.9em; }

/* ---------------------------------------------------------------------- */
/*  Pagina Progetto
/* ---------------------------------------------------------------------- */
.scrolltop {
  position: absolute;
  width: auto;
  max-width: 100px;
  text-align: center;
  left: 0;
  top: 18px !important; }
  .scrolltop a {
    display: inline-block;
    margin: 0 auto; }

#sharebuttons {
  position: absolute;
  top: 0;
  z-index: 10000; }

.borders {
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%; }
  .borders.left-border {
    left: 0; }
  .borders.right-border {
    right: 0; }

.icon-pro {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px; }

.title-project {
  font-size: 1.4em;
  font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 3px;
  margin-bottom: 14px;
  text-align: center; }

.subocchiello {
  font-size: 1.4em;
  font-style: italic;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif; }

.des-pro {
  font-size: 2.35em;
  letter-spacing: 1.8px;
  font-style: italic;
  text-align: center;
  font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.25em;
  padding: 0 12% !important;
  padding-bottom: 80px !important;
  color: #000; }
  .des-pro strong {
    font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal; }
  .des-pro .spazio {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: 1px; }

.full {
  position: relative;
  padding-bottom: 100px; }
  .full #scrolling {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%; }
    .full #scrolling span {
      display: block;
      text-align: center; }
    .full #scrolling i {
      font-size: 29px;
      display: table;
      text-align: center;
      margin: 0 auto; }

.p-wrap-right {
  display: inline-table;
  width: 100%; }
  .p-wrap-right .p-nav {
    float: right;
    margin: 0; }
    .p-wrap-right .p-nav > li {
      display: inline-block;
      float: left;
      padding: 0px 20px;
      height: 65px;
      line-height: 65px; }
    .p-wrap-right .p-nav li.active {
      font-weight: bold; }
  .p-wrap-right .p-title {
    float: right;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    font-size: 40px;
    margin: 0;
    font-weight: bold; }

#p-progetto .o-info {
  padding: 15px 0; }
  #p-progetto .o-info .sub-post-title {
    font-size: 1.2em;
    letter-spacing: 1.5px;
    margin-top: 10px;
    color: #000000; }
  #p-progetto .o-info .o-spec {
    text-align: right; }

#p-progetto img {
  width: 100%;
  max-width: 100%;
  height: auto; }

#p-progetto .p-border {
  border-bottom: 4px solid #ededed; }

.p-wrap.centered {
  margin: 60px 0; }
  .p-wrap.centered h1 {
    font-size: 45px; }
  .p-wrap.centered .p-nav {
    margin: 0 auto;
    display: table;
    padding: 0;
    width: auto; }
    .p-wrap.centered .p-nav > li {
      display: inline-block;
      *display: inline;
      /*IE7*/
      *zoom: 1;
      /*IE7*/
      color: white;
      margin-right: 25px; }
    .p-wrap.centered .p-nav li.active {
      font-weight: bold;
      border-bottom: 6px solid #222222;
      padding: 10px 0; }

#p-progetto figure {
  margin: 50px 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative; }
  #p-progetto figure .hovered-images {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%; }
    #p-progetto figure .hovered-images:hover {
      opacity: 0.4; }
  #p-progetto figure .o-info {
    padding: 5px 0; }
    #p-progetto figure .o-info h4.o-title {
      display: inline-block;
      margin: 0;
      font-weight: bold; }
    #p-progetto figure .o-info .o-spec {
      text-align: left; }
  #p-progetto figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  #p-progetto figure .p-border {
    border-bottom: 4px solid #ededed; }

.pswp--zoom-allowed .pswp__img {
  cursor: default !important; }

@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left; } }

@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left; } }

/* ---------------------------------------------------------------------- */
/*  Pagina progetti Carosello
/* ---------------------------------------------------------------------- */
.section-progetti {
  min-height: 100%; }
  .section-progetti .section-border-bottom {
    border-bottom: 10px solid #ffffff; }
  .section-progetti .section-border-right {
    border-right: 10px solid #ffffff; }
  .section-progetti .progect-item {
    min-height: 80%;
    padding: 0 8%; }
    .section-progetti .progect-item > div {
      transform-style: preserve-3d;
      backface-visibility: hidden;
      cursor: pointer; }
    .section-progetti .progect-item.first-col:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 10px;
      right: 0;
      background-color: #ffffff;
      top: 0; }
    .section-progetti .progect-item a {
      position: relative;
      display: block;
      padding: 70px 0;
      margin-bottom: 30px;
      cursor: pointer;
      opacity: 1 !important; }
      .section-progetti .progect-item a img.main-img {
        width: 100%;
        max-width: 100%;
        opacity: 1 !important;
        height: auto;
        cursor: pointer;
        background-color: #ecece9;
        transition: all 0.2s ease; }
      .section-progetti .progect-item a .whiteblock {
        background-color: #ffffff;
        border: 10px solid #ffffff;
        z-index: 10;
        cursor: pointer; }
        .section-progetti .progect-item a .whiteblock h3 {
          font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
          letter-spacing: 3px;
          font-size: 1.4em;
          font-weight: 100;
          display: inline-block;
          padding: 3px 0px;
          transition: all 0.01s ease; }
        .section-progetti .progect-item a .whiteblock img.icona {
          width: 29%;
          margin: 0 auto;
          height: auto;
          padding: 0;
          max-width: 29%;
          margin-bottom: 40px;
          display: block; }
      .section-progetti .progect-item a:hover .whiteblock {
        border-color: #ecece9; }
        .section-progetti .progect-item a:hover .whiteblock img.icona {
          width: 30%;
          max-width: 30%;
          transition: all 0.2s ease; }
      .section-progetti .progect-item a:hover img.main-img {
        background-color: #ffffff; }
      .section-progetti .progect-item a:hover h3 {
        color: #ffffff;
        transition: all 0.05s ease; }
    .section-progetti .progect-item .center-block {
      width: 40%; }
      .section-progetti .progect-item .center-block a {
        float: none; }

.carusel-content {
  height: 100%;
  width: 100%;
  /*
  .owl-nav  {
    position: absolute;
    height: 50px;
    width: 100%;
    top: -50px;
    padding: 0 60px;
    left: 0;
    .owl-prev{
      float: left;
    }
    .owl-next{
      float: right;
    }
  }
  */ }
  .carusel-content #sp-carusel, .carusel-content #sp-carusel .owl-item, .carusel-content #sp-carusel .owl-item > div, .carusel-content .owl-wrapper-outer, .carusel-content .owl-wrapper {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    display: block; }
  .carusel-content .owl-item.mobile, .carusel-content .owl-stage.mobile {
    width: 100% !important;
    float: left;
    clear: both; }
  .carusel-content .owl-item.mobile {
    margin-bottom: 20px; }
  .carusel-content .owl-nav {
    display: none; }
  .carusel-content .owl-item, .carusel-content #sp-carusel .owl-item {
    width: 50%; }
    .carusel-content .owl-item a, .carusel-content #sp-carusel .owl-item a {
      position: relative;
      display: block;
      padding: 140px; }
    .carusel-content .owl-item .whiteblock, .carusel-content #sp-carusel .owl-item .whiteblock {
      background-color: #ffffff;
      border: 10px solid #ffffff;
      z-index: 10; }
      .carusel-content .owl-item .whiteblock h3, .carusel-content #sp-carusel .owl-item .whiteblock h3 {
        letter-spacing: 1px;
        font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .carusel-content .owl-item .whiteblock img.icona, .carusel-content #sp-carusel .owl-item .whiteblock img.icona {
        width: 25%;
        margin: 0 auto;
        height: auto;
        padding: 0;
        max-width: 25%; }
  .carusel-content .owl-item, .carusel-content #sp-carusel .owl-item a img {
    width: 100%;
    max-width: 100%;
    height: auto; }

/* ---------------------------------------------------------------------- */
/*  Modal + Pagina lista progettis
/* ---------------------------------------------------------------------- */
#modal-section {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  z-index: 120;
  padding-top: 105px;
  padding-left: 90px;
  padding-right: 90px;
  display: none; }
  #modal-section > div.modal-pro-wrap {
    height: 100%;
    width: 100%;
    float: left;
    display: none;
    padding-right: 310px; }
    #modal-section > div.modal-pro-wrap > div.modal-pro-content {
      padding-top: 60px;
      padding-left: 80px; }
      #modal-section > div.modal-pro-wrap > div.modal-pro-content h2 {
        max-width: 60%;
        letter-spacing: 2.2px;
        font-weight: 300;
        font-style: italic;
        font-size: 4.4em;
        line-height: 1.05em;
        font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
        color: #000000; }
      #modal-section > div.modal-pro-wrap > div.modal-pro-content span.big-strong-line {
        margin: 19px 0px;
        margin-top: 27px; }
      #modal-section > div.modal-pro-wrap > div.modal-pro-content h3 {
        max-width: 75%;
        font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
        text-align: left;
        font-weight: normal;
        font-style: italic;
        letter-spacing: 1.9px;
        line-height: 1.4em;
        color: #000000; }
  #modal-section > div.modal-pro-wrap.active {
    display: block; }

#lista-progetti section {
  min-height: 400px;
  padding: 60px 0;
  padding-left: 80px; }
  #lista-progetti section h2 {
    max-width: 45%;
    letter-spacing: 2.2px;
    font-weight: 300;
    font-style: italic;
    font-size: 4.4em;
    line-height: 1.05em;
    font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    color: #000000; }
    #lista-progetti section h2.titolo {
      font-size: 2.4em;
      margin-bottom: 20px;
      font-weight: 600;
      font-style: normal;
      font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #lista-progetti section span.big-strong-line {
    margin: 19px 0px;
    margin-top: 27px; }
  #lista-progetti section h3 {
    max-width: 55%;
    font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    text-align: left;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1.9px;
    line-height: 1.4em;
    color: #000000; }

/* ---------------------------------------------------------------------- */
/*  Slider
/* ---------------------------------------------------------------------- */
.flexslider {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0px; }
  .flexslider .slides {
    height: 100% !important; }
    .flexslider .slides li {
      height: 100% !important; }
      .flexslider .slides li a {
        display: block;
        height: 100%;
        width: 100%; }
      .flexslider .slides li figure {
        width: 100%;
        height: 100% !important;
        background-position: center center;
        margin: 0;
        padding: 0;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important; }

/* ---------------------------------------------------------------------- */
/*  Appunti / blog style
/* ---------------------------------------------------------------------- */
p.preview-post {
  font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif; }

img.single-main-img {
  max-width: 600px;
  display: block;
  margin: 0 auto;
  float: none; }

.descrizione {
  font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  max-width: 1000px; }
  .descrizione p, .descrizione span {
    font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0.9px; }
  .descrizione strong, .descrizione b {
    font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.no-data .small-strong-line {
  margin: 3px 0; }

/* ---------------------------------------------------------------------- */
/*  Single pagine 
/* ---------------------------------------------------------------------- */
.quote {
  margin-top: 58px; }
  .quote.bio p {
    font-size: 0.9em;
    line-height: 1.35em;
    letter-spacing: 1.2px; }
    .quote.bio p span.cit {
      letter-spacing: 1px;
      margin-top: 7px;
      display: block;
      font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
      font-style: italic;
      font-size: 1.1em; }
  .quote p {
    text-align: left;
    font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 1.4em;
    line-height: 1.5em; }

.biography {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 100px; }
  .biography .big-strong-line {
    display: block;
    margin: 25px 15px; }
  .biography p {
    letter-spacing: 1px;
    font-size: 1.1em;
    line-height: 1.2em;
    font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.credits {
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 0 15px;
  left: 0; }
  .credits h3 {
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
    letter-spacing: 3px;
    font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .credits p, .credits h5 {
    text-align: center;
    font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #7a7a7a;
    display: bock;
    font-size: 1.05em;
    letter-spacing: 2px;
    width: 100%;
    line-height: 1.7em;
    margin-bottom: 10px; }
    .credits p a, .credits h5 a {
      font-size: 1.1em;
      color: #222222;
      font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .credits p a b, .credits h5 a b {
        font-weight: normal; }

.nav-side {
  position: absolute;
  top: 40px;
  right: 0; }
  .nav-side span {
    padding: 0 20px; }

.grid-item {
  padding-bottom: 70px; }
  .grid-item img.single-main-img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    float: right; }
  .grid-item .spacing {
    margin: 5px 0; }
  .grid-item p.single-des {
    text-align: left;
    margin-bottom: 20px;
    font-family: "pf_handbook_prolight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .grid-item figcaption h4.sub-post-title {
    font-size: 1.2em;
    letter-spacing: 1.5px;
    margin-top: 10px;
    color: #000000; }
  .grid-item figcaption p {
    font-size: 1.1em; }
  .grid-item figcaption a span.read_more {
    font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em; }
  .grid-item a {
    transition: all 0.4s; }

/* ---------------------------------------------------------------------- */
/*  Sidebar
/* ---------------------------------------------------------------------- */
#mobilenav {
  background: #f7f7f7;
  position: fixed;
  left: -100%;
  width: 100%;
  padding-top: 105px;
  padding-left: 65px;
  height: 100%;
  top: 0;
  z-index: 150; }
  #mobilenav ul li {
    position: relative;
    padding: 10px 0; }
    #mobilenav ul li a {
      font-size: 21px;
      letter-spacing: 2px;
      font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      transition: all ease 0.2s;
      display: inline-block;
      position: relative;
      line-height: auto;
      opacity: 0.5; }
      #mobilenav ul li a:before {
        transition: all ease 0.2s;
        background: #000000;
        content: "";
        display: inline-block;
        margin: 2px 8px;
        border-radius: 2px;
        position: absolute;
        margin: 0px -38px;
        width: 0px;
        height: 2px; }
    #mobilenav ul li.selected > a, #mobilenav ul li:hover > a {
      opacity: 1; }

#sidebar {
  background: #f7f7f7;
  position: fixed;
  right: -400px;
  width: 400px;
  padding-top: 105px;
  height: 100%;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 170; }
  #sidebar .close-sidebar {
    position: absolute;
    top: 50%;
    right: 20px; }
    #sidebar .close-sidebar a {
      font-family: "pf_handbook_promedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 2px; }
  #sidebar .pr-nav, #sidebar .navmobile {
    padding: 50px;
    margin: 0;
    background: transparent; }
    #sidebar .pr-nav ul li, #sidebar .navmobile ul li {
      position: relative;
      padding: 10px 0; }
      #sidebar .pr-nav ul li a, #sidebar .navmobile ul li a {
        display: block;
        font-size: 1.6em;
        letter-spacing: 2px;
        font-family: "Cormorant Garamond", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
        transition: all ease 0.2s;
        display: inline-block;
        position: relative;
        line-height: auto;
        opacity: 0.8;
        font-weight: 400;
        font-style: italic; }
      #sidebar .pr-nav ul li:hover > a, #sidebar .navmobile ul li:hover > a {
        opacity: 1;
        font-weight: 600; }
  #sidebar .navmobile {
    border-bottom: 1px solid #dedede; }
    #sidebar .navmobile li {
      padding: 10px 0; }
  #sidebar .socials-mobile-nav {
    padding: 20px;
    padding-left: 50px; }
    #sidebar .socials-mobile-nav span {
      margin-right: 10px; }

.isMobile #modal-section {
  display: none !important; }

.isMobile #sidebar {
  width: 100% !important;
  right: -100% !important;
  overflow-y: scroll !important; }

/* ---------------------------------------------------------------------- */
/*  Footer
/* ---------------------------------------------------------------------- */
footer {
  font-size: 14px;
  position: relative;
  z-index: 10;
  border: none !important; }
  footer .footer-inner {
    padding: 0 20px;
    line-height: 100px;
    margin-left: 330px; }
    .sidebar-close footer .footer-inner {
      margin-left: 0; }
  .footer-fixed footer {
    bottom: 0 !important;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
    border-top-width: 1px;
    border-top-style: solid; }
  .footer-fixed.right-sidebar-open footer {
    left: -330px;
    right: 330px; }
  .footer-fixed.sidebar-mobile-open footer {
    left: 330px;
    right: -330px; }

.go-top {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 0;
  text-decoration: none;
  line-height: 100px;
  text-align: center; }

/* ---------------------------------------------------------------------- */
/*  Forms
/* ---------------------------------------------------------------------- */
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  color: #111111;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 4px;
  height: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition-duration: 0.1s;
  box-shadow: none !important;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out; }
  textarea:hover, select:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
    border-color: #4b5a6e; }
  textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    box-shadow: none !important;
    border-color: #4b5a6e !important;
    background-color: #F8F8F8 !important; }

textarea[disabled], input[disabled], select[disabled] {
  background: #F8F8F8 !important;
  border-color: #F8F8F8 !important; }
  textarea[disabled]:hover, textarea[disabled]:focus, input[disabled]:hover, input[disabled]:focus, select[disabled]:hover, select[disabled]:focus {
    background: #F8F8F8 !important;
    border-color: #F8F8F8 !important; }

.input-group-addon {
  background-color: #2b2a2a;
  border: 1px solid #2b2a2a;
  color: #ffffff; }

select option {
  background-color: #ffffff !important; }

select[multiple="multiple"]:focus option {
  background: #F8F8F8 !important; }

.has-error .form-control:focus, .has-warning .form-control:focus, .has-success .form-control:focus {
  box-shadow: none;
  border: 1px solid #E6E8E8;
  background-color: #E6E8E8; }

label {
  font-weight: normal;
  color: #858585; }

span.input-icon, span.input-help {
  display: block;
  position: relative; }

.input-icon > input {
  padding-left: 25px;
  padding-right: 6px; }

.input-icon.input-icon-right > input {
  padding-left: 6px;
  padding-right: 25px; }

span.input-help > input {
  padding-left: 30px;
  padding-right: 6px; }

.input-icon > [class*="fa-"], .input-icon > [class*="clip-"] {
  bottom: 0;
  color: #909090;
  display: inline-block;
  font-size: 14px;
  left: 5px;
  line-height: 35px;
  padding: 0 3px;
  position: absolute;
  top: 0;
  z-index: 2; }

.input-icon.input-icon-right > [class*="fa-"], .input-icon.input-icon-right > [class*="clip-"] {
  left: auto;
  right: 4px; }

.input-icon > input:focus + [class*="fa-"], .input-icon > input:focus + [class*="clip-"] {
  color: #557799; }

.help-button {
  background-color: #65BCDA;
  border-radius: 100% 100% 100% 100%;
  color: #FFFFFF;
  cursor: default;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  padding: 0;
  text-align: center;
  width: 20px;
  line-height: 20px;
  top: 7px;
  left: 7px; }

.help-button:before {
  content: "\f128";
  display: inline;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
  font-style: normal; }

select.form-control {
  background-color: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 0 0 0 0;
  color: #858585; }

select.form-control option {
  padding: 3px 4px; }

.form-control.search-select {
  padding: 0 !important;
  box-shadow: none;
  border: none; }

textarea.autosize {
  vertical-align: top;
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
  overflow: hidden;
  word-wrap: break-word;
  resize: horizontal;
  height: 200px; }

.radio label.radio-inline, .checkbox label.checkbox-inline {
  display: inline-block; }

.radio-inline, .radio-inline + .radio-inline, .checkbox-inline, .checkbox-inline + .checkbox-inline {
  margin-right: 10px !important;
  margin-top: 5px !important;
  margin-left: 0 !important;
  margin-bottom: 10px !important; }

.radio label, .checkbox label {
  margin-bottom: 5px; }

.checkbox-table {
  display: inline-block;
  margin: 2px 0 0 0;
  padding-left: 20px;
  line-height: 10px; }

.checkbox-table label {
  margin-bottom: 0; }

[class^="icheckbox_"], [class*="icheckbox_"], [class^="iradio_"], [class*="iradio_"] {
  float: left !important;
  margin: 0 5px 0 -20px !important; }

.help-inline {
  margin-top: 6px;
  color: #737373; }

.help-block.error {
  color: #B94A48; }

.symbol.required:before {
  content: "*";
  display: inline;
  color: #E6674A; }

.symbol.ok:before {
  content: "\f00c";
  display: inline;
  font-family: FontAwesome;
  color: #468847; }

.has-error .note-editor, .has-error .cke_chrome {
  border-color: #B94A48 !important; }

.form-group {
  position: relative; }

.form-group .text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important; }
  input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important; }

/* ---------------------------------------------------------------------- */
/*  Buttons
/* ---------------------------------------------------------------------- */
.btn {
  transition: all 0.3s ease 0s !important; }

.btn-oro {
  background-color: #b3a014;
  border-color: #9c8b11;
  color: #ffffff; }
  .btn-oro:hover, .btn-oro:focus, .btn-oro:active, .btn-oro.active {
    background-color: #9c8b11;
    border-color: #85770f;
    color: #ffffff; }
  .btn-oro.disabled:hover, .btn-oro.disabled:focus, .btn-oro.disabled:active, .btn-oro.disabled.active, .btn-oro[disabled]:hover, .btn-oro[disabled]:focus, .btn-oro[disabled]:active, .btn-oro[disabled].active, fieldset[disabled] .btn-oro:hover, fieldset[disabled] .btn-oro:focus, fieldset[disabled] .btn-oro:active, fieldset[disabled] .btn-oro.active {
    background-color: #fcf9e4;
    border-color: #f9f4cd;
    color: #ffffff; }
  .btn-oro .caret {
    border-top-color: #ffffff; }
  .dropup .btn-oro .caret {
    border-bottom: 4px solid #ffffff; }

.btn-light-oro {
  background-color: #e1c919;
  border-color: #cab517;
  color: #ffffff; }
  .btn-light-oro:hover, .btn-light-oro:focus, .btn-light-oro:active, .btn-light-oro.active {
    background-color: #cab517;
    border-color: #b3a014;
    color: #ffffff; }
  .btn-light-oro.disabled:hover, .btn-light-oro.disabled:focus, .btn-light-oro.disabled:active, .btn-light-oro.disabled.active, .btn-light-oro[disabled]:hover, .btn-light-oro[disabled]:focus, .btn-light-oro[disabled]:active, .btn-light-oro[disabled].active, fieldset[disabled] .btn-light-oro:hover, fieldset[disabled] .btn-light-oro:focus, fieldset[disabled] .btn-light-oro:active, fieldset[disabled] .btn-light-oro.active {
    background-color: white;
    border-color: #fefefb;
    color: #ffffff; }
  .btn-light-oro .caret {
    border-top-color: #ffffff; }
  .dropup .btn-light-oro .caret {
    border-bottom: 4px solid #ffffff; }

.btn-dark-oro {
  background-color: #85770f;
  border-color: #6e620c;
  color: #ffffff; }
  .btn-dark-oro:hover, .btn-dark-oro:focus, .btn-dark-oro:active, .btn-dark-oro.active {
    background-color: #6e620c;
    border-color: #574e0a;
    color: #ffffff; }
  .btn-dark-oro.disabled:hover, .btn-dark-oro.disabled:focus, .btn-dark-oro.disabled:active, .btn-dark-oro.disabled.active, .btn-dark-oro[disabled]:hover, .btn-dark-oro[disabled]:focus, .btn-dark-oro[disabled]:active, .btn-dark-oro[disabled].active, fieldset[disabled] .btn-dark-oro:hover, fieldset[disabled] .btn-dark-oro:focus, fieldset[disabled] .btn-dark-oro:active, fieldset[disabled] .btn-dark-oro.active {
    background-color: #f7efb6;
    border-color: #f4ea9f;
    color: #ffffff; }
  .btn-dark-oro .caret {
    border-top-color: #ffffff; }
  .dropup .btn-dark-oro .caret {
    border-bottom: 4px solid #ffffff; }

.btn-azure {
  background-color: #00BDCC;
  border-color: #00a5b3;
  color: #ffffff; }
  .btn-azure:hover, .btn-azure:focus, .btn-azure:active, .btn-azure.active {
    background-color: #00a5b3;
    border-color: #008e99;
    color: #ffffff; }
  .btn-azure.disabled:hover, .btn-azure.disabled:focus, .btn-azure.disabled:active, .btn-azure.disabled.active, .btn-azure[disabled]:hover, .btn-azure[disabled]:focus, .btn-azure[disabled]:active, .btn-azure[disabled].active, fieldset[disabled] .btn-azure:hover, fieldset[disabled] .btn-azure:focus, fieldset[disabled] .btn-azure:active, fieldset[disabled] .btn-azure.active {
    background-color: #e6fdff;
    border-color: #ccfbff;
    color: #ffffff; }
  .btn-azure .caret {
    border-top-color: #ffffff; }
  .dropup .btn-azure .caret {
    border-bottom: 4px solid #ffffff; }

.btn-light-azure {
  background-color: #00d5e6;
  border-color: #00bdcc;
  color: #ffffff; }
  .btn-light-azure:hover, .btn-light-azure:focus, .btn-light-azure:active, .btn-light-azure.active {
    background-color: #00bdcc;
    border-color: #00a5b3;
    color: #ffffff; }
  .btn-light-azure.disabled:hover, .btn-light-azure.disabled:focus, .btn-light-azure.disabled:active, .btn-light-azure.disabled.active, .btn-light-azure[disabled]:hover, .btn-light-azure[disabled]:focus, .btn-light-azure[disabled]:active, .btn-light-azure[disabled].active, fieldset[disabled] .btn-light-azure:hover, fieldset[disabled] .btn-light-azure:focus, fieldset[disabled] .btn-light-azure:active, fieldset[disabled] .btn-light-azure.active {
    background-color: white;
    border-color: #e6fdff;
    color: #ffffff; }
  .btn-light-azure .caret {
    border-top-color: #ffffff; }
  .dropup .btn-light-azure .caret {
    border-bottom: 4px solid #ffffff; }

.btn-dark-azure {
  background-color: #008e99;
  border-color: #007680;
  color: #ffffff; }
  .btn-dark-azure:hover, .btn-dark-azure:focus, .btn-dark-azure:active, .btn-dark-azure.active {
    background-color: #007680;
    border-color: #005f66;
    color: #ffffff; }
  .btn-dark-azure.disabled:hover, .btn-dark-azure.disabled:focus, .btn-dark-azure.disabled:active, .btn-dark-azure.disabled.active, .btn-dark-azure[disabled]:hover, .btn-dark-azure[disabled]:focus, .btn-dark-azure[disabled]:active, .btn-dark-azure[disabled].active, fieldset[disabled] .btn-dark-azure:hover, fieldset[disabled] .btn-dark-azure:focus, fieldset[disabled] .btn-dark-azure:active, fieldset[disabled] .btn-dark-azure.active {
    background-color: #b3f9ff;
    border-color: #99f8ff;
    color: #ffffff; }
  .btn-dark-azure .caret {
    border-top-color: #ffffff; }
  .dropup .btn-dark-azure .caret {
    border-bottom: 4px solid #ffffff; }

.btn-blue {
  background-color: #5F8295;
  border-color: #557485;
  color: #ffffff; }
  .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
    background-color: #557485;
    border-color: #4b6776;
    color: #ffffff; }
  .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
    background-color: white;
    border-color: #f8fafb;
    color: #ffffff; }
  .btn-blue .caret {
    border-top-color: #ffffff; }
  .dropup .btn-blue .caret {
    border-bottom: 4px solid #ffffff; }

.btn-light-blue {
  background-color: #7c9bab;
  border-color: #6c8fa1;
  color: #ffffff; }
  .btn-light-blue:hover, .btn-light-blue:focus, .btn-light-blue:active, .btn-light-blue.active {
    background-color: #6c8fa1;
    border-color: #5f8295;
    color: #ffffff; }
  .btn-light-blue.disabled:hover, .btn-light-blue.disabled:focus, .btn-light-blue.disabled:active, .btn-light-blue.disabled.active, .btn-light-blue[disabled]:hover, .btn-light-blue[disabled]:focus, .btn-light-blue[disabled]:active, .btn-light-blue[disabled].active, fieldset[disabled] .btn-light-blue:hover, fieldset[disabled] .btn-light-blue:focus, fieldset[disabled] .btn-light-blue:active, fieldset[disabled] .btn-light-blue.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-light-blue .caret {
    border-top-color: #ffffff; }
  .dropup .btn-light-blue .caret {
    border-bottom: 4px solid #ffffff; }

.btn-dark-blue {
  background-color: #4b6776;
  border-color: #415966;
  color: #ffffff; }
  .btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active, .btn-dark-blue.active {
    background-color: #415966;
    border-color: #374c57;
    color: #ffffff; }
  .btn-dark-blue.disabled:hover, .btn-dark-blue.disabled:focus, .btn-dark-blue.disabled:active, .btn-dark-blue.disabled.active, .btn-dark-blue[disabled]:hover, .btn-dark-blue[disabled]:focus, .btn-dark-blue[disabled]:active, .btn-dark-blue[disabled].active, fieldset[disabled] .btn-dark-blue:hover, fieldset[disabled] .btn-dark-blue:focus, fieldset[disabled] .btn-dark-blue:active, fieldset[disabled] .btn-dark-blue.active {
    background-color: #e9eef1;
    border-color: #d9e2e7;
    color: #ffffff; }
  .btn-dark-blue .caret {
    border-top-color: #ffffff; }
  .dropup .btn-dark-blue .caret {
    border-bottom: 4px solid #ffffff; }

.btn-green {
  background-color: #1FBBA6;
  border-color: #1ba593;
  color: #ffffff; }
  .btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
    background-color: #1ba593;
    border-color: #188f7f;
    color: #ffffff; }
  .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
    background-color: #f5fdfc;
    border-color: #dffaf6;
    color: #ffffff; }
  .btn-green .caret {
    border-top-color: #ffffff; }
  .dropup .btn-green .caret {
    border-bottom: 4px solid #ffffff; }

.btn-light-green {
  background-color: #30ddc6;
  border-color: #23d1b9;
  color: #ffffff; }
  .btn-light-green:hover, .btn-light-green:focus, .btn-light-green:active, .btn-light-green.active {
    background-color: #23d1b9;
    border-color: #1fbba6;
    color: #ffffff; }
  .btn-light-green.disabled:hover, .btn-light-green.disabled:focus, .btn-light-green.disabled:active, .btn-light-green.disabled.active, .btn-light-green[disabled]:hover, .btn-light-green[disabled]:focus, .btn-light-green[disabled]:active, .btn-light-green[disabled].active, fieldset[disabled] .btn-light-green:hover, fieldset[disabled] .btn-light-green:focus, fieldset[disabled] .btn-light-green:active, fieldset[disabled] .btn-light-green.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-light-green .caret {
    border-top-color: #ffffff; }
  .dropup .btn-light-green .caret {
    border-bottom: 4px solid #ffffff; }

.btn-dark-green {
  background-color: #188f7f;
  border-color: #14796c;
  color: #ffffff; }
  .btn-dark-green:hover, .btn-dark-green:focus, .btn-dark-green:active, .btn-dark-green.active {
    background-color: #14796c;
    border-color: #106458;
    color: #ffffff; }
  .btn-dark-green.disabled:hover, .btn-dark-green.disabled:focus, .btn-dark-green.disabled:active, .btn-dark-green.disabled.active, .btn-dark-green[disabled]:hover, .btn-dark-green[disabled]:focus, .btn-dark-green[disabled]:active, .btn-dark-green[disabled].active, fieldset[disabled] .btn-dark-green:hover, fieldset[disabled] .btn-dark-green:focus, fieldset[disabled] .btn-dark-green:active, fieldset[disabled] .btn-dark-green.active {
    background-color: #c9f6f0;
    border-color: #b4f2ea;
    color: #ffffff; }
  .btn-dark-green .caret {
    border-top-color: #ffffff; }
  .dropup .btn-dark-green .caret {
    border-bottom: 4px solid #ffffff; }

.btn-orange {
  background-color: #F58A5C;
  border-color: #f47944;
  color: #ffffff; }
  .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
    background-color: #f47944;
    border-color: #f2682c;
    color: #ffffff; }
  .btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-orange .caret {
    border-top-color: #ffffff; }
  .dropup .btn-orange .caret {
    border-bottom: 4px solid #ffffff; }

.btn-light-orange {
  background-color: #f8ac8c;
  border-color: #f69b74;
  color: #ffffff; }
  .btn-light-orange:hover, .btn-light-orange:focus, .btn-light-orange:active, .btn-light-orange.active {
    background-color: #f69b74;
    border-color: #f58a5c;
    color: #ffffff; }
  .btn-light-orange.disabled:hover, .btn-light-orange.disabled:focus, .btn-light-orange.disabled:active, .btn-light-orange.disabled.active, .btn-light-orange[disabled]:hover, .btn-light-orange[disabled]:focus, .btn-light-orange[disabled]:active, .btn-light-orange[disabled].active, fieldset[disabled] .btn-light-orange:hover, fieldset[disabled] .btn-light-orange:focus, fieldset[disabled] .btn-light-orange:active, fieldset[disabled] .btn-light-orange.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-light-orange .caret {
    border-top-color: #ffffff; }
  .dropup .btn-light-orange .caret {
    border-bottom: 4px solid #ffffff; }

.btn-dark-orange {
  background-color: #f2682c;
  border-color: #f15614;
  color: #ffffff; }
  .btn-dark-orange:hover, .btn-dark-orange:focus, .btn-dark-orange:active, .btn-dark-orange.active {
    background-color: #f15614;
    border-color: #dd4c0e;
    color: #ffffff; }
  .btn-dark-orange.disabled:hover, .btn-dark-orange.disabled:focus, .btn-dark-orange.disabled:active, .btn-dark-orange.disabled.active, .btn-dark-orange[disabled]:hover, .btn-dark-orange[disabled]:focus, .btn-dark-orange[disabled]:active, .btn-dark-orange[disabled].active, fieldset[disabled] .btn-dark-orange:hover, fieldset[disabled] .btn-dark-orange:focus, fieldset[disabled] .btn-dark-orange:active, fieldset[disabled] .btn-dark-orange.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-dark-orange .caret {
    border-top-color: #ffffff; }
  .dropup .btn-dark-orange .caret {
    border-bottom: 4px solid #ffffff; }

.btn-red {
  background-color: #e66b6b;
  border-color: #e25555;
  color: #ffffff; }
  .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
    background-color: #e25555;
    border-color: #df3f3f;
    color: #ffffff; }
  .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-red .caret {
    border-top-color: #ffffff; }
  .dropup .btn-red .caret {
    border-bottom: 4px solid #ffffff; }

.btn-light-red {
  background-color: #ed9797;
  border-color: #ea8181;
  color: #ffffff; }
  .btn-light-red:hover, .btn-light-red:focus, .btn-light-red:active, .btn-light-red.active {
    background-color: #ea8181;
    border-color: #e66b6b;
    color: #ffffff; }
  .btn-light-red.disabled:hover, .btn-light-red.disabled:focus, .btn-light-red.disabled:active, .btn-light-red.disabled.active, .btn-light-red[disabled]:hover, .btn-light-red[disabled]:focus, .btn-light-red[disabled]:active, .btn-light-red[disabled].active, fieldset[disabled] .btn-light-red:hover, fieldset[disabled] .btn-light-red:focus, fieldset[disabled] .btn-light-red:active, fieldset[disabled] .btn-light-red.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-light-red .caret {
    border-top-color: #ffffff; }
  .dropup .btn-light-red .caret {
    border-bottom: 4px solid #ffffff; }

.btn-dark-red {
  background-color: #df3f3f;
  border-color: #db2a2a;
  color: #ffffff; }
  .btn-dark-red:hover, .btn-dark-red:focus, .btn-dark-red:active, .btn-dark-red.active {
    background-color: #db2a2a;
    border-color: #c92222;
    color: #ffffff; }
  .btn-dark-red.disabled:hover, .btn-dark-red.disabled:focus, .btn-dark-red.disabled:active, .btn-dark-red.disabled.active, .btn-dark-red[disabled]:hover, .btn-dark-red[disabled]:focus, .btn-dark-red[disabled]:active, .btn-dark-red[disabled].active, fieldset[disabled] .btn-dark-red:hover, fieldset[disabled] .btn-dark-red:focus, fieldset[disabled] .btn-dark-red:active, fieldset[disabled] .btn-dark-red.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-dark-red .caret {
    border-top-color: #ffffff; }
  .dropup .btn-dark-red .caret {
    border-bottom: 4px solid #ffffff; }

.btn-purple {
  background-color: #804C75;
  border-color: #704366;
  color: #ffffff; }
  .btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
    background-color: #704366;
    border-color: #603958;
    color: #ffffff; }
  .btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
    background-color: #f6eff4;
    border-color: #ecdfe9;
    color: #ffffff; }
  .btn-purple .caret {
    border-top-color: #ffffff; }
  .dropup .btn-purple .caret {
    border-bottom: 4px solid #ffffff; }

.btn-light-purple {
  background-color: #a05f92;
  border-color: #905684;
  color: #ffffff; }
  .btn-light-purple:hover, .btn-light-purple:focus, .btn-light-purple:active, .btn-light-purple.active {
    background-color: #905684;
    border-color: #804c75;
    color: #ffffff; }
  .btn-light-purple.disabled:hover, .btn-light-purple.disabled:focus, .btn-light-purple.disabled:active, .btn-light-purple.disabled.active, .btn-light-purple[disabled]:hover, .btn-light-purple[disabled]:focus, .btn-light-purple[disabled]:active, .btn-light-purple[disabled].active, fieldset[disabled] .btn-light-purple:hover, fieldset[disabled] .btn-light-purple:focus, fieldset[disabled] .btn-light-purple:active, fieldset[disabled] .btn-light-purple.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-light-purple .caret {
    border-top-color: #ffffff; }
  .dropup .btn-light-purple .caret {
    border-bottom: 4px solid #ffffff; }

.btn-dark-purple {
  background-color: #603958;
  border-color: #503049;
  color: #ffffff; }
  .btn-dark-purple:hover, .btn-dark-purple:focus, .btn-dark-purple:active, .btn-dark-purple.active {
    background-color: #503049;
    border-color: #40263b;
    color: #ffffff; }
  .btn-dark-purple.disabled:hover, .btn-dark-purple.disabled:focus, .btn-dark-purple.disabled:active, .btn-dark-purple.disabled.active, .btn-dark-purple[disabled]:hover, .btn-dark-purple[disabled]:focus, .btn-dark-purple[disabled]:active, .btn-dark-purple[disabled].active, fieldset[disabled] .btn-dark-purple:hover, fieldset[disabled] .btn-dark-purple:focus, fieldset[disabled] .btn-dark-purple:active, fieldset[disabled] .btn-dark-purple.active {
    background-color: #e3cfde;
    border-color: #d9bfd4;
    color: #ffffff; }
  .btn-dark-purple .caret {
    border-top-color: #ffffff; }
  .dropup .btn-dark-purple .caret {
    border-bottom: 4px solid #ffffff; }

.btn-beige {
  background-color: #cc9;
  border-color: #c4c488;
  color: #ffffff; }
  .btn-beige:hover, .btn-beige:focus, .btn-beige:active, .btn-beige.active {
    background-color: #c4c488;
    border-color: #bbbb77;
    color: #ffffff; }
  .btn-beige.disabled:hover, .btn-beige.disabled:focus, .btn-beige.disabled:active, .btn-beige.disabled.active, .btn-beige[disabled]:hover, .btn-beige[disabled]:focus, .btn-beige[disabled]:active, .btn-beige[disabled].active, fieldset[disabled] .btn-beige:hover, fieldset[disabled] .btn-beige:focus, fieldset[disabled] .btn-beige:active, fieldset[disabled] .btn-beige.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-beige .caret {
    border-top-color: #ffffff; }
  .dropup .btn-beige .caret {
    border-bottom: 4px solid #ffffff; }

.btn-light-beige {
  background-color: #d5d5aa;
  border-color: #cccc99;
  color: #ffffff; }
  .btn-light-beige:hover, .btn-light-beige:focus, .btn-light-beige:active, .btn-light-beige.active {
    background-color: #cccc99;
    border-color: #c4c488;
    color: #ffffff; }
  .btn-light-beige.disabled:hover, .btn-light-beige.disabled:focus, .btn-light-beige.disabled:active, .btn-light-beige.disabled.active, .btn-light-beige[disabled]:hover, .btn-light-beige[disabled]:focus, .btn-light-beige[disabled]:active, .btn-light-beige[disabled].active, fieldset[disabled] .btn-light-beige:hover, fieldset[disabled] .btn-light-beige:focus, fieldset[disabled] .btn-light-beige:active, fieldset[disabled] .btn-light-beige.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-light-beige .caret {
    border-top-color: #ffffff; }
  .dropup .btn-light-beige .caret {
    border-bottom: 4px solid #ffffff; }

.btn-dark-beige {
  background-color: #bbbb77;
  border-color: #b3b366;
  color: #ffffff; }
  .btn-dark-beige:hover, .btn-dark-beige:focus, .btn-dark-beige:active, .btn-dark-beige.active {
    background-color: #b3b366;
    border-color: #aaaa55;
    color: #ffffff; }
  .btn-dark-beige.disabled:hover, .btn-dark-beige.disabled:focus, .btn-dark-beige.disabled:active, .btn-dark-beige.disabled.active, .btn-dark-beige[disabled]:hover, .btn-dark-beige[disabled]:focus, .btn-dark-beige[disabled]:active, .btn-dark-beige[disabled].active, fieldset[disabled] .btn-dark-beige:hover, fieldset[disabled] .btn-dark-beige:focus, fieldset[disabled] .btn-dark-beige:active, fieldset[disabled] .btn-dark-beige.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-dark-beige .caret {
    border-top-color: #ffffff; }
  .dropup .btn-dark-beige .caret {
    border-bottom: 4px solid #ffffff; }

.btn-yellow {
  background-color: #FFB848;
  border-color: #ffae2f;
  color: #ffffff; }
  .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
    background-color: #ffae2f;
    border-color: #ffa415;
    color: #ffffff; }
  .btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-yellow .caret {
    border-top-color: #ffffff; }
  .dropup .btn-yellow .caret {
    border-bottom: 4px solid #ffffff; }

.btn-light-yellow {
  background-color: #ffcc7b;
  border-color: #ffc262;
  color: #ffffff; }
  .btn-light-yellow:hover, .btn-light-yellow:focus, .btn-light-yellow:active, .btn-light-yellow.active {
    background-color: #ffc262;
    border-color: #ffb848;
    color: #ffffff; }
  .btn-light-yellow.disabled:hover, .btn-light-yellow.disabled:focus, .btn-light-yellow.disabled:active, .btn-light-yellow.disabled.active, .btn-light-yellow[disabled]:hover, .btn-light-yellow[disabled]:focus, .btn-light-yellow[disabled]:active, .btn-light-yellow[disabled].active, fieldset[disabled] .btn-light-yellow:hover, fieldset[disabled] .btn-light-yellow:focus, fieldset[disabled] .btn-light-yellow:active, fieldset[disabled] .btn-light-yellow.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-light-yellow .caret {
    border-top-color: #ffffff; }
  .dropup .btn-light-yellow .caret {
    border-bottom: 4px solid #ffffff; }

.btn-dark-yellow {
  background-color: #ffa415;
  border-color: #fb9900;
  color: #ffffff; }
  .btn-dark-yellow:hover, .btn-dark-yellow:focus, .btn-dark-yellow:active, .btn-dark-yellow.active {
    background-color: #fb9900;
    border-color: #e18a00;
    color: #ffffff; }
  .btn-dark-yellow.disabled:hover, .btn-dark-yellow.disabled:focus, .btn-dark-yellow.disabled:active, .btn-dark-yellow.disabled.active, .btn-dark-yellow[disabled]:hover, .btn-dark-yellow[disabled]:focus, .btn-dark-yellow[disabled]:active, .btn-dark-yellow[disabled].active, fieldset[disabled] .btn-dark-yellow:hover, fieldset[disabled] .btn-dark-yellow:focus, fieldset[disabled] .btn-dark-yellow:active, fieldset[disabled] .btn-dark-yellow.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-dark-yellow .caret {
    border-top-color: #ffffff; }
  .dropup .btn-dark-yellow .caret {
    border-bottom: 4px solid #ffffff; }

.btn-grey {
  background-color: #8B91A0;
  border-color: #7d8495;
  color: #ffffff; }
  .btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active {
    background-color: #7d8495;
    border-color: #707788;
    color: #ffffff; }
  .btn-grey.disabled:hover, .btn-grey.disabled:focus, .btn-grey.disabled:active, .btn-grey.disabled.active, .btn-grey[disabled]:hover, .btn-grey[disabled]:focus, .btn-grey[disabled]:active, .btn-grey[disabled].active, fieldset[disabled] .btn-grey:hover, fieldset[disabled] .btn-grey:focus, fieldset[disabled] .btn-grey:active, fieldset[disabled] .btn-grey.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-grey .caret {
    border-top-color: #ffffff; }
  .dropup .btn-grey .caret {
    border-bottom: 4px solid #ffffff; }

.btn-light-grey {
  background-color: #a7acb7;
  border-color: #999eab;
  color: #ffffff; }
  .btn-light-grey:hover, .btn-light-grey:focus, .btn-light-grey:active, .btn-light-grey.active {
    background-color: #999eab;
    border-color: #8b91a0;
    color: #ffffff; }
  .btn-light-grey.disabled:hover, .btn-light-grey.disabled:focus, .btn-light-grey.disabled:active, .btn-light-grey.disabled.active, .btn-light-grey[disabled]:hover, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:active, .btn-light-grey[disabled].active, fieldset[disabled] .btn-light-grey:hover, fieldset[disabled] .btn-light-grey:focus, fieldset[disabled] .btn-light-grey:active, fieldset[disabled] .btn-light-grey.active {
    background-color: white;
    border-color: white;
    color: #ffffff; }
  .btn-light-grey .caret {
    border-top-color: #ffffff; }
  .dropup .btn-light-grey .caret {
    border-bottom: 4px solid #ffffff; }

.btn-dark-grey {
  background-color: #707788;
  border-color: #646b7a;
  color: #ffffff; }
  .btn-dark-grey:hover, .btn-dark-grey:focus, .btn-dark-grey:active, .btn-dark-grey.active {
    background-color: #646b7a;
    border-color: #595e6c;
    color: #ffffff; }
  .btn-dark-grey.disabled:hover, .btn-dark-grey.disabled:focus, .btn-dark-grey.disabled:active, .btn-dark-grey.disabled.active, .btn-dark-grey[disabled]:hover, .btn-dark-grey[disabled]:focus, .btn-dark-grey[disabled]:active, .btn-dark-grey[disabled].active, fieldset[disabled] .btn-dark-grey:hover, fieldset[disabled] .btn-dark-grey:focus, fieldset[disabled] .btn-dark-grey:active, fieldset[disabled] .btn-dark-grey.active {
    background-color: white;
    border-color: #fbfbfc;
    color: #ffffff; }
  .btn-dark-grey .caret {
    border-top-color: #ffffff; }
  .dropup .btn-dark-grey .caret {
    border-bottom: 4px solid #ffffff; }

.btn-transparent-white {
  background: none;
  border-color: rgba(255, 255, 255, 0.6);
  border-width: 1px;
  color: #ffffff !important; }
  .btn-transparent-white:hover, .btn-transparent-white:focus, .btn-transparent-white:active, .btn-transparent-white.active {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.8); }
  .btn-transparent-white.disabled:hover, .btn-transparent-white.disabled:focus, .btn-transparent-white.disabled:active, .btn-transparent-white.disabled.active, .btn-transparent-white[disabled]:hover, .btn-transparent-white[disabled]:focus, .btn-transparent-white[disabled]:active, .btn-transparent-white[disabled].active, fieldset[disabled] .btn-transparent-white:hover, fieldset[disabled] .btn-transparent-white:focus, fieldset[disabled] .btn-transparent-white:active, fieldset[disabled] .btn-transparent-white.active {
    background: none;
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff; }
  .btn-transparent-white .caret {
    border-top-color: rgba(0, 0, 0, 0.1); }
  .dropup .btn-transparent-white .caret {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1); }

.btn-transparent-grey {
  background: none;
  border-color: rgba(139, 145, 160, 0.3);
  border-width: 1px;
  color: #8B91A0 !important; }
  .btn-transparent-grey:hover, .btn-transparent-grey:focus, .btn-transparent-grey:active, .btn-transparent-grey.active {
    background-color: rgba(139, 145, 160, 0.1);
    border-color: rgba(139, 145, 160, 0.6);
    box-shadow: none !important; }
  .btn-transparent-grey.disabled:hover, .btn-transparent-grey.disabled:focus, .btn-transparent-grey.disabled:active, .btn-transparent-grey.disabled.active, .btn-transparent-grey[disabled]:hover, .btn-transparent-grey[disabled]:focus, .btn-transparent-grey[disabled]:active, .btn-transparent-grey[disabled].active, fieldset[disabled] .btn-transparent-grey:hover, fieldset[disabled] .btn-transparent-grey:focus, fieldset[disabled] .btn-transparent-grey:active, fieldset[disabled] .btn-transparent-grey.active {
    background: none;
    border-color: rgba(139, 145, 160, 0.3);
    color: #8B91A0; }
  .btn-transparent-grey .caret {
    border-top-color: #8B91A0; }
  .dropup .btn-transparent-grey .caret {
    border-bottom: 4px solid #8B91A0; }

.btn-transparent-red {
  background: none;
  border-color: rgba(230, 107, 107, 0.6);
  border-width: 2px;
  color: #e66b6b !important; }
  .btn-transparent-red:hover, .btn-transparent-red:focus, .btn-transparent-red:active, .btn-transparent-red.active {
    background-color: rgba(230, 107, 107, 0.1);
    border-color: rgba(230, 107, 107, 0.8); }
  .btn-transparent-red.disabled:hover, .btn-transparent-red.disabled:focus, .btn-transparent-red.disabled:active, .btn-transparent-red.disabled.active, .btn-transparent-red[disabled]:hover, .btn-transparent-red[disabled]:focus, .btn-transparent-red[disabled]:active, .btn-transparent-red[disabled].active, fieldset[disabled] .btn-transparent-red:hover, fieldset[disabled] .btn-transparent-red:focus, fieldset[disabled] .btn-transparent-red:active, fieldset[disabled] .btn-transparent-red.active {
    background: none;
    border-color: rgba(230, 107, 107, 0.3);
    color: #e66b6b; }
  .btn-transparent-red .caret {
    border-top-color: #ffffff; }
  .dropup .btn-transparent-red .caret {
    border-bottom: 4px solid #ffffff; }

.btn-squared {
  border-radius: 0 !important; }

.btn-icon {
  background-color: #EFEFEF;
  background-image: -moz-linear-gradient(center top, #FAFAFA, #EFEFEF);
  border: 1px solid #DDDDDD;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  cursor: pointer;
  height: 80px;
  display: block;
  font-size: 14px;
  padding: 5px 0 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  color: #333333; }

.btn-icon:hover {
  border-color: #A5A5A5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  color: #444444;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF; }

.btn-icon .badge {
  border-radius: 12px 12px 12px 12px !important;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 300;
  padding: 3px 7px;
  position: absolute;
  right: -5px;
  text-shadow: none;
  top: -5px; }

.btn-icon [class^="fa-"], .btn-icon [class*=" fa-"] {
  clear: both;
  display: block; }

.buttons-widget .btn, .buttons-widget .bootstrap-switch, .buttons-widget button {
  margin-bottom: 5px; }

.buttons-widget .btn-group button, .buttons-widget .btn-group-vertical button, .buttons-widget .btn-group .btn, .buttons-widget .btn-group-vertical .btn {
  margin-bottom: 0; }

/***
Dropdown checkboxes
***/
.dropdown-checkboxes {
  padding: 5px; }
  .dropdown-checkboxes label {
    display: block;
    font-weight: normal;
    line-height: 20px; }

/***
Social Icons
***/
.social-icons ul {
  list-style: none;
  margin: 0 0 -1px 0;
  padding: 0; }
  .social-icons ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 40px;
    overflow: hidden; }
    .social-icons ul li a {
      background-position: 0 0;
      background-repeat: no-repeat;
      display: block;
      height: 80px;
      opacity: 0.6;
      text-indent: -9999px;
      transition: all 0.2s ease 0s;
      width: 40px;
      top: 0;
      font-size: 16px;
      position: relative;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .social-icons ul li a:hover {
        top: -40px; }
      .social-icons ul li a:before {
        position: absolute;
        width: 40px;
        height: 40px;
        font-family: FontAwesome;
        text-indent: 0;
        line-height: 40px;
        top: 0;
        left: 0;
        text-align: center;
        color: #999999; }
      .social-icons ul li a:after {
        position: absolute;
        width: 40px;
        height: 40px;
        font-family: FontAwesome;
        text-indent: 0;
        line-height: 40px;
        top: 40px;
        left: 0;
        text-align: center;
        color: #FFFFFF; }
    .social-icons ul li.social-twitter a:before, .social-icons ul li.social-twitter a:after {
      content: "\f099"; }
    .social-icons ul li.social-twitter a:after {
      background: #48C4D2; }
    .social-icons ul li.social-dribbble a:before, .social-icons ul li.social-dribbble a:after {
      content: "\f17d"; }
    .social-icons ul li.social-dribbble a:after {
      background: #EF5B92; }
    .social-icons ul li.social-facebook a:before, .social-icons ul li.social-facebook a:after {
      content: "\f09a"; }
    .social-icons ul li.social-facebook a:after {
      background: #3B5998; }
    .social-icons ul li.social-google a:before, .social-icons ul li.social-google a:after {
      content: "\f0d5"; }
    .social-icons ul li.social-google a:after {
      background: #DD4B39; }
    .social-icons ul li.social-linkedin a:before, .social-icons ul li.social-linkedin a:after {
      content: "\f0e1"; }
    .social-icons ul li.social-linkedin a:after {
      background: #71B2D0; }
    .social-icons ul li.social-youtube a:before, .social-icons ul li.social-youtube a:after {
      content: "\f167"; }
    .social-icons ul li.social-youtube a:after {
      background: #F45750; }
    .social-icons ul li.social-rss a:before, .social-icons ul li.social-rss a:after {
      content: "\f09e"; }
    .social-icons ul li.social-rss a:after {
      background: #FE9900; }
    .social-icons ul li.social-behance a:before, .social-icons ul li.social-behance a:after {
      content: "\f1b4"; }
    .social-icons ul li.social-behance a:after {
      background: #5EB5FB; }
    .social-icons ul li.social-dropbox a:before, .social-icons ul li.social-dropbox a:after {
      content: "\f16b"; }
    .social-icons ul li.social-dropbox a:after {
      background: #85BEEC; }
    .social-icons ul li.social-github a:before, .social-icons ul li.social-github a:after {
      content: "\f09b"; }
    .social-icons ul li.social-github a:after {
      background: #94A5B0; }
    .social-icons ul li.social-skype a:before, .social-icons ul li.social-skype a:after {
      content: "\f17e"; }
    .social-icons ul li.social-skype a:after {
      background: #70CCEF; }
    .social-icons ul li.social-spotify a:before, .social-icons ul li.social-spotify a:after {
      content: "\f1bc"; }
    .social-icons ul li.social-spotify a:after {
      background: #8BD05A; }
    .social-icons ul li.social-stumbleupon a:before, .social-icons ul li.social-stumbleupon a:after {
      content: "\f1a4"; }
    .social-icons ul li.social-stumbleupon a:after {
      background: #F08066; }
    .social-icons ul li.social-tumblr a:before, .social-icons ul li.social-tumblr a:after {
      content: "\f173"; }
    .social-icons ul li.social-tumblr a:after {
      background: #85A5C3; }
    .social-icons ul li.social-vimeo a:before, .social-icons ul li.social-vimeo a:after {
      content: "\f194"; }
    .social-icons ul li.social-vimeo a:after {
      background: #7C99A8; }
    .social-icons ul li.social-wordpress a:before, .social-icons ul li.social-wordpress a:after {
      content: "\f19a"; }
    .social-icons ul li.social-wordpress a:after {
      background: #649EB9; }
    .social-icons ul li.social-xing a:before, .social-icons ul li.social-xing a:after {
      content: "\f168"; }
    .social-icons ul li.social-xing a:after {
      background: #4F9394; }
    .social-icons ul li.social-yahoo a:before, .social-icons ul li.social-yahoo a:after {
      content: "\f19e"; }
    .social-icons ul li.social-yahoo a:after {
      background: #C38DCF; }
    .social-icons ul li.social-vk a:before, .social-icons ul li.social-vk a:after {
      content: "\f189"; }
    .social-icons ul li.social-vk a:after {
      background: #708FAC; }
    .social-icons ul li.social-instagram a:before, .social-icons ul li.social-instagram a:after {
      content: "\f16d"; }
    .social-icons ul li.social-instagram a:after {
      background: #CBAA97; }
    .social-icons ul li.social-reddit a:before, .social-icons ul li.social-reddit a:after {
      content: "\f1a1"; }
    .social-icons ul li.social-reddit a:after {
      background: #FF7A52; }
    .social-icons ul li.social-flickr a:before, .social-icons ul li.social-flickr a:after {
      content: "\f16e"; }
    .social-icons ul li.social-flickr a:after {
      background: #FF4DA9; }
    .social-icons ul li.social-foursquare a:before, .social-icons ul li.social-foursquare a:after {
      content: "\f180"; }
    .social-icons ul li.social-foursquare a:after {
      background: #6FCCF4; }

/* ---------------------------------------------------------------------- */
/*  Icons
/* ---------------------------------------------------------------------- */
.fa-round {
  border: 0.1em solid #eee;
  border-radius: 100%;
  padding: 0.2em 0.25em 0.15em; }

.the-icons {
  list-style: none;
  margin: 20px 0;
  padding: 0; }
  .the-icons .fa-hover {
    border-radius: 4px;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    color: #8B91A0;
    cursor: pointer;
    -moz-transition: font-size 0.2s ease 0s;
    -o-transition: font-size 0.2s ease 0s;
    -webkit-transition: font-size 0.2s ease 0s;
    -ms-transition: font-size 0.2s ease 0s;
    transition: font-size 0.2s ease 0s; }
    .the-icons .fa-hover:hover {
      font-size: 26px; }
      .the-icons .fa-hover:hover .fa {
        font-size: 26px; }
    .the-icons .fa-hover .fa {
      display: inline-block;
      font-size: 14px;
      margin-right: 10px;
      text-align: right;
      width: 32px; }

/* ---------------------------------------------------------------------- */
/*  Utilities
/* ---------------------------------------------------------------------- */
.space {
  margin: 25px 0;
  display: inline-block;
  height: 1px;
  width: 100%; }

span.spazio {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 1px; }

.relative {
  position: relative; }

.full-height {
  height: 100%; }

.text-block {
  padding: 0 4%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.inline {
  display: inline; }

.no-radius {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.no-border {
  border: none !important; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-color: inherit; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-color: inherit; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: inherit; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: inherit; }

.border-light {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.panel-white .border-light, .partition-white .border-light {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.border-dark {
  border-color: rgba(0, 0, 0, 0.2); }

.panel-white .border-dark, .partition-white .border-dark {
  border-color: rgba(0, 0, 0, 0.3) !important; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.no-display {
  display: none; }

.example {
  margin: 15px 0;
  padding: 14px 19px; }

.space5 {
  display: block;
  margin-bottom: 5px !important;
  clear: both; }

.space7 {
  margin-bottom: 7px !important;
  clear: both; }

.space10 {
  margin-bottom: 10px !important;
  clear: both; }

.space12 {
  margin-bottom: 12px !important;
  clear: both; }

.space15 {
  margin-bottom: 15px !important;
  clear: both; }

.space20 {
  margin-bottom: 20px !important;
  clear: both; }

.padding-5 {
  padding: 5px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-15 {
  padding: 15px !important; }

.padding-20 {
  padding: 20px !important; }

.padding-horizontal-5 {
  padding: 0 5px !important; }

.padding-horizontal-10 {
  padding: 0 10px !important; }

.padding-horizontal-15 {
  padding: 0 15px !important; }

.padding-horizontal-20 {
  padding: 0 20px !important; }

.padding-vertical-10 {
  padding: 10px 0 !important; }

.padding-vertical-15 {
  padding: 15px 0 !important; }

.padding-vertical-20 {
  padding: 20px 0 !important; }

.padding-bottom-5 {
  padding: 0 0 5px 0 !important; }

.padding-bottom-10 {
  padding: 0 0 10px 0 !important; }

.padding-bottom-15 {
  padding: 0 0 15px 0 !important; }

.margin-bottom-5 {
  margin: 0 0 5px 0 !important; }

.margin-bottom-10 {
  margin: 0 0 10px 0 !important; }

.margin-bottom-15 {
  margin: 0 0 15px 0 !important; }

.margin-bottom-30 {
  margin: 0 0 30px 0 !important; }

.margin-right-5 {
  margin: 0 5px 0 0 !important; }

.margin-right-10 {
  margin: 0 10px 0 0 !important; }

.margin-right-15 {
  margin: 0 15px 0 0 !important; }

.margin-right-30 {
  margin: 0 30px 0 0 !important; }

.height-155 {
  height: 155px !important; }

.height-180 {
  height: 180px !important; }

.height-200 {
  height: 200px !important; }

.height-230 {
  height: 230px !important; }

.height-250 {
  height: 250px !important; }

.height-300 {
  height: 300px !important; }

.height-350 {
  height: 350px !important; }

.width-200 {
  width: 200px !important; }

.vertical-align-bottom {
  vertical-align: bottom; }

.text-bold {
  font-weight: bold; }

.text-azure {
  color: #00BDCC; }

.text-orange {
  color: #F58A5C; }

.text-green {
  color: #1FBBA6; }

.text-blue {
  color: #5F8295; }

.text-pink {
  color: #DD5A82; }

.text-purple {
  color: #DD5A82; }

.text-bricky {
  color: #894550; }

.text-yellow {
  color: #FFB848; }

.text-red {
  color: #e66b6b; }

.text-white {
  color: #ffffff; }

a.text-white {
  color: rgba(255, 255, 255, 0.6); }
  a.text-white:hover {
    color: #ffffff; }

.text-dark {
  color: rgba(0, 0, 0, 0.4); }

a.text-dark:hover {
  color: rgba(0, 0, 0, 0.6); }

.center {
  text-align: center; }

.text-light {
  color: rgba(255, 255, 255, 0.6); }

a.text-light:hover {
  color: rgba(255, 255, 255, 0.8); }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.panel-white .text-light, .partition-white .text-light {
  color: rgba(0, 0, 0, 0.3) !important; }

.panel-white a.text-light:hover, .partition-white a.text-light:hover {
  color: rgba(0, 0, 0, 0.5) !important; }

.circle-100 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-shadow: 0 1px 2px #C3C3C3;
  -moz-box-shadow: 0 1px 2px #C3C3C3;
  box-shadow: 0 1px 2px #C3C3C3; }

.circle-50 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0 1px 2px #C3C3C3;
  -moz-box-shadow: 0 1px 2px #C3C3C3;
  box-shadow: 0 1px 2px #C3C3C3; }

.rate .value {
  font-size: 30px;
  font-weight: 600; }

.rate i {
  vertical-align: middle;
  padding-bottom: 15px; }

.rate .percentage {
  vertical-align: middle;
  font-size: 15px;
  padding-bottom: 15px; }

.rate img {
  display: block;
  position: relative;
  width: 100%; }

.overlayer {
  display: block;
  position: absolute;
  z-index: 101;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0px, black 100%);
  opacity: 1; }
  .overlayer.fullwidth {
    width: 100%; }
  .overlayer .overlayer-wrapper {
    display: block;
    position: relative;
    z-index: 100; }

.bottom-left {
  bottom: 0;
  left: 0;
  position: absolute; }

.tags {
  display: inline-block;
  background: #C2C6CD;
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
  margin: 0 0 10px 18px;
  padding: 2px 10px 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  transition: all .25s linear;
  white-space: nowrap;
  line-height: 21px; }
  .tags:before {
    content: "";
    border-style: solid;
    border-color: transparent #c5c5c5 transparent transparent;
    border-width: 12px 13px 12px 0;
    position: absolute;
    left: -13px;
    top: 0;
    transition: all .25s linear; }
  .tags:hover {
    background-color: #8B91A0;
    color: #FFFFFF; }
  .tags:hover:before {
    border-color: transparent #8B91A0 transparent transparent; }
  .tags:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    content: "";
    height: 5px;
    left: -1px;
    position: absolute;
    top: 10px;
    width: 5px; }

.tooltip-notification {
  cursor: pointer;
  right: 0;
  margin-top: 3px;
  padding: 5px 0;
  position: absolute;
  top: 25px;
  z-index: 10000; }
  .toolbar .tooltip-notification {
    top: 60px;
    right: 20px; }
  .tooltip-notification .tooltip-notification-arrow {
    border-width: 0 5px 5px;
    left: 80%;
    margin-left: -5px;
    top: 0;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #292B2E;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0; }
  .tooltip-notification .tooltip-notification-inner {
    background-color: #292B2E;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    line-height: normal; }
    .tooltip-notification .tooltip-notification-inner .message {
      color: #BFC0C1;
      font-size: 11px;
      margin-top: -4px; }
    .tooltip-notification .tooltip-notification-inner > div {
      width: 100px; }

.float-none {
  float: none; }

.background-dark {
  background: rgba(0, 0, 0, 0.2); }

.background-light {
  background: rgba(255, 255, 255, 0.6) !important; }

.radius-3 {
  border-radius: 3px; }

.radius-5 {
  border-radius: 5px; }

.radius-10 {
  border-radius: 10px; }

.stack-right-bottom {
  left: auto !important;
  right: -0.5em !important;
  top: auto !important;
  bottom: -0.5em !important;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }

.noTransform {
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important; }

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10; }

.middle {
  display: table-cell;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle; }

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.invert {
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/* ---------------------------------------------------------------------- */
/*  CSS FOR MOBILE
/* ---------------------------------------------------------------------- */
.isMobile .left-wrapper, .isMobile .right-wrapper {
  overflow: auto !important;
  -ms-overflow-style: auto !important;
  -webkit-overflow-scrolling: touch !important; }

.isMobile .panel-scroll {
  overflow: auto !important;
  -ms-overflow-style: auto !important;
  -webkit-overflow-scrolling: touch !important; }

.isMobile #slidingbar-area, .isMobile .subviews {
  overflow: auto !important;
  -ms-overflow-style: auto !important;
  -webkit-overflow-scrolling: touch !important; }

.isMobile .panel-tools {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.isMobile ul.main-navigation-menu li:not(.open) a:hover {
  background: inherit !important; }
