/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.eot%3Fv=4.3.0");
  src: url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.eot%3F") format("embedded-opentype"), url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.woff2%3Fv=4.3.0") format("woff2"), url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.woff%3Fv=4.3.0") format("woff"), url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.ttf%3Fv=4.3.0") format("truetype"), url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.svg%3Fv=4.3.0") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, ../../sass/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../../sass/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../../sass/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../../sass/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../../sass/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../../sass/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../../sass/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../../sass/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../../sass/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../../sass/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../../sass/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../../sass/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 10, ../../sass/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../../sass/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../../sass/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../../sass/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../../sass/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../../sass/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  /* line 15, ../../sass/font-awesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 19, ../../sass/font-awesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  /* line 26, ../../sass/font-awesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 30, ../../sass/font-awesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, ../../sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../../sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../../sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../../sass/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../../sass/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 18, ../../sass/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../../sass/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../../sass/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../../sass/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../../sass/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../../sass/font-awesome/_stacked.scss */
.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../../sass/font-awesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, ../../sass/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, ../../sass/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, ../../sass/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, ../../sass/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, ../../sass/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, ../../sass/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, ../../sass/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, ../../sass/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, ../../sass/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, ../../sass/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, ../../sass/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, ../../sass/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 19, ../../sass/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 20, ../../sass/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 21, ../../sass/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 22, ../../sass/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 23, ../../sass/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 25, ../../sass/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 26, ../../sass/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 27, ../../sass/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 28, ../../sass/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 29, ../../sass/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 30, ../../sass/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 31, ../../sass/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 32, ../../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 33, ../../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 34, ../../sass/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 35, ../../sass/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 37, ../../sass/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 38, ../../sass/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 39, ../../sass/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 40, ../../sass/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 41, ../../sass/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 42, ../../sass/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 43, ../../sass/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 44, ../../sass/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 45, ../../sass/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 46, ../../sass/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 47, ../../sass/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 48, ../../sass/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 49, ../../sass/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 50, ../../sass/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 51, ../../sass/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 52, ../../sass/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 53, ../../sass/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 54, ../../sass/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 55, ../../sass/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 56, ../../sass/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 57, ../../sass/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 58, ../../sass/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 59, ../../sass/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 60, ../../sass/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 61, ../../sass/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 62, ../../sass/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 63, ../../sass/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 65, ../../sass/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 66, ../../sass/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 67, ../../sass/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 70, ../../sass/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 71, ../../sass/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 72, ../../sass/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 73, ../../sass/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 74, ../../sass/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 76, ../../sass/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 77, ../../sass/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 78, ../../sass/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 79, ../../sass/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 80, ../../sass/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 81, ../../sass/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 82, ../../sass/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 83, ../../sass/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 84, ../../sass/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 85, ../../sass/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 86, ../../sass/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 87, ../../sass/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 88, ../../sass/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 89, ../../sass/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 90, ../../sass/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 91, ../../sass/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 92, ../../sass/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 93, ../../sass/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 94, ../../sass/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 95, ../../sass/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 96, ../../sass/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 97, ../../sass/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 98, ../../sass/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 99, ../../sass/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 100, ../../sass/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 101, ../../sass/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 102, ../../sass/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 103, ../../sass/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 104, ../../sass/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 105, ../../sass/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 107, ../../sass/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 108, ../../sass/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 109, ../../sass/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 110, ../../sass/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 111, ../../sass/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 112, ../../sass/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 113, ../../sass/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 114, ../../sass/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 115, ../../sass/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 116, ../../sass/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 117, ../../sass/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 118, ../../sass/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 120, ../../sass/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 121, ../../sass/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 122, ../../sass/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 123, ../../sass/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 124, ../../sass/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 125, ../../sass/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 126, ../../sass/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 127, ../../sass/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 128, ../../sass/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 129, ../../sass/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 130, ../../sass/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 131, ../../sass/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 132, ../../sass/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 133, ../../sass/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 135, ../../sass/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 136, ../../sass/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 137, ../../sass/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 138, ../../sass/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 139, ../../sass/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 141, ../../sass/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 142, ../../sass/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 143, ../../sass/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 144, ../../sass/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 145, ../../sass/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 146, ../../sass/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 147, ../../sass/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 148, ../../sass/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 149, ../../sass/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 150, ../../sass/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 151, ../../sass/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 152, ../../sass/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 153, ../../sass/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 154, ../../sass/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 155, ../../sass/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 156, ../../sass/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 157, ../../sass/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 158, ../../sass/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 159, ../../sass/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 160, ../../sass/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 162, ../../sass/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 163, ../../sass/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 164, ../../sass/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 165, ../../sass/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 166, ../../sass/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 167, ../../sass/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 168, ../../sass/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 169, ../../sass/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 170, ../../sass/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 171, ../../sass/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 172, ../../sass/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 173, ../../sass/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 174, ../../sass/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 175, ../../sass/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 176, ../../sass/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 177, ../../sass/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 178, ../../sass/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 179, ../../sass/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 180, ../../sass/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 181, ../../sass/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 182, ../../sass/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 183, ../../sass/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 184, ../../sass/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 186, ../../sass/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 188, ../../sass/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 189, ../../sass/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 190, ../../sass/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 192, ../../sass/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 194, ../../sass/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 195, ../../sass/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 197, ../../sass/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 198, ../../sass/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 201, ../../sass/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 202, ../../sass/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 203, ../../sass/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 204, ../../sass/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 205, ../../sass/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 206, ../../sass/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 207, ../../sass/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 208, ../../sass/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 209, ../../sass/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 210, ../../sass/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 211, ../../sass/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 212, ../../sass/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 213, ../../sass/font-awesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 214, ../../sass/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 215, ../../sass/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 216, ../../sass/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 217, ../../sass/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 218, ../../sass/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 220, ../../sass/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 222, ../../sass/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 224, ../../sass/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 225, ../../sass/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 226, ../../sass/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 228, ../../sass/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 230, ../../sass/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 232, ../../sass/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 233, ../../sass/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 234, ../../sass/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 236, ../../sass/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 237, ../../sass/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 238, ../../sass/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 240, ../../sass/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 241, ../../sass/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 242, ../../sass/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 243, ../../sass/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 244, ../../sass/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 245, ../../sass/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 246, ../../sass/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 247, ../../sass/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 248, ../../sass/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 249, ../../sass/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 250, ../../sass/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 251, ../../sass/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 252, ../../sass/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 253, ../../sass/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 254, ../../sass/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 255, ../../sass/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 256, ../../sass/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 257, ../../sass/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 258, ../../sass/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 259, ../../sass/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 260, ../../sass/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 261, ../../sass/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 262, ../../sass/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 263, ../../sass/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 264, ../../sass/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 265, ../../sass/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 266, ../../sass/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 267, ../../sass/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 268, ../../sass/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 269, ../../sass/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 270, ../../sass/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 272, ../../sass/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 273, ../../sass/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 274, ../../sass/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 275, ../../sass/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 276, ../../sass/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 277, ../../sass/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 279, ../../sass/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 280, ../../sass/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 281, ../../sass/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 282, ../../sass/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 283, ../../sass/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 284, ../../sass/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 285, ../../sass/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 286, ../../sass/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 287, ../../sass/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 288, ../../sass/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 289, ../../sass/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 290, ../../sass/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 291, ../../sass/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 293, ../../sass/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 296, ../../sass/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 297, ../../sass/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 298, ../../sass/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 299, ../../sass/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 301, ../../sass/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 302, ../../sass/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 303, ../../sass/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 304, ../../sass/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 305, ../../sass/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 306, ../../sass/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 307, ../../sass/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 308, ../../sass/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 309, ../../sass/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 310, ../../sass/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 311, ../../sass/font-awesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 312, ../../sass/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 313, ../../sass/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 314, ../../sass/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 315, ../../sass/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 316, ../../sass/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 317, ../../sass/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 318, ../../sass/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 319, ../../sass/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 320, ../../sass/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 321, ../../sass/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 322, ../../sass/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 323, ../../sass/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 324, ../../sass/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 325, ../../sass/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 326, ../../sass/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 327, ../../sass/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 328, ../../sass/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 329, ../../sass/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 330, ../../sass/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 331, ../../sass/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 332, ../../sass/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 333, ../../sass/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 334, ../../sass/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 335, ../../sass/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 336, ../../sass/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 337, ../../sass/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 338, ../../sass/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 340, ../../sass/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 342, ../../sass/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 344, ../../sass/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 346, ../../sass/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 347, ../../sass/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 349, ../../sass/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 351, ../../sass/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 355, ../../sass/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 358, ../../sass/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 360, ../../sass/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 362, ../../sass/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 363, ../../sass/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 364, ../../sass/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 365, ../../sass/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 366, ../../sass/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 367, ../../sass/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 368, ../../sass/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 369, ../../sass/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 370, ../../sass/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 371, ../../sass/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 372, ../../sass/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 373, ../../sass/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 374, ../../sass/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 375, ../../sass/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 376, ../../sass/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 377, ../../sass/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 378, ../../sass/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 379, ../../sass/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 380, ../../sass/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 381, ../../sass/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 382, ../../sass/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 383, ../../sass/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 384, ../../sass/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 385, ../../sass/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 386, ../../sass/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 387, ../../sass/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 388, ../../sass/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 389, ../../sass/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 390, ../../sass/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 391, ../../sass/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 392, ../../sass/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 393, ../../sass/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 394, ../../sass/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 395, ../../sass/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 396, ../../sass/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 397, ../../sass/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 398, ../../sass/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 399, ../../sass/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 400, ../../sass/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 402, ../../sass/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 403, ../../sass/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 404, ../../sass/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 405, ../../sass/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 406, ../../sass/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 407, ../../sass/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 408, ../../sass/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 409, ../../sass/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 410, ../../sass/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 411, ../../sass/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 412, ../../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 413, ../../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 415, ../../sass/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 416, ../../sass/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 417, ../../sass/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 418, ../../sass/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 420, ../../sass/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 421, ../../sass/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 422, ../../sass/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 423, ../../sass/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 424, ../../sass/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, ../../sass/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 426, ../../sass/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 429, ../../sass/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 431, ../../sass/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 432, ../../sass/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 433, ../../sass/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 434, ../../sass/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 435, ../../sass/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 436, ../../sass/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 437, ../../sass/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 438, ../../sass/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 439, ../../sass/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 440, ../../sass/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 441, ../../sass/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 442, ../../sass/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 443, ../../sass/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 444, ../../sass/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 445, ../../sass/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 446, ../../sass/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 447, ../../sass/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 448, ../../sass/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 449, ../../sass/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 450, ../../sass/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 451, ../../sass/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 452, ../../sass/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 453, ../../sass/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 454, ../../sass/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 455, ../../sass/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 456, ../../sass/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 458, ../../sass/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 460, ../../sass/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 461, ../../sass/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 462, ../../sass/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 463, ../../sass/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 464, ../../sass/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 465, ../../sass/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 466, ../../sass/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 467, ../../sass/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 468, ../../sass/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 469, ../../sass/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 472, ../../sass/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 474, ../../sass/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 476, ../../sass/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 478, ../../sass/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 479, ../../sass/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 480, ../../sass/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 481, ../../sass/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 482, ../../sass/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 487, ../../sass/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 488, ../../sass/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 490, ../../sass/font-awesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 492, ../../sass/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 493, ../../sass/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 494, ../../sass/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 495, ../../sass/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 496, ../../sass/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 497, ../../sass/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 499, ../../sass/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 501, ../../sass/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 503, ../../sass/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 504, ../../sass/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 506, ../../sass/font-awesome/_icons.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 507, ../../sass/font-awesome/_icons.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 508, ../../sass/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 509, ../../sass/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 510, ../../sass/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 511, ../../sass/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 512, ../../sass/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 514, ../../sass/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 515, ../../sass/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 516, ../../sass/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 517, ../../sass/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 518, ../../sass/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 519, ../../sass/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 520, ../../sass/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 521, ../../sass/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 522, ../../sass/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 523, ../../sass/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 524, ../../sass/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 525, ../../sass/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 526, ../../sass/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 527, ../../sass/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 528, ../../sass/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 529, ../../sass/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 530, ../../sass/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 531, ../../sass/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 532, ../../sass/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 533, ../../sass/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 534, ../../sass/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 535, ../../sass/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 536, ../../sass/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 537, ../../sass/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 538, ../../sass/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 539, ../../sass/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 540, ../../sass/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 541, ../../sass/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 542, ../../sass/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 543, ../../sass/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 544, ../../sass/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 545, ../../sass/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 546, ../../sass/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 547, ../../sass/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 548, ../../sass/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 549, ../../sass/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 550, ../../sass/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 551, ../../sass/font-awesome/_icons.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 554, ../../sass/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 555, ../../sass/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 556, ../../sass/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 557, ../../sass/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 558, ../../sass/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 559, ../../sass/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 560, ../../sass/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 561, ../../sass/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 562, ../../sass/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 563, ../../sass/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 564, ../../sass/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 565, ../../sass/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 566, ../../sass/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 567, ../../sass/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 568, ../../sass/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 569, ../../sass/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 570, ../../sass/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 571, ../../sass/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 572, ../../sass/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 573, ../../sass/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 574, ../../sass/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 575, ../../sass/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 576, ../../sass/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 577, ../../sass/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 578, ../../sass/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 579, ../../sass/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 580, ../../sass/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 581, ../../sass/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 582, ../../sass/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 583, ../../sass/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 584, ../../sass/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 585, ../../sass/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 586, ../../sass/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 587, ../../sass/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 588, ../../sass/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 589, ../../sass/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 590, ../../sass/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 592, ../../sass/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 593, ../../sass/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 594, ../../sass/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 595, ../../sass/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 596, ../../sass/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.eot%3Fv=4.3.0");
    src: url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.eot%3F") format("embedded-opentype"), url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.woff2%3Fv=4.3.0") format("woff2"), url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.woff%3Fv=4.3.0") format("woff"), url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.ttf%3Fv=4.3.0") format("truetype"), url("../../skin/frontend/enterprise/guidor/fonts/fontawesome-webfont.svg%3Fv=4.3.0") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

/*
 * 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 8/9.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/*
 * Removes default margin.
 */
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 `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: normal;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: normal;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * 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;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
    max-width: 100%;
    height: auto;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/*
 * Addresses Firefox 4+ 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/*
 * 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.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/*
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 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;
}

* {
    box-sizing: border-box;
}

/**
 * @license
 * MyFonts Webfont Build ID 3066489, 2015-07-28T10:43:08-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: MuseoSlab-700 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/700/
 * Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: 500,000
 *
 * Webfont: MuseoSlab-300 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/300/
 * Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: 500,000
 *
 * Webfont: GillSansMTStd-Medium by Monotype
 * URL: http://www.myfonts.com/fonts/mti/gill-sans/std-roman/
 * Copyright: Font software Copyright 2001 Adobe Systems Incorporated. Typeface designs Copyright The Monotype Corporation. All Rights Reserved.
 * Licensed pageviews: 250,000
 *
 * Webfont: GillSansMTStd-Bold by Monotype
 * URL: http://www.myfonts.com/fonts/mti/gill-sans/std-bold/
 * Copyright: Font software Copyright 2001 Adobe Systems Incorporated. Typeface designs Copyright The Monotype Corporation. All Rights Reserved.
 * Licensed pageviews: 250,000
 *
 * Webfont: GillSansMTStd-Book by Monotype
 * URL: http://www.myfonts.com/fonts/mti/gill-sans/std-book/
 * Copyright: Font software Copyright 1990, 1991, 1998 Adobe Systems Incorporated. Typeface designs Copyright The Monotype Corporation. All rights reserved.
 * Licensed pageviews: 250,000
 *
 * Webfont: GillSansMTStd-BookItalic by Monotype
 * URL: http://www.myfonts.com/fonts/mti/gill-sans/std-book-italic/
 * Copyright: Font software Copyright 1990, 1991, 1998 Adobe Systems Incorporated. Typeface designs Copyright The Monotype Corporation. All rights reserved.
 * Licensed pageviews: 250,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3066489
 *
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
    font-family: 'MuseoSlab-700';
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_0_0.eot");
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_0_0.eot%3F") format("embedded-opentype"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_0_0.woff2") format("woff2"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_0_0.woff") format("woff"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_0_0.ttf") format("truetype");
}

@font-face {
    font-family: 'MuseoSlab-300';
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_1_0.eot");
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_1_0.eot%3F") format("embedded-opentype"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_1_0.woff2") format("woff2"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_1_0.woff") format("woff"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_1_0.ttf") format("truetype");
}

@font-face {
    font-family: 'GillSansMTStd-Medium';
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_2_0.eot");
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_2_0.eot%3F") format("embedded-opentype"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_2_0.woff2") format("woff2"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_2_0.woff") format("woff"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_2_0.ttf") format("truetype");
}

@font-face {
    font-family: 'GillSansMTStd-Bold';
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_3_0.eot");
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_3_0.eot%3F") format("embedded-opentype"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_3_0.woff2") format("woff2"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_3_0.woff") format("woff"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_3_0.ttf") format("truetype");
}

@font-face {
    font-family: 'GillSansMTStd-Book';
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_4_0.eot");
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_4_0.eot%3F") format("embedded-opentype"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_4_0.woff2") format("woff2"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_4_0.woff") format("woff"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_4_0.ttf") format("truetype");
}

@font-face {
    font-family: 'GillSansMTStd-BookItalic';
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_5_0.eot");
    src: url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_5_0.eot%3F") format("embedded-opentype"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_5_0.woff2") format("woff2"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_5_0.woff") format("woff"), url("../../skin/frontend/enterprise/guidor/fonts/webfonts/2ECA79_5_0.ttf") format("truetype");
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font: 16px/27px GillSansMTStd-Medium;
    color: #333;
    height: 100%;
}

.wrapper {
    width: 984px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #003b8d;
    font-weight: normal;
    font-family: MuseoSlab-300;
    line-height: 1.4;
    margin: 0 0 10px;
}

h1,
.main-top .title {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

p {
    color: #333;
    margin: 0 0 10px;
}

a {
    color: #6888a0;
    text-decoration: none;
}

a:hover, .underline {
    text-decoration: underline;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

b, strong {
    font-family: GillSansMTStd-Bold;
}

.only-desktop {
    display: block !important;
}

.only-desktop.inline {
    display: inline-block !important;
}

.only-mobile,
.only-mobile.inline {
    display: none !important;
}

.main {
    /*  margin-top: 116px; */
}

.wrapper:after,
.clr-fx:after,
.clear {
    content: "";
    display: block;
    clear: both;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

.hidden-easy {
    display: none;
}

.button, .jquery-filestyle label {
    display: inline-block;
    height: auto;
    max-width: 300px;
    line-height: 27px;
    padding: 9px 20px 7px;
    font-size: 14px;
    font-weight: normal;
    font-family: GillSansMTStd-Bold;
    color: #073a53;
    border: 1px solid #003b8d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.button.white-opacity {
    background-color: rgba(255, 255, 255, 0.5);
}

.button.blue-opacity {
    background-color: rgba(0, 146, 239, 0.5);
}

.button.grey-opacity {
    background-color: rgba(204, 208, 214, 0.1);
}

.button.big-ico i {
    font-size: 26px;
    margin-right: 10px;
    vertical-align: middle;
}

.button.hover,
.button.active,
.button:hover {
    background-color: #001532;
    color: #fff;
    text-decoration: none;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 992;
    background-color: black;
    opacity: 0.5;
}

.white-content * {
    color: #fff !important;
}

.main-top {
    min-height: 205px;
    overflow: hidden;
    margin-bottom: 38px;
    background-size: cover !important;
}

.main-top .title {
    font: 40px/56px MuseoSlab-300;
    margin: 22px 0 25px;
    color: #001532;
}

.main-top p {
    font: 18px/27px MuseoSlab-300;
    color: #003b8d;
}

.main-top .date {
    color: #001532;
    line-height: 1;
    font-size: 14px;
    margin: 0;
}

.main-top.type-3 {
    min-height: inherit;
    margin-bottom: 46px;
}

.main-top.type-3 .breadcrumbs {
    float: left;
}

.main-top.type-3 .breadcrumbs a, .main-top.type-3 .breadcrumbs span {
    font-size: 13px;
    color: #6888a0;
}

.main-top.type-3 .social {
    float: right;
    margin: 5px 0;
}

.breadcrumbs {
    padding: 4px 0 0;
}

.breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
    color: #001532;
}

.breadcrumbs a {
    text-decoration: underline;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.promo {
    display: none;
    position: absolute;
    width: 100%;
    top: 704px;
    background-color: #6888a0;
    text-align: center;
    z-index: 100;
}

.promo a {
    text-decoration: underline;
}

.promo h3 {
    margin: 0;
    height: 51px;
    line-height: 51px;
    font-family: MuseoSlab-700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

i.fa {
    font-family: "FontAwesome";
}

.two-cols .col-66 {
    width: 652px;
}

.two-cols .col-33 {
    width: 33%;
}

.date.type-1 {
    line-height: 1;
    margin: 0;
    text-align: center;
}

.date.type-1 > span {
    display: block;
    line-height: 1;
}

.date.type-1 .day {
    font-size: 48px;
}

.date.type-1 .month {
    font-size: 24px;
}

.date.type-1 .year {
    font-size: 14px;
}

.banners .banner {
    position: relative;
    width: 320px;
    height: 200px;
    padding: 20px 20px 30px;
    margin: 0 auto 44px;
    text-align: center;
    border: 1px solid #6888a0;
    background-size: cover !important;
}

.banners .banner h3 {
    font-size: 24px;
    line-height: 32px;
    color: #003b8d;
}

.banners .banner p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 27px;
    margin: 0;
    text-align: center;
}

.banners .banner .button {
    min-width: 170px;
    max-width: 300px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-family: GillSansMTStd-Bold;
    font-size: 14px;
}

.banners .banner.type-2 {
    padding: 24px 30px 30px;
    text-align: center;
    border: none;
}

.banners .banner.type-2 h3 {
    margin-bottom: 5px;
}

.banners .banner.type-2 p {
    position: static;
    margin: 0 0 10px;
    text-align: center;
}

.banners .banner.type-2 p:last-child {
    text-align: center;
}

.banners .banner.type-2 .button {
    width: 208px;
}

.round-user-photo {
    width: 168px;
    height: 168px;
    border: 3px solid #fff;
    border-radius: 84px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.main-top.type-2 .breadcrumbs {
    padding-top: 2px;
    margin-bottom: 9px;
}

.main-top.type-2 .title {
    margin: 0 0 15px;
}

ul.type-2 {
    font-family: GillSansMTStd-Medium;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    margin-left: 0;
}

ul.type-2 li {
    margin-bottom: 6px;
}

ul.type-2 li:before {
    content: "\f18e";
    font-size: 20px;
    font-family: FontAwesome;
    margin-right: 10px;
    color: #6888a0;
    vertical-align: middle;
}

.contact-block {
    min-height: 257px;
}

.contact-block .content {
    padding: 15px 0 1px;
}

.contact-block .content h2 {
    margin: 0 0 5px;
}

.contact-block .content h3 {
    margin: 0 0 27px;
}

.contact-block .content .button {
    padding: 0 43px;
    margin-bottom: 34px;
    border: 1px solid #fff;
}

.contact-block .content .note-msg {
    margin-bottom: 8px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.contact-block .content i {
    font-size: 20px;
}

.base-color-opacity {
    background-color: rgba(0, 146, 239, 0.5);
}

.regular-price,
.old-price,
.special-price {
    font: normal 20px/1.4 MuseoSlab-300;
    display: block;
}

.regular-price,
.special-price {
    color: #6888a0;
}

.old-price {
    font-size: 13px;
    color: #001532;
    text-decoration: line-through;
}

.video-container {
    position: relative;
    padding-bottom: 59.5%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

iframe {
    border: none;
}

.three-cols-items .col {
    display: block;
    position: relative;
    float: left;
    width: 320px;
    margin-right: 10px;
}

.three-cols-items .col:last-child {
    margin-right: 0;
}

.two-cols-items .col {
    float: left;
    width: 486px;
    margin-right: 10px;
}

.two-cols-items .col:last-child {
    margin-right: 0 !important;
}

.lang-item i {
    color: #073a53;
    margin-right: 7px;
    font-size: 18px;
    line-height: 37px;
}

.pre-info p {
    font-size: 20px;
    margin-bottom: 12px;
}

.event .date {
    width: 120px;
    height: 82px;
    border-right: 1px solid #6888a0;
    margin-right: 24px;
    text-align: center;
}

.event .date h2 {
    font-family: MuseoSlab-700;
    line-height: 1;
    color: #001532;
    margin: 0;
}

.event .date h2 a {
    color: #001532;
    text-decoration: none;
}

.event .date span {
    display: block;
}

.event .date .day {
    font-size: 48px;
}

.event .date .month {
    font-size: 24px;
    margin-bottom: 3px;
}

.event .date .year {
    font-size: 14px;
}

.event .content {
    width: 264px;
}

.event .content .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: GillSansMTStd-Bold;
    font-weight: normal;
}

.event .content p {
    font-size: 14px;
    margin-bottom: 12px;
}

.event i {
    font-size: 16px;
    margin-right: 10px;
}

.event a {
    color: #001532;
    text-decoration: none;
}

.event a:hover {
    text-decoration: underline;
}

.social {
    margin-bottom: 56px;
    text-align: left;
}

.social li {
    display: inline-block;
    margin-left: 6px;
}

.social li:first-child {
    margin-left: 0;
}

.social li:last-child {
    margin-left: 4px;
}

.social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 0 !important;
    float: none !important;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
}

.social i[class^='social-icon'] {
    background: url("../../skin/frontend/enterprise/guidor/img/social-sprite.png") 0 0 no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
}

.social i.fa-print {
    color: #003b8d;
    font-size: 20px;
    margin-top: 8px;
}

.social i.social-icon-en {
    background-position: 0 -35px;
}

.social i.social-icon-fb {
    background-position: 0 -140px;
}

.social i.social-icon-gl {
    background-position: 0 0;
}

.social i.social-icon-in {
    background-position: 0 -70px;
}

.social i.social-icon-tw {
    background-position: 0 -105px;
}

hr {
    width: 100%;
    height: 22px;
    background: url(../../skin/frontend/enterprise/guidor/img/content-line.jpg) center top no-repeat;
    background-size: contain;
    border: none;
    margin: 5px 0;
}

.std {
    padding-bottom: 54px;
}

.std h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 18px;
    color: #6888a0;
    letter-spacing: -0.75px;
}
.cms-page:not(.cms-home) .std h1 {
    margin-top: 50px;
}
.cms-page:not(.cms-home) .std h1:first-child {
    margin-top: 0px;
}

.std h2 {
    margin-bottom: 0;
    color: #003b8d;
}
.cms-page:not(.cms-home) .std h2 {
    margin-top: 30px;
}

.std h3 {
    color: #333;
    font-family: MuseoSlab-700;
    margin-bottom: 0;
}
.cms-page:not(.cms-home) .std h3 {
    margin-top: 10px;
}

.std p {
    margin: 0 0 8px;
}

.std ul, .std ol {
    padding: 0;
    margin: 10px 0;
    line-height: 27px;
    color: #333;
}

.std ul li, .std ol li {
    margin: 10px 0;
}

.std ul li ul, .std ul li ol, .std ol li ul, .std ol li ol {
    margin: 0 0 0 15px;
}

.std ul li:before:not(.account-page) {
    content: "\f111";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 8px;
    color: #6888a0;
    margin-right: 5px;
    vertical-align: middle;
}
.cms-page .std form.webforms- ul li:before {
    content: none;
}

.std ul li li:before:not(.customer-address-form) {
    content: "\f10c";
    font-size: 11px;
    color: #003b8d;
}

.std ul li li li:before:not(.customer-address-form) {
    content: "\f111";
    font-size: 8px;
    color: #003b8d;
}

.std ol {
    list-style-type: none;
    counter-reset: list1;
    margin-left: 14px;
}

.std ol li:before {
    counter-increment: list1;
    content: counter(list1) ") ";
    font-family: MuseoSlab-700;
    color: #003b8d;
}

.std ol ol {
    counter-reset: list2;
}

.std ol ol li:before {
    counter-increment: list2;
    content: counter(list2, lower-alpha) ". ";
    font-family: GillSansMTStd-Medium;
    color: #003b8d;
}

.std a.external, .std a.file:after {
    color: #003b8d;
}

.std .external:after, .std a.file:after {
    content: "\f14c";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 5px;
}

.std h3.type-1 {
    font-size: 24px;
    line-height: 32px;
    font-family: MuseoSlab-700;
    margin-bottom: 20px;
    color: #6888a0;
}

.std p a {
    text-decoration: underline;
}

.std p a:hover {
    text-decoration: none;
}

.std a.file {
    color: #6888a0;
    text-decoration: none;
}

.std a.file i {
    font-style: normal;
    text-decoration: underline;
}

.std a.file span {
    color: #333;
    text-decoration: none;
}

.std a.file:after {
    content: "\f019";
    color: #6888a0;
}

.std figure {
    margin-bottom: 10px;
}

.std figure img {
    display: block;
    border: 4px solid #6888a0;
}

.std figure figcaption {
    font-size: 13px;
    font-style: normal;
    margin-bottom: 10px;
}

.std table {
    width: 100%;
    text-align: center;
    margin: 10px 0 20px;
}

.std table th, .std table td {
    font-size: 14px;
    line-height: 23px;
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    padding: 14px 5px;
}

/* Fake header by setting first normal row to be a header */
.std table th,
.std table tr:first-child td {
    background-color: #6888a0;
    color: #fff;
}

.std table td {
    background-color: white;
}

.std .video-container {
    padding-bottom: 48.5%;
}

.std .type-foot {
    margin: 73px 0 25px;
    padding-top: 22px;
    border-top: 1px solid #0092ef;
    font: normal 13px/21px GillSansMTStd-BookItalic;
    color: #666;
}

.our-products {
    padding: 40px 0 11px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.our-products .title {
    text-align: center;
    color: #6888a0;
    font-size: 38px;
    margin-bottom: 60px;
}

.our-products .item {
    float: left;
    width: 320px;
    margin-right: 10px;
    margin-bottom: 49px;
}

.our-products .item:nth-child(3n) {
    margin-right: 0;
}

.our-products .photo {
    width: 156px;
    height: 142px;
    margin: 3px 9px 9px 0;
}

.our-products .photo img {
    max-width: 100%;
}

.our-products .info h3 {
    color: #6888a0;
    font-family: GillSansMTStd-Bold;
    margin-bottom: 5px;
}

.our-products .info p {
    color: #001532;
    line-height: 24px;
}

.arrow-circle-o-up {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("../../skin/frontend/enterprise/guidor/img/back-top-pic.png");
}

.search-block {
    width: 493px;
    min-height: 45px;
    padding-right: 9px;
    margin: 24px auto;
    position: relative;
    box-sizing: initial;
}

.search-block input {
    border-radius: 0 3px 3px 0;
}

.search-block input.search {
    width: 100%;
    padding: 0 100px 0 18px;
    line-height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-block input.search:focus {
    border-color: #073a53;
}

.search-block input.search-button {
    width: 83px;
    height: 43px;
    text-indent: -999999px;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    right: 10px;
    top: 1px;
    background: #073a53 url("../../skin/frontend/enterprise/guidor/img/pics/search-btn.png") center center no-repeat;
}

.event-selector {
    position: relative;
    width: 318px;
    height: auto;
    padding: 17px 30px 12px;
    margin: 0 auto 36px;
    background: url(../../skin/frontend/enterprise/guidor/img/bgs/editorial-quote.jpg) 0 0 no-repeat;
    background-size: cover !important;
}

.event-selector h3 {
    font-size: 24px;
    line-height: 32px;
    color: #6888a0;
    margin-bottom: 10px;
}

.event-selector p {
    color: #001532;
    line-height: 24px;
    margin-bottom: 22px;
}

.event-selector form {
    width: 222px;
    margin: 0 auto;
}

.event-selector input[type="submit"] {
    width: 208px;
    background-color: transparent;
    margin: 20px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #000;
    font-family: GillSansMTStd-Bold;
    font-size: 14px;
    color: #001532;
}

.event-selector input[type="submit"]:hover {
    background-color: #073a53;
    color: white;
    border: 1px solid white;
}

.event-selector input {
    color: #001532;
}

.event-selector input::-webkit-input-placeholder {
    color: #001532;
    font-size: 16px;
}

.event-selector input::-moz-placeholder {
    color: #001532;
    font-size: 16px;
}

.event-selector input:-moz-placeholder {
    color: #001532;
    font-size: 16px;
}

.event-selector input:-ms-input-placeholder {
    color: #001532;
    font-size: 16px;
}

.event-selector .placeholder {
    color: #001532;
    font-size: 16px;
}

.event-selector .lang-item {
    margin-bottom: 15px;
}

.event-selector .lang-item label {
    margin-top: 2px;
}

.event-selector .selectize-control.single.type-2 {
    width: 186px;
}

.event-selector .selectize-control.single.type-2 .selectize-input {
    padding-left: 10px;
    border-color: #001532;
}

.event-selector .selectize-control.single.type-2 .selectize-input,
.event-selector .selectize-control.single.type-2 .selectize-input > input {
    background-color: inherit;
}

.event-selector .selectize-control.single.type-2 .selectize-input:after {
    right: 10px;
}

.order-banner {
    position: relative;
    width: 318px;
    height: auto;
    padding: 25px 20px 3px;
    margin: 0 auto 44px;
    background: url(../../skin/frontend/enterprise/guidor/img/bgs/dark-blue-patern.jpg) 0 0 no-repeat;
}

.order-banner h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center;
}

.order-banner h4 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.order-banner p {
    color: #001532;
    line-height: 32px;
    margin-bottom: 14px;
}

.order-banner a {
    color: #6888a0 !important;
    text-decoration: underline;
}

.order-banner a:hover {
    text-decoration: none;
}

.order-banner i {
    margin-right: 6px;
}

label, form > h3 {
    margin-bottom: 8px;
    display: block;
    font: normal 18px/1 GillSansMTStd-Bold;
    color: #001532;
    cursor: pointer;
}

label em, form > h3 em {
    padding-left: 0.35em;
    font-style: normal;
}

.checkbox label,
.radio label {
    font: normal 16px/18px GillSansMTStd-Medium;
}

input + label {
    margin: 0;
    display: inline-block;
    text-transform: none;
    color: #333;
}

input:checked + label {
    color: #003b8d;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    content: "";
    display: block;
    float: left;
    height: 12px;
    width: 12px;
    margin: 2px 8px 0 2px;
    background-color: #fff;
    border: 1px solid #003b8d;
}

input[type="checkbox"] + label:before {
    margin: 2px 10px 0 0;
}

input[type="checkbox"]:checked + label::before {
    content: '\f00c';
    font: 12px "FontAwesome";
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    background-color: #003b8d;
}

input[type="radio"] + label:before {
    border-radius: 50%;
}

input[type="radio"]:checked + label::before {
    background-color: #fff;
    border-width: 4px;
    width: 6px;
    height: 6px;
}

input + label:after {
    content: '';
    display: block;
    clear: both;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
textarea,
select {
    height: 45px;
    width: 320px;
    padding: 0 9px;
    border: 1px solid #c9c9c9;
    font: normal 16px/18px GillSansMTStd-Medium;
    color: #333;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    height: 208px;
    width: 100%;
    resize: none;
}

.selectize-control {
    width: 320px;
}

input::-webkit-input-placeholder {
    color: #999;
    font-style: normal;
    font-family: GillSansMTStd-BookItalic;
    font-size: 15px;
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    color: #999;
    font-style: normal;
    font-family: GillSansMTStd-BookItalic;
    font-size: 15px;
    text-overflow: ellipsis;
}

/* Firefox 19+ */
input:-moz-placeholder {
    color: #999;
    font-style: normal;
    font-family: GillSansMTStd-BookItalic;
    font-size: 15px;
    text-overflow: ellipsis;
}

/* Firefox 18- */
input:-ms-input-placeholder {
    color: #999;
    font-style: normal;
    font-family: GillSansMTStd-BookItalic;
    font-size: 15px;
    text-overflow: ellipsis;
}

.placeholder {
    color: #999;
    font-style: normal;
    font-family: GillSansMTStd-BookItalic;
    font-size: 15px;
    text-overflow: ellipsis;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */
.placeholder:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus {
    border-color: #6888a0;
}

input[type="submit"],
input[type="button"],
button[type="button"]{
    width: 178px;
    background-color: white;
    margin: 0 10px;
}

.cancel {
    text-transform: uppercase;
    border-bottom: 1px solid #6888a0;
    margin-left: 28px;
    font: 14px GillSansMTStd-Bold;
}

.cancel, .cancel:hover {
    text-decoration: none;
}

.input-field.failed {
    color: #d50000;
}

.input-field.failed input {
    border: 2px solid #d50000;
    margin-right: 15px;
    color: #333;
}

.input-field.failed .validation-message p {
    width: 265px;
    margin: 8px 0 0;
    padding-left: 13px;
    font-size: 14px;
    line-height: 1.2;
    color: #d50000;
}

.input-field.failed:before {
    position: absolute;
    top: 25px;
    left: 330px;
    content: "\f0a8";
    font-size: 18px;
    font-family: "FontAwesome";
    line-height: 45px;
    margin-right: 10px;
}

form {
    margin-bottom: 20px;
}

form .legend {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 34px;
}

form .input-field,
div[id^="webform"][id$="form"] form .fieldset li.fields > div,
div[id^="webform"][id$="form"] form .fieldset li.wide > div
{
    position: relative;
    margin-bottom: 38px;
}

form .input-field.textarea {
    margin-bottom: 33px;
}

form .input-field.checkbox, form .input-field.radio {
    margin-bottom: 9px;
}

form .tip {
    position: absolute;
    top: 0;
    left: 336px;
    max-width: 490px;
    padding: 14px 15px 10px;
    background-color: #daf7ff;
}

form .tip p {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    color: #001532;
}

form .tip:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #daf7ff transparent transparent;
}

form h3 {
    font-size: 18px;
    font-family: MuseoSlab-300;
    color: #6888a0;
    margin-bottom: 10px;
}

form .buttons {
    padding-left: 106px;
    margin: 40px 0;
}

.jquery-filestyle {
    color: #003b8d;
}

.jquery-filestyle label {
    float: left;
    height: 40px;
    margin: 5px 23px 0 0;
    padding: 0 25px 0 16px;
    font: 14px/1.2 GillSansMTStd-Bold;
    color: #001532;
    border: 1px solid #001532;
}

.jquery-filestyle label span {
    vertical-align: top;
    line-height: 40px;
}

.jquery-filestyle label:before {
    content: "\f093";
    font-size: 18px;
    font-family: "FontAwesome";
    line-height: 40px;
    margin-right: 8px;
    color: #6888a0;
}

.jquery-filestyle input {
    line-height: 40px;
    border: none;
    padding: 0;
    background-color: transparent;
}

.selectize-control.single.type-2 {
    width: 166px;
}

.selectize-control.single.type-2 .selectize-input {
    height: 39px;
    border: 1px solid #073a53;
    border-radius: 3px;
    padding: 0 34px 0 17px;
}

.selectize-control.single.type-2 .selectize-input > .item, .selectize-control.single.type-2 .selectize-input > input {
    height: 39px !important;
    line-height: 39px !important;
}

.selectize-control.single.type-2 .selectize-input > input {
    font: normal 13px/39px GillSansMTStd-BookItalic;
    width: 100px !important;
}

.selectize-control.single.type-2 .selectize-input:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 18px;
    width: 17px;
    height: 39px;
    line-height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border-left: none;
    color: #073a53;
}

.form-page .main-top-after {
    margin-bottom: 29px;
}

.form-page aside.col-33 {
    margin-top: 8px;
}

.form-page .std {
    padding-bottom: 20px;
}

.form-page .std h2 {
    margin-bottom: 5px;
}

.form-page .std h3 {
    margin-bottom: 13px;
}

.form-page .std hr {
    background: url(../../skin/frontend/enterprise/guidor/img/content-line-2.jpg) center top no-repeat;
}

.form-page .std label a {
    text-decoration: underline;
}

.form-page .std label a:hover {
    text-decoration: none;
}

.form-page .event-selector {
    margin-bottom: 34px;
}

.form-page .agreement input[type="checkbox"] + label:before {
    border: 1px solid #001532;
}

@media only screen and (max-width: 1024px) {
    input[type="text"],
    input[type="search"],
    input[type="email"],
    input[type="password"],
    textarea,
    select,
    .selectize-control,
    form .tip {
        width: 275px;
    }

    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
        margin: 2px 8px 10px 2px;
    }

    .checkbox label, .radio label {
        line-height: 23px;
    }

    form .tip {
        position: relative;
        top: 0;
        left: 0;
        width: 275px;
        margin: 20px 0 0;
        padding: 12px 10px;
    }

    form .tip p {
        line-height: 17px !important;
    }

    form .tip:before {
        position: absolute;
        top: -8px;
        left: 50%;
        margin-top: 0;
        margin-left: -4px;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #daf7ff transparent;
    }

    form textarea {
        height: 210px;
        width: auto;
    }

    form .buttons {
        padding-left: 0;
        margin: 40px 0 37px;
    }

    form .buttons input {
        display: inline-block;
    }

    .jquery-filestyle {
        position: relative;
    }

    .jquery-filestyle input {
        position: absolute;
        top: 40px;
        left: 0;
    }

    .jquery-filestyle label {
        margin-bottom: 30px;
    }

    input[type="submit"], input[type="button"] {
        margin: 0 auto 10px;
        display: block;
    }

    .input-field.failed:before {
        left: 284px;
    }

    .form-page .main-top-after {
        margin-bottom: 37px;
    }

    .form-page .std h2 {
        margin-bottom: 11px;
    }

    .form-page .std h3 {
        margin-bottom: 16px;
    }

    .form-page .std p {
        line-height: 27px;
    }

    .form-page .std .type-foot {
        margin: 30px 0 0;
        padding: 22px 0 0 10px;
        line-height: 21px;
    }

    .form-page .event-selector {
        margin-bottom: 1px;
    }

    .form-page .order-banner {
        width: 300px;
    }
}

header {
    height: 142px;
    width: 100%;
    border-bottom: 1px solid #dcdbd6;
    background-color: #fff;
    position: fixed;
    z-index: 100;
}

header .mob-menu-switcher {
    display: none;
}

header .logo {
    width: 192px;
    margin-top: 17px;
    text-align: center;
}

header .logo a {
    display: block;
}

header .logo a:first-child {
    margin-bottom: 0;
}

header .right-part {
    width: auto;
}

header .lang-item {
    margin-top: 30px;
}

header .search-field {
    width: 155px;
    height: 24px;
    margin: 13px 0 0;
    border-bottom: 1px solid #073a53;
}

header .search-field input[type='text'] {
    display: inline-block;
    width: 135px;
    height: 22px;
    line-height: 22px;
    border: none;
    padding: 0 2px;
    vertical-align: top;
}

header .search-field i {
    vertical-align: bottom;
    margin-right: 3px;
}

header .search-field button {
    float: left;
    background: none;
    border: none;
    padding: 0;
    margin: auto;
}

header nav {
    width: 780px;
}

header nav > ul {
    display: table;
    width: 100%;
    margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
    header nav > ul {
        display: none;
    }
}

header nav > ul > li {
    display: table-cell;
    position: relative;
    border-right: 1px solid #c6c6c6;
}

header nav > ul > li > ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 18px;
    left: 0;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #c6c6c6;
}

header nav > ul > li:hover ul {
    display: block;
}

header nav li {
    color: #003b8d;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    header {
        position: relative;
        z-index: 999;
        height: 129px;
        padding-top: 10px;
        border-bottom: 1px solid #6888a0;
    }

    .home-page header {
        height: 130px;
        border-bottom: 1px solid #6888a0;
    }

    header .mob-menu-switcher {
        display: block;
        float: left;
        margin: 22px 0 0 20px;
        text-align: center;
    }

    header .mob-menu-switcher a {
        color: #6888a0;
    }

    header .mob-menu-switcher a:hover {
        text-decoration: none;
    }

    header .mob-menu-switcher i {
        display: inline-block;
        font-size: 36px;
        color: #6888a0;
        margin-right: 10px;
    }

    header .mob-menu-switcher span {
        font-size: 18px;
        color: #001532;
        text-transform: uppercase;
        vertical-align: top;
        line-height: 36px;
    }

    header .mob-menu-switcher .close-link i {
        display: inline-block;
        width: 30px;
        height: 36px;
        background: url(../../skin/frontend/enterprise/guidor/img/pics/cross-menu.png) center center no-repeat;
    }

    header .mob-menu-switcher .close-link i:before {
        content: '';
    }

    header .mob-menu-switcher .open-link {
        display: none;
    }

    header .mob-menu-switcher.close .close-link {
        display: none;
    }

    header .mob-menu-switcher.close .open-link {
        display: block;
    }

    header .wrapper {
        width: 100%;
        padding: 0;
    }

    header .wrapper.menu-open {
        height: auto !important;
    }

    header .logo {
        width: 100%;
        float: none;
        margin-top: 6px;
        line-height: 1;
    }

    header .logo a img {
        width: 160px !important;
        height: auto !important;
    }

    header .right-part {
        margin: 16px 20px 0 0;
    }

    header nav {
        width: 100%;
        margin-top: 0;
        float: none !important;
        clear: both;
    }

    header .lang-item {
        position: relative;
        margin-top: 4px;
        float: right;
    }

    header .lang-item label {
        float: none;
    }

    header .lang-item i {
        font-size: 28px;
        margin-right: 2px;
    }

    header .lang-item .selectize-control {
        position: absolute;
        right: 0;
        top: 8px;
        opacity: 0;
    }

    header .top-menu a:hover, header .button:hover {
        background: none;
        color: #003b8d;
    }

    header .top-menu {
        position: absolute;
        top: 106px;
        width: 100%;
        min-width: 320px;
        text-align: center;
    }

    header .top-menu span {
        display: none;
    }

    header .top-menu a i {
        font-size: 26px !important;
    }

    header .top-menu .user i {
        font-size: 32px;
    }

    header .top-menu .shop span {
        display: inline-block;
    }

    header .top-menu .shop i {
        margin-right: 10px;
    }

    header .top-menu li {
        margin-left: 50px;
    }

    header .top-menu li:first-child {
        margin-left: 40px;
    }

    header .top-menu .button {
        height: inherit;
        line-height: 1;
        padding: 0;
        border: none;
    }
}

.cms-page .col-66 {
    padding-top: 6px;
}

.cms-page .col-33 {
    margin: 0;
}

.cms-page .see-also,
.list-page .see-also {
    padding: 30px 0 58px;
    overflow: hidden;
}

.cms-page .see-also .col,
.list-page .see-also .col {
    padding-left: 15px;
}

.cms-page .see-also .title,
.list-page .see-also .title {
    margin-bottom: 40px;
    font-size: 38px;
    color: #6888a0;
    text-align: center;
}

.cms-page .see-also h3,
.list-page .see-also h3 {
    position: relative;
    font-size: 16px;
    font-family: GillSansMTStd-Bold;
    line-height: 26px;
    padding-left: 17px;
}

.cms-page .see-also h3:before,
.list-page .see-also h3:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 7px;
}

.cms-page .author-quote {
    text-align: right;
    padding: 20px 125px 30px 95px;
    margin: 34px 0 0;
    background: url(../../skin/frontend/enterprise/guidor/img/bgs/editorial-quote.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.cms-page .author-quote h3 {
    font-family: GillSansMTStd-Bold;
    line-height: 26px;
    color: #003b8d;
    font-weight: normal;
    margin-bottom: 10px;
}

.cms-page .author-quote q:before {
    text-align: left;
}

.cms-page .author-quote q:before, .cms-page .author-quote q:after {
    display: block;
    height: 40px;
    color: #6888a0;
    font-size: 80px;
    line-height: 1;
    opacity: 0.5;
}

.cms-page .author-quote p {
    color: #001532;
    line-height: 1;
}

.cms-page .author-quote .name {
    color: #6888a0;
    margin-bottom: 3px;
}

@media only screen and (max-width: 1024px) {
    .cms-page .social {
        margin: 20px 0 32px;
    }

    .cms-page .two-cols .col-33 {
        width: 300px !important;
        margin: 0 auto;
    }

    .cms-page .banners .banner {
        width: 300px;
        margin-bottom: 20px;
    }

    .cms-page .banners .order-banner {
        width: 300px;
        margin-bottom: 20px;
    }

    .cms-page .see-also {
        height: auto;
        padding: 30px 0 20px 0;
        -webkit-background-size: cover !important;
        background-size: cover !important;
    }

    .cms-page .see-also .wrapper {
        padding: 0 15px 0 5px;
    }

    .cms-page .see-also .col {
        width: auto;
        padding-left: 0;
        margin: 0 0 20px;
    }

    .cms-page .see-also .title {
        margin-bottom: 54px;
        font-size: 28px;
        font-weight: normal;
    }

    .cms-page .see-also h3 {
        font-weight: normal;
        padding-left: 15px;
    }

    .cms-page .author-quote {
        text-align: right;
        padding: 20px 15px 10px 40px;
        margin: 27px 0 0;
    }

    .cms-page .author-quote h3 {
        line-height: 27px;
        margin-bottom: 30px;
    }

    .cms-page .author-quote p {
        color: #001532;
        line-height: 1;
    }

    .cms-page .author-quote .name {
        color: #6888a0;
        margin-bottom: 3px;
    }
}

.list-page .main-content {
    margin: 37px auto 57px;
}

.list-page .std {
    padding-bottom: 0;
}

.list-page .std > .post:first-child {
    padding: 13px 0 21px;
    background: none;
}

.list-page .post {
    padding: 86px 0 41px;
    margin-bottom: 10px;
    background: url(../../skin/frontend/enterprise/guidor/img/content-line.jpg) top center no-repeat;
}

.list-page .post .photo {
    width: 242px;
    margin-right: 20px;
}

.list-page .post .photo a {
    display: inline-block;
}

.list-page .post .photo img {
    max-width: 242px;
    box-shadow: rgba(0, 0, 0, 0.2);
}

.list-page .post .content {
    width: 360px;
}

.list-page .post .content .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
    font-family: GillSansMTStd-Bold;
    font-weight: normal;
}

.list-page .post .content .date {
    font-size: 14px;
    line-height: 1;
    margin: 0;
}

.list-page .post .content a {
    color: #6888a0;
}

.list-page .post .content p, .list-page .post .content p > a {
    color: #073a53;
    line-height: 24px;
    clear: both;
    text-decoration: none;
}

.list-page .post .adress {
    font-size: 14px;
}

.list-page .post.event {
    padding: 76px 0 42px;
}

.list-page .post.event .date {
    width: 155px;
    height: 160px;
    margin-right: 30px;
    padding-top: 36px;
}

.list-page .post.event .content {
    width: 460px;
}

.list-page .post.event .content .title {
    line-height: 1;
    margin-bottom: 14px;
}

.list-page .post.event .content p {
    margin-bottom: 12px;
}

.list-page .foot-button {
    margin-top: 25px;
}

.list-page .load-more {
    min-width: 156px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 1024px) {
    .list-page .main-content {
        margin: 68px auto 0;
    }

    .list-page .main-top {
        background-size: cover !important;
        background-position: 15% top !important;
    }

    .list-page .main-top h1 {
        font-size: 30px;
    }

    .list-page .two-cols .col-66, .list-page .post .photo, .list-page .post .content, .list-page .post .date {
        float: none;
        width: auto !important;
    }

    .list-page aside {
        margin-top: 61px;
    }

    .list-page .std > .post:first-child {
        padding: 13px 0 26px;
        background: none;
    }

    .list-page .post {
        display: table;
        width: 100%;
        padding: 65px 0 26px;
        margin-bottom: 0;
    }

    .list-page .post .photo, .list-page .post .content, .list-page .post .event .date {
        display: table-cell;
        vertical-align: top;
    }

    .list-page .post .photo {
        min-width: 114px;
        width: 34% !important;
        margin-right: 0;
        padding-right: 10px;
        text-align: left;
    }

    .list-page .post .photo img {
        width: 100%;
    }

    .list-page .post .content {
        min-width: 186px;
    }

    .list-page .post .content .title {
        font-size: 16px;
        line-height: 24px;
    }

    .list-page .post .content p {
        display: none;
    }

    .list-page .post .content .date, .list-page .post .content .adress {
        display: block;
        margin-bottom: 2px;
    }

    .list-page .post.event {
        position: relative;
        padding: 68px 0 38px;
    }

    .list-page .post.event .date {
        width: 88px !important;
        height: auto;
        padding: 0 30px 0 0;
        margin-right: 24px;
    }

    .list-page .post.event .content {
        width: 100% !important;
        min-width: 186px;
    }

    .list-page .post.event .content .title {
        line-height: inherit;
        margin-bottom: 0;
    }

    .list-page .post.event .content .title a {
        color: #001532;
    }

    .list-page .foot-button {
        margin-top: 20px;
    }

    .list-page .banners .banner {
        margin: 0 auto;
    }
}

.home-page header {
    height: 130px;
    border-bottom: 1px solid #6888a0;
}

.home-page .wrapper > .title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 71px;
    color: #6888a0;
    text-align: center;
}

.home-page .footer {
    text-align: center;
}

.home-page .footer .button {
    width: 180px;
    font-size: 13px;
    font-family: GillSansMTStd-Bold;
}

.home-page .products-item {
    padding: 36px 0 58px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.home-page .products-item .title {
    margin-bottom: 50px;
}

.home-page .products-item .item {
    width: 227px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    border: 1px solid transparent;
}

.home-page .products-item .item .photo {
    margin-bottom: 10px;
}

.home-page .products-item .item h3 {
    font: 22px/24px GillSansMTStd-Bold;
    margin-bottom: 0;
}

.home-page .products-item .item p, .home-page .products-item .item .short-descr a {
    color: #001532;
}

.home-page .products-item .sub-items {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.home-page .products-item .item.parent.hover .sub-items {
    display: block;
}

.home-page .products-item .sub-item {
    height: 50%;
    padding: 22px 25px 20px;
}

.home-page .products-item .sub-item p:last-child a {
    color: #001532;
}

.home-page .products-item .sub-item .button {
    width: 179px;
    font-size: 13px;
    padding: 9px 10px 7px;
}

.home-page .products-item .sub-item a:hover {
    text-decoration: none;
}

.home-page .products-item .sub-item:first-child {
    border-bottom: 1px solid #001532;
}

.home-page .benefits-item {
    padding: 45px 0 65px;
}

.home-page .benefits-item .wrapper {
    width: 834px;
}

.home-page .benefits-item .content {
    width: 50%;
}

.home-page .benefits-item .content h3, .home-page .benefits-item .content p {
    color: #001532;
}

.home-page .benefits-item .content h3 {
    font-family: GillSansMTStd-Bold;
    font-weight: normal;
    margin-bottom: 8px;
}

.home-page .benefits-item .content p {
    line-height: 28px;
}

.home-page .benefits-item .content ul li {
    position: relative;
    padding: 0 12px;
    margin-bottom: 31px;
}

.home-page .benefits-item .content ul li:before {
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 0;
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 7px;
    color: #001532;
    line-height: 21px;
}

.home-page .benefits-item h4.foot {
    font: 16px/24px MuseoSlab-700;
    color: #6888a0;
    padding: 0 8px;
}

.home-page .benefits-item h4.foot a {
    text-decoration: underline;
}

.home-page .benefits-item h4.foot a:hover {
    text-decoration: none;
}

.home-page .news-item {
    padding: 41px 0 42px;
}

.home-page .news-item .title {
    margin-bottom: 48px;
    color: #073a53;
    letter-spacing: 0.75px;
    padding-left: 6px;
}

.home-page .news-item .col {
    width: 310px;
    height: 300px;
    margin-right: 26px;
    box-shadow: 0 0 3px #999;
}

.home-page .news-item .col:last-child {
    margin-right: 0;
}

.home-page .news-item .info {
    padding: 17px 14px 5px;
}

.home-page .news-item .info p {
    font-size: 18px;
    line-height: 24px;
}

.home-page .news-item .info a {
    color: #073a53;
}

.home-page .news-item .info .date {
    font-size: 14px;
    color: #100d0b;
    margin-bottom: 8px;
}

.home-page .news-item .photo {
    height: 164px;
}

.home-page .news-item .photo a {
    display: block;
}

.home-page .news-item .photo img {
    max-width: 100%;
}

.home-page .news-item ul {
    margin-bottom: 44px;
}

.home-page .events-item {
    padding: 46px 0 32px;
}

.home-page .events-item .title {
    margin-bottom: 58px;
    color: #073a53;
    letter-spacing: 0.75px;
}

.home-page .events-item ul {
    margin-bottom: 41px;
}

/*.home-page .events-item .col:last-child {
    padding-left: 46px;
}*/

.home-page .event .title {
    margin-bottom: 17px;
}

@media only screen and (max-width: 1024px) {
    .home-page .wrapper > .title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 50px;
    }

    .home-page .products-item {
        padding: 20px 0 3px;
    }

    .home-page .products-item .title {
        font-size: 28px;
        margin-bottom: 42px;
    }

    .home-page .products-item .col {
        float: none;
        width: auto;
        margin: 0;
    }

    .home-page .products-item .item {
        display: table;
        width: 100%;
        text-align: left;
        margin-bottom: 36px;
    }

    .home-page .products-item .item .photo {
        display: table-cell;
        max-width: 50%;
        width: 225px !important;
        height: 137px;
        margin: 0;
        padding: 4px 0 0;
    }

    .home-page .products-item .item .photo img {
        max-width: 100%;
        height: auto;
    }

    .home-page .products-item .item .info {
        display: table-cell;
        padding-left: 12px;
    }

    .home-page .products-item .item .info h3 {
        font-size: 18px;
        line-height: 24px;
        font-family: GillSansMTStd-Bold;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .home-page .products-item .item .info p {
        line-height: 24px;
    }

    .home-page .products-item .item:hover {
        border: 1px solid transparent !important;
    }

    .home-page .products-item .sub-items {
        left: 50%;
        border: 1px solid #073a53;
        width: 230px;
        height: auto;
        margin-left: -115px;
        z-index: 100;
    }

    .home-page .products-item .photo, .home-page .products-item .info {
        vertical-align: top;
    }

    .home-page .benefits-item {
        padding: 42px 0 343px;
        -webkit-background-size: 800px !important;
        background-size: 800px !important;
        background-position: 88% 100% !important;
    }

    .home-page .benefits-item .wrapper {
        width: 90%;
    }

    .home-page .benefits-item h2.title {
        line-height: 46px;
        margin-bottom: 54px;
    }

    .home-page .benefits-item .content {
        width: 100%;
    }

    .home-page .benefits-item .content ul li {
        padding: 0 0 0 34px;
        margin-bottom: 34px;
    }

    .home-page .benefits-item .content ul li:before {
        display: none;
    }

    .home-page .benefits-item .content h3 {
        margin-bottom: 6px;
    }

    .home-page .benefits-item .content h4.foot {
        padding: 0 35px;
    }

    .home-page .news-item {
        padding: 31px 0 44px;
    }

    .home-page .news-item .title {
        margin-bottom: 33px;
    }

    .home-page .news-item .col {
        float: none;
        width: 300px;
        margin: 0 auto 40px !important;
    }

    .home-page .news-item .col:last-child {
        margin-bottom: 50px !important;
    }

    .home-page .news-item .info {
        padding: 15px 10px 6px;
    }

    .home-page .news-item .info .date {
        margin-bottom: 8px;
    }

    .home-page .news-item ul {
        margin-bottom: 10px;
    }

    .home-page .events-item {
        padding: 30px 0 42px;
    }

    .home-page .events-item .title {
        margin-bottom: 47px;
    }

    .home-page .events-item ul {
        margin-bottom: 38px;
    }

    .home-page .event {
        display: table;
        margin: 0 0 50px 0 !important;
    }

    .home-page .event .title {
        margin-bottom: 2px;
    }

    .home-page .event .date, .home-page .event .event {
        display: table-cell;
        float: none;
        vertical-align: top;
    }

    .home-page .event .date {
        width: 88px;
        height: 82px;
        border-right: 1px solid #6888a0;
        margin-right: 0;
        padding-right: 30px;
        text-align: center;
    }

    .home-page .event .content {
        width: auto;
        padding-left: 25px;
    }

    .home-page .events-item .col:last-child {
        padding-left: 0;
        margin-bottom: 0 !important;
    }
}

.no-touch .home-page .products-item .item.parent:hover {
    border: 1px solid #001532;
}

.no-touch .home-page .products-item .item.parent:hover .sub-items {
    display: block;
}

.product-page .social {
    margin: 3px 0 0;
    text-align: left;
}

.product-page .social li {
    display: inline-block;
    margin-left: 5px;
}

.product-page .social a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
}

.product-page .social i[class^='social-icon'] {
    background: url("../../skin/frontend/enterprise/guidor/img/social-sprite-small.png") 0 0 no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.product-page .social i.fa-print {
    color: #003b8d;
    font-size: 16px;
    margin: 4px 10px 0 0;
}

.product-page .social i.social-icon-en {
    background-position: 0 -25px;
}

.product-page .social i.social-icon-fb {
    background-position: 0 -100px;
}

.product-page .social i.social-icon-gl {
    background-position: 0 0;
}

.product-page .social i.social-icon-in {
    background-position: 0 -50px;
}

.product-page .social i.social-icon-tw {
    background-position: 0 -75px;
}

.product-page .gallery {
    position: relative;
    margin: 6px 0 21px;
}

.product-page .gallery .main-area {
    position: relative;
    width: 652px;
    height: 424px;
    overflow: hidden;
}

.product-page .gallery .main-area li {
    display: none;
}

.product-page .gallery .main-area figcaption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px 23px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #001532;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.35);
}

.product-page .gallery .thumbnails {
    margin: 4px 0 0;
}

.product-page .gallery .thumbnails ul {
    overflow: hidden;
}

.product-page .gallery .thumbnails li {
    float: left;
    width: 153px;
    height: 100px;
    margin-right: 13px;
}

.product-page .gallery .thumbnails li:last-child {
    margin-right: 0;
}

.product-page .tabs-titles {
    height: 45px;
    border-bottom: 1px solid #6888a0;
}

.product-page .tabs-titles ul {
    display: table;
}

.product-page .tabs-titles li {
    display: table-cell;
    padding-right: 8px;
    vertical-align: middle;
    text-align: center;
}

.product-page .tabs-titles li:last-child {
    padding-right: 0;
}

.product-page .tabs-titles a {
    display: block;
    width: 157px;
    height: 45px;
    font: 14px/45px MuseoSlab-700;
    color: #6888a0;
    border: 1px solid #6888a0;
}

.product-page .tabs-titles a.current,
.product-page .tabs-titles a:hover {
    background-color: #6888a0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #4690a4;
    text-decoration: none;
}

.product-page .tabs-content {
    padding: 22px 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5fdff+0,f0f8ff+100 */
    background: #f5fdff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f5fdff 0%, #f0f8ff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5fdff), color-stop(100%, #f0f8ff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5fdff 0%, #f0f8ff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5fdff 0%, #f0f8ff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5fdff 0%, #f0f8ff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f5fdff 0%, #f0f8ff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5fdff', endColorstr='#f0f8ff', GradientType=0);
    /* IE6-9 */
}

.product-page .tabs-content .std {
    display: none;
    padding-bottom: 0;
}

.product-page .tabs-content img {
    border: none;
}

.product-page .tabs-content figure {
    margin: 0;
}

.product-page .tabs-content h2 {
    margin-bottom: 8px;
}

.product-page .tabs-content h3 {
    margin-bottom: 10px;
}

.product-page .tabs-content p {
    line-height: 24px;
    color: #001532;
}

.product-page .tabs-content table {
    margin: 25px 0 30px;
}

.product-page .tabs-content .inner {
    width: 500px;
    margin: 0 auto;
}

.product-page .main .back {
    font: normal 14px GillSansMTStd-Bold;
    color: #6888a0;
    text-transform: uppercase;
    margin: 29px 0 52px;
    line-height: 1.2;
}

.product-page .main .back i {
    font-size: 34px;
}

.product-page .main .back a {
    text-decoration: underline;
}

.product-page aside.col-33 {
    width: 322px;
    padding-left: 10px;
}

.product-page aside.col-33 .info {
    margin-bottom: 24px;
}

.product-page aside.col-33 .info .title {
    color: #6888a0;
    font-size: 36px;
    line-height: 1;
}

.product-page aside.col-33 .info h4, .product-page aside.col-33 .info p {
    color: #001532;
}

.product-page aside.col-33 .info h4 {
    font-size: 20px;
    line-height: 28px;
}

.product-page aside.col-33 .info p {
    margin-bottom: 0;
}

.product-page aside.col-33 .info b {
    font-family: GillSansMTStd-Bold;
}

.product-page aside.col-33 .info a {
    text-decoration: underline;
}

.product-page aside.col-33 .info a:hover {
    text-decoration: none;
}

.product-page aside.col-33 .banners .banner {
    width: 310px;
    height: 210px;
    margin: 0 0 20px;
    padding: 12px 20px 30px;
    border: 1px solid #0d489a;
}

.product-page aside.col-33 .banners .banner h3 {
    color: #6888a0;
}

.product-page aside.col-33 .banners .banner .button {
    min-width: 209px;
    border: 1px solid #073a53;
    font-family: GillSansMTStd-Bold;
}

.product-page aside.col-33 .counries p {
    line-height: 24px;
    margin-bottom: 0;
    color: #001532;
}

.product-page aside.col-33 .counries a {
    text-decoration: underline;
}

.product-page aside.col-33 .counries a:hover {
    text-decoration: none;
}

.product-page aside.col-33 .counries b {
    font-family: GillSansMTStd-Bold;
}

.product-page .our-products {
    padding: 33px 0 25px;
}

@media only screen and (max-width: 1024px) {
    .product-page .main-top {
        display: none;
    }

    .product-page .main-content.wrapper {
        width: 100%;
    }

    .product-page .gallery {
        max-width: 652px;
        margin: 0 auto;
    }

    .product-page .gallery .main-area {
        position: relative;
        width: 100%;
        height: auto;
    }

    .product-page .gallery .main-area img {
        display: block;
        min-height: 287px;
    }

    .product-page .gallery .main-area figcaption {
        line-height: 21px;
        padding: 10px;
    }

    .product-page .gallery .thumbnails {
        margin: 4px 0 0;
        overflow: hidden;
    }

    .product-page .gallery .thumbnails ul {
        display: table;
        width: 102%;
    }

    .product-page .gallery .thumbnails li {
        float: none;
        display: table-cell;
        width: auto;
        height: auto;
        margin-right: 0;
        padding-right: 5px;
    }

    .product-page .gallery hr {
        height: 10px;
        margin-bottom: 0;
    }

    .product-page aside.col-33 {
        width: 300px;
        padding-left: 0;
        margin: 0 auto;
    }

    .product-page aside.col-33 .info .title {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 18px;
    }

    .product-page aside.col-33 .info h4 {
        font-size: 18px;
    }

    .product-page aside.col-33 .banners .banner {
        width: 300px;
        margin-bottom: 16px;
    }

    .product-page aside.col-33 .counries {
        margin-bottom: 16px;
    }

    .product-page .tabs-titles {
        height: auto;
        padding: 0 5px 6px;
        border-bottom: 1px solid #6888a0;
    }

    .product-page .tabs-titles ul {
        display: block;
        overflow: hidden;
        text-align: center;
    }

    .product-page .tabs-titles li {
        display: inline-block;
        padding-right: 0;
        margin-bottom: 6px;
    }

    .product-page .tabs-titles a {
        width: 154px;
    }

    .product-page .tabs-content {
        padding: 22px 0 11px;
    }

    .product-page .tabs-content .std > *, .product-page .tabs-content .inner p {
        padding: 0 10px;
    }

    .product-page .tabs-content .inner {
        padding: 0;
        width: 100%;
        max-width: 500px;
    }

    .product-page .tabs-content table {
        margin: 0;
    }

    .product-page .back {
        margin: 0 0 62px;
    }

    .product-page .our-products {
        padding: 30px 0 1px;
    }

    .product-page .our-products .title {
        margin-bottom: 50px;
    }

    .product-page .our-products .item {
        margin: 0 auto 54px;
    }
}

.search-result-page .main-content {
    padding-bottom: 74px;
}

.search-result-page .main-top {
    min-height: auto;
    margin-bottom: 36px;
}

.search-result-page .search-phrase {
    padding-left: 6px;
    margin-bottom: 25px;
    font: normal 24px/1.4 MuseoSlab-300;
    color: #001532;
}

.search-result-page .search-phrase .phrase {
    color: #6888a0;
}

.search-result-page hr {
    margin: 8px 0;
    background: url(../../skin/frontend/enterprise/guidor/img/pics/line-long.png) center top no-repeat;
}

.search-result-page .result-block {
    padding-bottom: 20px;
}

.search-result-page .result-block section {
    max-width: 820px;
    padding-top: 28px;
    margin-bottom: 20px;
}

.search-result-page .result-block section .wrapper {
    width: auto;
}

.search-result-page .result-block section h3 {
    margin-bottom: 11px;
    font-family: MuseoSlab-700;
    letter-spacing: 0.3px;
}

.search-result-page .result-block section h3 a {
    color: #001532;
}

.search-result-page .result-block section p {
    line-height: 24px;
}

.search-result-page .result-block section p a {
    color: #333;
}

.search-result-page .result-block section p.description {
    margin-bottom: 44px;
}

.search-result-page .result-block section a.url {
    font-family: GillSansMTStd-Bold;
    font-size: 14px;
    color: #6888a0;
    text-decoration: underline;
}

.search-result-page .result-block section a:hover {
    text-decoration: none;
}

.search-result-page .result-block hr {
    width: 59%;
    height: 0;
    margin: 0;
    background: none;
    border-bottom: 1px solid #6888a0;
}

.search-result-page .buttons {
    margin: 14px 0 50px;
}

.search-result-page .buttons .button {
    padding: 0 42px 0 36px;
    font-family: GillSansMTStd-Bold;
    letter-spacing: 0.5px;
    color: #001532;
}

.search-result-page .buttons .button:hover {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .search-result-page .main-content {
        width: 100%;
        padding-bottom: 52px;
    }

    .search-result-page hr {
        width: 92%;
        margin: 7px auto;
        background-size: cover;
    }

    .search-result-page .search-phrase {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .search-result-page .search-phrase p {
        font-size: 18px;
    }

    .search-result-page .result-block {
        padding-bottom: 7px;
    }

    .search-result-page .result-block section {
        padding-top: 29px;
        margin-bottom: 9px;
    }

    .search-result-page .result-block section .wrapper {
        width: 90%;
        padding-right: 18px;
    }

    .search-result-page .result-block section h3, .search-result-page .result-block section p.description {
        font-size: 16px;
    }

    .search-result-page .result-block section h3 {
        margin-bottom: 11px;
        line-height: 1.5;
    }

    .search-result-page .result-block section p {
        margin-bottom: 9px;
    }

    .search-result-page .result-block section p.description {
        margin-bottom: 31px;
    }

    .search-result-page .result-block section a.url {
        margin-left: -1px;
        letter-spacing: -0.3px;
    }

    .search-result-page .result-block hr {
        width: 100%;
    }

    .search-result-page .buttons {
        margin-bottom: 14px;
        text-align: center;
    }
}

.dentist-finder-page .main-top.type-3 {
    margin-bottom: 27px;
}

.dentist-finder-page h2 {
    margin: 0 0 0 17px;
    color: #6888a0;
}

.dentist-finder-page h3 {
    margin-left: 16px;
    font-family: GillSansMTStd-Bold;
    color: #001532;
    letter-spacing: -0.55px;
}

.dentist-finder-page .search-block {
    margin: 27px auto 51px;
}

.dentist-finder-page #map-canvas {
    width: 100%;
    height: 601px;
}

.dentist-finder-page .marker-info {
    padding: 19px 0 0 7px;
}

.dentist-finder-page .marker-info * {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.dentist-finder-page .marker-info h4, .dentist-finder-page .marker-info a, .dentist-finder-page .marker-info .phone {
    color: #6888a0;
    margin-bottom: 0;
}

.dentist-finder-page .marker-info h4 {
    font-family: GillSansMTStd-Bold;
}

.dentist-finder-page .marker-info p {
    font-family: GillSansMTStd-Medium;
    line-height: 17px;
}

.dentist-finder-page .marker-info a, .dentist-finder-page .marker-info .phone {
    font-family: GillSansMTStd-Medium;
}

.dentist-finder-page .marker-info a {
    text-decoration: underline;
}

.dentist-finder-page .marker-info a:hover {
    text-decoration: none;
}

.dentist-finder-page .join-network {
    background: url("../../skin/frontend/enterprise/guidor/img/bgs/light-blue-gradient.jpg") center top repeat;
    background-size: cover;
}

.dentist-finder-page .join-network a {
    margin: 49px 0 55px 2px;
    font: normal 38px/1.4 MuseoSlab-300;
    color: #6888a0;
    display: inline-block;
    text-decoration: underline;
    letter-spacing: 0.7px;
}

.dentist-finder-page .join-network a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .dentist-finder-page .main-top.type-3 {
        margin-bottom: 33px;
    }

    .dentist-finder-page h2 {
        margin: 0 0 7px 0;
        font-size: 24px;
    }

    .dentist-finder-page h3 {
        margin-left: 0;
        font-size: 16px;
        line-height: 1.1;
    }

    .dentist-finder-page .search-block {
        margin: 16px auto 41px;
    }

    .dentist-finder-page #map-canvas {
        height: 455px;
    }

    .dentist-finder-page .join-network a {
        margin: 45px 0 49px 0px;
        font-size: 28px;
        letter-spacing: 0.5px;
        line-height: 1.2;
    }
}

footer {
    border-top: 2px solid #014584;
    background: #fff;
}

footer .top-part {
    padding-top: 48px;
    margin-bottom: 12px;
}

footer .top-part a {
    color: #6888a0;
    text-decoration: underline;
}

footer .top-part a:hover {
    text-decoration: none;
}

footer .top-part i {
    color: #073a53;
    margin-right: 10px;
}

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

footer .top-part .title {
    margin: 0 0 10px;
    font: normal 16px/24px GillSansMTStd-Bold;
    color: #073a53;
}

footer .top-part .col:last-child {
    padding-left: 75px;
}

footer .links li {
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
}

footer .contacts {
    margin-bottom: 32px;
}

footer .contacts .title {
    margin: 0 0 7px;
}

footer .contacts p {
    margin: 0;
    line-height: 1.4;
}

footer .contacts form {
    position: relative;
    width: 320px;
    height: 39px;
    margin-top: 16px;
    border: 1px solid #073a53;
    border-radius: 3px;
    overflow: hidden;
}

footer .contacts form input {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    border: none;
}

footer .contacts form input[type="text"] {
    float: left;
    width: 200px;
    padding: 0 16px;
}

footer .contacts form input[type="submit"] {
    float: right;
    width: 110px;
    color: white;
    font-weight: normal;
    font-family: GillSansMTStd-Bold;
    text-align: center;
    background-color: #073a53;
    margin: 0;
    padding: 0;
}

footer .lang-item {
    margin: 5px 0 13px;
}

footer .lang-item label {
    margin-top: 5px;
}

/*footer .lang-item .selectize-control.single.type-2 {*/
    /*width: 174px;*/
/*}*/

footer .logo {
    text-align: center;
}

footer .logo h2 {
    margin: 0;
}

footer .mid-part .logo {
    text-align: center;
    margin-left: -6px;
}

footer .mid-part .partners p {
    color: #073a53;
    margin: 10px 0;
}

footer .mid-part .partners img {
    vertical-align: middle;
    margin-left: 15px;
}

footer .bot-part {
    height: 43px;
    margin-top: 22px;
    background-color: #073a53;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer .bot-part nav {
    width: 55%;
    margin-left: -10px;
}

footer .bot-part ul {
    display: table;
    width: 100%;
    text-align: left;
}

footer .bot-part li {
    display: table-cell;
    height: 43px;
    vertical-align: middle;
}

footer .bot-part a {
    font-size: 12px;
    color: #fff;
}

footer .copyrights p {
    font-size: 12px;
    margin: 10px 0 0;
}

/*footer .selectize-control.single.type-2 .selectize-input {*/
    /*padding: 0 34px 0 17px;*/
/*}*/

footer .selectize-control.single.type-2 .selectize-input:after {
    right: 10px;
}

footer .back i {
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    footer .wrapper {
        min-width: 300px;
    }

    footer .three-cols .col,
    footer .three-cols .col:last-child {
        width: auto;
        float: none;
        margin: 0 0 34px;
    }

    footer .three-cols .col:last-child {
        width: 200px;
        margin: 40px auto 44px;
        padding: 0;
    }

    footer .top-part {
        height: auto;
        padding-top: 35px;
        text-align: center;
    }

    footer .top-part .col:last-child {
        width: 200px;
        padding-left: 0;
    }

    footer .copyrights {
        display: block;
        float: none;
        text-align: left;
    }

    footer .copyrights p {
        color: #003b8d;
        margin: 0;
    }

    footer .mid-part .col:first-child {
        margin-bottom: 0;
    }

    footer .mid-part .logo {
        width: auto;
        float: none;
        text-align: center;
        padding-right: 0;
        margin-bottom: 24px;
    }

    footer .mid-part .partners {
        float: none;
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
    }

    footer .mid-part .partners p {
        margin: 7px 22px 10px;
        line-height: 24px;
    }

    footer .mid-part .partners img {
        margin-left: 5px;
    }

    footer .contacts .title {
        margin: 0 0 10px;
    }

    footer .contacts form {
        /*width: 300px;*/
        margin-bottom: 40px;
        margin: 20px auto;
    }

    footer .contacts form input[type="text"] {
        width: 185px;
    }

    footer .bot-part {
        height: auto;
        margin-top: 38px;
        padding-bottom: 17px;
    }

    footer .bot-part nav {
        width: 100%;
        margin: 0;
    }

    footer .bot-part ul {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        padding: 4px 0 5px;
        margin-bottom: 12px;
    }

    footer .bot-part li {
        display: inline-block;
        height: auto;
        width: 49%;
        margin: 0;
    }

    footer .title {
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 10px;
    }

    footer .item {
        padding-left: 0;
    }

    footer .contacts {
        margin-bottom: 20px;
    }

    footer .contacts-us, footer .back {
        text-align: center;
    }

    footer .back {
        margin-bottom: 44px;
    }

    footer .langs {
        margin-bottom: 10px;
    }

    footer .langs a {
        color: #6888a0;
    }

    footer .lang-item {
        margin: 5px 0 24px;
    }

    footer .mob-br {
        clear: both;
    }

    footer .links {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .only-mobile {
        display: block !important;
    }

    .only-mobile.inline {
        display: inline-block !important;
    }

    .only-desktop,
    .only-desktop.inline {
        display: none !important;
    }

    .wrapper {
        min-width: 300px;
        width: 90%;
        padding: 0;
    }

    .main {
        margin-top: 0;
    }

    .main.shadow {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .breadcrumbs, .type-2 .breadcrumbs {
        padding: 4px 0 0 0;
    }

    .two-cols .col-66, .two-cols .col-33 {
        width: auto;
        float: none;
    }

    .std img, .leding-items img, .gallery img {
        max-width: 100% !important;
        height: auto !important;
        display: inline-block;
    }

    .promo {
        top: 155px;
    }

    .promo h3 {
        height: auto;
    }

    .social {
        margin: 20px 0;
    }

    .main-top.type-2 .wrapper {
        min-width: 300px;
    }

    .main-top.type-2 {
        height: auto;
    }

    .main-top.type-2 .breadcrumbs {
        padding: 4px 0 25px;
    }

    .main-top.type-2 .title {
        font-size: 32px;
        margin: 0 0 10px;
    }

    .contact-block .content {
        padding: 32px 0 10px;
    }

    .contact-block .content h2 {
        margin: 0 0 5px;
    }

    .contact-block .content h3 {
        margin: 0 8px 25px;
        font-size: 14px;
        line-height: 1;
    }

    .contact-block .content p {
        line-height: 1.6;
    }

    .contact-block .content .button {
        margin-bottom: 40px;
        border: 1px solid #fff;
    }

    .contact-block .content i {
        font-size: 20px;
    }

    .clear-mob {
        content: "";
        display: block;
        clear: both;
    }

    .banners .banner {
        width: 300px;
        padding: 20px 20px 30px;
        margin: 0 auto 1px;
    }

    .three-cols-items .col,
    .two-cols-items .col {
        float: none;
        width: auto;
        margin: 0 auto;
    }

    .three-cols-items .col:last-child,
    .two-cols-items .col:last-child {
        margin-right: inherit;
    }

    .std {
        padding: 0 0 40px;
    }

    .std h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .std h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .std h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .std h4 {
        font-size: 16px;
    }

    .std p {
        font-size: 14px;
        line-height: 24px;
    }

    .std .type-foot {
        margin: 65px 0 0;
    }

    .std figure {
        float: none !important;
    }

    .std hr {
        width: 100%;
    }

    .our-products {
        padding: 42px 0 11px;
    }

    .our-products .title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .our-products .item {
        float: none;
        overflow: hidden;
        width: auto;
        margin: 0 auto 48px;
    }

    .our-products .item:nth-child(3n) {
        margin-right: inherit;
    }

    .our-products .photo {
        width: 149px;
        height: 136px;
        margin: 3px 16px 5px 0;
    }

    .our-products .photo img {
        height: auto;
    }

    .our-products .info h3 {
        margin-bottom: 5px;
    }

    .our-products .info p {
        line-height: 24px;
    }

    .search-block {
        width: 302px;
        padding-right: 1px;
        margin: 56px auto 28px;
    }

    .search-block input.search {
        padding: 0 96px 0 14px;
    }

    .search-block input.search-button {
        right: 1px;
    }

    .event-selector {
        width: 300px;
        padding: 17px 20px 12px;
        margin: 0 auto 1px;
    }

    .event-selector .lang-item {
        margin-bottom: 37px;
    }

    .main-top {
        height: auto;
        background-size: cover !important;
        background-position: 15% top !important;
        padding: 0 10px 10px;
    }

    .main-top .date {
        margin: 15px 0;
    }

    .main-top .title {
        font-size: 32px;
        line-height: 46px;
        margin: 8px 0 15px;
    }

    .main-top .content {
        padding-left: 0;
    }

    .main-top p {
        font-size: 16px;
        line-height: 1.4;
    }
}

/* Remove bullets in webforms */
.webforms- ul li:before {
    content: none;
}

.std .webforms- ul li li:before {
    content: none;
}

/* Center products widget on homepage */
.products-item  .content
{
    text-align: left;
}
.products-item  > .wrapper .content
{
    text-align: center;
}
.products-item > .wrapper .content ul
{
    display: inline-block;
}

/* Center cross sell our products and discover our products widget */
.our-products  .content
{
    text-align: left;
}
.our-products  > .wrapper .content
{
    text-align: center;
}
.our-products > .wrapper .content ul
{
    display: inline-block;
    text-align: left;
}

/* Adapt footer newsletter with a webform */
.item.contacts .fieldset ul li.fields label,
.item.contacts .buttons-set p
{
    display: none;
}
.item.contacts .fieldset
{
    float: left;
    width: 200px;
}
.item.contacts .buttons-set button
{
    height: 37px;
    line-height: 37px;
    float: right;
    width: 110px;
    color: white;
    background-color: #073a53;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.item.contacts .buttons-set button span
{
    text-transform: none;
}
.item.contacts .buttons-set span.please-wait
{
    height: 37px;
    line-height: 37px;
}
.item.contacts .buttons-set span.please-wait img
{
    margin-right: 5px;
    vertical-align: middle;
}
.item.contacts .webforms-success-text
{
    margin-top: 16px;
}

/* Form design */
div[id^="webform"][id$="form"] .std
{
    padding-bottom: 0;
}
div[id^="webform"][id$="form"] form .fieldset h2.legend
{
    font-size: 20px;
    margin-top: 20px;
}
div[id^="webform"][id$="form"] form .fieldset .field.type-select-radio > label,
div[id^="webform"][id$="form"] form .fieldset .field.type-select-checkbox > label
{
    font-family: MuseoSlab-700;
}
div[id^="webform"][id$="form"] form .fieldset .field.type-select-radio .list-select label,
div[id^="webform"][id$="form"] form .fieldset .field.type-select-checkbox .list-select label
{
    font: normal 16px/18px GillSansMTStd-Medium;
}

/* Fixed header design */
.header_under {
    height: 142px;
}

.home-page .header_under {
    height: 130px;
}

@media only screen and (max-width: 1024px) {
    .header_under {
        display:none;
    }
}

/* Cookies bar */
footer .cookies-part {
  background-color: white;
  font-size: 12px;
  color: #999;
  padding: 5px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .cookies-part a {
  color: #0253a2;
  text-decoration: underline;
}

/* Two dates for events widget homepage */
.events-item .dates .date {
    margin-right: 0;
    width: 85px;
    border-right: none;
}
.events-item .content .event {
    position: relative;
}
.events-item .dates .date-separator {
    position: absolute;
    top: 38px;
    left: 78px;
    font-size: 35px;
}
@media only screen and (max-width: 1024px) {
    .events-item .dates {
        display: table-cell;
        width: 150px;
        float: left;
    }
    .events-item .dates .date {
        display: inline-block;
        padding-right: 10px;
        width: 70px;
    }
    .events-item .dates .date-separator {
        left: 64px;
    }
    .events-item .content .content {
        padding-left: 0;
        padding-top: 5px;
        width: calc(100% - 150px);
    }
}

/* Two dates for event list page */
.list-page .post.event .dates {
    width: 160px;
    float: left;
    position: relative;
    text-align: center;
}
.list-page .post.event .date {
    display: inline-block;
    float: none;
    width: 60px;
    margin-right: 15px;
    border-right: none;
}
.list-page .post.event .content {
    width: 440px;
    padding-top: 10px;
}
.list-page .post.event .dates .date-separator {
    position: absolute;
    top: 68px;
    left: 65px;
    font-size: 30px;
}
@media only screen and (max-width: 1024px) {
    .list-page .post.event .date {
        padding: 0px;
        margin: 0px;
        width: 68px !important;
    }
    .list-page .post.event .dates {
        width: 155px;
    }
    .list-page .post.event .dates .date-separator {
        top: 37px;
        left: 70px;
    }
}
}
/* For homepage guidor regenerative products */
@media only screen and (max-width: 400px) {
    .home-page .products-item .item .photo {
        width: 150px!important;
    }
}

/* Unjustify Cross sells descriptions */
.our-products .info p {
    text-align: left;
}
/**
 * selectize.default.css (v0.11.0) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  /* cursor: text; */
  display: inline-block;
}
.selectize-input {
  border: 1px solid #c9c9c9;
  padding: 0 45px 0 9px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {}
.selectize-input.dropdown-active {}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-input > .item {
    height: 43px;
    font: normal 16px/43px Helvetica, Arial, "Nimbus Sans L", sans-serif;
    color: #001532;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  height: 43px !important;
  line-height: 43px !important;
  padding: 0 !important;
  border: 0 none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 1000;
  border: 1px solid #073a53;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
  /*color: transparent;*/
  background-color: transparent;
}
.selectize-control .selectize-input.dropdown-active input {
  display: none !important;
  opacity: 0;
  color: transparent
}
.selectize-control.single .selectize-input:after {
  content: "\f078";
  font: 14px/43px 'FontAwesome';
  display: block;
  width: 44px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  /*background: transparent url('https://www.guidor.com/skin/frontend/enterprise/guidor/img/bgs/select-arrow.png') center center no-repeat;*/
  border-left: 1px solid #c9c9c9;
  color: #003b8d;
  text-align: center;
}
.selectize-control.single .selectize-input.dropdown-active:after {}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-color: #c9c9c9;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.slider-wrapper {
    height: 487px;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.caption {
    position: absolute;
    top: 32px;
    left: 50%;
    width: 984px;
    height: auto;
    padding-top: 0;
    margin: 0 auto;
    margin-left: -492px;
}
.caption h2, .caption h2 a {
    font: 44px/48px MuseoSlab-300;
    margin-bottom: 2px;
    color: #6888a0;
    text-decoration: none;
}
.caption h2 span {
    color: #001532;
}
.caption a {
    display: block;
    font: 16px/42px MuseoSlab-700;
    text-decoration: underline;
}
.caption a:hover {
    text-decoration: none;
}
.slides-navigation {
  /*margin: 0 auto;*/
    margin-left: -492px;
  position: absolute;
  z-index: 3;
    left: 50%;
  top: 51%;
  width: 984px;
}
.slides-navigation a {
  position: absolute;
  display: block;
    width: 11px;
    height: 18px;
    cursor: pointer;
    background: url(../../skin/frontend/enterprise/guidor/img/slider-arrows.png) no-repeat;
    text-indent: 100%;   white-space: nowrap;   overflow: hidden;
}
.slides-navigation a.prev {
  left: 5px;
    background-position: left 0;
}
.slides-navigation a.next {
  right: 2px;
    background-position: right 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 23px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  width: 15px;
  height: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: url(../../skin/frontend/enterprise/guidor/img/slider-bullets.png) right 0 no-repeat;
    margin: 2px;
    text-indent: 100%;   white-space: nowrap;   overflow: hidden;
    cursor: pointer;

}
.slides-pagination a.current {
    background-position: left 0;
}
.slides-container .caption {
    /*background: url(https://www.guidor.com/skin/frontend/enterprise/guidor/img/bgs/slider-static-captions-d.png) 48% 120% no-repeat;*/
}

@media only screen and (max-width: 1024px) {
    .slider-wrapper {
        height: 395px;
    }
    .slides-navigation, .caption {
        margin-left: 0;
        left: 0;
        top: 62.5%;
        width: 100%;
    }
    .caption {
        top: 32px;
        left: 0;
        width: 100%;
        min-width: 300px;
        padding: 0 4% 0;
        -webkit-background-size: 336px !important;
        background-size: 336px !important;
    
        background-position: center 100% !important;
}
    .caption h2 {
        font: 36px/44px MuseoSlab-300;
        margin-bottom: 2px;
    }
    .slides-navigation a.prev {
        left: 3%;
    }
    .slides-navigation a.next {
        right: 3%;
    }
    .slides-pagination {
        display: none;
    }
}

/* defaults */
/**/
.menu-creator-pro ,
.menu-creator-pro * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}
.menu-creator-pro {
    font-family: GillSansMTStd-Medium;
}
.mcp-icon {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6888a0;
    margin-left: 3px;
    font-style: normal;
}
.menu-creator-pro li:hover > .mcp-icon, .menu-creator-pro li.current > .mcp-icon {
    /* color: #FFFFFF; */
}
.switcher .mcp-icon {
    font-style: normal !important;
    left: auto!important;
    position: relative!important;
    right: auto!important;
    text-align: left;
    top: auto!important;
    font-size: 22px;
    margin-right: 10px;
    display: inline-block;
    float: none;
}
/**/
/* level 1 */
/**/
.menu-creator-pro {
    display: table;
    position: relative;
    z-index: 999;
    width: 100%;
    background: none;
    border: none;
    margin-top: 7px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.menu-creator-pro:after {
    content: '';
    display: table;
    clear: both;
}
.menu-creator-pro li {
    display: table-cell;
    float: none;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    position: relative;
    text-align: left;
    /*white-space: nowrap;*/
}
.menu-creator-pro > li {
    /* width: 20%; */
    padding-right: 9px;
    text-transform: uppercase;
}
.menu-creator-pro li:last-child {
    border-right: none;
}
.menu-creator-pro li a {
    display: inline-block;
    padding: 8px 0 0;
    text-decoration: none;
    color: #073a53;
    line-height:18px;
    transition: background 0.1s, color 0.1s;
    -o-transition: background 0.1s, color 0.1s;
    -ms-transition: background 0.1s, color 0.1s;
    -moz-transition: background 0.1s, color 0.1s;
    -webkit-transition: background 0.1s, color 0.1s;
}
.menu-creator-pro > li a {
    border-top: 2px solid transparent;
}
.menu-creator-pro li a * {
    transition: initial;
}
.menu-creator-pro li a:hover {
    text-decoration: none;
}
.menu-creator-pro > li > a:hover {
    border-top: 2px solid #6888a0;
}
.menu-creator-pro li > div {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: -9999px;
    margin-top: 4px;
    background: rgb(255,255,255);
    /*border: #ccc solid 1px;*/
    opacity: 0;
    box-shadow: 0 0 3px #999;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.1s, opacity 0.1s;
    -ms-transition: -ms-transform 0.1s, opacity 0.1s;
    -moz-transition: -moz-transform 0.1s, opacity 0.1s;
    -webkit-transition: -webkit-transform 0.1s, opacity 0.1s;
}
.menu-creator-pro li > div:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 8px;
    background: transparent;
}
.menu-creator-pro li > div:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 24px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}
/*.menu-creator-pro li:hover > a,*/
.menu-creator-pro li.current > a {
    text-decoration: underline;
}
.menu-creator-pro li:hover > div {
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    /*-webkit-box-shadow: inset 0 0 10px #000;*/
    /*-moz-box-shadow: inset 0 0 10px #000;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.menu-creator-pro .right {
    border-left-width: 1px;
    border-right-width: 0;
    float: none !important;
    margin: 0 !important;
    width: auto !important;
}
.menu-creator-pro .right > div {
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}
.menu-creator-pro .right:hover > div {
    right: 0;
    left: auto;
}
.menu-creator-pro .right:hover > div:before {
    right: 24px;
    left: auto;
}
.menu-creator-pro .switcher {
    display: none;
}


/**/
/* level 2+ */
/**/
.menu-creator-pro li li {
    display: table;
    float: none;
    height: 84px;
    width: 100%;
    padding: 0;
    height: auto;
    padding: 10px 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid transparent;
    border-right: 5px solid transparent;
    text-transform: none;
}
.menu-creator-pro li li:first-child {
    border-top: 1px solid transparent;
}
.menu-creator-pro li li a {
    display: table-cell;
    padding: 0 20px;
    color: #6888a0;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
}
.menu-creator-pro li.type-2 li a {
    font-size: 18px;
    font-weight: bold;
}
.menu-creator-pro li li a:hover {
    text-decoration: underline;
}
.menu-creator-pro li li a:hover span {
    color: #6888a0;
}
.menu-creator-pro li li a span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #001532;
}
.menu-creator-pro li.type-2 li a span {
    font-size: 15px;
}
.menu-creator-pro li li > div {
    top: -1px;
    margin: 0 0 0 5px;
}
.menu-creator-pro li li > div:after {
    top: 0;
    right: 100%;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 100%;
}
.menu-creator-pro li li > div:before {
    top: 15px;
    right: 100%;
    bottom: auto;
    left: auto;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.menu-creator-pro li li.parent:hover {
    border-top: 1px solid #6888a0;
    border-bottom: 1px solid #6888a0;
    border-right: 5px solid #6888a0;
}
.menu-creator-pro li li:hover > div {
    left: 100%;
}
.menu-creator-pro li li .mcp-icon {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -2px;
    color: #333;
}
.menu-creator-pro .right li > div {
    margin: 0 5px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}
.menu-creator-pro .right li > div:after {
    right: auto;
    left: 100%;
}
.menu-creator-pro .right li > div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid transparent;
}
.menu-creator-pro .right li:hover > div {
    right: 100%;
    left: auto;
}
.menu-creator-pro li.parent a.nav-header {
    /* background: #2DA5DA; */
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bolder;
    line-height: 35px;
    margin: 0px;
    padding: 0 20px !important;
}
.std .menu-creator-pro ul {
    margin: 0;
    padding: 0;
}
.menu-creator-pro .static-block a {
    padding: 0;
}
/**/
/* positions */
/**/
.menu-creator-pro-top-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.menu-creator-pro-bottom li > div {
    top: auto;
    bottom: 100%;
    margin: 0 0 5px;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%;
}
.menu-creator-pro-bottom li > div:after {
    top: 100%;
    bottom: auto;
}
.menu-creator-pro-bottom li > div:before {
    top: 100%;
    bottom: auto;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}
.menu-creator-pro-bottom li li > div {
    top: auto;
    bottom: 0;
}
.menu-creator-pro-bottom li li > div:before {
    top: auto;
    bottom: 22px;
}

.menu-creator-pro-left{width:250px;margin-right:auto;}
.menu-creator-pro-right {
    margin-left: auto;
    width: 250px;
}
.menu-creator-pro-left li,
.menu-creator-pro-right li,.menu-creator-pro-left-fixed li,
.menu-creator-pro-right-fixed li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
}
.menu-creator-pro-left li:first-child,
.menu-creator-pro-right li:first-child,.menu-creator-pro-left-fixed li:first-child,
.menu-creator-pro-right-fixed li:first-child {
    border-top: 0;
}
.menu-creator-pro-left li > div,
.menu-creator-pro-right li > div ,.menu-creator-pro-left-fixed li > div,
.menu-creator-pro-right-fixed li > div {
    top: 0;
}
.menu-creator-pro-left li > div,.menu-creator-pro-left-fixed li > div {
    margin: 0 0 0 5px;
}
.menu-creator-pro-right li > div,.menu-creator-pro-right-fixed li > div {
    margin: 0 5px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}
.menu-creator-pro-left li > div:after,
.menu-creator-pro-right li > div:after ,.menu-creator-pro-left-fixed li > div:after,
.menu-creator-pro-right-fixed li > div:after {
    top: 0;
    bottom: auto;
    width: 8px;
    height: 100%;
}
.menu-creator-pro-left li > div:after ,.menu-creator-pro-left-fixed li > div:after {
    right: 100%;
    left: auto;
}
.menu-creator-pro-right li > div:after,.menu-creator-pro-right-fixed li > div:after {
    right: auto;
    left: 100%;
}
.menu-creator-pro-left li > div:before,
.menu-creator-pro-right li > div:before ,.menu-creator-pro-left-fixed li > div:before,
.menu-creator-pro-right-fixed li > div:before {
    top: 22px;
    bottom: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.menu-creator-pro-left li > div:before,.menu-creator-pro-left-fixed li > div:before {
    right: 100%;
    left: auto;
    border-right: 5px solid transparent;
}
.menu-creator-pro-right li > div:before,.menu-creator-pro-right-fixed li > div:before {
    right: auto;
    left: 100%;
    border-left: 5px solid transparent;
}

.menu-creator-pro-right li:hover > div ,.menu-creator-pro-right-fixed li:hover > div {
    right: 100%!important;
    left: auto!important;
}
.menu-creator-pro-left li:hover > div,.menu-creator-pro-left-fixed li:hover > div {
    left: 100%!important;
}
.menu-creator-pro-left .bottom > div,
.menu-creator-pro-right .bottom > div,.menu-creator-pro-left-fixed .bottom > div,
.menu-creator-pro-right-fixed .bottom > div {
    top: auto;
    bottom: 0;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%;
}
.menu-creator-pro-left .bottom > div:before,
.menu-creator-pro-right .bottom > div:before,.menu-creator-pro-left-fixed .bottom > div:before,
.menu-creator-pro-right-fixed .bottom > div:before {
    top: auto;
    bottom: 22px;
}
.menu-creator-pro-right li li > div ,.menu-creator-pro-right-fixed li li > div {
    margin: 0 5px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}
.menu-creator-pro-right li li > div:after ,.menu-creator-pro-right-fixed li li > div:after {
    right: auto;
    left: 100%;
}
.menu-creator-pro-right li li > div:before,.menu-creator-pro-right-fixed li li > div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid transparent;
}
.menu-creator-pro-right li li:hover > div ,.menu-creator-pro-right-fixed li li:hover > div {
    right: 100%;
    left: auto;
}
/* Top Fixed position */
.menu-creator-pro-top-fixed {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    position:fixed;
}

/* Bottom Fixed position */
.menu-creator-pro-bottom-fixed {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    position:fixed;
}
.menu-creator-pro-bottom-fixed li > div {
    top: auto;
    bottom: 100%;
    margin: 0 0 5px;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%;
}
.menu-creator-pro-bottom-fixed li > div:after {
    top: 100%;
    bottom: auto;
}
.menu-creator-pro-bottom-fixed li > div:before {
    top: 100%;
    bottom: auto;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}
.menu-creator-pro-bottom-fixed li li > div {
    top: auto;
    bottom: 0;
}
.menu-creator-pro-bottom-fixed li li > div:before {
    top: auto;
    bottom: 22px;
}

/* Left Fixed Position */
.menu-creator-pro-left-fixed {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 180px;
    position:fixed;
}
.menu-creator-pro-left-fixed li {
    border-width: 0;
    padding: 5px 0;
    width: 100%;
}
/* Right Fixed position */
.menu-creator-pro-right-fixed {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 180px;
    position:fixed;
}
.menu-creator-pro-right-fixed li {
    border-width: 0;
    padding: 5px 0;
    width: 100%;
}
/**/
/* animations */
/**/
.menu-creator-pro-slide li > div {
    -o-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
}
.menu-creator-pro-bottom.menu-creator-pro-slide li > div {
    -o-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -moz-transform: translate(0, -60px);
    -webkit-transform: translate(0, -60px);
}
.menu-creator-pro-slide li:hover > div {
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.menu-creator-pro-scale li > div {
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
}
.menu-creator-pro-scale li:hover > div {
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
.menu-creator-pro-flip {
    perspective: 2000px;
    -o-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
}
.menu-creator-pro-flip li > div {
    transform-style: preserve-3d;
    -o-transform: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}
.menu-creator-pro-flip li:hover > div {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}


/**/
/* grid */
/**/
.menu-creator-pro .grid-column {
    float: left;
    border-color: #d9d9d9;
    border-left-width: 1px;
    border-left-style: solid;
    line-height:normal;
}
.menu-creator-pro .grid-column > .grid-container3{
    white-space: nowrap;
    width: auto;
}
.menu-creator-pro .grid-column:first-child {
    margin-left: 0;
    border-left: 0;
}
.menu-creator-pro .grid-columnhaft,
.menu-creator-pro .grid-containerhaft {
    width: 49.5%;
}
.menu-creator-pro .grid-column1,
.menu-creator-pro .grid-container1 {
    width: 100px;
}
.menu-creator-pro .grid-column2,
.menu-creator-pro .grid-container2 {
    width: 155px;
}
.menu-creator-pro .grid-column3,
.menu-creator-pro .grid-container3 {
    width: 233px;
}
.menu-creator-pro .grid-column4,
.menu-creator-pro .grid-container4 {
    width: 350px;
}
.menu-creator-pro .grid-column5,
.menu-creator-pro .grid-container5 {
    width: 408px;
}
.menu-creator-pro .grid-column6,
.menu-creator-pro .grid-container6 {
    width: 467px;
}
.menu-creator-pro .grid-column7,
.menu-creator-pro .grid-container7 {
    width: 545px;
}
.menu-creator-pro .grid-column8,
.menu-creator-pro .grid-container8 {
    width: 623px;
}
.menu-creator-pro .grid-column9,
.menu-creator-pro .grid-container9 {
    width: 701px;
}
.menu-creator-pro .grid-column10,
.menu-creator-pro .grid-container10 {
    width: 779px;
}
.menu-creator-pro .grid-column11,
.menu-creator-pro .grid-container11 {
    width: 857px;
}
.menu-creator-pro .grid-column12,
.menu-creator-pro .grid-container12 {
    width: 935px;
}

/**/
/* forms */
/**/
.menu-creator-pro form fieldset {
    display: block;
    padding: 25px 30px;
}
.menu-creator-pro form fieldset + fieldset {
    border-top: 1px solid rgba(0,0,0,.1);
}
.menu-creator-pro form section {
    margin-bottom: 20px;
}
.menu-creator-pro form .input,
.menu-creator-pro form .textarea,
.menu-creator-pro form .radio,
.menu-creator-pro form .checkbox,
.menu-creator-pro form .button {
    position: relative;
    display: block;
}
.menu-creator-pro form .input input,
.menu-creator-pro form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    font: 13px/19px GillSansMTStd-Medium;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.menu-creator-pro form .textarea textarea {
    height: auto;
    resize: none;
}
.menu-creator-pro form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin-left: 20px;
    padding: 0 20px;
    outline: none;
    border: 0;
    /* background-color: #2da5da; */
    font: normal 13px/39px GillSansMTStd-Medium;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
.menu-creator-pro form .icon-append {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 29px;
    height: 29px;
    padding-left: 3px;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 29px;
    color: #ccc;
}
.menu-creator-pro form .input .icon-append + input,
.menu-creator-pro form .textarea .icon-append + textarea {
    padding-right: 46px;
}
.menu-creator-pro form .row {
    margin: 0 -15px;
}
.menu-creator-pro form .row:after {
    content: '';
    display: table;
    clear: both;
}
.menu-creator-pro form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.menu-creator-pro form .col-6 {
    width: 50%;
}
.menu-creator-pro form .input:hover input,
.menu-creator-pro form .textarea:hover textarea,
.menu-creator-pro form .checkbox:hover i {
    border-color: #8dc9e5;
}
.menu-creator-pro form .button:hover {
    opacity: 1;
}

.menu-creator-pro .search {
    border-left: 0;
}
.menu-creator-pro .search .input {
    margin: 3px 3px 3px 3px;
}
.menu-creator-pro .search .input input {
    width: 240px;
    padding-right: 65px;
}
.menu-creator-pro .search .button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.menu-creator-pro-responsive {display: none;}
/**/
/* pad/tablet */
/**/
@media screen and (max-width: 1024px) {
    .menu-creator-pro {
        background-color: #fff;
        /* margin-top: 80px; */
        box-shadow: 0 -1px 10px #e5e5e5;
    }
    .menu-creator-pro-responsive {display: block;}
    .menu-creator-pro > li {
        display: block;
        /* height: 79px; */    
        /* padding: 22px 0; */
    }
    .menu-creator-pro > li a {
        margin: 22px 30px;
        padding: 0;
        line-height: 34px;
        font-weight: bold;
        display: block;
        border-top: none;
}
    .menu-creator-pro > li > a:hover {
      border: none;  
    }
    .menu-creator-pro > li > a span {
      display: inline-block;
      border-top: 2px solid transparent;
    }
    .menu-creator-pro > li > a:hover span {
      border-top: 2px solid #6888a0;
    }
    .menu-creator-pro .grid-column2,
    .menu-creator-pro .grid-container2 {
        width: 117px;
    }
    .menu-creator-pro .grid-column3,
    .menu-creator-pro .grid-container3 {
        width: 176px;
    }
    .menu-creator-pro .grid-column4,
    .menu-creator-pro .grid-container4 {
        width: 235px;
    }
    .menu-creator-pro .grid-column5,
    .menu-creator-pro .grid-container5 {
        width: 294px;
    }
    .menu-creator-pro .grid-column6,
    .menu-creator-pro .grid-container6 {
        width: 353px;
    }
    .menu-creator-pro .grid-column7,
    .menu-creator-pro .grid-container7 {
        width: 412px;
    }
    .menu-creator-pro .grid-column8,
    .menu-creator-pro .grid-container8 {
        width: 471px;
    }
    .menu-creator-pro .grid-column9,
    .menu-creator-pro .grid-container9 {
        width: 530px;
    }
    .menu-creator-pro .grid-column10,
    .menu-creator-pro .grid-container10 {
        width: 589px;
    }
    .menu-creator-pro .grid-column11,
    .menu-creator-pro .grid-container11 {
        width: 648px;
    }
    .menu-creator-pro .grid-column12,
    .menu-creator-pro .grid-container12 {
        width: 707px;
    }

    .menu-creator-pro li.parent:hover  >[class^="mcp-arrow"]{
        background:#fff;
        color:#555;
    }
    .hidden-pad{display:none!important;}
    .showcase,#comm100_FloatImageButton2{display:none!important;}
}


/**/
/* phone */
/**/
@media screen and (max-width: 1024px) {
    .parent .mcp-icon {
        font-family: FontAwesome;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        margin-left: 5px;
    }
    .menu-creator-pro li li:hover .mcp-icon {
       top:40px; 
    }
    .menu-creator-pro li li:hover .mcp-icon:before {
        content: "\f107";
    }
    .hidden-phone{display:none!important;}
    .menu-creator-pro .grid-column {
        float: none;
        width: auto;
        margin: 0;
        border: 0;
        border-top: 1px solid #d9d9d9;
    }
    .menu-creator-pro .grid-column:first-child {
        border-top: 0;
    }
    .menu-creator-pro form fieldset {
        display: block;
        padding: 15px 20px;
    }
    .menu-creator-pro form section {
        margin-bottom: 10px;
    }
    .menu-creator-pro form .row {
        margin: 0 -10px;
    }
    .menu-creator-pro form .col {
        padding-right: 10px;
        padding-left: 10px;
    }


    .menu-creator-pro-rp-stack > li {
        display: block;
        float: none;
        border: 0;
        border-top: 1px solid #d9d9d9;
    }
    .menu-creator-pro-rp-stack > li:first-child {
        border-top: 0;
    }
    .menu-creator-pro-rp-switcher > li {
        display: none;
        width: auto;
        float: none;
        border: 0;
    }
    .menu-creator-pro-rp-switcher > .switcher {
        display: block;
    }
    .menu-creator-pro-rp-switcher:hover > li,
    .menu-creator-pro-rp-switcher.hover > li{
        display: block;
        border-bottom: 1px solid #d9d9d9;
    
        background-color: white;
}
    .menu-creator-pro-rp-switcher:hover > .switcher {
        display: block;
    }
    .menu-creator-pro-rp-stack li > div,
    .menu-creator-pro-rp-stack li > [class^="grid-container"],
    .menu-creator-pro-rp-switcher li > div,
    .menu-creator-pro-rp-switcher li > [class^="grid-container"] {
        top: 100%;
        bottom: auto;
        width: auto;
        margin: 0;
        border-top: 1px solid transparent;
        /*-o-transform-origin: 0 0;*/
        /*-ms-transform-origin: 0 0;*/
        /*-moz-transform-origin: 0 0;*/
        /*-webkit-transform-origin: 0 0;*/
    }
    .menu-creator-pro-rp-stack li > div:after,
    .menu-creator-pro-rp-switcher li > div:after {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .menu-creator-pro-rp-stack li > div:before,
    .menu-creator-pro-rp-switcher li > div:before {
        display: none;
    }
    .menu-creator-pro-rp-stack li a > [class^="mcp-icon-"],
    .menu-creator-pro-rp-switcher li a > [class^="mcp-icon-"] {
        margin: 0 15px 0 0;
    }
    .menu-creator-pro-rp-stack li:hover > div,
    .menu-creator-pro-rp-stack li:hover > [class^="grid-container"],
    .menu-creator-pro-rp-switcher li:hover > div,
    .menu-creator-pro-rp-switcher li:hover > [class^="grid-container"] {
        right: 0;
        left: 51px;
    }
    .menu-creator-pro-rp-stack li li > div,
    .menu-creator-pro-rp-switcher li li > div {
        top: 100%;
        width: auto;
        margin: 8px 0 0 0;
    }
    .menu-creator-pro-rp-stack li li > div:after,
    .menu-creator-pro-rp-switcher li li > div:after {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .menu-creator-pro-rp-stack li li:hover > div,
    .menu-creator-pro-rp-switcher li li:hover > div {
        right: 0;
        left: 51px;
    }
    .menu-creator-pro-rp-stack .search .input input,
    .menu-creator-pro-rp-switcher .search .input input {
        width: 100%;
    }

    .menu-creator-pro-rp-icons li {
        position: static;
        font-size: 0;
    }
    .menu-creator-pro-rp-icons li a {
        padding: 0 10px;
    }
    .menu-creator-pro-rp-icons li > div,
    .menu-creator-pro-rp-icons li > [class^="grid-container"] {
        width: 100%;
    }
    .menu-creator-pro-rp-icons li > div:before {
        display: none;
    }
    .menu-creator-pro-rp-icons li a > [class^="mcp-icon-"] {
        margin: 0;
    }
    .menu-creator-pro-rp-icons li li {
        position: relative;
        font-size: 13px;
    }
    .menu-creator-pro-rp-icons li li > div {
        top: 100%;
        margin: 8px 0 0 0;
    }
    .menu-creator-pro-rp-icons li li > div:after {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .menu-creator-pro-rp-icons li li:hover > div {
        right: 0;
        left: 41px;
        width: auto;
    }
    .menu-creator-pro-rp-icons li li a > [class^="mcp-icon-"] {
        margin-right: 10px;
    }
    .menu-creator-pro-rp-icons.menu-creator-pro-flip li li > div {
        top: 100%;
        margin: 8px 0 0 0;
        transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    .menu-creator-pro-bottom.menu-creator-pro-rp-icons li li > div {
        top: auto;
        bottom: 100%;
        margin: 0 0 8px 0;
    }
    .menu-creator-pro-bottom.menu-creator-pro-rp-icons li li > div:after {
        top: 100%;
        bottom: auto;
    }
    /* .menu-creator-pro [class^="mcp-arrow"] {
      line-height: 35px;
      margin: 0;
      padding: 5px 10px 5px 20px!important;
      right: 0;
      top: 0;
    } */
    .menu-creator-pro .right li:hover > div {
        left: 5%!important;
        right: 0!important;
    }
    .menu-creator-pro [class^="mcp-arrow"] {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: none repeat scroll 0 0 #FFFFFF;
        border-color: #CCCCCC;
        border-image: none;
        border-radius: 0 0 5px 5px;
        border-right: 1px solid #CCCCCC;
        border-style: solid;
        border-width: 0 1px 1px;
        cursor: pointer;
        height: 20px;
        line-height: 20px;
        margin: 0 10px 0 20px;
        padding: 15px 0 0;
        right: 5px;
        top: -1px;
        width: 20px;
    }
    .showcase,#comm100_FloatImageButton2{display:none!important;}

    /* rewrites for mobile styles */
    .menu-creator-pro li {
        text-align: left;
    }
    .menu-creator-pro li li {
        padding: 0;
    }
    .menu-creator-pro li:hover > div {
        display: block;
        border-top: 1px solid #6888a0;
}
    .menu-creator-pro li > div {
        position: static;
        /* padding-left: 25px; */
        background: rgb(255,255,255);
        opacity: 1;
        display: block;
        border: none;
    }
    .menu-creator-pro li li a {
        padding: 0 30px;
    }
    .menu-creator-pro-scale li > div {
        /*-o-transform: scaleY(0);*/
        /*-ms-transform: scaleY(0);*/
        /*-moz-transform: scaleY(0);*/
        /*-webkit-transform: scaleY(0);*/
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
    .menu-creator-pro-scale li:hover > div {
        /*-o-transform: scaleY(1);*/
        /*-ms-transform: scaleY(1);*/
        /*-moz-transform: scaleY(1);*/
        /*-webkit-transform: scaleY(1);*/
    }
    .menu-creator-pro li li.parent {
      border: none;
      border-top: 1px solid transparent;
    }
    .menu-creator-pro li li.parent:hover {
      border:none;
      box-shadow:none;
      border-top: 1px solid #eeeeee;
    }
    .menu-creator-pro li li.parent a {
      display:block;
      padding:0;
    }
    .menu-creator-pro .level1 div[class^="grid-container"] {
        box-shadow: none !important;
        border: none !important;
        /* padding-left: 30px; */
    }
    .menu-creator-pro .level1 ul {
        padding-left: 30px;
    }
    .menu-creator-pro .level1 li {
        border: none !important;
        height: 70px !important;
    }
    .menu-creator-pro .level1 li a {
        border-top: none;
        padding-left: 15px;
        margin: 10px 30px;
    }
    .menu-creator-pro .level1 li a:before {
        content: "\f111";
        font-family: FontAwesome;
        margin-right: 8px;
        font-size: 8px;
        position: absolute;
        left: 15px;
    }


}
/*Menu Respónive menu-creator-pro-responsive*/
.menu-creator-pro-responsive {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    line-height: 35px;
    padding: 35px 0 0;
    position: relative;
    text-indent: 10px;
    z-index: 999;
    overflow: hidden;
}
.menu-creator-pro-responsive > li {
    border: 0 none;
    float: none;
    position: relative;
}
.menu-creator-pro-responsive > .switcher {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.menu-creator-pro-responsive li ul {
    text-indent: 30px;
}
.menu-creator-pro-responsive li .grid-container3 {
    display: none;
}
.menu-creator-pro-responsive .nav-header {
    display: none;
}
.menu-creator-pro-responsive i {
    text-indent: 0;
}
.menu-creator-pro-responsive li ul li ul {
    text-indent: 50px;
}
.menu-creator-pro-responsive li ul li ul li ul {
    text-indent: 70px;
}
.menu-creator-pro-responsive li ul li ul li ul li ul {
    text-indent: 90px;
}
.menu-creator-pro-responsive li.parent {
    position: relative;
}

/* Accordion Style */
.menu-creator-pro-accordion{width:250px;margin-left:0px;margin-right:auto;}
.menu-creator-pro-accordion li > div {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    display: none;
    height: auto !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
}
.menu-creator-pro-accordion li:hover > div {
    display: none;
}
.menu-creator-pro-accordion .right {
    width: 100% !important;
}
.menu-creator-pro-accordion li {
    border:none;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 35px;
    padding: 5px 0;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
.menu-creator-pro-accordion li li > div:before,.menu-creator-pro-accordion li li > div:after{display:none;}
/* Side panel Menu */
.responsive-menu-button {display:none;}

/**/
/* phone */
/**/
@media screen and (max-width: 1024px) {
    .menu-creator-pro-accordion li > div {
        display: none;
    }
    .menu-creator-pro-accordion li:hover > div {
        display: block;
    }
    /* Side panel Menu */

    .responsive-menu-button {
        float: left;
        list-style: none outside none;
        margin: 0 !important;
        padding: 0 !important;
        width: auto;
        display:block;
    }
    .responsive-menu-button .switcher {
        display: block;
    }
    .side-panel{display:none!important;}

}

/* Update on new version 4.0.3 for Full Width feature */
@media screen and (min-width:961px){
    .menu-creator-pro li.col_100 {
        position: static;
    }
    .menu-creator-pro li.col_100 > div.grid-container100{
        width: 100%;
    }
    .menu-creator-pro li.col_100 > span.fa-angle-down {
        float: right;
        margin-right: 0;
        margin-top: -35px;
        position: static;
    }
}


