/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?v=4.6.3');
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../../fonts/FontAwesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../fonts/icomoon/icomoon.eot?-b1fdqe');
  src: url('../../../fonts/icomoon/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../fonts/icomoon/icomoon.woff?-b1fdqe') format('woff'), url('../../../fonts/icomoon/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../fonts/icomoon/icomoon.svg?-b1fdqe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.icon-phone2:before {
  content: "\e7c3";
}
.icon-mobile3:before {
  content: "\e7c4";
}
.icon-mouse:before {
  content: "\e7c5";
}
.icon-directions:before {
  content: "\e7c6";
}
.icon-mail5:before {
  content: "\e7c7";
}
.icon-paperplane:before {
  content: "\e7c8";
}
.icon-pencil3:before {
  content: "\e7c9";
}
.icon-feather:before {
  content: "\e7ca";
}
.icon-paperclip:before {
  content: "\e7cb";
}
.icon-drawer4:before {
  content: "\e7cc";
}
.icon-reply2:before {
  content: "\e7cd";
}
.icon-reply-all:before {
  content: "\e7ce";
}
.icon-forward4:before {
  content: "\e7cf";
}
.icon-user5:before {
  content: "\e7d0";
}
.icon-users3:before {
  content: "\e7d1";
}
.icon-user-add:before {
  content: "\e7d2";
}
.icon-vcard:before {
  content: "\e7d3";
}
.icon-export:before {
  content: "\e7d4";
}
.icon-location3:before {
  content: "\e7d5";
}
.icon-map3:before {
  content: "\e7d6";
}
.icon-compass2:before {
  content: "\e7d7";
}
.icon-location4:before {
  content: "\e7d8";
}
.icon-target2:before {
  content: "\e7d9";
}
.icon-share2:before {
  content: "\e7da";
}
.icon-sharable:before {
  content: "\e7db";
}
.icon-heart3:before {
  content: "\e7dc";
}
.icon-heart4:before {
  content: "\e7dd";
}
.icon-star4:before {
  content: "\e7de";
}
.icon-star5:before {
  content: "\e7df";
}
.icon-thumbsup:before {
  content: "\e7e0";
}
.icon-thumbsdown:before {
  content: "\e7e1";
}
.icon-chat:before {
  content: "\e7e2";
}
.icon-comment:before {
  content: "\e7e3";
}
.icon-quote:before {
  content: "\e7e4";
}
.icon-house:before {
  content: "\e7e5";
}
.icon-popup:before {
  content: "\e7e6";
}
.icon-search2:before {
  content: "\e7e7";
}
.icon-flashlight:before {
  content: "\e7e8";
}
.icon-printer:before {
  content: "\e7e9";
}
.icon-bell2:before {
  content: "\e7ea";
}
.icon-link2:before {
  content: "\e7eb";
}
.icon-flag2:before {
  content: "\e7ec";
}
.icon-cog3:before {
  content: "\e7ed";
}
.icon-tools:before {
  content: "\e7ee";
}
.icon-trophy2:before {
  content: "\e7ef";
}
.icon-tag2:before {
  content: "\e7f0";
}
.icon-camera3:before {
  content: "\e7f1";
}
.icon-megaphone:before {
  content: "\e7f2";
}
.icon-moon:before {
  content: "\e7f3";
}
.icon-palette:before {
  content: "\e7f4";
}
.icon-leaf2:before {
  content: "\e7f5";
}
.icon-music2:before {
  content: "\e7f6";
}
.icon-music3:before {
  content: "\e7f7";
}
.icon-new:before {
  content: "\e7f8";
}
.icon-graduation:before {
  content: "\e7f9";
}
.icon-book2:before {
  content: "\e7fa";
}
.icon-newspaper2:before {
  content: "\e7fb";
}
.icon-bag:before {
  content: "\e7fc";
}
.icon-airplane2:before {
  content: "\e7fd";
}
.icon-lifebuoy:before {
  content: "\e7fe";
}
.icon-eye3:before {
  content: "\e7ff";
}
.icon-clock3:before {
  content: "\e800";
}
.icon-microphone:before {
  content: "\e801";
}
.icon-calendar3:before {
  content: "\e802";
}
.icon-bolt:before {
  content: "\e803";
}
.icon-thunder:before {
  content: "\e804";
}
.icon-droplet2:before {
  content: "\e805";
}
.icon-cd:before {
  content: "\e806";
}
.icon-briefcase2:before {
  content: "\e807";
}
.icon-air:before {
  content: "\e808";
}
.icon-hourglass:before {
  content: "\e809";
}
.icon-gauge:before {
  content: "\e80a";
}
.icon-language:before {
  content: "\e80b";
}
.icon-network:before {
  content: "\e80c";
}
.icon-key3:before {
  content: "\e80d";
}
.icon-battery:before {
  content: "\e80e";
}
.icon-bucket:before {
  content: "\e80f";
}
.icon-magnet2:before {
  content: "\e810";
}
.icon-drive:before {
  content: "\e811";
}
.icon-cup:before {
  content: "\e812";
}
.icon-rocket2:before {
  content: "\e813";
}
.icon-brush:before {
  content: "\e814";
}
.icon-suitcase:before {
  content: "\e815";
}
.icon-cone:before {
  content: "\e816";
}
.icon-earth2:before {
  content: "\e817";
}
.icon-keyboard2:before {
  content: "\e818";
}
.icon-browser:before {
  content: "\e819";
}
.icon-publish:before {
  content: "\e81a";
}
.icon-progress-3:before {
  content: "\e81b";
}
.icon-progress-2:before {
  content: "\e81c";
}
.icon-brogress-1:before {
  content: "\e81d";
}
.icon-progress-0:before {
  content: "\e81e";
}
.icon-sun:before {
  content: "\e81f";
}
.icon-sun2:before {
  content: "\e820";
}
.icon-adjust:before {
  content: "\e821";
}
.icon-code2:before {
  content: "\e822";
}
.icon-screen2:before {
  content: "\e823";
}
.icon-infinity:before {
  content: "\e824";
}
.icon-light-bulb:before {
  content: "\e825";
}
.icon-creditcard:before {
  content: "\e826";
}
.icon-database:before {
  content: "\e827";
}
.icon-voicemail:before {
  content: "\e828";
}
.icon-clipboard:before {
  content: "\e829";
}
.icon-cart4:before {
  content: "\e82a";
}
.icon-box:before {
  content: "\e82b";
}
.icon-ticket2:before {
  content: "\e82c";
}
.icon-rss:before {
  content: "\e82d";
}
.icon-signal:before {
  content: "\e82e";
}
.icon-thermometer:before {
  content: "\e82f";
}
.icon-droplets:before {
  content: "\e830";
}
.icon-uniE831:before {
  content: "\e831";
}
.icon-statistics:before {
  content: "\e832";
}
.icon-pie2:before {
  content: "\e833";
}
.icon-bars3:before {
  content: "\e834";
}
.icon-graph:before {
  content: "\e835";
}
.icon-lock3:before {
  content: "\e836";
}
.icon-lock-open:before {
  content: "\e837";
}
.icon-logout:before {
  content: "\e838";
}
.icon-login:before {
  content: "\e839";
}
.icon-checkmark3:before {
  content: "\e83a";
}
.icon-cross:before {
  content: "\e83b";
}
.icon-minus2:before {
  content: "\e83c";
}
.icon-plus2:before {
  content: "\e83d";
}
.icon-cross2:before {
  content: "\e83e";
}
.icon-minus3:before {
  content: "\e83f";
}
.icon-plus3:before {
  content: "\e840";
}
.icon-cross3:before {
  content: "\e841";
}
.icon-minus4:before {
  content: "\e842";
}
.icon-plus4:before {
  content: "\e843";
}
.icon-erase:before {
  content: "\e844";
}
.icon-blocked2:before {
  content: "\e845";
}
.icon-info3:before {
  content: "\e846";
}
.icon-info4:before {
  content: "\e847";
}
.icon-question2:before {
  content: "\e848";
}
.icon-help:before {
  content: "\e849";
}
.icon-warning2:before {
  content: "\e84a";
}
.icon-cycle:before {
  content: "\e84b";
}
.icon-cw:before {
  content: "\e84c";
}
.icon-ccw:before {
  content: "\e84d";
}
.icon-shuffle2:before {
  content: "\e84e";
}
.icon-arrow:before {
  content: "\e84f";
}
.icon-arrow2:before {
  content: "\e850";
}
.icon-retweet:before {
  content: "\e851";
}
.icon-loop4:before {
  content: "\e852";
}
.icon-history2:before {
  content: "\e853";
}
.icon-back:before {
  content: "\e854";
}
.icon-switch2:before {
  content: "\e855";
}
.icon-list3:before {
  content: "\e856";
}
.icon-add-to-list:before {
  content: "\e857";
}
.icon-layout:before {
  content: "\e858";
}
.icon-list4:before {
  content: "\e859";
}
.icon-text:before {
  content: "\e85a";
}
.icon-text2:before {
  content: "\e85b";
}
.icon-document:before {
  content: "\e85c";
}
.icon-docs:before {
  content: "\e85d";
}
.icon-landscape:before {
  content: "\e85e";
}
.icon-pictures:before {
  content: "\e85f";
}
.icon-video:before {
  content: "\e860";
}
.icon-music4:before {
  content: "\e861";
}
.icon-folder2:before {
  content: "\e862";
}
.icon-archive:before {
  content: "\e863";
}
.icon-trash:before {
  content: "\e864";
}
.icon-upload4:before {
  content: "\e865";
}
.icon-download4:before {
  content: "\e866";
}
.icon-disk2:before {
  content: "\e867";
}
.icon-install:before {
  content: "\e868";
}
.icon-cloud2:before {
  content: "\e869";
}
.icon-upload5:before {
  content: "\e86a";
}
.icon-bookmark2:before {
  content: "\e86b";
}
.icon-bookmarks2:before {
  content: "\e86c";
}
.icon-book3:before {
  content: "\e86d";
}
.icon-play4:before {
  content: "\e86e";
}
.icon-pause3:before {
  content: "\e86f";
}
.icon-record:before {
  content: "\e870";
}
.icon-stop3:before {
  content: "\e871";
}
.icon-next2:before {
  content: "\e872";
}
.icon-previous2:before {
  content: "\e873";
}
.icon-first2:before {
  content: "\e874";
}
.icon-last2:before {
  content: "\e875";
}
.icon-resize-enlarge:before {
  content: "\e876";
}
.icon-resize-shrink:before {
  content: "\e877";
}
.icon-volume:before {
  content: "\e878";
}
.icon-sound:before {
  content: "\e879";
}
.icon-mute:before {
  content: "\e87a";
}
.icon-flow-cascade:before {
  content: "\e87b";
}
.icon-flow-branch:before {
  content: "\e87c";
}
.icon-flow-tree:before {
  content: "\e87d";
}
.icon-flow-line:before {
  content: "\e87e";
}
.icon-flow-parallel:before {
  content: "\e87f";
}
.icon-arrow-left4:before {
  content: "\e880";
}
.icon-arrow-down4:before {
  content: "\e881";
}
.icon-arrow-up-upload:before {
  content: "\e882";
}
.icon-arrow-right4:before {
  content: "\e883";
}
.icon-arrow-left5:before {
  content: "\e884";
}
.icon-arrow-down5:before {
  content: "\e885";
}
.icon-arrow-up4:before {
  content: "\e886";
}
.icon-arrow-right5:before {
  content: "\e887";
}
.icon-arrow-left6:before {
  content: "\e888";
}
.icon-arrow-down6:before {
  content: "\e889";
}
.icon-arrow-up5:before {
  content: "\e88a";
}
.icon-arrow-right6:before {
  content: "\e88b";
}
.icon-arrow-left7:before {
  content: "\e88c";
}
.icon-arrow-down7:before {
  content: "\e88d";
}
.icon-arrow-up6:before {
  content: "\e88e";
}
.icon-arrow-right7:before {
  content: "\e88f";
}
.icon-arrow-left8:before {
  content: "\e890";
}
.icon-arrow-down8:before {
  content: "\e891";
}
.icon-arrow-up7:before {
  content: "\e892";
}
.icon-arrow-right8:before {
  content: "\e893";
}
.icon-arrow-left9:before {
  content: "\e894";
}
.icon-arrow-down9:before {
  content: "\e895";
}
.icon-arrow-up8:before {
  content: "\e896";
}
.icon-arrow-right9:before {
  content: "\e897";
}
.icon-arrow-left10:before {
  content: "\e898";
}
.icon-arrow-down10:before {
  content: "\e899";
}
.icon-arrow-up9:before {
  content: "\e89a";
}
.icon-uniE89B:before {
  content: "\e89b";
}
.icon-arrow-left11:before {
  content: "\e89c";
}
.icon-arrow-down11:before {
  content: "\e89d";
}
.icon-arrow-up10:before {
  content: "\e89e";
}
.icon-arrow-right10:before {
  content: "\e89f";
}
.icon-menu3:before {
  content: "\e8a0";
}
.icon-ellipsis:before {
  content: "\e8a1";
}
.icon-dots:before {
  content: "\e8a2";
}
.icon-dot:before {
  content: "\e8a3";
}
.icon-cc:before {
  content: "\e8a4";
}
.icon-cc-by:before {
  content: "\e8a5";
}
.icon-cc-nc:before {
  content: "\e8a6";
}
.icon-cc-nc-eu:before {
  content: "\e8a7";
}
.icon-cc-nc-jp:before {
  content: "\e8a8";
}
.icon-cc-sa:before {
  content: "\e8a9";
}
.icon-cc-nd:before {
  content: "\e8aa";
}
.icon-cc-pd:before {
  content: "\e8ab";
}
.icon-cc-zero:before {
  content: "\e8ac";
}
.icon-cc-share:before {
  content: "\e8ad";
}
.icon-cc-share2:before {
  content: "\e8ae";
}
.icon-danielbruce:before {
  content: "\e8af";
}
.icon-danielbruce2:before {
  content: "\e8b0";
}
.icon-github6:before {
  content: "\e8b1";
}
.icon-github7:before {
  content: "\e8b2";
}
.icon-flickr5:before {
  content: "\e8b3";
}
.icon-flickr6:before {
  content: "\e8b4";
}
.icon-vimeo4:before {
  content: "\e8b5";
}
.icon-vimeo5:before {
  content: "\e8b6";
}
.icon-twitter4:before {
  content: "\e8b7";
}
.icon-twitter5:before {
  content: "\e8b8";
}
.icon-facebook4:before {
  content: "\e8b9";
}
.icon-facebook5:before {
  content: "\e8ba";
}
.icon-facebook6:before {
  content: "\e8bb";
}
.icon-googleplus5:before {
  content: "\e8bc";
}
.icon-googleplus6:before {
  content: "\e8bd";
}
.icon-pinterest3:before {
  content: "\e8be";
}
.icon-pinterest4:before {
  content: "\e8bf";
}
.icon-tumblr3:before {
  content: "\e8c0";
}
.icon-tumblr4:before {
  content: "\e8c1";
}
.icon-linkedin2:before {
  content: "\e8c2";
}
.icon-linkedin3:before {
  content: "\e8c3";
}
.icon-dribbble4:before {
  content: "\e8c4";
}
.icon-dribbble5:before {
  content: "\e8c5";
}
.icon-stumbleupon3:before {
  content: "\e8c6";
}
.icon-stumbleupon4:before {
  content: "\e8c7";
}
.icon-lastfm3:before {
  content: "\e8c8";
}
.icon-lastfm4:before {
  content: "\e8c9";
}
.icon-rdio:before {
  content: "\e8ca";
}
.icon-rdio2:before {
  content: "\e8cb";
}
.icon-spotify:before {
  content: "\e8cc";
}
.icon-spotify2:before {
  content: "\e8cd";
}
.icon-qq:before {
  content: "\e8ce";
}
.icon-instagram2:before {
  content: "\e8cf";
}
.icon-dropbox:before {
  content: "\e8d0";
}
.icon-evernote:before {
  content: "\e8d1";
}
.icon-flattr2:before {
  content: "\e8d2";
}
.icon-skype2:before {
  content: "\e8d3";
}
.icon-skype3:before {
  content: "\e8d4";
}
.icon-renren:before {
  content: "\e8d5";
}
.icon-sina-weibo:before {
  content: "\e8d6";
}
.icon-paypal4:before {
  content: "\e8d7";
}
.icon-picasa:before {
  content: "\e8d8";
}
.icon-soundcloud3:before {
  content: "\e8d9";
}
.icon-mixi:before {
  content: "\e8da";
}
.icon-behance:before {
  content: "\e8db";
}
.icon-circles:before {
  content: "\e8dc";
}
.icon-vk:before {
  content: "\e8dd";
}
.icon-smashing:before {
  content: "\e8de";
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.article-info {
  font-size: 0.9em;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.muted {
  color: #777777;
}
.tagspopular ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagspopular ul > li {
  color: #333333;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  color: #333333;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover {
  background: none repeat scroll 0 0 #23527c;
  color: #eeeeee;
  text-decoration: none;
}
.tagssimilar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #333333;
}
.tagssimilar ul > li > a:hover {
  color: #23527c;
  text-decoration: none;
}
.categories-list {
  margin-bottom: 20px;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.categories-list .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.categories-list .category-item .page-header {
  font-size: 14px;
}
.readmore > .btn {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.counter {
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/***
====================================================================
  Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  width: auto;
}
#sbox-content.sbox-content-iframe {
  overflow: hidden;
}
#sbox-content.sbox-content-iframe iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.contentpane {
  padding: 10px;
}
.contentpane #hikashop_address_form_span_iframe .chzn-container-single {
  display: block;
}
.contentpane #hikashop_address_form_span_iframe .chzn-container-single .chzn-single {
  padding: 5px 15px;
  font-size: 14px;
}
.contentpane #hikashop_address_form_span_iframe .chzn-container-single .chzn-drop {
  font-size: 14px;
}
.contentpane #hikashop_address_form_span_iframe label {
  font-size: 14px;
}
.contentpane #hikashop_address_form_span_iframe input {
  height: auto;
  line-height: 1em;
  font-size: 14px;
  padding: 10px 15px;
}
.contentpane .hikashop_field_required {
  display: none;
}
.contentpane .default-form .form-group {
  margin-bottom: 20px;
}
/***

====================================================================
	Global Settings
====================================================================

 ***/
body {
  font-size: 16px;
  color: #999999;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #C00000;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.4em;
}
p {
  position: relative;
  line-height: 1.7em;
}
.strike-through {
  text-decoration: line-through;
}
.width-auto {
  width: auto;
  display: inline-block;
}
.display-flex {
  display: flex;
  align-items: center;
}
.display-flex .tz-left-50,
.display-flex .tz-right-50 {
  width: 50%;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
}
.page-outer-container {
  position: relative;
  width: 100%;
  padding: 0px 0px;
}
.boxed-layout .page-outer-container {
  padding: 0px 20px;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.theme-btn {
  display: inline-block;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: 'Lato', sans-serif;
}
.centered {
  text-align: center;
}
.btn-style-one {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #223555;
  color: #ffffff !important;
  border-radius: 5px;
}
.btn-style-one:hover {
  background: #C00000;
  color: #ffffff !important;
}
.btn-style-two {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #C00000;
  color: #ffffff !important;
  border-radius: 5px;
}
.btn-style-two:hover {
  background: #223555;
  color: #ffffff !important;
}
.btn-style-three {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffffff;
  color: #223555 !important;
  border-radius: 5px;
}
.btn-style-three:hover {
  background: #C00000;
  color: #ffffff !important;
}
.btn-style-four {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 10px 32px;
  font-size: 12px;
  text-transform: uppercase;
  background: none;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 3px;
}
.btn-style-four:hover {
  background: #ffffff;
  color: #C00000 !important;
}
.theme-btn .icon {
  font-size: 16px;
}
.theme-btn .icon-left {
  padding-right: 50px;
}
.theme-btn .icon-right {
  padding-left: 50px;
}
.bold-font {
  font-weight: 700;
}
.exbold-font {
  font-weight: 900;
}
.normal-font {
  font-weight: 400;
}
.light-font {
  font-weight: 300;
}
.semibold-font {
  font-weight: 600;
}
.white_color {
  color: #ffffff !important;
}
.theme_color {
  color: #C00000 !important;
}
.bg_theme_color {
  background: #C00000 !important;
}
.theme_green_color {
  color: #223555 !important;
}
.bg_green_color {
  background: #223555 !important;
}
.padding-right-left-0 {
  padding-right: 0;
  padding-left: 0;
}
.padding-lr-0 {
  padding-left: 0;
  padding-right: 0;
}
.padding-lr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.padding-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-bott-top-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padd-top-20 {
  padding-top: 20px !important;
}
.padd-top-10 {
  padding-top: 10px !important;
}
.padd-top-30 {
  padding-top: 30px !important;
}
.padd-top-40 {
  padding-top: 40px !important;
}
.padd-top-50 {
  padding-top: 50px !important;
}
.padd-top-90 {
  padding-top: 90px !important;
}
.padd-bott-8 {
  padding-bottom: 8px !important;
}
.padd-right-20 {
  padding-right: 20px !important;
}
.padd-bott-20 {
  padding-bottom: 20px !important;
}
.padd-bott-10 {
  padding-bottom: 10px !important;
}
.padd-bott-30 {
  padding-bottom: 30px !important;
}
.padd-bott-40 {
  padding-bottom: 40px !important;
}
.padd-bott-50 {
  padding-bottom: 50px !important;
}
.padd-bott-70 {
  padding-bottom: 70px !important;
}
.padd-bott-80 {
  padding-bottom: 80px !important;
}
.padd-top-70 {
  padding-top: 70px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-right-60 {
  margin-right: 60px !important;
}
.margin-right-80 {
  margin-right: 80px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-left-60 {
  margin-left: 60px !important;
}
.margin-left-80 {
  margin-left: 80px !important;
}
.margin-bott-20 {
  margin-bottom: 20px !important;
}
.margin-bott-30 {
  margin-bottom: 30px !important;
}
.margin-bott-40 {
  margin-bottom: 40px !important;
}
.margin-bott-50 {
  margin-bottom: 50px !important;
}
.margin-bott-70 {
  margin-bottom: 50px !important;
}
.margin-bott-80 {
  margin-bottom: 50px !important;
}
.no-padd-bottom {
  padding-bottom: 0 !important;
}
.no-padd-top {
  padding-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-bg {
  background: none !important;
}
.bg-light-grey {
  background: #f9f9f9;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.GIF);
}
/***

====================================================================
	Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  background: #223555;
  border: 1px solid #223555;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
  display: none;
}
.scroll-to-top:hover {
  border-color: #C00000;
  background: #C00000;
}
/***

====================================================================
	Main Header style
====================================================================

***/
.main-header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 99999999;
  width: 100%;
  font-size: 13px;
}
.main-header.top-bar {
  position: relative;
  background: #C00000;
  color: #ffffff;
  z-index: 999999999;
}
.main-header.top-bar .top-left {
  position: relative;
  padding: 10px 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
}
.main-header.top-bar .top-left a {
  color: #223555;
}
.main-header.top-bar .top-right .width-auto {
  float: right;
}
.main-header.top-bar .lang-box {
  position: relative;
  margin-left: 40px;
}
.main-header.top-bar .lang-box .selected-btn {
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-header.top-bar .lang-box .selected-btn img {
  margin-right: 5px;
}
.main-header.top-bar .lang-box .selected-btn .flag-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.main-header.top-bar .lang-box .selected-btn .tz-icon {
  margin-left: 10px;
}
.main-header.top-bar .lang-box .lang-list {
  position: absolute;
  min-width: 180px;
  background: #ffffff;
  border: 1px solid #C00000;
  border-top-color: #ffffff;
  z-index: 5;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.main-header.top-bar .lang-box .lang-list:before {
  content: '';
  position: absolute;
  left: 25px;
  top: -14px;
  width: 0;
  border: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  z-index: 10;
}
.main-header.top-bar .lang-box .lang-list li {
  position: relative;
  border-bottom: 1px solid #C00000;
  margin: 0;
}
.main-header.top-bar .lang-box .lang-list li:last-child {
  border: none;
}
.main-header.top-bar .lang-box .lang-list li a {
  display: block;
  line-height: 24px;
  padding: 5px 15px;
  color: #C00000;
  font-size: 13px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.main-header.top-bar .lang-box .lang-list li a:hover {
  background: #C00000;
  color: #ffffff;
}
.main-header.top-bar .search-box {
  position: relative;
}
.main-header.top-bar .search-box .form-group {
  position: relative;
  margin-bottom: 0px;
}
.main-header.top-bar .search-box input[type="text"],
.main-header.top-bar .search-box input[type="search"] {
  position: relative;
  line-height: 24px;
  padding: 10px 40px 10px 15px;
  color: #ffffff;
  background: none;
  min-width: 220px;
  font-weight: 700;
}
.main-header.top-bar ::-webkit-input-placeholder {
  color: #ffffff;
}
.main-header.top-bar ::-moz-placeholder {
  color: #ffffff;
}
.main-header.top-bar :-ms-input-placeholder {
  color: #ffffff;
}
.main-header.top-bar input:-moz-placeholder {
  color: #ffffff;
}
.main-header.top-bar .search-box input[type="text"]:focus,
.main-header.top-bar .search-box input[type="search"]:focus {
  background: rgba(0, 0, 0, 0.05);
}
.main-header.top-bar .search-box button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  text-align: center;
  height: 45px;
  line-height: 24px;
  padding: 10px 0px;
  background: none;
  color: #223555;
}
.main-header.middle-bar {
  position: relative;
  padding: 15px 0 20px;
  background: #ffffff;
}
.main-header.middle-bar .info-column {
  position: relative;
  color: #2f2f31;
  padding: 12px 15px 10px;
  width: auto;
}
.main-header.middle-bar .info-column p {
  margin-bottom: 0px;
}
.main-header.middle-bar .info-column h3 {
  font-size: 30px;
  font-weight: 700;
  color: #C00000;
}
.main-header.middle-bar .logo-column {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
}
.main-header.middle-bar .logo-column .logo img {
  display: inline-block;
  max-width: 100%;
}
.main-header .top-bar .search-box button:hover,
.main-header .top-bar .search-box input:focus + button {
  color: #ffffff;
}
.main-header .lower-section {
  position: relative;
  padding: 0;
  width: 100%;
  left: 0;
  top: 0;
  background: none;
}
.fixed-header.lower-section {
  position: fixed;
  background: #223555;
  height: auto;
}
.lower-section .nav-toggler {
  display: none;
}
.lower-section .nav-toggler button {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  background: #C00000;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  border: 1px solid #C00000;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.main-header.lower-section.outer-box > .container > div {
  position: relative;
  background: #223555;
  padding: 0 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  margin: 0;
}
.main-header .link-box .theme-btn {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 13px 25px;
  border-radius: 5px;
  background: #ffffff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #303030;
  font-size: 14px;
  font-weight: 700;
}
.main-header .link-box .theme-btn:hover {
  background: #C00000;
  color: #ffffff;
}
.main-menu {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
}
.main-menu .nav > li > a:focus,
.main-menu .nav > li > a:hover,
.main-menu .nav .open > a,
.main-menu .nav .open > a:focus,
.main-menu .nav .open > a:hover {
  background-color: inherit;
  border-color: inherit;
}
.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .level0 {
  position: relative;
  float: left;
  margin: 0px;
  font-weight: 400;
  font-family: 'Lora', serif;
}
.main-menu .level0 > li {
  position: relative;
  float: left;
  padding: 20px 0px;
  margin-right: 20px;
  display: inline-block !important;
}
.main-menu .level0 > li .caret {
  display: none !important;
}
.main-menu .level0 > li:last-child {
  margin-right: 0px;
}
.main-menu .level0 > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  opacity: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-header.style-two .main-menu .level0 > li > a {
  color: #ffffff;
}
.main-menu .level0 > li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
  background: #C00000;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu .level0 > li:hover > a,
.main-menu .level0 > li.current > a,
.main-menu .level0 > li.current-menu-item > a {
  opacity: 1;
}
.main-menu .level0 > li.active::before,
.main-menu .level0 > li:hover:before,
.main-menu .level0 > li.current:before,
.main-menu .level0 > li.current-menu-item:before {
  color: #C00000 !important;
  opacity: 1;
}
.main-menu .level0 > li.mega-align-left > .dropdown-menu {
  left: -20px;
}
.main-menu .level0 > li > .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  padding: 0;
  z-index: 100;
  display: block;
  visibility: hidden;
  background: #C00000;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.main-menu .level0 > li.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-menu .level0 > li.mega-align-right > .dropdown-menu {
  right: -20px;
  left: auto;
}
.main-menu .level0 > li.mega-align-right.open > .dropdown-menu {
  left: auto;
  right: 0;
}
.main-menu .level0 > li.mega-align-left > .dropdown-menu {
  left: -20px;
}
.main-menu .level0 > li.mega-align-left.open > .dropdown-menu {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.main-menu .level0 > li > ul > li {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu .level0 > li > ul > li:last-child {
  border: none;
}
.main-menu .level0 > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 20px;
  line-height: 26px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
.main-menu .level0 > li > ul > li:hover > a {
  background: #ae935b;
}
.main-menu .level0 > li > .dropdown-menu li > .dropdown-menu {
  position: absolute;
  left: 120%;
  top: 0px;
  width: 220px;
  padding: 0px;
  z-index: 100;
  display: block;
  visibility: hidden;
  background: #C00000;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.main-menu .level0 > li > .dropdown-menu li.open > .dropdown-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .level0 > li > .dropdown-menu li.mega-align-right > .dropdown-menu {
  right: 120%;
  left: auto;
}
.main-menu .level0 > li > .dropdown-menu li.mega-align-right.open > .dropdown-menu {
  right: 100%;
}
.main-menu .level0 > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu .level0 > li > ul > li > ul > li:last-child {
  border: none;
}
.main-menu .level0 > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 20px;
  line-height: 26px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
.main-menu .level0 > li > ul > li > ul > li:hover > a {
  background: #ae935b;
}
.main-menu .level0 > li > ul > li:hover > ul {
  left: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .level0 li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icons/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/***

====================================================================
	Hidden Sidebar style
====================================================================

***/
.hidden-bar {
  position: fixed;
  top: 0;
  width: 305px;
  height: 100%;
  background: #223555;
  z-index: 9999;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}
.hidden-bar .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.hidden-bar.right-align {
  right: -400px;
}
.hidden-bar.right-align.visible-sidebar {
  right: 0px;
}
.hidden-bar.right-align .hidden-bar-closer {
  left: -20px;
}
.hidden-bar.left-align {
  left: -400px;
}
.hidden-bar.left-align.visible-sidebar {
  left: 0px;
}
.hidden-bar.left-align .hidden-bar-closer {
  right: -20px;
}
.hidden-bar .hidden-bar-closer {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 999999;
}
.hidden-bar .hidden-bar-closer:hover {
  background: #fff;
}
.hidden-bar .hidden-bar-closer:hover .btn {
  color: #223555;
}
.hidden-bar .hidden-bar-closer .btn {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 14px;
}
.hidden-bar .social-icons {
  text-align: center;
  margin: 50px 0px 30px;
}
.hidden-bar .social-icons ul {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.hidden-bar .social-icons ul li {
  display: inline-block;
  padding: 0 5px;
}
.hidden-bar .social-icons ul li a {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background: #C00000;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.hidden-bar .social-icons ul li a:hover {
  background: #ffffff;
  color: #C00000;
}
.hidden-bar-wrapper {
  height: 100%;
}
.hidden-bar .logo {
  padding: 30px 0px;
  background: #223555;
}
.hidden-bar .side-menu {
  background-color: transparent;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.hidden-bar .side-menu ul li ul a {
  background: transparent;
}
.hidden-bar .side-menu ul li ul li ul li a {
  background: transparent;
}
.hidden-bar .side-menu a.current {
  color: #fff;
}
.hidden-bar .side-menu li.current > a {
  color: #fff;
}
.hidden-bar .side-menu ul li a {
  background: transparent;
  color: #ffffff;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px 10px 20px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.hidden-bar .side-menu ul li a:hover {
  background: transparent;
  color: #C00000;
}
.hidden-bar .side-menu ul li a .btn.expander {
  background: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
  position: absolute;
  top: 6px;
  right: 20px;
  outline: none;
}
/***

====================================================================
	Main Slider style
====================================================================

***/
.main-slider {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  line-height: 2em;
  margin-top: -45px !important;
}
.main-slider .tp-bannertimer {
  display: none;
}
.main-slider h1 {
  font-weight: 400;
  font-size: 60px;
  color: #2f2f31;
  line-height: 1.2em;
}
.main-slider .text {
  font-size: 16px;
  color: #999999;
  font-family: 'Lato', sans-serif;
}
.main-slider .phone-no {
  font-size: 24px;
  font-weight: 700;
  color: #223555;
}
.main-slider .smaller-title {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: #2f2f31;
}
.main-slider .theme-btn {
  font-weight: 700;
  padding: 11px 60px;
}
.main-slider .normal-link {
  color: #2f2f31;
  padding: 11px 60px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
}
.main-slider .normal-link .icon {
  padding-right: 5px;
}
.main-slider .tparrows.preview3 {
  background: none !important;
}
.main-slider .tparrows.preview3::after {
  background: #223555;
  color: #ffffff;
  font-size: 24px;
  border-radius: 5px;
}
.main-slider .tparrows.preview3.tp-leftarrow {
  left: 20px !important;
}
.main-slider .tparrows.preview3.tp-rightarrow {
  right: 20px !important;
}
.main-slider .tparrows.preview3:hover::after {
  background-color: #C00000;
  color: #ffffff !important;
}
.main-slider .tparrows.preview3 .tp-arr-iwrapper {
  visibility: hidden;
  opacity: 0;
}
/***

====================================================================
	Services Style One
====================================================================

***/
.services-style-one {
  position: relative;
  padding: 70px 0px 0px;
}
.default-service-column {
  position: relative;
}
.services-style-one .default-service-column {
  margin-bottom: 70px;
}
.default-service-column .inner-box {
  position: relative;
}
.default-service-column .service-header {
  position: relative;
  padding-left: 70px;
  min-height: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.default-service-column .service-header .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  line-height: 70px;
  font-size: 48px;
  color: #C00000;
  margin-bottom: 20px;
}
.default-service-column .service-header h4 {
  font-size: 18px;
  color: #999999;
  font-weight: 700;
  margin-bottom: 7px;
}
.default-service-column .service-header h3 {
  font-size: 18px;
  color: #2f2f31;
  font-weight: 700;
}
.default-service-column .text-content {
  position: relative;
  padding-top: 15px;
}
.default-service-column .text-content .text {
  font-size: 16px;
  margin-bottom: 20px;
}
.services-style-one hr {
  margin: 0px;
}
.module-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 22px;
  font-weight: 700;
  color: #2f2f31;
  font-size: 30px;
}
.module-title:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url(../../../images/title-line-image.png) left bottom no-repeat;
}
.styled-heading.centered:after {
  background: url(../../../images/title-line-image-2.png) center bottom no-repeat;
}
.text-center .module-title:after {
  background: url(../../../images/title-line-image-2.png) center bottom no-repeat;
}
.widget .module-title {
  font-size: 24px;
  font-weight: 700;
  color: #2f2f31;
}
.line-styled-heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.line-styled-heading:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #C00000;
}
.line-styled-heading h2 {
  font-size: 24px;
  font-weight: 700;
  color: #C00000;
}
/***

====================================================================
	About Section
====================================================================

***/
.about-section {
  position: relative;
  padding: 70px 0px 0px;
}
.about-section .default-column {
  position: relative;
  margin-bottom: 50px;
}
.default-text-box {
  margin-bottom: 25px;
}
.about-section .columns-outer {
  position: relative;
  margin-left: -4px;
  margin-right: -4px;
}
.about-section .columns-outer .column {
  padding: 0px 4px !important;
  margin-bottom: 30px;
}
.about-section .image-box {
  position: relative;
  display: block;
}
.about-section .image-box img {
  display: block;
  width: 100%;
}
.default-overlay-outer {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}
.default-overlay-outer .inner {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
.default-overlay-outer .inner > * {
  width: 100%;
  display: block;
}
.default-overlay-outer .inner .content-layer {
  position: relative;
  color: #ffffff;
  width: 100%;
}
.about-section .image-box .content-layer .icon {
  font-size: 24px;
  margin-bottom: 10px;
}
.about-section .image-box .content-layer h3 {
  font-size: 18px;
  font-weight: 700;
}
.quote-text {
  position: relative;
  font-size: 18px;
  font-family: 'Lora', serif;
  color: #2f2f31;
}
.about-section .quote-text {
  margin-bottom: 40px;
}
.about-section .phone-info {
  line-height: 36px;
}
.about-section .phone-info .phone {
  position: relative;
  padding-left: 10px;
  top: 5px;
  color: #C00000;
  font-family: 'Lora', serif;
  font-size: 30px;
  font-weight: 700;
}
/***

====================================================================
	Company Timeline
====================================================================

***/
.company-timeline {
  position: relative;
}
.about-section .timeline-column {
  position: relative;
  margin-bottom: 30px;
}
.company-timeline .timeline-block {
  position: relative;
  margin-bottom: 20px;
  padding-left: 100px;
}
.company-timeline .timeline-block:last-child {
  margin-bottom: 0px;
}
.company-timeline .timeline-block .year {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  max-width: 100%;
  padding: 5px 15px;
  color: #ffffff;
  background: #C00000;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Lora', serif;
  border-radius: 5px;
}
.company-timeline .timeline-block .year .curve {
  position: absolute;
  bottom: -13px;
  left: 0px;
  width: 100%;
  color: #C00000;
}
.company-timeline .timeline-block h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2f2f31;
  font-weight: 700;
}
.padding-top-95 {
  padding-top: 95px;
}
.about-section .carousel-outer {
  position: relative;
}
.about-section .carousel-outer img {
  display: block;
  width: 100%;
  height: auto;
}
.about-section .carousel-outer .owl-controls {
  margin: 0px;
}
.about-section .carousel-outer .owl-nav {
  display: none;
}
.about-section .carousel-outer .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 100%;
  z-index: 20;
}
.about-section .carousel-outer .owl-dots .owl-dot span {
  border: 1px solid #ffffff;
  background: none;
  margin: 0px 5px;
}
.about-section .carousel-outer .owl-dots .owl-dot.active span,
.about-section .carousel-outer .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.about-section .graph-outer {
  position: relative;
  padding: 30px 0px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.about-section .graph-outer .chart-outer {
  position: relative;
  width: 222px;
  height: 222px;
  margin: 0 auto;
  background: url(../../../images/graph-image.png) center center no-repeat;
}
.about-section .graph-outer img {
  display: inline-block;
  max-width: 100%;
}
.about-section .graph-outer .chart-outer .progress-text {
  position: absolute;
  text-align: center;
  width: 70px;
  height: 40px;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.about-section .graph-outer .chart-outer .center-text {
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -20px;
}
.about-section .graph-outer .chart-outer .won-text {
  left: 3%;
  top: 25%;
}
.about-section .graph-outer .chart-outer .hold-text {
  right: 3%;
  top: 25%;
}
.about-section .graph-outer .chart-outer .running-text {
  left: 50%;
  margin-left: -25px;
  bottom: 7%;
}
.about-section .graph-outer .chart-outer .progress-text .count {
  font-family: 'Lora', serif;
  font-size: 18px;
  font-weight: 700;
}
/***

====================================================================
	Two Column Fluid
====================================================================

***/
.two-column-fluid {
  position: relative;
  background: #f5f5f5;
}
.two-column-fluid .testimonial-column {
  position: relative;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 130px;
  padding-left: 125px;
}
.two-column-fluid .testimonial-column .bg-color-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 2000px;
  height: 100%;
  background: #223555;
  opacity: 0.95;
  z-index: 3;
}
.bg-image-layer.custom {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 2000px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.bg-image-layer.custom:after {
  background: rgba(34, 53, 86, 0.95);
  height: 100%;
  opacity: 0.95;
  position: absolute;
  right: 0;
  top: 0;
  width: 2000px;
  content: '';
}
.two-column-fluid .testimonial-column .inner-box {
  position: relative;
}
.two-column-fluid .testimonial-column .carousel-box {
  position: relative;
  padding: 0px 100px 0px 110px;
}
.two-column-fluid .testimonial-column .quote-icon {
  position: absolute;
  left: 15px;
  top: 70px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  border: 2px solid #ffffff;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
}
.two-column-fluid .testimonial-column .styled-heading h2 {
  color: #ffffff;
}
.testimonial-carousel .slide-text {
  position: relative;
  margin-bottom: 80px;
  color: #ffffff;
  font-size: 18px;
}
.testimonial-carousel .slide-info {
  position: relative;
  padding-left: 80px;
  padding: 15px 15px 44px 100px;
}
.testimonial-carousel .slide-info .image-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
}
.testimonial-carousel .slide-info .image-thumb:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -44px;
  height: 1px;
  width: 100%;
  background: #ffffff;
}
.testimonial-carousel .slide-info .image-thumb img {
  display: block;
  width: 80px;
}
.testimonial-carousel .slide-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #ffffff;
}
.testimonial-carousel .slide-info p {
  margin-bottom: 5px;
  color: #ffffff;
  font-style: italic;
}
.testimonial-carousel .signature img {
  position: relative;
  margin-top: 20px;
  display: inline-block;
  max-width: 100%;
}
.testimonial-carousel .owl-controls {
  margin: 0;
}
.testimonial-carousel .owl-controls .owl-dots {
  position: relative;
  text-align: left;
}
.testimonial-carousel .owl-controls .owl-dots .owl-dot.active span,
.testimonial-carousel .owl-controls .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.testimonial-carousel .owl-controls .owl-dots .owl-dot span {
  border: 3px solid #ffffff;
  background: none;
  margin: 0 5px;
}
.testimonial-carousel .owl-nav {
  display: none;
}
.two-column-fluid .whyus-column .inner-box {
  position: relative;
  padding: 0 15px 0 60px;
  z-index: 5;
}
.two-column-fluid .whyus-column .module-title {
  margin-left: 60px;
}
.two-column-fluid .whyus-column .icon-block {
  position: relative;
  margin-bottom: 34px;
}
.two-column-fluid .whyus-column .icon-block:last-child {
  margin-bottom: 0px;
}
.two-column-fluid .whyus-column .icon-block .icon {
  position: absolute;
  left: -110px;
  top: 5px;
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  background: #C00000;
  border: 2px solid #C00000;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.two-column-fluid .whyus-column .icon-block:hover .icon {
  background: #ffffff;
  color: #C00000;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.two-column-fluid .whyus-column .icon-block h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2f2f31;
}
/***

====================================================================
	Team Section
====================================================================

***/
.team-section {
  position: relative;
  background: #ffffff;
  padding: 70px 0px 20px;
}
.team-section.extended {
  padding: 0;
}
.team-section.extended > .row:last-of-type .team-member {
  margin-bottom: 0;
}
.team-section .team-member {
  position: relative;
  margin-bottom: 50px;
}
.team-section.extended .team-member {
  margin-bottom: 60px;
}
.team-section.extended .separator {
  margin: 0px 0px 60px;
}
.team-section.extended .separator:last-child {
  display: none;
}
.team-section .team-member .inner-box {
  position: relative;
  max-width: 500px;
  display: block;
  background: #ffffff;
  margin: 0 auto;
}
.team-section .team-member .image {
  position: relative;
}
.team-section .team-member .image img {
  position: relative;
  display: block;
  width: 100%;
}
.team-section .team-member .member-info {
  position: relative;
  padding: 20px 0px;
  border-bottom: 1px solid #e0e0e0;
}
.team-section .team-member h3 {
  font-size: 18px;
  color: #2f2f31;
  font-weight: 700;
  text-transform: capitalize;
}
.team-section .team-member h3 a {
  color: #2f2f31;
}
.team-section .team-member .designation {
  font-size: 16px;
  line-height: 20px;
  color: #C00000;
  text-transform: capitalize;
  font-style: italic;
  font-family: 'Lato', serif;
}
.team-section .team-member .social-links {
  position: relative;
}
.team-section .team-member .social-links a {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 14px;
  margin: 0px 3px 5px;
  line-height: 32px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #e1e1e1;
  color: #909090;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.team-section .team-member .social-links a:hover {
  background-color: #C00000;
  color: #ffffff;
  border-color: #C00000;
}
.team-section .team-member .contact-info {
  position: relative;
  padding: 25px 0px;
  font-family: 'Lato', sans-serif;
}
.team-section .team-member .contact-info li {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #999999;
}
.team-section .team-member .contact-info a {
  color: #999999;
  font-size: 16px;
}
.team-section .team-member .contact-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 24px;
  color: #C00000;
}
/***

====================================================================
	Conultation Section
====================================================================

***/
.jsn-uniform.jsn-master {
  padding-bottom: 65px;
}
.jsn-uniform.jsn-master .span6,
.jsn-uniform.jsn-master .span12,
.jsn-uniform.jsn-master .span4 {
  padding: 0 15px;
  float: left;
}
.jsn-uniform.jsn-master .span4 {
  width: 33.3333%;
}
.jsn-uniform.jsn-master .span6 {
  width: 50%;
}
.jsn-uniform.jsn-master .span12 {
  width: 100%;
}
.jsn-uniform.jsn-master .jsn-text-center {
  display: none;
}
.jsn-uniform.jsn-master .jsn-bootstrap .form-actions {
  padding: 0;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-row-container.row-fluid {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-row-container:after {
  clear: both;
  display: block;
  content: '';
}
.jsn-uniform.jsn-master .btn-toolbar {
  margin: 0;
}
.jsn-uniform.jsn-master .btn-toolbar .btn + .btn,
.jsn-uniform.jsn-master .btn-toolbar .btn-group + .btn,
.jsn-uniform.jsn-master .btn-toolbar .btn + .btn-group {
  margin-left: 0;
  margin-right: 5px;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width {
  padding: 0;
  border: none;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width .control-label {
  display: none;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width textarea,
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width input {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 52px;
  line-height: 30px;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  margin: 0;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width textarea:focus,
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width input:focus {
  border-color: #C00000;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width textarea {
  height: 110px;
  resize: none;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width .select2-container {
  width: 100% !important;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width .select2-container input {
  display: none;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width .select2-container .select2-choice {
  height: 52px;
  line-height: 30px;
  padding: 10px 20px;
  background: #ffffff none repeat scroll 0 0;
  border-color: #e0e0e0;
  color: #999999;
  font-size: 16px;
  text-transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width .select2-container .select2-choice div {
  background: transparent;
  border: none;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.full-width .select2-container .select2-choice div b {
  display: none;
}
.select2-drop {
  border-color: #e0e0e0;
}
.select2-drop .select2-result-label {
  color: #999999;
}
.jsn-bootstrap .theme-btn.btn-style-one {
  background: #223555 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  border: none;
}
.jsn-bootstrap .theme-btn.btn-style-one:hover {
  background: #C00000 none repeat scroll 0 0;
  color: #ffffff !important;
}
.pos-static {
  position: static;
}
.consult-image {
  margin-left: -25px;
}
.consult-image img {
  max-width: 400px;
  position: absolute;
  bottom: 0;
}
.consult-section {
  position: relative;
  background: #ffffff;
  padding: 60px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.consult-section:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  opacity: 0.80;
}
.consult-section .auto-container {
  position: relative;
  padding-left: 440px;
  z-index: 1;
}
.default-form {
  position: relative;
}
.consult-section .default-form {
  padding-bottom: 50px;
}
.consult-section .man-image {
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 400px;
}
.consult-section .man-image img {
  position: relative;
  display: block;
  max-width: 100%;
}
.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.default-form .form-group input[type="checkbox"] {
  position: relative;
  margin: 0;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="number"],
.default-form input[type="url"],
.default-form select,
.default-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  line-height: 30px;
  padding: 10px 20px;
  height: 52px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.default-form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #ffffff url(../images/icons/icon-dropdown.png) right center no-repeat;
  cursor: pointer;
}
.default-form select option {
  text-indent: 20px;
}
.default-form textarea {
  resize: none;
  height: 110px;
}
.default-form-section .default-form textarea,
.default-form.comment-form textarea {
  resize: none;
  height: 150px;
}
.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
  border-color: #C00000;
}
/***

====================================================================
	News Section
====================================================================

***/
.news-section {
  position: relative;
  background: #ffffff;
  padding: 70px 0px 10px;
}
.news-section.extended {
  padding: 70px 0px;
}
.k2ItemsBlock.latest-news {
  text-align: left;
}
.itemContainer div.featured-news-column {
  padding: 0;
}
div.featured-news-column {
  position: relative;
  margin-bottom: 60px;
}
.featured-news-column .inner-box {
  position: relative;
  background: #f5f5f5;
}
.featured-news-column .inner-box:after {
  clear: both;
  display: block;
  content: '';
}
.featured-news-column .image-box {
  position: relative;
  overflow: hidden;
}
.list-view .featured-news-column .image-box {
  float: left;
  width: 42%;
}
.grid-view .itemList {
  margin: 0 -15px;
}
.grid-view .itemContainer {
  padding: 0 15px;
}
.featured-news-column .image-box img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.featured-news-column .image-box .default-overlay-outer {
  background: rgba(34, 53, 85, 0.9);
  opacity: 0;
  left: -100%;
}
.featured-news-column:hover .image-box .default-overlay-outer {
  left: 0px;
  opacity: 1;
}
.featured-news-column .image-box .link-icon {
  position: relative;
  display: inline-block;
  line-height: 53px;
  width: 52px;
  height: 52px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  color: #223555;
  margin: auto;
}
.featured-news-column .content {
  position: relative;
  padding: 30px;
}
.list-view .featured-news-column .right-content {
  float: left;
  width: 58%;
}
.list-view .featured-news-column .content {
  padding: 30px 20px 30px 50px;
}
.featured-news-column .date {
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: -60px;
  line-height: 25px;
  padding: 5px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #ffffff;
  background: #223555;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}
.classic-view .featured-news-column .date {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 3;
  margin: 0px;
}
.featured-news-column:hover .date {
  background: #C00000;
}
.list-view .featured-news-column .date {
  position: absolute;
  left: -30px;
  top: 35px;
  margin-top: 0px;
}
.featured-news-column .tags {
  position: relative;
  margin-bottom: 10px;
  color: #2f2f31;
}
.featured-news-column .tags a {
  color: #999999;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
.featured-news-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #2f2f31;
}
.classic-view .featured-news-column h3 {
  font-size: 24px;
}
.featured-news-column h3 a {
  color: #2f2f31;
}
.featured-news-column a:hover {
  color: #C00000;
}
.featured-news-column .text {
  margin-bottom: 10px;
  padding: 0;
}
.featured-news-column .author-thumb {
  display: inline-block;
  width: 23px;
  height: 23px;
}
.featured-news-column .author-thumb img {
  max-width: 100%;
}
.featured-news-column .itemRatingForm {
  float: right;
}
.list-view .featured-news-column .text {
  margin-bottom: 20px;
}
.featured-news-column .read-more {
  color: #223555;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.featured-news-column:hover .read-more {
  color: #C00000;
}
.featured-news-column .post-info {
  position: relative;
  border-top: 1px solid #e1e1e1;
  padding: 12px 10px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.featured-news-column .post-info li {
  position: relative;
  float: left;
  margin-left: 15px;
  margin-bottom: 0;
  color: #999999;
}
.featured-news-column .post-info li a {
  color: #999999;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.featured-news-column .post-info li .fa,
.featured-news-column .post-info li .author-thumb {
  padding-right: 5px;
}
.blog-details .itemFullText {
  margin-bottom: 35px;
}
.blog-details .tags span {
  margin-right: 5px;
}
#k2Container {
  padding: 0;
}
.blog-details blockquote {
  position: relative;
  padding: 25px;
  border: 1px solid #e0e0e0;
  border-left: 3px solid #e0e0e0;
  background: #ffffff;
  margin: 30px 0px;
  font-size: 16px;
  font-style: italic;
}
.blog-details .styled-heading {
  margin-bottom: 20px;
}
.blog-details .styled-heading h2 {
  font-size: 24px;
}
.blog-details .image-block .image-column,
.blog-details .image-block .text-column {
  margin-bottom: 30px;
}
.blog-details .image-block img {
  display: block;
  max-width: 100%;
}
.blog-details .post-bottom {
  background: #ffffff;
  padding: 10px 0px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.blog-details .post-bottom .share-options {
  width: 35%;
  text-align: right;
}
.blog-details .post-bottom .post-info {
  border: none;
  padding: 0px;
  width: 65%;
}
.blog-details .post-bottom .post-info .itemRatingForm {
  float: none;
  margin-top: 5px;
}
.blog-details .post-bottom .post-info li {
  line-height: 34px;
}
.blog-details .post-bottom .share-options li {
  line-height: 34px;
  margin-left: 5px;
  display: inline-block;
}
.blog-details .post-bottom .share-options li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #e9e9e9;
  text-align: center;
  color: #999999;
  border-radius: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blog-details .post-bottom .share-options li a:hover {
  color: #ffffff;
  background: #C00000;
}
.social-links-one a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #e9e9e9;
  text-align: center;
  color: #999999;
  margin: 0px 10px 0px 0px;
  border-radius: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.social-links-one a:hover {
  color: #ffffff;
  background: #C00000;
}
.blog-details .post-author {
  position: relative;
  color: #777777;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.blog-details .post-author.display-flex {
  align-items: flex-start;
}
.blog-details .post-author .tz-media {
  margin-right: 20px;
}
.blog-details .post-author .tz-content {
  width: 100%;
}
.blog-details .post-author .tzAuthorAvatar {
  width: 110px;
}
.blog-details .post-author .tz-introtext {
  margin-bottom: 20px;
}
.blog-details .post-author .inner-box {
  position: relative;
  padding: 15px 0px 0px 130px;
  min-height: 80px;
}
.blog-details .post-author .inner-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 110px;
  height: 110px;
  border-radius: 5px;
}
.blog-details .post-author .inner-box .author-thumb img {
  display: block;
  width: 110px;
}
.blog-details .post-author .itemAuthorName {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1a1a1a;
}
.blog-details .post-author .itemAuthorName a {
  color: #1a1a1a;
}
.blog-details .post-author .itemAuthorName .author-occ {
  position: relative;
  left: 10px;
  padding: 5px 10px;
  font-size: 10px;
  background: #1cbefe;
  border-radius: 5px;
  color: #ffffff;
}
/***

====================================================================
	Comments Area
====================================================================

 ***/
.blog-details .comments-area {
  position: relative;
  margin-bottom: 70px;
}
.blog-details .comments-area .comment-box {
  position: relative;
}
.blog-details .comments-area .comment {
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 40px 110px;
  border-bottom: 1px solid #e0e0e0;
}
.blog-details .comments-area .reply-comment {
  margin-left: 50px;
}
.blog-details .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 78px;
  height: 78px;
}
.blog-details .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.blog-details .comments-area .comment-info {
  margin-bottom: 15px;
  color: #C00000;
  font-size: 16px;
}
.blog-details .comments-area .comment-info .time {
  color: #C00000;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.blog-details .comments-area .comment-box strong {
  color: #2f2f31;
  font-size: 18px;
  font-weight: 700;
}
.blog-details .comments-area .comment-option {
  color: #e0e0e0;
  padding-top: 10px;
  font-family: 'Lato', sans-serif;
}
.blog-details .comments-area .comment-option .up-link,
.blog-details .comments-area .comment-option .down-link {
  color: #999999;
  line-height: 24px;
  font-size: 18px;
  padding: 0 10px;
}
.blog-details .comments-area .comment-option .reply-link {
  position: relative;
  margin: 0 10px;
  font-weight: 700;
}
.blog-details .comments-area .comment-option a {
  position: relative;
  margin: 0 10px;
  font-weight: 700;
  color: #2f2f31;
}
.blog-details .comments-area .comment-option a:first-child {
  margin-left: 0;
}
.blog-details .comments-area .comment-option a:hover {
  color: #C00000;
}
/***

====================================================================
	Sponsors Section Style
====================================================================

***/
.sponsors-section {
  position: relative;
  padding: 0px 0px 100px;
  background: #ffffff;
}
.sponsors-section .slider-outer {
  position: relative;
  border: 1px solid #e0e0e0;
  margin: 0px 0px;
}
.sponsors-section .sponsors-slider {
  position: relative;
}
.sponsors-section .sponsors-slider .inner-box .image-box {
  margin-bottom: 1px;
}
.sponsors-section .sponsors-slider .inner-box img {
  position: relative;
  border-right: 1px solid #e0e0e0;
}
.sponsors-section .owl-controls {
  margin: 0px !important;
}
.sponsors-section .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  margin: -25px 0px 0px -25px !important;
  line-height: 48px;
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  text-align: center;
  color: #cccccc;
  background: #ffffff !important;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sponsors-section .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  margin: -25px -25px 0px 0px !important;
  line-height: 48px;
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  text-align: center;
  color: #cccccc;
  background: #ffffff !important;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sponsors-section .owl-nav .owl-prev .fa:before,
.sponsors-section .owl-nav .owl-next .fa:before {
  font-size: 24px;
  color: #223555;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sponsors-section .owl-nav .owl-prev:hover .fa:before,
.sponsors-section .owl-nav .owl-next:hover .fa:before {
  color: #ffffff;
}
.sponsors-section .owl-nav .owl-prev:hover,
.sponsors-section .owl-nav .owl-next:hover {
  background: #223555 !important;
}
.sponsors-section .owl-dots {
  display: none !important;
}
/***

====================================================================
	Info Section Style
====================================================================

***/
.info-section {
  position: relative;
  background: #223555;
  color: #ffffff;
}
.info-section .info-column {
  position: relative;
  margin-bottom: 50px;
}
.info-section .info-column .inner-box {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.info-section .info-column .icon {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: -30px auto 40px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  background: #C00000;
}
.info-section .info-column h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.info-section .info-column h3:after {
  content: '';
  position: relative;
  display: block;
  width: 70px;
  height: 1px;
  margin: 20px auto;
  background: #ffffff;
}
.info-section .info-column .text {
  font-size: 16px;
  color: #f5f5f5;
}
/***

====================================================================
	Map Section Style
====================================================================

***/
.map-section {
  position: relative;
}
.map-section .map-container {
  position: relative;
  height: 450px;
}
.map-section.extended .map-container {
  height: 500px;
}
.map-section .map-data {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
.map-section .map-data h6 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
  color: #2e2e2e;
}
/***

====================================================================
	Main Footer
====================================================================

***/
.main-footer {
  position: relative;
  color: #999999;
  background: #505050;
  font-family: 'Lato', sans-serif;
}
.main-footer p {
  margin-bottom: 20px;
}
.main-footer.footer-upper {
  position: relative;
  padding: 70px 0px 30px;
  color: #999999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-footer.footer-upper:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #030303;
  opacity: 0.92;
}
.main-footer.footer-upper .column {
  position: relative;
  margin-bottom: 30px;
}
.footer-upper .column h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 22px;
  color: #ffffff;
}
.footer-upper .column h3:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url(../../../images/title-line-image.png) left bottom no-repeat;
}
.main-footer .about-widget {
  font-size: 16px;
}
.main-footer .footer-upper a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-footer .footer-upper a:hover {
  color: #ffffff;
}
.footer-upper .links-widget .dropdown-menu {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: none;
  margin: 15px 0 0;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer-upper .links-widget .dropdown-menu li {
  width: 100%;
}
.footer-upper .links-widget li {
  position: relative;
  margin: 0 0 15px;
  display: block;
}
.footer-upper .links-widget li .caret {
  margin-left: 5px;
}
.footer-upper .links-widget li:last-child {
  margin-bottom: 0;
}
.footer-upper .links-widget li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  padding: 0 0 0 15px;
  background: transparent !important;
}
.footer-upper .links-widget li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 24px;
}
.footer-upper .links-widget li a:hover {
  color: #ffffff;
}
.main-footer .social-links a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  margin: 0px 2px 10px 0px;
  color: #999999;
  background: #10100f;
  border-radius: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-footer .social-links a:hover {
  color: #ffffff;
  background: #223555;
}
.footer-upper .twitter-feeds .feed {
  position: relative;
  padding: 0px 0px 0px 30px;
  margin-bottom: 20px;
  color: #aaaaaa;
}
.footer-upper .twitter-feeds .feed-content {
  margin-bottom: 5px;
  line-height: 1.6em;
}
.footer-upper .twitter-feeds .feed a {
  position: relative;
  color: #C00000;
}
.footer-upper .twitter-feeds .feed .time {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: left;
}
.footer-upper .twitter-feeds .feed .time a {
  color: #ffffff;
}
.footer-upper .twitter-feeds .feed strong {
  font-weight: 400;
}
.footer-upper .twitter-feeds .feed .icon {
  position: absolute;
  width: 30px;
  height: 20px;
  left: 0px;
  top: 5px;
  line-height: 20px;
  font-size: 18px;
  color: #999999;
}
.main-footer .newsletter-widget .form-group {
  position: relative;
  margin-bottom: 10px;
}
.main-footer .newsletter-widget input[type="text"],
.main-footer .newsletter-widget input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 11px 50px 11px 10px;
  background: #10100f;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}
.main-footer .newsletter-widget input[type="text"]:focus,
.main-footer .newsletter-widget input[type="email"]:focus {
  background: #202020;
}
.main-footer .newsletter-widget input[type="submit"],
.main-footer .newsletter-widget .theme-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Lora', serif;
  color: #ffffff;
  background: #223555;
  border-radius: 0px 5px 5px 0px;
}
.main-footer .newsletter-widget input:focus + button,
.main-footer .newsletter-widget .theme-btn:hover {
  background: #C00000;
}
.main-footer h4 {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 25px;
  margin-bottom: 20px;
}
.main-footer h4:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
}
.footer-bottom {
  position: relative;
  padding: 25px 0px;
  font-family: 'Lora', serif;
  line-height: 24px;
  color: #999999;
  background: #1e1e1e;
}
.footer-bottom .footer-nav {
  position: relative;
}
.footer-bottom .footer-nav li {
  position: relative;
  float: left;
  margin-left: 25px;
}
.footer-bottom .footer-nav li a {
  color: #999999;
}
.footer-bottom .footer-nav li a:hover {
  color: #ffffff;
}
/***

====================================================================
	Page Title Style
====================================================================

***/
.page-title {
  position: relative;
  padding: 165px 0px 115px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -45px;
}
.page-title h1 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 30px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}
.page-title h1:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url(../../../images/title-line-image-2.png) center bottom no-repeat;
}
.page-info {
  position: relative;
  padding: 15px 0px;
  border-bottom: 1px solid #e0e0e0;
}
.page-info h2 {
  font-size: 18px;
  color: #2f2f31;
  line-height: 24px;
  font-weight: 700;
}
.page-info .bread-crumb {
  position: relative;
  font-family: 'Lato', samns-serif;
}
.tz-breadcrumbs .tz-title {
  width: 30%;
}
.tz-breadcrumbs .tz-links {
  width: 70%;
}
.page-info .bread-crumb li {
  position: relative;
  display: inline-block;
  color: #999999;
  line-height: 24px;
}
.page-info .bread-crumb li .divider {
  color: #223555;
  font-size: 14px;
  margin-right: 10px;
}
.page-info .bread-crumb li a {
  margin-right: 20px;
}
.page-info .bread-crumb li:last-child a,
.page-info .bread-crumb li:last-child .divider {
  margin-right: 0;
}
.page-info .bread-crumb li:last-child:after {
  display: none;
}
.page-info .bread-crumb li a {
  color: #999999;
}
.page-info .bread-crumb li a:hover {
  color: #C00000;
}
/***

====================================================================
	Welcome Section
====================================================================

***/
.welcome-section {
  position: relative;
  padding: 70px 0px 0px;
}
.welcome-section .column {
  margin-bottom: 40px;
}
.welcome-section .text {
  margin-bottom: 25px;
}
.welcome-section .text-header {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.welcome-section .text-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #2f2f31;
}
.text-carousel-outer {
  position: relative;
  padding-left: 20px;
  border-left: 4px solid #223555;
  color: #2f2f31;
}
.text-carousel h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #2f2f31;
  margin-bottom: 5px;
}
.text-carousel-outer .owl-dots {
  display: none !important;
}
.text-carousel-outer .owl-theme .owl-controls {
  text-align: left;
  margin: 0;
}
.text-carousel-outer .owl-prev,
.text-carousel-outer .owl-next {
  width: 30px;
  height: 30px;
  font-size: 18px;
  padding: 0 !important;
  background: #ffffff !important;
  border: 1px solid #e0e0e0;
  line-height: 28px !important;
  color: #909090 !important;
  text-align: center;
  margin: 0 10px 0 0 !important;
}
.text-carousel-outer .owl-prev .fa:before,
.text-carousel-outer .owl-next .fa:before {
  line-height: 28px;
}
.text-carousel-outer .owl-prev:hover,
.text-carousel-outer .owl-next:hover {
  background: #223555 !important;
  color: #ffffff !important;
  border-color: #223555;
}
.welcome-section .image-column {
  position: relative;
  margin-bottom: 30px;
}
.welcome-section .image-box {
  position: relative;
}
.welcome-section .image-box img {
  display: block;
  width: 100%;
}
.welcome-section .image-box .icon {
  font-size: 48px;
  margin-bottom: 20px;
}
.welcome-section .image-box h3 {
  font-size: 20px;
  font-weight: 700;
}
.welcome-section .image-box .default-overlay-outer {
  background: rgba(34, 53, 85, 0.9);
}
.welcome-section .image-box:hover .default-overlay-outer {
  background: rgba(184, 155, 94, 0.9);
}
/***

====================================================================
	Default Section
====================================================================

***/
.default-section {
  position: relative;
  padding: 70px 0px 20px;
}
.default-section .default-column {
  margin-bottom: 50px;
}
/***

====================================================================
	Our Experience Section
====================================================================

***/
.our-experience .desc-text {
  position: relative;
  margin-bottom: 30px;
}
.our-experience .timeline-outer {
  position: relative;
  padding: 20px 0px 0px;
  padding-left: 140px;
}
.our-experience .timeline-outer .left-line {
  position: absolute;
  left: 67px;
  top: 0px;
  height: 100%;
  width: 3px;
  background: #e0e0e0;
}
.our-experience .timeline-outer .left-line:before {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 0px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background: #e0e0e0;
  border-radius: 50%;
}
.our-experience .timeline-outer .left-line:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background: #e0e0e0;
  border-radius: 50%;
}
.our-experience .experience-block {
  position: relative;
  padding-left: 130px;
  min-height: 110px;
  margin-bottom: 40px;
}
.our-experience .experience-block:last-child {
  margin-bottom: 0px;
}
.our-experience .experience-block .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
}
.our-experience .experience-block .image-box img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.our-experience .experience-block h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2f2f31;
}
.our-experience .experience-block .date {
  position: absolute;
  left: -135px;
  top: 50%;
  margin-top: -22px;
  width: 120px;
  line-height: 24px;
  padding: 10px;
  color: #223555;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  background: #ffffff;
}
/***

====================================================================
	Accord Style
====================================================================

***/
.accordion-box {
  position: relative;
  margin-right: 0px;
}
.accordion-box .accordion {
  position: relative;
  margin-bottom: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.accordion-box .accordion-block {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-box .image-box {
  position: relative;
  float: left;
  margin: 0px 15px 15px 0px;
  z-index: 3;
}
.accordion-box .image-box img {
  display: block;
  width: 100%;
}
.accordion-box.style-two .accordion {
  margin-bottom: 5px;
}
.accordion-box .accordion .accord-btn {
  position: relative;
  display: block;
  min-height: 60px;
  line-height: 30px;
  padding: 15px 50px 15px 20px;
  border: 1px solid #C00000;
  background: #ffffff;
  color: #C00000;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.accordion-box .accordion .accord-btn a {
  color: #2f2f31;
}
.accordion-box .accordion .accord-btn.collapsed {
  color: #2f2f31;
  border-color: #e0e0e0;
}
.accordion-box .accordion .accord-btn.collapsed:after {
  content: '\f067';
}
.accordion-box .accordion .accord-btn:after {
  content: '\f068';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
}
.accordion-box.style-three .accordion h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.accordion-box.style-three .accordion h4 a.collapsed:after {
  content: '\f067';
  color: #2f2f31;
}
.accordion-box.style-three .accordion .accord-btn {
  padding: 0 30px 0 0;
  border-color: #e0e0e0;
  min-height: 50px;
  display: block;
  align-items: center;
  position: relative;
}
.accordion-box.style-three .accordion .accord-btn:after {
  content: '\f068';
  color: #C00000;
}
.accordion-box.style-three .accordion .accord-btn .panel-title {
  width: 100%;
  padding-left: 69px;
  font-size: 18px;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}
.accordion-box.style-three .accordion .accord-btn .icon_box {
  width: 54px;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  padding: 0;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.accordion-box.style-three .accordion .accord-btn .icon_box .icon {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.accordion-box.style-three .accordion .accord-btn.active .icon-box {
  color: #C00000;
  border-color: #C00000;
}
.accordion-box.style-two .accordion .accord-content {
  padding: 10px 10px 0;
}
.accordion-box.style-two .accordion .accord-btn {
  padding: 10px 30px 10px 15px;
  min-height: 50px;
  color: #ffffff;
  background: #C00000;
  border-color: #C00000;
  font-size: 16px;
}
.accordion-box.style-two .accordion .accord-btn:after {
  content: '\f01a';
  right: 0;
  width: 25px;
}
.accordion-box.style-two .accordion .accord-btn.collapsed {
  color: #2f2f31;
  background: #ffffff;
  border-color: #e0e0e0;
}
.accordion-box.style-two .accordion .accord-btn.collapsed:after {
  content: '\f18e';
}
.accordion-box.style-two .accordion .accord-btn h4 {
  font-size: 16px;
}
.accordion-box .accordion .accord-btn.active:after {
  content: '\f01a';
}
.accordion-box .accordion .accord-content {
  position: relative;
  padding: 30px 20px 20px 20px;
  border: 1px solid #e0e0e0;
  border-top: none;
  background: #ffffff;
}
.accordion-box .accordion .accord-content.collapsed {
  display: block;
}
.accordion-box .accordion .accord-content p {
  position: relative;
}
.accordion-box .image-box .default-overlay-outer {
  opacity: 0;
  background: rgba(34, 53, 85, 0.9);
}
.accordion-box .image-box:hover .default-overlay-outer {
  opacity: 1;
}
/***

====================================================================
	Awards Section
====================================================================

***/
.awards-section {
  position: relative;
  padding: 70px 0px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  color: #ffffff;
}
.awards-section:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #223555;
  opacity: 0.90;
}
.testimonial-column .module-title,
.awards-section .module-title {
  color: #ffffff;
}
.awards-section .award-column {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.awards-section .award-column .image-box {
  position: relative;
  margin-bottom: 25px;
}
.awards-section .award-column .image-box img {
  display: inline-block;
  max-width: 100%;
}
.awards-section .award-column h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}
.awards-section .award-column p {
  margin-bottom: 0px;
  color: #999999;
}
/***

====================================================================
	Testimonials Section
====================================================================

***/
.tz-testimonial-blocks {
  margin: 0 -15px;
}
.testimonials-section {
  position: relative;
  padding: 70px 0px;
}
.testimonial-block {
  position: relative;
  margin-bottom: 60px;
  width: 200px;
}
.testimonial-block .inner-box {
  margin: 0 15px;
}
.testimonial-block .text-content {
  position: relative;
  padding: 25px 30px;
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
}
.testimonial-block .text-content:after {
  content: '';
  position: absolute;
  left: 60px;
  bottom: -31px;
  width: 24px;
  height: 32px;
  background: url(../../../images/curve.png) left top no-repeat;
}
.testimonial-block .info {
  position: relative;
  margin-left: 90px;
  padding-left: 80px;
}
.testimonial-block .info .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
}
.testimonial-block .info .author-thumb img {
  display: block;
  width: 50px;
}
.testimonial-block .info h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2f2f31;
}
.testimonial-block .info p {
  font-size: 16px;
  color: #C00000;
  font-style: italic;
  margin-bottom: 0px;
}
.loadmore-outer {
  position: relative;
  text-align: center;
}
.loadmore-outer:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #e0e0e0;
}
.loadmore-outer .button-outer {
  position: relative;
  display: inline-block;
  padding: 0px 15px;
  background: #ffffff;
}
/***

====================================================================
	Styled Pagination
====================================================================

***/
.styled-pagination {
  position: relative;
  font-family: 'Lora', sans-serif;
}
.styled-pagination:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #e0e0e0;
}
.styled-pagination ul {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  background: #ffffff;
  margin: 0;
}
.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 5px 4px;
}
.styled-pagination li a {
  position: relative;
  display: block;
  line-height: 32px;
  padding: 5px;
  font-size: 18px;
  width: 44px;
  height: 44px;
  text-transform: uppercase;
  color: #999999;
  border: 1px solid #e0e0e0;
  text-align: center;
  border-radius: 5px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  float: none;
}
.styled-pagination li a:hover,
.styled-pagination li.active a,
.styled-pagination li.active a:hover {
  color: #ffffff;
  border-color: #C00000;
  background: #C00000;
}
/***

====================================================================
	Gallery Section
====================================================================

***/
.gallery-section {
  position: relative;
  padding: 70px 0px;
}
.gallery-section .filter-list .portfolio-item {
  display: none;
}
.filter-btns {
  position: relative;
  margin-bottom: 50px;
  font-family: 'Lato', sans-serif;
}
.filter-btns a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  line-height: 24px;
  border: 1px solid #d0d0d0;
  color: #808080;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0px 7px 10px;
  border-radius: 5px;
}
.filter-btns a:hover,
.filter-btns a.selected {
  border-color: #C00000;
  color: #ffffff;
  background: #C00000 !important;
}
.related-cases .portfolio-item .inner-box {
  margin: 0;
}
.portfolio-item {
  position: relative;
  margin-bottom: 40px;
}
.portfolio-item .inner-box {
  position: relative;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  margin: 0 15px;
}
.portfolio-item .image-box {
  position: relative;
  overflow: hidden;
  background: #C00000;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.portfolio-item .image-box img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 5px 5px 0px 0px;
}
.portfolio-item .inner-box:hover .image-box img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.70;
}
.portfolio-item .lower-content {
  position: relative;
  padding: 15px 20px;
  border-radius: 0px 0px 5px 5px;
}
.portfolio-item .lower-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 5px;
}
.portfolio-item .lower-content h3 a {
  color: #1a1a1a;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.portfolio-item .lower-content .desc {
  color: #C00000;
  text-transform: capitalize;
}
.portfolio-item .lower-content .desc a:hover {
  color: #1a1a1a;
}
.portfolio-item .lower-content .zoom-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #1a1a1a;
  font-size: 14px;
}
.portfolio-item .lower-content h3 a:hover,
.portfolio-item .lower-content .zoom-btn:hover {
  color: #C00000;
}
/****

====================================================================
	Portfolio Details
====================================================================

***/
.portfolio-details {
  position: relative;
  padding: 0;
}
.portfolio-details .image-carousel-outer {
  position: relative;
  margin-bottom: 70px;
}
.portfolio-details .image-carousel-outer img {
  width: 100%;
}
.image-carousel-outer .owl-dots {
  display: none !important;
}
.image-carousel-outer .owl-controls {
  margin: 0px;
}
.image-carousel-outer .owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  padding: 0px !important;
  background: none !important;
  line-height: 50px !important;
  color: #ffffff !important;
  text-align: center;
  margin: 0px 0px 0px 0px !important;
}
.image-carousel-outer .owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  padding: 0px !important;
  background: none !important;
  line-height: 50px !important;
  color: #ffffff !important;
  text-align: center;
  margin: 0px 0px 0px 0px !important;
}
.image-carousel-outer .owl-prev .fa:before,
.image-carousel-outer .owl-next .fa:before {
  line-height: 50px;
  font-size: 48px;
}
.image-carousel-outer .owl-prev:hover,
.image-carousel-outer .owl-next:hover {
  color: #223555 !important;
}
.image-carousel-outer .post-option {
  position: absolute;
  left: 40px;
  top: 25px;
  width: 66px;
  text-align: center;
  z-index: 6;
}
.image-carousel-outer .post-option .theme-btn {
  position: relative;
  display: block;
  padding: 12px 10px;
  line-height: 20px;
  color: #ffffff;
}
.image-carousel-outer .post-option .theme-btn .fa {
  font-size: 18px;
}
.image-carousel-outer .post-option .add-fav {
  background: #C00000;
}
.image-carousel-outer .post-option .share-btn {
  background: #223555;
}
.post-option .tz_portfolio_plus_like_button {
  position: relative;
}
.post-option .tz_portfolio_plus_like_button:hover .TzLikeButtonInner {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
.post-option .tz_portfolio_plus_like_button .TzLikeButtonInner {
  position: absolute;
  left: 130%;
  top: 10px;
  padding: 0 0 0 10px;
  width: 400%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.post-option .tz_portfolio_plus_like_button .TzLikeButtonInner .tz-social-button {
  background: #ffffff;
  float: left;
  line-height: 1em;
  padding: 11px 0;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #C00000;
}
.post-option .tz_portfolio_plus_like_button .TzLikeButtonInner .tz-social-button:hover {
  background: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
}
.portfolio-details .post-content {
  position: relative;
}
.portfolio-details .post-content .text {
  margin-bottom: 50px;
}
.portfolio-details .post-content .text p {
  margin-bottom: 20px;
}
.portfolio-details .post-content .post-info {
  margin-bottom: 70px;
  font-family: 'Lato', sans-serif;
}
.portfolio-details .post-info > div {
  padding: 0 15px;
}
.portfolio-details .post-info .tz-info {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 14px 0;
  line-height: 30px;
  color: #2f2f31;
}
.portfolio-details .post-info .tz-info:last-child {
  border-bottom: none;
}
.portfolio-details .post-info .tz-info .key,
.portfolio-details .post-info .tz-info .value {
  width: 50%;
}
.portfolio-details .post-info .tz-info .value {
  color: #999999;
}
.portfolio-details .post-info .tz-info .value a {
  color: #C00000;
}
.portfolio-details .post-info .tz-info .icon {
  position: relative;
  margin-right: 15px;
  font-size: 14px;
  color: #C00000;
}
.portfolio-details .post-info li .portfolio-details .post-info li .pull-left {
  position: relative;
  color: #2f2f31;
}
.portfolio-details .post-controls {
  position: relative;
  text-align: center;
  padding: 25px 0px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: 'Lato', sans-serif;
}
.portfolio-details .post-controls ul {
  position: relative;
  line-height: 30px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
}
.portfolio-details .post-controls ul li {
  display: inline-block;
}
.portfolio-details .post-controls ul li a {
  color: #223555;
  line-height: 30px;
}
.portfolio-details .post-controls .prev {
  text-align: left;
}
.portfolio-details .post-controls .prev span {
  margin-right: 5px;
}
.portfolio-details .post-controls .next {
  text-align: right;
}
.portfolio-details .post-controls .next span {
  margin-left: 5px;
}
.portfolio-details .post-controls li {
  line-height: 30px;
  color: #223555;
  width: 50%;
}
.portfolio-details .post-controls .icon {
  font-size: 24px;
  line-height: 30px;
}
.portfolio-details .post-controls ul li a:hover {
  color: #C00000;
}
.related-cases {
  position: relative;
  padding: 70px 0px 0;
  margin-bottom: -40px;
}
/****

====================================================================
	Error Section
====================================================================

***/
.error-section {
  position: relative;
}
.error-section > div {
  height: 100vh;
}
.error-section .text-content {
  position: relative;
  padding: 80px 0px 100px;
  font-family: 'Lato', sans-serif;
  width: 100%;
  text-align: center;
}
.error-section .auto-container {
  position: relative;
}
.error-section .image-box {
  position: absolute;
  right: 15px;
  bottom: 0px;
  text-align: right;
}
.error-section .image-box img {
  display: inline-block;
  max-width: 100%;
}
.error-section .bigger-text {
  font-size: 200px;
  margin-bottom: 20px;
  line-height: 200px;
  font-weight: 700;
  color: #2f2f31;
}
.error-section .medium-text {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 40px;
  color: #2f2f31;
  font-weight: 700;
}
.error-section .text {
  margin-bottom: 40px;
}
/***

====================================================================
	Sidebar
====================================================================

***/
.sidebar-page-container {
  position: relative;
  padding: 70px 0;
}
.sidebar-page-container .sidebar {
  margin-bottom: 30px;
}
.sidebar .styled-heading h2 {
  font-size: 24px;
}
.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}
.sidebar .boxed-nav {
  position: relative;
}
.sidebar .boxed-nav .nav-outer {
  position: relative;
  border: 1px solid #e0e0e0;
  font-family: 'Lato', sans-serif;
  border-radius: 5px;
}
.sidebar .boxed-nav li {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.sidebar .boxed-nav li:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sidebar .boxed-nav li:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sidebar .boxed-nav li:last-child a {
  border: none;
}
.sidebar .boxed-nav li a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #2f2f31;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #e0e0e0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sidebar .boxed-nav li:hover a,
.sidebar .boxed-nav li.current a {
  background: #C00000;
  color: #ffffff;
  border-color: #C00000;
}
.sidebar .downloads li {
  position: relative;
  margin-bottom: 12px;
  font-family: 'Lato', sans-serif;
}
.sidebar .downloads li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 70px;
  color: #999999;
  border: 1px solid #e0e0e0;
  line-height: 30px;
}
.sidebar .downloads li a:hover {
  background: #f5f5f5;
  color: #C00000;
}
.sidebar .downloads li a .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-right: 1px solid #e0e0e0;
}
.sidebar .styled-nav {
  position: relative;
}
.sidebar .styled-nav .nav-outer {
  position: relative;
  font-family: 'Lato', sans-serif;
}
.sidebar .styled-nav ul li {
  position: relative;
  margin-bottom: 2px;
}
.sidebar .styled-nav ul li:last-child {
  margin-bottom: 0px;
}
.sidebar .styled-nav li a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 10px 15px;
  text-transform: capitalize;
  color: #2f2f31;
  background: #f5f5f5;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #e0e0e0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.sidebar .styled-nav li:hover a,
.sidebar .styled-nav li.current a {
  color: #C00000;
  background: #ffffff;
}
.sidebar .search-box .k2SearchBlockForm {
  position: relative;
  margin: 0px;
}
.sidebar .search-box .k2SearchBlockForm input[type="text"],
.sidebar .search-box .k2SearchBlockForm input[type="search"] {
  position: relative;
  line-height: 26px;
  padding: 10px 30px 10px 15px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #3a3a3a;
  display: block;
  width: 100%;
  border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sidebar .search-box .k2SearchBlockForm input:focus {
  border-color: #C00000;
}
.sidebar .search-box .k2SearchBlockForm button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 48px;
  width: 30px;
  line-height: 48px;
  text-align: left;
  display: block;
  font-size: 14px;
  color: #cccccc;
  background: none;
}
.sidebar .search-box .k2SearchBlockForm input:focus + button,
.sidebar .search-box .k2SearchBlockForm button:hover {
  color: #C00000;
}
.sidebar .recent-posts .post {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 60px;
  padding: 0px 0px 0px 80px;
  color: #cccccc;
}
.sidebar .recent-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 64px;
  height: 64px;
}
.sidebar .recent-posts .post .post-thumb img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.sidebar .recent-posts .post h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0px 0px 5px;
  line-height: 1.4em;
  color: #292929;
  font-family: 'Lora', serif;
}
.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover {
  color: #C00000;
}
.sidebar .recent-posts .post h4 a {
  color: #777777;
}
.sidebar .recent-posts .post-info {
  color: #C00000;
  font-family: 'Lato', sans-serif;
}
.sidebar .recent-posts .post-info .icon {
  padding-right: 5px;
}
.sidebar .popular-tags a {
  position: relative;
  display: inline-block !important;
  line-height: 24px;
  padding: 7px 15px !important;
  margin: 0px 5px 12px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  float: none !important;
}
.sidebar .popular-tags a:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #C00000;
}
.sidebar .list {
  position: relative;
  font-family: 'Lato', sans-serif;
}
.sidebar .k2ArchivesBlock li,
.sidebar .k2CategoriesListBlock li {
  position: relative;
  margin-bottom: 10px;
  line-height: 32px;
}
.sidebar .k2ArchivesBlock li .count,
.sidebar .k2CategoriesListBlock li .count {
  position: relative;
}
.sidebar .k2ArchivesBlock li .count,
.sidebar .k2CategoriesListBlock li .count,
.sidebar .k2ArchivesBlock li .catCounter,
.sidebar .k2CategoriesListBlock li .catCounter {
  float: right;
}
.sidebar .k2ArchivesBlock li a,
.sidebar .k2CategoriesListBlock li a {
  position: relative;
  display: block;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400 !important;
  padding-left: 20px;
}
.sidebar .k2ArchivesBlock li:before,
.sidebar .k2CategoriesListBlock li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #C00000;
}
.sidebar .k2ArchivesBlock li.activeCategory a,
.sidebar .k2CategoriesListBlock li.activeCategory a,
.sidebar .k2ArchivesBlock li a:hover,
.sidebar .k2CategoriesListBlock li a:hover {
  color: #C00000;
}
.sidebar .list.style-two li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
  position: relative;
}
.sidebar .list.style-two li a {
  padding-left: 20px;
  display: block;
  color: #3d3d3d;
}
.sidebar .list.style-two li a:hover {
  color: #C00000;
}
.sidebar .list.style-two li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #C00000;
}
.sidebar .list.style-two li a {
  margin: 10px 0px;
}
.sidebar .instagram-gallery {
  position: relative;
}
.sidebar .instagram-gallery .images-outer {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .instagram-gallery .image {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 5px;
}
.sidebar .instagram-gallery .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 3px;
}
.sidebar .latest-tweets {
  position: relative;
  font-family: 'Lato', sans-serif;
}
.sidebar .latest-tweets .owl-dots {
  display: none !important;
}
.sidebar .latest-tweets .owl-nav {
  position: absolute;
  right: 0px;
  bottom: -50px;
}
.sidebar .latest-tweets .widget-bottom {
  padding: 10px 0px;
  border-top: 1px solid #e0e0e0;
}
.sidebar .latest-tweets .widget-bottom a {
  color: #707070;
}
.sidebar .latest-tweets .time {
  color: #C00000;
  margin-bottom: 5px;
}
.sidebar .latest-tweets .btn-action {
  width: 20px;
  height: 20px;
  padding: 0px !important;
  background: none !important;
  line-height: 20px !important;
  color: #707070 !important;
  text-align: center;
  margin: 0px 0px 0px 0px !important;
}
.sidebar .latest-tweets .tz-action {
  width: 20%;
}
.sidebar .latest-tweets .twitter-flow {
  width: 80%;
}
.sidebar .latest-tweets .twitter-flow span {
  margin-right: 3px;
}
.sidebar .latest-tweets .btn-action {
  line-height: 24px;
  font-size: 24px;
}
.sidebar .latest-tweets .btn-action:hover,
.sidebar .latest-tweets .btn-action:hover {
  color: #C00000 !important;
}
.rangeslider-widget .val-box {
  position: relative;
  display: inline-block;
  margin: 7px 5px 7px 0px;
  line-height: 24px;
  font-size: 14px;
  border: 1px solid #dadada;
  padding: 8px 10px;
  width: 80px;
  text-align: center;
}
.rangeslider-widget .hikashop_cart_button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  border: 1px solid #223555;
  padding: 8px 25px;
  background: #223555;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
.rangeslider-widget .noUi-connect {
  background: #C00000 !important;
}
.rangeslider-widget .noUi-background {
  background: #ededed !important;
}
.rangeslider-widget .noUi-handle {
  background: #f4f4f4 !important;
  border-radius: 5px !important;
  box-shadow: none;
  border-color: #e0e0e0;
  cursor: pointer;
}
.ui-slider-horizontal {
  height: 10px;
  background: #ededed;
  position: relative;
  width: 100% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}
.ui-slider-handle {
  height: 20px;
  width: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: -5px;
  margin-left: -4px;
}
.ui-slider-range {
  background: #C00000;
  display: block;
  height: 100%;
  position: absolute;
}
.sidebar .best-sellers .item {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
  color: #cccccc;
}
.sidebar .best-sellers .item .tz-content {
  padding-left: 15px;
  width: 100%;
}
.sidebar .best-sellers .item .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 72px;
  height: 90px;
}
.sidebar .best-sellers .item .post-thumb img {
  width: 100%;
  display: block;
}
.sidebar .best-sellers .item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px;
  line-height: 1.4em;
  color: #2f2f31;
  font-family: 'Lora', serif;
}
.sidebar .best-sellers .item a,
.sidebar .best-sellers .item a:hover {
  color: #C00000;
}
.sidebar .best-sellers .item h4 a {
  color: #2f2f31;
}
.sidebar .best-sellers .item .rating {
  font-size: 11px;
  color: #223555;
}
.sidebar .best-sellers .item .item-price {
  font-size: 18px;
  font-weight: 700;
  color: #C00000;
}
.sidebar .best-sellers .item .item-price .strike-through {
  color: #999999;
  font-size: 14px;
  padding-left: 10px;
  font-weight: normal;
}
/***

====================================================================
	Law Section / Details
====================================================================

***/
.law-section img {
  max-width: 100%;
}
.law-section .carousel-outer {
  position: relative;
}
.law-section .tz_portfolio_plus_image {
  margin-right: 15px;
  height: 100%;
}
.law-section .carousel-outer img {
  display: block;
  width: 100%;
  height: auto;
}
.law-section .carousel-outer .owl-controls {
  margin: 0px;
}
.law-section .carousel-outer .owl-nav {
  display: none;
}
.law-section .carousel-outer .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 100%;
  z-index: 20;
}
.law-section .carousel-outer .owl-dots .owl-dot span {
  border: 1px solid #ffffff;
  background: none;
  margin: 0px 5px;
}
.law-section .carousel-outer .owl-dots .owl-dot.active span,
.law-section .carousel-outer .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.law-section .law-upper {
  position: relative;
  margin-bottom: 50px;
  background: #223555;
}
.law-section .law-upper .specs-box {
  position: relative;
  padding: 40px 0 55px;
  color: #ffffff;
  font-size: 18px;
}
.law-section p {
  margin-bottom: 20px;
}
.law-section .about-law {
  margin-bottom: 50px;
}
.law-section .law-upper .specs-box h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}
.styled-list-one {
  position: relative;
  font-family: 'Lato', sans-serif;
}
.styled-list-one li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
  line-height: 30px;
}
.styled-list-one li:last-child {
  margin-bottom: 0px;
}
.styled-list-one li:before {
  font-family: 'FontAwesome';
  content: '\f178';
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  line-height: 30px;
  color: #C00000;
}
.styled-list-two {
  position: relative;
  font-family: 'Lato', sans-serif;
}
.styled-list-two li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 30px;
}
.styled-list-two li:last-child {
  margin-bottom: 0px;
}
.styled-list-two li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  position: absolute;
  left: 5px;
  top: 0px;
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.law-section .default-two-column {
  margin-bottom: 50px;
}
.boxed-column {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 0px 10px 15px;
  margin-bottom: 30px;
}
.boxed-column h4 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  top: -15px;
  margin-left: -5px;
  background: #ffffff;
  display: inline-block;
  padding: 0px 10px;
  color: #2f2f31;
  margin-bottom: 0px;
}
/***

====================================================================
	Parctice Areas Section
====================================================================

***/
.practice-areas {
  position: relative;
  margin-bottom: -50px;
}
.practice-column {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.practice-column .inner-box {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.practice-column .image-box {
  position: relative;
}
.practice-column .image-box img {
  display: block;
  width: 100%;
}
.practice-column .box-icon {
  position: relative;
  width: 72px;
  height: 72px;
  background: #ffffff;
  font-size: 36px;
  line-height: 68px;
  margin: -37px auto 10px;
  color: #C00000;
  border: 2px solid #C00000;
  border-radius: 50%;
  -ms-border-radius: 50%;
  z-index: 1;
}
.practice-column .lower-content {
  position: relative;
  padding: 0px 8px 20px;
  min-height: 260px;
}
.practice-column h3 {
  font-size: 18px;
  color: #2f2f31;
  font-weight: 700;
  margin-bottom: 12px;
}
.practice-column h3 a {
  color: #2f2f31;
}
.practice-column h3 a:hover {
  color: #C00000;
}
/***

====================================================================
	Single Attorney Section
====================================================================

***/
.attorney-single {
  position: relative;
  padding-bottom: 40px;
}
.attorney-single.TzItemPageInner .tz_portfolio_plus_image img {
  max-width: 100%;
}
.attorney-single.TzItemPageInner .tz_extrafield-value .social-links {
  display: none;
}
.attorney-single .basic-details {
  position: relative;
  margin-bottom: 50px;
}
.attorney-single .image-column,
.attorney-single .info-column {
  margin-bottom: 20px;
}
.attorney-single .basic-details .info-header {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.attorney-single .styled-heading h2 {
  font-size: 24px;
}
.attorney-single .basic-details .text {
  margin-bottom: 20px;
}
.attorney-single .basic-details .info-header h3 {
  font-size: 18px;
  color: #2f2f31;
  font-weight: 700;
  text-transform: uppercase;
}
.attorney-single .basic-details .info-header .designation {
  font-size: 16px;
  line-height: 20px;
  color: #C00000;
  text-transform: capitalize;
  font-style: italic;
  font-family: 'Lato', serif;
}
.attorney-single .basic-details .social-links {
  position: relative;
}
.attorney-single .basic-details .social-links a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 14px;
  margin: 0px 3px 5px;
  line-height: 42px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #e1e1e1;
  color: #909090;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.attorney-single .basic-details .social-links a:hover {
  background-color: #C00000;
  color: #ffffff;
  border-color: #C00000;
}
.attorney-single .basic-details .contact-info {
  position: relative;
  font-family: 'Lato', sans-serif;
}
.attorney-single .basic-details .contact-info li {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.attorney-single .basic-details .contact-info a {
  color: #223555;
  text-decoration: underline;
  font-size: 16px;
}
.attorney-single .basic-details .contact-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 20px;
  color: #C00000;
}
.attorney-single .education-info,
.attorney-single .court-info,
.attorney-single .awards-info,
.attorney-single .professional-info,
.attorney-single .bars-info {
  margin-bottom: 40px;
}
.styled-list-three {
  position: relative;
  font-family: 'Lato', sans-serif;
}
.styled-list-three li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 7px;
  line-height: 30px;
}
.attorney-single .styled-list-three li {
  margin-bottom: 15px;
}
.attorney-single .professional-info .styled-list-three li {
  margin-bottom: 5px;
}
.attorney-single .styled-list-three li strong {
  font-family: 'Lora', serif;
  color: #2f2f31;
}
.styled-list-three li:last-child {
  margin-bottom: 0px;
}
.styled-list-three li:before {
  font-family: FontAwesome;
  content: '\f27e';
  position: absolute;
  left: 5px;
  top: 0px;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #C00000;
}
/***

====================================================================
	Tabs Style
====================================================================

***/
.tabs-section {
  position: relative;
  padding: 70px 0px;
}
.tabs-box {
  position: relative;
}
.tabs-box .tab-buttons {
  position: relative;
}
.tabs-box.style-one .tab-buttons {
  margin-bottom: 50px;
}
.tabs-box.style-one .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 25px;
  margin: 0px 5px 10px;
  background: #f5f5f5;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.tabs-box.style-one .tab-buttons .tab-btn.active a,
.tabs-box.style-one .tab-buttons .tab-btn:hover a {
  color: #ffffff;
}
.tabs-box.style-one .tab-buttons .tab-btn a {
  padding: 0;
  background: transparent !important;
  color: #999999;
}
.tabs-box.style-one .tab-buttons .tab-btn:hover,
.tabs-box.style-one .tab-buttons .tab-btn.active {
  background: #223555;
  color: #ffffff;
}
.tabs-box .tab {
  display: none;
}
.tabs-box .tab.active-tab {
  display: block;
}
/***

====================================================================
	Default Form Section
====================================================================

***/
.default-form-section {
  position: relative;
  background: #ffffff;
  padding: 70px 0px 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.default-form-section:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  opacity: 0.80;
}
.default-form-section .auto-container {
  position: relative;
  z-index: 1;
}
/***

====================================================================
	Products Section style
====================================================================

***/
.hikashop_filter_main_div input[type="text"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  color: #3a3a3a;
  display: block;
  line-height: 26px;
  padding: 10px 30px 10px 15px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100% !important;
}
.hikashop_filter_main_div input[type="text"]:focus {
  border-color: #C00000;
}
.products-section {
  position: relative;
  background: #ffffff;
}
.products-section .list-footer .pagination {
  margin: 0;
}
.products-section .list-footer .limit {
  display: none;
}
.products-section .hikashop_cart_button {
  margin: 5px 0;
}
.products-section .shop-upper-box {
  position: relative;
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
  text-align: right;
}
.products-section .shop-upper-box:after {
  clear: both;
  display: block;
  content: '';
}
.products-section .shop-upper-box .items-label {
  position: relative;
  padding: 7px 0px;
  line-height: 30px;
}
.chzn-container-single {
  width: auto !important;
  font-size: 16px;
}
.chzn-container-single .chzn-single {
  text-align: left;
  position: relative;
  display: block;
  line-height: 24px;
  padding: 9px 15px;
  min-width: 240px;
  cursor: pointer;
  border: 1px solid #dadada;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  height: auto;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999999;
}
.chzn-container-single .chzn-single:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  color: #999999;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.chzn-container-single .chzn-single > div {
  display: none;
}
.chzn-container-single .chzn-drop {
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chzn-container-single .chzn-results li {
  padding: 8px 11px;
}
.products-section .shop-upper-box .sort-by select option {
  text-indent: 10px;
}
.default-product-item {
  position: relative;
  margin-bottom: 40px;
}
.default-product-item .image-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.default-product-item .image-box img {
  display: block;
  width: 100%;
}
.default-product-item .default-overlay-outer {
  opacity: 0;
  top: -100%;
  background: rgba(54, 53, 85, 0.9);
}
.default-product-item:hover .default-overlay-outer {
  top: 0;
  opacity: 1;
}
.default-product-item .content-box {
  position: relative;
}
.default-product-item .content-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px;
  line-height: 1.4em;
  color: #2f2f31;
  font-family: 'Lora', serif;
  margin-bottom: 3px;
}
.default-product-item .content-box a,
.default-product-item .content-boxa:hover {
  color: #C00000;
}
.default-product-item .content-box h4 a {
  color: #2f2f31;
}
.default-product-item .content-box .rating {
  font-size: 11px;
  color: #223555;
  margin-bottom: 15px;
}
.default-product-item .content-box .item-price {
  font-size: 18px;
  font-weight: 700;
  color: #C00000;
  line-height: 24px;
}
.default-product-item .content-box .item-price .strike-through {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}
div.hk-rating {
  position: relative;
  display: inline-block;
}
.hika_comment_listing_empty_stars,
.hika_comment_listing_full_stars,
.state-empty,
.state-full {
  background: none !important;
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome;
  color: #223555;
  font-size: 11px;
  margin-right: 5px;
}
.hika_comment_listing_empty_stars:before,
.state-empty:before {
  content: "\f005";
}
.hk-rate-star.state-hover:before,
.hika_comment_listing_full_stars:before,
.state-full:before,
.state-full.state-hover:before {
  color: #f5d608;
  content: "\f005";
}
/***

====================================================================
	Products Details style
====================================================================

***/
.product-details .basic-details {
  position: relative;
  margin-bottom: 50px;
}
.product-details .basic-details:after {
  clear: both;
  display: block;
  content: '';
}
.product-details .hikashop_product_main_image img {
  width: 100%;
  height: auto !important;
}
.product-details .hikashop_small_image_div {
  padding: 5px;
  border: 1px solid #e0e0e0;
}
.product-details .hikashop_small_image_div .owl-controls {
  margin: 0;
}
.product-details .hikashop_small_image_div .owl-nav > div {
  position: absolute;
  top: 0;
}
.product-details .hikashop_small_image_div .owl-nav > div.owl-prev {
  left: 0;
}
.product-details .hikashop_small_image_div .owl-nav > div.owl-next {
  right: 0;
}
.product-details .image-column,
.product-details .info-column {
  margin-bottom: 20px;
}
.product-details .basic-details .details-header {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product-details .basic-details .details-header .hk-rating .hk-rate-star {
  margin-right: 3px;
}
.product-details .basic-details .details-header .strike-through {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding-left: 10px;
}
.product-details .basic-details .hikashop_cart_button {
  background: #223555;
  color: #ffffff !important;
}
.product-details .basic-details .hikashop_cart_button:hover {
  background: #C00000;
}
.product-details .basic-details .hikashop_add_wishlist {
  padding-left: 15px;
}
.product-details .basic-details .hikashop_add_wishlist,
.product-details .basic-details .hikashop_product_quantity_add_to_cart_div_regrouped {
  display: inline-block;
}
.product-details .basic-details .hikashop_product_quantity_input_div_regrouped {
  position: relative;
  top: 10px;
  width: 120px;
  display: table;
  float: left;
  margin-right: 20px;
}
.product-details .basic-details .hikashop_product_quantity_input_div_regrouped .add-on {
  display: table-cell;
  vertical-align: middle;
}
.product-details .basic-details .hikashop_product_quantity_input_div_regrouped .add-on .hikashop_product_quantity_change_div_plus_regrouped .hikashop_product_quantity_field_change {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 0 6px;
  position: relative;
  width: 100%;
  line-height: 1em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
}
.product-details .basic-details .hikashop_product_quantity_input_div_regrouped .add-on .hikashop_product_quantity_change_div_plus_regrouped .hikashop_product_quantity_field_change:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
.product-details .basic-details .hikashop_product_quantity_input_div_regrouped .add-on .hikashop_product_quantity_field_change_plus {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.product-details .basic-details .hikashop_product_quantity_input_div_regrouped .add-on .hikashop_product_quantity_field_change_minus {
  -webkit-border-radius: 0 0 4px;
  -moz-border-radius: 0 0 4px;
  border-radius: 0 0 4px;
  margin-top: -2px;
}
.product-details .basic-details .hikashop_product_quantity_input_div_regrouped input[type="text"] {
  position: relative;
  line-height: 40px;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.product-details .basic-details .details-header h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px;
  line-height: 1.4em;
  color: #2f2f31;
  font-family: 'Lora', serif;
  margin-bottom: 3px;
}
.product-details .basic-details .details-header h4 a {
  color: #2f2f31;
}
.product-details .basic-details .details-header .rating {
  font-size: 11px;
  color: #223555;
  margin-bottom: 15px;
}
.product-details .basic-details .details-header .rating .txt {
  font-size: 14px;
  padding-left: 10px;
}
.product-details .basic-details .details-header .item-price {
  font-size: 24px;
  font-weight: 700;
  color: #C00000;
  line-height: 24px;
}
.product-details .basic-details .text {
  margin-bottom: 20px;
}
.product-details .basic-details .hikashop_product_characteristics {
  position: relative;
  margin-bottom: 30px;
}
.product-details .basic-details .hikashop_product_characteristics td:first-child {
  padding-right: 15px;
  font-size: 14px;
}
.product-details .basic-details .hikashop_product_characteristics .chzn-container-single {
  font-size: 14px;
}
.product-details .basic-details .hikashop_product_characteristics .chzn-container-single .chzn-single {
  min-width: 0;
  line-height: 1em;
}
.product-details .basic-details .check-delivery .form-group button {
  display: block;
  line-height: 24px;
  padding: 7px 20px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  color: #777777;
  font-size: 14px;
  border-radius: 5px;
}
.product-details .basic-details .check-delivery .field-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #C00000;
}
/***

====================================================================
	Product Tabs Style
====================================================================

***/
.hikashop_listing_comment {
  position: relative;
  margin-bottom: 15px;
}
.hikashop_listing_comment h3 {
  width: 50%;
  margin: 0 !important;
}
.hikashop_listing_comment .hikashop_sort_listing_comment {
  width: 50%;
  text-align: right;
}
.hikashop_listing_comment .hikashop_sort_listing_comment .chzn-container-single {
  font-size: 14px;
}
.hikashop_listing_comment .hikashop_sort_listing_comment .chzn-container-single .chzn-single {
  line-height: 1em;
}
#hikashop_vote_listing .hika_comment_listing {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
}
#hikashop_vote_listing .hika_comment_listing_empty_stars:before,
#hikashop_vote_listing .hika_comment_listing_full_stars:before {
  font-size: 14px;
  margin-right: -2px;
}
#hikashop_vote_listing .hika_comment_listing_empty_stars:before {
  color: #000000;
}
#hikashop_vote_listing .hika_comment_listing_full_stars:before {
  color: #ffa500;
}
#hikashop_vote_listing .hika_comment_listing_name {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#hikashop_vote_listing .hika_comment_listing_content {
  font-size: 14px;
}
.hikashop_product_bottom_part.show_tabular {
  display: block;
}
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul {
  margin: 0;
  padding: 0;
  top: 1px;
  position: relative;
}
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul:after {
  clear: both;
  display: block;
  content: '';
}
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li {
  position: relative;
  display: block;
  float: left;
  font-size: 15px;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 30px;
  border: 1px solid transparent;
  border-top-width: 3px;
  margin-right: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li.hikashop_tabs_li_selected,
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li:hover,
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li.active {
  border-top-color: #C00000;
  border-bottom-color: #ffffff;
  border-right-color: #e0e0e0;
  border-left-color: #e0e0e0;
  color: #C00000;
}
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li.hikashop_tabs_li_selected a,
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li:hover a,
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li.active a {
  background: #fff;
  z-index: 2;
  color: #222;
}
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_content {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 40px 25px;
  display: none;
  color: #000000;
}
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_content p {
  margin-bottom: 15px;
}
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_content h2,
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_content h3,
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_content h4,
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_content h5,
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_content h6 {
  margin-bottom: 15px;
  font-weight: 700;
}
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_content h3 {
  font-size: 18px;
}
.hikashop_product_bottom_part.show_tabular .hikashop_tabs_content h4 {
  font-size: 16px;
}
.prod-tabs {
  position: relative;
}
.prod-tabs .tab-btns {
  position: relative;
  top: 1px;
  z-index: 1;
}
.prod-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  float: left;
  font-size: 15px;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 30px;
  border: 1px solid transparent;
  border-top-width: 3px;
  margin-right: 3px;
}
.prod-tabs .tab-btns .tab-btn:hover,
.prod-tabs .tab-btns .tab-btn.active-btn {
  border-color: #e0e0e0;
  border-top-color: #C00000;
  border-bottom-color: #ffffff;
  color: #C00000;
}
.prod-tabs .tabs-container {
  position: relative;
  border: 1px solid #e0e0e0;
  color: #000000;
}
.prod-tabs .tabs-container .tab {
  position: relative;
  padding: 40px 25px;
  display: none;
  font-family: 'Lato', sans-serif;
}
.prod-tabs .tabs-container .tab.active-tab {
  display: block;
}
.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
  margin-bottom: 15px;
}
.prod-tabs .tabs-container .tab h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
.prod-tabs .tabs-container .tab h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
.prod-tabs .reviews-container {
  position: relative;
}
.prod-tabs .reviews-container .review-box {
  position: relative;
  margin-bottom: 30px;
  padding-left: 100px;
  min-height: 100px;
}
.prod-tabs .reviews-container .rev-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 82px;
  height: 82px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}
.prod-tabs .reviews-container .rev-thumb img {
  display: block;
  width: 80px;
  height: 80px;
}
.prod-tabs .reviews-container .rev-content {
  position: relative;
  padding: 15px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}
.prod-tabs .reviews-container .rating {
  color: #ffa500;
  font-size: 14px;
  margin-bottom: 5px;
}
.prod-tabs .reviews-container .rev-info {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.prod-tabs .reviews-container .rev-text {
  font-size: 14px;
}
.prod-tabs .add-review {
  position: relative;
  margin: 30px 0px 20px;
  font-size: 14px;
}
.prod-tabs .add-review .rating {
  position: relative;
}
.prod-tabs .add-review .rating .rate-box {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #5a5a5a;
}
.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
  color: #ffa500;
}
.add-review label {
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #303030;
}
.add-review h3 {
  margin-bottom: 20px;
}
.add-review .form-group {
  position: relative;
  margin-bottom: 20px;
}
.add-review .form-group input[type="text"],
.add-review .form-group input[type="password"],
.add-review .form-group input[type="tel"],
.add-review .form-group input[type="email"],
.add-review .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 9px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.add-review .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 8px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  height: 200px;
  resize: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.add-review button {
  position: relative;
  display: inline-block;
  background: #3d3d3d;
  color: #ffffff;
  padding: 7px 32px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
}
.add-review .hk-rating .hika_comment_listing_empty_stars,
.add-review .hk-rating .hika_comment_listing_full_stars,
.add-review .hk-rating .state-empty,
.add-review .hk-rating .state-full {
  font-size: 14px;
  color: #5a5a5a;
}
.add-review .hk-rating .hk-rate-star.state-hover::before,
.add-review .hk-rating .hika_comment_listing_full_stars::before,
.add-review .hk-rating .state-full::before,
.add-review .hk-rating .state-full.state-hover::before {
  color: #ffa500;
}
.add-review button:before {
  background: #C00000;
}
.related-products {
  position: relative;
  padding: 70px 0px 40px;
}
/***

====================================================================
	Contact Section
====================================================================

***/
.contact-section {
  position: relative;
}
.contact-section .column {
  position: relative;
  margin-bottom: 50px;
}
.contact-section .default-form button {
  padding: 10px 30px;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .form-group label.error {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  color: #ff0000;
  line-height: 24px;
  padding: 5px 0px 0px;
}
.contact-section .contact-info {
  position: relative;
  margin-bottom: 30px;
}
.contact-section .contact-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2f2f31;
}
.contact-section .contact-info .icon {
  font-size: 18px;
  font-weight: normal;
  padding-right: 7px;
  color: #C00000;
}
.contact-section .contact-info .info-block {
  margin-bottom: 25px;
}
.contact-section .contact-info .text {
  position: relative;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #999999;
}
.contact-section .contact-info .hours-list li {
  position: relative;
  margin-bottom: 4px;
  font-family: 'Lato', sans-serif;
}
.contact-section .contact-info .hours-list .col {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}
/***

====================================================================
	Login / Register Section
====================================================================

***/
.other-links a {
  margin-left: 5px;
}
.hikashop_user_registration_page .chzn-container-single {
  display: block;
  width: 100% !important;
}
.hikashop_user_registration_page .chzn-container-single .chzn-single {
  padding: 13px 15px;
}
.register-section {
  position: relative;
  padding: 70px 0px 20px;
}
.register-section .form-column {
  margin-bottom: 50px;
}
.styled-form {
  position: relative;
}
.styled-form .form-group {
  position: relative;
  margin-bottom: 30px;
  font-size: 14px;
}
.styled-form .pull-left label,
.styled-form .pull-right label {
  cursor: pointer;
}
.styled-form .form-group .adon-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
  z-index: 2;
}
.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  line-height: 30px;
  padding: 8px 20px;
  height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.styled-form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #ffffff url(../images/icons/icon-dropdown.png) right center no-repeat;
  cursor: pointer;
}
.styled-form select option {
  text-indent: 20px;
}
.styled-form textarea {
  resize: none;
  height: 110px;
}
.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
  border-color: #C00000;
}
.styled-form .forgot {
  font-size: 14px;
}
.social-links-two a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  background: #223555;
  margin: 0px 0px 0px 15px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.social-links-two a:hover {
  opacity: 0.80;
}
.social-links-two .facebook {
  background: #3b5998;
}
.social-links-two .twitter {
  background: #33ccfe;
}
.social-links-two .google-plus {
  background: #dd4b39;
}
/***

====================================================================
	Cart Section style
====================================================================

***/
#hikashop_carts_listing .hikashop_cart_quantity_title,
#hikashop_carts_listing .hikashop_cart_price_title {
  text-align: center;
}
.cart-section {
  position: relative;
}
.cart-section .hikashop_cart_product_price_value .hikashop_product_price {
  display: block;
}
.cart-section .hika_show_cart_total {
  font-size: 14px;
}
.cart-section .hika_show_cart_total td {
  padding: 10px 20px 0;
}
.cart-section .hika_show_cart_total .hika_show_cart_total_text {
  color: #353535;
  font-weight: 700;
}
.cart-section .hikashop_showcart_infos .default-form {
  width: 40%;
}
.cart-section .hikashop_showcart_infos .default-form input {
  height: 45px;
}
.cart-section .hikashop_showcart_infos .tz-action {
  width: 60%;
  text-align: right;
}
.cart-section .cart-outer {
  position: relative;
}
.cart-section .table-outer {
  position: relative;
  overflow-x: auto;
}
.cart-section .cart-table {
  width: 100%;
  overflow-x: auto;
}
.cart-table .cart-header {
  position: relative;
  width: 100%;
  font-family: 'Lora', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 7px;
  background: #f5f5f5;
  color: #2f2f31;
}
.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: 700;
}
.cart-table thead tr th a {
  color: #2f2f31;
}
.cart-table thead tr th.hikashop_cart_action_title {
  text-align: center;
}
.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}
.cart-table tbody tr td {
  line-height: 24px;
  padding: 30px 10px 20px;
  min-width: 100px;
  font-family: 'Lato', sans-serif;
}
.cart-table tbody tr .qty {
  width: 120px;
  padding-right: 20px;
}
.cart-table tbody tr .qty .input-group-btn-vertical {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
  font-size: 13px;
}
.cart-table tbody tr .qty .input-group-btn-vertical > div {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 8px 10px;
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.cart-table tbody tr .qty .input-group-btn-vertical > div.hikashop_cart_product_quantity_refresh {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.cart-table tbody tr .qty .input-group-btn-vertical > div.hikashop_cart_product_quantity_delete {
  -webkit-border-radius: 0 0 4px;
  -moz-border-radius: 0 0 4px;
  border-radius: 0 0 4px;
  margin-top: -2px;
}
.cart-table tbody tr .qty .input-group-btn-vertical > div a {
  color: #333333;
}
.cart-table tbody tr .qty .input-group-btn-vertical > div i {
  font-size: 9px;
  font-weight: normal;
  left: 5px;
  position: absolute;
  top: 3px;
}
.cart-table tbody tr .qty .quantity-spinner {
  background: #f5f5f5;
}
.cart-table tbody tr .prod-column .column-box {
  position: relative;
  padding-top: 15px;
  text-align: left;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 18px;
  color: #2f2f31;
  font-weight: 700;
  margin-bottom: 5px;
}
.cart-table tr .sub-total {
  font-weight: 700;
  color: #223555;
}
.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: #282828;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
}
.cart-table tbody tr .remove-btn:hover {
  color: #ec1c33;
}
.cart-table tbody tr {
  border-bottom: 1px solid #e9e9e9;
}
.cart-table tbody tr td {
  vertical-align: middle;
}
.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}
.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
}
.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #223555;
  border-radius: 50%;
}
.cart-section .apply-coupon {
  position: relative;
}
.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 10px;
}
.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 24px;
  padding: 9px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  width: 230px;
  background: none;
}
.cart-section .estimate-form {
  position: relative;
}
.cart-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2f2f31;
  margin-bottom: 30px;
}
.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.cart-section .estimate-form .row .form-group {
  padding: 0px 7px !important;
  margin-bottom: 30px;
}
.cart-section .totals-table {
  position: relative;
  border: 1px solid #e0e0e0;
  font-family: 'Lato', sans-serif;
  border-radius: 5px;
}
.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 10px 15px;
  line-height: 24px;
  width: 50%;
}
.cart-section .totals-table .col-title {
  font-family: 'Lora', serif;
  font-size: 14px;
  color: #353535;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
.cart-section .totals-table li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.cart-section .totals-table li:last-child {
  border-bottom: none;
}
/***

====================================================================
    Checkout Style
====================================================================

***/
.hikashop_field_required {
  display: none;
}
.checkout-section {
  position: relative;
}
.checkout-section .chzn-container-single {
  height: 48px;
  width: 100% !important;
}
.checkout-section .hikashop_checkout_address {
  margin-bottom: 50px;
}
.checkout-section .cart-table {
  width: 100%;
  min-width: 500px;
}
.checkout-section .form-column {
  margin-bottom: 50px;
}
.checkout-section .default-form .form-group {
  margin-bottom: 20px;
}
.checkout-section .default-form .form-group.checkbox {
  margin-top: 0;
}
.checkout-section .default-form .form-group.checkbox input {
  height: auto;
  left: 15px;
  position: absolute;
  top: 5px;
}
.checkout-section .default-form .form-group .field-label {
  margin-bottom: 10px;
  font-weight: 700;
}
.checkout-section .default-form .form-group input,
.checkout-section .default-form .form-group select,
.checkout-section .default-form .form-group textarea {
  border-radius: 3px;
  height: 48px;
  padding: 8px 15px;
  line-height: 30px;
}
.checkout-section .default-form .form-group textarea {
  height: 154px;
}
.checkout-section .totals-table {
  margin-bottom: 30px;
}
.checkout-section .ship-options,
.checkout-section .payment-options {
  position: relative;
}
.checkout-section .ship-options .option-block,
.checkout-section .payment-options .option-block {
  position: relative;
  margin-bottom: 10px;
}
.checkout-section .ship-options .option-block .radio-block,
.checkout-section .payment-options .option-block .radio-block {
  position: relative;
  padding: 0 0 10px 0;
}
.checkout-section .ship-options .option-block .radio-block input[type="radio"],
.checkout-section .payment-options .option-block .radio-block input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 7px;
  opacity: 0;
}
.checkout-section .ship-options .option-block .radio-label,
.checkout-section .payment-options .option-block .radio-label {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #2f2f31;
  text-transform: capitalize;
  cursor: pointer;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: right;
}
.checkout-section .ship-options .option-block .radio-label:before,
.checkout-section .payment-options .option-block .radio-label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 7px;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}
.checkout-section .ship-options .option-block .radio-label:after,
.checkout-section .payment-options .option-block .radio-label:after {
  content: '';
  position: absolute;
  top: 11px;
  left: 4px;
  display: block;
  width: 8px;
  height: 8px;
  background: #223555;
  opacity: 0;
}
.checkout-section .ship-options text,
.checkout-section .payment-options text {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 16px;
}
.checkout-section .ship-options .option-block .radio-block input[type="radio"]:checked + .radio-label:before,
.checkout-section .payment-options .option-block .radio-block input[type="radio"]:checked + .radio-label:before {
  border-color: #C00000;
}
.checkout-section .ship-options .option-block .radio-block input[type="radio"]:checked + .radio-label:after,
.checkout-section .payment-options .option-block .radio-block input[type="radio"]:checked + .radio-label:after {
  opacity: 1;
}
#hikashop_checkout_coupon input {
  height: auto;
  line-height: 1.3em;
  padding: 11px 20px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#hikashop_checkout_coupon .theme-btn {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#hikashop_checkout_coupon,
#hikashop_shipping_methods,
#hikashop_payment_methods,
#hikashop_checkout_cart {
  margin-bottom: 50px;
}
/* Blog Detail */
.itemRelated .display-flex {
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0;
}
.itemRelated .tz-media {
  margin-right: 30px;
  width: 42%;
}
.itemRelated .tz-media img {
  max-width: 100%;
}
.itemRelated .tz-content {
  width: 58%;
}
.itemRelated .tz-content .itemRelTitle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 22px;
  display: block;
  color: #2f2f31;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}
.itemRelated .tz-content .itemRelTitle:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url(../../../images/title-line-image.png) left bottom no-repeat;
}
.styled-heading::after {
  background: rgba(0, 0, 0, 0) url("../../../images/title-line-image.png") no-repeat scroll left bottom;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}
.styled-heading {
  margin-bottom: 30px;
  padding-bottom: 22px;
  position: relative;
}
.styled-heading h2 {
  color: #2f2f31;
  font-size: 30px;
  font-weight: 700;
}
/* Mega Menu */
.plazart-megamenu .dropdown-menu {
  background: #C00000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  -webkit-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.plazart-megamenu .dropdown-menu a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 8px 20px !important;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.plazart-megamenu .dropdown-menu a:after {
  content: none;
}
.plazart-megamenu .dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.plazart-megamenu .dropdown-menu li:last-child {
  border: none;
}
.plazart-megamenu .dropdown-submenu > .dropdown-menu {
  left: 100%;
  margin-left: 0;
  margin-top: 0;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.plazart-megamenu .col-md-12.mega-col-nav {
  padding: 0;
}
.plazart-megamenu .col-md-12.mega-col-nav .mega-inner {
  padding: 0;
}
/*
  Flaticon icon font: Flaticon
  Creation date: 16/03/2016 05:26
  */
@font-face {
  font-family: "Flaticon";
  src: url("../../../fonts/flaticon/flaticon.eot");
  src: url("../../../fonts/flaticon/flaticon.eot?#iefix") format("embedded-opentype"), url("../../../fonts/flaticon/flaticon.woff") format("woff"), url("../../../fonts/flaticon/flaticon.ttf") format("truetype"), url("../../../fonts/flaticon/flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../../../fonts/flaticon/flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-add:before {
  content: "\f100";
}
.flaticon-agenda:before {
  content: "\f101";
}
.flaticon-arrow:before {
  content: "\f102";
}
.flaticon-arrows:before {
  content: "\f103";
}
.flaticon-arrows-1:before {
  content: "\f104";
}
.flaticon-arrows-10:before {
  content: "\f105";
}
.flaticon-arrows-11:before {
  content: "\f106";
}
.flaticon-arrows-12:before {
  content: "\f107";
}
.flaticon-arrows-13:before {
  content: "\f108";
}
.flaticon-arrows-14:before {
  content: "\f109";
}
.flaticon-arrows-15:before {
  content: "\f10a";
}
.flaticon-arrows-16:before {
  content: "\f10b";
}
.flaticon-arrows-17:before {
  content: "\f10c";
}
.flaticon-arrows-18:before {
  content: "\f10d";
}
.flaticon-arrows-19:before {
  content: "\f10e";
}
.flaticon-arrows-2:before {
  content: "\f10f";
}
.flaticon-arrows-20:before {
  content: "\f110";
}
.flaticon-arrows-21:before {
  content: "\f111";
}
.flaticon-arrows-3:before {
  content: "\f112";
}
.flaticon-arrows-4:before {
  content: "\f113";
}
.flaticon-arrows-5:before {
  content: "\f114";
}
.flaticon-arrows-6:before {
  content: "\f115";
}
.flaticon-arrows-7:before {
  content: "\f116";
}
.flaticon-arrows-8:before {
  content: "\f117";
}
.flaticon-arrows-9:before {
  content: "\f118";
}
.flaticon-back:before {
  content: "\f119";
}
.flaticon-bag:before {
  content: "\f11a";
}
.flaticon-bag-1:before {
  content: "\f11b";
}
.flaticon-bag-2:before {
  content: "\f11c";
}
.flaticon-bag-3:before {
  content: "\f11d";
}
.flaticon-baggage:before {
  content: "\f11e";
}
.flaticon-black:before {
  content: "\f11f";
}
.flaticon-briefcase:before {
  content: "\f120";
}
.flaticon-business:before {
  content: "\f121";
}
.flaticon-calendar:before {
  content: "\f122";
}
.flaticon-calendar-1:before {
  content: "\f123";
}
.flaticon-calendar-2:before {
  content: "\f124";
}
.flaticon-card:before {
  content: "\f125";
}
.flaticon-case:before {
  content: "\f126";
}
.flaticon-caution:before {
  content: "\f127";
}
.flaticon-circle:before {
  content: "\f128";
}
.flaticon-circle-1:before {
  content: "\f129";
}
.flaticon-circle-2:before {
  content: "\f12a";
}
.flaticon-circle-3:before {
  content: "\f12b";
}
.flaticon-circle-4:before {
  content: "\f12c";
}
.flaticon-circle-5:before {
  content: "\f12d";
}
.flaticon-circle-6:before {
  content: "\f12e";
}
.flaticon-circle-7:before {
  content: "\f12f";
}
.flaticon-circle-8:before {
  content: "\f130";
}
.flaticon-circle-9:before {
  content: "\f131";
}
.flaticon-clock:before {
  content: "\f132";
}
.flaticon-clock-1:before {
  content: "\f133";
}
.flaticon-clock-2:before {
  content: "\f134";
}
.flaticon-clock-3:before {
  content: "\f135";
}
.flaticon-clock-4:before {
  content: "\f136";
}
.flaticon-clock-5:before {
  content: "\f137";
}
.flaticon-close:before {
  content: "\f138";
}
.flaticon-cogwheel:before {
  content: "\f139";
}
.flaticon-cogwheel-1:before {
  content: "\f13a";
}
.flaticon-cogwheel-2:before {
  content: "\f13b";
}
.flaticon-cogwheel-3:before {
  content: "\f13c";
}
.flaticon-cogwheel-4:before {
  content: "\f13d";
}
.flaticon-commerce:before {
  content: "\f13e";
}
.flaticon-commerce-1:before {
  content: "\f13f";
}
.flaticon-commerce-10:before {
  content: "\f140";
}
.flaticon-commerce-11:before {
  content: "\f141";
}
.flaticon-commerce-2:before {
  content: "\f142";
}
.flaticon-commerce-3:before {
  content: "\f143";
}
.flaticon-commerce-4:before {
  content: "\f144";
}
.flaticon-commerce-5:before {
  content: "\f145";
}
.flaticon-commerce-6:before {
  content: "\f146";
}
.flaticon-commerce-7:before {
  content: "\f147";
}
.flaticon-commerce-8:before {
  content: "\f148";
}
.flaticon-commerce-9:before {
  content: "\f149";
}
.flaticon-cone:before {
  content: "\f14a";
}
.flaticon-connection:before {
  content: "\f14b";
}
.flaticon-construction:before {
  content: "\f14c";
}
.flaticon-court:before {
  content: "\f14d";
}
.flaticon-cross:before {
  content: "\f14e";
}
.flaticon-cross-1:before {
  content: "\f14f";
}
.flaticon-cross-2:before {
  content: "\f150";
}
.flaticon-cross-3:before {
  content: "\f151";
}
.flaticon-danger:before {
  content: "\f152";
}
.flaticon-danger-1:before {
  content: "\f153";
}
.flaticon-danger-2:before {
  content: "\f154";
}
.flaticon-days:before {
  content: "\f155";
}
.flaticon-days-1:before {
  content: "\f156";
}
.flaticon-exclamation:before {
  content: "\f157";
}
.flaticon-favorite:before {
  content: "\f158";
}
.flaticon-favorite-1:before {
  content: "\f159";
}
.flaticon-favorite-2:before {
  content: "\f15a";
}
.flaticon-favorite-3:before {
  content: "\f15b";
}
.flaticon-favorite-4:before {
  content: "\f15c";
}
.flaticon-favorite-5:before {
  content: "\f15d";
}
.flaticon-favorite-6:before {
  content: "\f15e";
}
.flaticon-favorite-7:before {
  content: "\f15f";
}
.flaticon-favorite-8:before {
  content: "\f160";
}
.flaticon-gear:before {
  content: "\f161";
}
.flaticon-gear-1:before {
  content: "\f162";
}
.flaticon-gps:before {
  content: "\f163";
}
.flaticon-gps-1:before {
  content: "\f164";
}
.flaticon-gps-2:before {
  content: "\f165";
}
.flaticon-hammer:before {
  content: "\f166";
}
.flaticon-hammer-1:before {
  content: "\f167";
}
.flaticon-hammer-2:before {
  content: "\f168";
}
.flaticon-hand:before {
  content: "\f169";
}
.flaticon-hand-1:before {
  content: "\f16a";
}
.flaticon-home:before {
  content: "\f16b";
}
.flaticon-interface:before {
  content: "\f16c";
}
.flaticon-interface-1:before {
  content: "\f16d";
}
.flaticon-interface-10:before {
  content: "\f16e";
}
.flaticon-interface-11:before {
  content: "\f16f";
}
.flaticon-interface-2:before {
  content: "\f170";
}
.flaticon-interface-3:before {
  content: "\f171";
}
.flaticon-interface-4:before {
  content: "\f172";
}
.flaticon-interface-5:before {
  content: "\f173";
}
.flaticon-interface-6:before {
  content: "\f174";
}
.flaticon-interface-7:before {
  content: "\f175";
}
.flaticon-interface-8:before {
  content: "\f176";
}
.flaticon-interface-9:before {
  content: "\f177";
}
.flaticon-justice:before {
  content: "\f178";
}
.flaticon-justice-1:before {
  content: "\f179";
}
.flaticon-law:before {
  content: "\f17a";
}
.flaticon-law-1:before {
  content: "\f17b";
}
.flaticon-law-2:before {
  content: "\f17c";
}
.flaticon-left:before {
  content: "\f17d";
}
.flaticon-left-1:before {
  content: "\f17e";
}
.flaticon-letter:before {
  content: "\f17f";
}
.flaticon-letter-1:before {
  content: "\f180";
}
.flaticon-line:before {
  content: "\f181";
}
.flaticon-line-1:before {
  content: "\f182";
}
.flaticon-line-2:before {
  content: "\f183";
}
.flaticon-line-3:before {
  content: "\f184";
}
.flaticon-line-4:before {
  content: "\f185";
}
.flaticon-line-5:before {
  content: "\f186";
}
.flaticon-link:before {
  content: "\f187";
}
.flaticon-link-1:before {
  content: "\f188";
}
.flaticon-link-2:before {
  content: "\f189";
}
.flaticon-link-3:before {
  content: "\f18a";
}
.flaticon-location:before {
  content: "\f18b";
}
.flaticon-location-1:before {
  content: "\f18c";
}
.flaticon-location-2:before {
  content: "\f18d";
}
.flaticon-location-3:before {
  content: "\f18e";
}
.flaticon-lock:before {
  content: "\f18f";
}
.flaticon-lock-1:before {
  content: "\f190";
}
.flaticon-lock-2:before {
  content: "\f191";
}
.flaticon-lock-3:before {
  content: "\f192";
}
.flaticon-lock-4:before {
  content: "\f193";
}
.flaticon-map-point:before {
  content: "\f194";
}
.flaticon-mark:before {
  content: "\f195";
}
.flaticon-mark-1:before {
  content: "\f196";
}
.flaticon-measure:before {
  content: "\f197";
}
.flaticon-medical:before {
  content: "\f198";
}
.flaticon-medical-1:before {
  content: "\f199";
}
.flaticon-multimedia:before {
  content: "\f19a";
}
.flaticon-nature:before {
  content: "\f19b";
}
.flaticon-note:before {
  content: "\f19c";
}
.flaticon-note-1:before {
  content: "\f19d";
}
.flaticon-open:before {
  content: "\f19e";
}
.flaticon-people:before {
  content: "\f19f";
}
.flaticon-people-1:before {
  content: "\f1a0";
}
.flaticon-people-2:before {
  content: "\f1a1";
}
.flaticon-people-3:before {
  content: "\f1a2";
}
.flaticon-people-4:before {
  content: "\f1a3";
}
.flaticon-people-5:before {
  content: "\f1a4";
}
.flaticon-people-6:before {
  content: "\f1a5";
}
.flaticon-people-7:before {
  content: "\f1a6";
}
.flaticon-phone:before {
  content: "\f1a7";
}
.flaticon-pin:before {
  content: "\f1a8";
}
.flaticon-pin-1:before {
  content: "\f1a9";
}
.flaticon-pin-2:before {
  content: "\f1aa";
}
.flaticon-pin-3:before {
  content: "\f1ab";
}
.flaticon-ribbon:before {
  content: "\f1ac";
}
.flaticon-ribbon-1:before {
  content: "\f1ad";
}
.flaticon-right:before {
  content: "\f1ae";
}
.flaticon-round:before {
  content: "\f1af";
}
.flaticon-scale:before {
  content: "\f1b0";
}
.flaticon-shape:before {
  content: "\f1b1";
}
.flaticon-shape-1:before {
  content: "\f1b2";
}
.flaticon-shapes:before {
  content: "\f1b3";
}
.flaticon-shapes-1:before {
  content: "\f1b4";
}
.flaticon-shapes-2:before {
  content: "\f1b5";
}
.flaticon-shapes-3:before {
  content: "\f1b6";
}
.flaticon-shapes-4:before {
  content: "\f1b7";
}
.flaticon-shapes-5:before {
  content: "\f1b8";
}
.flaticon-shapes-6:before {
  content: "\f1b9";
}
.flaticon-shapes-7:before {
  content: "\f1ba";
}
.flaticon-shop:before {
  content: "\f1bb";
}
.flaticon-shop-1:before {
  content: "\f1bc";
}
.flaticon-shop-2:before {
  content: "\f1bd";
}
.flaticon-shopping:before {
  content: "\f1be";
}
.flaticon-shopping-1:before {
  content: "\f1bf";
}
.flaticon-sign:before {
  content: "\f1c0";
}
.flaticon-sign-1:before {
  content: "\f1c1";
}
.flaticon-signs:before {
  content: "\f1c2";
}
.flaticon-signs-1:before {
  content: "\f1c3";
}
.flaticon-social:before {
  content: "\f1c4";
}
.flaticon-social-1:before {
  content: "\f1c5";
}
.flaticon-social-2:before {
  content: "\f1c6";
}
.flaticon-social-3:before {
  content: "\f1c7";
}
.flaticon-social-4:before {
  content: "\f1c8";
}
.flaticon-social-5:before {
  content: "\f1c9";
}
.flaticon-social-6:before {
  content: "\f1ca";
}
.flaticon-square:before {
  content: "\f1cb";
}
.flaticon-square-1:before {
  content: "\f1cc";
}
.flaticon-squares:before {
  content: "\f1cd";
}
.flaticon-star:before {
  content: "\f1ce";
}
.flaticon-suitcase:before {
  content: "\f1cf";
}
.flaticon-symbol:before {
  content: "\f1d0";
}
.flaticon-symbol-1:before {
  content: "\f1d1";
}
.flaticon-symbols:before {
  content: "\f1d2";
}
.flaticon-tag:before {
  content: "\f1d3";
}
.flaticon-tag-1:before {
  content: "\f1d4";
}
.flaticon-technology:before {
  content: "\f1d5";
}
.flaticon-technology-1:before {
  content: "\f1d6";
}
.flaticon-technology-10:before {
  content: "\f1d7";
}
.flaticon-technology-2:before {
  content: "\f1d8";
}
.flaticon-technology-3:before {
  content: "\f1d9";
}
.flaticon-technology-4:before {
  content: "\f1da";
}
.flaticon-technology-5:before {
  content: "\f1db";
}
.flaticon-technology-6:before {
  content: "\f1dc";
}
.flaticon-technology-7:before {
  content: "\f1dd";
}
.flaticon-technology-8:before {
  content: "\f1de";
}
.flaticon-technology-9:before {
  content: "\f1df";
}
.flaticon-telephone:before {
  content: "\f1e0";
}
.flaticon-telephone-1:before {
  content: "\f1e1";
}
.flaticon-telephone-2:before {
  content: "\f1e2";
}
.flaticon-telephone-3:before {
  content: "\f1e3";
}
.flaticon-three:before {
  content: "\f1e4";
}
.flaticon-three-1:before {
  content: "\f1e5";
}
.flaticon-time:before {
  content: "\f1e6";
}
.flaticon-time-1:before {
  content: "\f1e7";
}
.flaticon-tool:before {
  content: "\f1e8";
}
.flaticon-tool-1:before {
  content: "\f1e9";
}
.flaticon-tool-10:before {
  content: "\f1ea";
}
.flaticon-tool-11:before {
  content: "\f1eb";
}
.flaticon-tool-12:before {
  content: "\f1ec";
}
.flaticon-tool-13:before {
  content: "\f1ed";
}
.flaticon-tool-14:before {
  content: "\f1ee";
}
.flaticon-tool-2:before {
  content: "\f1ef";
}
.flaticon-tool-3:before {
  content: "\f1f0";
}
.flaticon-tool-4:before {
  content: "\f1f1";
}
.flaticon-tool-5:before {
  content: "\f1f2";
}
.flaticon-tool-6:before {
  content: "\f1f3";
}
.flaticon-tool-7:before {
  content: "\f1f4";
}
.flaticon-tool-8:before {
  content: "\f1f5";
}
.flaticon-tool-9:before {
  content: "\f1f6";
}
.flaticon-unlocked:before {
  content: "\f1f7";
}
.flaticon-unlocked-1:before {
  content: "\f1f8";
}
.flaticon-unlocked-2:before {
  content: "\f1f9";
}
.flaticon-unlocked-3:before {
  content: "\f1fa";
}
.flaticon-up-arrow:before {
  content: "\f1fb";
}
.flaticon-weapon:before {
  content: "\f1fc";
}
.flaticon-web:before {
  content: "\f1fd";
}
.flaticon-web-1:before {
  content: "\f1fe";
}
.flaticon-web-2:before {
  content: "\f1ff";
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:hover,
.hvr-skew:focus,
.hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover,
.hvr-skew-forward:focus,
.hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover,
.hvr-skew-backward:focus,
.hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-bottom-right:hover,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-top-right:hover,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
  background-color: #2098d1;
  color: white;
}
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  color: white;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-services .hvr-rectangle-out,
.services-slider .hvr-rectangle-out {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.top-services .hvr-rectangle-out:before,
.services-slider .hvr-rectangle-out:before {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
  background: none;
}
/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
  opacity: 1;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.meet-the-team .member .social li.hvr-ripple-out:before {
  border: #0f86ff solid 6px;
}
.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover,
.hvr-round-corners:focus,
.hvr-round-corners:active {
  border-radius: 1em;
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
  left: 0;
}
/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
  right: 0;
}
/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:active:before {
  left: 0;
}
/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before,
.hvr-reveal:focus:before,
.hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}
/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:hover:before,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:active:after {
  opacity: 1;
}
/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(40%);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(40%);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(40%);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(40%);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(40%);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:hover,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(40%);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:hover,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(40%);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(40%);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:hover,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:hover:before,
.hvr-icon-up:focus:before,
.hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before,
.hvr-icon-spin:focus:before,
.hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:hover:before,
.hvr-icon-drop:focus:before,
.hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:hover:before,
.hvr-icon-fade:focus:before,
.hvr-icon-fade:active:before {
  color: #0F9E5E;
}
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before,
.hvr-icon-float-away:after {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after,
.hvr-icon-float-away:focus:after,
.hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:before,
.hvr-icon-sink-away:after {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after,
.hvr-icon-sink-away:focus:after,
.hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before,
.hvr-icon-grow:focus:before,
.hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover:before,
.hvr-icon-shrink:focus:before,
.hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before,
.hvr-icon-pulse:focus:before,
.hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before,
.hvr-icon-pulse-grow:focus:before,
.hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before,
.hvr-icon-pulse-shrink:focus:before,
.hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-push:hover:before,
.hvr-icon-push:focus:before,
.hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before,
.hvr-icon-pop:focus:before,
.hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover:before,
.hvr-icon-bounce:focus:before,
.hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover:before,
.hvr-icon-rotate:focus:before,
.hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover:before,
.hvr-icon-grow-rotate:focus:before,
.hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}
/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover:before,
.hvr-icon-float:focus:before,
.hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:hover:before,
.hvr-icon-sink:focus:before,
.hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:hover:before,
.hvr-icon-bob:focus:before,
.hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:hover:before,
.hvr-icon-hang:focus:before,
.hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before,
.hvr-icon-wobble-vertical:focus:before,
.hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover:before,
.hvr-icon-buzz:focus:before,
.hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:hover:before,
.hvr-icon-buzz-out:focus:before,
.hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-left:hover:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}
.top-services .hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #0f86ff;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #0f86ff 50%, #0f86ff 56%, #0f86ff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#0f86ff');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.top-services .hvr-curl-top-left:hover:before,
.top-services .hvr-curl-top-left:focus:before,
.top-services .hvr-curl-top-left:active:before {
  width: 40px;
  height: 40px;
}
/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}
.top-services .hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #6ec7f9;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #6ec7f9 50%, #6ec7f9 56%, #6ec7f9 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.top-services .hvr-curl-top-right:hover:before,
.top-services .hvr-curl-top-right:focus:before,
.top-services .hvr-curl-top-right:active:before {
  width: 40px;
  height: 40px;
}
/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}
/* Lawyer Justice HTML5 Template */
@media only screen and (max-width: 1320px) {
  .main-header .top-bar .lang-box .lang-list {
    left: auto;
    right: 0px;
  }
  .main-header .top-bar .lang-box .lang-list::before {
    left: auto;
    right: 25px;
  }
}
@media only screen and (max-width: 1140px) {
  .page-info .display-flex .tz-left-50 {
    width: 25%;
  }
  .page-info .display-flex .tz-right-50 {
    width: 75%;
  }
  .main-header.top-bar .lang-box .lang-list {
    left: auto;
    right: 0;
  }
  .main-header.top-bar .lang-box .lang-list:before {
    right: 25px;
    left: auto;
  }
  .checkout-section .cart-table {
    min-width: 0;
  }
  .cart-table tbody tr td,
  .cart-table thead tr th {
    min-width: 0;
    padding: 15px 10px !important;
    font-size: 14px;
  }
  .cart-table tbody tr .prod-column .column-box h3 {
    font-size: 14px;
  }
  .cart-table .cart-header {
    font-size: 14px;
  }
  .cart-table tbody tr td.hikashop_cart_product_image_value img {
    width: 50px;
  }
  .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li {
    padding: 10px 20px;
    font-size: 14px;
  }
  .main-header .lower-section .outer-box {
    padding: 0px 180px 0px 20px;
  }
  .main-header.lower-section.outer-box > .container > div {
    padding: 0 20px;
  }
  .main-menu .level0 > li {
    margin-right: 10px;
  }
  .header-lower .logo,
  .header-lower .main-menu {
    float: none !important;
  }
  .main-menu .navigation > li {
    margin-right: 10px;
  }
  .main-header .link-box {
    right: 20px;
  }
  .sponsors-section .owl-nav .owl-prev {
    left: 10px;
  }
  .sponsors-section .owl-nav .owl-next {
    right: 10px;
  }
  .text-carousel-outer {
    margin-bottom: 15px;
  }
  .our-experience .timeline-outer {
    padding-left: 0px;
  }
  .our-experience .timeline-outer .left-line {
    display: none;
  }
  .error-section .image-box img {
    max-width: 70%;
  }
  .attorney-single .basic-details .contact-info {
    width: 100%;
    margin-bottom: 10px;
  }
  .attorney-single .basic-details .member-info {
    margin-bottom: 10px;
  }
  .attorney-single .basic-details .theme-btn {
    margin-bottom: 10px;
  }
  .blog-details .post-bottom {
    display: block;
  }
  .blog-details .post-bottom .post-info,
  .blog-details .post-bottom .share-options {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }
  .blog-details .post-bottom .post-info:after,
  .blog-details .post-bottom .share-options:after {
    clear: both;
    display: block;
    content: '';
  }
  .info-header .TzArticleExtraField {
    float: left !important;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .main-header.middle-bar .logo-column {
    position: relative;
  }
  .main-header.lower-section .outer-box {
    padding: 0px 20px;
    height: 90px;
  }
  .main-header .nav-toggler {
    display: block;
    right: 20px;
  }
  .main-header .link-box {
    right: auto;
    left: 20px;
  }
  .main-header .top-bar .top-right {
    float: left;
  }
  .two-column-fluid .whyus-column .inner-box {
    padding-left: 15px;
  }
  .two-column-fluid .whyus-column .icon-block {
    padding-left: 70px;
  }
  .two-column-fluid .whyus-column .icon-block .icon {
    left: -20px;
  }
  .consult-section .auto-container {
    padding-left: 15px;
  }
  .consult-section .man-image {
    display: none;
  }
  .error-section .image-box {
    display: none;
  }
  .error-section .text-content {
    max-width: 100%;
    padding: 0px 0px 70px;
  }
  .checkout-section .table-outer {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .padd-bott-70-sm {
    padding-bottom: 70px;
  }
  .clear-both-sm {
    clear: both;
    display: block;
  }
  .main-header.top-bar .lang-box {
    margin-left: 10px;
  }
  .main-header .nav-toggler {
    padding: 25px 0;
  }
  .menu-static {
    position: static;
    width: 100%;
    left: 0;
    top: 0;
  }
  .custom-mod-static {
    position: absolute;
    width: auto;
    left: 20px;
    top: 20px;
  }
  .main-menu {
    position: static;
    min-height: 90px;
    z-index: 99999;
  }
  .main-menu .dropdown-menu li {
    border: none;
  }
  .main-menu .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    background: #223555;
    width: 100%;
    max-height: 420px;
    z-index: 9999999;
  }
  .main-menu .level0 {
    width: 100%;
  }
  .main-menu .level0 > li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main-menu .level0 > li:before {
    content: none;
  }
  .main-menu .level0 > li.open .caret:before {
    content: '\f068';
  }
  .main-menu .level0 > li .caret {
    display: inline-block !important;
    float: right;
    height: auto;
    width: auto;
    border: none;
    margin: 0;
  }
  .main-menu .level0 > li .caret:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #fff;
    padding: 7px 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .main-menu .level0 > li a {
    text-transform: uppercase;
    padding: 10px 15px 10px 20px;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    background: transparent;
  }
  .main-menu .level0 > li > .dropdown-menu {
    position: relative;
    display: none;
    background: transparent;
    border: none;
  }
  .main-menu .level0 > li > .dropdown-menu li > .dropdown-menu {
    position: relative;
    display: none;
    background: transparent;
    border: none;
  }
  .law-section .tz_portfolio_plus_image {
    margin: 0;
  }
  .law-section .law-upper .tz_extrafield-value {
    float: none !important;
  }
  .product-details .basic-details .hikashop_add_wishlist {
    display: block;
    padding-left: 0;
  }
  .hikashop_checkout_address_left_part {
    margin-bottom: 30px;
  }
  .cart-table tbody tr td .hikashop_product_cart_image {
    width: 50px;
  }
  .cart-table tbody tr .prod-column .column-box h3 {
    margin: 0;
    padding: 0 !important;
  }
  .cart-table tbody .available-info {
    font-size: 12px;
    padding-left: 35px;
  }
  .cart-table tbody .available-info .icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .cart-table tbody tr .qty {
    width: 100px;
  }
  .cart-table tbody tr .qty .quantity-spinner {
    padding: 5px 0px 5px 15px;
  }
  .cart-table tbody tr .remove-btn {
    font-size: 14px;
  }
  .cart-table tbody tr .remove-btn .fa {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider .tp-caption {
    display: none !important;
  }
  .practice-column .lower-content {
    min-height: 100px;
  }
  .law-section .law-upper .specs-box {
    padding: 30px 20px;
  }
  .accordion-box .accordion .accord-btn::after {
    right: 0px;
  }
  .list-view .featured-news-column .image-box,
  .list-view .featured-news-column .right-content {
    width: 100%;
  }
  .list-view .featured-news-column .content {
    padding: 30px 20px;
  }
  .list-view .featured-news-column .date {
    left: 30px;
    top: -80px;
  }
  .two-column-fluid .testimonial-column .carousel-box {
    padding: 0px 10px 0px 100px;
  }
  table tbody td,
  table th {
    display: block !important;
    width: 100% !important;
    text-align: center;
    border-bottom: 1px solid #cccccc;
  }
  table tbody td img,
  table th img {
    width: auto !important;
  }
  table tfoot td {
    display: inline-block !important;
  }
  table tfoot td.tz-add-wish-list {
    display: block !important;
    padding-top: 30px !important;
  }
  .cart-section .tz-process {
    text-align: center;
    padding: 15px 0 0 !important;
  }
  .cart-section .tz-process .hikashop_cart_button {
    margin: 0 0 15px 0;
  }
  .cart-section .hikashop_showcart_infos .tz-action {
    text-align: center;
  }
  .cart-section .hikashop_showcart_infos .tz-action .theme-btn {
    margin: 0 10px 5px;
  }
  .cart-section .hikashop_showcart_infos .display-flex {
    display: block;
  }
  .cart-section .hikashop_showcart_infos .display-flex > div {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .cart-table tbody tr .prod-column .column-box {
    padding: 0;
  }
  .cart-table tbody tr .prod-column .column-box h3 {
    padding: 0 !important;
    font-size: 20px;
    text-align: center;
  }
  .cart-table tbody .available-info {
    padding: 0;
  }
  .cart-table tbody .available-info .icon {
    position: relative;
    top: 0;
    margin-right: 5px;
  }
  .cart-table tbody .available-info br {
    display: none;
  }
  .cart-section .hikashop_cart_product_price_value .hikashop_product_price {
    display: inline-block;
  }
  .cart-table tbody tr .qty .input-group {
    margin: 0 auto;
    width: 100px;
  }
  .cart-table tbody tr .qty .input-group-btn-vertical {
    line-height: 1.2em;
  }
  .cart-section .hika_show_cart_total td.hika_show_cart_total_price {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .footer-bottom {
    font-size: 14px;
    text-align: center;
  }
  .custom-mod-static {
    left: 10px;
  }
  .main-header.lower-section.outer-box > .container > div {
    padding: 0 10px;
  }
  .footer-upper .links-widget li {
    width: 100%;
  }
  .jsn-uniform.jsn-master .jsn-bootstrap .jsn-row-container.row-fluid {
    margin-bottom: 0;
  }
  .jsn-uniform.jsn-master .span12,
  .jsn-uniform.jsn-master .span4,
  .jsn-uniform.jsn-master .span6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .main-header .outer-box .clearfix.hidden {
    display: block !important;
  }
  .main-header.middle-bar .info-column {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .module-title,
  .styled-heading h2,
  .welcome-section .text-header h2,
  .styled-heading h2,
  .main-header.middle-bar .info-column h3,
  .law-section .law-upper .specs-box h2,
  .featured-news-column h3,
  .blog-details .styled-heading h2 {
    font-size: 22px;
  }
  .accordion-box.style-three .accordion .accord-btn .panel-title,
  .accordion-box .accordion .accord-btn,
  .accordion-box .accordion .accord-btn h4 {
    font-size: 14px;
  }
  .page-title h1 {
    font-size: 26px;
    line-height: 40px;
  }
  section.page-title {
    padding: 135px 0px 85px;
  }
  .error-section .bigger-text {
    font-size: 100px;
    line-height: 100px;
  }
  .error-section .theme-btn {
    margin-bottom: 10px;
  }
  .page-info .pull-left,
  .page-info .pull-right {
    width: 100%;
    margin-bottom: 10px;
  }
  .tabs-box.style-one .tab-buttons .tab-btn {
    display: block;
    margin: 0px 0px 15px;
  }
  .prod-tabs .tab-btns .tab-btn {
    display: block;
    border: 2px solid #e0e0e0;
    margin-bottom: 10px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .two-column-fluid .testimonial-column .carousel-box {
    padding: 0px 15px;
  }
  .two-column-fluid .testimonial-column .quote-icon {
    display: none;
  }
  .itemRelated .display-flex {
    display: block;
  }
  .itemRelated .tz-media {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .itemRelated .tz-content,
  .itemRelated .tz-media {
    width: 100%;
  }
  .itemRelated .tz-content .itemRelTitle {
    font-size: 22px;
  }
  .hikashop_product_left_part {
    margin-bottom: 20px;
  }
  .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li {
    display: block;
    border: 2px solid #e0e0e0;
    margin-bottom: 10px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .checkout-section .ship-options .option-block .radio-block .hikashop_checkout_shipping_description,
  .checkout-section .payment-options .option-block .radio-block .hikashop_checkout_shipping_description,
  .checkout-section .ship-options .option-block .radio-block .hikashop_checkout_payment_description,
  .checkout-section .payment-options .option-block .radio-block .hikashop_checkout_payment_description,
  .checkout-section .ship-options .option-block .radio-block .hikashop_checkout_payment_image,
  .checkout-section .payment-options .option-block .radio-block .hikashop_checkout_payment_image {
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .page-info .display-flex {
    display: block;
  }
  .page-info .display-flex > div {
    width: 100%;
  }
  .page-info .display-flex .text-right {
    text-align: left;
  }
  .main-header .top-bar .search-box {
    display: none;
  }
  .main-header .top-bar .lang-box {
    margin: 0px;
    width: 100%;
  }
  .main-header .link-box {
    left: 10px;
  }
  .lower-section .nav-toggler {
    right: 10px;
  }
  .main-header .top-bar .lang-box .lang-list {
    right: auto;
    left: 0px;
  }
  .blog-details .comments-area .reply-comment {
    margin-left: 0px;
  }
  .blog-details .comments-area .comment-box strong,
  .blog-details .comments-area .comment-box .time {
    width: 100%;
  }
  .product-details .basic-details .item-quantity {
    margin-bottom: 15px;
  }
  .prod-tabs .reviews-container .review-box {
    padding-left: 0px;
  }
  .prod-tabs .reviews-container .rev-thumb {
    position: relative;
    margin-bottom: 20px;
  }
  .two-column-fluid .testimonial-column {
    padding: 70px 45px 70px 30px;
  }
}
@media (max-width: 399px) {
  .main-header.top-bar .top-right {
    padding: 0 10px;
  }
  .main-header.top-bar .top-left {
    padding: 10px;
  }
  .main-header.top-bar .lang-box {
    margin-left: 0;
  }
  .main-header.top-bar .search-box button {
    width: 20px;
    right: 10px;
  }
  .main-header.top-bar .search-box input[type="text"] {
    padding: 10px 30px 10px 0;
    min-width: 0;
  }
}
/*# sourceMappingURL=template.css.map */