/*!
 *  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('../themes/cleverdiet/assets/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../themes/cleverdiet/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../themes/cleverdiet/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../themes/cleverdiet/assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../themes/cleverdiet/assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../themes/cleverdiet/assets/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;
}

@import url('../themes/cleverdiet/assets/css/frontend/normalize.css');
/*
----------------------------------

        Name: style.css
        Version: 1.2

----------------------------------

        Table of Contents

        #Reset
        #Typography
        #Base Grid
        #Left Side
        #Content Area
        #Introduction Screen
        #About Screen
        #Skills Screen
        #Progressbar
        #PieChart
        #Experience Screen
        #Education Screen
        #Contact Screen
        #Last Screen
        #Blog Listing
        #Blog Details
        #404 Page
        #Media Ipad

*/

/* ==========================================================================
   #Reset
   ========================================================================== */

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #818181;
    line-height: 22px;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
}
body.blog {
    overflow-y: scroll;
    overflow-x: auto;
}
a {
    color: #818181;
    text-decoration: none;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
a:hover {
    color: #C9A74D;
}
::selection {
    color: #000;
    background: none repeat scroll 0 0 #C9A74D;
}
::-moz-selection {
    color:#000;
    background: none repeat scroll 0 0 #C9A74D;
}
* {
    outline: 0!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
}
figure, .slideshow li, .grid-gallery {
    outline: 0!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto;
}
.flot-left {
    float: left
}
.flot-right {
    float: right
}
input[type="text"], textarea {
    padding: 15px;
    border: none;
    background-color: #3b3b3b;
    border: 1px solid #3b3b3b;
    color: #a6a6a6;
    resize: none;
    width: 95.2%;
    font-size: 14px;
    margin: 20px 0 0;
    -webkit-user-select: text;
}
input[type="submit"] {
    border: 2px solid #C9A74D;
    background-color: transparent;
    color: #818181;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 18px;
    margin: 20px 0 0;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
input[type="text"]:focus, textarea:focus {
    outline: none;
    color: #545454;
    border: 1px solid #C9A74D;
}
input[type="submit"]:hover {
    background-color: #C9A74D;
    color: #fff;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"], input[type="button"] {
    box-shadow: none !important;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: text;
}
.validation {
    border: 1px solid #dc0505 !important;
}
#successmsg {
    margin-top: 10px;
    color: #add93c;
}
/* ==========================================================================
   #Typography
   ========================================================================== */

h1, h2, h3, h4, h5 {
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #818181;
    text-transform: uppercase;
}
.blog h1, .blog h2, .blog h3, .blog h4, .blog h5{
    color: #C9A74D;
}
h1 {
    font-style: italic;
    border-bottom: 1px solid rgba(126, 126, 126, 0.3);
    padding: 35px 15px 15px 15px;
    margin: 0px 20px 20px 20px;
    position: relative;
    font-size: 38px;
}
h2 {
    font-size: 45px;
    margin: 0;
    line-height: 45px;
}
h2 span {
    font-weight: 300
}
h3 {
    font-size: 16px;
    margin: 50px 0 10px;
}
h4 {
    font-size: 25px;
    font-weight: 100;
    line-height: 30px;
    margin: 0;
}
h5 {
    font-size: 18px;
}
.title-divider {
    width: 70px;
    height: 5px;
    background-color: #C9A74D;
    margin: 30px 0 50px 0
}
.full-divider {
    width: 100%;
    height: 1px;
    background-color: #333333;
    margin: 50px 0 0 0;
    clear: both;
}
.gray-bg {
    background-color: #1a1a1a;
}
.white-bg {
    background-color: #000000;
}
.button {
    border: 2px solid #C9A74D;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #818181;
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 10px 15px;
    display: inline-block;
    letter-spacing: 1px;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    background: transparent;
}
.button:hover {
    border: 2px solid #C9A74D;
    background-color: #C9A74D;
    color: #fff;
}
/* ==========================================================================
   #Base Grid
   ========================================================================== */

.container-sub {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
}
.col-12 {
    width: 100%
}
.col-11 {
    width: 91.66666667%
}
.col-10 {
    width: 83.33333333%
}
.col-9 {
    width: 75%
}
.col-8 {
    width: 66.66666667%
}
.col-7 {
    width: 58.33333333%
}
.col-6 {
    width: 50%
}
.col-5 {
    width: 41.66666667%
}
.col-4 {
    width: 33.33333333%
}
.col-3 {
    width: 25%
}
.col-2 {
    width: 16.66666667%
}
.col-1 {
    width: 8.33333333%
}
/* #Clearing */

/* Self Clearing Goodness */
.container-sub:after {
    content: "\0020";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after, .clearfix:after {
    clear: both;
}
.row, .clearfix {
    zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.margin-bottom50 {
    margin-bottom: 50px
}
.margin-bottom40 {
    margin-bottom: 40px
}
.margin-bottom30 {
    margin-bottom: 30px
}
.margin-bottom20 {
    margin-bottom: 20px
}
.margin-bottom10 {
    margin-bottom: 10px
}
.margin-top50 {
    margin-top: 50px
}
.margin-top40 {
    margin-top: 40px
}
.margin-top30 {
    margin-top: 30px
}
.margin-top20 {
    margin-top: 20px
}
.margin-top10 {
    margin-top: 10px
}
.no-border-bottom{
    border-bottom: none !important;
}
.margin-right30 {
    margin-right: 30px;
}
/* ==========================================================================
   #Left Side
   ========================================================================== */

.logo {
    text-align: center;
    margin: 30px 0 0;
}
.logo span {
    display: none
}
.logo img {
    width: auto;
    height: auto;
}
.menu {
    position: fixed;
    z-index: 100;
    color: #f8f8f8;
    background: #000;
    width: 200px;
    left: 0px;
    top: 0px;
    height: 100%;

      overflow-y: scroll;

}
/* .menu nav {
    position: absolute;
    top: 220px;
    left: 0px;
    right: 0px;
    bottom: 50px;
    width: 200px !important;
} */
.menu nav a {
    display: block;
    padding: 13px 0;
    text-align: left;
    outline: none;
    margin: 0 30px;
    border-bottom: 1px solid rgba(235,235,235,0.2);
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #818181;
    text-transform: uppercase;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.menu nav a span.active {
    color: #C9A74D;
    font-weight: 400
}
.menu nav a:hover {
    color: #C9A74D;
    text-decoration: none;
}
.menu nav a span:nth-child(2) {
    display: block;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    padding-top: 3px;
}
.menu-link {
    display: none
}
.social {
    padding: 30px;
    position: absolute;
    top: 619px;
}
.social a {
    font-size: 20px;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.social a:hover {
    color: #fff;
}
.social .facebook {
    color: #5a7eca
}
.social .twitter {
    color: #03acf1;
    margin: 0 26px 0 30px
}
.social .google-plus {
    color: #df4a32
}
.copyright {
    position: absolute;
    bottom: 5px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    padding: 30px;
    color: #747474;
    line-height: 18px;
    letter-spacing: 1px
}
/* ==========================================================================
   #Content Area
   ========================================================================== */

.content-scroller {
    position: absolute;
    left: 200px;
    right: 0px;
    overflow: hidden;
    height: 100%;
}
.content-wrapper {
    width: 7356px;
    position: absolute;
    height: 100%;
    overflow: hidden;
}
.content:last-child {
    width: 1720px;
    background-color: #000;
}
.content {
    width: 804px;
    overflow-y: auto;
    height: 100%;
    float: left;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.content-active {
}
.content:hover .jspVerticalBar, .menu nav:hover .jspVerticalBar {
    opacity: 1;
}
.inner {
    padding: 70px;
}
.inner p {
    position: relative;
    padding: 0;
}
#introduction .inner p:first-of-type {
    font-size: 24px;
    text-align: left;
    line-height: 36px;
    font-style: italic;
    color: #75838D;
    letter-spacing: 0px;
}
a.totop-link {
    bottom:5px;
    background:url(../themes/cleverdiet/assets/images/go-to-top-arrow.jpg) left top no-repeat;
    cursor: pointer;
    display: none;
    width:34px;
    height:34px;
    position: fixed;
    z-index: 5;
    right: 5px;
    text-indent:-9999px;

}



/* Codrops Top Bar */
.codrops-top {
    font-size: 10px;
    text-transform: uppercase;
}
.codrops-top a {
    position: fixed;
    z-index: 10000;
    padding: 4px 7px;
    letter-spacing: 1px;
    color: #aaa;
    text-shadow: 0px 1px 1px #fff;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 3px 3px;
}
.codrops-top a:nth-child(1) {
    right: auto;
    left: 210px;
}
.codrops-top a:nth-child(2) {
    right: 10px;
}
/* ==========================================================================
   #Introduction Screen
   ========================================================================== */

.introduction {
    position:relative;
}
.introduction img {
    z-index: -1;
    height: auto;
    width: 100%;
    float: left;
}
.introduction .owl-carousel {
    height: 100%;
}
.introduction .owl-carousel .owl-wrapper-outer {
    height: 100%;
}
.introduction .owl-carousel .owl-wrapper, .introduction .owl-carousel .owl-item {
    height: 100%;
}
.introduction .item {
    height: 100%;
}
.introduction h2 {
    border: none;
    color: #aeaeae;
    text-transform: uppercase;
    line-height: 50px;
    padding-bottom: 0;
    font-size: 45px;
    margin-bottom: 35px
}
.introduction .inner {
    margin: 200px 0 0 0;
    position:absolute;
    z-index:2;
}
.introduction span.title {
    border-bottom: 1px solid #7a7a7a;
    border-top: 1px solid #7a7a7a;
    color: #aeaeae;
    padding: 15px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}
/* ==========================================================================
   #About Screen
   ========================================================================== */

.about {
    background: no-repeat 100% 0 scroll #000;
    background-size: contain;
}
.about .inner {
    width: 50%
}
.about img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}
.about-con {
    width: 100%
}
.about-con ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.about-con ul li {
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
    padding: 12px 0;
}
.about-con ul li:first-child {
    padding: 0 0 12px 0
}
.about img.signature {
    position: inherit;
    top: auto;
    margin: 20px 0 0 0;
}
/* ==========================================================================
   #Skills Screen
   ========================================================================== */
.skills {
}
.skill-list ul {
    margin: 0;
    padding: 0
}
.skill-list ul li {
    padding: 5px 0 0;
    list-style: none
}
.skills-con h4 {
    width: 65%;
}
.skill-list ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px;
    margin: 0 5px 0 0
}
.skills-con .col-6:hover .chart .percent {
    font-size: 45px;
    color: #818181;
    transition-duration: .1s;
    -moz-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
}
/* ==========================================================================
   #Progressbar
   ========================================================================== */

.progress {
    background: #565656;
    width: 86%;
    float: right;
    position: relative;
    top: 10px;
}
.progress div {
    background-color: #8f8f8f;
    height: 6px;
}
.progressbar-main {
    position: relative;
    min-height: 35px
}
.progress-value span {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
    position: absolute;
    left: -93px;
    color: #C9A74D;
    top: -19px
}
.progress-value span:after {
    content: "%";
    font-weight: 100
}
.progress-bar-description {
    font-weight: 500;
    margin: 0 0 0 90px;
    font-size: 14px;
}
/* ==========================================================================
   #PieChart
   ========================================================================== */

.chart {
    position: relative;
    display: inline-block;
    width: 154px;
    height: 154px;
    text-align: center;
    border-radius: 50%;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 21px 0 0 0;
    color: #C9A74D;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}
.chart-text {
    margin: 30px 0 0 0
}
.chart-text p {
    margin: 10px 0 0 15px
}
.chart-text h4 {
    margin: 0 0 0 15px;
}
/* ==========================================================================
   #Experience Screen
   ========================================================================== */

.experience-con .icon-block i {
    font-size: 60px;
    color: #C9A74D;
    margin: 8px 0 0
}
.experience-con h5 {
    margin: 5px 0 7px 0
}
.experience-con span {
    font-size: 16px;
}
.experience-con strong {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0
}
.experience-details {
    float: left;
}
.experience-details i {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.experience-details:hover i {
    font-size: 73px;
    color: #818181;
}
.experience-details:hover .col-3 {
    width: 29%;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
/* ==========================================================================
   #Education Screen
   ========================================================================== */
.education-con .icon-block i {
    font-size: 60px;
    color: #C9A74D;
    margin: 8px 0 0
}
.education-con h5 {
    margin: 5px 0 7px 0
}
.education-con span {
    font-size: 16px;
}
.education-con strong {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0
}
.education-details {
    float: left
}
.education-details i {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.education-details:hover i {
    font-size: 73px;
    color: #818181;
}
.education-details:hover .col-3 {
    width: 29%;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
/* ==========================================================================
   #Contact Screen
   ========================================================================== */

.contact-details {
}
.contact-details i {
    font-size: 45px;
    color: #C9A74D
}
.contact-details strong {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-text {
    display: block;
    float: left;
    margin: 18px 0 0;
    width: 100%;
}
.contact-details h3 {
    margin-top: 0
}
.contact-text:first-child {
    margin: 0
}
.contact-details .phone i {
    font-size: 40px
}
.contact-details .email i {
    font-size: 35px
}
.contact-text i {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.contact-text:hover i {
    color: #818181;
}
.contact-social i {
    color: #797979;
}
.contact-social a i {
    font-size: 25px;
    margin: 0 14px
}
.contact-social a:first-child i {
    margin: 0 15px 0 0
}
.contact-social i {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.contact-social i:hover {
    color: #818181;
}
.contact-form {
}
.contact-form h3 {
    font-size: 28px;
}
/* ==========================================================================
   #Last Screen
   ========================================================================== */
.introduction-end {
    background:  no-repeat right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.introduction-end-con {
    float: right;
    margin: 30% 0 0;
    width: 30%;
}
.introduction-end-con h3 {
    font-size: 55px;
    color: #818181;
    line-height: 100px;
}
.introduction-end-con h3 strong {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 10px 0;
    color: #C9A74D;
    font-weight: normal;
}
.introduction-end-con .rotate {
    font-weight: 300;
    color: #818181;
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 25px 0;
}

/* ==========================================================================
   #Blog Listing
   ========================================================================== */

.blog-main {
    clear: both;
    padding: 4% 0;
    margin:0 70px 0 300px;

}
.blog-top {
    width: 100%;
    margin: 0 0 55px 0;
}
.blog-title {
    width: 100%;
}
.breadcrumbs {
    width: 100%;
    float: left;
    text-align: left;
    margin: 10px 0 40px;
}
.blog-top .breadcrumbs {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
.blog-details-title .breadcrumbs{
    margin: 10px 0;
}
.blog-details-title .post-details {
    margin: 10px 0 30px;
}
.blog-left {
    width: 80%;
    float: left;
    margin:0 0% 0 0;
}
.blog-left .row .blog-list {
    /* float: left;
    margin: 0 2.7% 35px 0;
    position: relative;
    width: 30.5%;
    min-height: 605px; */
}
.blog-left .row .blog-list:last-child {
    margin: 0;
}
.blog-list img {
    display: block;
}
.blog-list:hover h3 a{
    color: #C9A74D;
}
.blog-list iframe, embed, object{
    min-height: 204px;
}
video {
    max-width: 100%;
    height: auto;
}
iframe, embed, object {
    max-width: 100%;
    border: 0;
}
.blog-list:hover .title-divider {
    background-color: #aaaaaa;
}
.blog-list-details {
    margin: 20px 0 0 0
}
.blog-list-details h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 100;
    line-height: 25px
}
.blog-list-details h3 a {
    color: #818181;
}
.date {
    color: #787878;
    display: block;
    font-size: 15px;
    margin: 0 0 5px;
}
.post-details {
    margin: 20px 0 0 0;
    display: block;
}
.blog-list-details .title-divider {
    margin: 25px 0;
}
.blog-list .contact-social a i {
    font-size: 20px
}
.blog-right {
    float: right;
    margin: 0;
    width: 16%;
}
.blog-right h3 {
    margin: 0 0 20px 0;
}
.blog-right .search {
    background: url("../themes/cleverdiet/assets/images/icon-search.png") no-repeat scroll 95% center rgba(0, 0, 0, 0);
    border: 1px solid rgba(235,235,235,0.2);
    color: #818181;
    font-size: 13px;
    margin: 0;
    padding: 10px;
    width: 90%;
    font-family: "Roboto",sans-serif;
}
.sidebar-block {
    margin: 0 0 60px 0;
}
.sidebar-block ul {
    padding: 0;
    margin: 0
}
.sidebar-block ul li {
    border-bottom: 1px solid rgba(235,235,235,0.2);
    padding: 12px 0;
    list-style: none
}
.sidebar-block ul li:first-child {
    padding: 0 0 12px 0
}
.sidebar-block ul li:last-child {
    border-bottom: none;
    padding: 12px 0 0 0
}
.sidebar-block .date {
    font-size: 13px
}
.calendar {
    width: 100%
}
.calendar td, .calendar th {
    text-align: center;
    font-weight: 400;
}
.calendar th {
    font-weight: 600
}
.calendar a {
    border-bottom: 2px solid #C9A74D;
    font-weight: 600
}
.tagcloud {
    display: table
}
.tagcloud a {
    background: #2d2d2d;
    border: 1px solid #2d2d2d;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin: 7px 7px 0 0;
    padding: 2px 11px 3px;
}
.tagcloud a:hover {
    background: #000;
    border: 1px solid #2d2d2d;
    color: #818181;
}
.pagination {
    border-top: 1px solid rgba(235,235,235,0.2);
    float: left;
    padding: 70px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.pagerblock {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 0 0 8%;
}
.pagerblock li {
    float: left;
    margin: 0 12px;
    list-style: none;
}
.pagerblock li a {
    border: 2px solid rgba(235,235,235,0.2);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 52px;
    width: 50px;
}
.pagerblock li a:hover, .pagerblock li a.current {
    border: 2px solid rgba(235,235,235,0.4);
}
.pagerblock li a i {
    color: #818181;
    font-size: 22px;
    line-height: 35px;
}


/* ==========================================================================
   #Blog Details
   ========================================================================== */
.blog-details-title h2 {
    font-size: 25px;
}
.blog-content {
    margin: 35px 0;
    float: left
}
.content-left {
    float: left;
    width: 47%;
    margin-right: 3%
}
.content-right {
    float: left;
    width: 47%;
    margin-left: 3%
}
.blog-details strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px
}
.blog-share {
    border-bottom:2px solid rgba(235,235,235,0.2);
    border-top: 1px solid rgba(235,235,235,0.2);
    clear: both;
    float: none;
    margin-bottom: 60px;
    padding: 40px 0;
    text-align: center;
}
.comments-details {
    border-bottom: 1px solid rgba(235,235,235,0.2);
    clear: both;
    float: left;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.comments-sub{
    padding-left: 110px;
}
.comments-name {
    width: 25%;
    float: left
}
.comments-text {
    width: 75%;
    float: left
}
.pull-left {
    float: left;
}
.media-object {
    border-radius: 100%;
    height: 80px;
    margin: 0 25px 0 0;
    width: 80px;
    display: block;
}
.comments-details .name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.comments-details .date {
    display: block;
    font-size: 14px;
    color: #9e9e9e;
}
.small-button {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 0;
    padding: 5px 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.recent-comments {
    width: 100%;
    margin: 0 auto;
}
.recent-comments .col-3{
    width: 31%;
}
.recent-comments label{
    margin-bottom: 8px;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
}
.recent-comments .required {
    color: #d51818;
    float: left;
    font-size: 25px;
    margin-right: 6px;
}
.recent-comments input[type=text] {
    float: left;
    margin: 0 2% 0 0;
    padding: 12px;
    background-color: #262626;
    border: 1px solid #262626;
}
.recent-comments input.last {
    margin: 0
}
.recent-comments textarea {
    min-height: 120px;
    padding: 15px;
    margin: 0;
    width: 96%;
    background-color: #262626;
    border: 1px solid #262626;
}
.form-group{
    float: left;
    margin-bottom: 35px;
    width: 100%;
}

/* ==========================================================================
   #404 Page
   ========================================================================== */
.no-page{
    margin:0 0 0 300px;
}
.no-page-text{
    margin: 2% 0 0 405px
}

/* ==========================================================================
   #Media Ipad
   ========================================================================== */

@media only screen and (max-device-width:768px)   {
    .introduction img {
        height:auto;
        width:auto;
    }
}

#main-menu a.linkmenu-small {
    text-align: center;
    line-height: 14px;
}
#main-menu .area-riservata {
    margin-bottom: 25px;
}

#main-menu a.linkmenu-small span{
  font-size: 16px;
}

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

	Name: carousel.css
        Version: 1.2

----------------------------------

	Table of Contents

	#Clearfix
	#Display none until init
		#Mouse grab icon
		#Fix
	#Controls
		#Next and Prev Buttons
		#Pagination
	#If PaginationNumbers is true
	#Preloading images

*/

/* ==========================================================================
   #Clearfix
   ========================================================================== */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* ==========================================================================
   #Display none until init
   ========================================================================== */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Mouse grab icon */
.grabbing {
	cursor: url(../themes/cleverdiet/assets/images/grabbing.png) 8 8, move;
}
/* Fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-item iframe {
    width: 100%;
}
/* ==========================================================================
   #Controls
   ========================================================================== */

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.introduction .owl-pagination { bottom:5% !important}
.owl-pagination {
	bottom: 12% !important;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.blog-details .owl-pagination{
    bottom: 6% !important;
}
.owl-buttons {
	display: none;
}

/* ==========================================================================
   #Next and Prev Buttons
   ========================================================================== */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* ==========================================================================
   #Pagination
   ========================================================================== */

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	border: 2px solid #fff;
	border-radius: 100%;
	display: block;
	height: 10px;
	margin: 5px 7px;
	width: 10px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #fff;
}

/* ==========================================================================
   #If PaginationNumbers is true
   ========================================================================== */


.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../themes/cleverdiet/assets/css/frontend/AjaxLoader.gif) no-repeat center center
}

.owl-item .slider-img {
height: 100%;
    background-size: cover;
    background-position: center;

}

/* .introduction .owl-carousel .owl-item:nth-child(3n - 2) .inner{
  top: 160px;
  margin-top: 0;
  transform: translateY(0%);
}
.introduction .owl-carousel .owl-item:nth-child(4n - 2) .inner{
  margin-top: 0;
  transform: translateY(0%);
  bottom: 140px;
  left: 0;
  position: absolute;
}
.introduction .owl-carousel .owl-item:nth-child(5n - 2) .inner{
  bottom: 40px;
  margin-top: 0;
  transform: translateY(0%);

left: 0;
position: absolute;
} */

/* Media Queries */
@media screen and (max-width: 1700px) {
.blog-list iframe, embed, object{
     height: 94% !important;
    min-height: auto;
}
/* .recent-comments .col-3{
    width: 100%;
    margin-top: 20px;
}
.recent-comments textarea{
    width: 94%;
} */
}
@media screen and (max-width: 1200px) {
    .blog-main {
       margin: 0 30px 0 290px;
    }
    .blog-right {
        width: 23%;
    }
    .blog-left {
        width: 75%;
    }
    .blog-list .contact-social a i {
        margin: 0 6px;
    }
    .blog-list .contact-social a:first-child i {
        margin: 0 6px 0 0;
    }
    .blog-left .row .blog-list {
      /* width: 47%; */
    }
    .no-page{
        margin:0 0 0 240px;
    }
}
@media screen and (max-width: 1024px) {

    .content {
        width: 690px;
    }
  }
@media screen and (max-width: 960px) {

    .blog-right {
        width: 27%;
    }
    .blog-left {
        width: 70%;
    }
    .no-page-text {
        margin: 2% 0 0 353px;
    }
}
@media screen and (max-width: 900px) {
    .blog-right {
        width: 32%;
    }
    .blog-left {
        width: 68%;
    }
    .blog-list-details h3 {
      font-size: 16px; line-height: 22px;
    }
    .no-page-text {
        margin: 2% 0 0 386px;
    }
}
@media screen and (max-width: 800px) {

    .blog-right {
        width: 32%;
    }
    .blog-left {
        width: 61%;
    }
    .content-left{
        width: 100%;
        margin-right: 0;
    }
    .content-right {
        margin-left:0;
        width: 100%;
    }

    .blog-left .row .blog-list:nth-child(2n) {
        float: right;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: auto;
        overflow-y: auto;
    }

    h2 {
        font-size: 40px;
    }

    .content-scroller {
        position: relative;
        height: auto;
        left: 0;
        overflow: visible;
    }
    .content-wrapper {
        height: auto;
        width: auto;
        margin-left: 0px;
    }
    .content {
        border: none;
        width: 768px;
        float: none;
        overflow-y: auto;
    }


    /* .logo {
        margin: 0
    }
    .logo span {
        color: #fff;
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        float: left;
        width: 80%;
        text-align: left;
        padding: 13px 0 13px 15px;
    } */
    /* .logo img {
        display: none
    } */
    .menu-link {
        display: block;
        float: right;
        padding: 14px 15px 0 0;
        width: 25px;
        height: 25px;
        font-size: 23px;
        color: #FFF;
    }
    .menu-link:hover {
        color: #999;
    }
    .menu-link:before {
        content: "\f039";
        font-family: 'FontAwesome';
    }
    .menu nav a {
        margin: 0 17px
    }
    .menu nav a:last-child {
        border-bottom: none
    }
    .menu nav {
        display: none
    }
    nav.active {
        display: block;
        overflow: visible !important;
        width: 100% !important;
        background-color: #000;
        height: 400px;
    }
    nav.active .jspContainer {
        background-color: #000;
        height: 380px !important;
        width: 100% !important;
    }
    .menu {
        height: 50px
    }
    /* .copyright {
        display: none
    } */
    /* .social {
        display: none
    } */
    .grid li {
        width: 100%
    }
    .inner {
        padding: 130px 40px 60px;
    }
    .introduction .jspContainer {
        height: 600px !important;
    }
    .introduction .inner {
        margin: 38% 0 0 0
    }

    .experience-details .col-3, .education-con .col-3 {
        width: 30%
    }
    .slideshow figure {
        width: auto;
        height:auto;
    }
    .slideshow figcaption h3 {
        line-height: 30px
    }
    .slideshow .nav-prev, .slideshow .nav-next {
        display: none
    }
    .slideshow li:after {
        position:relative;
    }
    .owl-pagination {
        bottom: 0 !important;
    }
    .grid-gallery {
        height:auto;
    }
    .introduction .owl-theme .owl-controls {
        margin-top: 0;
        text-align: center;
        position: absolute;
        width: 100%;
        bottom:40px;
    }
    a.totop-link {
        display: block;
    }
    .blog-main {
        margin: 50px 40px;
        padding: 32px 0;
    }
    .pagerblock {
        margin: 0;
    }
    .blog-details-title h2 {
        line-height: 26px
    }
    .blog-left {
        width: 60%;
    }
    .content-left, .content-right{
        width: 100%;
    }
    .content-right{
        margin-left: 0;
    }
    .comments-name{
        width: 100%;
    }
    .button {
        font-size: 12px;
        width: auto;
        display: block;
        text-align: center;
        float: left;
    }
    .comments-text{
        width: 100%;
        margin-top: 3%;
    }
    .blog-listing {
        width: 67%;
    }
    .no-page{
        margin: 40px 0 0 0 ;
    }
    .slideshow li {
        margin-left: -350px;
    }
    .blog-left .row .blog-list {
        /* min-height: 630px; */
    }

}
@media screen and (max-width: 767px) {
    .content-wrapper {
        height: auto;
        margin-left: 0;
        width: 100%;
    }
    .introduction .owl-pagination {
        bottom: 15px;
    }
    .introduction .owl-theme .owl-controls {
        margin-top: 0;
    }
    .content {
        width: auto;
    }
    .introduction img {
        height: auto
    }
    .contact-form {
        padding-bottom: 0;
    }
    .comments-sub{
        padding-left: 0;
    }

}

@media screen and (max-width: 675px) {
    .inner {
        padding: 130px 30px 40px 30px;
    }
    .introduction .inner {
        background: url(../themes/cleverdiet/assets/images/black-transparent.png) repeat
    }
    .introduction h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .introduction span.title {
        display: block;
        font-size: 11px;
        color: #FFF;
        padding: 10px 0;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }
    .button {
        width: auto;
        float: left;
    }
    .about {
        background: none
    }
    .about .inner {
        width: auto
    }
    .jspPane {
        width: 100% !important
    }
    .col-6, .col-4 {
        width: 100%
    }
    .figcaption-details img {
        height: 25px !important;
        width: 25px !important;
        margin: 0
    }
    .grid li {
        margin: 0 0 40px 0
    }
    .grid-gallery .figcaption-details h3 {
        font-size: 15px;
        padding: 15px 0 0
    }
    .grid-gallery .figcaption-details span {
    }
    .skills-con .col-6 {
        text-align: center
    }
    .skills-con h4 {
        width: 100%;
        margin: 0
    }
    .chart-text p {
        margin: 0
    }
    .skills-con .margin-top50 .row > div:nth-child(3) {
        margin-bottom: 50px
    }
    .experience-details .col-3, .education-con .col-3 {
        width: 100%;
    }
    .flot-left {
        width: 100%;
        margin: 10px 0 0 0
    }
    .contact-details .col-2 {
        width: 15%
    }
    .email {
        margin-bottom: 0;
    }
    .contact-form input[type="text"], textarea {
        width: 92%
    }
    .m-margin-top30 {
        margin-top: 30px;
    }
    .contact-social a i {
        margin: 0 10px;
    }
    .contact-social a:first-child i {
        margin: 0 10px 0 0
    }
    .margin-top50 {
        margin-top: 35px;
    }
    .margin-bottom50 {
        margin-bottom: 35px
    }
    .no-margin-top {
        margin-top: 0 !important;
    }
    .progress-value span {
        display: none
    }
    .progress {
        width: 100%
    }
    .progress-bar-description {
        margin: 0
    }
}
@media screen and (max-width: 620px) {
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .title-divider {
        margin: 20px 0 30px 0;
    }
    .slideshow figure {
        border: 20px solid #3f3f3f;
        border-top: 10px solid #3f3f3f;
    }
    .slideshow figure {
        width: 50%;
    }
    .slideshow li {
        left: 50%;
        top: 0;
        margin: 20px 0 0 -265px;
    }
    .owl-pagination {
        bottom: 0 !important;
    }
    .contact-form input[type="text"], textarea {
        width: 88%;
    }
    .introduction .owl-theme .owl-controls {
        bottom:30px;
        z-index:11;
    }
    .blog-left {
        width: 100%;
        margin-bottom:30px;
    }
    .blog-left .row .blog-list {
        margin: 0 0 35px 0;
        width: 100%;
        min-height: inherit;
    }
    .blog-right {
        width: 100%;
    }
    .pagerblock li a {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        width: 20px;
    }
    .pagerblock li a i {
        line-height: 22px;
    }
    .pagerblock li {
        float: left;
        margin: 0 6px;
    }
    .pagerblock {
        margin: 0 0 0 0;
    }
    .pagination {
        padding: 15px 0 10px;
    }
    .sidebar-block {
        margin: 0 0 30px 0;
    }
    .blog-list-details .title-divider {
        margin: 20px 0;
    }
    .post-details { margin: 10px 0 0 0; }
    .margin-top30 {
        margin-top: 20px;
    }
    .no-page-text {
        margin: 2% 0 0 35px;
    }
}
@media screen and (max-width: 420px) {
    .slideshow figure {
        width: 36%;
    }
    .slideshow li {
        margin: 20px 0 0 -216px;
    }
    .slideshow nav span {
        font-size: 1.6em;
    }
    .slideshow nav span.nav-close {
        padding: 0.4em 0.5em;
    }
    .slideshow figcaption h3 {
        font-size: 130%;
        padding: 0 0 0px;
    }
    .grid-gallery {
        height: auto
    }
    .comments-name .pull-left{
        float: left;
        text-align: center;
        width: 100%;
        display: block;
    }
    .media-object {
        margin: 0;
        width: 150px;
        height: 150px;
        display: inline-block;
    }
    .comments-details .name, .comments-details .date{
        text-align: center;
    }
    .comments-name .button{
        width: 87%;
    }
    .recent-comments input[type="text"]{
        width: 94%;
        margin-bottom: 20px;
    }
    .blog-details-title .breadcrumbs{
        display: none;
    }
    .no-page-text {
        margin: 10%;
    }
}
@media screen and (max-width: 360px) {
    .introduction .inner {
        margin: 0 0 0 0;
        padding-top: 130px !important;
        width: 86%;
    }
}

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizYRExUiTo99u79D0eEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizdRExUiTo99u79D0e8fOytKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79P0U.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh4Ok.ttf) format('truetype');
}

@charset "UTF-8";body,h1,h2,h3,h4,h5,h6{font-family:PT Sans,sans-serif}.owl-theme .owl-controls.clickable .owl-page:hover span,.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls .owl-page span{background-color:transparent;border:1px solid #eee;height:14px;position:relative;width:14px}.owl-theme .owl-controls.clickable .owl-page:hover span:after,.owl-theme .owl-controls .owl-page.active span:after{color:#eee;content:"·";display:block;font-size:30px;left:50%;position:absolute;top:calc(50% - 2px);transform:translate(-50%,-50%)}.title-divider{background-color:#c9a74d;width:200px}.button{border:3px solid #757572;border-radius:3px;color:#757572;display:inline-block;font-family:PT Sans,sans-serif;font-size:16px;font-weight:400;letter-spacing:.5px;margin:20px 0;padding:12px 15px;text-transform:uppercase}.button:hover{background:#c9a74d;border:3px solid #c9a74d}.gray-bg{background-color:#242422}.nobutton{color:#757572;display:inline-block;font-family:PT Sans,sans-serif;font-size:16px;font-weight:400;margin:20px 0;padding:12px 25px;text-decoration:underline;text-transform:uppercase}.nobutton:hover{color:#c9a74d}.blog{background-color:#242422}.blog-top{margin:0;overflow:hidden}.blog-content{clear:both;position:relative}.blog-left,.blog-left.blog-listing{box-sizing:border-box;margin-bottom:40px;width:75%}@media (max-width:1480px){.blog-left,.blog-left.blog-listing{padding-left:25px;width:70%}}@media (max-width:1220px){.blog-left,.blog-left.blog-listing{padding:0 20px!important;width:100%}.blog-left.blog-listing{padding:0 0 0 20px!important;width:100%}}@media (max-width:768px){.blog-left.blog-listing{padding:0 20px!important;width:100%}}.blog-right{box-sizing:border-box;padding-left:40px;width:25%}@media (max-width:1480px){.blog-right{padding-left:25px;width:30%}}@media (max-width:1220px){.blog-right{padding-bottom:40px;width:100%}}@media (max-width:768px){.blog-main{margin-left:20px;margin-right:10px;margin-top:95px;overflow:hidden}}.no-page{margin-left:340px}@media (max-width:1180px){.no-page{margin-left:270px}}.cta-banner{background:rgba(0,0,0,.25);clear:both;display:block;margin:50px 0;padding:30px 25px}.cta-banner .col-6,.cta-banner .col-6 p,.cta-banner .col-8,.cta-banner .col-8 p{box-sizing:border-box;color:#eee;font-size:18px;letter-spacing:.32px;line-height:25px;margin:0;padding-right:25px}@media (max-width:1300px){.cta-banner .col-6 p,.cta-banner .col-8,.cta-banner .col-8 p{padding-right:0;text-align:center;width:100%}}.cta-banner .col-6 p{padding-right:0}@media (max-width:1480px){.cta-banner .col-6{padding-right:0;text-align:center;width:100%}}.cta-banner .col-4{margin:0;text-align:right}@media (max-width:1300px){.cta-banner .col-4{width:100%}}.cta-banner .col-4 a{display:block;float:right;margin:0;max-width:250px;text-align:center;width:100%}@media (max-width:1300px){.cta-banner .col-4 a{float:none;margin:20px auto 0}}.cta-banner .col-6:last-child{margin:0;padding-right:0;text-align:right}.cta-banner .col-6:last-child a{box-sizing:border-box;display:inline-block;font-size:15px;margin:0 5px 10px;min-width:inherit;text-align:center}@media (max-width:768px){.cta-banner .col-6:last-child a{float:none!important;min-width:inherit}}@media (max-width:1480px){.cta-banner .col-6:last-child{margin:20px auto 0;min-width:170px;text-align:center}}.page{box-sizing:border-box;padding:0 40px}.page div,.page p{color:#d8d8d8}.page h1{border-bottom:none;color:#c9a74d;font-size:48px;font-size:34px;font-style:normal;letter-spacing:.86px;line-height:1;margin:0 0 20px;padding:0;text-transform:none}@media screen and (min-width:320px){.page h1{font-size:calc(30.13793px + 1.2069vw)}}@media screen and (min-width:1480px){.page h1{font-size:48px}}.page .breadcrumbs{margin-bottom:40px;margin-top:0}.page h2,.page h3,.page h4,.page h5,.page h6{color:#eee;font-size:18px;font-weight:700;letter-spacing:.321429px;line-height:23px;margin:40px 0 20px;text-transform:none}.page .blog-content{margin-top:0;overflow:hidden}.footer-mobile,.home-footer{display:none}@media (max-width:768px){.home-footer{display:block}.inner{padding:60px 40px}.menu-link:before{content:"\f0c9"}.footer-mobile,.home-footer{color:#909090;display:block;font-family:PT Sans,sans-serif;font-size:12px;letter-spacing:0;line-height:20px;padding:20px 40px 30px;text-align:center;text-transform:none}.footer-mobile a,.home-footer a{color:#d8d8d8}.footer-mobile a:hover,.home-footer a:hover{color:#c9a74d}.footer-mobile .social-box,.home-footer .social-box{font-size:30px;margin:10px 0}}.titlepage{box-sizing:border-box;padding:0 40px}@media (max-width:1220px){.titlepage{padding:0 20px}}@media (max-width:768px){.titlepage{padding:0 0 0 20px}}.titlepage h1{border-bottom:none;color:#c9a74d;font-size:48px;font-size:34px;font-style:normal;letter-spacing:.86px;line-height:1;margin:0 0 20px;padding:0;text-transform:none}@media screen and (min-width:320px){.titlepage h1{font-size:calc(30.13793px + 1.2069vw)}}@media screen and (min-width:1480px){.titlepage h1{font-size:48px}}.titlepage .breadcrumbs{color:#d8d8d8;margin-bottom:40px;margin-top:0}blockquote{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;display:block;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}blockquote p{margin:10px 30px}.noscroll{overflow:hidden!important}.introduction{background-size:cover}.introduction .cta-libro img{float:none;height:auto;width:auto}.introduction-end{background-image:url(http://cleverdiet.escagency.it/themes/cleverdiet/assets/images/sfondo-intro.png)!important}em{font-style:normal}.blog-details strong{font-size:inherit;font-weight:700;line-height:inherit}.blog-details em{font-style:italic}.pan-area{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:40px;cursor:pointer;height:100vh;opacity:0;position:absolute;top:0;transition:opacity .5s ease 0s;z-index:9999}.pan-area.move-left{background-image:url(http://cleverdiet.escagency.it/themes/cleverdiet/assets/images/arrow-left.svg)!important;left:290px;width:100px}.pan-area.move-left:hover{background-color:rgba(0,0,0,.5);opacity:1;transition:opacity .5s ease 0s}.pan-area.move-left.hide-pan{opacity:0;transition:opacity .5s ease 0s}.pan-area.move-right{background-image:url(http://cleverdiet.escagency.it/themes/cleverdiet/assets/images/arrow-right.svg)!important;right:0;width:100px}.pan-area.move-right:hover{background-color:rgba(0,0,0,.5);opacity:1;transition:opacity .5s ease 0s}@media (max-width:768px){.pan-area{display:none!important}}.linkmenu.active{color:#c9a74d}.blog-details strong{font-size:inherit!important;font-weight:600!important;line-height:inherit!important}.blog-details .fr-dib{left:50%;padding:10px;position:relative;transform:translateX(-50%)}.blog-details .fr-dib.fr-fil{float:left;left:0;padding:10px 10px 10px 0;transform:none}.blog-details .fr-dib.fr-fir{float:right;left:0;padding:10px 0 10px 10px;transform:none}.cc-window{z-index:999999}.contact form input[type=checkbox]{width:25px!important}.sidebar-menu .menu{display:flex;flex-direction:column;height:100vh;justify-content:space-between;overflow-x:hidden;overflow-y:hidden;transition:height .5s ease 0s;width:290px}@media (max-width:768px){.sidebar-menu .menu{box-sizing:border-box;height:90px;width:100%}}.sidebar-menu .menu .logo{margin:10px 0;transition:width .5s ease 0s;width:290px}@media (max-width:768px){.sidebar-menu .menu .logo{transition:width .5s ease 0s;width:200px}}.sidebar-menu .menu .logo img{display:inline-block;max-width:150px;text-align:left}.sidebar-menu .menu.open{height:100%;overflow-x:hidden;overflow-y:auto}.sidebar-menu .menu-btn{display:block;position:absolute;right:40px;top:20px}@media (min-width:768px){.sidebar-menu .menu-btn{display:none}}.sidebar-menu .menu-btn .btn.burger{background-color:transparent;border-radius:0;cursor:pointer;height:40px;opacity:.7;width:35px}.sidebar-menu .menu-btn .btn.burger span{background:#fff;display:block;height:3px;left:-2px;opacity:1;position:relative}.sidebar-menu .menu-btn .btn.burger span:first-child{top:8px;width:36px}.sidebar-menu .menu-btn .btn.burger span:nth-child(2){top:18px;width:36px}.sidebar-menu .menu-btn .btn.burger span:nth-child(3){top:28px;width:36px}.sidebar-menu .menu nav{width:290px!important}.sidebar-menu .menu nav a{border-color:#757572;color:#909090;font-family:PT Sans,sans-serif;font-size:20px;letter-spacing:.45px;line-height:26px;padding:20px 0;text-transform:none}.sidebar-menu .menu nav a.active,.sidebar-menu .menu nav a:hover{color:#c9a74d}.sidebar-menu .menu nav .area-riservata{border:3px solid #c9a74d;border-radius:3px;color:#c9a74d;font-size:16px;letter-spacing:0;line-height:26px;margin-top:calc(40px + 1vh);padding:10px 20px;text-align:center;text-transform:uppercase}.sidebar-menu .menu nav .area-riservata:hover{background-color:#c9a74d;color:#d8d8d8}@media (max-width:768px){.sidebar-menu .menu nav{display:block;height:auto;top:0;width:100%!important}.sidebar-menu .menu nav a{margin:0 40px}.sidebar-menu .menu nav a:last-child{border-bottom:2px solid #c9a74d}}.sidebar-menu .menu .copyright{color:#909090;font-family:PT Sans,sans-serif;font-size:12px;letter-spacing:0;line-height:20px;position:relative;text-transform:none}.sidebar-menu .menu .copyright a{color:#d8d8d8}.sidebar-menu .menu .copyright a:hover{color:#c9a74d}.sidebar-menu .menu .copyright .social-box{font-size:30px;margin:10px 0}.content-scroller{left:290px}@media (max-width:768px){.content-scroller{left:0}}.content h2{color:#eee;font-size:48px;font-size:34px;letter-spacing:.86px;line-height:1;text-transform:none}@media screen and (min-width:320px){.content h2{font-size:calc(30.13793px + 1.2069vw)}}@media screen and (min-width:1480px){.content h2{font-size:48px}}.introduction{background-image:url(/themes/cleverdiet/assets/images/sfondo-intro.png)}@media (max-width:768px){.introduction{margin-top:95px}.introduction .inner{background:none}}.introduction h1,.introduction h2{border-bottom:none;color:#eee;font-size:48px;font-size:34px;font-style:normal;letter-spacing:.86px;line-height:1;margin:0;padding:0;text-transform:none}@media screen and (min-width:320px){.introduction h1,.introduction h2{font-size:calc(30.13793px + 1.2069vw)}}@media screen and (min-width:1480px){.introduction h1,.introduction h2{font-size:48px}}.introduction h1 span,.introduction h2 span{font-size:26px;letter-spacing:.46px}.introduction .owl-carousel .item{position:relative}@media (max-width:768px){.introduction .owl-carousel .item{height:calc(100vh - 80px);min-height:600px;overflow:hidden}}.introduction .owl-carousel .item:after{background:rgba(36,36,34,.2);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.introduction .owl-carousel .item img{height:100%;opacity:.9;position:absolute;right:0;top:0;width:auto;z-index:0}@media (max-width:920px){.introduction .owl-carousel .item img{left:0;right:inherit}}@media (max-width:768px){.introduction .owl-carousel .item img{bottom:0;top:inherit}}.introduction .owl-carousel .item .inner{left:0;position:absolute;top:0;z-index:2}@media (max-width:920px){.introduction .owl-carousel .item .inner{bottom:180px}}@media (max-width:768px){.introduction .owl-carousel .item .inner{left:0;margin:0;top:230px;transform:inherit}}.introduction .owl-carousel .item .inner .title{display:inline-block;font-size:16px;padding:20px}.introduction .owl-carousel .item .inner .descr{max-width:100%}.introduction .cta-libro{position:absolute;top:40px;z-index:2}.introduction .cta-libro.left{left:40px}.introduction .cta-libro.center{left:50%;transform:translateX(-50%)}.introduction .cta-libro.right{right:40px}@media (max-width:768px){.introduction .cta-libro{height:140px}}.introduction .descr{color:#fff;font-size:16px;letter-spacing:.36px;line-height:20px;margin-top:40px;max-width:50%}@media (max-width:768px){.introduction .descr{max-width:100%}}.introduction .contactus,.introduction .descr a{color:#fff;font-size:16px;letter-spacing:0;line-height:20px;margin-top:40px;text-decoration:underline;text-transform:uppercase}.introduction .contactus a,.introduction .descr a a{color:#fff}.introduction .contactus:hover,.introduction .contactus a:hover,.introduction .descr a:hover{color:#c9a74d}.about{background:url(/themes/cleverdiet/assets/images/clessidra-completa.png);background-position:calc(100% + 300px) 100%;background-repeat:no-repeat;position:relative}.about-con h3{margin-top:0}.about .inner{position:relative;width:65%}@media (max-width:768px){.about .inner{box-sizing:border-box;width:100%}}.about .inner .about-con>*,.about .inner>*{overflow:hidden;position:relative;z-index:2}.about p,.about ul{color:#d8d8d8;font-size:14px;line-height:20px}.about ul{padding:30px 0}.about ul li{border-bottom:1px solid #757572;padding:15px 0}.about ul li:before{color:#c9a74d;content:"\f00c";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:300;line-height:1;margin-right:10px}.about .firma{margin:50px 0 0 100px}.about .firma img{position:relative;z-index:1}.about .clessidra-img{display:none}.skills .experience-details,.skills .experience-details p,.skills p{color:#d8d8d8;font-size:14px;line-height:20px}.skills .button{margin-right:5px}.skills .experience-con .full-divider{background-color:#757572}.skills .experience-details{display:flex;flex-wrap:wrap}.skills .experience-details .col-6{margin:60px 0 25px}@media (max-width:768px){.skills .experience-details .col-6:nth-child(2){margin-top:40px}}@media (max-width:675px){.skills .experience-details .col-6:first-child{margin-bottom:0}.skills .experience-details .col-6:nth-child(2){margin-top:-20px!important}}.skills .experience-details .flot-left{margin-bottom:10px;padding-left:10px}@media (max-width:675px){.skills .experience-details .flot-left{width:auto}}.skills .experience-details .icon-block{color:#757572;position:relative}.skills .experience-details .icon-block span{display:inline-block;font-size:40px;font-weight:700;left:0;line-height:1;overflow:hidden;position:absolute;top:5px;white-space:nowrap}.skills .experience-details .icon-block span:nth-child(2){font-size:102px;left:25px;position:relative;top:-25px}.skills .experience-details .col-3{transition:all .3s}@media (max-width:675px){.skills .experience-details .col-3{padding-right:40px;width:auto}}.skills .experience-details:hover .col-3{transition:all .3s;width:29%}.skills .experience-details h5{font-size:16px;line-height:21px;margin:0}.skills .experience-details h4{font-size:32px;font-size:28px;font-weight:700;line-height:41px}@media screen and (min-width:320px){.skills .experience-details h4{font-size:calc(26.89655px + .34483vw)}}@media screen and (min-width:1480px){.skills .experience-details h4{font-size:32px}}.skills .experience-details h4{line-height:31px}@media screen and (min-width:320px){.skills .experience-details h4{line-height:calc(28.24138px + .86207vw)}}@media screen and (min-width:1480px){.skills .experience-details h4{line-height:41px}}.experience .showmobile{display:none}@media (max-width:768px){.experience .showmobile{display:block}}.experience p{color:#d8d8d8;font-size:14px;line-height:20px}.experience .col-6:first-child .inner-col{padding-right:30px}@media (max-width:768px){.experience .col-6:first-child .inner-col{padding-top:0}}@media (max-width:600px){.experience .col-6:first-child .inner-col{padding-right:0}}.experience .col-6:nth-child(2){margin-top:-50px}.experience .col-6:nth-child(2) .inner-col{padding-left:30px;padding-right:0}@media (max-width:768px){.experience .col-6:nth-child(2) .inner-col{padding-left:30px;padding-right:0}}@media (max-width:600px){.experience .col-6:nth-child(2) .inner-col{padding-left:0}}@media (max-width:675px){.experience .col-6{width:50%}}@media (max-width:600px){.experience .col-6{width:100%}}@media (max-width:768px){.experience .inner{padding-top:0}}.experience .introstaff{display:none;padding-bottom:20px}.experience .dott-detail{float:left;margin:0 10px;padding:20px 0;position:relative;width:calc(50% - 20px)}@media (max-width:768px){.experience .dott-detail{width:calc(100% - 20px)}}@media (min-width:769px){.experience .dott-detail.top-fix{top:-120px}}.experience .dott-detail img{display:block}@media (max-width:600px){.experience .dott-detail img{width:100%}}.experience .dott-detail:hover .dott-overlay{opacity:1}.experience .dott-name{border-bottom:1px solid #909090;border-top:1px solid #909090;color:#909090;display:block;font-size:16px;letter-spacing:1px;margin-top:15px;padding:15px 0;text-align:center;text-transform:uppercase;width:100%}.experience .dott-overlay{background-color:rgba(201,167,77,.9);box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;opacity:0;padding:40px 35px;position:absolute;top:0;transition:opacity .2s;width:100%}.experience .dott-overlay,.experience .dott-overlay p{color:#242422;font-size:16px;line-height:21px}.experience .dott-overlay .descr{margin:20px 0 0}@media (max-width:1024px){.experience .dott-overlay .descr{display:none}}.experience .dott-overlay .link{margin-top:20px}.experience .dott-overlay .link a{color:#242422;text-decoration:underline}.experience .dott-overlay .link a:hover{color:#000}.experience .dott-overlay .info p{margin:5px 0;padding-left:20px}.experience .dott-overlay .info p:before{color:#242422;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:300;line-height:1;margin-left:-20px;margin-right:7px}.experience .dott-overlay .info p.ico-skype:before{content:"\f17e"}.experience .dott-overlay .info p.ico-whatsapp:before{content:"\f232"}.experience .dott-overlay .info p.ico-mail:before{content:"\f1d8"}.experience .dott-overlay .info p.ico-phone:before{content:"\f10b";font-size:25px;top:0}.experience .dott-overlay .info p.ico-land:before{content:"\f095"}.experience .dott-overlay .info a{color:#242422}.experience .dott-overlay .info a:hover{color:#000;text-decoration:underline}.experience .dott-image{position:relative}.contact .inner{padding:70px 70px 70px 115px}@media (max-width:768px){.contact .inner{padding:60px 40px}}.contact p{color:#d8d8d8;font-size:14px;line-height:20px}.contact form input{background:#242422;border:1px solid #242422;box-sizing:border-box;color:#d8d8d8;font-family:PT Sans,sans-serif;width:100%}@media (max-width:675px){.contact form input{width:100%!important}}.contact form input:focus{border-color:#c9a74d;color:#d8d8d8}.contact form input[type=checkbox]{display:inline-block;height:25px;left:0;margin:0;opacity:0;position:relative;position:absolute;top:0;width:25px;z-index:2}.contact form input[type=checkbox]+span:before{content:"";height:15px;left:0;position:absolute;top:0;width:15px}.contact form input[type=checkbox]:checked+span:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;border-color:transparent #d8d8d8 #d8d8d8 transparent;border-style:solid;border-width:1px 2px 2px 1px;height:8px;top:2px;transform:rotate(40deg);transform-origin:100% 100%;width:4px;z-index:1}.contact form input[type=checkbox]+span:after{background:#242422;border:1px solid #242422;content:"";height:15px;left:0;opacity:1;position:absolute;top:0;width:15px}.contact form input[type=checkbox]:checked+span:after{background:#c9a74d;border:1px solid #242422}.contact form .row{margin-bottom:8px}.contact form .col-6{box-sizing:border-box;padding:0 10px}.contact form .col-6:first-child{padding-left:0}.contact form .col-6:last-child{padding-right:0}@media (max-width:675px){.contact form .col-6{padding:0;width:100%}}.contact form textarea{background:#242422;border:1px solid #242422;box-sizing:border-box;color:#d8d8d8;font-family:PT Sans,sans-serif;width:100%}.contact form textarea:focus{border-color:#c9a74d;color:#d8d8d8}.contact form .contacts-response{display:none}.contact form label.error{color:#c9a74d;position:absolute;top:70px}.contact form .privacy{display:block;line-height:1.5;margin:20px 0 10px;padding-left:25px;position:relative}.contact form .privacy label.error{top:18px}.contact .sedi{margin:50px 0}@media (max-width:675px){.contact .sedi .col-5,.contact .sedi .col-7{width:100%}}.contact .sedi-single{border-bottom:1px solid #757572;padding:40px 20px}.contact .sedi-single:first-child{border-top:1px solid #757572}.contact .sedi-single .image h3{font-size:42px;font-size:32px;font-weight:700;letter-spacing:-.5px;line-height:54px;margin:0;text-transform:uppercase}@media screen and (min-width:320px){.contact .sedi-single .image h3{font-size:calc(29.24138px + .86207vw)}}@media screen and (min-width:1480px){.contact .sedi-single .image h3{font-size:42px}}.contact .sedi-single .image h3{line-height:44px}@media screen and (min-width:320px){.contact .sedi-single .image h3{line-height:calc(41.24138px + .86207vw)}}@media screen and (min-width:1480px){.contact .sedi-single .image h3{line-height:54px}}.contact .sedi-single .image a{font-size:16px;text-decoration:underline;text-transform:uppercase}.contact .sedi-single .image a:hover{color:#c9a74d}.contact .sedi-single .info h4{font-size:16px;font-weight:400;text-transform:uppercase}.contact .sedi-single .info p{color:#d8d8d8;font-size:16px;padding-left:30px;position:relative;text-transform:uppercase}.contact .sedi-single .info p:before{color:#c9a74d;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:300;left:0;line-height:1;position:absolute;top:2px;width:30px}.contact .sedi-single .info p.ico-mail:before{content:"\f1d8"}.contact .sedi-single .info p.ico-address:before{content:"\f041"}.contact .sedi-single .info p.ico-phone:before{content:"\f10b";font-size:25px;top:0}.contact .sedi-single .info p.ico-land:before{content:"\f095"}.contact .sedi-single .info p.ico-whatsapp:before{content:"\f232"}.contact .sedi-single .info a{color:#d8d8d8;font-size:16px;text-transform:uppercase}.contact .sedi-single .info a:hover{color:#c9a74d}.introduction-end{background:url(/themes/cleverdiet/assets/images/contatti-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;width:900px}.introduction-end .inner{height:100%;padding:0;position:relative;width:100%}.introduction-end:hover{cursor:default}.introduction-end img.contatti-img{bottom:0;left:40px;position:absolute;z-index:999}@media (max-width:1440px){.introduction-end img.contatti-img{display:none}}.content-wrapper{transition:left .5s ease 0s}.content-wrapper .content,.menu{scrollbar-color:rgba(63,63,61,0) rgba(70,70,68,0);scrollbar-width:thin;transition:all .5s ease 0s}.content-wrapper .content::-webkit-scrollbar,.menu::-webkit-scrollbar{width:5px}.content-wrapper .content::-webkit-scrollbar-track,.menu::-webkit-scrollbar-track{background:rgba(70,70,68,0);-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}.content-wrapper .content::-webkit-scrollbar-thumb,.menu::-webkit-scrollbar-thumb{background-color:rgba(63,63,61,0);border:0 solid rgba(70,70,68,0);border-radius:20px;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}.content-wrapper .content:hover,.menu:hover{scrollbar-color:#3f3f3d #464644;transition:all .5s ease 0s}.content-wrapper .content:hover::-webkit-scrollbar-track,.menu:hover::-webkit-scrollbar-track{background-color:#464644;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}.content-wrapper .content:hover::-webkit-scrollbar-thumb,.menu:hover::-webkit-scrollbar-thumb{background-color:#3f3f3d;border:0 solid #464644;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}.page-curriculum .img{float:left;padding:0 40px 20px 0}@media (max-width:675px){.page-curriculum .img{float:none;padding:0 0 20px}}.page-curriculum .img img{display:block;max-height:480px}@media (max-width:1200px){.page-curriculum .img img{max-height:380px}}@media (max-width:675px){.page-curriculum .img img{display:block;max-height:inherit;width:100%}}.blog-right li{box-sizing:border-box;clear:both;color:#d8d8d8;overflow:hidden;position:relative;word-break:break-word}.blog-right li,.blog-right li:last-child{border-bottom:1px solid #757572!important}.blog-right li:last-child{padding:12px 0!important}.blog-right li:first-child .pull-left{top:0}.blog-right li .pull-right{margin-left:120px;padding-left:15px;text-align:right}@media (max-width:480px){.blog-right li .pull-right{display:block;float:none;margin-left:0;padding:0;text-align:left;width:100%}}.blog-right li .pull-left{left:0;position:absolute;top:12px;width:120px}@media (max-width:480px){.blog-right li .pull-left{display:block;float:none;position:relative;top:0;width:100%}}.blog-right .contacts-cv h3{margin-bottom:30px}.blog-right .contacts-cv li div{font-size:16px;padding-left:30px;position:relative}.blog-right .contacts-cv li div:before{color:#d8d8d8;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:300;left:0;line-height:1;position:absolute;top:2px;width:30px}.blog-right .contacts-cv li div.ico-skype:before{color:#d8d8d8;content:"\f17e"}.blog-right .contacts-cv li div.ico-whatsapp:before{color:#d8d8d8;content:"\f232"}.blog-right .contacts-cv li div.ico-mail:before{content:"\f1d8"}.blog-right .contacts-cv li div.ico-address:before{color:#d8d8d8;content:"\f041"}.blog-right .contacts-cv li div.ico-phone:before{content:"\f10b";font-size:25px;top:0}.blog-right .contacts-cv li div.ico-land:before{content:"\f095"}.blog-right .contacts-cv li a{color:#d8d8d8}.blog-right .contacts-cv li a:hover{color:#c9a74d;text-decoration:underline}.blog-right .testo div,.blog-right .testo p{color:#d8d8d8}.blog-right .testo .button{display:inline-block;text-align:center}@media (max-width:675px){.blog-right .testo .button{display:block}}@media (max-width:768px){.blog-right .sidebar-block{margin:0 30px 30px 0}}@media (max-width:675px){.blog-right .sidebar-block{margin:0 20px 30px 0}}.blog-flex{display:flex;flex-wrap:wrap}.blog-flex .sticky{align-self:start;flex-basis:300px;flex-grow:1;padding:0 0 2rem;position:-webkit-sticky;position:sticky;top:2rem}.blog-flex .sticky.no-sticky{position:relative!important}@media (max-width:1220px){.blog-flex .sticky{padding:0;position:relative}}.chapter h3{color:#c9a74d;font-family:PT Sans,sans-serif;font-size:16px;font-weight:400;text-transform:uppercase}.chapter li:before{background-image:url(/themes/cleverdiet/assets/images/arrow.png);background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;height:10px;margin-right:10px;width:14px}.chapter li a{color:#d8d8d8}.chapter li a:hover{color:#c9a74d}@media (max-width:1220px){.chapter{display:none}}.searchblock input.search{background:none;border:none;box-sizing:border-box;color:#d8d8d8;flex-grow:2;font-family:PT Sans,sans-serif;font-size:16px;line-height:25px;padding:12px 20px;width:100%}.searchblock input.search:focus{outline:none}.searchblock input[type=text],.searchblock textarea{margin:0}.searchblock .ss-search-form__input{border:1px solid #757572;display:flex;flex-direction:row;position:relative}.searchblock .ss-search-form__submit{background:url(/themes/cleverdiet/assets/images/icon-search.png) no-repeat 50%;border:0;font-size:0;width:55px}.populars li a{color:#d8d8d8}.populars li a:hover{color:#c9a74d}.mobile-view{display:block}@media (min-width:1220px){.mobile-view{display:none}}.page-libro blockquote{color:#757572;font-size:20px;font-weight:700;letter-spacing:.357143px;line-height:26px;margin-bottom:40px;padding:10px 20px;text-align:center}@media (max-width:768px){.page-libro blockquote{margin:0 0 40px!important}}.page-libro .content-left,.page-libro .content-left div,.page-libro .content-left p{color:#d8d8d8}@media (max-width:1480px){.page-libro .content-left{margin-right:0;width:100%}}.page-libro .content-right{text-align:center}.page-libro .content-right img{display:block;margin:0 auto;max-height:inherit}@media (max-width:1480px){.page-libro .content-right img{display:none}}.page-libro .content-image-libro{display:none}@media (max-width:1480px){.page-libro .content-image-libro{display:block}}.page-libro .owl-item{text-align:center}video{height:auto!important;width:100%!important}.videoWrapper{height:0;padding-bottom:56.25%;position:relative}.videoWrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}.page-tutorial .video{box-sizing:border-box;padding:40px 0}.page-tutorial .video:first-child{padding-top:0}.blog-listing>.row{display:flex;flex-wrap:wrap}.blog-listing h3{font-size:22px;font-size:19px;font-weight:400;line-height:24px;margin:0;text-transform:uppercase}@media screen and (min-width:320px){.blog-listing h3{font-size:calc(18.17241px + .25862vw)}}@media screen and (min-width:1480px){.blog-listing h3{font-size:22px}}.blog-listing h3{line-height:21px}@media screen and (min-width:320px){.blog-listing h3{line-height:calc(20.17241px + .25862vw)}}@media screen and (min-width:1480px){.blog-listing h3{line-height:24px}}.blog-listing h3 a{color:#757572;font-size:22px;font-size:19px;line-height:24px}@media screen and (min-width:320px){.blog-listing h3 a{font-size:calc(18.17241px + .25862vw)}}@media screen and (min-width:1480px){.blog-listing h3 a{font-size:22px}}.blog-listing h3 a{line-height:21px}@media screen and (min-width:320px){.blog-listing h3 a{line-height:calc(20.17241px + .25862vw)}}@media screen and (min-width:1480px){.blog-listing h3 a{line-height:24px}}.blog-listing h3 a:hover{color:#c9a74d}.blog-listing .title-divider{width:100px}.blog-listing .blog-list{float:left;margin:0 40px 50px 0;position:relative;width:calc(33% - 40px)}.blog-listing .blog-list .blog-img a>div{padding-bottom:200px}@media (max-width:1480px){.blog-listing .blog-list{width:calc(50% - 40px)}}@media (max-width:500px){.blog-listing .blog-list{width:calc(100% - 40px)}}.blog-listing .pagerblock li a:hover{border:2px solid #c9a74d}.blog-listing .pagerblock li a.current{border:2px solid hsla(0,0%,91%,.4)}.page-contatti .blog-left,.page-contatti .blog-right{width:50%}@media (max-width:1360px){.page-contatti .blog-left,.page-contatti .blog-right{width:100%}}.page-contatti .blog-details h2,.page-contatti .blog-details h3{padding:0 0 10px}.page-contatti .blog-details .fr-dib{left:0;transform:none}.page-contatti form{position:relative}.page-contatti form input,.page-contatti form textarea{background-color:#000}.page-contatti form input[type=checkbox]+span:after{background:#000}.page-contatti .sedi h4{font-size:20px}.page-contatti .sedi-single{margin-bottom:30px;padding:20px 0}.page-contatti .sedi-single:first-child{border-top:none}#successmsg .contacts-response{color:#c9a74d;font-size:15px}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.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{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-slide{height:100vh!important}.slider-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;width:100%}.slick-dots{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0;bottom:60px;display:block;left:50%;list-style:none;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0;position:absolute;transform:translateX(-50%)}.slick-dots li{border:1px solid #fff;border-radius:50%;cursor:pointer;display:inline-block;height:14px;margin:0 5px;position:relative;width:14px}.slick-dots li.slick-active:after{background:#fff;border-radius:50%;content:"";height:5px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:5px}.slick-dots li button{display:none}.blog-details-img img{width:100%}.blog-details .title-divider{display:block;margin:20px auto;width:100px}.blog-details blockquote{color:#757572;font-size:20px;font-weight:700;letter-spacing:.357143px;line-height:26px;text-align:center}.blog-details h2{font-size:26px;font-weight:400;letter-spacing:.464286px;line-height:34px;margin-top:0;padding:30px 0 10px}.blog-details img.alignleft{float:left;margin:10px 20px 20px 0}.blog-details img.alignright{float:right;margin:10px 0 20px 20px}@media (max-width:675px){.blog-details img.alignleft,.blog-details img.alignright{display:block;float:none;margin:10px 0 20px;width:100%}}.blog-details .cta-banner{clear:both}
