/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
	border:1px dashed #DDDDDD;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;

}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
	float:left;
	margin-:4px 0 0 -20px;
}

.checkbox label {
	display:inline;
	cursor:pointer;
}

label {
	margin-bottom:5px;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-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-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";
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; 
  margin-top: 40px;
}

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* 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(../img/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);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*

	BASE STYLE
	
	GRID
	ANIMATION

	PRELOADER

	HEADER
		NAVIGATION
		INTRO
	

	RISTORANTI
	SERVICE
	SKILL
	CLIENTS
	WORKS
	PRICING
	QUOTES
	CONTACT
	MAP

	FOOTER
	
	EXTERNAL PAGE
	
	404 PAGE

	PLUGIN STYLING: MAGNIFIC POPUP, OWL CAROUSEL

	MEDIA QUERIES

*/



/* ==========================================================================
   BASE STYLE
   ========================================================================== */

*, *:after, *:before{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html{ margin: 0; padding: 0;
width: 100%;
height: 100%; font-size: 100%; }

body{
	background:#fefefe;
	color:/*#333333*/#0f1c2a;
	font-size: 1em;
	line-height: 1.6;
	font-weight:400;
	font-family: 'Raleway', sans-serif;
}

a{
	color: #1d1d1d;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover,
a:active {
	outline: 0;
}
a:hover{
	color: #666666;
}

h1, h2{
}
h2, h3{
	font-weight: 600 !important;
}
audio,
canvas,
img,
video {
	vertical-align: middle;
}

img, object, embed{ max-width: 100%; height: auto; }

img{
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

::-webkit-input-placeholder{ /* WebKit browsers */
	color: #a9a9a9;
}

:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	color: #a9a9a9;
}

::-moz-placeholder{ /* Mozilla Firefox 19+ */
	color: #a9a9a9;
}

:-ms-input-placeholder{ /* Internet Explorer 10+ */
	color: #a9a9a9;
}

/* Section Color Scheme */
.white{
	background: #ffffff;
}
.whitesmoke{
	background: #f5f5f5;
}
.gainsboro{
	background: #dcdcdc ;
}
.lightgray{
	background: #d3d3d3;
}
.silver{
	background: #c0c0c0 ;
}
.darkgray{
	background: #a9a9a9;
}
.darken{
	background: #1D1D1D;
	color: #ffffff;
}
.darken a{
	color: #a9a9a9;
}
.darken a:hover{
	color: #ffffff;
}
.black{
	background: #163254;
}

/* Section with SVG Separator */
.has-svg{
	position: relative;
	padding-top: 100px;
}

/* Adjustment class for section with SVG Separator */
.pull {
	padding-top: 0;
}
.push {
	padding-top: 100px;
}

/* Section Title */
.section-title{
	margin-bottom: 60px;
	text-align: center;
}
.section-title h1{
	position: relative;
	margin-top: /*0*/10px;
	text-transform: uppercase;
}
.section-privacy{
	margin-bottom: 60px;
	text-align: left;
}


/*.section-title h1:after{
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 2px;
	background: #c7a535;
	background: rgba(191, 191, 191, 0.7);
	content: "";
}*/

.with-separator{
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.with-separator:after{
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 2px;
	background: #336cd8;
	/*background: rgba(191, 191, 191, 0.7);*/
	content: "";
}

.the-separator{
	width: 50px;
	height: 2px;
	background: #c7a535;
	margin: 0 auto;
	margin-top: -10px;
}

.section-title h3{
	position: relative;
	text-align: center;
	color: #999999;
	font-weight: 400;
	font-size: 1em;
}

/* SVG Separator */
.separator{
	position: absolute;
	left: 0;
	bottom: -99px;
	z-index: 900;
	width: 100%;
	height: 100px;
}
.separator.separator-top{
	top: -99px;
	bottom: auto;
}

/* SVG Separator Color Style */
.white .separator path{
	fill: #ffffff;
}
.whitesmoke .separator path{
	fill: #f5f5f5;
}
.gainsboro .separator path{
	fill: #dcdcdc ;
}
.lightgray .separator path{
	fill: #d3d3d3;
}
.silver .separator path{
	fill: #c0c0c0 ;
}
.darkgray .separator path{
	fill: #a9a9a9;
}
.darken .separator path{
	fill: #1d1d1d;
}

/* h1 Logo Style */
.logo{
}

.logo a{
	color: #ffffff;
	
	display: inline-block;	
	width: /*289px*/434px;
	height: /*57px*/60px;
	
	background-image: url(../../assets/img/logo_tonolo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: /*289px 57px*/434px 60px;
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}
.logo a:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.logo-eng a{
	color: #ffffff;
	
	display: inline-block;	
	width: /*289px*/434px;
	height: /*57px*/60px;
	
	background-image: url(../../assets/img/logo_tonolo_eng.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: /*289px 57px*/434px 60px;
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}
.logo-eng a:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/* Text Alignment */
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}

/* Button Style */
.button {
	font-weight: 700;
	padding: 5px 10px;
	display: inline-block;
}

/* Button Dark Style */
.button-dark {
	border: 1px solid #666666;
}
.button-dark:hover{
	color: #ffffff!important;
	border: 1px solid #336cd8;
	background: #336cd8;
}

/* Button Light Style */
.button-light {
	color: #ffffff!important;
	border: 1px solid #ffffff;
}
.button-light:hover{
	color: #222222!important;
	background: #ffffff;
}

/* Animate CSS after page load */
/*.preload *{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}*/

/* Hide text for rotate-text */
.rotate-text{
	display: none;
}

/* grayscale image */
.grayscale img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-webkit-backface-visibility: hidden;
}
.grayscale:hover img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /* For IE 6/7 only */
}



/* ==========================================================================
   GRID
   ========================================================================== */

.container{
	max-width: 1170px;
	padding: 60px 20px;
	margin: 0 auto;
}

.container-slim{
	max-width: 1170px;
	padding: 0px 20px;
	margin: 0 auto;
}

.container:after,
.row:after,
.column:after{
	content: "";
	display: table;
	clear: both;
}

.row{
	padding-bottom: 0;
}

.column{
	display: block;
	float: left;
    /*margin-left: 2%;*/
	margin: 0 1%;
}

/*.column:first-child{
	margin-left: 0;
}*/

.full_width{ width: 98%; }
/*.half{ width: 49.0%; }*/
.half{ width: 48.0%; }
.one_third{ width: 31.3333%; }
.two_third{ width: 66.0%; }
/*.one_fourth{ width: 23.4%; }*/
/*.one_fourth{ width: 25%; }*/
.one_fourth{ width: 23%; }
.three_fourth{ width: 74.5%; }

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

	.one_third{ width: 48.0%; }
}

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


    .one_fourth{
		width: 49.0%;
    }

    .one_fourth:nth-child(2n+1){
		margin-left: 0;
	}

}

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

    .column{
        width: 100%;
        margin-left: 0;
    }
	
	    .one_fourth2{
		width: 49.0%;
    }

}



/* ==========================================================================
   ANIMATION
   ========================================================================== */

/* Hide element before animation */
.transparent{
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0 );
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 0);
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
	transform-webkit-transform: translateZ(0);
	transform-webkit-transform: translate3d(0, 0, 0);
	transform-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
/* Show element after animation */
.opaque{
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100 );
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 100);
    filter: alpha(opacity = 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
	transform-webkit-transform: translateZ(0);
	transform-webkit-transform: translate3d(0, 0, 0);
	transform-webkit-backface-visibility: hidden;
	transform-webkit-perspective: 1000;
}

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}
@-webkit-keyframes flipInX{
    0%{
        transform-webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    } 40%{
        transform-webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70%{
        transform-webkit-transform: perspective(400px) rotateX(10deg);
    }

    100%{
        transform-webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX{
    0%{
        transform-moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40%{
        transform-moz-transform: perspective(400px) rotateX(-10deg);
    }

    70%{
        transform-moz-transform: perspective(400px) rotateX(10deg);
    }

    100%{
        transform-moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX{
    0%{
       	transform-o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40%{
        transform-o-transform: perspective(400px) rotateX(-10deg);
    }

    70%{
        transform-o-transform: perspective(400px) rotateX(10deg);
    }

    100%{
        transform-o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX{
    0%{
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40%{
        transform: perspective(400px) rotateX(-10deg);
    }

    70%{
        transform: perspective(400px) rotateX(10deg);
    }

    100%{
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX{
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes fadeIn{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

@-moz-keyframes fadeIn{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

@-o-keyframes fadeIn{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

@keyframes fadeIn{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

.fadeIn{
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp{
	0%{
		opacity: 0;
		transform-webkit-transform: translateY(20px);
	}

	100%{
		opacity: 1;
		transform-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp{
	0%{
		opacity: 0;
		transform-moz-transform: translateY(20px);
	}

	100%{
		opacity: 1;
		transform-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp{
	0%{
		opacity: 0;
		transform-o-transform: translateY(20px);
	}

	100%{
		opacity: 1;
		transform-o-transform: translateY(0);
	}
}

@keyframes fadeInUp{
	0%{
		opacity: 0;
		transform: translateY(20px);
	}

	100%{
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp{
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown{
	0%{
		opacity: 0;
		transform-webkit-transform: translateY(-20px);
	}

	100%{
		opacity: 1;
		transform-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown{
	0%{
		opacity: 0;
		transform-moz-transform: translateY(-20px);
	}

	100%{
		opacity: 1;
		transform-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown{
	0%{
		opacity: 0;
		transform-o-transform: translateY(-20px);
	}

	100%{
		opacity: 1;
		transform-o-transform: translateY(0);
	}
}

@keyframes fadeInDown{
	0%{
		opacity: 0;
		transform: translateY(-20px);
	}

	100%{
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown{
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft{
	0%{
		opacity: 0;
		transform-webkit-transform: translateX(-20px);
	}

	100%{
		opacity: 1;
		transform-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft{
	0%{
		opacity: 0;
		transform-moz-transform: translateX(-20px);
	}

	100%{
		opacity: 1;
		transform-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft{
	0%{
		opacity: 0;
		transform-o-transform: translateX(-20px);
	}

	100%{
		opacity: 1;
		transform-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft{
	0%{
		opacity: 0;
		transform: translateX(-20px);
	}

	100%{
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft{
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight{
	0%{
		opacity: 0;
		transform-webkit-transform: translateX(20px);
	}

	100%{
		opacity: 1;
		transform-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight{
	0%{
		opacity: 0;
		transform-moz-transform: translateX(20px);
	}

	100%{
		opacity: 1;
		transform-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight{
	0%{
		opacity: 0;
		transform-o-transform: translateX(20px);
	}

	100%{
		opacity: 1;
		transform-o-transform: translateX(0);
	}
}

@keyframes fadeInRight{
	0%{
		opacity: 0;
		transform: translateX(20px);
	}

	100%{
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight{
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}



/* ==========================================================================
   PRELOADER
   ========================================================================== */

#preloader{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:99999; /* makes sure it stays on top */
	background-color:#FFFFFF; /* change if the mask should have another color then white */
}

#status{
	position:absolute;
	top:50%; /* centers the loading animation vertically one the screen */
	left:50%; /* centers the loading animation horizontally one the screen */
	margin:-100px 0 0 -100px; /* is width and height divided by two */
	width:200px;
	height:200px;
	background-image:url(../../assets/img/ajaxloader.gif); /* path to your loading animation */
	background-position:center;
	background-repeat:no-repeat;
	background-size:72px 72px;
}



/* ==========================================================================
   HEADER
   ========================================================================== */

#header{
	width: 100%;
	height: 100%;
}

/* Tint background image */
#header.tint{
   background: rgba(0,0,0,0.2);
}

/* Fallback for IE */
.no-rgba .tint{
   background:transparent;
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000); 
   zoom: 1;
}

/* ==========================================================================
   HEADER: NAVIGATION
   ========================================================================== */

#preheader{
	position: fixed;
	top: 0;
	left: 0;
	height: 30px;
	width: 100%;
	background-color: #0f1c2a;
	z-index: 100000;
}

#header .nav-header{
	position: fixed;
	top: 30px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 120px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	transform-webkit-transform: translateZ(0);
	transform-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

#header .nav-header .nav-inner{
	margin: 0 auto;
	max-width: 1170px;
}

#header .nav-header h1,
#nav-toggle,
#header .nav-header .nav{
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	transform-webkit-transform: translateZ(0);
}

#header .nav-header h1,
#nav-toggle,
#header .nav-header .nav a{
	color: #fff;
	line-height: 120px;
}

#nav-toggle,
#header .nav-header .nav a{
	outline: 0;
}

#header .nav-header .logo a{
	height: 120px;
}

#header .nav-header .logo-eng a{
	height: 120px;
}

#header .nav-header h1{
	float: left;
	margin: 0;
	padding-left: 20px;
}

#nav-toggle,
#header .nav-header .nav{
	float: right;
	padding-right: 20px;
	text-transform: uppercase;
}

#nav-toggle{
	font-size: 1.66667em;
	padding-left: 20px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	display: none;
}

#nav-toggle.active{
	padding: 0 35px;
	background: #1d1d1d;
}

#nav-toggle img{
	vertical-align: inherit;
}

#header .nav-header .nav a{
	position: relative;
	margin: 0 0 0 10px;
	font-size: 1em;
}

#header .nav-header .nav a.current,
#header .nav-header .nav a:hover{
    color: #a9a9a9;
}

#header .nav-header .nav a.current:after{
	position: absolute;
	top: -34px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #a9a9a9;
	content: "";
}

#header .nav-header.blackout{
	height: 90px;
	background: rgb(22, 50, 84);
	background: rgba(22, 50, 84, 1);
}

#header .nav-header.blackout h1,
#header .nav-header.blackout .nav a{
	line-height: 90px;
}

#header .nav-header.blackout h1{
	font-size: 2em;
}

#header .nav-header.blackout .logo a{
	height: 90px;
}



/* ==========================================================================
   HEADER: INTRO
   ========================================================================== */

#header .intro-block{
	width: 100%;
	height: 100%;
	display: table;
	color: #ffffff;
}

#header .intro-block .intro-text{
	display: table-cell;
	vertical-align: middle;
	transform-webkit-transform:translate3d(0,0,0);
}

#header .intro-block .intro-text h1,
#header .intro-block .intro-text h3{
	text-transform: uppercase;
	margin: 0;
}

/*#header .intro-block .intro-text h1{
	font-size:4em;
	line-height:1em;
}*/
#header .intro-block .intro-text h3{
	font-size:1.80em;
}

#header .intro-block .intro-text .button{
	margin-top: 40px;
	/*padding: 10px 15px;*/
	font-size: 1.17em;
}



/* Rotating Text */
#header .rotating{
	display: inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
	-moz-transform: rotateX(0) rotateY(0) rotateZ(0);
	-o-transform: rotateX(0) rotateY(0) rotateZ(0);
	transform: rotateX(0) rotateY(0) rotateZ(0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin-x: 50%;
}

#header .rotating.flip{
 	position: relative;
}

#header .rotating .front, #header .rotating .back{
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

#header .rotating .front{
	position: absolute;
	display: inline-block;
	-webkit-transform: translate3d(0,0,1px);
	-moz-transform: translate3d(0,0,1px);
	-ms-transform: translate3d(0,0,1px);
	-o-transform: translate3d(0,0,1px);
	transform: translate3d(0,0,1px);
}

#header .rotating.flip .front{
	z-index: 1;
}

#header .rotating .back{
	display: block;
	opacity: 0;
}

#header .rotating.flip .back{
	z-index: 2;
	display: block;
	opacity: 1;

	-webkit-transform: rotateY(180deg) translate3d(0,0,0);
	-moz-transform: rotateY(180deg) translate3d(0,0,0);
	-ms-transform: rotateY(180deg) translate3d(0,0,0);
	-o-transform: rotateY(180deg) translate3d(0,0,0);
	transform: rotateY(180deg) translate3d(0,0,0);
}

#header .rotating.flip.up .back{
	-webkit-transform: rotateX(180deg) translate3d(0,0,0);
	-moz-transform: rotateX(180deg) translate3d(0,0,0);
	-ms-transform: rotateX(180deg) translate3d(0,0,0);
	-o-transform: rotateX(180deg) translate3d(0,0,0);
	transform: rotateX(180deg) translate3d(0,0,0);
}



/* ==========================================================================

   RISTORANTI
   ========================================================================== */

#ristoranti .team-grid{
	text-align: center;
}

#ristoranti .team-grid .t-block .t-image{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #ffffff, 0 0 0 8px #dcdcdc;
}

#ristoranti .team-grid .t-block .t-position{
	display: inline-block;
	margin: 0 auto 10px;
	padding: 10px;
	width: 100%;
	background: #a9a9a9;
	color: #fff;
	letter-spacing: 1px;
}

#ristoranti .team-grid .t-block  .t-socials{
	display: block;
}

#ristoranti .team-grid .t-block .t-socials  a{
	padding: 10px;
}



/* ==========================================================================
   SERVICE
   ========================================================================== */

#service .service-block{
	max-width: 960px;
	margin: 0 auto 60px;
}

#service .service-block:last-child{
	margin-bottom: 0;
}

#service .service-block .service-icon,
#service .service-block .service-body{
	position: relative;
}

#service .service-block:nth-child(odd) .service-icon{
	left: 49.0%;
}

#service .service-block:nth-child(odd) .service-body{
	left: -49.0%;
}

#service .service-block .service-body h2{
	margin-top: 0;
}



/* ==========================================================================
   SKILL
   ========================================================================== */

#skill .skill-grid .skill-block  h3{
	font-weight: 400;
}

#skill .skill-grid .skill-block .chart{
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

#skill .skill-grid .skill-block .chart canvas{
	position: absolute;
	top: 0;
	left: 0;
}

#skill .skill-grid .skill-block .chart span{
	display: inline-block;
	color: #a9a9a9;
	font-size: 2em;
	font-weight: 700;
	line-height: 200px;
}

#skill .skill-grid .skill-block .chart span:after{
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}



/* ==========================================================================
   CLIENTS
   ========================================================================== */
#clients{
}



/* ==========================================================================
   WORKS
   ========================================================================== */

#filters{
	margin-bottom: 40px;
}

#filters ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	*display: inline;
	*zoom: 1;
}

#filters ul li{
	display: inline;
}

#filters ul li span{
	position: relative;
	float: left;
	padding: 4px 16px;
	color:#a9a9a9;
	text-decoration:none;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#filters ul li span:hover{
	color:#ffffff;
}

#filters ul li span.active{
	color:#ffffff;
}


/* ==========================================================================
   PRICING
   ========================================================================== */

#pricing .pricing-table .pricing-block .pricing-body{
	background: #f5f5f5;
	max-width: 300px;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

#pricing .pricing-table .pricing-block .pricing-body:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* IE8 */
.lt-ie9 #pricing .pricing-table .pricing-block .pricing-body:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand')";
	margin-left: -10px;
	margin-top: -17px;
}

#pricing .pricing-table .pricing-block .pricing-body h2{
	margin: 0;
	padding: 20px;
}

#pricing .pricing-table .pricing-block .pricing-head{
	padding: 15px;
	color: #ffffff;
	background: #c0c0c0;
}

#pricing .pricing-table .pricing-block .price{
	font-weight: 700;
	font-size: 4em;
	text-transform: uppercase;
}

#pricing .pricing-table .pricing-block .pricing-features ul{
	text-align: left;
	padding: 0;
	margin: 0;
}

#pricing .pricing-table .pricing-block .pricing-features li{
	padding: 20px;
	border-bottom: 1px solid #dcdcdc;
	list-style-type: none;
}

#pricing .pricing-table .pricing-block .pricing-features li:last-child{
	border-bottom: none;
}

#pricing .pricing-table .pricing-block .pricing-footer .pricing-action{
	display: inline-block;
	width: 100%;
	padding: 20px;
	background: #666;
	color: #fff;
	text-decoration: none;
}

#pricing .pricing-table .pricing-block .pricing-footer .pricing-action:hover{
	display: inline-block;
	width: 100%;
	padding: 20px;
	background: #222222;
	color: #fff;
	text-decoration: none;
}



/* ==========================================================================
   Timeline
   ========================================================================== */

#timeline .tl-list {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
#timeline .tl-list:before,
#timeline .tl-list:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20%;
	margin-left: -11px;
	width: 4px;
	background: rgba(0,0,0,0.1);
}
#timeline .tl-list:after {
	top: auto;
	bottom: -20px;
	left: 20%;
	margin-left: -11px;
	height: 20px;
	background: rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}

/* The date/time */
#timeline .tl-list > li {
	position: relative;
}

#timeline .tl-list > li .tl-time {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

#timeline .tl-list > li .tl-time span {
	display: block;
	text-align: right;
	line-height: 3em;
}

/* Right content */
#timeline .tl-list > li .tl-label {
	margin: 0 0 20px 25%;
	padding: 20px;
	background: #ffffff;
	position: relative;
	border: 1px solid #dcdcdc;
}

#timeline .tl-list > li .tl-label h2{
	margin: 0;
	font-weight: 400;
}

/* The triangle */
#timeline .tl-list > li .tl-label:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #dcdcdc;
	border-width: 10px;
	top: 50%;
	margin: -10px 0 0 -25px;
}

/* The icons */
#timeline .tl-list > li .tl-icon {
	width: 50px;
	height: 50px;
	font-size: 1.4em;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #f5f5f5;
	background: #c7a535;
	border-radius: 50%;
	text-align: center;
	left: 20%;
	top: 50%;
	margin: -25px 0 0 -35px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
#timeline .tl-list > li:hover .tl-icon{
	background: #e5c55b;
}
#timeline .tl-list > li .tl-icon > img{
	position: relative;
	top: -2px;
}

/* Load More Button */
#timeline .load-more{
	margin-top: 20px;
}



/* ==========================================================================
   QUOTES
   ========================================================================== */

#lavoraconnoi h2, #lavoraconnoi  .quote{
	font-weight: normal;
}

#lavoraconnoi h2{
	margin-top: -32px;
}

#lavoraconnoi  .quote{
	font-size: 5em;
	line-height: 1em;
}



/* ==========================================================================
   CONTACT
   ========================================================================== */

#contact{
	background: transparent url("../../assets/img/background/contact.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#contact .section-title h3{
	color: white;
}

.contact form{
	position: relative;
	margin: 0 auto;
	max-width: 620px;
}

.contact form input,
.contact form textarea{
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	border: 2px solid #fff;
	background: rgb(64,64,64);
	background: rgba(64,64,64,0.1);
	color: #999;
	border-radius: 5px;
}

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

.contact form input:focus,
.contact form textarea:focus,
.contact form label:active + input,
.contact form label:active + textarea{
	outline: none;
	border: 2px solid #f0f0f0;
	background: #f0f0f0;
	color: #666;
}

.contact form input.submit{
	display: inline-block;
	margin-bottom: 0;
	padding: 10px;
	border: 2px solid #ffffff;
	background: rgb(64,64,64);
	background: rgba(64,64,64,0.1);
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.contact form input.submit:hover{
	background: #f0f0f0;
	color: #1d1d1d;
}


.contact .form-notification{
	margin-top: 20px;
}

.contact .form-notification .success,
.contact .form-notification .warning,
.contact .form-notification .error{
	padding: 10px;
	color: #ffffff;
}

.contact .form-notification .success{
	text-align: center;
	background: #27ae60;
}

.contact .form-notification .warning{
	text-align: center;
	background: #d35400;
}

.contact .form-notification .error{
	background: #bf0000;
	list-style: none;
}

#address-block{
	background: rgba(0, 0, 0, 0.7);
        width:100%;
	padding: 0 0 40px 0;
        overflow:hidden;
}

#address-block address{
	padding: 40px 0 0 0;
	text-align: center;
	font-style: normal !important;
}



/* ==========================================================================
   MAP
   ========================================================================== */

#map {width:100%;height:400px;color:#333;}
#map img{ max-width: none !important; }



/* ==========================================================================
   FOOTER
   ========================================================================== */

#footer{
	background: #163254;
	color: white;
	text-align: center;
}

#footer-top{
	background: #0f1c2a;
}

#footer-top .container,
#footer-bottom .container{
	padding: 40px 20px;
}

#footer-top .socials{
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer-top .socials li{
	display: inline-block;
}

#footer-top .socials li a{
	display: inline-block;
	/*margin: 10px;*/
	width: 2.5em;
	height: 2.5em;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	font-size: 2em;
	line-height: 1.85em;
}

#footer-top .socials li a:hover{
	background: #ffffff;
	color: #1d1d1d;
}



/* ==========================================================================
   EXTERNAL PAGE
   ========================================================================== */
   
/* Header for Page */ 
#header.page{
	text-align: center;
	height: 220px;
	background: #1d1d1d; 
}

/* Post Container */ 
#post .container{
	max-width: 900px;
}
#post .meta{
	color: #999;
}

/* Author Area */
#post .author {
	position: relative;
	max-width: 520px;
	margin: 80px auto 0;
}
#post .author:after{
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 2px;
	background: rgb(191, 191, 191);
	background: rgba(191, 191, 191, 0.7);
	content: "";
}
#post .author .author-text {
	overflow: hidden;
}
#post .author img {
	float: left;
	margin: 4px 20px 20px 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#post .author h3,
#post .author p {
	margin-top: 0;
}
#post .author h3 {
	margin-bottom: 0.5em;
}
#post .author  .socials{
	display: block;
}
#post .author .socials  a{
	padding: 10px;
}

/* Comments Area */
#comment .container {
	max-width: 620px;
	margin: 0 auto;
}

/* Comment List */
#comment .comment-list {
	margin: 0 0 40px 0;
	padding: 0;
}
#comment .comment-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	clear: both;
}
#comment .comment-list ul {
	margin: 0 0 0 11%; /* relative value */
	padding: 0;
}
#comment .comment-list .comment-block {
	overflow: hidden;
	margin-bottom: 1em;
	border-bottom: 1px solid #dcdcdc;
}
#comment .comment-list  .comment-avatar img {
	float: left;
	margin: 0 20px 20px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#comment .comment-list .comment-head,
#comment .comment-list .comment-text{
	margin-bottom: 1em;
}
#comment .comment-list .comment-head a{
	font-weight: 700;
}
#comment .comment-list .comment-head .comment-date{
	color: #999999;
}

/* Comment Form */
#comment form{
	position: relative;
	margin: 0 auto 20px;
}

#comment form input,
#comment form textarea{
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	border: 2px solid #dcdcdc;
	background: rgb(64,64,64);
	background: rgba(0,0,0,0.1);
}

#comment form textarea{
	min-height: 200px;
    resize: vertical;
}

#comment form input:focus,
#comment form textarea:focus,
#comment form label:active + input,
#comment form label:active + textarea{
	outline: none;
	border: 2px solid #999999;
	color: #666666;
}

#comment form input.submit{
	display: inline-block;
	margin-bottom: 0;
	padding: 10px;
	border: 2px solid #666666;
	background: #666666;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#comment form input.submit:hover{
	border: 2px solid #222222;
	background: #222222;
}



/* ==========================================================================
	404 PAGE
   ========================================================================== */

#four-oh-four{
	width: 100%;
	height: 100%;
	
	display: table;
	
	color: #ffffff;
	background: #222222 url("../../assets/img/background/bg-404.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-box-shadow: inset 0px 0px 156px 64px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 156px 64px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 156px 64px rgba(0,0,0,0.75);
}

#four-oh-four a{
	color: #dfdfdf;
}

#four-oh-four a:hover{
	color: #ffffff;
}

#four-oh-four .content-block {
	display: table-cell;
	vertical-align: middle;
	
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
}

#four-oh-four .content-block .content-text {
	max-width: 580px;
	margin: 0 auto;
	padding: 20px;
	color: white;
	text-align: center;
}
 
#four-oh-four .content-block .content-text h1 {
	font-size: 180px;
	line-height: 100%;
	margin: 0;
}

#four-oh-four .content-block .content-text h2 {
	margin-top: 0;
	font-size: 24px;
	text-transform: uppercase;
}
#four-oh-four .content-block .content-text .button{
	margin-top: 1em;
}



/* ==========================================================================
   PLUGIN: MAGNIFIC POPUP, OWL CAROUSEL
   ========================================================================== */

/* Magnific Popup Zoom Style*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Owl Carousel Owl Theme */
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	/*color: #FFF;*/
	/*font-size: 12px;*/
	/*background: #666666;*/
	/*color:#c7a535;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	
	font-size:45px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	filter: Alpha(Opacity=50);
	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);
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #666666;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}

/* 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(../../assets/img/ajaxloader.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.owl-carousel .owl-item{
	text-align: center;
}



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 768px) and (max-width: 979px){

	#ristoranti .team-grid .t-block,
	#skill .skill-grid .skill-block,
	#pricing .pricing-table .pricing-block{
		margin-bottom: 20px;
	}

	#ristoranti .team-grid .t-block .grayscale .t-image,
	#ristoranti .team-grid .t-block .t-position{
		max-width: 300px;
	}

}

/* Landscape phone to portrait tablet */
@media only screen and (max-width: 1024px){

	#header .nav-header,
	#header .nav-header.blackout{
		height: 90px;
		background: rgb(22, 50, 84);
		background: rgba(22, 50, 84, 1);
	}

	#header .nav-header .nav-inner{
		width: 100%;
	}

	#nav-toggle,
	#header .nav-header h1,
	#header .nav-header.blackout h1{
		line-height: 90px;
	}

	#header .nav-header .logo a,
	#header .nav-header.blackout .logo a{
		height: 90px;
	}

	#header .nav-header .nav a,
	#header .nav-header.blackout .nav a{	
		line-height: 50px;
	}

	#nav-toggle{
		display: block;
	}

	#header .nav-header .nav{
		display: block;
		position: absolute;
		top: 90px;
		right: -1024px;
		width: 100%;
		float:none;
		padding-right: 0;
		border-bottom: 10px solid rgba(0,0,0,0.952941);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}

	#header .nav-header .nav.open{
		right: 0;
	}

	#header .nav-header .nav a{
		display: inline-block;
		width: 100%;
		margin: 0;
		padding-left: 20px;
		background: #1d1d1d;
		border-left: 4px solid transparent;
	}

	#header .nav-header .nav a:hover{
		background: #191919;
	}

	#header .nav-header .nav a.current{
		border-left: 4px solid #a9a9a9;
	}

	#header .nav-header .nav a.current:after{
		background: transparent;
	}

	#ristoranti .team-grid .t-block,
	#skill .skill-grid .skill-block,
	#pricing .pricing-table .pricing-block{
		margin-bottom: 20px;
	}

	#ristoranti .team-grid .t-block .grayscale .t-image,
	#ristoranti .team-grid .t-block .t-position{
		max-width: 300px;
	}

	#service .service-block:nth-child(odd) .service-icon,
	#service .service-block:nth-child(odd) .service-body{
		left: 0;
	}

	#service .service-block .service-body{
		text-align: center;
	}

	#service .service-block .service-body h2{
		margin-top: 0.83em;
	}

	#service .service-block .service-body p{
		text-align: left;
	}

	#mix-container .mix{
/*		width: 50%;*/
	}
	
	#timeline .tl-list:before,
	#timeline .tl-list:after {
		display: none;
	}

	#timeline .tl-list > li{
		margin-top: 40px;
	}

	#timeline .tl-list > li:first-child{
		margin-top: 0;
	}

	#timeline .tl-list > li .tl-time{
		width: 100%;
		position: relative;
		padding-right: 0;
		background: #dcdcdc;
	}

	#timeline .tl-list > li .tl-time span {
		text-align: left;
		padding-left: 20px;
		line-height: 4.8em;
		border: 1px solid #dcdcdc;
	}

	#timeline .tl-list > li .tl-label {
		margin: 0;
		border-top: none;
	}

	#timeline .tl-list > li .tl-label:after {
		display: none;
	}

	#timeline .tl-list > li .tl-icon {
		position: relative;
		float: right;
		left: auto;
		margin: -65px 20px 0 0;
	}
}

/* Landscape phones and down */
@media only screen and (max-width: 480px) {
	#mix-container{
		max-width: 400px;
		margin: 0 auto;
	}
	#mix-container .mix{
		width: 100%;
	}
	#four-oh-four .content-block .content-text {
		max-width: 420px;
	}
	#four-oh-four .content-block .content-text h1 {
		font-size: 128px;
	}
        #login_mob{
            margin-top:5px;
            display:block;
        }
}

/* Retina Display */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	.logo a{
		background-image: url(../../assets/img/logo_tonolo.png);
	}
	#status{
		background-image: url(../../assets/img/ajaxloader@2x.gif);
	}
}



a.scrolltop{color:#fff;}

.button-franchiser,
.button-sushihome,
.button-lavoraconnoi{
	text-transform: uppercase;
}


.button-sushihome{
	margin-bottom: 30px;	
}

.button-lavoraconnoi{
	margin-top: 30px;
}

.row-card{
	width:70%;
	margin: 0 auto;
	
}

.card-block{
	text-align: center;	
	color: #757575;
	font-size: 13px;
	margin-bottom: 50px;
}
.card-pallino{
	border:1px solid #c6a434;
	font-size: 25px;
	color: #ffffff;
	
	width:60px;
	height:60px;
	line-height:58px;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	margin: 0 auto;
	margin-bottom: 15px;
		
}



.punti-block{
	/*border: 1px solid black;
	box-sizing: border-box;*/
	padding: 20px 0px 35px 0px;
	/*padding: 20px 20px 35px 20px;*/
	text-align: center;
	margin-bottom: 30px;
}

.punti-titolo{
	color: #ffffff;
	font-weight: bold;
	font-size: 35px;
	padding-bottom: 10px;
}
.punti-buono{
	color: #c6a434;
	font-size: 20px;
	padding-bottom: 20px;
	
}
.punti-testo{
	color: #757575;
	font-size: 13px;
}

.ristorante-block{
	display: inline-block;
	margin: 10px 0.8% 50px 0.8%;	
	float: none;
}
.ristorante-block p{
    font-size:0.9em;
}

.contatti-block{
	display: inline-block;
	margin: 10px 0.8% 50px 0.8%;	
	float: none;
        width:100%;
}
.prod{
	margin: 20px 0.6% 50px 0.6%;
}

.prod-titolo{
	color: #313131;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
}
.prod-descrizione{
	color: #7d7d7d;
	font-size: 14px;
	line-height: 14px;
	width: 253px;
	margin: 0 auto;
	height: 50px;
	
}

.prod-barra{
	background-color: #e5e5e5;
	width:70%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px 15px;
	text-align: left;
}


.prod-carrellino{
	display: inline-block;
	width: 50px;
	background-color: #313131;
	color: #ffffff;
	text-align: center;
	margin-left: 15px;
	margin-top: -5px;
	margin-bottom: -5px;
	padding: 5px 0px;
	cursor: pointer;
	background-image: url(../../assets/img/ico-carrello.png);
	background-position: center;
	background-repeat: no-repeat;
}


.prod-carrellino:hover{
	background-color: #c7a535;
}

.prod-prezzo{
	float: right;
}

.prod-input{
	width: 50px;
	margin-left: 10px;
}

.filtro-categorie{
	display: block;
	text-align:center
}

.filtro-categoria{
	display: inline-block;
	padding: 0px;
	margin: 0px 10px 10px 10px;
	cursor: pointer;
	text-transform: uppercase;
}

.filtro-categoria.active{
	font-weight: bold;
	border-bottom: 2px solid #C7A535;
}



.h2small{
	font-size: 16px;
}


p.mail{
	margin-top: -15px;
}

.social-block{
	height: 450px !important;
	background: rgba(0, 0, 0, 0.7);
}

.fb-like-box,
.fb_iframe_widget span,
.fb_iframe_widget iframe{
	width:100%  !important;
}

#twitter-widget-0{
	width:96%  !important;
	margin: 0 2% 0 2%;
}


#mix-container {
}

#mix-container .mix{
	display:none;
}


.staiordinandoda{
	color: #C7A535;
	text-transform: lowercase;
	float: right;
	margin-top: 2px;
}

.staiordinandoda a{
	color: #ffffff;
        
}

.staiordinandoda a:hover{
	color: #999999;
}

.header-small{
	height:125px !important;
	
}

.prod-image{
	position: relative;
}

.prod-panel-ok{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: url(../../assets/img/carrello-ok.png);
	background-position:center;
	background-repeat:no-repeat;
	
}

.carrello-img{
	height: 78px;
	width: auto;
	max-width: none;
}

.tbl-carrello{
	
}

.tbl-carrello .carrello-riga{
	height: 80px;
	border: 1px solid #e1e1e1;	
	margin-bottom: 10px;
}


.tbl-carrello .carrello-riga .carrello-blocco{
	height: 80px;
	float: left;
	text-align: center;
}


.tbl-carrello .carrello-riga .carrello-blocco-immagine{
	width: 15%;
}

.tbl-carrello .carrello-riga .carrello-blocco-nome{
	width: 25%;
	padding-top: 25px;
}

.tbl-carrello .carrello-riga .carrello-blocco-quantita{
	width: 35%;
	padding-top: 20px;
}

.tbl-carrello .carrello-riga .carrello-blocco-quantita .carrello-blocco-secondo{
	padding-top: 5px;
}

.tbl-carrello .carrello-riga .carrello-blocco-totale{
	width: 25%;
	padding-top: 25px;
}

.tbl-carrello .carrello-riga .carrello-blocco .carrello-blocco-primo{
	float: left;
}

@media only screen and (max-width : 800px) {
	.tbl-carrello .carrello-riga .carrello-blocco .carrello-blocco-primo{
		float: none;
	}
	
	

	.tbl-carrello .carrello-riga{
		height: 160px;
		position: relative;
	}
	
	.tbl-carrello .carrello-riga .carrello-blocco-immagine{
		width: auto;
	}
	
	.tbl-carrello .carrello-riga .carrello-blocco-nome{
		width: auto;
		position: absolute;
		top: 0px;
		left: 48%;
		padding-top: 20px;
	}
	.tbl-carrello .carrello-riga .carrello-blocco-quantita{
		width: 75%;
		position: absolute;
		top: 80px;
		left: 0px;
	}
	.tbl-carrello .carrello-riga .carrello-blocco-quantita .carrello-blocco-primo{
		width: 70%;
		float: left;
		padding-left: 5px;
		text-align: left;
	}
	.tbl-carrello .carrello-riga .carrello-blocco-quantita .carrello-blocco-secondo{
		width: 30%;
		float: left;
		text-align: left;
	}
	.tbl-carrello .carrello-riga .carrello-blocco-totale{
		width: 25%;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.tbl-carrello .carrello-riga .carrello-blocco-totale .carrello-blocco-secondo{
		position: absolute;
		top: 0px;
		right: 5px;
	}
	.tbl-carrello .carrello-riga .carrello-blocco-totale .carrello-blocco-primo{
		position: absolute;
		top: 80px;
		right: 5px;
		padding-top: 25px;
		padding-right: 5px;
	}
	
	
	
	
}


.tbl-carrello input{
	width: 71px;
	height: 36px;
	margin-right: 10px;
}

.tbl-carrello .carrello-btn{
	position: relative;
	background-color: #e1e1e1;
	display: inline-block;
	text-align: center;
	color: #fff;
}

.tbl-carrello .carrello-modifica{
	font-size: 18px;	
	line-height: 34px;
	width: 36px;
	height: 36px;
	top: 1px;
}

.tbl-carrello .carrello-elimina{
	font-size: 18px;	
	line-height: 14px;
	cursor: pointer;
	width: 18px;
	height: 18px;
}

.tbl-carrello .carrello-elimina:hover{
	background-color: #c7a535;
}


.blocco-border-grey,
.blocco-border-grey-nomodinput{
	border: 1px solid #adadad;
	padding: 38px 45px;
}

.carrello-totale{
	float:right;
	font-size: 18px;
	color: #c7a535;
	border: 1px solid #ebebeb;
	padding: 6px 45px;
	margin: 10px 0px;
}

.carrello-continua{
	float:right;
	font-size: 18px;
	margin: 10px 6px 10px 0px;	
	padding: 0px;
}

.call-to-action{
}

.call-to-action a {
	display: inline-block;
	border: 1px solid #c7a535;
	background-color: #c7a535;
	color: #fff !important;
	text-transform: uppercase;
	padding: 6px 45px;
}

.call-to-action a:hover {
	background-color: #ffffff;
	color: #c7a535 !important;
}


/**/

form.form label{
	margin: 10px 0px 3px 0px;
	display: block;
}

form.form input{
	border: 1px solid #adadad;
	background: #ffffff !important;
}



.header-tendina{
	display: inline-block;
	position: relative;	
	width: 25px;
	height: 25px;
	/*text-align: center;*/
	text-align:left;
	overflow: visible;
}

.header-btn-tendina{
	display: inline-block;
	width: 25px;
	height: 25px;
}

.header-blocco-tendina{
	position: absolute;	
	top: 24px;
	
	padding: 20px;
	/*width: 190px;
        right: -10px;
        */
	background-color: #181818;
	display: none;
        width:280px;
        right: -90px;
}

.ristorante-ordina{
    float:left;
}
.header-blocco-tendina a.ristorante-ordina{
    display:block;
    width:114px;
    background-color:#C7A535;
    padding:3px;
    margin:3px;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size:13px;
text-align:center;
    
}

.catdesc{
	display: none;
	text-align: center;
}

.catdesc-cnt{
	min-height:90px;
	border: 1px solid transparent;
}



.cycle-slideshow { 
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-perspective: 1000;
    -moz-transform-style: preserve-3d;
    -o-perspective: 1000;
    -o-transform-style: preserve-3d;
    perspective: 1000;
    transform-style: preserve-3d;  
}


.button-scoprihome{
	text-transform: uppercase;
	margin-right: 10px;
	/*font-size: 1.80em !important;*/
}

.blocco-form{
	margin-bottom: 20px;
}

.selettore-lingua{
	color: #ffffff;
	font-size: 12px;
	margin-top: 6px;
	float: left;
}
.selettore-lingua a{
	color: #ffffff;
}
.selettore-lingua a:hover{
	color: #c0c0c0;
}

.selettore-social{
	color: #ffffff;
	font-size: 12px;
	margin-top: 6px;
	margin-left: 15px;
	float: left;
}
.selettore-social a{
	color: #ffffff;
}
.selettore-social a:hover{
	color: #c0c0c0;
}



.evento-blocco{
	margin-bottom: 20px;
	/*margin: 0px 5px 20px 5px;*/
	text-align: left;
	/*border: 1px solid #f1f1f1;*/
	box-shadow: 0px 0px 10px #f1f1f1;
}

.evento-immagine-cnt{
	background-color: #f3f3f3;
	position: relative;
}
.evento-immagine{
	width: 100%;
	display: block;
}
.evento-immagine-mask{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.evento-sopratitolo{
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 10px;
}
.evento-titolo{
	font-size: 17px;
	margin-bottom: 10px;
}
.evento-testo{
	font-size: 14px;
}



.blocco-border-grey > .form > .fb_iframe_widget{
	float: right;
	width: 70px !important;
}



.social-icon{
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 7px
}


a .social-icon-fb{
	background-image: url(../../assets/img/ico-facebook-off.png);
}
a:hover .social-icon-fb{
	background-image: url(../../assets/img/ico-facebook-on.png);
}

a .social-icon-tw{
	background-image: url(../../assets/img/ico-twitter-off.png);
}
a:hover .social-icon-tw{
	background-image: url(../../assets/img/ico-twitter-on.png);
}

a .social-icon-ig{
	background-image: url(../../assets/img/ico-instagram-off.png);
}
a:hover .social-icon-ig{
	background-image: url(../../assets/img/ico-instagram-on.png);
}


.apritasca{
	margin-top: 5px;
	display: none;
}

.tascamobile{	
}


.only-mobi{
	display: none;
}
.only-nomobi{
	display: block;
	
}
.only-mobi-s{
	display: none;
}
.only-nomobi-s{
	display: inline;
	
}

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

	.only-mobi{
		display: block;
	}
	.only-nomobi{
		display: none;
	}
	.only-mobi-s{
		display: inline;
	}
	.only-nomobi-s{
		display: none;
	}
        
	.apritasca{
		float: right;
		display: block;
	}
	
	.tascamobile{
		display: block;
		clear: both;
		width: 100%;
		
		overflow: hidden;
		height: 0px;
		background-color: #1D1D1D;
		text-align: center;
		
		padding: 0px 8px;
	}
	
	.staiordinandoda{
		float: none;
	}



	.logo a{
		width: 230px;
		height: /*41px*/32px;
		background-size: 230px /*41px*/32px;
	}
	
	
}





.ordinascopri-cnt{
	width: 90%;
        display: inline-table;
}

.ordinascopri-block{
	width: 49%;
	float: left;
}
.ordinascopri-block-center{
	width: 49%;
	margin-left: 25%;
	float: left;
}

h3.h3-menu{
	font-weight: bold;
	color: #333333;
	margin-top: -20px;
}

.blocco-border-grey input[type=text],
.blocco-border-grey textarea{
	width: 100%;
}

.radio-consegna{
	margin-right: 10px;
}

.input-dataconsegna{
	width: 100px;
}



#ui-datepicker-div{z-index: 9999 !important;}
.recuperapass{
	text-decoration: underline !important;
}

.evento-blocco h2{
	font-size:22px;
	margin:5px 0;
	}
	
@media only screen and (max-width: 480px) {
.logohome{ max-width:334px; height:auto; float:left; margin-left:18px; }
p.logo-home-testo{ color:#FFFFFF; line-height:15px; text-align:center; font-size:0.75em; float:right; margin-left:5px; }
.logo-home-img{ margin-top:14px; width:45px; height:auto; }
.logo-dimensione-testo{ font-size:16px; }
p.logo-home-testo-eng{ color:#FFFFFF; line-height:14px; text-align:center; font-size:0.60em; float:right; margin-left:5px; }

}

@media only screen and (max-width: 680px) {
#header .intro-block .intro-text h1{ font-size:3em; line-height:1em;}

}

@media only screen and (min-width: 681px) {
#header .intro-block .intro-text h1{ font-size:4em; line-height:1em;}

}

@media only screen and (min-width: 481px) {
.logohome{ max-width:434px; height:auto; float:left; margin-left:18px; }
p.logo-home-testo{ color:#FFFFFF; line-height:19px; text-align:center; font-size:0.92em; float:right; margin-left:5px; }
.logo-home-img{ float:left; margin-top:15px; /*margin-top:5px;*/ /*width:60px;*/ height:60px; }
.logo-dimensione-testo{ font-size:22px; }
p.logo-home-testo-eng{ color:#FFFFFF; line-height:18px; text-align:center; font-size:0.80em; float:right; margin-left:5px; }
}

@media only screen and (min-width: 1180px) {
.years{ width:84px; height:80px; position:relative; top:70px; right:-22px; z-index:998; }
}

@media only screen and (max-width: 1179px) {
.years{ width:84px; height:80px; position:absolute; top:130px; right:20px; z-index:998; }
}