@charset "UTF-8";

/*------------------------------------------------------------------

[Layout rules Stylesheet]



Project:	Naba website

Version:	0.1

Note:       In questo foglio di stile vengono inserite le regole non specificate tramite mixins, nelle variables e attraverso gli stili di Bootstrap

Authors:    , Marco Pasqualotto, Luca Longobardi, Mario Montalto per Fulldigi S.r.l



-------------------------------------------------------------------*/

/*!

 * Bootstrap v3.3.6 (http://getbootstrap.com)

 * Copyright 2011-2015 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900,900italic);

html {

  font-family: sans-serif;

  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;

}



body {

  margin: 0;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

menu,

nav,

section,

summary {

  display: block;

}



audio,

canvas,

progress,

video {

  display: inline-block;

  vertical-align: baseline;

}



audio:not([controls]) {

  display: none;

  height: 0;

}



[hidden],

template {

  display: none;

}



a {

  background-color: transparent;

}



a:active,

a:hover {

  outline: 0;

}



abbr[title] {

  border-bottom: 1px dotted;

}



b,

strong {

  font-weight: bold;

}



dfn {

  font-style: italic;

}



h1 {

  font-size: 2em;

  margin: 0.67em 0;

}



mark {

  background: #ff0;

  color: #000;

}



small {

  font-size: 80%;

}



sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}



sup {

  top: -0.5em;

}



sub {

  bottom: -0.25em;

}



img {

  border: 0;

}



svg:not(:root) {

  overflow: hidden;

}



figure {

  margin: 1em 40px;

}



hr {

  box-sizing: content-box;

  height: 0;

}



pre {

  overflow: auto;

}



code,

kbd,

pre,

samp {

  font-family: monospace, monospace;

  font-size: 1em;

}



button,

input,

optgroup,

select,

textarea {

  color: inherit;

  font: inherit;

  margin: 0;

}



button {

  overflow: visible;

}



button,

select {

  text-transform: none;

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;

  cursor: pointer;

}



button[disabled],

html input[disabled] {

  cursor: default;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0;

}



input {

  line-height: normal;

}



input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box;

  padding: 0;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  height: auto;

}



input[type="search"] {

  -webkit-appearance: textfield;

  box-sizing: content-box;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;

}



fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;

}



legend {

  border: 0;

  padding: 0;

}



textarea {

  overflow: auto;

}



optgroup {

  font-weight: bold;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}



td,

th {

  padding: 0;

}



/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {

  *,

  *:before,

  *:after {

    background: transparent !important;

    color: #000 !important;

    box-shadow: none !important;

    text-shadow: none !important;

  }

  a,

  a:visited {

    text-decoration: underline;

  }

  a[href]:after {

    content: " (" attr(href) ")";

  }

  abbr[title]:after {

    content: " (" attr(title) ")";

  }

  a[href^="#"]:after,

  a[href^="javascript:"]:after {

    content: "";

  }

  pre,

  blockquote {

    border: 1px solid #999;

    page-break-inside: avoid;

  }

  thead {

    display: table-header-group;

  }

  tr,

  img {

    page-break-inside: avoid;

  }

  img {

    max-width: 100% !important;

  }

  p,

  h2,

  h3 {

    orphans: 3;

    widows: 3;

  }

  h2,

  h3 {

    page-break-after: avoid;

  }

  .navbar {

    display: none;

  }

  .btn > .caret,

  .dropup > .btn > .caret {

    border-top-color: #000 !important;

  }

  .label {

    border: 1px solid #000;

  }

  .table {

    border-collapse: collapse !important;

  }

  .table td,

  .table th {

    background-color: #fff !important;

  }

  .table-bordered th,

  .table-bordered td {

    border: 1px solid #ddd !important;

  }

}



@font-face {

  font-family: 'Glyphicons Halflings';

  src: url("../fonts/glyphicons-halflings-regular.eot");

  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");

}



.glyphicon {

  position: relative;

  top: 1px;

  display: inline-block;

  font-family: 'Glyphicons Halflings';

  font-style: normal;

  font-weight: normal;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.glyphicon-asterisk:before {

  content: "\002a";

}



.glyphicon-plus:before {

  content: "\002b";

}



.glyphicon-euro:before,

.glyphicon-eur:before {

  content: "\20ac";

}



.glyphicon-minus:before {

  content: "\2212";

}



.glyphicon-cloud:before {

  content: "\2601";

}



.glyphicon-envelope:before {

  content: "\2709";

}



.glyphicon-pencil:before {

  content: "\270f";

}



.glyphicon-glass:before {

  content: "\e001";

}



.glyphicon-music:before {

  content: "\e002";

}



.glyphicon-search:before {

  content: "\e003";

}



.glyphicon-heart:before {

  content: "\e005";

}



.glyphicon-star:before {

  content: "\e006";

}



.glyphicon-star-empty:before {

  content: "\e007";

}



.glyphicon-user:before {

  content: "\e008";

}



.glyphicon-film:before {

  content: "\e009";

}



.glyphicon-th-large:before {

  content: "\e010";

}



.glyphicon-th:before {

  content: "\e011";

}



.glyphicon-th-list:before {

  content: "\e012";

}



.glyphicon-ok:before {

  content: "\e013";

}



.glyphicon-remove:before {

  content: "\e014";

}



.glyphicon-zoom-in:before {

  content: "\e015";

}



.glyphicon-zoom-out:before {

  content: "\e016";

}



.glyphicon-off:before {

  content: "\e017";

}



.glyphicon-signal:before {

  content: "\e018";

}



.glyphicon-cog:before {

  content: "\e019";

}



.glyphicon-trash:before {

  content: "\e020";

}



.glyphicon-home:before {

  content: "\e021";

}



.glyphicon-file:before {

  content: "\e022";

}



.glyphicon-time:before {

  content: "\e023";

}



.glyphicon-road:before {

  content: "\e024";

}



.glyphicon-download-alt:before {

  content: "\e025";

}



.glyphicon-download:before {

  content: "\e026";

}



.glyphicon-upload:before {

  content: "\e027";

}



.glyphicon-inbox:before {

  content: "\e028";

}



.glyphicon-play-circle:before {

  content: "\e029";

}



.glyphicon-repeat:before {

  content: "\e030";

}



.glyphicon-refresh:before {

  content: "\e031";

}



.glyphicon-list-alt:before {

  content: "\e032";

}



.glyphicon-lock:before {

  content: "\e033";

}



.glyphicon-flag:before {

  content: "\e034";

}



.glyphicon-headphones:before {

  content: "\e035";

}



.glyphicon-volume-off:before {

  content: "\e036";

}



.glyphicon-volume-down:before {

  content: "\e037";

}



.glyphicon-volume-up:before {

  content: "\e038";

}



.glyphicon-qrcode:before {

  content: "\e039";

}



.glyphicon-barcode:before {

  content: "\e040";

}



.glyphicon-tag:before {

  content: "\e041";

}



.glyphicon-tags:before {

  content: "\e042";

}



.glyphicon-book:before {

  content: "\e043";

}



.glyphicon-bookmark:before {

  content: "\e044";

}



.glyphicon-print:before {

  content: "\e045";

}



.glyphicon-camera:before {

  content: "\e046";

}



.glyphicon-font:before {

  content: "\e047";

}



.glyphicon-bold:before {

  content: "\e048";

}



.glyphicon-italic:before {

  content: "\e049";

}



.glyphicon-text-height:before {

  content: "\e050";

}



.glyphicon-text-width:before {

  content: "\e051";

}



.glyphicon-align-left:before {

  content: "\e052";

}



.glyphicon-align-center:before {

  content: "\e053";

}



.glyphicon-align-right:before {

  content: "\e054";

}



.glyphicon-align-justify:before {

  content: "\e055";

}



.glyphicon-list:before {

  content: "\e056";

}



.glyphicon-indent-left:before {

  content: "\e057";

}



.glyphicon-indent-right:before {

  content: "\e058";

}



.glyphicon-facetime-video:before {

  content: "\e059";

}



.glyphicon-picture:before {

  content: "\e060";

}



.glyphicon-map-marker:before {

  content: "\e062";

}



.glyphicon-adjust:before {

  content: "\e063";

}



.glyphicon-tint:before {

  content: "\e064";

}



.glyphicon-edit:before {

  content: "\e065";

}



.glyphicon-share:before {

  content: "\e066";

}



.glyphicon-check:before {

  content: "\e067";

}



.glyphicon-move:before {

  content: "\e068";

}



.glyphicon-step-backward:before {

  content: "\e069";

}



.glyphicon-fast-backward:before {

  content: "\e070";

}



.glyphicon-backward:before {

  content: "\e071";

}



.glyphicon-play:before {

  content: "\e072";

}



.glyphicon-pause:before {

  content: "\e073";

}



.glyphicon-stop:before {

  content: "\e074";

}



.glyphicon-forward:before {

  content: "\e075";

}



.glyphicon-fast-forward:before {

  content: "\e076";

}



.glyphicon-step-forward:before {

  content: "\e077";

}



.glyphicon-eject:before {

  content: "\e078";

}



.glyphicon-chevron-left:before {

  content: "\e079";

}



.glyphicon-chevron-right:before {

  content: "\e080";

}



.glyphicon-plus-sign:before {

  content: "\e081";

}



.glyphicon-minus-sign:before {

  content: "\e082";

}



.glyphicon-remove-sign:before {

  content: "\e083";

}



.glyphicon-ok-sign:before {

  content: "\e084";

}



.glyphicon-question-sign:before {

  content: "\e085";

}



.glyphicon-info-sign:before {

  content: "\e086";

}



.glyphicon-screenshot:before {

  content: "\e087";

}



.glyphicon-remove-circle:before {

  content: "\e088";

}



.glyphicon-ok-circle:before {

  content: "\e089";

}



.glyphicon-ban-circle:before {

  content: "\e090";

}



.glyphicon-arrow-left:before {

  content: "\e091";

}



.glyphicon-arrow-right:before {

  content: "\e092";

}



.glyphicon-arrow-up:before {

  content: "\e093";

}



.glyphicon-arrow-down:before {

  content: "\e094";

}



.glyphicon-share-alt:before {

  content: "\e095";

}



.glyphicon-resize-full:before {

  content: "\e096";

}



.glyphicon-resize-small:before {

  content: "\e097";

}



.glyphicon-exclamation-sign:before {

  content: "\e101";

}



.glyphicon-gift:before {

  content: "\e102";

}



.glyphicon-leaf:before {

  content: "\e103";

}



.glyphicon-fire:before {

  content: "\e104";

}



.glyphicon-eye-open:before {

  content: "\e105";

}



.glyphicon-eye-close:before {

  content: "\e106";

}



.glyphicon-warning-sign:before {

  content: "\e107";

}



.glyphicon-plane:before {

  content: "\e108";

}



.glyphicon-calendar:before {

  content: "\e109";

}



.glyphicon-random:before {

  content: "\e110";

}



.glyphicon-comment:before {

  content: "\e111";

}



.glyphicon-magnet:before {

  content: "\e112";

}



.glyphicon-chevron-up:before {

  content: "\e113";

}



.glyphicon-chevron-down:before {

  content: "\e114";

}



.glyphicon-retweet:before {

  content: "\e115";

}



.glyphicon-shopping-cart:before {

  content: "\e116";

}



.glyphicon-folder-close:before {

  content: "\e117";

}



.glyphicon-folder-open:before {

  content: "\e118";

}



.glyphicon-resize-vertical:before {

  content: "\e119";

}



.glyphicon-resize-horizontal:before {

  content: "\e120";

}



.glyphicon-hdd:before {

  content: "\e121";

}



.glyphicon-bullhorn:before {

  content: "\e122";

}



.glyphicon-bell:before {

  content: "\e123";

}



.glyphicon-certificate:before {

  content: "\e124";

}



.glyphicon-thumbs-up:before {

  content: "\e125";

}



.glyphicon-thumbs-down:before {

  content: "\e126";

}



.glyphicon-hand-right:before {

  content: "\e127";

}



.glyphicon-hand-left:before {

  content: "\e128";

}



.glyphicon-hand-up:before {

  content: "\e129";

}



.glyphicon-hand-down:before {

  content: "\e130";

}



.glyphicon-circle-arrow-right:before {

  content: "\e131";

}



.glyphicon-circle-arrow-left:before {

  content: "\e132";

}



.glyphicon-circle-arrow-up:before {

  content: "\e133";

}



.glyphicon-circle-arrow-down:before {

  content: "\e134";

}



.glyphicon-globe:before {

  content: "\e135";

}



.glyphicon-wrench:before {

  content: "\e136";

}



.glyphicon-tasks:before {

  content: "\e137";

}



.glyphicon-filter:before {

  content: "\e138";

}



.glyphicon-briefcase:before {

  content: "\e139";

}



.glyphicon-fullscreen:before {

  content: "\e140";

}



.glyphicon-dashboard:before {

  content: "\e141";

}



.glyphicon-paperclip:before {

  content: "\e142";

}



.glyphicon-heart-empty:before {

  content: "\e143";

}



.glyphicon-link:before {

  content: "\e144";

}



.glyphicon-phone:before {

  content: "\e145";

}



.glyphicon-pushpin:before {

  content: "\e146";

}



.glyphicon-usd:before {

  content: "\e148";

}



.glyphicon-gbp:before {

  content: "\e149";

}



.glyphicon-sort:before {

  content: "\e150";

}



.glyphicon-sort-by-alphabet:before {

  content: "\e151";

}



.glyphicon-sort-by-alphabet-alt:before {

  content: "\e152";

}



.glyphicon-sort-by-order:before {

  content: "\e153";

}



.glyphicon-sort-by-order-alt:before {

  content: "\e154";

}



.glyphicon-sort-by-attributes:before {

  content: "\e155";

}



.glyphicon-sort-by-attributes-alt:before {

  content: "\e156";

}



.glyphicon-unchecked:before {

  content: "\e157";

}



.glyphicon-expand:before {

  content: "\e158";

}



.glyphicon-collapse-down:before {

  content: "\e159";

}



.glyphicon-collapse-up:before {

  content: "\e160";

}



.glyphicon-log-in:before {

  content: "\e161";

}



.glyphicon-flash:before {

  content: "\e162";

}



.glyphicon-log-out:before {

  content: "\e163";

}



.glyphicon-new-window:before {

  content: "\e164";

}



.glyphicon-record:before {

  content: "\e165";

}



.glyphicon-save:before {

  content: "\e166";

}



.glyphicon-open:before {

  content: "\e167";

}



.glyphicon-saved:before {

  content: "\e168";

}



.glyphicon-import:before {

  content: "\e169";

}



.glyphicon-export:before {

  content: "\e170";

}



.glyphicon-send:before {

  content: "\e171";

}



.glyphicon-floppy-disk:before {

  content: "\e172";

}



.glyphicon-floppy-saved:before {

  content: "\e173";

}



.glyphicon-floppy-remove:before {

  content: "\e174";

}



.glyphicon-floppy-save:before {

  content: "\e175";

}



.glyphicon-floppy-open:before {

  content: "\e176";

}



.glyphicon-credit-card:before {

  content: "\e177";

}



.glyphicon-transfer:before {

  content: "\e178";

}



.glyphicon-cutlery:before {

  content: "\e179";

}



.glyphicon-header:before {

  content: "\e180";

}



.glyphicon-compressed:before {

  content: "\e181";

}



.glyphicon-earphone:before {

  content: "\e182";

}



.glyphicon-phone-alt:before {

  content: "\e183";

}



.glyphicon-tower:before {

  content: "\e184";

}



.glyphicon-stats:before {

  content: "\e185";

}



.glyphicon-sd-video:before {

  content: "\e186";

}



.glyphicon-hd-video:before {

  content: "\e187";

}



.glyphicon-subtitles:before {

  content: "\e188";

}



.glyphicon-sound-stereo:before {

  content: "\e189";

}



.glyphicon-sound-dolby:before {

  content: "\e190";

}



.glyphicon-sound-5-1:before {

  content: "\e191";

}



.glyphicon-sound-6-1:before {

  content: "\e192";

}



.glyphicon-sound-7-1:before {

  content: "\e193";

}



.glyphicon-copyright-mark:before {

  content: "\e194";

}



.glyphicon-registration-mark:before {

  content: "\e195";

}



.glyphicon-cloud-download:before {

  content: "\e197";

}



.glyphicon-cloud-upload:before {

  content: "\e198";

}



.glyphicon-tree-conifer:before {

  content: "\e199";

}



.glyphicon-tree-deciduous:before {

  content: "\e200";

}



.glyphicon-cd:before {

  content: "\e201";

}



.glyphicon-save-file:before {

  content: "\e202";

}



.glyphicon-open-file:before {

  content: "\e203";

}



.glyphicon-level-up:before {

  content: "\e204";

}



.glyphicon-copy:before {

  content: "\e205";

}



.glyphicon-paste:before {

  content: "\e206";

}



.glyphicon-alert:before {

  content: "\e209";

}



.glyphicon-equalizer:before {

  content: "\e210";

}



.glyphicon-king:before {

  content: "\e211";

}



.glyphicon-queen:before {

  content: "\e212";

}



.glyphicon-pawn:before {

  content: "\e213";

}



.glyphicon-bishop:before {

  content: "\e214";

}



.glyphicon-knight:before {

  content: "\e215";

}



.glyphicon-baby-formula:before {

  content: "\e216";

}



.glyphicon-tent:before {

  content: "\26fa";

}



.glyphicon-blackboard:before {

  content: "\e218";

}



.glyphicon-bed:before {

  content: "\e219";

}



.glyphicon-apple:before {

  content: "\f8ff";

}



.glyphicon-erase:before {

  content: "\e221";

}



.glyphicon-hourglass:before {

  content: "\231b";

}



.glyphicon-lamp:before {

  content: "\e223";

}



.glyphicon-duplicate:before {

  content: "\e224";

}



.glyphicon-piggy-bank:before {

  content: "\e225";

}



.glyphicon-scissors:before {

  content: "\e226";

}



.glyphicon-bitcoin:before {

  content: "\e227";

}



.glyphicon-btc:before {

  content: "\e227";

}



.glyphicon-xbt:before {

  content: "\e227";

}



.glyphicon-yen:before {

  content: "\00a5";

}



.glyphicon-jpy:before {

  content: "\00a5";

}



.glyphicon-ruble:before {

  content: "\20bd";

}



.glyphicon-rub:before {

  content: "\20bd";

}



.glyphicon-scale:before {

  content: "\e230";

}



.glyphicon-ice-lolly:before {

  content: "\e231";

}



.glyphicon-ice-lolly-tasted:before {

  content: "\e232";

}



.glyphicon-education:before {

  content: "\e233";

}



.glyphicon-option-horizontal:before {

  content: "\e234";

}



.glyphicon-option-vertical:before {

  content: "\e235";

}



.glyphicon-menu-hamburger:before {

  content: "\e236";

}



.glyphicon-modal-window:before {

  content: "\e237";

}



.glyphicon-oil:before {

  content: "\e238";

}



.glyphicon-grain:before {

  content: "\e239";

}



.glyphicon-sunglasses:before {

  content: "\e240";

}



.glyphicon-text-size:before {

  content: "\e241";

}



.glyphicon-text-color:before {
  content: "\e242";

}



.glyphicon-text-background:before {

  content: "\e243";

}



.glyphicon-object-align-top:before {

  content: "\e244";

}



.glyphicon-object-align-bottom:before {

  content: "\e245";

}



.glyphicon-object-align-horizontal:before {

  content: "\e246";

}



.glyphicon-object-align-left:before {

  content: "\e247";

}



.glyphicon-object-align-vertical:before {

  content: "\e248";

}



.glyphicon-object-align-right:before {

  content: "\e249";

}



.glyphicon-triangle-right:before {

  content: "\e250";

}



.glyphicon-triangle-left:before {

  content: "\e251";

}



.glyphicon-triangle-bottom:before {

  content: "\e252";

}



.glyphicon-triangle-top:before {

  content: "\e253";

}



.glyphicon-console:before {

  content: "\e254";

}



.glyphicon-superscript:before {

  content: "\e255";

}



.glyphicon-subscript:before {

  content: "\e256";

}



.glyphicon-menu-left:before {

  content: "\e257";

}



.glyphicon-menu-right:before {

  content: "\e258";

}



.glyphicon-menu-down:before {

  content: "\e259";

}



.glyphicon-menu-up:before {

  content: "\e260";

}



* {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



*:before,

*:after {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



html {

  font-size: 10px;

  -webkit-tap-highlight-color: transparent;

}



body {

  font-family: "Lato", Arial, Helvetica, sans-serif;

  font-size: 16px;

  line-height: 1.42857;

  color: #333333;

  background-color: #fff;

}



input,

button,

select,

textarea {

  font-family: inherit;

  font-size: inherit;

  line-height: inherit;

}



a {

  color: #666666;

  text-decoration: none;

}



a:hover, a:focus {

  color: #404040;

  text-decoration: underline;

}



a:focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



figure {

  margin: 0;

}



img {

  vertical-align: middle;

}



.img-responsive {

  display: block;

  max-width: 100%;

  height: auto;

}



.img-rounded {

  border-radius: 6px;

}



.img-thumbnail {

  padding: 4px;

  line-height: 1.42857;

  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 4px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  display: inline-block;

  max-width: 100%;

  height: auto;

}



.img-circle {

  border-radius: 50%;

}



hr {

  margin-top: 22px;

  margin-bottom: 22px;

  border: 0;

  border-top: 1px solid #eeeeee;

}



.sr-only {

  position: absolute;

  width: 1px;

  height: 1px;

  margin: -1px;

  padding: 0;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  border: 0;

}



.sr-only-focusable:active, .sr-only-focusable:focus {

  position: static;

  width: auto;

  height: auto;

  margin: 0;

  overflow: visible;

  clip: auto;

}



[role="button"] {

  cursor: pointer;

}



h1, h2, h3, h4, h5, h6,

.h1, .h2, .h3, .h4, .h5, .h6 {

  font-family: inherit;

  font-weight: 500;

  line-height: 1.1;

  color: inherit;

}



h1 small,

h1 .small, h2 small,

h2 .small, h3 small,

h3 .small, h4 small,

h4 .small, h5 small,

h5 .small, h6 small,

h6 .small,

.h1 small,

.h1 .small, .h2 small,

.h2 .small, .h3 small,

.h3 .small, .h4 small,

.h4 .small, .h5 small,

.h5 .small, .h6 small,

.h6 .small {

  font-weight: normal;

  line-height: 1;

  color: #777777;

}



h1, .h1,

h2, .h2,

h3, .h3 {

  margin-top: 22px;

  margin-bottom: 11px;

}



h1 small,

h1 .small, .h1 small,

.h1 .small,

h2 small,

h2 .small, .h2 small,

.h2 .small,

h3 small,

h3 .small, .h3 small,

.h3 .small {

  font-size: 65%;

}



h4, .h4,

h5, .h5,

h6, .h6 {

  margin-top: 11px;

  margin-bottom: 11px;

}



h4 small,

h4 .small, .h4 small,

.h4 .small,

h5 small,

h5 .small, .h5 small,

.h5 .small,

h6 small,

h6 .small, .h6 small,

.h6 .small {

  font-size: 75%;

}



h1, .h1 {

  font-size: 41px;

}



h2, .h2 {

  font-size: 34px;

}



h3, .h3 {

  font-size: 28px;

}



h4, .h4 {

  font-size: 20px;

}



h5, .h5 {

  font-size: 16px;

}



h6, .h6 {

  font-size: 14px;

}



p {

  margin: 0 0 11px;

}



.lead {

  margin-bottom: 22px;

  font-size: 18px;

  font-weight: 300;

  line-height: 1.4;

}



@media (min-width: 768px) {

  .lead {

    font-size: 24px;

  }

}



small,

.small {

  font-size: 87%;

}



mark,

.mark {

  background-color: #fcf8e3;

  padding: .2em;

}



.text-left {

  text-align: left;

}



.text-right {

  text-align: right;

}



.text-center {

  text-align: center;

}



.text-justify {

  text-align: justify;

}



.text-nowrap {

  white-space: nowrap;

}



.text-lowercase {

  text-transform: lowercase;

}



.text-uppercase, .initialism, .text-editor .initialism {

  text-transform: uppercase;

}



.text-capitalize {

  text-transform: capitalize;

}



.text-muted {

  color: #777777;

}



.text-primary {

  color: #666666;

}



a.text-primary:hover,

a.text-primary:focus {

  color: #4d4d4d;

}



.text-success {

  color: #3c763d;

}



a.text-success:hover,

a.text-success:focus {

  color: #2b542c;

}



.text-info {

  color: #31708f;

}



a.text-info:hover,

a.text-info:focus {

  color: #245269;

}



.text-warning {

  color: #8a6d3b;

}



a.text-warning:hover,

a.text-warning:focus {

  color: #66512c;

}



.text-danger {

  color: #a94442;

}



a.text-danger:hover,

a.text-danger:focus {

  color: #843534;

}



.bg-primary {

  color: #fff;

}



.bg-primary {

  background-color: #666666;

}



a.bg-primary:hover,

a.bg-primary:focus {

  background-color: #4d4d4d;

}



.bg-success {

  background-color: #dff0d8;

}



a.bg-success:hover,

a.bg-success:focus {

  background-color: #c1e2b3;

}



.bg-info {

  background-color: #d9edf7;

}



a.bg-info:hover,

a.bg-info:focus {

  background-color: #afd9ee;

}



.bg-warning {

  background-color: #fcf8e3;

}



a.bg-warning:hover,

a.bg-warning:focus {

  background-color: #f7ecb5;

}



.bg-danger {

  background-color: #f2dede;

}



a.bg-danger:hover,

a.bg-danger:focus {

  background-color: #e4b9b9;

}



.page-header {

  padding-bottom: 10px;

  margin: 44px 0 22px;

  border-bottom: 1px solid #eeeeee;

}



ul,

ol {

  margin-top: 0;

  margin-bottom: 11px;

}



ul ul,

ul ol,

ol ul,

ol ol {

  margin-bottom: 0;

}



.list-unstyled {

  padding-left: 0;

  list-style: none;

}



.list-inline {

  padding-left: 0;

  list-style: none;

  margin-left: -5px;

}



.list-inline > li {

  display: inline-block;

  padding-left: 5px;

  padding-right: 5px;

}



dl {

  margin-top: 0;

  margin-bottom: 22px;

}



dt,

dd {

  line-height: 1.42857;

}



dt {

  font-weight: bold;

}



dd {

  margin-left: 0;

}



.dl-horizontal dd:before, .dl-horizontal dd:after {

  content: " ";

  display: table;

}



.dl-horizontal dd:after {

  clear: both;

}



@media (min-width: 768px) {

  .dl-horizontal dt {

    float: left;

    width: 160px;

    clear: left;

    text-align: right;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

  }

  .dl-horizontal dd {

    margin-left: 180px;

  }

}



abbr[title],

abbr[data-original-title] {

  cursor: help;

  border-bottom: 1px dotted #777777;

}



.initialism {

  font-size: 90%;

}



blockquote {

  padding: 11px 22px;

  margin: 0 0 22px;

  font-size: 20px;

  border-left: 5px solid #eeeeee;

}



blockquote p:last-child,

blockquote ul:last-child,

blockquote ol:last-child {

  margin-bottom: 0;

}



blockquote footer,

blockquote small,

blockquote .small {

  display: block;

  font-size: 80%;

  line-height: 1.42857;

  color: #777777;

}



blockquote footer:before,

blockquote small:before,

blockquote .small:before {

  content: '\2014 \00A0';

}



.blockquote-reverse,

blockquote.pull-right {

  padding-right: 15px;

  padding-left: 0;

  border-right: 5px solid #eeeeee;

  border-left: 0;

  text-align: right;

}



.blockquote-reverse footer:before,

.blockquote-reverse small:before,

.blockquote-reverse .small:before,

blockquote.pull-right footer:before,

blockquote.pull-right small:before,

blockquote.pull-right .small:before {

  content: '';

}



.blockquote-reverse footer:after,

.blockquote-reverse small:after,

.blockquote-reverse .small:after,

blockquote.pull-right footer:after,

blockquote.pull-right small:after,

blockquote.pull-right .small:after {

  content: '\00A0 \2014';

}



address {

  margin-bottom: 22px;

  font-style: normal;

  line-height: 1.42857;

}



code,

kbd,

pre,

samp {

  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;

}



code {

  padding: 2px 4px;

  font-size: 90%;

  color: #c7254e;

  background-color: #f9f2f4;

  border-radius: 4px;

}



kbd {

  padding: 2px 4px;

  font-size: 90%;

  color: #fff;

  background-color: #333;

  border-radius: 3px;

  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);

}



kbd kbd {

  padding: 0;

  font-size: 100%;

  font-weight: bold;

  box-shadow: none;

}



pre {

  display: block;

  padding: 10.5px;

  margin: 0 0 11px;

  font-size: 15px;

  line-height: 1.42857;

  word-break: break-all;

  word-wrap: break-word;

  color: #333333;

  background-color: #f5f5f5;

  border: 1px solid #ccc;

  border-radius: 4px;

}



pre code {

  padding: 0;

  font-size: inherit;

  color: inherit;

  white-space: pre-wrap;

  background-color: transparent;

  border-radius: 0;

}



.pre-scrollable {

  max-height: 340px;

  overflow-y: scroll;

}



.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.33333%;

}



.col-xs-2 {

  width: 16.66667%;

}



.col-xs-3 {

  width: 25%;

}



.col-xs-4 {

  width: 33.33333%;

}



.col-xs-5 {

  width: 41.66667%;

}



.col-xs-6 {

  width: 50%;

}



.col-xs-7 {

  width: 58.33333%;

}



.col-xs-8 {
  width: 66.66667%;

}



.col-xs-9 {

  width: 75%;

}



.col-xs-10 {

  width: 83.33333%;

}



.col-xs-11 {

  width: 91.66667%;

}



.col-xs-12 {

  width: 100%;

}



.col-xs-pull-0 {

  right: auto;

}



.col-xs-pull-1 {

  right: 8.33333%;

}



.col-xs-pull-2 {

  right: 16.66667%;

}



.col-xs-pull-3 {

  right: 25%;

}



.col-xs-pull-4 {

  right: 33.33333%;

}



.col-xs-pull-5 {

  right: 41.66667%;

}



.col-xs-pull-6 {

  right: 50%;

}



.col-xs-pull-7 {

  right: 58.33333%;

}



.col-xs-pull-8 {

  right: 66.66667%;

}



.col-xs-pull-9 {

  right: 75%;

}



.col-xs-pull-10 {

  right: 83.33333%;

}



.col-xs-pull-11 {

  right: 91.66667%;

}



.col-xs-pull-12 {

  right: 100%;

}



.col-xs-push-0 {

  left: auto;

}



.col-xs-push-1 {

  left: 8.33333%;

}



.col-xs-push-2 {

  left: 16.66667%;

}



.col-xs-push-3 {

  left: 25%;

}



.col-xs-push-4 {

  left: 33.33333%;

}



.col-xs-push-5 {

  left: 41.66667%;

}



.col-xs-push-6 {

  left: 50%;

}



.col-xs-push-7 {

  left: 58.33333%;

}



.col-xs-push-8 {

  left: 66.66667%;

}



.col-xs-push-9 {

  left: 75%;

}



.col-xs-push-10 {

  left: 83.33333%;

}



.col-xs-push-11 {

  left: 91.66667%;

}



.col-xs-push-12 {

  left: 100%;

}



.col-xs-offset-0 {

  margin-left: 0%;

}



.col-xs-offset-1 {

  margin-left: 8.33333%;

}



.col-xs-offset-2 {

  margin-left: 16.66667%;

}



.col-xs-offset-3 {

  margin-left: 25%;

}



.col-xs-offset-4 {

  margin-left: 33.33333%;

}



.col-xs-offset-5 {

  margin-left: 41.66667%;

}



.col-xs-offset-6 {

  margin-left: 50%;

}



.col-xs-offset-7 {

  margin-left: 58.33333%;

}



.col-xs-offset-8 {

  margin-left: 66.66667%;

}



.col-xs-offset-9 {

  margin-left: 75%;

}



.col-xs-offset-10 {

  margin-left: 83.33333%;

}



.col-xs-offset-11 {

  margin-left: 91.66667%;

}



.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.33333%;

  }

  .col-sm-2 {

    width: 16.66667%;

  }

  .col-sm-3 {

    width: 25%;

  }

  .col-sm-4 {

    width: 33.33333%;

  }

  .col-sm-5 {

    width: 41.66667%;

  }

  .col-sm-6 {

    width: 50%;

  }

  .col-sm-7 {

    width: 58.33333%;

  }

  .col-sm-8 {

    width: 66.66667%;

  }

  .col-sm-9 {

    width: 75%;

  }

  .col-sm-10 {

    width: 83.33333%;

  }

  .col-sm-11 {

    width: 91.66667%;

  }

  .col-sm-12 {

    width: 100%;

  }

  .col-sm-pull-0 {

    right: auto;

  }

  .col-sm-pull-1 {

    right: 8.33333%;

  }

  .col-sm-pull-2 {

    right: 16.66667%;

  }

  .col-sm-pull-3 {

    right: 25%;

  }

  .col-sm-pull-4 {

    right: 33.33333%;

  }

  .col-sm-pull-5 {

    right: 41.66667%;

  }

  .col-sm-pull-6 {

    right: 50%;

  }

  .col-sm-pull-7 {

    right: 58.33333%;

  }

  .col-sm-pull-8 {

    right: 66.66667%;

  }

  .col-sm-pull-9 {

    right: 75%;

  }

  .col-sm-pull-10 {

    right: 83.33333%;

  }

  .col-sm-pull-11 {

    right: 91.66667%;

  }

  .col-sm-pull-12 {

    right: 100%;

  }

  .col-sm-push-0 {

    left: auto;

  }

  .col-sm-push-1 {

    left: 8.33333%;

  }

  .col-sm-push-2 {

    left: 16.66667%;

  }

  .col-sm-push-3 {

    left: 25%;

  }

  .col-sm-push-4 {

    left: 33.33333%;

  }

  .col-sm-push-5 {

    left: 41.66667%;

  }

  .col-sm-push-6 {

    left: 50%;

  }

  .col-sm-push-7 {

    left: 58.33333%;

  }

  .col-sm-push-8 {

    left: 66.66667%;

  }

  .col-sm-push-9 {

    left: 75%;

  }

  .col-sm-push-10 {

    left: 83.33333%;

  }

  .col-sm-push-11 {

    left: 91.66667%;

  }

  .col-sm-push-12 {

    left: 100%;

  }

  .col-sm-offset-0 {

    margin-left: 0%;

  }

  .col-sm-offset-1 {

    margin-left: 8.33333%;

  }

  .col-sm-offset-2 {

    margin-left: 16.66667%;

  }

  .col-sm-offset-3 {

    margin-left: 25%;

  }

  .col-sm-offset-4 {

    margin-left: 33.33333%;

  }

  .col-sm-offset-5 {

    margin-left: 41.66667%;

  }

  .col-sm-offset-6 {

    margin-left: 50%;

  }

  .col-sm-offset-7 {

    margin-left: 58.33333%;

  }

  .col-sm-offset-8 {

    margin-left: 66.66667%;

  }

  .col-sm-offset-9 {

    margin-left: 75%;

  }

  .col-sm-offset-10 {

    margin-left: 83.33333%;

  }

  .col-sm-offset-11 {

    margin-left: 91.66667%;

  }

  .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.33333%;

  }

  .col-md-2 {

    width: 16.66667%;

  }

  .col-md-3 {

    width: 25%;

  }

  .col-md-4 {

    width: 33.33333%;

  }

  .col-md-5 {

    width: 41.66667%;

  }

  .col-md-6 {

    width: 50%;

  }

  .col-md-7 {

    width: 58.33333%;

  }

  .col-md-8 {

    width: 66.66667%;

  }

  .col-md-9 {

    width: 75%;

  }

  .col-md-10 {

    width: 83.33333%;

  }

  .col-md-11 {

    width: 91.66667%;

  }

  .col-md-12 {

    width: 100%;

  }

  .col-md-pull-0 {

    right: auto;

  }

  .col-md-pull-1 {

    right: 8.33333%;

  }

  .col-md-pull-2 {

    right: 16.66667%;

  }

  .col-md-pull-3 {

    right: 25%;

  }

  .col-md-pull-4 {

    right: 33.33333%;

  }

  .col-md-pull-5 {

    right: 41.66667%;

  }

  .col-md-pull-6 {

    right: 50%;

  }

  .col-md-pull-7 {

    right: 58.33333%;

  }

  .col-md-pull-8 {

    right: 66.66667%;

  }

  .col-md-pull-9 {

    right: 75%;

  }

  .col-md-pull-10 {

    right: 83.33333%;

  }

  .col-md-pull-11 {

    right: 91.66667%;

  }

  .col-md-pull-12 {

    right: 100%;

  }

  .col-md-push-0 {

    left: auto;

  }

  .col-md-push-1 {

    left: 8.33333%;

  }

  .col-md-push-2 {

    left: 16.66667%;

  }

  .col-md-push-3 {

    left: 25%;

  }

  .col-md-push-4 {

    left: 33.33333%;

  }

  .col-md-push-5 {

    left: 41.66667%;

  }

  .col-md-push-6 {

    left: 50%;

  }

  .col-md-push-7 {

    left: 58.33333%;

  }

  .col-md-push-8 {

    left: 66.66667%;

  }

  .col-md-push-9 {

    left: 75%;

  }

  .col-md-push-10 {

    left: 83.33333%;

  }

  .col-md-push-11 {

    left: 91.66667%;

  }

  .col-md-push-12 {

    left: 100%;

  }

  .col-md-offset-0 {

    margin-left: 0%;

  }

  .col-md-offset-1 {

    margin-left: 8.33333%;

  }

  .col-md-offset-2 {

    margin-left: 16.66667%;

  }

  .col-md-offset-3 {

    margin-left: 25%;

  }

  .col-md-offset-4 {

    margin-left: 33.33333%;

  }

  .col-md-offset-5 {

    margin-left: 41.66667%;

  }

  .col-md-offset-6 {

    margin-left: 50%;

  }

  .col-md-offset-7 {

    margin-left: 58.33333%;

  }

  .col-md-offset-8 {

    margin-left: 66.66667%;

  }

  .col-md-offset-9 {

    margin-left: 75%;

  }

  .col-md-offset-10 {

    margin-left: 83.33333%;

  }

  .col-md-offset-11 {

    margin-left: 91.66667%;

  }

  .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.33333%;

  }

  .col-lg-2 {

    width: 16.66667%;

  }

  .col-lg-3 {

    width: 25%;

  }

  .col-lg-4 {

    width: 33.33333%;

  }

  .col-lg-5 {

    width: 41.66667%;

  }

  .col-lg-6 {

    width: 50%;

  }

  .col-lg-7 {

    width: 58.33333%;

  }

  .col-lg-8 {

    width: 66.66667%;

  }

  .col-lg-9 {

    width: 75%;

  }

  .col-lg-10 {

    width: 83.33333%;

  }

  .col-lg-11 {

    width: 91.66667%;

  }

  .col-lg-12 {

    width: 100%;

  }

  .col-lg-pull-0 {

    right: auto;

  }

  .col-lg-pull-1 {

    right: 8.33333%;

  }

  .col-lg-pull-2 {

    right: 16.66667%;

  }

  .col-lg-pull-3 {

    right: 25%;

  }

  .col-lg-pull-4 {

    right: 33.33333%;

  }

  .col-lg-pull-5 {

    right: 41.66667%;

  }

  .col-lg-pull-6 {

    right: 50%;

  }

  .col-lg-pull-7 {

    right: 58.33333%;

  }

  .col-lg-pull-8 {

    right: 66.66667%;

  }

  .col-lg-pull-9 {

    right: 75%;

  }

  .col-lg-pull-10 {

    right: 83.33333%;

  }

  .col-lg-pull-11 {

    right: 91.66667%;

  }

  .col-lg-pull-12 {

    right: 100%;

  }

  .col-lg-push-0 {

    left: auto;

  }

  .col-lg-push-1 {

    left: 8.33333%;

  }

  .col-lg-push-2 {

    left: 16.66667%;

  }

  .col-lg-push-3 {

    left: 25%;

  }

  .col-lg-push-4 {

    left: 33.33333%;

  }

  .col-lg-push-5 {

    left: 41.66667%;

  }

  .col-lg-push-6 {

    left: 50%;

  }

  .col-lg-push-7 {

    left: 58.33333%;

  }

  .col-lg-push-8 {

    left: 66.66667%;

  }

  .col-lg-push-9 {

    left: 75%;

  }

  .col-lg-push-10 {

    left: 83.33333%;

  }

  .col-lg-push-11 {

    left: 91.66667%;

  }

  .col-lg-push-12 {

    left: 100%;

  }

  .col-lg-offset-0 {

    margin-left: 0%;

  }

  .col-lg-offset-1 {

    margin-left: 8.33333%;

  }

  .col-lg-offset-2 {

    margin-left: 16.66667%;

  }

  .col-lg-offset-3 {

    margin-left: 25%;

  }

  .col-lg-offset-4 {

    margin-left: 33.33333%;

  }

  .col-lg-offset-5 {

    margin-left: 41.66667%;

  }

  .col-lg-offset-6 {

    margin-left: 50%;

  }

  .col-lg-offset-7 {

    margin-left: 58.33333%;

  }

  .col-lg-offset-8 {

    margin-left: 66.66667%;

  }

  .col-lg-offset-9 {

    margin-left: 75%;

  }

  .col-lg-offset-10 {

    margin-left: 83.33333%;

  }

  .col-lg-offset-11 {

    margin-left: 91.66667%;

  }

  .col-lg-offset-12 {

    margin-left: 100%;

  }

}



table {

  background-color: transparent;

}



caption {

  padding-top: 4px;

  padding-bottom: 4px;

  color: #777777;

  text-align: left;

}



th {

  text-align: left;

}



.table {

  width: 100%;

  max-width: 100%;

  margin-bottom: 22px;

}



.table > thead > tr > th,

.table > thead > tr > td,

.table > tbody > tr > th,

.table > tbody > tr > td,

.table > tfoot > tr > th,

.table > tfoot > tr > td {

  padding: 4px;

  line-height: 1.42857;

  vertical-align: top;

  border-top: 1px solid #a11640;

}



.table > thead > tr > th {

  vertical-align: bottom;

  border-bottom: 2px solid #a11640;

}



.table > caption + thead > tr:first-child > th,

.table > caption + thead > tr:first-child > td,

.table > colgroup + thead > tr:first-child > th,

.table > colgroup + thead > tr:first-child > td,

.table > thead:first-child > tr:first-child > th,

.table > thead:first-child > tr:first-child > td {

  border-top: 0;

}



.table > tbody + tbody {

  border-top: 2px solid #a11640;

}



.table .table {

  background-color: #fff;

}



.table-condensed > thead > tr > th,

.table-condensed > thead > tr > td,

.table-condensed > tbody > tr > th,

.table-condensed > tbody > tr > td,

.table-condensed > tfoot > tr > th,

.table-condensed > tfoot > tr > td {

  padding: 5px;

}



.table-bordered {

  border: 1px solid #a11640;

}



.table-bordered > thead > tr > th,

.table-bordered > thead > tr > td,

.table-bordered > tbody > tr > th,

.table-bordered > tbody > tr > td,

.table-bordered > tfoot > tr > th,

.table-bordered > tfoot > tr > td {

  border: 1px solid #a11640;

}



.table-bordered > thead > tr > th,

.table-bordered > thead > tr > td {

  border-bottom-width: 2px;

}



.table-striped > tbody > tr:nth-of-type(odd) {

  background-color: #FFF6FB;

}



.table-hover > tbody > tr:hover {

  background-color: #F0E7EC;

}



table col[class*="col-"] {

  position: static;

  float: none;

  display: table-column;

}



table td[class*="col-"],

table th[class*="col-"] {

  position: static;

  float: none;

  display: table-cell;

}



.table > thead > tr > td.active,

.table > thead > tr > th.active,

.table > thead > tr.active > td,

.table > thead > tr.active > th,

.table > tbody > tr > td.active,

.table > tbody > tr > th.active,

.table > tbody > tr.active > td,

.table > tbody > tr.active > th,

.table > tfoot > tr > td.active,

.table > tfoot > tr > th.active,

.table > tfoot > tr.active > td,

.table > tfoot > tr.active > th {

  background-color: #F0E7EC;

}



.table-hover > tbody > tr > td.active:hover,

.table-hover > tbody > tr > th.active:hover,

.table-hover > tbody > tr.active:hover > td,

.table-hover > tbody > tr:hover > .active,

.table-hover > tbody > tr.active:hover > th {

  background-color: #e6d7e0;

}



.table > thead > tr > td.success,

.table > thead > tr > th.success,

.table > thead > tr.success > td,

.table > thead > tr.success > th,

.table > tbody > tr > td.success,

.table > tbody > tr > th.success,

.table > tbody > tr.success > td,

.table > tbody > tr.success > th,

.table > tfoot > tr > td.success,

.table > tfoot > tr > th.success,

.table > tfoot > tr.success > td,

.table > tfoot > tr.success > th {

  background-color: #dff0d8;

}



.table-hover > tbody > tr > td.success:hover,

.table-hover > tbody > tr > th.success:hover,

.table-hover > tbody > tr.success:hover > td,

.table-hover > tbody > tr:hover > .success,

.table-hover > tbody > tr.success:hover > th {

  background-color: #d0e9c6;

}



.table > thead > tr > td.info,

.table > thead > tr > th.info,

.table > thead > tr.info > td,

.table > thead > tr.info > th,

.table > tbody > tr > td.info,

.table > tbody > tr > th.info,

.table > tbody > tr.info > td,

.table > tbody > tr.info > th,

.table > tfoot > tr > td.info,

.table > tfoot > tr > th.info,

.table > tfoot > tr.info > td,

.table > tfoot > tr.info > th {

  background-color: #d9edf7;

}



.table-hover > tbody > tr > td.info:hover,

.table-hover > tbody > tr > th.info:hover,

.table-hover > tbody > tr.info:hover > td,

.table-hover > tbody > tr:hover > .info,

.table-hover > tbody > tr.info:hover > th {

  background-color: #c4e3f3;

}



.table > thead > tr > td.warning,

.table > thead > tr > th.warning,

.table > thead > tr.warning > td,

.table > thead > tr.warning > th,

.table > tbody > tr > td.warning,

.table > tbody > tr > th.warning,

.table > tbody > tr.warning > td,

.table > tbody > tr.warning > th,

.table > tfoot > tr > td.warning,

.table > tfoot > tr > th.warning,

.table > tfoot > tr.warning > td,

.table > tfoot > tr.warning > th {

  background-color: #fcf8e3;

}



.table-hover > tbody > tr > td.warning:hover,

.table-hover > tbody > tr > th.warning:hover,

.table-hover > tbody > tr.warning:hover > td,

.table-hover > tbody > tr:hover > .warning,

.table-hover > tbody > tr.warning:hover > th {

  background-color: #faf2cc;

}



.table > thead > tr > td.danger,

.table > thead > tr > th.danger,

.table > thead > tr.danger > td,

.table > thead > tr.danger > th,

.table > tbody > tr > td.danger,

.table > tbody > tr > th.danger,

.table > tbody > tr.danger > td,

.table > tbody > tr.danger > th,

.table > tfoot > tr > td.danger,

.table > tfoot > tr > th.danger,

.table > tfoot > tr.danger > td,

.table > tfoot > tr.danger > th {

  background-color: #f2dede;

}



.table-hover > tbody > tr > td.danger:hover,

.table-hover > tbody > tr > th.danger:hover,

.table-hover > tbody > tr.danger:hover > td,

.table-hover > tbody > tr:hover > .danger,

.table-hover > tbody > tr.danger:hover > th {

  background-color: #ebcccc;

}



.table-responsive {

  overflow-x: auto;

  min-height: 0.01%;

}



@media screen and (max-width: 767px) {

  .table-responsive {

    width: 100%;

    margin-bottom: 16.5px;

    overflow-y: hidden;

    -ms-overflow-style: -ms-autohiding-scrollbar;

    border: 1px solid #a11640;

  }

  .table-responsive > .table {

    margin-bottom: 0;

  }

  .table-responsive > .table > thead > tr > th,

  .table-responsive > .table > thead > tr > td,

  .table-responsive > .table > tbody > tr > th,

  .table-responsive > .table > tbody > tr > td,

  .table-responsive > .table > tfoot > tr > th,

  .table-responsive > .table > tfoot > tr > td {

    white-space: nowrap;

  }

  .table-responsive > .table-bordered {

    border: 0;

  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,

  .table-responsive > .table-bordered > thead > tr > td:first-child,

  .table-responsive > .table-bordered > tbody > tr > th:first-child,

  .table-responsive > .table-bordered > tbody > tr > td:first-child,

  .table-responsive > .table-bordered > tfoot > tr > th:first-child,

  .table-responsive > .table-bordered > tfoot > tr > td:first-child {

    border-left: 0;

  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,

  .table-responsive > .table-bordered > thead > tr > td:last-child,

  .table-responsive > .table-bordered > tbody > tr > th:last-child,

  .table-responsive > .table-bordered > tbody > tr > td:last-child,

  .table-responsive > .table-bordered > tfoot > tr > th:last-child,

  .table-responsive > .table-bordered > tfoot > tr > td:last-child {

    border-right: 0;

  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,

  .table-responsive > .table-bordered > tbody > tr:last-child > td,

  .table-responsive > .table-bordered > tfoot > tr:last-child > th,

  .table-responsive > .table-bordered > tfoot > tr:last-child > td {

    border-bottom: 0;

  }

}



fieldset {

  padding: 0;

  margin: 0;

  border: 0;

  min-width: 0;

}



legend {

  display: block;

  width: 100%;

  padding: 0;

  margin-bottom: 22px;

  font-size: 24px;

  line-height: inherit;

  color: #333333;

  border: 0;

  border-bottom: 1px solid #e5e5e5;

}



label {

  display: inline-block;

  max-width: 100%;

  margin-bottom: 5px;

  font-weight: bold;

}



input[type="search"] {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



input[type="radio"],

input[type="checkbox"] {

  margin: 4px 0 0;

  margin-top: 1px \9;

  line-height: normal;

}



input[type="file"] {

  display: block;

}



input[type="range"] {

  display: block;

  width: 100%;

}



select[multiple],

select[size] {

  height: auto;

}



input[type="file"]:focus,

input[type="radio"]:focus,

input[type="checkbox"]:focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



output {

  display: block;

  padding-top: 7px;

  font-size: 16px;

  line-height: 1.42857;

  color: #555555;

}



.form-control {

  display: block;

  width: 100%;

  height: 36px;

  padding: 6px 12px;

  font-size: 16px;

  line-height: 1.42857;

  color: #555555;

  background-color: #fff;

  background-image: none;

  border: 1px solid #ccc;

  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}



.form-control:focus {

  border-color: #66afe9;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

}



.form-control::-moz-placeholder {

  color: #999;

  opacity: 1;

}



.form-control:-ms-input-placeholder {

  color: #999;

}



.form-control::-webkit-input-placeholder {

  color: #999;

}



.form-control::-ms-expand {

  border: 0;

  background-color: transparent;

}



.form-control[disabled], .form-control[readonly],

fieldset[disabled] .form-control {

  background-color: #eeeeee;

  opacity: 1;

}



.form-control[disabled],

fieldset[disabled] .form-control {

  cursor: not-allowed;

}



textarea.form-control {

  height: auto;

}



input[type="search"] {

  -webkit-appearance: none;

}



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,

  input[type="time"].form-control,

  input[type="datetime-local"].form-control,

  input[type="month"].form-control {

    line-height: 36px;

  }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,

  .input-group-sm > input[type="date"].input-group-addon,

  .input-group-sm > .input-group-btn > input[type="date"].btn,

  .input-group-sm input[type="date"],

  input[type="time"].input-sm,

  .input-group-sm > input[type="time"].form-control,

  .input-group-sm > input[type="time"].input-group-addon,

  .input-group-sm > .input-group-btn > input[type="time"].btn,

  .input-group-sm

  input[type="time"],

  input[type="datetime-local"].input-sm,

  .input-group-sm > input[type="datetime-local"].form-control,

  .input-group-sm > input[type="datetime-local"].input-group-addon,

  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,

  .input-group-sm

  input[type="datetime-local"],

  input[type="month"].input-sm,

  .input-group-sm > input[type="month"].form-control,

  .input-group-sm > input[type="month"].input-group-addon,

  .input-group-sm > .input-group-btn > input[type="month"].btn,

  .input-group-sm

  input[type="month"] {

    line-height: 33px;

  }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,

  .input-group-lg > input[type="date"].input-group-addon,

  .input-group-lg > .input-group-btn > input[type="date"].btn,

  .input-group-lg input[type="date"],

  input[type="time"].input-lg,

  .input-group-lg > input[type="time"].form-control,

  .input-group-lg > input[type="time"].input-group-addon,

  .input-group-lg > .input-group-btn > input[type="time"].btn,

  .input-group-lg

  input[type="time"],

  input[type="datetime-local"].input-lg,

  .input-group-lg > input[type="datetime-local"].form-control,

  .input-group-lg > input[type="datetime-local"].input-group-addon,

  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,

  .input-group-lg

  input[type="datetime-local"],

  input[type="month"].input-lg,

  .input-group-lg > input[type="month"].form-control,

  .input-group-lg > input[type="month"].input-group-addon,

  .input-group-lg > .input-group-btn > input[type="month"].btn,

  .input-group-lg

  input[type="month"] {

    line-height: 49px;

  }

}



.form-group {

  margin-bottom: 15px;

}



.radio,

.checkbox {

  position: relative;

  display: block;

  margin-top: 10px;

  margin-bottom: 10px;

}



.radio label,

.checkbox label {

  min-height: 22px;

  padding-left: 20px;

  margin-bottom: 0;

  font-weight: normal;

  cursor: pointer;

}



.radio input[type="radio"],

.radio-inline input[type="radio"],

.checkbox input[type="checkbox"],

.checkbox-inline input[type="checkbox"] {

  position: absolute;

  margin-left: -20px;

  margin-top: 4px \9;

}



.radio + .radio,

.checkbox + .checkbox {

  margin-top: -5px;

}



.radio-inline,

.checkbox-inline {

  position: relative;

  display: inline-block;

  padding-left: 20px;

  margin-bottom: 0;

  vertical-align: middle;

  font-weight: normal;

  cursor: pointer;

}



.radio-inline + .radio-inline,

.checkbox-inline + .checkbox-inline {

  margin-top: 0;

  margin-left: 10px;

}



input[type="radio"][disabled], input[type="radio"].disabled,

fieldset[disabled] input[type="radio"],

input[type="checkbox"][disabled],

input[type="checkbox"].disabled,

fieldset[disabled]

input[type="checkbox"] {

  cursor: not-allowed;

}



.radio-inline.disabled,

fieldset[disabled] .radio-inline,

.checkbox-inline.disabled,

fieldset[disabled]

.checkbox-inline {

  cursor: not-allowed;

}



.radio.disabled label,

fieldset[disabled] .radio label,

.checkbox.disabled label,

fieldset[disabled]

.checkbox label {

  cursor: not-allowed;

}



.form-control-static {

  padding-top: 7px;

  padding-bottom: 7px;

  margin-bottom: 0;

  min-height: 38px;

}



.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,

.input-group-lg > .form-control-static.input-group-addon,

.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,

.input-group-sm > .form-control-static.input-group-addon,

.input-group-sm > .input-group-btn > .form-control-static.btn {

  padding-left: 0;

  padding-right: 0;

}



.input-sm, .input-group-sm > .form-control,

.input-group-sm > .input-group-addon,

.input-group-sm > .input-group-btn > .btn {

  height: 33px;

  padding: 5px 10px;

  font-size: 14px;

  line-height: 1.5;

  border-radius: 3px;

}



select.input-sm, .input-group-sm > select.form-control,

.input-group-sm > select.input-group-addon,

.input-group-sm > .input-group-btn > select.btn {

  height: 33px;

  line-height: 33px;

}



textarea.input-sm, .input-group-sm > textarea.form-control,

.input-group-sm > textarea.input-group-addon,

.input-group-sm > .input-group-btn > textarea.btn,

select[multiple].input-sm,

.input-group-sm > select[multiple].form-control,

.input-group-sm > select[multiple].input-group-addon,

.input-group-sm > .input-group-btn > select[multiple].btn {

  height: auto;

}



.form-group-sm .form-control {

  height: 33px;

  padding: 5px 10px;

  font-size: 14px;

  line-height: 1.5;

  border-radius: 3px;

}



.form-group-sm select.form-control {

  height: 33px;

  line-height: 33px;

}



.form-group-sm textarea.form-control,

.form-group-sm select[multiple].form-control {

  height: auto;

}



.form-group-sm .form-control-static {

  height: 33px;

  min-height: 36px;

  padding: 6px 10px;

  font-size: 14px;

  line-height: 1.5;

}



.input-lg, .input-group-lg > .form-control,

.input-group-lg > .input-group-addon,

.input-group-lg > .input-group-btn > .btn {

  height: 49px;

  padding: 10px 16px;

  font-size: 20px;

  line-height: 1.33333;

  border-radius: 6px;

}



select.input-lg, .input-group-lg > select.form-control,

.input-group-lg > select.input-group-addon,

.input-group-lg > .input-group-btn > select.btn {

  height: 49px;

  line-height: 49px;

}



textarea.input-lg, .input-group-lg > textarea.form-control,

.input-group-lg > textarea.input-group-addon,

.input-group-lg > .input-group-btn > textarea.btn,

select[multiple].input-lg,

.input-group-lg > select[multiple].form-control,

.input-group-lg > select[multiple].input-group-addon,

.input-group-lg > .input-group-btn > select[multiple].btn {

  height: auto;

}



.form-group-lg .form-control {

  height: 49px;

  padding: 10px 16px;

  font-size: 20px;

  line-height: 1.33333;

  border-radius: 6px;

}



.form-group-lg select.form-control {

  height: 49px;

  line-height: 49px;

}



.form-group-lg textarea.form-control,

.form-group-lg select[multiple].form-control {

  height: auto;

}



.form-group-lg .form-control-static {

  height: 49px;

  min-height: 42px;

  padding: 11px 16px;

  font-size: 20px;

  line-height: 1.33333;

}



.has-feedback {

  position: relative;

}



.has-feedback .form-control {

  padding-right: 45px;

}



.form-control-feedback {

  position: absolute;

  top: 0;

  right: 0;

  z-index: 2;

  display: block;

  width: 36px;

  height: 36px;

  line-height: 36px;

  text-align: center;

  pointer-events: none;

}



.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,

.input-group-lg > .input-group-addon + .form-control-feedback,

.input-group-lg > .input-group-btn > .btn + .form-control-feedback,

.input-group-lg + .form-control-feedback,

.form-group-lg .form-control + .form-control-feedback {

  width: 49px;

  height: 49px;

  line-height: 49px;

}



.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,

.input-group-sm > .input-group-addon + .form-control-feedback,

.input-group-sm > .input-group-btn > .btn + .form-control-feedback,

.input-group-sm + .form-control-feedback,

.form-group-sm .form-control + .form-control-feedback {

  width: 33px;

  height: 33px;

  line-height: 33px;

}



.has-success .help-block,

.has-success .control-label,

.has-success .radio,

.has-success .checkbox,

.has-success .radio-inline,

.has-success .checkbox-inline,

.has-success.radio label,

.has-success.checkbox label,

.has-success.radio-inline label,

.has-success.checkbox-inline label {

  color: #3c763d;

}



.has-success .form-control {

  border-color: #3c763d;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-success .form-control:focus {

  border-color: #2b542c;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;

}



.has-success .input-group-addon {

  color: #3c763d;

  border-color: #3c763d;

  background-color: #dff0d8;

}



.has-success .form-control-feedback {

  color: #3c763d;

}



.has-warning .help-block,

.has-warning .control-label,

.has-warning .radio,

.has-warning .checkbox,

.has-warning .radio-inline,

.has-warning .checkbox-inline,

.has-warning.radio label,

.has-warning.checkbox label,

.has-warning.radio-inline label,

.has-warning.checkbox-inline label {

  color: #8a6d3b;

}



.has-warning .form-control {

  border-color: #8a6d3b;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-warning .form-control:focus {

  border-color: #66512c;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;

}



.has-warning .input-group-addon {

  color: #8a6d3b;

  border-color: #8a6d3b;

  background-color: #fcf8e3;

}



.has-warning .form-control-feedback {

  color: #8a6d3b;

}



.has-error .help-block,

.has-error .control-label,

.has-error .radio,

.has-error .checkbox,

.has-error .radio-inline,

.has-error .checkbox-inline,

.has-error.radio label,

.has-error.checkbox label,

.has-error.radio-inline label,

.has-error.checkbox-inline label {

  color: #a94442;

}



.has-error .form-control {

  border-color: #a94442;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-error .form-control:focus {

  border-color: #843534;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;

}



.has-error .input-group-addon {

  color: #a94442;

  border-color: #a94442;

  background-color: #f2dede;

}



.has-error .form-control-feedback {

  color: #a94442;

}



.has-feedback label ~ .form-control-feedback {

  top: 27px;

}



.has-feedback label.sr-only ~ .form-control-feedback {

  top: 0;

}



.help-block {

  display: block;

  margin-top: 5px;

  margin-bottom: 10px;

  color: #737373;

}



@media (min-width: 768px) {

  .form-inline .form-group {

    display: inline-block;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .form-inline .form-control {

    display: inline-block;

    width: auto;

    vertical-align: middle;

  }

  .form-inline .form-control-static {

    display: inline-block;

  }

  .form-inline .input-group {

    display: inline-table;

    vertical-align: middle;

  }

  .form-inline .input-group .input-group-addon,

  .form-inline .input-group .input-group-btn,

  .form-inline .input-group .form-control {

    width: auto;

  }

  .form-inline .input-group > .form-control {

    width: 100%;

  }

  .form-inline .control-label {

    margin-bottom: 0;

    vertical-align: middle;

  }

  .form-inline .radio,

  .form-inline .checkbox {

    display: inline-block;

    margin-top: 0;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .form-inline .radio label,

  .form-inline .checkbox label {

    padding-left: 0;

  }

  .form-inline .radio input[type="radio"],

  .form-inline .checkbox input[type="checkbox"] {

    position: relative;

    margin-left: 0;

  }

  .form-inline .has-feedback .form-control-feedback {

    top: 0;

  }

}



.form-horizontal .radio,

.form-horizontal .checkbox,

.form-horizontal .radio-inline,

.form-horizontal .checkbox-inline {

  margin-top: 0;

  margin-bottom: 0;

  padding-top: 7px;

}



.form-horizontal .radio,

.form-horizontal .checkbox {

  min-height: 29px;

}



.form-horizontal .form-group {

  margin-left: -15px;

  margin-right: -15px;

}



.form-horizontal .form-group:before, .form-horizontal .form-group:after {

  content: " ";

  display: table;

}



.form-horizontal .form-group:after {

  clear: both;

}



@media (min-width: 768px) {

  .form-horizontal .control-label {

    text-align: right;

    margin-bottom: 0;

    padding-top: 7px;

  }

}



.form-horizontal .has-feedback .form-control-feedback {

  right: 15px;

}



@media (min-width: 768px) {

  .form-horizontal .form-group-lg .control-label {

    padding-top: 11px;

    font-size: 20px;

  }

}



@media (min-width: 768px) {

  .form-horizontal .form-group-sm .control-label {

    padding-top: 6px;

    font-size: 14px;

  }

}



.btn {

  display: inline-block;

  margin-bottom: 0;

  font-weight: normal;

  text-align: center;

  vertical-align: middle;

  touch-action: manipulation;

  cursor: pointer;

  background-image: none;

  border: 1px solid transparent;

  white-space: nowrap;

  padding: 6px 12px;

  font-size: 16px;

  line-height: 1.42857;

  border-radius: 4px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  border: 0px;

}



.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



.btn:hover, .btn:focus, .btn.focus {

  color: #666;

  text-decoration: none;

  border: 0px;

}



.btn:active, .btn.active {

  outline: 0;

  background-image: none;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}



.btn.disabled, .btn[disabled],

fieldset[disabled] .btn {

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

  box-shadow: none;

}



a.btn.disabled,

fieldset[disabled] a.btn {

  pointer-events: none;

}



.btn-default {

  color: #666;

  background-color: #666;

  border-color: #666;

}



.btn-default:focus, .btn-default.focus {

  color: #666;

  background-color: #4d4d4d;

  border-color: #262626;

}



.btn-default:hover {

  color: #666;

  background-color: #4d4d4d;

  border-color: #474747;

}



.btn-default:active, .btn-default.active,

.open > .btn-default.dropdown-toggle {

  color: #666;

  background-color: #4d4d4d;

  border-color: #474747;

}



.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,

.open > .btn-default.dropdown-toggle:hover,

.open > .btn-default.dropdown-toggle:focus,

.open > .btn-default.dropdown-toggle.focus {

  color: #666;

  background-color: #3b3b3b;

  border-color: #262626;

}



.btn-default:active, .btn-default.active,

.open > .btn-default.dropdown-toggle {

  background-image: none;

}



.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,

fieldset[disabled] .btn-default:hover,

fieldset[disabled] .btn-default:focus,

fieldset[disabled] .btn-default.focus {

  background-color: #666;

  border-color: #666;

}



.btn-default .badge {

  color: #666;

  background-color: #666;

}



.btn-primary {

  color: #fff;

  background-color: #666666;

  border-color: #595959;

}



.btn-primary:focus, .btn-primary.focus {

  color: #fff;

  background-color: #4d4d4d;

  border-color: #1a1a1a;

}



.btn-primary:hover {

  color: #fff;

  background-color: #4d4d4d;

  border-color: #3b3b3b;

}



.btn-primary:active, .btn-primary.active,

.open > .btn-primary.dropdown-toggle {

  color: #fff;

  background-color: #4d4d4d;

  border-color: #3b3b3b;

}



.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,

.open > .btn-primary.dropdown-toggle:hover,

.open > .btn-primary.dropdown-toggle:focus,

.open > .btn-primary.dropdown-toggle.focus {

  color: #fff;

  background-color: #3b3b3b;

  border-color: #1a1a1a;

}



.btn-primary:active, .btn-primary.active,

.open > .btn-primary.dropdown-toggle {

  background-image: none;

}



.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,

fieldset[disabled] .btn-primary:hover,

fieldset[disabled] .btn-primary:focus,

fieldset[disabled] .btn-primary.focus {

  background-color: #666666;

  border-color: #595959;

}



.btn-primary .badge {

  color: #666666;

  background-color: #fff;

}



.btn-success {

  color: #fff;

  background-color: #5cb85c;

  border-color: #4cae4c;

}



.btn-success:focus, .btn-success.focus {

  color: #fff;

  background-color: #449d44;

  border-color: #255625;

}



.btn-success:hover {

  color: #fff;

  background-color: #449d44;

  border-color: #398439;

}



.btn-success:active, .btn-success.active,

.open > .btn-success.dropdown-toggle {

  color: #fff;

  background-color: #449d44;

  border-color: #398439;

}



.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,

.open > .btn-success.dropdown-toggle:hover,

.open > .btn-success.dropdown-toggle:focus,

.open > .btn-success.dropdown-toggle.focus {

  color: #fff;

  background-color: #398439;

  border-color: #255625;

}



.btn-success:active, .btn-success.active,

.open > .btn-success.dropdown-toggle {

  background-image: none;

}



.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,

fieldset[disabled] .btn-success:hover,

fieldset[disabled] .btn-success:focus,

fieldset[disabled] .btn-success.focus {

  background-color: #5cb85c;

  border-color: #4cae4c;

}



.btn-success .badge {

  color: #5cb85c;

  background-color: #fff;

}



.btn-info {

  color: #fff;

  background-color: #5bc0de;

  border-color: #46b8da;

}



.btn-info:focus, .btn-info.focus {

  color: #fff;

  background-color: #31b0d5;

  border-color: #1b6d85;

}



.btn-info:hover {

  color: #fff;

  background-color: #31b0d5;

  border-color: #269abc;

}



.btn-info:active, .btn-info.active,

.open > .btn-info.dropdown-toggle {

  color: #fff;

  background-color: #31b0d5;

  border-color: #269abc;

}



.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,

.open > .btn-info.dropdown-toggle:hover,

.open > .btn-info.dropdown-toggle:focus,

.open > .btn-info.dropdown-toggle.focus {

  color: #fff;

  background-color: #269abc;

  border-color: #1b6d85;

}



.btn-info:active, .btn-info.active,

.open > .btn-info.dropdown-toggle {

  background-image: none;

}



.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,

fieldset[disabled] .btn-info:hover,

fieldset[disabled] .btn-info:focus,

fieldset[disabled] .btn-info.focus {

  background-color: #5bc0de;

  border-color: #46b8da;

}



.btn-info .badge {

  color: #5bc0de;

  background-color: #fff;

}



.btn-warning {

  color: #fff;

  background-color: #f0ad4e;

  border-color: #eea236;

}



.btn-warning:focus, .btn-warning.focus {

  color: #fff;

  background-color: #ec971f;

  border-color: #985f0d;

}



.btn-warning:hover {

  color: #fff;

  background-color: #ec971f;

  border-color: #d58512;

}



.btn-warning:active, .btn-warning.active,

.open > .btn-warning.dropdown-toggle {

  color: #fff;

  background-color: #ec971f;

  border-color: #d58512;

}



.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,

.open > .btn-warning.dropdown-toggle:hover,

.open > .btn-warning.dropdown-toggle:focus,

.open > .btn-warning.dropdown-toggle.focus {

  color: #fff;

  background-color: #d58512;

  border-color: #985f0d;

}



.btn-warning:active, .btn-warning.active,

.open > .btn-warning.dropdown-toggle {

  background-image: none;

}



.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,

fieldset[disabled] .btn-warning:hover,

fieldset[disabled] .btn-warning:focus,

fieldset[disabled] .btn-warning.focus {

  background-color: #f0ad4e;

  border-color: #eea236;

}



.btn-warning .badge {

  color: #f0ad4e;

  background-color: #fff;

}



.btn-danger {

  color: #fff;

  background-color: #d9534f;

  border-color: #d43f3a;

}



.btn-danger:focus, .btn-danger.focus {

  color: #fff;

  background-color: #c9302c;

  border-color: #761c19;

}



.btn-danger:hover {

  color: #fff;

  background-color: #c9302c;

  border-color: #ac2925;

}



.btn-danger:active, .btn-danger.active,

.open > .btn-danger.dropdown-toggle {

  color: #fff;

  background-color: #c9302c;

  border-color: #ac2925;

}



.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,

.open > .btn-danger.dropdown-toggle:hover,

.open > .btn-danger.dropdown-toggle:focus,

.open > .btn-danger.dropdown-toggle.focus {

  color: #fff;

  background-color: #ac2925;

  border-color: #761c19;

}



.btn-danger:active, .btn-danger.active,

.open > .btn-danger.dropdown-toggle {

  background-image: none;

}



.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,

fieldset[disabled] .btn-danger:hover,

fieldset[disabled] .btn-danger:focus,

fieldset[disabled] .btn-danger.focus {

  background-color: #d9534f;

  border-color: #d43f3a;

}



.btn-danger .badge {

  color: #d9534f;

  background-color: #fff;

}



.btn-link {

  color: #666666;

  font-weight: normal;

  border-radius: 0;

}



.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],

fieldset[disabled] .btn-link {

  background-color: transparent;

  -webkit-box-shadow: none;

  box-shadow: none;

}



.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {

  border-color: transparent;

}



.btn-link:hover, .btn-link:focus {

  color: #404040;

  text-decoration: underline;

  background-color: transparent;

}



.btn-link[disabled]:hover, .btn-link[disabled]:focus,

fieldset[disabled] .btn-link:hover,

fieldset[disabled] .btn-link:focus {

  color: #777777;

  text-decoration: none;

}



.btn-lg, .btn-group-lg > .btn {

  padding: 10px 16px;

  font-size: 20px;

  line-height: 1.33333;

  border-radius: 6px;

}



.btn-sm, .btn-group-sm > .btn {

  padding: 5px 10px;

  font-size: 14px;

  line-height: 1.5;

  border-radius: 3px;

}



.btn-xs, .btn-group-xs > .btn {

  padding: 1px 5px;

  font-size: 14px;

  line-height: 1.5;

  border-radius: 3px;

}



.btn-block {

  display: block;

  width: 100%;

}



.btn-block + .btn-block {

  margin-top: 5px;

}



input[type="submit"].btn-block,

input[type="reset"].btn-block,

input[type="button"].btn-block {

  width: 100%;

}



.fade {

  opacity: 0;

  -webkit-transition: opacity 0.15s linear;

  -o-transition: opacity 0.15s linear;

  transition: opacity 0.15s linear;

}



.fade.in {

  opacity: 1;

}



.collapse {

  display: none;

}



.collapse.in {

  display: block;

}



tr.collapse.in {

  display: table-row;

}



tbody.collapse.in {

  display: table-row-group;

}



.collapsing {

  position: relative;

  height: 0;

  overflow: hidden;

  -webkit-transition-property: height, visibility;

  transition-property: height, visibility;

  -webkit-transition-duration: 0.35s;

  transition-duration: 0.35s;

  -webkit-transition-timing-function: ease;

  transition-timing-function: ease;

}



.caret {

  display: inline-block;

  width: 0;

  height: 0;

  margin-left: 2px;

  vertical-align: middle;

  border-top: 4px dashed;

  border-top: 4px solid \9;

  border-right: 4px solid transparent;

  border-left: 4px solid transparent;

}



.dropup,

.dropdown {

  position: relative;

}



.dropdown-toggle:focus {

  outline: 0;

}



.dropdown-menu {

  position: absolute;

  top: 100%;

  left: 0;

  z-index: 1000;

  display: none;

  float: left;

  min-width: 160px;

  padding: 5px 0;

  margin: 2px 0 0;

  list-style: none;

  font-size: 16px;

  text-align: left;

  background-color: #fff;

  border: 1px solid #ccc;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 4px;

  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  background-clip: padding-box;

}



.dropdown-menu.pull-right {

  right: 0;

  left: auto;

}



.dropdown-menu .divider {

  height: 1px;

  margin: 10px 0;

  overflow: hidden;

  background-color: #e5e5e5;

}



.dropdown-menu > li > a {

  display: block;

  padding: 3px 20px;

  clear: both;

  font-weight: normal;

  line-height: 1.42857;

  color: #333333;

  white-space: nowrap;

}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {

  text-decoration: none;

  color: #262626;

  background-color: #f5f5f5;

}



.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {

  color: #fff;

  text-decoration: none;

  outline: 0;

  background-color: #666666;

}



.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {

  color: #777777;

}



.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {

  text-decoration: none;

  background-color: transparent;

  background-image: none;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

  cursor: not-allowed;

}



.open > .dropdown-menu {

  display: block;

}



.open > a {

  outline: 0;

}



.dropdown-menu-right {

  left: auto;

  right: 0;

}



.dropdown-menu-left {

  left: 0;

  right: auto;

}



.dropdown-header {

  display: block;

  padding: 3px 20px;

  font-size: 14px;

  line-height: 1.42857;

  color: #777777;

  white-space: nowrap;

}



.dropdown-backdrop {

  position: fixed;

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  z-index: 990;

}



.pull-right > .dropdown-menu {

  right: 0;

  left: auto;

}



.dropup .caret,

.navbar-fixed-bottom .dropdown .caret {

  border-top: 0;

  border-bottom: 4px dashed;

  border-bottom: 4px solid \9;

  content: "";

}



.dropup .dropdown-menu,

.navbar-fixed-bottom .dropdown .dropdown-menu {

  top: auto;

  bottom: 100%;

  margin-bottom: 2px;

}



@media (min-width: 768px) {

  .navbar-right .dropdown-menu {

    right: 0;

    left: auto;

  }

  .navbar-right .dropdown-menu-left {

    left: 0;

    right: auto;

  }

}



.btn-group,

.btn-group-vertical {

  position: relative;

  display: inline-block;

  vertical-align: middle;

}



.btn-group > .btn,

.btn-group-vertical > .btn {

  position: relative;

  float: left;

}



.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,

.btn-group-vertical > .btn:hover,

.btn-group-vertical > .btn:focus,

.btn-group-vertical > .btn:active,

.btn-group-vertical > .btn.active {

  z-index: 2;

}



.btn-group .btn + .btn,

.btn-group .btn + .btn-group,

.btn-group .btn-group + .btn,

.btn-group .btn-group + .btn-group {

  margin-left: -1px;

}



.btn-toolbar {

  margin-left: -5px;

}



.btn-toolbar:before, .btn-toolbar:after {

  content: " ";

  display: table;

}



.btn-toolbar:after {

  clear: both;

}



.btn-toolbar .btn,

.btn-toolbar .btn-group,

.btn-toolbar .input-group {

  float: left;

}



.btn-toolbar > .btn,

.btn-toolbar > .btn-group,

.btn-toolbar > .input-group {

  margin-left: 5px;

}



.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {

  border-radius: 0;

}



.btn-group > .btn:first-child {

  margin-left: 0;

}



.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

}



.btn-group > .btn:last-child:not(:first-child),

.btn-group > .dropdown-toggle:not(:first-child) {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}



.btn-group > .btn-group {

  float: left;

}



.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {

  border-radius: 0;

}



.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,

.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

}



.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}



.btn-group .dropdown-toggle:active,

.btn-group.open .dropdown-toggle {

  outline: 0;

}



.btn-group > .btn + .dropdown-toggle {

  padding-left: 8px;

  padding-right: 8px;

}



.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {

  padding-left: 12px;

  padding-right: 12px;

}



.btn-group.open .dropdown-toggle {

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}



.btn-group.open .dropdown-toggle.btn-link {

  -webkit-box-shadow: none;

  box-shadow: none;

}



.btn .caret {

  margin-left: 0;

}



.btn-lg .caret, .btn-group-lg > .btn .caret {

  border-width: 5px 5px 0;

  border-bottom-width: 0;

}



.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {

  border-width: 0 5px 5px;

}



.btn-group-vertical > .btn,

.btn-group-vertical > .btn-group,

.btn-group-vertical > .btn-group > .btn {

  display: block;

  float: none;

  width: 100%;

  max-width: 100%;

}



.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {

  content: " ";

  display: table;

}



.btn-group-vertical > .btn-group:after {

  clear: both;

}



.btn-group-vertical > .btn-group > .btn {

  float: none;

}



.btn-group-vertical > .btn + .btn,

.btn-group-vertical > .btn + .btn-group,

.btn-group-vertical > .btn-group + .btn,

.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;

  margin-left: 0;

}



.btn-group-vertical > .btn:not(:first-child):not(:last-child) {

  border-radius: 0;

}



.btn-group-vertical > .btn:first-child:not(:last-child) {

  border-top-right-radius: 4px;

  border-top-left-radius: 4px;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}



.btn-group-vertical > .btn:last-child:not(:first-child) {

  border-top-right-radius: 0;

  border-top-left-radius: 0;

  border-bottom-right-radius: 4px;

  border-bottom-left-radius: 4px;

}



.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {

  border-radius: 0;

}



.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}



.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}



.btn-group-justified {

  display: table;

  width: 100%;

  table-layout: fixed;

  border-collapse: separate;

}



.btn-group-justified > .btn,

.btn-group-justified > .btn-group {

  float: none;

  display: table-cell;

  width: 1%;

}



.btn-group-justified > .btn-group .btn {

  width: 100%;

}



.btn-group-justified > .btn-group .dropdown-menu {

  left: auto;

}



[data-toggle="buttons"] > .btn input[type="radio"],

[data-toggle="buttons"] > .btn input[type="checkbox"],

[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],

[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {

  position: absolute;

  clip: rect(0, 0, 0, 0);

  pointer-events: none;

}



.input-group {

  position: relative;

  display: table;

  border-collapse: separate;

}



.input-group[class*="col-"] {

  float: none;

  padding-left: 0;

  padding-right: 0;

}



.input-group .form-control {

  position: relative;

  z-index: 2;

  float: left;

  width: 100%;

  margin-bottom: 0;

}



.input-group .form-control:focus {

  z-index: 3;

}



.input-group-addon,

.input-group-btn,

.input-group .form-control {

  display: table-cell;

}



.input-group-addon:not(:first-child):not(:last-child),

.input-group-btn:not(:first-child):not(:last-child),

.input-group .form-control:not(:first-child):not(:last-child) {

  border-radius: 0;

}



.input-group-addon,

.input-group-btn {

  width: 1%;

  white-space: nowrap;

  vertical-align: middle;

}



.input-group-addon {

  padding: 6px 12px;

  font-size: 16px;

  font-weight: normal;

  line-height: 1;

  color: #555555;

  text-align: center;

  background-color: #eeeeee;

  border: 1px solid #ccc;

  border-radius: 4px;

}



.input-group-addon.input-sm,

.input-group-sm > .input-group-addon,

.input-group-sm > .input-group-btn > .input-group-addon.btn {

  padding: 5px 10px;

  font-size: 14px;

  border-radius: 3px;

}



.input-group-addon.input-lg,

.input-group-lg > .input-group-addon,

.input-group-lg > .input-group-btn > .input-group-addon.btn {

  padding: 10px 16px;

  font-size: 20px;

  border-radius: 6px;

}



.input-group-addon input[type="radio"],

.input-group-addon input[type="checkbox"] {

  margin-top: 0;

}



.input-group .form-control:first-child,

.input-group-addon:first-child,

.input-group-btn:first-child > .btn,

.input-group-btn:first-child > .btn-group > .btn,

.input-group-btn:first-child > .dropdown-toggle,

.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),

.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

}



.input-group-addon:first-child {

  border-right: 0;

}



.input-group .form-control:last-child,

.input-group-addon:last-child,

.input-group-btn:last-child > .btn,

.input-group-btn:last-child > .btn-group > .btn,

.input-group-btn:last-child > .dropdown-toggle,

.input-group-btn:first-child > .btn:not(:first-child),

.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}



.input-group-addon:last-child {

  border-left: 0;

}



.input-group-btn {

  position: relative;

  font-size: 0;

  white-space: nowrap;

}



.input-group-btn > .btn {

  position: relative;

}



.input-group-btn > .btn + .btn {

  margin-left: -1px;

}



.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {

  z-index: 2;

}



.input-group-btn:first-child > .btn,

.input-group-btn:first-child > .btn-group {

  margin-right: -1px;

}



.input-group-btn:last-child > .btn,

.input-group-btn:last-child > .btn-group {

  z-index: 2;

  margin-left: -1px;

}



.nav {

  margin-bottom: 0;

  padding-left: 0;

  list-style: none;

}



.nav:before, .nav:after {

  content: " ";

  display: table;

}



.nav:after {

  clear: both;

}



.nav > li {

  position: relative;

  display: block;

}



.nav > li > a {

  position: relative;

  display: block;

  padding: 10px 15px;

}



.nav > li > a:hover, .nav > li > a:focus {

  text-decoration: none;

  background-color: #eeeeee;

}



.nav > li.disabled > a {

  color: #777777;

}



.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {

  color: #777777;

  text-decoration: none;

  background-color: transparent;

  cursor: not-allowed;

}



.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {

  background-color: #eeeeee;

  border-color: #666666;

}



.nav .nav-divider {

  height: 1px;

  margin: 10px 0;

  overflow: hidden;

  background-color: #e5e5e5;

}



.nav > li > a > img {

  max-width: none;

}



.nav-tabs {

  border-bottom: 1px solid #ddd;

}



.nav-tabs > li {

  float: left;

  margin-bottom: -1px;

}



.nav-tabs > li > a {

  margin-right: 2px;

  line-height: 1.42857;

  border: 1px solid transparent;

  border-radius: 4px 4px 0 0;

}



.nav-tabs > li > a:hover {

  border-color: #eeeeee #eeeeee #ddd;

}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

  color: #555555;

  background-color: #fff;

  border: 1px solid #ddd;

  border-bottom-color: transparent;

  cursor: default;

}



.nav-pills > li {

  float: left;

}



.nav-pills > li > a {

  border-radius: 4px;

}



.nav-pills > li + li {

  margin-left: 2px;

}



.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {

  color: #fff;

  background-color: #666666;

}



.nav-stacked > li {

  float: none;

}



.nav-stacked > li + li {

  margin-top: 2px;

  margin-left: 0;

}



.nav-justified, .nav-tabs.nav-justified {

  width: 100%;

}



.nav-justified > li, .nav-tabs.nav-justified > li {

  float: none;

}



.nav-justified > li > a, .nav-tabs.nav-justified > li > a {

  text-align: center;

  margin-bottom: 5px;

}



.nav-justified > .dropdown .dropdown-menu {

  top: auto;

  left: auto;

}



@media (min-width: 768px) {

  .nav-justified > li, .nav-tabs.nav-justified > li {

    display: table-cell;

    width: 1%;

  }

  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {

    margin-bottom: 0;

  }

}



.nav-tabs-justified, .nav-tabs.nav-justified {

  border-bottom: 0;

}



.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {

  margin-right: 0;

  border-radius: 4px;

}



.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,

.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,

.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {

  border: 1px solid #ddd;

}



@media (min-width: 768px) {

  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {

    border-bottom: 1px solid #ddd;

    border-radius: 4px 4px 0 0;

  }

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,

  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,

  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {

    border-bottom-color: #fff;

  }

}



.tab-content > .tab-pane {

  display: none;

}



.tab-content > .active {

  display: block;

}



.nav-tabs .dropdown-menu {

  margin-top: -1px;

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}



.navbar {

  position: relative;

  min-height: 50px;

  margin-bottom: 22px;

  border: 1px solid transparent;

}



.navbar:before, .navbar:after {

  content: " ";

  display: table;

}



.navbar:after {

  clear: both;

}



@media (min-width: 768px) {

  .navbar {

    border-radius: 4px;

  }

}



.navbar-header:before, .navbar-header:after {

  content: " ";

  display: table;

}



.navbar-header:after {

  clear: both;

}



@media (min-width: 768px) {

  .navbar-header {

    float: left;

  }

}



.navbar-collapse {

  overflow-x: visible;

  padding-right: 15px;

  padding-left: 15px;

  border-top: 1px solid transparent;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  -webkit-overflow-scrolling: touch;

}



.navbar-collapse:before, .navbar-collapse:after {

  content: " ";

  display: table;

}



.navbar-collapse:after {

  clear: both;

}



.navbar-collapse.in {

  overflow-y: auto;

}



@media (min-width: 768px) {

  .navbar-collapse {

    width: auto;

    border-top: 0;

    box-shadow: none;

  }

  .navbar-collapse.collapse {

    display: block !important;

    height: auto !important;

    padding-bottom: 0;

    overflow: visible !important;

  }

  .navbar-collapse.in {

    overflow-y: visible;

  }

  .navbar-fixed-top .navbar-collapse,

  .navbar-static-top .navbar-collapse,

  .navbar-fixed-bottom .navbar-collapse {

    padding-left: 0;

    padding-right: 0;

  }

}



.navbar-fixed-top .navbar-collapse,

.navbar-fixed-bottom .navbar-collapse {

  max-height: 340px;

}



@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,

  .navbar-fixed-bottom .navbar-collapse {

    max-height: 200px;

  }

}



.container > .navbar-header,

.container > .navbar-collapse,

.container-fluid > .navbar-header,

.container-fluid > .navbar-collapse {

  margin-right: -15px;

  margin-left: -15px;

}



@media (min-width: 768px) {

  .container > .navbar-header,

  .container > .navbar-collapse,

  .container-fluid > .navbar-header,

  .container-fluid > .navbar-collapse {

    margin-right: 0;

    margin-left: 0;

  }

}



.navbar-static-top {

  z-index: 1000;

  border-width: 0 0 1px;

}



@media (min-width: 768px) {

  .navbar-static-top {

    border-radius: 0;

  }

}



.navbar-fixed-top,

.navbar-fixed-bottom {

  position: fixed;

  right: 0;

  left: 0;

  z-index: 1030;

}



@media (min-width: 768px) {

  .navbar-fixed-top,

  .navbar-fixed-bottom {

    border-radius: 0;

  }

}



.navbar-fixed-top {

  top: 0;

  border-width: 0 0 1px;

}



.navbar-fixed-bottom {

  bottom: 0;

  margin-bottom: 0;

  border-width: 1px 0 0;

}



.navbar-brand {

  float: left;

  padding: 14px 15px;

  font-size: 20px;

  line-height: 22px;

  height: 50px;

}



.navbar-brand:hover, .navbar-brand:focus {

  text-decoration: none;

}



.navbar-brand > img {

  display: block;

}



@media (min-width: 768px) {

  .navbar > .container .navbar-brand,

  .navbar > .container-fluid .navbar-brand {

    margin-left: -15px;

  }

}



.navbar-toggle {

  position: relative;

  float: right;

  margin-right: 15px;

  padding: 9px 10px;

  margin-top: 8px;

  margin-bottom: 8px;

  background-color: transparent;

  background-image: none;

  border: 1px solid transparent;

  border-radius: 4px;

}



.navbar-toggle:focus {

  outline: 0;

}



.navbar-toggle .icon-bar {

  display: block;

  width: 22px;

  height: 2px;

  border-radius: 1px;

}



.navbar-toggle .icon-bar + .icon-bar {

  margin-top: 4px;

}



@media (min-width: 768px) {

  .navbar-toggle {

    display: none;

  }

}



.navbar-nav {

  margin: 7px -15px;

}



.navbar-nav > li > a {

  padding-top: 10px;

  padding-bottom: 10px;

  line-height: 22px;

}



@media (max-width: 767px) {

  .navbar-nav .open .dropdown-menu {

    position: static;

    float: none;

    width: auto;

    margin-top: 0;

    background-color: transparent;

    border: 0;

    box-shadow: none;

  }

  .navbar-nav .open .dropdown-menu > li > a,

  .navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 5px 15px 5px 25px;

  }

  .navbar-nav .open .dropdown-menu > li > a {

    line-height: 22px;

  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {

    background-image: none;

  }

}



@media (min-width: 768px) {

  .navbar-nav {

    float: left;

    margin: 0;

  }

  .navbar-nav > li {

    float: left;

  }

  .navbar-nav > li > a {

    padding-top: 14px;

    padding-bottom: 14px;

  }

}



.navbar-form {

  margin-left: -15px;

  margin-right: -15px;

  padding: 10px 15px;

  border-top: 1px solid transparent;

  border-bottom: 1px solid transparent;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);

  margin-top: 7px;

  margin-bottom: 7px;

}



@media (min-width: 768px) {

  .navbar-form .form-group {

    display: inline-block;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .navbar-form .form-control {

    display: inline-block;

    width: auto;

    vertical-align: middle;

  }

  .navbar-form .form-control-static {

    display: inline-block;

  }

  .navbar-form .input-group {

    display: inline-table;

    vertical-align: middle;

  }

  .navbar-form .input-group .input-group-addon,

  .navbar-form .input-group .input-group-btn,

  .navbar-form .input-group .form-control {

    width: auto;

  }

  .navbar-form .input-group > .form-control {

    width: 100%;

  }

  .navbar-form .control-label {

    margin-bottom: 0;

    vertical-align: middle;

  }

  .navbar-form .radio,

  .navbar-form .checkbox {

    display: inline-block;

    margin-top: 0;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .navbar-form .radio label,

  .navbar-form .checkbox label {

    padding-left: 0;

  }

  .navbar-form .radio input[type="radio"],

  .navbar-form .checkbox input[type="checkbox"] {

    position: relative;

    margin-left: 0;

  }

  .navbar-form .has-feedback .form-control-feedback {

    top: 0;

  }

}



@media (max-width: 767px) {

  .navbar-form .form-group {

    margin-bottom: 5px;

  }

  .navbar-form .form-group:last-child {

    margin-bottom: 0;

  }

}



@media (min-width: 768px) {

  .navbar-form {

    width: auto;

    border: 0;

    margin-left: 0;

    margin-right: 0;

    padding-top: 0;

    padding-bottom: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

  }

}



.navbar-nav > li > .dropdown-menu {

  margin-top: 0;

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}



.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {

  margin-bottom: 0;

  border-top-right-radius: 4px;

  border-top-left-radius: 4px;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}



.navbar-btn {

  margin-top: 7px;

  margin-bottom: 7px;

}



.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {

  margin-top: 8.5px;

  margin-bottom: 8.5px;

}



.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {

  margin-top: 14px;

  margin-bottom: 14px;

}



.navbar-text {

  margin-top: 14px;

  margin-bottom: 14px;

}



@media (min-width: 768px) {

  .navbar-text {

    float: left;

    margin-left: 15px;

    margin-right: 15px;

  }

}



@media (min-width: 768px) {

  .navbar-left {

    float: left !important;

  }

  .navbar-right {

    float: right !important;

    margin-right: -15px;

  }

  .navbar-right ~ .navbar-right {

    margin-right: 0;

  }

}



.navbar-default {

  background-color: #f8f8f8;

  border-color: #e7e7e7;

}



.navbar-default .navbar-brand {

  color: #777;

}



.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {

  color: #5e5e5e;

  background-color: transparent;

}



.navbar-default .navbar-text {

  color: #777;

}



.navbar-default .navbar-nav > li > a {

  color: #777;

}



.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {

  color: #333;

  background-color: transparent;

}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

  color: #555;

  background-color: #e7e7e7;

}



.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {

  color: #ccc;

  background-color: transparent;

}



.navbar-default .navbar-toggle {

  border-color: #ddd;

}



.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {

  background-color: #ddd;

}



.navbar-default .navbar-toggle .icon-bar {

  background-color: #888;

}



.navbar-default .navbar-collapse,

.navbar-default .navbar-form {

  border-color: #e7e7e7;

}



.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

  background-color: #e7e7e7;

  color: #555;

}



@media (max-width: 767px) {

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {

    color: #777;

  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {

    color: #333;

    background-color: transparent;

  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {

    color: #555;

    background-color: #e7e7e7;

  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {

    color: #ccc;

    background-color: transparent;

  }

}



.navbar-default .navbar-link {

  color: #777;

}



.navbar-default .navbar-link:hover {

  color: #333;

}



.navbar-default .btn-link {

  color: #777;

}



.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {

  color: #333;

}



.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,

fieldset[disabled] .navbar-default .btn-link:hover,

fieldset[disabled] .navbar-default .btn-link:focus {

  color: #ccc;

}



.navbar-inverse {

  background-color: #222;

  border-color: #090909;

}



.navbar-inverse .navbar-brand {

  color: #9d9d9d;

}



.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {

  color: #fff;

  background-color: transparent;

}



.navbar-inverse .navbar-text {

  color: #9d9d9d;

}



.navbar-inverse .navbar-nav > li > a {

  color: #9d9d9d;

}



.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {

  color: #fff;

  background-color: transparent;

}



.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {

  color: #fff;

  background-color: #090909;

}



.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {

  color: #444;

  background-color: transparent;

}



.navbar-inverse .navbar-toggle {

  border-color: #333;

}



.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {

  background-color: #333;

}



.navbar-inverse .navbar-toggle .icon-bar {

  background-color: #fff;

}



.navbar-inverse .navbar-collapse,

.navbar-inverse .navbar-form {

  border-color: #101010;

}



.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {

  background-color: #090909;

  color: #fff;

}



@media (max-width: 767px) {

  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {

    border-color: #090909;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {

    background-color: #090909;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {

    color: #9d9d9d;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {

    color: #fff;

    background-color: transparent;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {

    color: #fff;

    background-color: #090909;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {

    color: #444;

    background-color: transparent;

  }

}



.navbar-inverse .navbar-link {

  color: #9d9d9d;

}



.navbar-inverse .navbar-link:hover {

  color: #fff;

}



.navbar-inverse .btn-link {

  color: #9d9d9d;

}



.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {

  color: #fff;

}



.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,

fieldset[disabled] .navbar-inverse .btn-link:hover,

fieldset[disabled] .navbar-inverse .btn-link:focus {

  color: #444;

}



.breadcrumb {

  padding: 8px 15px;

  margin-bottom: 22px;

  list-style: none;

  background-color: #f5f5f5;

  border-radius: 4px;

}



.breadcrumb > li {

  display: inline-block;

}



.breadcrumb > li + li:before {

  content: "/ ";

  padding: 0 5px;

  color: #ccc;

}



.breadcrumb > .active {

  color: #777777;

}



.pagination {

  display: inline-block;

  padding-left: 0;

  margin: 22px 0;

  border-radius: 4px;

}



.pagination > li {

  display: inline;

}



.pagination > li > a,

.pagination > li > span {

  position: relative;

  float: left;

  padding: 6px 12px;

  line-height: 1.42857;

  text-decoration: none;

  color: #666666;

  background-color: #fff;

  border: 1px solid #ddd;

  margin-left: -1px;

}



.pagination > li:first-child > a,

.pagination > li:first-child > span {

  margin-left: 0;

  border-bottom-left-radius: 4px;

  border-top-left-radius: 4px;

}



.pagination > li:last-child > a,

.pagination > li:last-child > span {

  border-bottom-right-radius: 4px;

  border-top-right-radius: 4px;

}



.pagination > li > a:hover, .pagination > li > a:focus,

.pagination > li > span:hover,

.pagination > li > span:focus {

  z-index: 2;

  color: #404040;

  background-color: #eeeeee;

  border-color: #ddd;

}



.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,

.pagination > .active > span,

.pagination > .active > span:hover,

.pagination > .active > span:focus {

  z-index: 3;

  color: #fff;

  background-color: #666666;

  border-color: #666666;

  cursor: default;

}



.pagination > .disabled > span,

.pagination > .disabled > span:hover,

.pagination > .disabled > span:focus,

.pagination > .disabled > a,

.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {

  color: #777777;

  background-color: #fff;

  border-color: #ddd;

  cursor: not-allowed;

}



.pagination-lg > li > a,

.pagination-lg > li > span {

  padding: 10px 16px;

  font-size: 20px;

  line-height: 1.33333;

}



.pagination-lg > li:first-child > a,

.pagination-lg > li:first-child > span {

  border-bottom-left-radius: 6px;

  border-top-left-radius: 6px;

}



.pagination-lg > li:last-child > a,

.pagination-lg > li:last-child > span {

  border-bottom-right-radius: 6px;

  border-top-right-radius: 6px;

}



.pagination-sm > li > a,

.pagination-sm > li > span {

  padding: 5px 10px;

  font-size: 14px;

  line-height: 1.5;

}



.pagination-sm > li:first-child > a,

.pagination-sm > li:first-child > span {

  border-bottom-left-radius: 3px;

  border-top-left-radius: 3px;

}



.pagination-sm > li:last-child > a,

.pagination-sm > li:last-child > span {

  border-bottom-right-radius: 3px;

  border-top-right-radius: 3px;

}



.pager {

  padding-left: 0;

  margin: 22px 0;

  list-style: none;

  text-align: center;

}



.pager:before, .pager:after {

  content: " ";

  display: table;

}



.pager:after {

  clear: both;

}



.pager li {

  display: inline;

}



.pager li > a,

.pager li > span {

  display: inline-block;

  padding: 5px 14px;

  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 15px;

}



.pager li > a:hover,

.pager li > a:focus {

  text-decoration: none;

  background-color: #eeeeee;

}



.pager .next > a,

.pager .next > span {

  float: right;

}



.pager .previous > a,

.pager .previous > span {

  float: left;

}



.pager .disabled > a,

.pager .disabled > a:hover,

.pager .disabled > a:focus,

.pager .disabled > span {

  color: #777777;

  background-color: #fff;

  cursor: not-allowed;

}



.label {

  display: inline;

  padding: .2em .6em .3em;

  font-size: 75%;

  font-weight: bold;

  line-height: 1;

  color: #fff;

  text-align: center;

  white-space: nowrap;

  vertical-align: baseline;

  border-radius: .25em;

}



.label:empty {

  display: none;

}



.btn .label {

  position: relative;

  top: -1px;

}



a.label:hover, a.label:focus {

  color: #fff;

  text-decoration: none;

  cursor: pointer;

}



.label-default {

  background-color: #777777;

}



.label-default[href]:hover, .label-default[href]:focus {

  background-color: #5e5e5e;

}



.label-primary {

  background-color: #666666;

}



.label-primary[href]:hover, .label-primary[href]:focus {

  background-color: #4d4d4d;

}



.label-success {

  background-color: #5cb85c;

}



.label-success[href]:hover, .label-success[href]:focus {

  background-color: #449d44;

}



.label-info {

  background-color: #5bc0de;

}



.label-info[href]:hover, .label-info[href]:focus {

  background-color: #31b0d5;

}



.label-warning {

  background-color: #f0ad4e;

}



.label-warning[href]:hover, .label-warning[href]:focus {

  background-color: #ec971f;

}



.label-danger {

  background-color: #d9534f;

}



.label-danger[href]:hover, .label-danger[href]:focus {

  background-color: #c9302c;

}



.badge {

  display: inline-block;

  min-width: 10px;

  padding: 3px 7px;

  font-size: 14px;

  font-weight: bold;

  color: #fff;

  line-height: 1;

  vertical-align: middle;

  white-space: nowrap;

  text-align: center;

  background-color: #777777;

  border-radius: 10px;

}



.badge:empty {

  display: none;

}



.btn .badge {

  position: relative;

  top: -1px;

}



.btn-xs .badge, .btn-group-xs > .btn .badge,

.btn-group-xs > .btn .badge {

  top: 0;

  padding: 1px 5px;

}



.list-group-item.active > .badge,

.nav-pills > .active > a > .badge {

  color: #666666;

  background-color: #fff;

}



.list-group-item > .badge {

  float: right;

}



.list-group-item > .badge + .badge {

  margin-right: 5px;

}



.nav-pills > li > a > .badge {

  margin-left: 3px;

}



a.badge:hover, a.badge:focus {

  color: #fff;

  text-decoration: none;

  cursor: pointer;

}



.jumbotron {

  padding-top: 30px;

  padding-bottom: 30px;

  margin-bottom: 30px;

  color: inherit;

  background-color: #eeeeee;

}



.jumbotron h1,

.jumbotron .h1 {

  color: inherit;

}



.jumbotron p {

  margin-bottom: 15px;

  font-size: 24px;

  font-weight: 200;

}



.jumbotron > hr {

  border-top-color: #d5d5d5;

}



.container .jumbotron,

.container-fluid .jumbotron {

  border-radius: 6px;

  padding-left: 15px;

  padding-right: 15px;

}



.jumbotron .container {

  max-width: 100%;

}



@media screen and (min-width: 768px) {

  .jumbotron {

    padding-top: 48px;

    padding-bottom: 48px;

  }

  .container .jumbotron,

  .container-fluid .jumbotron {

    padding-left: 60px;

    padding-right: 60px;

  }

  .jumbotron h1,

  .jumbotron .h1 {

    font-size: 72px;

  }

}



.thumbnail {

  display: block;

  padding: 4px;

  margin-bottom: 22px;

  line-height: 1.42857;

  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 4px;

  -webkit-transition: border 0.2s ease-in-out;

  -o-transition: border 0.2s ease-in-out;

  transition: border 0.2s ease-in-out;

}



.thumbnail > img,

.thumbnail a > img {

  display: block;

  max-width: 100%;

  height: auto;

  margin-left: auto;

  margin-right: auto;

}



.thumbnail .caption {

  padding: 9px;

  color: #333333;

}



a.thumbnail:hover,

a.thumbnail:focus,

a.thumbnail.active {

  border-color: #666666;

}



.alert {

  padding: 15px;

  margin-bottom: 22px;

  border: 1px solid transparent;

  border-radius: 4px;

}



.alert h4 {

  margin-top: 0;

  color: inherit;

}



.alert .alert-link {

  font-weight: bold;

}



.alert > p,

.alert > ul {

  margin-bottom: 0;

}



.alert > p + p {

  margin-top: 5px;

}



.alert-dismissable,

.alert-dismissible {

  padding-right: 35px;

}



.alert-dismissable .close,

.alert-dismissible .close {

  position: relative;

  top: -2px;

  right: -21px;

  color: inherit;

}



.alert-success {

  background-color: #dff0d8;

  border-color: #d6e9c6;

  color: #3c763d;

}



.alert-success hr {

  border-top-color: #c9e2b3;

}



.alert-success .alert-link {

  color: #2b542c;

}



.alert-info {

  background-color: #d9edf7;

  border-color: #bce8f1;

  color: #31708f;

}



.alert-info hr {

  border-top-color: #a6e1ec;

}



.alert-info .alert-link {

  color: #245269;

}



.alert-warning {

  background-color: #fcf8e3;

  border-color: #faebcc;

  color: #8a6d3b;

}



.alert-warning hr {

  border-top-color: #f7e1b5;

}



.alert-warning .alert-link {

  color: #66512c;

}



.alert-danger {

  background-color: #f2dede;

  border-color: #ebccd1;

  color: #a94442;

}



.alert-danger hr {

  border-top-color: #e4b9c0;

}



.alert-danger .alert-link {

  color: #843534;

}



@-webkit-keyframes progress-bar-stripes {

  from {

    background-position: 40px 0;

  }

  to {

    background-position: 0 0;

  }

}



@keyframes progress-bar-stripes {

  from {

    background-position: 40px 0;

  }

  to {

    background-position: 0 0;

  }

}



.progress {

  overflow: hidden;

  height: 22px;

  margin-bottom: 22px;

  background-color: #f5f5f5;

  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

}



.progress-bar {

  float: left;

  width: 0%;

  height: 100%;

  font-size: 14px;

  line-height: 22px;

  color: #fff;

  text-align: center;

  background-color: #666666;

  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);

  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);

  -webkit-transition: width 0.6s ease;

  -o-transition: width 0.6s ease;

  transition: width 0.6s ease;

}



.progress-striped .progress-bar,

.progress-bar-striped {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-size: 40px 40px;

}



.progress.active .progress-bar,

.progress-bar.active {

  -webkit-animation: progress-bar-stripes 2s linear infinite;

  -o-animation: progress-bar-stripes 2s linear infinite;

  animation: progress-bar-stripes 2s linear infinite;

}



.progress-bar-success {

  background-color: #5cb85c;

}



.progress-striped .progress-bar-success {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}



.progress-bar-info {

  background-color: #5bc0de;

}



.progress-striped .progress-bar-info {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}



.progress-bar-warning {

  background-color: #f0ad4e;

}



.progress-striped .progress-bar-warning {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}



.progress-bar-danger {

  background-color: #d9534f;

}



.progress-striped .progress-bar-danger {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}



.media {

  margin-top: 15px;

}



.media:first-child {

  margin-top: 0;

}



.media,

.media-body {

  zoom: 1;

  overflow: hidden;

}



.media-body {

  width: 10000px;

}



.media-object {

  display: block;

}



.media-object.img-thumbnail {

  max-width: none;

}



.media-right,

.media > .pull-right {

  padding-left: 10px;

}



.media-left,

.media > .pull-left {

  padding-right: 10px;

}



.media-left,

.media-right,

.media-body {

  display: table-cell;

  vertical-align: top;

}



.media-middle {

  vertical-align: middle;

}



.media-bottom {

  vertical-align: bottom;

}



.media-heading {

  margin-top: 0;

  margin-bottom: 5px;

}



.media-list {

  padding-left: 0;

  list-style: none;

}



.list-group {

  margin-bottom: 20px;

  padding-left: 0;

}



.list-group-item {

  position: relative;

  display: block;

  padding: 10px 15px;

  margin-bottom: -1px;

  background-color: #fff;

  border: 1px solid #ddd;

}



.list-group-item:first-child {

  border-top-right-radius: 4px;

  border-top-left-radius: 4px;

}



.list-group-item:last-child {

  margin-bottom: 0;

  border-bottom-right-radius: 4px;

  border-bottom-left-radius: 4px;

}



a.list-group-item,

button.list-group-item {

  color: #555;

}



a.list-group-item .list-group-item-heading,

button.list-group-item .list-group-item-heading {

  color: #333;

}



a.list-group-item:hover, a.list-group-item:focus,

button.list-group-item:hover,

button.list-group-item:focus {

  text-decoration: none;

  color: #555;

  background-color: #f5f5f5;

}



button.list-group-item {

  width: 100%;

  text-align: left;

}



.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {

  background-color: #eeeeee;

  color: #777777;

  cursor: not-allowed;

}



.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {

  color: inherit;

}



.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {

  color: #777777;

}



.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {

  z-index: 2;

  color: #fff;

  background-color: #666666;

  border-color: #666666;

}



.list-group-item.active .list-group-item-heading,

.list-group-item.active .list-group-item-heading > small,

.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,

.list-group-item.active:hover .list-group-item-heading > small,

.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,

.list-group-item.active:focus .list-group-item-heading > small,

.list-group-item.active:focus .list-group-item-heading > .small {

  color: inherit;

}



.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {

  color: #cccccc;

}



.list-group-item-success {

  color: #3c763d;

  background-color: #dff0d8;

}



a.list-group-item-success,

button.list-group-item-success {

  color: #3c763d;

}



a.list-group-item-success .list-group-item-heading,

button.list-group-item-success .list-group-item-heading {

  color: inherit;

}



a.list-group-item-success:hover, a.list-group-item-success:focus,

button.list-group-item-success:hover,

button.list-group-item-success:focus {

  color: #3c763d;

  background-color: #d0e9c6;

}



a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,

button.list-group-item-success.active,

button.list-group-item-success.active:hover,

button.list-group-item-success.active:focus {

  color: #fff;

  background-color: #3c763d;

  border-color: #3c763d;

}



.list-group-item-info {

  color: #31708f;

  background-color: #d9edf7;

}



a.list-group-item-info,

button.list-group-item-info {

  color: #31708f;

}



a.list-group-item-info .list-group-item-heading,

button.list-group-item-info .list-group-item-heading {

  color: inherit;

}



a.list-group-item-info:hover, a.list-group-item-info:focus,

button.list-group-item-info:hover,

button.list-group-item-info:focus {

  color: #31708f;

  background-color: #c4e3f3;

}



a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,

button.list-group-item-info.active,

button.list-group-item-info.active:hover,

button.list-group-item-info.active:focus {

  color: #fff;

  background-color: #31708f;

  border-color: #31708f;

}



.list-group-item-warning {

  color: #8a6d3b;

  background-color: #fcf8e3;

}



a.list-group-item-warning,

button.list-group-item-warning {

  color: #8a6d3b;

}



a.list-group-item-warning .list-group-item-heading,

button.list-group-item-warning .list-group-item-heading {

  color: inherit;

}



a.list-group-item-warning:hover, a.list-group-item-warning:focus,

button.list-group-item-warning:hover,

button.list-group-item-warning:focus {

  color: #8a6d3b;

  background-color: #faf2cc;

}



a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,

button.list-group-item-warning.active,

button.list-group-item-warning.active:hover,

button.list-group-item-warning.active:focus {

  color: #fff;

  background-color: #8a6d3b;

  border-color: #8a6d3b;

}



.list-group-item-danger {

  color: #a94442;

  background-color: #f2dede;

}



a.list-group-item-danger,

button.list-group-item-danger {

  color: #a94442;

}



a.list-group-item-danger .list-group-item-heading,

button.list-group-item-danger .list-group-item-heading {

  color: inherit;

}



a.list-group-item-danger:hover, a.list-group-item-danger:focus,

button.list-group-item-danger:hover,

button.list-group-item-danger:focus {

  color: #a94442;

  background-color: #ebcccc;

}



a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,

button.list-group-item-danger.active,

button.list-group-item-danger.active:hover,

button.list-group-item-danger.active:focus {

  color: #fff;

  background-color: #a94442;

  border-color: #a94442;

}



.list-group-item-heading {

  margin-top: 0;

  margin-bottom: 5px;

}



.list-group-item-text {

  margin-bottom: 0;

  line-height: 1.3;

}



.panel {

  margin-bottom: 22px;

  background-color: #fff;

  border: 1px solid transparent;

  border-radius: 4px;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}



.panel-body {

  padding: 15px;

}



.panel-body:before, .panel-body:after {

  content: " ";

  display: table;

}



.panel-body:after {

  clear: both;

}



.panel-heading {

  padding: 10px 15px;

  border-bottom: 1px solid transparent;

  border-top-right-radius: 3px;

  border-top-left-radius: 3px;

}



.panel-heading > .dropdown .dropdown-toggle {

  color: inherit;

}



.panel-title {

  margin-top: 0;

  margin-bottom: 0;

  font-size: 18px;

  color: inherit;

}



.panel-title > a,

.panel-title > small,

.panel-title > .small,

.panel-title > small > a,

.panel-title > .small > a {

  color: inherit;

}



.panel-footer {

  padding: 10px 15px;

  background-color: #f5f5f5;

  border-top: 1px solid #ddd;

  border-bottom-right-radius: 3px;

  border-bottom-left-radius: 3px;

}



.panel > .list-group,

.panel > .panel-collapse > .list-group {

  margin-bottom: 0;

}



.panel > .list-group .list-group-item,

.panel > .panel-collapse > .list-group .list-group-item {

  border-width: 1px 0;

  border-radius: 0;

}



.panel > .list-group:first-child .list-group-item:first-child,

.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {

  border-top: 0;

  border-top-right-radius: 3px;

  border-top-left-radius: 3px;

}



.panel > .list-group:last-child .list-group-item:last-child,

.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {

  border-bottom: 0;

  border-bottom-right-radius: 3px;

  border-bottom-left-radius: 3px;

}



.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}



.panel-heading + .list-group .list-group-item:first-child {

  border-top-width: 0;

}



.list-group + .panel-footer {

  border-top-width: 0;

}



.panel > .table,

.panel > .table-responsive > .table,

.panel > .panel-collapse > .table {

  margin-bottom: 0;

}



.panel > .table caption,

.panel > .table-responsive > .table caption,

.panel > .panel-collapse > .table caption {

  padding-left: 15px;

  padding-right: 15px;

}



.panel > .table:first-child,

.panel > .table-responsive:first-child > .table:first-child {

  border-top-right-radius: 3px;

  border-top-left-radius: 3px;

}



.panel > .table:first-child > thead:first-child > tr:first-child,

.panel > .table:first-child > tbody:first-child > tr:first-child,

.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {

  border-top-left-radius: 3px;

  border-top-right-radius: 3px;

}



.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,

.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,

.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,

.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,

.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,

.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {

  border-top-left-radius: 3px;

}



.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,

.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,

.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,

.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,

.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,

.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {

  border-top-right-radius: 3px;

}



.panel > .table:last-child,

.panel > .table-responsive:last-child > .table:last-child {

  border-bottom-right-radius: 3px;

  border-bottom-left-radius: 3px;

}



.panel > .table:last-child > tbody:last-child > tr:last-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child,

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,

.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {

  border-bottom-left-radius: 3px;

  border-bottom-right-radius: 3px;

}



.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,

.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,

.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,

.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {

  border-bottom-left-radius: 3px;

}



.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,

.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,

.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,

.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {

  border-bottom-right-radius: 3px;

}



.panel > .panel-body + .table,

.panel > .panel-body + .table-responsive,

.panel > .table + .panel-body,

.panel > .table-responsive + .panel-body {

  border-top: 1px solid #a11640;

}



.panel > .table > tbody:first-child > tr:first-child th,

.panel > .table > tbody:first-child > tr:first-child td {

  border-top: 0;

}



.panel > .table-bordered,

.panel > .table-responsive > .table-bordered {

  border: 0;

}



.panel > .table-bordered > thead > tr > th:first-child,

.panel > .table-bordered > thead > tr > td:first-child,

.panel > .table-bordered > tbody > tr > th:first-child,

.panel > .table-bordered > tbody > tr > td:first-child,

.panel > .table-bordered > tfoot > tr > th:first-child,

.panel > .table-bordered > tfoot > tr > td:first-child,

.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,

.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,

.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,

.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {

  border-left: 0;

}



.panel > .table-bordered > thead > tr > th:last-child,

.panel > .table-bordered > thead > tr > td:last-child,

.panel > .table-bordered > tbody > tr > th:last-child,

.panel > .table-bordered > tbody > tr > td:last-child,

.panel > .table-bordered > tfoot > tr > th:last-child,

.panel > .table-bordered > tfoot > tr > td:last-child,

.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,

.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,

.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,

.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {

  border-right: 0;

}



.panel > .table-bordered > thead > tr:first-child > td,

.panel > .table-bordered > thead > tr:first-child > th,

.panel > .table-bordered > tbody > tr:first-child > td,

.panel > .table-bordered > tbody > tr:first-child > th,

.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,

.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,

.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,

.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {

  border-bottom: 0;

}



.panel > .table-bordered > tbody > tr:last-child > td,

.panel > .table-bordered > tbody > tr:last-child > th,

.panel > .table-bordered > tfoot > tr:last-child > td,

.panel > .table-bordered > tfoot > tr:last-child > th,

.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,

.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,

.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,

.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {

  border-bottom: 0;

}



.panel > .table-responsive {

  border: 0;

  margin-bottom: 0;

}



.panel-group {

  margin-bottom: 22px;

}



.panel-group .panel {

  margin-bottom: 0;

  border-radius: 4px;

}



.panel-group .panel + .panel {

  margin-top: 5px;

}



.panel-group .panel-heading {

  border-bottom: 0;

}



.panel-group .panel-heading + .panel-collapse > .panel-body,

.panel-group .panel-heading + .panel-collapse > .list-group {

  border-top: 1px solid #ddd;

}



.panel-group .panel-footer {

  border-top: 0;

}



.panel-group .panel-footer + .panel-collapse .panel-body {

  border-bottom: 1px solid #ddd;

}



.panel-default {

  border-color: #ddd;

}



.panel-default > .panel-heading {

  color: #333333;

  background-color: #f5f5f5;

  border-color: #ddd;

}



.panel-default > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #ddd;

}



.panel-default > .panel-heading .badge {

  color: #f5f5f5;

  background-color: #333333;

}



.panel-default > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #ddd;

}



.panel-primary {

  border-color: #666666;

}



.panel-primary > .panel-heading {

  color: #fff;

  background-color: #666666;

  border-color: #666666;

}



.panel-primary > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #666666;

}



.panel-primary > .panel-heading .badge {

  color: #666666;

  background-color: #fff;

}



.panel-primary > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #666666;

}



.panel-success {

  border-color: #d6e9c6;

}



.panel-success > .panel-heading {

  color: #3c763d;

  background-color: #dff0d8;

  border-color: #d6e9c6;

}



.panel-success > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #d6e9c6;

}



.panel-success > .panel-heading .badge {

  color: #dff0d8;

  background-color: #3c763d;

}



.panel-success > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #d6e9c6;

}



.panel-info {

  border-color: #bce8f1;

}



.panel-info > .panel-heading {

  color: #31708f;

  background-color: #d9edf7;

  border-color: #bce8f1;

}



.panel-info > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #bce8f1;

}



.panel-info > .panel-heading .badge {

  color: #d9edf7;

  background-color: #31708f;

}



.panel-info > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #bce8f1;

}



.panel-warning {

  border-color: #faebcc;

}



.panel-warning > .panel-heading {

  color: #8a6d3b;

  background-color: #fcf8e3;

  border-color: #faebcc;

}



.panel-warning > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #faebcc;

}



.panel-warning > .panel-heading .badge {

  color: #fcf8e3;

  background-color: #8a6d3b;

}



.panel-warning > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #faebcc;

}



.panel-danger {

  border-color: #ebccd1;

}



.panel-danger > .panel-heading {

  color: #a94442;

  background-color: #f2dede;

  border-color: #ebccd1;

}



.panel-danger > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #ebccd1;

}



.panel-danger > .panel-heading .badge {

  color: #f2dede;

  background-color: #a94442;

}



.panel-danger > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #ebccd1;

}



.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%;

}



.well {

  min-height: 20px;

  padding: 19px;

  margin-bottom: 20px;

  background-color: #f5f5f5;

  border: 1px solid #e3e3e3;

  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

}



.well blockquote {

  border-color: #ddd;

  border-color: rgba(0, 0, 0, 0.15);

}



.well-lg {

  padding: 24px;

  border-radius: 6px;

}



.well-sm {

  padding: 9px;

  border-radius: 3px;

}



.close {

  float: right;

  font-size: 24px;

  font-weight: bold;

  line-height: 1;

  color: #000;

  text-shadow: 0 1px 0 #fff;

  opacity: 0.2;

  filter: alpha(opacity=20);

}



.close:hover, .close:focus {

  color: #000;

  text-decoration: none;

  cursor: pointer;

  opacity: 0.5;

  filter: alpha(opacity=50);

}



.field-type-image.field-label-hidden{

    margin-top: 35px;

}



button.close {

  padding: 0;

  cursor: pointer;

  background: transparent;

  border: 0;

  -webkit-appearance: none;

  padding-bottom: 15px;

}



.modal-open {

  overflow: hidden;

}



.modal {

  display: none;

  overflow: hidden;

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1050;

  -webkit-overflow-scrolling: touch;

  outline: 0;

}



.modal.fade .modal-dialog {

  -webkit-transform: translate(0, -25%);

  -ms-transform: translate(0, -25%);

  -o-transform: translate(0, -25%);

  transform: translate(0, -25%);

  -webkit-transition: -webkit-transform 0.3s ease-out;

  -moz-transition: -moz-transform 0.3s ease-out;

  -o-transition: -o-transform 0.3s ease-out;

  transition: transform 0.3s ease-out;

}



.modal.in .modal-dialog {

  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  -o-transform: translate(0, 0);

  transform: translate(0, 0);

}



.modal-open .modal {

  overflow-x: hidden;

  overflow-y: auto;

}



.modal-dialog {

  position: relative;

  width: auto;

  margin: 10px;

}



.modal-content {

  position: relative;

  background-color: #fff;

  border: 1px solid #999;

  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 6px;

  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

  background-clip: padding-box;

  outline: 0;

}



.modal-backdrop {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1040;

  background-color: #000;

}



.modal-backdrop.fade {

  opacity: 0;

  filter: alpha(opacity=0);

}



.modal-backdrop.in {

  opacity: 0.5;

  filter: alpha(opacity=50);

}



.modal-header {

  padding: 15px;

  border-bottom: 1px solid #e5e5e5;

}



.modal-header:before, .modal-header:after {

  content: " ";

  display: table;

}



.modal-header:after {

  clear: both;

}



.modal-header .close {

  margin-top: -2px;

}



.modal-title {

  margin: 0;

  line-height: 1.42857;

}



.modal-body {

  position: relative;

  padding: 15px;

}



.modal-footer {

  padding: 15px;

  text-align: right;

  border-top: 1px solid #e5e5e5;

}



.modal-footer:before, .modal-footer:after {

  content: " ";

  display: table;

}



.modal-footer:after {

  clear: both;

}



.modal-footer .btn + .btn {

  margin-left: 5px;

  margin-bottom: 0;

}



.modal-footer .btn-group .btn + .btn {

  margin-left: -1px;

}



.modal-footer .btn-block + .btn-block {

  margin-left: 0;

}



.modal-scrollbar-measure {

  position: absolute;

  top: -9999px;

  width: 50px;

  height: 50px;

  overflow: scroll;

}



@media (min-width: 768px) {

  .modal-dialog {

    width: 600px;

    margin: 30px auto;

  }

  .modal-content {

    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

  }

  .modal-sm {

    width: 300px;

  }

}



@media (min-width: 992px) {

  .modal-lg {

    width: 900px;

  }

}



.tooltip {

  position: absolute;

  z-index: 1070;

  display: block;

  font-family: "Lato", Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: normal;

  letter-spacing: normal;

  line-break: auto;

  line-height: 1.42857;

  text-align: left;

  text-align: start;

  text-decoration: none;

  text-shadow: none;

  text-transform: none;

  white-space: normal;

  word-break: normal;

  word-spacing: normal;

  word-wrap: normal;

  font-size: 14px;

  opacity: 0;

  filter: alpha(opacity=0);

}



.tooltip.in {

  opacity: 0.9;

  filter: alpha(opacity=90);

}



.tooltip.top {

  margin-top: -3px;

  padding: 5px 0;

}



.tooltip.right {

  margin-left: 3px;

  padding: 0 5px;

}



.tooltip.bottom {

  margin-top: 3px;

  padding: 5px 0;

}



.tooltip.left {

  margin-left: -3px;

  padding: 0 5px;

}



.tooltip-inner {

  max-width: 200px;

  padding: 3px 8px;

  color: #fff;

  text-align: center;

  background-color: #000;

  border-radius: 4px;

}



.tooltip-arrow {

  position: absolute;

  width: 0;

  height: 0;

  border-color: transparent;

  border-style: solid;

}



.tooltip.top .tooltip-arrow {

  bottom: 0;

  left: 50%;

  margin-left: -5px;

  border-width: 5px 5px 0;

  border-top-color: #000;

}



.tooltip.top-left .tooltip-arrow {

  bottom: 0;

  right: 5px;

  margin-bottom: -5px;

  border-width: 5px 5px 0;

  border-top-color: #000;

}



.tooltip.top-right .tooltip-arrow {

  bottom: 0;

  left: 5px;

  margin-bottom: -5px;

  border-width: 5px 5px 0;

  border-top-color: #000;

}



.tooltip.right .tooltip-arrow {

  top: 50%;

  left: 0;

  margin-top: -5px;

  border-width: 5px 5px 5px 0;

  border-right-color: #000;

}



.tooltip.left .tooltip-arrow {

  top: 50%;

  right: 0;

  margin-top: -5px;

  border-width: 5px 0 5px 5px;

  border-left-color: #000;

}



.tooltip.bottom .tooltip-arrow {

  top: 0;

  left: 50%;

  margin-left: -5px;

  border-width: 0 5px 5px;

  border-bottom-color: #000;

}



.tooltip.bottom-left .tooltip-arrow {

  top: 0;

  right: 5px;

  margin-top: -5px;

  border-width: 0 5px 5px;

  border-bottom-color: #000;

}



.tooltip.bottom-right .tooltip-arrow {

  top: 0;

  left: 5px;

  margin-top: -5px;

  border-width: 0 5px 5px;

  border-bottom-color: #000;

}



.popover {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1060;

  display: none;

  max-width: 276px;

  padding: 1px;

  font-family: "Lato", Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: normal;

  letter-spacing: normal;

  line-break: auto;

  line-height: 1.42857;

  text-align: left;

  text-align: start;

  text-decoration: none;

  text-shadow: none;

  text-transform: none;

  white-space: normal;

  word-break: normal;

  word-spacing: normal;

  word-wrap: normal;

  font-size: 16px;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #ccc;

  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 6px;

  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}



.popover.top {

  margin-top: -10px;

}



.popover.right {

  margin-left: 10px;

}



.popover.bottom {

  margin-top: 10px;

}



.popover.left {

  margin-left: -10px;

}



.popover-title {

  margin: 0;

  padding: 8px 14px;

  font-size: 16px;

  background-color: #f7f7f7;

  border-bottom: 1px solid #ebebeb;

  border-radius: 5px 5px 0 0;

}



.popover-content {

  padding: 9px 14px;

}



.popover > .arrow, .popover > .arrow:after {

  position: absolute;

  display: block;

  width: 0;

  height: 0;

  border-color: transparent;

  border-style: solid;

}



.popover > .arrow {

  border-width: 11px;

}



.popover > .arrow:after {

  border-width: 10px;

  content: "";

}



.popover.top > .arrow {

  left: 50%;

  margin-left: -11px;

  border-bottom-width: 0;

  border-top-color: #999999;

  border-top-color: rgba(0, 0, 0, 0.25);

  bottom: -11px;

}



.popover.top > .arrow:after {

  content: " ";

  bottom: 1px;

  margin-left: -10px;

  border-bottom-width: 0;

  border-top-color: #fff;

}



.popover.right > .arrow {

  top: 50%;

  left: -11px;

  margin-top: -11px;

  border-left-width: 0;

  border-right-color: #999999;

  border-right-color: rgba(0, 0, 0, 0.25);

}



.popover.right > .arrow:after {

  content: " ";

  left: 1px;

  bottom: -10px;

  border-left-width: 0;

  border-right-color: #fff;

}



.popover.bottom > .arrow {

  left: 50%;

  margin-left: -11px;

  border-top-width: 0;

  border-bottom-color: #999999;

  border-bottom-color: rgba(0, 0, 0, 0.25);

  top: -11px;

}



.popover.bottom > .arrow:after {

  content: " ";

  top: 1px;

  margin-left: -10px;

  border-top-width: 0;

  border-bottom-color: #fff;

}



.popover.left > .arrow {

  top: 50%;

  right: -11px;

  margin-top: -11px;

  border-right-width: 0;

  border-left-color: #999999;

  border-left-color: rgba(0, 0, 0, 0.25);

}



.popover.left > .arrow:after {

  content: " ";

  right: 1px;

  border-right-width: 0;

  border-left-color: #fff;

  bottom: -10px;

}



.carousel {

  position: relative;

}



.carousel-inner {

  position: relative;

  overflow: hidden;

  width: 100%;

}



.carousel-inner > .item {

  display: none;

  position: relative;

  -webkit-transition: 0.6s ease-in-out left;

  -o-transition: 0.6s ease-in-out left;

  transition: 0.6s ease-in-out left;

}



.carousel-inner > .item > img,

.carousel-inner > .item > a > img {

  display: block;

  max-width: 100%;

  height: auto;

  line-height: 1;

}



@media all and (transform-3d), (-webkit-transform-3d) {

  .carousel-inner > .item {

    -webkit-transition: -webkit-transform 0.6s ease-in-out;

    -moz-transition: -moz-transform 0.6s ease-in-out;

    -o-transition: -o-transform 0.6s ease-in-out;

    transition: transform 0.6s ease-in-out;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-perspective: 1000px;

    -moz-perspective: 1000px;

    perspective: 1000px;

  }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    left: 0;

  }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    left: 0;

  }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    left: 0;

  }

}



.carousel-inner > .active,

.carousel-inner > .next,

.carousel-inner > .prev {

  display: block;

}



.carousel-inner > .active {

  left: 0;

}



.carousel-inner > .next,

.carousel-inner > .prev {

  position: absolute;

  top: 0;

  width: 100%;

}



.carousel-inner > .next {

  left: 100%;

}



.carousel-inner > .prev {

  left: -100%;

}



.carousel-inner > .next.left,

.carousel-inner > .prev.right {

  left: 0;

}



.carousel-inner > .active.left {

  left: -100%;

}



.carousel-inner > .active.right {

  left: 100%;

}



.carousel-control {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  width: 15%;

  opacity: 0.5;

  filter: alpha(opacity=50);

  font-size: 20px;

  color: #fff;

  text-align: center;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

  background-color: transparent;

}



.carousel-control.left {

  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);

  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);

  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);

}



.carousel-control.right {

  left: auto;

  right: 0;

  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);

  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);

  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

}



.carousel-control:hover, .carousel-control:focus {

  outline: 0;

  color: #fff;

  text-decoration: none;

  opacity: 0.9;

  filter: alpha(opacity=90);

}



.carousel-control .icon-prev,

.carousel-control .icon-next,

.carousel-control .glyphicon-chevron-left,

.carousel-control .glyphicon-chevron-right {

  position: absolute;

  top: 50%;

  margin-top: -10px;

  z-index: 5;

  display: inline-block;

}



.carousel-control .icon-prev,

.carousel-control .glyphicon-chevron-left {

  left: 50%;

  margin-left: -10px;

}



.carousel-control .icon-next,

.carousel-control .glyphicon-chevron-right {

  right: 50%;

  margin-right: -10px;

}



.carousel-control .icon-prev,

.carousel-control .icon-next {

  width: 20px;

  height: 20px;

  line-height: 1;

  font-family: serif;

}



.carousel-control .icon-prev:before {

  content: '\2039';

}



.carousel-control .icon-next:before {

  content: '\203a';

}



.carousel-indicators {

  position: absolute;

  bottom: 10px;

  left: 50%;

  z-index: 15;

  width: 60%;

  margin-left: -30%;

  padding-left: 0;

  list-style: none;

  text-align: center;

}



.carousel-indicators li {

  display: inline-block;

  width: 10px;

  height: 10px;

  margin: 1px;

  text-indent: -999px;

  border: 1px solid #fff;

  border-radius: 10px;

  cursor: pointer;

  background-color: #000 \9;

  background-color: transparent;

}



.carousel-indicators .active {

  margin: 0;

  width: 12px;

  height: 12px;

  background-color: #fff;

}



.carousel-caption {

  position: absolute;

  left: 15%;

  right: 15%;

  bottom: 20px;

  z-index: 10;

  padding-top: 20px;

  padding-bottom: 20px;

  color: #fff;

  text-align: center;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

}



.carousel-caption .btn {

  text-shadow: none;

}



@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,

  .carousel-control .glyphicon-chevron-right,

  .carousel-control .icon-prev,

  .carousel-control .icon-next {

    width: 30px;

    height: 30px;

    margin-top: -10px;

    font-size: 30px;

  }

  .carousel-control .glyphicon-chevron-left,

  .carousel-control .icon-prev {

    margin-left: -10px;

  }

  .carousel-control .glyphicon-chevron-right,

  .carousel-control .icon-next {

    margin-right: -10px;

  }

  .carousel-caption {

    left: 20%;

    right: 20%;

    padding-bottom: 30px;

  }

  .carousel-indicators {

    bottom: 20px;

  }

}



.clearfix:before, .clearfix:after {

  content: " ";

  display: table;

}



.clearfix:after {

  clear: both;

}



.center-block {

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.pull-right {

  float: right !important;

}



.pull-left {

  float: left !important;

}



.hide {

  display: none !important;

}



.show {

  display: block !important;

}



.invisible {

  visibility: hidden;

}



.text-hide {

  font: 0/0 a;

  color: transparent;

  text-shadow: none;

  background-color: transparent;

  border: 0;

}



.hidden {

  display: none !important;

}



.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;

  }

}



.text-left {

  text-align: left;

}



.text-right {

  text-align: right;

}



.text-center {

  text-align: center;

}



.text-justify {

  text-align: justify;

}



.text-lowercase {

  text-transform: lowercase;

}



.text-uppercase, .initialism, .text-editor .initialism {

  text-transform: uppercase;

}



.text-capitalize {

  text-transform: capitalize;

}



.text-underline {

  text-decoration: underline;

}



.text-overline {

  text-decoration: overline;

}



.text-line-through {

  text-decoration: line-through;

}



.text-initial {

  text-decoration: initial;

}



.text-baseline {

  vertical-align: baseline;

}



.text-length {

  vertical-align: length;

}



.text-sub {

  vertical-align: sub;

}



.text-super {

  vertical-align: super;

}



.text-top {

  vertical-align: top;

}



.text-text-top {

  vertical-align: text-top;

}



.text-middle {

  vertical-align: middle;

}



.text-bottom {

  vertical-align: bottom;

}



.text-text-bottom {

  vertical-align: text-bottom;

}



.text-initial {

  vertical-align: initial;

}



.text-inherit {

  vertical-align: inherit;

}



.element-float-left {

  float: left;

  display: inline-block;

  margin-right: 40px;

  margin-bottom: 30px;

}



.element-float-right {

  float: right;

  display: inline-block;

  margin-left: 40px;

  margin-bottom: 30px;

}



.bg-bbluedark {

  background-color: #293f6a;

}



.bg-bbluemedium {

  background-color: #015683;

}



.bg-bbluedove {

  background-color: #5767b1;

}



.bg-bbluegrigio {

  background-color: #e7edef;

}



.bg-bgreydark {

  background-color: #939393;

}



.bg-bblueoltremare {

  background-color: #4e3c77;

}



.bg-bblueazul {

  background-color: #5aa9b6;

}



.bg-btcviolet {

  background-color: #4e3c77;

}



.bg-bviolet {

  background-color: #6e237b;

}



.bg-bbordeaux {

  background-color: #a11640;

}



.bg-bgreendark {

  background-color: #004d47;

}



.bg-bblackdark {

  background-color: #1b1b1b;

}



.bg-bgreenmed {

  background-color: #c9bb38;

}



.bg-bocra {

  background-color: #d5c740;

}



.bg-bgreenlight {

  background-color: #719814;

}



.bg-bgreenpine {

  background-color: #074053;

}



.bg-bgreenwater {

  background-color: #4c9791;

}



.bg-bsgreen5 {

  background-color: #bbb13b;

}



.bg-bsgreen6 {

  background-color: #e1ddb0;

}



.bg-bsgreen7 {

  background-color: #34777b;

}



.bg-bsgreen8 {

  background-color: #05766f;

}



.bg-bocra {

  background-color: #d5c740;

}



.bg-bwhite {

  background-color: #fff;

}



.bg-bblack {

  background-color: #000;

}



.bg-bgazzure {

  background-color: #4dc8c4;

}



.bg-bdalumni {

  background-color: #679b98;

}



.bg-btransparent {

  background-color: transparent;

}



.side-color-bbluedark .side-content {

  background-color: #293f6a !important;

}



.side-color-bbluemedium .side-content {

  background-color: #015683 !important;

}



.side-color-bbluedove .side-content {

  background-color: #5767b1 !important;

}



.side-color-bbluegrigio .side-content {

  background-color: #e7edef !important;

}



.side-color-bgreydark .side-content {

  background-color: #939393 !important;

}



.side-color-bblueoltremare .side-content {

  background-color: #4e3c77 !important;

}



.side-color-bblueazul .side-content {

  background-color: #5aa9b6 !important;

}



.side-color-btcviolet .side-content {

  background-color: #4e3c77 !important;

}



.side-color-bviolet .side-content {

  background-color: #6e237b !important;

}



.side-color-bbordeaux .side-content {

  background-color: #a11640 !important;

}



.side-color-bgreendark .side-content {

  background-color: #004d47 !important;

}



.side-color-bblackdark .side-content {

  background-color: #1b1b1b !important;

}



.side-color-bgreenmed .side-content {

  background-color: #c9bb38 !important;

}



.side-color-bocra .side-content {

  background-color: #d5c740 !important;

}



.side-color-bgreenlight .side-content {

  background-color: #719814 !important;

}



.side-color-bgreenpine .side-content {

  background-color: #074053 !important;

}



.side-color-bgreenwater .side-content {

  background-color: #4c9791 !important;

}



.side-color-bsgreen5 .side-content {

  background-color: #bbb13b !important;

}



.side-color-bsgreen6 .side-content {

  background-color: #e1ddb0 !important;

}



.side-color-bsgreen7 .side-content {

  background-color: #34777b !important;

}



.side-color-bsgreen8 .side-content {

  background-color: #05766f !important;

}



.side-color-bocra .side-content {

  background-color: #d5c740 !important;

}



.side-color-bwhite .side-content {

  background-color: #fff !important;

}



.side-color-bblack .side-content {

  background-color: #000 !important;

}



.side-color-bgazzure .side-content {

  background-color: #4dc8c4 !important;

}



.side-color-bdalumni .side-content {

  background-color: #679b98 !important;

}



.side-color-btransparent .side-content {

  background-color: transparent !important;

}



.fill-bbluedark {

  fill: #293f6a;

}



.fill-bbluemedium {

  fill: #015683;

}



.fill-bbluedove {

  fill: #5767b1;

}



.fill-bbluegrigio {

  fill: #e7edef;

}



.fill-bgreydark {

  fill: #939393;

}



.fill-bblueoltremare {

  fill: #4e3c77;

}



.fill-bblueazul {

  fill: #5aa9b6;

}



.fill-btcviolet {

  fill: #4e3c77;

}



.fill-bviolet {

  fill: #6e237b;

}



.fill-bbordeaux {

  fill: #a11640;

}



.fill-bgreendark {

  fill: #004d47;

}



.fill-bblackdark {

  fill: #1b1b1b;

}



.fill-bgreenmed {

  fill: #c9bb38;

}



.fill-bocra {

  fill: #d5c740;

}



.fill-bgreenlight {

  fill: #719814;

}



.fill-bgreenpine {

  fill: #074053;

}



.fill-bgreenwater {

  fill: #4c9791;

}



.fill-bsgreen5 {

  fill: #bbb13b;

}



.fill-bsgreen6 {

  fill: #e1ddb0;

}



.fill-bsgreen7 {

  fill: #34777b;

}



.fill-bsgreen8 {

  fill: #05766f;

}



.fill-bocra {

  fill: #d5c740;

}



.fill-bwhite {

  fill: #fff;

}



.fill-bblack {

  fill: #000;

}



.fill-bgazzure {

  fill: #4dc8c4;

}



.fill-bdalumni {

  fill: #679b98;

}



.fill-btransparent {

  fill: transparent;

}



.color-bbluedark {

  color: #293f6a !important;

}



.color-bbluemedium {

  color: #015683 !important;

}



.color-bbluedove {

  color: #5767b1 !important;

}



.color-bbluegrigio {

  color: #e7edef !important;

}



.color-bgreydark {

  color: #939393 !important;

}



.color-bblueoltremare {

  color: #4e3c77 !important;

}



.color-bblueazul {

  color: #5aa9b6 !important;

}



.color-btcviolet {

  color: #4e3c77 !important;

}



.color-bviolet {

  color: #6e237b !important;

}



.color-bbordeaux {

  color: #a11640 !important;

}



.color-bgreendark {

  color: #004d47 !important;

}



.color-bblackdark {

  color: #1b1b1b !important;

}



.color-bgreenmed {

  color: #c9bb38 !important;

}



.color-bocra {

  color: #d5c740 !important;

}



.color-bgreenlight {

  color: #719814 !important;

}



.color-bgreenpine {

  color: #074053 !important;

}



.color-bgreenwater {

  color: #4c9791 !important;

}



.color-bsgreen5 {

  color: #bbb13b !important;

}



.color-bsgreen6 {

  color: #e1ddb0 !important;

}



.color-bsgreen7 {

  color: #34777b !important;

}



.color-bsgreen8 {

  color: #05766f !important;

}



.color-bocra {

  color: #d5c740 !important;

}



.color-bwhite {

  color: #fff !important;

}



.color-bblack {

  color: #000 !important;

}



.color-bgazzure {

  color: #4dc8c4 !important;

}



.color-bdalumni {

  color: #679b98 !important;

}



.color-btransparent {

  color: transparent !important;

}



.bg-type-01 {

  background-image: url(/images/bg-widget/bg-type01-shape-color.svg);

  background-size: cover;

  width: 100%;

  height: 100%;

}



.bg-type-02 {

  background-image: url(/images/bg-widget/bg-type02-shape-color.svg);

  background-size: cover;

  width: 100%;

  height: 100%;

}



.bg-scaling-widget {

  width: 100%;

  height: 100%;

  z-index: 1;

  position: absolute;

  background-repeat: no-repeat;

  background-origin: content-box;

  background-size: contain;

}



.bg-widget-color-top {

  background-image: url("../images/bg-widget/naba_bg_white_top_full_width_01.svg");

  background-position: 0% 0%;

  background-repeat: no-repeat;

}



.bg-widget-color-bottom {

  background-image: url("../images/bg-widget/naba_bg_white_bottom_full_width_01.svg");

  background-position: 0% 100%;

  background-repeat: no-repeat;

}



.bg-widget-color-bottom-side {

  background-size: 50% 30%;

}



.bg-content-to-top {

  position: relative;

  margin-top: -70px;

}



@media (max-width: 767px) {

  .bg-content-to-top {

    margin-top: 0px;

  }

}



.bg-content-to-top .wpTypeAzure .bg-widget-color-bottom {

  background-image: none;

}



@media (min-width: 1280px) {

  .bg-content-to-top .wpTypeAzure .scaling-svg-container {

    width: 1280px;

    height: 16000px;

  }

  .bg-content-to-top .wpTypeAzure .scaling-svg {

    width: 1280px;

    height: 16000px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .bg-content-to-top .wpTypeAzure .scaling-svg-container {

    width: 1024px;

    height: 12800px;

  }

  .bg-content-to-top .wpTypeAzure .scaling-svg {

    width: 1024px;

    height: 12800px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .bg-content-to-top .wpTypeAzure .scaling-svg-container {

    width: 768px;

    height: 9600px;

  }

  .bg-content-to-top .wpTypeAzure .scaling-svg {

    width: 768px;

    height: 9600px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .bg-content-to-top .wpTypeAzure .scaling-svg-container {

    width: 480px;

    height: 6000px;

  }

  .bg-content-to-top .wpTypeAzure .scaling-svg {

    width: 480px;

    height: 6000px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .bg-content-to-top .wpTypeAzure .scaling-svg-container {

    width: 320px;

    height: 4000px;

  }

  .bg-content-to-top .wpTypeAzure .scaling-svg {

    width: 320px;

    height: 4000px;

  }

}



@media (max-width: 319px) {

  .bg-content-to-top .wpTypeAzure .scaling-svg-container {

    width: 320px;

    height: 4000px;

  }

  .bg-content-to-top .wpTypeAzure .scaling-svg {

    width: 320px;

    height: 4000px;

  }

}



.bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .content {

  fill: #cbe2e1;

}



@media (max-width: 1023px) {

  .bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .content {

    display: none;

  }

}



.bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .side {

  fill: #fff;

}



@media (max-width: 1023px) {

  .bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .side {

    display: none;

  }

}



.bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .content-vertical {

  display: none;

}



@media (min-width: 768px) and (max-width: 1023px) {

  .bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .content-vertical {

    display: block;

    fill: #cbe2e1;

  }

}



@media (max-width: 767px) {

  .bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .content-vertical {

    display: none;

  }

}



.bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .side-vertical {

  display: none;

}



@media (min-width: 768px) and (max-width: 1023px) {

  .bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .side-vertical {

    display: block;

    fill: #fff;

  }

}



@media (max-width: 767px) {

  .bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .side-vertical {

    display: none;

  }

}



@media (min-width: 768px) {

  .bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .mobile {

    display: none;

  }

}



@media (max-width: 767px) {

  .bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .mobile {

    display: block;

    fill: #cbe2e1;

  }

}



.bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .sagoma04 {

  fill: #0D4668;

  fill-opacity: .3;

}



.bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .sagoma03 {

  fill: #62AEAB;

  fill-opacity: .5;

}



.bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .sagoma02 {

  fill: #BACEA5;

  fill-opacity: .5;

}



.bg-content-to-top .wpTypeAzure .clipgroupMaskToTop .sagoma01 {

  fill: #05766F;

  fill-opacity: .4;

}



.bg-content-to-top .wpTypeGreen .bg-widget-color-bottom {

  background-image: none;

}



@media (min-width: 1280px) {

  .bg-content-to-top .wpTypeGreen .scaling-svg-container {

    width: 1280px;

    height: 16000px;

  }

  .bg-content-to-top .wpTypeGreen .scaling-svg {

    width: 1280px;

    height: 16000px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .bg-content-to-top .wpTypeGreen .scaling-svg-container {

    width: 1024px;

    height: 12800px;

  }

  .bg-content-to-top .wpTypeGreen .scaling-svg {

    width: 1024px;

    height: 12800px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .bg-content-to-top .wpTypeGreen .scaling-svg-container {

    width: 768px;

    height: 9600px;

  }

  .bg-content-to-top .wpTypeGreen .scaling-svg {

    width: 768px;

    height: 9600px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .bg-content-to-top .wpTypeGreen .scaling-svg-container {

    width: 480px;

    height: 6000px;

  }

  .bg-content-to-top .wpTypeGreen .scaling-svg {

    width: 480px;

    height: 6000px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .bg-content-to-top .wpTypeGreen .scaling-svg-container {

    width: 320px;

    height: 4000px;

  }

  .bg-content-to-top .wpTypeGreen .scaling-svg {

    width: 320px;

    height: 4000px;

  }

}



@media (max-width: 319px) {

  .bg-content-to-top .wpTypeGreen .scaling-svg-container {

    width: 320px;

    height: 4000px;

  }

  .bg-content-to-top .wpTypeGreen .scaling-svg {

    width: 320px;

    height: 4000px;

  }

}



.bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .content-diagonal {

  fill: #e1ddb0;

}



@media (max-width: 1023px) {

  .bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .content-diagonal {

    display: none;

  }

}



.bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .side-diagonal {

  fill: #bbb13b;

}



@media (max-width: 1023px) {

  .bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .side-diagonal {

    display: none;

  }

}



.bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .content-diagonal-vertical {

  display: none;

}



@media (min-width: 768px) and (max-width: 1023px) {

  .bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .content-diagonal-vertical {

    display: block;

    fill: #e1ddb0;

  }

}



@media (max-width: 767px) {

  .bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .content-diagonal-vertical {

    display: none;

  }

}



.bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .side-diagonal-vertical {

  display: none;

}



@media (min-width: 768px) and (max-width: 1023px) {

  .bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .side-diagonal-vertical {

    display: block;

    fill: #bbb13b;

  }

}



@media (max-width: 767px) {

  .bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .side-diagonal-vertical {

    display: none;

  }

}



@media (min-width: 768px) {

  .bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .mobile {

    display: none;

  }

}



@media (max-width: 767px) {

  .bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .mobile {

    display: block;

    fill: #e1ddb0;

  }

}



.bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .sagoma04 {

  fill: #0D4668;

  fill-opacity: .3;

}



.bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .sagoma03 {

  fill: #62AEAB;

  fill-opacity: .5;

}



.bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .sagoma02 {

  fill: #BACEA5;

  fill-opacity: .5;

}



.bg-content-to-top .wpTypeGreen .clipgroupMaskToTop .sagoma01 {

  fill: #05766F;

  fill-opacity: .4;

}



.color-icons-white .star .path-color,

.color-icons-white .camera .path-color,

.color-icons-white .camcoder .path-color,

.color-icons-white .cup .path-color,

.color-icons-white .audio .path-color {

  fill: #fff;

}



.color-icons-white-opacity .star .path-color,

.color-icons-white-opacity .camera .path-color,

.color-icons-white-opacity .camcoder .path-color,

.color-icons-white-opacity .cup .path-color,

.color-icons-white-opacity .audio .path-color {

  fill: #fff;

  opacity: 0.3;

}



.all-white-with-shape .content-type-container {

  background-image: url("../images/bg-widget/bg-sagoma-colore-bottom-singola.svg");

  background-position: left bottom;

  background-repeat: no-repeat;

}



.all-white-with-shape aside {

  background-image: url("../images/bg-widget/bg-sagoma-colore-right-singola.svg");

  background-position: right top;

  background-repeat: repeat-y;

}



.all-white-with-shape-one-bg .content-type-container {

  background-image: url("../images/bg-widget/bg-sagoma-colore-bottom-singola.svg");

  background-position: left bottom;

  background-repeat: no-repeat;

}



.all-white-with-shape-one-bg aside {

  background-image: url("../images/bg-widget/bg-sagoma-colore-right-singola.svg");

  background-position: right top;

  background-repeat: repeat-y;

}



.all-white-with-shape-simple .content-type-container {

  background-image: url("../images/bg-widget/bg-sagoma-colore-bottom-singola.svg");

  background-position: left bottom;

  background-repeat: no-repeat;

}



.all-white-with-shape-simple aside {

  background-image: url("../images/bg-widget/bg-sagoma-colore-right-singola.svg");

  background-position: right top;

  background-repeat: repeat-y;

}



.all-white-with-shape-simple-one-bg .content-type-container {

  background-image: url("../images/bg-widget/bg-sagoma-colore-bottom-singola.svg");

  background-position: left bottom;

  background-repeat: no-repeat;

}



.all-white-with-shape-simple-one-bg aside {

  background-image: url("../images/bg-widget/bg-sagoma-colore-right-singola.svg");

  background-position: right top;

  background-repeat: repeat-y;

}



.all-white-with-shape-simple-no-side .content-type-container {

  background-image: url("../images/bg-widget/bg-sagoma-colore-bottom-singola.svg");

  background-position: left bottom;

  background-repeat: no-repeat;

}



.all-white-with-shape-simple-no-side aside {

  background-image: none;

  background-position: top;

  background-repeat: no-repeat;

}



.all-white-with-shape-simple-one-bg-no-side .content-type-container {

  background-image: url("../images/bg-widget/bg-sagoma-colore-bottom-singola.svg");

  background-position: left bottom;

  background-repeat: no-repeat;

}



.all-white-with-shape-simple-one-bg-no-side aside {

  background-image: none;

  background-position: top;

  background-repeat: no-repeat;

}



@media (max-width: 991px) {

  .all-white-with-shape .content-type-container,

  .all-white-with-shape aside,

  .all-white-with-shape-one-bg .content-type-container,

  .all-white-with-shape-one-bg aside,

  .all-white-with-shape-simple .content-type-container,

  .all-white-with-shape-simple aside,

  .all-white-with-shape-simple-one-bg .content-type-container,

  .all-white-with-shape-simple-one-bg aside,

  .all-white-with-shape-simple-no-side .content-type-container,

  .all-white-with-shape-simple-no-side aside,

  .all-white-with-shape-simple-one-bg-no-side .content-type-container,

  .all-white-with-shape-simple-one-bg-no-side aside {

    background-image: none;

  }

}



.pager-fill-azzure .bg-pager .fill-pager {

  fill: #00b0aa;

}



.pager-fill-blue .bg-pager .fill-pager {

  fill: #36497e;

}



.pager-fill-bordoux .bg-pager .fill-pager {

  fill: #a11640;

}



header.wp-header {

  z-index: 100;

}



h1.title-tcwhite, h2.title-tcwhite, h3.title-tcwhite, h4.title-tcwhite, h5.title-tcwhite, h6.title-tcwhite {

  color: #ffffff;

}



h1.title-tcwhite a, h2.title-tcwhite a, h3.title-tcwhite a, h4.title-tcwhite a, h5.title-tcwhite a, h6.title-tcwhite a {

  color: #ffffff;

  text-decoration: none;

}



h1.title-tcwhite a:hover, h2.title-tcwhite a:hover, h3.title-tcwhite a:hover, h4.title-tcwhite a:hover, h5.title-tcwhite a:hover, h6.title-tcwhite a:hover {

  color: #ffffff;

}



.wrapper-title h1.title-tcwhite, .wrapper-title h2.title-tcwhite, .wrapper-title h3.title-tcwhite, .wrapper-title h4.title-tcwhite, .wrapper-title h5.title-tcwhite, .wrapper-title h6.title-tcwhite {

  color: #ffffff;

}



.wrapper-title h1.title-tcwhite a, .wrapper-title h2.title-tcwhite a, .wrapper-title h3.title-tcwhite a, .wrapper-title h4.title-tcwhite a, .wrapper-title h5.title-tcwhite a, .wrapper-title h6.title-tcwhite a {

  color: #ffffff;

  text-decoration: none;

}



.wrapper-title h1.title-tcwhite a:hover, .wrapper-title h2.title-tcwhite a:hover, .wrapper-title h3.title-tcwhite a:hover, .wrapper-title h4.title-tcwhite a:hover, .wrapper-title h5.title-tcwhite a:hover, .wrapper-title h6.title-tcwhite a:hover {

  color: #ffffff;

}



h1.title-tcblack, h2.title-tcblack, h3.title-tcblack, h4.title-tcblack, h5.title-tcblack, h6.title-tcblack {

  color: #000000;

}



h1.title-tcblack a, h2.title-tcblack a, h3.title-tcblack a, h4.title-tcblack a, h5.title-tcblack a, h6.title-tcblack a {

  color: #000000;

  text-decoration: none;

}



h1.title-tcblack a:hover, h2.title-tcblack a:hover, h3.title-tcblack a:hover, h4.title-tcblack a:hover, h5.title-tcblack a:hover, h6.title-tcblack a:hover {

  color: #000000;

}



.wrapper-title h1.title-tcblack, .wrapper-title h2.title-tcblack, .wrapper-title h3.title-tcblack, .wrapper-title h4.title-tcblack, .wrapper-title h5.title-tcblack, .wrapper-title h6.title-tcblack {

  color: #000000;

}



.wrapper-title h1.title-tcblack a, .wrapper-title h2.title-tcblack a, .wrapper-title h3.title-tcblack a, .wrapper-title h4.title-tcblack a, .wrapper-title h5.title-tcblack a, .wrapper-title h6.title-tcblack a {

  color: #000000;

  text-decoration: none;

}



.wrapper-title h1.title-tcblack a:hover, .wrapper-title h2.title-tcblack a:hover, .wrapper-title h3.title-tcblack a:hover, .wrapper-title h4.title-tcblack a:hover, .wrapper-title h5.title-tcblack a:hover, .wrapper-title h6.title-tcblack a:hover {

  color: #000000;

}



h1.title-tcviolet, h2.title-tcviolet, h3.title-tcviolet, h4.title-tcviolet, h5.title-tcviolet, h6.title-tcviolet {

  color: #4e3c77;

}



h1.title-tcviolet a, h2.title-tcviolet a, h3.title-tcviolet a, h4.title-tcviolet a, h5.title-tcviolet a, h6.title-tcviolet a {

  color: #4e3c77;

  text-decoration: none;

}



h1.title-tcviolet a:hover, h2.title-tcviolet a:hover, h3.title-tcviolet a:hover, h4.title-tcviolet a:hover, h5.title-tcviolet a:hover, h6.title-tcviolet a:hover {

  color: #4e3c77;

}



.wrapper-title h1.title-tcviolet, .wrapper-title h2.title-tcviolet, .wrapper-title h3.title-tcviolet, .wrapper-title h4.title-tcviolet, .wrapper-title h5.title-tcviolet, .wrapper-title h6.title-tcviolet {

  color: #4e3c77;

}



.wrapper-title h1.title-tcviolet a, .wrapper-title h2.title-tcviolet a, .wrapper-title h3.title-tcviolet a, .wrapper-title h4.title-tcviolet a, .wrapper-title h5.title-tcviolet a, .wrapper-title h6.title-tcviolet a {

  color: #4e3c77;

  text-decoration: none;

}



.wrapper-title h1.title-tcviolet a:hover, .wrapper-title h2.title-tcviolet a:hover, .wrapper-title h3.title-tcviolet a:hover, .wrapper-title h4.title-tcviolet a:hover, .wrapper-title h5.title-tcviolet a:hover, .wrapper-title h6.title-tcviolet a:hover {

  color: #4e3c77;

}



h1.title-tcazzure, h2.title-tcazzure, h3.title-tcazzure, h4.title-tcazzure, h5.title-tcazzure, h6.title-tcazzure {

  color: #37768b;

}



h1.title-tcazzure a, h2.title-tcazzure a, h3.title-tcazzure a, h4.title-tcazzure a, h5.title-tcazzure a, h6.title-tcazzure a {

  color: #37768b;

  text-decoration: none;

}



h1.title-tcazzure a:hover, h2.title-tcazzure a:hover, h3.title-tcazzure a:hover, h4.title-tcazzure a:hover, h5.title-tcazzure a:hover, h6.title-tcazzure a:hover {

  color: #37768b;

}



.wrapper-title h1.title-tcazzure, .wrapper-title h2.title-tcazzure, .wrapper-title h3.title-tcazzure, .wrapper-title h4.title-tcazzure, .wrapper-title h5.title-tcazzure, .wrapper-title h6.title-tcazzure {

  color: #37768b;

}



.wrapper-title h1.title-tcazzure a, .wrapper-title h2.title-tcazzure a, .wrapper-title h3.title-tcazzure a, .wrapper-title h4.title-tcazzure a, .wrapper-title h5.title-tcazzure a, .wrapper-title h6.title-tcazzure a {

  color: #37768b;

  text-decoration: none;

}



.wrapper-title h1.title-tcazzure a:hover, .wrapper-title h2.title-tcazzure a:hover, .wrapper-title h3.title-tcazzure a:hover, .wrapper-title h4.title-tcazzure a:hover, .wrapper-title h5.title-tcazzure a:hover, .wrapper-title h6.title-tcazzure a:hover {

  color: #37768b;

}



h1.title-tcgreen, h2.title-tcgreen, h3.title-tcgreen, h4.title-tcgreen, h5.title-tcgreen, h6.title-tcgreen {

  color: #396070;

}



h1.title-tcgreen a, h2.title-tcgreen a, h3.title-tcgreen a, h4.title-tcgreen a, h5.title-tcgreen a, h6.title-tcgreen a {

  color: #396070;

  text-decoration: none;

}



h1.title-tcgreen a:hover, h2.title-tcgreen a:hover, h3.title-tcgreen a:hover, h4.title-tcgreen a:hover, h5.title-tcgreen a:hover, h6.title-tcgreen a:hover {

  color: #396070;

}



.wrapper-title h1.title-tcgreen, .wrapper-title h2.title-tcgreen, .wrapper-title h3.title-tcgreen, .wrapper-title h4.title-tcgreen, .wrapper-title h5.title-tcgreen, .wrapper-title h6.title-tcgreen {

  color: #396070;

}



.wrapper-title h1.title-tcgreen a, .wrapper-title h2.title-tcgreen a, .wrapper-title h3.title-tcgreen a, .wrapper-title h4.title-tcgreen a, .wrapper-title h5.title-tcgreen a, .wrapper-title h6.title-tcgreen a {

  color: #396070;

  text-decoration: none;

}



.wrapper-title h1.title-tcgreen a:hover, .wrapper-title h2.title-tcgreen a:hover, .wrapper-title h3.title-tcgreen a:hover, .wrapper-title h4.title-tcgreen a:hover, .wrapper-title h5.title-tcgreen a:hover, .wrapper-title h6.title-tcgreen a:hover {

  color: #396070;

}



h1.title-tcgreendue, h2.title-tcgreendue, h3.title-tcgreendue, h4.title-tcgreendue, h5.title-tcgreendue, h6.title-tcgreendue {

  color: #719814;

}



h1.title-tcgreendue a, h2.title-tcgreendue a, h3.title-tcgreendue a, h4.title-tcgreendue a, h5.title-tcgreendue a, h6.title-tcgreendue a {

  color: #719814;

  text-decoration: none;

}



h1.title-tcgreendue a:hover, h2.title-tcgreendue a:hover, h3.title-tcgreendue a:hover, h4.title-tcgreendue a:hover, h5.title-tcgreendue a:hover, h6.title-tcgreendue a:hover {

  color: #719814;

}



.wrapper-title h1.title-tcgreendue, .wrapper-title h2.title-tcgreendue, .wrapper-title h3.title-tcgreendue, .wrapper-title h4.title-tcgreendue, .wrapper-title h5.title-tcgreendue, .wrapper-title h6.title-tcgreendue {

  color: #719814;

}



.wrapper-title h1.title-tcgreendue a, .wrapper-title h2.title-tcgreendue a, .wrapper-title h3.title-tcgreendue a, .wrapper-title h4.title-tcgreendue a, .wrapper-title h5.title-tcgreendue a, .wrapper-title h6.title-tcgreendue a {

  color: #719814;

  text-decoration: none;

}



.wrapper-title h1.title-tcgreendue a:hover, .wrapper-title h2.title-tcgreendue a:hover, .wrapper-title h3.title-tcgreendue a:hover, .wrapper-title h4.title-tcgreendue a:hover, .wrapper-title h5.title-tcgreendue a:hover, .wrapper-title h6.title-tcgreendue a:hover {

  color: #719814;

}



h1.title-tcgreenlight, h2.title-tcgreenlight, h3.title-tcgreenlight, h4.title-tcgreenlight, h5.title-tcgreenlight, h6.title-tcgreenlight {

  color: #c9bb38;

}



h1.title-tcgreenlight a, h2.title-tcgreenlight a, h3.title-tcgreenlight a, h4.title-tcgreenlight a, h5.title-tcgreenlight a, h6.title-tcgreenlight a {

  color: #c9bb38;

  text-decoration: none;

}



h1.title-tcgreenlight a:hover, h2.title-tcgreenlight a:hover, h3.title-tcgreenlight a:hover, h4.title-tcgreenlight a:hover, h5.title-tcgreenlight a:hover, h6.title-tcgreenlight a:hover {

  color: #c9bb38;

}



.wrapper-title h1.title-tcgreenlight, .wrapper-title h2.title-tcgreenlight, .wrapper-title h3.title-tcgreenlight, .wrapper-title h4.title-tcgreenlight, .wrapper-title h5.title-tcgreenlight, .wrapper-title h6.title-tcgreenlight {

  color: #c9bb38;

}



.wrapper-title h1.title-tcgreenlight a, .wrapper-title h2.title-tcgreenlight a, .wrapper-title h3.title-tcgreenlight a, .wrapper-title h4.title-tcgreenlight a, .wrapper-title h5.title-tcgreenlight a, .wrapper-title h6.title-tcgreenlight a {

  color: #c9bb38;

  text-decoration: none;

}



.wrapper-title h1.title-tcgreenlight a:hover, .wrapper-title h2.title-tcgreenlight a:hover, .wrapper-title h3.title-tcgreenlight a:hover, .wrapper-title h4.title-tcgreenlight a:hover, .wrapper-title h5.title-tcgreenlight a:hover, .wrapper-title h6.title-tcgreenlight a:hover {

  color: #c9bb38;

}



h1.title-tcpink, h2.title-tcpink, h3.title-tcpink, h4.title-tcpink, h5.title-tcpink, h6.title-tcpink {

  color: #a11640;

}



h1.title-tcpink a, h2.title-tcpink a, h3.title-tcpink a, h4.title-tcpink a, h5.title-tcpink a, h6.title-tcpink a {

  color: #a11640;

  text-decoration: none;

}



h1.title-tcpink a:hover, h2.title-tcpink a:hover, h3.title-tcpink a:hover, h4.title-tcpink a:hover, h5.title-tcpink a:hover, h6.title-tcpink a:hover {

  color: #a11640;

}



.wrapper-title h1.title-tcpink, .wrapper-title h2.title-tcpink, .wrapper-title h3.title-tcpink, .wrapper-title h4.title-tcpink, .wrapper-title h5.title-tcpink, .wrapper-title h6.title-tcpink {

  color: #a11640;

}



.wrapper-title h1.title-tcpink a, .wrapper-title h2.title-tcpink a, .wrapper-title h3.title-tcpink a, .wrapper-title h4.title-tcpink a, .wrapper-title h5.title-tcpink a, .wrapper-title h6.title-tcpink a {

  color: #a11640;

  text-decoration: none;

}



.wrapper-title h1.title-tcpink a:hover, .wrapper-title h2.title-tcpink a:hover, .wrapper-title h3.title-tcpink a:hover, .wrapper-title h4.title-tcpink a:hover, .wrapper-title h5.title-tcpink a:hover, .wrapper-title h6.title-tcpink a:hover {

  color: #a11640;

}



.font-weight-300 {

  font-weight: 300 !important;

}



.font-weight-400 {

  font-weight: 400 !important;

}



.font-weight-700 {

  font-weight: 700 !important;

}



.font-weight-900 {

  font-weight: 900 !important;

}



@font-face {

  font-family: 'iconaba';

  src: url("../fonts/iconaba.eot?583ayy");

  src: url("../fonts/iconaba.eot?583ayy#iefix") format("embedded-opentype"), url("../fonts/iconaba.ttf?583ayy") format("truetype"), url("../fonts/iconaba.woff?583ayy") format("woff"), url("../fonts/iconaba.svg?583ayy#iconaba") format("svg");

  font-weight: normal;

  font-style: normal;

}



i {

  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'iconaba' !important;

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.icon-esame:before {

  content: "\e918";

}



.icon-portfolio:before {

  content: "\e919";

}



.icon-success:before {

  content: "\e917";

}



.icon-borse-studio:before {

  content: "\e91e";

}



.icon-tasse:before {

  content: "\e91f";

}



.icon-documenti:before {

  content: "\e920";

}



.icon-d_freccia-next:before {

  content: "\e913";

}



.icon-d_freccia-prev:before {

  content: "\e914";

}



.icon-freccia_prev:before {

  content: "\e915";

}



.icon-play:before {

  content: "\e916";

}



.icon-arrow-to-visita:before {

  content: "\e912";

}



.icon-tag:before {

  content: "\e900";

}



.icon-piu:before {

  content: "\e901";

}



.icon-meno:before {

  content: "\e902";

}



.icon-download:before {

  content: "\e903";

}



.icon-freccia_vai:before {

  content: "\e904";

}



.icon-MIUR:before {

  content: "\e905";

}



.icon-carrello:before {

  content: "\e906";

}



.icon-TW:before {

  content: "\e907";

}



.icon-FB:before {

  content: "\e908";

}



.icon-IG:before {

  content: "\e909";

}



.icon-chat:before {

  content: "\e90a";

}



.icon-freccia_next:before {

  content: "\e90b";

}



.icon-freccia_giu:before {

  content: "\e90c";

}



.icon-ricerca:before {

  content: "\e90d";

}



.icon-campus:before {

  content: "\e90e";

}



.icon-brochure:before {

  content: "\e90f";

}



.icon-contatti:before {

  content: "\e910";

}



.icon-iscriviti:before {

  content: "\e911";

}



.ico-amm-requisiti:before {

  content: "\e91a";

}



.ico-amm-testammissione:before {

  content: "\e911";

}



.ico-amm-superamentotest:before {

  content: "\e917";

}



.ico-amm-documenti:before {

  content: "\e920";

}



.ico-amm-tassecontributi:before {

  content: "\e91f";

}



.ico-amm-borsestudio:before {

  content: "\e91e";

}



.text-editor h1, .text-editor h2, .text-editor h3, .text-editor h4, .text-editor h5, .text-editor h6 {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

}



.text-editor h1 a, .text-editor h2 a, .text-editor h3 a, .text-editor h4 a, .text-editor h5 a, .text-editor h6 a {

  text-decoration: none;

}



.text-editor h1.evidence, .text-editor h2.evidence, .text-editor h3.evidence, .text-editor h4.evidence, .text-editor h5.evidence, .text-editor h6.evidence {

  padding: 10px !important;

}



.text-editor .wrapper-title h1, .text-editor .wrapper-title h2, .text-editor .wrapper-title h3, .text-editor .wrapper-title h4, .text-editor .wrapper-title h5, .text-editor .wrapper-title h6 {

  text-transform: uppercase;

}



.text-editor .wrapper-title h1.text-transform-none, .text-editor .wrapper-title h2.text-transform-none, .text-editor .wrapper-title h3.text-transform-none, .text-editor .wrapper-title h4.text-transform-none, .text-editor .wrapper-title h5.text-transform-none, .text-editor .wrapper-title h6.text-transform-none {

  text-transform: none !important;

}



.text-editor .wrapper-title h1.subtitle, .text-editor .wrapper-title h2.subtitle, .text-editor .wrapper-title h3.subtitle, .text-editor .wrapper-title h4.subtitle, .text-editor .wrapper-title h5.subtitle, .text-editor .wrapper-title h6.subtitle {

  font-weight: 400;

  line-height: 1;

  color: #777777;

  font-style: italic !important;

}



.text-editor h1 {

  font-size: 32px;

}



@media screen and (min-width: 320px) {

  .text-editor h1 {

    font-size: calc(32px + 8 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .text-editor h1 {

    font-size: 40px;

  }

}



.text-editor h2 {

  font-size: 28px;

}



@media screen and (min-width: 320px) {

  .text-editor h2 {

    font-size: calc(28px + 8 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .text-editor h2 {

    font-size: 36px;

  }

}



.text-editor h3 {

  font-size: 24px;

}



@media screen and (min-width: 320px) {

  .text-editor h3 {

    font-size: calc(24px + 8 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .text-editor h3 {

    font-size: 32px;

  }

}



.text-editor h4 {

  font-size: 20px;

}



@media screen and (min-width: 320px) {

  .text-editor h4 {

    font-size: calc(20px + 8 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .text-editor h4 {

    font-size: 28px;

  }

}



.text-editor h5 {

  font-size: 16px;

}



@media screen and (min-width: 320px) {

  .text-editor h5 {

    font-size: calc(16px + 8 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .text-editor h5 {

    font-size: 24px;

  }

}



.text-editor h6 {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .text-editor h6 {

    font-size: calc(12px + 8 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .text-editor h6 {

    font-size: 20px;

  }

}



.text-editor blockquote {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: italic;

  font-weight: 300;

}



.text-editor blockquote {

  font-size: 16px;

}



@media screen and (min-width: 320px) {

  .text-editor blockquote {

    font-size: calc(16px + 8 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .text-editor blockquote {

    font-size: 24px;

  }

}



.text-editor blockquote.blockquote-simple {

  padding: 0px;

  margin: 0 0 22px;

  border-left: none;

}



.text-editor h1 small,

.text-editor h1 .small, .text-editor h2 small,

.text-editor h2 .small, .text-editor h3 small,

.text-editor h3 .small, .text-editor h4 small,

.text-editor h4 .small, .text-editor h5 small,

.text-editor h5 .small, .text-editor h6 small,

.text-editor h6 .small,

.text-editor .h1 small,

.text-editor .h1 .small, .text-editor .h2 small,

.text-editor .h2 .small, .text-editor .h3 small,

.text-editor .h3 .small, .text-editor .h4 small,

.text-editor .h4 .small, .text-editor .h5 small,

.text-editor .h5 .small, .text-editor .h6 small,

.text-editor .h6 .small {

  font-weight: normal;

  line-height: 1;

  color: #777777;

}



.text-editor h1, .text-editor .h1,

.text-editor h2, .text-editor .h2,

.text-editor h3, .text-editor .h3 {

  margin-top: 22px;

  margin-bottom: 11px;

}



.text-editor h1 small,

.text-editor h1 .small, .text-editor .h1 small,

.text-editor .h1 .small,

.text-editor h2 small,

.text-editor h2 .small, .text-editor .h2 small,

.text-editor .h2 .small,

.text-editor h3 small,

.text-editor h3 .small, .text-editor .h3 small,

.text-editor .h3 .small {

  font-size: 65%;

}



.text-editor h4, .text-editor .h4,

.text-editor h5, .text-editor .h5,

.text-editor h6, .text-editor .h6 {

  margin-top: 11px;

  margin-bottom: 11px;

}



.text-editor h4 small,

.text-editor h4 .small, .text-editor .h4 small,

.text-editor .h4 .small,

.text-editor h5 small,

.text-editor h5 .small, .text-editor .h5 small,

.text-editor .h5 .small,

.text-editor h6 small,

.text-editor h6 .small, .text-editor .h6 small,

.text-editor .h6 .small {

  font-size: 75%;

}



.text-editor p {

  margin: 0 0 11px;

}



.text-editor .lead {

  margin-bottom: 22px;

  font-size: 18px;

  font-weight: 300;

  line-height: 1.4;

}



@media (min-width: 768px) {

  .text-editor .lead {

    font-size: 24px;

  }

}



.text-editor small,

.text-editor .small {

  font-size: 87%;

}



.text-editor mark,

.text-editor .mark {

  background-color: #fcf8e3;

  padding: .2em;

}



.text-editor .text-left {

  text-align: left;

}



.text-editor .text-right {

  text-align: right;

}



.text-editor .text-center {

  text-align: center;

}



.text-editor .text-justify {

  text-align: justify;

}



.text-editor .text-nowrap {

  white-space: nowrap;

}



.text-editor .text-lowercase {

  text-transform: lowercase;

}



.text-editor .text-uppercase, .text-editor .initialism {

  text-transform: uppercase;

}



.text-editor .text-capitalize {

  text-transform: capitalize;

}



.text-editor .text-muted {

  color: #777777;

}



.text-editor .text-primary {

  color: #666666;

}



.text-editor a.text-primary:hover,

.text-editor a.text-primary:focus {

  color: #4d4d4d;

}



.text-editor .text-success {

  color: #3c763d;

}



.text-editor a.text-success:hover,

.text-editor a.text-success:focus {

  color: #2b542c;

}



.text-editor .text-info {

  color: #31708f;

}



.text-editor a.text-info:hover,

.text-editor a.text-info:focus {

  color: #245269;

}



.text-editor .text-warning {

  color: #8a6d3b;

}



.text-editor a.text-warning:hover,

.text-editor a.text-warning:focus {

  color: #66512c;

}



.text-editor .text-danger {

  color: #a94442;

}



.text-editor a.text-danger:hover,

.text-editor a.text-danger:focus {

  color: #843534;

}



.text-editor .bg-primary {

  color: #fff;

}



.text-editor .bg-primary {

  background-color: #666666;

}



.text-editor a.bg-primary:hover,

.text-editor a.bg-primary:focus {

  background-color: #4d4d4d;

}



.text-editor .bg-success {

  background-color: #dff0d8;

}



.text-editor a.bg-success:hover,

.text-editor a.bg-success:focus {

  background-color: #c1e2b3;

}



.text-editor .bg-info {

  background-color: #d9edf7;

}



.text-editor a.bg-info:hover,

.text-editor a.bg-info:focus {

  background-color: #afd9ee;

}



.text-editor .bg-warning {

  background-color: #fcf8e3;

}



.text-editor a.bg-warning:hover,

.text-editor a.bg-warning:focus {

  background-color: #f7ecb5;

}



.text-editor .bg-danger {

  background-color: #f2dede;

}



.text-editor a.bg-danger:hover,

.text-editor a.bg-danger:focus {

  background-color: #e4b9b9;

}



.text-editor .page-header {

  padding-bottom: 10px;

  margin: 44px 0 22px;

  border-bottom: 1px solid #eeeeee;

}



.text-editor ul {

  list-style-type: disc !important;

}



.text-editor ol {

  list-style-type: decimal !important;

}



.text-editor ul,

.text-editor ol {

  margin-top: 0;

  margin-bottom: 11px;

  padding-left: 30px !important;

}



.text-editor ul ul,

.text-editor ul ol,

.text-editor ol ul,

.text-editor ol ol {

  margin-bottom: 0;

}



.text-editor .text-editor-ammission h1, .text-editor .text-editor-ammission h2, .text-editor .text-editor-ammission h3, .text-editor .text-editor-ammission h4, .text-editor .text-editor-ammission h5, .text-editor .text-editor-ammission h6 {

  text-transform: uppercase;

  color: #4e3c77;

}



.text-editor .text-editor-ammission h1 a, .text-editor .text-editor-ammission h2 a, .text-editor .text-editor-ammission h3 a, .text-editor .text-editor-ammission h4 a, .text-editor .text-editor-ammission h5 a, .text-editor .text-editor-ammission h6 a {

  color: #4e3c77;

  text-decoration: none;

}



.text-editor .text-editor-ammission h1 a:hover, .text-editor .text-editor-ammission h2 a:hover, .text-editor .text-editor-ammission h3 a:hover, .text-editor .text-editor-ammission h4 a:hover, .text-editor .text-editor-ammission h5 a:hover, .text-editor .text-editor-ammission h6 a:hover {

  color: #4e3c77;

}



.text-editor .text-editor-ammission ul {

  counter-reset: Custom_ListStyle;

  list-style-type: none !important;

  padding-left: 0px !important;

}



.text-editor .text-editor-ammission ul li {

  counter-increment: Custom_ListStyle;

  padding-left: 15px;

  margin-bottom: 15px;

  position: relative;

}



.text-editor .text-editor-ammission ul li:before {

  display: inline-block;

  border-radius: 50%;

  background: #4e3c77;

  font-weight: 700;

  color: white;

  display: inline-block;

  width: 30px;
  height: 30px;

  text-align: center;

  line-height: 30px;

  position: absolute;

  left: 0px;

  top: 0px;

}



.text-editor .text-editor-ammission ul li > div {

  padding-left: 28px;

}



.text-editor .text-editor-ammission.letter ul li:before {

  content: counter(Custom_ListStyle, upper-alpha);

}



.text-editor .text-editor-ammission.number ul li:before {

  content: counter(Custom_ListStyle);

}



.text-editor .list-unstyled {

  padding-left: 0;

  list-style: none;

}



.text-editor .list-inline {

  padding-left: 0;

  list-style: none;

  margin-left: -5px;

}



.text-editor .list-inline > li {

  display: inline-block;

  padding-left: 5px;

  padding-right: 5px;

}



.text-editor dl {

  margin-top: 0;

  margin-bottom: 22px;

}



.text-editor dt,

.text-editor dd {

  line-height: 1.42857;

}



.text-editor dt {

  font-weight: bold;

}



.text-editor dd {

  margin-left: 0;

}



.text-editor .dl-horizontal dd:before, .text-editor .dl-horizontal dd:after {

  content: " ";

  display: table;

}



.text-editor .dl-horizontal dd:after {

  clear: both;

}



@media (min-width: 768px) {

  .text-editor .dl-horizontal dt {

    float: left;

    width: 160px;

    clear: left;

    text-align: right;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

  }

  .text-editor .dl-horizontal dd {

    margin-left: 180px;

  }

}



.text-editor abbr[title],

.text-editor abbr[data-original-title] {

  cursor: help;

  border-bottom: 1px dotted #777777;

}



.text-editor .initialism {

  font-size: 90%;

}



.text-editor blockquote {

  padding: 11px 22px;

  margin: 0 0 22px;

  font-size: 20px;

  border-left: 5px solid #eeeeee;

}



.text-editor blockquote p:last-child,

.text-editor blockquote ul:last-child,

.text-editor blockquote ol:last-child {

  margin-bottom: 0;

}



.text-editor blockquote footer,

.text-editor blockquote small,

.text-editor blockquote .small {

  display: block;

  font-size: 80%;

  line-height: 1.42857;

  color: #777777;

}



.text-editor blockquote footer:before,

.text-editor blockquote small:before,

.text-editor blockquote .small:before {

  content: '\2014 \00A0';

}



.text-editor .blockquote-reverse,

.text-editor blockquote.pull-right {

  padding-right: 15px;

  padding-left: 0;

  border-right: 5px solid #eeeeee;

  border-left: 0;

  text-align: right;

}



.text-editor .blockquote-reverse footer:before,

.text-editor .blockquote-reverse small:before,

.text-editor .blockquote-reverse .small:before,

.text-editor blockquote.pull-right footer:before,

.text-editor blockquote.pull-right small:before,

.text-editor blockquote.pull-right .small:before {

  content: '';

}



.text-editor .blockquote-reverse footer:after,

.text-editor .blockquote-reverse small:after,

.text-editor .blockquote-reverse .small:after,

.text-editor blockquote.pull-right footer:after,

.text-editor blockquote.pull-right small:after,

.text-editor blockquote.pull-right .small:after {

  content: '\00A0 \2014';

}



.text-editor address {

  margin-bottom: 22px;

  font-style: normal;

  line-height: 1.42857;

}



/*------------------------------------------------------------------

[Table of contents]



1. Regole generali di layout

2. Header / Footer / Parti di layout comuni

3. Stili contenuto

		General Content Rules

		Modules / Moduli

4. Media queries personali





-------------------------------------------------------------------*/

/*------------------------------------------------------------------------------

======================= 1. REGOLE GENERALI DI LAYOUT ===========================

-----------------------------------------------------------------------------*/

html,

body {

  width: 100%;

  height: 100%;

}



body {

  overflow-x: hidden;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  text-rendering: optimizeLegibility;

  text-rendering: geometricPrecision;

  background: #000;

  font-family: Lato, Helvetica, Arial, sans-serif;

  line-height: 1.27273;

}



main.container {

  padding-right: 0;

  padding-left: 0;

  margin: 0 auto;

}



a {

  -webkit-transition: ease-in;

  -o-transition: ease-in;

  transition: ease-in;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.25s;

  transition-duration: 0.25s;

  outline: none;

  color: #000;

}



a:hover, a:focus, a:visited, a:active {

  outline: none;

}



.buffer {

  padding: 0px 20px;

  width: 100%;

}



.list-inline > li {

  padding-left: 0px;

}



.list-inline > li:after {

  content: ',';

}



ul, ol {

  list-style-type: none;

  padding-left: 0px;

}



.btn {

  border-radius: 0px;

  box-shadow: none;

}



a.btn {

  text-decoration: none !important;

}



/*

	fix link, che nativamente non è sottolineato

*/

.ct-main a,

.ct-bottom a,

.naba_news-container a {

  text-decoration: underline;

  color: #a11640;

  font-weight: 700;

}



.modulo-faculty-content-desc a {

  color: #fff;

  text-decoration: underline;

  font-weight: 700;

}



.padding-one-column {

  padding-left: 15px;

  padding-right: 15px;

}



.incrementing_list-num, .incrementing_list-alph {

  counter-reset: Custom_ListStyle;

}



.incrementing_list-num .incr, .incrementing_list-alph .incr {

  counter-increment: Custom_ListStyle;

  padding-left: 15px;

  margin-bottom: 15px;

  position: relative;

}



.incrementing_list-num .incr:before, .incrementing_list-alph .incr:before {

  display: inline-block;

  border-radius: 50%;

  background: #4e3c77;

  font-weight: 700;

  color: white;

  display: inline-block;

  width: 30px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  position: absolute;

  left: 0px;

  top: 0px;

}



.incrementing_list-num .incr-content, .incrementing_list-alph .incr-content {

  display: inline-block;

}



.incrementing_list-num .incr:before {

  content: counter(Custom_ListStyle);

}



.incrementing_list-num .incr-content p {

  padding: 0px 30px;

}



.incrementing_list-alph .incr:before {

  content: counter(Custom_ListStyle, upper-alpha);

}



.incrementing_list-subtitle {

  margin-top: 5px;

  color: #4e3c77 !important;

  padding-left: 35px;

}



.counter-list {

  counter-reset: Counter_ListStyle;

}



.counter-list li {

  counter-increment: Counter_ListStyle;

}



.counter-list li:before {

  content: counter(Counter_ListStyle) ") ";

}



.wp-main-container {

  /*margin-top: -70px !important;*/

  margin-top: -70px !important;

  margin-bottom: -88px !important;

  padding: 0 0 0 0 !important;

}



.wp-main-container .content-type-container {

  padding-top: 70px;

}



.wp-main-container .ct-main,

.wp-main-container .ct-bottom {

  padding-bottom: 180px;

}



.wp-main-container .ct-main:last-child,

.wp-main-container .ct-bottom:last-child {

  padding-bottom: 180px !important;

}



@media screen and (min-width: 0px) and (max-width: 767px) {

  .wp-main-container {

    margin-bottom: 0px !important;

  }

}



.wp-main-container .col-height:first-child {

  padding-top: 70px;

}



.wp-main-container .col-height:last-child {

  z-index: 1;

}



.wp-main-container .col-height:last-child .widget:first-child {

  padding-top: 50px;

}



.wp-main-container .col-height:last-child .widget:nth-child(1n+2) {

  padding-top: 30px;

}



/*------------------------------------------------------------------------------

======================= 3. STILI CONTENUTO                =====================

-----------------------------------------------------------------------------*/

@media (min-width: 992px) {

  .row-height {

    display: table;

    table-layout: fixed;

    height: 100%;

    width: 100%;

  }

  .row-height .col-height {

    display: table-cell;

    float: none;

    height: 100%;

  }

  .row-height .col-height .inside {

    margin-top: 20px;

    margin-bottom: 20px;

  }

  .row-height .col-height .inside-full-height {

    /*

				// if you want to give content full height give him height: 100%;

				// with content full height you can't apply margins to the content

				// content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100

				*/

    height: 100%;

    margin-top: 0;

    margin-bottom: 0;

  }

  .row-height .col-height:last-child {

    vertical-align: top;

  }

}



section {

  padding: 0px 15px;

}



article {

  position: relative;

  z-index: 0;

  color: #000;

  min-height: 191px;

  margin: -110px auto 0 auto;

  padding: 0 0 0 0;

}



.modulo-title {

  font-weight: 900;

  text-transform: uppercase;

  margin-bottom: 20px;

}



.modulo-content-cta .btn {

  text-transform: uppercase;

  font-weight: 900;

  color: white;

}



.naba_news-programma-heading,

.naba_corso-programma-heading,

.naba_prodotto-programma-heading {

  padding: 15px;

  margin-bottom: 5px;

}



.naba_news-programma-heading-title,

.naba_corso-programma-heading-title,

.naba_prodotto-programma-heading-title {

  margin: 0px;

  text-transform: uppercase;

  font-weight: 900;

  color: white;

}



.naba_news-container .row .ct-title, .naba_news-container .row .incrementing_list-subtitle, .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row .modulo-editoriale-title-phrase, .naba_news-container .row .modulo-editoriale-content-title,

.naba_corso-container .row .ct-title,

.naba_corso-container .row .incrementing_list-subtitle,

.naba_corso-container .row.ct-bottom .accordion .panel-title,

.naba_corso-container .row .modulo-editoriale-title-phrase,

.naba_corso-container .row .modulo-editoriale-content-title,

.naba_prodotto-container .row .ct-title,

.naba_prodotto-container .row .incrementing_list-subtitle,

.naba_prodotto-container .row.ct-bottom #accordion .panel-title,

.naba_prodotto-container .row .modulo-editoriale-title-phrase,

.naba_prodotto-container .row .modulo-editoriale-content-title {

  text-transform: uppercase;

  font-weight: 900;

}



.naba_news-container .row.ct-main ol, .naba_news-container .row.ct-main ul, .naba_news-container .row.ct-bottom ol, .naba_news-container .row.ct-bottom ul,

.naba_corso-container .row.ct-main ol,

.naba_corso-container .row.ct-main ul,

.naba_corso-container .row.ct-bottom ol,

.naba_corso-container .row.ct-bottom ul,

.naba_prodotto-container .row.ct-main ol,

.naba_prodotto-container .row.ct-main ul,

.naba_prodotto-container .row.ct-bottom ol,

.naba_prodotto-container .row.ct-bottom ul {

  list-style-type: square;

  padding-left: 20px;

}



.naba_news-container .row.ct-main,

.naba_corso-container .row.ct-main,

.naba_prodotto-container .row.ct-main {

  padding-bottom: 40px;

}



.naba_news-container .row.ct-main .ct-title, .naba_news-container .row.ct-main .incrementing_list-subtitle, .naba_news-container .row.ct-main .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion .row.ct-main .panel-title,

.naba_corso-container .row.ct-bottom .accordion .naba_news-container .row.ct-main .panel-title,

.naba_prodotto-container .row.ct-bottom #accordion .naba_news-container .row.ct-main .panel-title, .naba_news-container .row.ct-main .modulo-editoriale-title-phrase, .naba_news-container .row.ct-main .modulo-editoriale-content-title,

.naba_corso-container .row.ct-main .ct-title,

.naba_corso-container .row.ct-main .incrementing_list-subtitle, .naba_news-container .row.ct-bottom #accordion

.naba_corso-container .row.ct-main .panel-title,

.naba_corso-container .row.ct-main .row.ct-bottom #accordion .panel-title,

.naba_corso-container .row.ct-bottom .accordion .row.ct-main .panel-title,

.naba_prodotto-container .row.ct-bottom #accordion

.naba_corso-container .row.ct-main .panel-title,

.naba_corso-container .row.ct-main .modulo-editoriale-title-phrase,

.naba_corso-container .row.ct-main .modulo-editoriale-content-title,

.naba_prodotto-container .row.ct-main .ct-title,

.naba_prodotto-container .row.ct-main .incrementing_list-subtitle, .naba_news-container .row.ct-bottom #accordion

.naba_prodotto-container .row.ct-main .panel-title,

.naba_corso-container .row.ct-bottom .accordion

.naba_prodotto-container .row.ct-main .panel-title,

.naba_prodotto-container .row.ct-main .row.ct-bottom #accordion .panel-title,

.naba_prodotto-container .row.ct-bottom #accordion .row.ct-main .panel-title,

.naba_prodotto-container .row.ct-main .modulo-editoriale-title-phrase,

.naba_prodotto-container .row.ct-main .modulo-editoriale-content-title {

  color: #d5c740;

}



.naba_news-container .row.ct-main .lead,

.naba_corso-container .row.ct-main .lead,

.naba_prodotto-container .row.ct-main .lead {

  font-weight: 700;

}



.naba_news-container .row.ct-main ol li,

.naba_corso-container .row.ct-main ol li,

.naba_prodotto-container .row.ct-main ol li {

  display: block;

  padding: 5px 0px 5px 15px;

  position: relative;

}



.naba_news-container .row.ct-main ol li:before,

.naba_corso-container .row.ct-main ol li:before,

.naba_prodotto-container .row.ct-main ol li:before {

  content: '';

  position: absolute;

  left: 0px;

  top: 10px;

  width: 10px;

  height: 10px;

  background: #d5c740;

}



.naba_news-container .row.ct-main .image-pull-right,

.naba_corso-container .row.ct-main .image-pull-right,

.naba_prodotto-container .row.ct-main .image-pull-right {

  float: right;

  padding-left: 20px;

}



@media (max-width: 1023px) {

  .naba_news-container .row.ct-main .image-pull-right,

  .naba_corso-container .row.ct-main .image-pull-right,

  .naba_prodotto-container .row.ct-main .image-pull-right {

    padding-left: 0px;

  }

}



.naba_news-container .row.ct-main .image-pull-left,

.naba_corso-container .row.ct-main .image-pull-left,

.naba_prodotto-container .row.ct-main .image-pull-left {

  float: left;

  padding-right: 20px;

}



@media (max-width: 1023px) {

  .naba_news-container .row.ct-main .image-pull-left,

  .naba_corso-container .row.ct-main .image-pull-left,

  .naba_prodotto-container .row.ct-main .image-pull-left {

    padding-right: 0px;

  }

}



.naba_news-container .row.ct-main .image-pull-right,

.naba_news-container .row.ct-main .image-pull-left,

.naba_corso-container .row.ct-main .image-pull-right,

.naba_corso-container .row.ct-main .image-pull-left,

.naba_prodotto-container .row.ct-main .image-pull-right,

.naba_prodotto-container .row.ct-main .image-pull-left {

  padding-top: 30px;

  padding-bottom: 30px;

}



@media (max-width: 1023px) {

  .naba_news-container .row.ct-main .image-pull-right,

  .naba_news-container .row.ct-main .image-pull-left,

  .naba_corso-container .row.ct-main .image-pull-right,

  .naba_corso-container .row.ct-main .image-pull-left,

  .naba_prodotto-container .row.ct-main .image-pull-right,

  .naba_prodotto-container .row.ct-main .image-pull-left {

    text-align: center;

    float: none !important;

    width: 100%;

  }

  .naba_news-container .row.ct-main .image-pull-right .mask-square-image,

  .naba_news-container .row.ct-main .image-pull-left .mask-square-image,

  .naba_corso-container .row.ct-main .image-pull-right .mask-square-image,

  .naba_corso-container .row.ct-main .image-pull-left .mask-square-image,

  .naba_prodotto-container .row.ct-main .image-pull-right .mask-square-image,

  .naba_prodotto-container .row.ct-main .image-pull-left .mask-square-image {

    width: 220px;

    height: 175px;

  }

}



@media (max-width: 479px) {

  .naba_news-container .row.ct-main .image-pull-right,

  .naba_news-container .row.ct-main .image-pull-left,

  .naba_corso-container .row.ct-main .image-pull-right,

  .naba_corso-container .row.ct-main .image-pull-left,

  .naba_prodotto-container .row.ct-main .image-pull-right,

  .naba_prodotto-container .row.ct-main .image-pull-left {

    padding-top: 14px;

    padding-bottom: 14px;

  }

  .naba_news-container .row.ct-main .image-pull-right .mask-square-image,

  .naba_news-container .row.ct-main .image-pull-left .mask-square-image,

  .naba_corso-container .row.ct-main .image-pull-right .mask-square-image,

  .naba_corso-container .row.ct-main .image-pull-left .mask-square-image,

  .naba_prodotto-container .row.ct-main .image-pull-right .mask-square-image,

  .naba_prodotto-container .row.ct-main .image-pull-left .mask-square-image {

    width: 220px;

    height: 175px;

  }

}



@media (min-width: 0px) and (max-width: 768px) {

  .naba_news-container .row.ct-main .years-lists .pull-right,

  .naba_corso-container .row.ct-main .years-lists .pull-right,

  .naba_prodotto-container .row.ct-main .years-lists .pull-right {

    float: none !important;

  }

}



.naba_news-container .row.ct-bottom,

.naba_corso-container .row.ct-bottom,

.naba_prodotto-container .row.ct-bottom {

  padding-bottom: 40px;

}



.naba_news-container .row.ct-bottom .ct-title, .naba_news-container .row.ct-bottom .incrementing_list-subtitle, .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom .modulo-editoriale-title-phrase, .naba_news-container .row.ct-bottom .modulo-editoriale-content-title,

.naba_corso-container .row.ct-bottom .ct-title,

.naba_corso-container .row.ct-bottom .incrementing_list-subtitle,

.naba_corso-container .row.ct-bottom .accordion .panel-title,

.naba_corso-container .row.ct-bottom .modulo-editoriale-title-phrase,

.naba_corso-container .row.ct-bottom .modulo-editoriale-content-title,

.naba_prodotto-container .row.ct-bottom .ct-title,

.naba_prodotto-container .row.ct-bottom .incrementing_list-subtitle,

.naba_prodotto-container .row.ct-bottom #accordion .panel-title,

.naba_prodotto-container .row.ct-bottom .modulo-editoriale-title-phrase,

.naba_prodotto-container .row.ct-bottom .modulo-editoriale-content-title {

  color: #a11640;

}



.naba_news-container .row.ct-bottom .lead,

.naba_corso-container .row.ct-bottom .lead,

.naba_prodotto-container .row.ct-bottom .lead {

  font-style: italic;

  font-weight: 500;

}



.naba_news-container .row.ct-bottom #accordion .panel,

.naba_corso-container .row.ct-bottom .accordion .panel,

.naba_prodotto-container .row.ct-bottom #accordion .panel {

  border: 0px;

}



.naba_news-container .row.ct-bottom #accordion .panel a,

.naba_corso-container .row.ct-bottom .accordion .panel a,

.naba_prodotto-container .row.ct-bottom #accordion .panel a {

  text-decoration: none;

}



.naba_news-container .row.ct-bottom #accordion .panel-heading,

.naba_corso-container .row.ct-bottom .accordion .panel-heading,

.naba_prodotto-container .row.ct-bottom #accordion .panel-heading {

  background: #a11640;

}



.naba_news-container .row.ct-bottom #accordion .panel-title,

.naba_corso-container .row.ct-bottom .accordion .panel-title,

.naba_prodotto-container .row.ct-bottom #accordion .panel-title {

  color: #fff;

}



.naba_news-container .row.ct-bottom #accordion .panel-title a,

.naba_corso-container .row.ct-bottom .accordion .panel-title a,

.naba_prodotto-container .row.ct-bottom #accordion .panel-title a {

  color: white;

}



.naba_news-container .ct-bottom-goals-content p,

.naba_corso-container .ct-bottom-goals-content p,

.naba_prodotto-container .ct-bottom-goals-content p {

  padding: 0px 20px;

  font-weight: 300;

}



.naba_news-container .ct-bottom-goals-footnotes,

.naba_corso-container .ct-bottom-goals-footnotes,

.naba_prodotto-container .ct-bottom-goals-footnotes {

  font-size: 13px;

  font-weight: 300;

  margin-top: 60px;

}



.naba_news-container .ct-bottom-goals-footnotes strong,

.naba_corso-container .ct-bottom-goals-footnotes strong,

.naba_prodotto-container .ct-bottom-goals-footnotes strong {

  display: block;

  font-weight: 900;

}



.scaling-svg-container .svg-shadow {

  position: absolute;

  z-index: 1;

  left: 0px;

  fill: #555555;

  opacity: .15;

}



.scaling-svg-container .svg-picture {

  position: relative;

  z-index: 2;

}



.btn-group {

  background-color: transparent;

}



.btn-group.bootstrap-select {

  height: 40px;

  position: relative;

  border-radius: 0px;

  background: #4e3c77;

}



.btn-group.bootstrap-select:before, .btn-group.bootstrap-select:after {

  content: " ";

  display: table;

}



.btn-group.bootstrap-select:after {

  clear: both;

}



.btn-group.bootstrap-select .btn {

  height: 100%;

  background: transparent;

  border: none;

  color: white;

  text-transform: uppercase;

}



.btn-group.bootstrap-select .btn span.caret {

  display: block;

}



.btn-group .dropdown-menu {

  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  -o-transform: rotate(0deg);

  transform: rotate(0deg);

  border: none;

  border-radius: 0px;

  overflow: visible !important;

  top: 0px;

  left: 0px;

}



.styled-select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background: #71d3e4;

  border: 0px;

  outline: 0px;

  border-radius: 0px;

  color: white;

  text-transform: uppercase;

  position: relative;

}



.styled-select option {

  background: white;

  border: 0px;

  color: black;

  text-transform: none;

}



/* Breadcrumbs */

.breadcrumbs-container {

  padding: 30px 0px 0px 0px;

}



.breadcrumbs-container .breadcrumb {

  background: transparent;

}



.breadcrumbs-container .breadcrumb li,

.breadcrumbs-container .breadcrumb a {

  text-transform: uppercase;

  font-weight: 900;

}



.breadcrumbs-container .breadcrumb > li a {

  text-transform: uppercase;

  font-weight: 900;

  color: #222222;

  font-size: 15px;

  text-decoration: none;

  position: relative;

  padding: 5px 0px;

}



.breadcrumbs-container .breadcrumb > li a:after {

  content: '';

  position: absolute;

  display: block;

  height: 1px;

  width: 0%;

  background: #555555;

  bottom: 0px;

  right: 0px;

  -webkit-transition: ease-in;

  -o-transition: ease-in;

  transition: ease-in;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.25s;

  transition-duration: 0.25s;

}



.breadcrumbs-container .breadcrumb > li a:hover {

  color: #555555;

}



.breadcrumbs-container .breadcrumb > li a:hover:after {

  width: 100%;

}



.breadcrumbs-container .breadcrumb > li + li:before {

  font-weight: 900;

  color: #555555;

}



.one-column {

  position: relative;

}



.one-column .breadcrumbs-container {

  position: absolute;

  z-index: 10;

}



@media (min-width: 1280px) {

  .one-column .breadcrumbs-container {

    top: 60px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .one-column .breadcrumbs-container {

    top: 30px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .one-column .breadcrumbs-container {

    top: 25px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .one-column .breadcrumbs-container {

    top: -35px;

    left: 15px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .one-column .breadcrumbs-container {

    display: none;

  }

}



@media (max-width: 319px) {

  .one-column .breadcrumbs-container {

    display: none;

  }

}



/* News */

.naba_news-container {

  background-image: url(../images/common/bg-bottom-news.png);

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: contain;

}



.naba_news-container .buffer {

  padding: 0px 20px;

  min-height: 550px;

  color: #777777;

}



.responsive-svg {

  width: 100%;

  margin: 0 auto 20px auto;

}


.responsive-svg.custom-small-size {

  width: 65%;

  margin: -20px auto 20px;
  
  height: 180px;

}


.responsive-svg svg {

  width: 100%;

}



.responsive-svg svg image {

  width: 100%;

}



@media (max-width: 1279px) {

  .responsive-svg {

    width: 100%;

    /*height: auto;*/

  }

  .responsive-svg svg {

    width: 100%;

    height: 285px;

  }

  .responsive-svg svg image {

    width: 100%;

    /*height: 390px;*/

  }

}



@media (max-width: 1024px) {

  .responsive-svg {

    width: 100%;

    /*height: auto;*/

  }

  .responsive-svg svg {

    width: 100%;

    height: 240px;

  }

  .responsive-svg svg image {

    width: 100%;

    /*height: 390px;*/

  }

}



@media (max-width: 640px) {

  .responsive-svg {

    width: 100%;

    /*height: auto;*/

  }

  .responsive-svg svg {

    width: 100%;

    height: 180px;

  }

  .responsive-svg svg image {

    width: 100%;

    /*height: 390px;*/

  }

}



@media (max-width: 479px) {

  .responsive-svg {

    width: 100%;

    /*height: auto;*/

  }

  .responsive-svg svg {

    width: 100%;

    height: 128px;

  }

  .responsive-svg svg image {

    width: 100%;

    /*height: 390px;*/

  }

}



/* Tags */

.content-tags {

  border-top: 1px solid #555555;

  width: 100%;

  vertical-align: top;

  display: inline-block;

  min-height: 110px;

}



.content-tags .images {

  width: 45px;

  vertical-align: top;

  display: inline-block;

  margin: 10px 0 0 0;

}



.content-tags .tags {

  font-size: 13px;

  line-height: 22px;

  color: #a11640;

  width: 90%;

  vertical-align: top;

  display: inline-block;

  margin: 10px 0 0 0;

}



.content-tags .tags a {

  font-size: 13px;

  line-height: 22px;

  color: #a11640;

  text-decoration: none;

  text-transform: uppercase;

}



.content-tags.no-top {

  border-top: 1px solid transparent;

}



/* Share */

.content-share {

  padding: 38px 0 0 0;

  width: 460px;

  height: 150px;

  display: inline-block;

  vertical-align: top;

  background-image: url(../images/common/bg-social-share.svg);

  background-position: left bottom;

  background-repeat: no-repeat;

  position: absolute;

  left: 0px;

  bottom: 0px;

}



.content-share .content-ove-footer {

  z-index: 100;

  position: absolute;

}



.content-share h5 {

  text-transform: uppercase;

  color: #fff;

  font-size: 20px;

  margin-bottom: 35px;

  font-weight: 700;

  line-height: 1;

  width: 85px;

  margin-left: 10px;

  display: block;

  float: left;

}



.content-share a {

  color: #fff;

  font-size: 36px;

  width: 36px;

  height: 36px;

  margin-left: 10px;

  display: block;

  float: left;

  text-decoration: none;

}



.content-share a i {

  padding: 11px 0;

  display: block;

}



.content-share a:hover {

  color: #555555;

}



/* link */

a.link {

  font-size: 20px;

  line-height: 1;

  color: #a11640;

  font-weight: 800;

  text-decoration: none;

}



/* news evento */

.news-evento {

  width: 90%;

  display: inline-block;

  height: auto;

  vertical-align: top;

  margin: 20px 0;

}



.news-evento .data {

  width: 54px;

  display: inline-block;

  text-align: center;

  background: #a11640;

  color: #fff;

  vertical-align: top;

  margin: 0 20px 10px 0;

}



.news-evento .data .giorno {

  color: #fff;

  font-size: 33px;

  text-transform: uppercase;

  margin: 0 auto;

  padding: 5px 0 0 0;

  text-align: center;

  line-height: 22px;

  font-weight: 800;

}



.news-evento .data .mese {

  color: #fff;

  font-size: 22px;

  text-transform: uppercase;

  margin: 0 auto;

  padding: 0 0 0 0;

  text-align: center;

  font-weight: 800;

}



.news-evento .evento {

  width: auto;

  display: inline-block;

  text-align: left;

  vertical-align: top;

}



.news-evento .evento .titolo {

  font-size: 20px;

  line-height: 24px;

  color: #a11640;

  font-weight: 800;

  text-decoration: none;

}



/* landing News */

.naba_news_landing-container {

  background-image: url(../images/common/bg-bottom-news-landing.png);

  background-position: right bottom;

  background-repeat: no-repeat;

  background-size: contain;

}



.naba_news_landing-container .buffer {

  padding: 0px 20px 0 15px;

  min-height: 550px;

  color: #777777;

}



/* landing News Breadcrumbs */

.content-news-breadcrumbs {

  width: 98%;

  display: table;

  text-align: left;

}



.content-news-breadcrumbs .left {

  width: 50%;

  display: table-cell;

  text-align: left;

}



@media (max-width: 767px) {

  .content-news-breadcrumbs .left {

    width: 100%;

    float: left;

    text-align: left;

  }

}



.content-news-breadcrumbs .right {

  width: 50%;

  display: table-cell;

  text-align: right;

}



@media (max-width: 767px) {

  .content-news-breadcrumbs .right {

    width: 100%;

    float: left;

    text-align: left;

    margin: -20px 0 10px 12px;

  }

}



.content-news-breadcrumbs .right select {

  width: 120%;

  border: 1px solid #00b0aa;

  -webkit-appearance: none;

  -moz-appearance: none;

  cursor: pointer;

  font-size: 12px;

  text-transform: uppercase;

  font-weight: 800;

  padding: 0 0 0 10px;

  overflow: hidden;

}



.content-news-breadcrumbs .right select#edit-date-filter-value-year,

.content-news-breadcrumbs .right select.anno {

  width: 120px;

  height: 38px;

  background-image: url(../images/common/arrow-select.png);

  background-position: 85px 12px;

  background-repeat: no-repeat;

  margin: 0 10px 0 0;

}



@media (max-width: 479px) {

  .content-news-breadcrumbs .right select#edit-date-filter-value-year,

  .content-news-breadcrumbs .right select.anno {

    width: 200px;

    background-position: 165px 12px;

    margin: 0 0 10px 0;

  }

}



.content-news-breadcrumbs .right select#edit-field-news-category-tid,

.content-news-breadcrumbs .right select.categoria {

  width: 200px;

  height: 38px;

  background-image: url(../images/common/arrow-select.png);

  background-position: 165px 12px;

  background-repeat: no-repeat;

}



.content-news-breadcrumbs .right select::-ms-expand {

  display: none;

}



.filter-side-right-breadcrumbs {

  margin-top: -68px;

  padding-bottom: 30px;

  display: inline-block;

  float: right;

}



@media (min-width: 300px) and (max-width: 1023px) {

  .filter-side-right-breadcrumbs {

    margin-top: -20px;

    margin-left: 20px;

    padding-bottom: 0px;

    float: none;

  }

}



.filter-side-right-breadcrumbs .views-exposed-form .views-exposed-widget {

  padding-right: 0px;

}



.filter-side-right-breadcrumbs select {

  width: 120%;

  border: 1px solid #00b0aa;

  -webkit-appearance: none;

  -moz-appearance: none;

  cursor: pointer;

  font-size: 12px;

  text-transform: uppercase;

  font-weight: 800;

  padding: 0 0 0 10px;

  overflow: hidden;

}



.filter-side-right-breadcrumbs select.form-select {

  width: 120px;

  height: 38px;

  background-image: url(../images/common/arrow-select.png);

  background-position: 85px 12px;

  background-repeat: no-repeat;

  margin: 0 10px 0 0;

}



@media (max-width: 479px) {

  .filter-side-right-breadcrumbs select.form-select {

    width: 200px;

    background-position: 165px 12px;

    margin: 0 0 10px 0;

  }

}



.filter-side-right-breadcrumbs select#edit-field-news-category-tid,

.filter-side-right-breadcrumbs select.categoria {

  width: 200px;

  height: 38px;

  background-image: url(../images/common/arrow-select.png);

  background-position: 165px 12px;

  background-repeat: no-repeat;

}



.filter-side-right-breadcrumbs select::-ms-expand {

  display: none;

}



/* next-prev */

.next-prev-container {

  width: auto;

  height: auto;

  padding: 0;

  margin: 35px 0 0 0;

  float: right;

  position: absolute;

  right: 0;

}



.next-prev-container .slick-prev, .next-prev-container .slick-next {

  position: absolute;

  display: block;

  height: 40px;

  width: 40px;

  line-height: 0px;

  font-size: 0px;

  cursor: pointer;

  background: transparent;

  color: transparent;

  top: 10px;

  -webkit-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  transform: translate(0, -50%);

  padding: 0;

  border: none;

  outline: none;

  z-index: 20;

}



.next-prev-container .slick-prev {

  left: -105px;

}



.next-prev-container .slick-next {

  right: 20px;

}



.next-prev-container .slick-prev:before, .next-prev-container .slick-next:before {

  font-family: "slick";

  font-size: 36px;

  line-height: 1;

  color: #222222;

  opacity: 0.75;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



/* listen page */

.content-listen-page {

  padding: 60px 0 40px 0;

  width: 100%;

  display: inline-block;

  vertical-align: top;

  position: relative;

  z-index: 10;

  margin: 0 auto;

  text-align: center;

}



.content-listen-page .next-prev-listen {

  width: 65%;

  height: auto;

  padding: 0;

  margin: 0 auto;

  position: relative;

  bottom: 28px;

}



@media (max-width: 1280px) {

  .content-listen-page .next-prev-listen {

    bottom: 10px;

    left: -30px;

  }

}



@media (max-width: 1024px) {

  .content-listen-page .next-prev-listen {

    bottom: 10px;

    left: -30px;

  }

}



@media (max-width: 768px) {

  .content-listen-page .next-prev-listen {

    bottom: 0;

    left: 0;

    width: 100%;

  }

}



@media (max-width: 767px) {

  .content-listen-page .next-prev-listen {

    bottom: 0;

    left: 0;

    width: 100%;

  }

}



.content-listen-page .next-prev-listen .slick-prev, .content-listen-page .next-prev-listen .slick-next {

  position: relative;

  display: inline-block;

  height: 40px;

  width: 40px;

  line-height: 0px;

  font-size: 0px;

  cursor: pointer;

  background: transparent;

  color: transparent;

  top: 28px;

  -webkit-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  transform: translate(0, -50%);

  padding: 0;

  border: none;

  outline: none;

  z-index: 20;

}



.content-listen-page .next-prev-listen .slick-prev {

  left: 0px;

}



.content-listen-page .next-prev-listen .slick-next {

  right: 0px;

}



.content-listen-page .next-prev-listen .slick-prev:before, .content-listen-page .next-prev-listen .slick-next:before {

  font-family: "slick";

  font-size: 36px;

  line-height: 1;

  color: #222222;

  opacity: 0.75;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



@media (max-width: 640px) {

  .content-listen-page .next-prev-listen .slick-prev:before, .content-listen-page .next-prev-listen .slick-next:before {

    color: #000;

  }

}



.content-listen-page .next-prev-listen .slick-prev:before, .content-listen-page .next-prev-listen .slick-next:before {

  font-family: "slick";

  font-size: 32px;

  line-height: 1;

  color: #fff;

  opacity: 0.75;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



@media (max-width: 767px) {

  .content-listen-page .next-prev-listen .slick-prev:before, .content-listen-page .next-prev-listen .slick-next:before {

    color: #000;

  }

}



.content-listen-page .next-prev-listen a {

  font-size: 19px;

  line-height: 1;

  color: #fff;

  opacity: 0.75;

  text-decoration: none;

  border-radius: 20px 20px 20px 20px;

  -moz-border-radius: 20px 20px 20px 20px;

  -webkit-border-radius: 20px 20px 20px 20px;

  border: 1px solid #fff;

  padding: 0px 6px;

  margin: 0px 5px;

}



@media (max-width: 767px) {

  .content-listen-page .next-prev-listen a {

    color: #000;

    border: 1px solid #000;

    margin: 0px 1px;

  }

}



.content-listen-page .next-prev-listen a.active {

  color: #fff;

  border: 0px solid #fff;

}



@media (max-width: 767px) {

  .content-listen-page .next-prev-listen a.active {

    color: #000;

  }

}



/*zopim*/

.zopim.content {

  margin-top: 0px;

  margin-right: 0px;

  margin-bottom: 0px;

  padding: 0px;

  border: 0px;

  overflow: hidden;

  position: fixed;

  z-index: 16000002;

  width: 180px;

  height: 30px;

  right: 10px;

  bottom: 0px;

  /* background: transparent; */

}



.img-small-png-mask {

  position: relative;

  margin-top: 20px;

}



.img-small-png-mask img {

  width: auto;

  max-width: 100%;

}



.img-small-png-mask .mask {

  position: absolute;

  z-index: 20;

  top: 0px;

  left: 0px;

}



.img-small-png-mask .image {

  position: absolute;

  z-index: 10;

  top: 0px;

  left: 0px;

}



/*------------------------------------------------------------------------------

======================= 4. MEDIA QUERIES PERSONALI   ==========================

-----------------------------------------------------------------------------*/

.wp-slide-bbluedove {

  min-height: 490px;

}



@media (min-width: 1280px) {

  .wp-slide-bbluedove {

    bottom: -88px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wp-slide-bbluedove {

    margin-bottom: -90px !important;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wp-slide-bbluedove {

    margin-bottom: -100px !important;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wp-slide-bbluedove {

    min-height: 430px;

  }

}



@media (min-width: 1280px) {

  .wp-main-container,

  .wp-header,

  .wp-footer,

  .wp-slide-bbluedove {

    width: 1280px;

    max-width: 1280px;

    margin: 0 auto;

    padding: 0 0;

    position: relative;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wp-main-container,

  .wp-header,

  .wp-footer,

  .wp-slide-bbluedove {

    width: 1024px;

    max-width: 1024px;

    margin: 0 auto;

    padding: 0 0;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wp-main-container,

  .wp-header,

  .wp-footer,

  .wp-slide-bbluedove {

    width: 768px;

    max-width: 768px;

    margin: 0 auto;

    padding: 0 0;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wp-main-container,

  .wp-header,

  .wp-footer,

  .wp-slide-bbluedove {

    width: 480px;

    max-width: 480px;

    margin: 0 auto;

    padding: 0 0;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wp-main-container,

  .wp-header,

  .wp-footer,

  .wp-slide-bbluedove {

    width: 320px;

    max-width: 320px;

    margin: 0 auto;

    padding: 0 0;

  }

}



@media (max-width: 319px) {

  .wp-main-container,

  .wp-header,

  .wp-footer,

  .wp-slide-bbluedove {

    width: 320px;

    max-width: 320px;

    margin: 0 auto;

    padding: 0 0;

  }

}



@media (max-width: 767px) {

  .container-fluid {

    margin-right: auto !important;

    margin-left: auto !important;

    padding-left: 15px !important;

    padding-right: 15px !important;

  }

  .row.no-gutters {

    margin-right: 0;

    margin-left: 0;

  }

  .row.no-gutters > [class^="col-"],

  .row.no-gutters > [class*=" col-"] {

    padding-right: 0;

    padding-left: 0;

  }

}



/**

 * Assistive text

 */

.screen-reader-text {

  position: absolute;

  font-size: 0;

  opacity: 0;

  z-index: -1;

}



.screen-reader-text:active,

.screen-reader-text:focus {

  font-size: inherit;

  opacity: 1;

  z-index: 999;

}



/**

 * Skip Link

 */

.skip-link {

  display: block;

  margin: 0 auto;

  text-align: center;

}



.skip-link:focus {

  position: relative;

}



header {

  height: 191px;

  background-image: url(../images/common/bg-main-menu.svg);

  background-position: center top;

  background-repeat: no-repeat;

  background-size: contain;

  z-index: 1;

  position: relative;

}



header.wp-header {

  position: fixed;

  left: 0;

  right: 0;

  margin: 0 auto;

  top: 0;

}



header .nav li a {

  position: relative;

  display: inline-block;

  padding: 0 4px;

}



header span.sep {

  /*display: inline-block;*/

  color: #a11640;

  font-size: 15px;

  margin: 0 0 0 2px;

  font-weight: 900;

}



header .navbar-nav {

  float: left;

  margin: 0;

  position: relative;

}



header .navbar-nav li a {

  font-weight: 900;

  text-transform: uppercase;

  position: relative;

  display: inline-block;

  padding: 0 4px;

  color: #000;

}



header .navbar-nav li a span.sep {

  display: inline-block;

  color: #a11640;

  font-size: 15px;

  margin: 0 0 0 2px;

  font-weight: 900;

}



header .navbar-default {

  background-color: transparent;

  border: none;

  width: 100%;

  /*height: 100%;*/

  height: auto;

}



header .navbar-default .navbar-nav li a {

  color: #000;

  font-weight: 900;

  text-transform: uppercase;

  padding-left: 0px;

}



header .navbar-brand {

  float: right;

  height: auto;

  padding: 0;

  font-size: 18px;

  line-height: 20px;

  position: absolute;

}



header .navbar-toggle {

  position: relative;

  float: left;

  padding: 0 0 0 0;

  background-color: transparent;

  background-image: none;

  border-radius: 0px;

  border-color: transparent !important;

  z-index: 1;

  -webkit-transform: rotate(-4.5deg);

  -ms-transform: rotate(-4.5deg);

  -o-transform: rotate(-4.5deg);

  transform: rotate(-4.5deg);

}



@media (min-width: 480px) and (max-width: 767px) {

  header .navbar-toggle {

    margin-top: 63px;

    margin-right: 15px;

    margin-bottom: 8px;

    margin-left: 18px;

  }

}



@media (min-width: 0px) and (max-width: 479px) {

  header .navbar-toggle {

    margin-top: 34px;

    margin-right: 15px;

    margin-bottom: 8px;

    margin-left: 15px;

  }

}



header .navbar-toggle:focus, header .navbar-toggle:hover {

  border-color: transparent;

  background-color: transparent !important;

}



header .navbar-toggle .icon-bar {

  display: inline;

  width: 80px;

  height: auto;

  border-radius: 0;

  text-transform: uppercase;

  bottom: 11px;

}



header .navbar-collapse {

  padding: 0 0 0 0;

  overflow-x: visible;

  -webkit-overflow-scrolling: touch;

  border-top: 0px solid transparent;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  background: #fff;

  float: left;

  width: 100%;

  top: -21px;

  position: relative;

}



header .navbar-collapse .navbar-nav .open a:focus, header .navbar-collapse .navbar-nav .open a:hover {

  color: #fff;

  background: #000;

}



.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

  background-color: #000;

  color: #fff;

}



.general_overlay_menu {

  display: block;

  position: fixed;

  height: 5000%;

  width: 100%;

  max-width: 100%;

  background: #000;

  z-index: 0;

  opacity: 0.2;

  margin-top: 250px;

  left: 0;

}



nav {

  /*dropdown-menu */

}



nav .dropdown-menu {

  position: absolute;

  top: 2px;

  left: -30px;

  z-index: -1;

  display: none;

  float: left;

  min-width: 1283px;

  min-height: 517px;

  padding: 5px 0;

  margin: 2px 0 0;

  list-style: none;

  font-size: 16px;

  text-align: left;

  background: transparent url(../images/header-page/bg-menu-overlay.png);

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;

  border: 1px solid transparent;

  border-radius: none;

  background-clip: padding-box;

  -webkit-box-shadow: 0 0 0 transparent;

  box-shadow: 0 0 0 transparent;

  transform: rotate(3.3deg);

}



/*header .navbar-default .navbar-nav ul.dropdown-menu li a {

	color: #fff;

	font-weight: 900;

	transform: rotate(0deg);

}*/

.dropdown-large {

  position: static !important;

}



.dropdown-menu-large {

  margin-left: 0px;

  margin-right: 0px;

  padding: 20px 0px;

}



.dropdown-menu-large > li > ul {

  padding: 0;

  margin: 0;

}



.dropdown-menu-large > li > ul.right-linea {

  padding: 0;

  margin: 0;

  border-right: 1px solid #fff;

  transform: rotate(0.15deg);

}



.dropdown-menu-large > li > ul > li {

  list-style: none;

}



.dropdown-menu-large > li > ul > li > a {

  display: block;

  padding: 3px 20px;

  clear: both;

  font-weight: normal;

  line-height: 1.428571429;

  white-space: normal;

}



.dropdown-menu-large > li ul > li > a:hover,

.dropdown-menu-large > li ul > li > a:focus {

  text-decoration: none;

}



.dropdown-menu-large .disabled > a:hover,

.dropdown-menu-large .disabled > a:focus {

  text-decoration: none;

  background-color: transparent;

  background-image: none;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

  cursor: not-allowed;

}



.dropdown-menu-large .dropdown-header {

  color: #a11640;

  font-size: 25px;

  margin: 65px 0 0 0;

  text-transform: uppercase;

}



header .navbar-default .navbar-nav li.dropdown-header a {

  color: #a11640;

  font-size: 25px;

  margin: 0 0 0 0;

  padding: 0 0 15px 0;

  text-transform: uppercase;

  display: inline-block;

  line-height: 22px;

}



header .navbar-default .navbar-nav li.dropdown-header a i.icon-freccia_vai:before {

  font-family: 'iconaba' !important;

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  content: "\e904";

  font-size: 0px;

  color: #fff;

  display: inline-block;

  padding: 0 5px 0 0;

  vertical-align: text-top;

}



header .navbar-default .navbar-nav li.dropdown-header a:hover {

  color: #d5c5ce;

}



header .navbar-default .navbar-nav li.dropdown-header a:hover i.icon-freccia_vai:before {

  font-family: 'iconaba' !important;

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  content: "\e904";

  font-size: 22px;

  color: #d5c5ce;

  display: inline;

  padding: 0 0 0 0;

  vertical-align: baseline;

}



.dropdown-menu-larg a.header-title {

  color: #a11640;

  font-size: 22px;

  margin-top: 90px;

  margin-left: 15px;

  text-transform: uppercase;

  display: inline-block;

  line-height: 22px;

  white-space: pre-wrap;

  white-space: -moz-pre-wrap;

  white-space: -pre-wrap;

  white-space: -o-pre-wrap;

  word-wrap: break-word;

}



header .navbar-default .navbar-nav a.header-title {

  color: #a11640;

  font-size: 22px;

  margin-top: 90px;

  margin-left: 15px;

  text-transform: uppercase;

  display: inline-block;

  white-space: pre-wrap;

  white-space: -moz-pre-wrap;

  white-space: -pre-wrap;

  white-space: -o-pre-wrap;

  word-wrap: break-word;

}



header .navbar-default .navbar-nav a.header-title i.icon-freccia_vai:before {

  font-family: 'iconaba' !important;

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  content: "\e904";

  font-size: 0px;

  color: #fff;

  display: inline-block;

  vertical-align: text-top;

}



header .navbar-default .navbar-nav a.header-title:hover {

  color: #d5c5ce;

  font-size: 22px;

  margin-top: 90px;

}



header .navbar-default .navbar-nav a.header-title:hover i.icon-freccia_vai:before {

  font-family: 'iconaba' !important;

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  content: "\e904";

  font-size: 22px;

  color: #d5c5ce;

  display: inline;

  vertical-align: baseline;

}



header .navbar-default .navbar-nav li.page a i.icon-freccia_vai:before {

  font-family: 'iconaba' !important;

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  content: "\e904";

  font-size: 17px;

  color: #fff;

  display: inline;

  padding: 0 5px 0 0;

  vertical-align: middle;

}



header .navbar-default .navbar-nav li.page a {

  color: #fff;

  font-size: 14px;

  margin: 0 0 0 0;

  padding: 2px 0 0 14px;

  font-weight: 400;

  text-transform: none;

  display: inline-block;

}



header .navbar-default .navbar-nav li.page a:hover {

  color: #fff;

}



.dropdown span.sep {

  color: #a11640;

  font-size: 15px;

  margin: 0 0 0 2px;

  font-weight: 900;

  display: inline-block;

}



/*menu top*/

.contet-menu-top {

  height: 62px;

  background-image: url(../images/common/bg-menu-top.png);

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;

  z-index: 1;

  position: relative;

}



.contet-menu-top ul {

  margin: 0;

  padding: 0;

  list-style-type: none;

  text-align: left;

  padding: 16px 0 0 0;

}



.contet-menu-top ul li {

  display: inline;

  text-transform: uppercase;

  font-size: 15px;

  padding: 0 15px;

}



.contet-menu-top ul li a {

  text-decoration: none;

  color: #fff;

}



.contet-menu-top ul li a span.txt {

  font-size: 15px;

  color: #fff;

}



.contet-menu-top ul li a span.txt i.ico {

  vertical-align: middle;

  padding: 0;

  font-size: 25px;

}



.contet-menu-top ul li a:hover span.txt {

  color: #000;

}



a.mynaba {

  text-transform: uppercase;

  font-size: 14px;

  color: #000;

  text-decoration: none;

  top: 18px;

  position: relative;

  z-index: 2;

}



/* form cerca*/

form.search-form {

  width: 280px;

  position: relative;

  left: -100px;

}



.search-form .form-group {

  float: right !important;

  transition: all 0.35s, border-radius 0s;

  width: 32px;

  height: 32px;

  background-color: #fff;

  position: relative;

  top: 12px;

  z-index: 3;

  right: 40px;

}



.search-form .form-group input.form-control {

  padding-right: 15px;

  border-bottom: 1px solid #a11640;

  border-left: 1px solid transparent;

  border-right: 1px solid transparent;

  border-top: 1px solid transparent;

  background: transparent;

  box-shadow: none;

  display: block;

  cursor: pointer;

  font-size: 12px;

  text-transform: uppercase;

}



.search-form .form-group input.form-control::-webkit-input-placeholder {

  display: none;

}



.search-form .form-group input.form-control:-moz-placeholder {

  /* Firefox 18- */

  display: none;

}



.search-form .form-group input.form-control::-moz-placeholder {

  /* Firefox 19+ */

  display: none;

}



.search-form .form-group input.form-control:-ms-input-placeholder {

  display: none;

}



.search-form .form-group input:-ms-input-placeholder.form-control {

  display: block;

}



.search-form .form-group:hover,

.search-form .form-group.hover {

  width: 100%;

  border-radius: 4px 25px 25px 4px;

}



.search-form .form-group span.form-control-feedback {

  position: absolute;

  top: 0;

  right: 0;

  z-index: 2;

  display: block;

  width: 38px;

  height: 38px;

  line-height: 34px;

  text-align: center;

  color: #000;

  left: initial;

  font-size: 18px;

  background: #fff;

}



.glyphicon-search:before {

  font-family: 'iconaba' !important;

  speak: none;

  font-style: normal;

  font-weight: 900;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  content: "\e90d";

  font-size: 20px;

}



/*lingue*/

.col-xs-2 select {

  width: 120%;

  border: 1px solid #fff;

  -webkit-appearance: none;

  -moz-appearance: none;

  cursor: pointer;

  font-size: 14px;

  text-transform: uppercase;

  padding: 0 0 0 2px;

  overflow: hidden;

  float: left;

  left: -62px;

  top: 15px;

  position: relative;

}



@media screen and (min-width: 768px) and (max-width: 1023px) {

  .col-xs-2 select {

    top: 11px;

    left: -62px;

  }

}



@media screen and (min-width: 480px) and (max-width: 767px) {

  .col-xs-2 select {

    top: 11px;

    left: -108px;

  }

}



@media screen and (min-width: 0px) and (max-width: 479px) {

  .col-xs-2 select {

    top: 11px;

    left: -70px;

  }

}



.col-xs-2 select.language-select {

  width: 48px;

  height: 20px;

  background-image: url(../images/common/arrow-select-language.png);

  background-position: 100% 50%;

  background-repeat: no-repeat;

  margin: 0 10px 0 0;

  overflow: hidden;

  z-index: 2;

}



@media screen and (min-width: 0px) and (max-width: 1023px) {

  .col-xs-2 select.language-select {

    width: 48px;

    background-position: 100% 50%;

    margin: 0 0 10px 0;

  }

}



.col-xs-2 select::-ms-expand {

  display: none;

}



/*lingue se dovessimo usare fancy-select*/

.fancy-select {

  position: absolute;

  left: 5000px;

}



.newSelect {

  position: relative;

  display: block;

  margin: 0 auto;

  text-align: left;

  z-index: 3;

  width: 50px;

  float: left;

  left: -68px;

  top: 14px;

}



.newSelect:hover {

  height: auto;

}



.newSelect .selectedOption {

  background: #fff;

  padding: 5px;

  font-size: 12px;

  line-height: 14px;

  height: auto;

  color: #000;

  cursor: pointer;

  position: relative;

}



.newSelect .selectedOption:after {

  font-family: 'iconaba' !important;

  content: '\e90c';

  position: absolute;

  right: 8px;

  color: #000;

  font-size: 13px;

}



.newSelect .selectedOption.selected {

  color: #000;

}



.newSelect .newOptions {

  position: absolute;

  width: 100%;

}



.newSelect .newOptions .newOption {

  display: none;

  top: 0;

  left: 0;

  font-size: 12px;

  line-height: 14px;

  height: 25px;

  padding: 5px;

  background: #fff;

  color: #000;

  cursor: pointer;

}



.newSelect .newOptions .newOption:hover {

  background: #fff;

}



.newSelect.clicked .newOption {

  display: block;

}



.newSelect.closed .newOption {

  display: none;

}



/*nabamag*/

.nabamag {

  top: 80px;

  left: 105px;

  transform: rotate(-3.2deg);

  display: block;

  position: absolute;

  z-index: 2;

}



.nabamag a {

  color: #000;

  font-weight: 900;

  text-decoration: none;

  font-size: 15px;

}



.nabamag a span.mag {

  font-size: 20px;

}



.nabamag a span.sep {

  /* display: inline-block; */

  color: #d5c740;

  font-size: 15px;

  margin: 0 0 0 2px;

  font-weight: 900;

}



/*carrello*/

.carrello {

  width: 45px;

  height: auto;

  text-align: left;

  float: left;

  position: relative;

  left: 20px;

  top: 102px;

  z-index: 3;

}



.carrello a {

  text-decoration: none;

}



.carrello a span.txt {

  position: absolute;

  top: 0;

  right: 5px;

  background: #a11640;

  color: #fff;

  padding: 3px 4px;

  -webkit-border-radius: 8px;

  -moz-border-radius: 8px;

  border-radius: 8px;

  font-size: 9px;

}



.carrello a i.icon-carrello {

  font-family: 'iconaba' !important;

  font-weight: 300;

  content: "\e906";

  font-size: 38px;

  color: #000;

}



@media screen and (min-width: 0px) and (max-width: 319px) {

  header {

    background-size: cover;

  }

  header.wp-header {

    position: absolute;

    left: 0;

    right: 0;

    margin: 0 auto;

    top: 0;

  }

  .navbar-nav {

    font-size: 15px;

    -webkit-transform: rotate(0px);

    -ms-transform: rotate(0px);

    -o-transform: rotate(0px);

    transform: rotate(0px);

  }

  header .navbar-default .navbar-nav li a {

    padding-left: 12px;

  }

  .navbar-brand {

    right: 40px;

    top: -50px;

  }

  .navbar-brand img {

    width: 145px;

    position: relative;

    height: 115px;

  }

  .navbar-default .navbar-toggle .icon-bar {

    background-color: #fff;

    color: #000;

    font-weight: 900;

    text-transform: uppercase;

    bottom: 20px;

    transform: rotate(-3.5deg);

    -webkit-transform: rotate(-3.5deg);

    -o-transform: rotate(-3.5deg);

  }

  /*menu top*/

  .contet-menu-top {

    height: 46px;

    background-size: 100% 100%;

    position: fixed;

    z-index: 3;

  }

  .contet-menu-top ul {

    padding: 3px 0 0 0;

  }

  .contet-menu-top ul li {

    padding: 0 7px;

  }

  .contet-menu-top ul li a span.txt {

    font-size: 0px;

  }

  .contet-menu-top ul li a span.txt i.ico {

    font-size: 20px;

  }

  /*mynaba*/

  a.mynaba {

    text-transform: uppercase;

    font-size: 14px;

    color: #777777;

    text-decoration: none;

    top: 71px;

    position: absolute;

    left: -148px;

    z-index: 2;

    transform: rotate(0deg);

  }

  /*search-form*/

  form.search-form {

    width: 180px;

    position: relative;

    left: -4px;

    float: right;

    top: -7px;

  }

  /*Select*/

  .newSelect {

    left: -75px;

    top: 7px;

  }

  /*nabamag*/

  .nabamag {

    top: 97px;

    left: -111px;

    transform: rotate(-3.2deg);

    -webkit-transform: rotate(-3.2deg);

    -o-transform: rotate(-3.2deg);

    display: block;

    position: absolute;

    z-index: 2;

  }

  /*carrello*/

  .carrello {

    width: 45px;

    height: auto;

    text-align: left;

    float: left;

    position: relative;

    left: -18px;

    top: 54px;

    z-index: 3;

  }

  span.sep {

    display: inline-block;

  }

  .dropdown span.sep {

    display: none;

  }

  header .navbar-collapse {

    background: #fff;

    float: left;

    width: 100%;

    top: -47px;

    padding: 30px 0 0 11px;

    z-index: 0;

  }

  /*dropdown-menu */

  .general_overlay_menu {

    display: none;

  }

  ul.dropdown-menu.dropdown-menu-large.row {

    /*	margin-left: -11px;*/

  }

  .dropdown-menu {

    top: 0px;

    left: 0px;

    min-width: 1024px;

    min-height: 100%;

    margin: 0 0 0 -11px;

    text-align: left;

    background-position: top right;

    /*padding: 0 0 20px 0;*/

  }

  .dropdown-menu-large .dropdown-header {

    font-size: 15px;

    margin: 30px 0 0 0;

  }

  .navbar-collapse.in {

    overflow-y: inherit;

  }

  .dropdown-menu {

    transform: rotate(0deg);

  }

  .dropdown-menu-large > li > ul.right-linea {

    /*border-right: 1px solid transparent;*/

    margin: 0 0 10px 0;

  }

  .general_overlay_menu {

    display: none;

  }

  header .navbar-default .navbar-nav li.dropdown-header a {

    font-size: 14px;

    padding: 0 0 0 0;

    line-height: 14px;

    vertical-align: top;

  }

  header .navbar-default .navbar-nav li.dropdown-header a i.icon-freccia_vai:before {

    font-size: 0px;

    padding: 0 5px 0 0;

  }

  header .navbar-default .navbar-nav li.dropdown-header a:hover i.icon-freccia_vai:before {

    font-size: 14px;

    display: inline;

  }

  header .navbar-default .navbar-nav li.page a i.icon-freccia_vai:before {

    font-size: 13px;

    display: inline;

    vertical-align: middle;

  }

  li.col-xs-12.col-sm-2.col-md-2.menu-overlay {

    /* width: 19.5%;*/

  }

  nav .dropdown-menu {

    transform: rotate(0deg);

    /*background: #000;

			background-color: #000 !important;*/

    min-width: 320px;

    min-height: 1px;

    /*background-size: contain;*/

    background-size: cover;

    background: transparent url(../images/header-page/bg-menu-overlay-320.png);

    background-repeat: repeat;

    left: -11px;

    top: 0;

  }

  header .navbar-default .navbar-nav a.header-title {

    font-size: 15px;

    margin-top: 0px;

    color: #a11640 !important;

    margin-left: 0px;

  }

  header .navbar-default .navbar-nav a.header-title:hover {

    font-size: 15px;

    margin-top: 0px;

  }

  header .navbar-default .navbar-nav a.header-title:hover i.icon-freccia_vai:before {

    font-size: 15px;

    margin-top: 0px;

  }

  header .navbar-default .navbar-nav li.page a {

    font-size: 14px;

  }

  .navbar-nav {

    font-size: 15px;

    -webkit-transform: rotate(0px);

    -ms-transform: rotate(0px);

    -o-transform: rotate(0px);

    transform: rotate(0px);

    width: 100%;

    left: -11px;

  }

}



@media (min-width: 320px) {

  .container-fluid {

    padding-right: 15px;

    padding-left: 15px;

    margin-right: -30px;

    margin-left: 0;

  }

  header {

    background-size: cover;

  }

  header.wp-header {

    position: absolute;

    left: 0;

    right: 0;

    margin: 0 auto;

    top: 0;

  }

  header .navbar-collapse {

    background: #fff;

    float: left;

    width: 320px;

    top: -30px;

    padding: 30px 0 0 11px;

    z-index: 0;

  }

  span.sep {

    display: inline-block;

  }

  .dropdown span.sep {

    display: none;

  }

  .navbar-nav {

    font-size: 15px;

    -webkit-transform: rotate(0px);

    -ms-transform: rotate(0px);

    -o-transform: rotate(0px);

    transform: rotate(0px);

    width: 100%;

    left: -11px;

  }

  header .navbar-default .navbar-nav li a {

    padding-left: 12px;

  }

  .navbar-brand {

    right: 27px;

    top: -54px;

  }

  .navbar-brand img {

    width: 140px;

    position: relative;

    height: 115px;

  }

  .navbar-default .navbar-toggle .icon-bar {

    background-color: #fff;

    color: #000;

    font-weight: 900;

    text-transform: uppercase;

    bottom: 21px;

    transform: rotate(-4.5deg);

    -webkit-transform: rotate(-4.5deg);

    -o-transform: rotate(-4.5deg);

    left: 7px;

  }

  /*menu top*/

  .contet-menu-top {

    height: 46px;

    background-size: 100% 100%;

    position: fixed;

    z-index: 3;

  }

  .contet-menu-top ul {

    padding: 3px 0 0 0;

  }

  .contet-menu-top ul li {

    padding: 0 7px;

  }

  .contet-menu-top ul li a span.txt {

    font-size: 0px;

  }

  .contet-menu-top ul li a span.txt i.ico {

    font-size: 20px;

  }

  /*mynaba*/

  a.mynaba {

    text-transform: uppercase;

    font-size: 14px;

    color: #777777;

    text-decoration: none;

    top: 71px;

    position: absolute;

    left: -140px;

    z-index: 2;

    transform: rotate(-3deg);

    -webkit-transform: rotate(-3deg);

    -o-transform: rotate(-3deg);

  }

  /*search-form*/

  form.search-form {

    width: 180px;

    position: relative;

    left: -4px;

    float: right;

    top: -5px;

  }

  /*Select*/

  .newSelect {

    left: -75px;

    top: 7px;

  }

  /*nabamag*/

  .nabamag {

    top: 95px;

    left: -102px;

    transform: rotate(-3.2deg);

    -webkit-transform: rotate(-3.2deg);

    -o-transform: rotate(-3.2deg);

    display: block;

    position: absolute;

    z-index: 2;

  }

  /*carrello*/

  .carrello {

    width: 45px;

    height: auto;

    text-align: left;

    float: left;

    position: relative;

    left: 0px;

    top: 50px;

    z-index: 3;

  }

  /*dropdown-menu */

  .general_overlay_menu {

    display: none;

  }

  ul.dropdown-menu.dropdown-menu-large.row {

    /*	margin-left: -11px;*/

  }

  .dropdown-menu {

    top: 0px;

    left: 0px;

    min-width: 1024px;

    min-height: 100%;

    margin: 0 0 0 -11px;

    text-align: left;

    background-position: top right;

    /*padding: 0 0 20px 0;*/

  }

  .dropdown-menu-large .dropdown-header {

    font-size: 15px;

    margin: 30px 0 0 0;

  }

  .navbar-collapse.in {

    overflow-y: inherit;

  }

  .dropdown-menu {

    transform: rotate(0deg);

  }

  .dropdown-menu-large > li > ul.right-linea {

    /*border-right: 1px solid transparent;*/

    margin: 0 0 10px 0;

    border-right: 0px;

  }

  .general_overlay_menu {

    display: none;

  }

  header .navbar-default .navbar-nav li.dropdown-header a {

    font-size: 14px;

    padding: 0 0 0 0;

    line-height: 14px;

    vertical-align: top;

  }

  header .navbar-default .navbar-nav li.dropdown-header a i.icon-freccia_vai:before {

    font-size: 0px;

    padding: 0 5px 0 0;

  }

  header .navbar-default .navbar-nav li.dropdown-header a:hover i.icon-freccia_vai:before {

    font-size: 14px;

    display: inline;

  }

  header .navbar-default .navbar-nav li.page a i.icon-freccia_vai:before {

    font-size: 13px;

    display: inline;

    vertical-align: middle;

  }

  li.col-xs-12.col-sm-2.col-md-2.menu-overlay {

    /* width: 19.5%;*/

  }

  nav .dropdown-menu {

    transform: rotate(0deg);

    -webkit-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    /*background: #000;

			background-color: #000 !important;*/

    min-width: 320px;

    min-height: 1px;

    /*background-size: contain;*/

    background-size: cover;

    background: transparent url(../images/header-page/bg-menu-overlay-320.png);

    background-repeat: repeat;

    left: -11px;

    top: 0;

  }

  header .navbar-default .navbar-nav a.header-title {

    font-size: 15px;

    margin-top: 0px;

    color: #a11640 !important;

    margin-left: 0px;

  }

  header .navbar-default .navbar-nav a.header-title:hover {

    font-size: 15px;

    margin-top: 0px;

  }

  header .navbar-default .navbar-nav a.header-title:hover i.icon-freccia_vai:before {

    font-size: 15px;

    margin-top: 0px;

  }

  header .navbar-default .navbar-nav li.page a {

    font-size: 14px;

  }

}



@media screen and (min-width: 480px) and (max-width: 767px) {

  /*menu top*/

  .contet-menu-top {

    height: 46px;

    background-size: 100% 100%;

    position: fixed;

    z-index: 3;

  }

  .contet-menu-top ul {

    padding: 4px 0 0 12px;

  }

  .contet-menu-top ul li {

    padding: 0 10px;

  }

  .contet-menu-top ul li a span.txt {

    font-size: 0px;

  }

  .contet-menu-top ul li a span.txt i.ico {

    font-size: 26px;

  }

  .navbar-nav {

    font-size: 15px;

    -webkit-transform: rotate(0px);

    -ms-transform: rotate(0px);

    -o-transform: rotate(0px);

    transform: rotate(0px);

    width: 100%;

    left: 0;

  }

  header .navbar-default .navbar-nav li a {

    padding-left: 12px;

  }

  .navbar-default .navbar-toggle .icon-bar {

    background-color: #fff;

    color: #000;

    font-weight: 900;

    text-transform: uppercase;

    bottom: -7px;

    transform: rotate(-3deg);

    -webkit-transform: rotate(-3deg);

    -o-transform: rotate(-3deg);

    left: 7px;

  }

  header .navbar-collapse {

    background: #fff;

    float: left;

    width: 480px;

    top: -47px;

    padding: 56px 0 0 0;

    z-index: 0;

  }

  /*mynaba*/

  a.mynaba {

    text-transform: uppercase;

    font-size: 14px;

    color: #777777;

    text-decoration: none;

    top: 71px;

    position: absolute;

    left: -222px;

    z-index: 2;

    transform: rotate(-3deg);

    -webkit-transform: rotate(-3deg);

    -o-transform: rotate(-3deg);

  }

  /*search-form*/

  form.search-form {

    width: 260px;

    position: relative;

    left: -43px;

    float: right;

    top: -5px;

  }

  /*Select*/

  .newSelect {

    left: -116px;

    top: 7px;

  }

  /*nabamag*/

  .nabamag {

    top: 101px;

    left: -190px;

    transform: rotate(-3.2deg);

    -webkit-transform: rotate(-3.2deg);

    -o-transform: rotate(-3.2deg);

    display: block;

    position: absolute;

    z-index: 2;

  }

  /*carrello*/

  .carrello {

    width: 45px;

    height: auto;

    text-align: left;

    float: left;

    position: relative;

    left: -46px;

    top: 65px;

    z-index: 3;

  }

  .navbar-collapse.in {

    overflow-y: inherit;

  }

  /*dropdown-menu*/

  li.col-xs-4, li.col-xs-2, li.col-xs-3, li.col-xs-12 {

    /*width: 100%;*/

  }

  .dropdown-menu-large > li > ul.right-linea {

    border-right: 1px solid transparent;

    margin: 0 0  10px 0;

  }

  .general_overlay_menu {

    display: none;

  }

  .dropdown-menu {

    transform: rotate(0deg);

    -webkit-transform: rotate(0deg);

    -o-transform: rotate(0deg);

  }

  nav .dropdown-menu {

    transform: rotate(0deg);

    -webkit-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    background: none;

    background-color: #000 !important;

    min-width: 320px;

    min-height: 1px;

  }

  header .navbar-default .navbar-nav a.header-title {

    font-size: 15px;

    margin-top: 0px;

    color: #a11640 !important;

    margin-left: 0px;

  }

  header .navbar-default .navbar-nav a.header-title:hover {

    font-size: 15px;

    margin-top: 0px;

  }

  header .navbar-default .navbar-nav a.header-title:hover i.icon-freccia_vai:before {

    font-size: 15px;

    margin-top: 0px;

  }

  header .navbar-default .navbar-nav li.page a {

    font-size: 14px;

  }

}



@media (min-width: 768px) {

  .container-fluid {

    padding-right: 15px;

    padding-left: 15px;

    margin-right: 0;

    margin-left: 0;

  }

  header {

    background-size: contain;

  }

  header.wp-header {

    position: absolute;

    left: 0;

    right: 0;

    margin: 0 auto;

    top: 0;

  }

  header .navbar-default .navbar-nav li a {

    padding-left: 0px;

  }

  .navbar-toggle,

  .collapse,

  .caret {

    display: none;

  }

  span.sep {

    display: inline-block;

  }

  .navbar-nav {

    font-size: 15px;

    -webkit-transform: rotate(-3.5deg);

    -ms-transform: rotate(-3.5deg);

    -o-transform: rotate(-3.5deg);

    transform: rotate(-3.5deg);

    display: block;

    top: 48px;

    left: -12px;

  }

  .navbar-default .navbar-nav > li > a {

    font-size: 12px;

    color: #000;

  }

  .navbar-brand {

    right: 25px;

    top: -60px;

  }

  .navbar-brand img {

    width: 166px;

    height: 115px;

  }

  .navbar-collapse.collapse {

    width: auto;

    padding: 0 0 0 0;

    top: -36px;

    position: relative;

    z-index: 0;

  }

  /*menu top*/

  .contet-menu-top {

    height: 46px;

    background-size: 100% 100%;

    position: relative;

    z-index: 1;

  }

  .contet-menu-top ul {

    padding: 8px 0 0 0;

  }

  .contet-menu-top ul li {

    padding: 0 4px;

  }

  .contet-menu-top ul li a span.txt {

    font-size: 10px;

  }

  .contet-menu-top ul li a span.txt i.ico {

    font-size: 20px;

  }

  /*mynaba*/

  a.mynaba {

    text-transform: uppercase;

    font-size: 14px;

    color: #000;

    text-decoration: none;

    top: 9px;

    position: relative;

    z-index: 2;

    left: 0;

  }

  /*nabamag*/

  .nabamag {

    top: 48px;

    left: -444px;

  }

  /*carrello*/

  .carrello {

    left: -23px;

    top: 70px;

  }

  .carrello a {

    text-decoration: none;

  }

  .carrello a i.icon-carrello {

    font-size: 28px;

  }

  /* form cerca*/

  form.search-form {

    width: 200px;

    position: relative;

    left: -89px;

    float: left;

    top: -7px;

  }

  /*Select*/

  .newSelect {

    left: -68px;

    top: 6px;

  }

  .dropdown-menu-large {

    margin-left: 0;

    margin-right: 0;

  }

  .dropdown-menu-large > li {

    /*	margin-bottom: 30px;*/

    margin-bottom: 0px;

    padding-left: 0px;

    padding-right: 0px;

  }

  .dropdown-menu-large > li:last-child {

    margin-bottom: 0;

  }

  .dropdown-menu-large .dropdown-header {

    padding: 3px 10px !important;

  }

  /*dropdown-menu */

  .dropdown span.sep {

    display: inline-block;

  }

  .general_overlay_menu {

    display: block;

  }

  .dropdown-menu {

    top: 8px;

    left: -20px;

    min-width: 772px;

    min-height: 517px;

    background-size: contain;

  }

  .dropdown-menu-large .dropdown-header {

    font-size: 15px;

    margin: 30px 0 0 0;

  }

  header .navbar-default .navbar-nav li.dropdown-header a {

    font-size: 15px;

    padding: 0 0 0 0;

    line-height: 14px;

    vertical-align: top;

  }

  header .navbar-default .navbar-nav li.dropdown-header a i.icon-freccia_vai:before {

    font-size: 0px;

    padding: 0 5px 0 0;

  }

  header .navbar-default .navbar-nav li.dropdown-header a:hover i.icon-freccia_vai:before {

    font-size: 15px;

    display: inline;

  }

  header .navbar-default .navbar-nav li.page a i.icon-freccia_vai:before {

    font-size: 13px;

    display: inline;

    vertical-align: middle;

  }

  li.col-xs-12.col-sm-2.col-md-2.menu-overlay {

    width: 19.5%;

  }

  .dropdown-menu {

    transform: rotate(3.3deg);

    -webkit-transform: rotate(3.3deg);

    -o-transform: rotate(3.3deg);

  }

  nav .dropdown-menu {

    transform: rotate(3.3deg);

    -webkit-transform: rotate(3.3deg);

    -o-transform: rotate(3.3deg);

    min-width: 772px;

    min-height: 517px;

    left: -20px;

    top: 8px;

    /*background-size: contain;*/

    background-size: cover;

    background: transparent url(../images/header-page/bg-menu-overlay-768.png);

    background-repeat: no-repeat;

  }

  header .navbar-default .navbar-nav a.header-title {

    font-size: 12px;

    margin-top: 50px;

    margin-left: 14px;

  }

  header .navbar-default .navbar-nav a.header-title:hover {

    font-size: 12px;

    margin-top: 50px;

  }

  header .navbar-default .navbar-nav a.header-title:hover i.icon-freccia_vai:before {

    font-size: 12px;

    margin-top: 50px;

  }

  header .navbar-default .navbar-nav li.page a {

    font-size: 11px;

  }

}



@media screen and (min-width: 769px) and (max-width: 991px) {

  .container-fluid {

    padding-right: 15px;

    padding-left: 15px;

    margin-right: 0;

    margin-left: 0;

  }

  header {

    background-size: contain;

  }

  header.wp-header {

    position: fixed;

    left: 0;

    right: 0;

    margin: 0 auto;

    top: 0;

  }

  .navbar-toggle,

  .collapse,

  .caret {

    display: none;

  }

  .navbar-brand {

    right: 19px;

    top: -36px;

  }

  .navbar-brand img {

    width: 188px;

    height: 115px;

  }

  .navbar-nav {

    font-size: 15px;

    -webkit-transform: rotate(-3.5deg);

    -ms-transform: rotate(-3.5deg);

    -o-transform: rotate(-3.5deg);

    transform: rotate(-3.5deg);

    display: block;

    top: 43px;

    left: -12px;

  }

  .navbar-default .navbar-nav > li > a {

    font-size: 12px;

    color: #000;

  }

  .navbar-brand {

    right: 0px;

    top: -60px;

  }

  .navbar-brand img {

    width: 188px;

    height: 115px;

  }

  .dropdown span.sep {

    display: inline-block;

  }

  .general_overlay_menu {

    display: block;

  }

}



/*992*/

@media (min-width: 1024px) {

  .container-fluid {

    padding-right: 15px;

    padding-left: 15px;

    margin-right: 0;

    margin-left: 0;

  }

  header {

    height: 191px;

    background-size: contain;

  }

  header.wp-header {

    position: fixed;

    left: 0;

    right: 0;

    margin: 0 auto;

    top: 0;

  }

  header .navbar-default .navbar-nav li a {

    padding-left: 0px;

  }

  .navbar-toggle,

  .collapse,

  .caret {

    display: none;

  }

  .navbar-nav {

    font-size: 15px;

    -webkit-transform: rotate(-3deg);

    -ms-transform: rotate(-3deg);

    -o-transform: rotate(-3deg);

    transform: rotate(-3deg);

    display: block;

    top: 74px;

    left: -13px;

  }

  .navbar-brand {

    right: 40px;

    top: -40px;

  }

  .navbar-brand img {

    width: 200px;

    height: 115px;

  }

  .navbar-default .navbar-nav > li > a {

    color: #000;

    font-size: 14px;

  }

  /*menu top*/

  .contet-menu-top {

    height: 46px;

    background-size: 100% 100%;

    position: relative;

    z-index: 1;

  }

  .contet-menu-top ul {

    padding: 8px 0 0 0;

  }

  .contet-menu-top ul li {

    padding: 0 10px;

  }

  .contet-menu-top ul li a span.txt {

    font-size: 12px;

  }

  .contet-menu-top ul li a span.txt i.ico {

    font-size: 24px;

  }

  /*mynaba*/

  a.mynaba {

    text-transform: uppercase;

    font-size: 14px;

    color: #000;

    text-decoration: none;

    top: 18px;

    position: relative;

    z-index: 2;

    left: 0;

  }

  /*nabamag*/

  .nabamag {

    top: 63px;

    left: 84px;

  }

  .nabamag a {

    font-size: 15px;

  }

  .nabamag a span.mag {

    font-size: 17px;

  }

  /*carrello*/

  .carrello {

    left: -16px;

    top: 82px;

  }

  /* form cerca*/

  form.search-form {

    width: 220px;

    position: relative;

    left: -70px;

    float: left;

    top: 0;

  }

  /*Select*/

  .newSelect {

    left: -68px;

    top: 14px;

  }

  /*dropdown-menu */

  .general_overlay_menu {

    display: block;

  }

  .dropdown-menu {

    top: 4px;

    left: -17px;

    min-width: 1028px;

    min-height: 517px;

    background-size: contain;

  }

  .dropdown-menu-large .dropdown-header {

    font-size: 16px;

    margin: 40px 0 0 0;

  }

  header .navbar-default .navbar-nav li.dropdown-header a {

    font-size: 16px;

    padding: 0 0 0 0;

    line-height: 14px;

    vertical-align: top;

  }

  header .navbar-default .navbar-nav li.dropdown-header a i.icon-freccia_vai:before {

    font-size: 0px;

    padding: 0 5px 0 0;

  }

  header .navbar-default .navbar-nav li.dropdown-header a:hover i.icon-freccia_vai:before {

    font-size: 16px;

    display: inline;

  }

  header .navbar-default .navbar-nav li.page a i.icon-freccia_vai:before {

    font-size: 14px;

    display: inline;

    vertical-align: middle;

  }

  li.col-xs-12.col-sm-2.col-md-2.menu-overlay {

    width: 20%;

  }

  .dropdown span.sep {

    display: inline-block;

  }

  nav .dropdown-menu {

    transform: rotate(3.3deg);

    -webkit-transform: rotate(3.3deg);

    -o-transform: rotate(3.3deg);

    min-width: 1032px;

    min-height: 517px;

    left: -21px;

    top: 3px;

    /*background-size: contain;*/

    background-size: cover;

    background: transparent url(../images/header-page/bg-menu-overlay-1200.png);

    background-repeat: no-repeat;

  }

  header .navbar-default .navbar-nav a.header-title {

    font-size: 17px;

    margin-top: 68px;

    margin-left: 14px;

  }

  header .navbar-default .navbar-nav a.header-title:hover {

    font-size: 17px;

    margin-top: 68px;

  }

  header .navbar-default .navbar-nav a.header-title:hover i.icon-freccia_vai:before {

    font-size: 17px;

    margin-top: 68px;

  }

  header .navbar-default .navbar-nav li.page a {

    font-size: 12px;

  }

}



/*@media screen and (min-width: 993px) and (max-width: 1199px) {

.navbar-brand {

		right:54px;

		top: -36px;

		img{

		width:188px;

		height: 115px;

		}

}

}*/

@media (min-width: 1200px) {

  .container-fluid {

    padding-right: 15px;

    padding-left: 15px;

    margin-right: 0;

    margin-left: 0;

  }

  header {

    height: 191px;

    background-size: contain;

  }

  header .navbar-default .navbar-nav li a {

    padding-left: 0px;

  }

  .navbar-toggle,

  .collapse,

  .caret {

    display: none;

  }

  .navbar-nav {

    top: 68px;

    left: -9px;

    -webkit-transform: rotate(-3deg);

    -ms-transform: rotate(-3deg);

    -o-transform: rotate(-3deg);

    transform: rotate(-3deg);

    display: block;

  }

  .navbar-brand {

    right: 10px;

    top: -45px;

  }

  .navbar-brand img {

    width: 240px;

    height: 100px;

  }

  .navbar-default .navbar-nav > li > a {

    font-size: 12px;

  }

  /*menu top*/

  .contet-menu-top {

    height: 58px;

    position: relative;

    z-index: 1;

    background-size: contain;

  }

  .contet-menu-top ul {

    padding: 10px 0 0 0;

  }

  .contet-menu-top ul li {

    padding: 0 12px;

  }

  .contet-menu-top ul li a span.txt {

    font-size: 12px;

  }

  .contet-menu-top ul li a span.txt i.ico {

    font-size: 24px;

  }

  /*mynaba*/

  a.mynaba {

    text-transform: uppercase;

    font-size: 14px;

    color: #000;

    text-decoration: none;

    top: 18px;

    position: relative;

    z-index: 2;

    left: 0;

  }

  /*nabamag*/

  .nabamag {

    top: 65px;

    left: 90px;

  }

  .nabamag a {

    font-size: 12px;

  }

  .nabamag a span.mag {

    font-size: 16px;

  }

  .nabamag a span.sep {

    /* display: inline-block; */

    color: #d5c740;

    font-size: 15px;

    margin: 0 0 0 2px;

    font-weight: 900;

  }

  /*Select*/

  .newSelect {

    left: -68px;

    top: 14px;

  }

  /*carrello*/

  .carrello {

    left: 8px;

    top: 82px;

  }

  /* form cerca*/

  form.search-form {

    width: 220px;

    position: relative;

    left: -70px;

    float: left;

    top: 0;

  }

  /*dropdown-menu */

  .general_overlay_menu {

    display: block;

  }

  .dropdown-menu {

    top: 2px;

    left: -16px;

    min-width: 1028px;

    min-height: 517px;

    /*background-size: contain;*/

    background-size: cover;

    background: transparent url(../images/header-page/bg-menu-overlay.png);

    background-repeat: no-repeat;

  }

  nav .dropdown-menu {

    top: 2px;

    left: -21px;

    min-width: 1029px;

    min-height: 517px;

    /*background-size: contain;*/

    background-size: cover;

    background: transparent url(../images/header-page/bg-menu-overlay-1200.png);

    background-repeat: no-repeat;

  }

  .dropdown-menu-large .dropdown-header {

    font-size: 16px;

    margin: 40px 0 0 0;

  }

  header .navbar-default .navbar-nav li.dropdown-header a {

    font-size: 16px;

    padding: 0 0 0 0;

    line-height: 14px;

    vertical-align: top;

  }

  header .navbar-default .navbar-nav li.dropdown-header a i.icon-freccia_vai:before {

    font-size: 0px;

    padding: 0 5px 0 0;

  }

  header .navbar-default .navbar-nav li.dropdown-header a:hover i.icon-freccia_vai:before {

    font-size: 16px;

    display: inline;

  }

  header .navbar-default .navbar-nav li.page a i.icon-freccia_vai:before {

    font-size: 14px;

    display: inline;

    vertical-align: middle;

  }

  li.col-xs-12.col-sm-2.col-md-2.menu-overlay {

    width: 20%;

  }

  .dropdown span.sep {

    display: inline-block;

  }

  .dropdown-menu {

    transform: rotate(3.3deg);

    -webkit-transform: rotate(3.3deg);

    -o-transform: rotate(3.3deg);

  }

  header .navbar-default .navbar-nav a.header-title {

    font-size: 17px;

    margin-top: 68px;

    margin-left: 14px;

  }

  header .navbar-default .navbar-nav a.header-title:hover {

    font-size: 17px;

    margin-top: 68px;

  }

  header .navbar-default .navbar-nav a.header-title:hover i.icon-freccia_vai:before {

    font-size: 17px;

    margin-top: 68px;

  }

  header .navbar-default .navbar-nav li.page a {

    font-size: 14px;

  }

}



@media (min-width: 1280px) {

  .container-fluid {

    padding-right: 15px;

    padding-left: 15px;

    margin-right: 0;

    margin-left: 0;

  }

  header {

    height: 191px;

    background-image: url(../images/common/bg-main-menu.svg);

    background-position: center top;

    background-repeat: no-repeat;

    background-size: contain;

  }

  header.wp-header {

    position: fixed;

    left: 0;

    right: 0;

    margin: 0 auto;

    top: 0;

  }

  header .navbar-default .navbar-nav li a {

    padding-left: 0px;

  }

  .navbar-toggle,

  .collapse,

  .caret {

    display: none;

  }

  .navbar-nav {

    top: 85px;

    left: 0px;

    -webkit-transform: rotate(-3.2deg);

    -ms-transform: rotate(-3.2deg);

    -o-transform: rotate(-3.2deg);

    transform: rotate(-3.2deg);

    display: block;

  }

  .navbar-default .navbar-nav > li > a {

    font-size: 15px;

  }

  .navbar-brand {

    right: 30px;

    top: -42px;

  }

  .navbar-brand img {

    width: 269px;

    height: 115px;

    z-index: 2;

  }

  .navbar-default .navbar-nav > li > a {

    color: #000;

  }

  /*menu top*/

  .contet-menu-top {

    height: 62px;

    background-image: url(../images/common/bg-menu-top.png);

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

  }

  .contet-menu-top ul {

    margin: 0;

    padding: 0;

    list-style-type: none;

    text-align: left;

    padding: 16px 0 0 0;

  }

  .contet-menu-top ul li {

    display: inline;

    text-transform: uppercase;

    font-size: 15px;

    padding: 0 15px;

  }

  .contet-menu-top ul li a span.txt {

    font-size: 15px;

    color: #fff;

  }

  .contet-menu-top ul li a span.txt i.ico {

    font-size: 25px;

  }

  .contet-menu-top ul li a:hover span.txt {

    color: #000;

  }

  /*mynaba*/

  a.mynaba {

    text-transform: uppercase;

    font-size: 14px;

    color: #000;

    text-decoration: none;

    top: 18px;

    position: relative;

    z-index: 2;

    left: 0;

  }

  /*nabamag*/

  .nabamag {

    top: 80px;

    left: 105px;

  }

  .nabamag a {

    font-size: 15px;

  }

  .nabamag a span.mag {

    font-size: 20px;

  }

  .nabamag a span.sep {

    font-size: 15px;

    margin: 0 0 0 2px;

  }

  /*Select*/

  .newSelect {

    left: -68px;

    top: 14px;

  }

  /*carrello*/

  .carrello {

    left: 20px;

    top: 102px;

  }

  /* form cerca*/

  form.search-form {

    width: 280px;

    position: relative;

    left: -100px;

    float: left;

    top: 0;

  }

  /*dropdown-menu */

  .general_overlay_menu {

    display: block;

  }

  nav .dropdown-menu {

    top: 2px;

    left: -30px;

    min-width: 1283px;

    min-height: 517px;

    background-size: cover;

    background: transparent url(../images/header-page/bg-menu-overlay.png);

    background-repeat: no-repeat;

  }

  /*.dropdown-menu {

	top: 2px;

	left:-30px;

	min-width: 1283px;

	min-height: 517px;

	background-size: cover;

}*/

  .dropdown-menu-large .dropdown-header {

    font-size: 22px;

    margin: 65px 0 0 0;

  }

  header .navbar-default .navbar-nav li.dropdown-header a {

    font-size: 22px;

    padding: 0 0 0 0;

    line-height: 14px;

    vertical-align: top;

  }

  header .navbar-default .navbar-nav li.dropdown-header a i.icon-freccia_vai:before {

    font-size: 0px;

    padding: 0 5px 0 0;

  }

  header .navbar-default .navbar-nav li.dropdown-header a:hover i.icon-freccia_vai:before {

    font-size: 22px;

    display: inline;

  }

  header .navbar-default .navbar-nav li.page a i.icon-freccia_vai:before {

    font-size: 17px;

    display: inline;

    vertical-align: middle;

  }

  .dropdown span.sep {

    display: inline-block;

  }

  .dropdown-menu {

    transform: rotate(3.3deg);

    -webkit-transform: rotate(3.3deg);

    -o-transform: rotate(3.3deg);

  }

  header .navbar-default .navbar-nav a.header-title {

    font-size: 22px;

    margin-top: 90px;

    margin-left: 14px;

  }

  header .navbar-default .navbar-nav a.header-title:hover {

    font-size: 22px;

    margin-top: 90px;

  }

  header .navbar-default .navbar-nav a.header-title:hover i.icon-freccia_vai:before {

    font-size: 22px;

    margin-top: 90px;

  }

  header .navbar-default .navbar-nav li.page a {

    font-size: 14px;

  }

}



@media (min-width: 769px) {

  header .navbar-default .navbar-nav li.page a {

    width: 100%;

    line-height: 20px;

    padding-left: 36px;

  }

  header .navbar-default .navbar-nav li.page a span {

    width: 95%;

    display: inline-block;

  }

  header .navbar-default .navbar-nav li.page a:before {

    content: "\e904";

    font-family: 'iconaba' !important;

    font-size: 20px;

    speak: none;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    display: inline-block;

    color: #fff;

    position: absolute;

    left: 12px;

    top: 3px;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .responsive-svg svg {

    height: 210px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .responsive-svg svg {

    height: 210px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .responsive-svg svg {

    height: 210px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .responsive-svg svg {

    height: 210px;

  }

}



form.naba-style fieldset legend[class*=bg-] {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  border-bottom: none;

  padding: 6px;

  text-transform: uppercase;

  position: relative;

}



form.naba-style fieldset legend[class*=bg-] {

  font-size: 18px;

}



@media screen and (min-width: 320px) {

  form.naba-style fieldset legend[class*=bg-] {

    font-size: calc(18px + 8 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  form.naba-style fieldset legend[class*=bg-] {

    font-size: 26px;

  }

}



form.naba-style fieldset legend[class*=bg-] span {

  font-size: 13px;

  font-weight: 400;

  line-height: 32px;

  position: absolute;

  right: 6px;

}



form.naba-style fieldset ::-webkit-input-placeholder {

  color: #000;

}



form.naba-style fieldset :-moz-placeholder {

  /* Firefox 18- */

  color: #000;

}



form.naba-style fieldset ::-moz-placeholder {

  /* Firefox 19+ */

  color: #000;

}



form.naba-style fieldset :-ms-input-placeholder {

  color: #000;

}



form.naba-style input,

form.naba-style select {

  text-transform: uppercase;

}



form.naba-style input,

form.naba-style select,

form.naba-style textarea,

form.naba-style .form-control {

  border-radius: 0px;

}



form.naba-style select:not([multiple]) {

  -webkit-appearance: none;

  -moz-appearance: none;

  -ms-appearance: none;

  -o-appearance: none;

  appearance: none;

  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="arrow-down" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" enable-background="new 0 0 400 400" xml:space="preserve"><g><path fill="#000000" d="M34.142,130.285L200,296.142l165.857-165.858l-26.425-26.424L200,243.292L60.564,103.859L34.142,130.285z"/></g></svg>');

  background-size: 20px;

  background-position: right center;

  background-origin: content-box;

  background-repeat: no-repeat;

  padding-right: 6px;

}



form.naba-style div.checkbox input[type="checkbox"],

form.naba-style div.checkbox input[type="radio"] {

  margin-left: 0px;

  display: none;

}



form.naba-style div.checkbox input[type="checkbox"] + label span,

form.naba-style div.checkbox input[type="radio"] + label span {

  display: inline-block;

  width: 19px;

  height: 19px;

  margin: -1px 4px 0 -20.5px;

  vertical-align: middle;

  cursor: pointer;

}



form.naba-style div.checkbox input[type="checkbox"] + label span {

  background: url("../images/common/check_radio_sheet.png") left top no-repeat;

}



form.naba-style div.checkbox input[type="checkbox"]:checked + label span {

  background: url("../images/common/check_radio_sheet.png") -19px top no-repeat;

}



form.naba-style div.checkbox input[type="radio"] + label span {

  border-radius: 100px;

  background: url("../images/common/check_radio_sheet.png") -38px 0px no-repeat;

}



form.naba-style div.checkbox input[type="radio"]:checked + label span {

  background: url("../images/common/check_radio_sheet.png") -57px top no-repeat;

}



form.naba-style .text-privacy {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #000;

}



form.naba-style .text-privacy {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  form.naba-style .text-privacy {

    font-size: calc(12px + 4 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  form.naba-style .text-privacy {

    font-size: 16px;

  }

}



form.naba-style .text-privacy strong {

  font-weight: 900;

}



form.naba-style .row-sumbit {

  margin-top: 30px;

}



form.naba-style .line-border-field-bbluedark {

  border: 1px solid;

  border-color: #293f6a;

}



form.naba-style .line-border-field-bbluemedium {

  border: 1px solid;

  border-color: #015683;

}



form.naba-style .line-border-field-bbluedove {

  border: 1px solid;

  border-color: #5767b1;

}



form.naba-style .line-border-field-bbluegrigio {

  border: 1px solid;

  border-color: #e7edef;

}



form.naba-style .line-border-field-bgreydark {

  border: 1px solid;

  border-color: #939393;

}



form.naba-style .line-border-field-bblueoltremare {

  border: 1px solid;

  border-color: #4e3c77;

}



form.naba-style .line-border-field-bblueazul {

  border: 1px solid;

  border-color: #5aa9b6;

}



form.naba-style .line-border-field-btcviolet {

  border: 1px solid;

  border-color: #4e3c77;

}



form.naba-style .line-border-field-bviolet {

  border: 1px solid;

  border-color: #6e237b;

}



form.naba-style .line-border-field-bbordeaux {

  border: 1px solid;

  border-color: #a11640;

}



form.naba-style .line-border-field-bgreendark {

  border: 1px solid;

  border-color: #004d47;

}



form.naba-style .line-border-field-bblackdark {

  border: 1px solid;

  border-color: #1b1b1b;

}



form.naba-style .line-border-field-bgreenmed {

  border: 1px solid;

  border-color: #c9bb38;

}



form.naba-style .line-border-field-bocra {

  border: 1px solid;

  border-color: #d5c740;

}



form.naba-style .line-border-field-bgreenlight {

  border: 1px solid;

  border-color: #719814;

}



form.naba-style .line-border-field-bgreenpine {

  border: 1px solid;

  border-color: #074053;

}



form.naba-style .line-border-field-bgreenwater {

  border: 1px solid;

  border-color: #4c9791;

}



form.naba-style .line-border-field-bsgreen5 {

  border: 1px solid;

  border-color: #bbb13b;

}



form.naba-style .line-border-field-bsgreen6 {

  border: 1px solid;

  border-color: #e1ddb0;

}



form.naba-style .line-border-field-bsgreen7 {

  border: 1px solid;

  border-color: #34777b;

}



form.naba-style .line-border-field-bsgreen8 {

  border: 1px solid;

  border-color: #05766f;

}



form.naba-style .line-border-field-bocra {

  border: 1px solid;

  border-color: #d5c740;

}



form.naba-style .line-border-field-bwhite {

  border: 1px solid;

  border-color: #fff;

}



form.naba-style .line-border-field-bblack {

  border: 1px solid;

  border-color: #000;

}



form.naba-style .line-border-field-bgazzure {

  border: 1px solid;

  border-color: #4dc8c4;

}



form.naba-style .line-border-field-bdalumni {

  border: 1px solid;

  border-color: #679b98;

}



form.naba-style .line-border-field-btransparent {

  border: 1px solid;

  border-color: transparent;

}



form.naba-style .line-border-bottom-field-bbluedark {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #293f6a;

}



form.naba-style .line-border-bottom-field-bbluemedium {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #015683;

}



form.naba-style .line-border-bottom-field-bbluedove {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #5767b1;

}



form.naba-style .line-border-bottom-field-bbluegrigio {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #e7edef;

}



form.naba-style .line-border-bottom-field-bgreydark {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;
  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #939393;

}



form.naba-style .line-border-bottom-field-bblueoltremare {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #4e3c77;

}



form.naba-style .line-border-bottom-field-bblueazul {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #5aa9b6;

}



form.naba-style .line-border-bottom-field-btcviolet {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #4e3c77;

}



form.naba-style .line-border-bottom-field-bviolet {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #6e237b;

}



form.naba-style .line-border-bottom-field-bbordeaux {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #a11640;

}



form.naba-style .line-border-bottom-field-bgreendark {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #004d47;

}



form.naba-style .line-border-bottom-field-bblackdark {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #1b1b1b;

}



form.naba-style .line-border-bottom-field-bgreenmed {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #c9bb38;

}



form.naba-style .line-border-bottom-field-bocra {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #d5c740;

}



form.naba-style .line-border-bottom-field-bgreenlight {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #719814;

}



form.naba-style .line-border-bottom-field-bgreenpine {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #074053;

}



form.naba-style .line-border-bottom-field-bgreenwater {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #4c9791;

}



form.naba-style .line-border-bottom-field-bsgreen5 {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #bbb13b;

}



form.naba-style .line-border-bottom-field-bsgreen6 {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #e1ddb0;

}



form.naba-style .line-border-bottom-field-bsgreen7 {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #34777b;

}



form.naba-style .line-border-bottom-field-bsgreen8 {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #05766f;

}



form.naba-style .line-border-bottom-field-bocra {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #d5c740;

}



form.naba-style .line-border-bottom-field-bwhite {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #fff;

}



form.naba-style .line-border-bottom-field-bblack {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #000;

}



form.naba-style .line-border-bottom-field-bgazzure {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #4dc8c4;

}



form.naba-style .line-border-bottom-field-bdalumni {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: #679b98;

}



form.naba-style .line-border-bottom-field-btransparent {

  -webkit-appearance: none;

  -moz-appearance: none;

  box-shadow: none;

  -webkit-box-shadow: none;

  border-top: none;

  border-right: none;

  border-bottom: 1px solid;

  border-left: none;

  border-color: transparent;

}



form.naba-style .btn {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  text-transform: uppercase;

  margin-bottom: 5px;

  border: 0px;

}



form.naba-style .btn {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  form.naba-style .btn {

    font-size: calc(12px + 6 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  form.naba-style .btn {

    font-size: 18px;

  }

}



form.naba-style .btn.bg-bbordeaux {

  color: #fff;

}



.up-70-contain {

  margin-top: -70px;

}



.padding-homepage .wrapper-aggregatore,

.padding-homepage-with-mag .wrapper-aggregatore {

  position: relative;

  top: -56px;

}



.wp-main-container.padding-homepage {

  padding-bottom: 60px !important;

}



.wp-main-container.padding-homepage-with-mag {

  padding-bottom: 100px !important;

}



@media (min-width: 1280px) {

  .wp-main-container.padding-homepage .wrapper-aggregatore {

    height: 530px;

    background: url("../images/bg-widget/bg-aggregatore-no-mag-1280.png") left bottom no-repeat;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wp-main-container.padding-homepage .wrapper-aggregatore {

    height: 520px;

    background: url("../images/bg-widget/bg-aggregatore-no-mag-1024.png") left bottom no-repeat;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wp-main-container.padding-homepage .wrapper-aggregatore {

    height: 540px;

    background: url("../images/bg-widget/bg-aggregatore-no-mag-768.png") left bottom no-repeat;

  }

}



@media (max-width: 767px) {

  .wp-main-container.padding-homepage .wrapper-aggregatore {

    background: url("../images/bg-widget/bg-aggregatore-no-mag-480.png") left bottom no-repeat;

  }

}



.padding-homepage .tool-corso,

.padding-homepage-with-mag .tool-corso {

  top: -26px;

}



@media (min-width: 1280px) {

  .footer-homepage {

    top: -106px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .footer-homepage {

    top: -106px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .footer-homepage {

    top: -125px;

  }

}



@media (max-width: 767px) {

  .footer-homepage {

    top: -120px;

  }

}



@media (min-width: 1280px) {

  .header-home-3-news.upTo-main-menu {

    margin-top: 170px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-home-3-news.upTo-main-menu {

    margin-top: 150px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-home-3-news.upTo-main-menu {

    margin-top: 130px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-home-3-news.upTo-main-menu {

    margin-top: 170px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-home-3-news.upTo-main-menu {

    margin-top: 175px;

  }

}



@media (max-width: 319px) {

  .header-home-3-news.upTo-main-menu {

    margin-top: 175px;

  }

}



@media (min-width: 1280px) {

  .header-page-small.upTo-main-menu {

    margin-top: 100px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-small.upTo-main-menu {

    margin-top: 80px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small.upTo-main-menu {

    margin-top: 60px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small.upTo-main-menu {

    margin-top: 100px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small.upTo-main-menu {

    margin-top: 95px;

  }

}



@media (max-width: 319px) {

  .header-page-small.upTo-main-menu {

    margin-top: 95px;

  }

}



@media (min-width: 1280px) {

  .header-page-medium.upTo-main-menu {

    margin-top: 100px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-medium.upTo-main-menu {

    margin-top: 80px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-medium.upTo-main-menu {

    margin-top: 60px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-medium.upTo-main-menu {

    margin-top: 100px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-medium.upTo-main-menu {

    margin-top: 95px;

  }

}



@media (max-width: 319px) {

  .header-page-medium.upTo-main-menu {

    margin-top: 95px;

  }

}



@media (min-width: 1280px) {

  .header-page-large.upTo-main-menu {

    margin-top: 100px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-large.upTo-main-menu {

    margin-top: 80px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-large.upTo-main-menu {

    margin-top: 60px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-large.upTo-main-menu {

    margin-top: 100px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-large.upTo-main-menu {

    margin-top: 95px;

  }

}



@media (max-width: 319px) {

  .header-page-large.upTo-main-menu {

    margin-top: 95px;

  }

}



.scaling-svg-container {

  width: 100%;

}



.scaling-svg {

  width: 100%;

}



.widget-minh-200 {

  min-height: 200px;

}



.widget-minh-250 {

  min-height: 250px;

}



.widget-minh-265 {

  min-height: 265px;

}



.widget-minh-300 {

  min-height: 300px;

}



.widget-minh-350 {

  min-height: 350px;

}



.widget-minh-400 {

  min-height: 400px;

}



.widget-minh-450 {

  min-height: 450px;

}



.widget-minh-500 {

  min-height: 500px;

}



.widget-minh-550 {

  min-height: 550px;

}



.widget-minh-600 {

  min-height: 600px;

}



.widget-minh-650 {

  min-height: 650px;

}



.widget-minh-700 {

  min-height: 700px;

}



.widget-minh-750 {

  min-height: 750px;

}



.widget-minh-800 {

  min-height: 800px;

}



.widget-minh-850 {

  min-height: 850px;

}



.widget-minh-900 {

  min-height: 900px;

}



.widget-minh-950 {

  min-height: 950px;

}



.widget-minh-1000 {

  min-height: 1000px;

}



.widget-maxh-200 {

  max-height: 200px;

}



.widget-maxh-250 {

  max-height: 250px;

}



.widget-maxh-265 {

  max-height: 265px;

}



.widget-maxh-300 {

  max-height: 300px;

}



.widget-maxh-350 {

  max-height: 350px;

}



.widget-maxh-400 {

  max-height: 400px;

}



.widget-maxh-450 {

  max-height: 450px;

}



.widget-maxh-500 {

  max-height: 500px;

}



.widget-maxh-550 {

  max-height: 550px;

}



.widget-maxh-600 {

  max-height: 600px;

}



.widget-maxh-650 {

  max-height: 650px;

}



.widget-maxh-700 {

  max-height: 700px;

}



.widget-maxh-750 {

  max-height: 750px;

}



.widget-maxh-800 {

  max-height: 800px;

}



.widget-maxh-850 {

  max-height: 850px;

}



.widget-maxh-900 {

  max-height: 900px;

}



.widget-maxh-950 {

  max-height: 950px;

}



.widget-maxh-1000 {

  max-height: 1000px;

}



footer {

  position: relative;

  background: url("../images/common/footer_bkg.png") no-repeat top right;

  min-height: 200px;

  margin: -78px auto 0 auto !important;

  padding: 0px;

  background-size: 100% 100%;

  z-index: 9;

}



@media (max-width: 1280px) {

  footer {

    margin: 0 auto 0 auto !important;

    /*margin: -81px auto 0 auto !important;*/

    background: url("../images/common/footer_bkg.png") no-repeat top right;

    background-size: 100% 100%;

  }

}



@media (max-width: 1024px) {

  footer {

    margin: 0 auto 0 auto !important;

    /*margin: -100px auto 0 auto !important;*/

    background: url("../images/common/footer_bkg-1024.png") no-repeat top right;

    background-size: 100% 100%;

  }

}



@media (max-width: 768px) {

  footer {

    margin: 0 auto 0 auto !important;

    background: url("../images/common/footer_bkg-1024.png") no-repeat top right;

    background-size: 100% 100%;

  }

}



@media (max-width: 640px) {

  footer {

    margin: 0 auto 0 auto !important;

  }

}



@media (max-width: 479px) {

  footer {

    margin: 0 auto 0 auto !important;

  }

}



footer a {

  font-size: 15px;

}



footer .footer-left {

  float: left;

}



footer .footer-left .row {

  margin: 0px;

}



@media (min-width: 769px) {

  footer .footer-left {

    padding: 0px 60px;

  }

}



@media (min-width: 0px) and (max-width: 767px) {

  footer .footer-left {

    background: #222222;

    float: none;

  }

}



footer .footer-right {

  float: right;

}



@media screen and (min-width: 1024px) and (max-width: 1279px) {

  footer .footer-right {

    width: 250px;

  }

}



@media screen and (min-width: 768px) and (max-width: 1023px) {

  footer .footer-right {

    width: 205px;

  }

}



@media screen and (min-width: 0px) and (max-width: 767px) {

  footer .footer-right {

    float: none;

    width: 100%;

  }

}



footer .footer-content {

  padding: 90px 0px 40px;

}



footer .footer-content .col-content {

  margin-top: 15px;

}



footer .footer-content .col-content h5 {

  font-size: 15px;

  text-transform: uppercase;

  color: #fff;

  margin-bottom: 5px;

  font-weight: 700;

}



footer .footer-content .col-content h5 a {

  color: #fff;

}



footer .footer-content .col-content h5 a:hover {

  text-decoration: none;

  cursor: pointer;

}



footer .footer-content .col-content li a {

  display: block;

  padding: 2px 0px;

  color: #989898;

  text-decoration: none;

}



footer .footer-content .col-content li a:hover {

  color: #595959;

}



footer .footer-copyright {

  padding: 0px 60px 0px 20px;

  margin: 0px;

}



footer .footer-copyright.row {

  margin: 0px;

}



footer .footer-copyright-content {

  padding: 40px 0px;

  position: relative;

  color: #595959;

}



footer .footer-copyright-content address {

  font-weight: 900;

  margin-bottom: 0px;

}



footer .footer-copyright-content:before {

  content: '';

  position: absolute;

  height: 2px;

  width: 100%;

  background: #cbcbcb;

  -webkit-transform: rotate(-1.8deg);

  -ms-transform: rotate(-1.8deg);

  -o-transform: rotate(-1.8deg);

  transform: rotate(-1.8deg);

  -webkit-transition: ease-out;

  -o-transition: ease-out;

  transition: ease-out;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.5s;

  transition-duration: 0.5s;

  top: 0px;

}



@media (min-width: 0px) and (max-width: 767px) {

  footer .footer-copyright-content:before {

    display: none;

    width: 0%;

  }

}



footer .footer-copyright-content-linklist li {

  display: inline-block;

  padding-right: 10px;

  position: relative;

}



footer .footer-copyright-content-linklist li a {

  color: #b7b7b7;

  text-decoration: none;

}



footer .footer-copyright-content-linklist li a:hover {

  color: #595959;

}



footer .footer-copyright-content-linklist li:after {

  content: '/';

  position: absolute;

  color: #b7b7b7;

  right: 0px;

}



@media (min-width: 769px) and (max-width: 1023px) {

  footer .footer-copyright {

    padding: 0px;

  }

}



footer .footer-aside {

  background: transparent;

  background-size: cover;

}



footer .footer-aside-content {

  padding: 70px 40px 0 0;

}



footer .footer-aside-content-social {

  margin-bottom: 10px;

}



footer .footer-aside-content-social li {

  display: inline-block;

  width: 30px;

  height: 30px;

}



footer .footer-aside-content-social li a {

  color: #838383;

  font-size: 28px;

  text-decoration: none;

}



footer .footer-aside-content-social li a:hover {

  color: #fff;

  cursor: pointer;

}



footer .footer-aside-content h5 {

  text-transform: uppercase;

  color: #fff;

  font-size: 28px;

  margin-bottom: 25px;

  font-weight: 700;

  line-height: 1;

}



footer .footer-aside-content-tweets {

  margin-bottom: 0px;

}



footer .footer-aside-content-tweets li {

  display: block;

  margin-bottom: 25px;

}



footer .footer-aside-content-tweets li p {

  color: #fff;

  font-size: 15px;

}



footer .footer-aside-content-tweets li p a {

  color: #fff;

}



footer .footer-aside-content-tweets li p small {

  display: block;

  font-size: 15px;

  font-style: italic;

}



@media (min-width: 0px) and (max-width: 768px) {

  footer .footer-aside-content-tweets li {

    padding-bottom: 40px;

    margin-bottom: 0px;

  }

}



@media (min-width: 0px) and (max-width: 768px) {

  footer .footer-aside-content-tweets li:last-child {

    display: none;

  }

}



@media (min-width: 0px) and (max-width: 767px) {

  footer .footer-aside {

    /*background: url('../images/vectors/footer-aside.svg') no-repeat top right;

				background-size: cover;*/

    padding: 0px 40px;

    background: #313131;

  }

}



@media (min-width: 769px) and (max-width: 1024px) {

  footer {

    /*background-size: cover;*/

  }

}



@media (min-width: 0px) and (max-width: 767px) {

  footer {

    background: transparent;

    overflow: hidden;

  }

}



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  footer {

    margin: 0 auto 0 auto !important;

    /*margin: -80px auto 0 auto !important;*/

  }

}



@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1280px) {

  footer {

    margin: 0 auto 0 auto !important;

    /*margin: -84px auto 0 auto !important;*/

  }

}



@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1024px) {

  footer {

    margin: 0 auto 0 auto !important;

    /*margin: -99px auto 0 auto !important;*/

  }

}



@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {

  footer {

    margin: 0 auto 0 auto !important;

    /*margin: -85px auto 0 auto !important;*/

  }

}



@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 640px) {

  footer {

    margin: 0 auto 0 auto !important;

  }

}



.tool-corso-footer {

  margin-left: auto;

  margin-right: auto;

  padding-left: 0px;

  padding-right: 0px;

}



.tool-corso-footer:before, .tool-corso-footer:after {

  content: " ";

  display: table;

}



.tool-corso-footer:after {

  clear: both;

}



.tool-corso-footer.with-content-full-width {

  position: relative;

  z-index: 16;

}



.tool-corso-footer .tool-corso-sagoma-bottom .left-bottom {

  background-image: none;

  background: #5aa9b6;

}



.tool-corso-footer .tool-corso-sagoma-bottom .right-bottom {

  background-image: none;

  /* background: #71d3e4; */

  background: #101010;

}



.with-tool-corso-footer.with-content-full-width {

  z-index: 16;

}



@media (min-width: 1280px) {

  .tool-corso-footer {

    width: 1280px;

    max-width: 1280px;

  }

  .tool-corso-footer .tool-corso-sagoma-bottom .left-bottom {

    height: 70px !important;

  }

  .tool-corso-footer .tool-corso-sagoma-bottom .right-bottom {

    height: 70px !important;

  }

  .with-tool-corso-footer {

    top: -80px;

    margin: 0px auto 0 auto !important;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .tool-corso-footer {

    width: 1024px;

    max-width: 1024px;

  }

  .tool-corso-footer .tool-corso-sagoma-bottom .left-bottom {

    height: 80px !important;

  }

  .tool-corso-footer .tool-corso-sagoma-bottom .right-bottom {

    height: 80px !important;

  }

  .with-tool-corso-footer {

    top: -90px;

    margin: 0px auto 0 auto !important;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .tool-corso-footer {

    width: 768px;

    max-width: 768px;

  }

  .tool-corso-footer .tool-corso-sagoma-bottom .left-bottom {

    height: 80px !important;

  }

  .tool-corso-footer .tool-corso-sagoma-bottom .right-bottom {

    height: 80px !important;

  }

  .with-tool-corso-footer {

    top: -90px;

    margin: 0px auto 0 auto !important;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .tool-corso-footer {

    width: 480px;

    max-width: 480px;

    margin-top: -26px;

  }

  .tool-corso-footer .tool-corso-sagoma-bottom .left-bottom {

    background: #71d3e4;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .tool-corso-footer {

    width: 320px;

    max-width: 320px;

    margin-top: -26px;

  }

  .tool-corso-footer .tool-corso-sagoma-bottom .left-bottom {

    background: #71d3e4;

  }

}



@media (max-width: 319px) {

  .tool-corso-footer {

    width: 320px;

    max-width: 320px;

    margin-top: -26px;

  }

  .tool-corso-footer .tool-corso-sagoma-bottom .left-bottom {

    background: #71d3e4;

  }

}



.tool-corso {

  margin: 0px 0px 0px 0px;

  padding: 0px;

  position: relative;

  z-index: 10;

  z-index: 10;

}



.tool-corso .tool-corso-sagoma-top,

.tool-corso .tool-corso-content-middle,

.tool-corso .tool-corso-sagoma-bottom {

  margin-right: 0px;

  margin-left: 0px;

}



.tool-corso .tool-corso-sagoma-top:before, .tool-corso .tool-corso-sagoma-top:after {

  content: " ";

  display: table;

}



.tool-corso .tool-corso-sagoma-top:after {

  clear: both;

}



.tool-corso .tool-corso-sagoma-top .left-top {

  background-position: left bottom;

  background-repeat: no-repeat;

  background-size: cover;

}



.tool-corso .tool-corso-sagoma-top .right-top {

  background-position: right bottom;

  background-repeat: no-repeat;

  background-size: cover;

}



@media (min-width: 1280px) {

  .tool-corso .tool-corso-sagoma-top .left-top {

    width: 320.5px;

    height: 26px;

    float: left;

    background-image: url("../images/bg-widget/tool-corso/t-l-1280.png");

  }

  .tool-corso .tool-corso-sagoma-top .right-top {

    width: 959.5px;

    height: 26px;

    float: right;

    background-image: url("../images/bg-widget/tool-corso/t-r-1280.png");

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .tool-corso .tool-corso-sagoma-top .left-top {

    width: 336.4px;

    height: 26px;

    float: left;

    background-image: url("../images/bg-widget/tool-corso/t-l-1024.png");

  }

  .tool-corso .tool-corso-sagoma-top .right-top {

    width: 687.6px;

    height: 26px;

    float: right;

    background-image: url("../images/bg-widget/tool-corso/t-r-1024.png");

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .tool-corso .tool-corso-sagoma-top .left-top {

    width: 375.3px;

    height: 26px;

    float: left;

    background-image: url("../images/bg-widget/tool-corso/t-l-768.png");

  }

  .tool-corso .tool-corso-sagoma-top .right-top {

    width: 392.7px;

    height: 26px;

    float: right;

    background-image: url("../images/bg-widget/tool-corso/t-r-768.png");

  }

}



@media (max-width: 767px) {

  .tool-corso .tool-corso-sagoma-top .left-top {

    width: 100%;

    height: 26px;

    background-image: url("../images/bg-widget/tool-corso/t-480.png");

  }

  .tool-corso .tool-corso-sagoma-top .right-top {

    display: none;

  }

}



.tool-corso .tool-corso-content-middle:before, .tool-corso .tool-corso-content-middle:after {

  content: " ";

  display: table;

}



.tool-corso .tool-corso-content-middle:after {

  clear: both;

}



@media (min-width: 1280px) {

  .tool-corso .tool-corso-content-middle {

   /* background: #5aa9b6; */

    background: #000000;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .tool-corso .tool-corso-content-middle {

   /* background: #5aa9b6; */

    background: #000000;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .tool-corso .tool-corso-content-middle {

    /* background: #5aa9b6; */

    background: #000000;

  }

}



.tool-corso .tool-corso-left-title {

  /* background: #5aa9b6; */

  background: #000000;

  

}



@media (min-width: 1280px) {

  .tool-corso .tool-corso-left-title {

    width: 320.5px;

    float: left;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .tool-corso .tool-corso-left-title {

    width: 336.4px;

    float: left;

    position: relative;

  }

  .tool-corso .tool-corso-left-title .tool-corso-left-content {

    padding-top: 60px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .tool-corso .tool-corso-left-title {

    width: 375.3px;

    float: left;

  }

  .tool-corso .tool-corso-left-title .tool-corso-left-content {

    padding-top: 130px;

  }

}



@media (max-width: 767px) {

  .tool-corso .tool-corso-left-title {

    width: 100%;

    padding: 30px 0px;

  }

}



.tool-corso .tool-corso-left-title h3 {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  padding: 0px 25px;

  text-align: center;

}



.tool-corso .tool-corso-left-title h3 a {

  color: #fff;

  text-decoration: none;

}



.tool-corso .tool-corso-left-title h3 a:hover {

  color: #fff;

}



.tool-corso .tool-corso-left-title h3 {

  font-size: 16px;

}



@media screen and (min-width: 320px) {

  .tool-corso .tool-corso-left-title h3 {

    font-size: calc(16px + 12 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .tool-corso .tool-corso-left-title h3 {

    font-size: 28px;

  }

}



@media (max-width: 767px) {

  .tool-corso .tool-corso-left-title h3 {

    padding: 0% 10%;

  }

}

.tool-corso .tool-corso-center-title {

  /* background: #5aa9b6; */

  background: #000000;

  

}

@media (min-width: 1280px) {

  .tool-corso .tool-corso-center-title {

    width: 100%;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .tool-corso .tool-corso-center-title {

    width: 336.4px;

    float: left;

    position: relative;

  }

  .tool-corso .tool-corso-center-title .tool-corso-left-content {

    padding-top: 60px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .tool-corso .tool-corso-center-title {

    width: 375.3px;

    float: left;

  }

  .tool-corso .tool-corso-center-title .tool-corso-left-content {

    padding-top: 130px;

  }

}



@media (max-width: 767px) {

  .tool-corso .tool-corso-center-title {

    width: 100%;

    padding: 30px 0px;

  }

}



.tool-corso .tool-corso-center-title h3 {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  padding: 0px 25px;

  text-align: center;

}



.tool-corso .tool-corso-center-title h3 a {

  color: #fff;

  text-decoration: none;

}



.tool-corso .tool-corso-center-title h3 a:hover {

  color: #fff;

}



.tool-corso .tool-corso-center-title h3 {

  font-size: 16px;

}



@media screen and (min-width: 320px) {

  .tool-corso .tool-corso-center-title h3 {

    font-size: calc(16px + 12 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .tool-corso .tool-corso-center-title h3 {

    font-size: 28px;

  }

}



@media (max-width: 767px) {

  .tool-corso .tool-corso-center-title h3 {

    padding: 0% 10%;

  }

}


.tool-corso .tool-corso-right-form {

  /* background: #71d3e4; */

  background: #000000;

}



@media (min-width: 1280px) {

  .tool-corso .tool-corso-right-form {

    width: 100%;

    float: right;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .tool-corso .tool-corso-right-form {

    width: 100%;

    padding-bottom: 20px;

    float: right;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .tool-corso .tool-corso-right-form {

    width: 392.7px;

    padding-bottom: 20px;

    float: right;

  }

}



@media (max-width: 767px) {

  .tool-corso .tool-corso-right-form {

    width: 100%;

    padding-bottom: 20px;

  }

}



.tool-corso .tool-corso-right-form .tool-corso-form {

  padding-top: 22px;

  padding-left: 15px;

  padding-right: 15px;

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-form:before, .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-form:after {

  content: " ";

  display: table;

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-form:after {

  clear: both;

}



@media (min-width: 1024px) {

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one {

    float: left;

  }

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two {

    float: left;

  }

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three {

    float: left;

  }

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four {

    float: right;

  }

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four{

  position: relative;

  padding-left: 20px;

  padding-right: 20px;

}



@media (min-width: 1280px) {

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three,
  
  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four{

    width: 25%;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three,
  
  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four{

    width: 25%;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three,
  
  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four{

    width: 100%;

  }

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one label,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two label,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three label,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four label{

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 700;

  color: #fff;

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one label a,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two label a,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three label a,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four label a {

  color: #fff;

  text-decoration: none;

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one label a:hover,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two label a:hover,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three label a:hover,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four label a:hover {

  color: #fff;

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one label,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two label,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three label,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four label {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one label,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two label,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three label,
  
  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four label {

    font-size: calc(12px + 7 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one label,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two label,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three label,
  
  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four label {

    font-size: 19px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one label,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two label,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three label,
  
  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four label {

    height: 100px;

    display: block;

  }

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one select,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two select,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three select,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four select {

  border: 0 !important;

  -ms-user-select: element;

  -moz-user-select: text;

  -webkit-user-select: text;

  -webkit-appearance: none;

  -moz-appearance: none;

  -o-appearance: none;

  appearance: none;

  background: url("../images/common/select-arrow.png") no-repeat;

  background-position: center right;

  text-indent: 0.01px;

  text-overflow: "";

  color: #fff;

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one select::-ms-expand,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two select::-ms-expand,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three select::-ms-expand,

.tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four select::-ms-expand {

  display: none;

}



@media (min-width: 1024px) {

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one:after,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two:after,
  
  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three:after {

    content: '';

    position: absolute;

    display: block;

    width: 2px;

    background: white;

    right: 0px;

    -webkit-transform: rotate(8.2deg);

    -ms-transform: rotate(8.2deg);

    -o-transform: rotate(8.2deg);

    transform: rotate(8.2deg);

  }

}



@media (min-width: 1024px) and (min-width: 1280px) {

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one:after,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two:after,
  
  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three:after,
  
  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four:after {

    height: 100px;

    top: 0px;

  }

}



@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-one:after,

  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-two:after,
  
  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-three:after,
  
  .tool-corso .tool-corso-right-form .tool-corso-form .wp-select-four:after {

    height: 150px;

    top: 0px;

  }

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-button-form {

  text-align: right;

  padding-top: 6px;

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-button-form:before, .tool-corso .tool-corso-right-form .tool-corso-form .wp-button-form:after {

  content: " ";

  display: table;

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-button-form:after {

  clear: both;

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-button-form .btn {

  font-size: 20px;

  color: #fff;

  text-transform: uppercase;

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-button-form .btn i {

  font-size: 30px;

  vertical-align: sub;

}



.tool-corso .tool-corso-right-form .tool-corso-form .wp-button-form .btn:focus, .tool-corso .tool-corso-right-form .tool-corso-form .wp-button-form .btn:hover {

  text-decoration: none;

  outline: none;

  color: #5aa9b6;

}



.tool-corso .tool-corso-sagoma-bottom:before, .tool-corso .tool-corso-sagoma-bottom:after {

  content: " ";

  display: table;

}



.tool-corso .tool-corso-sagoma-bottom:after {

  clear: both;

}



.tool-corso .tool-corso-sagoma-bottom .left-bottom {

  background-position: left bottom;

  background-repeat: no-repeat;

  background-size: cover;

}



.tool-corso .tool-corso-sagoma-bottom .right-bottom {

  background-position: right bottom;

  background-repeat: no-repeat;

  background-size: cover;

}



@media (min-width: 1280px) {

  .tool-corso .tool-corso-sagoma-bottom .left-bottom {

    width: 320.5px;

    height: 26px;

    float: left;

    background-image: url("../images/bg-widget/tool-corso/b-l-1280.png");

  }

  .tool-corso .tool-corso-sagoma-bottom .right-bottom {

    width: 959.5px;

    height: 26px;

    float: right;

    background-image: url("../images/bg-widget/tool-corso/b-r-1280.png");

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .tool-corso .tool-corso-sagoma-bottom .left-bottom {

    width: 336.4px;

    height: 26px;

    float: left;

    background-image: url("../images/bg-widget/tool-corso/b-l-1024.png");

  }

  .tool-corso .tool-corso-sagoma-bottom .right-bottom {

    width: 687.6px;

    height: 26px;

    float: right;

    background-image: url("../images/bg-widget/tool-corso/b-r-1024.png");

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .tool-corso .tool-corso-sagoma-bottom .left-bottom {

    width: 375.3px;

    height: 26px;

    float: left;

    background-image: url("../images/bg-widget/tool-corso/b-l-768.png");

  }

  .tool-corso .tool-corso-sagoma-bottom .right-bottom {

    width: 392.7px;

    height: 26px;

    float: right;

    background-image: url("../images/bg-widget/tool-corso/b-r-768.png");

  }

}



@media (max-width: 767px) {

  .tool-corso .tool-corso-sagoma-bottom .left-bottom {

    width: 100%;

    height: 26px;

    background-image: url("../images/bg-widget/tool-corso/b-480.png");

  }

  .tool-corso .tool-corso-sagoma-bottom .right-bottom {

    display: none;

  }

}



#accordion .panel {

  border: 0px;

  border-radius: 0px;

  box-shadow: none;

}



.accordion .panel-heading a {

  display: block;

  position: relative;

  font-weight: 900;

}



.accordion .panel-heading a span {

  display: block;

  position: absolute;

  width: 24px;

  height: 24px;

  border-radius: 50%;

  border: 1px solid #fff;

  right: 0px;

  top: 50%;

  margin-top: -12px;

}



.accordion .panel-heading a span:before, .accordion .panel-heading a span:after {

  content: '';

  display: block;

  position: absolute;

  width: 70%;

  height: 2px;

  top: 50%;

  margin-top: -1px;

  background: #fff;

  -webkit-transition: ease-in;

  -o-transition: ease-in;

  transition: ease-in;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.25s;

  transition-duration: 0.25s;

  left: 50%;

  margin-left: -35%;

}



.accordion .panel-heading a span:before {

  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  -o-transform: rotate(0deg);

  transform: rotate(0deg);

}



.accordion .panel-heading a.collapsed span:before {

  -webkit-transform: rotate(-90deg);

  -ms-transform: rotate(-90deg);

  -o-transform: rotate(-90deg);

  transform: rotate(-90deg);

}



#accordion .panel-body-table-content table.table-striped tr {

  background: #eae5ae;

  border-bottom: 5px solid white;

}



#accordion .panel-body-table-content table.table-striped tr:nth-of-type(2n+1) {

  background: #f5f3d9;

}



#accordion .panel-body-table-content table.table-striped tr td {

  vertical-align: middle;

}



#accordion .panel-body-table-content table.table-striped tr td a {

  font-size: 32px;

}



@media screen and (min-width: 320px) {

  #accordion .panel-body-table-content table.table-striped tr td a {

    font-size: calc(32px + -14 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  #accordion .panel-body-table-content table.table-striped tr td a {

    font-size: 18px;

  }

}



.ammissioni-widget.row {

  margin-left: -15px;

  margin-right: -15px;

  padding: 0px 0px;

}



.ammissioni-widget [class*='col-'] {

  padding-right: 0;

  padding-left: 0;

}



.ammissioni-widget .ammissioni-widget__wrapper {

  position: relative;

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text {

  width: 34%;

  min-height: 270px;

  margin-right: auto;

  margin-left: auto;

  padding-top: 40px;

  padding-bottom: 40px;

}



@media (max-width: 479px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text {

    width: 60%;

  }

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text h3 {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  text-transform: uppercase;

  margin: 0px;

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text h3 {

  font-size: 14px;

}



@media screen and (min-width: 320px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text h3 {

    font-size: calc(14px + 14 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text h3 {

    font-size: 28px;

  }

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text p {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 600;

  margin: 0px;

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text p {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text p {

    font-size: calc(12px + 4 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text p {

    font-size: 16px;

  }

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text .text-image {

  margin-top: 10px;

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text .text-image img {

  width: auto;

  max-width: 100%;

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text .arrow-link {

  text-align: right;

  display: block;

  padding-top: 16px;

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__text .arrow-link .arrow-svg {

  width: 30px;

  height: 30px;

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__ico {

  width: auto;

  display: inline-block;

  position: absolute;

  top: 30px;

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__ico [class*='ico-amm-'] {

  font-size: 12.5rem;

  color: #fff;

}



@media (max-width: 1279px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__ico [class*='ico-amm-'] {

    font-size: 12rem;

  }

}



@media (max-width: 1023px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__ico [class*='ico-amm-'] {

    font-size: 9rem;

  }

}



@media (max-width: 767px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__ico [class*='ico-amm-'] {

    font-size: 6rem;

  }

}



@media (max-width: 479px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__ico [class*='ico-amm-'] {

    font-size: 4rem;

  }

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__divider {

  width: 100%;

  height: 40px;

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__divider .aw-path {

  width: 100%;

  height: 40px;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(even) .ammissioni-widget__ico {

  left: 18%;

}



@media (max-width: 479px) {

  .ammissioni-widget .ammissioni-widget__wrapper:nth-child(even) .ammissioni-widget__ico {

    left: 3%;

  }

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(odd) .ammissioni-widget__ico {

  right: 18%;

}



@media (max-width: 479px) {

  .ammissioni-widget .ammissioni-widget__wrapper:nth-child(odd) .ammissioni-widget__ico {

    right: 3%;

  }

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(odd) .ammissioni-widget__divider {

  -moz-transform: scaleX(-1);

  -o-transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  transform: scaleX(-1);

  filter: FlipH;

  -ms-filter: "FlipH";

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+1) {

  background: #27366c;

  color: #20a69c;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+1) a {

  color: #20a69c;

  text-decoration: none;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+1) a:hover {

  color: #20a69c;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+1) .ammissioni-widget__text .arrow-svg {

  fill: #20a69c;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+1) .ammissioni-widget__divider .aw-path .aw-path-top {

  fill: #27366c;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+1) .ammissioni-widget__divider .aw-path .aw-path-bottom {

  fill: #9caa25;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+2) {

  background: #9caa25;

  color: #27366c;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+2) a {

  color: #27366c;

  text-decoration: none;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+2) a:hover {

  color: #27366c;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+2) .ammissioni-widget__text .arrow-svg {

  fill: #27366c;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+2) .ammissioni-widget__divider .aw-path .aw-path-top {

  fill: #9caa25;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+2) .ammissioni-widget__divider .aw-path .aw-path-bottom {

  fill: #0d645c;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+3) {

  background: #0d645c;

  color: #b0bf29;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+3) a {

  color: #b0bf29;

  text-decoration: none;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+3) a:hover {

  color: #b0bf29;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+3) .ammissioni-widget__text .arrow-svg {

  fill: #b0bf29;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+3) .ammissioni-widget__divider .aw-path .aw-path-top {

  fill: #0d645c;

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(3n+3) .ammissioni-widget__divider .aw-path .aw-path-bottom {

  fill: #27366c;

}



.ammissioni-widget .ammissioni-widget__wrapper:last-child .ammissioni-widget__divider .aw-path .aw-path-bottom {

  display: none;

}



.ammissioni-widget .ammissioni-widget__wrapper:last-child .ammissioni-widget__path {

  display: none;

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__path {

  height: 0px;

  position: relative;

}



.ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__path .aw-dot-path {

  width: 30%;

  height: auto;

  position: absolute;

  top: -230px;

  z-index: 10;

}



@media (max-width: 1279px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__path .aw-dot-path {

    top: -190px;

  }

}



@media (max-width: 1023px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__path .aw-dot-path {

    top: -150px;

  }

}



@media (max-width: 767px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__path .aw-dot-path {

    top: -100px;

  }

}



@media (max-width: 479px) {

  .ammissioni-widget .ammissioni-widget__wrapper .ammissioni-widget__path .aw-dot-path {

    top: -60px;

  }

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(even) .ammissioni-widget__path .aw-dot-path {

  left: 0%;

  -moz-transform: scaleX(-1);

  -o-transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  transform: scaleX(-1);

  filter: FlipH;

  -ms-filter: "FlipH";

}



.ammissioni-widget .ammissioni-widget__wrapper:nth-child(odd) .ammissioni-widget__path .aw-dot-path {

  right: 0%;

}



.modulo-faculty,

.modulo-info-prodotto {

  padding: 20px 0px 40px;

  position: relative;

  overflow: hidden;

}



.modulo-faculty .ct-title, .modulo-faculty .incrementing_list-subtitle, .modulo-faculty .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion .modulo-faculty .panel-title, .modulo-faculty

.naba_corso-container .row.ct-bottom .accordion .panel-title,

.naba_corso-container .row.ct-bottom .accordion .modulo-faculty .panel-title, .modulo-faculty

.naba_prodotto-container .row.ct-bottom #accordion .panel-title,

.naba_prodotto-container .row.ct-bottom #accordion .modulo-faculty .panel-title, .modulo-faculty .modulo-editoriale-title-phrase, .modulo-faculty .modulo-editoriale-content-title,

.modulo-info-prodotto .ct-title,

.modulo-info-prodotto .incrementing_list-subtitle,

.modulo-info-prodotto .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion

.modulo-info-prodotto .panel-title,

.modulo-info-prodotto

.naba_corso-container .row.ct-bottom .accordion .panel-title,

.naba_corso-container .row.ct-bottom .accordion

.modulo-info-prodotto .panel-title,

.modulo-info-prodotto

.naba_prodotto-container .row.ct-bottom #accordion .panel-title,

.naba_prodotto-container .row.ct-bottom #accordion

.modulo-info-prodotto .panel-title,

.modulo-info-prodotto .modulo-editoriale-title-phrase,

.modulo-info-prodotto .modulo-editoriale-content-title {

  color: #cbcbcb;

}



.modulo-faculty .top,

.modulo-info-prodotto .top {

  height: 23px;

  width: 100%;

}



.modulo-faculty .top svg,

.modulo-info-prodotto .top svg {

  height: 23px;

  fill: #303030;

}



.modulo-faculty .top svg path,

.modulo-info-prodotto .top svg path {

  fill: #303030;

}



.modulo-faculty .bottom,

.modulo-info-prodotto .bottom {

  height: 32px;

  width: 100%;

}



.modulo-faculty .bottom svg,

.modulo-info-prodotto .bottom svg {

  height: 32px;

  fill: #303030;

}



.modulo-faculty .bottom svg path,

.modulo-info-prodotto .bottom svg path {

  fill: #303030;

}



.modulo-faculty .buffer, .modulo-faculty-content,

.modulo-info-prodotto .buffer,

.modulo-info-prodotto-content {

  color: #cbcbcb;

  background: #303030;

  display: table;

}



.modulo-faculty .buffer .ct-title, .modulo-faculty .buffer .incrementing_list-subtitle, .modulo-faculty .buffer .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion .modulo-faculty .buffer .panel-title, .modulo-faculty .buffer

.naba_corso-container .row.ct-bottom .accordion .panel-title,

.naba_corso-container .row.ct-bottom .accordion .modulo-faculty .buffer .panel-title, .modulo-faculty .buffer

.naba_prodotto-container .row.ct-bottom #accordion .panel-title,

.naba_prodotto-container .row.ct-bottom #accordion .modulo-faculty .buffer .panel-title, .modulo-faculty .buffer .modulo-editoriale-title-phrase, .modulo-faculty .buffer .modulo-editoriale-content-title, .modulo-faculty-content .ct-title, .modulo-faculty-content .incrementing_list-subtitle, .modulo-faculty-content .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion .modulo-faculty-content .panel-title, .modulo-faculty-content

.naba_corso-container .row.ct-bottom .accordion .panel-title,

.naba_corso-container .row.ct-bottom .accordion .modulo-faculty-content .panel-title, .modulo-faculty-content

.naba_prodotto-container .row.ct-bottom #accordion .panel-title,

.naba_prodotto-container .row.ct-bottom #accordion .modulo-faculty-content .panel-title, .modulo-faculty-content .modulo-editoriale-title-phrase, .modulo-faculty-content .modulo-editoriale-content-title,

.modulo-info-prodotto .buffer .ct-title,

.modulo-info-prodotto .buffer .incrementing_list-subtitle,

.modulo-info-prodotto .buffer .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion

.modulo-info-prodotto .buffer .panel-title,

.modulo-info-prodotto .buffer

.naba_corso-container .row.ct-bottom .accordion .panel-title,

.naba_corso-container .row.ct-bottom .accordion

.modulo-info-prodotto .buffer .panel-title,

.modulo-info-prodotto .buffer

.naba_prodotto-container .row.ct-bottom #accordion .panel-title,

.naba_prodotto-container .row.ct-bottom #accordion

.modulo-info-prodotto .buffer .panel-title,

.modulo-info-prodotto .buffer .modulo-editoriale-title-phrase,

.modulo-info-prodotto .buffer .modulo-editoriale-content-title,

.modulo-info-prodotto-content .ct-title,

.modulo-info-prodotto-content .incrementing_list-subtitle,

.modulo-info-prodotto-content .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion

.modulo-info-prodotto-content .panel-title,

.modulo-info-prodotto-content

.naba_corso-container .row.ct-bottom .accordion .panel-title,

.naba_corso-container .row.ct-bottom .accordion

.modulo-info-prodotto-content .panel-title,

.modulo-info-prodotto-content

.naba_prodotto-container .row.ct-bottom #accordion .panel-title,

.naba_prodotto-container .row.ct-bottom #accordion

.modulo-info-prodotto-content .panel-title,

.modulo-info-prodotto-content .modulo-editoriale-title-phrase,

.modulo-info-prodotto-content .modulo-editoriale-content-title {

  color: #cbcbcb;

}



.modulo-faculty .buffer .list-inline, .modulo-faculty-content .list-inline,

.modulo-info-prodotto .buffer .list-inline,

.modulo-info-prodotto-content .list-inline {

  padding-left: 5px;

}



@media (min-width: 0px) and (max-width: 768px) {

  .modulo-faculty .buffer-person .ct-title, .modulo-faculty .buffer-person .incrementing_list-subtitle, .modulo-faculty .buffer-person .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion .modulo-faculty .buffer-person .panel-title, .modulo-faculty .buffer-person

  .naba_corso-container .row.ct-bottom .accordion .panel-title,

  .naba_corso-container .row.ct-bottom .accordion .modulo-faculty .buffer-person .panel-title, .modulo-faculty .buffer-person

  .naba_prodotto-container .row.ct-bottom #accordion .panel-title,

  .naba_prodotto-container .row.ct-bottom #accordion .modulo-faculty .buffer-person .panel-title, .modulo-faculty .buffer-person .modulo-editoriale-title-phrase, .modulo-faculty .buffer-person .modulo-editoriale-content-title, .modulo-faculty-content-person .ct-title, .modulo-faculty-content-person .incrementing_list-subtitle, .modulo-faculty-content-person .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion .modulo-faculty-content-person .panel-title, .modulo-faculty-content-person

  .naba_corso-container .row.ct-bottom .accordion .panel-title,

  .naba_corso-container .row.ct-bottom .accordion .modulo-faculty-content-person .panel-title, .modulo-faculty-content-person

  .naba_prodotto-container .row.ct-bottom #accordion .panel-title,

  .naba_prodotto-container .row.ct-bottom #accordion .modulo-faculty-content-person .panel-title, .modulo-faculty-content-person .modulo-editoriale-title-phrase, .modulo-faculty-content-person .modulo-editoriale-content-title,

  .modulo-info-prodotto .buffer-person .ct-title,

  .modulo-info-prodotto .buffer-person .incrementing_list-subtitle,

  .modulo-info-prodotto .buffer-person .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion

  .modulo-info-prodotto .buffer-person .panel-title,

  .modulo-info-prodotto .buffer-person

  .naba_corso-container .row.ct-bottom .accordion .panel-title,

  .naba_corso-container .row.ct-bottom .accordion

  .modulo-info-prodotto .buffer-person .panel-title,

  .modulo-info-prodotto .buffer-person

  .naba_prodotto-container .row.ct-bottom #accordion .panel-title,

  .naba_prodotto-container .row.ct-bottom #accordion
  .modulo-info-prodotto .buffer-person .panel-title,

  .modulo-info-prodotto .buffer-person .modulo-editoriale-title-phrase,

  .modulo-info-prodotto .buffer-person .modulo-editoriale-content-title,

  .modulo-info-prodotto-content-person .ct-title,

  .modulo-info-prodotto-content-person .incrementing_list-subtitle,

  .modulo-info-prodotto-content-person .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion

  .modulo-info-prodotto-content-person .panel-title,

  .modulo-info-prodotto-content-person

  .naba_corso-container .row.ct-bottom .accordion .panel-title,

  .naba_corso-container .row.ct-bottom .accordion

  .modulo-info-prodotto-content-person .panel-title,

  .modulo-info-prodotto-content-person

  .naba_prodotto-container .row.ct-bottom #accordion .panel-title,

  .naba_prodotto-container .row.ct-bottom #accordion

  .modulo-info-prodotto-content-person .panel-title,

  .modulo-info-prodotto-content-person .modulo-editoriale-title-phrase,

  .modulo-info-prodotto-content-person .modulo-editoriale-content-title {

    text-align: center;

  }

}



@media (min-width: 0px) and (max-width: 768px) {

  .modulo-faculty .buffer-person .ct-label, .modulo-faculty-content-person .ct-label,

  .modulo-info-prodotto .buffer-person .ct-label,

  .modulo-info-prodotto-content-person .ct-label {

    line-height: 30px;

  }

}



.modulo-faculty .buffer-person .ct-label label, .modulo-faculty-content-person .ct-label label,

.modulo-info-prodotto .buffer-person .ct-label label,

.modulo-info-prodotto-content-person .ct-label label {

  font-weight: 300;

  font-style: italic;

}



.modulo-faculty .buffer-person .ct-label label, .modulo-faculty-content-person .ct-label label,

.modulo-info-prodotto .buffer-person .ct-label label,

.modulo-info-prodotto-content-person .ct-label label {

  font-size: 24px;

}



@media screen and (min-width: 320px) {

  .modulo-faculty .buffer-person .ct-label label, .modulo-faculty-content-person .ct-label label,

  .modulo-info-prodotto .buffer-person .ct-label label,

  .modulo-info-prodotto-content-person .ct-label label {

    font-size: calc(24px + -6 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .modulo-faculty .buffer-person .ct-label label, .modulo-faculty-content-person .ct-label label,

  .modulo-info-prodotto .buffer-person .ct-label label,

  .modulo-info-prodotto-content-person .ct-label label {

    font-size: 18px;

  }

}



.modulo-faculty .buffer-person .ct-label span, .modulo-faculty-content-person .ct-label span,

.modulo-info-prodotto .buffer-person .ct-label span,

.modulo-info-prodotto-content-person .ct-label span {

  display: block;

}



.modulo-faculty .buffer-person .ct-label span a, .modulo-faculty-content-person .ct-label span a,

.modulo-info-prodotto .buffer-person .ct-label span a,

.modulo-info-prodotto-content-person .ct-label span a {

  color: #b7b7b7;

  text-decoration: none;

}



.modulo-faculty .buffer-person .ct-label span a, .modulo-faculty-content-person .ct-label span a,

.modulo-info-prodotto .buffer-person .ct-label span a,

.modulo-info-prodotto-content-person .ct-label span a {

  font-size: 32px;

}



@media screen and (min-width: 320px) {

  .modulo-faculty .buffer-person .ct-label span a, .modulo-faculty-content-person .ct-label span a,

  .modulo-info-prodotto .buffer-person .ct-label span a,

  .modulo-info-prodotto-content-person .ct-label span a {

    font-size: calc(32px + -8 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .modulo-faculty .buffer-person .ct-label span a, .modulo-faculty-content-person .ct-label span a,

  .modulo-info-prodotto .buffer-person .ct-label span a,

  .modulo-info-prodotto-content-person .ct-label span a {

    font-size: 24px;

  }

}



.modulo-faculty .buffer-person .ct-label span a:hover, .modulo-faculty-content-person .ct-label span a:hover,

.modulo-info-prodotto .buffer-person .ct-label span a:hover,

.modulo-info-prodotto-content-person .ct-label span a:hover {

  color: #838383;

}



@media (min-width: 0px) and (max-width: 768px) {

  .modulo-faculty .buffer-person .ct-label span, .modulo-faculty-content-person .ct-label span,

  .modulo-info-prodotto .buffer-person .ct-label span,

  .modulo-info-prodotto-content-person .ct-label span {

    display: inline-block;

    margin-left: 10px;

  }

}



@media (min-width: 0px) and (max-width: 768px) {

  .modulo-faculty .buffer-person .ct-label, .modulo-faculty-content-person .ct-label,

  .modulo-info-prodotto .buffer-person .ct-label,

  .modulo-info-prodotto-content-person .ct-label {

    text-align: center;

  }

}



.modulo-faculty .row:first-child,

.modulo-info-prodotto .row:first-child {

  border-right: 1px solid #cbcbcb;

}



@media (min-width: 0px) and (max-width: 768px) {

  .modulo-faculty .row:first-child,

  .modulo-info-prodotto .row:first-child {

    border-right: 0px;

    border-bottom: 1px solid #cbcbcb;

    padding-bottom: 20px;

    margin-bottom: 20px;

  }

}



.modulo-faculty .slant-top, .modulo-faculty .slant-bottom,

.modulo-info-prodotto .slant-top,

.modulo-info-prodotto .slant-bottom {

  position: absolute;

  height: 23px;

  width: 100%;

  background-color: transparent;

}



.modulo-faculty .slant-top svg, .modulo-faculty .slant-bottom svg,

.modulo-info-prodotto .slant-top svg,

.modulo-info-prodotto .slant-bottom svg {

  height: 32px;

}



.modulo-faculty .slant-top,

.modulo-info-prodotto .slant-top {

  top: 0px;

  margin-top: -1px;

}



.modulo-faculty .slant-bottom,

.modulo-info-prodotto .slant-bottom {

  bottom: 0px;

}



.modulo-faculty-nopic .row:first-child,

.modulo-info-prodotto-nopic .row:first-child {

  border-right: 0px;

}



.modulo-info-prodotto {

  padding: 40px 0px;

}



.modulo-info-prodotto-content .info-content-col {

  border-right: 1px solid #cbcbcb;

}



.modulo-info-prodotto-content .info-content-col:last-child {

  border-right: 0px;

}



.modulo-info-prodotto-content .info-content-col .ct-title, .modulo-info-prodotto-content .info-content-col .incrementing_list-subtitle, .modulo-info-prodotto-content .info-content-col .naba_news-container .row.ct-bottom #accordion .panel-title, .naba_news-container .row.ct-bottom #accordion .modulo-info-prodotto-content .info-content-col .panel-title, .modulo-info-prodotto-content .info-content-col

.naba_corso-container .row.ct-bottom .accordion .panel-title,

.naba_corso-container .row.ct-bottom .accordion .modulo-info-prodotto-content .info-content-col .panel-title, .modulo-info-prodotto-content .info-content-col

.naba_prodotto-container .row.ct-bottom #accordion .panel-title,

.naba_prodotto-container .row.ct-bottom #accordion .modulo-info-prodotto-content .info-content-col .panel-title, .modulo-info-prodotto-content .info-content-col .modulo-editoriale-title-phrase, .modulo-info-prodotto-content .info-content-col .modulo-editoriale-content-title {

  font-size: 22px;

}



.modulo-info-prodotto-content .info-content-col ul {

  color: #cbcbcb;

  text-transform: uppercase;

  padding-left: 0px !important;

}



.modulo-info-prodotto-content .info-content-col ul li {

  list-style: none;

}



@media (min-width: 769px) {

  .modulo-info-prodotto-content .info-content-col {

    display: table-cell;

    float: none;

  }

}



@media (min-width: 769px) {

  .modulo-info-prodotto-content {

    display: table-row;

  }

}



.modulo-info-prodotto .slant-bottom {

  height: 32px;

}



.modulo-info-prodotto .slant-bottom svg {

  height: 32px;

}



.call-to-action-content {

  text-align: center;

  margin-top: 8px;

  position: relative;

  z-index: 10;

}



.call-to-action-content a {

  text-decoration: none;

  color: #000;

  display: inline-block;

  text-align: left;

}



.call-to-action-content .link {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #000;

  text-transform: uppercase;

  line-height: 0.8em;

  margin-bottom: 10px;

  display: block;

}



.call-to-action-content .link {

  font-size: 13px;

}



@media screen and (min-width: 320px) {

  .call-to-action-content .link {

    font-size: calc(13px + 7 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .call-to-action-content .link {

    font-size: 20px;

  }

}



.call-to-action-content .icon-svg {

  width: 30px;

  height: 30px;

  fill: #000;

}



.call-to-action-content .btn {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  text-transform: uppercase;

  margin-bottom: 5px;

}



.call-to-action-content .btn {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .call-to-action-content .btn {

    font-size: calc(12px + 6 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .call-to-action-content .btn {

    font-size: 18px;

  }

}



.call-to-action-content .btn.bg-bbordeaux {

  color: #fff;

}



.widget-content-editoriale {

  width: 270px;

  position: relative;

  z-index: 10;

}



.widget-content-editoriale .wc-editoriale-top {

  height: 25px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: 0% 0%;

  background-image: url(../images/bg-widget/widget-content-editoriale-top.png);

}



.widget-content-editoriale .wc-editoriale-middle {

  padding-right: 25px;

  padding-left: 25px;

  background-color: #96ead1;

}



.widget-content-editoriale .wc-editoriale-bottom {

  height: 40px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: 0% 0%;

  background-image: url(../images/bg-widget/widget-content-editoriale-bottom.png);

}



.widget-content-editoriale h4.wc-editoriale-title {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: bold;

  font-weight: 900;

  color: #000;

  color: #000 !important;

  text-transform: uppercase;

  line-height: 0.9em;

  margin-top: 0px;

  margin-bottom: 20px;

  padding-top: 10px;

}



.widget-content-editoriale h4.wc-editoriale-title a {

  color: #000;

  text-decoration: none;

}



.widget-content-editoriale h4.wc-editoriale-title a:hover {

  color: #000;

}



.widget-content-editoriale h4.wc-editoriale-title {

  font-size: 18px;

}



@media screen and (min-width: 320px) {

  .widget-content-editoriale h4.wc-editoriale-title {

    font-size: calc(18px + 12 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .widget-content-editoriale h4.wc-editoriale-title {

    font-size: 30px;

  }

}



.widget-content-editoriale h4.wc-editoriale-title a {

  font-weight: 900;

  color: #000 !important;

}



.widget-content-editoriale .by-download a {

  color: #000;

  text-decoration: none;

}



.widget-content-editoriale .by-download .ico-file {

  width: 100%;

}



.widget-content-editoriale .by-download .wp-byte-download {

  margin-left: -16px;

}



.widget-content-editoriale .by-download .wc-editoriale-title {

  font-size: 14px;

}



@media screen and (min-width: 320px) {

  .widget-content-editoriale .by-download .wc-editoriale-title {

    font-size: calc(14px + 9 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .widget-content-editoriale .by-download .wc-editoriale-title {

    font-size: 23px;

  }

}



.widget-content-editoriale .by-download .byte-download {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 700;

  text-transform: uppercase;

  display: block;

}



.widget-content-editoriale .by-download .byte-download {

  font-size: 14px;

}



@media screen and (min-width: 320px) {

  .widget-content-editoriale .by-download .byte-download {

    font-size: calc(14px + 9 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .widget-content-editoriale .by-download .byte-download {

    font-size: 23px;

  }

}



.widget-content-editoriale .by-download .icon-download {

  font-size: 16px;

}



@media screen and (min-width: 320px) {

  .widget-content-editoriale .by-download .icon-download {

    font-size: calc(16px + 14 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .widget-content-editoriale .by-download .icon-download {

    font-size: 30px;

  }

}



/*

	fix scheda prodotto

*/

.naba_prodotto-container .ct-bottom .buffer p:not(.lead) {

  font-family: Lato, Helvetica, Arial, sans-serif;

  font-weight: 300;

  font-size: 15px;

  margin-bottom: 16px;

}



.naba_prodotto-container .ct-bottom .buffer .ct-bottom-goals-content p:not(.lead) {

  margin-top: 16px;

}



.naba_prodotto-container .ct-bottom .buffer .ct-bottom-goals-footnotes ul {

  font-weight: 300;

  font-size: 15px;

}



.modulo-editoriale {

  margin: 20px 0px;

}



.modulo-editoriale-title {

  padding: 5px 10px;

}



.modulo-editoriale-title-phrase {

  margin: 0px;

}



.modulo-editoriale-content-title {

  color: #4e3c77 !important;

}



.modulo-editoriale-content-title {

  font-size: 24px;

}



@media screen and (min-width: 320px) {

  .modulo-editoriale-content-title {

    font-size: calc(24px + 4 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .modulo-editoriale-content-title {

    font-size: 28px;

  }

}



@media (min-width: 0px) and (max-width: 768px) {

  .modulo-editoriale-content div[class*="pull-"] {

    float: none !important;

  }

}



.modulo-editoriale-content ul {

  list-style-type: none;

  padding-left: 0px;

}



.modulo-editoriale-content ol {

  list-style-type: none;

  padding-left: 0px;

}



.landing-box {

  margin-bottom: 45px;

  position: relative;

}



.landing-box-heading {

  padding: 15px;

  margin-bottom: 15px;

}
.landing-box-heading a{

text-decoration: none;
}


.landing-box-heading-title {

  text-transform: uppercase;

  font-weight: 900;

  margin: 0px;

}



.landing-box-heading[class*="bg-bblue"], .landing-box-heading[class*="bg-bgreen"] {

  color: white;

}



.landing-box-content p {

  font-weight: 300;

}

.landing-box-content.custom-height p {
  
  height: 60px;

  overflow: hidden;

}



.landing-box-cta a {

  text-decoration: none;

  position: relative;

  display: block;

  color: #a41965;

  cursor: pointer;

  margin-bottom: 12px;

  padding-right: 30px;

}



.landing-box-cta a:before {

  content: '';

  height: 1px;

  width: 0%;

  top: 100%;

  position: block;

  background: #a41965;

}



.landing-box-cta a span {

  position: absolute;

  right: 0px;

  top: 0px;

}



.landing-box-cta a span {

  font-size: 18px;

}



@media screen and (min-width: 320px) {

  .landing-box-cta a span {

    font-size: calc(18px + 6 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .landing-box-cta a span {

    font-size: 24px;

  }

}



.landing-box-cta a:hover:before {

  width: 100%;

}



@media (min-width: 1024px) and (max-width: 1199px) {

  .landing-box .responsive-svg svg {

    max-height: 140px;

  }

}



@media (min-width: 992px) and (max-width: 1023px) {

  .landing-box .responsive-svg svg {

    max-height: 100px;

  }

}



@media (min-width: 992px) and (max-width: 1199px) {

  .landing-box .responsive-svg {

    margin: 0 auto 0px auto;

  }

}



@media (min-width: 768px) and (max-width: 991px) {

  .landing-box .responsive-svg {

    width: 56%;

  }

}



@media (min-width: 992px) and (max-width: 1199px) {

  .landing-box .ifEmptyBoxContentLink {

    margin-top: -70px;

  }

}



.widget:nth-child(1) {

  z-index: 9000;

}



.widget:nth-child(2) {

  z-index: 8000;

}



.widget:nth-child(3) {

  z-index: 7000;

}



.widget:nth-child(4) {

  z-index: 6000;

}



.widget:nth-child(5) {

  z-index: 5000;

}



.widget:nth-child(6) {

  z-index: 4000;

}



.widget:nth-child(7) {

  z-index: 3000;

}



.widget:nth-child(8) {

  z-index: 2000;

}



.widget {

  padding-bottom: 30px;

  position: relative;

}



.widget.widget-alumni ul li a {

  font-size: 13px;

  line-height: 24px;

}



.widget-title {

  text-transform: uppercase;

  font-weight: 900;

}



.widget-title .icon-carrello {

  position: relative;

  font-size: 36px;

}



.widget-title .icon-carrello-notification {

  display: block;

  position: absolute;

  background: #a11640;

  width: 15px;

  height: 15px;

  border-radius: 50%;

  right: -5px;

  top: 0px;

  border: 1px solid white;

}



.widget-title .icon-carrello-notification var {

  font-size: 12px;

  text-align: center;

  line-height: 12px;

  display: block;

  font-family: Lato, Helvetica, Arial, sans-serif;

  font-style: normal;

}



.widget ul li {

  display: block;

  margin-bottom: 8px;

}



.widget ul li a {

  display: block;

  text-transform: uppercase;

  font-weight: 900;

  font-size: 16px;

  padding-left: 40px;

  position: relative;

  text-decoration: none;

}



.widget ul li a:hover {

  cursor: pointer;

}



.widget ul li a i {

  font-size: 28px;

  position: absolute;

  left: 0px;

  top: 0px;

}



.widget-carrello-prodotti li {

  display: block;

  position: relative;

  border-bottom: 1px solid #838383;

  color: #595959;

  padding-left: 35px;

  font-weight: 900;

  text-transform: uppercase;

  -webkit-transition: ease-out;

  -o-transition: ease-out;

  transition: ease-out;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.75s;

  transition-duration: 0.75s;

}



.widget-carrello-prodotti li .icon-close {

  position: absolute;

  left: 0px;

  top: 0px;

  display: block;

  width: 25px;

  height: 25px;

  background: #a11640;

  border-radius: 50%;

  border: 1px solid white;

  text-align: center;

  font-weight: bold;

}



.widget-carrello-prodotti li .icon-close a {

  text-decoration: none;

}



.widget-carrello-prodotti li .icon-close:hover {

  cursor: pointer;

}



.widget-carrello-prodotti li:hover {

  color: white;

}



.widget-carrello-prodotti-subtotale {

  display: block;

  margin-top: 20px;

  margin-bottom: 10px;

}



.widget-carrello-totale {

  padding: 10px 35px 15px;

  text-transform: uppercase;

  font-weight: 900;

  color: white;

}



.widget-carrello-cta {

  padding: 0px 15px;

}



.widget-carrello-cta a {

  display: block;

  width: 100%;

  text-transform: uppercase;

  font-weight: 900;

  margin-bottom: 10px;

  color: #fff;

}



.widget-bottom {

  position: absolute;

  top: 100%;

  left: 0px;

  height: 30px;

}



[class*="bg-bgreen"] .widget-title {

  color: white;

}



[class*="bg-bgreen"] a {

  color: #838383;

}



[class*="bg-bgreen"] a:hover {

  color: white;

}



aside.col-md-3 .region-carrello-naba .cart-block-summary,

aside.col-md-3 .region-carrello-naba .cart-block-items {

  font-family: Lato, Helvetica, Arial, sans-serif;

  font-style: normal;

  font-weight: 700;

  text-transform: uppercase;

  color: #fff;

  margin-top: 15px;

}



aside.col-md-3 .region-carrello-naba .cart-block-items a {

  color: #fff;

}



aside.col-md-3 .region-carrello-naba table.cart-block-items {

  width: 100%;

  display: block;

}



aside.col-md-3 .region-carrello-naba table.cart-block-items tbody {

  width: 100%;

  display: block;

}



aside.col-md-3 .region-carrello-naba .cart-block-items tr {

  margin-bottom: 10px;

  padding-right: 0px;

  padding-left: 0px;

  display: block;

}



aside.col-md-3 .region-carrello-naba .cart-block-items td {

  display: inline-block;

}



aside.col-md-3 .region-carrello-naba .cart-block-items .cart-block-item-qty {

  text-align: left;

  width: 10%;

}



aside.col-md-3 .region-carrello-naba .cart-block-items .cart-block-item-title {

  text-align: left;

  width: 90%;
}



aside.col-md-3 .region-carrello-naba .cart-block-items .cart-block-item-price {

  text-align: left;

  width: 100%;

  margin-top: 15px;

  margin-bottom: 10px;

  padding-bottom: 6px;

  padding-left: 10%;

  border-bottom: 1px solid #fff;

}



aside.col-md-3 .region-carrello-naba .cart-block-items .cart-block-item-price:last-child {

  margin-bottom: 0px;

}



aside.col-md-3 .region-carrello-naba .cart-block-summary .cart-block-summary-items {

  display: none;

}



aside.col-md-3 .region-carrello-naba .cart-block-summary .cart-block-summary-total {

  padding-left: 20%;

}



.widget-carrello-cta [class*="bg-bgreen"],

.widget-carrello-cta [class*="bg-bbordeaux"] {

  font-size: 18px;

  font-weight: 900;

  color: white;

}



aside.col-md-3 .region-carrello-naba .widget-carrello-cta [class*="bg-bgreen"] a,

aside.col-md-3 .region-carrello-naba .widget-carrello-cta [class*="bg-bbordeaux"] a {

  color: white;

}



aside.col-md-3 .region-carrello-naba .widget-carrello-cta [class*="bg-bgreen"] a:hover,

aside.col-md-3 .region-carrello-naba .widget-carrello-cta [class*="bg-bbordeaux"] a:hover {

  color: white;

}



.risultati-ricerca .header-text-only-title .header-text--title-med {

  font-weight: 700;

}



.risultati-ricerca .header-text-only-title .header-text--title-med,

.risultati-ricerca .header-text-only-title .header-text--title-big {

  margin: 0px;

}



.risultati-ricerca .wrapper-serp {

  margin-right: 0px;

  margin-left: 0px;

  padding-right: 15px;

  padding-left: 15px;

}



.risultati-ricerca .wrapper-serp .row-serp {

  background-position: left top, right bottom;

  background-repeat: no-repeat;

  background-size: contain;

  margin-bottom: 10px;

  padding-right: 0px;

  padding-left: 0px;

}



.risultati-ricerca .wrapper-serp .row-serp:nth-child(0) {

  background-image: url("../images/common/bg-serp-top.png"), url("../images/common/bg-serp-bottom.png");

}



.risultati-ricerca .wrapper-serp .row-serp:nth-child(1) {

  background-image: url("../images/common/bg-serp-top.png"), url("../images/common/bg-serp-bottom.png");

}



.risultati-ricerca .wrapper-serp .row-serp:nth-child(2) {

  background-image: url("../images/common/trasparent.png"), url("../images/common/trasparent.png");

}



.risultati-ricerca .wrapper-serp .row-serp:nth-child(3) {

  background-image: url("../images/common/bg-serp-top.png"), url("../images/common/bg-serp-bottom.png");

}



.risultati-ricerca .wrapper-serp .row-serp:nth-child(4) {

  background-image: url("../images/common/trasparent.png"), url("../images/common/trasparent.png");

}



.risultati-ricerca .wrapper-serp .row-serp:nth-child(5) {

  background-image: url("../images/common/bg-serp-top.png"), url("../images/common/bg-serp-bottom.png");

}



.risultati-ricerca .wrapper-serp .row-serp:nth-child(6) {

  background-image: url("../images/common/trasparent.png"), url("../images/common/trasparent.png");

}



.risultati-ricerca .wrapper-serp .row-serp:nth-child(7) {

  background-image: url("../images/common/bg-serp-top.png"), url("../images/common/bg-serp-bottom.png");

}



.risultati-ricerca .wrapper-serp .row-serp:nth-child(8) {

  background-image: url("../images/common/trasparent.png"), url("../images/common/trasparent.png");

}



.risultati-ricerca .wrapper-serp .row-serp:nth-child(9) {

  background-image: url("../images/common/bg-serp-top.png"), url("../images/common/bg-serp-bottom.png");

}



.risultati-ricerca .wrapper-serp .row-serp:nth-child(10) {

  background-image: url("../images/common/trasparent.png"), url("../images/common/trasparent.png");

}



.risultati-ricerca .wrapper-serp .row-serp h3 {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #a11640;

  text-transform: uppercase;

}



.risultati-ricerca .wrapper-serp .row-serp h3 a {

  color: #a11640;

  text-decoration: none;

}



.risultati-ricerca .wrapper-serp .row-serp h3 a:hover {

  color: #a11640;

}



.risultati-ricerca .wrapper-serp .row-serp h3 {

  font-size: 13px;

}



@media screen and (min-width: 320px) {

  .risultati-ricerca .wrapper-serp .row-serp h3 {

    font-size: calc(13px + 13 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .risultati-ricerca .wrapper-serp .row-serp h3 {

    font-size: 26px;

  }

}



@media (max-width: 767px) {

  .risultati-ricerca .wrapper-serp .row-serp h3 {

    padding-top: 10px;

  }

}



.risultati-ricerca .wrapper-serp .row-serp h3:after {

  font-family: 'iconaba';

  content: "\e912";

  display: inline-block;

  position: absolute;

  right: 0px;

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.risultati-ricerca .wrapper-serp .row-serp p {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #000;

}



.risultati-ricerca .wrapper-serp .row-serp p a {

  color: #000;

  text-decoration: none;

}



.risultati-ricerca .wrapper-serp .row-serp p a:hover {

  color: #000;

}



.risultati-ricerca .wrapper-serp .row-serp p {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .risultati-ricerca .wrapper-serp .row-serp p {

    font-size: calc(12px + 4 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .risultati-ricerca .wrapper-serp .row-serp p {

    font-size: 16px;

  }

}



.risultati-ricerca .wrapper-serp .row-serp dl {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 400;

  color: #a11640;

  background-image: url(../images/common/tags.png);

  background-position: left top;

  background-repeat: no-repeat;

  padding-left: 40px;

  height: 30px;

}



.risultati-ricerca .wrapper-serp .row-serp dl a {

  color: #a11640;

  text-decoration: none;

}



.risultati-ricerca .wrapper-serp .row-serp dl a:hover {

  color: #a11640;

}



.risultati-ricerca .wrapper-serp .row-serp dl {

  font-size: 13px;

}



@media screen and (min-width: 320px) {

  .risultati-ricerca .wrapper-serp .row-serp dl {

    font-size: calc(13px + 0 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .risultati-ricerca .wrapper-serp .row-serp dl {

    font-size: 13px;

  }

}



@media (max-width: 767px) {

  .risultati-ricerca .wrapper-serp .row-serp dl {

    background-size: 20px;

    padding-left: 30px;

  }

}



.risultati-ricerca .wrapper-serp .row-serp dl dd {

  display: inline-block;

  padding-right: 2px;

  text-transform: uppercase;

}



.risultati-ricerca .wrapper-serp .row-serp dl dd:after {

  content: "/";

  display: inline-block;

  padding-left: 3px;

}



.risultati-ricerca .wrapper-serp .row-serp dl dd:last-child:after {

  content: "";

}



.wrapper-tags.top-line {

  padding-top: 16px;

  padding-bottom: 40px;

  border-top: 1px solid #555555;

}



.wrapper-tags dl {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 400;

  color: #a11640;

  background-image: url(../images/common/tags.png);

  background-position: left top;

  background-repeat: no-repeat;

  padding-left: 40px;

  height: 30px;

}



.wrapper-tags dl a {

  color: #a11640;

  text-decoration: none;

}



.wrapper-tags dl a:hover {

  color: #a11640;

}



.wrapper-tags dl {

  font-size: 13px;

}



@media screen and (min-width: 320px) {

  .wrapper-tags dl {

    font-size: calc(13px + 0 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wrapper-tags dl {

    font-size: 13px;

  }

}



@media (max-width: 767px) {

  .wrapper-tags dl {

    background-size: 20px;

    padding-left: 30px;

  }

}



.wrapper-tags dl dd {

  display: inline-block;

  padding-right: 2px;

  text-transform: uppercase;

}



.wrapper-tags dl dd:after {

  content: "/";

  display: inline-block;

  padding-left: 3px;

}



.wrapper-tags dl dd:last-child:after {

  content: "";

}



/* landing News */

.sep-green-left .responsive-svg,

.sep-green-right .responsive-svg {

  margin-top: 20px;

}



@media (min-width: 300px) and (max-width: 479px) {

  .sep-green-left .responsive-svg svg,

  .sep-green-right .responsive-svg svg {

    height: 128px;

  }

}



.sep-green-left .top,

.sep-green-right .top {

  background-position: left;

  background-repeat: no-repeat;

  background-size: contain;

  width: 100%;

  height: 7px;

}



.sep-green-left h4,

.sep-green-right h4 {

  margin-top: 50px;

  font-size: 25px;

  line-height: 21px;

  color: #00b0aa;

  font-weight: 800;

}



@media (min-width: 300px) and (max-width: 767px) {

  .sep-green-left h4,

  .sep-green-right h4 {

    margin-top: 0px;

  }

}



.sep-green-left .text,

.sep-green-right .text {

  font-size: 16px;

  line-height: 21px;

  color: #777777;

  padding: 0 0 10px 0;

}



.sep-green-left .text a,

.sep-green-right .text a {

  color: #777777;

  text-decoration: none;

}



.sep-green-left .landing-box-cta a,

.sep-green-right .landing-box-cta a {

  width: 28px;

  text-decoration: none;

}



.sep-green-left .landing-box-cta a span,

.sep-green-right .landing-box-cta a span {

  left: 0px;

}



.sep-green-left .landing-box-cta a:before,

.sep-green-right .landing-box-cta a:before {

  font-family: 'iconaba';

  color: #a41965;

  content: '\e912';

  display: inline-block;

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-size: 30px;

  width: 30px;

  height: 30px;

  left: 0px;

  top: 0px;

  position: block;

  background: transparent;

  -webkit-transition: ease-in;

  -o-transition: ease-in;

  transition: ease-in;

  -webkit-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0s;

  transition-duration: 0s;

}



.sep-green-left .top {

  background-image: url(../images/common/sep-landing-green-left.png);

}



.sep-green-right .top {

  background-image: url(../images/common/sep-landing-green-right.png);

}



.widget-pager {

  position: absolute;

  bottom: 20px;

  left: 0px;

  width: 690px;

  height: 118px;

}



@media (min-width: 768px) and (max-width: 1023px) {

  .widget-pager {

    bottom: 30px;

  }

}



@media (max-width: 767px) {

  .widget-pager {

    width: 100%;

  }

}



.widget-pager .item-list {

  position: absolute;

  z-index: 100;

  top: 12px;

  right: 60px;

}



@media (max-width: 767px) {

  .widget-pager .item-list {

    top: 20px;

    right: 60px;

  }

}



@media (max-width: 479px) {

  .widget-pager .item-list {

    top: 20px;

    right: 40px;

  }

}



.widget-pager .item-list .pager {

  padding-left: 0;

  margin: 16px 0;

  /*$line-height-computed*/

  list-style: none;

  text-align: center;

}



.widget-pager .item-list .pager:before, .widget-pager .item-list .pager:after {

  content: " ";

  display: table;

}



.widget-pager .item-list .pager:after {

  clear: both;

}



.widget-pager .item-list .pager li {

  display: inline-block;

  width: 30px;

  height: 30px;

  margin-right: 3px;

  margin-left: 3px;

  float: left;

  line-height: 30px;

}



.widget-pager .item-list .pager li.pager-prev, .widget-pager .item-list .pager li.pager-next {

  color: #fff;

  letter-spacing: -6px;

}



.widget-pager .item-list .pager li.pager-prev a, .widget-pager .item-list .pager li.pager-next a {

  position: relative;

  overflow: hidden;

  text-indent: 30px;

  z-index: 10;

}



.widget-pager .item-list .pager li.pager-prev:before, .widget-pager .item-list .pager li.pager-next:before {

  display: inline-block;

  font-weight: bold;

  position: absolute;

  width: 30px;

  height: 30px;

  z-index: 5;

  line-height: 20px;

}



.widget-pager .item-list .pager li.pager-prev:before:hover, .widget-pager .item-list .pager li.pager-prev:before:focus, .widget-pager .item-list .pager li.pager-next:before:hover, .widget-pager .item-list .pager li.pager-next:before:focus {

  color: grey;

}



.widget-pager .item-list .pager li.pager-prev:before {

  content: "\2329 \2329";

  left: -4px;

  line-height: 29px;

}



.widget-pager .item-list .pager li.pager-next:before {

  content: "\232A \232A";

  margin-left: 2px;

  margin-top: 5px;

}



.widget-pager .item-list .pager li.pager-current {

  color: #fff;

}



.widget-pager .item-list .pager li.pager-last {

  display: none;

}



.widget-pager .item-list .pager li > a,

.widget-pager .item-list .pager li > span {

  color: #fff;

  line-height: 20px;

  text-decoration: none;

  display: inline-block;

  width: 30px;

  height: 30px;

  padding: 4px;

  background-color: transparent;

  border: 1px solid #fff;

  border-radius: 1000px;

}



.widget-pager .item-list .pager li > a:hover,

.widget-pager .item-list .pager li > a:focus {

  color: grey;

  text-decoration: none;

  background-color: #fff;

}



.widget-pager .item-list .pager li > a:hover:before,

.widget-pager .item-list .pager li > a:focus:before {

  color: grey;

}



@media (max-width: 479px) {

  .widget-pager .item-list .pager li {

    width: 20px;

    height: 20px;

	margin-top: 3px;

    line-height: 20px;

  }

  .widget-pager .item-list .pager li.pager-prev:before {

    width: 20px;

    height: 20px;

    line-height: 20px;

  }

  .widget-pager .item-list .pager li.pager-next:before {

    width: 20px;

    height: 20px;

    line-height: 10px;

  }

  .widget-pager .item-list .pager li > a,

  .widget-pager .item-list .pager li > span {

    /*

	line-height: 10px;

    width: 20px;

    height: 20px;

	*/

	line-height: 12px;

    width: 27px;

    height: 24px;

	

	

  }

  .widget-pager .item-list .pager li {

	margin-right: 7px;

	margin-left: 6px;

	  

  }

}



.widget-pager .item-list .pager .next > a,

.widget-pager .item-list .pager .next > span {

  float: right;

}



.widget-pager .item-list .pager .previous > a,

.widget-pager .item-list .pager .previous > span {

  float: left;

}



.widget-pager .item-list .pager .disabled > a,

.widget-pager .item-list .pager .disabled > a:hover,

.widget-pager .item-list .pager .disabled > a:focus,

.widget-pager .item-list .pager .disabled > span {

  color: #777777;

  background-color: #fff;

  cursor: not-allowed;

}



.widget-pager .bg-pager {

  z-index: auto;

}



@media (max-width: 767px) {

  .widget-pager .bg-pager {

    width: 480px;

    height: 90px;

    transform: scale(1, 1.3) translateY(2px);

  }

}



@media (max-width: 479px) {

  .widget-pager .bg-pager {

    width: 320px;

    height: 90px;

    transform: scale(1, 1.5) translateY(4px);

  }

}



.widget-pager .bg-pager .fill-pager {

  opacity: 0.8;

}



.logoslider {

  margin-left: auto;

  margin-right: auto;

  padding-top: 20px;

  padding-bottom: 20px;

}



.logoslider .slick-next {

  right: -10px;

}



.logoslider .slick-prev {

  left: -10px;

}



.logoslider .slick-track {

  margin-left: -10px;

}



.logoslider .slick-list:before, .logoslider .slick-list:after {

  content: " ";

  display: block;

  width: 45px;

  height: 100px;

  background-color: #fff;

  position: absolute;

  top: 0px;

  z-index: 10;

}



.logoslider .slick-list:before {

  left: 0px;

}



.logoslider .slick-list:after {

  right: 0px;

}



.logoslider .slick-list .slick-slide {

  padding-left: 26px;

  padding-right: 26px;

}



.logoslider .slick-list .slick-slide img {

  width: 100%;

  height: auto;

}



.logoslider .slick-list .slick-slide .text-editor h5 {

  margin-bottom: 0px;

}



.wwms {

  margin-top: 56px;

  margin-left: -15px;

  margin-right: -15px;

  padding-bottom: 70px;

}



.wwms .wwms-z-index-auto {

  position: relative;

}



.wwms .wwms-z-index-auto:nth-child(1) {

  /* z-index: 5; */

  z-index: 11111;

}



.wwms .wwms-z-index-auto:nth-child(2) {

  z-index: 6;

}



.wwms .wwms-z-index-auto:nth-child(3) {

  z-index: 7;

}



.wwms .wwms-z-index-auto:nth-child(4) {

  z-index: 8;

}



.wwms .wwms-z-index-auto:nth-child(5) {

  z-index: 9;

}



.wwms .wwms-z-index-auto:nth-child(6) {

  z-index: 10;

}



.wwms .wwms-z-index-auto:nth-child(7) {

  z-index: 11;

}



.wwms .wwms-z-index-auto:nth-child(8) {

  z-index: 12;

}



.wwms .wwms-z-index-auto:nth-child(9) {

  z-index: 13;

}



.wwms .wwms-z-index-auto:nth-child(10) {

  z-index: 14;

}



.wwms .wwms-z-index-auto:nth-child(11) {

  z-index: 15;

}



.wwms .wwms-z-index-auto:nth-child(12) {

  z-index: 16;

}



.wwms .wwms-z-index-auto:nth-child(13) {

  z-index: 17;

}



.wwms .wwms-z-index-auto:nth-child(14) {

  z-index: 18;

}



.wwms .wwms-z-index-auto:nth-child(15) {

  z-index: 19;

}



.wwms .wwms-z-index-auto:nth-child(16) {

  z-index: 20;

}



.wwms .wwms-z-index-auto:nth-child(17) {

  z-index: 21;

}



.wwms .wwms-z-index-auto:nth-child(18) {

  z-index: 22;

}



.wwms .wwms-z-index-auto:nth-child(19) {

  z-index: 23;

}



.wwms .wwms-z-index-auto:nth-child(20) {

  z-index: 24;

}



.wwms .wwms-z-index-auto:nth-child(21) {

  z-index: 25;

}



.wwms .wwms-z-index-auto:nth-child(22) {

  z-index: 26;

}



.wwms .wwms-z-index-auto:nth-child(23) {

  z-index: 27;

}



.wwms .wwms-z-index-auto:nth-child(24) {

  z-index: 28;

}



.wwms .wwms-z-index-auto:nth-child(25) {

  z-index: 29;

}



.wwms .wwms-z-index-auto:nth-child(26) {

  z-index: 30;

}



.wwms .wwms-z-index-auto:nth-child(27) {

  z-index: 31;

}



.wwms .wwms-z-index-auto:nth-child(28) {

  z-index: 32;

}



.wwms .wwms-z-index-auto:nth-child(29) {

  z-index: 33;

}



.wwms .wwms-z-index-auto:nth-child(30) {

  z-index: 34;

}



.wwms .aggangio-top-svg:first-child {

  margin-top: -70px;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-top,

.wwms .sw-editoriale .sw-editoriale-top {

  height: 70px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: 0% 0%;

  background-image: url(../images/bg-widget/sw-editoriale-top.png);

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-middle,

.wwms .sw-editoriale .sw-editoriale-middle {

  padding-top: 20px;

  padding-right: 20px;

  padding-bottom: 20px;

  padding-left: 20px;

  background-color: #96ead1;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-bottom,

.wwms .sw-editoriale .sw-editoriale-bottom {

  height: 70px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: 0% 0%;

  background-image: url(../images/bg-widget/sw-editoriale-bottom.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(2),

.wwms .sw-editoriale:nth-child(2) {

  margin-top: -60px;

}



.wwms [class~=region] .sw-editoriale:nth-child(2) .sw-editoriale-top,

.wwms .sw-editoriale:nth-child(2) .sw-editoriale-top {

  background-image: url(../images/bg-widget/sw-editoriale-top-flip.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(2) .sw-editoriale-bottom,

.wwms .sw-editoriale:nth-child(2) .sw-editoriale-bottom {

  background-image: url(../images/bg-widget/sw-editoriale-bottom-flip.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(3),

.wwms .sw-editoriale:nth-child(3) {

  margin-top: -60px;

}



.wwms [class~=region] .sw-editoriale:nth-child(3) .sw-editoriale-top,

.wwms .sw-editoriale:nth-child(3) .sw-editoriale-top {

  background-image: url(../images/bg-widget/sw-editoriale-top.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(3) .sw-editoriale-bottom,

.wwms .sw-editoriale:nth-child(3) .sw-editoriale-bottom {

  background-image: url(../images/bg-widget/sw-editoriale-bottom.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(4),

.wwms .sw-editoriale:nth-child(4) {

  margin-top: -60px;

}



.wwms [class~=region] .sw-editoriale:nth-child(4) .sw-editoriale-top,

.wwms .sw-editoriale:nth-child(4) .sw-editoriale-top {

  background-image: url(../images/bg-widget/sw-editoriale-top-flip.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(4) .sw-editoriale-bottom,

.wwms .sw-editoriale:nth-child(4) .sw-editoriale-bottom {

  background-image: url(../images/bg-widget/sw-editoriale-bottom-flip.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(5),

.wwms .sw-editoriale:nth-child(5) {

  margin-top: -60px;

}



.wwms [class~=region] .sw-editoriale:nth-child(5) .sw-editoriale-top,

.wwms .sw-editoriale:nth-child(5) .sw-editoriale-top {

  background-image: url(../images/bg-widget/sw-editoriale-top.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(5) .sw-editoriale-bottom,

.wwms .sw-editoriale:nth-child(5) .sw-editoriale-bottom {

  background-image: url(../images/bg-widget/sw-editoriale-bottom.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(6),

.wwms .sw-editoriale:nth-child(6) {

  margin-top: -60px;

}



.wwms [class~=region] .sw-editoriale:nth-child(6) .sw-editoriale-top,

.wwms .sw-editoriale:nth-child(6) .sw-editoriale-top {

  background-image: url(../images/bg-widget/sw-editoriale-top-flip.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(6) .sw-editoriale-bottom,

.wwms .sw-editoriale:nth-child(6) .sw-editoriale-bottom {

  background-image: url(../images/bg-widget/sw-editoriale-bottom-flip.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(7),

.wwms .sw-editoriale:nth-child(7) {

  margin-top: -60px;

}



.wwms [class~=region] .sw-editoriale:nth-child(7) .sw-editoriale-top,

.wwms .sw-editoriale:nth-child(7) .sw-editoriale-top {

  background-image: url(../images/bg-widget/sw-editoriale-top.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(7) .sw-editoriale-bottom,

.wwms .sw-editoriale:nth-child(7) .sw-editoriale-bottom {

  background-image: url(../images/bg-widget/sw-editoriale-bottom.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(8),

.wwms .sw-editoriale:nth-child(8) {

  margin-top: -60px;

}



.wwms [class~=region] .sw-editoriale:nth-child(8) .sw-editoriale-top,

.wwms .sw-editoriale:nth-child(8) .sw-editoriale-top {

  background-image: url(../images/bg-widget/sw-editoriale-top-flip.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(8) .sw-editoriale-bottom,

.wwms .sw-editoriale:nth-child(8) .sw-editoriale-bottom {

  background-image: url(../images/bg-widget/sw-editoriale-bottom-flip.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(9),

.wwms .sw-editoriale:nth-child(9) {

  margin-top: -60px;

}



.wwms [class~=region] .sw-editoriale:nth-child(9) .sw-editoriale-top,

.wwms .sw-editoriale:nth-child(9) .sw-editoriale-top {

  background-image: url(../images/bg-widget/sw-editoriale-top.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(9) .sw-editoriale-bottom,

.wwms .sw-editoriale:nth-child(9) .sw-editoriale-bottom {

  background-image: url(../images/bg-widget/sw-editoriale-bottom.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(10),

.wwms .sw-editoriale:nth-child(10) {

  margin-top: -60px;

}



.wwms [class~=region] .sw-editoriale:nth-child(10) .sw-editoriale-top,

.wwms .sw-editoriale:nth-child(10) .sw-editoriale-top {

  background-image: url(../images/bg-widget/sw-editoriale-top-flip.png);

}



.wwms [class~=region] .sw-editoriale:nth-child(10) .sw-editoriale-bottom,

.wwms .sw-editoriale:nth-child(10) .sw-editoriale-bottom {

  background-image: url(../images/bg-widget/sw-editoriale-bottom-flip.png);

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-title,

.wwms .sw-editoriale .sw-editoriale-title {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #303030;

  text-transform: uppercase;

  line-height: 0.9em;

  margin-top: 0px;

  margin-bottom: 20px;

  padding-top: 10px;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-title a,

.wwms .sw-editoriale .sw-editoriale-title a {

  color: #303030;

  text-decoration: none;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-title a:hover,

.wwms .sw-editoriale .sw-editoriale-title a:hover {

  color: #303030;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-title,

.wwms .sw-editoriale .sw-editoriale-title {

  font-size: 18px;

}



@media screen and (min-width: 320px) {

  .wwms [class~=region] .sw-editoriale .sw-editoriale-title,

  .wwms .sw-editoriale .sw-editoriale-title {

    font-size: calc(18px + 12 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wwms [class~=region] .sw-editoriale .sw-editoriale-title,

  .wwms .sw-editoriale .sw-editoriale-title {

    font-size: 30px;

  }

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-img,

.wwms .sw-editoriale .sw-editoriale-img {

  text-align: center;

  margin-top: 10px;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-text,

.wwms .sw-editoriale .sw-editoriale-text {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #000;

  margin-top: 20px;

  margin-bottom: 40px;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-text a,

.wwms .sw-editoriale .sw-editoriale-text a {

  color: #a11640;

  text-decoration: none;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-text a:hover,

.wwms .sw-editoriale .sw-editoriale-text a:hover {

  color: #a11640;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-text,

.wwms .sw-editoriale .sw-editoriale-text {

  font-size: 16px;

}



@media screen and (min-width: 320px) {

  .wwms [class~=region] .sw-editoriale .sw-editoriale-text,

  .wwms .sw-editoriale .sw-editoriale-text {

    font-size: calc(16px + 0 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wwms [class~=region] .sw-editoriale .sw-editoriale-text,

  .wwms .sw-editoriale .sw-editoriale-text {

    font-size: 16px;

  }

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-text a,

.wwms .sw-editoriale .sw-editoriale-text a {

  text-decoration: underline;

  font-weight: 700;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-link .link,

.wwms .sw-editoriale .sw-editoriale-link .link {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #303030;

  text-transform: uppercase;

  line-height: 0.8em;

  margin-bottom: 10px;

  display: block;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-link .link,

.wwms .sw-editoriale .sw-editoriale-link .link {

  font-size: 13px;

}



@media screen and (min-width: 320px) {

  .wwms [class~=region] .sw-editoriale .sw-editoriale-link .link,

  .wwms .sw-editoriale .sw-editoriale-link .link {

    font-size: calc(13px + 13 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wwms [class~=region] .sw-editoriale .sw-editoriale-link .link,

  .wwms .sw-editoriale .sw-editoriale-link .link {

    font-size: 26px;

  }

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-link .icon-svg,

.wwms .sw-editoriale .sw-editoriale-link .icon-svg {

  width: 30px;

  height: 30px;

  fill: #303030;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-link .btn,

.wwms .sw-editoriale .sw-editoriale-link .btn {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  text-transform: uppercase;

  margin-bottom: 5px;

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-link .btn,

.wwms .sw-editoriale .sw-editoriale-link .btn {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .wwms [class~=region] .sw-editoriale .sw-editoriale-link .btn,

  .wwms .sw-editoriale .sw-editoriale-link .btn {

    font-size: calc(12px + 6 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wwms [class~=region] .sw-editoriale .sw-editoriale-link .btn,

  .wwms .sw-editoriale .sw-editoriale-link .btn {

    font-size: 18px;

  }

}



.wwms [class~=region] .sw-editoriale .sw-editoriale-link .btn.bg-bbordeaux,

.wwms .sw-editoriale .sw-editoriale-link .btn.bg-bbordeaux {

  color: #fff;

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wwms [class~=region] .sw-editoriale .sw-editoriale-img .responsive-svg .mask-square-image,

  .wwms .sw-editoriale .sw-editoriale-img .responsive-svg .mask-square-image {

    width: 216px;

    height: 215px;

  }

}



@media (min-width: 992px) and (max-width: 1023px) {

  .wwms [class~=region] .sw-editoriale .sw-editoriale-img .responsive-svg .mask-square-image,

  .wwms .sw-editoriale .sw-editoriale-img .responsive-svg .mask-square-image {

    width: 150px;

    height: 120px;

  }

}



@media (min-width: 768px) and (max-width: 991px) {

  .wwms [class~=region] .sw-editoriale .sw-editoriale-img .responsive-svg .mask-square-image,

  .wwms .sw-editoriale .sw-editoriale-img .responsive-svg .mask-square-image {

    width: 150px;

    height: 120px;

  }

  .wwms [class~=region] .sw-editoriale .sw-editoriale-wrapper-mobile,

  .wwms .sw-editoriale .sw-editoriale-wrapper-mobile {

    clear: both;

  }

  .wwms [class~=region] .sw-editoriale .sw-editoriale-wrapper-mobile:before, .wwms [class~=region] .sw-editoriale .sw-editoriale-wrapper-mobile:after,

  .wwms .sw-editoriale .sw-editoriale-wrapper-mobile:before,

  .wwms .sw-editoriale .sw-editoriale-wrapper-mobile:after {

    content: " ";

    display: table;

  }

  .wwms [class~=region] .sw-editoriale .sw-editoriale-wrapper-mobile:after,

  .wwms .sw-editoriale .sw-editoriale-wrapper-mobile:after {

    clear: both;

  }

  .wwms [class~=region] .sw-editoriale .sw-editoriale-wrapper-mobile .sw-editoriale-img,

  .wwms .sw-editoriale .sw-editoriale-wrapper-mobile .sw-editoriale-img {

    width: 30%;

    float: left;

  }

  .wwms [class~=region] .sw-editoriale .sw-editoriale-wrapper-mobile .sw-editoriale-text,

  .wwms .sw-editoriale .sw-editoriale-wrapper-mobile .sw-editoriale-text {

    width: 70%;

    padding-left: 8%;

    padding-right: 8%;

    float: right;

  }

  .wwms [class~=region] .sw-editoriale .sw-editoriale-link,

  .wwms .sw-editoriale .sw-editoriale-link {

    text-align: right;

  }

}



.wwms [class~=region] .sw-editoriale.by-download .ico-file,

.wwms .sw-editoriale.by-download .ico-file {

  width: 100%;

}



.wwms [class~=region] .sw-editoriale.by-download .wp-byte-download,

.wwms .sw-editoriale.by-download .wp-byte-download {

  margin-left: -16px;

}



.wwms [class~=region] .sw-editoriale.by-download .sw-editoriale-title,

.wwms .sw-editoriale.by-download .sw-editoriale-title {

  font-size: 14px;

}



@media screen and (min-width: 320px) {

  .wwms [class~=region] .sw-editoriale.by-download .sw-editoriale-title,

  .wwms .sw-editoriale.by-download .sw-editoriale-title {

    font-size: calc(14px + 9 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wwms [class~=region] .sw-editoriale.by-download .sw-editoriale-title,

  .wwms .sw-editoriale.by-download .sw-editoriale-title {

    font-size: 23px;

  }

}



.wwms [class~=region] .sw-editoriale.by-download .byte-download,

.wwms .sw-editoriale.by-download .byte-download {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 700;

  text-transform: uppercase;

  display: block;

}



.wwms [class~=region] .sw-editoriale.by-download .byte-download,

.wwms .sw-editoriale.by-download .byte-download {

  font-size: 14px;

}



@media screen and (min-width: 320px) {

  .wwms [class~=region] .sw-editoriale.by-download .byte-download,

  .wwms .sw-editoriale.by-download .byte-download {

    font-size: calc(14px + 9 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wwms [class~=region] .sw-editoriale.by-download .byte-download,

  .wwms .sw-editoriale.by-download .byte-download {

    font-size: 23px;

  }

}



.wwms [class~=region] .sw-editoriale.by-download .icon-download,

.wwms .sw-editoriale.by-download .icon-download {

  font-size: 16px;

}



@media screen and (min-width: 320px) {

  .wwms [class~=region] .sw-editoriale.by-download .icon-download,

  .wwms .sw-editoriale.by-download .icon-download {

    font-size: calc(16px + 14 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wwms [class~=region] .sw-editoriale.by-download .icon-download,

  .wwms .sw-editoriale.by-download .icon-download {

    font-size: 30px;

  }

}



.wwms .sw-calendario {

  padding-top: 40px;

  padding-bottom: 90px;

  padding-left: 15px;

  padding-right: 15px;

}



.wwms .sw-calendario .sw-editoriale-title {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #a11640;

  text-transform: uppercase;

  line-height: 0.8em;

  margin-top: 0px;

  margin-bottom: 5px;

  padding-top: 10px;

}



.wwms .sw-calendario .sw-editoriale-title a {

  color: #a11640;

  text-decoration: none;

}



.wwms .sw-calendario .sw-editoriale-title a:hover {

  color: #a11640;

}



.wwms .sw-calendario .sw-editoriale-title {

  font-size: 18px;

}



@media screen and (min-width: 320px) {

  .wwms .sw-calendario .sw-editoriale-title {

    font-size: calc(18px + 12 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wwms .sw-calendario .sw-editoriale-title {

    font-size: 30px;

  }

}



.wwms .sw-calendario .sw-editoriale-text {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #000;

  margin-top: 5px;

  margin-bottom: 10px;

}



.wwms .sw-calendario .sw-editoriale-text a {

  color: #000;

  text-decoration: none;

}



.wwms .sw-calendario .sw-editoriale-text a:hover {

  color: #000;

}



.wwms .sw-calendario .sw-editoriale-text {

  font-size: 16px;

}



@media screen and (min-width: 320px) {

  .wwms .sw-calendario .sw-editoriale-text {

    font-size: calc(16px + 0 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wwms .sw-calendario .sw-editoriale-text {

    font-size: 16px;

  }

}



.wwms .sw-calendario .btn {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  text-transform: uppercase;

  margin-top: 20px;

  margin-bottom: 5px;

}



.wwms .sw-calendario .btn {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .wwms .sw-calendario .btn {

    font-size: calc(12px + 6 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wwms .sw-calendario .btn {

    font-size: 18px;

  }

}



.wwms .sw-calendario .btn.bg-bbordeaux {

  color: #fff;

}



.wwms .sw-banner {

  text-align: center;

  margin: 90px auto;

}



@media (min-width: 1280px) {

  .wwms .sw-banner .ico-file {

    width: auto;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wwms .sw-banner .ico-file {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

  }

}



@media (min-width: 992px) {

  .wwms .sw-banner .ico-file {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

  }

}



@media (max-width: 991px) {

  .wwms .sw-banner .ico-file {

    width: auto;

    margin: auto;

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wwms .sw-banner .ico-file {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

  }

}



@media (max-width: 319px) {

  .wwms .sw-banner .ico-file {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

  }

}



.sw-simple-list .sw-simple-list-title {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #303030;

  text-transform: uppercase;

}



.sw-simple-list .sw-simple-list-title a {

  color: #303030;

  text-decoration: none;

}



.sw-simple-list .sw-simple-list-title a:hover {

  color: #303030;

}



.sw-simple-list .sw-simple-list-title {

  font-size: 18px;

}



@media screen and (min-width: 320px) {

  .sw-simple-list .sw-simple-list-title {

    font-size: calc(18px + 12 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .sw-simple-list .sw-simple-list-title {

    font-size: 30px;

  }

}



.sw-simple-list .sw-simple-list-elements {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 600;

  color: #303030;

}



.sw-simple-list .sw-simple-list-elements a {

  color: #303030;

  text-decoration: none;

}



.sw-simple-list .sw-simple-list-elements a:hover {

  color: #303030;

}



.sw-simple-list .sw-simple-list-elements {

  font-size: 11px;

}



@media screen and (min-width: 320px) {

  .sw-simple-list .sw-simple-list-elements {

    font-size: calc(11px + 2 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .sw-simple-list .sw-simple-list-elements {

    font-size: 13px;

  }

}



.sw-simple-list .sw-simple-list-elements li {

  text-transform: uppercase;

  margin-bottom: 20px;

  clear: both;

}



.sw-simple-list .sw-simple-list-elements li:before, .sw-simple-list .sw-simple-list-elements li:after {

  content: " ";

  display: table;

}



.sw-simple-list .sw-simple-list-elements li:after {

  clear: both;

}



.sw-simple-list .sw-simple-list-elements li .ico {

  width: 40px;

  height: 30px;

  float: left;

}



.sw-simple-list .sw-simple-list-elements li .text {

  float: left;

  height: 30px;

  width: 230px;

  margin-top: 4px;

  text-align: left;

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .sw-simple-list .sw-simple-list-elements li .text {

    width: 180px;

  }

}



@media (min-width: 992px) and (max-width: 1023px) {

  .sw-simple-list .sw-simple-list-elements li .text {

    width: 120px;

  }

}



@media (max-width: 991px) {

  .sw-simple-list .sw-simple-list-elements li .text {

    width: 230px;

  }

}



.sw-simple-list .sw-simple-list-elements i.icon-download {

  font-size: 34px;

  vertical-align: middle;

}



.sw-simple-list .sw-simple-list-elements i.icon-arrow-to-visita {

  font-size: 26px;

  vertical-align: middle;

}



/**

 * calendar calendar table styles

 */

.calendar-calendar {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

}



.calendar-calendar tr.odd, .calendar-calendar tr.even {

  background-color: #fff;

}



.calendar-calendar table {

  border-collapse: collapse;

  border-spacing: 0;

  margin: 0 auto;

  padding: 0;

  width: 100%;

  /* Setting at 100% causes problem in Internet Explorer. */

}



.calendar-calendar .month-view table {

  border: none;

  padding: 0;

  margin: 0;

  width: 100%;

}



/**

 * IE needs a little help to get the side by side tables to the right size

 */

.calendar-calendar .year-view td {

  width: 32%;

  padding: 1px;

  border: none;

}



.calendar-calendar .year-view td table td {

  width: 13%;

  padding: 0;

}



.calendar-calendar tr {

  padding: 0;

  margin: 0;

  background-color: #ebebeb;

}



.calendar-calendar th {

  text-align: center;

  margin: 0;

}



.calendar-calendar th a {

  font-weight: bold;

}



.calendar-calendar td {

  width: 14%;

  border: 1px solid #ccc;

  color: #777;

  text-align: right;

  vertical-align: top;

  margin: 0;

  padding: 0;

}



/**

 * simplify the mini calendar by removing borders

 */

.calendar-calendar .mini {

  border: 1px solid #fff;

}



/**

 * format for the week number in the first cell

 */

.calendar-calendar td.week {

  width: 1%;

  min-width: 1%;

}



.calendar-calendar .week {

  clear: both;

  font-style: normal;

  color: #555;

  font-size: 0.8em;

}



/**

 * IE6 does not support min-height, using Min-Height fast hack from http://www.dustindiaz.com/min-height-fast-hack

 */

.calendar-calendar .inner {

  height: auto !important;

  height: 5em;

  padding: 0;

  margin: 0;

}



.calendar-calendar .inner div {

  padding: 0;

  margin: 0;

}



/**

 * Make sure paragraphs buried in calendar cells use padding, not margins, for separation so the background color doesn't come through.

 */

.calendar-calendar .inner p {

  padding: 0 0 .8em 0;

  margin: 0;

}



.calendar-calendar td a {

  font-weight: bold;

  text-decoration: none;

}



.calendar-calendar td a:hover {

  text-decoration: underline;

}



.calendar-calendar td.year,

.calendar-calendar td.month {

  text-align: center;

}



/**

 * format days of the week header cells

 */

.calendar-calendar th.days {

  color: #fff;

  background-color: #8fbd21;

  text-align: center;

  padding: 3px 1px;

  margin: 0;

}



/**

 * floating day number div

 */

.calendar-calendar div.day {

  float: right;

  text-align: center;

  padding: 0.125em 0.25em 0 0.25em;

  margin: 0;

  background-color: #f3f3f3;

  border: 1px solid gray;

  border-width: 0 0 1px 1px;

  clear: both;

  width: 1.5em;

}



/**

 * individual node container

 */

.calendar-calendar div.calendar {

  background-color: #fff;

  border: solid 1px #ddd;

  text-align: left;

  margin: 0 .25em .25em 0;

  width: 96%;

  float: right;

  /* needed to keep IE from hiding the floating day number */

  clear: both;

}



/**

 * No floating of day view content because there is no floating day number

 */

.calendar-calendar .day-view div.calendar {

  float: none;

  width: 98%;

  margin: 1% 1% 0 1%;

}



.calendar-calendar div.title {

  font-size: .8em;

  text-align: center;

}



.calendar-calendar div.title a {

  color: #000;

}



.calendar-calendar div.title a:hover {

  color: #c00;

}



.calendar-calendar .content {

  clear: both;

  padding: 3px;

  padding-left: 5px;

}



.calendar div.form-item {

  white-space: normal;

}



table td.mini,

table th.mini,

table.mini td.week {

  padding: 0 1px 0 0;

  margin: 0;

}



table td.mini a {

  font-weight: normal;

}



.calendar-calendar .mini-day-off {

  padding: 3px 0px;

  text-align: center;

  font-weight: 900;

}



.calendar-calendar .mini-day-on {

  padding: 3px 0px;

  text-align: center;

  font-weight: 900;

}



table .mini-day-on a {

  text-decoration: underline;

}



.calendar-calendar .mini .title {

  font-size: .8em;

}



.mini .calendar-calendar .week {

  font-size: .7em;

}



.mini-row {

  width: 100%;

  border: none;

}



.mini {

  width: 32%;

  vertical-align: top;

}



/**

 * formatting for the legend stripe and block

 */

.calendar-calendar .stripe {

  height: 5px;

  width: auto;

  font-size: 1px !important;

  line-height: 1px !important;

}



.calendar-calendar .day-view .stripe {

  width: 100%;

}



table.calendar-legend {

  background-color: #ccc;

  width: 100%;

  margin: 0;

  padding: 0;

}



table.calendar-legend tr.odd .stripe,

table.calendar-legend tr.even .stripe {

  height: 12px !important;

  font-size: 9px !important;

  line-height: 10px !important;

}



.calendar-legend td {

  text-align: left;

  padding-left: 5px;

}



.calendar-empty {

  font-size: 1px;

  line-height: 1px;

}



/**

 * formatting for the full day view

 */

.calendar-calendar td.calendar-agenda-hour {

  text-align: right;

  border: none;

  border-top: 1px solid #CCCCCC;

  padding-top: .25em;

  width: 1%;

}



.calendar-calendar td.calendar-agenda-no-hours {

  min-width: 1%;

}



.calendar-calendar td.calendar-agenda-hour .calendar-hour {

  font-size: 1.2em;

  font-weight: bold;

}



.calendar-calendar td.calendar-agenda-hour .calendar-ampm {

  font-size: 1em;

}



.calendar-calendar td.calendar-agenda-items {

  border: 1px solid #CCCCCC;

  text-align: left;

}



.calendar-calendar td.calendar-agenda-items div.calendar {

  width: auto;

  padding: .25em;

  margin: 0;

}



.calendar-calendar div.calendar div.inner .calendar-agenda-empty {

  width: 100%;

  text-align: center;

  vertical-align: middle;

  padding: 1em 0;

  background-color: #fff;

}



/**

 * the popup date selector for jumping to a new date

 */

.calendar-date-select form {

  text-align: right;

  float: right;

  width: 25%;

}



.calendar-date-select div,

.calendar-date-select input,

.calendar-date-select label {

  text-align: right;

  padding: 0;

  margin: 0;

  float: right;

  clear: both;

}



.calendar-date-select .description {

  float: right;

}



.calendar-label {

  font-weight: bold;

  display: block;

  clear: both;

}



.calendar-calendar div.date-nav {

  background-color: #ccc;

  color: #777;

  padding: 0.2em;

  width: auto;

  border: 1px solid #ccc;

}



.calendar-calendar div.date-nav a,

.calendar-calendar div.date-nav h3 {

  color: #777;

  text-decoration: none;

}



.calendar-calendar th.days {

  background-color: #8fbd21;

  color: #fff;

  font-weight: 900;

  border: 0px;

}



.calendar-calendar td.empty {

  background: #ccc;

  border-color: #ccc;

  color: #cc9;

}



.calendar-calendar table.mini td.empty {

  background: #ebebeb;

  border-color: #fff;

}



.calendar-calendar td div.day {

  border: 1px solid #ccc;

  border-top: none;

  border-right: none;

  margin-bottom: 2px;

}



.calendar-calendar td .inner div,

.calendar-calendar td .inner div a {

  background: #eee;

}



/**

 * Set small font size for all items in calendar div, themes can override this.

 * Use x-small instead of em to avoid multiplying effect in nested items.

 */

.calendar-calendar div.calendar {

  border: none;

  font-size: x-small;

}



.calendar-calendar td .inner div.calendar div,

.calendar-calendar td .inner div.calendar div a {

  border: none;

  background: #ffc;

  padding: 0;

}



.calendar-calendar td .inner div.calendar div.calendar-more,

.calendar-calendar td .inner div.calendar div.calendar-more a {

  color: #444;

  background: #fff;

  text-align: right;

}



.calendar-calendar td .inner .view-field,

.calendar-calendar td .inner .view-field a {

  color: #444;

  font-weight: normal;

}



.calendar-calendar td span.date-display-single,

.calendar-calendar td span.date-display-start,

.calendar-calendar td span.date-display-end,

.calendar-calendar td span.date-display-separator {

  font-weight: bold;

}



.calendar-calendar td .inner div.day a {

  color: #4b85ac;

}



.calendar-calendar tr td.today,

.calendar-calendar tr.odd td.today,

.calendar-calendar tr.even td.today {

  text-decoration: underline;

  background-color: #C6C5C5;

}



.calendar-calendar .has-events {

  color: #fff;

  background-color: #a11640;

}



.calendar-calendar .has-events a {

  color: #fff;

  text-decoration: none;

}



/**

 * The following are not used by default but are available for themes

 */

/**

 * Multi day styles

 */

.calendar-calendar tbody {

  border-top: none;

}



.calendar-calendar .month-view .full .inner,

.calendar-calendar .week-view .full .multi-day .inner {

  height: auto;

  min-height: auto;

}



.calendar-calendar .week-view .full .calendar-agenda-hour

.calendar-calendar .month-view .full .single-day .inner .view-item {

  float: left;

  width: 100%;

}



.calendar-calendar .week-view .full .calendar-agenda-hour,

.calendar-calendar .day-view .full .calendar-agenda-hour {

  padding-right: 2px;

}



.calendar-calendar .week-view .full .calendar-agenda-hour {

  width: 6%;

  min-width: 0px;

}



.calendar-calendar .week-view .full .days {

  width: 13%;

}



.calendar-calendar .month-view .full div.calendar,

.calendar-calendar .week-view .full div.calendar,

.calendar-calendar .day-view div.calendar {

  width: auto;

}



.calendar-calendar .month-view .full tr.date-box,

.calendar-calendar .month-view .full tr.date-box td,

.calendar-calendar .month-view .full tr.multi-day,

.calendar-calendar .month-view .full tr.multi-day td {

  height: 19px;

  max-height: 19px;

}



.calendar-calendar .month-view .full tr.single-day .no-entry,

.calendar-calendar .month-view .full tr.single-day .no-entry .inner {

  height: 44px !important;

  line-height: 44px;

}



.calendar-calendar .month-view .full tr.single-day .noentry-multi-day,

.calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner {

  height: 22px !important;

  line-height: 22px;

}



.calendar-calendar .month-view .full td,

.calendar-calendar .week-view .full td,

.calendar-calendar .day-view td {

  vertical-align: top;

  padding: 1px 2px 0 2px;

}



.calendar-calendar .month-view .full td.date-box {

  height: 1%;

  border-bottom: 0px;

  padding-bottom: 2px;

}



.calendar-calendar .month-view .full .week {

  font-size: inherit;

}



.calendar-calendar .month-view .full .week a,

.calendar-calendar .week-view .full .week a {

  color: #4b85ac;

}



.calendar-calendar .month-view .full td .inner div.day,

.calendar-calendar .month-view .full td .inner div.day a {

  border: none;

  background: none;

  margin-bottom: 0px;

}



.calendar-calendar .month-view .full td.date-box .inner,

.calendar-calendar .week-view .full td.date-box .inner {

  min-height: inherit;

}



.calendar-calendar .month-view .full td.multi-day,

.calendar-calendar .week-view .full td.multi-day {

  border-top: 0px;

  border-bottom: 0px;

}



.calendar-calendar .week-view .full .first td.multi-day {

  border-top: 1px solid #CCCCCC;

}



.calendar-calendar .month-view .full td.single-day {

  border-top: 0px;

}



.calendar-calendar .month-view .full td.multi-day .inner,

.calendar-calendar .week-view .full td.multi-day .inner,

.calendar-calendar .day-view .full td.multi-day .inner {

  min-height: inherit;

  width: auto;

  position: relative;

}



.calendar-calendar .month-view .full td.multi-day.no-entry {

  min-height: 0px;

}



.calendar-calendar .month-view .full td.single-day .calendar-empty,

.calendar-calendar .month-view .full td.single-day.empty,

.calendar-calendar .month-view .full td.date-box.empty {

  background: #F4F4F4;

}



.calendar-calendar .month-view .full td.single-day .inner div,

.calendar-calendar .month-view .full td.single-day .inner div a,

.calendar-calendar .month-view .full td.multi-day .inner div,

.calendar-calendar .month-view .full td.multi-day .inner div a,

.calendar-calendar .month-view .full td .inner div.calendar.monthview div,

.calendar-calendar .month-view .full td .inner div.calendar.monthview div a,

.calendar-calendar .week-view .full td.single-day .inner div,

.calendar-calendar .week-view .full td.single-day .inner div a,

.calendar-calendar .week-view .full td.multi-day .inner div,

.calendar-calendar .week-view .full td.multi-day .inner div a,

.calendar-calendar .week-view .full td .inner div.calendar.weekview div,

.calendar-calendar .week-view .full td .inner div.calendar.weekview div a,

.calendar-calendar .day-view .full td .inner div.view-item,

.calendar-calendar .day-view .full td .inner div.calendar div,

.calendar-calendar .day-view .full td .inner div.calendar div a {

  background: none;

}



.calendar-calendar .day-view .full td .inner div.calendar div,

.calendar-calendar .day-view .full td .inner div.calendar div a {

  margin: 0px 3px;

}



.calendar-calendar .day-view .full td .inner div.calendar div.stripe {

  margin: 0px;

}



.calendar-calendar .month-view .full tr td.today,

.calendar-calendar .month-view .full tr.odd td.today,

.calendar-calendar .month-view .full tr.even td.today {

  background: none;

  border-left: 2px solid #7C7F12;

  border-right: 2px solid #7C7F12;

}



.calendar-calendar .month-view .full td.date-box.today {

  border-width: 2px 2px 0px 2px;

  border-style: solid;

  border-color: #7C7F12;

}



.calendar-calendar .month-view .full tr td.single-day.today {

  border-bottom: 2px solid #7C7F12;

}



.calendar-calendar .month-view .full tr td.multi-day.starts-today {

  border-left: 2px solid #7C7F12;

}



.calendar-calendar .month-view .full tr td.multi-day.ends-today {

  border-right: 2px solid #7C7F12;

}



.calendar-calendar .month-view .full tr td.multi-day,

.calendar-calendar .month-view .full tr td.single-day {

  border-top: 0px;

}



.calendar-calendar .month-view .full tr td.multi-day,

.calendar-calendar .month-view .full tr td.date-box {

  border-bottom: 0px;

}



.calendar-calendar .month-view .full .inner .monthview,

.calendar-calendar .week-view .full .inner .weekview,

.calendar-calendar .day-view .full .inner .dayview {

  -moz-border-radius: 5px;

  border-radius: 5px;

  width: auto;

  float: none;

  display: block;

  margin: .25em auto;

  position: relative;

}



.calendar-calendar .month-view .full td.single-day div.monthview,

.calendar-calendar .week-view .full td.single-day div.weekview,

.calendar-calendar .day-view .full td.single-day div.dayview {

  background: #ffc;

  width: auto;

  padding: 0px 3px;

  overflow: hidden;

}



.calendar-calendar .month-view .full td.single-day .calendar-more div.monthview {

  background: none;

}



.calendar-calendar .day-view td div.dayview {

  padding: 0px;

}



.calendar-calendar .month-view .full td.multi-day div.monthview,

.calendar-calendar .week-view .full td.multi-day div.weekview,

.calendar-calendar .day-view .full td.multi-day div.dayview {

  background: #74a5d7;

  height: 1.9em;

  overflow: hidden;

  margin: 0px auto;

  color: #ffffff;

  position: relative;

}



.calendar-calendar .week-view .full td.multi-day div.weekview {

  height: 3.5em;

}



.calendar-calendar .month-view .full td.multi-day .inner .view-field,

.calendar-calendar .month-view .full td.multi-day .inner .view-field a,

.calendar-calendar .week-view .full td.multi-day .inner .view-field,

.calendar-calendar .week-view .full td.multi-day .inner .view-field a,

.calendar-calendar .day-view .full td.multi-day .inner .view-field,

.calendar-calendar .day-view .full td.multi-day .inner .view-field a {

  color: #ffffff;

}



.calendar-calendar .day-view .full td.multi-day div.dayview,

.calendar-calendar .week-view .full td.multi-day div.weekview {

  margin-bottom: 2px;

}



.calendar-calendar .month-view .full td.multi-day .calendar.monthview .view-field {

  white-space: nowrap;

  float: left;

  margin-right: 3px;

}



.calendar-calendar .week-view .full td.multi-day .calendar.weekview .view-field {

  white-space: nowrap;

  display: inline;

  margin-right: 3px;

}



.calendar-calendar .day-view .full td.multi-day .calendar.weekview .view-field {

  display: block;

}



.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,

.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {

  position: absolute;

  width: 3000px;

  left: 5px;

}



.calendar-calendar .day-view td .stripe,

.calendar-calendar .month-view .full td .stripe,

.calendar-calendar .week-view .full td .stripe {

  -moz-border-radius: 5px 5px 0px 0px;

  border-radius: 5px 5px 0px 0px;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 3px;

  z-index: 2;

}



.calendar-calendar .full td.single-day .continuation,

.calendar-calendar .full td.single-day .continues,

.calendar-calendar .full td.single-day .cutoff {

  display: none;

}



.calendar-calendar .month-view .full td.multi-day .inner .monthview .continuation,

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {

  float: left;

  margin-right: 3px;

  height: 1.9em;

}



.calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {

  height: 2.75em;

  padding-top: 0.75em;

  margin-right: 8px;

}



.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,

.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,

.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {

  position: absolute;

  right: 0px !important;

  right: -1px;

  width: 10px;

  text-align: left;

  background: #74a5d7;

  -moz-border-radius: 0px 5px 5px 0px;

  border-radius: 0px 5px 5px 0px;

  height: 1.9em;

  padding-left: 6px;

  z-index: 1;

}



.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,

.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {

  height: 2.75em;

  padding-top: 0.75em;

}



.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,

.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {

  width: 8px;

  padding-left: 0px;

}



.calendar-calendar .week-view .full td.multi-day {

  padding: 2px;

}



.calendar-calendar .week-view td.single-day div.calendar {

  width: 100%;

  padding-left: 0px;

  padding-right: 0px;

}



.calendar-calendar .week-view .full tr.last td.multi-day {

  border-bottom: 1px solid #CCCCCC;

}



/**

 * Restyle Header

 */

.view .date-nav-wrapper .clear-block {

  margin-bottom: 10px;

}



.view .date-nav-wrapper {

  position: relative;

  margin-top: 5px;

  width: 100%;

  height: 30px;

}



.view .date-nav-wrapper .date-nav {

  background-color: transparent;

  border: 0px;

  height: 30px;

  height: auto;

  min-height: 30px;

  position: relative;

  margin-bottom: 10px;

  position: relative;

}



.date-nav .pager li a {

  background-color: transparent;

  border: none;

  border-radius: 0px;

}



.view .date-nav-wrapper .date-prev a,

.view .date-nav-wrapper .date-next a {

  text-decoration: none;

  font-size: 30px;

  color: #719814;

  line-height: 13px;

}



.view .date-nav-wrapper .date-prev a:before,

.view .date-nav-wrapper .date-next a:before {

  color: #fff;

  position: absolute;

  display: block;

  top: 6px;

  width: 12px;

  height: 30px;

}



.view .date-nav-wrapper .date-prev a:before {

  content: "<";

}



.view .date-nav-wrapper .date-next a:before {

  content: ">";

}



.view .date-nav-wrapper.date-nav a:hover {

  text-decoration: underline;

}



.view .date-nav-wrapper .date-prev {

  -moz-border-radius: 0px;

  border-radius: 0px;

  background: none repeat scroll 0 0 #719814;

  float: none;

  padding: 0px;

  position: absolute;

  left: 0px;

  right: auto;

  text-align: right;

  top: 0px;

  width: auto;

  z-index: 1;

  font-size: 12px;

}



.block-views .view .date-nav-wrapper .date-prev {

  left: 0;

  right: auto;

}



.view .date-nav-wrapper .date-prev a {

  margin-left: 5px;

  font-weight: bold;

}



.view .date-nav-wrapper .date-heading {

  position: relative;

  width: 100%;

  top: 0px;

  text-align: center;

  z-index: 0;

  background-color: #719814;

}



.view .date-nav-wrapper .date-heading h3 {

  line-height: 30px;

  font-size: 22px;

  color: white;

  font-weight: 900;

  text-transform: uppercase;

  margin: 0px;

}



.view .date-nav-wrapper .date-heading h3 a {

  color: white;

  text-decoration: none;

}



.view .date-nav-wrapper .date-next {

  -moz-border-radius: 0px;

  border-radius: 0px;

  background: none repeat scroll 0 0 #719814;

  float: none;

  padding: 0px;

  position: absolute;

  right: 0px;

  text-align: right;

  top: 0px;

  width: auto;

  z-index: 1;

  font-size: 12px;

}



.view .date-nav-wrapper .date-next a {

  margin-right: 5px;

  font-weight: bold;

}



.attachment .calendar-calendar {

  margin-top: 20px;

  clear: both;

}



.calendar-calendar th a,

.attachment .calendar-calendar th {

  background-color: transparent;

  border: 0px;

}



.attachment .calendar-calendar th.calendar-agenda-hour {

  color: #777777;

  font-weight: bold;

  text-align: right;

}



.view-calendar .feed-icon {

  margin-top: 5px;

}



.view table.mini .date-prev,

.view table.mini .date-next {

  background: none;

}



.date-nav div.date-prev,

.date-nav div.date-next,

.date-nav {

  width: auto;

}



.date-nav .pager div.date-prev,

.date-nav .pager div.date-next {

  margin-top: 0px !important;

  margin-right: 0px !important;

  margin-bottom: 0px !important;

  margin-left: 0px !important;

}



ul.calendar-links,

.region-content ul.calendar-links {

  margin: 0;

  padding: 0;

}



.year-view div.month-view div.date-nav {

  background-color: #DFDFDF;

  min-height: 20px;

}



.content-full-width {

  position: relative;

}



.content-full-width svg {

  height: 100%;

}



.content-full-width .wp-svg {

  overflow: hidden;

}



@media (max-width: 767px) {

  .content-full-width .row.no-gutters {

    margin-right: 0;

    margin-left: 0;

  }

  .content-full-width .row.no-gutters > [class^="col-"],

  .content-full-width .row.no-gutters > [class*=" col-"] {

    padding-right: 0;

    padding-left: 0;

  }

}



.content-full-width .content-full-width--text {

  width: 100%;

  padding-top: 140px;

  padding-bottom: 70px;

  position: absolute;

}



@media (max-width: 1279px) {

  .content-full-width .content-full-width--text {

    padding-top: 80px;

    padding-bottom: 40px;

  }

}



@media (max-width: 767px) {

  .content-full-width .content-full-width--text {

    padding-top: 0px;

    padding-bottom: 0px;

  }

}



@media (min-width: 768px) {

  .content-full-width .content-full-width--text .invert-float .image {

    float: right;

  }

  .content-full-width .content-full-width--text .invert-float .text {

    float: left;

  }

}



@media (max-width: 767px) {

  .content-full-width .content-full-width--text .invert-float .image {

    float: none;

  }

  .content-full-width .content-full-width--text .invert-float .text {

    float: none;

  }

}



.content-full-width .side-diagonal {

  padding-right: 70px;

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .content-full-width .side-diagonal {

    padding-right: 50px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .content-full-width .side-diagonal {

    padding-right: 20px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .content-full-width .side-diagonal {

    padding-right: 0px;

  }

}



@media (max-width: 767px) {

  .content-full-width .side-diagonal {

    padding-left: 15px !important;

    padding-right: 15px !important;

    margin-bottom: 40px;

  }

}



.content-full-width .side-diagonal .paragraph-simple {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #fff;

}



.content-full-width .side-diagonal .paragraph-simple {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .content-full-width .side-diagonal .paragraph-simple {

    font-size: calc(12px + 4 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .content-full-width .side-diagonal .paragraph-simple {

    font-size: 16px;

  }

}



.content-full-width .side-diagonal .paragraph-simple a {

  color: #fff;

  text-decoration: none;

}



.content-full-width .side-diagonal .paragraph-simple a:hover {

  color: #fff;

}



.content-full-width .wpTypeAzure .content-diagonal .text-editor a {

  text-decoration: underline;

  color: #a11640;

  font-weight: 700;

}



.content-full-width .wpTypeAzure .content-diagonal .text-editor .wrapper-title a {

  text-decoration: none;

  color: #000;

  font-weight: 700;

}



.content-full-width .wpTypeAzure .side-diagonal .blockquote-simple,

.content-full-width .wpTypeAzure .side-diagonal .paragraph-simple {

  color: #000;

}



.content-full-width .wpTypeAzure .side-diagonal .blockquote-simple a,

.content-full-width .wpTypeAzure .side-diagonal .paragraph-simple a {

  color: #000;

  text-decoration: none;

}



.content-full-width .wpTypeAzure .side-diagonal .blockquote-simple a:hover,

.content-full-width .wpTypeAzure .side-diagonal .paragraph-simple a:hover {

  color: #000;

}



@media (max-width: 767px) {

  .content-full-width .wpTypeAzure .side-diagonal {

    background-color: #fff;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .content-full-width .wpTypeAzure .side-diagonal:after {

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    width: 450px;

    height: 30px;

    border-left: 450px solid transparent;

    border-right: 0px solid transparent;

    border-top: 30px solid #fff;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .content-full-width .wpTypeAzure .side-diagonal:after {

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    width: 290px;

    height: 30px;

    border-left: 290px solid transparent;

    border-right: 0px solid transparent;

    border-top: 30px solid #fff;

  }

}



@media (max-width: 319px) {

  .content-full-width .wpTypeAzure .side-diagonal:after {

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    width: 290px;

    height: 30px;

    border-left: 290px solid transparent;

    border-right: 0px solid transparent;

    border-top: 30px solid #fff;

  }

}



.content-full-width .wpTypeGreen .side-diagonal .blockquote-simple,

.content-full-width .wpTypeGreen .side-diagonal .paragraph-simple {

  color: #fff;

  margin-right: 10px;

}



.content-full-width .wpTypeGreen .side-diagonal .blockquote-simple a,

.content-full-width .wpTypeGreen .side-diagonal .paragraph-simple a {

  color: #fff;

  text-decoration: none;

}



.content-full-width .wpTypeGreen .side-diagonal .blockquote-simple a:hover,

.content-full-width .wpTypeGreen .side-diagonal .paragraph-simple a:hover {

  color: #fff;

}



@media (max-width: 767px) {

  .content-full-width .wpTypeGreen .side-diagonal {

    background-color: #bbb13b;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .content-full-width .wpTypeGreen .side-diagonal:after {

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    width: 450px;

    height: 30px;

    border-left: 450px solid transparent;

    border-right: 0px solid transparent;

    border-top: 30px solid #bbb13b;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .content-full-width .wpTypeGreen .side-diagonal:after {

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    width: 290px;

    height: 30px;

    border-left: 290px solid transparent;

    border-right: 0px solid transparent;

    border-top: 30px solid #bbb13b;

  }

}



@media (max-width: 319px) {

  .content-full-width .wpTypeGreen .side-diagonal:after {

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    width: 290px;

    height: 30px;

    border-left: 290px solid transparent;

    border-right: 0px solid transparent;

    border-top: 30px solid #bbb13b;

  }

}



.content-full-width .wpTypeGreen .content-diagonal .text-editor a {

  text-decoration: underline;

  color: #a11640;

  font-weight: 700;

}



.content-full-width .wpTypeGreen .content-diagonal .text-editor .wrapper-title a {

  text-decoration: none;

  color: #fff;

  font-weight: 700;

}



.content-full-width .content-diagonal .row {

  margin-bottom: 50px;

}



.content-full-width .content-diagonal .row .text-editor .bg-padding {

  padding: 8px;

}



.content-full-width .content-diagonal .row .text-editor p {

  line-height: 1.6em;

}



@media (max-width: 1279px) {

  .content-full-width .content-diagonal .row .responsive-svg {

    width: 100%;

    height: auto;

  }

  .content-full-width .content-diagonal .row .responsive-svg svg {

    width: 100%;

    height: auto;

  }

}



.wrapper-trapezio {

  position: relative;

}



.wrapper-trapezio.responsive-size-h-w-svg-trapezio,

.wrapper-trapezio .responsive-size-h-w-svg-trapezio {

  width: 1280px;

  height: 880px;

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wrapper-trapezio.responsive-size-h-w-svg-trapezio,

  .wrapper-trapezio .responsive-size-h-w-svg-trapezio {

    width: 1024px;

    height: 780px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wrapper-trapezio.responsive-size-h-w-svg-trapezio,

  .wrapper-trapezio .responsive-size-h-w-svg-trapezio {

    width: 768px;

    height: 780px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-trapezio.responsive-size-h-w-svg-trapezio,

  .wrapper-trapezio .responsive-size-h-w-svg-trapezio {

    width: 480px;

    height: 780px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-trapezio.responsive-size-h-w-svg-trapezio,

  .wrapper-trapezio .responsive-size-h-w-svg-trapezio {

    width: 320px;

    height: 850px;

  }

}



@media (max-width: 319px) {

  .wrapper-trapezio.responsive-size-h-w-svg-trapezio,

  .wrapper-trapezio .responsive-size-h-w-svg-trapezio {

    width: 320px;

    height: 780px;

  }

}



.wrapper-trapezio.responsive-size-h-w-svg-why-naba,

.wrapper-trapezio .responsive-size-h-w-svg-why-naba {

  width: 1280px;

  height: 410px;

}



.wrapper-trapezio.responsive-size-h-w-svg-why-naba .slide-3-column,

.wrapper-trapezio .responsive-size-h-w-svg-why-naba .slide-3-column {

  width: 1200px;

  height: 200px;

  margin: auto 40px;

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wrapper-trapezio.responsive-size-h-w-svg-why-naba,

  .wrapper-trapezio .responsive-size-h-w-svg-why-naba {

    width: 1024px;

    height: 500px;

  }

  .wrapper-trapezio.responsive-size-h-w-svg-why-naba .slide-3-column,

  .wrapper-trapezio .responsive-size-h-w-svg-why-naba .slide-3-column {

    width: 944px;

    height: 300px;

    margin: auto 40px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wrapper-trapezio.responsive-size-h-w-svg-why-naba,

  .wrapper-trapezio .responsive-size-h-w-svg-why-naba {

    width: 768px;

    height: 390px;

  }

  .wrapper-trapezio.responsive-size-h-w-svg-why-naba .slide-3-column,

  .wrapper-trapezio .responsive-size-h-w-svg-why-naba .slide-3-column {

    width: 688px;

    height: 300px;

    margin: auto 40px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-trapezio.responsive-size-h-w-svg-why-naba,

  .wrapper-trapezio .responsive-size-h-w-svg-why-naba {

    width: 480px;

    height: 410px;

  }

  .wrapper-trapezio.responsive-size-h-w-svg-why-naba .slide-3-column,

  .wrapper-trapezio .responsive-size-h-w-svg-why-naba .slide-3-column {

    width: 400px;

    height: 300px;

    margin: auto 40px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-trapezio.responsive-size-h-w-svg-why-naba,

  .wrapper-trapezio .responsive-size-h-w-svg-why-naba {

    width: 320px;

    height: 540px;

  }

  .wrapper-trapezio.responsive-size-h-w-svg-why-naba .slide-3-column,

  .wrapper-trapezio .responsive-size-h-w-svg-why-naba .slide-3-column {

    width: 240px;

    height: 300px;

    margin: auto 40px;

  }

}



@media (max-width: 319px) {

  .wrapper-trapezio.responsive-size-h-w-svg-why-naba,

  .wrapper-trapezio .responsive-size-h-w-svg-why-naba {

    width: 320px;

    height: 540px;

  }

  .wrapper-trapezio.responsive-size-h-w-svg-why-naba .slide-3-column,

  .wrapper-trapezio .responsive-size-h-w-svg-why-naba .slide-3-column {

    width: 240px;

    height: 300px;

    margin: auto 40px;

  }

}



.wrapper-trapezio .wrapper-trapezio--content-slide {

  position: relative;

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position {

  position: absolute;

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position .wrapper-title.svg-trapezio {

  padding: 0px 50px 10px 50px;

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position .wrapper-title.svg-why-naba {

  padding: 0px 50px 10px 50px;

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.bg {

  z-index: 5;

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.bg .svg-why-naba .responsive-size-h-w-svg-why-naba {

    margin-top: -140px;

    height: 640px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.bg .svg-why-naba .responsive-size-h-w-svg-why-naba {

    margin-top: -140px;

    height: 580px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.bg .svg-why-naba .responsive-size-h-w-svg-why-naba {

    margin-top: -145px;

    height: 580px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.bg .svg-why-naba .responsive-size-h-w-svg-why-naba {

    margin-top: -280px;

    height: 800px;

  }

}



@media (max-width: 319px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.bg .svg-why-naba .responsive-size-h-w-svg-why-naba {

    margin-top: -280px;

    height: 800px;

  }

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text {

  z-index: 10;

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio {

  padding-top: 90px;

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p {

  color: #000;

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p {

  font-size: 12px;

}



@media screen and (min-width: 1270px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p {

    font-size: calc(12px + 2 * ((100vw - 1270px) / 10));

  }

}



@media screen and (min-width: 1280px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p {

    font-size: 14px;

  }

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p {

  font-size: 12px;

}



@media screen and (min-width: 480px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p {

    font-size: calc(12px + 2 * ((100vw - 480px) / 789));

  }

}



@media screen and (min-width: 1269px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p {

    font-size: 14px;

  }

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p {

  font-size: 11px;

}



@media screen and (min-width: 319px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p {

    font-size: calc(11px + 2 * ((100vw - 319px) / 160));

  }

}



@media screen and (min-width: 479px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p {

    font-size: 13px;

  }

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p a {

  color: #000;

  text-decoration: none;

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-trapezio p a:hover {

  color: #000;

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-why-naba {

  padding-top: 40px;

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-why-naba {

    padding-top: 60px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-why-naba {

    padding-top: 60px;

  }

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-why-naba h1 {

    margin-bottom: 0px;

  }

}



@media (max-width: 319px) {

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-why-naba {

    padding-top: 60px;

  }

  .wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-why-naba h1 {

    margin-bottom: 0px;

  }

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-why-naba p {

  color: #fff;

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-why-naba p a {

  color: #fff;

  text-decoration: none;

}



.wrapper-trapezio .wrapper-trapezio--content-slide .z-index-position.text.svg-why-naba p a:hover {

  color: #fff;

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wrapper-trapezio.svg-trapezio .slide-4-column .slick-list:after {

    content: "";

    display: block;

    position: absolute;

    top: 0px;

    right: 0px;

    z-index: 10;

    width: 60px;

    height: 550px;

    background-color: #fff;

  }

}



.wrapper-trapezio.svg-trapezio .slide-4-column .slick-slide {

  padding: 0px 20px;

}



@media (min-width: 1279px) {

  .wrapper-trapezio.svg-trapezio .slide-4-column .slick-slide {

    padding: 0px 50px;

  }

}



.wrapper-trapezio.svg-trapezio .slide-4-column [aria-hidden~=true] {

  visibility: hidden;

}



@media (max-width: 479px) {

  .wrapper-trapezio.svg-trapezio .slide-4-column .responsive-svg {

    width: 100%;

    height: auto;

  }

  .wrapper-trapezio.svg-trapezio .slide-4-column .responsive-svg svg {

    width: 100%;

    height: auto;

  }

}



.wrapper-trapezio .svg-trapezio .svg-trapezio--group .full-trapezio {

  fill: #fff;

}



.wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-prev:before,

.wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-next:before {

  color: #fff;

}



.wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-prev {

  left: -30px;

}



.wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-next {

  right: -30px;

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-prev {

    left: -30px;

  }

  .wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-next {

    right: -30px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-prev {

    left: -30px;

  }

  .wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-next {

    right: -30px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-prev {

    left: -30px;

  }

  .wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-next {

    right: -30px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-prev {

    left: -30px;

  }

  .wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-next {

    right: -30px;

  }

}



@media (max-width: 319px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-prev {

    left: -30px;

  }

  .wrapper-trapezio.svg-why-naba .slide-3-column.slick-slider .slick-next {

    right: -30px;

  }

}



.wrapper-trapezio.svg-why-naba .slide-3-column .slick-slide {

  padding: 0px 20px;

}



@media (min-width: 1279px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column .slick-slide {

    padding: 0px 50px;

  }

}



.wrapper-trapezio.svg-why-naba .slide-3-column [aria-hidden~=true] {

  visibility: hidden;

}



.wrapper-trapezio.svg-why-naba .slide-3-column .text-editor {

  padding-left: 60px;

  background-position: 0% 0%;

  background-repeat: no-repeat;

  background-size: contain;

  background-image: url(../images/bg-widget/bg-title-why-naba.png);

  position: relative;

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column .text-editor {

    padding-left: 40px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column .text-editor {

    padding-left: 40px;

  }

}



@media (max-width: 319px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column .text-editor {

    padding-left: 40px;

  }

}



.wrapper-trapezio.svg-why-naba .slide-3-column .text-editor.bbluedove {

  background-image: url(../images/bg-widget/bg-title-slide-blue.png);

}



.wrapper-trapezio.svg-why-naba .slide-3-column .text-editor .wrapper-title h5 {

  font-weight: 400;

  padding-top: 10px;

  min-height: 56px;

}



.wrapper-trapezio.svg-why-naba .slide-3-column .text-editor .counter {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  position: absolute;

  top: 10px;

  left: 20px;

}



.wrapper-trapezio.svg-why-naba .slide-3-column .text-editor .counter {

  font-size: 20px;

}



@media screen and (min-width: 320px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column .text-editor .counter {

    font-size: calc(20px + 10 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column .text-editor .counter {

    font-size: 30px;

  }

}



.wrapper-trapezio.svg-why-naba .slide-3-column .text-editor .counter a {

  color: #fff;

  text-decoration: none;

}



.wrapper-trapezio.svg-why-naba .slide-3-column .text-editor .counter a:hover {

  color: #fff;

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column .text-editor .counter {

    left: 10px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column .text-editor .counter {

    left: 10px;

  }

}



@media (max-width: 319px) {

  .wrapper-trapezio.svg-why-naba .slide-3-column .text-editor .counter {

    left: 10px;

  }

}



.wrapper-trapezio .svg-why-naba .svg-why-naba--group .svg-why-naba-sagoma {

  fill: #05766f;

}



.wrapper-trapezio .svg-why-naba .svg-why-naba--group .full {

  display: block;

}



.wrapper-trapezio .svg-why-naba .svg-why-naba--group .mob {

  display: none;

}



.wrapper-trapezio .svg-why-naba .svg-why-naba--group .phone {

  display: none;

}



.wrapper-trapezio .svg-why-naba .svg-why-naba--group .smalphone {

  display: none;

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .full {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .mob {

    display: block;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .phone {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .smalphone {

    display: none;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .full {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .mob {

    display: block;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .phone {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .smalphone {

    display: none;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .full {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .mob {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .phone {

    display: block;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .smalphone {

    display: none;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .full {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .mob {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .phone {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .smalphone {

    display: block;

  }

}



@media (max-width: 319px) {

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .full {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .mob {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .phone {

    display: none;

  }

  .wrapper-trapezio .svg-why-naba .svg-why-naba--group .smalphone {

    display: block;

  }

}



.wrapper-trapezio.slide-bbluedove {

  height: auto;

}



.wrapper-trapezio.slide-bbluedove .responsive-size-h-w-svg-why-naba {

  height: auto !important;

}



.wrapper-trapezio.slide-bbluedove .svg-why-naba {

  background-color: #5767b1;

  padding-top: 10px !important;

  padding-bottom: 170px;

  /*cacca*/

}



@media (min-width: 0px) and (max-width: 449px) {

  .wrapper-trapezio.slide-bbluedove .svg-why-naba.z-index-position {

    max-width: 320px;

  }

}



.wrapper-trapezio.slide-bbluedove .svg-why-naba .bbluedove .counter {

  margin-left: -12px;

}



.wrapper-trapezio.slide-bbluedove .svg-why-naba .slide-3-column .slick-list:after {

  display: none;

}



.wrapper-aggregatore {

  padding-left: 0px !important;

  padding-right: 0px !important;

  overflow: hidden;

  position: relative;

}



@media (min-width: 1280px) {

  .wrapper-aggregatore {

    height: 450px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wrapper-aggregatore {

    height: 450px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wrapper-aggregatore {

    height: 450px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-aggregatore {

    height: 760px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-aggregatore {

    height: 700px;

  }

}



@media (max-width: 319px) {

  .wrapper-aggregatore {

    height: 700px;

  }

}



.wrapper-aggregatore .z-position-absolute {

  position: absolute;

}



@media (min-width: 1280px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg {

    height: 450px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg-container {

    width: 1280px;

    height: 930px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg {

    width: 1280px;

    height: 930px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg {

    height: 450px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg-container {

    width: 1024px;

    height: 930px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg {

    width: 1024px;

    height: 930px;

    transform: translateY(-92px);

    -webkit-transform: translateY(-92px);

    -o-transform: translateY(-92px);

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg {

    height: 450px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg-container {

    width: 768px;

    height: 450px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg {

    width: 768px;

    height: 450px;

    transform: translateY(0px) scaleX(1.25);

    -webkit-transform: translateY(0px) scaleX(1.25);

    -o-transform: translateY(0px) scaleX(1.25);

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg {

    height: 960px;

    overflow: hidden;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg-container {

    width: 480px;

    height: 960px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg {

    width: 480px;

    height: 960px;

    transform: translateY(-100px) scaleY(2.18);

    -webkit-transform: translateY(-100px) scaleY(2.18);

    -o-transform: translateY(-100px) scaleY(2.18);

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg {

    height: 700px;

    overflow: hidden;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg-container {

    width: 320px;

    height: 700px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg {

    width: 320px;

    height: 700px;

    transform: translateY(0px) scaleY(3);

    -webkit-transform: translateY(0px) scaleY(3);

    -o-transform: translateY(0px) scaleY(3);

  }

}



@media (max-width: 319px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg {

    height: 700px;

    overflow: hidden;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg-container {

    width: 320px;

    height: 700px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .scaling-svg {

    width: 320px;

    height: 700px;

    transform: translateY(0px) scaleY(3);

    -webkit-transform: translateY(0px) scaleY(3);

    -o-transform: translateY(0px) scaleY(3);

  }

}



.wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important,

.wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-1024,

.wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-768,

.wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-480 {

  /* fill: #c3e5ec; */

  fill: #aac2c4;

}



.wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full,

.wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-1024,

.wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-768,

.wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-480 {

  fill: #e7edef;

}



@media (min-width: 1280px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important {

    display: block;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full {

    display: block;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-1024 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-1024 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-768 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-768 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-480 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-480 {

    display: none;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-1024 {

    display: block;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-1024 {

    display: block;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-768 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-768 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-480 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-480 {

    display: none;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-1024 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-1024 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-768 {

    display: block;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-768 {

    display: block;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-480 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-480 {

    display: none;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-1024 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-1024 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-768 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-768 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-480 {

    display: block;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-480 {

    display: block;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-1024 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-1024 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-768 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-768 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-480 {

    display: block;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-480 {

    display: block;

  }

}



@media (max-width: 319px) {

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-1024 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-1024 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-768 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-768 {

    display: none;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-full-480 {

    display: block;

  }

  .wrapper-aggregatore .wrapper-aggregatore-svg .wrapper-aggregatore-svg-shape .shape-important-480 {

    display: block;

  }

}



.wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important {

  box-sizing: border-box;

  display: block;

  float: left;

  padding-left: 15px;

  padding-right: 15px;

}



.wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important a {

  text-decoration: none;

}



.wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .responsive-svg {

  margin-bottom: 0px;

}



.wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important h5 {

  margin-top: 6px;

}



.wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important p {

  line-height: 1em;

}



@media (min-width: 1280px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important {

    width: 280px;

    padding-top: 40px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important {

    width: 310px;

    padding-top: 40px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .responsive-svg svg {

    height: 210px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important {

    width: 350px;

    padding-top: 40px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .responsive-svg {

    text-align: center;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .responsive-svg svg {

    height: 210px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important {

    width: 480px;

    padding-top: 40px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .responsive-svg {

    text-align: center;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .responsive-svg svg {

    height: 210px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important {

    width: 320px;

    padding-left: 60px;

    padding-right: 60px;

    padding-top: 30px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .responsive-svg {

    text-align: center;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .responsive-svg svg {

    height: 160px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .mask-square-image {

    width: 200px;

    height: 154px;

  }

}



@media (max-width: 319px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important {

    width: 320px;

    padding-left: 60px;

    padding-right: 60px;

    padding-top: 30px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .responsive-svg {

    text-align: center;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .responsive-svg svg {

    height: 160px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-important .mask-square-image {

    width: 200px;

    height: 154px;

  }

}



.wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide {

  box-sizing: border-box;

  display: block;

  float: right;

  padding-right: 15px;

}



.wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide a {

  text-decoration: none;

}



.wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .responsive-svg {

  margin-bottom: 0px;

}



.wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide h5 {

  margin-top: 6px;

}



.wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide p {

  line-height: 1em;

}



@media (min-width: 1280px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide {

    width: 1000px;

    padding-left: 60px;

    padding-right: 60px;

    padding-top: 40px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .slick-list .slick-slide {

    padding-left: 26px;

    padding-right: 26px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide {

    width: 714px;

    padding-left: 60px;

    padding-right: 60px;

    padding-top: 40px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .responsive-svg svg {

    height: 210px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .slick-list .slick-slide {

    padding-left: 26px;

    padding-right: 26px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide {

    width: 418px;

    padding-left: 60px;

    padding-right: 60px;

    padding-top: 40px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .responsive-svg svg {

    height: 210px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .slick-list .slick-slide {

    padding-left: 26px;

    padding-right: 26px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide {

    width: 480px;

    padding-left: 0px;

    padding-top: 40px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .responsive-svg svg {

    height: 210px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .slick-list:before, .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .slick-list:after {

    content: " ";

    display: block;

    width: 80px;

    height: 338px;

    background-color: #e7edef;

    position: absolute;

    top: 6px;

    z-index: 10;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .slick-list:before {

    left: 0px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .slick-list:after {

    right: 0px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .slick-list .slick-slide {

    padding-top: 16px;

    padding-left: 26px;

    padding-right: 26px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .slick-list .slick-slide .text-editor h5 {

    margin-bottom: 0px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .mask-square-image {

    width: 250px;

    height: 180px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide {

    width: 320px;

    padding-left: 80px;

    padding-right: 80px;

    padding-top: 25px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .responsive-svg svg {

    height: 130px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .slick-list .slick-slide {

    padding-top: 16px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .mask-square-image {

    width: 160px;

    height: 127px;

  }

}



@media (max-width: 319px) {

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide {

    width: 320px;

    padding-left: 80px;

    padding-right: 80px;

    padding-top: 25px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .responsive-svg svg {

    height: 130px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .slick-list .slick-slide {

    padding-top: 16px;

  }

  .wrapper-aggregatore .wrapper-aggregatore-text .wrapper-aggregatore-text-slide .mask-square-image {

    width: 160px;

    height: 127px;

  }

}



.canlendario-news {

  margin-top: 50px;

}



@media (max-width: 991px) {

  .canlendario-news .content-calendar {

    margin-top: 30px;

    margin-bottom: 30px;

  }

}



.canlendario-news .content-calendar .view .date-nav-wrapper {

  margin: 0px;

}



.canlendario-news .news-evento {

  width: 100%;

  margin: 0px 0px 20px 0px;

  padding: 0px 0px 8px 0px;

  border-bottom: 1px solid #cbcbcb;

}



.canlendario-news .news-evento .evento {

  width: calc(100% - 80px);

  background-image: url(../images/common/pencil-bordoux.png);

  background-position: right top;

  background-repeat: no-repeat;

}



@media (max-width: 991px) {

  .canlendario-news .news-evento .evento {

    width: 100%;

  }

}



.canlendario-news .news-evento .evento .titolo,

.canlendario-news .news-evento .evento .dati {

  padding-right: 30px;

}



.header-page-z-index-mask-container {

  position: absolute;

  top: 0px;

  left: 0px;

}



.header-page-z-index-mask-container:nth-child(1) {

  z-index: 3;

}



.header-page-z-index-mask-container:nth-child(2) {

  z-index: 4;

}



.header-page-z-index-mask-container:nth-child(3) {

  z-index: 5;

}



.header-page-z-index-mask-container:nth-child(4) {

  z-index: 6;

}



.header-page-z-index-mask-container:nth-child(5) {

  z-index: 7;

}



.header-page-z-index-mask-container:nth-child(6) {

  z-index: 8;

}



.header-page-z-index-mask-container:nth-child(7) {

  z-index: 9;

}



.header-page-z-index-mask-container:nth-child(8) {

  z-index: 10;

}



.header-page-z-index-mask-container:nth-child(9) {

  z-index: 11;

}



.header-page-z-index-mask-container:nth-child(10) {

  z-index: 12;

}



.header-page-z-index-mask-container:nth-child(11) {

  z-index: 13;

}



.header-page-z-index-mask-container:nth-child(12) {

  z-index: 14;

}



.header-page-z-index-mask-container:nth-child(13) {

  z-index: 15;

}



.header-page-z-index-mask-container:nth-child(14) {

  z-index: 16;

}



.header-page-z-index-mask-container:nth-child(15) {

  z-index: 17;

}



.header-page-z-index-mask-container:nth-child(16) {

  z-index: 18;

}



.header-page-z-index-mask-container:nth-child(17) {

  z-index: 19;

}



.header-page-z-index-mask-container:nth-child(18) {

  z-index: 20;

}



.header-page-z-index-mask-container:nth-child(19) {

  z-index: 21;

}



.header-page-z-index-mask-container:nth-child(20) {

  z-index: 22;

}



.header-page-z-index-mask-container:nth-child(21) {

  z-index: 23;

}



.header-page-z-index-mask-container:nth-child(22) {

  z-index: 24;

}



.header-page-z-index-mask-container:nth-child(23) {

  z-index: 25;

}



.header-page-z-index-mask-container:nth-child(24) {

  z-index: 26;

}



.header-page-z-index-mask-container:nth-child(25) {

  z-index: 27;

}



.header-page-z-index-mask-container:nth-child(26) {

  z-index: 28;

}



.header-page-z-index-mask-container:nth-child(27) {

  z-index: 29;

}



.header-page-z-index-mask-container:nth-child(28) {

  z-index: 30;

}



.header-page-z-index-mask-container:nth-child(29) {

  z-index: 31;

}



.header-page-z-index-mask-container:nth-child(30) {

  z-index: 32;

}



.z-index-auto {

  position: relative;

  width: 100%;

  top: 0px;

  left: 0px;

}



.z-index-auto:nth-child(1) {

  z-index: 5;

}



.z-index-auto:nth-child(2) {

  z-index: 6;

}



.z-index-auto:nth-child(3) {

  z-index: 7;

}



.z-index-auto:nth-child(4) {

  z-index: 8;

}



.z-index-auto:nth-child(5) {

  z-index: 9;

}



.z-index-auto:nth-child(6) {

  z-index: 10;

}



.z-index-auto:nth-child(7) {

  z-index: 11;

}



.z-index-auto:nth-child(8) {

  z-index: 12;

}



.z-index-auto:nth-child(9) {

  z-index: 13;

}



.z-index-auto:nth-child(10) {

  z-index: 14;

}



.z-index-auto:nth-child(11) {

  z-index: 15;

}



.z-index-auto:nth-child(12) {

  z-index: 16;

}



.z-index-auto:nth-child(13) {

  z-index: 17;

}



.z-index-auto:nth-child(14) {

  z-index: 18;

}



.z-index-auto:nth-child(15) {

  z-index: 19;

}



.z-index-auto:nth-child(16) {

  z-index: 20;

}



.z-index-auto:nth-child(17) {

  z-index: 21;

}



.z-index-auto:nth-child(18) {

  z-index: 22;

}



.z-index-auto:nth-child(19) {

  z-index: 23;

}



.z-index-auto:nth-child(20) {

  z-index: 24;

}



.z-index-auto:nth-child(21) {

  z-index: 25;

}



.z-index-auto:nth-child(22) {

  z-index: 26;

}



.z-index-auto:nth-child(23) {

  z-index: 27;

}



.z-index-auto:nth-child(24) {

  z-index: 28;

}



.z-index-auto:nth-child(25) {

  z-index: 29;

}



.z-index-auto:nth-child(26) {

  z-index: 30;

}



.z-index-auto:nth-child(27) {

  z-index: 31;

}



.z-index-auto:nth-child(28) {

  z-index: 32;

}



.z-index-auto:nth-child(29) {

  z-index: 33;

}



.z-index-auto:nth-child(30) {

  z-index: 34;

}



.only-header-no-bg .header-page-small .bg-widget-color-top,

.only-header-no-bg .header-page-small .bg-widget-color-bottom,

.only-header-no-bg .header-page-medium .bg-widget-color-top,

.only-header-no-bg .header-page-medium .bg-widget-color-bottom,

.only-header-no-bg .header-page-large .bg-widget-color-top,

.only-header-no-bg .header-page-large .bg-widget-color-bottom {

  display: none;

}



.header-page-small .header-text--table h1,

.header-page-small .header-text--table .header-text--title-big {

  font-size: 18px;

}



@media screen and (min-width: 320px) {

  .header-page-small .header-text--table h1,

  .header-page-small .header-text--table .header-text--title-big {

    font-size: calc(18px + 18 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-small .header-text--table h1,

  .header-page-small .header-text--table .header-text--title-big {

    font-size: 36px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small .header-text--table h1,

  .header-page-small .header-text--table .header-text--title-big {

    line-height: 1em;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .header-text--table h1,

  .header-page-small .header-text--table .header-text--title-big {

    line-height: 1em;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .header-text--table h1,

  .header-page-small .header-text--table .header-text--title-big {

    line-height: 1em;

  }

}



@media (max-width: 319px) {

  .header-page-small .header-text--table h1,

  .header-page-small .header-text--table .header-text--title-big {

    line-height: 1em;

  }

}



.header-page-small .header-text--table h2,

.header-page-small .header-text--table .header-text--title-med {

  font-size: 14px;

}



@media screen and (min-width: 320px) {

  .header-page-small .header-text--table h2,

  .header-page-small .header-text--table .header-text--title-med {

    font-size: calc(14px + 16 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-small .header-text--table h2,

  .header-page-small .header-text--table .header-text--title-med {

    font-size: 30px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small .header-text--table h2,

  .header-page-small .header-text--table .header-text--title-med {

    line-height: 1em;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .header-text--table h2,

  .header-page-small .header-text--table .header-text--title-med {

    line-height: 1em;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .header-text--table h2,

  .header-page-small .header-text--table .header-text--title-med {

    line-height: 1em;

  }

}



@media (max-width: 319px) {

  .header-page-small .header-text--table h2,

  .header-page-small .header-text--table .header-text--title-med {

    line-height: 1em;

  }

}



.header-page-small .header-text--table h3,

.header-page-small .header-text--table .header-text--title-small {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .header-page-small .header-text--table h3,

  .header-page-small .header-text--table .header-text--title-small {

    font-size: calc(12px + 12 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-small .header-text--table h3,

  .header-page-small .header-text--table .header-text--title-small {

    font-size: 24px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small .header-text--table h3,

  .header-page-small .header-text--table .header-text--title-small {

    line-height: 1em;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .header-text--table h3,

  .header-page-small .header-text--table .header-text--title-small {

    line-height: 1em;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .header-text--table h3,

  .header-page-small .header-text--table .header-text--title-small {

    line-height: 1em;

  }

}



@media (max-width: 319px) {

  .header-page-small .header-text--table h3,

  .header-page-small .header-text--table .header-text--title-small {

    line-height: 1em;

  }

}



.header-page-small .header-text--table p,

.header-page-small .header-text--table .header-text--paragraph {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .header-page-small .header-text--table p,

  .header-page-small .header-text--table .header-text--paragraph {

    font-size: calc(12px + 9 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-small .header-text--table p,

  .header-page-small .header-text--table .header-text--paragraph {

    font-size: 21px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small .header-text--table p,

  .header-page-small .header-text--table .header-text--paragraph {

    line-height: 0.76em;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .header-text--table p,

  .header-page-small .header-text--table .header-text--paragraph {

    line-height: 0.76em;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .header-text--table p,

  .header-page-small .header-text--table .header-text--paragraph {

    line-height: 0.76em;

  }

}



@media (max-width: 319px) {

  .header-page-small .header-text--table p,

  .header-page-small .header-text--table .header-text--paragraph {

    line-height: 0.76em;

  }

}



.header-page-small .header-text--table li,

.header-page-small .header-text--table dt,

.header-page-small .header-text--table dd,

.header-page-small .header-text--table .header-text--list {

  font-size: 9px;

}



@media screen and (min-width: 320px) {

  .header-page-small .header-text--table li,

  .header-page-small .header-text--table dt,

  .header-page-small .header-text--table dd,

  .header-page-small .header-text--table .header-text--list {

    font-size: calc(9px + 3 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-small .header-text--table li,

  .header-page-small .header-text--table dt,

  .header-page-small .header-text--table dd,

  .header-page-small .header-text--table .header-text--list {

    font-size: 12px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small .header-text--table li,

  .header-page-small .header-text--table dt,

  .header-page-small .header-text--table dd,

  .header-page-small .header-text--table .header-text--list {

    line-height: 0.76em;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .header-text--table li,

  .header-page-small .header-text--table dt,

  .header-page-small .header-text--table dd,

  .header-page-small .header-text--table .header-text--list {

    line-height: 0.76em;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .header-text--table li,

  .header-page-small .header-text--table dt,

  .header-page-small .header-text--table dd,

  .header-page-small .header-text--table .header-text--list {

    line-height: 0.76em;

  }

}



@media (max-width: 319px) {

  .header-page-small .header-text--table li,

  .header-page-small .header-text--table dt,

  .header-page-small .header-text--table dd,

  .header-page-small .header-text--table .header-text--list {

    line-height: 0.76em;

  }

}



.header-page-small .header-text--table .header-text--visita {

  font-size: 9px;

}



@media screen and (min-width: 320px) {

  .header-page-small .header-text--table .header-text--visita {

    font-size: calc(9px + 3 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-small .header-text--table .header-text--visita {

    font-size: 12px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small .header-text--table .header-text--visita {

    line-height: 0.76em;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .header-text--table .header-text--visita {

    line-height: 0.76em;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .header-text--table .header-text--visita {

    line-height: 0.76em;

  }

}



@media (max-width: 319px) {

  .header-page-small .header-text--table .header-text--visita {

    line-height: 0.76em;

  }

}



.header-page-medium .header-text--table h1,

.header-page-medium .header-text--table .header-text--title-big {

  font-size: 18px;

}



@media screen and (min-width: 320px) {

  .header-page-medium .header-text--table h1,

  .header-page-medium .header-text--table .header-text--title-big {

    font-size: calc(18px + 22 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-medium .header-text--table h1,

  .header-page-medium .header-text--table .header-text--title-big {

    font-size: 40px;

  }

}



.header-page-medium .header-text--table h2,

.header-page-medium .header-text--table .header-text--title-med {

  font-size: 14px;

}



@media screen and (min-width: 320px) {

  .header-page-medium .header-text--table h2,

  .header-page-medium .header-text--table .header-text--title-med {

    font-size: calc(14px + 20 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-medium .header-text--table h2,

  .header-page-medium .header-text--table .header-text--title-med {

    font-size: 34px;

  }

}



.header-page-medium .header-text--table h3,

.header-page-medium .header-text--table .header-text--title-small {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .header-page-medium .header-text--table h3,

  .header-page-medium .header-text--table .header-text--title-small {

    font-size: calc(12px + 16 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-medium .header-text--table h3,

  .header-page-medium .header-text--table .header-text--title-small {

    font-size: 28px;

  }

}



.header-page-medium .header-text--table p,

.header-page-medium .header-text--table .header-text--paragraph {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .header-page-medium .header-text--table p,

  .header-page-medium .header-text--table .header-text--paragraph {

    font-size: calc(12px + 13 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-medium .header-text--table p,

  .header-page-medium .header-text--table .header-text--paragraph {

    font-size: 25px;

  }

}



.header-page-medium .header-text--table li,

.header-page-medium .header-text--table dt,

.header-page-medium .header-text--table dd,

.header-page-medium .header-text--table .header-text--list {

  font-size: 9px;

}



@media screen and (min-width: 320px) {

  .header-page-medium .header-text--table li,

  .header-page-medium .header-text--table dt,

  .header-page-medium .header-text--table dd,

  .header-page-medium .header-text--table .header-text--list {

    font-size: calc(9px + 7 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-medium .header-text--table li,

  .header-page-medium .header-text--table dt,

  .header-page-medium .header-text--table dd,

  .header-page-medium .header-text--table .header-text--list {

    font-size: 16px;

  }

}



.header-page-medium .header-text--table .header-text--visita {

  font-size: 9px;

}



@media screen and (min-width: 320px) {

  .header-page-medium .header-text--table .header-text--visita {

    font-size: calc(9px + 7 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-medium .header-text--table .header-text--visita {

    font-size: 16px;

  }

}



.header-page-large .header-text--table h1,

.header-page-large .header-text--table .header-text--title-big {

  font-size: 18px;

}



@media screen and (min-width: 320px) {

  .header-page-large .header-text--table h1,

  .header-page-large .header-text--table .header-text--title-big {

    font-size: calc(18px + 22 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .header-text--table h1,

  .header-page-large .header-text--table .header-text--title-big {

    font-size: 40px;

  }

}



.header-page-large .header-text--table h2,

.header-page-large .header-text--table .header-text--title-med {

  font-size: 14px;

}



@media screen and (min-width: 320px) {

  .header-page-large .header-text--table h2,

  .header-page-large .header-text--table .header-text--title-med {

    font-size: calc(14px + 20 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .header-text--table h2,

  .header-page-large .header-text--table .header-text--title-med {

    font-size: 34px;

  }

}



.header-page-large .header-text--table h3,

.header-page-large .header-text--table .header-text--title-small {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .header-page-large .header-text--table h3,

  .header-page-large .header-text--table .header-text--title-small {

    font-size: calc(12px + 16 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .header-text--table h3,

  .header-page-large .header-text--table .header-text--title-small {

    font-size: 28px;

  }

}



.header-page-large .header-text--table p,

.header-page-large .header-text--table .header-text--paragraph {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .header-page-large .header-text--table p,

  .header-page-large .header-text--table .header-text--paragraph {

    font-size: calc(12px + 13 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .header-text--table p,

  .header-page-large .header-text--table .header-text--paragraph {

    font-size: 25px;

  }

}



.header-page-large .header-text--table li,

.header-page-large .header-text--table dt,

.header-page-large .header-text--table dd,

.header-page-large .header-text--table .header-text--list {

  font-size: 9px;

}



@media screen and (min-width: 320px) {

  .header-page-large .header-text--table li,

  .header-page-large .header-text--table dt,

  .header-page-large .header-text--table dd,

  .header-page-large .header-text--table .header-text--list {

    font-size: calc(9px + 7 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .header-text--table li,

  .header-page-large .header-text--table dt,

  .header-page-large .header-text--table dd,

  .header-page-large .header-text--table .header-text--list {

    font-size: 16px;

  }

}



.header-page-large .header-text--table .header-text--visita {

  font-size: 9px;

}



@media screen and (min-width: 320px) {

  .header-page-large .header-text--table .header-text--visita {

    font-size: calc(9px + 7 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .header-text--table .header-text--visita {

    font-size: 16px;

  }

}



.header-page-small,

.header-page-medium,

.header-page-large {

  margin-left: auto;

  margin-right: auto;

  width: 1280px;

  background-color: white;

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-small,

  .header-page-medium,

  .header-page-large {

    width: 1024px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small,

  .header-page-medium,

  .header-page-large {

    width: 768px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small,

  .header-page-medium,

  .header-page-large {

    width: 480px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small,

  .header-page-medium,

  .header-page-large {

    width: 320px;

  }

}



@media (max-width: 319px) {

  .header-page-small,

  .header-page-medium,

  .header-page-large {

    width: 320px;

  }

}



.header-page-small .header-text-only-title,

.header-page-medium .header-text-only-title,

.header-page-large .header-text-only-title {

  width: 100%;

  bottom: 0px;

  position: absolute;

  z-index: 40;

  display: table;

  padding: 0px 20px 0px 20px;

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .header-text-only-title,

  .header-page-medium .header-text-only-title,

  .header-page-large .header-text-only-title {

    top: 10px;

    bottom: auto;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .header-text-only-title,

  .header-page-medium .header-text-only-title,

  .header-page-large .header-text-only-title {

    top: 10px;

    bottom: auto;

  }

}



@media (max-width: 319px) {

  .header-page-small .header-text-only-title,

  .header-page-medium .header-text-only-title,

  .header-page-large .header-text-only-title {

    top: 10px;

    bottom: auto;

  }

}



.header-page-small h1,

.header-page-small .header-text--title-big,

.header-page-small h2,

.header-page-small .header-text--title-med,

.header-page-small h3,

.header-page-small .header-text--title-small,

.header-page-medium h1,

.header-page-medium .header-text--title-big,

.header-page-medium h2,

.header-page-medium .header-text--title-med,

.header-page-medium h3,

.header-page-medium .header-text--title-small,

.header-page-large h1,

.header-page-large .header-text--title-big,

.header-page-large h2,

.header-page-large .header-text--title-med,

.header-page-large h3,

.header-page-large .header-text--title-small {

  margin-top: 0px !important;

  margin-bottom: 6px !important;

}



.header-page-small .header-text--table,

.header-page-medium .header-text--table,

.header-page-large .header-text--table {

  display: table-cell;

  vertical-align: middle;

  padding: 0px 20px 0px 20px;

}



.header-page-small .header-text--table h1,

.header-page-small .header-text--table .header-text--title-big,

.header-page-medium .header-text--table h1,

.header-page-medium .header-text--table .header-text--title-big,

.header-page-large .header-text--table h1,

.header-page-large .header-text--table .header-text--title-big {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  margin-top: 0px;

  margin-bottom: 6px;

}



.header-page-small .header-text--table h1 a,

.header-page-small .header-text--table .header-text--title-big a,

.header-page-medium .header-text--table h1 a,

.header-page-medium .header-text--table .header-text--title-big a,

.header-page-large .header-text--table h1 a,

.header-page-large .header-text--table .header-text--title-big a {

  color: #fff;

  text-decoration: none;

}



.header-page-small .header-text--table h1 a:hover,

.header-page-small .header-text--table .header-text--title-big a:hover,

.header-page-medium .header-text--table h1 a:hover,

.header-page-medium .header-text--table .header-text--title-big a:hover,

.header-page-large .header-text--table h1 a:hover,

.header-page-large .header-text--table .header-text--title-big a:hover {

  color: #fff;

}



.header-page-small .header-text--table h2,
.header-page-small .header-text--table .header-text--title-med,

.header-page-medium .header-text--table h2,

.header-page-medium .header-text--table .header-text--title-med,

.header-page-large .header-text--table h2,

.header-page-large .header-text--table .header-text--title-med {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 700;

  color: #fff;

  margin-top: 0px;

  margin-bottom: 6px;

}



.header-page-small .header-text--table h2 a,

.header-page-small .header-text--table .header-text--title-med a,

.header-page-medium .header-text--table h2 a,

.header-page-medium .header-text--table .header-text--title-med a,

.header-page-large .header-text--table h2 a,

.header-page-large .header-text--table .header-text--title-med a {

  color: #fff;

  text-decoration: none;

}



.header-page-small .header-text--table h2 a:hover,

.header-page-small .header-text--table .header-text--title-med a:hover,

.header-page-medium .header-text--table h2 a:hover,

.header-page-medium .header-text--table .header-text--title-med a:hover,

.header-page-large .header-text--table h2 a:hover,

.header-page-large .header-text--table .header-text--title-med a:hover {

  color: #fff;

}



.header-page-small .header-text--table h3,

.header-page-small .header-text--table .header-text--title-small,

.header-page-medium .header-text--table h3,

.header-page-medium .header-text--table .header-text--title-small,

.header-page-large .header-text--table h3,

.header-page-large .header-text--table .header-text--title-small {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 700;

  color: #fff;

  margin-top: 0px;

  margin-bottom: 6px;

}



.header-page-small .header-text--table h3 a,

.header-page-small .header-text--table .header-text--title-small a,

.header-page-medium .header-text--table h3 a,

.header-page-medium .header-text--table .header-text--title-small a,

.header-page-large .header-text--table h3 a,

.header-page-large .header-text--table .header-text--title-small a {

  color: #fff;

  text-decoration: none;

}



.header-page-small .header-text--table h3 a:hover,

.header-page-small .header-text--table .header-text--title-small a:hover,

.header-page-medium .header-text--table h3 a:hover,

.header-page-medium .header-text--table .header-text--title-small a:hover,

.header-page-large .header-text--table h3 a:hover,

.header-page-large .header-text--table .header-text--title-small a:hover {

  color: #fff;

}



.header-page-small .header-text--table p,

.header-page-small .header-text--table .header-text--paragraph,

.header-page-medium .header-text--table p,

.header-page-medium .header-text--table .header-text--paragraph,

.header-page-large .header-text--table p,

.header-page-large .header-text--table .header-text--paragraph {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #fff;

}



.header-page-small .header-text--table p a,

.header-page-small .header-text--table .header-text--paragraph a,

.header-page-medium .header-text--table p a,

.header-page-medium .header-text--table .header-text--paragraph a,

.header-page-large .header-text--table p a,

.header-page-large .header-text--table .header-text--paragraph a {

  color: #fff;

  text-decoration: none;

}



.header-page-small .header-text--table p a:hover,

.header-page-small .header-text--table .header-text--paragraph a:hover,

.header-page-medium .header-text--table p a:hover,

.header-page-medium .header-text--table .header-text--paragraph a:hover,

.header-page-large .header-text--table p a:hover,

.header-page-large .header-text--table .header-text--paragraph a:hover {

  color: #fff;

}



.header-page-small .header-text--table dt,

.header-page-small .header-text--table dd,

.header-page-small .header-text--table .header-text--list,

.header-page-medium .header-text--table dt,

.header-page-medium .header-text--table dd,

.header-page-medium .header-text--table .header-text--list,

.header-page-large .header-text--table dt,

.header-page-large .header-text--table dd,

.header-page-large .header-text--table .header-text--list {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #fff;

  display: inline-block;

}



.header-page-small .header-text--table dt a,

.header-page-small .header-text--table dd a,

.header-page-small .header-text--table .header-text--list a,

.header-page-medium .header-text--table dt a,

.header-page-medium .header-text--table dd a,

.header-page-medium .header-text--table .header-text--list a,

.header-page-large .header-text--table dt a,

.header-page-large .header-text--table dd a,

.header-page-large .header-text--table .header-text--list a {

  color: #fff;

  text-decoration: none;

}



.header-page-small .header-text--table dt a:hover,

.header-page-small .header-text--table dd a:hover,

.header-page-small .header-text--table .header-text--list a:hover,

.header-page-medium .header-text--table dt a:hover,

.header-page-medium .header-text--table dd a:hover,

.header-page-medium .header-text--table .header-text--list a:hover,

.header-page-large .header-text--table dt a:hover,

.header-page-large .header-text--table dd a:hover,

.header-page-large .header-text--table .header-text--list a:hover {

  color: #fff;

}



.header-page-small .header-text--table dd,

.header-page-medium .header-text--table dd,

.header-page-large .header-text--table dd {

  font-weight: 900;

}



.header-page-small .header-text--table ol.header-text--list,

.header-page-small .header-text--table ul.header-text--list,

.header-page-small .header-text--table .header-text--list li,

.header-page-medium .header-text--table ol.header-text--list,

.header-page-medium .header-text--table ul.header-text--list,

.header-page-medium .header-text--table .header-text--list li,

.header-page-large .header-text--table ol.header-text--list,

.header-page-large .header-text--table ul.header-text--list,

.header-page-large .header-text--table .header-text--list li {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #fff;

  display: block;

}



.header-page-small .header-text--table ol.header-text--list a,

.header-page-small .header-text--table ul.header-text--list a,

.header-page-small .header-text--table .header-text--list li a,

.header-page-medium .header-text--table ol.header-text--list a,

.header-page-medium .header-text--table ul.header-text--list a,

.header-page-medium .header-text--table .header-text--list li a,

.header-page-large .header-text--table ol.header-text--list a,

.header-page-large .header-text--table ul.header-text--list a,

.header-page-large .header-text--table .header-text--list li a {

  color: #fff;

  text-decoration: none;

}



.header-page-small .header-text--table ol.header-text--list a:hover,

.header-page-small .header-text--table ul.header-text--list a:hover,

.header-page-small .header-text--table .header-text--list li a:hover,

.header-page-medium .header-text--table ol.header-text--list a:hover,

.header-page-medium .header-text--table ul.header-text--list a:hover,

.header-page-medium .header-text--table .header-text--list li a:hover,

.header-page-large .header-text--table ol.header-text--list a:hover,

.header-page-large .header-text--table ul.header-text--list a:hover,

.header-page-large .header-text--table .header-text--list li a:hover {

  color: #fff;

}



.header-page-small .header-text--table .header-text--visita,

.header-page-medium .header-text--table .header-text--visita,

.header-page-large .header-text--table .header-text--visita {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 600;

  color: #fff;

  margin-top: 5px;

  display: block;

}



.header-page-small .header-text--table .header-text--visita a,

.header-page-medium .header-text--table .header-text--visita a,

.header-page-large .header-text--table .header-text--visita a {

  color: #fff;

  text-decoration: none;

}



.header-page-small .header-text--table .header-text--visita a:hover,

.header-page-medium .header-text--table .header-text--visita a:hover,

.header-page-large .header-text--table .header-text--visita a:hover {

  color: #fff;

}



.header-page-small .header-text--table .header-text--visita .icon-svg,

.header-page-medium .header-text--table .header-text--visita .icon-svg,

.header-page-large .header-text--table .header-text--visita .icon-svg {

  width: 16px;

  height: 16px;

  fill: white;

  vertical-align: sub;

  margin-left: 5px;

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .half-width,

  .header-page-medium .half-width,

  .header-page-large .half-width {

    padding: 0px 0px 0px 0px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .half-width,

  .header-page-medium .half-width,

  .header-page-large .half-width {

    padding: 0px 0px 0px 0px;

  }

}



@media (max-width: 319px) {

  .header-page-small .half-width,

  .header-page-medium .half-width,

  .header-page-large .half-width {

    padding: 0px 0px 0px 0px;

  }

}



.header-page-small .half-width h1,

.header-page-small .half-width .header-text--title-big,

.header-page-small .half-width h2,

.header-page-small .half-width .header-text--title-med,

.header-page-small .half-width h3,

.header-page-small .half-width .header-text--title-med,

.header-page-small .half-width p,

.header-page-small .half-width .header-text--paragraph,

.header-page-small .half-width ul,

.header-page-small .half-width ol,

.header-page-small .half-width dl,

.header-page-small .half-width .header-text--list,

.header-page-medium .half-width h1,

.header-page-medium .half-width .header-text--title-big,

.header-page-medium .half-width h2,

.header-page-medium .half-width .header-text--title-med,

.header-page-medium .half-width h3,

.header-page-medium .half-width .header-text--title-med,

.header-page-medium .half-width p,

.header-page-medium .half-width .header-text--paragraph,

.header-page-medium .half-width ul,

.header-page-medium .half-width ol,

.header-page-medium .half-width dl,

.header-page-medium .half-width .header-text--list,

.header-page-large .half-width h1,

.header-page-large .half-width .header-text--title-big,

.header-page-large .half-width h2,

.header-page-large .half-width .header-text--title-med,

.header-page-large .half-width h3,

.header-page-large .half-width .header-text--title-med,

.header-page-large .half-width p,

.header-page-large .half-width .header-text--paragraph,

.header-page-large .half-width ul,

.header-page-large .half-width ol,

.header-page-large .half-width dl,

.header-page-large .half-width .header-text--list {

  width: 46%;

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .half-width h1,

  .header-page-small .half-width .header-text--title-big,

  .header-page-small .half-width h2,

  .header-page-small .half-width .header-text--title-med,

  .header-page-small .half-width h3,

  .header-page-small .half-width .header-text--title-med,

  .header-page-small .half-width p,

  .header-page-small .half-width .header-text--paragraph,

  .header-page-small .half-width ul,

  .header-page-small .half-width ol,

  .header-page-small .half-width dl,

  .header-page-small .half-width .header-text--list,

  .header-page-medium .half-width h1,

  .header-page-medium .half-width .header-text--title-big,

  .header-page-medium .half-width h2,

  .header-page-medium .half-width .header-text--title-med,

  .header-page-medium .half-width h3,

  .header-page-medium .half-width .header-text--title-med,

  .header-page-medium .half-width p,

  .header-page-medium .half-width .header-text--paragraph,

  .header-page-medium .half-width ul,

  .header-page-medium .half-width ol,

  .header-page-medium .half-width dl,

  .header-page-medium .half-width .header-text--list,

  .header-page-large .half-width h1,

  .header-page-large .half-width .header-text--title-big,

  .header-page-large .half-width h2,

  .header-page-large .half-width .header-text--title-med,

  .header-page-large .half-width h3,

  .header-page-large .half-width .header-text--title-med,

  .header-page-large .half-width p,

  .header-page-large .half-width .header-text--paragraph,

  .header-page-large .half-width ul,

  .header-page-large .half-width ol,

  .header-page-large .half-width dl,

  .header-page-large .half-width .header-text--list {

    width: 56%;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .half-width h1,

  .header-page-small .half-width .header-text--title-big,

  .header-page-small .half-width h2,

  .header-page-small .half-width .header-text--title-med,

  .header-page-small .half-width h3,

  .header-page-small .half-width .header-text--title-med,

  .header-page-small .half-width p,

  .header-page-small .half-width .header-text--paragraph,

  .header-page-small .half-width ul,

  .header-page-small .half-width ol,

  .header-page-small .half-width dl,

  .header-page-small .half-width .header-text--list,

  .header-page-medium .half-width h1,

  .header-page-medium .half-width .header-text--title-big,

  .header-page-medium .half-width h2,

  .header-page-medium .half-width .header-text--title-med,

  .header-page-medium .half-width h3,

  .header-page-medium .half-width .header-text--title-med,

  .header-page-medium .half-width p,

  .header-page-medium .half-width .header-text--paragraph,

  .header-page-medium .half-width ul,

  .header-page-medium .half-width ol,

  .header-page-medium .half-width dl,

  .header-page-medium .half-width .header-text--list,

  .header-page-large .half-width h1,

  .header-page-large .half-width .header-text--title-big,

  .header-page-large .half-width h2,

  .header-page-large .half-width .header-text--title-med,

  .header-page-large .half-width h3,

  .header-page-large .half-width .header-text--title-med,

  .header-page-large .half-width p,

  .header-page-large .half-width .header-text--paragraph,

  .header-page-large .half-width ul,

  .header-page-large .half-width ol,

  .header-page-large .half-width dl,

  .header-page-large .half-width .header-text--list {

    width: 100%;

  }

}



@media (max-width: 319px) {

  .header-page-small .half-width h1,

  .header-page-small .half-width .header-text--title-big,

  .header-page-small .half-width h2,

  .header-page-small .half-width .header-text--title-med,

  .header-page-small .half-width h3,

  .header-page-small .half-width .header-text--title-med,

  .header-page-small .half-width p,

  .header-page-small .half-width .header-text--paragraph,

  .header-page-small .half-width ul,

  .header-page-small .half-width ol,

  .header-page-small .half-width dl,

  .header-page-small .half-width .header-text--list,

  .header-page-medium .half-width h1,

  .header-page-medium .half-width .header-text--title-big,

  .header-page-medium .half-width h2,

  .header-page-medium .half-width .header-text--title-med,

  .header-page-medium .half-width h3,

  .header-page-medium .half-width .header-text--title-med,

  .header-page-medium .half-width p,

  .header-page-medium .half-width .header-text--paragraph,

  .header-page-medium .half-width ul,

  .header-page-medium .half-width ol,

  .header-page-medium .half-width dl,

  .header-page-medium .half-width .header-text--list,

  .header-page-large .half-width h1,

  .header-page-large .half-width .header-text--title-big,

  .header-page-large .half-width h2,

  .header-page-large .half-width .header-text--title-med,

  .header-page-large .half-width h3,

  .header-page-large .half-width .header-text--title-med,

  .header-page-large .half-width p,

  .header-page-large .half-width .header-text--paragraph,

  .header-page-large .half-width ul,

  .header-page-large .half-width ol,

  .header-page-large .half-width dl,

  .header-page-large .half-width .header-text--list {

    width: 100%;

  }

}



.header-page-small {

  position: relative;

}



@media (min-width: 1280px) {

  .header-page-small {

    height: 265px;

  }

  .header-page-small .scaling-svg-container {

    width: 1280px;

    height: 265px;

  }

  .header-page-small .scaling-svg {

    width: 1280px;

    height: 265px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-small {

    height: 212px;

  }

  .header-page-small .scaling-svg-container {

    width: 1024px;

    height: 212px;

  }

  .header-page-small .scaling-svg {

    width: 1024px;

    height: 212px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small {

    height: 159px;

  }

  .header-page-small .scaling-svg-container {

    width: 768px;

    height: 159px;

  }

  .header-page-small .scaling-svg {

    width: 768px;

    height: 159px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small {

    height: 147px;

    overflow: hidden;

  }

  .header-page-small .scaling-svg-container {

    width: 790px;

    height: auto;

  }

  .header-page-small .scaling-svg {

    width: 790px;

    height: auto;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small {

    height: 147px;

    overflow: hidden;

  }

  .header-page-small .scaling-svg-container {

    width: 790px;

    height: auto;

  }

  .header-page-small .scaling-svg {

    width: 790px;

    height: auto;

  }

}



@media (max-width: 319px) {

  .header-page-small {

    height: 147px;

    overflow: hidden;

  }

  .header-page-small .scaling-svg-container {

    width: 790px;

    height: auto;

  }

  .header-page-small .scaling-svg {

    width: 790px;

    height: auto;

  }

}



@media (min-width: 1280px) {

  .header-page-small .image-half-right {

    height: 265px;

  }

  .header-page-small .image-half-right.scaling-svg-container {

    width: 1280px;

    height: 265px;

  }

  .header-page-small .image-half-right .scaling-svg {

    width: 1280px;

    height: 265px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-small .image-half-right {

    height: 212px;

  }

  .header-page-small .image-half-right.scaling-svg-container {

    width: 1024px;

    height: 212px;

  }

  .header-page-small .image-half-right .scaling-svg {

    width: 1024px;

    height: 212px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small .image-half-right {

    height: 159px;

  }

  .header-page-small .image-half-right.scaling-svg-container {

    width: 768px;

    height: 159px;

  }

  .header-page-small .image-half-right .scaling-svg {

    width: 768px;

    height: 159px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .image-half-right {

    height: 147px;

    overflow: hidden;

  }

  .header-page-small .image-half-right.scaling-svg-container {

    width: 790px;

    height: auto;

    position: relative;

    left: -20%;

  }

  .header-page-small .image-half-right .scaling-svg {

    width: 790px;

    height: auto;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .image-half-right {

    height: 147px;

    overflow: hidden;

  }

  .header-page-small .image-half-right.scaling-svg-container {

    width: 790px;

    height: auto;

    position: relative;

    left: -20%;

  }

  .header-page-small .image-half-right .scaling-svg {

    width: 790px;

    height: auto;

  }

}



@media (max-width: 319px) {

  .header-page-small .image-half-right {

    height: 147px;

    overflow: hidden;

  }

  .header-page-small .image-half-right.scaling-svg-container {

    width: 790px;

    height: auto;

    position: relative;

    left: -20%;

  }

  .header-page-small .image-half-right .scaling-svg {

    width: 790px;

    height: auto;

  }

}



@media (min-width: 1280px) {

  .header-page-small .header-text-only-title {

    height: 245px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-small .header-text-only-title {

    height: 180px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small .header-text-only-title {

    height: 140px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .header-text-only-title {

    height: 130px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .header-text-only-title {

    height: 120px;

  }

}



@media (max-width: 319px) {

  .header-page-small .header-text-only-title {

    height: 120px;

  }

}



.header-page-small .bg-scaling-widget {

  bottom: 0px;

}



@media (min-width: 1280px) {

  .header-page-small .bg-scaling-widget {

    height: 365px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-small .bg-scaling-widget {

    height: 270px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-small .bg-scaling-widget {

    height: 200px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-small .bg-scaling-widget {

    height: 147px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-small .bg-scaling-widget {

    height: 147px;

  }

}



@media (max-width: 319px) {

  .header-page-small .bg-scaling-widget {

    height: 147px;

  }

}



.header-page-medium {

  position: relative;

}



@media (min-width: 1280px) {

  .header-page-medium {

    height: 375px;

  }

  .header-page-medium .scaling-svg-container {

    width: 1280px;

    height: 375px;

  }

  .header-page-medium .scaling-svg {

    width: 1280px;

    height: 375px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-medium {

    height: 300px;

  }

  .header-page-medium .scaling-svg-container {

    width: 1024px;

    height: 300px;

  }

  .header-page-medium .scaling-svg {

    width: 1024px;

    height: 300px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-medium {

    height: 225px;

  }

  .header-page-medium .scaling-svg-container {

    width: 768px;

    height: 225px;

  }

  .header-page-medium .scaling-svg {

    width: 768px;

    height: 225px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-medium {

    height: 190px;

    overflow: hidden;

  }

  .header-page-medium .scaling-svg-container {

    width: 710px;

    height: 210px;

  }

  .header-page-medium .scaling-svg {

    width: 710px;

    height: 210px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-medium {

    height: 190px;

    overflow: hidden;

  }

  .header-page-medium .scaling-svg-container {

    width: 710px;

    height: 210px;

  }

  .header-page-medium .scaling-svg {

    width: 710px;

    height: 210px;

  }

}



@media (max-width: 319px) {

  .header-page-medium {

    height: 190px;

    overflow: hidden;

  }

  .header-page-medium .scaling-svg-container {

    width: 710px;

    height: 210px;

  }

  .header-page-medium .scaling-svg {

    width: 710px;

    height: 210px;

  }

}



@media (min-width: 1280px) {

  .header-page-medium .image-half-right {

    height: 375px;

  }

  .header-page-medium .image-half-right.scaling-svg-container {

    width: 1280px;

    height: 375px;

  }

  .header-page-medium .image-half-right .scaling-svg {

    width: 1280px;

    height: 375px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-medium .image-half-right {

    height: 300px;

  }

  .header-page-medium .image-half-right.scaling-svg-container {

    width: 1024px;

    height: 300px;

  }

  .header-page-medium .image-half-right .scaling-svg {

    width: 1024px;

    height: 300px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-medium .image-half-right {

    height: 225px;

  }

  .header-page-medium .image-half-right.scaling-svg-container {

    width: 768px;

    height: 225px;

  }

  .header-page-medium .image-half-right .scaling-svg {

    width: 768px;

    height: 225px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-medium .image-half-right {

    height: 190px;

    overflow: hidden;

  }

  .header-page-medium .image-half-right.scaling-svg-container {

    width: 730px;

    height: auto;

    position: relative;

    left: -20%;

  }

  .header-page-medium .image-half-right .scaling-svg {

    width: 730px;

    height: auto;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-medium .image-half-right {

    height: 190px;

    overflow: hidden;

  }

  .header-page-medium .image-half-right.scaling-svg-container {

    width: 710px;

    height: 210px;

  }

  .header-page-medium .image-half-right .scaling-svg {

    width: 710px;

    height: 210px;

  }

}



@media (max-width: 319px) {

  .header-page-medium .image-half-right {

    height: 190px;

    overflow: hidden;

  }

  .header-page-medium .image-half-right.scaling-svg-container {

    width: 710px;

    height: 210px;

  }

  .header-page-medium .image-half-right .scaling-svg {

    width: 710px;

    height: 210px;

  }

}



@media (min-width: 1280px) {

  .header-page-medium .header-text-only-title {

    height: 345px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-medium .header-text-only-title {

    height: 250px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-medium .header-text-only-title {

    height: 200px;

  }
}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-medium .header-text-only-title {

    height: 160px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-medium .header-text-only-title {

    height: 160px;

  }

}



@media (max-width: 319px) {

  .header-page-medium .header-text-only-title {

    height: 160px;

  }

}



.header-page-medium .bg-scaling-widget {

  bottom: 0px;

}



@media (min-width: 1280px) {

  .header-page-medium .bg-scaling-widget {

    height: 475px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-medium .bg-scaling-widget {

    height: 400px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-medium .bg-scaling-widget {

    height: 325px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-medium .bg-scaling-widget {

    height: 190px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-medium .bg-scaling-widget {

    height: 190px;

  }

}



@media (max-width: 319px) {

  .header-page-medium .bg-scaling-widget {

    height: 190px;

  }

}



.header-page-large {

  position: relative;

}



@media (min-width: 1280px) {

  .header-page-large {

    height: 600px;

  }

  .header-page-large .scaling-svg-container {

    width: 1280px;

    height: 600px;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper {

    width: 360px;

    height: 600px;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper .scaling-svg {

    width: 360px;

    height: 600px;

  }

  .header-page-large .scaling-svg-container.slider-image-wrapper-center {

    width: 600px;

    height: 600px;

    left: 360px;

  }

  .header-page-large .scaling-svg-container.slider-image-wrapper-center .scaling-svg {

    width: 600px;

    height: 600px;

  }

  .header-page-large .scaling-svg-container.corsi-text-right-wrapper {

    width: 330px;

    height: 600px;

    left: 950px;

  }

  .header-page-large .scaling-svg-container.corsi-text-right-wrapper .scaling-svg {

    width: 330px;

    height: 600px;

  }

  .header-page-large .scaling-svg {

    width: 1280px;

    height: 600px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-large {

    height: 480px;

  }

  .header-page-large .scaling-svg-container {

    width: 1024px;

    height: 480px;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper {

    width: 288px;

    height: 480px;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper .scaling-svg {

    width: 288px;

    height: 480px;

  }

  .header-page-large .scaling-svg-container.slider-image-wrapper-center {

    width: 480px;

    height: 480px;

    left: 288px;

  }

  .header-page-large .scaling-svg-container.slider-image-wrapper-center .scaling-svg {

    width: 480px;

    height: 480px;

  }

  .header-page-large .scaling-svg-container.corsi-text-right-wrapper {

    width: 264px;

    height: 480px;

    left: 760px;

  }

  .header-page-large .scaling-svg-container.corsi-text-right-wrapper .scaling-svg {

    width: 264px;

    height: 480px;

  }

  .header-page-large .scaling-svg {

    width: 1024px;

    height: 480px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-large {

    height: 360px;

  }

  .header-page-large .scaling-svg-container {

    width: 768px;

    height: 360px;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper {

    width: 216px;

    height: 360px;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper .scaling-svg {

    width: 216px;

    height: 360px;

  }

  .header-page-large .scaling-svg-container.slider-image-wrapper-center {

    width: 360px;

    height: 360px;

    left: 216px;

  }

  .header-page-large .scaling-svg-container.slider-image-wrapper-center .scaling-svg {

    width: 360px;

    height: 360px;

  }

  .header-page-large .scaling-svg-container.corsi-text-right-wrapper {

    width: 198px;

    height: 360px;

    left: 570px;

  }

  .header-page-large .scaling-svg-container.corsi-text-right-wrapper .scaling-svg {

    width: 198px;

    height: 360px;

  }

  .header-page-large .scaling-svg {

    width: 768px;

    height: 360px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-large {

    height: 370px;

    overflow: hidden;

  }

  .header-page-large .scaling-svg-container {

    width: 700px;

    height: 380px;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper {

    width: 480px;

    height: 380px;

    background-color: #000;

    border-top: 2px solid #fff;

    border-bottom: 2px solid #fff;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper .scaling-svg {

    width: 480px;

    height: 380px;

  }

  .header-page-large .scaling-svg-container.slider-image-wrapper-center {

    display: none;

  }

  .header-page-large .scaling-svg-container.corsi-text-right-wrapper {

    display: none;

  }

  .header-page-large .scaling-svg {

    width: 700px;

    height: 380px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-large {

    height: 370px;

    overflow: hidden;

  }

  .header-page-large .scaling-svg-container {

    width: 660px;

    height: 380px;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper {

    width: 320px;

    height: 380px;

    background-color: #000;

    border-top: 2px solid #fff;

    border-bottom: 2px solid #fff;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper .scaling-svg {

    width: 320px;

    height: 380px;

  }

  .header-page-large .scaling-svg-container.slider-image-wrapper-center {

    display: none;

  }

  .header-page-large .scaling-svg-container.corsi-text-right-wrapper {

    display: none;

  }

  .header-page-large .scaling-svg {

    width: 660px;

    height: 380px;

  }

}



@media (max-width: 319px) {

  .header-page-large {

    height: 370px;

    overflow: hidden;

  }

  .header-page-large .scaling-svg-container {

    width: 320px;

    height: 380px;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper {

    width: 320px;

    height: 380px;

    background-color: #000;

    border-top: 2px solid #fff;

    border-bottom: 2px solid #fff;

  }

  .header-page-large .scaling-svg-container.corsi-text-left-wrapper .scaling-svg {

    width: 320px;

    height: 380px;

  }

  .header-page-large .scaling-svg-container.slider-image-wrapper-center {

    display: none;

  }

  .header-page-large .scaling-svg-container.corsi-text-right-wrapper {

    display: none;

  }

  .header-page-large .scaling-svg {

    width: 660px;

    height: 380px;

  }

}



@media (min-width: 1280px) {

  .header-page-large .image-half-right {

    height: 600px;

  }

  .header-page-large .image-half-right.scaling-svg-container {

    width: 1280px;

    height: 600px;

  }

  .header-page-large .image-half-right .scaling-svg {

    width: 1280px;

    height: 600px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-large .image-half-right {

    height: 300px;

  }

  .header-page-large .image-half-right.scaling-svg-container {

    width: 1024px;

    height: 480px;

  }

  .header-page-large .image-half-right .scaling-svg {

    width: 1024px;

    height: 480px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-large .image-half-right {

    height: 360px;

  }

  .header-page-large .image-half-right.scaling-svg-container {

    width: 768px;

    height: 360px;

  }

  .header-page-large .image-half-right .scaling-svg {

    width: 768px;

    height: 360px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-large .image-half-right {

    height: 310px;

    overflow: hidden;

  }

  .header-page-large .image-half-right.scaling-svg-container {

    width: 760px;

    height: auto;

    position: relative;

    left: -15%;

  }

  .header-page-large .image-half-right .scaling-svg {

    width: 760px;

    height: auto;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-large .image-half-right {

    height: 310px;

    overflow: hidden;

    display: none;

  }

  .header-page-large .image-half-right.scaling-svg-container {

    width: 660px;

    height: 340px;

  }

  .header-page-large .image-half-right .scaling-svg {

    width: 660px;

    height: 340px;

  }

}



@media (max-width: 319px) {

  .header-page-large .image-half-right {

    height: 310px;

    overflow: hidden;

    display: none;

  }

  .header-page-large .image-half-right.scaling-svg-container {

    width: 660px;

    height: 340px;

  }

  .header-page-large .image-half-right .scaling-svg {

    width: 660px;

    height: 340px;

  }

}



.header-page-large .corsi-text-left-wrapper .corsi-text-left-mask {

  fill: #000;

}



.header-page-large .corsi-text-left-wrapper button,

.header-page-large .corsi-text-left-wrapper a {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  text-transform: uppercase;

  border: none;

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-large .corsi-text-left-wrapper button,

  .header-page-large .corsi-text-left-wrapper a {

    font-size: 11px;

  }

}



.header-page-large .corsi-text-left-wrapper .btn-group.left {

  border-right: 4px solid #000;

}



.header-page-large .corsi-text-left-wrapper .btn-group.right {

  border-left: 4px solid #000;

}



.header-page-large .corsi-text-right-wrapper .corsi-text-right-mask {

  fill: #a11640;

}



.header-page-large .corsi-text-right-wrapper button,

.header-page-large .corsi-text-right-wrapper a {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  text-transform: uppercase;

  border: none;

}



.header-page-large .corsi-text-right-wrapper .wrapper-cta-right {

  position: absolute;

  top: 0px;

  left: 0px;

  z-index: 10;

  padding: 0% 16%;

  height: 100%;

  width: 100%;

}



.header-page-large .corsi-text-right-wrapper .wrapper-cta-right.display-table {

  display: table;

}



.header-page-large .corsi-text-right-wrapper .wrapper-cta-right.display-table .display-cell {

  vertical-align: middle;

  display: table-cell;

}



.header-page-large .corsi-text-right-wrapper .wrapper-cta-right .title {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  text-transform: uppercase;

}



.header-page-large .corsi-text-right-wrapper .wrapper-cta-right .title a {

  color: #fff;

  text-decoration: none;

}



.header-page-large .corsi-text-right-wrapper .wrapper-cta-right .title a:hover {

  color: #fff;

}



.header-page-large .corsi-text-right-wrapper .wrapper-cta-right .title {

  font-size: 16px;

}



@media screen and (min-width: 320px) {

  .header-page-large .corsi-text-right-wrapper .wrapper-cta-right .title {

    font-size: calc(16px + 18 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .corsi-text-right-wrapper .wrapper-cta-right .title {

    font-size: 34px;

  }

}



.header-page-large .corsi-text-right-wrapper .wrapper-cta-right .details {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 400;

  color: #fff;

  text-transform: uppercase;

}



.header-page-large .corsi-text-right-wrapper .wrapper-cta-right .details a {

  color: #fff;

  text-decoration: none;

}



.header-page-large .corsi-text-right-wrapper .wrapper-cta-right .details a:hover {

  color: #fff;

}



.header-page-large .corsi-text-right-wrapper .wrapper-cta-right .details {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .header-page-large .corsi-text-right-wrapper .wrapper-cta-right .details {

    font-size: calc(12px + 4 * ((100vw - 320px) / 960));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .corsi-text-right-wrapper .wrapper-cta-right .details {

    font-size: 16px;

  }

}



.header-page-large .slide-singola .slick-prev:before,

.header-page-large .slide-singola .slick-next:before {

  color: #fff;

  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);

}



.header-page-large .corsi-text-over {

  position: absolute;

  top: 0px;

  left: 0px;

  z-index: 10;

  padding: 0% 3%;

}



.header-page-large .corsi-text-over.display-table {

  display: table;

  width: 100%;

  height: 100%;

}



.header-page-large .corsi-text-over.display-table .display-cell {

  vertical-align: middle;

  display: table-cell;

}



.header-page-large .corsi-text-over h1,

.header-page-large .corsi-text-over .header-text--title-big {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  margin-top: 16px;

  margin-bottom: 7px;

}



.header-page-large .corsi-text-over h1,

.header-page-large .corsi-text-over .header-text--title-big {

  font-size: 22px;

}



@media screen and (min-width: 1024px) {

  .header-page-large .corsi-text-over h1,

  .header-page-large .corsi-text-over .header-text--title-big {

    font-size: calc(22px + 12 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .corsi-text-over h1,

  .header-page-large .corsi-text-over .header-text--title-big {

    font-size: 34px;

  }

}



.header-page-large .corsi-text-over h1 a,

.header-page-large .corsi-text-over .header-text--title-big a {

  color: #fff;

  text-decoration: none;

}



.header-page-large .corsi-text-over h1 a:hover,

.header-page-large .corsi-text-over .header-text--title-big a:hover {

  color: #fff;

}



.header-page-large .corsi-text-over h1.corsi-price,

.header-page-large .corsi-text-over .header-text--title-big.corsi-price {

  font-size: 35px !important;

  padding-top: 45px;

}



.header-page-large .corsi-text-over h2,

.header-page-large .corsi-text-over .header-text--title-med {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  margin-top: 16px;

  margin-bottom: 7px;

}



.header-page-large .corsi-text-over h2,

.header-page-large .corsi-text-over .header-text--title-med {

  font-size: 22px;

}



@media screen and (min-width: 1024px) {

  .header-page-large .corsi-text-over h2,

  .header-page-large .corsi-text-over .header-text--title-med {

    font-size: calc(22px + 8 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .corsi-text-over h2,

  .header-page-large .corsi-text-over .header-text--title-med {

    font-size: 30px;

  }

}



.header-page-large .corsi-text-over h2 a,

.header-page-large .corsi-text-over .header-text--title-med a {

  color: #fff;

  text-decoration: none;

}



.header-page-large .corsi-text-over h2 a:hover,

.header-page-large .corsi-text-over .header-text--title-med a:hover {

  color: #fff;

}



.header-page-large .corsi-text-over h3,

.header-page-large .corsi-text-over .header-text--title-small {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  margin-top: 16px;

  margin-bottom: 7px;

}



.header-page-large .corsi-text-over h3,

.header-page-large .corsi-text-over .header-text--title-small {

  font-size: 16px;

}



@media screen and (min-width: 1024px) {

  .header-page-large .corsi-text-over h3,

  .header-page-large .corsi-text-over .header-text--title-small {

    font-size: calc(16px + 10 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .corsi-text-over h3,

  .header-page-large .corsi-text-over .header-text--title-small {

    font-size: 26px;

  }

}



.header-page-large .corsi-text-over h3 a,

.header-page-large .corsi-text-over .header-text--title-small a {

  color: #fff;

  text-decoration: none;

}



.header-page-large .corsi-text-over h3 a:hover,

.header-page-large .corsi-text-over .header-text--title-small a:hover {

  color: #fff;

}



.header-page-large .corsi-text-over p,

.header-page-large .corsi-text-over .header-text--paragraph {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #fff;

}



.header-page-large .corsi-text-over p,

.header-page-large .corsi-text-over .header-text--paragraph {

  font-size: 14px;

}



@media screen and (min-width: 1024px) {

  .header-page-large .corsi-text-over p,

  .header-page-large .corsi-text-over .header-text--paragraph {

    font-size: calc(14px + 6 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .corsi-text-over p,

  .header-page-large .corsi-text-over .header-text--paragraph {

    font-size: 20px;

  }

}



.header-page-large .corsi-text-over p a,

.header-page-large .corsi-text-over .header-text--paragraph a {

  color: #fff;

  text-decoration: none;

}



.header-page-large .corsi-text-over p a:hover,

.header-page-large .corsi-text-over .header-text--paragraph a:hover {

  color: #fff;

}



.header-page-large .corsi-text-over dl {

  margin-bottom: 6px;

  display: block;

}



.header-page-large .corsi-text-over dl.header-text--list {

  display: block;

}



.header-page-large .corsi-text-over dt,

.header-page-large .corsi-text-over dd,

.header-page-large .corsi-text-over .header-text--list {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #fff;

  display: inline-block;

}



.header-page-large .corsi-text-over dt,

.header-page-large .corsi-text-over dd,

.header-page-large .corsi-text-over .header-text--list {

  font-size: 11px;

}



@media screen and (min-width: 1280px) {

  .header-page-large .corsi-text-over dt,

  .header-page-large .corsi-text-over dd,

  .header-page-large .corsi-text-over .header-text--list {

    font-size: calc(11px + 3 * ((100vw - 1280px) / 18720));

  }

}



@media screen and (min-width: 20000px) {

  .header-page-large .corsi-text-over dt,

  .header-page-large .corsi-text-over dd,

  .header-page-large .corsi-text-over .header-text--list {

    font-size: 14px;

  }

}



.header-page-large .corsi-text-over dt,

.header-page-large .corsi-text-over dd,

.header-page-large .corsi-text-over .header-text--list {

  font-size: 11px;

}



@media screen and (min-width: 1024px) {

  .header-page-large .corsi-text-over dt,

  .header-page-large .corsi-text-over dd,

  .header-page-large .corsi-text-over .header-text--list {

    font-size: calc(11px + 1 * ((100vw - 1024px) / 255));

  }

}



@media screen and (min-width: 1279px) {

  .header-page-large .corsi-text-over dt,

  .header-page-large .corsi-text-over dd,

  .header-page-large .corsi-text-over .header-text--list {

    font-size: 12px;

  }

}



.header-page-large .corsi-text-over dt a,

.header-page-large .corsi-text-over dd a,

.header-page-large .corsi-text-over .header-text--list a {

  color: #fff;

  text-decoration: none;

}



.header-page-large .corsi-text-over dt a:hover,

.header-page-large .corsi-text-over dd a:hover,

.header-page-large .corsi-text-over .header-text--list a:hover {

  color: #fff;

}



.header-page-large .corsi-text-over dt {

  float: left;

  padding-right: 4px;

}



.header-page-large .corsi-text-over dd {

  font-weight: 900;

}



.header-page-large .corsi-text-over ol.header-text--list,

.header-page-large .corsi-text-over ul.header-text--list,

.header-page-large .corsi-text-over .header-text--list li {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #fff;

  display: block;

}



.header-page-large .corsi-text-over ol.header-text--list,

.header-page-large .corsi-text-over ul.header-text--list,

.header-page-large .corsi-text-over .header-text--list li {

  font-size: 11px;

}



@media screen and (min-width: 1024px) {

  .header-page-large .corsi-text-over ol.header-text--list,

  .header-page-large .corsi-text-over ul.header-text--list,

  .header-page-large .corsi-text-over .header-text--list li {

    font-size: calc(11px + 3 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .corsi-text-over ol.header-text--list,

  .header-page-large .corsi-text-over ul.header-text--list,

  .header-page-large .corsi-text-over .header-text--list li {

    font-size: 14px;

  }

}



.header-page-large .corsi-text-over ol.header-text--list a,

.header-page-large .corsi-text-over ul.header-text--list a,

.header-page-large .corsi-text-over .header-text--list li a {

  color: #fff;

  text-decoration: none;

}



.header-page-large .corsi-text-over ol.header-text--list a:hover,

.header-page-large .corsi-text-over ul.header-text--list a:hover,

.header-page-large .corsi-text-over .header-text--list li a:hover {

  color: #fff;

}



.header-page-large .corsi-text-over .header-text--visita {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 600;

  color: #fff;

  margin-top: 5px;

  display: block;

}



.header-page-large .corsi-text-over .header-text--visita {

  font-size: 11px;

}



@media screen and (min-width: 1024px) {

  .header-page-large .corsi-text-over .header-text--visita {

    font-size: calc(11px + 3 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .corsi-text-over .header-text--visita {

    font-size: 14px;

  }

}



.header-page-large .corsi-text-over .header-text--visita a {

  color: #fff;

  text-decoration: none;

}



.header-page-large .corsi-text-over .header-text--visita a:hover {

  color: #fff;

}



.header-page-large .corsi-text-over .header-text--visita .icon-svg {

  width: 16px;

  height: 16px;

  fill: white;

  vertical-align: sub;

  margin-left: 5px;

}



.header-page-large .corsi-text-over .btn-group .left .add-to-cart input {

  color: #fff;

  font-weight: 900;

  text-transform: uppercase;

}



.header-page-large .corsi-text-over .header-text--cart {

  padding-bottom: 8px;

}



.header-page-large .corsi-text-over .header-text--cart .header-text--title-big {

  display: block;

  margin-bottom: 2px !important;

}



.header-page-large .corsi-text-over .header-text--cart .header-text--title-big {

  font-size: 11px;

}



@media screen and (min-width: 1024px) {

  .header-page-large .corsi-text-over .header-text--cart .header-text--title-big {

    font-size: calc(11px + 3 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .corsi-text-over .header-text--cart .header-text--title-big {

    font-size: 14px;

  }

}



.header-page-large .corsi-text-over .header-text--cart dl {

  margin-bottom: 0px;

  display: block;

}



.header-page-large .corsi-text-over .header-text--cart dl.header-text--list {

  display: block;

}



.header-page-large .corsi-text-over .header-text--cart dt,

.header-page-large .corsi-text-over .header-text--cart dd {

  font-weight: 600 !important;

}



.header-page-large .corsi-text-over .header-text--cart .header-text--cart-price,

.header-page-large .corsi-text-over .header-text--cart .header-text--cart-info {

  color: #fff;

  display: block;

  margin-bottom: 0px;

  margin-bottom: 0px;

}



.header-page-large .corsi-text-over .header-text--cart .header-text--cart-price a,

.header-page-large .corsi-text-over .header-text--cart .header-text--cart-info a {

  color: #fff;

  text-decoration: none;

}



.header-page-large .corsi-text-over .header-text--cart .header-text--cart-price a:hover,

.header-page-large .corsi-text-over .header-text--cart .header-text--cart-info a:hover {

  color: #fff;

}



.header-page-large .corsi-text-over .header-text--cart .header-text--cart-price {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 300;

  font-size: 12px;

}



.header-page-large .corsi-text-over .header-text--cart .header-text--cart-info {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 600;

}



.header-page-large .corsi-text-over .header-text--cart .header-text--cart-info {

  font-size: 11px;

}



@media screen and (min-width: 1024px) {

  .header-page-large .corsi-text-over .header-text--cart .header-text--cart-info {

    font-size: calc(11px + 2 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-page-large .corsi-text-over .header-text--cart .header-text--cart-info {

    font-size: 13px;

  }

}



@media (min-width: 1280px) {

  .header-page-large .header-text-only-title {

    height: 540px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-large .header-text-only-title {

    height: 450px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-large .header-text-only-title {

    height: 340px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-large .header-text-only-title {

    height: 280px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-large .header-text-only-title {

    height: 270px;

  }

}



@media (max-width: 319px) {

  .header-page-large .header-text-only-title {

    height: 270px;

  }

}



.header-page-large .bg-scaling-widget {

  bottom: 0px;

}



@media (min-width: 1280px) {

  .header-page-large .bg-scaling-widget {

    height: 700px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-page-large .bg-scaling-widget {

    height: 540px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-page-large .bg-scaling-widget {

    height: 410px;

  }

}



@media (min-width: 480px) and (max-width: 767px) {

  .header-page-large .bg-scaling-widget {

    height: 310px;

  }

}



@media (min-width: 320px) and (max-width: 479px) {

  .header-page-large .bg-scaling-widget {

    height: 310px;

  }

}



@media (max-width: 319px) {

  .header-page-large .bg-scaling-widget {

    height: 310px;

  }

}



.header-home-3-news {

  padding: 0px;

  position: relative;

}



.header-home-3-news:before, .header-home-3-news:after {

  content: " ";

  display: table;

}



.header-home-3-news:after {

  clear: both;

}



@media (min-width: 768px) {

  .header-home-3-news {

    height: 520px;

  }

}



.header-home-3-news .card-bg-image {

  overflow: hidden;

  position: relative;

}



@media (min-width: 768px) {

  .header-home-3-news .card-bg-image {

    height: 520px;

    float: left;

  }

  .header-home-3-news .card-bg-image:last-child {

    float: right;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image {

    height: 389px;

  }

}



.header-home-3-news .card-bg-image .image-under {

  background-color: #fff;

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image .image-under {

    width: 100%;

    position: relative !important;

  }

  .header-home-3-news .card-bg-image .image-under figure {

    position: absolute;

    width: 100%;

  }

  .header-home-3-news .card-bg-image .image-under figure img {

    width: 100%;

  }

}



.header-home-3-news .card-bg-image .mask {

  width: 100%;

}



.header-home-3-news .card-bg-image .text-editor {

  position: relative;

}



@media (min-width: 1024px) {

  .header-home-3-news .card-bg-image .text-editor {

    width: 320px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image .text-editor {

    width: 256px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image .text-editor {

    width: 100%;

  }

}



@media (min-width: 768px) {

  .header-home-3-news .card-bg-image .text-editor {

    padding: 0px 20px 91px 20px;

  }

}



.header-home-3-news .card-bg-image .text-editor .title-head {

  position: absolute;

  top: 20px;

  margin: 0px;

}



@media (min-width: 1024px) {

  .header-home-3-news .card-bg-image .text-editor .title-head {

    width: 280px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image .text-editor .title-head {

    width: 216px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image .text-editor .title-head {

    width: 90%;

    padding-right: 5%;

    padding-left: 5%;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image .text-editor .title-head {

    position: static;

    top: auto;

  }

}



.header-home-3-news .card-bg-image .text-editor .subtitle-head {

  position: absolute;

  top: 65px;

  margin: 0px;

}



@media (min-width: 1024px) {

  .header-home-3-news .card-bg-image .text-editor .subtitle-head {

    width: 280px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image .text-editor .subtitle-head {

    width: 216px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image .text-editor .subtitle-head {

    width: 90%;

    padding-right: 5%;

    padding-left: 5%;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image .text-editor .subtitle-head {

    position: static;

    top: auto;

  }

}



.header-home-3-news .card-bg-image .text-editor .paragraph-head {

  position: absolute;

  top: 90px;

  margin: 0px;

}



@media (min-width: 1024px) {

  .header-home-3-news .card-bg-image .text-editor .paragraph-head {

    width: 280px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image .text-editor .paragraph-head {

    width: 216px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image .text-editor .paragraph-head {

    width: 90%;

    padding-right: 5%;

    padding-left: 5%;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image .text-editor .paragraph-head {

    position: static;

    top: auto;

  }

}



.header-home-3-news .card-bg-image .btn {

  margin-right: auto;

  margin-left: auto;

  position: absolute;

  top: 160px;

}



@media (min-width: 768px) {

  .header-home-3-news .card-bg-image .btn {

    width: 280px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image .btn {

    width: 216px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image .btn {

    width: 90%;

    margin-right: 5%;

    margin-left: 5%;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image .btn {

    position: static;

    top: auto;

  }

}



.header-home-3-news .card-bg-image[data-mask="one"] .mask {

  background-image: url("../images/bg-widget/header-home-3-news-1280.svg");

  background-repeat: no-repeat;

}



@media (min-width: 1280px) {

  .header-home-3-news .card-bg-image[data-mask="one"] .mask {

    background-position: 0px 0px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-home-3-news .card-bg-image[data-mask="one"] .mask {

    background-position: -256px 0px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-mask="one"] .mask {

    background-position: -390px 0px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-mask="one"] .mask {

    background-image: url("../images/bg-widget/header-home-3-news-767.svg");

    background-position: -320px 180px;

  }

}



.header-home-3-news .card-bg-image[data-mask="two"] .mask {

  background-image: url("../images/bg-widget/header-home-3-news-1280.svg");

  background-position: -640px 0px;

  background-repeat: no-repeat;

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-mask="two"] .mask {

    background-image: url("../images/bg-widget/header-home-3-news-767.svg"), url("../images/bg-widget/header-home-3-news-top-767.svg");

    background-position: -400px 170px, 0px -60px;

  }

}



.header-home-3-news .card-bg-image[data-mask="three"] .mask {

  background-image: url("../images/bg-widget/header-home-3-news-1280.svg");

  background-position: -960px 0px;

  background-repeat: no-repeat;

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-mask="three"] .mask {

    background-position: -973px 0px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-mask="three"] .mask {

    background-image: url("../images/bg-widget/header-home-3-news-767.svg"), url("../images/bg-widget/header-home-3-news-top-767.svg");

    background-position: -320px 180px, 0px -60px;

  }

}



@media (min-width: 1280px) {

  .header-home-3-news .card-bg-image[data-size="big"] {

    width: 640px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-home-3-news .card-bg-image[data-size="big"] {

    width: 384px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-size="big"] {

    width: 256px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-size="big"] {

    width: 100%;

  }

}



@media (min-width: 1280px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] {

    width: 960px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] {

    width: 704px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] {

    width: 512px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] {

    width: 100%;

  }

}



.header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor {

  position: relative;

}



@media (min-width: 1024px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor {

    width: 650px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor {

    width: 512px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor {

    width: 100%;

  }

}



@media (min-width: 768px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor {

    padding: 0px 20px 91px 20px;

  }

}



.header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .title-head {

  position: absolute;

  top: 20px;

  margin: 0px;

}



@media (min-width: 1024px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .title-head {

    width: 610px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .title-head {

    width: 480px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .title-head {

    width: 90%;

    padding-right: 5%;

    padding-left: 5%;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .title-head {

    position: static;

    top: auto;

  }

}



.header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .subtitle-head {

  position: absolute;

  top: 65px;

  margin: 0px;

}



@media (min-width: 1024px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .subtitle-head {

    width: 610px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .subtitle-head {

    width: 480px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .subtitle-head {

    width: 90%;

    padding-right: 5%;

    padding-left: 5%;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .subtitle-head {

    position: static;

    top: auto;

  }

}



.header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .paragraph-head {

  position: absolute;

  top: 90px;

  margin: 0px;

}



@media (min-width: 1024px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .paragraph-head {

    width: 610px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .paragraph-head {

    width: 480px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .paragraph-head {

    width: 90%;

    padding-right: 5%;

    padding-left: 5%;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-size="bigTwo"] .text-editor .paragraph-head {

    position: static;

    top: auto;

  }

}



.header-home-3-news .card-bg-image[data-size="medium"] {

  width: 320px;

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-size="medium"] {

    width: 256px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-size="medium"] {

    width: 100%;

  }

}



@media (min-width: 768px) {

  .header-home-3-news .card-bg-image[data-h-position="right"] .image-under,

  .header-home-3-news .card-bg-image[data-h-position="right"] .mask, .header-home-3-news .card-bg-image[data-h-position="center"] .image-under,

  .header-home-3-news .card-bg-image[data-h-position="center"] .mask, .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .image-under,

  .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .mask {

    position: absolute;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-h-position="right"] .image-under,

  .header-home-3-news .card-bg-image[data-h-position="right"] .mask, .header-home-3-news .card-bg-image[data-h-position="center"] .image-under,

  .header-home-3-news .card-bg-image[data-h-position="center"] .mask, .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .image-under,

  .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .mask {

    position: relative;

  }

}



.header-home-3-news .card-bg-image[data-h-position="right"] .image-under, .header-home-3-news .card-bg-image[data-h-position="center"] .image-under, .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .image-under {

  z-index: 5;

}



.header-home-3-news .card-bg-image[data-h-position="right"] .mask, .header-home-3-news .card-bg-image[data-h-position="center"] .mask, .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .mask {

  z-index: 10;

}



@media (min-width: 768px) {

  .header-home-3-news .card-bg-image[data-h-position="right"] .mask, .header-home-3-news .card-bg-image[data-h-position="center"] .mask, .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .mask {

    min-height: 305px;

    padding-top: 50px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-h-position="right"] .mask, .header-home-3-news .card-bg-image[data-h-position="center"] .mask, .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .mask {

    height: 389px;

    max-height: 389px;

  }

}



.header-home-3-news .card-bg-image[data-h-position="right"] .text-editor, .header-home-3-news .card-bg-image[data-h-position="center"] .text-editor, .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .text-editor {

  z-index: 15;

}



@media (min-width: 1280px) {

  .header-home-3-news .card-bg-image[data-h-position="right"] .image-under {

    right: 0px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-home-3-news .card-bg-image[data-h-position="right"] .image-under {

    right: -128px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-h-position="right"] .image-under {

    right: -198px;

  }

}



.header-home-3-news .card-bg-image[data-h-position="right"] .mask {

  right: 0px;

}



@media (min-width: 1024px) {

  .header-home-3-news .card-bg-image[data-h-position="right"] .text-editor {

    left: 100%;

    margin-left: -320px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-h-position="right"] .text-editor {

    left: auto;

    margin-left: 0px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-h-position="right"] .text-editor {

    position: absolute;

    bottom: 40px;

  }

}



@media (min-width: 1280px) {

  .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .image-under {

    right: 0px;

  }

}



@media (min-width: 1024px) and (max-width: 1279px) {

  .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .image-under {

    right: -256px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .image-under {

    right: -198px;

  }

}



.header-home-3-news .card-bg-image[data-h-position="rightTwo"] .mask {

  right: 0px;

}



@media (min-width: 1024px) {

  .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .text-editor {

    left: 100%;

    margin-left: -670px;

  }

}



@media (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .text-editor {

    left: auto;

    margin-left: 0px;

  }

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-h-position="rightTwo"] .text-editor {

    position: absolute;

    bottom: 40px;

  }

}



@media (min-width: 768px) and (max-width: 1023px) {

  .header-home-3-news .card-bg-image[data-h-position="center"] .image-under {

    right: -32px;

  }

}



.header-home-3-news .card-bg-image[data-h-position="center"] .text-editor {

  margin-right: auto;

  margin-left: auto;

}



@media (max-width: 767px) {

  .header-home-3-news .card-bg-image[data-h-position="center"] .text-editor {

    position: absolute;

    bottom: 40px;

  }

}



.header-home-3-news .card-bg-image[data-v-position="bottom"] .image-under,

.header-home-3-news .card-bg-image[data-v-position="bottom"] .mask {

  bottom: 0px;

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .title-head {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #a11640;

  text-transform: uppercase;

  line-height: 0.9em;

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .title-head a {

  color: #a11640;

  text-decoration: none;

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .title-head a:hover {

  color: #a11640;

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .title-head {

  font-size: 24px;

}



@media screen and (min-width: 1024px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .title-head {

    font-size: calc(24px + 6 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .title-head {

    font-size: 30px;

  }

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .title-head {

  font-size: 13px;

}



@media screen and (min-width: 320px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .title-head {

    font-size: calc(13px + 11 * ((100vw - 320px) / 703));

  }

}



@media screen and (min-width: 1023px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .title-head {

    font-size: 24px;

  }

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .subtitle-head {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 700;

  color: #000;

  text-transform: uppercase;

  margin-top: 5px;

  margin-bottom: 5px;

  display: block;

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .subtitle-head a {

  color: #000;

  text-decoration: none;

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .subtitle-head a:hover {

  color: #000;

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .subtitle-head {

  font-size: 14px;

}



@media screen and (min-width: 1024px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .subtitle-head {

    font-size: calc(14px + 4 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .subtitle-head {

    font-size: 18px;

  }

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .subtitle-head {

  font-size: 11.5px;

}



@media screen and (min-width: 320px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .subtitle-head {

    font-size: calc(11.5px + 2.5 * ((100vw - 320px) / 703));

  }

}



@media screen and (min-width: 1023px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .subtitle-head {

    font-size: 14px;

  }

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .paragraph-head {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 400;

  color: #000;

  line-height: 1.4em;

  margin-top: 0px;

  margin-bottom: 0px;

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .paragraph-head a {

  color: #000;

  text-decoration: none;

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .paragraph-head a:hover {

  color: #000;

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .paragraph-head {

  font-size: 15px;

}



@media screen and (min-width: 1024px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .paragraph-head {

    font-size: calc(15px + 3 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .paragraph-head {

    font-size: 18px;

  }

}



.header-home-3-news .card-bg-image[data-text="positive"] .text-editor .paragraph-head {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .paragraph-head {

    font-size: calc(12px + 3 * ((100vw - 320px) / 703));

  }

}



@media screen and (min-width: 1023px) {

  .header-home-3-news .card-bg-image[data-text="positive"] .text-editor .paragraph-head {

    font-size: 15px;

  }

}



.header-home-3-news .card-bg-image[data-cta="bordoux"] .btn {

  font-family: Lato, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-weight: 900;

  color: #fff;

  background-color: #a11640;

  border-color: #a11640;

  text-transform: uppercase;

  margin-top: 10px;

}



.header-home-3-news .card-bg-image[data-cta="bordoux"] .btn a {

  color: #fff;

  text-decoration: none;

}



.header-home-3-news .card-bg-image[data-cta="bordoux"] .btn a:hover {

  color: #fff;

}



.header-home-3-news .card-bg-image[data-cta="bordoux"] .btn {

  font-size: 16px;

}



@media screen and (min-width: 1024px) {

  .header-home-3-news .card-bg-image[data-cta="bordoux"] .btn {

    font-size: calc(16px + 2 * ((100vw - 1024px) / 256));

  }

}



@media screen and (min-width: 1280px) {

  .header-home-3-news .card-bg-image[data-cta="bordoux"] .btn {

    font-size: 18px;

  }

}



.header-home-3-news .card-bg-image[data-cta="bordoux"] .btn {

  font-size: 12px;

}



@media screen and (min-width: 320px) {

  .header-home-3-news .card-bg-image[data-cta="bordoux"] .btn {

    font-size: calc(12px + 4 * ((100vw - 320px) / 703));

  }

}



@media screen and (min-width: 1023px) {

  .header-home-3-news .card-bg-image[data-cta="bordoux"] .btn {

    font-size: 16px;

  }

}

.header-page-large .corsi-text-over .header-text--title-small.title-purple-courses {
  color: #a11640;
}