@font-face {
  font-family: "shabnam";
  src: url('../font/shabnam.eot');
  src: url('../font/shabnam.eot?#iefix') format('embedded-opentype'), url('../font/shabnam.woff') format('woff'), url('../font/shabnam.ttf') format('truetype');
  font-weight: normal
}

body {
    padding-top: 50px !important;
}

/* Responsive Styles for Mobile Devices */
@media screen and (max-width: 768px) {
  /* Base responsive adjustments */
  * {
    max-width: 100%;
  }
  
  body {
    overflow-x: hidden;
    width: 100vw;
  }
  
  /* Fix table layout for mobile */
  .table-entry-header {
    display: none !important;
  }
  
  ul.table-entry {
    flex-direction: column;
    max-width: 100%;
    margin: 10px 0;
  }
  
  .table-entry li {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: block;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 12px 8px;
    text-align: right;
    font-size: 11pt;
  }
  
  .table-entry li:nth-child(1),
  .table-entry li:nth-child(2),
  .table-entry li:nth-child(3),
  .table-entry li:nth-child(4),
  .table-entry li:nth-child(5) {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    text-align: right;
  }
  
  /* Mobile-specific table entry labels */
  .table-entry li::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    width: 40%;
    color: #27afe1;
    font-family: irsans;
  }
  
  /* Fix flex containers */
  .cols, .df, .dif {
    flex-wrap: wrap;
  }
  
  .w50p, .w100p, .w100f {
    width: 100% !important;
  }
  
  /* Adjust all fixed width classes for mobile */
  .w5f, .w10f, .w15f, .w20f, .w30f, .w40f, .w50f,
  .w60f, .w70f, .w75f, .w80f, .w90f, .w100f,
  .w125f, .w150f, .w175f, .w200f, .w250f, .w300f,
  .w350f, .w400f, .w450f, .w500f, .w550f, .w600f,
  .w650f, .w700f, .w750f, .w800f, .w850f, .w900f,
  .w950f {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Fix navigation items */
  #showItems, .item {
    width: 40px !important;
    height: 40px !important;
  }
  
  /* Adjust font sizes for mobile */
  .tiny { font-size: 70% !important; }
  .small { font-size: 85% !important; }
  .large { font-size: 110% !important; }
  .huge { font-size: 120% !important; }
  
  /* Fix text alignment */
  .tac, .tar, .tal {
    text-align: center !important;
  }
  
  /* Adjust padding and margins for mobile */
  .p5, .p10, .p15,
  .pt-5, .pt-10, .pt-15, .pt-20, .pt-25,
  .pb-5, .pb-10, .pb-15,
  .pr-5, .pr-10, .pr-15,
  .pl-5, .pl-10, .pl-15, .pl-25 {
    padding: 8px !important;
  }
  
  .m5, .m10, .m15,
  .mt-5, .mt-10, .mt-15, .mt-20, .mt-25,
  .mb-5, .mb-10, .mb-15, .mb-45, .mb-100,
  .mr-5, .mr-10, .mr-15, .mr-45,
  .ml-5, .ml-10, .ml-15 {
    margin: 8px !important;
  }
  
  /* Fix overflow issues */
  .scroll-x, .scroll-y {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Adjust comment body */
  .commentBody {
    width: 95%;
    padding: 10px;
    border-radius: 10px;
  }
  
  /* Fix support section */
  .support_part_top {
    font-size: 11pt !important;
    padding: 10px 5px;
  }
  
  .support_part_top span {
    font-size: 10pt !important;
  }
  
  /* Adjust icon containers */
  .item ul li a {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    margin-right: 5px;
  }
  
  /* Make sure images are responsive */
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* Fix flex direction for RTL mobile */
  .fdr, .fdrr, .fdc, .fdcr {
    flex-direction: column !important;
  }
  
  /* Adjust aligner for mobile */
  .aligner {
    flex-direction: column;
  }
  
  .aligner-item {
    max-width: 100%;
  }
}

/* Extra small devices (phones, less than 480px) */
@media screen and (max-width: 480px) {
  /* Further adjustments for very small screens */
  .table-entry li {
    font-size: 10pt;
    padding: 10px 5px;
  }
  
  .table-entry li::before {
    width: 35%;
    font-size: 9pt;
  }
  
  /* Hide less important elements */
  .hide-on-mobile {
      display: none !important;
  }
  
  /* Adjust font sizes further */
  body {
    font-size: 14px;
  }
  
  .light-gray {
    font-size: 11pt !important;
  }
  
  .error {
    font-size: 10pt !important;
  }
  
  /* Simplify complex layouts */
  .cols {
    flex-direction: column;
  }
  
  .cols li {
    display: block;
    width: 100% !important;
    margin-bottom: 5px;
  }
}

/* Fix for landscape orientation */
@media screen and (max-width: 768px) and (orientation: landscape) {
  .table-entry {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .table-entry li {
    width: 50% !important;
    min-width: 50% !important;
  }
}

/* Prevent horizontal scrolling */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Touch-friendly tap targets */
@media (hover: none) and (pointer: coarse) {
  .cp, button, a, .item, #showItems {
    min-height: 44px;
    min-width: 44px;
  }
  
  .table-entry li {
    padding: 15px 8px;
  }
}

@font-face {
  font-family: "irsans";
  src: url("../font/iran_sans.eot");
  src: url("../font/iran_sans.woff") format("woff");
  src: url("../font/iran_sans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "nassim";
  src: url("../font/nassim.eot");
  src: url("../font/nassim.woff") format("woff");
  src: url("../font/nassim.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'yekan';
  src: url('../font/yekan.eot');
  src: url('../font/yekan.otf') format('opentype');
  src: url('../font/yekan.woff') format('woff');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'roboto';
  src: url('../font/roboto.eot');
  src: url('../font/roboto.woff') format('woff');
  font-weight: normal;
  font-style: normal
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 1px
}

*, :after, :before {
  box-sizing: inherit;
}

.tiny {
  font-size: 60% !important
}

.small {
  font-size: 80% !important
}

.large {
  font-size: 120% !important
}

.huge {
  font-size: 140% !important
}

.icon {
  vertical-align: middle
}

@font-face {
  font-family: 'icon';
  src: url('../font/icon.eot');
  src: url('../font/icon.eot?#iefix8ochpk') format('embedded-opentype'), url('../font/icon.ttf?8ochpk') format('truetype'), url('../font/icon.woff?8ochpk') format('woff'), url('../font/icon.svg?8ochpk#icon') format('svg');
  font-weight: normal;
  font-style: normal
}

[class^="ic-"], [class*=" ic-"] {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ic-home:before {
  content: "\e900"
}

.ic-home2:before {
  content: "\e901"
}

.ic-home3:before {
  content: "\e902"
}

.ic-office:before {
  content: "\e903"
}

.ic-newspaper:before {
  content: "\e904"
}

.ic-pencil:before {
  content: "\e905"
}

.ic-pencil2:before {
  content: "\e906"
}

.ic-quill:before {
  content: "\e907"
}

.ic-pen:before {
  content: "\e908"
}

.ic-blog:before {
  content: "\e909"
}

.ic-eyedropper:before {
  content: "\e90a"
}

.ic-droplet:before {
  content: "\e90b"
}

.ic-paint-format:before {
  content: "\e90c"
}

.ic-image:before {
  content: "\e90d"
}

.ic-images:before {
  content: "\e90e"
}

.ic-camera:before {
  content: "\e90f"
}

.ic-headphones:before {
  content: "\e910"
}

.ic-music:before {
  content: "\e911"
}

.ic-play:before {
  content: "\e912"
}

.ic-film:before {
  content: "\e913"
}

.ic-dice:before {
  content: "\e915"
}

.ic-pacman:before {
  content: "\e916"
}

.ic-spades:before {
  content: "\e917"
}

.ic-clubs:before {
  content: "\e918"
}

.ic-diamonds:before {
  content: "\e919"
}

.ic-bullhorn:before {
  content: "\e91a"
}

.ic-connection:before {
  content: "\e91b"
}

.ic-podcast:before {
  content: "\e91c"
}

.ic-feed:before {
  content: "\e91d"
}

.ic-mic:before {
  content: "\e91e"
}

.ic-book:before {
  content: "\e91f"
}

.ic-books:before {
  content: "\e920"
}

.ic-library:before {
  content: "\e921"
}

.ic-file-text:before {
  content: "\e922"
}

.ic-profile:before {
  content: "\e923"
}

.ic-file-empty:before {
  content: "\e924"
}

.ic-files-empty:before {
  content: "\e925"
}

.ic-file-text2:before {
  content: "\e926"
}

.ic-file-picture:before {
  content: "\e927"
}

.ic-file-music:before {
  content: "\e928"
}

.ic-file-video:before {
  content: "\e92a"
}

.ic-file-zip:before {
  content: "\e92b"
}

.ic-copy:before {
  content: "\e92c"
}

.ic-paste:before {
  content: "\e92d"
}

.ic-stack:before {
  content: "\e92e"
}

.ic-folder:before {
  content: "\e92f"
}

.ic-folder-open:before {
  content: "\e930"
}

.ic-folder-plus:before {
  content: "\e931"
}

.ic-folder-minus:before {
  content: "\e932"
}

.ic-folder-download:before {
  content: "\e933"
}

.ic-folder-upload:before {
  content: "\e934"
}

.ic-price-tag:before {
  content: "\e935"
}

.ic-price-tags:before {
  content: "\e936"
}

.ic-barcode:before {
  content: "\e937"
}

.ic-qrcode:before {
  content: "\e938"
}

.ic-ticket:before {
  content: "\e939"
}

.ic-cart:before {
  content: "\e93a"
}

.ic-coin-dollar:before {
  content: "\e93b"
}

.ic-coin-euro:before {
  content: "\e93c"
}

.ic-coin-pound:before {
  content: "\e93d"
}

.ic-credit-card:before {
  content: "\e93f"
}

.ic-calculator:before {
  content: "\e940"
}

.ic-lifebuoy:before {
  content: "\e941"
}

.ic-phone:before {
  content: "\e942"
}

.ic-phone-hang-up:before {
  content: "\e943"
}

.ic-address-book:before {
  content: "\e944"
}

.ic-envelop:before {
  content: "\e945"
}

.ic-pushpin:before {
  content: "\e946"
}

.ic-location:before {
  content: "\e947"
}

.ic-location2:before {
  content: "\e948"
}

.ic-compass:before {
  content: "\e949"
}

.ic-compass2:before {
  content: "\e94a"
}

.ic-map:before {
  content: "\e94b"
}

.ic-map2:before {
  content: "\e94c"
}

.ic-history:before {
  content: "\e94d"
}

.ic-clock:before {
  content: "\e94e"
}

.ic-clock2:before {
  content: "\e94f"
}

.ic-alarm:before {
  content: "\e950"
}

.ic-bell:before {
  content: "\e951"
}

.ic-stopwatch:before {
  content: "\e952"
}

.ic-printer:before {
  content: "\e954"
}

.ic-keyboard:before {
  content: "\e955"
}

.ic-display:before {
  content: "\e956"
}

.ic-laptop:before {
  content: "\e957"
}

.ic-mobile:before {
  content: "\e958"
}

.ic-mobile2:before {
  content: "\e959"
}

.ic-tablet:before {
  content: "\e95a"
}

.ic-tv:before {
  content: "\e95b"
}

.ic-drawer:before {
  content: "\e95c"
}

.ic-drawer2:before {
  content: "\e95d"
}

.ic-box-add:before {
  content: "\e95e"
}

.ic-box-remove:before {
  content: "\e95f"
}

.ic-download:before {
  content: "\e960"
}

.ic-upload:before {
  content: "\e961"
}

.ic-floppy-disk:before {
  content: "\e962"
}

.ic-drive:before {
  content: "\e963"
}

.ic-database:before {
  content: "\e964"
}

.ic-undo:before {
  content: "\e965"
}

.ic-redo:before {
  content: "\e966"
}

.ic-undo2:before {
  content: "\e967"
}

.ic-forward:before {
  content: "\e969"
}

.ic-reply:before {
  content: "\e96a"
}

.ic-bubble:before {
  content: "\e96b"
}

.ic-bubbles:before {
  content: "\e96c"
}

.ic-bubbles2:before {
  content: "\e96d"
}

.ic-bubble2:before {
  content: "\e96e"
}

.ic-bubbles3:before {
  content: "\e96f"
}

.ic-bubbles4:before {
  content: "\e970"
}

.ic-user:before {
  content: "\e971"
}

.ic-users:before {
  content: "\e972"
}

.ic-user-plus:before {
  content: "\e973"
}

.ic-user-minus:before {
  content: "\e974"
}

.ic-user-check:before {
  content: "\e975"
}

.ic-user-tie:before {
  content: "\e976"
}

.ic-quotes-left:before {
  content: "\e977"
}

.ic-quotes-right:before {
  content: "\e978"
}

.ic-hour-glass:before {
  content: "\e979"
}

.ic-spinner:before {
  content: "\e97a"
}

.ic-spinner2:before {
  content: "\e97b"
}

.ic-spinner3:before {
  content: "\e97c"
}

.ic-spinner5:before {
  content: "\e97e"
}

.ic-spinner6:before {
  content: "\e97f"
}

.ic-spinner7:before {
  content: "\e980"
}

.ic-spinner8:before {
  content: "\e981"
}

.ic-spinner10:before {
  content: "\e983"
}

.ic-spinner11:before {
  content: "\e984"
}

.ic-binoculars:before {
  content: "\e985"
}

.ic-search:before {
  content: "\e986"
}

.ic-zoom-in:before {
  content: "\e987"
}

.ic-zoom-out:before {
  content: "\e988"
}

.ic-enlarge:before {
  content: "\e989"
}

.ic-shrink:before {
  content: "\e98a"
}

.ic-enlarge2:before {
  content: "\e98b"
}

.ic-shrink2:before {
  content: "\e98c"
}

.ic-key:before {
  content: "\e98d"
}

.ic-key2:before {
  content: "\e98e"
}

.ic-lock:before {
  content: "\e98f"
}

.ic-unlocked:before {
  content: "\e990"
}

.ic-wrench:before {
  content: "\e991"
}

.ic-equalizer:before {
  content: "\e992"
}

.ic-equalizer2:before {
  content: "\e993"
}

.ic-cog:before {
  content: "\e994"
}

.ic-cogs:before {
  content: "\e995"
}

.ic-hammer:before {
  content: "\e996"
}

.ic-magic-wand:before {
  content: "\e997"
}

.ic-aid-kit:before {
  content: "\e998"
}

.ic-bug:before {
  content: "\e999"
}

.ic-pie-chart:before {
  content: "\e99a"
}

.ic-stats-dots:before {
  content: "\e99b"
}

.ic-stats-bars:before {
  content: "\e99c"
}

.ic-stats-bars2:before {
  content: "\e99d"
}

.ic-trophy:before {
  content: "\e99e"
}

.ic-gift:before {
  content: "\e99f"
}

.ic-glass:before {
  content: "\e9a0"
}

.ic-glass2:before {
  content: "\e9a1"
}

.ic-mug:before {
  content: "\e9a2"
}

.ic-spoon-knife:before {
  content: "\e9a3"
}

.ic-leaf:before {
  content: "\e9a4"
}

.ic-rocket:before {
  content: "\e9a5"
}

.ic-meter:before {
  content: "\e9a6"
}

.ic-meter2:before {
  content: "\e9a7"
}

.ic-hammer2:before {
  content: "\e9a8"
}

.ic-fire:before {
  content: "\e9a9"
}

.ic-lab:before {
  content: "\e9aa"
}

.ic-magnet:before {
  content: "\e9ab"
}

.ic-bin:before {
  content: "\e9ac"
}

.ic-bin2:before {
  content: "\e9ad"
}

.ic-briefcase:before {
  content: "\e9ae"
}

.ic-airplane:before {
  content: "\e9af"
}

.ic-truck:before {
  content: "\e9b0"
}

.ic-road:before {
  content: "\e9b1"
}

.ic-accessibility:before {
  content: "\e9b2"
}

.ic-target:before {
  content: "\e9b3"
}

.ic-shield:before {
  content: "\e9b4"
}

.ic-power:before {
  content: "\e9b5"
}

.ic-switch:before {
  content: "\e9b6"
}

.ic-power-cord:before {
  content: "\e9b7"
}

.ic-clipboard:before {
  content: "\e9b8"
}

.ic-list-numbered:before {
  content: "\e9b9"
}

.ic-list:before {
  content: "\e9ba"
}

.ic-list2:before {
  content: "\e9bb"
}

.ic-tree:before {
  content: "\e9bc"
}

.ic-menu:before {
  content: "\e9bd"
}

.ic-menu2:before {
  content: "\e9be"
}

.ic-menu3:before {
  content: "\e9bf"
}

.ic-menu4:before {
  content: "\e9c0"
}

.ic-cloud:before {
  content: "\e9c1"
}

.ic-cloud-download:before {
  content: "\e9c2"
}

.ic-cloud-upload:before {
  content: "\e9c3"
}

.ic-cloud-check:before {
  content: "\e9c4"
}

.ic-download2:before {
  content: "\e9c5"
}

.ic-upload2:before {
  content: "\e9c6"
}

.ic-download3:before {
  content: "\e9c7"
}

.ic-upload3:before {
  content: "\e9c8"
}

.ic-sphere:before {
  content: "\e9c9"
}

.ic-earth:before {
  content: "\e9ca"
}

.ic-link:before {
  content: "\e9cb"
}

.ic-flag:before {
  content: "\e9cc"
}

.ic-attachment:before {
  content: "\e9cd"
}

.ic-eye:before {
  content: "\e9ce"
}

.ic-eye-plus:before {
  content: "\e9cf"
}

.ic-eye-minus:before {
  content: "\e9d0"
}

.ic-eye-blocked:before {
  content: "\e9d1"
}

.ic-bookmark:before {
  content: "\e9d2"
}

.ic-bookmarks:before {
  content: "\e9d3"
}

.ic-sun:before {
  content: "\e9d4"
}

.ic-contrast:before {
  content: "\e9d5"
}

.ic-brightness-contrast:before {
  content: "\e9d6"
}

.ic-star-empty:before {
  content: "\e9d7"
}

.ic-star-half:before {
  content: "\e9d8"
}

.ic-star-full:before {
  content: "\e9d9"
}

.ic-heart:before {
  content: "\e9da"
}

.ic-heart-broken:before {
  content: "\e9db"
}

.ic-man:before {
  content: "\e9dc"
}

.ic-woman:before {
  content: "\e9dd"
}

.ic-man-woman:before {
  content: "\e9de"
}

.ic-happy:before {
  content: "\e9df"
}

.ic-happy2:before {
  content: "\e9e0"
}

.ic-smile:before {
  content: "\e9e1"
}

.ic-smile2:before {
  content: "\e9e2"
}

.ic-tongue:before {
  content: "\e9e3"
}

.ic-tongue2:before {
  content: "\e9e4"
}

.ic-sad:before {
  content: "\e9e5"
}

.ic-sad2:before {
  content: "\e9e6"
}

.ic-wink:before {
  content: "\e9e7"
}

.ic-wink2:before {
  content: "\e9e8"
}

.ic-grin:before {
  content: "\e9e9"
}

.ic-grin2:before {
  content: "\e9ea"
}

.ic-cool:before {
  content: "\e9eb"
}

.ic-cool2:before {
  content: "\e9ec"
}

.ic-angry:before {
  content: "\e9ed"
}

.ic-angry2:before {
  content: "\e9ee"
}

.ic-evil:before {
  content: "\e9ef"
}

.ic-evil2:before {
  content: "\e9f0"
}

.ic-shocked:before {
  content: "\e9f1"
}

.ic-shocked2:before {
  content: "\e9f2"
}

.ic-baffled:before {
  content: "\e9f3"
}

.ic-baffled2:before {
  content: "\e9f4"
}

.ic-confused:before {
  content: "\e9f5"
}

.ic-confused2:before {
  content: "\e9f6"
}

.ic-neutral:before {
  content: "\e9f7"
}

.ic-neutral2:before {
  content: "\e9f8"
}

.ic-hipster:before {
  content: "\e9f9"
}

.ic-hipster2:before {
  content: "\e9fa"
}

.ic-wondering:before {
  content: "\e9fb"
}

.ic-wondering2:before {
  content: "\e9fc"
}

.ic-sleepy:before {
  content: "\e9fd"
}

.ic-sleepy2:before {
  content: "\e9fe"
}

.ic-frustrated:before {
  content: "\e9ff"
}

.ic-frustrated2:before {
  content: "\ea00"
}

.ic-crying:before {
  content: "\ea01"
}

.ic-crying2:before {
  content: "\ea02"
}

.ic-point-up:before {
  content: "\ea03"
}

.ic-point-right:before {
  content: "\ea04"
}

.ic-point-down:before {
  content: "\ea05"
}

.ic-point-left:before {
  content: "\ea06"
}

.ic-warning:before {
  content: "\ea07"
}

.ic-notification:before {
  content: "\ea08"
}

.ic-question:before {
  content: "\ea09"
}

.ic-plus:before {
  content: "\ea0a"
}

.ic-minus:before {
  content: "\ea0b"
}

.ic-info:before {
  content: "\ea0c"
}

.ic-cancel-circle:before {
  content: "\ea0d"
}

.ic-blocked:before {
  content: "\ea0e"
}

.ic-cross:before {
  content: "\ea0f"
}

.ic-checkmark:before {
  content: "\ea10"
}

.ic-checkmark2:before {
  content: "\ea11"
}

.ic-spell-check:before {
  content: "\ea12"
}

.ic-enter:before {
  content: "\ea13"
}

.ic-exit:before {
  content: "\ea14"
}

.ic-play2:before {
  content: "\ea15"
}

.ic-pause:before {
  content: "\ea16"
}

.ic-stop:before {
  content: "\ea17"
}

.ic-previous:before {
  content: "\ea18"
}

.ic-next:before {
  content: "\ea19"
}

.ic-backward:before {
  content: "\ea1a"
}

.ic-forward2:before {
  content: "\ea1b"
}

.ic-play3:before {
  content: "\ea1c"
}

.ic-pause2:before {
  content: "\ea1d"
}

.ic-stop2:before {
  content: "\ea1e"
}

.ic-backward2:before {
  content: "\ea1f"
}

.ic-forward3:before {
  content: "\ea20"
}

.ic-first:before {
  content: "\ea21"
}

.ic-last:before {
  content: "\ea22"
}

.ic-previous2:before {
  content: "\ea23"
}

.ic-next2:before {
  content: "\ea24"
}

.ic-eject:before {
  content: "\ea25"
}

.ic-volume-high:before {
  content: "\ea26"
}

.ic-volume-medium:before {
  content: "\ea27"
}

.ic-volume-low:before {
  content: "\ea28"
}

.ic-volume-mute:before {
  content: "\ea29"
}

.ic-volume-mute2:before {
  content: "\ea2a"
}

.ic-volume-increase:before {
  content: "\ea2b"
}

.ic-volume-decrease:before {
  content: "\ea2c"
}

.ic-loop:before {
  content: "\ea2d"
}

.ic-loop2:before {
  content: "\ea2e"
}

.ic-infinite:before {
  content: "\ea2f"
}

.ic-shuffle:before {
  content: "\ea30"
}

.ic-arrow-up-left:before {
  content: "\ea31"
}

.ic-arrow-up:before {
  content: "\ea32"
}

.ic-arrow-up-right:before {
  content: "\ea33"
}

.ic-arrow-right:before {
  content: "\ea34"
}

.ic-arrow-down-right:before {
  content: "\ea35"
}

.ic-arrow-down:before {
  content: "\ea36"
}

.ic-arrow-down-left:before {
  content: "\ea37"
}

.ic-arrow-left:before {
  content: "\ea38"
}

.ic-arrow-up-left2:before {
  content: "\ea39"
}

.ic-arrow-up2:before {
  content: "\ea3a"
}

.ic-arrow-up-right2:before {
  content: "\ea3b"
}

.ic-arrow-right2:before {
  content: "\ea3c"
}

.ic-arrow-down-right2:before {
  content: "\ea3d"
}

.ic-arrow-down2:before {
  content: "\ea3e"
}

.ic-arrow-down-left2:before {
  content: "\ea3f"
}

.ic-arrow-left2:before {
  content: "\ea40"
}

.ic-circle-up:before {
  content: "\ea41"
}

.ic-circle-right:before {
  content: "\ea42"
}

.ic-circle-down:before {
  content: "\ea43"
}

.ic-circle-left:before {
  content: "\ea44"
}

.ic-tab:before {
  content: "\ea45"
}

.ic-move-up:before {
  content: "\ea46"
}

.ic-move-down:before {
  content: "\ea47"
}

.ic-sort-alpha-asc:before {
  content: "\ea48"
}

.ic-sort-alpha-desc:before {
  content: "\ea49"
}

.ic-sort-numeric-asc:before {
  content: "\ea4a"
}

.ic-sort-numberic-desc:before {
  content: "\ea4b"
}

.ic-sort-amount-asc:before {
  content: "\ea4c"
}

.ic-sort-amount-desc:before {
  content: "\ea4d"
}

.ic-command:before {
  content: "\ea4e"
}

.ic-shift:before {
  content: "\ea4f"
}

.ic-ctrl:before {
  content: "\ea50"
}

.ic-opt:before {
  content: "\ea51"
}

.ic-checkbox-checked:before {
  content: "\ea52"
}

.ic-checkbox-unchecked:before {
  content: "\ea53"
}

.ic-radio-checked:before {
  content: "\ea54"
}

.ic-radio-checked2:before {
  content: "\ea55"
}

.ic-radio-unchecked:before {
  content: "\ea56"
}

.ic-crop:before {
  content: "\ea57"
}

.ic-make-group:before {
  content: "\ea58"
}

.ic-ungroup:before {
  content: "\ea59"
}

.ic-scissors:before {
  content: "\ea5a"
}

.ic-filter:before {
  content: "\ea5b"
}

.ic-font:before {
  content: "\ea5c"
}

.ic-ligature:before {
  content: "\ea5d"
}

.ic-ligature2:before {
  content: "\ea5e"
}

.ic-text-height:before {
  content: "\ea5f"
}

.ic-text-width:before {
  content: "\ea60"
}

.ic-font-size:before {
  content: "\ea61"
}

.ic-bold:before {
  content: "\ea62"
}

.ic-underline:before {
  content: "\ea63"
}

.ic-italic:before {
  content: "\ea64"
}

.ic-strikethrough:before {
  content: "\ea65"
}

.ic-omega:before {
  content: "\ea66"
}

.ic-sigma:before {
  content: "\ea67"
}

.ic-page-break:before {
  content: "\ea68"
}

.ic-superscript:before {
  content: "\ea69"
}

.ic-subscript:before {
  content: "\ea6a"
}

.ic-superscript2:before {
  content: "\ea6b"
}

.ic-subscript2:before {
  content: "\ea6c"
}

.ic-text-color:before {
  content: "\ea6d"
}

.ic-pagebreak:before {
  content: "\ea6e"
}

.ic-clear-formatting:before {
  content: "\ea6f"
}

.ic-table:before {
  content: "\ea70"
}

.ic-table2:before {
  content: "\ea71"
}

.ic-insert-template:before {
  content: "\ea72"
}

.ic-pilcrow:before {
  content: "\ea73"
}

.ic-ltr:before {
  content: "\ea74"
}

.ic-rtl:before {
  content: "\ea75"
}

.ic-section:before {
  content: "\ea76"
}

.ic-paragraph-left:before {
  content: "\ea77"
}

.ic-paragraph-center:before {
  content: "\ea78"
}

.ic-paragraph-right:before {
  content: "\ea79"
}

.ic-paragraph-justify:before {
  content: "\ea7a"
}

.ic-indent-increase:before {
  content: "\ea7b"
}

.ic-indent-decrease:before {
  content: "\ea7c"
}

.ic-share:before {
  content: "\ea7d"
}

.ic-new-tab:before {
  content: "\ea7e"
}

.ic-embed:before {
  content: "\ea7f"
}

.ic-embed2:before {
  content: "\ea80"
}

.ic-terminal:before {
  content: "\ea81"
}

.ic-share2:before {
  content: "\ea82"
}

.ic-mail:before {
  content: "\ea83"
}

.ic-mail2:before {
  content: "\ea84"
}

.ic-mail3:before {
  content: "\ea85"
}

.ic-mail4:before {
  content: "\ea86"
}

.ic-amazon:before {
  content: "\ea87"
}

.ic-google:before {
  content: "\ea88"
}

.ic-google2:before {
  content: "\ea89"
}

.ic-google3:before {
  content: "\ea8a"
}

.ic-google-plus:before {
  content: "\ea8b"
}

.ic-google-plus2:before {
  content: "\ea8c"
}

.ic-google-plus3:before {
  content: "\ea8d"
}

.ic-hangouts:before {
  content: "\ea8e"
}

.ic-google-drive:before {
  content: "\ea8f"
}

.ic-facebook:before {
  content: "\ea90"
}

.ic-facebook2:before {
  content: "\ea91"
}

.ic-instagram:before {
  content: "\ea92"
}

.ic-whatsapp:before {
  content: "\ea93"
}

.ic-spotify:before {
  content: "\ea94"
}

.ic-telegram:before {
  content: "\ea95"
}

.ic-twitter:before {
  content: "\ea96"
}

.ic-vine:before {
  content: "\ea97"
}

.ic-vk:before {
  content: "\ea98"
}

.ic-renren:before {
  content: "\ea99"
}

.ic-sina-weibo:before {
  content: "\ea9a"
}

.ic-rss:before {
  content: "\ea9b"
}

.ic-rss2:before {
  content: "\ea9c"
}

.ic-youtube:before {
  content: "\ea9d"
}

.ic-youtube2:before {
  content: "\ea9e"
}

.ic-twitch:before {
  content: "\ea9f"
}

.ic-vimeo:before {
  content: "\eaa0"
}

.ic-vimeo2:before {
  content: "\eaa1"
}

.ic-lanyrd:before {
  content: "\eaa2"
}

.ic-flickr:before {
  content: "\eaa3"
}

.ic-flickr2:before {
  content: "\eaa4"
}

.ic-flickr3:before {
  content: "\eaa5"
}

.ic-flickr4:before {
  content: "\eaa6"
}

.ic-dribbble:before {
  content: "\eaa7"
}

.ic-behance:before {
  content: "\eaa8"
}

.ic-behance2:before {
  content: "\eaa9"
}

.ic-deviantart:before {
  content: "\eaaa"
}

.ic-500px:before {
  content: "\eaab"
}

.ic-steam:before {
  content: "\eaac"
}

.ic-steam2:before {
  content: "\eaad"
}

.ic-dropbox:before {
  content: "\eaae"
}

.ic-onedrive:before {
  content: "\eaaf"
}

.ic-github:before {
  content: "\eab0"
}

.ic-npm:before {
  content: "\eab1"
}

.ic-basecamp:before {
  content: "\eab2"
}

.ic-trello:before {
  content: "\eab3"
}

.ic-wordpress:before {
  content: "\eab4"
}

.ic-joomla:before {
  content: "\eab5"
}

.ic-ello:before {
  content: "\eab6"
}

.ic-blogger:before {
  content: "\eab7"
}

.ic-blogger2:before {
  content: "\eab8"
}

.ic-tumblr:before {
  content: "\eab9"
}

.ic-tumblr2:before {
  content: "\eaba"
}

.ic-yahoo:before {
  content: "\eabb"
}

.ic-yahoo2:before {
  content: "\eabc"
}

.ic-tux:before {
  content: "\eabd"
}

.ic-appleinc:before {
  content: "\eabe"
}

.ic-finder:before {
  content: "\eabf"
}

.ic-android:before {
  content: "\eac0"
}

.ic-windows:before {
  content: "\eac1"
}

.ic-windows8:before {
  content: "\eac2"
}

.ic-soundcloud:before {
  content: "\eac3"
}

.ic-soundcloud2:before {
  content: "\eac4"
}

.ic-skype:before {
  content: "\eac5"
}

.ic-reddit:before {
  content: "\eac6"
}

.ic-hackernews:before {
  content: "\eac7"
}

.ic-wikipedia:before {
  content: "\eac8"
}

.ic-linkedin:before {
  content: "\eac9"
}

.ic-linkedin2:before {
  content: "\eaca"
}

.ic-lastfm:before {
  content: "\eacb"
}

.ic-lastfm2:before {
  content: "\eacc"
}

.ic-delicious:before {
  content: "\eacd"
}

.ic-stumbleupon:before {
  content: "\eace"
}

.ic-stumbleupon2:before {
  content: "\eacf"
}

.ic-stackoverflow:before {
  content: "\ead0"
}

.ic-pinterest:before {
  content: "\ead1"
}

.ic-pinterest2:before {
  content: "\ead2"
}

.ic-xing:before {
  content: "\ead3"
}

.ic-xing2:before {
  content: "\ead4"
}

.ic-flattr:before {
  content: "\ead5"
}

.ic-foursquare:before {
  content: "\ead6"
}

.ic-yelp:before {
  content: "\ead7"
}

.ic-paypal:before {
  content: "\ead8"
}

.ic-chrome:before {
  content: "\ead9"
}

.ic-firefox:before {
  content: "\eada"
}

.ic-IE:before {
  content: "\eadb"
}

.ic-edge:before {
  content: "\eadc"
}

.ic-safari:before {
  content: "\eadd"
}

.ic-opera:before {
  content: "\eade"
}

.ic-file-pdf:before {
  content: "\eadf"
}

.ic-file-openoffice:before {
  content: "\eae0"
}

.ic-file-word:before {
  content: "\eae1"
}

.ic-file-excel:before {
  content: "\eae2"
}

.ic-libreoffice:before {
  content: "\eae3"
}

.ic-html-five:before {
  content: "\eae4"
}

.ic-html-five2:before {
  content: "\eae5"
}

.ic-css3:before {
  content: "\eae6"
}

.ic-git:before {
  content: "\eae7"
}

.ic-codepen:before {
  content: "\eae8"
}

.ic-svg:before {
  content: "\eae9"
}

.ic-IcoMoon:before {
  content: "\eaea"
}

.icon-circle-down:before {
  content: "\ea43"
}

.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%
}

.str_vertical .str_move, .str_down .str_move {
  white-space: normal;
  width: 100%
}

.str_static .str_move, .no_drag .str_move, .noStop .str_move {
  cursor: inherit
}

.str_wrap img {
  max-width: none !important
}

.table-entry-header {
  background-color: #27afe1 !important;
  text-align: center;
  color: #FFF;
  font-family: irsans !important
}

ul.table-entry {
  max-width: 800px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0
}

ul.table-entry:nth-child(1) {
  background-color: #27afe1;
  text-align: center;
  color: #FFF
}

.table-entry li {
  display: inline-block;
  border-left: solid #f5f6f7 .5px;
  border-right: solid #f5f6f7 .5px;
  padding: 7px 10px;
  font-family: irsans;
  font-size: 12pt
}

.table-entry:nth-child(odd) {
  background-color: #b2dfdb
}

.table-entry:nth-child(even) {
  background-color: #f5f5f5
}

.table-entry:nth-child(n) {
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out
}

.table-entry:nth-child(n):hover {
  cursor: pointer;
  opacity: .75
}

.table-entry.done {
  background-color: #b2dfdb;
  color: #004d40
}

.table-entry:nth-child(1) li {
  border: 0
}

.table-entry li:nth-child(1) {
  width: 90%
}

.table-entry li:nth-child(2) {
  width: 10%;
  text-align: center
}

.cols {
  display: flex
}

.cols li {
  display: inline-block
}

.table-entry li:nth-child(3) {
  width: 140px;
  min-width: 140px;
  text-align: center
}

.table-entry li:nth-child(4) {
  text-align: center;
  width: 30px;
  min-width: 30px;
  max-width: 30px
}

.table-entry li:nth-child(5) {
  text-align: center;
  width: 30px;
  min-width: 30px;
  max-width: 30px
}

.commentBody {
  display: block;
  width: 90%;
  padding: 4px 2px;
  border-radius: 50px;
  color: #f2f2f2;
  height: auto;
  background-color: rgba(193, 209, 217, 0.78)
}

.tac {
  text-align: center
}

.fl {
  float: left
}

.fr {
  float: right
}

.h100p {
  height: 100%
}

.h50p {
  height: 50%
}

.width-inherit {
  max-height: inherit;
  min-width: inherit;
  width: inherit
}

.scroll-y {
  overflow-y: scroll
}

.scroll-x {
  overflow-x: scroll
}

.bra * {
  border: 1px solid #c1d1d9
}

.tal {
  text-align: left
}

.aic {
  align-items: center
}

.tar {
  text-align: right !important
}

.newRed {
  color: #c11515
}

.red {
  color: #f44336 !important;
  opacity: 1 !important
}

.error {
  color: #f44336 !important;
  font-family: irsans;
  font-size: 11pt
}

.bgWhite {
  background-color: #fff !important;
  width: 100%
}

.gray {
  cursor: pointer;
  color: #607d8b
}

.roboto {
  font-family: roboto, irsans !important;
  font-weight: 100;
  color: #2c3e50
}

.irsans {
  font-family: irsans;
  font-weight: 100;
  color: #2c3e50
}

.light-gray {
  color: #999;
  font-family: irsans !important;
  font-size: 12pt
}

.support_part_top {
  background: #2a3133;
  padding: 8px 0;
  font-size: 14pt !important;
}

.support_part_top a {
  color: #f5f6f7;
}

.support_part_top a:hover {
  color: #00B8D4;
}

.support_part_top span {
  font-size: 12.5pt !important;
  /*color: #f5f6f7;*/
  font-family: Shabnam, roboto, irsans;
}

.light-gray h2 {
  color: #999;
  font-family: irsans !important;
  font-size: 14pt
}

.white {
  color: white
}

.white * {
  color: white !important
}

.blue {
  color: #0192b5
}

.W_parvaz {
  font-family: "W_parvaz";
  font-size: 24px;
  color: #088;
  line-height: 20px
}

.cp {
  cursor: pointer
}

.cnone {
  cursor: text
}

.bt-a {
  position: absolute;
  bottom: 0
}

.home {
  font-size: 18px;
  font-family: "B bardiya"
}

.lf {
  font-size: 14px
}

.dib {
  display: inline-block
}

.db {
  display: block
}

.df {
  display: flex
}

.pf {
  position: fixed
}

.hide {
  visibility: hidden
}

.hideBottom {
  bottom: -35px
}

.z-index2 {
  z-index: 2
}

.z-index-1 {
  z-index: -1
}

.dif {
  display: inline-flex
}

.pr {
  position: relative
}

.pa {
  position: absolute !important
}

.fg {
  flex-grow: 1
}

.fdc {
  flex-direction: column !important;
}

.fdcr {
  flex-direction: row-reverse
}

.fdr {
  flex-direction: row
}

.fdrr {
  flex-direction: row-reverse !important;
}

.vm {
  vertical-align: middle
}

.jcc {
  justify-content: center
}

.jic {
  justify-items: center
}

.jsc {
  justify-self: center
}

.acc {
  align-content: center
}

.w50p {
  width: 50%
}

.ltr {
  direction: ltr
}

.rtl {
  direction: rtl
}

.arial {
  font-family: arial
}

.radius100 {
  padding: 2px;
  border: 1px #e4e4e4 solid;
  border-radius: 100%
}

.vertical_align_middle {
  vertical-align: middle
}

.light-blue {
  color: lightblue
}

.important-color {
  color: #27afe1
}

.mauto {
  margin: 0 auto
}

#showItems {
  border-radius: 50% 09% 09% 50%;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 40px;
  cursor: pointer;
  background-color: #5ba6e0;
  display: inline-flex;
  flex-direction: column;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #5ba6e0
}

#showItems:hover {
  opacity: .8
}

#showItems span {
  text-align: center;
  padding: 0 2px;
  margin: 12px 0;
  font-size: 110%;
  color: #fff;
  justify-content: space-between
}

.item {
  margin-top: 7px;
  cursor: pointer;
  text-align: center;
  font-size: 100%;
  justify-content: space-around;
  width: 60px;
  height: 30px;
  display: inline-flex;
  position: relative
}

.item ul li {
  transition: all ease-in-out .5s;
  font-family: "B Bardiya";
  list-style: none
}

.item ul li span {
  color: #8f9397;
  vertical-align: top;
  font-size: 120%
}

.item ul li a {
  position: absolute;
  right: 12px;
  top: 15px;
  color: #8f9397;
  font-weight: 500;
  vertical-align: text-bottom
}

.item ul li:hover span, .item ul li:hover a {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #5ba6e0
}

.item .sml {
  line-height: 25px;
  font-size: 98%
}

.home ul li span, .home ul li a {
  color: #2c3e50
}

.home ul li a {
  right: 20px
}

.servis ul li span, .servis ul li a {
  color: #e67e22
}

.servis ul li a {
  right: 12.5px
}

.shop ul li span, .shop ul li a {
  color: #7f8c8d
}

.shop ul li a {
  right: 3px
}

.tel-us {
  width: 60px
}

.tel-us ul li span, .tel-us ul li a {
  color: #5ba6e0
}

.tel-us ul li a {
  right: 3px
}

.blog {
  width: 60px
}

.blog ul li span, .blog ul li a {
  color: #8e44ad
}

.blog ul li a {
  right: 18px
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center
}

.blur-5px {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px)
}

.aligner-item {
  max-width: 50%
}

.aligner-item--top {
  align-self: flex-start
}

.aligner-item--bottom {
  align-self: flex-end
}

#mceu_1, #mceu_2, #mceu_3, #mceu_4, #mceu_5, #mceu_6, #mceu_7, #mceu_8, #mceu_9, #mceu_10, #mceu_11, #mceu_12, #mceu_13, #mceu_14, #mceu_15, #mceu_16, #mceu_17, #mceu_18, #mceu_19, #mceu_20, #mceu_21, #mceu_22, #mceu_23, #mceu_24, #mceu_25, #mceu_26, #mceu_27, #mceu_28, #mceu_29, #mceu_30, #mceu_31, #mceu_32, #mceu_33, #mceu_34, #mceu_35, #mceu_36, #mceu_37, #mceu_38, #mceu_39, #mceu_40, #mceu_41, #mceu_42, #mceu_43, #mceu_44, #mceu_45, #mceu_46, #mceu_47, #mceu_48, #mceu_49, #mceu_50, #mceu_51, #mceu_52, #mceu_53, #mceu_54, #mceu_55, #mceu_56, #mceu_57, #mceu_58, #mceu_59, #mceu_60, #mceu_61, #mceu_62, #mceu_63, #mceu_64, #mceu_65, #mceu_66, #mceu_67, #mceu_68, #mceu_69, #mceu_70, #mceu_71, #mceu_72, #mceu_73 {
  font-family: irsans, roboto !important;
  font-size: 11pt
}

.gold {
  color: #ff9800
}

.silver {
  color: silver
}

.bronze {
  color: #cd7f32
}

.bgRed {
  background-color: #d50000
}

.bgBlue {
  background-color: #2196f3
}

.bgOrange {
  background-color: #ff5722
}

.bgGreen {
  background-color: #263238
}

.bgLightGreen {
  background-color: #0a0
}

.bgTeal {
  background-color: #00bfa5
}

.shbnm {
  font-family: shabnam
}

.w5f {
  width: 5px !important;
  min-width: 5px !important;
  max-width: 5px !important
}

.w10f {
  width: 10px !important;
  min-width: 10px !important;
  max-width: 10px !important
}

.w15f {
  width: 15px !important;
  min-width: 15px !important;
  max-width: 15px !important
}

.w20f {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important
}

.w30f {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important
}

.w40f {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important
}

.w50f {
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important
}

.w60f {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important
}

.w70f {
  width: 70px !important;
  min-width: 70px !important;
  max-width: 70px !important
}

.w75f {
  width: 75px !important;
  min-width: 75px !important;
  max-width: 75px !important
}

.w80f {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important
}

.w90f {
  width: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important
}

.w100f {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important
}

.w125f {
  width: 125px !important;
  min-width: 125px !important;
  max-width: 125px !important
}

.w150f {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important
}

.w175f {
  width: 175px !important;
  min-width: 175px !important;
  max-width: 175px !important
}

.w200f {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important
}

.w250f {
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important
}

.w300f {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important
}

.w350f {
  width: 350px !important;
  min-width: 350px !important;
  max-width: 350px !important
}

.w400f {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important
}

.w450f {
  width: 450px !important;
  min-width: 450px !important;
  max-width: 450px !important
}

.w500f {
  width: 500px !important;
  min-width: 500px !important;
  max-width: 500px !important
}

.w550f {
  width: 550px !important;
  min-width: 550px !important;
  max-width: 550px !important
}

.w600f {
  width: 600px !important;
  min-width: 600px !important;
  max-width: 600px !important
}

.w650f {
  width: 650px !important;
  min-width: 650px !important;
  max-width: 650px !important
}

.w700f {
  width: 700px !important;
  min-width: 700px !important;
  max-width: 700px !important
}

.w750f {
  width: 750px !important;
  min-width: 750px !important;
  max-width: 750px !important
}

.w800f {
  width: 800px !important;
  min-width: 800px !important;
  max-width: 800px !important
}

.w850f {
  width: 850px !important;
  min-width: 850px !important;
  max-width: 850px !important
}

.w900f {
  width: 900px !important;
  min-width: 900px !important;
  max-width: 900px !important
}

.w950f {
  width: 950px !important;
  min-width: 950px !important;
  max-width: 950px !important
}

.r5r {
  right: 5px !important
}

.r10r {
  right: 10px !important
}

.r15r {
  right: 15px !important
}

.r20r {
  right: 20px !important
}

.r25r {
  right: 25px !important
}

.r30r {
  right: 30px !important
}

.r35r {
  right: 35px !important
}

.r40r {
  right: 40px !important
}

.r45r {
  right: 45px !important
}

.r50r {
  right: 50px !important
}

.r55r {
  right: 55px !important
}

.r60r {
  right: 60px !important
}

.r65r {
  right: 65px !important
}

.r70r {
  right: 70px !important
}

.r75r {
  right: 75px !important
}

.r80r {
  right: 80px !important
}

.r85r {
  right: 85px !important
}

.r90r {
  right: 90px !important
}

.r95r {
  right: 95px !important
}

.r100r {
  right: 100px !important
}

.r105r {
  right: 105px !important
}

.r110r {
  right: 110px !important
}

.r115r {
  right: 115px !important
}

.r120r {
  right: 120px !important
}

.r125r {
  right: 125px !important
}

.r130r {
  right: 130px !important
}

.r135r {
  right: 135px !important
}

.r140r {
  right: 140px !important
}

.r145r {
  right: 145px !important
}

.r150r {
  right: 150px !important
}

.r155r {
  right: 155px !important
}

.r160r {
  right: 160px !important
}

.r165r {
  right: 165px !important
}

.r170r {
  right: 170px !important
}

.r175r {
  right: 175px !important
}

.r180r {
  right: 180px !important
}

.r185r {
  right: 185px !important
}

.r190r {
  right: 190px !important
}

.r195r {
  right: 195px !important
}

.r200r {
  right: 200px !important
}

.l5l {
  left: 5px !important
}

.l10l {
  left: 10px !important
}

.l15l {
  left: 15px !important
}

.l20l {
  left: 20px !important
}

.l25l {
  left: 25px !important
}

.l30l {
  left: 30px !important
}

.l35l {
  left: 35px !important
}

.l40l {
  left: 40px !important
}

.l45l {
  left: 45px !important
}

.l50l {
  left: 50px !important
}

.l55l {
  left: 55px !important
}

.l60l {
  left: 60px !important
}

.l65l {
  left: 65px !important
}

.l70l {
  left: 70px !important
}

.l75l {
  left: 75px !important
}

.l80l {
  left: 80px !important
}

.l85l {
  left: 85px !important
}

.l90l {
  left: 90px !important
}

.l95l {
  left: 95px !important
}

.l100l {
  left: 100px !important
}

.l105l {
  left: 105px !important
}

.l110l {
  left: 110px !important
}

.l115l {
  left: 115px !important
}

.l120l {
  left: 120px !important
}

.l125l {
  left: 125px !important
}

.l130l {
  left: 130px !important
}

.l135l {
  left: 135px !important
}

.l140l {
  left: 140px !important
}

.l145l {
  left: 145px !important
}

.l150l {
  left: 150px !important
}

.l155l {
  left: 155px !important
}

.l160l {
  left: 160px !important
}

.l165l {
  left: 165px !important
}

.l170l {
  left: 170px !important
}

.l175l {
  left: 175px !important
}

.l180l {
  left: 180px !important
}

.l185l {
  left: 185px !important
}

.l190l {
  left: 190px !important
}

.l195l {
  left: 195px !important
}

.l200l {
  left: 200px !important
}

.l5lr {
  left: -3px !important
}

.l5lr {
  left: -5px !important
}

.l10r {
  left: -10px !important
}

.l15r {
  left: -15px !important
}

.l20r {
  left: -20px !important
}

.l25r {
  left: -25px !important
}

.l30r {
  left: -30px !important
}

.l35r {
  left: -35px !important
}

.l40r {
  left: -40px !important
}

.l45r {
  left: -45px !important
}

.l50r {
  left: -50px !important
}

.l55r {
  left: -55px !important
}

.l60r {
  left: -60px !important
}

.l65r {
  left: -65px !important
}

.l70r {
  left: -70px !important
}

.l75r {
  left: -75px !important
}

.l80r {
  left: -80px !important
}

.l85r {
  left: -85px !important
}

.l90r {
  left: -90px !important
}

.l95r {
  left: -95px !important
}

.l100r {
  left: -100px !important
}

.l105r {
  left: -105px !important
}

.l110r {
  left: -110px !important
}

.l115r {
  left: -115px !important
}

.l120r {
  left: -120px !important
}

.l125r {
  left: -125px !important
}

.l130r {
  left: -130px !important
}

.l135r {
  left: -135px !important
}

.l140r {
  left: -140px !important
}

.l145r {
  left: -145px !important
}

.l150r {
  left: -150px !important
}

.l155r {
  left: -155px !important
}

.l160r {
  left: -160px !important
}

.l165r {
  left: -165px !important
}

.l170r {
  left: -170px !important
}

.l175r {
  left: -175px !important
}

.l180r {
  left: -180px !important
}

.l185r {
  left: -185px !important
}

.l190r {
  left: -190px !important
}

.l195r {
  left: -195px !important
}

.l200r {
  left: -200px !important
}

.w100p {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important
}

.m5 {
  margin: 5px !important
}

.m10 {
  margin: 10px !important
}

.m15 {
  margin: 15px !important
}

.p5 {
  padding: 5px !important
}

.p10 {
  padding: 10px !important
}

.p15 {
  padding: 15px !important
}

.mr-5 {
  margin-right: 5px !important
}

.mr-10 {
  margin-right: 10px !important
}

.mr-15 {
  margin-right: 15px !important
}

.mr-45 {
  margin-right: 15px !important
}

.mb-5 {
  margin-bottom: 5px !important
}

.mb-10 {
  margin-bottom: 10px !important
}

.mb-15 {
  margin-bottom: 15px !important
}

.mb-45 {
  margin-bottom: 45px !important
}

.mb-100 {
  margin-bottom: 100px !important
}

.mt-5 {
  margin-top: 5px !important
}

.mt-10 {
  margin-top: 10px !important
}

.mt-15 {
  margin-top: 15px !important
}

.mt-20 {
  margin-top: 20px !important
}

.mt-25 {
  margin-top: 25px !important
}

.ml-5 {
  margin-left: 5px !important
}

.ml-10 {
  margin-left: 10px !important
}

.ml-15 {
  margin-left: 15px !important
}

.pr-5 {
  padding-right: 5px !important
}

.pr-10 {
  padding-right: 10px !important
}

.pr-15 {
  padding-right: 15px !important
}

.pb-5 {
  padding-bottom: 5px !important
}

.pb-10 {
  padding-bottom: 10px !important
}

.pb-15 {
  padding-bottom: 15px !important
}

.pt-5 {
  padding-top: 5px !important
}

.pt-10 {
  padding-top: 10px !important
}

.pt-15 {
  padding-top: 15px !important
}

.pt-20 {
  padding-top: 20px !important
}

.pt-25 {
  padding-top: 25px !important
}

.pl-5 {
  padding-left: 5px !important
}

.pl-10 {
  padding-left: 10px !important
}

.pl-15 {
  padding-left: 15px !important
}

.pl-25 {
  padding-left: 25px !important
}

@-webkit-keyframes a {

0
{
  -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0)
;
  transform: translate(-50%, -50%) rotateX(0) rotateY(0)
}
50
%
{
  -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
;
  transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
}
to {
  -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
  transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
}

}
@keyframes a {

0
{
  -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0)
;
  transform: translate(-50%, -50%) rotateX(0) rotateY(0)
}
50
%
{
  -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
;
  transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0)
}
to {
  -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
  transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
}

}
.fluidbox {
  outline: 0
}

.fluidbox__overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: zoom-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -100%;
  left: 0;
  bottom: -100%;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.fluidbox--opened .fluidbox__overlay {
  pointer-events: auto
}

.fluidbox__wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.fluidbox--closed .fluidbox__thumb, .fluidbox__thumb {
  -webkit-transition: opacity 0 ease-in-out 0;
  transition: opacity 0 ease-in-out 0
}

.fluidbox__ghost {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  transition-duration: 0, .5s;
  transition-delay: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform
}

.fluidbox--opened .fluidbox__ghost {
  cursor: pointer;
  cursor: zoom-out
}

.fluidbox--closed .fluidbox__ghost {
  -webkit-transition-delay: .5s, 0;
  transition-delay: .5s, 0
}

.fluidbox__loader {
  opacity: 0;
  -webkit-perspective: 200px;
  perspective: 200px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.fluidbox__loader:before {
  background-color: rgba(255, 255, 255, 0.85);
  content: '';
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  padding-bottom: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: 0;
  transition-delay: 0
}

.fluidbox--loading .fluidbox__loader {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out .5s;
  transition: opacity .5s ease-in-out .5s
}

.fluidbox--loading .fluidbox__loader:before {
  -webkit-animation: a 1s 0 infinite ease-in-out forwards;
  animation: a 1s 0 infinite ease-in-out forwards
}

nav a {
  position: relative;
  display: inline-block;
  margin: 15px 25px;
  outline: 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 1.35em
}

nav a:hover, nav a:focus {
  outline: 0
}

.cl-effect-1 a::before, .cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform .3s, opacity .2s;
  -moz-transition: -moz-transform .3s, opacity .2s;
  transition: transform .3s, opacity .2s
}

.cl-effect-1 a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px)
}

.cl-effect-1 a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px)
}

.cl-effect-1 a:hover::before, .cl-effect-1 a:hover::after, .cl-effect-1 a:focus::before, .cl-effect-1 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0)
}

.cl-effect-2 a {
  line-height: 44px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px
}

.cl-effect-2 a span {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  background: #2195de;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.csstransforms3d .cl-effect-2 a span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0965a0;
  content: attr(data-hover);
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0
}

.cl-effect-2 a:hover span, .cl-effect-2 a:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px)
}

.csstransforms3d .cl-effect-2 a:hover span::before, .csstransforms3d .cl-effect-2 a:focus span::before {
  background: #28a2ee
}

.cl-effect-3 a {
  padding: 8px 0
}

.cl-effect-3 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  content: '';
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  -moz-transition: opacity .3s, -moz-transform .3s;
  transition: opacity .3s, transform .3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px)
}

.cl-effect-3 a:hover::after, .cl-effect-3 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0)
}

.cl-effect-4 a {
  padding: 0 0 10px
}

.cl-effect-4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: height .3s, opacity .3s, -webkit-transform .3s;
  -moz-transition: height .3s, opacity .3s, -moz-transform .3s;
  transition: height .3s, opacity .3s, transform .3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px)
}

.cl-effect-4 a:hover::after, .cl-effect-4 a:focus::after {
  height: 5px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0)
}

.cl-effect-5 a {
  overflow: hidden;
  padding: 0 4px;
  height: 1em
}

.cl-effect-5 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s
}

.cl-effect-5 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.cl-effect-5 a:hover span, .cl-effect-5 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%)
}

.cl-effect-6 a {
  margin: 0 10px;
  padding: 10px 20px
}

.cl-effect-6 a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: top .3s;
  -moz-transition: top .3s;
  transition: top .3s
}

.cl-effect-6 a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  transition: height .3s
}

.cl-effect-6 a:hover::before {
  top: 100%;
  opacity: 1
}

.cl-effect-6 a:hover::after {
  height: 100%
}

.cl-effect-7 a {
  padding: 12px 10px 10px;
  color: #566473;
  text-shadow: none;
  font-weight: 700
}

.cl-effect-7 a::before, .cl-effect-7 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #566473;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85)
}

.cl-effect-7 a::after {
  opacity: 0;
  -webkit-transition: top .3s, opacity .3s, -webkit-transform .3s;
  -moz-transition: top .3s, opacity .3s, -moz-transform .3s;
  transition: top .3s, opacity .3s, transform .3s
}

.cl-effect-7 a:hover::before, .cl-effect-7 a:hover::after, .cl-effect-7 a:focus::before, .cl-effect-7 a:focus::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1)
}

.cl-effect-7 a:hover::after, .cl-effect-7 a:focus::after {
  top: 0;
  opacity: 1
}

.cl-effect-8 a {
  padding: 10px 20px
}

.cl-effect-8 a::before, .cl-effect-8 a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #354856;
  content: '';
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s
}

.cl-effect-8 a::after {
  border-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-7px) translateX(6px);
  -moz-transform: translateY(-7px) translateX(6px);
  transform: translateY(-7px) translateX(6px)
}

.cl-effect-8 a:hover::before, .cl-effect-8 a:focus::before {
  opacity: 0;
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px)
}

.cl-effect-8 a:hover::after, .cl-effect-8 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -moz-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0)
}

.cl-effect-9 a {
  margin: 0 20px;
  padding: 18px 20px
}

.cl-effect-9 a::before, .cl-effect-9 a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: .2;
  -webkit-transition: opacity .3s, height .3s;
  -moz-transition: opacity .3s, height .3s;
  transition: opacity .3s, height .3s
}

.cl-effect-9 a::after {
  top: 100%;
  opacity: 0;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px)
}

.cl-effect-9 a span:first-child {
  z-index: 2;
  display: block;
  font-weight: 300
}

.cl-effect-9 a span:last-child {
  z-index: 1;
  display: block;
  padding: 8px 0 0 0;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: none;
  text-transform: none;
  font-style: italic;
  font-size: .75em;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  opacity: 0;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%)
}

.cl-effect-9 a:hover::before, .cl-effect-9 a:focus::before {
  height: 6px
}

.cl-effect-9 a:hover::before, .cl-effect-9 a:hover::after, .cl-effect-9 a:focus::before, .cl-effect-9 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0)
}

.cl-effect-9 a:hover span:last-child, .cl-effect-9 a:focus span:last-child {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0)
}

.cl-effect-10 {
  position: relative;
  z-index: 1
}

.cl-effect-10 a {
  overflow: hidden;
  margin: 0 15px
}

.cl-effect-10 a span {
  display: block;
  padding: 10px 20px;
  background: #0f7c67;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s
}

.cl-effect-10 a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #0f7c67;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
  -webkit-transform: translateX(-25%)
}

.cl-effect-10 a:hover span, .cl-effect-10 a:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%)
}

.cl-effect-10 a:hover::before, .cl-effect-10 a:focus::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0)
}

.cl-effect-11 a {
  padding: 10px 0;
  border-top: 2px solid #0972b4;
  color: #0972b4;
  text-shadow: none
}

.cl-effect-11 a::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  max-width: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  content: attr(data-hover);
  -webkit-transition: max-width .5s;
  -moz-transition: max-width .5s;
  transition: max-width .5s;
  white-space: nowrap
}

.cl-effect-11 a:hover::before, .cl-effect-11 a:focus::before {
  max-width: 100%
}

.cl-effect-12 a::before, .cl-effect-12 img::before, .cl-effect-12 a::after, .cl-effect-12 img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2)
}

.cl-effect-12 a::after, .cl-effect-12 img::after {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8)
}

.cl-effect-12 a:hover::after, .cl-effect-12 img:hover::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1)
}

.cl-effect-12 a:hover::before, .cl-effect-12 img:hover::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1)
}

.cl-effect-12 a:focus::after, .cl-effect-12 img:focus::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1)
}

.cl-effect-12 a:focus::before, .cl-effect-12 img:focus::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1)
}

.cl-effect-13 a {
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s
}

.cl-effect-13 a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: '•';
  text-shadow: 0 0 transparent;
  font-size: 1.2em;
  -webkit-transition: text-shadow .3s, color .3s;
  -moz-transition: text-shadow .3s, color .3s;
  transition: text-shadow .3s, color .3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none
}

.cl-effect-13 a:hover::before, .cl-effect-13 a:focus::before {
  color: #fff;
  text-shadow: 10px 0 #fff, -10px 0 #fff
}

.cl-effect-13 a:hover, .cl-effect-13 a:focus {
  color: #ba7700
}

.cl-effect-14 a {
  padding: 0 20px;
  height: 45px;
  line-height: 45px
}

.cl-effect-14 a::before, .cl-effect-14 a::after {
  position: absolute;
  width: 45px;
  height: 2px;
  background: #fff;
  content: '';
  opacity: .2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  pointer-events: none
}

.cl-effect-14 a::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0
}

.cl-effect-14 a::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.cl-effect-14 a:hover::before, .cl-effect-14 a:hover::after, .cl-effect-14 a:focus::before, .cl-effect-14 a:focus::after {
  opacity: 1
}

.cl-effect-14 a:hover::before, .cl-effect-14 a:focus::before {
  left: 50%;
  -webkit-transform: rotate(0) translateX(-50%);
  -moz-transform: rotate(0) translateX(-50%);
  transform: rotate(0) translateX(-50%)
}

.cl-effect-14 a:hover::after, .cl-effect-14 a:focus::after {
  right: 50%;
  -webkit-transform: rotate(0) translateX(50%);
  -moz-transform: rotate(0) translateX(50%);
  transform: rotate(0) translateX(50%)
}

.cl-effect-15 a {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-shadow: none
}

.cl-effect-15 a::before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s
}

.cl-effect-15 a:hover::before, .cl-effect-15 a:focus::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0
}

.cl-effect-16 a {
  color: #6f8686;
  text-shadow: 0 0 1px rgba(111, 134, 134, 0.3)
}

.cl-effect-16 a::before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  pointer-events: none
}

.cl-effect-16 a:hover::before, .cl-effect-16 a:focus::before {
  -webkit-transform: scale(1) translateX(0) translateY(0) rotate(0);
  -moz-transform: scale(1) translateX(0) translateY(0) rotate(0);
  transform: scale(1) translateX(0) translateY(0) rotate(0);
  opacity: 1
}

.cl-effect-17 a {
  color: #10649b;
  text-shadow: none;
  padding: 10px 0
}

.cl-effect-17 a::before {
  color: #fff;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  pointer-events: none
}

.cl-effect-17 a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  pointer-events: none
}

.cl-effect-17 a:hover::before, .cl-effect-17 a:focus::before {
  opacity: 0;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px)
}

.cl-effect-17 a:hover::after, .cl-effect-17 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0)
}

.cl-effect-18 {
  position: relative;
  z-index: 1
}

.cl-effect-18 a {
  padding: 0 5px;
  color: #b4770d;
  font-weight: 700;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s
}

.cl-effect-18 a::before, .cl-effect-18 a::after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: #b4770d;
  content: '';
  z-index: -1;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  pointer-events: none
}

.cl-effect-18 a::before {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px)
}

.cl-effect-18 a::after {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px)
}

.cl-effect-18 a:hover, .cl-effect-18 a:focus {
  color: #fff
}

.cl-effect-18 a:hover::before, .cl-effect-18 a:hover::after, .cl-effect-18 a:focus::before, .cl-effect-18 a:focus::after {
  opacity: .7
}

.cl-effect-18 a:hover::before, .cl-effect-18 a:focus::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg)
}

.cl-effect-18 a:hover::after, .cl-effect-18 a:focus::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.cl-effect-19 a {
  line-height: 2em;
  margin: 15px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  width: 200px
}

.cl-effect-19 a span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 14px;
  background: #e35041;
  -webkit-transition: -webkit-transform .4s, background .4s;
  -moz-transition: -moz-transform .4s, background .4s;
  transition: transform .4s, background .4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -100px;
  -moz-transform-origin: 50% 50% -100px;
  transform-origin: 50% 50% -100px
}

.csstransforms3d .cl-effect-19 a span::before {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #b53a2d;
  content: attr(data-hover);
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  transition: background .4s;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  transform-origin: 0 50%;
  pointer-events: none
}

.cl-effect-19 a:hover span, .cl-effect-19 a:focus span {
  background: #b53a2d;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  transform: rotateY(-90deg)
}

.csstransforms3d .cl-effect-19 a:hover span::before, .csstransforms3d .cl-effect-19 a:focus span::before {
  background: #ef5e50
}

.cl-effect-20 a {
  line-height: 2em;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px
}

.cl-effect-20 a span {
  position: relative;
  display: inline-block;
  padding: 3px 15px 0;
  background: #587285;
  box-shadow: inset 0 3px #2f4351;
  -webkit-transition: background .6s;
  -moz-transition: background .6s;
  transition: background .6s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  transform-origin: 0 50%
}

.cl-effect-20 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #2f4351;
  content: attr(data-hover);
  -webkit-transform: rotateX(270deg);
  -moz-transform: rotateX(270deg);
  transform: rotateX(270deg);
  -webkit-transition: -webkit-transform .6s;
  -moz-transition: -moz-transform .6s;
  transition: transform .6s;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none
}

.cl-effect-20 a:hover span, .cl-effect-20 a:focus span {
  background: #2f4351
}

.cl-effect-20 a:hover span::before, .cl-effect-20 a:focus span::before {
  -webkit-transform: rotateX(10deg);
  -moz-transform: rotateX(10deg);
  transform: rotateX(10deg)
}

.cl-effect-21 a {
  padding: 10px;
  color: #237546;
  font-weight: 700;
  text-shadow: none;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s
}

.cl-effect-21 a::before, .cl-effect-21 a::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  -moz-transition: opacity .3s, -moz-transform .3s;
  transition: opacity .3s, transform .3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px)
}

.cl-effect-21 a::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px)
}

.cl-effect-21 a::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px)
}

.cl-effect-21 a:hover, .cl-effect-21 a:focus {
  color: #fff
}

.cl-effect-21 a:hover::before, .cl-effect-21 a:focus::before, .cl-effect-21 a:hover::after, .cl-effect-21 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0)
}

@font-face {
  font-family: "Material Design Icons";
  src: url("../font/materialdesignicons-webfont.eot?v=2.0.46");
  src: url("../font/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"), url("../font/materialdesignicons-webfont.woff2") format("woff2"), url("../font/materialdesignicons-webfont.woff") format("woff"), url("../font/materialdesignicons-webfont.ttf") format("truetype"), url("../font/materialdesignicons-webfont.svg#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal
}

.mdi:before, .mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mdi-access-point:before {
  content: "\F002"
}

.mdi-access-point-network:before {
  content: "\F003"
}

.mdi-account:before {
  content: "\F004"
}

.mdi-account-alert:before {
  content: "\F005"
}

.mdi-account-box:before {
  content: "\F006"
}

.mdi-account-box-outline:before {
  content: "\F007"
}

.mdi-account-card-details:before {
  content: "\F5D2"
}

.mdi-account-check:before {
  content: "\F008"
}

.mdi-account-circle:before {
  content: "\F009"
}

.mdi-account-convert:before {
  content: "\F00A"
}

.mdi-account-edit:before {
  content: "\F6BB"
}

.mdi-account-key:before {
  content: "\F00B"
}

.mdi-account-location:before {
  content: "\F00C"
}

.mdi-account-minus:before {
  content: "\F00D"
}

.mdi-account-multiple:before {
  content: "\F00E"
}

.mdi-account-multiple-minus:before {
  content: "\F5D3"
}

.mdi-account-multiple-outline:before {
  content: "\F00F"
}

.mdi-account-multiple-plus:before {
  content: "\F010"
}

.mdi-account-network:before {
  content: "\F011"
}

.mdi-account-off:before {
  content: "\F012"
}

.mdi-account-outline:before {
  content: "\F013"
}

.mdi-account-plus:before {
  content: "\F014"
}

.mdi-account-remove:before {
  content: "\F015"
}

.mdi-account-search:before {
  content: "\F016"
}

.mdi-account-settings:before {
  content: "\F630"
}

.mdi-account-settings-variant:before {
  content: "\F631"
}

.mdi-account-star:before {
  content: "\F017"
}

.mdi-account-switch:before {
  content: "\F019"
}

.mdi-adjust:before {
  content: "\F01A"
}

.mdi-air-conditioner:before {
  content: "\F01B"
}

.mdi-airballoon:before {
  content: "\F01C"
}

.mdi-airplane:before {
  content: "\F01D"
}

.mdi-airplane-landing:before {
  content: "\F5D4"
}

.mdi-airplane-off:before {
  content: "\F01E"
}

.mdi-airplane-takeoff:before {
  content: "\F5D5"
}

.mdi-airplay:before {
  content: "\F01F"
}

.mdi-alarm:before {
  content: "\F020"
}

.mdi-alarm-bell:before {
  content: "\F78D"
}

.mdi-alarm-check:before {
  content: "\F021"
}

.mdi-alarm-light:before {
  content: "\F78E"
}

.mdi-alarm-multiple:before {
  content: "\F022"
}

.mdi-alarm-off:before {
  content: "\F023"
}

.mdi-alarm-plus:before {
  content: "\F024"
}

.mdi-alarm-snooze:before {
  content: "\F68D"
}

.mdi-album:before {
  content: "\F025"
}

.mdi-alert:before {
  content: "\F026"
}

.mdi-alert-box:before {
  content: "\F027"
}

.mdi-alert-circle:before {
  content: "\F028"
}

.mdi-alert-circle-outline:before {
  content: "\F5D6"
}

.mdi-alert-decagram:before {
  content: "\F6BC"
}

.mdi-alert-octagon:before {
  content: "\F029"
}

.mdi-alert-octagram:before {
  content: "\F766"
}

.mdi-alert-outline:before {
  content: "\F02A"
}

.mdi-all-inclusive:before {
  content: "\F6BD"
}

.mdi-alpha:before {
  content: "\F02B"
}

.mdi-alphabetical:before {
  content: "\F02C"
}

.mdi-altimeter:before {
  content: "\F5D7"
}

.mdi-amazon:before {
  content: "\F02D"
}

.mdi-amazon-clouddrive:before {
  content: "\F02E"
}

.mdi-ambulance:before {
  content: "\F02F"
}

.mdi-amplifier:before {
  content: "\F030"
}

.mdi-anchor:before {
  content: "\F031"
}

.mdi-android:before {
  content: "\F032"
}

.mdi-android-debug-bridge:before {
  content: "\F033"
}

.mdi-android-head:before {
  content: "\F78F"
}

.mdi-android-studio:before {
  content: "\F034"
}

.mdi-angular:before {
  content: "\F6B1"
}

.mdi-angularjs:before {
  content: "\F6BE"
}

.mdi-animation:before {
  content: "\F5D8"
}

.mdi-apple:before {
  content: "\F035"
}

.mdi-apple-finder:before {
  content: "\F036"
}

.mdi-apple-ios:before {
  content: "\F037"
}

.mdi-apple-keyboard-caps:before {
  content: "\F632"
}

.mdi-apple-keyboard-command:before {
  content: "\F633"
}

.mdi-apple-keyboard-control:before {
  content: "\F634"
}

.mdi-apple-keyboard-option:before {
  content: "\F635"
}

.mdi-apple-keyboard-shift:before {
  content: "\F636"
}

.mdi-apple-mobileme:before {
  content: "\F038"
}

.mdi-apple-safari:before {
  content: "\F039"
}

.mdi-application:before {
  content: "\F614"
}

.mdi-approval:before {
  content: "\F790"
}

.mdi-apps:before {
  content: "\F03B"
}

.mdi-archive:before {
  content: "\F03C"
}

.mdi-arrange-bring-forward:before {
  content: "\F03D"
}

.mdi-arrange-bring-to-front:before {
  content: "\F03E"
}

.mdi-arrange-send-backward:before {
  content: "\F03F"
}

.mdi-arrange-send-to-back:before {
  content: "\F040"
}

.mdi-arrow-all:before {
  content: "\F041"
}

.mdi-arrow-bottom-left:before {
  content: "\F042"
}

.mdi-arrow-bottom-right:before {
  content: "\F043"
}

.mdi-arrow-collapse:before {
  content: "\F615"
}

.mdi-arrow-collapse-all:before {
  content: "\F044"
}

.mdi-arrow-collapse-down:before {
  content: "\F791"
}

.mdi-arrow-collapse-left:before {
  content: "\F792"
}

.mdi-arrow-collapse-right:before {
  content: "\F793"
}

.mdi-arrow-collapse-up:before {
  content: "\F794"
}

.mdi-arrow-down:before {
  content: "\F045"
}

.mdi-arrow-down-bold:before {
  content: "\F72D"
}

.mdi-arrow-down-bold-box:before {
  content: "\F72E"
}

.mdi-arrow-down-bold-box-outline:before {
  content: "\F72F"
}

.mdi-arrow-down-bold-circle:before {
  content: "\F047"
}

.mdi-arrow-down-bold-circle-outline:before {
  content: "\F048"
}

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\F049"
}

.mdi-arrow-down-box:before {
  content: "\F6BF"
}

.mdi-arrow-down-drop-circle:before {
  content: "\F04A"
}

.mdi-arrow-down-drop-circle-outline:before {
  content: "\F04B"
}

.mdi-arrow-down-thick:before {
  content: "\F046"
}

.mdi-arrow-expand:before {
  content: "\F616"
}

.mdi-arrow-expand-all:before {
  content: "\F04C"
}

.mdi-arrow-expand-down:before {
  content: "\F795"
}

.mdi-arrow-expand-left:before {
  content: "\F796"
}

.mdi-arrow-expand-right:before {
  content: "\F797"
}

.mdi-arrow-expand-up:before {
  content: "\F798"
}

.mdi-arrow-left:before {
  content: "\F04D"
}

.mdi-arrow-left-bold:before {
  content: "\F730"
}

.mdi-arrow-left-bold-box:before {
  content: "\F731"
}

.mdi-arrow-left-bold-box-outline:before {
  content: "\F732"
}

.mdi-arrow-left-bold-circle:before {
  content: "\F04F"
}

.mdi-arrow-left-bold-circle-outline:before {
  content: "\F050"
}

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\F051"
}

.mdi-arrow-left-box:before {
  content: "\F6C0"
}

.mdi-arrow-left-drop-circle:before {
  content: "\F052"
}

.mdi-arrow-left-drop-circle-outline:before {
  content: "\F053"
}

.mdi-arrow-left-thick:before {
  content: "\F04E"
}

.mdi-arrow-right:before {
  content: "\F054"
}

.mdi-arrow-right-bold:before {
  content: "\F733"
}

.mdi-arrow-right-bold-box:before {
  content: "\F734"
}

.mdi-arrow-right-bold-box-outline:before {
  content: "\F735"
}

.mdi-arrow-right-bold-circle:before {
  content: "\F056"
}

.mdi-arrow-right-bold-circle-outline:before {
  content: "\F057"
}

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\F058"
}

.mdi-arrow-right-box:before {
  content: "\F6C1"
}

.mdi-arrow-right-drop-circle:before {
  content: "\F059"
}

.mdi-arrow-right-drop-circle-outline:before {
  content: "\F05A"
}

.mdi-arrow-right-thick:before {
  content: "\F055"
}

.mdi-arrow-top-left:before {
  content: "\F05B"
}

.mdi-arrow-top-right:before {
  content: "\F05C"
}

.mdi-arrow-up:before {
  content: "\F05D"
}

.mdi-arrow-up-bold:before {
  content: "\F736"
}

.mdi-arrow-up-bold-box:before {
  content: "\F737"
}

.mdi-arrow-up-bold-box-outline:before {
  content: "\F738"
}

.mdi-arrow-up-bold-circle:before {
  content: "\F05F"
}

.mdi-arrow-up-bold-circle-outline:before {
  content: "\F060"
}

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\F061"
}

.mdi-arrow-up-box:before {
  content: "\F6C2"
}

.mdi-arrow-up-drop-circle:before {
  content: "\F062"
}

.mdi-arrow-up-drop-circle-outline:before {
  content: "\F063"
}

.mdi-arrow-up-thick:before {
  content: "\F05E"
}

.mdi-assistant:before {
  content: "\F064"
}

.mdi-asterisk:before {
  content: "\F6C3"
}

.mdi-at:before {
  content: "\F065"
}

.mdi-atom:before {
  content: "\F767"
}

.mdi-attachment:before {
  content: "\F066"
}

.mdi-audiobook:before {
  content: "\F067"
}

.mdi-auto-fix:before {
  content: "\F068"
}

.mdi-auto-upload:before {
  content: "\F069"
}

.mdi-autorenew:before {
  content: "\F06A"
}

.mdi-av-timer:before {
  content: "\F06B"
}

.mdi-baby:before {
  content: "\F06C"
}

.mdi-baby-buggy:before {
  content: "\F68E"
}

.mdi-backburger:before {
  content: "\F06D"
}

.mdi-backspace:before {
  content: "\F06E"
}

.mdi-backup-restore:before {
  content: "\F06F"
}

.mdi-bandcamp:before {
  content: "\F674"
}

.mdi-bank:before {
  content: "\F070"
}

.mdi-barcode:before {
  content: "\F071"
}

.mdi-barcode-scan:before {
  content: "\F072"
}

.mdi-barley:before {
  content: "\F073"
}

.mdi-barrel:before {
  content: "\F074"
}

.mdi-basecamp:before {
  content: "\F075"
}

.mdi-basket:before {
  content: "\F076"
}

.mdi-basket-fill:before {
  content: "\F077"
}

.mdi-basket-unfill:before {
  content: "\F078"
}

.mdi-battery:before {
  content: "\F079"
}

.mdi-battery-10:before {
  content: "\F07A"
}

.mdi-battery-20:before {
  content: "\F07B"
}

.mdi-battery-30:before {
  content: "\F07C"
}

.mdi-battery-40:before {
  content: "\F07D"
}

.mdi-battery-50:before {
  content: "\F07E"
}

.mdi-battery-60:before {
  content: "\F07F"
}

.mdi-battery-70:before {
  content: "\F080"
}

.mdi-battery-80:before {
  content: "\F081"
}

.mdi-battery-90:before {
  content: "\F082"
}

.mdi-battery-alert:before {
  content: "\F083"
}

.mdi-battery-charging:before {
  content: "\F084"
}

.mdi-battery-charging-100:before {
  content: "\F085"
}

.mdi-battery-charging-20:before {
  content: "\F086"
}

.mdi-battery-charging-30:before {
  content: "\F087"
}

.mdi-battery-charging-40:before {
  content: "\F088"
}

.mdi-battery-charging-60:before {
  content: "\F089"
}

.mdi-battery-charging-80:before {
  content: "\F08A"
}

.mdi-battery-charging-90:before {
  content: "\F08B"
}

.mdi-battery-minus:before {
  content: "\F08C"
}

.mdi-battery-negative:before {
  content: "\F08D"
}

.mdi-battery-outline:before {
  content: "\F08E"
}

.mdi-battery-plus:before {
  content: "\F08F"
}

.mdi-battery-positive:before {
  content: "\F090"
}

.mdi-battery-unknown:before {
  content: "\F091"
}

.mdi-beach:before {
  content: "\F092"
}

.mdi-beaker:before {
  content: "\F68F"
}

.mdi-beats:before {
  content: "\F097"
}

.mdi-beer:before {
  content: "\F098"
}

.mdi-behance:before {
  content: "\F099"
}

.mdi-bell:before {
  content: "\F09A"
}

.mdi-bell-off:before {
  content: "\F09B"
}

.mdi-bell-outline:before {
  content: "\F09C"
}

.mdi-bell-plus:before {
  content: "\F09D"
}

.mdi-bell-ring:before {
  content: "\F09E"
}

.mdi-bell-ring-outline:before {
  content: "\F09F"
}

.mdi-bell-sleep:before {
  content: "\F0A0"
}

.mdi-beta:before {
  content: "\F0A1"
}

.mdi-bible:before {
  content: "\F0A2"
}

.mdi-bike:before {
  content: "\F0A3"
}

.mdi-bing:before {
  content: "\F0A4"
}

.mdi-binoculars:before {
  content: "\F0A5"
}

.mdi-bio:before {
  content: "\F0A6"
}

.mdi-biohazard:before {
  content: "\F0A7"
}

.mdi-bitbucket:before {
  content: "\F0A8"
}

.mdi-black-mesa:before {
  content: "\F0A9"
}

.mdi-blackberry:before {
  content: "\F0AA"
}

.mdi-blender:before {
  content: "\F0AB"
}

.mdi-blinds:before {
  content: "\F0AC"
}

.mdi-block-helper:before {
  content: "\F0AD"
}

.mdi-blogger:before {
  content: "\F0AE"
}

.mdi-bluetooth:before {
  content: "\F0AF"
}

.mdi-bluetooth-audio:before {
  content: "\F0B0"
}

.mdi-bluetooth-connect:before {
  content: "\F0B1"
}

.mdi-bluetooth-off:before {
  content: "\F0B2"
}

.mdi-bluetooth-settings:before {
  content: "\F0B3"
}

.mdi-bluetooth-transfer:before {
  content: "\F0B4"
}

.mdi-blur:before {
  content: "\F0B5"
}

.mdi-blur-linear:before {
  content: "\F0B6"
}

.mdi-blur-off:before {
  content: "\F0B7"
}

.mdi-blur-radial:before {
  content: "\F0B8"
}

.mdi-bomb:before {
  content: "\F690"
}

.mdi-bomb-off:before {
  content: "\F6C4"
}

.mdi-bone:before {
  content: "\F0B9"
}

.mdi-book:before {
  content: "\F0BA"
}

.mdi-book-minus:before {
  content: "\F5D9"
}

.mdi-book-multiple:before {
  content: "\F0BB"
}

.mdi-book-multiple-variant:before {
  content: "\F0BC"
}

.mdi-book-open:before {
  content: "\F0BD"
}

.mdi-book-open-page-variant:before {
  content: "\F5DA"
}

.mdi-book-open-variant:before {
  content: "\F0BE"
}

.mdi-book-plus:before {
  content: "\F5DB"
}

.mdi-book-secure:before {
  content: "\F799"
}

.mdi-book-unsecure:before {
  content: "\F79A"
}

.mdi-book-variant:before {
  content: "\F0BF"
}

.mdi-bookmark:before {
  content: "\F0C0"
}

.mdi-bookmark-check:before {
  content: "\F0C1"
}

.mdi-bookmark-music:before {
  content: "\F0C2"
}

.mdi-bookmark-outline:before {
  content: "\F0C3"
}

.mdi-bookmark-plus:before {
  content: "\F0C5"
}

.mdi-bookmark-plus-outline:before {
  content: "\F0C4"
}

.mdi-bookmark-remove:before {
  content: "\F0C6"
}

.mdi-boombox:before {
  content: "\F5DC"
}

.mdi-bootstrap:before {
  content: "\F6C5"
}

.mdi-border-all:before {
  content: "\F0C7"
}

.mdi-border-bottom:before {
  content: "\F0C8"
}

.mdi-border-color:before {
  content: "\F0C9"
}

.mdi-border-horizontal:before {
  content: "\F0CA"
}

.mdi-border-inside:before {
  content: "\F0CB"
}

.mdi-border-left:before {
  content: "\F0CC"
}

.mdi-border-none:before {
  content: "\F0CD"
}

.mdi-border-outside:before {
  content: "\F0CE"
}

.mdi-border-right:before {
  content: "\F0CF"
}

.mdi-border-style:before {
  content: "\F0D0"
}

.mdi-border-top:before {
  content: "\F0D1"
}

.mdi-border-vertical:before {
  content: "\F0D2"
}

.mdi-bow-tie:before {
  content: "\F677"
}

.mdi-bowl:before {
  content: "\F617"
}

.mdi-bowling:before {
  content: "\F0D3"
}

.mdi-box:before {
  content: "\F0D4"
}

.mdi-box-cutter:before {
  content: "\F0D5"
}

.mdi-box-shadow:before {
  content: "\F637"
}

.mdi-bridge:before {
  content: "\F618"
}

.mdi-briefcase:before {
  content: "\F0D6"
}

.mdi-briefcase-check:before {
  content: "\F0D7"
}

.mdi-briefcase-download:before {
  content: "\F0D8"
}

.mdi-briefcase-upload:before {
  content: "\F0D9"
}

.mdi-brightness-1:before {
  content: "\F0DA"
}

.mdi-brightness-2:before {
  content: "\F0DB"
}

.mdi-brightness-3:before {
  content: "\F0DC"
}

.mdi-brightness-4:before {
  content: "\F0DD"
}

.mdi-brightness-5:before {
  content: "\F0DE"
}

.mdi-brightness-6:before {
  content: "\F0DF"
}

.mdi-brightness-7:before {
  content: "\F0E0"
}

.mdi-brightness-auto:before {
  content: "\F0E1"
}

.mdi-broom:before {
  content: "\F0E2"
}

.mdi-brush:before {
  content: "\F0E3"
}

.mdi-buffer:before {
  content: "\F619"
}

.mdi-bug:before {
  content: "\F0E4"
}

.mdi-bulletin-board:before {
  content: "\F0E5"
}

.mdi-bullhorn:before {
  content: "\F0E6"
}

.mdi-bullseye:before {
  content: "\F5DD"
}

.mdi-burst-mode:before {
  content: "\F5DE"
}

.mdi-bus:before {
  content: "\F0E7"
}

.mdi-bus-articulated-end:before {
  content: "\F79B"
}

.mdi-bus-articulated-front:before {
  content: "\F79C"
}

.mdi-bus-double-decker:before {
  content: "\F79D"
}

.mdi-bus-school:before {
  content: "\F79E"
}

.mdi-bus-side:before {
  content: "\F79F"
}

.mdi-cached:before {
  content: "\F0E8"
}

.mdi-cake:before {
  content: "\F0E9"
}

.mdi-cake-layered:before {
  content: "\F0EA"
}

.mdi-cake-variant:before {
  content: "\F0EB"
}

.mdi-calculator:before {
  content: "\F0EC"
}

.mdi-calendar:before {
  content: "\F0ED"
}

.mdi-calendar-blank:before {
  content: "\F0EE"
}

.mdi-calendar-check:before {
  content: "\F0EF"
}

.mdi-calendar-clock:before {
  content: "\F0F0"
}

.mdi-calendar-multiple:before {
  content: "\F0F1"
}

.mdi-calendar-multiple-check:before {
  content: "\F0F2"
}

.mdi-calendar-plus:before {
  content: "\F0F3"
}

.mdi-calendar-question:before {
  content: "\F691"
}

.mdi-calendar-range:before {
  content: "\F678"
}

.mdi-calendar-remove:before {
  content: "\F0F4"
}

.mdi-calendar-text:before {
  content: "\F0F5"
}

.mdi-calendar-today:before {
  content: "\F0F6"
}

.mdi-call-made:before {
  content: "\F0F7"
}

.mdi-call-merge:before {
  content: "\F0F8"
}

.mdi-call-missed:before {
  content: "\F0F9"
}

.mdi-call-received:before {
  content: "\F0FA"
}

.mdi-call-split:before {
  content: "\F0FB"
}

.mdi-camcorder:before {
  content: "\F0FC"
}

.mdi-camcorder-box:before {
  content: "\F0FD"
}

.mdi-camcorder-box-off:before {
  content: "\F0FE"
}

.mdi-camcorder-off:before {
  content: "\F0FF"
}

.mdi-camera:before {
  content: "\F100"
}

.mdi-camera-burst:before {
  content: "\F692"
}

.mdi-camera-enhance:before {
  content: "\F101"
}

.mdi-camera-front:before {
  content: "\F102"
}

.mdi-camera-front-variant:before {
  content: "\F103"
}

.mdi-camera-gopro:before {
  content: "\F7A0"
}

.mdi-camera-iris:before {
  content: "\F104"
}

.mdi-camera-metering-center:before {
  content: "\F7A1"
}

.mdi-camera-metering-matrix:before {
  content: "\F7A2"
}

.mdi-camera-metering-partial:before {
  content: "\F7A3"
}

.mdi-camera-metering-spot:before {
  content: "\F7A4"
}

.mdi-camera-off:before {
  content: "\F5DF"
}

.mdi-camera-party-mode:before {
  content: "\F105"
}

.mdi-camera-rear:before {
  content: "\F106"
}

.mdi-camera-rear-variant:before {
  content: "\F107"
}

.mdi-camera-switch:before {
  content: "\F108"
}

.mdi-camera-timer:before {
  content: "\F109"
}

.mdi-cancel:before {
  content: "\F739"
}

.mdi-candle:before {
  content: "\F5E2"
}

.mdi-candycane:before {
  content: "\F10A"
}

.mdi-cannabis:before {
  content: "\F7A5"
}

.mdi-car:before {
  content: "\F10B"
}

.mdi-car-battery:before {
  content: "\F10C"
}

.mdi-car-connected:before {
  content: "\F10D"
}

.mdi-car-convertable:before {
  content: "\F7A6"
}

.mdi-car-estate:before {
  content: "\F7A7"
}

.mdi-car-hatchback:before {
  content: "\F7A8"
}

.mdi-car-pickup:before {
  content: "\F7A9"
}

.mdi-car-side:before {
  content: "\F7AA"
}

.mdi-car-sports:before {
  content: "\F7AB"
}

.mdi-car-wash:before {
  content: "\F10E"
}

.mdi-caravan:before {
  content: "\F7AC"
}

.mdi-cards:before {
  content: "\F638"
}

.mdi-cards-outline:before {
  content: "\F639"
}

.mdi-cards-playing-outline:before {
  content: "\F63A"
}

.mdi-cards-variant:before {
  content: "\F6C6"
}

.mdi-carrot:before {
  content: "\F10F"
}

.mdi-cart:before {
  content: "\F110"
}

.mdi-cart-off:before {
  content: "\F66B"
}

.mdi-cart-outline:before {
  content: "\F111"
}

.mdi-cart-plus:before {
  content: "\F112"
}

.mdi-case-sensitive-alt:before {
  content: "\F113"
}

.mdi-cash:before {
  content: "\F114"
}

.mdi-cash-100:before {
  content: "\F115"
}

.mdi-cash-multiple:before {
  content: "\F116"
}

.mdi-cash-usd:before {
  content: "\F117"
}

.mdi-cast:before {
  content: "\F118"
}

.mdi-cast-connected:before {
  content: "\F119"
}

.mdi-cast-off:before {
  content: "\F789"
}

.mdi-castle:before {
  content: "\F11A"
}

.mdi-cat:before {
  content: "\F11B"
}

.mdi-cctv:before {
  content: "\F7AD"
}

.mdi-ceiling-light:before {
  content: "\F768"
}

.mdi-cellphone:before {
  content: "\F11C"
}

.mdi-cellphone-android:before {
  content: "\F11D"
}

.mdi-cellphone-basic:before {
  content: "\F11E"
}

.mdi-cellphone-dock:before {
  content: "\F11F"
}

.mdi-cellphone-iphone:before {
  content: "\F120"
}

.mdi-cellphone-link:before {
  content: "\F121"
}

.mdi-cellphone-link-off:before {
  content: "\F122"
}

.mdi-cellphone-settings:before {
  content: "\F123"
}

.mdi-certificate:before {
  content: "\F124"
}

.mdi-chair-school:before {
  content: "\F125"
}

.mdi-chart-arc:before {
  content: "\F126"
}

.mdi-chart-areaspline:before {
  content: "\F127"
}

.mdi-chart-bar:before {
  content: "\F128"
}

.mdi-chart-bar-stacked:before {
  content: "\F769"
}

.mdi-chart-bubble:before {
  content: "\F5E3"
}

.mdi-chart-donut:before {
  content: "\F7AE"
}

.mdi-chart-donut-variant:before {
  content: "\F7AF"
}

.mdi-chart-gantt:before {
  content: "\F66C"
}

.mdi-chart-histogram:before {
  content: "\F129"
}

.mdi-chart-line:before {
  content: "\F12A"
}

.mdi-chart-line-stacked:before {
  content: "\F76A"
}

.mdi-chart-line-variant:before {
  content: "\F7B0"
}

.mdi-chart-pie:before {
  content: "\F12B"
}

.mdi-chart-scatterplot-hexbin:before {
  content: "\F66D"
}

.mdi-chart-timeline:before {
  content: "\F66E"
}

.mdi-check:before {
  content: "\F12C"
}

.mdi-check-all:before {
  content: "\F12D"
}

.mdi-check-circle:before {
  content: "\F5E0"
}

.mdi-check-circle-outline:before {
  content: "\F5E1"
}

.mdi-checkbox-blank:before {
  content: "\F12E"
}

.mdi-checkbox-blank-circle:before {
  content: "\F12F"
}

.mdi-checkbox-blank-circle-outline:before {
  content: "\F130"
}

.mdi-checkbox-blank-outline:before {
  content: "\F131"
}

.mdi-checkbox-marked:before {
  content: "\F132"
}

.mdi-checkbox-marked-circle:before {
  content: "\F133"
}

.mdi-checkbox-marked-circle-outline:before {
  content: "\F134"
}

.mdi-checkbox-marked-outline:before {
  content: "\F135"
}

.mdi-checkbox-multiple-blank:before {
  content: "\F136"
}

.mdi-checkbox-multiple-blank-circle:before {
  content: "\F63B"
}

.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\F63C"
}

.mdi-checkbox-multiple-blank-outline:before {
  content: "\F137"
}

.mdi-checkbox-multiple-marked:before {
  content: "\F138"
}

.mdi-checkbox-multiple-marked-circle:before {
  content: "\F63D"
}

.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\F63E"
}

.mdi-checkbox-multiple-marked-outline:before {
  content: "\F139"
}

.mdi-checkerboard:before {
  content: "\F13A"
}

.mdi-chemical-weapon:before {
  content: "\F13B"
}

.mdi-chevron-double-down:before {
  content: "\F13C"
}

.mdi-chevron-double-left:before {
  content: "\F13D"
}

.mdi-chevron-double-right:before {
  content: "\F13E"
}

.mdi-chevron-double-up:before {
  content: "\F13F"
}

.mdi-chevron-down:before {
  content: "\F140"
}

.mdi-chevron-left:before {
  content: "\F141"
}

.mdi-chevron-right:before {
  content: "\F142"
}

.mdi-chevron-up:before {
  content: "\F143"
}

.mdi-chili-hot:before {
  content: "\F7B1"
}

.mdi-chili-medium:before {
  content: "\F7B2"
}

.mdi-chili-mild:before {
  content: "\F7B3"
}

.mdi-chip:before {
  content: "\F61A"
}

.mdi-church:before {
  content: "\F144"
}

.mdi-circle:before {
  content: "\F764"
}

.mdi-circle-outline:before {
  content: "\F765"
}

.mdi-cisco-webex:before {
  content: "\F145"
}

.mdi-city:before {
  content: "\F146"
}

.mdi-clipboard:before {
  content: "\F147"
}

.mdi-clipboard-account:before {
  content: "\F148"
}

.mdi-clipboard-alert:before {
  content: "\F149"
}

.mdi-clipboard-arrow-down:before {
  content: "\F14A"
}

.mdi-clipboard-arrow-left:before {
  content: "\F14B"
}

.mdi-clipboard-check:before {
  content: "\F14C"
}

.mdi-clipboard-flow:before {
  content: "\F6C7"
}

.mdi-clipboard-outline:before {
  content: "\F14D"
}

.mdi-clipboard-plus:before {
  content: "\F750"
}

.mdi-clipboard-text:before {
  content: "\F14E"
}

.mdi-clippy:before {
  content: "\F14F"
}

.mdi-clock:before {
  content: "\F150"
}

.mdi-clock-alert:before {
  content: "\F5CE"
}

.mdi-clock-end:before {
  content: "\F151"
}

.mdi-clock-fast:before {
  content: "\F152"
}

.mdi-clock-in:before {
  content: "\F153"
}

.mdi-clock-out:before {
  content: "\F154"
}

.mdi-clock-start:before {
  content: "\F155"
}

.mdi-close:before {
  content: "\F156"
}

.mdi-close-box:before {
  content: "\F157"
}

.mdi-close-box-outline:before {
  content: "\F158"
}

.mdi-close-circle:before {
  content: "\F159"
}

.mdi-close-circle-outline:before {
  content: "\F15A"
}

.mdi-close-network:before {
  content: "\F15B"
}

.mdi-close-octagon:before {
  content: "\F15C"
}

.mdi-close-octagon-outline:before {
  content: "\F15D"
}

.mdi-close-outline:before {
  content: "\F6C8"
}

.mdi-closed-caption:before {
  content: "\F15E"
}

.mdi-cloud:before {
  content: "\F15F"
}

.mdi-cloud-braces:before {
  content: "\F7B4"
}

.mdi-cloud-check:before {
  content: "\F160"
}

.mdi-cloud-circle:before {
  content: "\F161"
}

.mdi-cloud-download:before {
  content: "\F162"
}

.mdi-cloud-off-outline:before {
  content: "\F164"
}

.mdi-cloud-outline:before {
  content: "\F163"
}

.mdi-cloud-print:before {
  content: "\F165"
}

.mdi-cloud-print-outline:before {
  content: "\F166"
}

.mdi-cloud-sync:before {
  content: "\F63F"
}

.mdi-cloud-tags:before {
  content: "\F7B5"
}

.mdi-cloud-upload:before {
  content: "\F167"
}

.mdi-code-array:before {
  content: "\F168"
}

.mdi-code-braces:before {
  content: "\F169"
}

.mdi-code-brackets:before {
  content: "\F16A"
}

.mdi-code-equal:before {
  content: "\F16B"
}

.mdi-code-greater-than:before {
  content: "\F16C"
}

.mdi-code-greater-than-or-equal:before {
  content: "\F16D"
}

.mdi-code-less-than:before {
  content: "\F16E"
}

.mdi-code-less-than-or-equal:before {
  content: "\F16F"
}

.mdi-code-not-equal:before {
  content: "\F170"
}

.mdi-code-not-equal-variant:before {
  content: "\F171"
}

.mdi-code-parentheses:before {
  content: "\F172"
}

.mdi-code-string:before {
  content: "\F173"
}

.mdi-code-tags:before {
  content: "\F174"
}

.mdi-code-tags-check:before {
  content: "\F693"
}

.mdi-codepen:before {
  content: "\F175"
}

.mdi-coffee:before {
  content: "\F176"
}

.mdi-coffee-outline:before {
  content: "\F6C9"
}

.mdi-coffee-to-go:before {
  content: "\F177"
}

.mdi-coin:before {
  content: "\F178"
}

.mdi-coins:before {
  content: "\F694"
}

.mdi-collage:before {
  content: "\F640"
}

.mdi-color-helper:before {
  content: "\F179"
}

.mdi-comment:before {
  content: "\F17A"
}

.mdi-comment-account:before {
  content: "\F17B"
}

.mdi-comment-account-outline:before {
  content: "\F17C"
}

.mdi-comment-alert:before {
  content: "\F17D"
}

.mdi-comment-alert-outline:before {
  content: "\F17E"
}

.mdi-comment-check:before {
  content: "\F17F"
}

.mdi-comment-check-outline:before {
  content: "\F180"
}

.mdi-comment-multiple-outline:before {
  content: "\F181"
}

.mdi-comment-outline:before {
  content: "\F182"
}

.mdi-comment-plus-outline:before {
  content: "\F183"
}

.mdi-comment-processing:before {
  content: "\F184"
}

.mdi-comment-processing-outline:before {
  content: "\F185"
}

.mdi-comment-question-outline:before {
  content: "\F186"
}

.mdi-comment-remove-outline:before {
  content: "\F187"
}

.mdi-comment-text:before {
  content: "\F188"
}

.mdi-comment-text-outline:before {
  content: "\F189"
}

.mdi-compare:before {
  content: "\F18A"
}

.mdi-compass:before {
  content: "\F18B"
}

.mdi-compass-outline:before {
  content: "\F18C"
}

.mdi-console:before {
  content: "\F18D"
}

.mdi-console-line:before {
  content: "\F7B6"
}

.mdi-contact-mail:before {
  content: "\F18E"
}

.mdi-contacts:before {
  content: "\F6CA"
}

.mdi-content-copy:before {
  content: "\F18F"
}

.mdi-content-cut:before {
  content: "\F190"
}

.mdi-content-duplicate:before {
  content: "\F191"
}

.mdi-content-paste:before {
  content: "\F192"
}

.mdi-content-save:before {
  content: "\F193"
}

.mdi-content-save-all:before {
  content: "\F194"
}

.mdi-content-save-settings:before {
  content: "\F61B"
}

.mdi-contrast:before {
  content: "\F195"
}

.mdi-contrast-box:before {
  content: "\F196"
}

.mdi-contrast-circle:before {
  content: "\F197"
}

.mdi-cookie:before {
  content: "\F198"
}

.mdi-copyright:before {
  content: "\F5E6"
}

.mdi-corn:before {
  content: "\F7B7"
}

.mdi-counter:before {
  content: "\F199"
}

.mdi-cow:before {
  content: "\F19A"
}

.mdi-creation:before {
  content: "\F1C9"
}

.mdi-credit-card:before {
  content: "\F19B"
}

.mdi-credit-card-multiple:before {
  content: "\F19C"
}

.mdi-credit-card-off:before {
  content: "\F5E4"
}

.mdi-credit-card-plus:before {
  content: "\F675"
}

.mdi-credit-card-scan:before {
  content: "\F19D"
}

.mdi-crop:before {
  content: "\F19E"
}

.mdi-crop-free:before {
  content: "\F19F"
}

.mdi-crop-landscape:before {
  content: "\F1A0"
}

.mdi-crop-portrait:before {
  content: "\F1A1"
}

.mdi-crop-rotate:before {
  content: "\F695"
}

.mdi-crop-square:before {
  content: "\F1A2"
}

.mdi-crosshairs:before {
  content: "\F1A3"
}

.mdi-crosshairs-gps:before {
  content: "\F1A4"
}

.mdi-crown:before {
  content: "\F1A5"
}

.mdi-cube:before {
  content: "\F1A6"
}

.mdi-cube-outline:before {
  content: "\F1A7"
}

.mdi-cube-send:before {
  content: "\F1A8"
}

.mdi-cube-unfolded:before {
  content: "\F1A9"
}

.mdi-cup:before {
  content: "\F1AA"
}

.mdi-cup-off:before {
  content: "\F5E5"
}

.mdi-cup-water:before {
  content: "\F1AB"
}

.mdi-currency-btc:before {
  content: "\F1AC"
}

.mdi-currency-chf:before {
  content: "\F7B8"
}

.mdi-currency-cny:before {
  content: "\F7B9"
}

.mdi-currency-eth:before {
  content: "\F7BA"
}

.mdi-currency-eur:before {
  content: "\F1AD"
}

.mdi-currency-gbp:before {
  content: "\F1AE"
}

.mdi-currency-inr:before {
  content: "\F1AF"
}

.mdi-currency-jpy:before {
  content: "\F7BB"
}

.mdi-currency-krw:before {
  content: "\F7BC"
}

.mdi-currency-ngn:before {
  content: "\F1B0"
}

.mdi-currency-rub:before {
  content: "\F1B1"
}

.mdi-currency-sign:before {
  content: "\F7BD"
}

.mdi-currency-try:before {
  content: "\F1B2"
}

.mdi-currency-twd:before {
  content: "\F7BE"
}

.mdi-currency-usd:before {
  content: "\F1B3"
}

.mdi-currency-usd-off:before {
  content: "\F679"
}

.mdi-cursor-default:before {
  content: "\F1B4"
}

.mdi-cursor-default-outline:before {
  content: "\F1B5"
}

.mdi-cursor-move:before {
  content: "\F1B6"
}

.mdi-cursor-pointer:before {
  content: "\F1B7"
}

.mdi-cursor-text:before {
  content: "\F5E7"
}

.mdi-database:before {
  content: "\F1B8"
}

.mdi-database-minus:before {
  content: "\F1B9"
}

.mdi-database-plus:before {
  content: "\F1BA"
}

.mdi-debug-step-into:before {
  content: "\F1BB"
}

.mdi-debug-step-out:before {
  content: "\F1BC"
}

.mdi-debug-step-over:before {
  content: "\F1BD"
}

.mdi-decagram:before {
  content: "\F76B"
}

.mdi-decagram-outline:before {
  content: "\F76C"
}

.mdi-decimal-decrease:before {
  content: "\F1BE"
}

.mdi-decimal-increase:before {
  content: "\F1BF"
}

.mdi-delete:before {
  content: "\F1C0"
}

.mdi-delete-circle:before {
  content: "\F682"
}

.mdi-delete-empty:before {
  content: "\F6CB"
}

.mdi-delete-forever:before {
  content: "\F5E8"
}

.mdi-delete-sweep:before {
  content: "\F5E9"
}

.mdi-delete-variant:before {
  content: "\F1C1"
}

.mdi-delta:before {
  content: "\F1C2"
}

.mdi-deskphone:before {
  content: "\F1C3"
}

.mdi-desktop-classic:before {
  content: "\F7BF"
}

.mdi-desktop-mac:before {
  content: "\F1C4"
}

.mdi-desktop-tower:before {
  content: "\F1C5"
}

.mdi-details:before {
  content: "\F1C6"
}

.mdi-developer-board:before {
  content: "\F696"
}

.mdi-deviantart:before {
  content: "\F1C7"
}

.mdi-dialpad:before {
  content: "\F61C"
}

.mdi-diamond:before {
  content: "\F1C8"
}

.mdi-dice-1:before {
  content: "\F1CA"
}

.mdi-dice-2:before {
  content: "\F1CB"
}

.mdi-dice-3:before {
  content: "\F1CC"
}

.mdi-dice-4:before {
  content: "\F1CD"
}

.mdi-dice-5:before {
  content: "\F1CE"
}

.mdi-dice-6:before {
  content: "\F1CF"
}

.mdi-dice-d10:before {
  content: "\F76E"
}

.mdi-dice-d20:before {
  content: "\F5EA"
}

.mdi-dice-d4:before {
  content: "\F5EB"
}

.mdi-dice-d6:before {
  content: "\F5EC"
}

.mdi-dice-d8:before {
  content: "\F5ED"
}

.mdi-dice-multiple:before {
  content: "\F76D"
}

.mdi-dictionary:before {
  content: "\F61D"
}

.mdi-dip-switch:before {
  content: "\F7C0"
}

.mdi-directions:before {
  content: "\F1D0"
}

.mdi-directions-fork:before {
  content: "\F641"
}

.mdi-discord:before {
  content: "\F66F"
}

.mdi-disk:before {
  content: "\F5EE"
}

.mdi-disk-alert:before {
  content: "\F1D1"
}

.mdi-disqus:before {
  content: "\F1D2"
}

.mdi-disqus-outline:before {
  content: "\F1D3"
}

.mdi-division:before {
  content: "\F1D4"
}

.mdi-division-box:before {
  content: "\F1D5"
}

.mdi-dna:before {
  content: "\F683"
}

.mdi-dns:before {
  content: "\F1D6"
}

.mdi-do-not-disturb:before {
  content: "\F697"
}

.mdi-do-not-disturb-off:before {
  content: "\F698"
}

.mdi-dolby:before {
  content: "\F6B2"
}

.mdi-domain:before {
  content: "\F1D7"
}

.mdi-donkey:before {
  content: "\F7C1"
}

.mdi-dots-horizontal:before {
  content: "\F1D8"
}

.mdi-dots-horizontal-circle:before {
  content: "\F7C2"
}

.mdi-dots-vertical:before {
  content: "\F1D9"
}

.mdi-dots-vertical-circle:before {
  content: "\F7C3"
}

.mdi-douban:before {
  content: "\F699"
}

.mdi-download:before {
  content: "\F1DA"
}

.mdi-download-network:before {
  content: "\F6F3"
}

.mdi-drag:before {
  content: "\F1DB"
}

.mdi-drag-horizontal:before {
  content: "\F1DC"
}

.mdi-drag-vertical:before {
  content: "\F1DD"
}

.mdi-drawing:before {
  content: "\F1DE"
}

.mdi-drawing-box:before {
  content: "\F1DF"
}

.mdi-dribbble:before {
  content: "\F1E0"
}

.mdi-dribbble-box:before {
  content: "\F1E1"
}

.mdi-drone:before {
  content: "\F1E2"
}

.mdi-dropbox:before {
  content: "\F1E3"
}

.mdi-drupal:before {
  content: "\F1E4"
}

.mdi-duck:before {
  content: "\F1E5"
}

.mdi-dumbbell:before {
  content: "\F1E6"
}

.mdi-ear-hearing:before {
  content: "\F7C4"
}

.mdi-earth:before {
  content: "\F1E7"
}

.mdi-earth-box:before {
  content: "\F6CC"
}

.mdi-earth-box-off:before {
  content: "\F6CD"
}

.mdi-earth-off:before {
  content: "\F1E8"
}

.mdi-edge:before {
  content: "\F1E9"
}

.mdi-eject:before {
  content: "\F1EA"
}

.mdi-elephant:before {
  content: "\F7C5"
}

.mdi-elevation-decline:before {
  content: "\F1EB"
}

.mdi-elevation-rise:before {
  content: "\F1EC"
}

.mdi-elevator:before {
  content: "\F1ED"
}

.mdi-email:before {
  content: "\F1EE"
}

.mdi-email-alert:before {
  content: "\F6CE"
}

.mdi-email-open:before {
  content: "\F1EF"
}

.mdi-email-open-outline:before {
  content: "\F5EF"
}

.mdi-email-outline:before {
  content: "\F1F0"
}

.mdi-email-secure:before {
  content: "\F1F1"
}

.mdi-email-variant:before {
  content: "\F5F0"
}

.mdi-emby:before {
  content: "\F6B3"
}

.mdi-emoticon:before {
  content: "\F1F2"
}

.mdi-emoticon-cool:before {
  content: "\F1F3"
}

.mdi-emoticon-dead:before {
  content: "\F69A"
}

.mdi-emoticon-devil:before {
  content: "\F1F4"
}

.mdi-emoticon-excited:before {
  content: "\F69B"
}

.mdi-emoticon-happy:before {
  content: "\F1F5"
}

.mdi-emoticon-neutral:before {
  content: "\F1F6"
}

.mdi-emoticon-poop:before {
  content: "\F1F7"
}

.mdi-emoticon-sad:before {
  content: "\F1F8"
}

.mdi-emoticon-tongue:before {
  content: "\F1F9"
}

.mdi-engine:before {
  content: "\F1FA"
}

.mdi-engine-outline:before {
  content: "\F1FB"
}

.mdi-equal:before {
  content: "\F1FC"
}

.mdi-equal-box:before {
  content: "\F1FD"
}

.mdi-eraser:before {
  content: "\F1FE"
}

.mdi-eraser-variant:before {
  content: "\F642"
}

.mdi-escalator:before {
  content: "\F1FF"
}

.mdi-ethernet:before {
  content: "\F200"
}

.mdi-ethernet-cable:before {
  content: "\F201"
}

.mdi-ethernet-cable-off:before {
  content: "\F202"
}

.mdi-etsy:before {
  content: "\F203"
}

.mdi-ev-station:before {
  content: "\F5F1"
}

.mdi-eventbrite:before {
  content: "\F7C6"
}

.mdi-evernote:before {
  content: "\F204"
}

.mdi-exclamation:before {
  content: "\F205"
}

.mdi-exit-to-app:before {
  content: "\F206"
}

.mdi-export:before {
  content: "\F207"
}

.mdi-eye:before {
  content: "\F208"
}

.mdi-eye-off:before {
  content: "\F209"
}

.mdi-eye-off-outline:before {
  content: "\F6D0"
}

.mdi-eye-outline:before {
  content: "\F6CF"
}

.mdi-eyedropper:before {
  content: "\F20A"
}

.mdi-eyedropper-variant:before {
  content: "\F20B"
}

.mdi-face:before {
  content: "\F643"
}

.mdi-face-profile:before {
  content: "\F644"
}

.mdi-facebook:before {
  content: "\F20C"
}

.mdi-facebook-box:before {
  content: "\F20D"
}

.mdi-facebook-messenger:before {
  content: "\F20E"
}

.mdi-factory:before {
  content: "\F20F"
}

.mdi-fan:before {
  content: "\F210"
}

.mdi-fast-forward:before {
  content: "\F211"
}

.mdi-fast-forward-outline:before {
  content: "\F6D1"
}

.mdi-fax:before {
  content: "\F212"
}

.mdi-feather:before {
  content: "\F6D2"
}

.mdi-ferry:before {
  content: "\F213"
}

.mdi-file:before {
  content: "\F214"
}

.mdi-file-account:before {
  content: "\F73A"
}

.mdi-file-chart:before {
  content: "\F215"
}

.mdi-file-check:before {
  content: "\F216"
}

.mdi-file-cloud:before {
  content: "\F217"
}

.mdi-file-delimited:before {
  content: "\F218"
}

.mdi-file-document:before {
  content: "\F219"
}

.mdi-file-document-box:before {
  content: "\F21A"
}

.mdi-file-excel:before {
  content: "\F21B"
}

.mdi-file-excel-box:before {
  content: "\F21C"
}

.mdi-file-export:before {
  content: "\F21D"
}

.mdi-file-find:before {
  content: "\F21E"
}

.mdi-file-hidden:before {
  content: "\F613"
}

.mdi-file-image:before {
  content: "\F21F"
}

.mdi-file-import:before {
  content: "\F220"
}

.mdi-file-lock:before {
  content: "\F221"
}

.mdi-file-multiple:before {
  content: "\F222"
}

.mdi-file-music:before {
  content: "\F223"
}

.mdi-file-outline:before {
  content: "\F224"
}

.mdi-file-pdf:before {
  content: "\F225"
}

.mdi-file-pdf-box:before {
  content: "\F226"
}

.mdi-file-plus:before {
  content: "\F751"
}

.mdi-file-powerpoint:before {
  content: "\F227"
}

.mdi-file-powerpoint-box:before {
  content: "\F228"
}

.mdi-file-presentation-box:before {
  content: "\F229"
}

.mdi-file-restore:before {
  content: "\F670"
}

.mdi-file-send:before {
  content: "\F22A"
}

.mdi-file-tree:before {
  content: "\F645"
}

.mdi-file-video:before {
  content: "\F22B"
}

.mdi-file-word:before {
  content: "\F22C"
}

.mdi-file-word-box:before {
  content: "\F22D"
}

.mdi-file-xml:before {
  content: "\F22E"
}

.mdi-film:before {
  content: "\F22F"
}

.mdi-filmstrip:before {
  content: "\F230"
}

.mdi-filmstrip-off:before {
  content: "\F231"
}

.mdi-filter:before {
  content: "\F232"
}

.mdi-filter-outline:before {
  content: "\F233"
}

.mdi-filter-remove:before {
  content: "\F234"
}

.mdi-filter-remove-outline:before {
  content: "\F235"
}

.mdi-filter-variant:before {
  content: "\F236"
}

.mdi-find-replace:before {
  content: "\F6D3"
}

.mdi-fingerprint:before {
  content: "\F237"
}

.mdi-fire:before {
  content: "\F238"
}

.mdi-firefox:before {
  content: "\F239"
}

.mdi-fish:before {
  content: "\F23A"
}

.mdi-flag:before {
  content: "\F23B"
}

.mdi-flag-checkered:before {
  content: "\F23C"
}

.mdi-flag-outline:before {
  content: "\F23D"
}

.mdi-flag-outline-variant:before {
  content: "\F23E"
}

.mdi-flag-triangle:before {
  content: "\F23F"
}

.mdi-flag-variant:before {
  content: "\F240"
}

.mdi-flash:before {
  content: "\F241"
}

.mdi-flash-auto:before {
  content: "\F242"
}

.mdi-flash-off:before {
  content: "\F243"
}

.mdi-flash-outline:before {
  content: "\F6D4"
}

.mdi-flash-red-eye:before {
  content: "\F67A"
}

.mdi-flashlight:before {
  content: "\F244"
}

.mdi-flashlight-off:before {
  content: "\F245"
}

.mdi-flask:before {
  content: "\F093"
}

.mdi-flask-empty:before {
  content: "\F094"
}

.mdi-flask-empty-outline:before {
  content: "\F095"
}

.mdi-flask-outline:before {
  content: "\F096"
}

.mdi-flattr:before {
  content: "\F246"
}

.mdi-flip-to-back:before {
  content: "\F247"
}

.mdi-flip-to-front:before {
  content: "\F248"
}

.mdi-floppy:before {
  content: "\F249"
}

.mdi-flower:before {
  content: "\F24A"
}

.mdi-folder:before {
  content: "\F24B"
}

.mdi-folder-account:before {
  content: "\F24C"
}

.mdi-folder-download:before {
  content: "\F24D"
}

.mdi-folder-google-drive:before {
  content: "\F24E"
}

.mdi-folder-image:before {
  content: "\F24F"
}

.mdi-folder-lock:before {
  content: "\F250"
}

.mdi-folder-lock-open:before {
  content: "\F251"
}

.mdi-folder-move:before {
  content: "\F252"
}

.mdi-folder-multiple:before {
  content: "\F253"
}

.mdi-folder-multiple-image:before {
  content: "\F254"
}

.mdi-folder-multiple-outline:before {
  content: "\F255"
}

.mdi-folder-open:before {
  content: "\F76F"
}

.mdi-folder-outline:before {
  content: "\F256"
}

.mdi-folder-plus:before {
  content: "\F257"
}

.mdi-folder-remove:before {
  content: "\F258"
}

.mdi-folder-star:before {
  content: "\F69C"
}

.mdi-folder-upload:before {
  content: "\F259"
}

.mdi-font-awesome:before {
  content: "\F03A"
}

.mdi-food:before {
  content: "\F25A"
}

.mdi-food-apple:before {
  content: "\F25B"
}

.mdi-food-croissant:before {
  content: "\F7C7"
}

.mdi-food-fork-drink:before {
  content: "\F5F2"
}

.mdi-food-off:before {
  content: "\F5F3"
}

.mdi-food-variant:before {
  content: "\F25C"
}

.mdi-football:before {
  content: "\F25D"
}

.mdi-football-australian:before {
  content: "\F25E"
}

.mdi-football-helmet:before {
  content: "\F25F"
}

.mdi-forklift:before {
  content: "\F7C8"
}

.mdi-format-align-bottom:before {
  content: "\F752"
}

.mdi-format-align-center:before {
  content: "\F260"
}

.mdi-format-align-justify:before {
  content: "\F261"
}

.mdi-format-align-left:before {
  content: "\F262"
}

.mdi-format-align-middle:before {
  content: "\F753"
}

.mdi-format-align-right:before {
  content: "\F263"
}

.mdi-format-align-top:before {
  content: "\F754"
}

.mdi-format-annotation-plus:before {
  content: "\F646"
}

.mdi-format-bold:before {
  content: "\F264"
}

.mdi-format-clear:before {
  content: "\F265"
}

.mdi-format-color-fill:before {
  content: "\F266"
}

.mdi-format-color-text:before {
  content: "\F69D"
}

.mdi-format-float-center:before {
  content: "\F267"
}

.mdi-format-float-left:before {
  content: "\F268"
}

.mdi-format-float-none:before {
  content: "\F269"
}

.mdi-format-float-right:before {
  content: "\F26A"
}

.mdi-format-font:before {
  content: "\F6D5"
}

.mdi-format-header-1:before {
  content: "\F26B"
}

.mdi-format-header-2:before {
  content: "\F26C"
}

.mdi-format-header-3:before {
  content: "\F26D"
}

.mdi-format-header-4:before {
  content: "\F26E"
}

.mdi-format-header-5:before {
  content: "\F26F"
}

.mdi-format-header-6:before {
  content: "\F270"
}

.mdi-format-header-decrease:before {
  content: "\F271"
}

.mdi-format-header-equal:before {
  content: "\F272"
}

.mdi-format-header-increase:before {
  content: "\F273"
}

.mdi-format-header-pound:before {
  content: "\F274"
}

.mdi-format-horizontal-align-center:before {
  content: "\F61E"
}

.mdi-format-horizontal-align-left:before {
  content: "\F61F"
}

.mdi-format-horizontal-align-right:before {
  content: "\F620"
}

.mdi-format-indent-decrease:before {
  content: "\F275"
}

.mdi-format-indent-increase:before {
  content: "\F276"
}

.mdi-format-italic:before {
  content: "\F277"
}

.mdi-format-line-spacing:before {
  content: "\F278"
}

.mdi-format-line-style:before {
  content: "\F5C8"
}

.mdi-format-line-weight:before {
  content: "\F5C9"
}

.mdi-format-list-bulleted:before {
  content: "\F279"
}

.mdi-format-list-bulleted-type:before {
  content: "\F27A"
}

.mdi-format-list-checks:before {
  content: "\F755"
}

.mdi-format-list-numbers:before {
  content: "\F27B"
}

.mdi-format-page-break:before {
  content: "\F6D6"
}

.mdi-format-paint:before {
  content: "\F27C"
}

.mdi-format-paragraph:before {
  content: "\F27D"
}

.mdi-format-pilcrow:before {
  content: "\F6D7"
}

.mdi-format-quote-close:before {
  content: "\F27E"
}

.mdi-format-quote-open:before {
  content: "\F756"
}

.mdi-format-rotate-90:before {
  content: "\F6A9"
}

.mdi-format-section:before {
  content: "\F69E"
}

.mdi-format-size:before {
  content: "\F27F"
}

.mdi-format-strikethrough:before {
  content: "\F280"
}

.mdi-format-strikethrough-variant:before {
  content: "\F281"
}

.mdi-format-subscript:before {
  content: "\F282"
}

.mdi-format-superscript:before {
  content: "\F283"
}

.mdi-format-text:before {
  content: "\F284"
}

.mdi-format-textdirection-l-to-r:before {
  content: "\F285"
}

.mdi-format-textdirection-r-to-l:before {
  content: "\F286"
}

.mdi-format-title:before {
  content: "\F5F4"
}

.mdi-format-underline:before {
  content: "\F287"
}

.mdi-format-vertical-align-bottom:before {
  content: "\F621"
}

.mdi-format-vertical-align-center:before {
  content: "\F622"
}

.mdi-format-vertical-align-top:before {
  content: "\F623"
}

.mdi-format-wrap-inline:before {
  content: "\F288"
}

.mdi-format-wrap-square:before {
  content: "\F289"
}

.mdi-format-wrap-tight:before {
  content: "\F28A"
}

.mdi-format-wrap-top-bottom:before {
  content: "\F28B"
}

.mdi-forum:before {
  content: "\F28C"
}

.mdi-forward:before {
  content: "\F28D"
}

.mdi-foursquare:before {
  content: "\F28E"
}

.mdi-fridge:before {
  content: "\F28F"
}

.mdi-fridge-filled:before {
  content: "\F290"
}

.mdi-fridge-filled-bottom:before {
  content: "\F291"
}

.mdi-fridge-filled-top:before {
  content: "\F292"
}

.mdi-fuel:before {
  content: "\F7C9"
}

.mdi-fullscreen:before {
  content: "\F293"
}

.mdi-fullscreen-exit:before {
  content: "\F294"
}

.mdi-function:before {
  content: "\F295"
}

.mdi-gamepad:before {
  content: "\F296"
}

.mdi-gamepad-variant:before {
  content: "\F297"
}

.mdi-garage:before {
  content: "\F6D8"
}

.mdi-garage-open:before {
  content: "\F6D9"
}

.mdi-gas-cylinder:before {
  content: "\F647"
}

.mdi-gas-station:before {
  content: "\F298"
}

.mdi-gate:before {
  content: "\F299"
}

.mdi-gauge:before {
  content: "\F29A"
}

.mdi-gavel:before {
  content: "\F29B"
}

.mdi-gender-female:before {
  content: "\F29C"
}

.mdi-gender-male:before {
  content: "\F29D"
}

.mdi-gender-male-female:before {
  content: "\F29E"
}

.mdi-gender-transgender:before {
  content: "\F29F"
}

.mdi-gesture:before {
  content: "\F7CA"
}

.mdi-gesture-double-tap:before {
  content: "\F73B"
}

.mdi-gesture-swipe-down:before {
  content: "\F73C"
}

.mdi-gesture-swipe-left:before {
  content: "\F73D"
}

.mdi-gesture-swipe-right:before {
  content: "\F73E"
}

.mdi-gesture-swipe-up:before {
  content: "\F73F"
}

.mdi-gesture-tap:before {
  content: "\F740"
}

.mdi-gesture-two-double-tap:before {
  content: "\F741"
}

.mdi-gesture-two-tap:before {
  content: "\F742"
}

.mdi-ghost:before {
  content: "\F2A0"
}

.mdi-gift:before {
  content: "\F2A1"
}

.mdi-git:before {
  content: "\F2A2"
}

.mdi-github-box:before {
  content: "\F2A3"
}

.mdi-github-circle:before {
  content: "\F2A4"
}

.mdi-github-face:before {
  content: "\F6DA"
}

.mdi-glass-flute:before {
  content: "\F2A5"
}

.mdi-glass-mug:before {
  content: "\F2A6"
}

.mdi-glass-stange:before {
  content: "\F2A7"
}

.mdi-glass-tulip:before {
  content: "\F2A8"
}

.mdi-glassdoor:before {
  content: "\F2A9"
}

.mdi-glasses:before {
  content: "\F2AA"
}

.mdi-gmail:before {
  content: "\F2AB"
}

.mdi-gnome:before {
  content: "\F2AC"
}

.mdi-gondola:before {
  content: "\F685"
}

.mdi-google:before {
  content: "\F2AD"
}

.mdi-google-analytics:before {
  content: "\F7CB"
}

.mdi-google-assistant:before {
  content: "\F7CC"
}

.mdi-google-cardboard:before {
  content: "\F2AE"
}

.mdi-google-chrome:before {
  content: "\F2AF"
}

.mdi-google-circles:before {
  content: "\F2B0"
}

.mdi-google-circles-communities:before {
  content: "\F2B1"
}

.mdi-google-circles-extended:before {
  content: "\F2B2"
}

.mdi-google-circles-group:before {
  content: "\F2B3"
}

.mdi-google-controller:before {
  content: "\F2B4"
}

.mdi-google-controller-off:before {
  content: "\F2B5"
}

.mdi-google-drive:before {
  content: "\F2B6"
}

.mdi-google-earth:before {
  content: "\F2B7"
}

.mdi-google-glass:before {
  content: "\F2B8"
}

.mdi-google-keep:before {
  content: "\F6DB"
}

.mdi-google-maps:before {
  content: "\F5F5"
}

.mdi-google-nearby:before {
  content: "\F2B9"
}

.mdi-google-pages:before {
  content: "\F2BA"
}

.mdi-google-photos:before {
  content: "\F6DC"
}

.mdi-google-physical-web:before {
  content: "\F2BB"
}

.mdi-google-play:before {
  content: "\F2BC"
}

.mdi-google-plus:before {
  content: "\F2BD"
}

.mdi-google-plus-box:before {
  content: "\F2BE"
}

.mdi-google-translate:before {
  content: "\F2BF"
}

.mdi-google-wallet:before {
  content: "\F2C0"
}

.mdi-gradient:before {
  content: "\F69F"
}

.mdi-grease-pencil:before {
  content: "\F648"
}

.mdi-grid:before {
  content: "\F2C1"
}

.mdi-grid-large:before {
  content: "\F757"
}

.mdi-grid-off:before {
  content: "\F2C2"
}

.mdi-group:before {
  content: "\F2C3"
}

.mdi-guitar-acoustic:before {
  content: "\F770"
}

.mdi-guitar-electric:before {
  content: "\F2C4"
}

.mdi-guitar-pick:before {
  content: "\F2C5"
}

.mdi-guitar-pick-outline:before {
  content: "\F2C6"
}

.mdi-hackernews:before {
  content: "\F624"
}

.mdi-hamburger:before {
  content: "\F684"
}

.mdi-hand-pointing-right:before {
  content: "\F2C7"
}

.mdi-hanger:before {
  content: "\F2C8"
}

.mdi-hangouts:before {
  content: "\F2C9"
}

.mdi-harddisk:before {
  content: "\F2CA"
}

.mdi-headphones:before {
  content: "\F2CB"
}

.mdi-headphones-box:before {
  content: "\F2CC"
}

.mdi-headphones-off:before {
  content: "\F7CD"
}

.mdi-headphones-settings:before {
  content: "\F2CD"
}

.mdi-headset:before {
  content: "\F2CE"
}

.mdi-headset-dock:before {
  content: "\F2CF"
}

.mdi-headset-off:before {
  content: "\F2D0"
}

.mdi-heart:before {
  content: "\F2D1"
}

.mdi-heart-box:before {
  content: "\F2D2"
}

.mdi-heart-box-outline:before {
  content: "\F2D3"
}

.mdi-heart-broken:before {
  content: "\F2D4"
}

.mdi-heart-half:before {
  content: "\F6DE"
}

.mdi-heart-half-full:before {
  content: "\F6DD"
}

.mdi-heart-half-outline:before {
  content: "\F6DF"
}

.mdi-heart-off:before {
  content: "\F758"
}

.mdi-heart-outline:before {
  content: "\F2D5"
}

.mdi-heart-pulse:before {
  content: "\F5F6"
}

.mdi-help:before {
  content: "\F2D6"
}

.mdi-help-box:before {
  content: "\F78A"
}

.mdi-help-circle:before {
  content: "\F2D7"
}

.mdi-help-circle-outline:before {
  content: "\F625"
}

.mdi-help-network:before {
  content: "\F6F4"
}

.mdi-hexagon:before {
  content: "\F2D8"
}

.mdi-hexagon-multiple:before {
  content: "\F6E0"
}

.mdi-hexagon-outline:before {
  content: "\F2D9"
}

.mdi-high-definition:before {
  content: "\F7CE"
}

.mdi-highway:before {
  content: "\F5F7"
}

.mdi-history:before {
  content: "\F2DA"
}

.mdi-hololens:before {
  content: "\F2DB"
}

.mdi-home:before {
  content: "\F2DC"
}

.mdi-home-assistant:before {
  content: "\F7CF"
}

.mdi-home-automation:before {
  content: "\F7D0"
}

.mdi-home-circle:before {
  content: "\F7D1"
}

.mdi-home-map-marker:before {
  content: "\F5F8"
}

.mdi-home-modern:before {
  content: "\F2DD"
}

.mdi-home-outline:before {
  content: "\F6A0"
}

.mdi-home-variant:before {
  content: "\F2DE"
}

.mdi-hook:before {
  content: "\F6E1"
}

.mdi-hook-off:before {
  content: "\F6E2"
}

.mdi-hops:before {
  content: "\F2DF"
}

.mdi-hospital:before {
  content: "\F2E0"
}

.mdi-hospital-building:before {
  content: "\F2E1"
}

.mdi-hospital-marker:before {
  content: "\F2E2"
}

.mdi-hotel:before {
  content: "\F2E3"
}

.mdi-houzz:before {
  content: "\F2E4"
}

.mdi-houzz-box:before {
  content: "\F2E5"
}

.mdi-human:before {
  content: "\F2E6"
}

.mdi-human-child:before {
  content: "\F2E7"
}

.mdi-human-female:before {
  content: "\F649"
}

.mdi-human-greeting:before {
  content: "\F64A"
}

.mdi-human-handsdown:before {
  content: "\F64B"
}

.mdi-human-handsup:before {
  content: "\F64C"
}

.mdi-human-male:before {
  content: "\F64D"
}

.mdi-human-male-female:before {
  content: "\F2E8"
}

.mdi-human-pregnant:before {
  content: "\F5CF"
}

.mdi-humble-bundle:before {
  content: "\F743"
}

.mdi-image:before {
  content: "\F2E9"
}

.mdi-image-album:before {
  content: "\F2EA"
}

.mdi-image-area:before {
  content: "\F2EB"
}

.mdi-image-area-close:before {
  content: "\F2EC"
}

.mdi-image-broken:before {
  content: "\F2ED"
}

.mdi-image-broken-variant:before {
  content: "\F2EE"
}

.mdi-image-filter:before {
  content: "\F2EF"
}

.mdi-image-filter-black-white:before {
  content: "\F2F0"
}

.mdi-image-filter-center-focus:before {
  content: "\F2F1"
}

.mdi-image-filter-center-focus-weak:before {
  content: "\F2F2"
}

.mdi-image-filter-drama:before {
  content: "\F2F3"
}

.mdi-image-filter-frames:before {
  content: "\F2F4"
}

.mdi-image-filter-hdr:before {
  content: "\F2F5"
}

.mdi-image-filter-none:before {
  content: "\F2F6"
}

.mdi-image-filter-tilt-shift:before {
  content: "\F2F7"
}

.mdi-image-filter-vintage:before {
  content: "\F2F8"
}

.mdi-image-multiple:before {
  content: "\F2F9"
}

.mdi-import:before {
  content: "\F2FA"
}

.mdi-inbox:before {
  content: "\F686"
}

.mdi-inbox-arrow-down:before {
  content: "\F2FB"
}

.mdi-inbox-arrow-up:before {
  content: "\F3D1"
}

.mdi-incognito:before {
  content: "\F5F9"
}

.mdi-infinity:before {
  content: "\F6E3"
}

.mdi-information:before {
  content: "\F2FC"
}

.mdi-information-outline:before {
  content: "\F2FD"
}

.mdi-information-variant:before {
  content: "\F64E"
}

.mdi-instagram:before {
  content: "\F2FE"
}

.mdi-instapaper:before {
  content: "\F2FF"
}

.mdi-internet-explorer:before {
  content: "\F300"
}

.mdi-invert-colors:before {
  content: "\F301"
}

.mdi-itunes:before {
  content: "\F676"
}

.mdi-jeepney:before {
  content: "\F302"
}

.mdi-jira:before {
  content: "\F303"
}

.mdi-jsfiddle:before {
  content: "\F304"
}

.mdi-json:before {
  content: "\F626"
}

.mdi-keg:before {
  content: "\F305"
}

.mdi-kettle:before {
  content: "\F5FA"
}

.mdi-key:before {
  content: "\F306"
}

.mdi-key-change:before {
  content: "\F307"
}

.mdi-key-minus:before {
  content: "\F308"
}

.mdi-key-plus:before {
  content: "\F309"
}

.mdi-key-remove:before {
  content: "\F30A"
}

.mdi-key-variant:before {
  content: "\F30B"
}

.mdi-keyboard:before {
  content: "\F30C"
}

.mdi-keyboard-backspace:before {
  content: "\F30D"
}

.mdi-keyboard-caps:before {
  content: "\F30E"
}

.mdi-keyboard-close:before {
  content: "\F30F"
}

.mdi-keyboard-off:before {
  content: "\F310"
}

.mdi-keyboard-return:before {
  content: "\F311"
}

.mdi-keyboard-tab:before {
  content: "\F312"
}

.mdi-keyboard-variant:before {
  content: "\F313"
}

.mdi-kickstarter:before {
  content: "\F744"
}

.mdi-kodi:before {
  content: "\F314"
}

.mdi-label:before {
  content: "\F315"
}

.mdi-label-outline:before {
  content: "\F316"
}

.mdi-lambda:before {
  content: "\F627"
}

.mdi-lamp:before {
  content: "\F6B4"
}

.mdi-lan:before {
  content: "\F317"
}

.mdi-lan-connect:before {
  content: "\F318"
}

.mdi-lan-disconnect:before {
  content: "\F319"
}

.mdi-lan-pending:before {
  content: "\F31A"
}

.mdi-language-c:before {
  content: "\F671"
}

.mdi-language-cpp:before {
  content: "\F672"
}

.mdi-language-csharp:before {
  content: "\F31B"
}

.mdi-language-css3:before {
  content: "\F31C"
}

.mdi-language-go:before {
  content: "\F7D2"
}

.mdi-language-html5:before {
  content: "\F31D"
}

.mdi-language-javascript:before {
  content: "\F31E"
}

.mdi-language-php:before {
  content: "\F31F"
}

.mdi-language-python:before {
  content: "\F320"
}

.mdi-language-python-text:before {
  content: "\F321"
}

.mdi-language-r:before {
  content: "\F7D3"
}

.mdi-language-swift:before {
  content: "\F6E4"
}

.mdi-language-typescript:before {
  content: "\F6E5"
}

.mdi-laptop:before {
  content: "\F322"
}

.mdi-laptop-chromebook:before {
  content: "\F323"
}

.mdi-laptop-mac:before {
  content: "\F324"
}

.mdi-laptop-off:before {
  content: "\F6E6"
}

.mdi-laptop-windows:before {
  content: "\F325"
}

.mdi-lastfm:before {
  content: "\F326"
}

.mdi-launch:before {
  content: "\F327"
}

.mdi-lava-lamp:before {
  content: "\F7D4"
}

.mdi-layers:before {
  content: "\F328"
}

.mdi-layers-off:before {
  content: "\F329"
}

.mdi-lead-pencil:before {
  content: "\F64F"
}

.mdi-leaf:before {
  content: "\F32A"
}

.mdi-led-off:before {
  content: "\F32B"
}

.mdi-led-on:before {
  content: "\F32C"
}

.mdi-led-outline:before {
  content: "\F32D"
}

.mdi-led-strip:before {
  content: "\F7D5"
}

.mdi-led-variant-off:before {
  content: "\F32E"
}

.mdi-led-variant-on:before {
  content: "\F32F"
}

.mdi-led-variant-outline:before {
  content: "\F330"
}

.mdi-library:before {
  content: "\F331"
}

.mdi-library-books:before {
  content: "\F332"
}

.mdi-library-music:before {
  content: "\F333"
}

.mdi-library-plus:before {
  content: "\F334"
}

.mdi-lightbulb:before {
  content: "\F335"
}

.mdi-lightbulb-on:before {
  content: "\F6E7"
}

.mdi-lightbulb-on-outline:before {
  content: "\F6E8"
}

.mdi-lightbulb-outline:before {
  content: "\F336"
}

.mdi-link:before {
  content: "\F337"
}

.mdi-link-off:before {
  content: "\F338"
}

.mdi-link-variant:before {
  content: "\F339"
}

.mdi-link-variant-off:before {
  content: "\F33A"
}

.mdi-linkedin:before {
  content: "\F33B"
}

.mdi-linkedin-box:before {
  content: "\F33C"
}

.mdi-linux:before {
  content: "\F33D"
}

.mdi-loading:before {
  content: "\F771"
}

.mdi-lock:before {
  content: "\F33E"
}

.mdi-lock-open:before {
  content: "\F33F"
}

.mdi-lock-open-outline:before {
  content: "\F340"
}

.mdi-lock-outline:before {
  content: "\F341"
}

.mdi-lock-pattern:before {
  content: "\F6E9"
}

.mdi-lock-plus:before {
  content: "\F5FB"
}

.mdi-lock-reset:before {
  content: "\F772"
}

.mdi-locker:before {
  content: "\F7D6"
}

.mdi-locker-multiple:before {
  content: "\F7D7"
}

.mdi-login:before {
  content: "\F342"
}

.mdi-login-variant:before {
  content: "\F5FC"
}

.mdi-logout:before {
  content: "\F343"
}

.mdi-logout-variant:before {
  content: "\F5FD"
}

.mdi-looks:before {
  content: "\F344"
}

.mdi-loop:before {
  content: "\F6EA"
}

.mdi-loupe:before {
  content: "\F345"
}

.mdi-lumx:before {
  content: "\F346"
}

.mdi-magnet:before {
  content: "\F347"
}

.mdi-magnet-on:before {
  content: "\F348"
}

.mdi-magnify:before {
  content: "\F349"
}

.mdi-magnify-minus:before {
  content: "\F34A"
}

.mdi-magnify-minus-outline:before {
  content: "\F6EB"
}

.mdi-magnify-plus:before {
  content: "\F34B"
}

.mdi-magnify-plus-outline:before {
  content: "\F6EC"
}

.mdi-mail-ru:before {
  content: "\F34C"
}

.mdi-mailbox:before {
  content: "\F6ED"
}

.mdi-map:before {
  content: "\F34D"
}

.mdi-map-marker:before {
  content: "\F34E"
}

.mdi-map-marker-circle:before {
  content: "\F34F"
}

.mdi-map-marker-minus:before {
  content: "\F650"
}

.mdi-map-marker-multiple:before {
  content: "\F350"
}

.mdi-map-marker-off:before {
  content: "\F351"
}

.mdi-map-marker-outline:before {
  content: "\F7D8"
}

.mdi-map-marker-plus:before {
  content: "\F651"
}

.mdi-map-marker-radius:before {
  content: "\F352"
}

.mdi-margin:before {
  content: "\F353"
}

.mdi-markdown:before {
  content: "\F354"
}

.mdi-marker:before {
  content: "\F652"
}

.mdi-marker-check:before {
  content: "\F355"
}

.mdi-martini:before {
  content: "\F356"
}

.mdi-material-ui:before {
  content: "\F357"
}

.mdi-math-compass:before {
  content: "\F358"
}

.mdi-matrix:before {
  content: "\F628"
}

.mdi-maxcdn:before {
  content: "\F359"
}

.mdi-medical-bag:before {
  content: "\F6EE"
}

.mdi-medium:before {
  content: "\F35A"
}

.mdi-memory:before {
  content: "\F35B"
}

.mdi-menu:before {
  content: "\F35C"
}

.mdi-menu-down:before {
  content: "\F35D"
}

.mdi-menu-down-outline:before {
  content: "\F6B5"
}

.mdi-menu-left:before {
  content: "\F35E"
}

.mdi-menu-right:before {
  content: "\F35F"
}

.mdi-menu-up:before {
  content: "\F360"
}

.mdi-menu-up-outline:before {
  content: "\F6B6"
}

.mdi-message:before {
  content: "\F361"
}

.mdi-message-alert:before {
  content: "\F362"
}

.mdi-message-bulleted:before {
  content: "\F6A1"
}

.mdi-message-bulleted-off:before {
  content: "\F6A2"
}

.mdi-message-draw:before {
  content: "\F363"
}

.mdi-message-image:before {
  content: "\F364"
}

.mdi-message-outline:before {
  content: "\F365"
}

.mdi-message-plus:before {
  content: "\F653"
}

.mdi-message-processing:before {
  content: "\F366"
}

.mdi-message-reply:before {
  content: "\F367"
}

.mdi-message-reply-text:before {
  content: "\F368"
}

.mdi-message-settings:before {
  content: "\F6EF"
}

.mdi-message-settings-variant:before {
  content: "\F6F0"
}

.mdi-message-text:before {
  content: "\F369"
}

.mdi-message-text-outline:before {
  content: "\F36A"
}

.mdi-message-video:before {
  content: "\F36B"
}

.mdi-meteor:before {
  content: "\F629"
}

.mdi-metronome:before {
  content: "\F7D9"
}

.mdi-metronome-tick:before {
  content: "\F7DA"
}

.mdi-micro-sd:before {
  content: "\F7DB"
}

.mdi-microphone:before {
  content: "\F36C"
}

.mdi-microphone-off:before {
  content: "\F36D"
}

.mdi-microphone-outline:before {
  content: "\F36E"
}

.mdi-microphone-settings:before {
  content: "\F36F"
}

.mdi-microphone-variant:before {
  content: "\F370"
}

.mdi-microphone-variant-off:before {
  content: "\F371"
}

.mdi-microscope:before {
  content: "\F654"
}

.mdi-microsoft:before {
  content: "\F372"
}

.mdi-minecraft:before {
  content: "\F373"
}

.mdi-minus:before {
  content: "\F374"
}

.mdi-minus-box:before {
  content: "\F375"
}

.mdi-minus-box-outline:before {
  content: "\F6F1"
}

.mdi-minus-circle:before {
  content: "\F376"
}

.mdi-minus-circle-outline:before {
  content: "\F377"
}

.mdi-minus-network:before {
  content: "\F378"
}

.mdi-mixcloud:before {
  content: "\F62A"
}

.mdi-mixer:before {
  content: "\F7DC"
}

.mdi-monitor:before {
  content: "\F379"
}

.mdi-monitor-multiple:before {
  content: "\F37A"
}

.mdi-more:before {
  content: "\F37B"
}

.mdi-motorbike:before {
  content: "\F37C"
}

.mdi-mouse:before {
  content: "\F37D"
}

.mdi-mouse-off:before {
  content: "\F37E"
}

.mdi-mouse-variant:before {
  content: "\F37F"
}

.mdi-mouse-variant-off:before {
  content: "\F380"
}

.mdi-move-resize:before {
  content: "\F655"
}

.mdi-move-resize-variant:before {
  content: "\F656"
}

.mdi-movie:before {
  content: "\F381"
}

.mdi-movie-roll:before {
  content: "\F7DD"
}

.mdi-multiplication:before {
  content: "\F382"
}

.mdi-multiplication-box:before {
  content: "\F383"
}

.mdi-mushroom:before {
  content: "\F7DE"
}

.mdi-mushroom-outline:before {
  content: "\F7DF"
}

.mdi-music:before {
  content: "\F759"
}

.mdi-music-box:before {
  content: "\F384"
}

.mdi-music-box-outline:before {
  content: "\F385"
}

.mdi-music-circle:before {
  content: "\F386"
}

.mdi-music-note:before {
  content: "\F387"
}

.mdi-music-note-bluetooth:before {
  content: "\F5FE"
}

.mdi-music-note-bluetooth-off:before {
  content: "\F5FF"
}

.mdi-music-note-eighth:before {
  content: "\F388"
}

.mdi-music-note-half:before {
  content: "\F389"
}

.mdi-music-note-off:before {
  content: "\F38A"
}

.mdi-music-note-quarter:before {
  content: "\F38B"
}

.mdi-music-note-sixteenth:before {
  content: "\F38C"
}

.mdi-music-note-whole:before {
  content: "\F38D"
}

.mdi-music-off:before {
  content: "\F75A"
}

.mdi-nature:before {
  content: "\F38E"
}

.mdi-nature-people:before {
  content: "\F38F"
}

.mdi-navigation:before {
  content: "\F390"
}

.mdi-near-me:before {
  content: "\F5CD"
}

.mdi-needle:before {
  content: "\F391"
}

.mdi-nest-protect:before {
  content: "\F392"
}

.mdi-nest-thermostat:before {
  content: "\F393"
}

.mdi-netflix:before {
  content: "\F745"
}

.mdi-network:before {
  content: "\F6F2"
}

.mdi-new-box:before {
  content: "\F394"
}

.mdi-newspaper:before {
  content: "\F395"
}

.mdi-nfc:before {
  content: "\F396"
}

.mdi-nfc-tap:before {
  content: "\F397"
}

.mdi-nfc-variant:before {
  content: "\F398"
}

.mdi-ninja:before {
  content: "\F773"
}

.mdi-nintendo-switch:before {
  content: "\F7E0"
}

.mdi-nodejs:before {
  content: "\F399"
}

.mdi-note:before {
  content: "\F39A"
}

.mdi-note-multiple:before {
  content: "\F6B7"
}

.mdi-note-multiple-outline:before {
  content: "\F6B8"
}

.mdi-note-outline:before {
  content: "\F39B"
}

.mdi-note-plus:before {
  content: "\F39C"
}

.mdi-note-plus-outline:before {
  content: "\F39D"
}

.mdi-note-text:before {
  content: "\F39E"
}

.mdi-notification-clear-all:before {
  content: "\F39F"
}

.mdi-npm:before {
  content: "\F6F6"
}

.mdi-nuke:before {
  content: "\F6A3"
}

.mdi-null:before {
  content: "\F7E1"
}

.mdi-numeric:before {
  content: "\F3A0"
}

.mdi-numeric-0-box:before {
  content: "\F3A1"
}

.mdi-numeric-0-box-multiple-outline:before {
  content: "\F3A2"
}

.mdi-numeric-0-box-outline:before {
  content: "\F3A3"
}

.mdi-numeric-1-box:before {
  content: "\F3A4"
}

.mdi-numeric-1-box-multiple-outline:before {
  content: "\F3A5"
}

.mdi-numeric-1-box-outline:before {
  content: "\F3A6"
}

.mdi-numeric-2-box:before {
  content: "\F3A7"
}

.mdi-numeric-2-box-multiple-outline:before {
  content: "\F3A8"
}

.mdi-numeric-2-box-outline:before {
  content: "\F3A9"
}

.mdi-numeric-3-box:before {
  content: "\F3AA"
}

.mdi-numeric-3-box-multiple-outline:before {
  content: "\F3AB"
}

.mdi-numeric-3-box-outline:before {
  content: "\F3AC"
}

.mdi-numeric-4-box:before {
  content: "\F3AD"
}

.mdi-numeric-4-box-multiple-outline:before {
  content: "\F3AE"
}

.mdi-numeric-4-box-outline:before {
  content: "\F3AF"
}

.mdi-numeric-5-box:before {
  content: "\F3B0"
}

.mdi-numeric-5-box-multiple-outline:before {
  content: "\F3B1"
}

.mdi-numeric-5-box-outline:before {
  content: "\F3B2"
}

.mdi-numeric-6-box:before {
  content: "\F3B3"
}

.mdi-numeric-6-box-multiple-outline:before {
  content: "\F3B4"
}

.mdi-numeric-6-box-outline:before {
  content: "\F3B5"
}

.mdi-numeric-7-box:before {
  content: "\F3B6"
}

.mdi-numeric-7-box-multiple-outline:before {
  content: "\F3B7"
}

.mdi-numeric-7-box-outline:before {
  content: "\F3B8"
}

.mdi-numeric-8-box:before {
  content: "\F3B9"
}

.mdi-numeric-8-box-multiple-outline:before {
  content: "\F3BA"
}

.mdi-numeric-8-box-outline:before {
  content: "\F3BB"
}

.mdi-numeric-9-box:before {
  content: "\F3BC"
}

.mdi-numeric-9-box-multiple-outline:before {
  content: "\F3BD"
}

.mdi-numeric-9-box-outline:before {
  content: "\F3BE"
}

.mdi-numeric-9-plus-box:before {
  content: "\F3BF"
}

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\F3C0"
}

.mdi-numeric-9-plus-box-outline:before {
  content: "\F3C1"
}

.mdi-nut:before {
  content: "\F6F7"
}

.mdi-nutrition:before {
  content: "\F3C2"
}

.mdi-oar:before {
  content: "\F67B"
}

.mdi-octagon:before {
  content: "\F3C3"
}

.mdi-octagon-outline:before {
  content: "\F3C4"
}

.mdi-octagram:before {
  content: "\F6F8"
}

.mdi-octagram-outline:before {
  content: "\F774"
}

.mdi-odnoklassniki:before {
  content: "\F3C5"
}

.mdi-office:before {
  content: "\F3C6"
}

.mdi-oil:before {
  content: "\F3C7"
}

.mdi-oil-temperature:before {
  content: "\F3C8"
}

.mdi-omega:before {
  content: "\F3C9"
}

.mdi-onedrive:before {
  content: "\F3CA"
}

.mdi-onenote:before {
  content: "\F746"
}

.mdi-opacity:before {
  content: "\F5CC"
}

.mdi-open-in-app:before {
  content: "\F3CB"
}

.mdi-open-in-new:before {
  content: "\F3CC"
}

.mdi-openid:before {
  content: "\F3CD"
}

.mdi-opera:before {
  content: "\F3CE"
}

.mdi-orbit:before {
  content: "\F018"
}

.mdi-ornament:before {
  content: "\F3CF"
}

.mdi-ornament-variant:before {
  content: "\F3D0"
}

.mdi-owl:before {
  content: "\F3D2"
}

.mdi-package:before {
  content: "\F3D3"
}

.mdi-package-down:before {
  content: "\F3D4"
}

.mdi-package-up:before {
  content: "\F3D5"
}

.mdi-package-variant:before {
  content: "\F3D6"
}

.mdi-package-variant-closed:before {
  content: "\F3D7"
}

.mdi-page-first:before {
  content: "\F600"
}

.mdi-page-last:before {
  content: "\F601"
}

.mdi-page-layout-body:before {
  content: "\F6F9"
}

.mdi-page-layout-footer:before {
  content: "\F6FA"
}

.mdi-page-layout-header:before {
  content: "\F6FB"
}

.mdi-page-layout-sidebar-left:before {
  content: "\F6FC"
}

.mdi-page-layout-sidebar-right:before {
  content: "\F6FD"
}

.mdi-palette:before {
  content: "\F3D8"
}

.mdi-palette-advanced:before {
  content: "\F3D9"
}

.mdi-panda:before {
  content: "\F3DA"
}

.mdi-pandora:before {
  content: "\F3DB"
}

.mdi-panorama:before {
  content: "\F3DC"
}

.mdi-panorama-fisheye:before {
  content: "\F3DD"
}

.mdi-panorama-horizontal:before {
  content: "\F3DE"
}

.mdi-panorama-vertical:before {
  content: "\F3DF"
}

.mdi-panorama-wide-angle:before {
  content: "\F3E0"
}

.mdi-paper-cut-vertical:before {
  content: "\F3E1"
}

.mdi-paperclip:before {
  content: "\F3E2"
}

.mdi-parking:before {
  content: "\F3E3"
}

.mdi-passport:before {
  content: "\F7E2"
}

.mdi-pause:before {
  content: "\F3E4"
}

.mdi-pause-circle:before {
  content: "\F3E5"
}

.mdi-pause-circle-outline:before {
  content: "\F3E6"
}

.mdi-pause-octagon:before {
  content: "\F3E7"
}

.mdi-pause-octagon-outline:before {
  content: "\F3E8"
}

.mdi-paw:before {
  content: "\F3E9"
}

.mdi-paw-off:before {
  content: "\F657"
}

.mdi-pen:before {
  content: "\F3EA"
}

.mdi-pencil:before {
  content: "\F3EB"
}

.mdi-pencil-box:before {
  content: "\F3EC"
}

.mdi-pencil-box-outline:before {
  content: "\F3ED"
}

.mdi-pencil-circle:before {
  content: "\F6FE"
}

.mdi-pencil-circle-outline:before {
  content: "\F775"
}

.mdi-pencil-lock:before {
  content: "\F3EE"
}

.mdi-pencil-off:before {
  content: "\F3EF"
}

.mdi-pentagon:before {
  content: "\F6FF"
}

.mdi-pentagon-outline:before {
  content: "\F700"
}

.mdi-percent:before {
  content: "\F3F0"
}

.mdi-periodic-table-co2:before {
  content: "\F7E3"
}

.mdi-periscope:before {
  content: "\F747"
}

.mdi-pharmacy:before {
  content: "\F3F1"
}

.mdi-phone:before {
  content: "\F3F2"
}

.mdi-phone-bluetooth:before {
  content: "\F3F3"
}

.mdi-phone-classic:before {
  content: "\F602"
}

.mdi-phone-forward:before {
  content: "\F3F4"
}

.mdi-phone-hangup:before {
  content: "\F3F5"
}

.mdi-phone-in-talk:before {
  content: "\F3F6"
}

.mdi-phone-incoming:before {
  content: "\F3F7"
}

.mdi-phone-locked:before {
  content: "\F3F8"
}

.mdi-phone-log:before {
  content: "\F3F9"
}

.mdi-phone-minus:before {
  content: "\F658"
}

.mdi-phone-missed:before {
  content: "\F3FA"
}

.mdi-phone-outgoing:before {
  content: "\F3FB"
}

.mdi-phone-paused:before {
  content: "\F3FC"
}

.mdi-phone-plus:before {
  content: "\F659"
}

.mdi-phone-settings:before {
  content: "\F3FD"
}

.mdi-phone-voip:before {
  content: "\F3FE"
}

.mdi-pi:before {
  content: "\F3FF"
}

.mdi-pi-box:before {
  content: "\F400"
}

.mdi-piano:before {
  content: "\F67C"
}

.mdi-pig:before {
  content: "\F401"
}

.mdi-pill:before {
  content: "\F402"
}

.mdi-pillar:before {
  content: "\F701"
}

.mdi-pin:before {
  content: "\F403"
}

.mdi-pin-off:before {
  content: "\F404"
}

.mdi-pine-tree:before {
  content: "\F405"
}

.mdi-pine-tree-box:before {
  content: "\F406"
}

.mdi-pinterest:before {
  content: "\F407"
}

.mdi-pinterest-box:before {
  content: "\F408"
}

.mdi-pipe:before {
  content: "\F7E4"
}

.mdi-pipe-disconnected:before {
  content: "\F7E5"
}

.mdi-pistol:before {
  content: "\F702"
}

.mdi-pizza:before {
  content: "\F409"
}

.mdi-plane-shield:before {
  content: "\F6BA"
}

.mdi-play:before {
  content: "\F40A"
}

.mdi-play-box-outline:before {
  content: "\F40B"
}

.mdi-play-circle:before {
  content: "\F40C"
}

.mdi-play-circle-outline:before {
  content: "\F40D"
}

.mdi-play-pause:before {
  content: "\F40E"
}

.mdi-play-protected-content:before {
  content: "\F40F"
}

.mdi-playlist-check:before {
  content: "\F5C7"
}

.mdi-playlist-minus:before {
  content: "\F410"
}

.mdi-playlist-play:before {
  content: "\F411"
}

.mdi-playlist-plus:before {
  content: "\F412"
}

.mdi-playlist-remove:before {
  content: "\F413"
}

.mdi-playstation:before {
  content: "\F414"
}

.mdi-plex:before {
  content: "\F6B9"
}

.mdi-plus:before {
  content: "\F415"
}

.mdi-plus-box:before {
  content: "\F416"
}

.mdi-plus-box-outline:before {
  content: "\F703"
}

.mdi-plus-circle:before {
  content: "\F417"
}

.mdi-plus-circle-multiple-outline:before {
  content: "\F418"
}

.mdi-plus-circle-outline:before {
  content: "\F419"
}

.mdi-plus-network:before {
  content: "\F41A"
}

.mdi-plus-one:before {
  content: "\F41B"
}

.mdi-plus-outline:before {
  content: "\F704"
}

.mdi-pocket:before {
  content: "\F41C"
}

.mdi-pokeball:before {
  content: "\F41D"
}

.mdi-polaroid:before {
  content: "\F41E"
}

.mdi-poll:before {
  content: "\F41F"
}

.mdi-poll-box:before {
  content: "\F420"
}

.mdi-polymer:before {
  content: "\F421"
}

.mdi-pool:before {
  content: "\F606"
}

.mdi-popcorn:before {
  content: "\F422"
}

.mdi-pot:before {
  content: "\F65A"
}

.mdi-pot-mix:before {
  content: "\F65B"
}

.mdi-pound:before {
  content: "\F423"
}

.mdi-pound-box:before {
  content: "\F424"
}

.mdi-power:before {
  content: "\F425"
}

.mdi-power-plug:before {
  content: "\F6A4"
}

.mdi-power-plug-off:before {
  content: "\F6A5"
}

.mdi-power-settings:before {
  content: "\F426"
}

.mdi-power-socket:before {
  content: "\F427"
}

.mdi-power-socket-eu:before {
  content: "\F7E6"
}

.mdi-power-socket-uk:before {
  content: "\F7E7"
}

.mdi-power-socket-us:before {
  content: "\F7E8"
}

.mdi-prescription:before {
  content: "\F705"
}

.mdi-presentation:before {
  content: "\F428"
}

.mdi-presentation-play:before {
  content: "\F429"
}

.mdi-printer:before {
  content: "\F42A"
}

.mdi-printer-3d:before {
  content: "\F42B"
}

.mdi-printer-alert:before {
  content: "\F42C"
}

.mdi-printer-settings:before {
  content: "\F706"
}

.mdi-priority-high:before {
  content: "\F603"
}

.mdi-priority-low:before {
  content: "\F604"
}

.mdi-professional-hexagon:before {
  content: "\F42D"
}

.mdi-projector:before {
  content: "\F42E"
}

.mdi-projector-screen:before {
  content: "\F42F"
}

.mdi-publish:before {
  content: "\F6A6"
}

.mdi-pulse:before {
  content: "\F430"
}

.mdi-puzzle:before {
  content: "\F431"
}

.mdi-qqchat:before {
  content: "\F605"
}

.mdi-qrcode:before {
  content: "\F432"
}

.mdi-qrcode-scan:before {
  content: "\F433"
}

.mdi-quadcopter:before {
  content: "\F434"
}

.mdi-quality-high:before {
  content: "\F435"
}

.mdi-quicktime:before {
  content: "\F436"
}

.mdi-radar:before {
  content: "\F437"
}

.mdi-radiator:before {
  content: "\F438"
}

.mdi-radio:before {
  content: "\F439"
}

.mdi-radio-handheld:before {
  content: "\F43A"
}

.mdi-radio-tower:before {
  content: "\F43B"
}

.mdi-radioactive:before {
  content: "\F43C"
}

.mdi-radiobox-blank:before {
  content: "\F43D"
}

.mdi-radiobox-marked:before {
  content: "\F43E"
}

.mdi-raspberrypi:before {
  content: "\F43F"
}

.mdi-ray-end:before {
  content: "\F440"
}

.mdi-ray-end-arrow:before {
  content: "\F441"
}

.mdi-ray-start:before {
  content: "\F442"
}

.mdi-ray-start-arrow:before {
  content: "\F443"
}

.mdi-ray-start-end:before {
  content: "\F444"
}

.mdi-ray-vertex:before {
  content: "\F445"
}

.mdi-rdio:before {
  content: "\F446"
}

.mdi-react:before {
  content: "\F707"
}

.mdi-read:before {
  content: "\F447"
}

.mdi-readability:before {
  content: "\F448"
}

.mdi-receipt:before {
  content: "\F449"
}

.mdi-record:before {
  content: "\F44A"
}

.mdi-record-rec:before {
  content: "\F44B"
}

.mdi-recycle:before {
  content: "\F44C"
}

.mdi-reddit:before {
  content: "\F44D"
}

.mdi-redo:before {
  content: "\F44E"
}

.mdi-redo-variant:before {
  content: "\F44F"
}

.mdi-refresh:before {
  content: "\F450"
}

.mdi-regex:before {
  content: "\F451"
}

.mdi-relative-scale:before {
  content: "\F452"
}

.mdi-reload:before {
  content: "\F453"
}

.mdi-remote:before {
  content: "\F454"
}

.mdi-rename-box:before {
  content: "\F455"
}

.mdi-reorder-horizontal:before {
  content: "\F687"
}

.mdi-reorder-vertical:before {
  content: "\F688"
}

.mdi-repeat:before {
  content: "\F456"
}

.mdi-repeat-off:before {
  content: "\F457"
}

.mdi-repeat-once:before {
  content: "\F458"
}

.mdi-replay:before {
  content: "\F459"
}

.mdi-reply:before {
  content: "\F45A"
}

.mdi-reply-all:before {
  content: "\F45B"
}

.mdi-reproduction:before {
  content: "\F45C"
}

.mdi-resize-bottom-right:before {
  content: "\F45D"
}

.mdi-responsive:before {
  content: "\F45E"
}

.mdi-restart:before {
  content: "\F708"
}

.mdi-restore:before {
  content: "\F6A7"
}

.mdi-rewind:before {
  content: "\F45F"
}

.mdi-rewind-outline:before {
  content: "\F709"
}

.mdi-rhombus:before {
  content: "\F70A"
}

.mdi-rhombus-outline:before {
  content: "\F70B"
}

.mdi-ribbon:before {
  content: "\F460"
}

.mdi-rice:before {
  content: "\F7E9"
}

.mdi-ring:before {
  content: "\F7EA"
}

.mdi-road:before {
  content: "\F461"
}

.mdi-road-variant:before {
  content: "\F462"
}

.mdi-robot:before {
  content: "\F6A8"
}

.mdi-rocket:before {
  content: "\F463"
}

.mdi-roomba:before {
  content: "\F70C"
}

.mdi-rotate-3d:before {
  content: "\F464"
}

.mdi-rotate-left:before {
  content: "\F465"
}

.mdi-rotate-left-variant:before {
  content: "\F466"
}

.mdi-rotate-right:before {
  content: "\F467"
}

.mdi-rotate-right-variant:before {
  content: "\F468"
}

.mdi-rounded-corner:before {
  content: "\F607"
}

.mdi-router-wireless:before {
  content: "\F469"
}

.mdi-routes:before {
  content: "\F46A"
}

.mdi-rowing:before {
  content: "\F608"
}

.mdi-rss:before {
  content: "\F46B"
}

.mdi-rss-box:before {
  content: "\F46C"
}

.mdi-ruler:before {
  content: "\F46D"
}

.mdi-run:before {
  content: "\F70D"
}

.mdi-run-fast:before {
  content: "\F46E"
}

.mdi-sale:before {
  content: "\F46F"
}

.mdi-sass:before {
  content: "\F7EB"
}

.mdi-satellite:before {
  content: "\F470"
}

.mdi-satellite-variant:before {
  content: "\F471"
}

.mdi-saxophone:before {
  content: "\F609"
}

.mdi-scale:before {
  content: "\F472"
}

.mdi-scale-balance:before {
  content: "\F5D1"
}

.mdi-scale-bathroom:before {
  content: "\F473"
}

.mdi-scanner:before {
  content: "\F6AA"
}

.mdi-school:before {
  content: "\F474"
}

.mdi-screen-rotation:before {
  content: "\F475"
}

.mdi-screen-rotation-lock:before {
  content: "\F476"
}

.mdi-screwdriver:before {
  content: "\F477"
}

.mdi-script:before {
  content: "\F478"
}

.mdi-sd:before {
  content: "\F479"
}

.mdi-seal:before {
  content: "\F47A"
}

.mdi-search-web:before {
  content: "\F70E"
}

.mdi-seat-flat:before {
  content: "\F47B"
}

.mdi-seat-flat-angled:before {
  content: "\F47C"
}

.mdi-seat-individual-suite:before {
  content: "\F47D"
}

.mdi-seat-legroom-extra:before {
  content: "\F47E"
}

.mdi-seat-legroom-normal:before {
  content: "\F47F"
}

.mdi-seat-legroom-reduced:before {
  content: "\F480"
}

.mdi-seat-recline-extra:before {
  content: "\F481"
}

.mdi-seat-recline-normal:before {
  content: "\F482"
}

.mdi-security:before {
  content: "\F483"
}

.mdi-security-home:before {
  content: "\F689"
}

.mdi-security-network:before {
  content: "\F484"
}

.mdi-select:before {
  content: "\F485"
}

.mdi-select-all:before {
  content: "\F486"
}

.mdi-select-inverse:before {
  content: "\F487"
}

.mdi-select-off:before {
  content: "\F488"
}

.mdi-selection:before {
  content: "\F489"
}

.mdi-selection-off:before {
  content: "\F776"
}

.mdi-send:before {
  content: "\F48A"
}

.mdi-send-secure:before {
  content: "\F7EC"
}

.mdi-serial-port:before {
  content: "\F65C"
}

.mdi-server:before {
  content: "\F48B"
}

.mdi-server-minus:before {
  content: "\F48C"
}

.mdi-server-network:before {
  content: "\F48D"
}

.mdi-server-network-off:before {
  content: "\F48E"
}

.mdi-server-off:before {
  content: "\F48F"
}

.mdi-server-plus:before {
  content: "\F490"
}

.mdi-server-remove:before {
  content: "\F491"
}

.mdi-server-security:before {
  content: "\F492"
}

.mdi-set-all:before {
  content: "\F777"
}

.mdi-set-center:before {
  content: "\F778"
}

.mdi-set-center-right:before {
  content: "\F779"
}

.mdi-set-left:before {
  content: "\F77A"
}

.mdi-set-left-center:before {
  content: "\F77B"
}

.mdi-set-left-right:before {
  content: "\F77C"
}

.mdi-set-none:before {
  content: "\F77D"
}

.mdi-set-right:before {
  content: "\F77E"
}

.mdi-settings:before {
  content: "\F493"
}

.mdi-settings-box:before {
  content: "\F494"
}

.mdi-shape-circle-plus:before {
  content: "\F65D"
}

.mdi-shape-plus:before {
  content: "\F495"
}

.mdi-shape-polygon-plus:before {
  content: "\F65E"
}

.mdi-shape-rectangle-plus:before {
  content: "\F65F"
}

.mdi-shape-square-plus:before {
  content: "\F660"
}

.mdi-share:before {
  content: "\F496"
}

.mdi-share-variant:before {
  content: "\F497"
}

.mdi-shield:before {
  content: "\F498"
}

.mdi-shield-half-full:before {
  content: "\F77F"
}

.mdi-shield-outline:before {
  content: "\F499"
}

.mdi-shopping:before {
  content: "\F49A"
}

.mdi-shopping-music:before {
  content: "\F49B"
}

.mdi-shovel:before {
  content: "\F70F"
}

.mdi-shovel-off:before {
  content: "\F710"
}

.mdi-shredder:before {
  content: "\F49C"
}

.mdi-shuffle:before {
  content: "\F49D"
}

.mdi-shuffle-disabled:before {
  content: "\F49E"
}

.mdi-shuffle-variant:before {
  content: "\F49F"
}

.mdi-sigma:before {
  content: "\F4A0"
}

.mdi-sigma-lower:before {
  content: "\F62B"
}

.mdi-sign-caution:before {
  content: "\F4A1"
}

.mdi-sign-direction:before {
  content: "\F780"
}

.mdi-sign-text:before {
  content: "\F781"
}

.mdi-signal:before {
  content: "\F4A2"
}

.mdi-signal-2g:before {
  content: "\F711"
}

.mdi-signal-3g:before {
  content: "\F712"
}

.mdi-signal-4g:before {
  content: "\F713"
}

.mdi-signal-hspa:before {
  content: "\F714"
}

.mdi-signal-hspa-plus:before {
  content: "\F715"
}

.mdi-signal-off:before {
  content: "\F782"
}

.mdi-signal-variant:before {
  content: "\F60A"
}

.mdi-silverware:before {
  content: "\F4A3"
}

.mdi-silverware-fork:before {
  content: "\F4A4"
}

.mdi-silverware-spoon:before {
  content: "\F4A5"
}

.mdi-silverware-variant:before {
  content: "\F4A6"
}

.mdi-sim:before {
  content: "\F4A7"
}

.mdi-sim-alert:before {
  content: "\F4A8"
}

.mdi-sim-off:before {
  content: "\F4A9"
}

.mdi-sitemap:before {
  content: "\F4AA"
}

.mdi-skip-backward:before {
  content: "\F4AB"
}

.mdi-skip-forward:before {
  content: "\F4AC"
}

.mdi-skip-next:before {
  content: "\F4AD"
}

.mdi-skip-next-circle:before {
  content: "\F661"
}

.mdi-skip-next-circle-outline:before {
  content: "\F662"
}

.mdi-skip-previous:before {
  content: "\F4AE"
}

.mdi-skip-previous-circle:before {
  content: "\F663"
}

.mdi-skip-previous-circle-outline:before {
  content: "\F664"
}

.mdi-skull:before {
  content: "\F68B"
}

.mdi-skype:before {
  content: "\F4AF"
}

.mdi-skype-business:before {
  content: "\F4B0"
}

.mdi-slack:before {
  content: "\F4B1"
}

.mdi-sleep:before {
  content: "\F4B2"
}

.mdi-sleep-off:before {
  content: "\F4B3"
}

.mdi-smoking:before {
  content: "\F4B4"
}

.mdi-smoking-off:before {
  content: "\F4B5"
}

.mdi-snapchat:before {
  content: "\F4B6"
}

.mdi-snowflake:before {
  content: "\F716"
}

.mdi-snowman:before {
  content: "\F4B7"
}

.mdi-soccer:before {
  content: "\F4B8"
}

.mdi-sofa:before {
  content: "\F4B9"
}

.mdi-solid:before {
  content: "\F68C"
}

.mdi-sort:before {
  content: "\F4BA"
}

.mdi-sort-alphabetical:before {
  content: "\F4BB"
}

.mdi-sort-ascending:before {
  content: "\F4BC"
}

.mdi-sort-descending:before {
  content: "\F4BD"
}

.mdi-sort-numeric:before {
  content: "\F4BE"
}

.mdi-sort-variant:before {
  content: "\F4BF"
}

.mdi-soundcloud:before {
  content: "\F4C0"
}

.mdi-source-branch:before {
  content: "\F62C"
}

.mdi-source-commit:before {
  content: "\F717"
}

.mdi-source-commit-end:before {
  content: "\F718"
}

.mdi-source-commit-end-local:before {
  content: "\F719"
}

.mdi-source-commit-local:before {
  content: "\F71A"
}

.mdi-source-commit-next-local:before {
  content: "\F71B"
}

.mdi-source-commit-start:before {
  content: "\F71C"
}

.mdi-source-commit-start-next-local:before {
  content: "\F71D"
}

.mdi-source-fork:before {
  content: "\F4C1"
}

.mdi-source-merge:before {
  content: "\F62D"
}

.mdi-source-pull:before {
  content: "\F4C2"
}

.mdi-soy-sauce:before {
  content: "\F7ED"
}

.mdi-speaker:before {
  content: "\F4C3"
}

.mdi-speaker-off:before {
  content: "\F4C4"
}

.mdi-speaker-wireless:before {
  content: "\F71E"
}

.mdi-speedometer:before {
  content: "\F4C5"
}

.mdi-spellcheck:before {
  content: "\F4C6"
}

.mdi-spotify:before {
  content: "\F4C7"
}

.mdi-spotlight:before {
  content: "\F4C8"
}

.mdi-spotlight-beam:before {
  content: "\F4C9"
}

.mdi-spray:before {
  content: "\F665"
}

.mdi-square:before {
  content: "\F763"
}

.mdi-square-inc:before {
  content: "\F4CA"
}

.mdi-square-inc-cash:before {
  content: "\F4CB"
}

.mdi-square-outline:before {
  content: "\F762"
}

.mdi-square-root:before {
  content: "\F783"
}

.mdi-stackexchange:before {
  content: "\F60B"
}

.mdi-stackoverflow:before {
  content: "\F4CC"
}

.mdi-stadium:before {
  content: "\F71F"
}

.mdi-stairs:before {
  content: "\F4CD"
}

.mdi-standard-definition:before {
  content: "\F7EE"
}

.mdi-star:before {
  content: "\F4CE"
}

.mdi-star-circle:before {
  content: "\F4CF"
}

.mdi-star-half:before {
  content: "\F4D0"
}

.mdi-star-off:before {
  content: "\F4D1"
}

.mdi-star-outline:before {
  content: "\F4D2"
}

.mdi-steam:before {
  content: "\F4D3"
}

.mdi-steering:before {
  content: "\F4D4"
}

.mdi-step-backward:before {
  content: "\F4D5"
}

.mdi-step-backward-2:before {
  content: "\F4D6"
}

.mdi-step-forward:before {
  content: "\F4D7"
}

.mdi-step-forward-2:before {
  content: "\F4D8"
}

.mdi-stethoscope:before {
  content: "\F4D9"
}

.mdi-sticker:before {
  content: "\F5D0"
}

.mdi-sticker-emoji:before {
  content: "\F784"
}

.mdi-stocking:before {
  content: "\F4DA"
}

.mdi-stop:before {
  content: "\F4DB"
}

.mdi-stop-circle:before {
  content: "\F666"
}

.mdi-stop-circle-outline:before {
  content: "\F667"
}

.mdi-store:before {
  content: "\F4DC"
}

.mdi-store-24-hour:before {
  content: "\F4DD"
}

.mdi-stove:before {
  content: "\F4DE"
}

.mdi-subdirectory-arrow-left:before {
  content: "\F60C"
}

.mdi-subdirectory-arrow-right:before {
  content: "\F60D"
}

.mdi-subway:before {
  content: "\F6AB"
}

.mdi-subway-variant:before {
  content: "\F4DF"
}

.mdi-summit:before {
  content: "\F785"
}

.mdi-sunglasses:before {
  content: "\F4E0"
}

.mdi-surround-sound:before {
  content: "\F5C5"
}

.mdi-surround-sound-2-0:before {
  content: "\F7EF"
}

.mdi-surround-sound-3-1:before {
  content: "\F7F0"
}

.mdi-surround-sound-5-1:before {
  content: "\F7F1"
}

.mdi-surround-sound-7-1:before {
  content: "\F7F2"
}

.mdi-svg:before {
  content: "\F720"
}

.mdi-swap-horizontal:before {
  content: "\F4E1"
}

.mdi-swap-vertical:before {
  content: "\F4E2"
}

.mdi-swim:before {
  content: "\F4E3"
}

.mdi-switch:before {
  content: "\F4E4"
}

.mdi-sword:before {
  content: "\F4E5"
}

.mdi-sword-cross:before {
  content: "\F786"
}

.mdi-sync:before {
  content: "\F4E6"
}

.mdi-sync-alert:before {
  content: "\F4E7"
}

.mdi-sync-off:before {
  content: "\F4E8"
}

.mdi-tab:before {
  content: "\F4E9"
}

.mdi-tab-plus:before {
  content: "\F75B"
}

.mdi-tab-unselected:before {
  content: "\F4EA"
}

.mdi-table:before {
  content: "\F4EB"
}

.mdi-table-column-plus-after:before {
  content: "\F4EC"
}

.mdi-table-column-plus-before:before {
  content: "\F4ED"
}

.mdi-table-column-remove:before {
  content: "\F4EE"
}

.mdi-table-column-width:before {
  content: "\F4EF"
}

.mdi-table-edit:before {
  content: "\F4F0"
}

.mdi-table-large:before {
  content: "\F4F1"
}

.mdi-table-row-height:before {
  content: "\F4F2"
}

.mdi-table-row-plus-after:before {
  content: "\F4F3"
}

.mdi-table-row-plus-before:before {
  content: "\F4F4"
}

.mdi-table-row-remove:before {
  content: "\F4F5"
}

.mdi-tablet:before {
  content: "\F4F6"
}

.mdi-tablet-android:before {
  content: "\F4F7"
}

.mdi-tablet-ipad:before {
  content: "\F4F8"
}

.mdi-taco:before {
  content: "\F761"
}

.mdi-tag:before {
  content: "\F4F9"
}

.mdi-tag-faces:before {
  content: "\F4FA"
}

.mdi-tag-heart:before {
  content: "\F68A"
}

.mdi-tag-multiple:before {
  content: "\F4FB"
}

.mdi-tag-outline:before {
  content: "\F4FC"
}

.mdi-tag-plus:before {
  content: "\F721"
}

.mdi-tag-remove:before {
  content: "\F722"
}

.mdi-tag-text-outline:before {
  content: "\F4FD"
}

.mdi-target:before {
  content: "\F4FE"
}

.mdi-taxi:before {
  content: "\F4FF"
}

.mdi-teamviewer:before {
  content: "\F500"
}

.mdi-telegram:before {
  content: "\F501"
}

.mdi-television:before {
  content: "\F502"
}

.mdi-television-classic:before {
  content: "\F7F3"
}

.mdi-television-guide:before {
  content: "\F503"
}

.mdi-temperature-celsius:before {
  content: "\F504"
}

.mdi-temperature-fahrenheit:before {
  content: "\F505"
}

.mdi-temperature-kelvin:before {
  content: "\F506"
}

.mdi-tennis:before {
  content: "\F507"
}

.mdi-tent:before {
  content: "\F508"
}

.mdi-terrain:before {
  content: "\F509"
}

.mdi-test-tube:before {
  content: "\F668"
}

.mdi-text-shadow:before {
  content: "\F669"
}

.mdi-text-to-speech:before {
  content: "\F50A"
}

.mdi-text-to-speech-off:before {
  content: "\F50B"
}

.mdi-textbox:before {
  content: "\F60E"
}

.mdi-textbox-password:before {
  content: "\F7F4"
}

.mdi-texture:before {
  content: "\F50C"
}

.mdi-theater:before {
  content: "\F50D"
}

.mdi-theme-light-dark:before {
  content: "\F50E"
}

.mdi-thermometer:before {
  content: "\F50F"
}

.mdi-thermometer-lines:before {
  content: "\F510"
}

.mdi-thought-bubble:before {
  content: "\F7F5"
}

.mdi-thought-bubble-outline:before {
  content: "\F7F6"
}

.mdi-thumb-down:before {
  content: "\F511"
}

.mdi-thumb-down-outline:before {
  content: "\F512"
}

.mdi-thumb-up:before {
  content: "\F513"
}

.mdi-thumb-up-outline:before {
  content: "\F514"
}

.mdi-thumbs-up-down:before {
  content: "\F515"
}

.mdi-ticket:before {
  content: "\F516"
}

.mdi-ticket-account:before {
  content: "\F517"
}

.mdi-ticket-confirmation:before {
  content: "\F518"
}

.mdi-ticket-percent:before {
  content: "\F723"
}

.mdi-tie:before {
  content: "\F519"
}

.mdi-tilde:before {
  content: "\F724"
}

.mdi-timelapse:before {
  content: "\F51A"
}

.mdi-timer:before {
  content: "\F51B"
}

.mdi-timer-10:before {
  content: "\F51C"
}

.mdi-timer-3:before {
  content: "\F51D"
}

.mdi-timer-off:before {
  content: "\F51E"
}

.mdi-timer-sand:before {
  content: "\F51F"
}

.mdi-timer-sand-empty:before {
  content: "\F6AC"
}

.mdi-timer-sand-full:before {
  content: "\F78B"
}

.mdi-timetable:before {
  content: "\F520"
}

.mdi-toggle-switch:before {
  content: "\F521"
}

.mdi-toggle-switch-off:before {
  content: "\F522"
}

.mdi-tooltip:before {
  content: "\F523"
}

.mdi-tooltip-edit:before {
  content: "\F524"
}

.mdi-tooltip-image:before {
  content: "\F525"
}

.mdi-tooltip-outline:before {
  content: "\F526"
}

.mdi-tooltip-outline-plus:before {
  content: "\F527"
}

.mdi-tooltip-text:before {
  content: "\F528"
}

.mdi-tooth:before {
  content: "\F529"
}

.mdi-tor:before {
  content: "\F52A"
}

.mdi-tower-beach:before {
  content: "\F680"
}

.mdi-tower-fire:before {
  content: "\F681"
}

.mdi-trackpad:before {
  content: "\F7F7"
}

.mdi-traffic-light:before {
  content: "\F52B"
}

.mdi-train:before {
  content: "\F52C"
}

.mdi-tram:before {
  content: "\F52D"
}

.mdi-transcribe:before {
  content: "\F52E"
}

.mdi-transcribe-close:before {
  content: "\F52F"
}

.mdi-transfer:before {
  content: "\F530"
}

.mdi-transit-transfer:before {
  content: "\F6AD"
}

.mdi-translate:before {
  content: "\F5CA"
}

.mdi-treasure-chest:before {
  content: "\F725"
}

.mdi-tree:before {
  content: "\F531"
}

.mdi-trello:before {
  content: "\F532"
}

.mdi-trending-down:before {
  content: "\F533"
}

.mdi-trending-neutral:before {
  content: "\F534"
}

.mdi-trending-up:before {
  content: "\F535"
}

.mdi-triangle:before {
  content: "\F536"
}

.mdi-triangle-outline:before {
  content: "\F537"
}

.mdi-trophy:before {
  content: "\F538"
}

.mdi-trophy-award:before {
  content: "\F539"
}

.mdi-trophy-outline:before {
  content: "\F53A"
}

.mdi-trophy-variant:before {
  content: "\F53B"
}

.mdi-trophy-variant-outline:before {
  content: "\F53C"
}

.mdi-truck:before {
  content: "\F53D"
}

.mdi-truck-delivery:before {
  content: "\F53E"
}

.mdi-truck-fast:before {
  content: "\F787"
}

.mdi-truck-trailer:before {
  content: "\F726"
}

.mdi-tshirt-crew:before {
  content: "\F53F"
}

.mdi-tshirt-v:before {
  content: "\F540"
}

.mdi-tumblr:before {
  content: "\F541"
}

.mdi-tumblr-reblog:before {
  content: "\F542"
}

.mdi-tune:before {
  content: "\F62E"
}

.mdi-tune-vertical:before {
  content: "\F66A"
}

.mdi-twitch:before {
  content: "\F543"
}

.mdi-twitter:before {
  content: "\F544"
}

.mdi-twitter-box:before {
  content: "\F545"
}

.mdi-twitter-circle:before {
  content: "\F546"
}

.mdi-twitter-retweet:before {
  content: "\F547"
}

.mdi-uber:before {
  content: "\F748"
}

.mdi-ubuntu:before {
  content: "\F548"
}

.mdi-ultra-high-definition:before {
  content: "\F7F8"
}

.mdi-umbraco:before {
  content: "\F549"
}

.mdi-umbrella:before {
  content: "\F54A"
}

.mdi-umbrella-outline:before {
  content: "\F54B"
}

.mdi-undo:before {
  content: "\F54C"
}

.mdi-undo-variant:before {
  content: "\F54D"
}

.mdi-unfold-less-horizontal:before {
  content: "\F54E"
}

.mdi-unfold-less-vertical:before {
  content: "\F75F"
}

.mdi-unfold-more-horizontal:before {
  content: "\F54F"
}

.mdi-unfold-more-vertical:before {
  content: "\F760"
}

.mdi-ungroup:before {
  content: "\F550"
}

.mdi-unity:before {
  content: "\F6AE"
}

.mdi-untappd:before {
  content: "\F551"
}

.mdi-update:before {
  content: "\F6AF"
}

.mdi-upload:before {
  content: "\F552"
}

.mdi-upload-network:before {
  content: "\F6F5"
}

.mdi-usb:before {
  content: "\F553"
}

.mdi-van-passenger:before {
  content: "\F7F9"
}

.mdi-van-utility:before {
  content: "\F7FA"
}

.mdi-vanish:before {
  content: "\F7FB"
}

.mdi-vector-arrange-above:before {
  content: "\F554"
}

.mdi-vector-arrange-below:before {
  content: "\F555"
}

.mdi-vector-circle:before {
  content: "\F556"
}

.mdi-vector-circle-variant:before {
  content: "\F557"
}

.mdi-vector-combine:before {
  content: "\F558"
}

.mdi-vector-curve:before {
  content: "\F559"
}

.mdi-vector-difference:before {
  content: "\F55A"
}

.mdi-vector-difference-ab:before {
  content: "\F55B"
}

.mdi-vector-difference-ba:before {
  content: "\F55C"
}

.mdi-vector-intersection:before {
  content: "\F55D"
}

.mdi-vector-line:before {
  content: "\F55E"
}

.mdi-vector-point:before {
  content: "\F55F"
}

.mdi-vector-polygon:before {
  content: "\F560"
}

.mdi-vector-polyline:before {
  content: "\F561"
}

.mdi-vector-radius:before {
  content: "\F749"
}

.mdi-vector-rectangle:before {
  content: "\F5C6"
}

.mdi-vector-selection:before {
  content: "\F562"
}

.mdi-vector-square:before {
  content: "\F001"
}

.mdi-vector-triangle:before {
  content: "\F563"
}

.mdi-vector-union:before {
  content: "\F564"
}

.mdi-verified:before {
  content: "\F565"
}

.mdi-vibrate:before {
  content: "\F566"
}

.mdi-video:before {
  content: "\F567"
}

.mdi-video-3d:before {
  content: "\F7FC"
}

.mdi-video-off:before {
  content: "\F568"
}

.mdi-video-switch:before {
  content: "\F569"
}

.mdi-view-agenda:before {
  content: "\F56A"
}

.mdi-view-array:before {
  content: "\F56B"
}

.mdi-view-carousel:before {
  content: "\F56C"
}

.mdi-view-column:before {
  content: "\F56D"
}

.mdi-view-dashboard:before {
  content: "\F56E"
}

.mdi-view-day:before {
  content: "\F56F"
}

.mdi-view-grid:before {
  content: "\F570"
}

.mdi-view-headline:before {
  content: "\F571"
}

.mdi-view-list:before {
  content: "\F572"
}

.mdi-view-module:before {
  content: "\F573"
}

.mdi-view-parallel:before {
  content: "\F727"
}

.mdi-view-quilt:before {
  content: "\F574"
}

.mdi-view-sequential:before {
  content: "\F728"
}

.mdi-view-stream:before {
  content: "\F575"
}

.mdi-view-week:before {
  content: "\F576"
}

.mdi-vimeo:before {
  content: "\F577"
}

.mdi-vine:before {
  content: "\F578"
}

.mdi-violin:before {
  content: "\F60F"
}

.mdi-visualstudio:before {
  content: "\F610"
}

.mdi-vk:before {
  content: "\F579"
}

.mdi-vk-box:before {
  content: "\F57A"
}

.mdi-vk-circle:before {
  content: "\F57B"
}

.mdi-vlc:before {
  content: "\F57C"
}

.mdi-voice:before {
  content: "\F5CB"
}

.mdi-voicemail:before {
  content: "\F57D"
}

.mdi-volume-high:before {
  content: "\F57E"
}

.mdi-volume-low:before {
  content: "\F57F"
}

.mdi-volume-medium:before {
  content: "\F580"
}

.mdi-volume-minus:before {
  content: "\F75D"
}

.mdi-volume-mute:before {
  content: "\F75E"
}

.mdi-volume-off:before {
  content: "\F581"
}

.mdi-volume-plus:before {
  content: "\F75C"
}

.mdi-vpn:before {
  content: "\F582"
}

.mdi-walk:before {
  content: "\F583"
}

.mdi-wall:before {
  content: "\F7FD"
}

.mdi-wallet:before {
  content: "\F584"
}

.mdi-wallet-giftcard:before {
  content: "\F585"
}

.mdi-wallet-membership:before {
  content: "\F586"
}

.mdi-wallet-travel:before {
  content: "\F587"
}

.mdi-wan:before {
  content: "\F588"
}

.mdi-washing-machine:before {
  content: "\F729"
}

.mdi-watch:before {
  content: "\F589"
}

.mdi-watch-export:before {
  content: "\F58A"
}

.mdi-watch-import:before {
  content: "\F58B"
}

.mdi-watch-vibrate:before {
  content: "\F6B0"
}

.mdi-water:before {
  content: "\F58C"
}

.mdi-water-off:before {
  content: "\F58D"
}

.mdi-water-percent:before {
  content: "\F58E"
}

.mdi-water-pump:before {
  content: "\F58F"
}

.mdi-watermark:before {
  content: "\F612"
}

.mdi-waves:before {
  content: "\F78C"
}

.mdi-weather-cloudy:before {
  content: "\F590"
}

.mdi-weather-fog:before {
  content: "\F591"
}

.mdi-weather-hail:before {
  content: "\F592"
}

.mdi-weather-lightning:before {
  content: "\F593"
}

.mdi-weather-lightning-rainy:before {
  content: "\F67D"
}

.mdi-weather-night:before {
  content: "\F594"
}

.mdi-weather-partlycloudy:before {
  content: "\F595"
}

.mdi-weather-pouring:before {
  content: "\F596"
}

.mdi-weather-rainy:before {
  content: "\F597"
}

.mdi-weather-snowy:before {
  content: "\F598"
}

.mdi-weather-snowy-rainy:before {
  content: "\F67E"
}

.mdi-weather-sunny:before {
  content: "\F599"
}

.mdi-weather-sunset:before {
  content: "\F59A"
}

.mdi-weather-sunset-down:before {
  content: "\F59B"
}

.mdi-weather-sunset-up:before {
  content: "\F59C"
}

.mdi-weather-windy:before {
  content: "\F59D"
}

.mdi-weather-windy-variant:before {
  content: "\F59E"
}

.mdi-web:before {
  content: "\F59F"
}

.mdi-webcam:before {
  content: "\F5A0"
}

.mdi-webhook:before {
  content: "\F62F"
}

.mdi-webpack:before {
  content: "\F72A"
}

.mdi-wechat:before {
  content: "\F611"
}

.mdi-weight:before {
  content: "\F5A1"
}

.mdi-weight-kilogram:before {
  content: "\F5A2"
}

.mdi-whatsapp:before {
  content: "\F5A3"
}

.mdi-wheelchair-accessibility:before {
  content: "\F5A4"
}

.mdi-white-balance-auto:before {
  content: "\F5A5"
}

.mdi-white-balance-incandescent:before {
  content: "\F5A6"
}

.mdi-white-balance-iridescent:before {
  content: "\F5A7"
}

.mdi-white-balance-sunny:before {
  content: "\F5A8"
}

.mdi-widgets:before {
  content: "\F72B"
}

.mdi-wifi:before {
  content: "\F5A9"
}

.mdi-wifi-off:before {
  content: "\F5AA"
}

.mdi-wii:before {
  content: "\F5AB"
}

.mdi-wiiu:before {
  content: "\F72C"
}

.mdi-wikipedia:before {
  content: "\F5AC"
}

.mdi-window-close:before {
  content: "\F5AD"
}

.mdi-window-closed:before {
  content: "\F5AE"
}

.mdi-window-maximize:before {
  content: "\F5AF"
}

.mdi-window-minimize:before {
  content: "\F5B0"
}

.mdi-window-open:before {
  content: "\F5B1"
}

.mdi-window-restore:before {
  content: "\F5B2"
}

.mdi-windows:before {
  content: "\F5B3"
}

.mdi-wordpress:before {
  content: "\F5B4"
}

.mdi-worker:before {
  content: "\F5B5"
}

.mdi-wrap:before {
  content: "\F5B6"
}

.mdi-wrench:before {
  content: "\F5B7"
}

.mdi-wunderlist:before {
  content: "\F5B8"
}

.mdi-xaml:before {
  content: "\F673"
}

.mdi-xbox:before {
  content: "\F5B9"
}

.mdi-xbox-controller:before {
  content: "\F5BA"
}

.mdi-xbox-controller-battery-alert:before {
  content: "\F74A"
}

.mdi-xbox-controller-battery-empty:before {
  content: "\F74B"
}

.mdi-xbox-controller-battery-full:before {
  content: "\F74C"
}

.mdi-xbox-controller-battery-low:before {
  content: "\F74D"
}

.mdi-xbox-controller-battery-medium:before {
  content: "\F74E"
}

.mdi-xbox-controller-battery-unknown:before {
  content: "\F74F"
}

.mdi-xbox-controller-off:before {
  content: "\F5BB"
}

.mdi-xda:before {
  content: "\F5BC"
}

.mdi-xing:before {
  content: "\F5BD"
}

.mdi-xing-box:before {
  content: "\F5BE"
}

.mdi-xing-circle:before {
  content: "\F5BF"
}

.mdi-xml:before {
  content: "\F5C0"
}

.mdi-xmpp:before {
  content: "\F7FE"
}

.mdi-yammer:before {
  content: "\F788"
}

.mdi-yeast:before {
  content: "\F5C1"
}

.mdi-yelp:before {
  content: "\F5C2"
}

.mdi-yin-yang:before {
  content: "\F67F"
}

.mdi-youtube-play:before {
  content: "\F5C3"
}

.mdi-zip-box:before {
  content: "\F5C4"
}

.mdi-blank:before {
  content: "\F68C";
  visibility: hidden
}

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px
}

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px
}

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px
}

.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54)
}

.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26)
}

.mdi-light:before {
  color: white
}

.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3)
}

.mdi-rotate-45:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mdi-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.mdi-rotate-135:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

.mdi-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.mdi-rotate-225:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}

.mdi-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.mdi-rotate-315:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg)
}

.mdi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"
}

.mdi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"
}

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

@-webkit-keyframes mdi-spin {

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

0
{
  -webkit-transform: rotate(0)
;
  transform: rotate(0)
}
100
%
{
  -webkit-transform: rotate(359deg)
;
  transform: rotate(359deg)
}
}
.toast-container {
  width: 280px;
  z-index: 9999
}

* html .toast-container {
  position: absolute
}

.toast-item {
  height: auto;
  background: #333;
  opacity: .9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: lucida Grande;
  font-size: 14px;
  border: 2px solid #999;
  display: block;
  position: relative;
  margin: 0 0 12px 0
}

.toast-item p {
  text-align: left;
  margin-left: 50px
}

.toast-item-close {
  background: url(/image/close.gif);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 7px;
  right: 7px
}

.toast-item-image {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 10px
}

.toast-item-image-notice {
  background: url(/image/notice.png)
}

.toast-item-image-success {
  background: url(/image/success.png)
}

.toast-item-image-warning {
  background: url(/image/warning.png)
}

.toast-item-image-error {
  background: url(/image/error.png)
}

.toast-type-notice {
  color: white
}

.toast-type-success {
  color: white
}

.toast-type-warning {
  color: white;
  border-color: #fcbd57
}

.toast-type-error {
  color: white;
  border-color: #00B8D4
}

.toast-position-top-left {
  position: fixed;
  left: 20px;
  top: 20px
}

.toast-position-top-center {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -140px
}

.toast-position-top-right {
  position: fixed;
  top: 20px;
  right: 20px
}

.toast-position-middle-left {
  position: fixed;
  left: 20px;
  top: 50%;
  margin-top: -40px
}

.toast-position-middle-center {
  position: fixed;
  left: 50%;
  margin-left: -140px;
  margin-top: -40px;
  top: 50%
}

.toast-position-middle-right {
  position: fixed;
  right: 20px;
  margin-left: -140px;
  margin-top: -40px;
  top: 50%
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute
}

.tooltipster-box {
  flex: 1 1 auto
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
  opacity: 1
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4)
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0
}

@keyframes tooltipster-fading {

0
{
  opacity: 0
}
100
%
{
  opacity: 1
}
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg)
  }
  75% {
    transform: rotate(2deg)
  }
  100% {
    transform: rotate(0)
  }
}

.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1)
  }
  100% {
    transform: scale(1)
  }
}

.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
  color: #2c3e50;
  line-height: 18px;
  padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #ededed;
  color: #666 !important
}

.tooltipster-sidetip .tooltipster-light .tooltipster-content {
  color: #666 !important;
  font-family: irsans, roboto
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
  height: 9px;
  margin-left: -9px;
  width: 18px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
  height: 18px;
  margin-left: 0;
  margin-top: -9px;
  width: 9px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
  border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ededed;
  top: 1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ededed;
  left: -1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ededed;
  left: 1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ededed;
  top: -1px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
  border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -9px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
  left: -9px
}

.jslider .jslider-bg i, .jslider .jslider-pointer {
  background: url(/image/jslider.png) no-repeat 0 0
}

.jslider {
  display: block;
  width: 100%;
  height: 1em;
  position: relative;
  top: .6em;
  font-family: irsans, roboto
}

.jslider table {
  width: 100%;
  border-collapse: collapse;
  border: 0
}

.jslider td, .jslider th {
  padding: 0;
  vertical-align: top;
  text-align: left;
  border: 0
}

.jslider table, .jslider table tr, .jslider table tr td {
  width: 100%;
  vertical-align: top
}

.jslider .jslider-bg {
  position: relative
}

.jslider .jslider-bg i {
  height: 5px;
  position: absolute;
  font-size: 0;
  top: 0
}

.jslider .jslider-bg .l {
  width: 10%;
  background-position: 0 0;
  left: 0
}

.jslider .jslider-bg .f {
  width: 80%;
  left: 10%;
  background-repeat: repeat-x;
  background-position: 0 -20px
}

.jslider .jslider-bg .r {
  width: 10%;
  left: 90%;
  background-position: right 0
}

.jslider .jslider-bg .v {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 5px;
  background-repeat: repeat-x;
  background-position: 0 -40px
}

.jslider .jslider-pointer {
  width: 13px;
  height: 15px;
  background-position: 0 -60px;
  position: absolute;
  left: 20%;
  top: -4px;
  margin-left: -6px;
  cursor: pointer;
  cursor: hand
}

.jslider .jslider-pointer-hover {
  background-position: -20px -60px
}

.jslider .jslider-pointer-to {
  left: 80%
}

.jslider .jslider-label {
  font-size: 12px;
  line-height: 12px;
  color: black;
  opacity: .4;
  white-space: nowrap;
  padding: 0 2px;
  position: absolute;
  top: -18px;
  left: 0
}

.jslider .jslider-label-to {
  left: auto;
  right: 0
}

.jslider .jslider-value {
  font-size: 12pt;
  white-space: nowrap;
  padding: 1px 2px 0;
  position: absolute;
  top: -19px;
  left: 20%;
  background: white;
  line-height: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px
}

.jslider .jslider-value-to {
  left: 80%
}

.jslider .jslider-label small, .jslider .jslider-value small {
  position: relative;
  top: -0.4em
}

.jslider .jslider-scale {
  position: relative;
  top: 9px
}

.jslider .jslider-scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0
}

.jslider .jslider-scale ins {
  font-size: 12pt;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999
}

.jslider-single .jslider-pointer-to, .jslider-single .jslider-value-to, .jslider-single .jslider-bg .v, .jslider-limitless .jslider-label {
  display: none
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT *//*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table
}

.lightSlider {
  overflow: hidden;
  margin: 0
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative
}

.lSSlideWrapper > .lightSlider:after {
  clear: both
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important
}

.lSSlideWrapper .lSFade {
  position: relative
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  display: none
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #005969;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0;
  transition: all .5s linear 0
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #f44336
}

.lSSlideOuter .media {
  opacity: .8
}

.lSSlideOuter .media.active {
  opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0 .35s linear 0;
  transition: border-radius .12s linear 0 .35s linear 0
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('/image/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0;
  transition: opacity .35s linear 0
}

.lSAction > a:hover {
  opacity: 1
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px
}

.lSAction > a.disabled {
  pointer-events: none
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden
}

.lSSlideOuter.vertical {
  position: relative
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px
}

.lSSlideOuter.lSrtl {
  direction: rtl
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important
}

@-webkit-keyframes rightEnd {

0
{
  left: 0
}
50
%
{
  left: -15px
}
100
%
{
  left: 0
}
}
@keyframes rightEnd {

0
{
  left: 0
}
50
%
{
  left: -15px
}
100
%
{
  left: 0
}
}
@-webkit-keyframes topEnd {

0
{
  top: 0
}
50
%
{
  top: -15px
}
100
%
{
  top: 0
}
}
@keyframes topEnd {

0
{
  top: 0
}
50
%
{
  top: -15px
}
100
%
{
  top: 0
}
}
@-webkit-keyframes leftEnd {

0
{
  left: 0
}
50
%
{
  left: 15px
}
100
%
{
  left: 0
}
}
@keyframes leftEnd {

0
{
  left: 0
}
50
%
{
  left: 15px
}
100
%
{
  left: 0
}
}
@-webkit-keyframes bottomEnd {

0
{
  bottom: 0
}
50
%
{
  bottom: -15px
}
100
%
{
  bottom: 0
}
}
@keyframes bottomEnd {

0
{
  bottom: 0
}
50
%
{
  bottom: -15px
}
100
%
{
  bottom: 0
}
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {

0
{
  opacity: 1
}
100
%
{
  opacity: 0
}
}
.owl-height {
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-info {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-info .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-info .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-info .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-info .owl-wrapper, .owl-info .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-info .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-info .owl-item img {
  display: block;
  width: 100%
}

.owl-info .owl-nav.disabled, .owl-info .owl-dots.disabled {
  display: none
}

.owl-info .owl-nav .owl-prev, .owl-info .owl-nav .owl-next, .owl-info .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-info.owl-loaded {
  display: block
}

.owl-info.owl-loading {
  opacity: 0;
  display: block
}

.owl-info.owl-hidden {
  opacity: 0
}

.owl-info.owl-refresh .owl-item {
  visibility: hidden
}

.owl-info.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-info.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-info.owl-rtl {
  direction: rtl
}

.owl-info.owl-rtl .owl-item {
  float: right
}

.no-js .owl-info {
  display: block
}

.owl-info .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both
}

.owl-info .owl-animated-in {
  z-index: 0
}

.owl-info .owl-animated-out {
  z-index: 1
}

.owl-info .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {

0
{
  opacity: 1
}
100
%
{
  opacity: 0
}
}
.owl-height {
  transition: height 500ms ease-in-out
}

.owl-info .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease
}

.owl-info .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-info .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-info .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease
}

.owl-info .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-info .owl-video-playing .owl-video-tn, .owl-info .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-info .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease
}

.owl-info .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

.meter > span:after, .animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden
}

.animate > span:after {
  display: none
}

@-webkit-keyframes move {

0
{
  background-position: 0 0
}
100
%
{
  background-position: 50px 50px
}
}
.orange > span {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a)
}

.red > span {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323)
}

.nostripes > span > span, .nostripes > span:after {
  -webkit-animation: none;
  background-image: none
}

@media only screen and (max-width: 767px) {
  #mainContent {
    margin: inherit !important
  }

  .divider-details .custom-rk-col:nth-child(2), .divider-everything .custom-rk-col:nth-child(2) {
    width: 100% !important
  }

  .messageText {
    font-size: 7pt !important
  }

  .productCover-linear {
    width: auto !important
  }

  .productCover-linear img {
    width: 150px !important;
    height: 150px !important
  }

  .intro-start {
    flex-direction: column !important
  }

  .intro-start .arrow_start {
    display: none !important
  }

  .sm-hide {
    display: none !important
  }

  #tag-intro {
    position: absolute;
    bottom: 255px
  }

  #shop-info, #upload-section {
    flex-direction: column !important;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .intro-get-start h4 {
    color: #232332;
    font-size: 80% !important
  }

  #create-shop {
    width: 100%
  }

  #create-shop .df {
    flex-direction: column-reverse
  }

  #create-shop #shopname {
    font-size: 11pt !important
  }

  .intro-guide {
    height: auto !important;
    flex-direction: column
  }

  .intro-guide .step-count {
    margin-top: 15px
  }

  .intro-guide h2 {
    margin: 5px 0;
    font-size: 12pt !important
  }

  .intro-guide .rt {
    margin: 0 auto;
    margin: 15px auto;
    width: 50px;
    height: 50px
  }

  .our-services img {
    max-width: 112px !important;
    min-width: 112px !important;
    width: 112px !important;
    max-height: 212px !important;
    min-height: 212px !important;
    height: 212px !important
  }

  .our-services .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important
  }

  .our-services .row .service-box {
    max-width: 90% !important;
    min-width: 90% !important;
    width: 90% !important;
    max-height: auto !important;
    min-height: auto !important;
    height: auto !important
  }

  .our-services .row p {
    font-size: 11pt !important
  }

  .our-services .row li {
    font-size: 10pt !important
  }

  .head-info * {
    font-size: 10pt !important
  }

  .our-services p {
    font-size: 10pt !important
  }

  .getStartBtn {
    font-size: 10pt !important
  }

  #header {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    max-height: 36px !important;
    min-height: 36px !important;
    height: 36px !important
  }

  #header .mLogo {
    display: block !important;
    left: 15px
  }

  #header .mLogo img {
    max-width: 96px !important;
    min-width: 96px !important;
    width: 96px !important;
    max-height: 34px !important;
    min-height: 34px !important;
    height: 34px !important;
    content: url("/image/_logo_rocklando-96.png")
  }

  #mobile-cart-shop, .mLogo {
    display: block !important
  }

  #header-cart-shop, .dLogo {
    display: none !important
  }

  #category-mobile {
    display: inherit !important
  }

  body {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important
  }

  body .container {
    width: 100%
  }

  body .products-category {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important
  }

  body .login-and-register-holder {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important
  }

  body .label div {
    display: none
  }

  body #login-register-page {
    flex-direction: column !important
  }

  body #cartPreviewHolder {
    right: 0;
    left: 0;
    top: 66px;
    bottom: 46px
  }

  body .nav-bar * {
    font-size: 90% !important
  }

  body .user-info {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center
  }

  body .divider-details {
    flex-direction: column
  }

  body .divider-details nav * {
    font-size: 90% !important
  }

  body #header-cart-shop {
    max-width: 64px !important;
    min-width: 64px !important;
    width: 64px !important;
    margin-right: 16px
  }

  body #item-body {
    flex-direction: column;
    max-width: 340px !important;
    min-width: 340px !important;
    width: 340px !important
  }

  body #item-body #productSmallImageHolder {
    display: none
  }

  body #item-body #productImageHolder img {
    max-width: 128px !important;
    min-width: 128px !important;
    width: 128px !important;
    max-height: 128px !important;
    min-height: 128px !important;
    height: 128px !important
  }

  body #item-body .addTo {
    display: none
  }

  body #item-body .col-item {
    max-width: 340px !important;
    min-width: 340px !important;
    width: 340px !important
  }

  body #item-body .col-item:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center
  }

  body .pagination span {
    font-size: 6pt
  }

  body .panel {
    display: none
  }

  body .tags {
    width: 300px;
    overflow-x: scroll
  }

  body .tag {
    display: none
  }

  body .intro-everything {
    top: 45px;
    max-height: 450px !important;
    min-height: 450px !important;
    height: 450px !important
  }

  body footer {
    flex-direction: column
  }

  body footer .support_part {
    flex-direction: column
  }

  body #nav-menu {
    margin-right: 15px;
    display: block;
    line-height: 34.5px
  }

  body .dashboard-menu {
    overflow-y: scroll;
    top: 63px !important
  }

  body #contentHeader {
    display: none
  }

  body #shoperTools {
    display: none
  }

  body #allOfHeader {
    disply: none
  }

  body #spaceHeader {
    display: none
  }

  body #welcomeForm, body #messageForm {
    max-width: 90% !important;
    min-width: 90% !important;
    width: 90% !important;
    text-align: right !important
  }

  body #welcomeForm input, body #messageForm input {
    max-width: 90% !important;
    min-width: 90% !important;
    width: 90% !important
  }

  body #headerQuickBtns {
    display: none
  }

  body .dashboard-menu {
    top: 54px
  }

  body #mainCategory {
    display: none;
    visibility: hidden
  }

  body .show-info {
    max-width: 96px !important;
    min-width: 96px !important;
    width: 96px !important;
    max-height: 176px !important;
    min-height: 176px !important;
    height: 176px !important
  }

  body .show-info .info-col .img-info {
    max-width: 64px !important;
    min-width: 64px !important;
    width: 64px !important;
    max-height: 64px !important;
    min-height: 64px !important;
    height: 64px !important
  }

  body .show-info .info-col p {
    padding: 2px 2px;
    text-align: right;
    font-size: 9pt;
    line-height: 9pt;
    border-radius: 12px
  }

  body .show-info:nth-child(3) .info-col div {
    background: url('/image/info/fitness-64.jpg') !important
  }

  body .show-info:nth-child(2) .info-col div {
    background: url('/image/info/programmer-64.jpg') !important
  }

  body .show-info:nth-child(1) .info-col div {
    background: url('/image/info/run-64.jpg') !important
  }

  body #intro-reason {
    overflow: inherit;
    display: block
  }

  body #intro-reason ul {
    flex-direction: column
  }

  body #intro-reason ul li {
    background-color: transparent
  }

  body #intro-reason ul li a span {
    font-size: 8pt
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .intro-get-start h4 {
    color: #232332;
    font-size: 80% !important
  }

  .tags {
    overflow-x: scroll;
    width: 400px
  }

  #shop-info, #upload-section {
    flex-direction: column !important;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .intro-guide {
    height: auto !important;
    flex-direction: column
  }

  .intro-guide .step-count {
    margin-top: 15px
  }

  .intro-guide h2 {
    margin: 5px 0;
    font-size: 14pt !important
  }

  .intro-guide .rt {
    margin: 0 auto;
    width: 50px;
    height: 50px
  }

  .our-services .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important
  }

  .our-services .row .service-box {
    max-width: 90% !important;
    min-width: 90% !important;
    width: 90% !important;
    max-height: auto !important;
    min-height: auto !important;
    height: auto !important
  }

  #header {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    max-height: 64px !important;
    min-height: 64px !important;
    height: 64px !important
  }

  #header .mLogo {
    position: inherit
  }

  #header .mLogo img {
    max-width: 156px !important;
    min-width: 156px !important;
    width: 156px !important;
    max-height: 56px !important;
    min-height: 56px !important;
    height: 56px !important;
    content: url("/image/_logo_en_70_blue.png")
  }

  #nav-menu {
    line-height: 65px
  }

  #nav-menu span {
    font-size: 200% !important
  }

  #header-wrapper {
    height: auto;
    width: 100%
  }

  #header-wrapper * {
    font-size: 9pt
  }

  #mobile-cart-shop, .mLogo {
    display: block
  }

  #header-cart-shop, .dLogo {
    display: none
  }

  #mainCategory {
    display: none
  }

  #category-mobile {
    display: block
  }

  body {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important
  }

  body .dashboard-menu {
    top: 90px !important
  }

  body .pagination span {
    font-size: 6pt
  }

  body .panel {
    display: none
  }

  body .tag {
    display: none
  }

  body .intro-everything {
    top: 100px;
    max-height: 450px !important;
    min-height: 450px !important;
    height: 450px !important
  }

  body .show-info {
    max-width: 160px !important;
    min-width: 160px !important;
    width: 160px !important;
    max-height: 176px !important;
    min-height: 176px !important;
    height: 176px !important
  }

  body .show-info .info-col .img-info {
    max-width: 64px !important;
    min-width: 64px !important;
    width: 64px !important;
    max-height: 64px !important;
    min-height: 64px !important;
    height: 64px !important
  }

  body .show-info .info-col p {
    font-size: 9pt
  }

  body .show-info:nth-child(3) .info-col div {
    background: url('/image/info/fitness-64.jpg') !important
  }

  body .show-info:nth-child(2) .info-col div {
    background: url('/image/info/programmer-64.jpg') !important
  }

  body .show-info:nth-child(1) .info-col div {
    background: url('/image/info/run-64.jpg') !important
  }
}

@media only screen and (min-width: 959px) and (max-width: 1250px) {
  .intro-guide {
    height: auto !important
  }

  .intro-guide h2 {
    margin: 15px 0
  }

  .intro-guide .guide-step {
    width: 100px;
    height: 100px
  }

  .intro-guide .guide-step h2 {
    font-size: 11pt
  }

  .intro-guide .rt {
    margin: 0 auto;
    width: 100px;
    height: 100px
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .intro-get-start h4 {
    color: #232332;
    font-size: 120% !important
  }

  #shop-info, #upload-section {
    flex-direction: column !important;
    display: flex;
    align-items: center;
    justify-content: center
  }

  #header {
    max-width: 768px !important;
    min-width: 768px !important;
    width: 768px !important
  }

  .intro .intro-introduce p {
    font-size: 11pt !important
  }

  .intro-guide {
    height: auto !important;
    flex-direction: column
  }

  .intro-guide h2 {
    margin: 5px 0;
    font-size: 14pt !important
  }

  .intro-guide .rt {
    margin: 0 auto;
    width: 50px;
    height: 50px
  }

  .our-services .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important
  }

  .our-services .row .service-box {
    max-width: 90% !important;
    min-width: 90% !important;
    width: 90% !important;
    max-height: auto !important;
    min-height: auto !important;
    height: auto !important
  }

  #contentHeader {
    display: none
  }

  .dashboard-menu {
    top: 110px !important
  }

  #category-mobile {
    display: block
  }

  #mobile-cart-shop, .mLogo {
    display: block
  }

  #header-cart-shop, .dLogo {
    display: none
  }

  #mainContent {
    max-width: 768px !important;
    min-width: 768px !important;
    width: 768px !important
  }

  #mainContent #intro-reason {
    disply: none
  }

  #mainContent .intro-everything {
    max-height: 450px !important;
    min-height: 450px !important;
    height: 450px !important
  }

  #mainContent .show-info {
    max-width: 192px !important;
    min-width: 192px !important;
    width: 192px !important;
    max-height: 192px !important;
    min-height: 192px !important;
    height: 192px !important
  }

  #mainContent .show-info .info-col .img-info {
    max-width: 64px !important;
    min-width: 64px !important;
    width: 64px !important;
    max-height: 64px !important;
    min-height: 64px !important;
    height: 64px !important
  }

  #mainContent .show-info .info-col p {
    font-size: 11pt
  }

  #mainContent .show-info:nth-child(3) .info-col div {
    background: url('/image/info/fitness-64.jpg') !important
  }

  #mainContent .show-info:nth-child(2) .info-col div {
    background: url('/image/info/programmer-64.jpg') !important
  }

  #mainContent .show-info:nth-child(1) .info-col div {
    background: url('/image/info/run-64.jpg') !important
  }

  #mainContent #mainContent {
    max-width: 768px !important;
    min-width: 768px !important;
    width: 768px !important
  }

  #mainContent #intro-reason ul li {
    background-color: #fff
  }

  #mainContent #intro-reason ul li a span {
    font-size: 10pt
  }
}

#nprogress {
  pointer-events: none
}

#mceu_18, #mceu_36 {
  font-family: irsans, roboto !important
}

#mceu_18 .mce-txt, #mceu_36 .mce-txt {
  font-family: irsans, roboto !important
}

.mce-notification-inner, .mce-close, .mce-branding-powered-by, .mce-has-close {
  display: none !important
}

#nprogress .bar {
  background: #00B8D4;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #00B8D4, 0 0 5px #00B8D4;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  -ms-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px)
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00B8D4;
  border-left-color: #00B8D4;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative
}

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position: absolute
}

@keyframes AwesomeBG {

0
{
  background-position: 0 0
}
5
%
{
  background-position: 8% 0
}
13
%
{
  background-position: 15% 0
}
19
%
{
  background-position: 23% 0
}
25
%
{
  background-position: 30% 0
}
31
%
{
  background-position: 38% 0
}
38
%
{
  background-position: 45% 0
}
44
%
{
  background-position: 53% 0
}
50
%
{
  background-position: 60% 0
}
56
%
{
  background-position: 68% 0
}
63
%
{
  background-position: 75% 0
}
69
%
{
  background-position: 83% 0
}
75
%
{
  background-position: 90% 0
}
81
%
{
  background-position: 98% 0
}
88
%
{
  background-position: 105% 0
}
94
%
{
  background-position: 113% 0
}
100
%
{
  background-position: 120% 0
}
}
@-webkit-keyframes nprogress-spinner {

0
{
  -webkit-transform: rotate(0)
}
100
%
{
  -webkit-transform: rotate(360deg)
}
}
@keyframes nprogress-spinner {

0
{
  transform: rotate(0)
}
100
%
{
  transform: rotate(360deg)
}
}
#catImg {
  border-radius: 100%;
  background: #fFF
}

.activeSubCat {
  background-color: #00B8D4;
  color: #f5f5f5 !important
}

.activeSubCat span {
  color: #f5f5f5 !important
}

.activeSubCat:hover {
  background-color: #00B8D4 !important
}

.txt-deco {
  text-decoration: underline
}

.txt-deco:hover {
  text-decoration: underline
}

#subCatField {
  display: none
}

.activeCat {
  color: #f5f5f5 !important
}

.activeCat .light-gray:nth-child(1), .activeCat .rw:nth-child(1) {
  color: #f5f5f5;
  background-color: #00B8D4
}

.activeCat .light-gray:nth-child(1) span, .activeCat .rw:nth-child(1) span {
  color: #f5f5f5
}

.activeCat ul li {
  background-color: #f9f9f9 !important;
  color: #666 !important
}

.activeCat ul li span {
  color: #666 !important
}

.activeCat ul li .rw {
  background-color: #f9f9f9 !important
}

.activeCat:hover {
  background-color: #d84318 !important
}

.vr-menu-rkland {
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 99999;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  max-height: auto !important;
  min-height: auto !important;
  height: auto !important
}

.vr-menu-rkland li {
  cursor: pointer;
  display: flex;
  flex-direction: column
}

.vr-menu-rkland li .rw {
  display: flex;
  align-items: center
}

.vr-menu-rkland li ul {
  display: none;
  align-items: center
}

.vr-menu-rkland li ul li {
  font-size: 80%;
  display: flex;
  padding-right: 15px
}

.vr-menu-rkland li ul li:hover, .vr-menu-rkland li ul li:before {
  background-color: rgba(44, 120, 73, 0.11)
}

.vr-menu-rkland li ul li:hover span, .vr-menu-rkland li ul li:before span {
  color: #00B8D4
}

.vr-menu-rkland li span {
  margin: 0 15px;
  color: #666;
  vertical-align: middle
}

.vr-menu-rkland li .ttl-li-menu {
  font-family: shabnam;
  font-weight: 500;
  font-size: 11pt;
  margin: 0;
  padding: 18px 16px;
  text-decoration: none;
  display: block
}

.vr-menu-rkland li:hover {
  background-color: #f1f1f1
}

.vr-menu-rkland li:hover ul li span {
  color: #666
}

.vr-menu-rkland li:hover span {
  color: #00B8D4
}

#main {
  width: 100%;
  display: flex;
  min-height: 300px
}

#main section:nth-child(1) {
  position: fixed;
  right: 0;
  top: 95px;
  height: 300px;
  background-color: #fff
}

#main section:nth-child(2) {
  background-color: #fff;
  max-height: auto !important;
  min-height: auto !important;
  height: auto !important;
  flex-grow: 1;
  display: flex;
  flex-direction: column
}

.control {
  font-size: 22pt;
  width: 30px;
  height: 36px;
  padding-top: 5px;
  text-align: center;
  border-radius: 100%;
  color: #fff
}

.topHeader {
  background: url("/image/bg_captcha.jpg");
  padding: 5px;
  display: flex;
  box-shadow: -1px 2px 17px #ccc
}

.topHeader .mdi {
  line-height: 30px;
  font-size: 12pt;
  color: #263238;
  vertical-align: middle
}

.topHeader h5 {
  vertical-align: middle;
  font-size: 20px;
  font-family: irsans;
  font-weight: 100;
  margin-right: 6px;
  color: #263238
}

#content-slider {
  direction: rtl !important;
  list-style: none outside none;
  padding-left: 0;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
  background-color: #FFF;
  margin: 0
}

#content-slider li {
  list-style: none;
  text-align: center;
  color: #FFF
}

@-webkit-keyframes spin {

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

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

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

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

0
{
  -webkit-transform: rotate(0)
;
  -moz-transform: rotate(0)
;
  -o-transform: rotate(0)
;
  -ms-transform: rotate(0)
;
  transform: rotate(0)
}
100
%
{
  -webkit-transform: rotate(359deg)
;
  -moz-transform: rotate(359deg)
;
  -o-transform: rotate(359deg)
;
  -ms-transform: rotate(359deg)
;
  transform: rotate(359deg)
}
}
@-webkit-keyframes shake {

0
,
100
%
{
  -webkit-transform: translate(0, 0)
;
  -moz-transform: translate(0, 0)
;
  -o-transform: translate(0, 0)
;
  -ms-transform: translate(0, 0)
;
  transform: translate(0, 0)
}
10
%
,
30
%
,
50
%
,
70
%
,
90
%
{
  -webkit-transform: translate(-2px, 0)
;
  -moz-transform: translate(-2px, 0)
;
  -o-transform: translate(-2px, 0)
;
  -ms-transform: translate(-2px, 0)
;
  transform: translate(-2px, 0)
}
20
%
,
40
%
,
60
%
,
80
%
{
  -webkit-transform: translate(2px, 0)
;
  -moz-transform: translate(2px, 0)
;
  -o-transform: translate(2px, 0)
;
  -ms-transform: translate(2px, 0)
;
  transform: translate(2px, 0)
}
}
@-moz-keyframes shake {

0
,
100
%
{
  -webkit-transform: translate(0, 0)
;
  -moz-transform: translate(0, 0)
;
  -o-transform: translate(0, 0)
;
  -ms-transform: translate(0, 0)
;
  transform: translate(0, 0)
}
10
%
,
30
%
,
50
%
,
70
%
,
90
%
{
  -webkit-transform: translate(-2px, 0)
;
  -moz-transform: translate(-2px, 0)
;
  -o-transform: translate(-2px, 0)
;
  -ms-transform: translate(-2px, 0)
;
  transform: translate(-2px, 0)
}
20
%
,
40
%
,
60
%
,
80
%
{
  -webkit-transform: translate(2px, 0)
;
  -moz-transform: translate(2px, 0)
;
  -o-transform: translate(2px, 0)
;
  -ms-transform: translate(2px, 0)
;
  transform: translate(2px, 0)
}
}
@-ms-keyframes shake {

0
,
100
%
{
  -webkit-transform: translate(0, 0)
;
  -moz-transform: translate(0, 0)
;
  -o-transform: translate(0, 0)
;
  -ms-transform: translate(0, 0)
;
  transform: translate(0, 0)
}
10
%
,
30
%
,
50
%
,
70
%
,
90
%
{
  -webkit-transform: translate(-2px, 0)
;
  -moz-transform: translate(-2px, 0)
;
  -o-transform: translate(-2px, 0)
;
  -ms-transform: translate(-2px, 0)
;
  transform: translate(-2px, 0)
}
20
%
,
40
%
,
60
%
,
80
%
{
  -webkit-transform: translate(2px, 0)
;
  -moz-transform: translate(2px, 0)
;
  -o-transform: translate(2px, 0)
;
  -ms-transform: translate(2px, 0)
;
  transform: translate(2px, 0)
}
}
@-o-keyframes shake {

0
,
100
%
{
  -webkit-transform: translate(0, 0)
;
  -moz-transform: translate(0, 0)
;
  -o-transform: translate(0, 0)
;
  -ms-transform: translate(0, 0)
;
  transform: translate(0, 0)
}
10
%
,
30
%
,
50
%
,
70
%
,
90
%
{
  -webkit-transform: translate(-2px, 0)
;
  -moz-transform: translate(-2px, 0)
;
  -o-transform: translate(-2px, 0)
;
  -ms-transform: translate(-2px, 0)
;
  transform: translate(-2px, 0)
}
20
%
,
40
%
,
60
%
,
80
%
{
  -webkit-transform: translate(2px, 0)
;
  -moz-transform: translate(2px, 0)
;
  -o-transform: translate(2px, 0)
;
  -ms-transform: translate(2px, 0)
;
  transform: translate(2px, 0)
}
}
@keyframes shake {

0
,
100
%
{
  -webkit-transform: translate(0, 0)
;
  -moz-transform: translate(0, 0)
;
  -o-transform: translate(0, 0)
;
  -ms-transform: translate(0, 0)
;
  transform: translate(0, 0)
}
10
%
,
30
%
,
50
%
,
70
%
,
90
%
{
  -webkit-transform: translate(-2px, 0)
;
  -moz-transform: translate(-2px, 0)
;
  -o-transform: translate(-2px, 0)
;
  -ms-transform: translate(-2px, 0)
;
  transform: translate(-2px, 0)
}
20
%
,
40
%
,
60
%
,
80
%
{
  -webkit-transform: translate(2px, 0)
;
  -moz-transform: translate(2px, 0)
;
  -o-transform: translate(2px, 0)
;
  -ms-transform: translate(2px, 0)
;
  transform: translate(2px, 0)
}
}
@-webkit-keyframes shake2s {

0
,
100
%
{
  -webkit-transform: translate(0, 0)
;
  -moz-transform: translate(0, 0)
;
  -o-transform: translate(0, 0)
;
  -ms-transform: translate(0, 0)
;
  transform: translate(0, 0)
}
10
%
,
30
%
,
50
%
,
70
%
,
90
%
{
  -webkit-transform: translate(-2px, 0)
;
  -moz-transform: translate(-2px, 0)
;
  -o-transform: translate(-2px, 0)
;
  -ms-transform: translate(-2px, 0)
;
  transform: translate(-2px, 0)
}
20
%
,
40
%
,
60
%
,
80
%
{
  -webkit-transform: translate(2px, 0)
;
  -moz-transform: translate(2px, 0)
;
  -o-transform: translate(2px, 0)
;
  -ms-transform: translate(2px, 0)
;
  transform: translate(2px, 0)
}
}
@-moz-keyframes shake2s {

0
,
100
%
{
  -webkit-transform: translate(0, 0)
;
  -moz-transform: translate(0, 0)
;
  -o-transform: translate(0, 0)
;
  -ms-transform: translate(0, 0)
;
  transform: translate(0, 0)
}
10
%
,
30
%
,
50
%
,
70
%
,
90
%
{
  -webkit-transform: translate(-2px, 0)
;
  -moz-transform: translate(-2px, 0)
;
  -o-transform: translate(-2px, 0)
;
  -ms-transform: translate(-2px, 0)
;
  transform: translate(-2px, 0)
}
20
%
,
40
%
,
60
%
,
80
%
{
  -webkit-transform: translate(2px, 0)
;
  -moz-transform: translate(2px, 0)
;
  -o-transform: translate(2px, 0)
;
  -ms-transform: translate(2px, 0)
;
  transform: translate(2px, 0)
}
}
@-ms-keyframes shake2s {

0
,
100
%
{
  -webkit-transform: translate(0, 0)
;
  -moz-transform: translate(0, 0)
;
  -o-transform: translate(0, 0)
;
  -ms-transform: translate(0, 0)
;
  transform: translate(0, 0)
}
10
%
,
30
%
,
50
%
,
70
%
,
90
%
{
  -webkit-transform: translate(-2px, 0)
;
  -moz-transform: translate(-2px, 0)
;
  -o-transform: translate(-2px, 0)
;
  -ms-transform: translate(-2px, 0)
;
  transform: translate(-2px, 0)
}
20
%
,
40
%
,
60
%
,
80
%
{
  -webkit-transform: translate(2px, 0)
;
  -moz-transform: translate(2px, 0)
;
  -o-transform: translate(2px, 0)
;
  -ms-transform: translate(2px, 0)
;
  transform: translate(2px, 0)
}
}
@-o-keyframes shake2s {

0
,
100
%
{
  -webkit-transform: translate(0, 0)
;
  -moz-transform: translate(0, 0)
;
  -o-transform: translate(0, 0)
;
  -ms-transform: translate(0, 0)
;
  transform: translate(0, 0)
}
10
%
,
30
%
,
50
%
,
70
%
,
90
%
{
  -webkit-transform: translate(-2px, 0)
;
  -moz-transform: translate(-2px, 0)
;
  -o-transform: translate(-2px, 0)
;
  -ms-transform: translate(-2px, 0)
;
  transform: translate(-2px, 0)
}
20
%
,
40
%
,
60
%
,
80
%
{
  -webkit-transform: translate(2px, 0)
;
  -moz-transform: translate(2px, 0)
;
  -o-transform: translate(2px, 0)
;
  -ms-transform: translate(2px, 0)
;
  transform: translate(2px, 0)
}
}
@keyframes shake2s {

0
,
100
%
{
  -webkit-transform: translate(0, 0)
;
  -moz-transform: translate(0, 0)
;
  -o-transform: translate(0, 0)
;
  -ms-transform: translate(0, 0)
;
  transform: translate(0, 0)
}
10
%
,
30
%
,
50
%
,
70
%
,
90
%
{
  -webkit-transform: translate(-2px, 0)
;
  -moz-transform: translate(-2px, 0)
;
  -o-transform: translate(-2px, 0)
;
  -ms-transform: translate(-2px, 0)
;
  transform: translate(-2px, 0)
}
20
%
,
40
%
,
60
%
,
80
%
{
  -webkit-transform: translate(2px, 0)
;
  -moz-transform: translate(2px, 0)
;
  -o-transform: translate(2px, 0)
;
  -ms-transform: translate(2px, 0)
;
  transform: translate(2px, 0)
}
}
@-webkit-keyframes marquee {

0
{
  -webkit-transform: translate(-100%, 0)
;
  -moz-transform: translate(-100%, 0)
;
  -o-transform: translate(-100%, 0)
;
  -ms-transform: translate(-100%, 0)
;
  transform: translate(-100%, 0)
}
100
%
{
  -webkit-transform: translate(-100%, 0)
;
  -moz-transform: translate(-100%, 0)
;
  -o-transform: translate(-100%, 0)
;
  -ms-transform: translate(-100%, 0)
;
  transform: translate(-100%, 0)
}
}
@-moz-keyframes marquee {

0
{
  -webkit-transform: translate(-100%, 0)
;
  -moz-transform: translate(-100%, 0)
;
  -o-transform: translate(-100%, 0)
;
  -ms-transform: translate(-100%, 0)
;
  transform: translate(-100%, 0)
}
100
%
{
  -webkit-transform: translate(-100%, 0)
;
  -moz-transform: translate(-100%, 0)
;
  -o-transform: translate(-100%, 0)
;
  -ms-transform: translate(-100%, 0)
;
  transform: translate(-100%, 0)
}
}
@-ms-keyframes marquee {

0
{
  -webkit-transform: translate(-100%, 0)
;
  -moz-transform: translate(-100%, 0)
;
  -o-transform: translate(-100%, 0)
;
  -ms-transform: translate(-100%, 0)
;
  transform: translate(-100%, 0)
}
100
%
{
  -webkit-transform: translate(-100%, 0)
;
  -moz-transform: translate(-100%, 0)
;
  -o-transform: translate(-100%, 0)
;
  -ms-transform: translate(-100%, 0)
;
  transform: translate(-100%, 0)
}
}
@-o-keyframes marquee {

0
{
  -webkit-transform: translate(-100%, 0)
;
  -moz-transform: translate(-100%, 0)
;
  -o-transform: translate(-100%, 0)
;
  -ms-transform: translate(-100%, 0)
;
  transform: translate(-100%, 0)
}
100
%
{
  -webkit-transform: translate(-100%, 0)
;
  -moz-transform: translate(-100%, 0)
;
  -o-transform: translate(-100%, 0)
;
  -ms-transform: translate(-100%, 0)
;
  transform: translate(-100%, 0)
}
}
@keyframes marquee {

0
{
  -webkit-transform: translate(-100%, 0)
;
  -moz-transform: translate(-100%, 0)
;
  -o-transform: translate(-100%, 0)
;
  -ms-transform: translate(-100%, 0)
;
  transform: translate(-100%, 0)
}
100
%
{
  -webkit-transform: translate(-100%, 0)
;
  -moz-transform: translate(-100%, 0)
;
  -o-transform: translate(-100%, 0)
;
  -ms-transform: translate(-100%, 0)
;
  transform: translate(-100%, 0)
}
}
div#wave {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

div#wave .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 3px;
  background: #303131;
  animation: wave 1.0 linear infinite
}

div#wave .dot:nth-child(2) {
  animation-delay: -1.1s
}

div#wave .dot:nth-child(3) {
  animation-delay: -0.9s
}

@keyframes wave {

0
,
60
%
,
100
%
{
  transform: initial
}
30
%
{
  transform: translateY(-15px)
}
}
.spin {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear
}

.shake {
  -webkit-animation: shake 1s infinite linear;
  animation: shake 1s infinite linear
}

.shake2s {
  -webkit-animation: shake .5s 0 linear;
  animation: shake .5s 0 linear
}

.marquee {
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite
}

.allowInput {
  border: 1px solid #088 !important
}

.green {
  color: #088 !important
}

.notAllowInput {
  border: 1px solid #f44336 !important
}

.message {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: -45px;
  background-color: #666;
  position: fixed !important;
  display: flex;
  padding: 4px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  width: 100% !important;
  height: 32px !important;
  border: 1px solid #e4e4e4;
  color: #555;
  line-height: 32px;
  align-items: center;
  align-content: center;
  z-index: 10000;
  font-family: shabnam
}

.message .btn, .message p {
  vertical-align: middle;
  color: #fff;
  font-family: shabnam !important;
  font-size: 12pt
}

.message .cmCount {
  box-shadow: none;
  margin-left: 5px;
  background: #FFF;
  opacity: 1
}

.message .mdi {
  color: #38885c !important
}

body {
  font-size: 11pt;
  direction: rtl;
  margin: 0 auto;
  font-family: shabnam;
  background-color: #f5f5f1;
  background: url("/image/bg_fabric.png");
     
    margin: 0;
    padding: 0;
    /* text-align: center; */
    justify-content: center;
    align-items: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: auto !important; 
}

a:hover {
    cursor: pointer !important;
}

.dark-red {
  color: #c11212
}

@-webkit-keyframes animate {
  from {
    background-position: 0 0
  }
  to {
    background-position: 500px 0
  }
}

@-moz-keyframes animate {
  from {
    background-position: 0 0
  }
  to {
    background-position: 500px 0
  }
}

@-ms-keyframes animate {
  from {
    background-position: 0 0
  }
  to {
    background-position: 500px 0
  }
}

@-o-keyframes animate {
  from {
    background-position: 0 0
  }
  to {
    background-position: 500px 0
  }
}

@keyframes animate {
  from {
    background-position: 0 0
  }
  to {
    background-position: 500px 0
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  #header {
    max-width: 1266px !important;
    min-width: 1266px !important;
    width: 1266px !important
  }

  #mainContent {
    max-width: 1266px !important;
    min-width: 1266px !important;
    width: 1266px !important
  }

  .intro {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    margin: 0;

  }
}

#nav-menu {
  display: none
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%
  }
}

h1, h2 {
  font-family: nassim
}

h4 {
  font-family: irsans;
  font-size: 11pt;
  font-weight: 200
}

* {
  margin: 0;
  font-family: nassim;
  padding: 0
}

.icon {
  vertical-align: middle
}

html, body {
  direction: rtl
}

h1 {
  font-family: shabnam;
  font-weight: 100;
}

h2 {
  font-family: yekan
}

.custom-rk-col:nth-child(1) {
  flex-grow: 3
}

.custom-rk-col:nth-child(2) {
  flex-grow: 2
}

.custom-rk-col:nth-child(3) {
  flex-grow: 2
}

#welcomeForm, #messageForm {
  max-width: 800px !important;
  min-width: 800px !important;
  width: 800px !important;
  min-height: 400px;
  margin: 0 auto;
  padding: 6px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

#messageForm {
  max-width: 600px !important;
  min-width: 600px !important;
  width: 600px !important;
  padding: 0;
  background-color: transparent
}

.field {
  flex-direction: column;
  padding: 2px 0;
  margin-top: 15px;
  display: flex
}

.field .ic-plus {
  cursor: pointer;
  margin-top: 8px;
  padding: 4px 6px;
  width: 32px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-color: #607d8b;
  text-align: center;
  color: #fff
}

.field .ic-plus:hover {
  background-color: #4a616e
}

.field span {
  padding-right: 4px;
  color: #607d8b;
  max-width: 40% !important;
  min-width: 40% !important;
  width: 40% !important;
  background-color: #f5f5f5;
  vertical-align: middle;
  line-height: 30px;
  border-radius: 2px
}

.field input[type=radio], .field label {
  height: 30px;
  line-height: 30px;
  display: inline-block
}

.field input, .field textarea {
  margin-top: 8px;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  vertical-align: middle
}

.field textarea {
  resize: none
}

#giftName {
  display: none
}

button, .btn, .btn-gray, .btn-outline-blue, .btn-outline-red, .addTo, .addTocartBtn, .button, .buttonLiked {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

button:active, .btn:active, .btn-gray:active, .btn-outline-blue:active, .btn-outline-red:active, .addTo:active, .addTocartBtn:active, .button:active, .buttonLiked:active {
  border: 1px solid #ddd;
  -webkit-box-shadow: 1px 1px 7px #c11515;
  -moz-box-shadow: 1px 1px 7px #c11515;
  box-shadow: 1px 1px 7px #c11515
}

#btnAddProduct {
  padding: 2px;
  cursor: pointer;
  display: flex;
  max-height: 32px !important;
  min-height: 32px !important;
  height: 32px !important;
  position: relative;
  border: 1px solid rgba(150, 149, 150, 0.13);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

#btnAddProduct a {
  color: #02aabd;
  text-align: center;
  vertical-align: middle
}

#btnAddProduct a:hover {
  color: #02aabd;
  text-decoration: none
}

#btnAddProduct .icon {
  cursor: pointer;
  border-left: 1px solid rgba(150, 149, 150, 0.13);
  color: #02aabd;
  vertical-align: middle;
  right: -8px;
  bottom: 0;
  top: 0;
  padding: 6px;
  padding-top: 8px;
  justify-content: center;
  text-align: center;
  font-size: 12pt;
  font-weight: 100
}

#btnAddProduct:hover {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border: 1px solid rgba(150, 149, 150, 0.25)
}

* {
  margin: 0;
  padding: 0;
  outline: 0
}

.clear {
  clear: both
}

.wrap {
  width: 100%;
  max-width: 1600px;
  min-width: 960px;
  z-index: 10;
  position: relative;
  margin: 0 auto;
  padding: 0
}

.section {
  width: 100%;
  max-width: 1600px;
  min-width: 960px;
  z-index: 10;
  position: relative;
  margin: 0 auto;
  padding: 0 0 20px 0;
  height: 500px
}

.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  min-height: 50px;
  padding: 30px 0;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300
}

.inner:after {
  content: "";
  display: table;
  clear: both
}

.subMenu {
  height: 50px;
  z-index: 1000;
  width: 100%
}

.subMenu .inner {
  padding: 0;
  font-weight: 400;
  margin: 0 auto
}

.subNavBtn {
  display: block;
  height: 35px;
  width: 10%;
  float: left;
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  padding: 15px 2% 0 2%;
  text-align: center;
  color: #fff
}

.subMenu a:hover {
  background: #1783c7
}

.end {
  margin: 0
}

.sTop {
  min-height: 130px;
  background: #fff;
  color: #3d3d3d;
  padding: 50px 0;
  height: 300px
}

.s2 a {
  color: #fff
}

a {
  vertical-align: middle;
  cursor: pointer;
  color: #607d8b;
  border-radius: 1px;
  font-size: 11pt;
  line-height: 20px
}

a:hover {
  color: #00B8D4
}

#nav-content {
  background-color: #f5f6f7;
  border-top: 1px solid #00B8D4;
  box-shadow: 1px 1px 3px rgba(96, 125, 139, 0.1);
  max-width: 250px !important;
  min-width: 250px !important;
  width: 250px !important;
  position: fixed;
  right: -250px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: 52px;
  z-index: 99999;
  max-height: 100% !important;
  min-height: 100% !important;
  height: 100% !important
}

#header-wrapper {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding: 8px 2px;
  z-index: 101 !important;
  box-shadow: 1px 1px 3px rgba(96, 125, 139, 0.1)
}

#header-wrapper a {
  vertical-align: middle;
  cursor: pointer;
  color: #607d8b;
  border-radius: 1px;
  font-size: 12pt;
  line-height: 20px;
  font-family: irsans !important
}

#header-wrapper a:hover {
  color: #00B8D4
}

#header-wrapper #header {
  height: auto;
  margin: 0 auto;
  display: flex;
  padding: 5px;
  flex-direction: row;
  transition: .3s all ease-in-out
}

#header-wrapper #header #profileHolder {
  max-height: 32px !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 2px;
  cursor: pointer;
  display: flex;
  position: relative;
  border: 1px solid rgba(150, 149, 150, 0.13);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

#header-wrapper #header #profileHolder a:hover {
  text-decoration: none
}

#header-wrapper #header #profileHolder .icon {
  border-left: 1px solid rgba(150, 149, 150, 0.13);
  color: #00B8D4;
  cursor: pointer;
  color: #607d8b;
  vertical-align: middle;
  right: -8px;
  bottom: 0;
  top: 0;
  padding: 6px;
  padding-top: 8px;
  justify-content: center;
  text-align: center;
  font-size: 12pt;
  font-weight: 100
}

#header-wrapper #header #profileHolder:hover {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border: 1px solid rgba(150, 149, 150, 0.25)
}

#header-wrapper #header #header-cart-shop {
  display: flex;
  flex-direction: row
}

#header-wrapper #header #header-cart-shop h1 {
  font-size: 11pt;
  color: #263238
}

.dropbtn {
  font-size: 16px;
  border: 0;
  cursor: pointer
}

.dropbtn:hover, .dropbtn:focus {
  background-color: rgba(0, 31, 47, 0.02)
}

.dropdown {
  position: relative;
  display: inline-block
}

.dropdown-content {
  display: none;
  top: 35px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2)
}

.dropdown-content a {
  font-family: nassim;
  font-weight: 100;
  font-size: 11pt;
  margin: 0;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.show {
  display: block
}

.sdw-ar {
  transition: opacity .3s;
  background: #000;
  opacity: .6;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: none
}

.costum-rk-nav {
  margin: 0 auto
}

.costum-rk-nav ul {
  margin: 0 10px 0 0;
  display: inline;
  cursor: pointer
}

.costum-rk-nav ul:hover li {
  display: block;
  color: #263238
}

.costum-rk-nav ul:hover {
  color: #00B8D4
}

.costum-rk-nav li {
  background-color: #00B8D4;
  display: none
}

.cart-shop {
  width: 68px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px dashed #607d8b;
  font-size: 9pt;
  position: relative;
  font-size: 12pt;
  vertical-align: middle;
  max-height: 28px !important;
  min-height: 28px !important;
  height: 28px !important;
  color: #fff;
  display: flex;
  flex-direction: row-reverse
}

.cart-shop .icon {
  padding: 4px 2px;
  vertical-align: middle;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
  color: #00B8D4
}

.cart-shop:hover {
  color: #f1f1f1;
  background-color: #00B8D4;
  border: 1px dashed #fff
}

.cart-shop:hover .cart-item, .cart-shop:hover .icon {
  color: #f1f1f1
}

.cart-item {
  vertical-align: middle;
  flex-grow: 1;
  background-color: rgba(0, 31, 47, 0.08);
  color: #222;
  width: 15px;
  border-radius: 1px;
  font-size: 11pt;
  text-align: center;
  font-family: irsans;
  line-height: 21pt
}

.sell-in-astareh {
  margin-right: 15px;
  vertical-align: middle;
  height: 100%;
  color: #00B8D4;
  border-radius: 1px;
  font-size: 11pt;
  text-align: center;
  line-height: 21pt;
  cursor: pointer
}

.sell-in-astareh:hover {
  color: #00B8D4;
  border-bottom: solid #00B8D4 1px;
  text-decoration: dashed
}

.header-login-link, .header-register-link {
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
  color: #263238;
  border-radius: 1px;
  font-size: 11pt;
  text-align: center;
  line-height: 21pt
}

.header-login-link:hover, .header-register-link:hover {
  color: #00B8D4;
  border-bottom: solid #00B8D4 1px;
  text-decoration: dashed
}

.yeklight {
  font-weight: 100;
  font-family: yekan
}

#rocklando-logo {
  color: #00B8D4;
  text-align: center;
  line-height: 46px
}

#rocklando-logo img {
  max-height: 57px !important;
  min-height: 57px !important;
  height: 57px !important;
  margin: 0 auto 0 auto
}

.custome-rk-row {
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: row
}

.btn:hover {
  color: #fff;
  background-color: rgba(194, 16, 4, 0.67)
}

#showNews {
  z-index: 999;
  background-color: rgba(194, 16, 4, 0.67);
  color: #f2f2f2;
  width: 30px;
  height: 30px;
  font-size: 16pt;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  position: fixed;
  bottom: 15px;
  right: 15px
}

table {
  width: 750px;
  border-collapse: collapse;
  margin: 50px auto;
}

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}

th {
  background: #3498db;
  color: white;
  font-weight: bold;
}

td, th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 18px;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  table {
    width: 100%;
  }

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color: #000;
    font-weight: bold;
  }

}

body {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  margin: 20px;
}

.page-body img {
  margin: 16px;
}

th {
  font-weight: 100
}

th, td {
  padding: .25rem;
  text-align: left;
  text-align: right !important;
  font-family: shabnam;
  border: 1px solid #ccc
}

#news-wrapper {
  background: #ededdd;
  overflow: hidden;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border-radius: 35px;
  position: fixed;
  bottom: 8px;
  cursor: pointer;
  right: 45px;
  left: 45px !important;
  max-height: 30px !important;
  min-height: 30px !important;
  height: 30px !important;
  border-top: 1px solid #e4e4e4;
  padding: 4px 2px;
  z-index: 101 !important;
  box-shadow: -1px -1px 3px rgba(96, 125, 139, 0.1)
}

#news-wrapper .addToCartBtn {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  display: none;
  width: 200px !important;
  position: absolute !important;
  left: 0 !important;
  right: inherit;
  bottom: inherit
}

#news-wrapper .addToCartBtn .cart-shop {
  background-color: #009688;
  height: 30px
}

#news-wrapper .addToCartBtn .cart-shop:hover {
  background-color: #00887a
}

#news-wrapper .addToCartBtn .icon {
  font-size: 14pt
}

#news-wrapper .addToCartBtn .cart-item {
  font-size: 14pt
}

#news-wrapper a {
  vertical-align: middle;
  cursor: pointer;
  color: #607d8b;
  border-radius: 1px;
  font-size: 11pt;
  line-height: 20px
}

#news-wrapper a:hover {
  color: #00B8D4
}

#news-wrapper #news {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
  max-height: 45px !important;
  min-height: 45px !important;
  height: 45px !important;
  display: flex;
  text-align: right
}

#news-wrapper #news div {
  vertical-align: middle;
  display: flex;
  max-height: 100% !important;
  min-height: 100% !important;
  height: 100% !important;
  text-align: center;
  margin: 0;
  margin: 0 15px
}

#news-wrapper #news div img {
  display: inline;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 4px
}

#news-wrapper #news div a {
  font-family: irsans, roboto;
  font-size: 14.5pt;
  color: #005780;
  line-height: 30px;
  margin-left: 6px
}

#news-wrapper #news div h3 {
  display: inline;
  line-height: 30px;
  color: #474643;
  font-family: irsans, roboto;
  font-size: 12pt
}

#header-top-right {
  position: absolute;
  margin: 5px 5px 0 0
}

.header-profile-holder {
  color: #666
}

.header-profile-holder span {
  font-size: 9pt;
  font-weight: 100;
  font-family: yekan;
  line-height: 30px
}

.header-profile-holder img, .header-profile-holder span {
  vertical-align: middle
}

.header-profile-holder img {
  border-radius: 100%;
  width: 24px;
  height: 24px
}

#content {
  max-width: 800px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 45px
}

.btn, .btn-gray, .owl-prev, .owl-next {
  font-family: yekan;
  color: #FFF !important;
  text-align: center;
  padding: 5px 15px;
  border-radius: 2px;
  cursor: pointer;
  background-color: rgba(194, 16, 4, 0.8);
  font-size: 9pt;
  border: 0
}

.btn:hover, .btn-gray:hover, .owl-prev:hover, .owl-next:hover {
  color: #fff;
  background-color: rgba(194, 16, 4, 0.67);
  border: 0
}

.btn-gray {
  background-color: rgba(74, 97, 110, 0.8)
}

.btn-blue {
  text-align: center;
  padding: 5px 15px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #48f;
  border: 1px solid #59f;
  color: #fff;
  font-weight: bold;
  font-size: 9pt
}

.btn-blue:hover {
  background-color: rgba(48, 118, 255, 0.8)
}

.btn-outline-blue {
  color: #222;
  text-align: center;
  padding: 5px 15px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #48f;
  font-size: 9pt
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: rgba(48, 118, 255, 0.8)
}

.btn-outline-red {
  color: #222 !important;
  text-align: center;
  padding: 5px 15px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #b43d3d;
  font-size: 9pt
}

.link-green {
  cursor: pointer;
  font-size: 14px;
  background: transparent;
  border: 0;
  font-family: nassim;
  color: #607d8b
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

input[type=text], input[type=search], input[type=number], input[type=email], input[type=password], select, textarea {
  border: 1px solid #DDD;
  padding: 4px 6px;
  box-sizing: border-box;
  font-family: shabnam, roboto;
  text-shadow: 0 0 0 #000;
  background: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 11pt
}

input[type=text]:focus, input[type=search]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, select:focus, textarea:focus {
  border: 1px solid #fff;
  outline: 0
}

input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #444;
  text-shadow: none;
  -webkit-text-fill-color: initial
}

input[type=text]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #444;
  text-shadow: none;
  -webkit-text-fill-color: initial
}

input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #444;
  text-shadow: none;
  -webkit-text-fill-color: initial
}

input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #444;
  text-shadow: none;
  -webkit-text-fill-color: initial
}

input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: 100;
  color: #607d8b;
  font-size: 10pt;
  font-family: shabnam;
  direction: rtl
}

input[type=text]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  font-weight: 100;
  color: #607d8b;
  font-size: 10pt;
  font-family: shabnam;
  direction: rtl
}

input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 100;
  color: #607d8b;
  font-size: 10pt;
  font-family: shabnam;
  direction: rtl
}

input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: 100;
  color: #607d8b;
  font-size: 10pt;
  font-family: shabnam;
  direction: rtl
}

input[type=text]:hover, input[type=search]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, select:hover, textarea:hover {
  border: 1px solid #ddd
}

input[type=text]:focus, input[type=search]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, select:focus, textarea:focus {
  border: 1px solid rgba(0, 36, 42, 0.09)
}

input[type=url] {
  border: 1px solid #ddd;
  font-size: 12pt;
  padding: 6px 16px;
  font-family: irsans;
  text-align: left
}

input[type=url]::-webkit-input-placeholder {
  text-align: center;
  font-size: 10pt;
  font-family: shabnam;
  direction: rtl
}

input[type=url]:-moz-placeholder {
  text-align: center;
  font-size: 10pt;
  font-family: shabnam;
  direction: rtl
}

input[type=url]::-moz-placeholder {
  text-align: center;
  font-size: 10pt;
  font-family: shabnam;
  direction: rtl
}

input[type=url]:-ms-input-placeholder {
  text-align: center;
  font-size: 10pt;
  font-family: shabnam;
  direction: rtl
}

input[type=url]:hover {
  border: 1px solid #ddd
}

input[type=url]:focus {
  border: 1px solid rgba(0, 36, 42, 0.09)
}

.products {
  right: 0 !important
}

.products .ic-star-full {
  right: 0
}

.productPanel {
  overflow: hidden;
  position: relative;
  background-color: #fefefe;
  width: 156px;
  height: 250px;
  border: 1px solid #ddd;
  transition: all .3s ease-in-out;
  display: inline-block;
  margin: 5px
}

.productPanel:hover {
  transition: all .3s ease-in-out;
  box-shadow: 1px 1px 5px #ddd
}

.productPanel:hover .wishBtn {
  right: 0
}

.productPanel:hover .addToCartBtn {
  bottom: 0
}

.products-category {
  margin: 0 auto;
  height: auto
}

@-webkit-keyframes load6 {

0
{
  -webkit-transform: rotate(0)
;
  transform: rotate(0)
;
  box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
5
%
,
95
%
{
  box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
10
%
,
59
%
{
  box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
}
20
%
{
  box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
}
38
%
{
  box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
}
100
%
{
  -webkit-transform: rotate(360deg)
;
  transform: rotate(360deg)
;
  box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
}
@keyframes load6 {

0
{
  -webkit-transform: rotate(0)
;
  transform: rotate(0)
;
  box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
5
%
,
95
%
{
  box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
10
%
,
59
%
{
  box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
}
20
%
{
  box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
}
38
%
{
  box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
}
100
%
{
  -webkit-transform: rotate(360deg)
;
  transform: rotate(360deg)
;
  box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
}
}
.alertMessage {
  z-index: 100;
  background-color: #f5f5f5;
  border: 1px solid #02aabd;
  padding: 5px;
  height: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  justify-items: center;
  color: #566473;
  border-radius: 4px
}

.alertMessage p {
  font-family: irsans;
  font-size: 12pt;
  line-height: 30px
}

.alertMessage span {
  margin-left: 5px;
  line-height: 30px
}

.addToCartBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #fa0;
  border: 0
}

.addToCartBtn .product-grid-bottom-panel div:hover *, .addToCartBtn .product-grid-bottom-panel a:hover * {
  color: #c11212 !important
}

.addToCartBtn p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.addToCartBtn * {
  vertical-align: middle
}

.products {
  text-align: right;
  padding: 4px;
  overflow: hidden;
  position: relative;
  margin: 8px;
  background-color: #fefefe;
  width: 200px !important;
  max-height: 260px !important;
  min-height: 260px !important;
  height: 260px !important;
  border: 1px solid #cfd8dc;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.products .addToCartBtn {
  bottom: -285px
}

.products .icon {
  flex-grow: 0;
  width: 64px
}

.products img {
  max-width: 200px;
  max-height: 68%;
}

.products:hover {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 5px #ddd
}

.products:hover img {
  /*-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);*/
}

.products:hover .addToCartBtn {
  bottom: 0
}

.products:hover .wishBtn {
  right: 0;
  box-shadow: 1px 1px 5px #ddd
}

.products .botum-box {
  padding: 6px
}

.products .addToCartBtn * {
  z-index: 2
}

.products .addToCartBtn .blur-5px {
  z-index: -1
}

.products350 {
  text-align: right;
  padding: 4px;
  overflow: hidden;
  position: relative;
  margin: 8px;
  background-color: #fefefe;
  max-width: 350px !important;
  min-width: 350px !important;
  width: 350px !important;
  max-height: 350px !important;
  min-height: 350px !important;
  height: 350px !important;
  border: 1px solid #cfd8dc;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.products350 .addToCartBtn {
  bottom: -35px
}

.products350 .icon {
  flex-grow: 0;
  width: 64px
}

.products350 img {
  width: 100%;
  max-height: 68% !important;
  min-height: 68% !important;
  height: 68% !important
}

.products350:hover {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 5px #ddd
}

.products350:hover .addToCartBtn {
  bottom: 0
}

.products350:hover .wishBtn {
  right: 0;
  box-shadow: 1px 1px 5px #ddd
}

.products350 .botum-box {
  padding: 6px
}

.product-grid-bottom-panel {
  display: flex;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: .7;
  width: 100%;
  height: 48px
}

.product-grid-bottom-panel:hover {
  opacity: 1
}

.product-grid-bottom-panel div {
  width: 100%;
  height: 100%;
  line-height: 46px
}

.products250 {
  text-align: right;
  padding: 4px;
  overflow: hidden;
  position: relative;
  margin: 8px;
  background-color: #fefefe;
  max-width: 250px !important;
  min-width: 250px !important;
  width: 250px !important;
  max-height: 350px !important;
  min-height: 350px !important;
  height: 350px !important;
  border: 1px solid #cfd8dc;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.products250 .addToCartBtn {
  bottom: -385px
}

.products250 .addToCartBtn * {
  z-index: 2
}

.products250 .addToCartBtn .blur-5px {
  z-index: -1
}

.products250 .icon {
  flex-grow: 0;
  width: 64px
}

.products250 img {
  width: 100%;
  max-height: 68% !important;
  min-height: 68% !important;
  height: 68% !important
}

.products250:hover {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 5px #ddd
}

.products250:hover .wishBtn {
  right: 0;
  box-shadow: 1px 1px 5px #ddd
}

.products250 .botum-box {
  padding: 6px
}

.product-factory {
  display: flex;
  flex-direction: column;
  color: #969596;
  font-size: 9pt;
  font-weight: lighter;
  font-family: yekan
}

.factory_img {
  margin-left: 4px;
  vertical-align: middle
}

.factory_img img {
  max-width: 24px;
  max-height: 48px;
  border-radius: 50%
}

.products-linear {
  text-align: right;
  position: relative;
  padding: 4px;
  overflow: hidden;
  width: 94%;
  max-height: 250px;
  display: flex;
  border-radius: 3px;
  cursor: pointer;
  margin: 8px
}

.products-linear .briefProduct p {
  font-family: irsans;
  font-size: 11pt;
  text-align: justify;
  margin: 5px
}

.products-linear .addToCartBtn {
  width: 100%;
  left: 0 !important
}

.products-linear .addToCartBtn .cart-shop {
  background-color: #009688;
  height: 30px
}

.products-linear .addToCartBtn .cart-shop:hover {
  background-color: #00887a
}

.products-linear .addToCartBtn .icon {
  font-size: 14pt
}

.products-linear .addToCartBtn .cart-item {
  font-size: 14pt
}

.products-linear:hover {
  box-shadow: 1px 1px 5px #ddd
}

.products-linear:hover .wishBtn {
  right: 0;
  box-shadow: 1px 1px 5px #ddd
}

.products-linear .botum-box {
  padding: 6px
}

.products-linear .productCover-linear {
  width: 250px;
  height: auto
}

.products-linear .productCover-linear img {
  width: 250px;
  hieght: 250px
}

.products-linear .productPanel-all {
  flex-grow: 1;
  margin-right: 10px;
  padding: 5px;
  background-color: #fefefe
}

.products-linear .giftFlag {
  bottom: 0;
  right: 30px
}

.products-linear .saleFlag {
  bottom: 0;
  right: 0
}

.products-linear .sleepFlag {
  bottom: 0;
  right: 0
}

.quick-product {
  text-align: right;
  position: relative;
  padding: 4px;
  overflow: hidden;
  display: flex;
  border-radius: 3px;
  cursor: pointer;
  margin: 8px
}

.quick-product .briefProduct p {
  font-family: irsans;
  font-size: 11pt;
  text-align: justify;
  margin: 5px
}

.quick-product .addToCartBtn {
  width: 100%;
  left: 0 !important
}

.quick-product .addToCartBtn .cart-shop {
  background-color: #009688;
  height: 30px
}

.quick-product .addToCartBtn .cart-shop:hover {
  background-color: #00887a
}

.quick-product .addToCartBtn .icon {
  font-size: 14pt
}

.quick-product .addToCartBtn .cart-item {
  font-size: 14pt
}

.quick-product:hover {
  box-shadow: 1px 1px 5px #ddd
}

.quick-product .botum-box {
  padding: 6px
}

.quick-product .productCover-linear {
  max-width: 36px !important;
  min-width: 36px !important;
  width: 36px !important;
  height: auto
}

.quick-product .productCover-linear img {
  max-width: 36px !important;
  min-width: 36px !important;
  width: 36px !important;
  max-height: 36px !important;
  min-height: 36px !important;
  height: 36px !important
}

.quick-product .productPanel-all {
  flex-grow: 1;
  margin-right: 10px;
  padding: 5px;
  background-color: #fefefe
}

.quick-product .giftFlag {
  bottom: 0;
  right: 30px
}

.quick-product .saleFlag {
  bottom: 0;
  right: 0
}

.quick-product .sleepFlag {
  bottom: 0;
  right: 0
}

.product-factory {
  display: flex;
  flex-direction: column;
  color: #969596;
  font-size: 9pt;
  font-weight: lighter;
  font-family: yekan
}

.factory_img {
  margin-left: 4px;
  vertical-align: middle
}

.factory_img img {
  max-width: 24px;
  max-height: 48px;
  border-radius: 50%
}

.tellMe {
  background-color: #0097ae;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.tellMe:hover {
  background-color: #005969
}

.tellMe .cart-shop {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background-color: #008397
}

.tellMe .cart-shop:hover {
  background-color: #007a8d
}

.tellMe .cart-item {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background-color: #0097ae
}

.tellMe .cart-item:hover {
  background-color: #00a0b2
}

.footer {
  position: fixed !important;
  border-bottom: 2px solid rgba(91, 166, 224, 0.62);
  height: 50px !important;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  background-color: #fff !important;
  bottom: 0
}

.footer .item {
  margin: -2px
}

.arrow {
  width: 180px;
  border: 0;
  margin: 30px 0;
  line-height: 34px;
  position: relative;
  cursor: pointer;
  user-select: none;
  color: #efefef;
  border-radius: 10px;
  transition: all .4s
}

.arrow.arrow {
  background-color: #c90c12
}

.arrow.arrow:after, .arrow.arrow:before {
  border-width: 17px 0 17px 17px;
  transition: all .2s
}

.arrow.arrow:before {
  border-color: #c90c12 transparent;
  left: 10px
}

.arrow.arrow:after {
  border-color: transparent #c90c12;
  right: 10px
}

.arrow.arrow:hover {
  border-radius: 0
}

.arrow.arrow:hover:before {
  border-color: #c90c12 transparent;
  left: -17px
}

.arrow.arrow:hover:after {
  border-color: transparent #c90c12;
  right: -17px
}

.arrow:before, .arrow:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0
}

#quickSearch {
  opacity: 8;
  position: fixed;
  right: 15px;
  z-index: 999;
  bottom: 46px
}

.priceFilter {
  margin-top: 15px;
  border-top: 2px solid #f5f6f7;
  width: 100%
}

.priceFilter span {
  font-family: irsans, roboto;
  font-weight: 500
}

.priceFilter .price-range {
  font-family: irsans;
  color: #666;
  font-size: 12pt;
  display: flex;
  justify-content: center;
  align-items: center
}

.priceFilter .price-range input[type="number"]::-webkit-outer-spin-button, .priceFilter .price-range input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.priceFilter .price-range input[type="number"] {
  -moz-appearance: textfield
}

.priceFilter .price-range input {
  width: 60px;
  border: 0;
  border-bottom: 1px solid rgba(88, 114, 133, 0.08)
}

.priceFilter .price-range input:hover, .priceFilter .price-range input:focus {
  border-bottom: 1px solid #9ccff4
}

.rateBar {
  float: right;
  height: 46px;
  padding: 0 10px
}

.rateBar:not(:checked) > input {
  position: absolute;
  top: -9999px
}

.rateBar:not(:checked) > label:before {
  content: '★ '
}

.rateBar {
  cursor: pointer
}

.rateBar .ic-star-full {
  color: #ffc700
}

.rateBar .ic-star-empty {
  color: #ccc
}

.panel {
  margin: 8px;
  max-width: 250px !important;
  min-width: 250px !important;
  width: 250px !important;
  overflow: hidden;
  background: transparent;
  height: auto;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 2px 0 2px 0
}

.panelHolder {
  position: inherit;
  max-width: 250px !important;
  min-width: 250px !important;
  width: 250px !important;
  top: 0
}

.catogories, .priceFilter {
  scrollbar-face-color: #367cd2;
  scrollbar-shadow-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-3dlight-color: #fff;
  scrollbar-darkshadow-color: #fff;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #fff;
  max-width: 180px !important;
  min-width: 180px !important;
  width: 180px !important
}

.catogories ul, .priceFilter ul {
  width: 100%
}

.catogories li, .priceFilter li {
  font-weight: 100;
  cursor: pointer;
  padding: 5px;
  font-size: 12pt;
  line-height: 30px;
  border-radius: 2px;
  list-style: none;
  font-family: irsans
}

.catogories li:hover, .priceFilter li:hover {
  background-color: rgba(245, 246, 247, 0.49);
  border-radius: 0
}

.priceFilter {
  height: auto !important
}

.priceFilter li {
  font-weight: 100;
  cursor: pointer;
  padding: 5px;
  font-size: 11pt;
  line-height: 30px;
  border-radius: 2px;
  list-style: none;
  font-family: irsans
}

.priceFilter li:hover {
  background-color: rgba(245, 246, 247, 0.49);
  border-radius: 0
}

#remainCharecterBrief {
  font-family: irsans;
  font-weight: 100;
  color: #2c3e50
}

.main-form {
  font-family: shabnam
}

.main-form h1 {
  font-size: 120% !important;
  font-family: shabnam;
  box-shadow: 5px -3px 19px #ccc;
  color: #007a8f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  padding-right: 15px !important
}

.headerStyle {
  font-size: 120% !important;
  font-family: shabnam;
  box-shadow: 5px -3px 19px #ccc;
  color: #007a8f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  padding-right: 15px !important;
  margin: 5px !important;
}

.main-form .red {
  font-size: 10pt !important
}

.main-form h2 {
  font-size: 16pt;
  font-family: shabnam;
  witdh: 50%;
  padding: 4px 4px 4px 0
}

#desc ul li strong {
  font-weight: 100;
  font-family: shabnam;
  /* display: flex; */
  /* flex-direction: row-reverse; */
  /* flex-wrap: wrap; */
  float: right;
  direction: ltr;
}

.main-form .field span {
  font-size: 12pt;
  font-family: shabnam;
  background-color: transparent !important
}

.main-form input[type=range], .main-form input[type=file] {
  border: 0
}

.main-form input[type=range]:hover, .main-form input[type=file]:hover {
  border: 0
}

.main-form input[type=range]:active, .main-form input[type=file]:active {
  border: 0
}

.main-form input[type=range]:focus, .main-form input[type=file]:focus {
  border: 0
}

.main-form input {
  padding: 8px;
  border: 0;
  border-bottom: 2px solid #ddd
}

.main-form input:hover {
  border: 0;
  border-bottom: 2px solid rgba(0, 122, 143, 0.44)
}

.main-form input:active {
  border: 0;
  border-bottom: 2px solid #007a8f
}

.main-form input:focus {
  border: 0;
  border-bottom: 2px solid #007a8f
}

.activeCatPrice {
  background-color: #007a8d;
  color: #f5f5f5
}

.activeCatPrice .light-gray, .activeCatPrice li {
  color: #f5f5f5 !important
}

.activeCatPrice:hover {
  background-color: #007a8f !important
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.factory-award {
  color: #78af93
}

.see-more {
  font-size: 11pt;
  color: #005780;
  cursor: pointer
}

.productName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #444;
  font-size: 95% !important
}

.productName span {
  font-family: shabnam, roboto !important
}

.currentPrice, .oldPrice {
  font-size: 12pt;
  line-height: 9pt
}

.currentPrice {
  font-family: irsans;
  color: #0a0
}

.oldPrice {
  font-family: irsans;
  color: #969596;
  text-decoration: line-through
}

.priceWrapper {
  display: flex;
  flex-direction: column
}

.saleFlag {
  left: 0;
  bottom: 70px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 16pt;
  position: absolute;
  background-color: #c90c12;
  background-color: #fa0;
  line-height: 25px;
  color: #fff;
  border-radius: 100%;
  border: 1px solid transparent
}

.specialOffer {
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  padding: 6px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16pt;
  position: absolute;
  background-color: #d50000;
  color: #fff;
  border-radius: 6px;
}

.sleepFlag {
  left: 0;
  bottom: 70px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 16pt;
  position: absolute;
  background-color: #0097ae;
  color: #fff;
  border-radius: 100%;
  border: 1px solid transparent
}

.op1 {
  opacity: 1 !important
}

#viewPlace {
  background-color: #007a8d;
  width: 200px
}

.left0 {
  left: 0 !important
}

.right0 {
  right: 0 !important
}

.left-5 {
  left: -5px !important
}

.left-30 {
  left: -30px !important
}

.left5 {
  left: 5px !important
}

.left15 {
  left: 15px !important
}

.bottom-5 {
  bottom: -5px !important
}

.bottom5 {
  bottom: 5px !important
}

.bottom8 {
  bottom: 8px !important
}

.bottom-30 {
  bottom: -35px !important
}

.bottom15 {
  bottom: 15px !important
}

.bottom55 {
  bottom: 55px !important
}

.top0 {
  top: 0 !important
}

.bottom0 {
  bottom: 0 !important
}

.top5 {
  top: 5px !important
}

.top15 {
  top: 15px !important
}

.top85 {
  top: 8 s5px !important
}

.top10 {
  top: 10px !important
}

.top-5 {
  top: -5px !important
}

.giftFlag {
  background-color: #0a0;
  color: #fff;
  left: 30px;
  bottom: 70px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 12pt;
  line-height: 25px
}

.mdi-heart-outline {
  right: -30px
}

.wishBtn {
  transition: all .3s ease-in-out;
  right: -30px;
  top: 18px;
  position: absolute;
  padding: 4px 4px 0 4px;
  z-index: 2;
  color: #fff;
  border-radius: 4px 0 0 4px;
  border: 1px solid transparent;
  background-color: #00B8D4;
  cursor: pointer
}

.wishBtn:hover {
  background-color: #444;
  right: 0;
  transition: all .3s ease-in-out;
  color: #fff
}

.wishBtn .mdi-heart {
  color: #00B8D4;
  right: 0
}

.productCover {
  height: auto;
  display: flex;
  justify-content: center
}

.productCover img {
  display: block;
  width: 128px;
  height: 128px;
  margin-top: 20px
}

.productPanel-linear {
  overflow: hidden;
  position: relative;
  background-color: #fefefe;
  width: 100%;
  height: 250px;
  border: 1px solid #ddd;
  transition: all .3s ease-in-out;
  display: inline-block;
  margin: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.productPanel-linear:hover {
  transition: all .3s ease-in-out;
  box-shadow: 1px 1px 5px #ddd
}

.productPanel-linear:hover .wishBtn {
  right: 0
}

.desc-linear {
  text-align: right;
  width: 60%
}

.proceedBtn {
  text-align: center;
  width: 108px;
  margin: 0 auto;
  margin: 5px;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px;
  background-color: #78af93;
  color: #666;
  border: 0;
  border-bottom: 2px solid #888
}

.proceedBtn:hover {
  transition: all .3s ease-in-out;
  background-color: #fa0;
  color: #fff;
  border-bottom: 2px solid #78af93
}

.proceedBtn * {
  vertical-align: middle
}

.addToCartBtn-linear {
  text-align: center;
  width: 108px;
  margin: 0 auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px;
  background-color: #009688;
  color: #FFF;
  border: 0;
  border-bottom: 2px solid #888
}

.addToCartBtn-linear:hover {
  transition: all .3s ease-in-out;
  background-color: #088;
  color: #fff;
  border-bottom: 2px solid #78af93
}

.addToCartBtn-linear * {
  vertical-align: middle
}

.productName-linear {
  display: block;
  color: #444
}

.currentPrice-linear {
  color: #0a0
}

.oldPrice-linear {
  color: #969596;
  text-decoration: line-through
}

.priceWrapper-linear {
  width: 10%;
  height: 60px
}

.priceWrapper-linear * {
  font-size: 120%
}

.saleFlag-linear {
  right: 0;
  top: 0;
  position: absolute;
  padding: 4px;
  background-color: #c90c12;
  line-height: 25px;
  color: #fff;
  border-radius: 6px 0 0 6px;
  border: 1px solid transparent
}

.discountFlag-linear {
  right: 0;
  top: 0;
  position: absolute;
  padding: 4px;
  background-color: #0a0;
  color: #fff;
  border-radius: 6px 0 0 6px;
  border: 1px solid transparent
}

.wishBtn-linear {
  transition: all .3s ease-in-out;
  right: -22px;
  top: 18px;
  position: absolute;
  padding: 4px;
  background-color: #444;
  color: #fff;
  border-radius: 4px 0 0 4px;
  border: 1px solid transparent;
  cursor: pointer
}

.wishBtn-linear:hover {
  right: 0;
  transition: all .3s ease-in-out;
  background-color: #00B8D4;
  color: #fff
}

.selectOrder {
  vertical-align: middle
}

.selectOrder select {
  width: 100px;
  height: 30px
}

.selectOrder input {
  height: 30px;
  vertical-align: middle;
  margin-right: 20px
}

.selectOrder span {
  font-family: irsans;
  margin-right: 8px;
  color: #607d8b;
  vertical-align: middle;
  display: inline-block;
  transition: all .05s ease-in-out;
  cursor: pointer
}

#cart {
  position: relative;
  display: inline-block;
  cursor: pointer
}

#cart2 {
  position: relative;
  display: inline-block;
  cursor: pointer
}

#cart-items2 {
  font-size: 9pt;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 10px;
  vertical-align: middle;
  line-height: 16px;
  color: #FFF;
  top: 10px;
  left: 0;
  background-color: rgba(255, 127, 0, 0.8);
  text-align: center
}

.cartPreview-panel {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #f5f6f7;
  margin-top: 10px;
  padding: 0;
  position: relative
}

.cartPreview-right {
  display: inline-flex;
  flex-direction: column;
  width: 70%;
  text-align: right
}

.cartPreview-right span, .cartPreview-right a {
  font-family: irsans
}

.cartPreview-currentPrice {
  color: #f18a36
}

.cartPreview-productCover {
  display: flex;
  align-items: center;
  justify-content: center
}

.cartPreview-productCover img {
  width: 36px !important;
  height: 36px !important
}

.cartPreview-quantity {
  display: inline-block;
  color: #666
}

.cartPreview-remove {
  color: #00B8D4;
  font-size: 12pt;
  position: absolute;
  right: 6px;
  top: 6px;
  display: inline-flex;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 8pt;
  cursor: pointer
}

#cartHolder {
  background-color: #fff;
  padding: 15px
}

.cartDetail {
  border-collapse: collapse
}

.cartDetail .cart-productCover img {
  border-radius: 4px;
  width: 100% !important;
  height: 100% !important
}

.cartDetail span {
  font-family: irsans, roboto;
  font-size: 110%
}

.cartDetail td {
  mso-cellspacing: 0;
  border: solid 1px #ddd
}

.cartDetail th {
  border: 1px solid #c1d1d9;
  font-size: 12pt;
  font-family: irsans;
  padding: 4px 4px;
  background-color: #f5f6f7;
  color: #666
}

.cartDetail tr {
  height: 36px !important
}

.cart {
  text-align: center;
  width: 90%;
  display: flex;
  flex-direction: row-reverse;
  margin: 5px;
  margin-top: 10px;
  padding: 0;
  position: relative
}

#cartTotal, .cart-productName {
  font-family: irsans, roboto
}

#cartTotal {
  color: #0a0
}

.cart-right {
  display: inline-flex;
  flex-direction: column;
  width: 68%
}

.cart-productName {
  margin-right: 15px;
  text-align: right
}

.cart-currentPrice {
  color: #f18a36
}

.cart-productCover {
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center
}

.cart-productCover img {
  width: 90%;
  height: 95%
}

.cart-quantity {
  color: #666
}

.cart-remove {
  color: #00B8D4;
  font-size: 10pt;
  display: inline-flex;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 10pt;
  cursor: pointer
}

#cartPreviewHolder {
  overflow-x: hidden;
  overflow-y: hidden;
  display: none;
  position: fixed;
  padding: 8px;
  top: 40px;
  right: 55px;
  z-index: 99999999999 !important;
  width: 250px;
  border-radius: 2px;
  box-shadow: 1px 1px 6px #96b8c7;
  background-color: #FFF;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.cartPreviewHolder {
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
  padding: 8px;
  bottom: 10px;
  left: 0;
  z-index: 99999999999 !important;
  width: 150px;
  border-radius: 2px;
  box-shadow: 1px 1px 6px #96b8c7;
  background-color: #FFF;
  opacity: .8;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

#cartWishesHolder {
  position: fixed;
  padding: 5px;
  top: 40px;
  right: 60px;
  z-index: 99999999999 !important;
  width: 250px;
  display: none;
  box-shadow: 1px 1px 6px #96b8c7;
  background-color: #ddd
}

#products {
  z-index: -100 !important
}

#cmHolder {
  background-color: #FFF
}

#place-info, #place-user-info {
  clear: both;
  margin: 0 auto;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 5px 5px;
  padding-right: 0;
  padding-left: 0
}

#place-info .info-field, #place-user-info .info-field {
  font-family: shabnam
}

.shwdsh {
  right: 0 !important
}

#category-mobile {
  display: none
}

.dashboard-menu {
  position: fixed;
  top: 92px;
  right: -200px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  bottom: 0;
  max-width: 200px !important;
  min-width: 200px !important;
  width: 200px !important;
  z-index: 99999999999 !important;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9
}

#notificationArea {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  max-height: auto !important;
  min-height: auto !important;
  height: auto !important;
  background-color: #FFF
}

#dashboardContent {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  max-height: auto !important;
  min-height: auto !important;
  height: auto !important;
  background-color: #FFF
}

#cnrk {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  max-height: auto !important;
  min-height: auto !important;
  height: auto !important
}

.blur {
  background: linear-gradient(121deg, #fff 80%, rgba(113, 207, 217, 0.04) 51%, rgba(0, 136, 136, 0.01) 75%);
  width: 100%;
  height: 100%;
  position: absolute
}

#place-user-info {
  clear: both;
  left: 0;
  right: 0;
  background-color: #FFF;
  padding-bottom: 0
}

.rating {
  unicode-bidi: bidi-override;
  direction: ltr
}

.rating .ic-star-full {
  color: #ffa300
}

.rating .ic-star-half {
  color: #ffa300
}

.rating .ic-star-empty {
  color: #ccc
}

.item-info {
  background-color: #FFF
}

.info, .user-info, .item-info {
  overflow: hidden;
  width: 100%;
  height: auto;
  clear: both;
  margin: 0 auto;
  margin-right: 5px;
  flex-direction: row;
  display: flex
}

.info .img-shop-profile img, .user-info .img-shop-profile img, .item-info .img-shop-profile img {
  border-radius: 3px;
  border: 1px solid #f5f5f5;
  width: 150px;
  height: 150px
}

.info .p-name-info h2, .user-info .p-name-info h2, .item-info .p-name-info h2 {
  font-weight: 200;
  color: #263238
}

.info .p-light-info, .user-info .p-light-info, .item-info .p-light-info {
  line-height: 30px
}

.info .shop-tropy, .user-info .shop-tropy, .item-info .shop-tropy {
  color: #78af93
}

.info .info-field, .user-info .info-field, .item-info .info-field {
  color: #088
}

.info .details-info, .user-info .details-info, .item-info .details-info {
  font-size: 100%
}

.info .details-info .icon, .user-info .details-info .icon, .item-info .details-info .icon {
  margin-left: 1px
}

.info .cm-item, .user-info .cm-item, .item-info .cm-item {
  font-size: 11pt;
  line-height: 11pt
}

.info .contact-info a, .user-info .contact-info a, .item-info .contact-info a {
  border-bottom: 1px solid #96b8c7;
  text-decoration: dashed
}

.online-icon {
  font-size: 120%;
  color: #0a0
}

.offline-icon {
  font-size: 120%;
  color: #96b8c7
}

.user-info {
  position: relative
}

.user-info .img-user-profile {
  text-align: center;
  align-items: center
}

.user-info .img-user-profile img {
  border: 1px solid #f5f6f7;
  border-radius: 100%;
  padding: 2px;
  width: 150px;
  height: 150px
}

.en {
  direction: ltr;
  font-family: roboto !important
}

.en::-webkit-input-placeholder {
  direction: rtl;
  text-align: right
}

.en:-moz-placeholder {
  direction: rtl;
  text-align: right
}

.en::-moz-placeholder {
  direction: rtl;
  text-align: right
}

.en:-ms-input-placeholder {
  direction: rtl;
  text-align: right
}

.fa {
  direction: rtl;
  font-family: roboto, irsans !important
}

.addToBtn, .addTo {
  border-radius: 3px;
  cursor: pointer;
  font-family: irsans !important;
  max-width: auto !important;
  min-width: auto !important;
  width: auto !important;
  max-height: 32px !important;
  min-height: 32px !important;
  height: 32px !important;
  border: 1px solid #e4e4e4;
  color: #555;
  line-height: 32px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.addToBtn .mdi, .addTo .mdi {
  font-size: 120%
}

.addToBtn:hover, .addTo:hover {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background-color: #f5f5f5
}

.addToBtn:hover span, .addTo:hover span {
  color: #00B8D4
}

.finalPayText {
  margin: 4px;
  margin: 10px 0 10px 0;
  background-color: #f5f6f7;
  font-family: irsans;
  font-size: 12pt;
  width: 100%;
  border-radius: 3px;
  color: #607d8b
}

.addTo {
  overflow: hidden;
  max-width: 120px !important;
  min-width: 120px !important;
  width: 120px !important;
  display: flex;
  flex-direction: row-reverse;
  text-align: center
}

.addTo input {
  position: absolute;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer
}

.addTo span {
  text-align: center;
  align-items: center
}

.addTo span:nth-child(1) {
  font-family: irsans !important;
  font-weight: 300;
  font-size: 12pt;
  max-width: 70% !important;
  min-width: 70% !important;
  width: 70% !important
}

.addTo span:nth-child(2) {
  line-height: 32px;
  max-width: 30% !important;
  min-width: 30% !important;
  width: 30% !important;
  background-color: #f5f5f5
}

.profileLink {
  font-family: roboto;
  font-weight: 100;
  font-size: 12pt;
  margin-right: 8px;
  color: #0097ae
}

#footerMenu {
  margin-right: 50px
}

.divider-everything {
  background-color: transparent !important
}

.divider-everything .custom-rk-col:nth-child(1) {
  max-width: 40% !important;
  min-width: 40% !important;
  width: 40% !important
}

.divider-everything .custom-rk-col:nth-child(2) {
  background-color: #004d40;
  max-width: 40% !important;
  min-width: 40% !important;
  width: 40% !important;
  position: fixed
}

.postTime {
  font-weight: 100;
  font-size: 10pt;
  margin-right: 8px;
  color: #6f8686
}

.post {
  margin-top: 35px;
  width: 100%;
  border-radius: 2px;
  background-color: #FFF;
  height: auto;
  border: 1px solid #ddd;
  padding: 6px
}

.sendComment {
  display: flex;
  flex-direction: row;
  border-radius: 3px;
  border: 1px solid #f5f6f7;
  color: #999;
  line-height: 30px
}

.post-holder, .commentHolder {
  clear: both;
  display: flex;
  flex-direction: column;
  padding: 4px 4px 0 4px;
  height: auto;
  width: 100%
}

.post-holder:hover .cmCount, .commentHolder:hover .cmCount {
  opacity: 1
}

.post-holder p, .commentHolder p {
  max-width: 90% !important;
  min-width: 90% !important;
  width: 90% !important;
  text-align: justify;
  font-family: irsans;
  color: #2c3e50;
  font-size: 12pt
}

.post-holder .icon, .commentHolder .icon {
  color: #888;
  line-height: 16px
}

.post-holder .custome-rk-row, .commentHolder .custome-rk-row {
  width: 100%
}

.post-holder .custome-rk-row:nth-child(1), .commentHolder .custome-rk-row:nth-child(1) {
  display: flex;
  flex-direction: row;
  font-size: 12pt;
  font-family: irsans !important
}

.post-holder .custome-rk-row:nth-child(1) img, .commentHolder .custome-rk-row:nth-child(1) img {
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  border-radius: 100%
}

.det-icons {
  position: absolute;
  left: -2px
}

.borderPost {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #0097ae transparent transparent;
  right: 0;
  top: 0;
  position: absolute
}

.bpRed {
  border-color: transparent #ee002b transparent transparent
}

.bpBlue {
  border-color: transparent #ee002b transparent transparent
}

.cmCount {
  font-weight: 100;
  position: relative;
  color: #607d8b;
  line-height: 32px;
  width: 32px;
  text-align: center;
  height: 32px;
  border-radius: 50%;
  box-shadow: 3px 2px 11px 0 rgba(204, 204, 204, 0.85);
  opacity: .5;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.cmCount:hover {
  opacity: 1;
  box-shadow: 3px 2px 11px 0 rgba(204, 204, 204, 0.91)
}

.cmCount .icon {
  font-size: 80%;
  margin-top: -5px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.cmCount:nth-child(1):hover .icon {
  color: #f44336 !important
}

.cmCount span:nth-child(2) {
  font-family: irsans !important;
  font-size: 75%;
  position: absolute;
  color: #607d8b;
  right: 0;
  left: 0;
  font-weight: 100;
  top: 12.5px
}

.commentHolder {
  display: none;
  margin-top: 5px;
  padding: 0 !important;
  padding: 5px
}

.commentHolder .cm {
  position: relative
}

.commentHolder .cm .addTo {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0
}

.commentHolder .rowComment {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f5f6f7
}

.commentHolder .rowComment:hover .custome-rk-row:nth-child(1) span {
  visibility: visible
}

.commentHolder .rowComment .custome-rk-row {
  padding: 6px
}

.commentHolder .rowComment .custome-rk-row:nth-child(1) {
  text-align: center;
  display: flex;
  flex-direction: row
}

.commentHolder .rowComment .custome-rk-row:nth-child(1) span {
  visibility: hidden;
  font-weight: 100;
  font-size: 9pt;
  color: #6f8686;
  font-family: irsans
}

.commentHolder .rowComment .custome-rk-row:nth-child(1) img {
  width: 24px;
  height: 24px;
  border-radius: 100%
}

.commentHolder .rowComment .custome-rk-row:nth-child(1) a {
  height: 100%;
  color: #2c3e50
}

.commentHolder .rowComment .custome-rk-row:nth-child(1) a:nth-child(2) {
  font-family: roboto;
  line-height: 24px;
  font-size: 10pt;
  margin-right: 5px
}

.commentHolder .rowComment .custome-rk-row:nth-child(2) p {
  text-align: justify;
  font-family: irsans;
  color: #2c3e50
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: dashed
}

.login-and-register {
  width: 100%;
  cursor: pointer;
  text-align: right;
  font-size: 12pt
}

.login-and-register span {
  height: 100%;
  padding: 6px;
  font-family: yekan;
  font-weight: 100
}

.login-and-register span:nth-child(1) {
  height: 100%
}

.activeFormBtn {
  background-color: #FFF;
  color: #00B8D4;
  padding: 6px;
  border-radius: 3px
}

.login-and-register-holder {
  background-color: #FFF;
  color: #f5f5f5;
  border-radius: 3px
}

.hoverOverview .mdi-close {
  visibility: hidden
}

.hoverOverview:hover .mdi-close {
  visibility: visible
}

.ov-item i {
  color: #00B8D4;
  font-size: 12pt;
  margin: 5px 0;
  font-weight: 100
}

.ov-item h3 {
  color: #1a678e;
  font-size: 10pt;
  margin: 5px 0;
  font-weight: 100;
  font-family: shabnam
}

.productContent {
  background-color: #FFF;
  width: 100%;
  min-height: 300px;
  height: auto
}

.productContent h2 {
  font-family: irsans;
  color: #666
}

.h2red-border {
  font-family: irsans;
  color: #666;
  border-bottom: 2px solid #f44336
}

#commentSlider {
  overflow: hidden;
  max-height: 200px !important;
  min-height: 200px !important;
  height: 200px !important
}

.shoper-comment {
  max-width: 80% !important;
  min-width: 80% !important;
  width: 80% !important;
  border: 1px solid rgba(193, 209, 217, 0.11);
  margin: 4px;
  border-radius: 3px;
  padding: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column
}

.shoper-comment img {
  border-radius: 100%;
  border: 1px solid #c1d1d9;
  width: 36px !important;
  height: 36px !important
}

.shoper-comment hr {
  border: 1px solid rgba(193, 209, 217, 0.11);
  width: 85%;
  margin: 8px;
  border-radius: 3px;
  margin: 0 auto;
  background-color: transparent
}

.shoper-comment h2 {
  font-size: 11pt;
  color: #005780;
  font-family: yekan;
  font-weight: 100
}

.shoper-comment .shoper-comment-text {
  margin-top: 6px;
  font-size: 10pt;
  color: #444;
  font-family: yekan;
  font-weight: 100
}

.shoper-comment .shoper-comment-text .icon {
  margin: 4px;
  color: rgba(0, 31, 47, 0.25)
}

#shopImgHolder {
  width: 150px;
  height: 150px;
  border-radius: 3px;
  border: 1px solid #eee;
  margin: 0 0 10px 0
}

.shopImgHolder {
  width: 200px;
  height: 200px;
  border-radius: 3px;
  border: 1px solid #eee;
  margin: 0 0 10px 0
}

.sliderImgHolder {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid #eee;
  margin: 0 0 10px 0
}

.image-box .icon-holder {
  width: 100%;
  height: 100%;
  text-align: center
}

.image-box .icon {
  font-size: 30pt;
  color: #00B8D4
}

.showSpinner {
  display: none
}

.btn-switch {
  font-size: 12pt;
  border: 1px solid #eee;
  overflow: hidden
}

.btn-switch input {
  position: absolute;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer
}

.btn-switch:hover {
  border: 1px solid #eee
}

#shop-info {
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative
}

#shop-info h2 {
  font-weight: 400;
  margin: 10px 0 10px 0
}

#shop-info input {
  font-size: 12pt
}

#shop-info input[type=file] {
  overflow: hidden;
  color: #666;
  cursor: pointer
}

#options {
  display: flex;
  flex-direction: column
}

.option {
  margin: 5px;
  flex-direction: column;
  padding: 4px 0;
  margin-top: 15px;
  display: flex;
  width: auto
}

.option:nth-child(1) {
  width: 100%
}

.option ul {
  display: flex;
  flex-direction: column;
  list-style-type: none
}

.option ul .icon {
  margin: 4px;
  font-size: 60%;
  color: #088
}

.option ul li {
  font-family: irsans !important
}

.option span {
  font: normal 12px yekan;
  padding: 2px 2px;
  color: #607d8b;
  vertical-align: middle;
  line-height: 30px;
  border-radius: 2px
}

.option span:nth-child(1) {
  background-color: #f5f6f7
}

.option input[type=text], .option select {
  width: 100%;
  padding: 4px 12px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box
}

.option select option {
  text-align: center;
  border: 0
}

.option input[type=radio], .option label {
  height: 30px;
  line-height: 30px;
  display: inline-block
}

.option input, .option textarea {
  margin-top: 8px;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  vertical-align: middle
}

.option textarea {
  resize: none
}

#item-body {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  background-color: #FFF;
  height: auto;
  display: flex
}

#item-body .col-item {
  margin: 5px;
  padding: 4px
}

#item-body .col-item:nth-child(1) {
  display: flex;
  width: 30%;
  flex-direction: row
}

#item-body .col-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  width: 50%
}

#item-body .col-item:nth-child(2) #productTitle {
  border-radius: 3px;
  width: 100%;
  padding: 4px;
  display: flex
}

#item-body .col-item:nth-child(2) #productTitle #subtitle {
  width: 100%;
  display: flex;
  flex-direction: row
}

#item-body .col-item:nth-child(2) #productTitle #subtitle .rate {
  display: flex;
  flex-direction: column
}

#item-body .col-item:nth-child(2) #productTitle #subtitle .ic-bubbles4 {
  margin: 4px;
  color: #90a4ae
}

#item-body .col-item:nth-child(2) #productDetails h2 {
  text-align: justify;
  font: 15px/30px "shabnam";
  color: #4d4d4d
}

#item-body .col-item:nth-child(2) h1 {
  font-family: yekan;
  font-weight: 100;
  line-height: 30px;
  font-size: 14pt;
  color: #4d4d4d
}

#item-body .col-item:nth-child(3) {
  width: 20%;
  flex-direction: row
}

#item-body .col-item:nth-child(3) .addToCartBtn {
  width: 100%;
  position: relative
}

#item-body .col-item:nth-child(3) .addToCartBtn .cart-shop {
  background-color: #009688;
  height: 30px
}

#item-body .col-item:nth-child(3) .addToCartBtn .cart-shop:hover {
  background-color: #00887a
}

#item-body .col-item:nth-child(3) .addToCartBtn .icon {
  font-size: 14pt
}

#item-body .col-item:nth-child(3) .addToCartBtn .cart-item {
  font-size: 14pt
}

#item-body #productImageHolder {
  width: 80%
}

#item-body #productImageHolder img {
  cursor: zoom-in;
  width: auto;
  height: auto;
  max-width: 350px;
  border-radius: 3px;
  border: 1px solid rgba(194, 16, 4, 0.01);
  padding: 2px
}

#item-body #productSmallImageHolder {
  margin-right: 15px;
  display: flex;
}

#item-body #productSmallImageHolder img {
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
  margin: 2px;
  border: 1px solid rgba(194, 16, 4, 0.09);
  padding: 2px;
  width: 50px;
  height: 50px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.btn-green {
  font-family: irsans, roboto;
  max-width: 200px;
  padding: 8px;
  color: #222;
  border-radius: 16px;
  background: transparent;
  border: 1px solid #005969;
}

.btn-green span {
  font-family: shabnam, roboto;
  font-size: 12pt;
  color: #005969;
}

#item-body #productSmallImageHolder img:hover {
  opacity: 1
}

.pagination {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important
}

.modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9)
}

.modal .close {
  position: fixed
}

.modal img {
  margin: 5% auto;
  display: block;
  max-width: 90%;
  width: auto;
  height: auto
}

.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: .6s;
  animation-name: zoom;
  animation-duration: .6s
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }
  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: .3s
}

.close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer
}

.workspace {
  width: 300px;
  position: absolute;
  background: gray
}

#loader {
  display: none;
  width: 100%;
  align-items: center;
  height: 300px;
  position: absolute;
  top: 150px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  text-align: center
}

#loader span {
  position: absolute
}

#loader .icon {
  margin: auto auto;
  position: fixed;
  font-size: 620%;
  color: rgba(0, 136, 122, 0.94)
}

#submitPost {
  padding: 6px;
  background-color: #FFF;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  border: 1px solid #ddd;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important
}

#submitPost textarea {
  border: 0;
  border-bottom: 1px solid #f5f6f7;
  resize: none
}

textarea {
  font-family: irsans !important
}

input {
  font-family: irsans !important
}

.nav-bar {
  margin-top: 15px;
  margin-right: 0;
  width: 100%;
  text-align: justify;
  color: #4d4d4d;
  direction: rtl
}

.nav-bar ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid #ddd;
  background: linear-gradient(121deg, #fff 0, rgba(113, 207, 217, 0.04) 51%, rgba(0, 136, 136, 0.01) 75%)
}

.nav-bar li {
  color: #607d8b;
  cursor: pointer;
  list-style: none;
  padding: 5px 15px 5px 15px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 2px solid #587285;
  font-family: irsans;
  font-size: 20px;
  font-weight: 100;
  border-left: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.nav-bar li:hover {
  background-color: #f5f9f9;
  border-bottom: 2px solid #00B8D4
}

.nav-bar li:nth-child(1) {
  border-left: 0;
  border-right: 0
}

.nav-bar li:nth-last-child(1) {
  border-left: 1px solid #ccc
}

.divider-details, .divider-everything {
  background-color: #FFF;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-direction: row
}

.divider-details .custom-rk-col:nth-child(1), .divider-everything .custom-rk-col:nth-child(1) {
  width: 67%
}

.divider-details .custom-rk-col:nth-child(2), .divider-everything .custom-rk-col:nth-child(2) {
  width: 33%
}

.divider-details nav, .divider-everything nav {
  margin-top: 15px;
  width: 100%;
  text-align: justify;
  color: #4d4d4d;
  direction: rtl
}

.divider-details nav ul, .divider-everything nav ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid #ddd;
  background: linear-gradient(121deg, #fff 0, rgba(113, 207, 217, 0.04) 51%, rgba(0, 136, 136, 0.01) 75%)
}

.divider-details nav li, .divider-everything nav li {
  color: #607d8b;
  cursor: pointer;
  list-style: none;
  padding: 5px 15px 5px 15px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 2px solid #587285;
  font-family: irsans;
  font-size: 20px;
  font-weight: 100;
  border-left: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.divider-details nav li:hover, .divider-everything nav li:hover {
  background-color: #f5f9f9;
  border-bottom: 2px solid #00B8D4
}

.divider-details nav li:nth-child(1), .divider-everything nav li:nth-child(1) {
  border-left: 0;
  border-right: 0
}

.divider-details nav li:nth-last-child(1), .divider-everything nav li:nth-last-child(1) {
  border-left: 1px solid #ccc
}

.active-li {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background-color: #f5f9f9;
  border-bottom: 2px solid #00B8D4 !important
}

.deactive-li {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  cursor: text !important;
  background-color: #f5f9f9;
  border-bottom: 2px solid #587285 !important
}

#tinymce img {
  max-width: 90%;
  width: auto;
  height: auto
}

#desc {
  padding: 10px 15px 10px 15px;
  font: 16px/32px "shabnam";
  color: #222;
  padding: 15px
}

#desc p {
  font-family: shabnam !important;
  font-size: 16px;
  line-height: 32px;
  color: #404040;
}

#desc strong {
  color: #E64A19;
}

#desc * {
  font-family: shabnam;
}

#desc h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 300
}

#desc img {
  max-width: 90%;
  width: auto;
  height: auto
}

#desc h3, #desc li, #desc p, #desc a {
  font-family: irsans
}

#desc h3 {
  font-size: 20px;
  color: #0d47a1;
  font-weight: 300
}

#desc ul {
  margin: 5px 35px
}

#desc ul li {
  font-size: 16px;
  /*color: #00796b;*/
  color: #505050;
  font-weight: 300
}

#founder {
  overflow: hidden;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  width: 100%
}

#founder #founderImg {
  border: 0;
  border-top: 1px solid rgba(0, 77, 88, 0.09);
  display: flex;
  flex-direction: row
}

#founder #founderImg img {
  width: 64px;
  height: 64px;
  border-radius: 50%
}

#founder #founderImg a {
  margin: 5px;
  font-family: yekan;
  font-size: large;
  color: #0097ae;
  line-height: 32px;
  text-align: center
}

#comments {
  max-width: 90% !important;
  min-width: 90% !important;
  width: 90% !important;
  height: auto;
  margin: 15px
}

.commentProduct {
  margin-top: 8px;
  display: flex;
  padding: 5px;
  padding-bottom: 8px;
  position: relative !important;
  border-top: 1px solid #f5f5f5
}

.commentProduct img {
  width: 36px;
  height: 36px;
  border-radius: 100%
}

.commentProduct .custom-rk-col:nth-child(1) {
  max-width: 20% !important;
  min-width: 20% !important;
  width: 20% !important;
  text-align: center
}

.commentProduct .custom-rk-col:nth-child(1) .user-profile {
  display: flex;
  flex-direction: column
}

.commentProduct .custom-rk-col:nth-child(1) .user-profile p {
  color: #90a4ae
}

.commentProduct .custom-rk-col:nth-child(1) .user-profile img {
  border-radius: 100%
}

.commentProduct .custom-rk-col:nth-child(1) .user-profile a {
  font-family: roboto;
  font-size: 11pt;
  font-weight: 200;
  color: #4a616e
}

.commentProduct .custom-rk-col:nth-child(2) {
  max-width: 80% !important;
  min-width: 80% !important;
  width: 80% !important;
  flex-direction: column;
  padding: 4px
}

.commentProduct .custom-rk-col:nth-child(2) .custome-rk-row {
  width: 100%;
  display: flex;
  flex-direction: row
}

.commentProduct .custom-rk-col:nth-child(2) .custome-rk-row:nth-child(1) p {
  font-size: 12pt;
  overflow: hidden;
  text-align: justify;
  font-family: irsans !important;
  color: #546e7a;
  font-weight: 100;
  flex-grow: 1
}

.commentProduct .custom-rk-col:nth-child(2) .custome-rk-row:nth-child(2) {
  position: absolute;
  opacity: .8;
  top: -15px;
  max-width: 80% !important;
  min-width: 80% !important;
  width: 80% !important;
  background-color: #f5f6f7
}

.commentProduct .custom-rk-col:nth-child(2) .custome-rk-row:nth-child(2) .commentTime {
  color: #588;
  font-family: yekan;
  font-size: 10pt
}

.border-radius50 {
  border-radius: 50px
}

.notification {
  margin-top: 8px;
  display: flex;
  padding: 5px;
  padding-bottom: 8px;
  position: relative !important;
  border-top: 1px solid #f5f5f5
}

.notification img {
  width: 36px;
  height: 36px;
  border-radius: 100%
}

.notification .custom-rk-col:nth-child(1) {
  max-width: 36px !important;
  min-width: 36px !important;
  width: 36px !important;
  text-align: center
}

.notification .custom-rk-col:nth-child(1) .user-profile {
  display: flex;
  flex-direction: column
}

.notification .custom-rk-col:nth-child(1) .user-profile p {
  color: #90a4ae
}

.notification .custom-rk-col:nth-child(1) .user-profile img {
  border-radius: 100%
}

.notification .custom-rk-col:nth-child(1) .user-profile a {
  font-family: roboto;
  font-size: 11pt;
  font-weight: 200;
  color: #4a616e
}

.notification .custom-rk-col:nth-child(2) {
  max-width: 80% !important;
  min-width: 80% !important;
  width: 80% !important;
  flex-direction: column;
  padding: 4px
}

.notification .custom-rk-col:nth-child(2) .custome-rk-row {
  width: 100%;
  display: flex;
  flex-direction: row
}

.notification .custom-rk-col:nth-child(2) .custome-rk-row:nth-child(1) p {
  font-size: 12pt;
  overflow: hidden;
  text-align: justify;
  font-family: irsans !important;
  color: #546e7a;
  font-weight: 100;
  flex-grow: 1
}

.notification .custom-rk-col:nth-child(2) .custome-rk-row:nth-child(2) {
  position: absolute;
  opacity: .8;
  top: -15px;
  max-width: 80% !important;
  min-width: 80% !important;
  width: 80% !important;
  background-color: #f5f6f7
}

.notification .custom-rk-col:nth-child(2) .custome-rk-row:nth-child(2) .commentTime {
  color: #588;
  font-family: yekan;
  font-size: 10pt
}

#comment, #commentPost {
  margin-top: 40px;
  padding: 15px
}

#comment h3, #commentPost h3 {
  border-radius: 3px;
  font-family: yekan;
  font-size: 14pt;
  font-weight: 200;
  width: 100%;
  line-height: 32px;
  background-color: #f5f5f5;
  padding: 4px;
  color: #4a616e
}

#comment input[type='button'], #commentPost input[type='button'] {
  font-family: irsans;
  font-size: 14pt;
  max-width: 100px !important;
  min-width: 100px !important;
  width: 100px !important
}

#comment input[type='text'], #commentPost input[type='text'], #comment input[type='email'], #commentPost input[type='email'], #comment input, #commentPost input, #comment textarea, #commentPost textarea {
  margin-top: 8px;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  vertical-align: middle
}

#commentPost {
  flex-direction: column;
  position: relative
}

#commentPost textarea {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: auto;
  resize: vertical !important
}

#commentPost .mdi-send {
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  color: #0097ae;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 130%;
  background-color: #f5f5f5;
  line-height: 32px
}

.tooltipster {
  color: #588;
  font-family: yekan !important;
  font-size: 10pt
}

#contentFilter {
  display: flex;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-align: center
}

#contentFilter * {
  vertical-align: middle
}

.item-outline {
  text-align: center;
  position: relative;
  padding: 0 8px;
  border: 1px solid #ececec;
  height: 30px !important;
  margin: 0 2px;
  width: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.item-outline span {
  font-family: irsans;
  font-size: 12pt;
  vertical-align: middle;
  margin: 0 4px;
  color: #2c3e50;
  line-height: 30px;
  font-weight: 100
}

.item-outline .mdi {
  width: 10px;
  height: 30px;
  font-size: 11pt;
  text-align: center;
  color: #546e7a;
  cursor: pointer
}

#contentHeader {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  display: flex;
  text-align: center;
  background-color: #66963a26;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px;
  z-index: 9999
}

#contentHeader .cmCount {
  opacity: 1 !important
}

.lgWitdhSearchbox {
  max-width: 400px !important;
  min-width: 400px !important;
  width: 400px !important;
  border-radius: 5px;
  position: fixed;
  right: 300px;
  bottom: 50px
}

.lgWitdhSearchbox #keyword {
  max-width: 400px !important;
  min-width: 400px !important;
  width: 400px !important;
  border-radius: 5px
}

.rk-icon {
  font-size: 12pt;
  top: -12px;
  right: -12px;
  line-height: 16pt;
  width: 16px;
  height: 22px;
  border-radius: 6px;
  color: white;
  position: absolute !important;
  color: #00B8D4;
  vertical-align: middle;
  flex-grow: 1;
  background-color: rgba(0, 31, 47, 0.08);
  width: 15px;
  font-size: 11pt;
  text-align: center;
  font-family: irsans;
  line-height: 21pt
}

.rk-icon * {
  color: white !important
}

.searchBox {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
  z-index: 100
}

.searchBox #keyword {
  max-height: 36px !important;
  min-height: 36px !important;
  height: 36px !important
}

.searchBox #searchIcon {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  cursor: pointer
}

.searchBox .mdi-email {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  cursor: pointer
}

.searchBox span {
  background-color: #00B8D4;
  color: #fff;
  width: 36px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 36px !important;
  min-height: 36px !important;
  height: 36px !important;
  line-height: 36px
}

.topSearchBox {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
  z-index: 100
}

.topSearchBox #keywordSearch {
  max-height: 36px !important;
  min-height: 36px !important;
  height: 36px !important
}

.topSearchBox #keywordSearchIcon {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  cursor: pointer
}

.topSearchBox .mdi-email {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  cursor: pointer
}

.topSearchBox span {
  color: #00B8D4;
  width: 36px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 36px !important;
  min-height: 36px !important;
  height: 36px !important;
  line-height: 36px
}

#newsletter {
  max-height: 36px !important;
  min-height: 36px !important;
  height: 36px !important;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  padding-right: 42px
}

.useBox {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
  z-index: 100
}

.useBox #keyword {
  max-height: 36px !important;
  min-height: 36px !important;
  height: 36px !important;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  padding-right: 42px
}

.useBox textarea {
  max-height: 36px !important;
  min-height: 36px !important;
  height: 36px !important;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  padding-right: 42px
}

.useBox #searchIcon {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  cursor: pointer
}

.useBox span {
  background-color: #00B8D4;
  color: #fff;
  width: 36px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 36px !important;
  min-height: 36px !important;
  height: 36px !important;
  line-height: 36px
}

#linear {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#keyword {
  width: 280px;
  font-family: shabnam
}

#mainContent {
  margin: 15px auto
}

.selectfilter ul {
  display: inline-flex
}

.selectfilter ul li {
  font-family: irsans;
  padding: 2px 6px;
  cursor: pointer;
  line-height: 25px;
  list-style: none;
  margin-right: 8px;
  height: 100%
}

.selectfilter ul li:hover {
  border-top: 2px solid #f44336;
  background-color: rgba(0, 136, 122, 0.07)
}

.label {
  position: relative;
  justify-content: center;
  margin: 16px
}

.label input {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  font-size: 1rem;
  line-height: 1.75;
  padding: .5rem .75rem;
  transition: border-color .1s ease-in
}

.label .mdi-label {
  display: none;
  visibility: hidden;
  text-align: right
}

.label div {
  height: 30px;
  text-align: right;
  line-height: 24px;
  font-family: shabnam
}

.label div:nth-child(1) {
  font-family: shabnam;
  width: 95px;
  font-size: 11pt;
  font-weight: 100;
  color: #607d8b;
  margin-left: 5px
}

.label div:nth-child(1) span {
  padding: 4px 4px
}

.label div:nth-child(1) span:nth-child(1) {
  border-left: 2px solid rgba(187, 184, 197, 0.17);
  color: #607d8b
}

.modal-base {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  overflow: auto;
  transition: opacity .3s
}

.button {
  border-radius: 4px;
  border: 0;
  color: #069;
  text-align: center;
  font-size: 20px;
  font-family: nassim;
  width: 80px;
  transition: all .3s;
  cursor: pointer;
  margin: 5px
}

.button:hover span {
  padding-right: 25px
}

.button:hover span:after {
  opacity: 1;
  right: 0
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: .5s
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: .5s
}

.to-select {
  background-color: #FFF;
  display: flex;
  list-style: none;
  justify-content: space-between
}

.to-select:hover .currentPrice {
  visibility: visible
}

.to-select:focus .currentPrice {
  visibility: visible
}

.to-select li {
  display: inline-block;
  overflow: hidden;
  height: 36px;
  font-family: irsans;
  text-align: center;
  font-size: 12pt;
  color: #333;
  border: 1px solid #ddd;
  line-height: 36px
}

.to-select li .currentPrice {
  visibility: hidden
}

.to-select li input {
  width: 90%;
  text-align: center;
  border: 0
}

.to-select li input:hover {
  border-bottom: 1px solid #9ccff4
}

.to-select li:nth-child(1) {
  width: 46px
}

.to-select li:nth-child(2) {
  width: 100%;
  padding-right: 8px;
  border-right: 1px solid rgba(0, 150, 136, 0.39)
}

.to-select li:nth-child(3) {
  width: 200px
}

.to-select li:nth-child(3):hover .currentPrice {
  visibility: visible
}

.to-select li:nth-child(3):focus .currentPrice {
  visibility: visible
}

.to-select li:nth-child(4) {
  width: 96px
}

.to-select li:nth-child(5) {
  width: 96px
}

.to-select li:nth-child(6) {
  width: 96px
}

.btnShopShow {
  opacity: 1;
  position: fixed;
  bottom: 15px;
  left: 14px;
  background-color: #38885c
}

.btnShopShow .pr .num {
  width: 16px;
  text-align: center;
  line-height: 16pt;
  border-radius: 100%;
  right: 0;
  left: 0;
  font-size: 16pt;
  color: #fff
}

.btnShopShow .mdi {
  font-size: 16pt;
  color: #fff
}

.btnShopShow:hover .cartPreviewHolder {
  position: fixed;
  display: block !important
}

.buttonLiked {
  background-color: #f44336 !important;
  color: #FFF !important
}

.buttonLiked * {
  background-color: #f44336 !important;
  color: #FFF !important
}

.buttonLiked .wishBtn {
  background-color: #f44336;
  color: #FFF !important
}

.buttonLiked :hover * {
  background-color: #ef4434;
  color: #FFF
}

.footer-header {
  background-color: #2c3e50;
  width: 100%;
  height: 36px;
  padding: 0 5px;
  display: flex
}

.footer-header span {
  font-family: nassim;
  font-size: 12pt;
  line-height: 36px;
  color: #ddd;
  flex-grow: 1;
  text-align: center;
  border-bottom: 2px solid #00B8D4;
  box-shadow: 0 37px 2px 0 #ddd
}

.footer-header span :nth-child(1) {
  border-bottom: 2px solid #0016b0
}

.footer-header span :nth-child(2) {
  border-bottom: 2px solid #00B8D4
}

.footer-header span :nth-child(3) {
  border-bottom: 2px solid #007a8f
}

.footer-header span :nth-child(4) {
  border-bottom: 2px solid #b43d3d
}

.dashboard {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  padding: 8px;
  background-color: #FFF
}

.dashboard input {
  max-width: 90% !important;
  min-width: 90% !important;
  width: 90% !important
}

.dashboard h3 {
  font-size: 18px;
  font-family: irsans;
  font-weight: 100;
  color: #38566f;
  max-width: 90% !important;
  min-width: 90% !important;
  width: 90% !important;
  margin: 10px 0
}

.dashboard .postBody, .dashboard .postTitle {
  max-width: 90% !important;
  min-width: 90% !important;
  width: 90% !important;
  margin: 0 auto;
  border-bottom: 1px solid #ddd
}

.dashboard .postBody {
  min-height: 250px
}

footer {
  -webkit-box-shadow: 1px 1px 2px 3px #00B8D4;
  -moz-box-shadow: 1px 1px 2px 3px #00B8D4;
  box-shadow: 1px -2px 22px 0 rgba(204, 204, 204, 0.66);
  background-color: #fff;
  height: auto;
  padding: 5px;
  marign: 0;
  padding-top: 15px;
  display: flex;
  clear: both
}

footer .clm {
  flex-grow: 1
}

footer .clm * {
  font-family: shabnam
}

footer .clm h3 {
  font-size: 12pt;
  color: #3d3d3d;
  font-weight: 100
}

footer .clm ul {
  list-style: none
}

footer .clm ul li {
  line-height: 30px
}

footer .clm ul li a {
  font-size: 9pt
}

.tags .tag {
  background-color: #e8eaf1;
  border-radius: 15px;
  color: #069;
  display: block;
  font-size: 14px;
  font-family: irsans, roboto;
  line-height: 20px;
  margin-left: 15px;
  float: right;
  max-height: 30px;
  overflow: hidden;
  padding: 5px 15px;
  text-overflow: ellipsis
}

.tags .tag span:nth-child(2) {
  font-size: 14px;
  font-family: irsans, roboto
}

.tags .mdi-pound-box {
  color: #004d40
}

.layout-box-login {
  overflow: hidden;
  padding: 0;
  color: #444;
  border: 1px solid #999;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, opacity .2s ease;
  flex: 1 1 auto
}

.layout-box-login .layout-box-google-icon {
  background: url("/image/google_g_logo_36x36-5394e408c65ea28a0a21350de2ff6c2d.png") 50% 50% no-repeat #fff;
  background-size: 18px;
  width: 50px;
  height: 50px
}

.ophalf {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: .7
}

.ophalf:hover {
  opacity: 1
}

#captchaWrapperRegister, #captchaWrapperLogin {
  max-width: 150px;
  background-color: #f3f3f3;
  background-image: url("/image/bg_captcha.jpg");
  margin: 0 auto;
  padding: 6px;
  text-align: center;
  border: 1px solid #408000
}

#captchaWrapperRegister div, #captchaWrapperLogin div {
  font-size: 14pt
}

.dn {
  display: none !important
}

#getStartMessage {
  position: relative;
  overflow: hidden;
  width: 100%
}

.btn-tranparent {
  font-family: shabnam;
  color: #FFF !important;
  text-align: center;
  padding: 10px 15px;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid #f5f6f7;
  background: transparent;
  font-size: 9pt
}

.btn-tranparent:hover {
  color: #fff;
  background-color: #00B8D4;
  border: 1px solid #f5f6f7
}

#shopname {
  border-radius: 30px;
  margin-right: 15px;
  color: #009688;
  height: 56px;
  text-shadow: 0 0 0 #000;
  font-family: shabnam;
  background: transparent;
  -webkit-text-fill-color: transparent
}

#shopname:focus {
  border: 1px solid #fff;
  outline: 0
}

#shopname::-webkit-input-placeholder {
  color: #444;
  text-shadow: none;
  -webkit-text-fill-color: initial
}

#shopname:-moz-placeholder {
  color: #444;
  text-shadow: none;
  -webkit-text-fill-color: initial
}

#shopname::-moz-placeholder {
  color: #444;
  text-shadow: none;
  -webkit-text-fill-color: initial
}

#shopname:-ms-input-placeholder {
  color: #444;
  text-shadow: none;
  -webkit-text-fill-color: initial
}

​ .spinner-master2 * {
  transition: all .3s;
  box-sizing: border-box
}

.spinner-master2 {
  position: relative;
  height: 50px;
  width: 50px
}

.spinner-master2 input[type=checkbox] {
  display: none
}

.spinner-master2 label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 10px;
  left: 0
}

.spinner-master2 .spinner2 {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #02aabd;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1)
}

.spinner-master2 .diagonal.part-1 {
  position: relative;
  float: left
}

.spinner-master2 .horizontal {
  position: relative;
  float: left;
  margin-top: 7px
}

.spinner-master2 .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 6px
}

.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .horizontal {
  opacity: 0
}

.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .diagonal.part-1 {
  transform: rotate(135deg);
  margin-top: 10px
}

.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .diagonal.part-2 {
  transform: rotate(-135deg);
  margin-top: -16px
}

.transparent-background {
  font-weight: 100;
  position: relative;
  color: #607d8b;
  line-height: 32px;
  text-align: center;
  height: 32px;
  border-radius: 50%;
  box-shadow: 3px 2px 11px 0 rgba(204, 204, 204, 0.85);
  opacity: .9;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.transparent-background:hover {
  opacity: 1;
  box-shadow: 3px 2px 11px 0 rgba(204, 204, 204, 0.91)
}

.transparent-background .icon {
  font-size: 80%;
  margin-top: -5px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.transparent-background:nth-child(1):hover .icon {
  color: #f44336 !important
}

.transparent-background span:nth-child(2) {
  font-family: irsans !important;
  font-size: 75%;
  position: absolute;
  color: #607d8b;
  right: 0;
  left: 0;
  font-weight: 100;
  top: 12.5px
}

.guide-item-right {
  border-radius: 50px 50px 0 50px
}

.guide-item-left {
  border-radius: 50px 50px 50px 0
}

.guide-item-right, .guide-item-left {
  position: relative;
  color: #069;
  padding: 6px;
  line-height: 32px;
  text-align: center;
  height: auto;
  font-size: 15pt;
  background-color: rgba(245, 246, 247, 0.89);
  box-shadow: 3px 2px 11px 0 rgba(0, 150, 136, 0.17);
  cursor: pointer;
  bottom: 130px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.guide-item-right h6, .guide-item-left h6 {
  font-family: irsans;
  font-weight: 100;
  font-size: 18px
}

.guide-item-right:hover, .guide-item-left:hover {
  opacity: 1;
  box-shadow: 3px 2px 11px 0 rgba(204, 204, 204, 0.91)
}

.guide-item-right .mdi, .guide-item-left .mdi {
  font-family: irsans !important;
  font-size: 75%;
  position: absolute;
  color: #607d8b;
  right: -10px;
  top: -10px;
  font-weight: 100;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.guide-item-right:nth-child(1):hover .icon, .guide-item-left:nth-child(1):hover .icon {
  color: #f44336 !important
}

#quickNews {
  opacity: 8;
  position: fixed;
  right: 30px;
  z-index: 999;
  bottom: 46px
}

#quickMessage {
  opacity: 8;
  position: fixed;
  left: 0;
  z-index: 999;
  bottom: 46px
}

.signArchive {
  font-size: 12pt;
  font-weight: 100;
  position: relative;
  color: #607d8b;
  color: #ff9800;
  line-height: 32px;
  width: 32px;
  text-align: center;
  height: 32px;
  border-radius: 50%;
  box-shadow: 3px 2px 11px 0 rgba(204, 204, 204, 0.85);
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.signArchive:hover {
  opacity: 1;
  box-shadow: 3px 2px 11px 0 rgba(204, 204, 204, 0.91)
}

.signArchive .icon {
  font-size: 80%;
  margin-top: -5px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.signArchive:nth-child(1):hover .icon {
  color: #f44336 !important
}

.signArchive span:nth-child(2) {
  font-family: irsans !important;
  font-size: 75%;
  position: absolute;
  color: #607d8b;
  right: 0;
  left: 0;
  font-weight: 100;
  top: 12.5px
}

#fileHolder, #demoHolder {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  min-height: 100px;
  background-color: rgba(207, 216, 220, 0.08);
  border-radius: 2px;
  border: 1px dashed #006064
}

#fileHolder .file-item, #demoHolder .file-item {
  font-family: irsans;
  padding: 4px;
  display: flex;
  font-size: 12pt;
  background-color: #fff;
  border-radius: 8px;
  color: #009688
}

#progressBar {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px !important;
  padding: 0 !important
}

#progressBar #pcUp {
  margin: 0 auto
}

#demoProgressBar {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px !important;
  padding: 0 !important
}

#demoProgressBar #dPcUp {
  margin: 0 auto
}

.custom-rk-box {
  min-height: 400px;
  height: auto;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: scroll;
  resize: both;
  top: 95px;
  bottom: 0;
  right: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 999999999999
}

.specific-message {
  position: fixed;
  background-color: #009688;
  top: 95px;
  right: 0;
  width: 100%;
  height: 30px;
  z-index: 9999;
  text-align: center
}

.specific-message p {
  font-family: irsans;
  color: #f5f6f7;
  font-size: 18px
}

.cartTest {
  color: #009688;
  font-size: 14px;
  font-weight: 100;
  font-family: irsans
}

#page {
  background-color: #fff;
  padding: 15px
}

#page h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 300
}

#page .page-body {
  padding: 15px
}

#page .page-body h3, #page .page-body li, #page .page-body p, #page .page-body a {
  font-family: shabnam;
}

#page .page-body h3 {
  font-size: 20px;
  color: #0d47a1;
  font-weight: 300
}

#desc ul li {
  font-weight: 100;
  font-family: shabnam;
}

#desc ul li strong {
  font-weight: 100;
  font-family: shabnam;
}

#page .page-body p {
  font-size: 18px;
  color: #212121;
  font-weight: 500
}

#page .page-body td p {
  font-size: 14px;
  color: #607d8b;
  font-weight: 500;
}

#page .page-body ul {
  margin: 5px 35px
}

#page .page-body ul li {
  font-size: 16px;
  color: #00796b;
  font-weight: 300
}

#message {
  background-color: #eceff1;
  border: 1px dotted #4db6ac;
  width: 50%;
  padding-bottom: 15px
}

#message p {
  font-family: shabnam;
  font-size: 16px;
  font-weight: 300
}

#message .mdi {
  font-size: 840%
}

#message .mdi-alert-octagon {
  color: #900
}

#message .mdi-check-circle {
  font-size: 840%;
  color: #009688
}

#message ul {
  margin-right: 26px
}

#message ul li {
  text-align: right;
  font-size: 10pt;
  font-family: shabnam;
  list-style: square
}

#letsgo {
  position: absolute;
  top: 600px
}

.intro-start {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto
}

.intro-start .arrow_start {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  height: 23px;
  background: url('/image/arrow-126.png') no-repeat
}

.intro-start .getStartBtn {
  margin: 0
}

.getStartBtn {
  margin: 15px auto;
  border-radius: 6px;
  animation: random-color-red 7s infinite alternate;
  color: #FFF;
  box-shadow: 1px 1px 3px #607d8b;
  text-align: center;
  font-family: shabnam;
  font-size: 18pt;
  font-weight: 400;
  width: 256px;
  padding: 4px 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.getStartBtn:hover {
  background-color: rgba(194, 16, 4, 0.76);
  color: #FFF
}

.getStartBtn:active {
  background-color: #00B8D4;
  color: #FFF;
  border: 1px solid #ddd;
  -webkit-box-shadow: 1px 1px 17px #607d8b;
  -moz-box-shadow: 1px 1px 17px #607d8b;
  box-shadow: 1px 1px 17px #607d8b
}

* :hover a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

hr.half {
  background-color: #666;
  width: 50%;
  margin: 0 auto;
  height: 1px;
  border: 0;
  opacity: .15
}

hr.full {
  background-color: #666;
  width: 100%;
  margin: 0 auto;
  height: 1px;
  border: 0;
  opacity: .15
}

.stars {
  transform: perspective(500px);
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  perspective-origin: 50% 100%;
  animation: shake 22s infinite linear
}

.star {
  width: 2px;
  height: 2px;
  background: #f7f7b6;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0 -300px;
  transform: translate3d(0, 0, -300px);
  backface-visibility: hidden
}

.intro-everything {
  right: 0;
  left: 0;
  height: 426px;
  color: #f2f2f2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.intro-everything #canvas {
  width: 100%;
  z-index: -1;
  background: #04bbd3;
  background: #00B8D4;
  background: linear-gradient(to right, #b34f4f, #00e2ff, #00d0ff, #986666);
  background: linear-gradient(to right, #4fafb3, #7dd0db, #39a1b9, #66987a);
  background: linear-gradient(to right, #009688, #607d8b, #00bcd4, #4fafb3);
  background: linear-gradient(to right, #999, #f7f7f7);
  background-size: 600% 100%;
  -webkit-animation: AwesomeBG 30s ease infinite;
  -moz-animation: AwesomeBG 30s ease infinite;
  -ms-animation: AwesomeBG 30s ease infinite;
  -o-animation: AwesomeBG 30s ease infinite;
  animation: AwesomeBG 30s ease infinite;
  overflow: hidden;
  position: absolute
}

.intro-everything .first-show {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: space-around
}

.intro-everything .df {
  text-align: center
}

.intro-everything .show-info {
  background-color: rgba(99, 100, 101, 0.25);
  width: 250px;
  height: 250px;
  border-radius: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.intro-everything .show-info:nth-child(3) .info-col div {
  background: url('/image/info/fitness.jpg')
}

.intro-everything .show-info:nth-child(2) .info-col div {
  background: url('/image/info/programmer.jpg')
}

.intro-everything .show-info:nth-child(1) .info-col div {
  background: url('/image/info/run.jpg')
}

.intro-everything .show-info .info-col .img-info {
  border: 2px solid #FFF;
  border-radius: 100%;
  margin: 5px auto;
  width: 128px;
  height: 128px
}

.intro-everything .show-info p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  width: 90%;
  margin: 0 auto;
  background: rgb(0, 184, 212);
  padding: 8px;
  line-height: 30px;
  color: #f5f6f7;
  font-size: 14px;
  max-height: 90px !important;
  min-height: 90px !important;
  height: 90px !important;
  font-family: shabnam;
  border-radius: 36px;
  font-weight: 100
}

.intro-everything .head-info {
  width: 100%;
  background-color: #707078;
  padding: 8px 0;
  text-align: center
}

.intro-everything .head-info p, .intro-everything .head-info h4 {
  font-size: 14pt
}

.intro-everything .cat-box {
  position: absolute;
  bottom: 46px;
  width: 512px;
  height: 128px;
  margin: 0 auto;
  right: 0;
  left: 0;
  background-color: rgba(245, 246, 247, 0.95);
  box-shadow: 1px 1px 3px rgba(34, 34, 34, 0.45);
  align-items: center;
  justify-content: center;
  display: flex
}

.intro-everything .cat-box ul {
  margin: 0 15px
}

.intro-everything .cat-box ul li {
  list-style: none
}

.intro-everything .cat-box ul li ul {
  margin: 0;
  border: 0
}

.intro-everything .cat-box ul li ul li a {
  color: #333;
  font-size: 12pt;
  font-family: irsans
}

.intro-everything .cat-box ul li a {
  font-size: 12pt;
  font-family: irsans
}

.intro-everything .cat-box span {
  display: block;
  width: 128px;
  height: 128px;
  background: url("/image/info/128-health.jpg")
}

.intro-everything nav {
  top: 450px;
  width: 100%;
  height: 46px
}

.intro-everything nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 800px;
  margin: 0 auto
}

.intro-everything nav ul li {
  background-color: rgba(255, 251, 249, 0.42);
  border-radius: 50px;
  padding: 0 6px;
  list-style: none;
  text-align: center;
  margin: 0 15px;
  border: 1px dotted transparent;
  line-height: 46px
}

.intro-everything nav ul li:hover {
  background-color: rgba(239, 255, 248, 0.69)
}

.intro-everything nav ul li a {
  margin: 0;
  padding: 0
}

.intro-everything nav ul li a span {
  vertical-align: middle;
  color: #444;
  font-size: 14pt;
  font-family: irsans
}

.intro-everything nav ul li a .mdi {
  box-shadow: 1px 1px 3px rgba(34, 34, 34, 0.45);
  width: 30px;
  height: 30px;
  color: #444;
  border-radius: 100%;
  text-align: center;
  line-height: 46px;
  padding: 6px 10px 2px 10px
}

.intro-everything nav ul li a:hover span {
  color: #00B8D4
}

#pay-ports img {
  width: 100px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: .7
}

#pay-ports img:hover {
  opacity: 1
}

#intro-reason {
  width: 100%;
  height: auto
}

#intro-reason ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}

#intro-reason ul li {
  background-color: rgba(255, 251, 249, 0.42);
  border-radius: 50px;
  padding: 0 6px;
  list-style: none;
  text-align: center;
  margin: 0 15px;
  border: 1px dotted transparent;
  line-height: 46px
}

#intro-reason ul li:hover {
  background-color: rgba(239, 255, 248, 0.69)
}

#intro-reason ul li a {
  margin: 0;
  padding: 0
}

#intro-reason ul li a span {
  vertical-align: middle;
  color: #444;
  font-size: 14pt;
  font-family: irsans
}

#intro-reason ul li a .mdi {
  box-shadow: 1px 1px 3px rgba(34, 34, 34, 0.45);
  width: 30px;
  height: 30px;
  color: #444;
  border-radius: 100%;
  text-align: center;
  line-height: 46px;
  padding: 6px 10px 2px 10px
}

#intro-reason ul li a:hover span {
  color: #00B8D4
}

#mainCategory {
  position: fixed;
  top: 125px;
  right: 0;
  left: 0;
  z-index: 9999
}

#mainCategory nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: #2c3e50;
  box-shadow: 1px 1px 3px rgba(34, 34, 34, 0.45)
}

#mainCategory nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 800px;
  margin: 0 auto
}

#mainCategory nav ul li {
  list-style: none;
  text-align: center;
  margin: 0 15px;
  border-top: 1px solid transparent;
  line-height: 46px
}

#mainCategory nav ul li:hover {
  border-top: 1px solid #00B8D4
}

#mainCategory nav ul li a {
  margin: 0;
  padding: 0
}

#mainCategory nav ul li a span {
  vertical-align: middle;
  color: #fefefe;
  font-size: 12pt;
  font-family: irsans, roboto;
  letter-spacing: normal;
}

#mainCategory nav ul li a:hover span {
  color: #00B8D4
}

.mlogo {
  display: none !important
}

#mobile-cart-shop {
  display: none
}

.mobile-cart {
  margin: 0 15px;
  position: relative;
  line-height: 31.5px;
  cursor: pointer
}

.mobile-cart .mdi {
  color: #00B8D4;
  font-size: 15pt !important
}

.mobile-cart .order-count {
  position: absolute;
  top: -10px;
  padding: 0 3px;
  right: -12px;
  color: #00B8D4;
  border-radius: 100%
}

.reply {
  background-color: #f5f6f7;
  margin-right: 25px;
  border: 1px dashed #ccc;
  padding: 6px
}

.reply p {
  font-family: irsans, roboto;
  font-size: 11pt;
  font-weight: 100
}

.reply a {
  font-family: irsans, roboto;
  font-size: 12pt;
  font-weight: 100;
  display: inline-block
}

.view-entry-header {
  text-align: center;
  color: #FFF;
  font-family: irsans !important;
  background-color: #004d40 !important
}

ul.view-entry {
  max-width: 800px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0
}

ul.view-entry:nth-child(1) {
  background-color: #dedad8;
  text-align: center;
  color: #FFF
}

.view-entry li {
  display: inline-block;
  border-left: solid #f5f6f7 .5px;
  border-right: solid #f5f6f7 .5px;
  padding: 7px 10px;
  font-family: irsans;
  font-size: 12pt
}

.view-entry:nth-child(odd) {
  background-color: #b2dfdb
}

.view-entry:nth-child(even) {
  background-color: #f5f5f5
}

.view-entry:nth-child(n) {
  -moz-transition: .1s ease-in-out;
  -ms-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition: .1s ease-in-out
}

.view-entry:nth-child(n):hover {
  cursor: pointer;
  background-color: rgba(0, 77, 64, 0.51)
}

.view-entry.done {
  background-color: #b2dfdb;
  color: #004d40
}

.view-entry:nth-child(1) li {
  border: 0;
  flex-grow: 1
}

.view-entry li:nth-child(1) {
  flex-grow: 1
}

.view-entry li:nth-child(2) {
  flex-grow: 1;
  text-align: center;
  max-width: 200px
}

.view-entry li:nth-child(3) {
  width: 30%;
  text-align: center
}

.cols {
  display: flex
}

.cols li {
  display: inline-block
}

.intro {
  display: block !important;
  position: relative;
  flex-direction: column
}

.intro h1, .intro h2, .intro h3 {
  font-family: shabnam;
  font-size: 15pt;
  font-weight: 300;
  margin: 0 0 45px 0
}

.intro p {
  font-size: 16pt;
  font-family: irsans;
  font-weight: 400;
  text-align: center
}

.intro-introduce {
  background-color: #FFF;
  z-index: 10
}

.intro-introduce h2, .intro-introduce h1 {
  text-align: center !important
}

.intro-introduce h3 {
  font-size: 14pt;
  font-weight: 200;
  text-align: center;
  color: #444
}

.box-rocklando-swing {
  z-index: 2;
  justify-content: space-around
}

.box-rocklando-swing img {
  display: block;
  transform-origin: center -20px;
  float: right;
  animation: swing-right ease-in-out 2s infinite alternate;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

#mceu_35 {
  display: none !important
}

.our-services {
  right: 0;
  left: 0;
  margin-top: 140px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  flex-direction: column;
  margin: 0 auto
}

.our-services .row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 36px 0
}

.our-services .service-box {
  max-width: 45% !important;
  min-width: 45% !important;
  width: 45% !important;
  max-height: 450px;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2)
}

.our-services .service-box:nth-child(1) img {
  transform-origin: center -20px;
  float: left;
  animation: swing-left ease-in-out 2s infinite alternate
}

.our-services h3 {
  font-size: 14pt;
  font-weight: 200;
  text-align: right;
  color: #222
}

.our-services .col p {
  font-weight: 500;
  font-size: 14pt;
  color: #444;
  margin-top: 5px;
  text-align: justify
}

.our-services .col ul {
  margin-top: 15px;
  margin-right: 30px
}

.our-services .col ul li {
  margin-top: 5px;
  font-family: shabnam;
  font-size: 10pt;
  font-weight: 100;
  text-align: right;
  color: #666
}

.grow:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.shrink:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8)
}

.threed:hover {
  box-shadow: 1px 1px #53a7ea, 2px 2px #53a7ea, 3px 3px #53a7ea;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px)
}

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes bounce {

0
{
  -webkit-transform: rotate(0)
}
25
%
{
  -webkit-transform: rotate(5deg)
}
75
%
{
  -webkit-transform: rotate(-5deg)
}
100
%
{
  -webkit-transform: rotate(0)
}
}
.swing {
  transform-origin: center -20px
}

.swing-left {
  transform-origin: center -20px;
  float: left;
  animation: swing-left ease-in-out 2s infinite alternate
}

.swing-right {
  transform-origin: center -20px;
  float: right;
  animation: swing-right ease-in-out 2s infinite alternate
}

@keyframes swing-right {

0
{
  transform: rotate(3deg)
}
100
%
{
  transform: rotate(-3deg)
}
}
@keyframes swing-left {

0
{
  transform: rotate(-3deg)
}
100
%
{
  transform: rotate(3deg)
}
}
.raychat_main_container_body_chat_item_message_me {
  border-right: 20px solid #00B8D4 !important
}

.raychat_main_button_count span {
  background: #00B8D4 !important;
  font-family: irsans !important
}

.raychat_main_container_header {
  background-color: #00B8D4 !important
}

.raychat_main_container_header img {
  border: 1px solid #FFF !important
}

#raychat_main_container_body_watermark {
  display: none !important
}

.raychat_main_container_body_chat_item_toast_message {
  background-color: rgba(0, 150, 136, 0.65) !important
}

.mce-tooltip-inner {
  font-size: 14pt !important;
  font-family: shabnam !important
}

#mceu_36 *, #mceu_53 *, #mceu_102 *, #mceu_103 *, #mceu_43 *, #mceu_48 *, #mceu_2 *, #mceu_35 *, #mceu_36 p, #mceu_53 p, #mceu_102 p, #mceu_103 p, #mceu_43 p, #mceu_48 p, #mceu_2 p, #mceu_35 p {
  font-size: 14pt !important;
  font-family: shabnam !important
}

.mce-content-body {
  background: #FFF !important
}

#tinymce {
  background: #FFF !important
}

#tinymce *, #tinymce p {
  font-size: 14pt !important;
  font-family: shabnam !important
}

.g-plus span, .ozWidgetRioButtonContents_ span {
  font-size: 14pt !important;
  font-family: irsans !important
}

#usefull-links {
  width: 50%;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 6px;
  border: 1px dotted #ddd;
  padding: 32px
}

#getStartMessage1 {
  position: absolute !important;
  top: 100px;
  background-color: #00bfa5
}

#create-shop {
  margin: 0 auto;
  border-radius: 6px;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  display: flex;
  padding: 36px 0;
  background-color: rgba(255, 255, 255, 0.5);
  float: right;
  flex-direction: row
}

.intro-get-start h4 {
  color: #222
}

.rspinner {
  position: relative;
  width: 156px;
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%
}

.rspinner .rt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  border: 12px dotted rgba(0, 72, 60, 0.3);
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  -webkit-animation: spin .50s infinite linear;
  animation: spin .50s infinite linear
}

.intro-guide {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  color: #222
}

.intro-guide h2 {
  margin: 5px 0;
  font-size: 15pt !important
}

.intro-guide .guide-step {
  position: relative;
  border-radius: 100%;
  width: 156px;
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  text-align: center
}

.intro-guide .guide-step .rt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  border: 6px solid rgba(217, 216, 221, 0.73);
  -webkit-animation: spin 1.9s ease-in-out infinite alternate;
  animation: spin 1.9s ease-in-out infinite alternate
}

.br-1of4 {
  border-top: solid 1px #c22 !important;
  border-left: solid 1px #ddd !important;
  border-right: solid 1px #ddd !important;
  border-bottom: solid 1px #ddd !important
}

.br-2of4 {
  border-top: solid 1px #0078ff !important;
  border-left: solid 1px #ddd !important;
  border-right: solid 1px #0078ff !important;
  border-bottom: solid 1px #ddd !important
}

.br-3of4 {
  border-top: solid 1px #e67e22 !important;
  border-left: solid 1px #ddd !important;
  border-right: solid 1px #e67e22 !important;
  border-bottom: solid 1px #e67e22 !important
}

.br-4of4 {
  border-top: solid 1px #009688 !important;
  border-left: solid 1px #009688 !important;
  border-right: solid 1px #009688 !important;
  border-bottom: solid 1px #009688 !important
}

.border-dashed1px {
  border: 1px dashed #aaa
}

.element {
  height: 250px;
  width: 250px;
  margin: 0 auto;
  animation: stretch 1.9s ease-in-out infinite alternate
}

@keyframes stretch {

0
{
  transform: scale(0.3)
;
  border-radius: 100%
}
100
%
{
  transform: scale(0.9)
}
}
.rloader {
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  position: fixed;
  top: 0;
  background-color: rgba(101, 101, 101, 0.44);
  display: flex;
  align-items: center;
  justify-content: center
}

.rloader .loader-step {
  position: fixed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 128px;
  height: 128px;
  box-shadow: 1px 2px 3px #777
}

.rloader .loader-step .br {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  animation: move ease-in-out 1.2s infinite alternate;
  width: 84px;
  height: 84px;
  box-shadow: 1px 2px 3px #777;
  border: 2px solid #fff
}

.rloader .loader-step1 {
  position: fixed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 128px;
  height: 128px;
  box-shadow: 1px 2px 3px #777
}

.rloader .loader-step1 .br {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 84px;
  height: 84px;
  box-shadow: 1px 2px 3px #777;
  border: 2px solid #fff
}

@keyframes move {

0
{
  transform: translateX(10%)
}
100
%
{
  transform: translateX(-10%)
}
}
@keyframes random-color {

0
{
  background-color: #005969
}
50
%
{
  background-color: #0098bc
}
100
%
{
  background-color: #0098bc
}
}
@keyframes random-color-red {

0
{
  background-color: #f44336
}
50
%
{
  background-color: #b71c1c
}
100
%
{
  background-color: #00B8D4
}
}
@keyframes random-color-green {

0
{
  background-color: #009688
}
25
%
{
  background-color: #009688
}
50
%
{
  background-color: #006064
}
75
%
{
  background-color: #00b8d4
}
100
%
{
  background-color: #00bfa5
}
}
.rocklando_chat_content {
  position: fixed;
  width: 380px;
  bottom: 100px;
  height: 380px;
  right: 20px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  background: url("/image/bg_chat.png") repeat fixed;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-radius: 8px;
  z-index: 9999999999;
  -webkit-box-shadow: 4px 6px 11px 0 #3b38334a;
  -moz-box-shadow: 4px 6px 11px 0 #3b38334a;
  box-shadow: 4px 6px 11px 0 #3b38334a;
  overflow: hidden;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.rocklando_chat_content .rocklando_chat_content_header {
  padding: 6px;
  width: 100%;
  background-color: #607d8b;
  position: relative
}

.rocklando_chat_content .rocklando_chat_content_header h3 {
  color: #f5f6f7;
  font-family: shabnam;
  font-weight: 100;
  fonts-size: 10pt !important;
  margin-right: 10px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.rocklando_chat_content .rocklando_chat_content_header .mdi-close {
  color: #FFF;
  position: absolute !important;
  left: 15px;
  box-shadow: -1px 0 20px 0 rgba(73, 99, 125, 0.85)
}

.rocklando_chat_content .rocklando_chat_content_header .mdi-refresh {
  color: #FFF;
  position: absolute !important;
  left: 95px;
  box-shadow: -1px 0 20px 0 rgba(73, 99, 125, 0.85)
}

.rocklando_chat_content .rocklando_chat_content_header .icon {
  color: #FFF;
  position: absolute !important;
  left: 56px;
  box-shadow: -1px 0 20px 0 rgba(73, 99, 125, 0.85)
}

.rocklando_chat_content .rocklando_chat_content_header .rocklalndo_chat_support_img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.rocklando_chat_content .rocklando_chat_content_header .rocklalndo_chat_support_img img {
  width: 32px;
  height: 32px;
  padding: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%
}

.rocklando_chat_content .container {
  position: relative;
  width: 380px;
  height: 380px;
  background-color: #FFF
}

.rocklando_chat_content .container .message_content {
  max-height: 280px !important;
  min-height: 280px !important;
  height: 280px !important;
  overflow-y: scroll
}

.rocklando_chat_content .container .message_content .pr {
  width: 380px
}

.rocklando_chat_content .container .message_content .pr .mdi {
  position: absolute !important;
  right: 0;
  top: 15px
}

.rocklando_chat_content .container .message_content .r_chat_message, .rocklando_chat_content .container .message_content .l_chat_message {
  font-family: shabnam;
  font-weight: 100;
  font-size: 9pt;
  line-height: 22pt
}

.rocklando_chat_content .container .message_content .r_chat_message {
  width: auto;
  border-radius: 30px;
  padding: 6px;
  display: inline-block;
  padding: 5px 6px 8px 6px;
  border-radius: 6px;
  float: right;
  clear: both;
  margin-right: 10px;
  color: #444;
  background-color: #eceff1;
  position: relative;
  margin-top: 15px
}

.rocklando_chat_content .container .message_content .r_chat_message:after {
  content: "";
  position: absolute;
  margin-top: -10px;
  margin-left: -5px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #eceff1;
  transform: rotate(-45deg);
  right: -15px;
  top: 10px
}

.rocklando_chat_content .container .message_content .l_chat_message {
  width: auto;
  background: #ddd;
  border-radius: 30px;
  padding: 6px;
  display: inline-block;
  margin-left: 30px;
  padding: 5px 6px 8px 6px;
  border-radius: 6px;
  float: left;
  clear: both;
  margin-right: 10px;
  color: #f5f6f7;
  background-color: #2196f3;
  position: relative;
  margin-top: 15px
}

.rocklando_chat_content .container .message_content .l_chat_message:after {
  content: "";
  position: absolute;
  margin-top: -4px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #2196f3;
  transform: rotate(150deg);
  left: -15px;
  top: 10px
}

.rocklando_chat_content .container textarea {
  position: absolute;
  bottom: 0;
  z-index: 99;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  font-family: shabnam;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  font-family: shabnam, roboto;
  font-size: 14pt;
  font-weight: 100;
  resize: none;
  padding: 6px;
  padding-right: 12px;
  background-color: #f5f6f7;
  height: 62px;
  line-height: 36px;
  border: 0
}

.rocklando_chat_content .container textarea:focus {
  background-color: #fff
}

.rocklando_chat_content .container textarea::-webkit-input-placeholder {
  color: #222;
  font-size: 12pt;
  font-weight: 100
}

.rocklando_chat_content .container textarea:-moz-placeholder {
  color: #222;
  font-size: 12pt;
  font-weight: 100
}

.rocklando_chat_content .container textarea::-moz-placeholder {
  color: #222;
  font-size: 12pt;
  font-weight: 100
}

.rocklando_chat_content .container textarea:-ms-input-placeholder {
  color: #222;
  font-size: 12pt;
  font-weight: 100
}

.rocklalndo_chat_support_img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.rocklalndo_chat_support_img img {
  width: 32px;
  height: 32px;
  padding: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%
}

.rocklando_chat_content_admin {
  width: 380px;
  bottom: 100px;
  height: 380px;
  right: 20px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  float: right;
  background: url("/image/bg_chat.png") repeat fixed;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-radius: 8px;
  z-index: 9999999999;
  -webkit-box-shadow: 4px 6px 11px 0 #3b38334a;
  -moz-box-shadow: 4px 6px 11px 0 #3b38334a;
  box-shadow: 4px 6px 11px 0 #3b38334a;
  overflow: hidden;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.rocklando_chat_content_admin .rocklando_chat_content_header {
  padding: 6px;
  width: 100%;
  background-color: #FFF;
  animation: random-color 5s infinite alternate;
  position: relative
}

.rocklando_chat_content_admin .rocklando_chat_content_header h3 {
  color: #f5f6f7;
  font-family: shabnam;
  font-weight: 100;
  fonts-size: 10pt !important;
  margin-right: 10px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.rocklando_chat_content_admin .rocklando_chat_content_header .mdi-close {
  color: #FFF;
  position: absolute !important;
  left: 15px;
  box-shadow: -1px 0 20px 0 rgba(73, 99, 125, 0.85)
}

.rocklando_chat_content_admin .rocklando_chat_content_header .icon {
  color: #FFF;
  position: absolute !important;
  left: 56px;
  box-shadow: -1px 0 20px 0 rgba(73, 99, 125, 0.85)
}

.rocklando_chat_content_admin .rocklando_chat_content_header .rocklalndo_chat_support_img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: url("/image/admin_pic.png");
  width: 32px;
  height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%
}

.rocklando_chat_content_admin .container {
  position: relative;
  width: 380px;
  height: 380px;
  background-color: #FFF
}

.rocklando_chat_content_admin .container .message_content {
  max-height: 280px !important;
  min-height: 280px !important;
  height: 280px !important;
  overflow-y: scroll
}

.rocklando_chat_content_admin .container .message_content .pr {
  width: 380px
}

.rocklando_chat_content_admin .container .message_content .pr .mdi {
  position: absolute !important;
  right: 0;
  top: 15px
}

.rocklando_chat_content_admin .container .message_content .r_chat_message, .rocklando_chat_content_admin .container .message_content .l_chat_message {
  font-family: shabnam;
  font-weight: 100;
  font-size: 9pt;
  line-height: 22pt
}

.rocklando_chat_content_admin .container .message_content .r_chat_message {
  width: auto;
  border-radius: 30px;
  padding: 6px;
  display: inline-block;
  padding: 5px 6px 8px 6px;
  border-radius: 6px;
  float: right;
  clear: both;
  margin-right: 10px;
  color: #444;
  background-color: #eceff1;
  position: relative;
  margin-top: 15px
}

.rocklando_chat_content_admin .container .message_content .r_chat_message:after {
  content: "";
  position: absolute;
  margin-top: -10px;
  margin-left: -5px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #eceff1;
  transform: rotate(-45deg);
  right: -15px;
  top: 10px
}

.rocklando_chat_content_admin .container .message_content .l_chat_message {
  width: auto;
  background: #ddd;
  border-radius: 30px;
  padding: 6px;
  display: inline-block;
  margin-left: 30px;
  padding: 5px 6px 8px 6px;
  border-radius: 6px;
  float: left;
  clear: both;
  margin-right: 10px;
  color: #f5f6f7;
  background-color: #2196f3;
  position: relative;
  margin-top: 15px
}

.rocklando_chat_content_admin .container .message_content .l_chat_message:after {
  content: "";
  position: absolute;
  margin-top: -4px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #2196f3;
  transform: rotate(150deg);
  left: -15px;
  top: 10px
}

.rocklando_chat_content_admin .container textarea {
  position: absolute;
  bottom: 0;
  z-index: 99;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  font-family: shabnam;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  font-family: shabnam, roboto;
  font-size: 14pt;
  font-weight: 100;
  resize: none;
  padding: 6px;
  padding-right: 12px;
  background-color: #f5f6f7;
  height: 62px;
  line-height: 36px;
  border: 0
}

.rocklando_chat_content_admin .container textarea:focus {
  background-color: #fff
}

.rocklando_chat_content_admin .container textarea::-webkit-input-placeholder {
  color: #222;
  font-size: 12pt;
  font-weight: 100
}

.rocklando_chat_content_admin .container textarea:-moz-placeholder {
  color: #222;
  font-size: 12pt;
  font-weight: 100
}

.rocklando_chat_content_admin .container textarea::-moz-placeholder {
  color: #222;
  font-size: 12pt;
  font-weight: 100
}

.rocklando_chat_content_admin .container textarea:-ms-input-placeholder {
  color: #222;
  font-size: 12pt;
  font-weight: 100
}

.rocklando_chat_button {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ddd;
  position: fixed;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  bottom: 25px;
  border-top: solid 1px #EEE;
  border-left: solid 1px #EEE;
  border-right: solid 1px #EEE;
  border-bottom: solid 1px #EEE;
  right: 15px;
  cursor: pointer
}

.rocklando_chat_button .rocklando_main_button {
  position: relative
}

.rocklando_chat_button .rocklando_main_button .rocklando_main_button_count {
  position: absolute;
  animation: random-color-red 5s infinite alternate;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 0;
  height: 22px;
  width: 22px;
  font-size: 12pt;
  text-align: center;
  font-family: irsans;
  font-weight: 100;
  color: #2c3e50;
  color: #FFF
}

.rocklando_chat_button:active {
  background-color: #fff
}

.rocklando_chat_button:active:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.rocklando_chat_button .guide-step {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.rocklando_chat_button .guide-step .mdi {
  margin-top: 10px !important;
  font-size: 20pt;
  color: #00B8D4
}

.rocklando_chat_button .guide-step .rt {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  border-right: 0;
  border-left: 0;
  border-bottom: 0
}

.spin_chat_button {
  border-top: solid 1px #00B8D4;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #00B8D4;
  -webkit-animation: spin 3.5s 2 cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation: spin 3.5s 2 cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.chats {
  width: 100%;
  height: 500px
}

.chats #chat_content {
  margin-right: 315px
}

.chats .users {
  background-color: #e9ebee;
  box-shadow: #b2b9c9 2px 0 2px -2px inset;
  position: fixed;
  overflow: scroll;
  right: 0;
  width: 300px;
  height: 100%;
  z-index: 99999999999999
}

.chats .users h3 {
  font-family: shabnam;
  color: #444;
  font-size: 11pt;
  margin: 15px;
  font-weight: 100
}

.chats .users ul li {
  list-style: none;
  padding: 15px 15px;
  cursor: pointer
}

.chats .users ul li:hover {
  background-color: #e1e3e6
}

.chats .users ul li span {
  font-family: shabnam
}

#graph {
  width: 800px;
  height: 250px;
  margin: 20px auto 0 auto
}

.pln {
  color: #000
}

@media screen {
  .str {
    color: #080
  }

  .kwd {
    color: #008
  }

  .com {
    color: #800
  }

  .typ {
    color: #606
  }

  .lit {
    color: #066
  }

  .pun, .opn, .clo {
    color: #660
  }

  .tag {
    color: #008
  }

  .atn {
    color: #606
  }

  .atv {
    color: #080
  }

  .dec, .var {
    color: #606
  }

  .fun {
    color: red
  }
}

@media print, projection {
  .str {
    color: #060
  }

  .kwd {
    color: #006;
    font-weight: 700
  }

  .com {
    color: #600;
    font-style: italic
  }

  .typ {
    color: #404;
    font-weight: 700
  }

  .lit {
    color: #044
  }

  .pun, .opn, .clo {
    color: #440
  }

  .tag {
    color: #c11212;
    font-weight: 700
  }

  .atn {
    color: #404
  }

  .atv {
    color: #060
  }
}

pre.prettyprint {
  padding: 2px;
  border: 1px solid #888
}

ol.linenums {
  margin-top: 0;
  margin-bottom: 0
}

li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
  list-style-type: none
}

li.L1, li.L3, li.L5, li.L7, li.L9 {
  background: #eee
}

.morris-hover {
  position: absolute;
  z-index: 1000
}

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: irsans !important;
  font-size: 14px;
  text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: .25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: .1em 0
}

#rocketwagon-canvas {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: -1 !important;
  height: 500px !important
}

.connecting-dots {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #136a8a;
  background: -webkit-linear-gradient(to right, #267871, #136a8a);
/*  background: linear-gradient(to right, #267871, #136a8a);
  background: linear-gradient(to right, #f7f7f7, #999);
  background-image: linear-gradient(141deg, #c90c12 0%, #2b3638 1%, #3b3e40 75%)*/
}

.owl-prev, .owl-next {
  display: none
}

.call-form label {
  font-family: shabnam
}

.call-form input, .call-form textarea {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  font-size: 1rem;
  line-height: 1.75;
  padding: .5rem .75rem;
  transition: border-color .1s ease-in
}

.trall {
  transition: all .5s ease-in
}

#mceu_29 {
  display: none !important
}

.blog {
  max-width: 80% !important;
  min-width: 80% !important;
  width: 80% !important;
  padding: 5px;
  display: flex;
  margin: 0 auto
}

.blog article.single {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important
}

.blog article.single img {
  max-width: 90%;
  margin: 0 auto;
  height: auto
}

.blog article.single .article-text {
  max-width: 80% !important;
  min-width: 80% !important;
  width: 80% !important;
  margin: 0 auto
}

.blog article.single .article-text img {
  max-width: 90%;
  margin: 0 auto;
  height: auto
}

.blog article.single .article-text .article-title h1 {
  background-color: rgba(221, 221, 221, 0.34);
  color: #666;
  padding: 4px 0;
  padding-right: 6px;
  font-weight: 100
}

.blog article.single .article-text .article-title a {
  color: #444
}

.blog article.single .article-text p {
  color: #333;
  font-size: 12pt;
  text-align: justify
}

.blog article.single .article-text .article-category {
  font-family: shabnam;
  color: #999;
  font-size: 9pt
}

.blog article.single .article-image {
  margin: 0 auto;
  height: auto;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.blog article.single .article-image img {
  max-width: 90%;
  margin: 0 auto;
  height: auto
}

.blog article.single .article-image img {
  margin: 0 auto
}

.blog article.linear {
  -webkit-box-shadow: 1px 2px 3px #ddd;
  -moz-box-shadow: 1px 2px 3px #ddd;
  box-shadow: 1px 2px 6px #ddd;
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  height: 180px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  margin-top: 50px
}

.blog article.linear .article-text {
  flex-grow: 1;
  margin: 0 auto;
  margin-right: 6px;
  display: flex;
  flex-direction: column
}

.blog article.linear .article-text img {
  display: none
}

.blog article.linear .article-text .article-title {
  max-width: 80% !important;
  min-width: 80% !important;
  width: 80% !important;
  padding: 4px 0
}

.blog article.linear .article-text .article-title a {
  color: #444
}

.blog article.linear .article-text p {
  max-width: 80% !important;
  min-width: 80% !important;
  width: 80% !important;
  font-family: irsans;
  color: #666;
  font-size: 12pt;
  text-align: right
}

.blog article.linear .article-text .article-category {
  font-family: shabnam;
  color: #999;
  font-size: 9pt
}

.blog article.linear .article-image {
  max-width: 250px !important;
  min-width: 250px !important;
  width: 250px !important;
  margin: 0 auto;
  height: 250px
}

.blog article.linear .article-image img {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
  height: 100% !important
}

.blog .blog-primary {
  width: 65%;
  margin-left: 25px
}

.blog .blog-secondary {
  position: relative;
  width: 35%
}

.blog .blog-secondary img {
  position: fixed
}

/*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
.slider-pro {
  width: 100%;
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.sp-slides-container {
  position: relative
}

.sp-mask {
  position: relative;
  overflow: hidden
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000
}

.sp-slide {
  position: absolute;
  background: url("/image/slider2.jpg") 50% 50% scroll;
}

.sp-image-container {
  overflow: hidden
}

.sp-image {
  position: relative;
  display: block;
  border: none
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%
}

.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr
}

.sp-bottom-thumbnails, .sp-top-thumbnails {
  left: 0;
  margin: 0 auto
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px
}

.sp-bottom-thumbnails {
  margin-top: 4px
}

.sp-left-thumbnails, .sp-right-thumbnails {
  position: absolute;
  top: 0
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px
}

.sp-thumbnails {
  position: relative
}

.sp-thumbnail {
  border: none
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.sp-rtl .sp-thumbnail-container {
  float: right
}

.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px
}

.sp-bottom-thumbnails .sp-thumbnail-container:first-child, .sp-top-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0
}

.sp-bottom-thumbnails .sp-thumbnail-container:last-child, .sp-top-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0
}

.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px
}

.sp-left-thumbnails .sp-thumbnail-container:first-child, .sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0
}

.sp-left-thumbnails .sp-thumbnail-container:last-child, .sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0
}

.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  left: 0;
  top: 0;
  margin-left: 13px
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}

.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  right: 0;
  top: 0;
  margin-right: 13px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}

.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  top: 0;
  margin-top: 13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent
}

.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  bottom: 0;
  margin-bottom: 13px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent
}

.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden
}

.sp-black {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, .7)
}

.sp-white {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, .7)
}

.sp-rounded {
  border-radius: 10px
}

.sp-padding {
  padding: 10px
}

.sp-grab {
  cursor: url(images/openhand.cur), move
}

.sp-grabbing {
  cursor: url(images/closedhand.cur), move
}

.sp-selectable {
  cursor: default
}

.sp-caption-container {
  text-align: center;
  margin-top: 10px
}

.sp-full-screen {
  margin: 0 !important;
  background-color: #000
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sp-full-screen-button:before {
  content: '\2195'
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1
}

.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px
}

.sp-rtl .sp-buttons {
  direction: rtl
}

.sp-full-screen .sp-buttons {
  display: none
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #27bfd6;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

.sp-selected-button {
  background-color: #27bfd6
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px
  }
}

.sp-arrows {
  position: absolute
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto
}

.sp-horizontal .sp-next-arrow, .sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto
}

.sp-vertical .sp-previous-arrow {
  top: 20px
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg)
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg)
}

.sp-horizontal.sp-rtl .sp-previous-arrow, .sp-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

.ie7 .sp-arrow, .ie8 .sp-arrow {
  width: 0;
  height: 0
}

.ie7 .sp-arrow:after, .ie7 .sp-arrow:before, .ie8 .sp-arrow:after, .ie8 .sp-arrow:before {
  content: none
}

.ie7.sp-horizontal .sp-previous-arrow, .ie8.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent
}

.ie7.sp-horizontal .sp-next-arrow, .ie8.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent
}

.ie7.sp-vertical .sp-previous-arrow, .ie8.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent
}

.ie7.sp-vertical .sp-next-arrow, .ie8.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent
}

.sp-thumbnail-arrows {
  position: absolute
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1
}

.sp-bottom-thumbnails .sp-thumbnail-arrows, .sp-top-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px
}

.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow, .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  left: 0
}

.sp-bottom-thumbnails .sp-next-thumbnail-arrow, .sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 0
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow, .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0
}

.sp-left-thumbnails .sp-next-thumbnail-arrow, .sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0
}

.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-previous-thumbnail-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg)
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg)
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg)
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg)
}

.ie7 .sp-thumbnail-arrow, .ie8 .sp-thumbnail-arrow {
  width: 0;
  height: 0
}

.ie7 .sp-thumbnail-arrow:after, .ie7 .sp-thumbnail-arrow:before, .ie8 .sp-thumbnail-arrow:after, .ie8 .sp-thumbnail-arrow:before {
  content: none
}

.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent
}

.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent
}

.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent
}

.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent
}

a.sp-video {
  text-decoration: none
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .2);
  margin: auto;
  line-height: 52px
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important
}

.slider-pro canvas, .slider-pro embed, .slider-pro iframe, .slider-pro object, .slider-pro video {
  max-width: none;
  max-height: none
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0
}

.slider-pro img.sp-layer {
  border: none
}
