/* © MaMaStudiOs GoldenRFrameWork - www.mamastudios.com */
/* INSTRUCTION */
/* 1 - go to scope/_skeleton_variable for set variable */
/* 2 - go to scope/_build for import libraries and plugin */
/* 3 - go in skeleton and write your amazing code */
/***************************
* BUILD
***************************/
/****************************/
/* define variable template */
/****************************/
/* distance between object */
/* main font-size */
/* max width outer */
/****************************/
/* responsive screen resolution */
/****************************/
/****************************/
/* define font family */
/****************************/
/*
@family:'Glyphicons Halflings',@var:"\e236"
@family:'FontAwesome',@var:"\f039"
@family:'foundation-icons',@var:"\f103"
@family:'Ionicons',@var:"\f20d"
*/
/****************************/
/* define lib color */
/****************************/
/****************************/
/* define theme color */
/****************************/
/****************************/
/* define border */
/****************************/
/****************************/
/* define selector color */
/****************************/
/****************************/
/* define bg color */
/****************************/
/****************************/
/* define button */
/****************************/
/****************************/
/* custom for this project */
/****************************/
/* import theme define */
/***************************
* REQUIRED LIBRARIES
*************************/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses 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.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects 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;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects 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. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves 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 */
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
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],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes 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 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}
/*
 * Removes 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;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves 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;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/***************************
* IMPORT MIXIN
*************************/
@media (max-width: 600px) {
  .rbwim {
    width: 100%!important;
    float: none!important;
    margin-right: 0!important;
  }
}
/* shortcut */
/**
 * SPRITE ISTRUCTION
 * 1) pitch in the terminal the less folder
 * 2) digit in terminal: glue skeleton/images --img=../images/  --less=.
 *
 * for display retina http://glue.readthedocs.org/en/latest/ratios.html
!! quando usi retina devi richiamare le risorse 2x

es. 
.icon-file {   
    .sprite-images-file2x(); 
}

 glue skeleton/images --img=../images/  --less=. --retina 
 */
/* define border radius */
/* define input */
.have-large-input input[type="text"] {
  height: 45px !important;
  line-height: 45px !important;
  padding-top: 8px!important;
}
@-moz-document url-prefix() {
  .have-large-input input[type="text"] {
    padding-top: 5px!important;
  }
}
.have-large-input textarea {
  padding-top: 18.54140915px !important;
}
.have-large-input .btn-large {
  width: 120px!important;
}
/* placeholder */
/* define button */
/* responsive menu */
/* define button */
/* define rotation */
/* define scale */
/* define shadow */
/* text-shaodow */
/* define transition */
/* define transition delay */
/* transformXY */
/* http://www.html.it/pag/19469/trasformazioni-css3/ */
/* no-select */
/* define opacity */
/* triangle */
/* main generic define */
/* define font */
/* responsive */
/* doc: http://www.iambacon.co.uk/blog/life-is-now-easier-create-media-query-mixins-with-rulesets-less-css */
/* font awesome icon */
/* http://fortawesome.github.io/Font-Awesome/icons/ */
/* for http://fortawesome.github.io/Font-Awesome/icons/ */
/* font glyphicons icon */
/* for icon code: http://glyphicons.bootstrapcheatsheets.com/ */
/* column-count */
/* clearfix */
/***************************
* PROJECT LIBRARIES
*************************/
/*
* animation 
*/
/* 
https://github.com/protonet/jquery.inview
LIB JS js/jquery.inview.js
ACTION JS js/main.js
STATE JS CAN YOU CONTROL IN CSS
.js-simple-animation
.js-show-from-top
.js-show-from-bottom
.js-show-from-left
.js-show-from-tight
.js-atomic-animation
ACTIVATE STATE
.on
*/
@media (min-width: 1025px) {
  .animation {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .animation.on {
    opacity: 1;
    filter: alpha(opacity=1);
  }
  .animation.time-delay1 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
  }
  .animation.time-delay2 {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
  }
  .animation.time-delay3 {
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
  }
  /* custom */
  /* es. .div.animation.js-show-from-top {border:1px solid red;} .div.animation.js-show-from-top.on {border:1px solid green;} */
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .animation {
    opacity: 1 !important;
    filter: alpha(opacity=1) !important;
    -moz-transition: all 0 ease-in-out !important;
    -webkit-transition: all 0 ease-in-out !important;
    -o-transition: all 0 ease-in-out !important;
    transition: all 0 ease-in-out !important;
    backface-visibility: hidden !important;
    webkit-backface-visibility: hidden !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transition-delay: 0 !important;
    -webkit-transition-delay: 0 !important;
  }
}
/*
* wordpress 
*/
.gallery.default {
  display: none;
}
img.alignnone,
.wp-caption.alignnone {
  float: none;
  margin-bottom: 30px;
  clear: both;
}
img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 9px;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 9px;
}
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.wp-caption {
  font-style: italic;
}
img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter {
  height: auto!important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  img.alignnone,
  img.alignleft,
  img.alignright,
  img.aligncenter {
    max-width: 400px!important;
    height: auto!important;
  }
}
@media only screen and (max-width: 980px) {
  img.alignnone,
  img.alignleft,
  img.alignright,
  img.aligncenter {
    max-width: 400px!important;
    height: auto!important;
  }
}
@media only screen and (max-width: 768px) {
  img.alignnone,
  img.alignleft,
  img.alignright,
  img.aligncenter {
    height: auto!important;
    float: none!important;
    display: block;
    max-width: 100%!important;
    margin-right: auto!important;
    margin-left: auto!important;
    margin-bottom: 18.54140915px !important;
  }
}
.wp-caption {
  width: 100%!important;
  max-width: 800px!important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .wp-caption {
    max-width: 400px!important;
  }
}
@media only screen and (max-width: 980px) {
  .wp-caption {
    max-width: 400px!important;
  }
}
@media only screen and (max-width: 768px) {
  .wp-caption {
    max-width: 100%!important;
    display: block;
    float: none!important;
    margin-right: auto!important;
    margin-left: auto!important;
    margin-bottom: 18.54140915px !important;
  }
}
.wp-caption img {
  max-width: 100%!important;
  height: auto!important;
}
/*
* typography 
*/
/* golden ratio typography 
rhythm based on Chris Pearson formulas http://www.pearsonified.com/2011/12/golden-ratio-typography.php
*/
html {
  font-size: 16px;
}
/**
LESS CSS mixins for a golden ratio typography rhythm based on Chris Pearson formulas http://www.pearsonified.com/2011/12/golden-ratio-typography.php	
**/
/** required: value in pixel with no units ***/
/**
http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
**/
.title {
  font-size: 2.63157895rem;
  line-height: 3.50247997;
}
.headline {
  font-size: 1.63157895rem;
  line-height: 2.29026327;
}
.sub-headline {
  font-size: 1.26315789rem;
  line-height: 1.87290781;
}
p,
ul,
ol,
label,
dd,
dt,
.content-text {
  font-size: 1rem;
  line-height: 1.60017331;
}
.secondary-text {
  font-size: 0.78947368rem;
  line-height: 1.41345263;
}
/* H */
h1,
h2,
h3,
h4 {
  line-height: 1em;
  padding: 0;
  margin: 0;
  color: #222;
}
/* a */
a {
  color: #666;
  text-decoration: underline;
  outline: none!important;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.highlight {
  color: #666;
}
/* content-align */
.content-align-center,
.content-align-center p {
  text-align: center!important;
}
.content-align-left,
.content-align-left p {
  text-align: left!important;
}
.content-align-right,
.content-align-right p {
  text-align: right!important;
}
/* text-align */
.text-align-center {
  text-align: center!important;
}
.text-align-left {
  text-align: left!important;
}
.text-align-right {
  text-align: right!important;
}
.text-align-justify {
  text-align: justify!important;
}
.btn-link {
  background: #222222;
  width: auto;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 18.54140915px;
  height: 35px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 18px;
  line-height: 1em;
  padding-top: 2px;
  text-decoration: none;
  border: 1px solid #000000;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-family: 'Old Standard TT', sans-serif;
  text-transform: uppercase;
}
.btn-link.btn-link {
  line-height: 24px;
}
@-moz-document url-prefix() {
  .btn-link {
    line-height: 35px;
    padding-top: 0;
  }
}
.btn-link.btn-link {
  padding-top: 4px;
}
.btn-link.btn-large {
  height: 45px;
  line-height: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
@-moz-document url-prefix() {
  .btn-link.btn-large {
    line-height: 45px -9px;
  }
}
.btn-link.empty {
  background: transparent;
  border: 2px solid #222222;
  color: #222222;
}
.btn-link.empty:hover {
  box-shadow: 0 0 8px #fff;
  -moz-box-shadow: 0 0 8px #fff;
  -webkit-box-shadow: 0 0 8px #fff;
}
.btn-link.ct1 {
  background: #000;
  border: 1px solid #000000;
}
.btn-link.ct1:hover {
  box-shadow: 0 0 8px #000;
  -moz-box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
}
.btn-link.ct2 {
  background: #222222;
  border: 1px solid #000000;
}
.btn-link.ct2:hover {
  box-shadow: 0 0 8px #222222;
  -moz-box-shadow: 0 0 8px #222222;
  -webkit-box-shadow: 0 0 8px #222222;
}
.btn-link.ct3 {
  background: #666;
  border: 1px solid #333333;
}
.btn-link.ct3:hover {
  box-shadow: 0 0 8px #666;
  -moz-box-shadow: 0 0 8px #666;
  -webkit-box-shadow: 0 0 8px #666;
}
.btn-link.reset {
  background: #999;
  border: 1px solid #666666;
}
.btn-link.reset:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  -webkit-box-shadow: 0 0 8px #999;
}
.btn-link:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #222222;
  -moz-box-shadow: 0 0 8px #222222;
  -webkit-box-shadow: 0 0 8px #222222;
}
/* font-weight */
.font-weight.light {
  font-weight: 100;
}
.font-weight.regular {
  font-weight: 400;
}
.font-weight.semibold {
  font-weight: 600;
}
.font-weight.bold {
  font-weight: 700;
}
/* font-family variant */
.font2 {
  font-family: 'Old Standard TT', sans-serif;
}
/* text tranform */
.t-uppercase {
  text-transform: uppercase;
}
/*
* block fluid width 
*/
/* START define & width for layout adapt */
/* margine tra gli elementi */
/* margine che si va a sottrare per schermi < max-width */
@media (min-width: 1400px) {
  .w-1-4,
  .width_1_4 {
    width: 23.5%;
    margin-right: 2%;
  }
}
@media (max-width: 1400px) {
  .w-1-4,
  .width_1_4 {
    width: 23.875%;
    margin-right: 1.5%;
  }
}
.w-1-4.no-gutter,
.width_1_4.no-gutter {
  width: 25%;
  margin-right: 0%;
}
@media (max-width: 1400px) {
  .w-2-4,
  .width_2_4 {
    width: 49.25%;
    margin-right: 1.5%;
  }
}
@media (min-width: 1400px) {
  .w-2-4,
  .width_2_4 {
    width: 49%;
    margin-right: 2%;
  }
}
.w-2-4.no-gutter,
.width_2_4.no-gutter {
  width: 50%;
  margin-right: 0%;
}
@media (max-width: 1400px) {
  .w-3-4,
  .width_3_4 {
    width: 74.625%;
    margin-right: 1.5%;
  }
}
@media (min-width: 1400px) {
  .w-3-4,
  .width_3_4 {
    width: 74.5%;
    margin-right: 2%;
  }
}
.w-3-4.no-gutter,
.width_3_4.no-gutter {
  width: 75%;
  margin-right: 0%;
}
@media (max-width: 1400px) {
  .w-1-3,
  .width_1_3 {
    width: 32.33333333%;
    margin-right: 1.5%;
  }
}
@media (min-width: 1400px) {
  .w-1-3,
  .width_1_3 {
    width: 32%;
    margin-right: 2%;
  }
}
.w-1-3.no-gutter,
.width_1_3.no-gutter {
  width: 33.33333333%;
  margin-right: 0%;
}
@media (max-width: 1400px) {
  .w-2-3,
  .width_2_3 {
    width: 66.16666667%;
    margin-right: 1.5%;
  }
}
@media (min-width: 1400px) {
  .w-2-3,
  .width_2_3 {
    width: 66%;
    margin-right: 2%;
  }
}
.w-2-3.no-gutter,
.width_2_3.no-gutter {
  width: 66.66666667%;
  margin-right: 0%;
}
.w-4-4,
.width_4_4,
.width_full {
  width: 100%;
  margin-right: 0;
}
.bw-f,
.block-width {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 670px) {
  .bw-f,
  .block-width {
    width: 100%!important;
    float: none!important;
    margin-right: 0!important;
  }
}
.bw-f:last-child,
.block-width:last-child,
.bw-f.last,
.block-width.last {
  margin-right: 0;
}
/* responsive width */
@media only screen and (max-width: 980px) {
  .w-all-wm-xxl {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media only screen and (max-width: 414px) {
  .w-all-wm-xs {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media only screen and (max-width: 980px) {
  .w-m-wm-xxl {
    width: 49%;
    margin-right: 2%;
  }
  .w-m-wm-xxl:nth-child(2) {
    margin-right: 0;
  }
}
/* aspect ratio */
/* server per applicare ai div che non hanno ne min-height ne height, un'altezza fluida che si regola in % */
.aspect-ratio-height {
  padding-bottom: 25%;
}
/* define width */
/***************************
* ICON SET
*************************/
/*
!!! see all icon at http://glyphsearch.com/
*/
/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: "Ionicons";
  src: url("../../font/ionicons/ionicons.eot?v=2.0.0");
  src: url("../../font/ionicons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../../font/ionicons/ionicons.ttf?v=2.0.0") format("truetype"), url("../../font/ionicons/ionicons.woff?v=2.0.0") format("woff"), url("../../font/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}
/***************************
* OTHER FRAMEWORK 
***************************/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/***************************
* PLUGIN 
***************************/
/* slick */
#outer {
  /* dots */
  /* Arrows */
}
#outer .slider {
  margin-left: 0;
  margin-right: 0;
  height: auto;
  margin-bottom: 0;
}
#outer .slider .container {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  #outer .slider .slide {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#outer .slick-dots {
  z-index: 3;
  height: 12px;
}
@media only screen and (max-width: 480px) {
  #outer .slick-dots {
    overflow: hidden;
  }
}
#outer .slick-dots li.slick-active button {
  background: #666;
  box-shadow: none;
}
#outer .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #000;
  font-size: 0;
}
@media only screen and (max-width: 480px) {
  #outer .slick-dots li button {
    margin-top: -10px !important;
  }
}
#outer .slick-dots li button:hover {
  background: #666;
}
#outer .slick-dots li button:before {
  display: none;
}
@media (min-width: 480px) {
  #outer .slick-prev,
  #outer .slick-next {
    top: 0;
    margin-top: -40px;
  }
  #outer .slick-prev {
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: 40px;
  }
  #outer .slick-next {
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
#outer .slick-prev,
#outer .slick-next {
  font-size: 0;
  padding: 0;
  line-height: 1em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  background: #666;
  border: 0;
}
#outer .slick-prev:hover,
#outer .slick-next:hover {
  background: #222222;
  box-shadow: none;
}
#outer .slick-prev:hover:before,
#outer .slick-next:hover:before {
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  #outer .slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 414px) {
  #outer .slick-prev {
    display: none!important;
  }
}
@media only screen and (max-width: 1400px) {
  #outer .slick-next {
    right: 0;
  }
}
#outer .slick-prev:before {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=1);
  /*.icon-font-awesome();
		content: @fa-var-angle-left;*/
  display: block;
  font-size: 45px;
  margin-left: -5px;
  margin-top: -6px;
}
#outer .slick-next:before {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=1);
  /*.icon-font-awesome();
		content: @fa-var-angle-right;*/
  display: block;
  font-size: 45px;
  margin-right: -5px;
  margin-top: -6px;
}
/* custom color */
.bg-ct2 {
  /* dots */
}
.bg-ct2 .slick-prev,
.bg-ct2 .slick-next {
  background: #fff !important;
}
.bg-ct2 .slick-prev:hover,
.bg-ct2 .slick-next:hover {
  background: #666 !important;
}
.bg-ct2 .slick-prev:hover:before,
.bg-ct2 .slick-next:hover:before {
  color: #fff !important;
}
.bg-ct2 .slick-prev:before,
.bg-ct2 .slick-next:before {
  color: #222222 !important;
}
.bg-ct2.empty .slick-prev,
.bg-ct2.empty .slick-next {
  background: none!important;
  border: 1px solid #fff!important;
}
.bg-ct2.empty .slick-prev:hover,
.bg-ct2.empty .slick-next:hover {
  background: #fff !important;
}
.bg-ct2.empty .slick-prev:hover:before,
.bg-ct2.empty .slick-next:hover:before {
  color: #222222 !important;
}
.bg-ct2.empty .slick-prev:before,
.bg-ct2.empty .slick-next:before {
  color: #fff !important;
}
.bg-ct2 .slick-dots li.slick-active button {
  background: #222222 !important;
}
.bg-ct2 .slick-dots li button {
  background: #fff !important;
}
.bg-ct2 .slick-dots li button:hover {
  background: #222222 !important;
}
.bg-ct2 .slick-dots li button:before {
  display: none;
}
.bg-ct3 {
  /* dots */
}
.bg-ct3 .slick-prev,
.bg-ct3 .slick-next {
  background: #fff !important;
}
.bg-ct3 .slick-prev:hover,
.bg-ct3 .slick-next:hover {
  background: #222222 !important;
}
.bg-ct3 .slick-prev:hover:before,
.bg-ct3 .slick-next:hover:before {
  color: #fff !important;
}
.bg-ct3 .slick-prev:before,
.bg-ct3 .slick-next:before {
  color: #666 !important;
}
.bg-ct3.empty .slick-prev,
.bg-ct3.empty .slick-next {
  background: none!important;
  border: 1px solid #fff!important;
}
.bg-ct3.empty .slick-prev:hover,
.bg-ct3.empty .slick-next:hover {
  background: #fff !important;
}
.bg-ct3.empty .slick-prev:hover:before,
.bg-ct3.empty .slick-next:hover:before {
  color: #666 !important;
}
.bg-ct3.empty .slick-prev:before,
.bg-ct3.empty .slick-next:before {
  color: #fff !important;
}
.bg-ct3 .slick-dots li.slick-active button {
  background: #666 !important;
}
.bg-ct3 .slick-dots li button {
  background: #fff !important;
}
.bg-ct3 .slick-dots li button:hover {
  background: #666 !important;
}
.bg-ct3 .slick-dots li button:before {
  display: none;
}
.main-have-masonry-with-bg {
  background: #222222;
}
.module-masonry {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #000;
  padding-top: 2px;
  padding-left: 1%;
}
@media only screen and (max-width: 480px) {
  .module-masonry {
    padding-left: 18.54140915px;
    padding-right: 18.54140915px;
  }
}
@media only screen and (max-width: 768px) {
  .module-masonry {
    padding-left: 2%;
  }
}
@media only screen and (max-width: 480px) {
  .module-masonry {
    padding-left: 18.54140915px;
    padding-right: 18.54140915px;
  }
}
.module-masonry .block-item-post-grid-masonry {
  background: #fff;
  width: 31.33333333%;
  margin-right: 1%;
  padding: 1.5%;
}
@media only screen and (min-width: 1800px) {
  .module-masonry .block-item-post-grid-masonry {
    width: 23%;
  }
}
@media only screen and (max-width: 768px) {
  .module-masonry .block-item-post-grid-masonry p {
    text-align: left!important;
  }
}
.module-masonry .block-item-post-grid-masonry:nth-child(3n+0) {
  margin-right: 0!important;
}
@media only screen and (max-width: 768px) {
  .module-masonry .block-item-post-grid-masonry {
    width: 46.5%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 670px) {
  .module-masonry .block-item-post-grid-masonry {
    width: 96%!important;
    padding: 18.54140915px 18.54140915px !important;
  }
}
@media only screen and (max-width: 670px) {
  .module-masonry .block-item-post-grid-masonry figure {
    width: 100%;
    max-width: 400px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    display: block!important;
  }
}
@media only screen and (max-width: 480px) {
  .module-masonry .block-item-post-grid-masonry {
    width: 95%!important;
    margin-right: 0!important;
    margin-left: 0!important;
  }
}
@media only screen and (max-width: 414px) {
  .module-masonry .block-item-post-grid-masonry {
    width: 90%!important;
  }
}
.module-masonry .block-item-post-grid-masonry .block-title {
  font-size: 1.63157895rem;
  line-height: 2.29026327;
  line-height: 1.1em;
}
body.okayNav-loaded {
  overflow-x: hidden;
}
.block-page-inner-nav {
  z-index: 4;
  /* btn-sytle */
  /* btn-toggle-menu */
  *zoom: 1;
  /* okaynav */
  /* Link styling for the off-screen part of the nav */
  /* Kebab icon */
}
.block-page-inner-nav:before,
.block-page-inner-nav:after {
  content: " ";
  display: table;
}
.block-page-inner-nav:after {
  clear: both;
}
.block-page-inner-nav ul {
  margin: 0;
  padding: 0;
}
.block-page-inner-nav ul li {
  display: inline-block;
  *display: inline;
}
.block-page-inner-nav ul li.term_1 {
  display: none!important;
}
.block-page-inner-nav ul li.current_page_item a {
  background: #222222;
  color: #fff;
  border: 2px solid #222222;
}
.block-page-inner-nav ul li a {
  background: #222222;
  width: auto;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 18.54140915px;
  height: 35px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 18px;
  padding-top: 2px;
  text-decoration: none;
  border: 1px solid #000000;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-family: 'Old Standard TT', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  background: #fff;
  color: #666;
  border: 2px solid #222222;
  margin-right: 18.54140915px;
  padding-top: 9.27070457px;
}
.block-page-inner-nav ul li a.btn-link {
  line-height: 24px;
}
@-moz-document url-prefix() {
  .block-page-inner-nav ul li a {
    line-height: 35px;
    padding-top: 0;
  }
}
.block-page-inner-nav ul li a.btn-link {
  padding-top: 4px;
}
.block-page-inner-nav ul li a.btn-large {
  height: 45px;
  line-height: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
@-moz-document url-prefix() {
  .block-page-inner-nav ul li a.btn-large {
    line-height: 45px -9px;
  }
}
.block-page-inner-nav ul li a.empty {
  background: transparent;
  border: 2px solid #222222;
  color: #222222;
}
.block-page-inner-nav ul li a.empty:hover {
  box-shadow: 0 0 8px #fff;
  -moz-box-shadow: 0 0 8px #fff;
  -webkit-box-shadow: 0 0 8px #fff;
}
.block-page-inner-nav ul li a.ct1 {
  background: #000;
  border: 1px solid #000000;
}
.block-page-inner-nav ul li a.ct1:hover {
  box-shadow: 0 0 8px #000;
  -moz-box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
}
.block-page-inner-nav ul li a.ct2 {
  background: #222222;
  border: 1px solid #000000;
}
.block-page-inner-nav ul li a.ct2:hover {
  box-shadow: 0 0 8px #222222;
  -moz-box-shadow: 0 0 8px #222222;
  -webkit-box-shadow: 0 0 8px #222222;
}
.block-page-inner-nav ul li a.ct3 {
  background: #666;
  border: 1px solid #333333;
}
.block-page-inner-nav ul li a.ct3:hover {
  box-shadow: 0 0 8px #666;
  -moz-box-shadow: 0 0 8px #666;
  -webkit-box-shadow: 0 0 8px #666;
}
.block-page-inner-nav ul li a.reset {
  background: #999;
  border: 1px solid #666666;
}
.block-page-inner-nav ul li a.reset:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  -webkit-box-shadow: 0 0 8px #999;
}
.block-page-inner-nav ul li a:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #222222;
  -moz-box-shadow: 0 0 8px #222222;
  -webkit-box-shadow: 0 0 8px #222222;
}
@-moz-document url-prefix() {
  .block-page-inner-nav ul li a {
    line-height: 1em;
    padding-top: 6.18046972px;
  }
}
.block-page-inner-nav ul li a:hover {
  box-shadow: none;
  background: #222222;
  color: #fff;
  border: 2px solid #222222;
}
.block-page-inner-nav ul li a.active {
  background: #222222;
  color: #fff;
  border: 2px solid #222222;
}
.block-page-inner-nav.okayNav {
  position: relative;
}
.block-page-inner-nav.okayNav:not(.loaded) {
  visibility: hidden;
  user-select: none;
}
.block-page-inner-nav.okayNav ul {
  /* We want two navigations - one hidden and one visible */
  float: left;
}
.block-page-inner-nav .okayNav__nav--visible {
  overflow: hidden;
  padding-top: 0;
  margin-top: -5px;
}
@media only screen and (max-width: 980px) {
  .block-page-inner-nav .okayNav__nav--visible {
    margin-top: 0px;
  }
}
.block-page-inner-nav .okayNav__nav--visible li {
  float: left;
  top: 0;
}
.block-page-inner-nav .okayNav__nav--invisible {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #666;
  position: absolute;
  top: 100%;
  margin-top: 18.54140915px;
  padding-left: 18.54140915px !important;
  padding-right: 18.54140915px !important;
  width: 100%;
  max-width: 480px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.block-page-inner-nav .okayNav__nav--invisible li {
  display: block!important;
  margin-bottom: 0!important;
  padding-bottom: 9.27070457px !important;
  border-bottom: 1px solid #595959 !important;
}
.block-page-inner-nav .okayNav__nav--invisible li:last-child {
  border-bottom: 0!important;
}
.block-page-inner-nav .okayNav__nav--invisible li a {
  display: block!important;
  float: none!important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  text-align: center!important;
  background: none!important;
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 18.54140915px !important;
  line-height: 1em!important;
  color: #fff!important;
  border: 0!important;
}
.block-page-inner-nav .okayNav__nav--invisible.nav-left {
  left: -30px;
  transform: translateX(-300%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-page-inner-nav .okayNav__nav--invisible.nav-left.nav-open {
  left: 0;
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=1);
}
.block-page-inner-nav .okayNav__nav--invisible.nav-right {
  right: -30px;
  transform: translateX(300%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-page-inner-nav .okayNav__nav--invisible.nav-right.nav-open {
  right: 0;
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=1);
}
.block-page-inner-nav .okayNav__nav--invisible.transition-enabled {
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}
.block-page-inner-nav .okayNav__menu-toggle {
  position: relative;
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: left;
  z-index: 1;
  background: #222222;
  top: 0;
  border: 2px solid #222222;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media only screen and (max-width: 980px) {
  .block-page-inner-nav .okayNav__menu-toggle {
    margin-top: 0px;
  }
}
.block-page-inner-nav .okayNav__menu-toggle.okay-invisible {
  position: absolute;
  opacity: 0;
  user-select: none;
  pointer-events: none;
}
.block-page-inner-nav .okayNav__menu-toggle span {
  display: block;
  position: absolute;
  margin: auto;
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
}
.block-page-inner-nav .okayNav__menu-toggle span:nth-child(1) {
  top: 5px;
}
.block-page-inner-nav .okayNav__menu-toggle span:nth-child(2) {
  top: 50%;
  margin-top: -2.5px;
}
.block-page-inner-nav .okayNav__menu-toggle span:nth-child(3) {
  bottom: 5px;
}
.block-page-inner-nav .okayNav__menu-toggle.icon--active {
  /* Kebab icon when off-screen nav is open */
  transform: rotate(90deg);
}
/* block-page-tool */
.block-page-tool {
  height: 35px;
  position: relative;
}
@media only screen and (max-width: 670px) {
  .block-page-tool {
    margin-bottom: 18.54140915px;
  }
}
@media only screen and (max-width: 480px) {
  .block-page-tool {
    float: none;
    margin-bottom: 18.54140915px;
  }
  .block-page-tool ul li {
    margin-left: 0!important;
    margin-right: 18.54140915px;
  }
}
.block-page-tool.pull-right .block-doc-list:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin-right: 18.54140915px;
  margin-top: -12.36093943px;
  border-left: 12.36093943px solid transparent;
  border-right: 12.36093943px solid transparent;
  border-bottom: 12.36093943px solid #222222;
  width: auto;
}
@media only screen and (max-width: 414px) {
  .block-page-tool.pull-right .block-doc-list:before {
    left: 0;
    right: auto;
    margin-left: 18.54140915px;
  }
}
@media only screen and (max-width: 414px) {
  .block-page-tool.pull-right .block-doc-list {
    left: 0;
    right: auto;
    margin-right: 0;
    margin-left: -30px;
  }
}
.block-page-tool.pull-right .block-doc-list li a {
  text-align: right;
}
@media only screen and (max-width: 414px) {
  .block-page-tool.pull-right .block-doc-list li a {
    text-align: left;
  }
}
.block-page-tool ul {
  margin: 0;
  padding: 0;
}
.block-page-tool ul li {
  display: inline;
  margin-left: 18.54140915px;
  float: left;
  position: relative;
}
.block-page-tool ul li a {
  background: #222222;
  width: auto;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 18.54140915px;
  height: 35px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 18px;
  line-height: 1em;
  padding-top: 2px;
  text-decoration: none;
  border: 1px solid #000000;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-family: 'Old Standard TT', sans-serif;
  text-transform: uppercase;
  line-height: 31px;
  position: relative;
  background: none;
  border: 1px solid #666;
  color: #666;
}
.block-page-tool ul li a.btn-link {
  line-height: 24px;
}
@-moz-document url-prefix() {
  .block-page-tool ul li a {
    line-height: 35px;
    padding-top: 0;
  }
}
.block-page-tool ul li a.btn-link {
  padding-top: 4px;
}
.block-page-tool ul li a.btn-large {
  height: 45px;
  line-height: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
@-moz-document url-prefix() {
  .block-page-tool ul li a.btn-large {
    line-height: 45px -9px;
  }
}
.block-page-tool ul li a.empty {
  background: transparent;
  border: 2px solid #222222;
  color: #222222;
}
.block-page-tool ul li a.empty:hover {
  box-shadow: 0 0 8px #fff;
  -moz-box-shadow: 0 0 8px #fff;
  -webkit-box-shadow: 0 0 8px #fff;
}
.block-page-tool ul li a.ct1 {
  background: #000;
  border: 1px solid #000000;
}
.block-page-tool ul li a.ct1:hover {
  box-shadow: 0 0 8px #000;
  -moz-box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
}
.block-page-tool ul li a.ct2 {
  background: #222222;
  border: 1px solid #000000;
}
.block-page-tool ul li a.ct2:hover {
  box-shadow: 0 0 8px #222222;
  -moz-box-shadow: 0 0 8px #222222;
  -webkit-box-shadow: 0 0 8px #222222;
}
.block-page-tool ul li a.ct3 {
  background: #666;
  border: 1px solid #333333;
}
.block-page-tool ul li a.ct3:hover {
  box-shadow: 0 0 8px #666;
  -moz-box-shadow: 0 0 8px #666;
  -webkit-box-shadow: 0 0 8px #666;
}
.block-page-tool ul li a.reset {
  background: #999;
  border: 1px solid #666666;
}
.block-page-tool ul li a.reset:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  -webkit-box-shadow: 0 0 8px #999;
}
.block-page-tool ul li a:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #222222;
  -moz-box-shadow: 0 0 8px #222222;
  -webkit-box-shadow: 0 0 8px #222222;
}
.block-page-tool ul li a:hover {
  box-shadow: 0 0 8px #666 !important;
  -moz-box-shadow: 0 0 8px #666 !important;
  -webkit-box-shadow: 0 0 8px #666 !important;
}
@media only screen and (max-width: 980px) {
  .block-page-tool ul li a .link-name {
    display: none;
  }
}
@-moz-document url-prefix() {
  .block-page-tool ul li a {
    line-height: 33px;
  }
}
.block-page-tool .block-doc-list {
  position: absolute;
  width: 250px;
  right: 0;
  background: #222222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  top: 49px;
  z-index: 6;
}
.block-page-tool .block-doc-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 18.54140915px;
  margin-top: -12.36093943px;
  border-left: 12.36093943px solid transparent;
  border-right: 12.36093943px solid transparent;
  border-bottom: 12.36093943px solid #666;
  width: auto;
}
.block-page-tool .block-doc-list li {
  display: block;
  float: none;
  margin: 0;
}
.block-page-tool .block-doc-list li a {
  border: 0;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  display: block;
  width: 100%;
  color: #fff!important;
  box-shadow: none!important;
  padding: 9.27070457px 18.54140915px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.block-page-tool .block-doc-list li a:hover {
  box-shadow: none!important;
  text-decoration: underline;
  background: none!important;
}
/* block-languages */
#block-languages {
  z-index: 6;
  position: relative;
}
#block-languages.have-flag ul li {
  display: inline-block;
  height: 23px;
}
@media only screen and (max-width: 768px) {
  #block-languages.have-flag ul li {
    display: block;
    height: 26px;
  }
}
#block-languages.have-flag ul li.active {
  border-bottom: 2px solid #222222;
}
@media only screen and (max-width: 768px) {
  #block-languages.have-flag ul li.active {
    border-bottom: 0;
  }
}
#block-languages.have-flag ul li.lang-it a {
  background: url(../images/flag/it.png) 0 0 no-repeat;
}
#block-languages.have-flag ul li.lang-en a {
  background: url(../images/flag/uk.png) 0 0 no-repeat;
}
#block-languages.have-flag ul li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 24px;
  height: 19px;
  text-indent: -9999px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#block-languages.have-flag ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
#block-languages ul {
  margin: 0;
  padding: 0;
}
#block-languages ul li {
  list-style: none;
  display: inline;
}
@media only screen and (max-width: 570px) {
  #block-languages ul li {
    display: block;
  }
}
#block-languages ul li:after {
  content: " / ";
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 570px) {
  #block-languages ul li:after {
    display: none;
  }
}
#block-languages ul li:last-child:after {
  display: none;
}
#block-languages ul li.active a {
  font-weight: 600;
}
#block-languages ul li a {
  font-size: 0.94736842rem;
  line-height: 1.54999682;
  text-decoration: none;
  color: #222;
  display: inline-block;
}
#block-languages ul li a:hover {
  text-decoration: underline;
}
/* module-instagram */
/* per html generato da feed veder wiki in tema wp */
.module-instagram {
  overflow: hidden;
  /*
    .responsive(@max-width, {
        width:@width-image * 4;
    });
    
    .responsive(1200px, {
        width:@width-image * 3;
        margin-left:@mdo;
    });
    
    .responsive(940px, {
        width:@width-image * 2;
        margin-left:@mdo;
    });
    
    .responsive(@wm-l, {
        width:@width-image * 4;
        margin-left:auto;
        margin-right: auto;
    });
    
    .responsive(@wm-s, {
        width:@width-image * 3;
        margin-left:auto;
        margin-right: auto;
    });
    
    .responsive(@wm-xs, {
      width:@width-image * 2;
      margin-left:auto;  
      margin-right: auto;    
    });*/
}
.module-instagram .link-to-read-more {
  clear: both;
  display: block;
  text-align: center;
  margin-top: 30px;
  text-decoration: none;
  font-style: italic;
}
.module-instagram .module-content {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 168px;
  height: 168px;
}
.module-instagram .instagram-picture {
  width: 168px;
  height: 168px;
  overflow: hidden;
  float: none;
  border-radius: 168px;
  -moz-border-radius: 168px;
  -webkit-border-radius: 168px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.module-instagram .instagram-picture img {
  border-radius: 168px;
  -moz-border-radius: 168px;
  -webkit-border-radius: 168px;
  border: 2px solid #fff;
}
/* block-newsletter */
.block-newsletter form {
  position: relative;
}
.block-newsletter p {
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 18.54140915px !important;
}
.block-newsletter small {
  font-size: 12px;
}
.block-newsletter small a {
  display: inline-block;
}
.block-newsletter input[type="text"] {
  border: 0;
  height: 35px!important;
  border-bottom: 1px solid #fff !important;
  background: transparent!important;
  width: 100%;
  color: #fff !important;
  line-height: 1em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 13px;
  padding-top: 5px!important;
  padding-left: 8px;
  padding-right: 70px;
}
.block-newsletter input[type="submit"] {
  height: 30px;
  line-height: 1em;
  background: #222222;
  border: 0;
  width: 60px;
  color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 2px;
  text-transform: uppercase;
  border: 1px solid #fff !important;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-newsletter input[type="submit"]:hover {
  background: #666;
  color: #666;
}
.block-newsletter ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.block-newsletter :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff;
}
.block-newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff;
}
.block-newsletter :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.block-newsletter.have-relative-btn input[type="submit"] {
  position: relative;
}
@media only screen and (min-width: 610px) {
  .block-section-inner-nav {
    clear: inherit!important;
  }
}
@media (max-width: 610px) {
  .block-section-inner-nav {
    margin-left: 18.54140915px;
    margin-right: 18.54140915px;
    border-bottom: 18.54140915px solid transparent;
  }
}
.block-section-inner-nav ul {
  margin: 0;
  padding: 0;
}
.block-section-inner-nav ul:after {
  content: "";
  clear: left;
  display: inline-block;
}
.block-section-inner-nav ul li {
  display: inline-block;
  *display: inline;
  margin-bottom: 9.27070457px;
}
.block-section-inner-nav ul li.current_page_item a {
  background: #000;
  color: #fff;
}
.block-section-inner-nav ul li a {
  background: #222222;
  width: auto;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 18.54140915px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 18px;
  line-height: 1em;
  padding-top: 2px;
  text-decoration: none;
  border: 1px solid #000000;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-family: 'Old Standard TT', sans-serif;
  text-transform: uppercase;
  height: 35px;
  line-height: 31px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  margin-right: 18.54140915px;
}
.block-section-inner-nav ul li a.btn-link {
  line-height: 24px;
}
@-moz-document url-prefix() {
  .block-section-inner-nav ul li a {
    line-height: 35px;
    padding-top: 0;
  }
}
.block-section-inner-nav ul li a.btn-link {
  padding-top: 4px;
}
.block-section-inner-nav ul li a.btn-large {
  height: 45px;
  line-height: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
@-moz-document url-prefix() {
  .block-section-inner-nav ul li a.btn-large {
    line-height: 45px -9px;
  }
}
.block-section-inner-nav ul li a.empty {
  background: transparent;
  border: 2px solid #222222;
  color: #222222;
}
.block-section-inner-nav ul li a.empty:hover {
  box-shadow: 0 0 8px #fff;
  -moz-box-shadow: 0 0 8px #fff;
  -webkit-box-shadow: 0 0 8px #fff;
}
.block-section-inner-nav ul li a.ct1 {
  background: #000;
  border: 1px solid #000000;
}
.block-section-inner-nav ul li a.ct1:hover {
  box-shadow: 0 0 8px #000;
  -moz-box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
}
.block-section-inner-nav ul li a.ct2 {
  background: #222222;
  border: 1px solid #000000;
}
.block-section-inner-nav ul li a.ct2:hover {
  box-shadow: 0 0 8px #222222;
  -moz-box-shadow: 0 0 8px #222222;
  -webkit-box-shadow: 0 0 8px #222222;
}
.block-section-inner-nav ul li a.ct3 {
  background: #666;
  border: 1px solid #333333;
}
.block-section-inner-nav ul li a.ct3:hover {
  box-shadow: 0 0 8px #666;
  -moz-box-shadow: 0 0 8px #666;
  -webkit-box-shadow: 0 0 8px #666;
}
.block-section-inner-nav ul li a.reset {
  background: #999;
  border: 1px solid #666666;
}
.block-section-inner-nav ul li a.reset:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  -webkit-box-shadow: 0 0 8px #999;
}
.block-section-inner-nav ul li a:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #222222;
  -moz-box-shadow: 0 0 8px #222222;
  -webkit-box-shadow: 0 0 8px #222222;
}
@-moz-document url-prefix() {
  .block-section-inner-nav ul li a {
    line-height: 32px;
  }
}
.block-section-inner-nav ul li a:hover {
  box-shadow: none;
  background: #000;
  color: #fff;
}
.block-section-inner-nav ul li a.active {
  background: #000;
  color: #fff;
}
@media (max-width: 610px) {
  .block-section-inner-nav ul {
    width: auto;
    border: 1px solid #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 9.27070457px;
    position: relative;
    padding-left: 18.54140915px;
    min-height: 40px;
    background: #fff;
  }
  .block-section-inner-nav ul:before {
    font-family: 'Ionicons';
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
    content: "\f20d";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 18.54140915px;
    color: #000;
    margin: 9.27070457px 0 0 -5px;
    line-height: 1em;
    font-size: 26px;
  }
  .block-section-inner-nav ul.touch {
    padding-top: 48.54px;
    padding-bottom: 0;
  }
  .block-section-inner-nav ul.touch li {
    display: block;
  }
  .block-section-inner-nav ul li {
    display: none;
    margin-bottom: 0;
  }
  .block-section-inner-nav ul li.active {
    color: #000;
    background: none!important;
  }
  .block-section-inner-nav ul li.active a {
    color: #000;
    background: none;
    text-decoration: underline;
  }
  .block-section-inner-nav ul li a {
    margin-bottom: 0;
    color: #222222 !important;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    text-align: left;
    height: inherit;
    background: none;
  }
  .block-section-inner-nav ul li a:hover,
  .block-section-inner-nav ul li a.active {
    box-shadow: none;
    background: none;
    color: #000 !important;
  }
}
/* content-galleria-io */
.content-galleria-io {
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
}
.content-galleria-io #galleria {
  height: 800px;
  margin-bottom: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 980px) {
  .content-galleria-io #galleria {
    height: 600px;
  }
}
@media only screen and (max-width: 670px) {
  .content-galleria-io #galleria {
    height: 400px;
  }
}
@media only screen and (max-width: 414px) {
  .content-galleria-io #galleria {
    height: 300px;
  }
}
.content-galleria-io #galleria .galleria-stage {
  background: #fff;
}
@media only screen and (max-width: 980px) {
  .content-galleria-io #galleria .galleria-stage {
    min-height: 600px;
  }
}
@media only screen and (max-width: 670px) {
  .content-galleria-io #galleria .galleria-stage {
    min-height: 400px;
  }
}
@media only screen and (max-width: 414px) {
  .content-galleria-io #galleria .galleria-stage {
    min-height: 300px;
  }
}
.content-galleria-io #galleria .galleria-thumbnails-container {
  width: 200px!important;
  background: #fff;
}
.content-galleria-io #galleria .galleria-bar {
  background: #fff;
  border: 0;
}
.content-galleria-io #galleria .galleria-image-nav-left,
.content-galleria-io #galleria .galleria-image-nav-right {
  filter: alpha(opacity=100);
  opacity: 1;
}
.content-galleria-io #galleria .galleria-info {
  overflow: inherit;
}
.content-galleria-io #galleria .galleria-fullscreen,
.content-galleria-io #galleria .galleria-thumblink {
  display: none;
}
.content-galleria-io #galleria .galleria-info-text {
  position: absolute;
  bottom: 0;
  background: rgba(102, 102, 102, 0.6);
  border-left: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 570px) {
  .content-galleria-io #galleria .galleria-info-text {
    width: 100%;
  }
}
.content-galleria-io #galleria .galleria-info-text .galleria-info-title {
  font-size: 1.63157895rem;
  line-height: 2.29026327;
  line-height: 1.2em;
  font-family: 'Old Standard TT', sans-serif;
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 18.54140915px;
  padding-bottom: 0!important;
  padding-left: 18.54140915px;
}
@media only screen and (max-width: 980px) {
  .content-galleria-io #galleria .galleria-info-text .galleria-info-title {
    font-size: 1.26315789rem;
    line-height: 1.87290781;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .content-galleria-io #galleria .galleria-info-text .galleria-info-title {
    font-size: 1.26315789rem;
    line-height: 1.87290781;
    line-height: 1.2em;
  }
}
.content-galleria-io #galleria .galleria-info-text .galleria-info-description {
  color: #fff;
  display: block;
  font-size: 0.94736842rem;
  line-height: 1.54999682;
  margin: 0;
  padding: 0;
  padding: 0 30px 18.54140915px 18.54140915px;
}
@media only screen and (max-width: 980px) {
  .content-galleria-io #galleria .galleria-info-text .galleria-info-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .content-galleria-io #galleria .galleria-info-text .galleria-info-description {
    font-size: 0.78947368rem;
    line-height: 1.41345263;
  }
}
.content-galleria-io #galleria .galleria-image-nav {
  top: 0;
  margin-top: 0;
  height: 100%;
}
.content-galleria-io #galleria .galleria-image-nav-left {
  background: none;
  margin-left: 0!important;
  left: 0!important;
  width: 20%;
  height: 100%;
  display: block;
  opacity: 1 !important;
  filter: alpha(opacity=1) !important;
  line-height: 1em;
  top: 0!important;
  position: absolute;
  margin-top: 0!important;
  background: transparent;
  padding-top: 14px;
}
.content-galleria-io #galleria .galleria-image-nav-left:hover:before {
  color: #222222;
  background: #fff;
}
.content-galleria-io #galleria .galleria-image-nav-left:before {
  color: #fff;
  font-family: 'Ionicons';
  content: "\f3d2";
  font-size: 40px;
  margin-left: 0;
  display: inline-block;
  background: #222222;
  padding: 5px;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
}
@media only screen and (max-width: 414px) {
  .content-galleria-io #galleria .galleria-image-nav-left:before {
    background: none!important;
    border: 0;
    margin-left: 0;
    margin-top: -50px;
  }
}
.content-galleria-io #galleria .galleria-image-nav-right {
  background: none;
  margin-right: 0!important;
  right: 0!important;
  width: 20%;
  height: 100%;
  display: block;
  opacity: 1 !important;
  filter: alpha(opacity=1) !important;
  line-height: 1em;
  top: 0;
  position: absolute;
  margin-top: 0!important;
  background: transparent;
  padding-top: 14px;
}
.content-galleria-io #galleria .galleria-image-nav-right:hover:before {
  color: #222222;
  background: #fff;
}
.content-galleria-io #galleria .galleria-image-nav-right:before {
  color: #fff;
  font-family: 'Ionicons';
  content: "\f3d3";
  font-size: 40px;
  margin-left: 7px;
  display: inline-block;
  background: #222222;
  padding: 5px;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
}
@media only screen and (max-width: 414px) {
  .content-galleria-io #galleria .galleria-image-nav-right:before {
    background: none!important;
    border: 0;
    margin-right: 0;
    margin-top: -50px;
  }
}
.content-galleria-io #galleria .notouch .galleria-image-nav-left:hover,
.content-galleria-io #galleria .notouch .galleria-image-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-galleria-io #galleria .touch .galleria-image-nav-left:active,
.content-galleria-io #galleria .touch .galleria-image-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-lightbox-box .galleria-lightbox-content {
  background: #000 url(../asset/loader-black.gif) center no-repeat;
}
/* gmap */
#map_wrapper,
#map_wrapper_2,
.acf-map {
  height: 650px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* iPads (portrait and landscape) ----------- */
}
@media only screen and (max-width: 980px) {
  #map_wrapper,
  #map_wrapper_2,
  .acf-map {
    height: 500px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 670px) {
  #map_wrapper,
  #map_wrapper_2,
  .acf-map {
    height: 400px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #map_wrapper,
  #map_wrapper_2,
  .acf-map {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 414px) {
  #map_wrapper,
  #map_wrapper_2,
  .acf-map {
    height: 300px;
  }
}
#map_wrapper img,
#map_wrapper_2 img,
.acf-map img {
  max-width: inherit!important;
}
#map_canvas,
#map_canvas_2 {
  width: 100%;
  height: 100%;
}
#main .block-map-content-uggy .block-title {
  font-size: 1.63157895rem;
  line-height: 2.29026327;
  line-height: 1em;
  margin: 0;
  padding: 0;
  padding-bottom: 18.54140915px;
  font-weight: normal;
}
#main .block-map-content-uggy img {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0;
  padding: 0;
}
#main .block-map-content-uggy .block-text {
  padding-top: 18.54140915px;
  display: block;
  width: 100%;
  clear: both;
}
#main .block-map-content-uggy .block-text .block-info {
  display: block;
  padding-bottom: 9.27070457px;
  line-height: 1em;
}
#main .block-map-content-uggy .block-text i {
  font-size: 18px;
  display: inline-block;
}
#main .block-map-content-uggy .block-text a {
  text-decoration: none;
  color: #222;
}
/* infinite-scroll-loading */
.nav-infinite-scroll {
  display: none!important;
}
#infscr-loading {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  width: 60px;
  margin-left: -30px;
  background: #fff;
  color: #fff;
  height: 60px;
  margin-top: -30px;
  display: block;
  padding-top: 5px;
  z-index: 99;
  border: 2px solid #666;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.nav-icon1,
.nav-icon2,
.nav-icon3,
.nav-icon4 {
  width: 45px;
  height: 33px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav-icon1.active span,
.nav-icon2.active span,
.nav-icon3.active span,
.nav-icon4.active span {
  background: #666;
}
.nav-icon1 span,
.nav-icon3 span,
.nav-icon4 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #222222;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* Icon 1 */
.nav-icon1 span:nth-child(1) {
  top: 0px;
}
.nav-icon1 span:nth-child(2) {
  top: 12px;
}
.nav-icon1 span:nth-child(3) {
  top: 24px;
}
.nav-icon1.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -45px;
}
.nav-icon1.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Icon 2 */
.nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #222222;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 6px 6px 0;
}
.nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 6px 0 0 6px;
}
.nav-icon2 span:nth-child(1),
.nav-icon2 span:nth-child(2) {
  top: 0px;
}
.nav-icon2 span:nth-child(3),
.nav-icon2 span:nth-child(4) {
  top: 12px;
}
.nav-icon2 span:nth-child(5),
.nav-icon2 span:nth-child(6) {
  top: 24px;
}
.nav-icon2.open span:nth-child(1),
.nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-icon2.open span:nth-child(2),
.nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-icon2.open span:nth-child(1) {
  left: 2px;
  top: 8px;
}
.nav-icon2.open span:nth-child(2) {
  left: calc(35%);
  top: 8px;
}
.nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.nav-icon2.open span:nth-child(5) {
  left: 2px;
  top: 20px;
}
.nav-icon2.open span:nth-child(6) {
  left: calc(35%);
  top: 20px;
}
/* Icon 3 */
.nav-icon3 span:nth-child(1) {
  top: 0px;
}
.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
  top: 12px;
}
.nav-icon3 span:nth-child(4) {
  top: 24px;
}
.nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
/* Icon 4 */
.nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.nav-icon4 span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.nav-icon4 span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 5px;
}
.nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 29px;
  left: 5px;
}
/* block-app-store-badge */
.block-app-store-badge {
  padding-top: 30px;
}
.block-app-store-badge ul {
  margin: 0;
  padding: 0;
}
.block-app-store-badge ul li {
  list-style: none;
  padding-bottom: 18.54140915px;
}
.block-app-store-badge ul li:last-child {
  padding-bottom: 0;
}
.block-app-store-badge ul li img {
  background: #000;
  max-width: 180px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-app-store-badge ul li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
}
/* import plugin and libraries */
/***************************
* SKELETON
***************************/
/* set global rule */
/* body and html */
body {
  background-color: #fff;
  font-family: 'Old Standard TT', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
}
@media only screen and (max-width: 980px) {
  body {
    padding: 0;
  }
}
body.category-1 .block-section-inner-nav,
body.category-9 .block-section-inner-nav {
  display: none;
}
body.category-news .block-page-inner-nav,
body.category-emporio .block-page-inner-nav,
body .term_27.current_page_item,
body.category-news-en .block-page-inner-nav {
  display: none!important;
}
body.single-post #header .module-main-navigation #menu ul li.menu-item-37 a {
  border-left: 2px solid #222;
}
@media only screen and (max-width: 980px) {
  body.single-post #header .module-main-navigation #menu ul li.menu-item-37 a {
    background: none!important;
    color: #222222 !important;
    border-left: 2px solid #222222;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}
body {

  margin-bottom: 60px;
  .responsive(@wm-xxl, { 
    margin-bottom: 0;  
  }); 
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
 
  height: 60px;
  .responsive(@wm-xxl, { 
    position: relative;
    height: inherit;
    min-height:120px;
    .clearfix();   
  });     
}*/
.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  /* desktop view */
  /* tablet view */
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .content {
    padding-left: 18.54140915px !important;
    padding-right: 18.54140915px !important;
  }
}
@media (min-width: 1400px) {
  .content {
    max-width: 1400px;
  }
}
@media (max-width: 979px) {
  .content {
    max-width: 980px;
  }
}
/* selection */
::selection {
  background: #ddd;
  /* Safari */
  color: #000;
}
::-moz-selection {
  background: #ddd;
  /* Firefox */
  color: #000;
}
/* various */
.g-clearboth,
.clearboth {
  clear: both;
}
.g-disabled,
.disabled {
  cursor: default;
  color: inherit;
  pointer-events: none;
}
.red,
.error {
  color: #E64135;
}
.g-hide,
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* simple transition effect */
.g-op-tr {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.g-op-tr:hover {
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
/* img */
img.placeholder {
  display: inline-block;
  background: #fff url(../../placeholder.jpg) no-repeat;
  background-position: center;
  background-size: 80px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 670px) {
  img.placeholder {
    height: 200px!important;
  }
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #222;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #222;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #222;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #222;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
img.pull-left {
  margin-right: 18.54140915px;
}
img.pull-right {
  margin-left: 18.54140915px;
}
.no-img-display img {
  display: none!important;
}
/* figure */
.g-figure,
.figure {
  background: #fff url(../images/simple-icon/ico-zoom.png) center no-repeat;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.g-figure:hover,
.figure:hover {
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
.g-figure img:hover,
.figure img:hover {
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
/* position */
.g-top {
  top: 0;
  position: absolute;
}
.g-right {
  right: 0;
  position: absolute;
}
.g-left {
  left: 0;
  position: absolute;
}
.g-bottom {
  bottom: 0;
  position: absolute;
}
.g-auto-margin,
.auto-margin {
  display: block!important;
  margin: 0 auto!important;
  float: none!important;
}
/* main padding */
.g-padding-top,
.padding-top {
  padding-top: 30px;
}
.g-padding-left,
.padding-left {
  padding-left: 30px;
}
.g-padding-right,
.padding-right {
  padding-right: 30px;
}
.g-padding-bottom,
.padding-bottom {
  padding-bottom: 30px;
}
/* reset padding */
.g-reset-padding-top,
.reset-padding-top {
  padding-top: 0;
}
.g-reset-padding-bottom,
.reset-padding-bottom {
  padding-bottom: 0;
}
.g-reset-padding-left,
.reset-padding-left {
  padding-left: 0;
}
.g-reset-padding-right,
.reset-padding-right {
  padding-right: 0;
}
/* main margin */
.g-margin-top,
.margin-top {
  margin-top: 30px;
}
.g-margin-bottom,
.margin-bottom {
  margin-bottom: 30px;
}
.g-margin-left,
.margin-left {
  margin-left: 30px;
}
.g-margin-right,
.margin-right {
  margin-right: 30px;
}
/* reset margin */
.g-reset-margin-top,
.reset-margin-top {
  margin-top: 0;
}
.g-reset-margin-bottom,
.reset-margin-bottom {
  margin-bottom: 0;
}
.g-reset-margin-left,
.reset-margin-left {
  margin-left: 0;
}
.g-reset-margin-right,
.reset-margin-right {
  margin-right: 0;
}
/* g-have-border */
.g-have-border-top {
  border-top: 1px solid #222222;
}
.g-have-border-bottom {
  border-bottom: 1px solid #222222;
}
.g-have-border-left {
  border-left: 1px solid #222222;
}
.g-have-border-right {
  border-right: 1px solid #222222;
}
/* g-have-preview-text */
.g-have-preview-text * {
  font-size: 0.94736842rem;
  line-height: 1.54999682;
}
/* g-have-secondary-text */
.g-have-secondary-text * {
  font-size: 0.78947368rem;
  line-height: 1.41345263;
}
/* block theme bg */
.bg-ct1,
.g-bg-ct1 {
  background: #000;
}
.bg-ct1 *,
.g-bg-ct1 * {
  color: #fff;
}
.bg-ct1.bg-fade,
.g-bg-ct1.bg-fade {
  background: rgba(0, 0, 0, 0.5);
}
.bg-ct2,
.g-bg-ct2 {
  background: #222222;
}
.bg-ct2.bg-fade,
.g-bg-ct2.bg-fade {
  background: rgba(34, 34, 34, 0.5);
}
.bg-ct2 *,
.g-bg-ct2 * {
  color: #fff;
}
.bg-ct2 a,
.g-bg-ct2 a {
  color: #fff!important;
}
.bg-ct3,
.g-bg-ct3 {
  background: #666;
}
.bg-ct3 *,
.g-bg-ct3 * {
  color: #fff;
}
.bg-ct3.bg-fade,
.g-bg-ct3.bg-fade {
  background: rgba(102, 102, 102, 0.5);
}
/* ghost panel */
.left-ghost-bg-ct2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  display: block;
  background: #222222;
  left: 0;
  top: 0;
  margin-left: -50%;
}
@media only screen and (max-width: 768px) {
  .left-ghost-bg-ct2:before {
    display: none;
  }
}
/* block theme text color */
.g-text-ct1 {
  color: #000;
}
.g-text-ct1 * {
  color: #000;
}
.g-text-ct2 {
  color: #222222;
}
.g-text-ct2 * {
  color: #222222;
}
.g-text-ct3 {
  color: #666;
}
.g-text-ct3 * {
  color: #666;
}
/* hide in responsive */
@media only screen and (max-width: 980px) {
  .hide-in-wm-xxl {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hide-in-wm-xl {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .hide-in-wm-l {
    display: none;
  }
}
@media only screen and (max-width: 570px) {
  .hide-in-wm-m {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .hide-in-wm-s {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .hide-in-wm-xs {
    display: none;
  }
}
/* input */
#main input[type="text"],
.fancybox-skin input[type="text"],
#main select,
.fancybox-skin select,
#main input[type="file"],
.fancybox-skin input[type="file"] {
  background: #fff;
  box-shadow: 0;
  color: #333;
  width: 100%;
  padding: 6px 9.27070457px 6px 9.27070457px;
  font-size: 18px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  font-family: 'Old Standard TT', sans-serif;
  line-height: 35px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-style: italic;
  border-bottom: 2px solid #000000;
}
#main input[type="text"].required,
.fancybox-skin input[type="text"].required,
#main select.required,
.fancybox-skin select.required,
#main input[type="file"].required,
.fancybox-skin input[type="file"].required {
  border-bottom: 2px solid #000000;
}
@-moz-document url-prefix() {
  #main input[type="file"],
  .fancybox-skin input[type="file"] {
    padding-top: 0;
  }
}
#main input[type="text"]::-ms-clear,
.fancybox-skin input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
#main select,
.fancybox-skin select {
  padding-top: 3px;
  padding-left: 18.54140915px;
}
#main input[type="submit"],
.fancybox-skin input[type="submit"],
#main button,
.fancybox-skin button {
  background: #222222;
  width: auto;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 18.54140915px;
  height: 35px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 18px;
  line-height: 1em;
  padding-top: 2px;
  text-decoration: none;
  border: 1px solid #000000;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-family: 'Old Standard TT', sans-serif;
  text-transform: uppercase;
}
#main input[type="submit"].btn-link,
.fancybox-skin input[type="submit"].btn-link,
#main button.btn-link,
.fancybox-skin button.btn-link {
  line-height: 24px;
}
@-moz-document url-prefix() {
  #main input[type="submit"],
  .fancybox-skin input[type="submit"],
  #main button,
  .fancybox-skin button {
    line-height: 35px;
    padding-top: 0;
  }
}
#main input[type="submit"].btn-link,
.fancybox-skin input[type="submit"].btn-link,
#main button.btn-link,
.fancybox-skin button.btn-link {
  padding-top: 4px;
}
#main input[type="submit"].btn-large,
.fancybox-skin input[type="submit"].btn-large,
#main button.btn-large,
.fancybox-skin button.btn-large {
  height: 45px;
  line-height: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
@-moz-document url-prefix() {
  #main input[type="submit"].btn-large,
  .fancybox-skin input[type="submit"].btn-large,
  #main button.btn-large,
  .fancybox-skin button.btn-large {
    line-height: 45px -9px;
  }
}
#main input[type="submit"].empty,
.fancybox-skin input[type="submit"].empty,
#main button.empty,
.fancybox-skin button.empty {
  background: transparent;
  border: 2px solid #222222;
  color: #222222;
}
#main input[type="submit"].empty:hover,
.fancybox-skin input[type="submit"].empty:hover,
#main button.empty:hover,
.fancybox-skin button.empty:hover {
  box-shadow: 0 0 8px #fff;
  -moz-box-shadow: 0 0 8px #fff;
  -webkit-box-shadow: 0 0 8px #fff;
}
#main input[type="submit"].ct1,
.fancybox-skin input[type="submit"].ct1,
#main button.ct1,
.fancybox-skin button.ct1 {
  background: #000;
  border: 1px solid #000000;
}
#main input[type="submit"].ct1:hover,
.fancybox-skin input[type="submit"].ct1:hover,
#main button.ct1:hover,
.fancybox-skin button.ct1:hover {
  box-shadow: 0 0 8px #000;
  -moz-box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
}
#main input[type="submit"].ct2,
.fancybox-skin input[type="submit"].ct2,
#main button.ct2,
.fancybox-skin button.ct2 {
  background: #222222;
  border: 1px solid #000000;
}
#main input[type="submit"].ct2:hover,
.fancybox-skin input[type="submit"].ct2:hover,
#main button.ct2:hover,
.fancybox-skin button.ct2:hover {
  box-shadow: 0 0 8px #222222;
  -moz-box-shadow: 0 0 8px #222222;
  -webkit-box-shadow: 0 0 8px #222222;
}
#main input[type="submit"].ct3,
.fancybox-skin input[type="submit"].ct3,
#main button.ct3,
.fancybox-skin button.ct3 {
  background: #666;
  border: 1px solid #333333;
}
#main input[type="submit"].ct3:hover,
.fancybox-skin input[type="submit"].ct3:hover,
#main button.ct3:hover,
.fancybox-skin button.ct3:hover {
  box-shadow: 0 0 8px #666;
  -moz-box-shadow: 0 0 8px #666;
  -webkit-box-shadow: 0 0 8px #666;
}
#main input[type="submit"].reset,
.fancybox-skin input[type="submit"].reset,
#main button.reset,
.fancybox-skin button.reset {
  background: #999;
  border: 1px solid #666666;
}
#main input[type="submit"].reset:hover,
.fancybox-skin input[type="submit"].reset:hover,
#main button.reset:hover,
.fancybox-skin button.reset:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  -webkit-box-shadow: 0 0 8px #999;
}
#main input[type="submit"]:hover,
.fancybox-skin input[type="submit"]:hover,
#main button:hover,
.fancybox-skin button:hover {
  text-decoration: none;
  box-shadow: 0 0 8px #222222;
  -moz-box-shadow: 0 0 8px #222222;
  -webkit-box-shadow: 0 0 8px #222222;
}
#main textarea,
.fancybox-skin textarea {
  background: #fff;
  box-shadow: 0;
  color: #333;
  width: 100%;
  padding: 6px 9.27070457px 6px 9.27070457px;
  font-size: 18px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  font-family: 'Old Standard TT', sans-serif;
  line-height: 35px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-style: italic;
  border-bottom: 2px solid #000000;
  border: 2px solid #222222;
  height: 250px;
}
#main textarea.required,
.fancybox-skin textarea.required {
  border-bottom: 2px solid #000000;
}
.fancybox-skin p {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .fancybox-skin .fancybox-inner {
    overflow: hidden!important;
  }
}
.btn-show-nav {
  display: none;
}
/* g-wrapper-area-link */
.g-wrapper-area-link {
  /* use: g-top, g-left, g-right, g-bottom for position */
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  text-indent: -9999px;
}
table {
  margin-bottom: 30px;
}
table th {
  background: #222222;
  color: #fff;
}
table td,
table th {
  padding: 9.27070457px;
}
/* general class and element */
.wrapper-icon {
  background: #000;
  display: block;
  text-align: center;
}
.icon {
  display: inline-block;
  text-indent: -9999px;
}
/* font awesome icon alignment */
.fa-dx:before {
  float: right;
  margin-left: 15px;
}
.fa-sx:before {
  float: left;
  margin-right: 15px;
}
.icon-date-picker {
  text-indent: 0;
}
.icon-date-picker:before {
  font-family: 'Ionicons';
  content: "\f133";
  font-size: 20px;
}
.icon-angle-sx {
  background-image: url('../images/images.png');
  background-repeat: no-repeat;
  -webkit-background-size: 248px 226px;
  -moz-background-size: 248px 226px;
  background-size: 248px 226px;
  background-position: 0 0;
  width: 116px;
  height: 113px;
  z-index: -1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .icon-angle-sx {
    background-image: url('../images/images.png');
  }
}
.icon-angle-dx {
  background-image: url('../images/images.png');
  background-repeat: no-repeat;
  -webkit-background-size: 248px 226px;
  -moz-background-size: 248px 226px;
  background-size: 248px 226px;
  background-position: 0 -113px;
  width: 116px;
  height: 113px;
  z-index: -1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .icon-angle-dx {
    background-image: url('../images/images.png');
  }
}
.icon-angle-sx-bottom {
  background-image: url('../images/images.png');
  background-repeat: no-repeat;
  -webkit-background-size: 248px 226px;
  -moz-background-size: 248px 226px;
  background-size: 248px 226px;
  background-position: -116px 0;
  width: 116px;
  height: 113px;
  z-index: -1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .icon-angle-sx-bottom {
    background-image: url('../images/images.png');
  }
}
.icon-angle-dx-bottom {
  background-image: url('../images/images.png');
  background-repeat: no-repeat;
  -webkit-background-size: 248px 226px;
  -moz-background-size: 248px 226px;
  background-size: 248px 226px;
  background-position: -116px -113px;
  width: 116px;
  height: 113px;
  z-index: -1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .icon-angle-dx-bottom {
    background-image: url('../images/images.png');
  }
}
.icon-stamp-svg {
  background: url(../images/simple-icon/stamp.svg) 0 0 no-repeat;
  width: 55px;
  height: 96px;
  background-size: 55px 96px;
}
/* glyphicons icon in pseudoclass */
/* es */
/*
.icon-glyphicons-envelope {   
	&:before {      
      content: "\2709";
      font-family: 'Glyphicons Halflings';
	}			
}*/
/* foundation icon in pseudoclass */
/* es */
/*
.icon-foundation-paypal {
	&:before {      
      content: "\f193";
      font-family: "foundation-icons";
	}			
}*/
/* ionicons icon in pseudoclass */
/* es */
/*
.icon-ionicons-android-download {
	&:before {
		.icon-font-ionicons();
		content: @ionicon-var-android-download;
		display:block;				
		font-size:22px;
	}			
}
*/
/* font awesome icon in pseudoclass */
/* es */
/*
.fa-download {
	&:before {
		.icon-font-awesome();
		content: @fa-var-download;
		display:block;				
		font-size:22px;									
	}			
}*/
/* icon define sprite images */
/* outer */
#outer {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* header */
#header {
  min-height: 210px;
  position: relative;
}
@media only screen and (min-width: 980px) {
  #header {
    min-height: 270px;
  }
}
@media only screen and (max-width: 980px) {
  #header {
    min-height: 160px;
  }
}
#header .content {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 980px) {
  #header .btn-show-nav {
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    border: 0;
    color: #fff;
    z-index: 9;
    margin-left: 18.54140915px;
    margin-top: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #222222;
    display: inline-block;
    padding: 0 12.36093943px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
  }
  #header .btn-show-nav:before {
    font-family: 'Ionicons';
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
    content: "\f20d";
    display: inline-block;
    font-size: 16px;
  }
  #header .btn-show-nav.btn-show-nav--animated-icon {
    display: block;
    height: 30px;
    width: 50px;
    background: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 0;
    line-height: 0;
  }
  #header .btn-show-nav.btn-show-nav--animated-icon:before {
    display: none;
  }
}
#header .wrapper-site-logo {
  /* define for logo parent block */
}
#header #site-link {
  background: url(../images/logo.png) 0 0 no-repeat;
  width: 232px;
  height: 174px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  margin-left: -116px;
  margin-top: 30px;
  z-index: 4;
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  #header #site-link {
    margin-left: -85.5px;
    margin-top: 18.54140915px;
    background: url(../images/logo-mobile.png) 0 0 no-repeat;
  }
}
@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: 200/100), only screen and (min-device-pixel-ratio: 2) {
  #header #site-link {
    background: url(../images/logo-mobilex2.png) 0 0 no-repeat;
    -webkit-background-size: 171px 128px;
    -moz-background-size: 171px 128px;
    background-size: 171px 128px;
  }
}
@media only screen and (max-width: 414px) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header #site-link {
    background: url(../images/logox2.png) 0 0 no-repeat;
    -webkit-background-size: 232px 174px;
    -moz-background-size: 232px 174px;
    background-size: 232px 174px;
  }
}
/* main */
#main p {
  margin: 0;
  padding: 0;
}
/* footer */
#footer {
  padding-top: 18.54140915px;
  padding-bottom: 18.54140915px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1400px) {
  #footer .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#footer p {
  margin: 0;
  padding: 0;
}
#footer .block-footer p {
  padding-bottom: 18.54140915px;
}
#footer .block-newsletter p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 670px) {
  #footer .block-social-network {
    text-align: center!important;
  }
}
#footer .block-social-network .wrapper-icon {
  background: #fff;
  padding-top: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer .block-social-network .wrapper-icon:hover {
  background: #666;
}
#footer .block-social-network .wrapper-icon:hover .fa {
  color: #fff;
}
#footer .block-social-network .fa {
  color: #666;
  font-size: 25px;
}
#footer .credits a {
  text-decoration: none;
}
#footer .credits a:hover {
  text-decoration: underline;
}
#footer * {
  color: #222;
  font-size: 0.94736842rem;
  line-height: 1.54999682;
}
/* main structure */
/***************************/
/* block generic selector */
/*************************/
/* block-title */
.block-title {
  font-size: 2.63157895rem;
  line-height: 3.50247997;
  line-height: 1em;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
.block-title a {
  text-decoration: none;
  color: #222;
}
@media only screen and (max-width: 980px) {
  .block-title {
    font-size: 1.63157895rem;
    line-height: 2.29026327;
    line-height: 1em;
  }
}
@media only screen and (max-width: 670px) {
  .block-title {
    font-size: 1.9em;
  }
}
@media only screen and (max-width: 480px) {
  .block-title {
    text-align: center;
  }
}
/* block-sub-title */
.block-sub-title {
  font-size: 1.63157895rem;
  line-height: 2.29026327;
  line-height: 1em;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  margin-top: -30px;
}
.block-sub-title.not-have-title {
  margin-top: 0;
}
@media only screen and (max-width: 980px) {
  .block-sub-title {
    font-size: 1.26315789rem;
    line-height: 1.87290781;
    line-height: 1em;
  }
}
@media only screen and (max-width: 670px) {
  .block-sub-title {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 480px) {
  .block-sub-title {
    text-align: center;
  }
}
/* block-heading */
/* block-content */
/***************************/
/* block project selector */
/*************************/
/* .block-text */
/* block-main-article */
.block-main-article .block-title {
  font-size: 2.63157895rem;
  line-height: 3.50247997;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
@media only screen and (max-width: 980px) {
  .block-main-article .block-title {
    font-size: 1.63157895rem;
    line-height: 2.29026327;
    line-height: 1em;
  }
}
@media only screen and (max-width: 980px) {
  .block-main-article .block-sub-title {
    margin-bottom: 0!important;
  }
}
@media only screen and (max-width: 480px) {
  .block-main-article.block-main-article--page-detail .block-title,
  .block-main-article.block-main-article--page-detail .block-sub-title {
    text-align: left;
  }
}
.block-main-article h1,
.block-main-article h2,
.block-main-article h3,
.block-main-article h4 {
  margin-bottom: 30px;
}
.block-main-article p {
  margin-bottom: 18.54140915px !important;
  line-height: 1.7em;
  font-size: 18px;
}
@media only screen and (max-width: 570px) {
  .block-main-article p {
    font-size: 16px;
  }
}
.block-main-article .module-side .block-form p {
  margin-bottom: 0!important;
}
.block-main-article iframe {
  margin-bottom: 30px;
}
.block-main-article img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 980px) {
  .block-main-article img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
/* block-post-reader */
.block-post-reader {
  width: 100%;
  float: none;
  max-width: 980px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 980px) {
  .block-post-reader {
    padding-left: 18.54140915px;
    padding-right: 18.54140915px;
  }
}
.block-post-reader .block-info {
  display: block;
}
.block-post-reader p {
  margin-bottom: 30px !important;
  line-height: 1.7em;
}
/* block-share */
.block-share {
  border: 1px solid #222222;
  padding: 9.27070457px 9.27070457px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  *zoom: 1;
}
.block-share:before,
.block-share:after {
  content: " ";
  display: table;
}
.block-share:after {
  clear: both;
}
.block-share p {
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 9.27070457px !important;
}
.block-share .at300b {
  display: inline-block;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top;
  float: left;
  margin-right: 9.27070457px !important;
}
.block-share .at300b span,
.block-share .at300b div {
  vertical-align: top!important;
}
.block-share.block-share--custom-icon {
  display: block;
  width: 197.81211372px;
  margin-left: auto;
  margin-right: auto;
}
.block-share.block-share--custom-icon .wrapper-icon {
  display: inline-block;
  background: none;
  font-size: 20px;
  float: left;
  width: 30px;
  height: 30px;
  color: #222222;
  line-height: 30px;
  margin-right: 9.27070457px;
}
.block-share.block-share--custom-icon .wrapper-icon.wrapper-channel {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 1px solid #222222;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-share.block-share--custom-icon .wrapper-icon.wrapper-channel:hover {
  background: #222222;
  color: #fff;
}
.block-share.block-share--custom-icon a {
  color: #222222;
}
/* block-item-post */
.block-item-post {
  margin-bottom: 30px;
}
.block-item-post .block-title {
  font-size: 1.63157895rem;
  line-height: 2.29026327;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding-bottom: 9.27070457px;
}
@media only screen and (max-width: 670px) {
  .block-item-post .block-title {
    text-align: center;
  }
}
@media only screen and (max-width: 414px) {
  .block-item-post .block-title {
    font-size: 1.26315789rem;
    line-height: 1.87290781;
    line-height: 1.2em;
  }
}
.block-item-post .block-title a {
  text-decoration: none;
}
.block-item-post .link-to-read-more {
  text-decoration: none;
  font-style: italic;
  display: block;
}
.block-item-post p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.94736842rem;
  line-height: 1.54999682;
}
.block-item-post figure,
.block-item-post img {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.block-item-post figure {
  background: #fff;
}
.block-item-post img {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-item-post img:hover {
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
.block-item-post .block-info {
  font-size: 0.94736842rem;
  line-height: 1.54999682;
  line-height: 1em;
}
@media only screen and (max-width: 670px) {
  .block-item-post .block-info {
    text-align: center;
    display: block;
  }
}
.block-item-post.list figure {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin-bottom: 18.54140915px;
}
.block-item-post.list figure.pull-left {
  margin-right: 15px;
}
.block-item-post.list figure.pull-right {
  margin-left: 15px;
}
.block-item-post.list figure img {
  z-index: 2;
  position: relative;
}
.block-item-post.list figure:before {
  font-family: 'Ionicons';
  content: "\f2f5";
  font-size: 30px;
  position: absolute;
  color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 30%;
  margin: auto;
  display: none;
  text-align: center;
  line-height: 1em;
}
.block-item-post.list figure:hover:before {
  display: block;
}
@media only screen and (max-width: 670px) {
  .block-item-post.list figure {
    margin-bottom: 30px;
  }
}
.block-item-post.grid {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-item-post.grid figure {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.block-item-post.grid figure img {
  z-index: 2;
  position: relative;
}
.block-item-post.grid figure:before {
  font-family: 'Ionicons';
  content: "\f2f5";
  font-size: 60px;
  position: absolute;
  color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 30%;
  margin: auto;
  display: none;
  text-align: center;
  line-height: 1em;
}
.block-item-post.grid figure:hover:before {
  display: block;
}
/* block-form */
.block-form {
  /* radio */
}
.block-form.block-form-get-access .g-recaptcha {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.block-form.not-found input[type="submit"] {
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .block-form .block-row-field {
    width: 100%;
  }
}
.block-form .jcf-checkbox {
  height: 22px;
  width: 22px;
}
.block-form .jcf-checkbox.jcf-checked span {
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  top: 0%;
  left: 0%;
  margin: 0 0 0 0;
  border: 0;
  border-width: 0;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 22px;
  height: 22px;
  background: white;
  line-height: 20px;
  padding-left: 2px;
}
.block-form .jcf-checkbox.jcf-checked span:before {
  display: block;
  font-size: 14px;
  color: green;
}
.block-form .jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px;
}
.block-form .jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%;
}
.block-form .jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.block-form .jcf-radio.jcf-checked span {
  display: block;
}
.block-form p {
  padding-bottom: 30px !important;
}
.block-form .block-row-field--calendar p {
  position: relative;
}
.block-form .block-row-field--calendar input[type="text"] {
  display: inline-block;
  padding-left: 48.54px !important;
}
.block-form .block-row-field--calendar .icon {
  position: absolute;
  left: 0;
  color: #222;
  top: 2px;
  margin-left: 18.54140915px !important;
}
.block-form .block-field p {
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
.block-form .block-wrapper-button {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .block-form .block-wrapper-button .bw-f {
    overflow: hidden;
    width: 100%;
    margin-bottom: 18.54140915px;
  }
}
.block-form .block-wrapper-button .bw-f .privacy-condition {
  padding-right: 100px!important;
  display: inline-block;
  line-height: 1.2em;
  margin-top: -15px !important;
  padding-left: 10px!important;
  margin-left: 15px!important;
}
@media only screen and (max-width: 768px) {
  .block-form .block-wrapper-button .bw-f .privacy-condition {
    padding-right: 0!important;
  }
}
.block-form .block-wrapper-button .bw-f.last .g-recaptcha {
  float: right;
  width: 215px;
}
.block-form .block-wrapper-button .bw-f.last input[type="submit"] {
  clear: both;
  float: right;
}
.block-form .block-wrapper-button .bw-f.last .hiddenRecaptcha {
  display: none;
}
@media only screen and (max-width: 768px) {
  .block-form .block-wrapper-button .bw-f.last {
    text-align: center!important;
  }
  .block-form .block-wrapper-button .bw-f.last .g-recaptcha {
    float: none;
  }
  .block-form .block-wrapper-button .bw-f.last input[type="submit"] {
    clear: both;
    float: none;
  }
}
.block-form .privacy-term {
  position: relative;
  padding-left: 0;
  line-height: 1em;
}
.block-form .privacy-term input[type="checkbox"] {
  display: inline;
}
.block-form .privacy-term a {
  text-decoration: underline;
}
.block-form .privacy-term .privacy-condition {
  font-size: 11px;
  display: inline;
  line-height: 0em;
  padding: 0 !important;
  margin: 0 !important;
}
.g-recaptcha {
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  transform-origin: 0 0;
  margin-bottom: -9.27070457px;
}
@media only screen and (max-width: 768px) {
  .g-recaptcha {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    overflow: hidden;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #D3D3D3;
    margin-bottom: 18.54140915px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* .block-footer */
.block-footer.pull-center {
  width: 25%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.block-footer ul {
  margin: 0;
  padding: 0;
}
.block-footer ul li {
  display: inline;
}
@media only screen and (max-width: 570px) {
  .block-footer {
    float: none;
    margin-bottom: 18.54140915px;
    text-align: center;
  }
}
/* block-social-network */
.block-social-network ul {
  padding: 0;
  margin: 0;
}
.block-social-network ul li {
  display: inline;
}
.block-social-network ul li a {
  display: inline-block;
  color: #222;
  font-size: 1rem;
  line-height: 1.60017331;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-social-network ul li a:hover {
  color: #666;
}
.bcp-block-quick-contact {
  padding-right: 80px;
}
.bcp-block-quick-contact .block-info {
  font-style: italic;
  font-size: 0.94736842rem;
  line-height: 1.54999682;
}
@media only screen and (max-width: 670px) {
  .bcp-block-quick-contact .block-info {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .bcp-block-quick-contact .block-social-network {
    display: none;
  }
}
.bcp-block-quick-contact .block-social-network ul li a {
  margin-left: 18.54140915px;
}
@media only screen and (max-width: 980px) {
  .bcp-block-quick-contact {
    margin-top: 18.54140915px !important;
    margin-right: 18.54140915px !important;
  }
}
@media only screen and (max-width: 670px) {
}
@media only screen and (max-width: 1023px) {
  .bcp-block-quick-contact {
    padding-right: 0;
  }
}
.bcp-block-quick-contact .icon-stamp-svg {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
  cursor: pointer;
  z-index: 4;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1023px) {
  .bcp-block-quick-contact .icon-stamp-svg {
    display: none;
  }
}
.bcp-block-quick-contact:hover .icon-stamp-svg {
  transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
}
.bcp-have-white-border-top,
.bcp-have-black-border-top {
  position: relative;
  padding-top: 30px !important;
}
.bcp-have-white-border-top:before,
.bcp-have-black-border-top:before {
  content: "";
  width: 110px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -55px;
}
.bcp-have-black-border-top:before {
  background: #222;
}
.bcp-super-margin-top {
  padding-top: 30px !important;
}
@media only screen and (max-width: 980px) {
  .bcp-super-margin-top {
    padding-top: 0!important;
  }
}
.bcp-super-margin-bottom {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 980px) {
  .bcp-super-margin-bottom {
    margin-bottom: 0!important;
  }
}
.bcp-block-info .ionicons {
  font-size: 20px;
}
.bcp-my-section-inner-nav ul li.term_9,
.bcp-my-section-inner-nav ul li.term_1,
.bcp-my-section-inner-nav ul li.term_14 {
  display: none;
}
/* define single block element */
/***************************/
/* module generic selector */
/*************************/
/* module-main-title */
.module-main-title {
  font-size: 2.63157895rem;
  line-height: 3.50247997;
  line-height: 1em;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
.module-main-title a {
  text-decoration: none;
  color: #222;
}
@media only screen and (max-width: 980px) {
  .module-main-title {
    font-size: 1.63157895rem;
    line-height: 2.29026327;
    line-height: 1em;
  }
}
@media only screen and (max-width: 670px) {
  .module-main-title {
    font-size: 1.9em;
  }
}
@media only screen and (max-width: 480px) {
  .module-main-title {
    text-align: center;
  }
}
/* block-mina-sub-title */
.module-main-sub-title {
  font-size: 1.63157895rem;
  line-height: 2.29026327;
  line-height: 1em;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  margin-top: -30px;
}
.module-main-sub-title a {
  text-decoration: none;
}
.module-main-sub-title.not-have-title {
  margin-top: 0;
}
@media only screen and (max-width: 980px) {
  .module-main-sub-title {
    font-size: 1.26315789rem;
    line-height: 1.87290781;
    line-height: 1em;
  }
}
@media only screen and (max-width: 670px) {
  .module-main-sub-title {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 480px) {
  .module-main-sub-title {
    text-align: center;
  }
}
/* module-heading */
.module-heading {
  position: relative;
  min-height: 150px;
}
@media only screen and (max-width: 980px) {
  .module-heading {
    min-height: inherit;
  }
}
/***************************/
/* module project selector */
/*************************/
/* module-main-navigation */
.module-main-navigation {
  float: left;
}
@media only screen and (min-width: 980px) {
  .module-main-navigation.module-main-navigation--new {
    float: none;
    display: block;
    position: absolute;
    top: 0;
    margin-top: 200px;
    width: 100%;
  }
  .module-main-navigation.module-main-navigation--new #menu ul {
    text-align: center;
  }
  .module-main-navigation.module-main-navigation--new #menu ul li {
    display: inline-block;
  }
  .module-main-navigation.module-main-navigation--new #menu ul li.current-menu-item a,
  .module-main-navigation.module-main-navigation--new #menu ul li.current-menu-parent a,
  .module-main-navigation.module-main-navigation--new #menu ul li.current-category-ancestor a,
  .module-main-navigation.module-main-navigation--new #menu ul li.current-menu-ancestor a,
  .module-main-navigation.module-main-navigation--new #menu ul li.current-post-ancestor a,
  .module-main-navigation.module-main-navigation--new #menu ul li.current-page-ancestor a {
    text-decoration: underline;
  }
  .module-main-navigation.module-main-navigation--new #menu ul li a {
    border-left: 0!important;
  }
  .module-main-navigation.module-main-navigation--new #menu ul li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 980px) {
  .module-main-navigation {
    position: relative;
    margin: 0;
    margin-top: 48.54px;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 414px) {
  .module-main-navigation {
    margin-top: 140px;
  }
}
.module-main-navigation #menu ul {
  margin: 0;
  padding: 0;
  padding-top: 30px;
}
@media only screen and (max-width: 980px) {
  .module-main-navigation #menu ul {
    text-align: left;
  }
}
.module-main-navigation #menu ul li {
  display: block;
  margin-bottom: 9.27070457px;
}
@media only screen and (max-width: 980px) {
  .module-main-navigation #menu ul li {
    display: block;
  }
}
.module-main-navigation #menu ul li.current-menu-item a,
.module-main-navigation #menu ul li.current-menu-parent a,
.module-main-navigation #menu ul li.current-category-ancestor a,
.module-main-navigation #menu ul li.current-menu-ancestor a,
.module-main-navigation #menu ul li.current-post-ancestor a,
.module-main-navigation #menu ul li.current-page-ancestor a {
  border-left: 2px solid #222;
}
@media only screen and (max-width: 980px) {
  .module-main-navigation #menu ul li.current-menu-item a,
  .module-main-navigation #menu ul li.current-menu-parent a,
  .module-main-navigation #menu ul li.current-category-ancestor a,
  .module-main-navigation #menu ul li.current-menu-ancestor a,
  .module-main-navigation #menu ul li.current-post-ancestor a,
  .module-main-navigation #menu ul li.current-page-ancestor a {
    background: none!important;
    color: #222222 !important;
    border-left: 2px solid #222222;
  }
}
.module-main-navigation #menu ul li a {
  display: inline-block;
  color: #666;
  font-family: 'Old Standard TT', sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #222;
  border-left: 2px solid transparent;
  padding-left: 9.27070457px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
}
@media only screen and (max-width: 570px) {
  .module-main-navigation #menu ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 980px) {
  .module-main-navigation #menu ul li a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    margin-left: 30px;
  }
  .module-main-navigation #menu ul li a:hover,
  .module-main-navigation #menu ul li a.active {
    background: none!important;
    color: #222222 !important;
    border-left: 2px solid #222;
  }
}
.module-main-navigation #menu ul li a:hover,
.module-main-navigation #menu ul li a.active {
  border-left: 2px solid #222;
}
/* module-row */
/* module-column */
.module-column.have-iframe iframe {
  width: 100%!important;
  max-width: 100%!important;
}
/* module-main-banner */
.module-main-banner {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 100%;
  height: 592px;
  background-size: cover!important;
}
.module-main-banner.fix-max-width {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.module-main-banner.auto-height {
  height: auto;
}
.module-main-banner .content {
  height: 100%;
}
.module-main-banner img {
  width: 100%!important;
  max-width: 100%!important;
  height: auto!important;
}
.module-main-banner.module-promo-banner .block-title,
.module-main-banner.module-promo-banner .block-sub-title {
  color: #fff;
  text-shadow: 0 0 1px #000;
}
.module-main-banner.module-promo-banner .btn-link {
  color: #fff;
  border: 1px solid #fff;
  text-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000;
}
.module-main-banner .block-slogan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 85%;
  height: 30%;
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.module-main-banner .block-slogan .block-title {
  font-family: 'Old Standard TT', sans-serif;
  text-transform: uppercase;
  position: relative;
  top: 25%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  font-size: 4vw;
}
@media only screen and (max-width: 980px) {
  .module-main-banner .block-slogan .block-title {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 414px) {
  .module-main-banner .block-slogan .block-title {
    font-size: 6vw;
  }
}
.module-main-banner .block-slogan .block-sub-title {
  font-family: 'Old Standard TT', sans-serif;
  font-size: 3vw;
  position: relative;
  top: 35%;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}
@media only screen and (max-width: 980px) {
  .module-main-banner .block-slogan .block-sub-title {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 414px) {
  .module-main-banner .block-slogan .block-sub-title {
    font-size: 5vw;
  }
}
@media (min-width: 980px) {
  .module-main-banner {
    height: 427px;
  }
}
@media (min-width: 1100px) {
  .module-main-banner {
    height: 527px;
  }
}
@media (min-width: 1310px) {
  .module-main-banner {
    height: 587px;
  }
}
@media (min-width: 1600px) {
  .module-main-banner {
    height: 721px;
  }
}
@media (min-width: 1720px) {
  .module-main-banner {
    height: 721px;
  }
}
@media (min-width: 2500px) {
  .module-main-banner {
    height: 721px;
  }
}
/* module-list-archive */
@media only screen and (max-width: 670px) {
  .module-list-archive .block-item-post .block-info {
    display: block;
    clear: both;
  }
}
.module-list-archive .block-item-post.grid figure {
  margin-bottom: 18.54140915px;
}
@media only screen and (max-width: 670px) {
  .module-list-archive .block-item-post.grid {
    min-height: inherit;
  }
}
.module-list-archive .block-item-post.list {
  margin-bottom: 30px;
}
.module-list-archive .block-item-post.list p {
  padding-left: 0!important;
}
.module-list-archive .block-item-post.list figure {
  margin-right: 30px;
}
@media only screen and (max-width: 670px) {
  .module-list-archive .block-item-post.list figure {
    float: none;
  }
}
.module-list-archive.module-list-related-post .block-item-post.list p {
  padding-left: 180px !important;
}
@media only screen and (max-width: 670px) {
  .module-list-archive.module-list-related-post .block-item-post.list p {
    padding-left: 0!important;
  }
}
@media only screen and (max-width: 414px) {
  .module-list-archive.module-list-related-post .block-item-post.list p {
    display: none;
  }
}
.module-list-archive.module-list-related-post .block-item-post.list .btn-link {
  margin-top: 18.54140915px !important;
  margin-left: 180px !important;
}
@media only screen and (max-width: 670px) {
  .module-list-archive.module-list-related-post .block-item-post.list .btn-link {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
    max-width: 80px;
  }
}
.module-list-archive.module-list-related-post .block-item-post.list figure {
  margin-right: 30px;
}
@media only screen and (max-width: 670px) {
  .module-list-archive.module-list-related-post .block-item-post.list figure {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  .module-list-archive.module-list-related-post .block-item-post.list figure {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
    display: block!important;
    max-width: 150px;
  }
}
/* module-preview-section */
@media (max-width: 1400px) {
  .module-preview-section .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .module-preview-section.module-preview-section-3column .bw-f {
    width: 100%;
    max-width: 400px;
    float: none;
    margin-left: auto!important;
    margin-right: auto!important;
    border-bottom: 1px solid #000;
    padding-bottom: 18.54140915px;
    margin-bottom: 18.54140915px;
    display: block;
  }
}
.mcp-page-detail {
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .mcp-page-detail .module-side {
    width: 100%;
    max-width: 980px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 18.54140915px;
    padding-right: 18.54140915px;
  }
}
@media only screen and (max-width: 1300px) {
  .mcp-module-form-in-page {
    width: 100%;
    max-width: 980px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 18.54140915px;
    padding-right: 18.54140915px;
  }
}
.mcp-module-form-in-page .block-form p {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 18.54140915px !important;
}
.mcp-module-form-in-page .block-form .block-width {
  width: 100%!important;
}
.mcp-module-get-access {
  margin-bottom: 30px !important;
  width: 615px;
  position: relative;
  overflow: hidden;
  height: 450px;
}
@media only screen and (max-width: 670px) {
  .mcp-module-get-access {
    width: auto;
    margin-left: 18.54140915px !important;
    margin-right: 18.54140915px !important;
  }
}
.mcp-module-get-access .mcp-module-get-access-question {
  font-size: 1.26315789rem;
  line-height: 1.87290781;
}
.mcp-module-get-access label {
  font-size: 1.26315789rem;
  line-height: 1.87290781;
  line-height: 1em;
}
@media only screen and (max-width: 670px) {
  .mcp-module-get-access {
    height: 260px;
  }
}
@media only screen and (max-width: 570px) {
  .mcp-module-get-access {
    height: auto;
  }
}
.mcp-module-get-access .mcp-module-get-access-cover {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.mcp-module-get-access .mcp-module-get-access-cover img {
  width: 100%;
  max-width: 100%;
}
.mcp-module-get-access .mcp-module-get-access-cover.active {
  left: -120%;
}
@media only screen and (max-width: 570px) {
  .mcp-module-get-access .mcp-module-get-access-cover {
    display: none!important;
  }
}
.mcp-module-get-access .link-to-close-panel {
  float: right;
  font-size: 30px;
  cursor: pointer;
  margin: 0 0 0 0;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 570px) {
  .mcp-module-get-access .link-to-close-panel {
    display: none!important;
  }
}
.mcp-module-get-access .jcf-scrollable {
  overflow: auto;
  float: left;
  height: 400px;
  padding: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 670px) {
  .mcp-module-get-access .jcf-scrollable {
    height: 280px;
  }
}
@media only screen and (max-width: 570px) {
  .mcp-module-get-access .jcf-scrollable {
    height: auto;
    overflow: hidden;
  }
}
.mcp-module-get-access .mcp-module-get-access-form {
  padding-right: 18.54140915px;
  display: block;
  width: 100%;
  max-width: 100%;
}
.mcp-module-get-access .jcf-scrollbar {
  z-index: 2;
}
.mcp-module-get-access .mcp-module-get-access-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
@media only screen and (max-width: 570px) {
  .mcp-module-get-access .mcp-module-get-access-overlay {
    display: none!important;
  }
}
.mcp-module-slider-splashpage {
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  overflow: hidden;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 980px) {
  .mcp-module-slider-splashpage {
    display: none;
  }
}
.mcp-module-slider-splashpage .link-to-skip-animation {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  margin: 30px;
}
.mcp-module-slider-splashpage.fade-out {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -10;
}
.mcp-module-slider-splashpage .slider {
  height: 100%;
}
.mcp-module-slider-splashpage .slide {
  height: 100%;
  float: left;
  width: 100%;
  background: #fff;
}
.mcp-module-slider-splashpage .mcp-module-slider-splashpage-slogan {
  width: 100%;
  display: block;
  float: left;
  min-height: 100%;
  height: 100%;
  position: relative;
}
.mcp-module-slider-splashpage .mcp-module-slider-splashpage-slogan .block-slogan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.mcp-module-slider-splashpage .mcp-module-slider-splashpage-slogan .block-slogan .block-title {
  font-family: 'Old Standard TT', sans-serif;
  position: relative;
  top: 25%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  font-size: 4vw;
}
/* scrollbars */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
  /* vertical */
  /* horizontal */
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #fff;
  width: 16px;
  bottom: 0;
  right: 10px;
  top: 0;
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #fff;
  height: 16px;
  width: 16px;
  left: 0;
  top: 0;
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-dec:before {
  font-family: 'Ionicons';
  content: "\f126";
  font-size: 10px;
  top: 0;
  display: block;
  text-align: center;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
  font-family: 'Ionicons';
  content: "\f123";
  font-size: 10px;
  top: 0;
  display: block;
  text-align: center;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #000;
  height: 1px;
  width: 8px;
  margin-left: 4px;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
  position: absolute;
  background: #fff;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 16px;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal jcf-scrollbar-dec,
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #fff;
  height: 16px;
  width: 16px;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 16px;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 16px;
}
.jcf-scrollable-wrapper .jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}
.jcf-scrollable-wrapper .jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollable-wrapper .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #fff;
}
/* define wrapper multi block element */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
/* addons for responsive */
/* extra class */
/***************************
* SPRITE
***************************/
/* glue: 0.9.4 hash: 28ced50702 */
.sprite-images-angle-vintage-sx,
.sprite-images-angle-vintage-sx-bottom,
.sprite-images-angle-vintage-dx,
.sprite-images-angle-vintage-dx-bottom,
.sprite-images-arrow-top,
.sprite-images-arrow-down,
.sprite-images-arrow-prev,
.sprite-images-arrow-next {
  background-image: url('../images/images.png');
  background-repeat: no-repeat;
  -webkit-background-size: 248px 226px;
  -moz-background-size: 248px 226px;
  background-size: 248px 226px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .sprite-images-angle-vintage-sx,
  .sprite-images-angle-vintage-sx-bottom,
  .sprite-images-angle-vintage-dx,
  .sprite-images-angle-vintage-dx-bottom,
  .sprite-images-arrow-top,
  .sprite-images-arrow-down,
  .sprite-images-arrow-prev,
  .sprite-images-arrow-next {
    background-image: url('../images/images.png');
  }
}
.sprite-images-angle-vintage-sx {
  background-position: 0 0;
  width: 116px;
  height: 113px;
}
.sprite-images-angle-vintage-sx-bottom {
  background-position: -116px 0;
  width: 116px;
  height: 113px;
}
.sprite-images-angle-vintage-dx {
  background-position: 0 -113px;
  width: 116px;
  height: 113px;
}
.sprite-images-angle-vintage-dx-bottom {
  background-position: -116px -113px;
  width: 116px;
  height: 113px;
}
.sprite-images-arrow-top {
  background-position: -232px 0;
  width: 16px;
  height: 10px;
}
.sprite-images-arrow-down {
  background-position: -232px -10px;
  width: 16px;
  height: 10px;
}
.sprite-images-arrow-prev {
  background-position: -232px -20px;
  width: 7px;
  height: 14px;
}
.sprite-images-arrow-next {
  background-position: -239px -20px;
  width: 7px;
  height: 14px;
}
/* sprite */
