/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #2299dd;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*
*--------------------
*--------------------Fonts
*--------------------
*/

@font-face {
    font-family: 'Bomfield-Medium';
    src: url('../../../fonts/Bomfield-Medium/Bomfield-Medium.eot');
    src: url('../../../fonts/Bomfield-Medium/Bomfield-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/Bomfield-Medium/Bomfield-Medium.woff2') format('woff2'),
        url('../../../fonts/Bomfield-Medium/Bomfield-Medium.woff') format('woff'),
        url('../../../fonts/Bomfield-Medium/Bomfield-Medium.ttf') format('truetype'),
        url('../../../fonts/Bomfield-Medium/Bomfield-Medium.svg#Bomfield-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BomfieldNew';
    src: url('../../../fonts/BomfieldNew-Medium/BomfieldNew-Medium.eot');
    src: url('../../../fonts/BomfieldNew-Medium/BomfieldNew-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/BomfieldNew-Medium/BomfieldNew-Medium.woff2') format('woff2'),
        url('../../../fonts/BomfieldNew-Medium/BomfieldNew-Medium.woff') format('woff'),
        url('../../../fonts/BomfieldNew-Medium/BomfieldNew-Medium.ttf') format('truetype'),
        url('../../../fonts/BomfieldNew-Medium/BomfieldNew-Medium.svg#BomfieldNew-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BomfieldNewLightItalic';
    src: url('../../../fonts/BomfieldNew-LightItalic/BomfieldNew-LightItalic.eot');
    src: url('../../../fonts/BomfieldNew-LightItalic/BomfieldNew-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/BomfieldNew-LightItalic/BomfieldNew-LightItalic.woff2') format('woff2'),
        url('../../../fonts/BomfieldNew-LightItalic/BomfieldNew-LightItalic.woff') format('woff'),
        url('../../../fonts/BomfieldNew-LightItalic/BomfieldNew-LightItalic.ttf') format('truetype'),
        url('../../../fonts/BomfieldNew-LightItalic/BomfieldNew-LightItalic.svg#BomfieldNew-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'BomfieldNewLight';
    src: url('../../../fonts/BomfieldNew-Light/BomfieldNew-Light.eot');
    src: url('../../../fonts/BomfieldNew-Light/BomfieldNew-Light.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/BomfieldNew-Light/BomfieldNew-Light.woff2') format('woff2'),
        url('../../../fonts/BomfieldNew-Light/BomfieldNew-Light.woff') format('woff'),
        url('../../../fonts/BomfieldNew-Light/BomfieldNew-Light.ttf') format('truetype'),
        url('../../../fonts/BomfieldNew-Light/BomfieldNew-Light.svg#BomfieldNew-LightItalic') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TG-Bold';
    src: url('../../../fonts/TG-Bold/TG-Bold.eot');
    src: url('../../../fonts/TG-Bold/TG-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/TG-Bold/TG-Bold.woff2') format('woff2'),
        url('../../../fonts/TG-Bold/TG-Bold.woff') format('woff'),
        url('../../../fonts/TG-Bold/TG-Bold.ttf') format('truetype'),
        url('../../../fonts/TG-Bold/TG-Bold.svg#TG-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic Cond Eighteen';
    src: url('../../../fonts/TradeGothicCondEighteen/TradeGothicCondEighteen.eot');
    src: url('../../../fonts/TradeGothicCondEighteen/TradeGothicCondEighteen.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/TradeGothicCondEighteen/TradeGothicCondEighteen.woff2') format('woff2'),
        url('../../../fonts/TradeGothicCondEighteen/TradeGothicCondEighteen.woff') format('woff'),
        url('../../../fonts/TradeGothicCondEighteen/TradeGothicCondEighteen.ttf') format('truetype'),
        url('../../../fonts/TradeGothicCondEighteen/TradeGothicCondEighteen.svg#TradeGothicCondEighteen') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic Cond Eighteen Italic';
    src: url('../../../fonts/TradeGothicCondEighteen-Italic/TradeGothicCondEighteen-Italic.eot');
    src: url('../../../fonts/TradeGothicCondEighteen-Italic/TradeGothicCondEighteen-Italic.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/TradeGothicCondEighteen-Italic/TradeGothicCondEighteen-Italic.woff2') format('woff2'),
        url('../../../fonts/TradeGothicCondEighteen-Italic/TradeGothicCondEighteen-Italic.woff') format('woff'),
        url('../../../fonts/TradeGothicCondEighteen-Italic/TradeGothicCondEighteen-Italic.ttf') format('truetype'),
        url('../../../fonts/TradeGothicCondEighteen-Italic/TradeGothicCondEighteen-Italic.svg#TradeGothicCondEighteen-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FanwoodText';
    src: url('../../../fonts/FanwoodText/FanwoodText.eot');
    src: url('../../../fonts/FanwoodText/FanwoodText.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/FanwoodText/FanwoodText.woff2') format('woff2'),
        url('../../../fonts/FanwoodText/FanwoodText.woff') format('woff'),
        url('../../../fonts/FanwoodText/FanwoodText.ttf') format('truetype'),
        url('../../../fonts/FanwoodText/FanwoodText.svg#FanwoodText') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
*--------------------
*--------------------Animation
*--------------------
*/

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

/*
*--------------------
*--------------------Style
*--------------------
*/

/*
*-------------Generic rules
*/
*{
    outline: none;
}
/* Disable safari bounce effect */
p, body{
    font-family: 'BomfieldNewLight';
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'BomfieldNewLight';
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.container-semi-fluid {
    width:95%;
    min-width: 1296px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
h2.sectionTitle{
    text-align: center;
    font-size: 37px;
    color: #333;
    font-family: 'BomfieldNewLight';
    margin:40px 0;
    text-transform: uppercase;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
a{
    color: inherit;
}
a:hover, a:focus, a:visited, a:active{
    color: inherit;
    text-decoration: none;
    border:none;
    outline: none;
}
p a{
    text-decoration: underline;
}
p a:hover{
    text-decoration: none;
}
.clearfix.mobile{
    display: none;
}
.loader{
    background-image:url('/img/bompiani/loader.png');
    width: 100%;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 40px 0;
    background-size: contain;
   -webkit-animation: flickerAnimation 3s infinite;
   -moz-animation: flickerAnimation 3s infinite;
   -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}
.alert .fa{
    margin-right: 10px;
}
.iframeContSlick{
    position:relative;
    padding-top:56.25%;
    width: 100%;
}
.iframeContSlick iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/*Gallery*/
.gallery .slick-track{
    display: flex;
}
.gallery .slick-slide{
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
.newsDetail .book.gallery.container-fluid h2, .bookDetail .gallery.container-fluid h2{
    font-family: BomfieldNewLight;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 30px !important;
}
.gallery .container-semi-fluid {
    border-top: solid 1px #9b9b9b;
}
.newsDetail .slick-dots li {
    margin: -10px 5px;
}

/*
*-------------Partials
*/
/* news-teaser */
.newsTeaser .salotto{
    padding: 40px 0;
}
.newsTeaser .salotto h1{
   color:#333;
   border-bottom: solid 1px #9b9b9b;
   font-family: 'Bomfield-Medium';
   display: inline;
}
.newsTeaser .salotto h2{
    font-family: 'BomfieldNewLight';
    text-transform: uppercase;
    font-size: 24px;
}
.newsTeaser .viewType1.salotto h2 {
    margin-top: 0;
}
.newsTeaser .viewType2.salotto h2 {
    margin-top: 40px;
}
.newsTeaser .salotto.viewType1 .copertina{
    width: auto;
    float: left;
}
.newsTeaser .salotto.viewType1 .copertina img{
    max-height: 400px;
}
.newsTeaser .viewType2{
    padding: 0;
}
.newsTeaser .salotto.viewType2 .copertina{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.newsTeaser .salotto .bookCont{
    margin-top: 60px;
}
.newsTeaser .salotto .bookCont h3{
    margin-top: 0;
    font-size: 24px;
}
.newsTeaser .salotto .bookCont p{
    font-size: 24px;
}
.newsTeaser .salotto .bookCont .price{
    font-size: 20px;
}
.newsTeaser .salottoVideo{
    font-family: 'BomfieldNewLight';
}
.newsTeaser .salottoVideo .iframeCont{
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
.newsTeaser .salottoVideo h1{
    font-family: 'TG-Bold';
    font-size: 25px;
}
.newsTeaser .salottoVideo p{
    margin-bottom: 30px;
    font-family: 'BomfieldNewLight';
}
.newsTeaser .salottoVideo h2{
    font-family: 'BomfieldNewLight';
    text-transform: uppercase;
    font-size: 20px;
}
.newsTeaser .viewType2.noCategory h1{
    padding-top: 39px;
    float: left;   
}
.newsTeaser p{
    font-size: 18px;
}
.newsTeaser .bookCont img, .newsDetail .bookCont img{
    -webkit-box-shadow: 5px 10px 20px 5px rgba(204,204,204,0.45);
    -moz-box-shadow: 5px 10px 20px 5px rgba(204,204,204,0.45);
    box-shadow: 5px 10px 20px 5px rgba(204,204,204,0.45); 
}
.newsIndex span:nth-of-type(4n+1) .salotto, .newsIndex span:nth-of-type(4n+1) .salotto:before, .newsIndex span:nth-of-type(4n+1) .salotto:after{  
    background: #F6F5F1;   
}
.newsIndex span:nth-of-type(4n+2) .salotto, .newsIndex span:nth-of-type(4n+2) .salotto:before, .newsIndex span:nth-of-type(4n+2) .salotto:after{  
    background: #E1DCD2;   
}

.newsIndex span:nth-of-type(4n+3) .salotto, .newsIndex span:nth-of-type(4n+3) .salotto:before, .newsIndex span:nth-of-type(4n+3) .salotto:after{  
    background: #E4E0DF;   
}

.newsIndex span:nth-of-type(4n+4) .salotto, .newsIndex span:nth-of-type(4n+4) .salotto:before, .newsIndex span:nth-of-type(4n+4) .salotto:after{  
    background: #FDF8F2;   
}
/*
.newsIndex span:nth-of-type(4n+5) .salotto, .newsIndex span:nth-of-type(4n+5) .salotto:before, .newsIndex span:nth-of-type(4n+5) .salotto:after{  
    background: #ffffff;   
}
*/
.salotto:hover{
    position: relative;
    z-index: 5;
}
.salotto:before, .salotto:after{
    transition: -moz-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shado 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}
.salotto:before{
    top:0;
}
.salotto:after{
    bottom:0;
}
.salotto:hover:before, .salotto:hover:after{
    width: 100%;
    position: absolute;
    height: 10px;
    z-index: 2;
}
.salotto:hover:before{
    top:-10px;
    transition: top 0.2s linear;
}
.salotto:hover:after{
    bottom:-10px;
    transition: bottom 0.2s linear;
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

/* Related Events */
.relatedEvents .eventBox{
    border:solid 1px #9b9b9b; 
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'BomfieldNewLight';
}
.relatedEvents h3{
    font-size: 17px;
    text-transform: uppercase;
    text-indent: 0.12em;
    margin-top: 40px;
    margin-bottom: 23px;
}
.relatedEvents .eventBox .eventBoxDayCont{
    margin: 30px 20px;
}
.relatedEvents .eventBox .eventBoxCont{
    margin: 18px 22px;
}
.relatedEvents .eventBox .eventBoxContRight{
    margin: 30px 22px;
}
.relatedEvents .eventBox .eventBoxDay{
    height: 0;
    padding-top: 100%;
    background: #EAEAEC;
    position: relative;
    text-transform: uppercase;
}
.relatedEvents .eventBox .eventBoxDay h2{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 24px;
}
.relatedEvents .eventBox .eventBoxDay h2:first-child{
    top:0;
}
.relatedEvents .eventBox .eventBoxDay h2:nth-child(3){
    bottom:40px;
}
.relatedEvents .eventBox .eventBoxDay h2:nth-child(4){
    bottom:15px;
}
.relatedEvents .eventBox .eventBoxDay h1{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
    font-size: 135px;
    color:#796765;
}
.relatedEvents .eventBox .eventBoxCont p, .relatedEvents .eventBox .eventBoxContRight p{
    font-size: 18px;
}
.relatedEvents .eventBox .eventBoxCont a, .relatedEvents .eventBox .eventBoxContRight a{
    position: absolute;
    bottom: 22px;
    font-family: 'TG-Bold';
    font-size: 17px;
    text-decoration: none;
    color: #333;
}
.relatedEvents .eventBox .eventBoxCont, .relatedEvents .eventBox .eventBoxContRight{
    min-height: 100%;
}
.relatedEvents .eventBox .eventBoxDay.double h1 {
    top: 35px;
    font-size: 70px;
}
.relatedEvents .eventBox .eventBoxDay.double .meseInizio, .relatedEvents .eventBox .eventBoxDay.double .meseFine {
    position: absolute;
    top: 105px;
    font-size: 15px;
}
.relatedEvents .eventBox .eventBoxDay.double .meseInizio {
    left: -48px;
}
.relatedEvents .eventBox .eventBoxDay.double .meseFine {
    right: -48px;
}
.bookEventToggleClose {
    cursor: pointer;
}



/* Related Books */
.relatedBook .container-semi-fluid{
   border-top:solid 1px #9b9b9b;
}
.relatedBook .container-semi-fluid h2{
    font-family: 'BomfieldNewLight';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.relatedBook .relatedBookCont .bookCover{
    padding-bottom: 135%;
    float: left;
    width: 100%;
    position: relative;  
}
.relatedBook .relatedBookCont .bookCover img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-shadow: 5px 10px 20px 5px rgba(204,204,204,0.75);
    -moz-box-shadow: 5px 10px 20px 5px rgba(204,204,204,0.75);
    box-shadow: 5px 10px 20px 5px rgba(204,204,204,0.75);
    transition: all 0.3s ease-in-out; 
}
.relatedBook .relatedBookCont:hover .bookCover img{
    max-height: 102%;
}
.relatedBook .relatedBookCont{
    font-family: 'Bomfield-Medium';
    color:#333;
}
.relatedBook .relatedBookCont h3{
    float: left;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 20px;
    min-width: 100%;
}
.relatedBook .relatedBookCont p{
    float: left;
    margin-top: 0;
    font-size: 30px;
    color:#9b9b9b;
    min-width: 100%;
}
.relatedBook .relatedBookCont p.price{
    font-family: 'TG-Bold' !important;
    font-size: 16px;
    color:#333;
}

 
/*
*-------------Pages
*/
/* Header Generic */
.logoCont{
    position: relative;
    height: 160px;
}
.logoCont img{
    position: absolute;
    bottom: 15px;
    right: 0;
}
.logo{
    text-align: center;
}
.logoCont .logo .bigLogo{
    position: relative;
    display: inline-block;
    top: 30px;
    width: 125px;
    height: 100px;
}
.logoCont .smallLogo{
    position: relative;
    display: none;
    top: 13px;
    width: 35px;
    height: 33px;
}
.fixedMenuClearfix{
    width:100%;
    height: 120px;
}
.headerLogo{
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1000;
}
.headerLogo.sticky.shrink{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.shrink .logoGiuntiCont.desktop, .shrink .logoCont .logo .bigLogo{
    display: none;
}
.shrink .logoCont .logo .smallLogo{
    display: inline-block;
}
.navCount{
    height: auto;
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
}
.navCount .container-semi-fluid{
    border-top:solid 1px #9b9b9b;
    border-bottom:solid 1px #9b9b9b;
}
.navCount .navbar{
    min-height: 0;
    margin-bottom: 0;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.headerMenu{
    text-transform: uppercase;
}
.headerMenu > ul li{
    text-align: center;
    display:block;
    height: auto;
}
.headerMenu > ul li a{
    display:inline-block;
    text-align: center;
    line-height: 70px;
    padding: 0 27px;
    font-size: 17px;
    display: inline-block;
    color: #333;
    font-family: 'Bomfield-Medium';
    float: left;
}
.headerMenu > ul .active > a{
    font-family: 'TG-Bold';
    background: transparent;
    color: #333;
    line-height: 75px;
}
.headerMenu > ul .openDropdown > a{
    color: #C95850;
    text-decoration: underline;
}
.headerMenu > ul > li > a:hover{
    background: transparent;
}
.dropdown {
    display: none;
    position: relative;
    text-align: left;
    width:auto;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px; 
    top: -10px;
}
.headerMenu > ul .dropdown li a{
    padding: 0px 0 0 16px;
    float: left;
    line-height: 30px;
    color: #C95850;
}
.headerMenu > ul .dropdown li a:hover{
    text-decoration: none;
}
.mobileToggle{
    display: none;
}
.logoGiuntiCont.mobile{
    display: none;
}
.searchGlobalToggleOpen:before{
    content: " ";
    width: 15px;
    height: 15px;
    background-image: url(../../../img/bompiani/search.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    top: 16px;
    left: 2px;
}
.searchGlobalOverlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2000;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    display: none;
}
.searchGlobalCont{
    width: 100%;
    margin: 0;
    background: #fff;
    z-index: 2005;
    position: fixed;
    overflow: hidden;
    height: 51px;
    top: 121px;
    display: none;
}
.globalSearchInput{
    width: 100%;
    height: 55px;
    border: none;
    position: relative;
}
.globalSearchInput input{
    line-height: 55px;
    border: none;
    height: 55px;
    margin-left: 10px;
    background: transparent;
    width: 70%;
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    font-size: 20px;
    position: absolute;
}
.globalSearchSubmit{
    width: 55px;
    height: 55px;
    background-image: url("../../../img/bompiani/search.png");
    background-position: center;
    background-size: 45%;
    background-repeat: no-repeat;
    position: relative;
    cursor:pointer;
    float: left;
    z-index: 1010;
}
.globalSearchInput input:focus {
    outline: -webkit-focus-ring-color none;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0;
}
.globalSearchInput input[type=submit]{
    right: 0;
    width: 20%;
    cursor: pointer;
    background: #E7E7E8;
    height: 53px;
}
.searchGlobalToggleClose{
    width: 23px;
    height: 25px;
    background-image: url("../../../img/bompiani/close.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    top: -42px;
    cursor: pointer;
    float: right;
}

/* Footer Generic */
.footerCount{
    background: rgb(227,227,227);
    padding:40px 0 80px 0;
    color:#555454;
    margin-top: 100px;
}
.footerCount p{
    font-size: 18px;
    font-family: 'BomfieldNewLight';
}
.footerCount p span{
    font-size: 16px;
    font-family: 'TG-Bold';
    font-weight: 600;
}   
.footerCount .socialIcons{
    font-size: 52px;
    color:#b2b2b2;
    margin-top: -7px;
} 
.footerCount .socialIcons i{
    transition: all 0.3s ease-in-out;
} 
.footerCount .socialIcons i:hover {
    color: #333;
}

/*
*-------------Homepage
*/

#splash-message {
    position: fixed; 
    height: 100vh; 
    width: 100vw; 
    top:0; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    z-index: 99999999;
}
#splash-message a {
    display: flex; 
    align-items: center; 
    justify-content: center;
}
#splash-message #splash-message-close {
    position: absolute; 
    top:1rem; 
    right:3rem; 
    cursor: pointer; 
    color:#FFF; 
    font-size:2rem; 
    font-size:bold;
}

#splash-message .splash-message-content {
    max-width:80%;
    max-height:80%;
}

/* Banner Homepage */
.banner{
    position: relative;
}
.salottoCont.container{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}
.bannerSlider{
    width: 100%;
    z-index: 5;
}
.salottoBanner{
    height: 100%;
    position: absolute;
    background: #fdf8f2;
    top: 0;
    right: 0;
    z-index: 10;
}
.salottoBanner h2{
    font-size: 32px;
    color: #333;
    font-family: 'BomfieldNewLight';
    border-bottom: solid 1px #9b9b9b;
    text-transform: uppercase;
    margin: 35px 40px 0 40px;
    padding: 0 0 14px 0;
}
.salottoBanner p{
    font-size: 24px;
    text-decoration: underline;
    color: #333;
    font-family: 'BomfieldNewLight';
    margin: 24px 40px 0 40px;
    line-height: 24px;
}
.salottoBanner span{
    position: absolute;
    height: 50%;
    width:100%;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Book preview Homepage */
.bookCont{
    font-family: 'Bomfield-Medium';
    color:#333;
    margin-bottom: 50px;
}
.bookCont.evidence{
    background-color: #DEE8E4;
}
.bookCont.evidence > div{
    padding-top: 20px;
    padding-bottom: 80px;
}
.bookCont span{
    display: inline-block;
    border-top:solid 1px #9b9b9b;
    width: 100%;
    padding-top: 25px;
    float: left;
}
.bookCont .bookCover{
    padding-bottom: 135%;
    float: left;
    width: 100%;
    position: relative;  
    transition: all 0.3s ease-in-out;
}
.bookCont .bookCover img{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-shadow: 5px 10px 20px 5px rgba(204,204,204,0.75);
    -moz-box-shadow: 5px 10px 20px 5px rgba(204,204,204,0.75);
    box-shadow: 5px 10px 20px 5px rgba(204,204,204,0.75); 
    transition: all 0.3s ease-in-out; 
}
/*.bookCont:hover .bookCover{
    padding-bottom: 140%;
}*/
.bookCont:hover .bookCover img{
    max-height: 102%;
}
.bookCont h3{
    float: left;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 20px;
    min-width: 100%;
}
.bookCont h4{
    float: left;
   text-transform: uppercase;
   font-family: 'BomfieldNewLight';
   font-size: 16px;
   min-width: 100%;
}
.bookCont p{
    float: left;
    margin-top: 0;
    font-size: 30px;
    color:#9b9b9b;
    min-width: 100%;
    font-family: 'BomfieldNewLight';
}
.bookCont.evidence p{
    color:#FF4A00;
}
.bookCont.evidence h3{
    margin-top:10px;
}
.bookCont p.price{
    font-family: 'TG-Bold';
    font-size: 16px;
    color:#333;
}
.clearfix.headerMenu{
    height: 80px;
}
.newsletter.container-fluid{
    padding: 60px 0;
    background:#E1DCD2;
}
.newsletter p{
    font-family: 'BomfieldNewLight';
    font-size: 25px;
    color: #333;
    border-bottom: solid 1px #9b9b9b;
    font-family: 'Bomfield-Medium';
    display: inline;
}
.newsletter .newsletterInput{
    width: 100%;
    position: relative;
    margin-top: 22px;
}
.newsletter .newsletterInput input{
    line-height: 55px;
    border: none;
    height: 55px;
    margin-left: 10px;
    background: transparent;
    width: 70%;
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    font-size: 20px;
    background: #fff;
    position: absolute;
}
.newsletter .newsletterInput input[type=email]{
    text-indent: 20px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #9b9b9b;
}
.newsletter .newsletterInput input[type=submit]{
    width: 30%;
    right: 0;
    cursor: pointer;
    background: #E7E7E8;
    height: 55px;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #9b9b9b;
}
.newsletter .newsletterInput input:focus {
    outline: -webkit-focus-ring-color none;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0;
}

/*
*-------------Book detail
*/
.bookDetail .container-fluid:first-child{
    background: #DCDCDE;
}
.bookDetail .leftColumn h1{
    font-family: 'BomfieldNewLight';
    color:#FF4A00;
    font-size: 37px;
    margin-top: 28px;
    margin-bottom: 25px;
}
.bookDetail blockquote{
    font-family: 'BomfieldNewLightItalic';
    color:#333;
    font-size: 37px;
    line-height: 37px;
    margin-top: 85px;
    padding: 0;
    border-left: none;
    font-style: italic;
    float: left;
}
.bookDetail .priceCatalog{
    background: #796765;
    width: 155px;
    float: right;
    color: #fff;
    font-family: 'TG-Bold';
    text-transform: uppercase;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bookDetail .amazonLink:hover .priceCatalog{
    background: #FF4A00;
    transform: scale(1.1);
}
.bookDetail .amazonLink{
    width: 100%;
    height: 260px;
    float: left;
}
.bookDetail .download-estratto{
    width: 100%;
    float: left;
    font-size: 20px;
    margin-top: 25px;
}
.bookDetail .priceImage {
    position: absolute;
    top: 43px;
    right: 0;
    width: 100%;
}
.bookDetail .priceImage img{
    width: 75%;
    display: block;
    margin: auto;
}
.bookDetail .amazonLink h4{
    font-size: 12px;
    color: #fff;
    font-family: 'BomfieldNewLight';
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
}
.bookDetail .priceCatalog h3{
    font-size: 25px;
    margin-top: 55px;
    margin-bottom: 40px;
    font-family: 'TG-Bold';
}

.bookDetail .amazonLink h3{
    font-size: 20px;
    font-family: 'TG-Bold';
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.bookDetail .amazonLink:hover h3{
    color: #FF4A00;
}
.bookDetail .amazonLink h5 .sale, .bookDetail .priceCatalog h5 .sale{
    text-decoration: line-through;
    margin-right: 12px;
    font-family: 'TG-Bold';
}
.bookDetail .priceCatalog h5{
    font-size: 17px;
    width: 100%;
    text-align: center;
    color: #B8ADAD;
    font-family: 'TG-Bold';
}
.bookDetail .amazonLink h5{
    font-size: 15px;
    width: 100%;
    text-align: center;
    color: #B8ADAD;
    font-family: 'TG-Bold';
    margin: 0;
}
.bookDetail .priceCatalog .priceBox{
    width: 100%;
    height: 55px;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.marketLinks {
    text-align: center;
    padding: 11px;
}
.marketLinks .description {
    padding: 0;
    font-size: 1.4rem;
}
.marketLinks a {
    background-color: #fff;
    height: 36px;
    width: 36px;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.marketLinks a img {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
}
.marketLinks a:hover {
    transform: scale(1.2);
}
.marketLinks a:hover img {
    filter: grayscale(0%);
}
.bookDetail .slick-dots {
    text-align: left;
}
.bookDetail .slick-dots li button:before, .eventDetail .slick-dots li button:before, .newsDetail .slick-dots li button:before{
    text-align: left;
    font-size: 18px;
}
.bookDetail .slick-dots li, .eventDetail .slick-dots li{
    margin: 0 8px 0 0;
}
.bookDetail .coverCarosel{
    -webkit-box-shadow: 5px 5px 21px 0px rgba(0,0,0,0.56);
    -moz-box-shadow: 5px 5px 21px 0px rgba(0,0,0,0.56);
    box-shadow: 5px 5px 21px 0px rgba(0,0,0,0.56);
}
.bookDetail .slick-dots{
    bottom: -40px;
}
.bookDetail{ 
    font-family: 'BomfieldNewLight';
}
.bookDetail .centerColumn h1{
    font-size: 55px;
}
.bookDetail .centerColumn h2{
    font-size: 37px;
    margin-top: 0;
    margin-bottom: 30px;
}
.bookDetail .centerColumn h2 a:hover{
    border-bottom:1px solid #9b9b9b;
}
.bookDetail .centerColumn h3, .bookDetail .events h3{
    font-size: 20px;
    text-transform: uppercase;
    text-indent: 0.12em;
    margin-top: 40px;
    margin-bottom: 23px;
}
.bookDetail .centerColumn p{
    margin-top: 10px;
    font-size: 23px;
    font-family: 'BomfieldNewLight';
}
.bookDetail .infoBox{
    border-top:solid 1px #9b9b9b;    
    margin-top: 100px;
    display:block;
    float: left;
    width: 100%;
}
.bookDetail .infoBox .left{
    font-family: 'BomfieldNewLight';
    font-size: 18px;
    line-height: 22px;
}
.bookDetail .infoBox .right{
    font-family: 'TG-Bold';
    font-size: 17px;
    line-height: 22px;
}
.bookDetail .infoBox > .col-md-4{
    padding-top:15px;
}
.bookDetail .infoBox .col-md-4:nth-child(2){
    border-left:solid 1px #9b9b9b; 
    border-right:solid 1px #9b9b9b;     
}
.bookDetail .infoBox .negativeMargin{
    margin-left: -18px;
}
.bookDetail .download{
    text-align: center;
    position: absolute;
    right: -35px;
}
.bookDetail a .download{
    color:#333;
}
.bookDetail .events{
    float: left;
    width: 100%;
    margin-top: -35px;
    margin-bottom: 50px;
}
.bookDetail .events h3{
    text-align: left;
}
.bookDetail .author .authorBoxContRight h1{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
    font-size: 135px;
    color:#796765;
}
.bookDetail .author .authorBoxContRight p{
    font-size: 18px;
}

.bookDetail .author .authorBoxContRight a{
    font-family: 'TG-Bold';
    font-size: 17px;
    text-decoration: none;
    color: #333;
}
.bookDetail .container-fluid.shadowAuthor{
    background: #fff;
    /*
    -moz-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    */
}
.bookDetail .author, .bookDetail .reviews{
    float: left;
    margin: 40px 0;
}
.bookDetail .author .authorImage{
    height: 0;
    padding-top: 100%;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: cover; 
}
.book .container-fluid:nth-child(3){
    background: #F1DEDA;
    position: relative;
    z-index: -1;
}
.bookDetail .reviews .reviewsBoxContLeft{
    font-size: 20px;
}
.bookDetail .reviews .reviewsBoxContRight h2{
    margin-top: 0;
}
.bookDetail .reviews .reviewsBoxContRight p{
    font-family: 'TG-Bold';
    margin-bottom: 0;
}
.bookDetail .container-fluid:nth-child(4), .bookDetail .container-fluid:nth-child(5){
   margin: 20px 0;
}
.bookDetail .container-fluid:nth-child(4) .container-semi-fluid, .bookDetail .container-fluid:nth-child(5) .container-semi-fluid{
   border-top:solid 1px #9b9b9b;
}
.bookDetail .container-fluid:nth-child(4) .container-semi-fluid h2, .bookDetail .container-fluid:nth-child(5) .container-semi-fluid h2{
    font-family: 'BomfieldNewLight';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.bookDetail .bookCont {
    padding-right: 70px;
}
.bookDetail .relatedNews, .newsDetail .relatedBook {
   margin: 20px 0;
}
.bookDetail .relatedNews .container-semi-fluid{
   border-top:solid 1px #9b9b9b;
}
.bookDetail .relatedNews .container-semi-fluid h2{
    font-family: 'BomfieldNewLight';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.bookDetail .relatedNewsImage{
    width: 100%;
    height: 160px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
}
.bookDetail .relatedNews p{
    font-family: 'TG-Bold';
}

 

/*
*-------------Writers
*/
.writersTitle{
    font-family: 'BomfieldNewLight';
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 45px;
}

.banner.writers{
    background: #EEE2D7;
}

.selector{
    font-family: 'BomfieldNew';
    color:#333;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 40px;
    padding-bottom: 40px;
}
.selector a{
    color:#FF4A00;
    padding: 0 8px;
}
.selector a:hover, .selector a:focus, .selector a:active, .writers a:hover, .writers a:focus, .writers a:active{
    text-decoration: none;
}
.writersList{
    border-top: solid 1px #9b9b9b;
    padding-top: 30px;
    padding-bottom: 30px;
}
.writersList h2{
    font-family: 'BomfieldNew';
    text-align: center;
    color:#333;
    font-size: 65px;
    margin-top: 0;
}
.writersList ul{
    list-style: none;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    padding-left: 10px;
}
.writersList ul li{
    display: inline-block;
    width: 100%;
}
.writersList a{
    font-family: 'BomfieldNewLight';
    color:#333;
}
.writersList a:hover{
    font-weight: bold;
    color: #C95850;
}

/*
*-------------Writer
*/
.writer{
    font-family: 'BomfieldNewLight';
}
.writer .authorImage{
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover; 
}
.writer .writerBio h1{
   font-size: 40px;
   margin-top: 0;
   text-transform: uppercase;
   margin-bottom:1.5em;
}
.writer .writerCont{
    margin-top: 60px;
}
.writerData .container{
    margin-bottom: 95px;
}
.writer .writerData{
    -moz-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
.writer span .relatedBook {  
    padding: 30px 0;
}
.writer span:nth-of-type(1) .relatedBook .container-semi-fluid{  
    border-top: none; 
    padding: 0;
}
.writer span:nth-of-type(1) .relatedBook .container-semi-fluid h2{  
    margin-top: 0;
}
.writer span:nth-of-type(4n+1) .relatedBook{  
    background: #D9D9D9;   
}
.writer span:nth-of-type(4n+2) .relatedBook{  
    background: #ffffff;   
}
.writer span:nth-of-type(4n+3) .relatedBook{  
    background: #F6F5F1;   
}
.writer span:nth-of-type(4n+4) .relatedBook{  
    background: #E1DCD2;   
}
.writer span:nth-of-type(4n+5) .relatedBook{  
    background: #E4E0DF;   
}
.writer span:nth-of-type(4n+6) .relatedBook{  
    background: #FDF8F2;   
}

/*
*-------------News index
*/
.newsIndex .title{
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    text-align: center;
    margin-bottom: 30px;

}
.newsIndex .title h1{
    font-size: 60px;    
}
.newsIndex .title h2{
    font-size: 30px;
}

/*
*-------------News detail
*/
.newsDetail{
    font-family: 'BomfieldNewLight';
    text-align: left;
}
.newsDetail h1{
    font-family: 'BomfieldNew';
    border-bottom: solid 1px #9b9b9b;
    width: auto;
    float: left;
    margin-bottom: 0;
}
.newsDetail h2{
    text-transform: uppercase;
    font-size: 20px;
}
.newsDetail h2.date{
    margin-bottom: 50px;
    text-transform: none;
}
.newsDetail .newsImage{
    padding-bottom: 20px;
    padding-right: 32px;
}
.newsDetail p{
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'BomfieldNewLight';
}
.newsDetail p a{
    text-decoration: underline;
}
.newsDetail li{
    font-size: 18px;
}
.newsDetail li a{
    text-decoration: underline;
}
.newsDetail .book{
    background: #ECECEC;   
    padding:40px 0;
    margin-top: 40px;
}
.newsDetail .book .bookCont {
    margin-bottom: 0;
}
.newsDetail .book .bookCont h3 {
    font-size: 20px;
    line-height: 20px;
}
.newsDetail .book h2{
     font-family: 'BomfieldNew';
     text-transform: none;
     font-size:36px;
     margin-top: 0;
}
.newsDetail .book .bookCont p{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.newsDetail .relatedNews, .newsDetail .relatedBook {
   margin: 20px 0;
}
.newsDetail .relatedNews .container-semi-fluid{
   border-top:solid 1px #9b9b9b;
}
.newsDetail .relatedNews .container-semi-fluid h2{
    font-family: 'BomfieldNewLight';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.newsDetail .iframeCont{
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
}
.newsDetail .relatedNewsImage{
    width: 100%;
    height: 160px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
}
.newsDetail .relatedNews p{
    font-family: 'TG-Bold';
}
.newsDetail .bannerContainer{
    margin-bottom: 60px;
}

/*
*-------------Catalog
*/
.catalog .title{
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.catalog .title.noTransform{
    text-transform: none;
}
.catalogTabCont{
    overflow: hidden;
}
.catalog .title h1{
    font-size: 60px;    
}
.catalog .title h2{
    font-size: 45px;    
    text-transform: uppercase;
}
.catalog .title h4{
    font-family: 'Bomfield-Medium';
    font-size: 30px;    
    position: absolute;
    right: 0;
    top:30px;
    color: #E7E7E8;
}
.catalog .title h4 .active, .catalog .title span{
    color: #333;
}
.catalogTab{
    font-family: 'BomfieldNewLight';
    list-style: none;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    background: #E7E7E8;
    padding: 0;
}
.catalogTab a{
    padding: 30px 50px;
    width: 33.3%;
    float: left;
    text-align: center;
    border-left: solid 1px #9b9b9b;
    background: #E7E7E8;
}
.catalogTab a:first-child{
    border-left: none;
}
.catalogTab a li{
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    border-bottom:#9b9b9b solid 1px;
    display: inline;
}
.catalogTab a.active{
    background: #979799;
    color: #fff;
}
.catalogTab a:first-child:before{
    width: 100%;
    background: #E7E7E8;
    height: 100%;
    position: absolute;
    content: " ";
    display: block;
    left: -90%;
    top: 0;
    z-index: -1;
}
.catalogTab a:last-child:before{
    width: 100%;
    background: #E7E7E8;
    height: 100%;
    position: absolute;
    content: " ";
    display: block;
    right: -90%;
    top: 0;
    z-index: -1;
}
/*.catalogTab a.active, .catalogTab a.active:first-child:before, .catalogTab a.active:last-child:before{
    background: #979799;
    color: #fff;
}*/
.catalogTab a.active li{
    border-bottom:#fff solid 1px;
}
.catalogSearchCont{
    margin-bottom: 50px;
}
.catalogSearch{
    width:100%;
    float: left;
}
.catalogSearchInput{
    width: 100%;
    height: 55px;
    border: 1px solid #9b9b9b;
    position: relative;
}
.catalogSearchInput input{
    line-height: 55px;
    border: none;
    height: 55px;
    margin-left: 10px;
    background: transparent;
    width: 70%;
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    font-size: 20px;
    position: absolute;
}
.catalogSearchInput:before{
    content: " ";
    width: 55px;
    height: 55px;
    background-image: url("../../../img/bompiani/search.png");
    background-position: center;
    background-size: 45%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
}
.catalogSearchInput input:focus {
    outline: -webkit-focus-ring-color none;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0;
}
.catalogSearchInput input[type=submit]{
    right: 0;
    width: 20%;
    cursor: pointer;
    background: #E7E7E8;
    height: 53px;
}
.initSearchDropdownCont{
    margin-left: -10px;
    margin-right: -10px;
}
.newsIndex .initSearchDropdownCont{
    margin-bottom: 50px;
}
.initSearchDropdown{
    height: 55px;
    border: 1px solid #9b9b9b;
    width: 100%;
    font-family: 'BomfieldNewLight';
    font-size: 16px;
    margin-top: 20px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase; 
    position: relative;
    cursor: pointer;
}
.initSearchDropdown:before{
    content: " ";
    width: 55px;
    height: 55px;
    background-image: url(../../../img/bompiani/caret_down.png);
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    left: 0;
}
.catalog h2.noResult{
    margin: 8vh 0 28vh 0;
    font-size: 25px;
}

.generiList:before {
    content: " ";
    width: 55px;
    height: 55px;
    background-image: url(../../../img/bompiani/caret_down.png);
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-top: -4px;
    margin-left: -100px;
}
.generiList.open:before, .initSearchDropdown.open:before {
    background-image: url(../../../img/bompiani/caret_up.png);
}
.catalog .generiList{
    text-align: center; 
    border: 1px solid #9b9b9b;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.catalog .generiList h2{
    font-family: 'Bomfield-Medium';
    margin: 0;
    font-size: 20px;
    padding: 16px 0 13px 0;
    cursor: pointer;
}
.catalog .generiList ul{
   display: none;
    list-style: none;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    padding: 40px 0 20px 50px;
}
.catalog .generiList ul li{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: 'BomfieldNew';
}
.catalog .generiList ul li a{
    padding: 0;
    color: #C5252F;
    float: left;
    font-size: 15px;
}
.catalog .container-semi-fluid.catalogCategories, .catalog .container-semi-fluid.catalogSeries{
    border-top:solid 1px #9b9b9b;
}
.catalog .catalogCategories{
    position: relative;
}
.catalog .showMore{
    text-align: center;
}
.catalog .showMore a{
    border-bottom: solid 1px #9b9b9b;
    display: inline;
    height: 100%;
    line-height: 284px;
    font-size: 24px;
}
.catalog .catalogCategories h2{
    margin-top: 25px;
    margin-bottom: 25px;
}
.catalog .catalogSeries h2{
    text-align: left;
    border-bottom: solid 1px #9b9b9b;
    display: inline;
}
.catalog .catalogSeries .clearfix{
    height: 140px;
}
.catalog .catalogSeriesVariante{
    text-align: center;
    display: inline-block;
    height: 200px;
    width: 100%;
    margin: 0 0 -8px 0;
    padding: 0;
}
.catalog .catalogSeriesVariante h2{
    line-height: 200px;
    margin: 0;
    text-transform: uppercase;
}
.catalog .catalogSeriesVariante:nth-child(4n+1){  
    background: #F6F5F1;   
}
.catalog .catalogSeriesVariante:nth-child(4n+2){  
    background: #E1DCD2;   
}

.catalog .catalogSeriesVariante:nth-child(4n+3){  
    background: #E4E0DF;   
}

.catalog .catalogSeriesVariante:nth-child(4n+4){  
    background: #FDF8F2;   
}
.catalog .initSearchDropdown, .newsIndex .initSearchDropdown{
    position: relative;
    z-index: 10;
}
.catalog .searchDropdown, .newsIndex .searchDropdown{
    height: 300px;
    position: absolute;
    top: 75px;
    border-left: solid 1px #9b9b9b;
    border-right: solid 1px #9b9b9b;
    border-bottom: solid 1px #9b9b9b;
    background: #fff;
    z-index: 15;
    display: none;
    width: 300px;
    margin-left: 3px;
    font-family: 'BomfieldNewLight';
    text-transform: uppercase;
}
.newsIndex .searchDropdown{
    width: 464px;
}
.catalog .searchDropdown input[type=text], .newsIndex .searchDropdown input[type=text]{
    text-align: center;
    width: 100%;
    border: none;
    text-transform: uppercase;
    line-height: 55px;
    height: 55px;
}
.catalog .searchDropdown:before{
    content: " ";
    width: 55px;
    height: 55px;
    background-image: url("../../../img/bompiani/search.png");
    background-position: center;
    background-size: 35%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    left: -5px;
}
.catalog .searchDropdown ul{
    overflow-y: scroll;
    padding-left: 0;
    overflow-y: scroll;
    padding-left: 0;
    height: 233px;
}
 .newsIndex .searchDropdown ul{
    overflow-y: scroll;
    padding-left: 0;
    overflow-y: scroll;
    padding-left: 0;
    height: 100%;
}
.catalog .searchDropdown ul .checkbox, .newsIndex .searchDropdown ul .checkbox{
    margin-top: 0;
}
.catalog .searchDropdown ul label, .newsIndex .searchDropdown ul label{
    padding: 0;
    margin-bottom: 15px;
    z-index: 20;
}
.catalog .searchDropdown ul input[type="checkbox"], .newsIndex .searchDropdown ul input[type="checkbox"] {
    margin-left: 0;
    left: 5px;
}
.catalog .searchDropdown ul .checkboxText, .newsIndex .searchDropdown ul .checkboxText{
    text-align: left;
    margin-left: 30px;
    font-size: 16px;
    line-height: 20px;
    margin-right: 5px;
}
/* checkbox */
.catalog .searchDropdown ul input[type="checkbox"], .newsIndex .searchDropdown ul input[type="checkbox"] {
    position: absolute;
    clip: rect(0px 0px 0px 0px);
}
.catalog .searchDropdown ul input[type="checkbox"] + span:before, .newsIndex .searchDropdown ul input[type="checkbox"] + span:before {
    height: 20px;
    width: 13px;
    cursor: pointer;
    background-repeat: no-repeat !important;
    padding: 3px 11px;
    background: url(../../../img/bompiani/flat.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    content: "";
}
.catalog .searchDropdown ul  input[type="checkbox"]:checked + span:before, .newsIndex .searchDropdown ul  input[type="checkbox"]:checked + span:before {
    background-position: -22px 0;
}
.initSearchDropdown .filterCount{
    font-family: 'TG-Bold';
    position: absolute;
    top: 14px;
    right: 12px;
    font-size: 12px;
    color: #fff;
    background: #979799;
    line-height: 4px;
    border-radius: 50%;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 26px;
}


/*
*-------------Contacts
*/
.contacts .formCont h2{
    font-size: 45px;
}
.contacts h2.error{
    color:#B71C1C;
    font-size: 29px;
}
.contacts h2.success{
    color:#8BC34A;    
    font-size: 29px;
}
.contacts .formCont .formP{
    padding: 50px 0;
}
.contacts .formCont input[type=text], .contacts .formCont input[type=email], .contacts .formCont textarea, .contacts .formCont input[type=password]{
    line-height: 60px;
    height: 60px;
    background: transparent;
    width: 100%;
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    font-size: 22px;   
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    margin-bottom: 12px;
    text-indent: 14px;
    outline: none;
}
.contacts .formCont textarea {
    max-width: 100%;
    min-height: 300px;  
    /* margin-bottom: 50px; */
    outline: none;
}
.contacts .formCont input, .contacts .formCont textarea {
    box-shadow: none;
    outline: none;
}
.contacts .formCont input[type=submit]{
    background:#dedcd1;
    line-height: 53px;
    border: none;
    height: 60px;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    font-size: 22px;   
    margin-top: 40px;
    color:#787470;
    outline: none;
}
.contacts .formCont ul {
    padding-left: 0;
}
.contacts .formCont ul input[type="checkbox"] {
    position: absolute;
    clip: rect(0px 0px 0px 0px);
    left: 24px;
    top: 10px;
}
.contacts .formCont ul input[type="checkbox"] + span:before {
    height: 16px;
    width: 13px;
    cursor: pointer;
    background-repeat: no-repeat !important;
    padding: 12px;
    background: url(../../../img/bompiani/flat.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    content: "";
    top: 4px;
    background-size: 200px;
}
.contacts .formCont ul  input[type="checkbox"]:checked + span:before {
    background-position: -24px 0;
}
.contacts .formCont label {
    padding-left: 0;
    margin-bottom: 10px;
}
.contacts .formCont .checkboxText {
    margin-left: 45px;
}
.contacts .contactBox{
    background: #ddddde;
    margin-top: 25px;
    padding: 20px 20px 60px 20px;
    font-family: 'BomfieldNewLight';
    font-size: 18px;
    line-height: 20px;
}   
.contacts .contactBox h2{
    font-family: 'BomfieldNewLight';
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 5px 0;
}
.contacts .contactBox p{
    font-family: 'TG-Bold';
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
}
.contacts .formCont .form-horizontal .profileEmail {
    margin-top: 40px;
    margin-bottom: 40px;
}
.contacts .formCont .form-horizontal .profileName {
    margin-top: 40px;
}
.contacts .formCont .form-horizontal .profilePassword {
    margin-bottom: 40px;
}
.contacts .contactBox input[type=submit], .btn-logout{
     background: #efefef;
    line-height: 31px;
    border: none;
    height: 38px;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    font-size: 17px;
    margin-top: 18px;
    color: #787470;
    outline: none;
}
.contacts .contactBox input[type=submit]{
    margin-top: 18px;
}
.btn-logout{
    margin-top: 15px;
}
.contacts .contactBox .checkbox {
    margin-top: 18px;
}
.contacts .contactBox .checkbox label {
    margin-left: 10px;
}
.contacts .contactBox .checkbox {
    margin-left: 6px;
}
.contacts .contactBox input[type="checkbox"] {
    position: absolute;
    clip: rect(0px 0px 0px 0px);
    left: 24px;
    top: 10px;
}
.contacts .contactBox input[type=email], .contacts .contactBox input[type=password] {
    line-height: 39px;
    height: 40px;
    background: transparent;
    width: 100%;
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    margin-bottom: 12px;
    text-indent: 4px;
    outline: none;
}
.contacts .contactBox input[type="checkbox"] + span:before {
    height: 16px;
    width: 13px;
    cursor: pointer;
    background-repeat: no-repeat !important;
    padding: 12px;
    background: url(../../../img/bompiani/flat_2.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    content: "";
    top: 4px;
    left: -5px;
    background-size: 200px;
}
.contacts .contactBox input[type="checkbox"]:checked + span:before {
    background-position: -24px 0;
}


/*
*-------------Events
*/
/* Teaser */
.eventTeaser{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.eventTeaser h3{
    text-align: left;
}
.eventTeaser .eventBox{
    /* border:solid 1px #9b9b9b; */
    float: left;
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.eventTeaser .eventBox:hover {
   transform:scale(1.02);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.eventTeaser .eventBox .eventTitle{
    font-size: 25px;
    font-family: 'BomfieldNew';
}
.eventTeaser .eventBox .eventText{
    display: block;
    margin: 20px 0 25px 0;
}
.eventTeaser a:nth-of-type(4n+1) .eventBox{  
    background: #E1DCD2; 
}
.eventTeaser a:nth-of-type(4n+2) .eventBox{  
    background: #E4E0DF;   
}
.eventTeaser a:nth-of-type(4n+3) .eventBox{  
    background: #FDF8F2;
}
.eventTeaser a:nth-of-type(4n+4) .eventBox{  
    background: #F6F5F1;  
}
.eventTeaser .eventBox .eventBoxCont{
    margin: 18px 22px;
}
.eventTeaser .eventBox .eventBoxContRight{
    margin: 20px 15px;
}
.eventTeaser .eventBox .eventBoxDayCont{
    margin: 20px 15px;
}
.eventTeaser .eventBox .eventBoxDay{
    height: 0;
    padding-top: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
}
.eventTeaser .eventBox .eventBoxDay h2{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.eventTeaser .eventBox .eventBoxDay h2:first-child{
    top:5px;
}
.eventTeaser .eventBox .eventBoxDay h2:nth-child(3){
    bottom:25px;
}
.eventTeaser .eventBox .eventBoxDay h2:nth-child(4){
    bottom:8px;
}
.eventTeaser .eventBox .eventBoxDay h1{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 16px;
    font-size: 90px;
    color: #796765;
}
.eventTeaser .eventBox .eventBoxDay.double h1 {
    top: 40px;
    font-size: 60px;
}
.eventTeaser .eventBox .eventBoxDay.double .meseInizio, .eventTeaser .eventBox .eventBoxDay.double .meseFine {
    position: absolute;
    top: 100px;
    font-size: 15px;
}
.eventTeaser .eventBox .eventBoxDay.double .meseInizio {
    left: -40px;
}
.eventTeaser .eventBox .eventBoxDay.double .meseFine {
    right: -40px;
}
.eventTeaser .eventBox .eventBoxCont p, .eventTeaser .eventBox .eventBoxContRight p{
    font-size: 16px;
}
.eventTeaser .eventBox .eventBoxCont .geoLink, .eventTeaser .eventBox .eventBoxContRight .geoLink{
    font-size: 15px;
    color: #333;
    /*
    line-height: 18px;
    display: block;
    text-decoration: underline; */
    border-bottom: 1px solid #333;
}
.eventTeaser .eventBox .eventBoxCont, .eventTeaser .eventBox .eventBoxContRight{
    min-height: 100%;
}
.eventTeaser .eventBox .relatedBook{
    padding: 22px 22px 0 0;
}
.eventsIndex .eventsSearchCont{
    margin-bottom:30px;
}
.eventsIndex .title {
    position: relative;
}
.eventsIndex .title h4 {
    text-transform: uppercase;
    font-family: 'Bomfield-Medium';
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 40px;
    color: #E7E7E8;
}
.eventsIndex .title h4 .active {
    color: #333;
}
.eventsIndex .searchDropdown{
    position: absolute;
    top: 75px;
    border-left: solid 1px #9b9b9b;
    border-right: solid 1px #9b9b9b;
    border-bottom: solid 1px #9b9b9b;
    background: #fff;
    z-index: 15;
    display: none;
    width: 286px;
    margin-left: 3px;
    font-family: 'BomfieldNewLight';
    text-transform: uppercase;
}
.eventsIndex .searchDropdown ul{
    padding-left: 0;
    overflow-y: auto;
    padding-left: 0;
    height: 95%;
    margin-top: 7px;
}
.eventsIndex .searchDropdown ul .checkbox{
    margin-top: 0;
}
.eventsIndex .searchDropdown ul label{
    padding: 0;
    margin-bottom: 15px;
    z-index: 20;
}
.eventsIndex .searchDropdown ul li:last-child label{
    margin-bottom: 0;
}
.eventsIndex .searchDropdown ul input[type="checkbox"] {
    margin-left: 0;
    left: 5px;
}
.eventsIndex .searchDropdown ul .checkboxText{
    text-align: left;
    margin-left: 30px;
    font-size: 16px;
    line-height: 20px;
    margin-right: 5px;
}
/* checkbox */
.eventsIndex .searchDropdown ul input[type="checkbox"] {
    position: absolute;
    clip: rect(0px 0px 0px 0px);
}
.eventsIndex .searchDropdown ul input[type="checkbox"] + span:before {
    height: 20px;
    width: 13px;
    cursor: pointer;
    background-repeat: no-repeat !important;
    padding: 3px 11px;
    background: url(../../../img/bompiani/flat.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    content: "";
}
.eventsIndex .searchDropdown ul  input[type="checkbox"]:checked + span:before {
    background-position: -22px 0;
}
.eventsIndex .filterCount .glyphicon {
    font-size: 16px;
    top: 4px;
}
.eventsIndex h2.noResult{
    margin-bottom: 28vh;
    margin-bottom: 40px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}
.eventsIndex .eventsListing, .eventsIndex .eventsListing .jscroll-inner{
    float: left;
}


/* Detail */
.eventDetail .eventBoxDayCont{
    margin: 20px 0 40px 0;
}
.eventDetail .eventBoxDay{
    height: 0;
    padding-top: 100%;
    background: #EAEAEC; 
    position: relative;
}
.eventDetail .eventBoxDay h2{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.eventDetail .eventBoxDay h2:first-child{
    top:5px;
}
.eventDetail .eventBoxDay h2:nth-child(3){
    bottom:25px;
}
.eventDetail .eventBoxDay h2:nth-child(4){
    bottom:8px;
}
.eventDetail .eventBoxDay h1{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 24px;
    font-size: 110px;
    color: #796765;
}
.eventDetail .eventAttachment{
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
}
.eventDetail .eventBoxDay.double h1 {
    top: 44px;
    font-size: 75px;
}
.eventDetail .eventBoxDay.double .meseInizio, .eventDetail .eventBoxDay.double .meseFine {
    position: absolute;
    top: 115px;
    font-size: 15px;
}
.eventDetail .eventBoxDay.double .meseInizio {
    left: -48px;
}
.eventDetail .eventBoxDay.double .meseFine {
    right: -48px;
}
.eventDetail .geoLink{
    font-size: 16px;
    color: #333;
    /* 
    line-height: 18px;
    display: block; 
    text-decoration: underline; 
    */
    border-bottom: 1px solid #333;
}
.eventDetail .eventText{
    display: block;
    margin: 20px 0 80px 0;
}
.eventDetail .galleryCarosel{
    width:100%;
    margin-top: 20px;
}
.eventDetail .relatedBook{
    margin-top: 20px;
}
.eventDetail .attachmentTitle{
    font-size: 18px;
    text-transform: uppercase;
    margin-top:40px;
    margin-bottom: 8px;
}
.eventTeaser .eventCategory, .eventDetail .eventCategory{
    font-size: 18px;
    text-transform: uppercase;
}
.eventTeaser .eventCategory{
    margin-bottom: -15px;
}
.eventDetail .eventCategory{
    margin-bottom: -10px;
}
.eventDetail .slick-dots {
    bottom: -35px;
}
.eventDetail .iframeCont{
    width: 100%;
    text-align: center;
    margin: 20px 0 40px 0;
}

.eventDetail p{ 
    font-size: 18px
}
.eventDetail p a{ 
    text-decoration: underline;
}
.eventDetail li{
    font-size: 18px;
}
.eventDetail li a{
    text-decoration: underline;
}

/*
*-------------Global Search
*/
.globalSearchCont{
    margin-bottom: 50px;
}
.globalSearchCont .globalSearch{
    width:100%;
    float: left;
    margin-top: 40px;
}
.globalSearchCont .globalSearchInput{
    width: 100%;
    height: 55px;
    border: 1px solid #9b9b9b;
    position: relative;
}
.globalSearchCont .globalSearchInput input{
    line-height: 55px;
    border: none;
    height: 55px;
    margin-left: 10px;
    background: transparent;
    width: 70%;
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    font-size: 20px;
    position: absolute;
}
.globalSearchCont .globalSearchInput:before{
    content: " ";
    width: 55px;
    height: 55px;
    background-image: url("../../../img/bompiani/search.png");
    background-position: center;
    background-size: 45%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
}
.globalSearchCont .globalSearchInput input:focus {
    outline: -webkit-focus-ring-color none;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0;
}
.globalSearchCont .globalSearchInput input[type=submit]{
    right: 0;
    width: 20%;
    cursor: pointer;
    background: #E7E7E8;
    height: 53px;
}
.search .title {
    font-family: 'BomfieldNewLight';
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.search .title h4 {
    text-transform: uppercase;
    font-family: 'Bomfield-Medium';
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 20px;
    color: #E7E7E8;
}
.search .title h4 .active {
    color: #333;
}
.search .title h2 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 40px;
}
.globalSearchCont {
    margin-bottom: 30px;
}
.searchResult a{
    border: solid 1px #9b9b9b;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 10px 8px 10px;
    font-size: 18px;   
    transition: all 0.3s ease-in-out; 
}
.searchResult a:hover{
    transform: scale(1.01);
}
.rigthText{
    text-transform: uppercase;
    text-align: right;
    font-size: 16px;
}
.leftText{
    text-align: left;
}
/*
 * login
 */
#login-logo-wrapper {
    padding-top: 0.3em;
    padding-bottom: 0.8em;
}
#login-logo-wrapper img {
    max-width: 90%;
    max-height: 18px;
}
#login-logo-wrapper .logo-container {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.checkbox.newsletter{
    border: solid 1px #9b9b9b;
    padding: 10px 10px 0 21px;
    float: left;
    margin-bottom: 30px;
    background: #ddddde;
}
.checkbox.newsletter strong{
    margin-left: 45px;
}
.contacts .formCont ul .checkbox.newsletter input[type="checkbox"] + span:before {
    height: 20px;
    width: 13px;
    cursor: pointer;
    background-repeat: no-repeat !important;
    padding: 3px 11px;
    background: url(../../../img/bompiani/flat_2.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    content: "";
}
.contacts .formCont ul .checkbox.newsletter input[type="checkbox"]:checked + span:before {
    background-position: -22px 0;
}
/*
 * Editable Page
 */
.editablePage h1{
    font-size: 48px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.editablePage a{
    text-decoration: underline;
}
.editablePage a:hover{
    text-decoration: none;
}

/* Book Featured */
.bookDetail,
.featured .book .cover p, 
.featured .book .description p,
.featured .book .description p,
.featured .relatedAttachments ul li,
.featured .relatedAttachments ul li a,
.featured .relatedAttachments ul li a:hover,
.featured .relatedAttachments h3,
.featured .buy .stores,
.featured .book .description h3,
.featured .book .description h4 {
    color: #000;
}
.bookDetail.colorAlt,
.featured.colorAlt .book .cover p, 
.featured.colorAlt .book .description p,
.featured.colorAlt .book .description p,
.featured.colorAlt .relatedAttachments ul li,
.featured.colorAlt .relatedAttachments ul li a,
.featured.colorAlt .relatedAttachments ul li a:hover,
.featured.colorAlt .relatedAttachments h3,
.featured.colorAlt .buy .stores,
.featured.colorAlt .book .description h3,
.featured.colorAlt .book .description h4  {
    color: #fff;
}
.bookDetail.colorAlt .book .description a,
.bookDetail.colorAlt .book .description a:hover,
.bookDetail.colorAlt .book .description a:focus,
.bookDetail.colorAlt .book .cover p a {
    color: #FFF;
    text-decoration: none;
}
.featured .buy .amazon img,
.featured .buy .buyBoder {
    border: solid 1px #000;
}
.featured.colorAlt .buy .amazon img,
.featured.colorAlt .buy .buyBoder {
    border: solid 1px #fff;
}
.featured .relatedAttachments h3:after{
    background: #000;
}
.featured.colorAlt .relatedAttachments h3:after{
    background: #fff;
}

.bookDetail .featuredBanner {
    min-height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bookDetail .featuredBanner {
    position: relative;
}
.bookDetail .featuredBanner h3, .bookDetail .featuredBanner p {
    width: 100%;
    text-align: center;
    font-family: 'RobotoSlab-Regular', serif;
}
.bookDetail .featuredBanner p {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 18px;
}
.bookDetail .featuredBanner h3{
    font-size: 24px;
}
.bookDetail .featuredBanner .featuredDescription {
    position: absolute;
    bottom: 80px;
    width: 100%;
}
.bookDetail .featuredBanner .featuredDescription p {
    font-size: 20px;
    text-transform: none;
}
.featured .book .cover {
    background: transparent;
}
.featured.colorAlt .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.featured.colorAlt .slick-dots li button:before {
    opacity: .25;
    color: #fff;
}
.featured .btn-giunti {
    background-color: transparent;
    border: solid 2px #000;
    color: #000;
}
.featured .btn-giunti.active {
    background-color: #000;
    border: solid 2px #000;
    color: #fff;
    outline: 0 !important;
}
.featured .btn-giunti:hover,
.featured .btn-giunti:focus {
    background-color: #000;
    border: solid 2px #000;
    color: #fff;
}
.featured.colorAlt .btn-giunti {
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
}
.featured.colorAlt .btn-giunti.active {
    background-color: #fff;
    border: solid 2px #fff;
    color: #000;
    outline: 0 !important;
}
.featured.colorAlt .btn-giunti:hover,
.featured.colorAlt .btn-giunti:focus {
    background-color: #fff;
    border: solid 2px #fff;
    color: #000;
}
.featured.bookDetail .buy .amazon,
.featured.bookDetail .buy .price,
.featured.bookDetail .buy .detail  {
    color: #000;
}
.featured.colorAlt.bookDetail .buy .amazon,
.featured.colorAlt.bookDetail .buy .price,
.featured.colorAlt.bookDetail .buy .detail  {
    color: #fff;
}
.featured.colorAlt .relatedBooks a p,
.featured.colorAlt .relatedBooks a h3,
.featured.colorAlt .bookTeaser .editor {
    color: #fff;
}
.featured.colorAlt .relatedBooks .title:after {
    background: #fff;
}
.bookDetail.featured .writer .writerBio .writerBioP p{
    color:#000 !important;
}
.featured.bookDetail .priceCatalog{
    background: #000;
    color: #fff;
}
/* .featured.colorAlt.bookDetail .priceCatalog{
    background: #fff;
    color: #000;
} */
.featured.colorAlt.bookDetail .amazonLink h3 {
    color: #000;
}
/* .featured.colorAlt.bookDetail .amazonLink h3 {
    color: #fff;
} */
/* .featured.colorAlt.bookDetail .amazonLink h4{
    color: #000;
} */
.bookDetail.featured.colorAlt .authorBoxContRight{
    color: #000;
}
.featured.colorAlt.bookDetail .relatedBook .relatedBookCont h3, 
.featured.colorAlt.bookDetail .relatedBook .relatedBookCont p,
.featured.colorAlt.bookDetail .relatedBook .relatedBookCont h3.bookContAlt, 
.featured.colorAlt.bookDetail .relatedBook .relatedBookCont p.bookContAlt{
    color: #fff;
}
.galleryTitle {
    font-family: BomfieldNewLight;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 30px !important;
}
.featured.bookDetail .container-fluid:nth-child(4), .featured.bookDetail .container-fluid:nth-child(5){
    margin:0;
}
.featured.bookDetail .margin20{
    margin: 20px 0;
}
.bookDetail.featured .centerColumn h2 a:hover{
    border-bottom:1px solid #000;
}
.bookDetail.featured .infoBox .col-md-4:nth-child(2){
    border-left:solid 1px #000; 
    border-right:solid 1px #000;     
}
.bookDetail.featured .infoBox,
.bookDetail.featured .container-fluid:nth-child(4) .container-semi-fluid, 
.bookDetail.featured .container-fluid:nth-child(5) .container-semi-fluid,
.bookDetail.featured .relatedNews .container-semi-fluid{
   border-top:solid 1px #000;
}
.bookDetail.featured.colorAlt .centerColumn h2 a:hover{
    border-bottom:1px solid #fff;
}
.bookDetail.featured.colorAlt .infoBox .col-md-4:nth-child(2){
    border-left:solid 1px #fff; 
    border-right:solid 1px #fff;     
}
.bookDetail.featured.colorAlt .infoBox,
.bookDetail.featured.colorAlt .container-fluid:nth-child(4) .container-semi-fluid, 
.bookDetail.featured.colorAlt .container-fluid:nth-child(5) .container-semi-fluid,
.bookDetail.featured.colorAlt .relatedNews .container-semi-fluid{
   border-top:solid 1px #fff;
}

/* Path */
.pathIndex .title{
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    text-align: center;
}
.pathIndex .title h1 {
    font-size: 60px;    
}
.pathIndex .title h2, .pathDetail .textContainer h2{
    font-size: 30px;
}
.pathTeaser{
    border-top:solid 1px #9b9b9b;
    margin-top: 20px;
}
.pathTeaser{
    border-top:solid 1px #9b9b9b;
    margin-top: 35px;
}
.pathTeaser h2{
    margin-top: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'BomfieldNewLight';
    line-height: 26px;
}
.pathTeaser img{
    margin-top: 35px;
    width: 100%;
}
.pathDetail .bannerContainer img{
    width: 100%;
}
.pathDetail .textContainer h2{
    margin-bottom: 30px;
    font-family: 'BomfieldNewLight';
    border-bottom: solid 1px #000;
    display: inline;
}
.pathDetail .textContainer p{
    margin-bottom: 20px;
}
.pathDetail .textContainer{
    padding: 40px 0;
}
.blockRelatedBook{
    padding:40px 0;
}
.blockRelatedBook .bookCont {
    margin-bottom: 0;
}
.blockRelatedWriter .author .authorBoxContRight h1{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
    font-size: 135px;
    color:#796765;
}
.blockRelatedWriter .author .authorBoxContRight p{
    font-size: 18px;
}

.blockRelatedWriter .author .authorBoxContRight a{
    font-family: 'TG-Bold';
    font-size: 17px;
    text-decoration: none;
    color: #333;
}
.blockRelatedWriter .container-fluid.shadowAuthor{
    background: #fff;
    /*
    -moz-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    */
}
.blockRelatedWriter .author{
    float: left;
    margin: 40px 0;
}
.blockRelatedWriter .author .authorImage{
    height: 0;
    padding-top: 100%;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: cover; 
}
.blockBanner img{
    width: 100%;
}
.blockText{
    padding:40px 0;
}
.blockVideo .iframeCont{
    width: 100%;
    text-align: center;
    padding: 40px 0;
}
.blockGallery {
    padding: 40px 0;
}
.blockGallery h2{
    font-family: 'BomfieldNewLight';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blockGallery .container-semi-fluid {
    border-top: solid 1px #9b9b9b;
}
.blockRelatedBooks {
    padding: 40px 0;
}
.relatedAttachments {
    padding: 40px 0;
}
.pathDetail .textContainer p{
    font-size: 20px;
}
.blockAttachmentUl {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: none;
    margin-top: 24px;
}
.blockAttachmentUl li {
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Bomfield-Medium';
    padding-bottom: 15px;
    padding-right: 15px;
    white-space: normal;
    height: 35px;
}
.newsContainerImage img{
    width: 100%;
}
.blockRelatedBooksSpacer{
    width: 100%;
    height: 40px;
}
.pathHomeTitle{
    margin-bottom: 0 !important;
}
/* 
Responsive 1921px - 992px style 
@media screen and (max-width: 1921px) and (min-width: 992px){ 
*/
@media screen and (min-width: 992px){ 
    
    /*
    *-------------Generic
    */
    .container-semi-fluid {
        width:95%;
        min-width: 970px;
        padding: 0;
    }
    h2.sectionTitle{
        font-size: 32px;
        margin:30px 0;
    }

    /* Header Generic */
    .logoCont{
        height: 120px;
    }
    .shrink .logoCont{
        height: 60px;
    }
    .logoCont .bigLogo{
        bottom: 15px;
    }
    .logoCont .logo .bigLogo{
        width: 87.5px;
        height: 70px;
    }
    .logoGiunti{
        height: 18px;
    }
    .headerMenu > ul li a{
        line-height: 50px;
        padding: 0 16px;
        font-size: 14px;
    }
    .navCount .navbar .navbar-nav{
        display: flex;
        align-content: center;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }
    .headerMenu > ul > li:first-child a{
        padding-left: 0;
    }
    .headerMenu > ul > li:last-child a{
        padding-right: 0;
    }
    .nav:before, .nav:after {
        display: none;
    }
    .headerMenu > ul > li > a:active, .headerMenu > ul .active > a{
        line-height: 50px;
    }
    .searchGlobalCont.shrink{
        top: 60px;
    }

    /*
    *-------------Partials
    */
    /* news-teaser */
    .newsTeaser .salotto.viewType1  .copertina{
        border: solid 25px #fff;
    }
    .newsTeaser .salotto h1 {
        font-size: 30px;
    }
    .newsTeaser .salotto h2 {
        font-size: 18px;
    }
    .newsTeaser .salotto .bookCont h3{
        font-size: 20px;
    }
    .newsTeaser .salotto .bookCont p{
        font-size: 20px;
    }
    .newsTeaser .salotto .bookCont .price{
        font-size: 14px;
    }
    .newsTeaser .salotto.viewType1 .copertina img {
        max-height: 335px;
    }

    /* Related Books */
    .relatedBook .relatedBookCont h3, .relatedBook .relatedBookCont p{
         font-size: 25px;
        line-height: 25px;
    }
    .relatedBook .relatedBookCont h3.bookContAlt, .relatedBook .relatedBookCont p.bookContAlt{
         font-size: 20px;
        line-height: 20px;
    }
    .relatedBook .relatedBookCont p{
        margin-bottom: 18px;
    }
    .relatedBook .relatedBookCont p.price{
        font-size: 14px;
    } 

    /* Related Events */
    .relatedEvents .events{
        margin-top: -35px;
        margin-bottom: 50px;
    }
    .relatedEvents .eventBox .eventBoxDayCont{
        margin: 25px 15px;
    }
    .relatedEvents .eventBox .eventBoxCont{
        margin: 15px 17px;
    }
    .relatedEvents .eventBox .eventBoxContRight{
        margin: 25px 17px;
    }
    .relatedEvents .eventBox .eventBoxDay h2{
        font-size: 20px;
    }
    .relatedEvents .eventBox .eventBoxDay h2:first-child{
        top:0;
    }
    .relatedEvents .eventBox .eventBoxDay h2:nth-child(3){
        bottom:30px;
    }
    .relatedEvents .eventBox .eventBoxDay h2:nth-child(4){
        bottom:5px;
    }
    .relatedEvents .eventBox .eventBoxDay h1, .relatedEvents .author .authorBoxContRight h1{
        top: 20px;
        font-size: 80px;
    }
    .relatedEvents .eventBox .eventBoxCont p, .relatedEvents .eventBox .eventBoxContRight p{
        font-size: 18px;
    }
    .relatedEvents .eventBox .eventBoxCont a, .relatedEvents .eventBox .eventBoxContRight a{
        bottom: 20px;
        font-size: 15px;
    }
    .relatedEvents .eventBox h2{
        font-size: 24px;
    }

    /* Footer Generic */
   
    /*
    *-------------Homepage
    */
    
    /* Banner Homepage */
    .salottoBanner h2{
        font-size: 26px;
        margin: 25px 15px 0 15px;
        padding: 0 0 14px 0;
    }
    .salottoBanner p{
        font-size: 18px;
        margin: 14px 15px 0 15px;
        line-height: 18px;
    }

    /* Book preview Homepage */
    .bookCont{
        margin-bottom: 40px;
    }
    .bookCont.evidence > div{
        padding-top: 16px;
        padding-bottom: 60px;
        padding-left: 6px;
    }
    .bookCont span{     
        padding-top: 15px;
    }
    .bookCont h3, .bookCont p{
        font-size: 25px;
        line-height: 25px;
    }
    .bookCont h3.bookContAlt, .bookCont p.bookContAlt{
        font-size: 20px;
        line-height: 20px;
    }
    .bookCont h4{
        font-size: 17px;
    }
    .bookCont p.price{
        font-size: 14px;
    }

    /*
    *-------------Book Detail
    */
    .bookDetail .container-fluid{
        padding: 0;
    }
    .bookDetail .leftColumn h1{
        font-size: 32px;
    }
    .bookDetail blockquote{
        font-size: 30px;
        line-height: 30px;
    }
    .bookDetail .priceCatalog {
        width: 125px;
    }
    .bookDetail .amazonLink .priceCatalog {
        padding-top: 125px;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .bookDetail .priceCatalog h4{
        font-size: 16px;
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .bookDetail .amazonLink h4{
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 7px;
        font-family: 'BomfieldNewLight';
    }
    .bookDetail .amazonLink{
        height: 200px;
        display: flex;
        flex-direction: column;
    }
    .bookDetail .amazonLink h5{
        width: 100%;
    }
    .bookDetail .amazonLink h3{
        text-align: center;
    }
    .bookDetail .priceCatalog .amazonBuy{
        height: 45px;
        background-size: 76%;
    }
    /*
    .bookDetail .slick-dots li button:before {
        font-size: 13px;
    }
    */
    .bookDetail .slick-dots li {
        margin: 0 8px 0 0;
    }
    .bookDetail .centerColumn h1{
        font-size: 45px;
    }
    .bookDetail .centerColumn h2{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .bookDetail .centerColumn h3, .bookDetail .events h3{
        font-size: 17px;
    }
    .bookDetail .centerColumn p{
        font-size: 18px;
    }
    .bookDetail .infoBox{
        margin: 70px 0;
    }
    .bookDetail .infoBox .left{
        font-size: 15px;
        line-height: 20px;
    }
    .bookDetail .infoBox .right{
        font-size: 14px;
        line-height: 20px;
    }
   .bookDetail .author .authorBoxContRight h1{
        top: 20px;
        font-size: 80px;
    }
    .bookDetail .author .authorBoxContRight p{
        font-size: 18px;
    }
    .bookDetail .author .authorBoxContRight a{
        font-size: 15px;
    }
    .bookDetail .author, .bookDetail .reviews{
        float: left;
        margin: 30px 0;
    }
    .bookDetail .reviews .reviewsBoxContLeft{
        font-size: 16px;
    }
    .bookDetail .container-fluid:nth-child(4) .container-semi-fluid h2, .bookDetail .container-fluid:nth-child(5) .container-semi-fluid h2{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .bookDetail .bookCont {
        padding-right: 50px;
    }
    .bookDetail .relatedNews h3{
        font-size:22px;
    }
    .bookDetail .relatedNews p{
        font-size:14px;
    }
    .bookDetail .infoBox .right.download {
        line-height: 14px;
        text-align: center;
    }
    .bookDetail .infoBox .right.download img {
        margin-bottom: 6px;
        margin-left: -3px;
    }
        
    /*
    *-------------Writers
    */
    .writersTitle{
        font-size: 45px;
        margin-bottom: 35px;
    }

    .banner.writers{
        background: #EEE2D7;
    }

    .selector{
        font-size: 25px;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .selector a{
        padding: 0 6px;
    }
    .writersList{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .writersList h2{
        font-size: 55px;
    }
    
    /*
    *-------------Writer
    */
    .writer .writerBio h1{
        font-size: 32px;
    }
    .writer .authorImage{
        margin-bottom: 45px;
    }
    .writer .writerBio p{
        font-size: 18px;
    }
    .writer .writerCont{
        margin-top: 45px;
    }
    .writerData .container{
        margin-bottom: 75px;
    }


    /*
    *-------------News index
    */
    .newsIndex .title h1{
        font-size: 48px; 
        margin-bottom: 0;   
    }
    .newsIndex .title h2{
        font-size: 25px;
        margin-top: 0;
    }
 
   
    /*
    *-------------News detail
    */
    .newsDetail h1{
        font-size: 34px;
    }
    .newsDetail h2{
        font-size: 16px;
    }
    .newsDetail .relatedNews h3{
        font-size:22px;
    }
    .newsDetail .relatedNews p{
        font-size:14px;
    }

    /*
    *-------------Catalog
    */
    .catalog .title{
        text-transform: uppercase;
        font-family: 'BomfieldNewLight';
        text-align: center;
        margin-bottom: 30px;
    }
    .catalog .title h1{
        font-size: 48px;    
    }
    .catalog .title h2{
        font-size: 35px;    
    }
    .catalog .title h4{
        font-size: 16px;    
        top:20px;
    }
    .catalogTab a li{
        font-size: 28px;
    }
    .catalog .generiList h2{
        font-size: 16px;
    }
    .catalog h2.noResult{
        margin: 8vh 0 28vh 0;
        font-size: 25px;
    }

    /*
    *-------------Events index
    */
    .eventsIndex .title h1{
        text-align: center;
        text-transform: uppercase;   
    }
    .eventsIndex .title h1{
        font-size: 48px; 
        margin-bottom: 10px;   
    }
    .eventsIndex .title h2{
        font-size: 25px;
        margin-top: 0;
    }

    /*
    *-------------Path index
    */
    .pathIndex .title h1{
        font-size: 48px; 
        margin-bottom: 0;   
    }
    .pathIndex .title h2{
        font-size: 25px;
        margin-top: 0;
    }
    .pathDetail .textContainer h2{
        font-size: 35px;
    }


}

/* Responsive > 992px */
@media screen and (min-width: 991px){
    .newsTeaser .salotto.viewType2 .container {
        position: relative;
    }
}
/* Responsive > 992px */
@media screen and (min-width: 992px){
    .writerMenu br{
        display: none;
    }
}

/* Responsive < 992px */
@media screen and (max-width: 991px){
    
    /*
    *-------------Generic
    */
    p, body{
        font-size: 16px;
    }
    .container-semi-fluid {
        min-width: 300px;
    }

    /* Header Generic */
    .fixedMenuClearfix {
        display: none;
    }
    .logoGiuntiCont.mobile{
        display: block;
    }
    .logoGiuntiCont.desktop{
        display: none;
    }
    .logoGiuntiCont{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ebebeb;
        height: 34px;
        text-align: center;
        z-index: 35;
    }
    .logoGiuntiCont.mobile.shrink{
        display: none;
    }
    .logoGiuntiCont .logoGiunti{
        position: relative;
        top: 8px;
        right: auto;
        bottom: auto;
        height: 14px;
    }
    .logoCont .logo{
        position: fixed;
        top: 34px;
        text-align: center;
        width: 100%;
        left: 0;
        background: #fff;
    }
    .headerLogo{
        position: fixed;
        width: 100%;
        z-index: 20;
        height: 138px;
        background: #fff;
    }
    .logoCont {
        position: fixed;
        z-index: 20;
        height: 138px;
    }
    .logoCont .logo .bigLogo {
        top: 18px;
        width: 88px;
        height: 70px;
    }
    .logoCont .container{
        width: 100%;
        height: 100%;
        position: absolute;
        border-bottom: 1px solid #9b9b9b;
        z-index: 25;
    }
    .borderEffect.logoCont .container{
        border-bottom: none;
    }
    .shrink .borderEffect.logoCont .container{
        border-bottom: 1px solid #9b9b9b;
    }
    .clearfix.headerMenu {
        height: 170px;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .smaller.clearfix.headerMenu {
        height: 138px;
    }
    .shrink .logoCont .logo{
        top: 0;
    }
    .shrink .logoCont, .shrink.headerLogo{
        height: 70px;
    }
    .shrink .logoCont .logo .bigLogo {
        display: none;
    /*     
        top: 10px;
        width: 75px;
        height: 60px;
    */
    }
    .shrink.clearfix.headerMenu {
        height: 120px;
    }
    .shrink .logoCont .smallLogo{
        display: inline-block;
        top: 16px;
        width: 42px;
        height: 40px;
        position: relative;
    }
    .mobileToggle {
        position: absolute;
        z-index: 20;
        cursor: pointer;
        width: 35px;
        height: 35px;
        bottom: 5px;
        left: 0;
        display: block;
    }
    .mobileToggle .line {
        height: 1px;
        background-color: #9b9b9b;
        width: 35px;
        margin-bottom: 11px;
        float: left;
    }  
    .mobileToggle.open .line{
        display: none;
    }
    .mobileToggle.open .line:first-child{
        transform: rotate(45deg);
        position: relative;
        top: 13px;
        display: block;
    }
    .mobileToggle.open .line:last-child{
        transform: rotate(-45deg);
        position: relative;
        top: 0;
        display: block;
    }
    .navbar.headerMenu{
        margin-top: 20px
    }
    .navCount{
        height: auto;
        position: fixed;
        z-index: 100;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        top: 138px;
        left: -100%;
        -webkit-transition: left 200ms linear;
        transition: left 200ms linear;
    }
    .shrink.navCount{
        top: 69px;
    }
    .navCount.open{
        left: 0;
        -webkit-transition: left 200ms linear;
        transition: left 200ms linear;
    }
    .navCount .container-semi-fluid{
        border-top: none;
        border-bottom: none;
    }
    .navCount .container{
        position: absolute;
        width: 100%;
        left: 0;
    }
    .headerMenu > ul li {
        width: 100%;
    }
    .headerMenu > ul li a {
        color: #fff;
        width: 100%;
        line-height: 40px;
        font-size: 15px;
    }
    .headerMenu > ul .active > a {
        color: #fff;
        line-height: 40px;
    }
    .dropdown {
        margin-left: -10px;
    }
    
    /* Footer Generic */
    .footerCount {
        margin-top: 0;
        padding-top: 20px;
        float: left;
        width: 100%;
    }
    .footerCount p {
        font-size: 16px;
    }
    .footerCount p span {
        font-size: 14px;
    }
    .socialMobile{
        text-align: center;
        background: #B2B3B5;
        color:#88888b;
        padding: 25px 0 10px 0;
        margin-top: 50px;
    }
    .socialMobile .socialIcons {
        font-size: 45px;
    }
    
    /*
    *-------------Homepage
    */

    /* Banner Homepage */
    .home .banner .bannerSlider .container{
        padding:0;
    }
    .salottoCont.container {
        position: relative;
        width: 100%;
        padding: 0;
    }
    .salottoBanner {
        position: relative;
    }
    .salottoBanner h2 {
        font-size: 20px;
        margin: 0px 15px 0 15px;
        padding: 27px 0 14px 0;
        line-height: 20px;
    }
    .salottoBanner p {
        font-size: 17px;
        margin: 18px 15px 30px 15px;
        line-height: 17px;
    }
    .salottoBanner span {
        display: none;
    }
    h2.sectionTitle {
        font-size: 25px;
        line-height: 25px;
    }
    .bookCont h3, .bookCont p {
        font-size: 20px;
        line-height: 20px;
    }
    .bookCont p.price {
        font-size: 14px;
    }
    .newsletter p {
        font-size: 20px;
    }
    .newsletter .newsletterInput input[type=email] {
        margin-left: 0;
    }
    .newsletter .newsletterInput input {
        line-height: 50px;
        height: 50px;
        font-size: 17px;
    }
    .newsletter .newsletterInput input[type=submit] {
        height: 50px;
    }
    .newsletter .col-md-7{
        margin-bottom: 60px;
    }

    /*
    *-------------News index
    */
    .newsIndex .title h1 {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .newsIndex .title h2 {
        font-size: 18px;
        margin-top: 5px;
    }
    .newsTeaser .salotto .container{
        padding-bottom: 30px;
    }
    .newsTeaser .salottoVideo p{
        margin-bottom: 0;
    }


    /*
    *-------------Partials
    */
    /* news-teaser */
    .newsTeaser .salotto{
        padding: 0;
    }
    .newsTeaser{
        position: relative;
    }
    .newsTeaser .salotto h2 {
        font-size: 16px;
    }
    .newsTeaser .salotto h1 {
        font-size: 20px
    }
    .newsTeaser .salotto.viewType2 .copertina {
          position: absolute;
        height: 250px;
        left: 0;
        width: 100vW;
    }
    .newsTeaser .salotto.viewType2 .marginMobile{
        height: 250px;
    }
    .newsTeaser .salottoVideo .iframeCont iframe {
        max-width: 100%;
    }
    .newsTeaser .salotto .bookCont {
        margin-top: 0;
    }
    .salotto:hover:before, .salotto:hover:after{
        width: 0%;
        position: relative;
        height: 0;
    }
    .newsTeaser .viewType2.salotto h2 {
        margin-top: 0;
    }
    .newsTeaser .borderMobile{
        height: 1px;
        background: #9b9b9b;
        margin: 20px 0;
    }
    .newsTeaser .salotto.viewType1 .copertina img {
        margin-top: 20px;
        border: solid 15px #fff;
        max-height: 250px;
    }
    .newsTeaser .viewType2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobileCopertina{
        display: flex;
        justify-content: center;
    }
    .viewType1 > .container > .row{
        margin: 0;
    }
    .newsTeaser .newsTitle{
        margin-bottom: 50px;
    }
    .newsTeaser .bookCont{
        margin-bottom: 0;
    }
    .newsTeaser p, .newsDetail p{
        font-size: 16px;
    }
    .newsDetail .newsImage{
        padding-right: 0;
    }


    /* Related Events */
    .relatedEvents .eventBox .eventBoxDay {
        width: 200px;
        height: 200px;
        padding-top: 0;
        margin: 0 auto;
    }
    .relatedEvents .eventBox .eventBoxDay h1, .relatedEvents .author .authorBoxContRight h1 {
        top: 20px;
        font-size: 80px;
    }
    .relatedEvents .eventBox .eventBoxCont a, .relatedEvents .eventBox .eventBoxContRight a {
        position: relative;
        bottom: 0;
    }
    .relatedEvents .eventBox h2{
        font-size: 22px;
    }

    /*
    *-------------News detail
    */
    .newsDetail h1{
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .newsDetail h2{
        font-size: 16px;    
        margin-bottom: 10px;
    }
    .newsDetail .iframeCont iframe {
        max-width: 100%;
    }
    .relatedBook .relatedBookCont h3, .relatedBook .relatedBookCont p, .relatedNews h3 {
        font-size: 20px;
    }
    .relatedBook .relatedBookCont p.price, .relatedNews p {
        font-size: 14px;
    }


    /*
    *-------------Catalog
    */
    .container-fluid.catalogTabCont{
        padding: 0;
    }
    .catalogTab a {
        padding: 15px 50px;
        width: 100%;
        border-left: none; 
        border-bottom: solid 1px #333;
    }
    .catalog .title h1, .catalog .title h2 {
        font-size: 30px;
    }
    .catalogTab a li {
        font-size: 28px;
    }
    .catalogSearchInput input {
        font-size: 12px;
    }
    .catalogSearch {
        width: 94%;
        margin: 0 3%;
    }
    .initSearchDropdown {
        width: 94%;
        margin: 20px 3% 0 3%;
    }
    .catalog .searchDropdown {
        top: 55px;
        margin-left: 21px;
        width: 658px;
    }
    .newsIndex .searchDropdown {
        top: 75px;
        margin-left: 23px;
        width: 692px;
    }
    .catalogSearchInput:before {
        width: 30px;
        background-size: 50%;
    }
    .catalog .title h4 {
        font-size: 18px;
        position: relative;
        right: none;
        top: 10px;
        margin-bottom: 25px;
    }
    .catalogSearchCont{
        width: 700px;
        margin: 0 auto;
    }
    .catalogSearchInput input[type=submit] {
        width: 22%;
    }
    .catalog .catalogCategories h2 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .catalog .generiList {
        width: 90%;
        margin: 0 5%;
    }
    .catalog .generiList ul {
        display: none;
        list-style: none;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding: 30px 0 10px 40px;
    }
    .generiList:before {
        left: 45%;
        margin-top: 0;
    }
    .catalog .catalogSeries .clearfix {
        height: 0;
    }
    .catalog .catalogSeriesVariante{
        height: 150px;
    }
    .catalog .catalogSeriesVariante h2 {
        line-height: 150px;
        font-size: 20px;
    }
    .mobileAlign{
        text-align: center;
     margin-bottom: 30px;
    }
    .mobileAlign h2{
        font-size: 20px;
    }

    /*
    *-------------Writers
    */
    .container-fluid.writers{
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid.writers .container{
        padding-left: 0;
        padding-right: 0;
    }
    .writersTitle {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .selector {
        font-size: 25px;
        margin-top: 25px;
        padding-bottom: 25px;
    }
    .writer .writerCont {
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .writer .writerBio h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .writerMenu{
        text-align: center;
    }
    .writersList ul {
        list-style: none;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding-left: 10px;
    }
    .container-semi-fluid.writersList{
        padding: 20px 0;
    }
    .container-semi-fluid.writersList .container{
        padding-left: 0;
        padding-right: 0;
    }
    .container-semi-fluid.writersList .container .col-md-3.col-xs-2{
        padding-left: 0;
        padding-right: 0;
    }
    .selector .writerMenu{
        font-size: 22px;
        padding: 0 0 25px 0;
    }

    /*
    *-------------Book detail
    */
    .bookDetail {
        overflow: hidden;
    }
    .bookDetail .leftColumn h3{
        font-size: 18px;
        text-transform: uppercase;
        text-indent: 0.12em;
        margin-top: 40px;
        margin-bottom: 20px;
        position: relative;
        left: -10px;
    }
    .bookDetail .leftColumn h1 {
        text-align: right;
        font-size: 30px;
        margin-top: 27px;
        margin-bottom: 20px;
    }
    .bookDetail .centerColumn h1 {
        font-size: 30px;
        text-align: center;
    }
    .bookDetail .slick-dots {
        bottom: -35px;
        text-align: center;
    }
    .bookDetail .centerColumn h2 {
        font-size: 22px;
        text-align: center;
    }
    .bookDetail .priceCatalog {
        width: 100%;
    }
    .bookDetail .priceCatalog h5 {
        font-size: 17px;
        position: absolute;
        width: 50%;
        text-align: center;
        color: #B8ADAD;
        top: 18px;
        font-family: 'TG-Bold';
    }
    .bookDetail .priceCatalog h3 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 0;
        font-family: 'TG-Bold';
        padding-top: 14px;
        padding-bottom: 8px;
    }
    .bookDetail .priceCatalog .title{
        background: #fff;
        color:#333;
    }
    .bookDetail .priceCatalog h3 .discount {
        color: #DCDCDE;
    }
    .bookDetail .priceCatalog h3 .sale {
        text-decoration: line-through;
    }
    .bookDetail .priceCatalog h4 {
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 17px;
    }
    .bookDetail .priceCatalog .text:before, .bookDetail .priceCatalog .text:after{
         width: 100%;
        background: #796765;
        height: 53px;
        position: absolute;
        content: " ";
        display: block;
        top: 0;
    }
    .bookDetail .priceCatalog .text:before{
        left: -100%;
    }
    .bookDetail .priceCatalog .text:after{
        right: -100%;
    }
    .bookDetail .priceCatalog .title:before, .bookDetail .priceCatalog .title:after{
        width: 100%;
        background: #fff;
        height: 41px;
        position: absolute;
        content: " ";
        display: block;
        top: 53px;
    }
    .bookDetail .priceCatalog .title:before{
        left: -100%;
    }
    .bookDetail .priceCatalog .title:after{
        right: -100%;
    }
    .bookDetail .marketLinks .icons {
        display: flex;
        justify-content: center;
    }
    .marketLinks .description {
        padding: 0;
        font-size: 17px;
        margin-top: 25px;
    }
    .marketLinks a {
        height: 49px;
        width: 49px;
    }
    .bookDetail blockquote {
        font-size: 25px;
        margin-top: 35px;
        border-bottom: 1px solid #333;
        margin-bottom: 0px;
        padding-bottom: 15px;
        width: 100%;
        float: left;
    }
    .bookDetail .mobileDescrtiption{
        width: 100%;
        float: left;
        margin-top: 25px;
        padding-bottom: 21px;
        font-family: 'BomfieldNewLight';
        max-height: 132px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .bookDetail .mobileDescrtiption p{
        font-size: 16px;
    }
    .bookDetail .mobileDescrtiption:before{
        content: '';
        width: 110%;
        position: absolute;
        -webkit-box-shadow: inset -1px -115px 171px -164px rgba(0,0,0,0.43);
        -moz-box-shadow: inset -1px -115px 171px -164px rgba(0,0,0,0.43);
        box-shadow: inset -1px -115px 171px -164px rgba(0,0,0,0.43);
        height: 150px;
        left: -11px;
        bottom: 22px;
    }
    .bookDetail .mobileDescrtiption.open{
        max-height: none;
    }
    .bookDetail .openMobileDescrtiption{
        text-align: center;
        font-family: 'TG-Bold';
        font-size: 15px;
        cursor: pointer;
        line-height: 3px;
    }
    .bookDetail .infoBox {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .bookDetail .infoBox tr {
        border-bottom: solid 1px #9b9b9b;
        height: 35px;
        font-size: 16px;
    }
    .authorBoxContRight h2{
        margin-top: 50px;
        font-size: 34px;
    }
    .authorBoxContRight p {
        font-size: 20px;
        margin-top: 24px;
    }
    
    /*
    *-------------Contacts
    */
    .contacts .formCont h2{
        font-size: 30px;
        margin: 0;
    }
    .contacts .formCont .formP{
        padding: 30px 0;
    }
    .contacts .formCont input[type=text], .contacts .formCont input[type=email], .contacts .formCont textarea,  .contacts .formCont input[type=password] {
        line-height: 40px;
        height: 40px;
        width: 100%;
        font-size: 16px;   
        margin-bottom: 8px;   
        text-indent: 8px;
    }
    .contacts .formCont textarea {
        min-height: 200px;  
        margin-bottom: 40px;
    }
    .contacts .formCont input[type=submit]{
        line-height: 33px;
        height: 40px;
        font-size: 16px;   
        margin-top: 30px;
        color:#787470;
    }
    .contacts .formCont .checkboxText {
        margin-left: 35px;
    }
    .contacts .contactBox{
        margin-top: 75px;
        padding: 30px 10px 40px 20px;
        font-size: 16px;
        line-height: 18px;
    }
    .contacts .contactBox h2{
        font-size: 20px;
    }
    .contacts .contactBox p{
        font-size: 16px;
    }

    /*
    *-------------Events
    */
    /* Teaser */
    .eventsIndex .title {
       text-align: center;
    }
    .eventsIndex .title h1{
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        margin-bottom: 30px;
        margin-top: -10px;
    }
    .eventsIndex .searchDropdown {
        top: 55px;
        margin-left: 21px;
        width: 658px;
    }
    .eventsIndex .title h4 {
        position: relative;
        top: -10px;
        right: 0;
    }
    .eventTeaser .eventBox .relatedBook{
        padding: 0;
    }
    .eventTeaser .eventBox .relatedBook img{
        width: 200px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .eventTeaser .eventBox .eventBoxDay{
        width: 190px;
        height: 190px;
        padding-top: 0;
        margin: 0 auto;
    }
    .eventDetail .iframeCont iframe {
        max-width: 100%;
    }
    .eventDetail .eventBoxDay {
        width: 210px;
        height: 210px;
        padding-top: 0;
        margin: 0 auto;
    }
    .eventDetail h1{
        font-size: 28px;
    }
    .eventDetail .leftSidebar{
        text-align: center;
    }
    .eventDetail .rigthSidebar img{
        width: 200px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .eventDetail .rigthSidebar{
        padding: 20px 0;
    }
    .eventDetail .eventText {
        display: block;
        margin: 20px 0 20px 0;
    }
    .eventDetail .attachmentTitle {
        margin-top:10px;
    }
    .eventDetail .attachmentMobile{
        text-align: center;
        margin-bottom: 40px;
        float: left;
        width: 100%;
    }
    .eventDetail .eventAttachment{
        float: left;
        width: 100%;
        border-bottom: none;
        text-decoration: underline;
    }
    .eventDetail p{ 
        font-size: 16px
    }

    /*
    *-------------Global Search
    */
    .search .title h4 {
        position: relative;
        top: -10px;
        right: 0;
    }
    .search .title h2 {
        margin-bottom: 25px;
        margin-top: 50px;
        font-size: 28px;
    }
    .globalSearchCont {
        margin-bottom: 10px;
    }
    .globalSearchCont .globalSearchInput input[type=submit] {
        width: 32%;
    }
    .rigthText {
        text-align: center;
        margin-bottom: 5px;
    }
    .leftText {
        text-align: center;
    }
    .searchGlobalCont {
        position: fixed;
        top: 138px;
    }
    .searchGlobalCont.shrink {
        top: 69px;
    }
    .searchGlobalToggleOpen:before{
        display: none;
    } 

    /*
    *-------------Path index
    */
    .pathIndex .title h1 {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .pathIndex .title h2 {
        font-size: 18px;
        margin-top: 5px;
    }
    .pathDetail .textContainer h2{
        font-size: 30px;
    }
    /* Blocks */
    .blockVideo .iframeCont iframe{
        width: 100% !important;
    }
    .pathDetail .socialMobile, 
    .newsDetail .socialMobile {
        margin-top: 0;
    }
    .blockAttachmentUl{
        padding-left: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .blockAttachmentUl li {
        width:100%;
    }
}

/* Responsive < 767px */
@media screen and (max-width: 767px){
    .logoCont .container {
        width: 100%;
    }
    .container-semi-fluid.logoCont{
        padding:0;
        overflow: hidden;
    }
    .catalog .searchDropdown {
        margin-left: 10px;
        width: 280px;
    }
    .eventsIndex .searchDropdown {
        margin-left: 10px;
        width: 240px;
    }
    .newsIndex .searchDropdown {
        margin-left: 10px;
        width: 280px;
        top: 55px;
    }
    .catalogSearchCont, .eventsSearchCont, .newsSearchCont {
        width: 300px;
    }
    .bookDetail .leftColumn h3 {
        font-size: 14px;
        position: relative;
        top: -5px;
        left: -15px;
    }
    .bookDetail .leftColumn h1 {
        font-size: 26px;
    }

    .bookDetail .featuredBanner {
        min-height: 450px;
    }
    .bookDetail .featuredBanner .featuredDescription {
        bottom: 30px;
    }
    .bookDetail.featured .gallery {
        margin-bottom: 10px;
    }
    .bookDetail.featured  .book .cover {
        padding: 0;
    }
    .writersList ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .authorBoxContRight h2{
        margin-top: 0;
        font-size: 28px;
    }
    .iframeContSlick iframe {
        min-width: 100%;
        min-height: 100%;
    }
}
/* Landing */
.landing .headerContainerSm{
    width: 10%;
}
.landing .logoGiuntiMobile, .landing .headerLogo{
    display: none;
}
.landing .navCount{
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.landing .container-fluid {
    overflow: hidden;
}
.landing .navCount .container-semi-fluid {
    border-top: none;
    border-bottom: none;
}
.landing .clearfix.headerMenu {
    height: 52px;
}
.landing .landingMenuLogo img{
    width: 35px;
    height: 33px;
    position: relative;
    top: 10px;
}
.landing .logoGiunti{
    position: absolute;
    right: 50px;
    top: 17px;
}
.landing .firstRow{
    background: #66071d;
    padding: 80px 0;
}
.landing .container-fluid {
    padding: 0;
}
.landing .firstRow .leftColumn img{
    width: 100%;
    height: auto;
    padding: 0 80px;
}
.landing .firstRow .rigthColumn img{
    width: 100%;
    height: auto;
}
.landing .firstRow .leftColumn h2{
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin-top: 65px;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: TG-Bold;
}
.landing .firstRow .buyNow{
    background: #ff0000;
    color:#fff;
    background: #ff0000;
    color: #fff;
    display: block;
    margin: 65px 90px 0 90px;
    padding: 20px 30px;
    text-align: center;
    font-family: TG-Bold;
}
.landing .download{
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: TG-Bold;
    width: 100%;
    float: left;
}
.landing .firstRow .upText{
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 10px;
    letter-spacing: 2px;
}
.landing .secondRow .leftColumn {
    padding: 0;
}
.landing .secondRow .leftColumn img{
    width: 100%;
    height: 330px;
}
/*
.landing .secondRow .leftColumn:before{
    width: 120%;
    background: #85394a;
    height: 100%;
    position: absolute;
    content: " ";
    display: block;
    left: -110%;
    top: 0;
    z-index: -1;
}
*/
.landing .secondRow .leftColumn:before {
    width: 210%;
    background: url(../../../img/bompiani/bompiani/landing/il-figlio-del-secolo-2-big.jpg) no-repeat;
    height: 100%;
    position: absolute;
    content: " ";
    display: block;
    left: -110%;
    top: 0;
    z-index: 1;
    background-size: cover;
}
.landing .secondRow .rigthColumn p{
    padding: 30px 0 0 20px;
    font-size: 18px;
}
.landing .thirdRow .leftColumn{
    background: #751f33;
    padding: 100px 0;
    height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.landing .thirdRow .leftColumn:before{
    width: 120%;
    background: #751f33;
    height: 100%;
    position: absolute;
    content: " ";
    display: block;
    left: -110%;
    top: 0;
    z-index: -1;
}
.landing .thirdRow .rigthColumn{
    background: #66071d;
    padding: 100px 0;
    height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.landing .thirdRow .rigthColumn:after{
    width: 120%;
    background: #66071d;
    height: 100%;
    position: absolute;
    content: " ";
    display: block;
    right: -110%;
    top: 0;
    z-index: -1;
}
.landing .thirdRow .leftColumn.altColor{
    background: #66071d;
}
.landing .thirdRow .leftColumn.altColor:before{
    background: #66071d;
}
.landing .thirdRow .rigthColumn.altColor{
    background: #751f33;
}
.landing .thirdRow .rigthColumn.altColor:after{
    background: #751f33;
}
.landing .thirdRow {
    color: #fff;
    text-align: center;
}
.landing .thirdRow.alt {
    background: #843a4b;
}
.landing .thirdRow.alt .col-md-12{
    padding: 100px 0;
    height: 350px;
}
.landing .thirdRow .quote {
    font-size: 25px;
    padding: 0 30px;
}
.landing .thirdRow .quoteName {
    font-family: TG-Bold;
    padding: 0 30px;
}
.landing .fourthRow {
    background: #520617;
    color: #fff;
    text-align: left;
    padding:40px 0;
    min-height: 200px;
}
.landing .fourthRow .leftColumn h3{
   font-size: 25px;
   margin: 0;
}
.landing .fourthRow .rigthColumn p{
   font-size: 18px;
}
.landing .fourthRow .rigthColumn a{
    font-size: 18px;
    background: #713341;
    padding: 14px 20px;
    margin-top: 40px;
    float: left;
}
.landing .fifthRow {
    background: #420512;
}
.landing .fifthRow .iframeCont{
    position:relative;
    padding-top:56.25%;
}
.landing .fifthRow .iframeCont iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.landing .sixthRow {
    background: #520617;
    color: #fff;
    text-align: left;
    padding:40px 0 100px 0;
}
.landing .sixthRow .leftColumn h3{
   font-size: 25px;
   margin: 0;
}
.landing .sixthRow .rigthColumn ul{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: none;
}
.landing .sixthRow .rigthColumn ul li{
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Bomfield-Medium';
    padding-bottom: 15px;
    padding-right: 15px;
    white-space: normal;
    height: 35px;
}
.landing .sixthRow .rigthColumn ul li:hover{
    cursor:pointer;
}
.landing .sixthRow .rigthColumn ul li.active{
    color: #776765;
}
.landing .seventhRow {
    background: #ece3d7;
    padding:40px 0;
}
.landing .seventhRow h3 {
    font-family: TG-Bold;
    text-align: center;
    color:#807b74;
}
.landing .seventhRow img {
    width: 100%;
    padding: 99px 47% 0 47%;
}
.landing .eighthRow {
    background: #751f33;
    padding:40px 0;
    color: #fff;
}
.landing .eighthRow .leftColumn h3{
   font-size: 25px;
   margin: 0;
}
.landing .eighthRow .rigthColumn p{
   font-size: 18px;
}
.landing .eighthRow .rigthColumn a{
    font-size: 18px;
    background: #713341;
    padding: 14px 20px;
    margin-top: 20px;
    float: left;
}
.landing .eighthRow .readerImage{
    width: 215px;
    height: 215px;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: cover;
    margin-top: 40px;
}
.landing .ninthRow {
    background: #520617;
    padding:40px 0;
    color: #fff;
}
.landing .ninthRow .leftColumn h3{
   font-size: 25px;
   margin: 0;
}
.landing .ninthRow .rigthColumn p{
   font-size: 18px;
   margin-bottom: 50px;
}
.slick-slide:not(.slick-center){
    z-index: -1;
}
.landing .gallery .slide{
    width: 930px;
    height: 523px;
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat;  
}
.landing .gallery .slick-center .slide{
    width: 960px;
    height: 540px;
}
.landing .slick-center{
    -webkit-box-shadow: 0px 0px 63px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 63px 2px rgba(0,0,0,1);
    box-shadow: 0px 0px 63px 2px rgba(0,0,0,1);
} 
.landing .slick-prev:before {
    background : url(../../../img/bompiani/bompiani/slick-left.png) no-repeat;
    content: "";
    background-size: cover;
    background-position: center;
    height: 35px;
    width: 35px;
    float: left;

}
.landing .slick-next:before {
    background : url(../../../img/bompiani/bompiani/slick-right.png) no-repeat;
    content: "";
    background-size: cover;
    background-position: center;
    height: 35px;
    width: 35px;
    float: left;
}
.landing .slick-prev {
    left: 50%;
    z-index: 99;
    margin-left: -515px;
}
.landing .slick-next {
    right: 50%;
    z-index: 99;
    margin-right: -500px;
}
.landing .authorImage{
    width: 215px;
    height: 215px;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: cover;
    margin-top: 40px;
}
.landing .sepLine{
    height: 100px;
    border-bottom:1px solid #9b9b9b;
}
.landing .relatedBook{
    margin-top: 100px;
}

.landing .translateRow{
    background: #751f33;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 19pt;
    color: #fff;
    font-family: TG-Bold;
    text-align: center;
}
.landing .amazonReviewsRow{
    background: #E8E7E2;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 13.5pt;
    color: #000;
    text-align: left;
}
.landing .amazonReviewsRow .title{
    font-family: Bomfield-Medium;
    font-size: 26px;
    line-height: 24px;
    margin-right: 40px;
}
.landing .amazonReviewsRow .title span{
    color: #B42725;
}

/* Responsive > 992px */
@media screen and (min-width: 992px){
    .landing .headerContainerLg{
        width: 45%;
        display: flex;
        align-content: center;
        flex-direction: row;
        justify-content: space-between;
    }
}

/* Responsive < 992px */
@media screen and (max-width: 991px){
    .landing .logoCont .container {
        border-bottom: none;
    }
    .landing .secondRow .container, .landing .thirdRow .container, .landing .fourthRow .container, .landing .fifthRow .container{
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .landing .headerLogo{
        display: block;
    }
    .landing .logoCont .logo {
        top:0;
    }
    .landing .logoGiuntiMobile{
        display: block;
        width: 22px;
        bottom: 12px;
        right: 20px;
    }
    .landing .logoCont, .landing .headerLogo {
        height: 100px;
    }
    .landing .shrink .logoCont, .landing .shrink.headerLogo {
        height: 70px;
    }
    .landing .container-semi-fluid.logoCont {
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }
    .landing .navCount {
        top: 100px;
    }
    .landing .shrink.navCount{
        top: 70px;
    }
    .landing .firstRow .leftColumn h2{
        font-size: 22px;
        margin-top: 60px;
    }
    .landing .firstRow .buyNow{
        margin: 60px 30px 0 30px;
        padding: 10px 20px;
    }
    .landing .firstRow .rigthColumn {
        text-align: center;
    }
    .landing .firstRow .rigthColumn img {
        width: 80%;
        max-width: 600px;
        margin-bottom: 50px;
    }
    .landing .firstRow .leftColumn {
        text-align: center;
    }
    .landing .firstRow .buyNow {
        margin: 0 auto 50px auto;
        padding: 18px 20px;
        max-width: 270px;
    }
    .landing .secondRow {    
        padding-bottom: 40px;
    }
    .landing .secondRow .rigthColumn p {
        padding: 30px 30px 25px 30px;
        font-size: 16px;
    }
    .landing .thirdRow .leftColumn, .landing .thirdRow .rigthColumn {
        padding: 25px 0;
        height: auto;
    }
    .landing .thirdRow .quote {
        font-size: 20px;
    }
    .landing .fourthRow .rigthColumn a {
        font-size: 16px;
        margin-top: 10px;
    }
    .landing .fourthRow .leftColumn h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .landing .fourthRow .rigthColumn p {
        font-size: 16px;
    }
    .landing .fourthRow {
        padding: 30px;
    }
    .landing .sixthRow {
        padding: 20px;
    }
    .landing .sixthRow .leftColumn h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .landing .sixthRow .rigthColumn ul{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-left: 0;
    }
    .landing .sixthRow .rigthColumn ul li {
        font-size: 15px;
        padding-bottom: 10px;
        padding-right: 0;
        height: auto;
    }
    .landing .seventhRow h3 {
        font-size: 22px;
    }
    .landing .seventhRow img {
        margin: 100px auto 0 auto;
        width: 40px;
        padding: 0;
    }
    .landing .seventhRow {
        text-align: center;
    }
    .landing .newsletter .newsletterInput {
        text-align: left;
    }
    .landing .eighthRow .readerImage {
        width: 200px;
        height: 200px;
        margin: 30px auto;
    }
    .landing .eighthRow .rigthColumn p {
        font-size: 16px;
    }
    .landing .eighthRow .leftColumn h3 {
        font-size: 22px;
    }
    .landing .eighthRow .rigthColumn a {
        font-size: 16px;
    }
    .landing .eighthRow {
        padding: 30px;
    }
    .landing .ninthRow .leftColumn h3 {
        font-size: 22px;
        padding: 30px 30px 10px 30px;
    }
    .landing .ninthRow .rigthColumn p {
        font-size: 16px;
        padding: 10px 30px 30px 30px;
    }
    .landing .gallery .slick-center .slide, .landing .gallery .slide {
        width: 100vw;
        height: auto;
        padding-bottom: 56%;
    }
    .landing .authorBoxContRight p {
        font-size: 16px;
    }
    .landing .authorImage{
        display: none;
    }
    .landing .authorBoxContRight h2 {
        margin-top: 30px;
        font-size: 22px;
    }
    .landing .sepLine {
        height: 50px;
    }
    .landing .slick-next {
        right: 20px;
        margin-right: 0;
    }
    .landing .slick-prev {
        left: 5px;
        margin-left: 0;
    }
    .landing .secondRow .rigthColumn{
        position: relative;
    }
    .landing .mobileDescrtiption{
        width: 100%;
        float: left;
        margin-top: 25px;
        padding-bottom: 21px;
        font-family: 'BomfieldNewLight';
        max-height: 140px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .landing .mobileDescrtiption p{
        font-size: 16px;
    }
    .landing .mobileDescrtiption:before{
        content: '';
        width: 110%;
        position: absolute;
        -webkit-box-shadow: inset -1px -115px 171px -164px rgba(0,0,0,0.43);
        -moz-box-shadow: inset -1px -115px 171px -164px rgba(0,0,0,0.43);
        box-shadow: inset -1px -115px 171px -164px rgba(0,0,0,0.43);
        height: 150px;
        left: -11px;
        bottom: 0;
    }
    .landing .mobileDescrtiption.open{
        max-height: none;
    }
    .landing .openMobileDescrtiption{
        text-align: center;
        font-family: 'TG-Bold';
        font-size: 15px;
        cursor: pointer;
        line-height: 3px;
    }
    .landing .secondRow .leftColumn:before {
        z-index: -1;
    }
    .landing .secondRow .leftColumn img{
        height: auto;
    }
    .landing .thirdRow.alt .col-md-12 {
        padding: 30px 0;
        height: auto;
    }
    .landing .amazonReviewsRow .title{
        margin-right: 50px;
    }
    .landing .translateRow {
        background: #751f33;
        padding: 40px 20px;
    }
    .landing .amazonReviewsRow {
        padding: 50px 20px;
    }
}
/* Responsive < 767px */
@media screen and (max-width: 767px){
    .landing .firstRow .leftColumn img {
        padding: 0 40px;
    }
    .landing .firstRow .upText {
        font-size: 18px;
    }
}